/* _content/BBSHESAdmin/Pages/Account/Login.cshtml.rz.scp.css */
.error-message[b-2r2h87icor] {
    padding-block: 1rem;
    padding-inline: 2rem;
    background-color: #f5e3e3;
    font-weight: 500;
    border-radius: var(--border-radius);
}

.content[b-2r2h87icor] {
    width: 100%;
    margin: 0 auto;
}
/* _content/BBSHESAdmin/Pages/ChangePassword/Index.cshtml.rz.scp.css */
/* _content/BBSHESAdmin/Pages/Dashboard.cshtml.rz.scp.css */
.section-title[b-4ivn070hfc] {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    color: #494949;
}

/* =============================
   LISTING HOUSEHOLD CARDS
   ============================= */

.khana-status-card[b-4ivn070hfc] {
    border-radius: 10px;
    padding: 2rem 2rem;
    text-align: center;
}

/* Hardcoded colors */
.khana-status-card.total[b-4ivn070hfc]     { background-color: #EDE7F6; } /* light purple */
.khana-status-card.submitted[b-4ivn070hfc] { background-color: #E6F4EA; } /* light green */
.khana-status-card.pending[b-4ivn070hfc]   { background-color: #E3F2FD; } /* light blue */
.khana-status-card.approved[b-4ivn070hfc]  { background-color: #FFF3E0; } /* light orange */
.khana-status-card.rejected[b-4ivn070hfc]  { background-color: #FFEBEE; } /* light red */

.khana-status-card[b-4ivn070hfc]  .svg-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 3rem;
    width: 3rem;
}

/* =============================
   SAMPLE HOUSEHOLD CARDS
   ============================= */

.sample-status-card[b-4ivn070hfc]  .svg-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 2.5rem;
    width: 2.5rem;
}

.sample-status-card .count[b-4ivn070hfc] {
    font-weight: 700;
    padding-top: 5px;
}

.sample-status-card .ratio[b-4ivn070hfc] {
    font-weight: 400;
    padding-top: 1rem;
}

/* Hardcoded sample colors */

.sample-total[b-4ivn070hfc]         { background-color: #EDE7F6; } /* purple */
.sample-notsubmitted[b-4ivn070hfc]  { background-color: #E0F2EC; } /* mint/draft */
.sample-submitted[b-4ivn070hfc]     { background-color: #E6F4EA; } /* green */
.sample-pending[b-4ivn070hfc]       { background-color: #E3F2FD; } /* blue */
.sample-approved[b-4ivn070hfc]      { background-color: #FFF3E0; } /* orange */
.sample-rejected[b-4ivn070hfc]      { background-color: #FFEBEE; } /* red */

/* =============================
   PSU CARDS
   ============================= */

.psu-status-card[b-4ivn070hfc] {
    border-radius: 10px;
    padding: 2rem 2rem;
    text-align: center;
}

.psu-status-card.assigned[b-4ivn070hfc]   { background-color: #E6F4EA; } /* light green */
.psu-status-card.unassigned[b-4ivn070hfc] { background-color: #E0F2EC; } /* mint */
.psu-status-card.total[b-4ivn070hfc]      { background-color: #EDE7F6; } /* purple */

.psu-status-card[b-4ivn070hfc]  .svg-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 4rem;
    width: 4rem;
}

/* =============================
   OTHER COMPONENTS
   ============================= */

.status-per-district[b-4ivn070hfc] {
    background-color: #ffad76;
}

.status-per-district[b-4ivn070hfc]  a {
    height: 100%;
    width: 100%;
}

.active-user-card[b-4ivn070hfc] {
    padding: 2rem;
    background: rgba(70, 189, 163, 0.40);
    border-radius: 1rem;
    text-align: center;
    max-width: 47rem;
    height: max-content;
}


.pei-chart-wrapper[b-4ivn070hfc] {
    width: 100%;
}

#status-bar-chart[b-4ivn070hfc] {
    align-self: start;
}

/* =============================
   RESPONSIVE
   ============================= */

@media only screen and (min-width: 768px) {
    .pei-chart-wrapper[b-4ivn070hfc] {
        width: 35rem;
    }
    
    .bar-chart-wrapper[b-4ivn070hfc] {
        width: 35rem;
    }
}

@media only screen and (min-width: 1024px) {
    .pei-chart-wrapper[b-4ivn070hfc] {
        width: 32rem;
    }
}

@media only screen and (min-width: 1441px) {
    .pei-chart-wrapper[b-4ivn070hfc] {
        width: 44rem;
    }
}
/* _content/BBSHESAdmin/Pages/Khana/DivisionWiseListingStatus.cshtml.rz.scp.css */
.grid-container[b-rshbsjqzp0] {
    padding: 0 2rem;
}

.card-group[b-rshbsjqzp0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 2.5rem;
}

.card[b-rshbsjqzp0] {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.status-text[b-rshbsjqzp0] {
    min-width: 12rem;
}

.chart-wrapper[b-rshbsjqzp0] {
    width: 140px;
    height: 140px;
}

.chart-wrapper canvas[b-rshbsjqzp0] {
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 1024px) {
    .card-group[b-rshbsjqzp0] {
        grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    }
}
/* _content/BBSHESAdmin/Pages/Khana/DivisionWiseStatus.cshtml.rz.scp.css */
.grid-container[b-338cl6b093] {
    padding: 0 2rem;
}

.card-group[b-338cl6b093] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 2.5rem;
}

.card[b-338cl6b093] {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.status-text[b-338cl6b093] {
    min-width: 12rem;
}

.chart-wrapper[b-338cl6b093] {
    width: 140px;
    height: 140px;
}

.chart-wrapper canvas[b-338cl6b093] {
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 1024px) {
    .card-group[b-338cl6b093] {
        grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    }
}
/* _content/BBSHESAdmin/Pages/Khana/Edit.cshtml.rz.scp.css */
fieldset[b-ybvf50ndef] {
    border: 1px solid var(--fieldset-color);
    border-radius: var(--border-radius);
    padding: 3rem;
}
/* _content/BBSHESAdmin/Pages/Khana/Index.cshtml.rz.scp.css */
#khana-detail-dialog .dialog-content[b-z3ein48t5p] {
    width: 50rem;
}

#khana-detail-dialog .dialog-body .list li[b-z3ein48t5p] {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

#khana-detail-dialog .dialog-body .khana-section-title[b-z3ein48t5p] {
    font-size: 2rem;
    color: #8f8f8f;
}


    #status-badge[b-z3ein48t5p] {
        display: inline-block;
        padding: 2px 10px;
        border-radius: 999px;
        font-size: 0.85rem;
        font-weight: 600;
    }
    #status-yes[b-z3ein48t5p] {
        background-color: #16a34a; /* green */
        color: #ffffff;
    }
    #status-no[b-z3ein48t5p] {
        background-color: #ef4444; /* red */
        color: #ffffff;
    }
    #status-na[b-z3ein48t5p] {
        background-color: #9ca3af; /* gray */
        color: #ffffff;
    }


/* _content/BBSHESAdmin/Pages/Khana/ListingStatusPerDistrict.cshtml.rz.scp.css */
.card-group[b-8zmzvl252v] {
    display: grid;
    gap: 3rem;
}

.card[b-8zmzvl252v] {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    display: grid;
    gap: 1rem;
}

.chart-wrapper[b-8zmzvl252v] {
    max-width: 20rem;
}

@media only screen and (min-width: 1024px){
    .chart-wrapper[b-8zmzvl252v] {
        max-width: 15rem;
    }

    .card-group[b-8zmzvl252v] {
        grid-template-columns: repeat( auto-fit, minmax(38rem, 1fr) );
    }

    .card[b-8zmzvl252v] {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content 1fr;
        gap: 5rem;
    }

    .status-text[b-8zmzvl252v]{
        padding-left: 2rem;
    }
}
/* _content/BBSHESAdmin/Pages/Khana/Map.cshtml.rz.scp.css */
#khana-map-detail-dialog .dialog-content[b-b1cqhqmq8b] {
    width: 50rem;
}

#khana-map-detail-dialog .dialog-body .list li[b-b1cqhqmq8b] {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

#khana-map-detail-dialog .dialog-body .khana-section-title[b-b1cqhqmq8b] {
    font-size: 2rem;
    color: #8f8f8f;
}
/* _content/BBSHESAdmin/Pages/Khana/MapV2.cshtml.rz.scp.css */
.loader-wrapper[b-yon6ih8qpi] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#khana-map-detail-dialog .dialog-content[b-yon6ih8qpi] {
    width: 50rem;
}

#khana-map-detail-dialog .dialog-body .list li[b-yon6ih8qpi] {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

#khana-map-detail-dialog .dialog-body .khana-section-title[b-yon6ih8qpi] {
    font-size: 2rem;
    color: #8f8f8f;
}

#user-detail-dialog .dialog-body .list[b-yon6ih8qpi]  li {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

#user-detail-dialog .dialog-body .list[b-yon6ih8qpi]  .address{
    max-width: 60%;
    text-align: right;
}

