/* _content/csjdm_Agri/Components/Account/Pages/AddClientAcct.razor.rz.scp.css */
.alerts[b-ndks7fdafe] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/Account/Pages/Login.razor.rz.scp.css */
.loginleft[b-umr55tukzy] {
    background-image: url('images/cityhall.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.loginright[b-umr55tukzy] {
    /*background-color :aqua;*/
}
.loginmain[b-umr55tukzy] {
    /*background-color: aqua;*/
}
.logoheart[b-umr55tukzy] {
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 200px;
}
/* _content/csjdm_Agri/Components/Account/Pages/MakeTrans.razor.rz.scp.css */
.backdrop[b-1x4n4xbdal] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}

.custom-popover[b-1x4n4xbdal] {
    z-index: 1000; /* Ensure it appears above the backdrop */
    border-radius: 12px !important; /* Adjust for more or less rounding */
    overflow: hidden; /* Ensures rounded effect applies properly */
}
#popover[b-1x4n4xbdal] {
    background-image: url('images/San-Jose-del-Monte-Official-Seal.png');
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    /*  pang mis pic  
        top: 27%;
    left: 27%;
    width: 44%;
    height: 73%;*/
    /*pang sjdmlogo*/
    top: 15%;
    left: 17%;
    width: 63%;
    height: 78%;
    z-index: 1001;
}
#popCont[b-1x4n4xbdal] {
    position:relative;
    z-index: 1002;
}
@media(max-width: 768px) {
    .res[b-1x4n4xbdal] {
        margin-top: 10px;
    }
}

.back[b-1x4n4xbdal] {
    position : fixed;
    bottom: 2.9%;
    /*left : 31%;*/
    z-index:998 !important;
}
.bread[b-1x4n4xbdal] {
    background-color: #444444;
/*    height: 7vh;*/
    color: white;
    display: flex;
    align-items: center;
    justify-content: start;
}
.bread-head[b-1x4n4xbdal] {
    background-color: white;
    height: 21vh;
}
/*.bread-search {
    display: flex;
    align-items: center;
    justify-content: end;
}*/
.bread-child[b-1x4n4xbdal] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.parent-bread[b-1x4n4xbdal] {
    z-index: 999;
    flex-shrink: 0;
    position: sticky;
    top: 0;
}

.mud-typography-body2[b-1x4n4xbdal] {
    font-size: 5rem;
}

.parent-bread2[b-1x4n4xbdal] {
    width: 30%;
    position: sticky;
    top: 0;
    height: 86vh;
}

.caro[b-1x4n4xbdal] {
    width: 100%;
    height: 50%; /* Half of parent height */
    position: relative;
    overflow: hidden; /* Prevent any overflow */
}

/* Force MudCarousel and all its containers to fill parent */
.carousel-bg[b-1x4n4xbdal],
.carousel-bg .mud-carousel[b-1x4n4xbdal],
.carousel-bg .mud-carousel-container[b-1x4n4xbdal],
.carousel-bg .mud-carousel-items-container[b-1x4n4xbdal] {
    width: 100% !important;
    height: 90% !important;
    min-height: 90% !important;
}

    /* Style for individual carousel items */
    .carousel-bg .mud-carousel-item[b-1x4n4xbdal] {
        width: 100% !important;
        height: 90% !important;
    }

    /* Image styling */
    .carousel-bg .mud-image[b-1x4n4xbdal] {
        width: 100%;
        height: 90%;
        object-fit: cover; /* or 'contain' based on your preference */
    }

.vid[b-1x4n4xbdal] {
    width: 100%;
    height: 50%;
    padding-top: 10px;
    
/*    background-color: yellow;*/
}
/* _content/csjdm_Agri/Components/Account/Pages/MakeTransbyQr.razor.rz.scp.css */
.backdrop[b-7i56mpach7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}

.custom-popover[b-7i56mpach7] {
    z-index: 1000; /* Ensure it appears above the backdrop */
    border-radius: 12px !important; /* Adjust for more or less rounding */
    overflow: hidden; /* Ensures rounded effect applies properly */
}
#popover[b-7i56mpach7] {
    background-image: url('images/San-Jose-del-Monte-Official-Seal.png');
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    /*  pang mis pic  
        top: 27%;
    left: 27%;
    width: 44%;
    height: 73%;*/
    /*pang sjdmlogo*/
    top: 15%;
    left: 17%;
    width: 63%;
    height: 78%;
    z-index: 1001;
}
#popCont[b-7i56mpach7] {
    position:relative;
    z-index: 1002;
}



.bread[b-7i56mpach7] {
    background-color: #444444;
/*    height: 7vh;*/
    color: white;
    display: flex;
    align-items: center;
    justify-content: start;
}

/*.bread-search {
    display: flex;
    align-items: center;
    justify-content: end;
}*/
.bread-child[b-7i56mpach7] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.parent-bread[b-7i56mpach7] {
    z-index: 999;
    flex-shrink: 0;
    position: sticky;
    top: 0;
}

.mud-typography-body2[b-7i56mpach7] {
    font-size: 5rem;
}

.parent-bread2[b-7i56mpach7] {
    width: 30%;
    position: sticky;
    top: 0;
    height: 86vh;
}

.caro[b-7i56mpach7] {
    width: 100%;
    height: 50%; /* Half of parent height */
    position: relative;
    overflow: hidden; /* Prevent any overflow */
}

/* Force MudCarousel and all its containers to fill parent */
.carousel-bg[b-7i56mpach7],
.carousel-bg .mud-carousel[b-7i56mpach7],
.carousel-bg .mud-carousel-container[b-7i56mpach7],
.carousel-bg .mud-carousel-items-container[b-7i56mpach7] {
    width: 100% !important;
    height: 90% !important;
    min-height: 90% !important;
}

    /* Style for individual carousel items */
    .carousel-bg .mud-carousel-item[b-7i56mpach7] {
        width: 100% !important;
        height: 90% !important;
    }

    /* Image styling */
    .carousel-bg .mud-image[b-7i56mpach7] {
        width: 100%;
        height: 90%;
        object-fit: cover; /* or 'contain' based on your preference */
    }

.vid[b-7i56mpach7] {
    width: 100%;
    height: 50%;
    padding-top: 10px;
    
/*    background-color: yellow;*/
}
/* _content/csjdm_Agri/Components/Account/Pages/MakeTransNoQueue.razor.rz.scp.css */
.backdrop[b-6am2j039i9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}

