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

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

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

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

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

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

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

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

.khana-status-card .count[b-t426rxvj00] {
    font-weight: 700;
    padding-top: 5px;
}

.khana-status-card .ratio[b-t426rxvj00] {
    font-weight: 400;
    padding-top: 1rem;
}

/* Hardcoded sample colors */

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

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

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

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

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

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

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

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

.active-user-card[b-t426rxvj00] {
    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-t426rxvj00] {
    width: 100%;
}

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

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

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

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

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

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

.card[b-gngdps4oss] {
    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-gngdps4oss] {
    min-width: 12rem;
}

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

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

@media (min-width: 1024px) {
    .card-group[b-gngdps4oss] {
        grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    }
}

/* Smart Table Styling */
.smart-table[b-gngdps4oss] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.smart-table th[b-gngdps4oss] {
    padding: 14px 16px;
    text-align: left;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    background-color: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.smart-table td[b-gngdps4oss] {
    padding: 16px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #1d2939;
    font-size: 1.1rem;
    vertical-align: middle;
}

.smart-table .text-end[b-gngdps4oss] {
    text-align: right;
}

.smart-table tr:hover td[b-gngdps4oss] {
    filter: brightness(0.95);
}

/* Progress Colors matching PSU Status */
.smart-table tr.complete-100 td[b-gngdps4oss] { background-color: #029c4266 !important; }
.smart-table tr.complete-0 td[b-gngdps4oss] { background-color: #f2ced1 !important; }
.smart-table tr.complete-0-100 td[b-gngdps4oss] { background-color: #f2e3ce !important; }
/* /Pages/Khana/DivisionWiseStatus.cshtml.rz.scp.css */
.grid-container[b-yxdofhm8we] {
    padding: 0 2rem;
}

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

.card[b-yxdofhm8we] {
    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-yxdofhm8we] {
    min-width: 12rem;
}

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

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

@media (min-width: 1024px) {
    .card-group[b-yxdofhm8we] {
        grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    }
}

/* Smart Table Styling */
.smart-table[b-yxdofhm8we] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.smart-table th[b-yxdofhm8we] {
    padding: 14px 16px;
    text-align: left;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    background-color: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.smart-table td[b-yxdofhm8we] {
    padding: 16px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #1d2939;
    font-size: 1.1rem;
    vertical-align: middle;
}

.smart-table .text-end[b-yxdofhm8we] {
    text-align: right;
}

.smart-table tr:hover td[b-yxdofhm8we] {
    filter: brightness(0.95);
}

/* Progress Colors matching PSU Status */
.smart-table tr.complete-100 td[b-yxdofhm8we] { background-color: #029c4266 !important; }
.smart-table tr.complete-0 td[b-yxdofhm8we] { background-color: #f2ced1 !important; }
.smart-table tr.complete-0-100 td[b-yxdofhm8we] { background-color: #f2e3ce !important; }
/* /Pages/Khana/Edit.cshtml.rz.scp.css */
fieldset[b-ktxsbb9fkt] {
    border: 1px solid var(--fieldset-color);
    border-radius: var(--border-radius);
    padding: 3rem;
}
/* /Pages/Khana/Index.cshtml.rz.scp.css */
#khana-detail-dialog .dialog-content[b-ldgw2nmtx0] {
    width: 95vw;
    height: 90vh;
}

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

#khana-detail-dialog .dialog-body .khana-section-title[b-ldgw2nmtx0] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    margin-bottom: 0.75rem;
    padding-bottom: 0.25rem;
}


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


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

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

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

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

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

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

    .status-text[b-18m168amac]{
        padding-left: 2rem;
    }
}

/* Smart Table Styling */
.smart-table[b-18m168amac] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.smart-table th[b-18m168amac] {
    padding: 14px 16px;
    text-align: left;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    background-color: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.smart-table td[b-18m168amac] {
    padding: 16px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #1d2939;
    font-size: 1.1rem;
    vertical-align: middle;
}

.smart-table .text-end[b-18m168amac] {
    text-align: right;
}

.smart-table tr:hover td[b-18m168amac] {
    filter: brightness(0.95);
}

/* Progress Colors matching PSU Status */
.smart-table tr.complete-100 td[b-18m168amac] { background-color: #029c4266 !important; }
.smart-table tr.complete-0 td[b-18m168amac] { background-color: #f2ced1 !important; }
.smart-table tr.complete-0-100 td[b-18m168amac] { background-color: #f2e3ce !important; }
/* /Pages/Khana/Map.cshtml.rz.scp.css */
#khana-map-detail-dialog .dialog-content[b-2rs1mzqtxc] {
    width: 50rem;
}

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

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

#khana-map-detail-dialog .dialog-content[b-igxuckhxqf] {
    width: 85rem;
    max-width: 95vw;
}

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

#khana-map-detail-dialog .dialog-body .khana-section-title[b-igxuckhxqf] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #475569;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

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

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

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

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

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

.chart-wrapper[b-jh2ldo3u6c] {
    position: relative;
    height: 200px;
    width: 100%;
}
/* /Pages/Khana/PsuWiseStatus.cshtml.rz.scp.css */
[b-67det93rk3] .complete-100 {
    background-color: #029c4266 !important;
}

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

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

.chart-wrapper[b-67det93rk3] {
    position: relative;
    height: 200px;
    width: 100%;
}
/* /Pages/Khana/SamplingKhana.cshtml.rz.scp.css */
#khana-detail-dialog .dialog-content[b-hzf79epmdy] {
    width: 50rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.khana-meta[b-hzf79epmdy] {
  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-hzf79epmdy] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

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

.khana-meta .badge[b-hzf79epmdy] {
  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-hzf79epmdy] { border-color: #86efac; background: #f0fdf4; color: #166534; }
.khana-meta .badge.warn[b-hzf79epmdy] { border-color: #fde68a; background: #fffbeb; color: #92400e; }

.hidden[b-hzf79epmdy] { display: none !important; }

.btn-danger-outline[b-hzf79epmdy] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .85rem;
    border: 1.5px solid #dc3545;
    color: #dc3545;
    background: transparent;
    font-weight: 700;
    border-radius: .45rem;
    transition: all .15s ease-in-out;
}

.btn-danger-outline:hover[b-hzf79epmdy] {
    background: #dc3545;
    color: #fff;
}

.icon-danger[b-hzf79epmdy] {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
/* /Pages/Khana/StatusPerDistrict.cshtml.rz.scp.css */
.card-group[b-98vuxvr4fl] {
    display: grid;
    gap: 3rem;
}

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

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

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

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

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

    .status-text[b-98vuxvr4fl]{
        padding-left: 2rem;
    }
}

/* Smart Table Styling */
.smart-table[b-98vuxvr4fl] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.smart-table th[b-98vuxvr4fl] {
    padding: 14px 16px;
    text-align: left;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    background-color: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.smart-table td[b-98vuxvr4fl] {
    padding: 16px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #1d2939;
    font-size: 1.1rem;
    vertical-align: middle;
}

.smart-table .text-end[b-98vuxvr4fl] {
    text-align: right;
}

.smart-table tr:hover td[b-98vuxvr4fl] {
    filter: brightness(0.95);
}

/* Progress Colors matching PSU Status */
.smart-table tr.complete-100 td[b-98vuxvr4fl] { background-color: #029c4266 !important; }
.smart-table tr.complete-0 td[b-98vuxvr4fl] { background-color: #f2ced1 !important; }
.smart-table tr.complete-0-100 td[b-98vuxvr4fl] { background-color: #f2e3ce !important; }
/* /Pages/Khana/UserWiseListingStatus.cshtml.rz.scp.css */
#user-detail-dialog .dialog-body .list[b-8nsqefknkk]  li {
    padding-block: 1rem;
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-auto-columns: 15rem 1fr;
    grid-auto-flow: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#user-assign-dialog .dialog-body .list li[b-2gbk9oylq8] {
    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-2gbk9oylq8] {
    width: 90vw;
}

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

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

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

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

.left[b-3j8c70cxfb]  .svg-icon,
.left[b-3j8c70cxfb]  svg {
    fill: #333333 !important; /* Force visibility with dark grey */
    width: 2.8rem !important;
    height: 2.8rem !important;
    display: block;
}

#btnMenu[b-3j8c70cxfb] {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
    z-index: 1001;
    min-width: 4.4rem; /* Prevent shrinking from long titles */
    min-height: 4.4rem;
    border: none;
    background: transparent;
}

#btnMenu:active[b-3j8c70cxfb] {
    background: rgba(0,0,0,0.1);
}

.title[b-3j8c70cxfb] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1; /* Allow title to take remaining space */
}

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

#btnLogout[b-3j8c70cxfb]  .svg-icon {
    height: 4rem;
    width: 4rem;
}
/* /Pages/Shared/Components/Footer/Default.cshtml.rz.scp.css */
/* /Pages/Shared/Components/Nav/Default.cshtml.rz.scp.css */
.nav[b-7g35p1t0vh] {
    padding-bottom: 4rem;
    margin-left: 2rem; /* Separate from window border */
}

.nav-item-category[b-7g35p1t0vh] {
    display: inline-block;
    padding: 6px 12px;
    margin: 10px 0 10px 1rem; /* Separate from window */
    
    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-7g35p1t0vh] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(204, 204, 204, .5);
}

.nav[b-7g35p1t0vh]  .nav-item {
    margin-inline: 1rem; /* Reduced from 2rem to balance with overall nav margin */
    border-radius: 1rem;
    padding-bottom: 5px;
    position: relative;
}

.nav[b-7g35p1t0vh]  .nav-item.active {
    background-color: var(--brand-color);
    color: #ffffff;
}

.nav[b-7g35p1t0vh]  .nav-item.active .link-text {
    color: #ffffff !important;
}

.nav[b-7g35p1t0vh]  .nav-item.active svg,
.nav[b-7g35p1t0vh]  .nav-item.active .svg-icon {
    fill: #ffffff !important;
}

.nav[b-7g35p1t0vh]  .nav-item.active::before {
    content: '';
    display: block;
    width: 6px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav[b-7g35p1t0vh]  .nav-item:hover:not(.active) {
    background-color: #F4F4F4;
}

[b-7g35p1t0vh] .brand-logo {
    height: 4rem;
    width: 4rem;
}

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

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

.right-expander[b-7g35p1t0vh] {
    display: none;
}

.collapse.nav[b-7g35p1t0vh] {
    width: 10rem !important;
    padding-left: 1rem;
}

.collapse .right-expander[b-7g35p1t0vh] {
    display: block;
}

.collapse .left-expander[b-7g35p1t0vh] {
    display: none;
}

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

.collapse .nav-item-category[b-7g35p1t0vh] {
    display: none;
}

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

.collapse .admin-text[b-7g35p1t0vh] {
    display: none;
}

@media only screen and (min-width: 768px) {
    [b-7g35p1t0vh] form.sign-out-form {
        display: none;
    }
}

.btn-logout[b-7g35p1t0vh] {
    font-size: 1.6rem !important; /* Consistent with other menu items */
    padding: 1rem 1rem !important;
    border-radius: 1rem !important;
    transition: background-color 200ms ease;
    color: inherit;
    text-decoration: none;
}

.btn-logout:hover[b-7g35p1t0vh] {
    background-color: #F4F4F4 !important;
}

.btn-logout .link-text[b-7g35p1t0vh] {
    font-weight: 500;
}

.tsaoutbound-logo-css-mini[b-7g35p1t0vh] {
    background: linear-gradient(135deg, #0d4b85 0%, #006A4E 100%);
    padding: 0.2rem 0.4rem;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.25);
    height: 4.2rem;
    width: 6.8rem;
    box-sizing: border-box;
}

.tsa-ltext-mini[b-7g35p1t0vh] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    letter-spacing: 0.2px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.outbound-ltext-mini[b-7g35p1t0vh] {
    font-size: 0.6rem;
    font-weight: 700;
    color: #F4B400;
    line-height: 1;
    margin-top: 1px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    font-family: 'Segoe UI', system-ui, sans-serif;
}
/* /Pages/Shared/_EmptyLayout.cshtml.rz.scp.css */
footer div[b-mfg6t3kbns] {
    padding: 2rem;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
.layout[b-ctnjxfrv1c] {
    height: 100%;
    display: block;
}

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

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

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

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

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

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

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

    .layout[b-ctnjxfrv1c] {
        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-ctnjxfrv1c]  #btnMenu {
        display: none;
    }
}
/* /Pages/Shared/_Spinner.cshtml.rz.scp.css */
.loader[b-861sn1mueo] {
    --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-861sn1mueo 1s infinite steps(8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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