#user-detail-dialog .dialog-body #user-detail-section[b-yon6ih8qpi] {
    width: 40rem;
}
/* _content/BBSHESAdmin/Pages/Khana/PsuWiseListingStatus.cshtml.rz.scp.css */
[b-yeyld507pn] .complete-100 {
    background-color: #029c4266 !important;
}

[b-yeyld507pn] .complete-0 {
    background-color: #f2ced1  !important;
}

[b-yeyld507pn] .complete-0-100 {
    background-color: #f2e3ce  !important;
}
/* _content/BBSHESAdmin/Pages/Khana/PsuWiseStatus.cshtml.rz.scp.css */
[b-ic5s6r9y5e] .complete-100 {
    background-color: #029c4266 !important;
}

[b-ic5s6r9y5e] .complete-0 {
    background-color: #f2ced1  !important;
}

[b-ic5s6r9y5e] .complete-0-100 {
    background-color: #f2e3ce  !important;
}
/* _content/BBSHESAdmin/Pages/Khana/SamplingKhana.cshtml.rz.scp.css */
#khana-detail-dialog .dialog-content[b-ayo38bp8iq] {
    width: 50rem;
}

#khana-detail-dialog .dialog-body .list li[b-ayo38bp8iq] {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

#khana-detail-dialog .dialog-body .khana-section-title[b-ayo38bp8iq] {
    font-size: 2rem;
    color: #8f8f8f;
}