.custom-popover[b-6am2j039i9] {
    z-index: 1000; /* Ensure it appears above the backdrop */
    border-radius: 12px !important; /* Adjust for more or less rounding */
    overflow: hidden; /* Ensures rounded effect applies properly */
}
#popover[b-6am2j039i9] {
    background-image: url('images/San-Jose-del-Monte-Official-Seal.png');
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    /*  pang mis pic  
        top: 27%;
    left: 27%;
    width: 44%;
    height: 73%;*/
    /*pang sjdmlogo*/
    top: 15%;
    left: 17%;
    width: 63%;
    height: 78%;
    z-index: 1001;
}
#popCont[b-6am2j039i9] {
    position:relative;
    z-index: 1002;
}
@media(max-width: 768px) {
    .res[b-6am2j039i9] {
        margin-top: 10px;
    }
}

.back[b-6am2j039i9] {
    position : fixed;
    bottom: 2.9%;
    /*left : 31%;*/
    z-index:998 !important;
}
.bread[b-6am2j039i9] {
    background-color: #444444;
/*    height: 7vh;*/
    color: white;
    display: flex;
    align-items: center;
    justify-content: start;
}
.bread-head[b-6am2j039i9] {
    background-color: white;
    height: 21vh;
}
/*.bread-search {
    display: flex;
    align-items: center;
    justify-content: end;
}*/
.bread-child[b-6am2j039i9] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.parent-bread[b-6am2j039i9] {
    z-index: 999;
    flex-shrink: 0;
    position: sticky;
    top: 0;
}

.mud-typography-body2[b-6am2j039i9] {
    font-size: 5rem;
}

.parent-bread2[b-6am2j039i9] {
    width: 30%;
    position: sticky;
    top: 0;
    height: 86vh;
}

.caro[b-6am2j039i9] {
    width: 100%;
    height: 50%; /* Half of parent height */
    position: relative;
    overflow: hidden; /* Prevent any overflow */
}

/* Force MudCarousel and all its containers to fill parent */
.carousel-bg[b-6am2j039i9],
.carousel-bg .mud-carousel[b-6am2j039i9],
.carousel-bg .mud-carousel-container[b-6am2j039i9],
.carousel-bg .mud-carousel-items-container[b-6am2j039i9] {
    width: 100% !important;
    height: 90% !important;
    min-height: 90% !important;
}

    /* Style for individual carousel items */
    .carousel-bg .mud-carousel-item[b-6am2j039i9] {
        width: 100% !important;
        height: 90% !important;
    }

    /* Image styling */
    .carousel-bg .mud-image[b-6am2j039i9] {
        width: 100%;
        height: 90%;
        object-fit: cover; /* or 'contain' based on your preference */
    }

.vid[b-6am2j039i9] {
    width: 100%;
    height: 50%;
    padding-top: 10px;
    
/*    background-color: yellow;*/
}
/* _content/csjdm_Agri/Components/Account/Pages/Register.razor.rz.scp.css */
body[b-mb189vc6l2] {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif;
}

.loader[b-mb189vc6l2] {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-mb189vc6l2 1s linear infinite;
}

@keyframes spin-b-mb189vc6l2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text[b-mb189vc6l2] {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

.container[b-mb189vc6l2] {
    text-align: center;
}
/* _content/csjdm_Agri/Components/Containers/AllContainer.razor.rz.scp.css */
.table-responsive[b-lltaq0kvdj] {
    overflow-x: auto;
    padding: 0rem 2rem 0rem;
}
/* _content/csjdm_Agri/Components/Containers/CommonContainer.razor.rz.scp.css */

/* _content/csjdm_Agri/Components/Containers/ContainerWithAuth.razor.rz.scp.css */

/* _content/csjdm_Agri/Components/DashboardConts/AllFeedbacks.razor.rz.scp.css */
body[b-chz899k4vs] {
}
/* _content/csjdm_Agri/Components/DashboardConts/DoneQueueReports.razor.rz.scp.css */
.backdrop[b-asza08l9ys] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-asza08l9ys] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/DashboardConts/QueueReports.razor.rz.scp.css */
.backdrop[b-yj1bd8bnes] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-yj1bd8bnes] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/HouseholdConts/CustomAddHousehold.razor.rz.scp.css */
.table-responsive[b-xnlv8j9w02] {
    overflow-x: auto;
    padding: 0rem 2rem 0rem;
}
/* _content/csjdm_Agri/Components/HouseholdConts/CustomEditHousehold.razor.rz.scp.css */
.table-responsive[b-2ezaq0ezyw] {
    overflow-x: auto;
    padding: 0rem 2rem 0rem;
}
/* _content/csjdm_Agri/Components/HouseholdConts/HouseholdMemberInfoByViewAccess.razor.rz.scp.css */
/* _content/csjdm_Agri/Components/HouseholdConts/HouseholdProfileInfo.razor.rz.scp.css */
/* _content/csjdm_Agri/Components/Layout/FeedbackLayout.razor.rz.scp.css */
/*.page {
    border: 20px solid #FF9951;
}
*/
/* _content/csjdm_Agri/Components/Layout/FeedbackLayout2.razor.rz.scp.css */
/*.page {
    border: 20px solid #FF9951;
}
*/
/* _content/csjdm_Agri/Components/Layout/FeedbackLayout3.razor.rz.scp.css */
/*.page {
    border: 20px solid #FF9951;
}
*/
/* _content/csjdm_Agri/Components/Layout/FeedbackLayout5.razor.rz.scp.css */
/*.page {
    border: 20px solid #FF9951;
}
*/
/* _content/csjdm_Agri/Components/Layout/FloatingLogo.razor.rz.scp.css */
.logo[b-7epzmu80tn] {
    width: 100px; /* Adjust as needed */
    z-index: 999;
    height: 100px; /* Adjust as needed */
    color: white; /* Text color for the logo */
    font-size: 24px; /* Adjust as needed */
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8px;
    right: 5px;
    position: fixed;
    animation: floatAnimation-b-7epzmu80tn 3s ease-in-out infinite;
}

#floatcontent[b-7epzmu80tn] {
    background: lightyellow;
    top: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: blocked;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 1000;
}
.floatShow[b-7epzmu80tn] {
    background: lightyellow;
    top: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: blocked;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 1000;
}
.floatHide[b-7epzmu80tn] {
    background: lightyellow;
    top: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 1000;
}
@keyframes floatAnimation-b-7epzmu80tn {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}
@media (min-width: 641px) {

#reader[b-7epzmu80tn]{
width : 100%
}

}
/* _content/csjdm_Agri/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-gkvvwn623j] {
    position: fixed;
    bottom: 0;
    right: 1%;
    /* padding: 10px 20px; */
    color: white;
    background: #0B0F1F !important;
    z-index: 1000;
    font-size: 0.9rem !important;
    font-style: italic;
}


.footer-dash[b-gkvvwn623j] {
    position: fixed;
    bottom: 0;
    right: 1%;
    /* padding: 10px 20px; */
    display:flex;
    justify-content:center;
    align-items:center;
    color: white;
    background: #0B0F1F;
    z-index: 1000;
    font-size: 0.7rem;
    font-style: italic;
    width: 25%;
}
/* _content/csjdm_Agri/Components/Layout/Header.razor.rz.scp.css */
.header-wrapper[b-nvt5bxsqwn] {
    /*    border: 2px solid #F0632E; */
    /*border-radius: 12px;*/ /* rounded corners */
    /*    background-color: #FF9951; */
    background-color: #0B0F1F !important;
    position: sticky;
    z-index: 1101;
    top: 0;
}
/* Container Styles */

/* Sidebar (optional) */



/* Media Queries */


/* Logos */
.sjdmlogo[b-nvt5bxsqwn],
.bplogo[b-nvt5bxsqwn] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.sjdmlogo[b-nvt5bxsqwn] {
    background-image: url('images/san-jose-del-monte-official-seal.png');
}

.bplogo[b-nvt5bxsqwn] {
    background-image: url('images/BP-LOGO-Blue.png');
}

/* Responsive logo sizing for large screens */
@media (min-width: 1200px) {
    .sjdmlogo[b-nvt5bxsqwn],
    .bplogo[b-nvt5bxsqwn] {
        width: 70px;
        height: 70px;
    }
}

/* Typography */
.title1[b-nvt5bxsqwn] {
    color : white;
    font-size: 0.8rem;
    font-weight: 500;
}

.title[b-nvt5bxsqwn] {
    font-family:sans-serif;
    color : white;
    font-size: 1rem;
    font-weight: 600;
}

.title3[b-nvt5bxsqwn] {
    font-family: sans-serif;
    color: white;
    font-size: 2rem;
    font-weight: 600;
}

/* Prevent wrapping and ensure tight layout */
/* Shrink logos gracefully on small screens */
@media (max-width: 576px) {
    .sjdmlogo[b-nvt5bxsqwn],
    .bplogo[b-nvt5bxsqwn] {
        width: 40px;
        height: 40px;
    }

    .title1[b-nvt5bxsqwn] {
        font-size: 0.75rem;
    }

    .title3[b-nvt5bxsqwn] {
        font-size: 0.9rem;
    }

    .header-wrapper .col[b-nvt5bxsqwn] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .bplogo[b-nvt5bxsqwn] {
        margin-top:-20px;
    }
    .logout-btn[b-nvt5bxsqwn] {
       position: fixed;
       top: -1%;
       right: -3%;
    }
}


/* _content/csjdm_Agri/Components/Layout/HeaderNew.razor.rz.scp.css */
.header-wrapper[b-i9lo45g7yi] {
    /*    border: 2px solid #F0632E; */
    /*border-radius: 12px;*/ /* rounded corners */
    /*    background-color: #FF9951; */
    background-color: #0B0F1F !important;
    position: sticky;
    z-index: 1101;
    top: 0;
}
/* Container Styles */

/* Sidebar (optional) */



/* Media Queries */


/* Logos */
.sjdmlogo[b-i9lo45g7yi],
.bplogo[b-i9lo45g7yi] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.sjdmlogo[b-i9lo45g7yi] {
    background-image: url('images/san-jose-del-monte-official-seal.png');
}

.bplogo[b-i9lo45g7yi] {
    background-image: url('images/BP-LOGO-Blue.png');
}

/* Responsive logo sizing for large screens */
@media (min-width: 1200px) {
    .sjdmlogo[b-i9lo45g7yi],
    .bplogo[b-i9lo45g7yi] {
        width: 70px;
        height: 70px;
    }
}

/* Typography */
.title1[b-i9lo45g7yi] {
    color : white;
    font-size: 0.8rem;
    font-weight: 500;
}

.title[b-i9lo45g7yi] {
    font-family:sans-serif;
    color : white;
    font-size: 1rem;
    font-weight: 600;
}

.title3[b-i9lo45g7yi] {
    font-family: sans-serif;
    color: white;
    font-size: 2rem;
    font-weight: 600;
}

/* Prevent wrapping and ensure tight layout */
/* Shrink logos gracefully on small screens */
@media (max-width: 576px) {
    .sjdmlogo[b-i9lo45g7yi],
    .bplogo[b-i9lo45g7yi] {
        width: 40px;
        height: 40px;
    }

    .title1[b-i9lo45g7yi] {
        font-size: 0.75rem;
    }

    .title3[b-i9lo45g7yi] {
        font-size: 0.9rem;
    }

    .header-wrapper .col[b-i9lo45g7yi] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .bplogo[b-i9lo45g7yi] {
        margin-top:-20px;
    }
    .logout-btn[b-i9lo45g7yi] {
       position: fixed;
       top: -1%;
       right: -3%;
    }
}


/* _content/csjdm_Agri/Components/Layout/LogoutComp.razor.rz.scp.css */
.header-wrapper[b-nxmh36oum6] {
    /*    border: 2px solid #F0632E; */
    /*border-radius: 12px;*/ /* rounded corners */
    /*    background-color: #FF9951; */
    background-color: #0B0F1F !important;
    position: sticky;
    z-index: 1101;
    top: 0;
}
/* Container Styles */

/* Sidebar (optional) */



/* Media Queries */


/* Logos */
.sjdmlogo[b-nxmh36oum6],
.bplogo[b-nxmh36oum6] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.sjdmlogo[b-nxmh36oum6] {
    background-image: url('images/san-jose-del-monte-official-seal.png');
}

.bplogo[b-nxmh36oum6] {
    background-image: url('images/BP-LOGO-Blue.png');
}

/* Responsive logo sizing for large screens */
@media (min-width: 1200px) {
    .sjdmlogo[b-nxmh36oum6],
    .bplogo[b-nxmh36oum6] {
        width: 70px;
        height: 70px;
    }
}

/* Typography */
.title1[b-nxmh36oum6] {
    color : white;
    font-size: 0.8rem;
    font-weight: 500;
}

.title[b-nxmh36oum6] {
    font-family:sans-serif;
    color : white;
    font-size: 1rem;
    font-weight: 600;
}

.title3[b-nxmh36oum6] {
    font-family: sans-serif;
    color: white;
    font-size: 2rem;
    font-weight: 600;
}