#khana-answer-dialog .dialog-content[b-ayo38bp8iq] {
    min-width: calc(100dvw - 2rem);
    min-height: calc(100dvh - 2rem);
}

#khana-answer-dialog .dialog-body .list li[b-ayo38bp8iq] {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

#khana-answer-dialog .dialog-body .khana-section-title[b-ayo38bp8iq] {
    font-size: 2rem;
    color: #8f8f8f;
}

#khana-answer-dialog[b-ayo38bp8iq]  #loader {
    position:absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#khana-answer-dialog .btn[b-ayo38bp8iq] {
    max-height: 3.5rem;
}

.btn-approve[b-ayo38bp8iq] {
    background-color: var(--khana-approved-color);
    font-weight: 700;
    color: #ffffff;
}

.btn-approve:hover[b-ayo38bp8iq] {
    background-color: rgb(73 130 96 / 50%);
    color: #ffffff;
}

.btn-reject[b-ayo38bp8iq] {
    background-color: var(--khana-rejected-color);
    font-weight: 700;
    color: #ffffff;
}

.btn-reject:hover[b-ayo38bp8iq] {
    background-color: rgb(129 40 26 / 50%);
    color: #ffffff;
}

.btn-pending[b-ayo38bp8iq] {
    background-color: var(--khana-pending-color);
    font-weight: 700;
    color: #ffffff;
}

.btn-pending:hover[b-ayo38bp8iq] {
    background-color: rgb(155 123 61 / 50%);
    color: #ffffff;
}

.error-input[b-ayo38bp8iq] {
    border: 1px solid red;
}

@media only screen and (min-width: 1024px) {
    #khana-answer-dialog .dialog-content[b-ayo38bp8iq] {
        min-width: calc(100dvw - 4rem);
        min-height: calc(100dvh - 4rem);
    }
}

@media only screen and (min-width: 1200px) {
    #khana-answer-dialog .dialog-content[b-ayo38bp8iq] {
        min-width: 110rem;
        min-height: 90dvh;
    }
}

@media only screen and (min-width: 1366px) {
    #khana-answer-dialog .dialog-content[b-ayo38bp8iq] {
        min-width: 125rem;
        min-height: 90dvh;
    }
}