/* Prevent wrapping and ensure tight layout */
/* Shrink logos gracefully on small screens */
@media (max-width: 576px) {
    .sjdmlogo[b-nxmh36oum6],
    .bplogo[b-nxmh36oum6] {
        width: 40px;
        height: 40px;
    }

    .title1[b-nxmh36oum6] {
        font-size: 0.75rem;
    }

    .title3[b-nxmh36oum6] {
        font-size: 0.9rem;
    }

    .header-wrapper .col[b-nxmh36oum6] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .bplogo[b-nxmh36oum6] {
        margin-top:-20px;
    }
    .logout-btn[b-nxmh36oum6] {
/*       position: fixed;*/
       top: -1%;
       right: -3%;
    }
}


/* _content/csjdm_Agri/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fe7rmvprz5] {
    position: relative;
    display: flex;
    flex-direction: column;

}

main[b-fe7rmvprz5] {
    flex: 1;
}

.sidebar[b-fe7rmvprz5] {
    background-image: linear-gradient(180deg, rgb(56,60,68) 0%, #141414 70%);
}

.top-row[b-fe7rmvprz5] {
    background-color: #f8e6fa;
    border-bottom: 1px solid #d6d5d5;
   /* justify-content: flex-end;*/
    height: 6.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fe7rmvprz5]  a, .top-row[b-fe7rmvprz5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fe7rmvprz5]  a:hover, .top-row[b-fe7rmvprz5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fe7rmvprz5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fe7rmvprz5] {
        justify-content: space-between;
    }

    .top-row[b-fe7rmvprz5]  a, .top-row[b-fe7rmvprz5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fe7rmvprz5] {
        flex-direction: row;
    }

    .sidebar[b-fe7rmvprz5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fe7rmvprz5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fe7rmvprz5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fe7rmvprz5], article[b-fe7rmvprz5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fe7rmvprz5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fe7rmvprz5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.sjdmlogo[b-fe7rmvprz5] {
    background-image: url('images/san-jose-del-monte-official-seal.png');
    background-size: cover;
    width: 80px;
    margin: 5;
    height: 80px;
}
.hotrlogo[b-fe7rmvprz5] {
    background-image: url('images/hftp.png');
    background-size: cover;
    width: 80px;
    padding-left: 10px;
    height: 80px;
}
.top-details[b-fe7rmvprz5] {
    padding-left: 10px;
    margin: 5;
    height: 80px;
}
.top-menu[b-fe7rmvprz5] {
    align-items :end;
    height: 50px;
}
.logo[b-fe7rmvprz5] {
    width: 100px; /* Adjust as needed */
    z-index: 999;
    height: 100px; /* Adjust as needed */
    color: white; /* Text color for the logo */
    font-size: 24px; /* Adjust as needed */
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8px;
    right: 5px;
    position: fixed;
    animation: floatAnimation-b-fe7rmvprz5 3s ease-in-out infinite;
}

#floatcontent[b-fe7rmvprz5] {
    background: lightyellow;
    top: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: block;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 1000;
}

@keyframes floatAnimation-b-fe7rmvprz5 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}
/* _content/csjdm_Agri/Components/Layout/MainLayoutTest.razor.rz.scp.css */
/* _content/csjdm_Agri/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vkkugn2kqg] {
    appearance: menulist;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-vkkugn2kqg] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vkkugn2kqg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vkkugn2kqg] {
    font-size: 1.1rem;
}

.bi[b-vkkugn2kqg] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vkkugn2kqg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-vkkugn2kqg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-vkkugn2kqg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-vkkugn2kqg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-vkkugn2kqg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-vkkugn2kqg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-vkkugn2kqg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-vkkugn2kqg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-vkkugn2kqg] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vkkugn2kqg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vkkugn2kqg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vkkugn2kqg]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-vkkugn2kqg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vkkugn2kqg]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-vkkugn2kqg] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vkkugn2kqg] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vkkugn2kqg] {
        display: none;
    }
    .nav1[b-vkkugn2kqg] {
        display: none;
    }

    .nav-scrollable[b-vkkugn2kqg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.sjdmlogo[b-vkkugn2kqg] {
    background-image: url('images/san-jose-del-monte-official-seal.png');
    background-size: cover;
    width: 40px;
    margin: 5;
    height: 40px;
}

.hotrlogo[b-vkkugn2kqg] {
    background-image: url('images/hftp.png');
    background-size: cover;
    width: 40px;
    padding-left: 10px;
    height: 40px;
}
div.open[b-vkkugn2kqg] {
    display:block;
}
div.close[b-vkkugn2kqg] {
    display: none;
}
/* _content/csjdm_Agri/Components/Layout/NavMenu2.razor.rz.scp.css */

.sjdmlogo[b-034x102p19] {
    background-image: url('images/san-jose-del-monte-official-seal.png');
    background-size: cover;
    width: 40px;
    margin: 5;
    height: 40px;
}

.hotrlogo[b-034x102p19] {
    background-image: url('images/hftp.png');
    background-size: cover;
    width: 40px;
    padding-left: 10px;
    height: 40px;
}


.drawer-cont[b-034x102p19] {
height: 100vh;
}

/* _content/csjdm_Agri/Components/Layout/NewMainLayoutTest.razor.rz.scp.css */
/* _content/csjdm_Agri/Components/Layout/NewNavMenuTest.razor.rz.scp.css */
.navbar-toggler[b-viq44dbitf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}
.nav-menu[b-viq44dbitf] {
    background-color: #0B0F1F;
    /*  min-height: 100% !important;
        height: 100% !important; */
}

    .navbar-toggler:checked[b-viq44dbitf] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-viq44dbitf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-viq44dbitf] {
    font-size: 1.1rem;
}

.bi[b-viq44dbitf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-viq44dbitf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-viq44dbitf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-viq44dbitf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-viq44dbitf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-viq44dbitf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-viq44dbitf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-viq44dbitf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-viq44dbitf]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-viq44dbitf]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-viq44dbitf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-viq44dbitf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-viq44dbitf] {
        display: none;
    }

    .nav-scrollable[b-viq44dbitf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/csjdm_Agri/Components/Layout/TopMenu.razor.rz.scp.css */
.nav-horizontal[b-69uzgdlgoe] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-item[b-69uzgdlgoe] {
    margin-right: 10px; /* Adjust spacing between navigation items */
}

.nav-link[b-69uzgdlgoe] {
    color: #000; /* Adjust text color */
    text-decoration: none; /* Remove underline from links */
    display: inline-flex;
    align-items: center;
}

    /* Optional: Adjust styling for navigation icons */
    .nav-link .bi[b-69uzgdlgoe] {
        margin-right: 5px; /* Adjust spacing between icon and text */
    }
/* _content/csjdm_Agri/Components/Pages/About.razor.rz.scp.css */
.content-home[b-yzc1axms99] {
    background-color:white;
    height: 600px;
}
.rDetails[b-yzc1axms99] {
    background-image: url('images/aboutbd.png');
    background-size:cover;
    background-repeat:no-repeat;
}
.lDetails[b-yzc1axms99] {
    color: #ea2763;
}
/* _content/csjdm_Agri/Components/Pages/AddHHMember.razor.rz.scp.css */
.alerts[b-txfmvmgyg3] {
    position: fixed;
    top: 20%;
    left: 35%;
}

.holdPop[b-txfmvmgyg3] {
    z-index: 1000;
}

.backdrop[b-txfmvmgyg3] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}