@media only screen and (min-width: 1920px) {
    #khana-answer-dialog .dialog-content[b-ayo38bp8iq] {
        min-width: 150rem;
        min-height: 90dvh;
    }
}

.dialog-header[b-ayo38bp8iq] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.dialog-header-left[b-ayo38bp8iq] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.khana-meta[b-ayo38bp8iq] {
  font-size: 12px;
  line-height: 1.35;
  color: #475569;           /* slate-ish */
  background: #f8fafc;      /* light */
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 10px;
  max-width: 900px;
}

.khana-meta .row[b-ayo38bp8iq] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.khana-meta .item b[b-ayo38bp8iq] {
  color: #0f172a;
  font-weight: 600;
}

.khana-meta .badge[b-ayo38bp8iq] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  font-size: 11px;
  color: #0f172a;
}
.khana-meta .badge.ok[b-ayo38bp8iq] { border-color: #86efac; background: #f0fdf4; color: #166534; }
.khana-meta .badge.warn[b-ayo38bp8iq] { border-color: #fde68a; background: #fffbeb; color: #92400e; }

.hidden[b-ayo38bp8iq] { display: none !important; }
/* _content/BBSHESAdmin/Pages/Khana/StatusPerDistrict.cshtml.rz.scp.css */
.card-group[b-dtd07uvu72] {
    display: grid;
    gap: 3rem;
}

.card[b-dtd07uvu72] {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    display: grid;
    gap: 1rem;
}

.chart-wrapper[b-dtd07uvu72] {
    max-width: 20rem;
}

@media only screen and (min-width: 1024px){
    .chart-wrapper[b-dtd07uvu72] {
        max-width: 15rem;
    }

    .card-group[b-dtd07uvu72] {
        grid-template-columns: repeat( auto-fit, minmax(38rem, 1fr) );
    }

    .card[b-dtd07uvu72] {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content 1fr;
        gap: 5rem;
    }

    .status-text[b-dtd07uvu72]{
        padding-left: 2rem;
    }
}
/* _content/BBSHESAdmin/Pages/Khana/UserWiseListingStatus.cshtml.rz.scp.css */
#user-detail-dialog .dialog-body .list[b-5s0noql4dg]  li {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-auto-columns: 15rem 1fr;
    grid-auto-flow: column;
}

#user-detail-section[b-5s0noql4dg] {
    width: 30rem;
}

.chart-wrapper[b-5s0noql4dg] {
    max-width: 15rem;
}

[b-5s0noql4dg] .complete-100 {
    background-color: #029c4266 !important;
}

[b-5s0noql4dg] .complete-0 {
    background-color: #f2ced1 !important;
}

[b-5s0noql4dg] .complete-0-100 {
    background-color: #f2e3ce !important;
}

@media only screen and (min-width: 1024px) {
    #user-detail-section[b-5s0noql4dg] {
        width: 43rem;
    }

    #user-detail-dialog .dialog-content[b-5s0noql4dg] {
        width: 78rem;
    }
}
/* _content/BBSHESAdmin/Pages/Khana/UserWiseStatus.cshtml.rz.scp.css */
#user-detail-dialog .dialog-body .list[b-ffnyyg6ouo]  li {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-auto-columns: 15rem 1fr;
    grid-auto-flow: column;
}

#user-detail-section[b-ffnyyg6ouo] {
    width: 30rem;
}

.chart-wrapper[b-ffnyyg6ouo] {
    max-width: 15rem;
}

[b-ffnyyg6ouo] .complete-100 {
    background-color: #029c4266 !important;
}

[b-ffnyyg6ouo] .complete-0 {
    background-color: #f2ced1 !important;
}

[b-ffnyyg6ouo] .complete-0-100 {
    background-color: #f2e3ce !important;
}

@media only screen and (min-width: 1024px) {
    #user-detail-section[b-ffnyyg6ouo] {
        width: 43rem;
    }

    #user-detail-dialog .dialog-content[b-ffnyyg6ouo] {
        width: 78rem;
    }
}
/* _content/BBSHESAdmin/Pages/Psu/Index.cshtml.rz.scp.css */
.col-left[b-979qty1fdu] {
    text-align: left !important;
}