.actionPop[b-txfmvmgyg3] {
    z-index: 998;
}
/* _content/csjdm_Agri/Components/Pages/AddHHProfile.razor.rz.scp.css */
.alerts[b-d7ivcp5hkl] {
    position: fixed;
    top: 20%;
    left: 35%;
}

.holdPop[b-d7ivcp5hkl] {
    z-index: 1000;
}

.backdrop[b-d7ivcp5hkl] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}

.actionPop[b-d7ivcp5hkl] {
    z-index: 998;
}
/* _content/csjdm_Agri/Components/Pages/AddUser.razor.rz.scp.css */
.alerts[b-j8r1bumx0u] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/Pages/AdminDashboard.razor.rz.scp.css */
.backdrop[b-w4nuznw4g4] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-w4nuznw4g4] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/Pages/Admin/Clients.razor.rz.scp.css */
.table-striped tbody tr:nth-of-type(odd)[b-wst9tjyf5l] {
    background-color: #f8f9fa; /* Lighter shade */
}
TableHeader[b-wst9tjyf5l] {
font-size:14px;
}
TableBody[b-wst9tjyf5l] {
    font-size: 12px;
}
.table-striped tbody tr:nth-of-type(even)[b-wst9tjyf5l] {
    background-color: #e9ecef; /* Darker shade */
}
/* _content/csjdm_Agri/Components/Pages/Agri/ReportsMasterAgri.razor.rz.scp.css */
.backdrop[b-dqcpb62s8d] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-dqcpb62s8d] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Agri/RiceAvailingQr.razor.rz.scp.css */
.backdrop[b-k5gzdhjpj8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}

.custom-popover[b-k5gzdhjpj8] {
    z-index: 1000; /* Ensure it appears above the backdrop */
    border-radius: 12px !important; /* Adjust for more or less rounding */
    overflow: hidden; /* Ensures rounded effect applies properly */
}
#popover[b-k5gzdhjpj8] {
    background-image: url('images/San-Jose-del-Monte-Official-Seal.png');
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    /*  pang mis pic  
        top: 27%;
    left: 27%;
    width: 44%;
    height: 73%;*/
    /*pang sjdmlogo*/
    top: 15%;
    left: 17%;
    width: 63%;
    height: 78%;
    z-index: 1001;
}
#popCont[b-k5gzdhjpj8] {
    position:relative;
    z-index: 1002;
}
@media(max-width: 768px) {
    .res[b-k5gzdhjpj8] {
        margin-top: 10px;
    }
}

.back[b-k5gzdhjpj8] {
    position : fixed;
    bottom: 2.9%;
    /*left : 31%;*/
    z-index:998 !important;
}
.bread[b-k5gzdhjpj8] {
    background-color: #444444;
/*    height: 7vh;*/
    color: white;
    display: flex;
    align-items: center;
    justify-content: start;
}
.bread-head[b-k5gzdhjpj8] {
    background-color: white;
    height: 21vh;
}
/*.bread-search {
    display: flex;
    align-items: center;
    justify-content: end;
}*/
.bread-child[b-k5gzdhjpj8] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.parent-bread[b-k5gzdhjpj8] {
    z-index: 999;
    flex-shrink: 0;
    position: sticky;
    top: 0;
}

.mud-typography-body2[b-k5gzdhjpj8] {
    font-size: 5rem;
}

.parent-bread2[b-k5gzdhjpj8] {
    width: 30%;
    position: sticky;
    top: 0;
    height: 86vh;
}

.caro[b-k5gzdhjpj8] {
    width: 100%;
    height: 50%; /* Half of parent height */
    position: relative;
    overflow: hidden; /* Prevent any overflow */
}

/* Force MudCarousel and all its containers to fill parent */
.carousel-bg[b-k5gzdhjpj8],
.carousel-bg .mud-carousel[b-k5gzdhjpj8],
.carousel-bg .mud-carousel-container[b-k5gzdhjpj8],
.carousel-bg .mud-carousel-items-container[b-k5gzdhjpj8] {
    width: 100% !important;
    height: 90% !important;
    min-height: 90% !important;
}

    /* Style for individual carousel items */
    .carousel-bg .mud-carousel-item[b-k5gzdhjpj8] {
        width: 100% !important;
        height: 90% !important;
    }

    /* Image styling */
    .carousel-bg .mud-image[b-k5gzdhjpj8] {
        width: 100%;
        height: 90%;
        object-fit: cover; /* or 'contain' based on your preference */
    }

.vid[b-k5gzdhjpj8] {
    width: 100%;
    height: 50%;
    padding-top: 10px;
    
/*    background-color: yellow;*/
}
/* _content/csjdm_Agri/Components/Pages/Agri/ScanQRForRiceVerification.razor.rz.scp.css */
.transaction-card[b-4rzc5wk94u] {
    width: 100%;
    margin: auto;
    border-radius: 18px;
    transition: 0.25s ease;
    max-width: 480px; /* mobile default */
}

/* TABLET (md ≥ 960px) */
@media (min-width: 960px) {
    .transaction-card[b-4rzc5wk94u] {
        max-width: 900px;
    }
}

/* DESKTOP (lg ≥ 1280px) */
@media (min-width: 1280px) {
    .transaction-card[b-4rzc5wk94u] {
        max-width: 1100px;
    }
}

/* XL SCREENS */
@media (min-width: 1600px) {
    .transaction-card[b-4rzc5wk94u] {
        max-width: 1300px;
    }
}

.transaction-card:hover[b-4rzc5wk94u] {
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}
/* _content/csjdm_Agri/Components/Pages/Client/ManualEncodeClient.razor.rz.scp.css */
.alerts[b-6gs35r7pzj] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}

/* _content/csjdm_Agri/Components/Pages/CounterSettings.razor.rz.scp.css */

.backdrop[b-ngwfkr9s55] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101; /* Ensure it is above everything */
}

.alerts[b-ngwfkr9s55] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}

.row[b-ngwfkr9s55] {
    height: 81vh;
    width: 100%;
    overflow-x: auto;
}
/* _content/csjdm_Agri/Components/Pages/Ct.razor.rz.scp.css */
.backdrop[b-g3bktkq8fy] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-g3bktkq8fy] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Dashboard.razor.rz.scp.css */
.alerts[b-s99csqbw4f] {
    position:fixed;
    top:20%;
    left:35%;
}
.holdPop[b-s99csqbw4f] {
    z-index: 1000;
}
.backdrop[b-s99csqbw4f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}
.actionPop[b-s99csqbw4f] {
    z-index:998;
}
    
/* _content/csjdm_Agri/Components/Pages/DashBoard2.razor.rz.scp.css */
.alerts[b-umarnpxtkq] {
    position:fixed;
    top:20%;
    left:35%;
}
.holdPop[b-umarnpxtkq] {
    z-index: 1000;
}
.backdrop[b-umarnpxtkq] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}
.actionPop[b-umarnpxtkq] {
    z-index:998;
}
    
/* _content/csjdm_Agri/Components/Pages/DocReqSettings.razor.rz.scp.css */
.alerts[b-42rus2zzw4] {
    position: fixed;
    top: 20%;
    left: 50%;
}
/* _content/csjdm_Agri/Components/Pages/EditHHMember.razor.rz.scp.css */
.alerts[b-3b51laj5w0] {
    position: fixed;
    top: 20%;
    left: 35%;
}

.holdPop[b-3b51laj5w0] {
    z-index: 1000;
}

.backdrop[b-3b51laj5w0] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}

.actionPop[b-3b51laj5w0] {
    z-index: 998;
}
/* _content/csjdm_Agri/Components/Pages/EditHHProfile.razor.rz.scp.css */
.alerts[b-1xazrxbx4i] {
    position: fixed;
    top: 20%;
    left: 35%;
}

.holdPop[b-1xazrxbx4i] {
    z-index: 1000;
}

.backdrop[b-1xazrxbx4i] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}

.actionPop[b-1xazrxbx4i] {
    z-index: 998;
}
/* _content/csjdm_Agri/Components/Pages/Feedback.razor.rz.scp.css */
.backdrop[b-msk41a09zv] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-msk41a09zv] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/Pages/FeedbackInfo.razor.rz.scp.css */
.backdrop[b-o1adc4fidw] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-o1adc4fidw] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 37%;
/*    z-index: 1000;*/
}
/* _content/csjdm_Agri/Components/Pages/FeedbackServices.razor.rz.scp.css */
.backdrop[b-by53u7z3e1] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-by53u7z3e1] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/Pages/FileUpload.razor.rz.scp.css */
.backdrop[b-lk4bbhtjr0] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-lk4bbhtjr0] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/Pages/Home.razor.rz.scp.css */
.content-home[b-uou8yxbmuy] {
    background-image: url('images/homebg.jpg');
    background-size:cover;
    background-color:aqua;
    height:600px;
}
.logoheart[b-uou8yxbmuy] {
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 200px;
}
.homedetails[b-uou8yxbmuy] {
    color:white;
}
.mainrow[b-uou8yxbmuy] {
    background: rgba(108, 222, 245, 0.3)
}
/* _content/csjdm_Agri/Components/Pages/HouseholdTagging.razor.rz.scp.css */
.backdrop[b-d9vlzsqshk] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-d9vlzsqshk] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}

.table-responsive[b-d9vlzsqshk] {
    overflow-x: auto;
}
.up_thead[b-d9vlzsqshk] {
    background-color: #ce7f11 !important;
}
/* _content/csjdm_Agri/Components/Pages/Household_profile.razor.rz.scp.css */
.backdrop[b-nb6s0gr2vw] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-nb6s0gr2vw] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}

.table-responsive[b-nb6s0gr2vw] {
    overflow-x: auto;
}
.up_thead[b-nb6s0gr2vw] {
    background-color: #ce7f11 !important;
}
/* _content/csjdm_Agri/Components/Pages/LocationSettings.razor.rz.scp.css */
.backdrop[b-9v7l5aro4f] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-9v7l5aro4f] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/MediaLinks.razor.rz.scp.css */
.backdrop[b-bijh02475o] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101; /* Ensure it is above everything */
}

.alerts[b-bijh02475o] {
    position: fixed;
    top: 8%;
    left: 40%;
    z-index: 1000;
}
.row[b-bijh02475o] {
    height: 100%;
    width: 100%;
    overflow-x: auto;
}
/* _content/csjdm_Agri/Components/Pages/Med_related/Annex.razor.rz.scp.css */
.alerts[b-dj5itvk3yp] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Med_related/MedicineCategory.razor.rz.scp.css */
.alerts[b-8cqg0dsk70] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Med_related/MedicineList.razor.rz.scp.css */
.alerts[b-j31oy6iaid] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Med_related/MedicineStock.razor.rz.scp.css */
.alerts[b-dp7vpq9sy0] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Med_related/MedicineTransactions.razor.rz.scp.css */
.alerts[b-nvyjbi586c] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Med_related/MedicineUnits.razor.rz.scp.css */
.alerts[b-zlfb8jlza0] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/MonitorSettings.razor.rz.scp.css */
.backdrop[b-exx8dv9w97] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-exx8dv9w97] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}

/* _content/csjdm_Agri/Components/Pages/OfficeSettings.razor.rz.scp.css */

.backdrop[b-4kex9k6yy7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101; /* Ensure it is above everything */
}
.alerts[b-4kex9k6yy7] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}

.table-responsive[b-4kex9k6yy7] {
    height: 81vh;
    width: 100%;
    overflow-x: auto;
}
/* _content/csjdm_Agri/Components/Pages/Pending_Household_Request.razor.rz.scp.css */
.backdrop[b-3uilft8itx] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-3uilft8itx] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}

.table-responsive[b-3uilft8itx] {
    overflow-x: auto;
}
.up_thead[b-3uilft8itx] {
    background-color: #ce7f11 !important;
}
/* _content/csjdm_Agri/Components/Pages/PrioritySettings.razor.rz.scp.css */
.backdrop[b-kok3m3v1dw] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-kok3m3v1dw] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}


/* _content/csjdm_Agri/Components/Pages/QrDailyPreview.razor.rz.scp.css */
.backdrop[b-4c52cxi07f] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-4c52cxi07f] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/QrDailySettings.razor.rz.scp.css */
.backdrop[b-ykcqttgc3g] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-ykcqttgc3g] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/QueueFeedback.razor.rz.scp.css */
.backdrop[b-u314w8v5ra] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101; /* Ensure it is above everything */
}

.alerts[b-u314w8v5ra] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 0%;
    left: 40%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/Pages/QueueFeedback2.razor.rz.scp.css */