#user-assign-dialog .dialog-body .list li[b-979qty1fdu] {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

/*#psu-assign-dialog .dialog-body .khana-section-title {*/
/*    font-size: 2rem;*/
/*    color: #8f8f8f;*/
/*}*/

#user-assign-dialog .dialog-content[b-979qty1fdu] {
    width: 90vw;
}

#user-assign-dialog .btn[b-979qty1fdu] {
    width: 10rem;
}

@media only screen and (min-width: 768px) {
    #user-assign-dialog .dialog-content[b-979qty1fdu] {
        width: 40rem;
    }
}
/* _content/BBSHESAdmin/Pages/Role/Index.cshtml.rz.scp.css */
.td-width-10[b-tikkti5rkj] {
    max-width: 10rem;
}
/* _content/BBSHESAdmin/Pages/Shared/Components/AppBar/Default.cshtml.rz.scp.css */
.user-icon[b-of4qwfk7j8]  .svg-icon {
    height: 4rem;
    width: 4rem;
}

.name-role h4[b-of4qwfk7j8] {
    line-height: 1;
}

.name-role small[b-of4qwfk7j8] {
    opacity: .7;
}

.left[b-of4qwfk7j8]  .svg-icon {
    fill: var(--text-color);
}

#btnLogout[b-of4qwfk7j8] {
    padding: 0;
}

#btnLogout[b-of4qwfk7j8]  .svg-icon {
    height: 4rem;
    width: 4rem;
}
/* _content/BBSHESAdmin/Pages/Shared/Components/Footer/Default.cshtml.rz.scp.css */
/* _content/BBSHESAdmin/Pages/Shared/Components/Nav/Default.cshtml.rz.scp.css */
.nav[b-6kj1ij3zvu] {
    padding-bottom: 4rem;
}

.nav-item-category[b-6kj1ij3zvu] {
    display: inline-block;
    padding: 6px 12px;
    margin: 10px 0;
    
    border: 2px solid var(--khana-approved-color); /* or any brand color */
    border-radius: 6px;

    background-color: rgba(73, 130, 96, 0.08); /* subtle highlight */
    color: var(--khana-approved-color);

    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.nav hr[b-6kj1ij3zvu] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(204, 204, 204, .5);
}

.nav[b-6kj1ij3zvu]  .nav-item {
    margin-inline: 2rem;
    border-radius: 1rem;
    padding-bottom: 5px;
    position: relative;
}

.nav[b-6kj1ij3zvu]  .nav-item.active {
    background-color: #F4F4F4;
}

.nav[b-6kj1ij3zvu]  .nav-item.active::before {
    content: '';
    display: block;
    width: 10px;
    height: 35px;
    background-color: #0d6efd;
    position: absolute;
    top: 4px;
    left: -20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav[b-6kj1ij3zvu]  .nav-item:hover {
    background-color: #F4F4F4;
}

[b-6kj1ij3zvu] .brand-logo {
    height: 4rem;
    width: 4rem;
}

.expander .btn[b-6kj1ij3zvu] {
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    padding: 7px;
    transition: background-color 100ms ease-in;
}

.expander .btn:hover[b-6kj1ij3zvu] {
    background-color: var(--border-color);
}

.right-expander[b-6kj1ij3zvu] {
    display: none;
}

.collapse.nav[b-6kj1ij3zvu] {
    width: 10rem !important;
    padding-left: 2rem;
}

.collapse .right-expander[b-6kj1ij3zvu] {
    display: block;
}

.collapse .left-expander[b-6kj1ij3zvu] {
    display: none;
}

.collapse[b-6kj1ij3zvu]  .link-text {
    display: none;
    color: #1C1C1C;
}

.collapse .nav-item-category[b-6kj1ij3zvu] {
    display: none;
}

.admin-text[b-6kj1ij3zvu] {
    font-size: 3rem;
    padding-left: 5px;
}

.collapse .admin-text[b-6kj1ij3zvu] {
    display: none;
}

@media only screen and (min-width: 768px) {
    [b-6kj1ij3zvu] form.sign-out-form {
        display: none;
    }
}
/* _content/BBSHESAdmin/Pages/Shared/_EmptyLayout.cshtml.rz.scp.css */
footer div[b-kqkb1ffxg8] {
    padding: 2rem;
}
/* _content/BBSHESAdmin/Pages/Shared/_Layout.cshtml.rz.scp.css */
.layout[b-dysz6bc8cg] {
    height: 100%;
    display: block;
}

.layout[b-dysz6bc8cg]  .header {
    grid-area: header;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.08);
}