.backdrop[b-5z4a1rsb4w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101; /* Ensure it is above everything */
}

.alerts[b-5z4a1rsb4w] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 30%;
    left: 40%;
    z-index: 1000;
}

.alert-float[b-5z4a1rsb4w] {
    position: absolute;
    top: 16px; /* appears over header */
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    z-index: 9999; /* HIGHER than header */
}

.submit-bar[b-5z4a1rsb4w] {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 12px;
    text-align: center;
    box-shadow: 0 -2px 6px rgba(0,0,0,.05);
}

.feedback-header[b-5z4a1rsb4w] {
    z-index: 10; /* LOWER */
}
/* _content/csjdm_Agri/Components/Pages/QueueFeedbackNOApp.razor.rz.scp.css */
.backdrop[b-4ctcstm4e9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101; /* Ensure it is above everything */
}

.alerts[b-4ctcstm4e9] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 30%;
    left: 40%;
    z-index: 1000;
}
.alert-float[b-4ctcstm4e9] {
    position: absolute;
    top: 16px; /* appears over header */
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    z-index: 9999; /* HIGHER than header */
}

.submit-bar[b-4ctcstm4e9] {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 12px;
    text-align: center;
    box-shadow: 0 -2px 6px rgba(0,0,0,.05);
}
.feedback-header[b-4ctcstm4e9] {
    z-index: 10; /* LOWER */
}

/* _content/csjdm_Agri/Components/Pages/Reports_pages/CswdAicsSeniorOldReps.razor.rz.scp.css */
.backdrop[b-s6syxb5gxa] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-s6syxb5gxa] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Reports_pages/DailyReports.razor.rz.scp.css */
.backdrop[b-q3vi9il3jo] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-q3vi9il3jo] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Reports_pages/Reports.razor.rz.scp.css */
.backdrop[b-9k22vdt60m] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-9k22vdt60m] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Reports_pages/ReportsMaster.razor.rz.scp.css */
.backdrop[b-bhgaaoau01] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-bhgaaoau01] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Reports_pages/ReportsPerBrgy.razor.rz.scp.css */
.backdrop[b-0mxjzfyvu1] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-0mxjzfyvu1] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/ScanQR.razor.rz.scp.css */
.content-home[b-jl2cskldsn] {
    /*background-image: url('images/homebg.jpg');*/
   /* background-size:cover;
    background-color:aqua;*/
    height:600px;
}
.logoheart[b-jl2cskldsn] {
    /*background-image: url('images/logo.png');
    background-repeat: no-repeat;*/
    /*background-size: cover;*/
    height: 80px;
    width: 200px;
}
.homedetails[b-jl2cskldsn] {
    color:white;
}
.mainrow[b-jl2cskldsn] {
    /*background: rgba(108, 222, 245, 0.2)*/
    margin-top: 10px;
    border: 2px solid #f2f2f2;
}
a[b-jl2cskldsn] {
    font-size: 20px;
    color: #ffb366;
}
    a:hover[b-jl2cskldsn] {
        color: #ff99cc;
        background-color: #f2f2f2;
        cursor: pointer;
    }
/* _content/csjdm_Agri/Components/Pages/ServicesSettings.razor.rz.scp.css */
.backdrop[b-weztdh8p3c], .backdrop2[b-weztdh8p3c] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.backdrop[b-weztdh8p3c] {
    z-index: 1101; /* Ensure it is above everything */
}

.backdrop2[b-weztdh8p3c] {
    z-index:1201;
}
.alerts[b-weztdh8p3c] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1301 !important;
}
.row[b-weztdh8p3c] {
    height:81vh;
    width:100%;
    overflow-x:auto;
}
/* _content/csjdm_Agri/Components/Pages/Steps.razor.rz.scp.css */
.steps-container[b-hvld1enq7u] {
    max-width: 800px;
    margin: auto;
    position: relative;
}

.steps[b-hvld1enq7u] {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 50px;
}

    .steps[b-hvld1enq7u]::before {
        content: '';
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        height: 4px;
        background-color: #e0e0e0;
        z-index: 0;
    }

.step[b-hvld1enq7u] {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: 1;
}

    .step .circle[b-hvld1enq7u] {
        width: 50px;
        height: 50px;
        background: #ccc;
        border-radius: 50%;
        margin: auto;
        line-height: 50px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        transition: background 0.3s ease;
    }

    .step.completed .circle[b-hvld1enq7u],
    .step.active .circle[b-hvld1enq7u] {
        background-color: #4CAF50;
    }

    .step .label[b-hvld1enq7u] {
        margin-top: 12px;
        font-size: 14px;
        color: #333;
    }

.steps .step.completed[b-hvld1enq7u]::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    height: 4px;
    width: 100%;
    background-color: #4CAF50;
    z-index: -1;
}

.step:first-child[b-hvld1enq7u]::after {
    left: 50%;
    width: 50%;
}

.step:last-child[b-hvld1enq7u]::after {
    display: none;
}
/* _content/csjdm_Agri/Components/Pages/SubservicesSettings.razor.rz.scp.css */
.backdrop[b-yxtd1x5noy], .backdrop2[b-yxtd1x5noy] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
.backdrop[b-yxtd1x5noy] {
    z-index: 999; /* Ensure it is above everything */
}
.backdrop2[b-yxtd1x5noy] {

}

.alerts[b-yxtd1x5noy] {
    position: fixed;
    top: 12%;
    left: 8.5%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/Pages/Transactions.razor.rz.scp.css */
.table-striped tbody tr:nth-of-type(odd)[b-qt50pl3cne] {
    background-color: #f8f9fa; /* Lighter shade */
}
TableHeader[b-qt50pl3cne] {
font-size:14px;
}
TableBody[b-qt50pl3cne] {
    font-size: 12px;
}
.table-striped tbody tr:nth-of-type(even)[b-qt50pl3cne] {
    background-color: #e9ecef; /* Darker shade */
}
/* _content/csjdm_Agri/Components/Pages/Users.razor.rz.scp.css */
.backdrop[b-ikv0aowd7g] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-ikv0aowd7g] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}

.table-responsive[b-ikv0aowd7g] {
    overflow-x: auto;
}
.up_thead[b-ikv0aowd7g] {
    background-color: #ce7f11 !important;
}
/* _content/csjdm_Agri/Components/Pages/Users_ClientPortal.razor.rz.scp.css */
.backdrop[b-pvf09trsb9] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-pvf09trsb9] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}

.table-responsive[b-pvf09trsb9] {
    overflow-x: auto;
}
.up_thead[b-pvf09trsb9] {
    background-color: #ce7f11 !important;
}
/* _content/csjdm_Agri/Components/Pages/UserType.razor.rz.scp.css */
.backdrop[b-nkz2ypmefo] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101 !important; /* Ensure it is above everything */
}

.alerts[b-nkz2ypmefo] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1003;
}
/* _content/csjdm_Agri/Components/Pages/Workflow.razor.rz.scp.css */

.backdrop[b-bpcjuaxys9] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1101; /* Ensure it is above everything */
}

.alerts[b-bpcjuaxys9] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}

.row[b-bpcjuaxys9] {
    height: 81vh;
    width: 100%;
    overflow-x: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f6f8;
    padding: 40px;
    display: flex;
    justify-content: center;
}
.table-container[b-bpcjuaxys9] {
    width: 90%;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}

table[b-bpcjuaxys9] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    padding:10px;
}

caption[b-bpcjuaxys9] {
    font-size: 1.8em;
    font-weight: 600;
    padding: 16px;
    background-color: #4CAF50;
    color: white;
    text-align: left;
}

th[b-bpcjuaxys9], td[b-bpcjuaxys9] {
    padding: 16px 20px;
    text-align: left;
}

th[b-bpcjuaxys9] {
    background-color: #f0f0f0;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #ddd;
}

tr[b-bpcjuaxys9] {
    transition: background 0.2s ease;
}

    tr:hover[b-bpcjuaxys9] {
        background-color: #f9f9f9;
    }

td[b-bpcjuaxys9] {
    border-bottom: 1px solid #eee;
    color: #555;
}

@media (max-width: 600px) {
    th[b-bpcjuaxys9], td[b-bpcjuaxys9] {
        padding: 12px;
        font-size: 14px;
    }

    caption[b-bpcjuaxys9] {
        font-size: 1.4em;
        padding: 12px;
    }
}
.container[b-bpcjuaxys9] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 100%;
    max-height: 700px;
    min-height: 500px;
    min-width:500px;
    height: 100%;
    overflow: auto;
}

h2[b-bpcjuaxys9] {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.item-list[b-bpcjuaxys9] {
    list-style: none;
    padding: 0;
}

.item[b-bpcjuaxys9] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    .item input[type="checkbox"][b-bpcjuaxys9] {
        width: 18px;
        height: 18px;
        margin-right: 12px;
        accent-color: #4CAF50;
    }

    .item label[b-bpcjuaxys9] {
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }

.selected-items[b-bpcjuaxys9] {
    margin-top: 20px;
    padding: 10px;
    background-color: #f7f9fc;
    border-left: 4px solid #4CAF50;
    border-radius: 5px;
}
.selected-items strong[b-bpcjuaxys9] {
        display: block;
        margin-bottom: 10px;
        color: #333;
    }
.custom-button[b-bpcjuaxys9] {
    background-color: #FDAC32; /* Green */
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .custom-button:hover[b-bpcjuaxys9] {
        background-color: #FAC16B;
        transform: translateY(-2px);
    }

    .custom-button:active[b-bpcjuaxys9] {
        background-color: #D48814;
        transform: translateY(0);
    }
/* _content/csjdm_Agri/Components/ProcessPage/Application.razor.rz.scp.css */
.alerts[b-ka0jlsktz1] {
    position:fixed;
    top:20%;
    left:35%;
}
.holdPop[b-ka0jlsktz1] {
    z-index: 1000;
}
.backdrop[b-ka0jlsktz1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}
.actionPop[b-ka0jlsktz1] {
    z-index:998;
}
    
/* _content/csjdm_Agri/Components/ProcessPage/CheckDocsV2.razor.rz.scp.css */
.alerts[b-h1g7flkhw0] {
    position:fixed;
    top:20%;
    left:35%;
}
.holdPop[b-h1g7flkhw0] {
    z-index: 1000;
}
.backdrop[b-h1g7flkhw0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}
.actionPop[b-h1g7flkhw0] {
    z-index:998;
}
    
/* _content/csjdm_Agri/Components/ProcessPage/ManualEncode.razor.rz.scp.css */
.alerts[b-06b8u6hnwf] {
    position: fixed;
    /*    top: 12%;
    left: 8.5%;*/
    top: 8%;
    left: 40%;
    z-index: 1000;
}
/* _content/csjdm_Agri/Components/ProcessPage/ProcessClients.razor.rz.scp.css */
.alerts[b-k5h0ufxiq6] {
    position:fixed;
    top:20%;
    left:35%;
}
.holdPop[b-k5h0ufxiq6] {
    z-index: 1000;
}
.backdrop[b-k5h0ufxiq6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}
.actionPop[b-k5h0ufxiq6] {
    z-index:998;
}
    
/* _content/csjdm_Agri/Components/ProcessPage/Releasing.razor.rz.scp.css */
.alerts[b-c0ht0kleb4] {
    position:fixed;
    top:20%;
    left:35%;
}
.holdPop[b-c0ht0kleb4] {
    z-index: 1000;
}
.backdrop[b-c0ht0kleb4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}
.actionPop[b-c0ht0kleb4] {
    z-index:998;
}
    
/* _content/csjdm_Agri/Components/ProcessPage/ReviewandCheck.razor.rz.scp.css */
.alerts[b-r0koscumn6] {
    position:fixed;
    top:20%;
    left:35%;
}
.holdPop[b-r0koscumn6] {
    z-index: 1000;
}
.backdrop[b-r0koscumn6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}
.actionPop[b-r0koscumn6] {
    z-index:998;
}
    
/* _content/csjdm_Agri/Components/ProcessPage/Screening.razor.rz.scp.css */
.alerts[b-xbiedbw6a1] {
    position:fixed;
    top:20%;
    left:35%;
}
.holdPop[b-xbiedbw6a1] {
    z-index: 1000;
}
.backdrop[b-xbiedbw6a1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}
.actionPop[b-xbiedbw6a1] {
    z-index:998;
}
    
/* _content/csjdm_Agri/Components/ProcessPage/Validation.razor.rz.scp.css */
.alerts[b-gcwsqenw6n] {
    position:fixed;
    top:20%;
    left:35%;
}
.holdPop[b-gcwsqenw6n] {
    z-index: 1000;
}
.backdrop[b-gcwsqenw6n] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}
.actionPop[b-gcwsqenw6n] {
    z-index:998;
}
    
/* _content/csjdm_Agri/Components/ProcessPage/ValidationMO.razor.rz.scp.css */
.alerts[b-9ila36ac90] {
    position:fixed;
    top:20%;
    left:35%;
}
.holdPop[b-9ila36ac90] {
    z-index: 1000;
}
.backdrop[b-9ila36ac90] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is above everything */
}
.actionPop[b-9ila36ac90] {
    z-index:998;
}
    