.layout[b-dysz6bc8cg]  .header > .right {
    display: none;
}

.layout[b-dysz6bc8cg]  > .nav {
    width: 35rem;
    grid-area: navbar;
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .08);
    display: none;
}

.svg-icon[b-dysz6bc8cg] {
    height: 1.4rem;
    width: 1.4rem;
    fill: var(--icon-color-2);
}

[b-dysz6bc8cg] .svg-icon {
    height: 2rem;
    width: 2rem;
    fill: var(--icon-color-2);
}

@media only screen and (min-width: 768px) {
    .layout[b-dysz6bc8cg]  .header > .right {
        display: flex;
    }

    .layout[b-dysz6bc8cg]  > .nav {
        display: block;
    }

    .layout[b-dysz6bc8cg] {
        display: grid;
        grid-template-areas:
        "navbar header"
        "navbar main"
        "navbar main";
        grid-template-columns: auto 1fr;
        grid-template-rows: max-content auto auto;
    }

    .layout[b-dysz6bc8cg]  #btnMenu {
        display: none;
    }
}
/* _content/BBSHESAdmin/Pages/Shared/_Spinner.cshtml.rz.scp.css */
.loader[b-bgrdnwputl] {
    --d: 22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #25b09b;
    box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0,
    calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px,
    calc(0 * var(--d)) calc(1 * var(--d)) 0 2px,
    calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px,
    calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px,
    calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px,
    calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
    animation: l27-b-bgrdnwputl 1s infinite steps(8);
}

@keyframes l27-b-bgrdnwputl {
    100% {
        transform: rotate(1turn)
    }
}
/* _content/BBSHESAdmin/Pages/User/Create.cshtml.rz.scp.css */
[b-h4obyqgyv0] .form {
    max-width: 100rem;
}

[b-h4obyqgyv0] .field-group-1 {
    display: grid;
    column-gap: 5rem;
    row-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
}
/* _content/BBSHESAdmin/Pages/User/Index.cshtml.rz.scp.css */
.psu-list li[b-0h66h74yzz] {
    border-bottom: 1px solid #efebeb;
    transition: background-color .1s ease-in;
}

.btn-map-psu[b-0h66h74yzz] {
    width: 15rem;
}

[b-0h66h74yzz] .psu-wrapper:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}

[b-0h66h74yzz] .psu-wrapper:not(:last-of-type) {
    padding-bottom: .5rem;
}

[b-0h66h74yzz] .psu-wrapper:not(:first-of-type) {
    padding-top: .5rem;
}

#psu-mapping-table[b-0h66h74yzz]  .dt-empty {
    display: none;
}

#psu-mapping-table[b-0h66h74yzz]  .dt-column-title {
    white-space: nowrap;
}

.loader[b-0h66h74yzz] {
    margin-inline: auto;
    margin-top: 10rem;
}

#btnLocation[b-0h66h74yzz]  .svg-icon {
    height: 1.6rem;
}

[b-0h66h74yzz] table.dataTable > tbody > tr > td {
    vertical-align: top;
}

@media only screen and (min-width: 768px) {
    .dialog-content[b-0h66h74yzz] {
        width: 50rem;
        height: 60rem;
    }
}
/* _content/BBSHESAdmin/Pages/User/LocationMap.cshtml.rz.scp.css */
#collector-map .dialog-body .list[b-zdh4n5phxf]  li {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-auto-columns: 15rem 1fr;
    grid-auto-flow: column;
}

#user-detail-section[b-zdh4n5phxf] {
    width: 30rem;
}

.chart-wrapper[b-zdh4n5phxf] {
    max-width: 15rem;
}

@media only screen and (min-width: 1024px) {
    #user-detail-section[b-zdh4n5phxf] {
        width: 43rem;
    }

    #collector-map .dialog-content[b-zdh4n5phxf] {
        width: 78rem;
    }
}
