/* _content/NIMH.Web/Views/AboutUs/HomepageV2.cshtml.rz.scp.css */
/* ── GENERAL ── */
body[b-wugsggn8sx] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", sans-serif;
    overflow-x: hidden;
}

/* ── HERO ── */
.hero[b-wugsggn8sx] {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 640px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-bg[b-wugsggn8sx] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay[b-wugsggn8sx] {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(21, 52, 129, 0.95) 0%, rgba(21, 52, 129, 0.75) 40%, rgba(21, 52, 129, 0.4) 65%, rgba(0, 0, 0, 0) 100% );
    z-index: 1;
}

.hero-content[b-wugsggn8sx] {
    position: relative;
    z-index: 2;
    max-width: 768px;
    padding-left: 231px;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.hero h1[b-wugsggn8sx] {
    font-size: clamp(28px, 3vw, 60px);
    font-weight: 700;
    line-height: 1.2;
    color: white;
    margin: 0;
}

.hero p[b-wugsggn8sx] {
    font-size: clamp(14px, 1.2vw, 22px);
    line-height: 1.6;
    color: white;
    opacity: 0.9;
    margin: 0;
}

.hero-buttons[b-wugsggn8sx] {
    display: flex;
    gap: 24px;
}

.btn-primary[b-wugsggn8sx] {
    background: white;
    color: #153481;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
}

.btn-secondary[b-wugsggn8sx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    border-radius: 8px;
    border: 2px solid white;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

/* ── NOTICE ── */
.notice-section[b-wugsggn8sx] {
    padding: 48px 0;
    border-bottom: 1px solid #F3F4F6;
    background: #FFFFFF;
}

.notice-container[b-wugsggn8sx] {
    max-width: 1024px;
    margin: 0 auto;
    padding: 33px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.notice-left[b-wugsggn8sx] {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex: 1;
}

.notice-icon[b-wugsggn8sx] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #F3F4F6;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.notice-svg[b-wugsggn8sx] {
    width: 24px;
    height: 24px;
    display: block;
}

.notice-text h3[b-wugsggn8sx] {
    font-size: 18px;
    font-weight: 700;
    color: #153481;
    margin-bottom: 8px;
    margin-top: 0;
}

.notice-text p[b-wugsggn8sx] {
    font-size: 16px;
    line-height: 26px;
    color: #4B5563;
    margin: 0;
}

.notice-btn[b-wugsggn8sx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: #FFFFFF;
    border: 2px solid #E5E7EB;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    font-size: 14px;
    font-weight: 600;
    color: #153481;
    text-decoration: none;
    white-space: nowrap;
}

/* ── ABOUT ── */
.about-section[b-wugsggn8sx] {
    padding: 96px 0;
    border-bottom: 1px solid #F3F4F6;
    background: #FFFFFF;
}

.about-container[b-wugsggn8sx] {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 64px;
}

.about-text[b-wugsggn8sx] {
    flex: 1;
    max-width: 544px;
}

.about-logo[b-wugsggn8sx] {
    height: 75px;
    margin-bottom: 29px;
    display: block;
}

.about-text h2[b-wugsggn8sx] {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #153481;
    margin-bottom: 24px;
    margin-top: 0;
}

.about-text p[b-wugsggn8sx] {
    font-size: 18px;
    line-height: 29px;
    color: #4B5563;
    margin-bottom: 32px;
    margin-top: 0;
}

.about-link[b-wugsggn8sx] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #153481;
    text-decoration: none;
}

.link-arrow[b-wugsggn8sx] {
    width: 16px;
    height: 16px;
}

.about-image[b-wugsggn8sx] {
    flex: 1;
    max-width: 544px;
}

    .about-image img[b-wugsggn8sx] {
        width: 100%;
        aspect-ratio: 544 / 306;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
        display: block;
    }

/* ── NEWS ── */
.news-section[b-wugsggn8sx] {
    padding: 96px 40px;
    background: #ffffff;
}

.news-header[b-wugsggn8sx] {
    text-align: center;
    margin-bottom: 48px;
}

    .news-header h2[b-wugsggn8sx] {
        font-size: 36px;
        font-weight: 700;
        color: #153481;
        margin-bottom: 16px;
        margin-top: 0;
    }

    .news-header p[b-wugsggn8sx] {
        font-size: 18px;
        color: #4A5565;
        margin: 0;
    }

.news-card[b-wugsggn8sx]
{
    max-width: 1104px;
    height: 373px; 
    margin: 0 auto;
    display: flex;
    border-radius: 16px;
    overflow: hidden; 
}

.news-card-text[b-wugsggn8sx] {
    flex: 0 0 40%;
    background: linear-gradient(180deg, #153481 0%, #0F2661 100%);
    padding: 54px 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.news-label[b-wugsggn8sx] {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.news-card-text h3[b-wugsggn8sx] {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: #ffffff;
    margin: 0;
}

.news-card-text p[b-wugsggn8sx] {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.news-link[b-wugsggn8sx] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1.6px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 4px;
    margin-top: auto;
}

.news-card-image[b-wugsggn8sx] {
    flex: 1;
}

    .news-card-image img[b-wugsggn8sx] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top; /* crops from top, hides the bottom */
        display: block;
    }

/* ── RESPONSIVE ── */
@media (max-width: 1200px) {
    .hero-content[b-wugsggn8sx] {
        padding-left: 80px;
    }

    .hero h1[b-wugsggn8sx] {
        font-size: 42px;
    }

    .hero p[b-wugsggn8sx] {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .about-container[b-wugsggn8sx] {
        flex-direction: column;
        gap: 48px;
    }

    .about-text[b-wugsggn8sx], .about-image[b-wugsggn8sx] {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero[b-wugsggn8sx] {
        height: auto;
        padding: 80px 20px;
    }

    .hero-content[b-wugsggn8sx] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero h1[b-wugsggn8sx] {
        font-size: 32px;
    }

    .hero p[b-wugsggn8sx] {
        font-size: 16px;
    }

    .hero-buttons[b-wugsggn8sx] {
        flex-direction: column;
        gap: 16px;
    }

    .notice-container[b-wugsggn8sx] {
        flex-direction: column;
    }

    .news-card[b-wugsggn8sx] {
        flex-direction: column;
    }

    .news-card-image[b-wugsggn8sx] {
        height: 250px;
    }

    .news-header h2[b-wugsggn8sx] {
        font-size: 26px;
    }

    .news-section[b-wugsggn8sx] {
        padding: 60px 20px;
    }
}
/* ── PORTAL SECTION ── */
.portal-section[b-wugsggn8sx] {
    padding: 96px 63px;
    background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
}

/* Title and subtitle */
.portal-header[b-wugsggn8sx] {
    text-align: center;
    margin-bottom: 64px;
}

    .portal-header h2[b-wugsggn8sx] {
        font-size: 36px;
        font-weight: 700;
        color: #153481;
        margin-bottom: 16px;
        margin-top: 0;
    }

    .portal-header p[b-wugsggn8sx] {
        font-size: 18px;
        color: #4A5565;
        margin: 0;
    }

/* Two cards side by side */
.portal-cards[b-wugsggn8sx] {
    max-width: 1104px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
}

/* Each card */
.portal-card[b-wugsggn8sx] {
    flex: 1;
    background: #FFFFFF;
    border: 0.8px solid #E5E7EB;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Blue top header of each card */
.portal-card-header[b-wugsggn8sx] {
    background: linear-gradient(180deg, #153481 0%, #0F2661 100%);
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Icon circle in the header */
.portal-card-icon[b-wugsggn8sx] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Heading inside header */
.portal-card-header h3[b-wugsggn8sx] {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px 0;
}

/* Subtitle inside header */
.portal-card-header p[b-wugsggn8sx] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* White body below header */
.portal-card-body[b-wugsggn8sx] {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

/* Description paragraph */
.portal-card-desc[b-wugsggn8sx] {
    font-size: 16px;
    line-height: 24px;
    color: #364153;
    margin: 0;
}

/* Checklist container */
.portal-checklist[b-wugsggn8sx] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* "REQUIRED DOCUMENTATION:" label */
.portal-checklist-label[b-wugsggn8sx] {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #101828;
    margin: 0;
}

/* Remove default bullet styling from list */
.portal-checklist ul[b-wugsggn8sx] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    /* Each checklist item */
    .portal-checklist ul li[b-wugsggn8sx] {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 14px;
        color: #4A5565;
    }

/* Blue button */
.portal-btn[b-wugsggn8sx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #153481;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
}

/* Text link below button */
.portal-text-link[b-wugsggn8sx] {
    font-size: 14px;
    font-weight: 600;
    color: #153481;
    text-decoration: none;
    text-align: center;
}

/* Info box (System Migration Update) */
.portal-info-box[b-wugsggn8sx] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: linear-gradient(135deg, #EFF6FF 0%, #FFFFFF 100%);
    border: 0.8px solid #DBEAFE;
    border-radius: 10px;
    padding: 20px;
}

.portal-info-title[b-wugsggn8sx] {
    font-size: 14px;
    font-weight: 700;
    color: #153481;
    margin: 0 0 4px 0;
}

.portal-info-text[b-wugsggn8sx] {
    font-size: 14px;
    color: #4A5565;
    line-height: 20px;
    margin: 0;
}

/* Forgot password | Need help links */
.portal-footer-links[b-wugsggn8sx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.portal-divider[b-wugsggn8sx] {
    color: #D1D5DC;
    font-size: 14px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .portal-section[b-wugsggn8sx] {
        padding: 60px 20px;
    }

    .portal-cards[b-wugsggn8sx] {
        flex-direction: column; /* stacks cards on mobile */
    }
}
/* ── NEED HELP SECTION ── */
.help-section[b-wugsggn8sx] {
    padding: 96px 127px 0;
    background: #FFFFFF;
    border-top: 0.8px solid #E5E7EB;
}

.help-header[b-wugsggn8sx] {
    text-align: center;
    margin-bottom: 64px;
}

    .help-header h2[b-wugsggn8sx] {
        font-size: 36px;
        font-weight: 700;
        color: #153481;
        margin-bottom: 16px;
        margin-top: 0;
    }

    .help-header p[b-wugsggn8sx] {
        font-size: 18px;
        color: #4A5565;
        margin: 0;
    }

/* Three columns */
.help-columns[b-wugsggn8sx] {
    max-width: 976px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

/* Each column */
.help-item[b-wugsggn8sx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

/* Icon */
.help-icon[b-wugsggn8sx] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Heading */
.help-item h3[b-wugsggn8sx] {
    font-size: 18px;
    font-weight: 700;
    color: #101828;
    margin: 0;
}

/* Blue clickable link */
.help-link[b-wugsggn8sx] {
    font-size: 16px;
    font-weight: 700;
    color: #153481;
    text-decoration: none;
}

/* Non-clickable address line styled same as link */
.help-link-text[b-wugsggn8sx] {
    font-size: 16px;
    font-weight: 700;
    color: #153481;
    margin: 0;
}

/* Small grey subtext */
.help-subtext[b-wugsggn8sx] {
    font-size: 14px;
    color: #6A7282;
    margin: 0;
}

/* Divider line at the bottom */
.help-divider[b-wugsggn8sx] {
    max-width: 976px;
    margin: 48px auto 0;
    border-top: 0.8px solid #E5E7EB;
    padding-bottom: 96px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .help-section[b-wugsggn8sx] {
        padding: 60px 20px 0;
    }

    .help-columns[b-wugsggn8sx] {
        flex-direction: column;
        align-items: center;
    }

    .help-item[b-wugsggn8sx] {
        width: 100%;
    }
}
/* _content/NIMH.Web/Views/AboutUs/system_status.cshtml.rz.scp.css */
/* _content/NIMH.Web/Views/Shared/Tables/_Pagination.cshtml.rz.scp.css */
.pagination-wrapper[b-7b4h8h87zu] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.pagination .page-link[b-7b4h8h87zu] {
    color: #002d72;
    padding: 0.4rem 0.75rem;
    border: 1px solid #dee2e6;
}

.pagination .page-item.active .page-link[b-7b4h8h87zu] {
    background-color: #002d72;
    border-color: #002d72;
    color: white;
}
/* _content/NIMH.Web/Views/Shared/Tables/_Table.cshtml.rz.scp.css */


.text-navy[b-1vg8mjwn93] {
    color: #01295F;
}


.regular-text[b-1vg8mjwn93] {
    color: #01295F;
    font-family: 'Segoe UI';
    font-size: .875rem;
    line-height: 1.5rem;
}

.grid-table[b-1vg8mjwn93] {
    border: 1px solid #e9ecef;
    border-radius: 4px;
    max-height: 500px;
    width: 100%;
    overflow: auto;
    scrollbar-width: thin;

}

.grid-table[b-1vg8mjwn93]::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

    .grid-table table[b-1vg8mjwn93] {
        display: grid;
        min-width: 100%;
        max-width: max-content;
        grid-template-columns: var(--col-template);
    }

    .grid-table thead[b-1vg8mjwn93],
    .grid-table tbody[b-1vg8mjwn93],
    .grid-table tr[b-1vg8mjwn93] {
        display: contents;
    }



    .grid-table th[b-1vg8mjwn93],
    .grid-table td[b-1vg8mjwn93] {
        padding: 12px 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

    .grid-table th[b-1vg8mjwn93] {
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: #f8f9fa;
        color: #495057;
        font-weight: 600;
        text-align: left;
        border-bottom: 2px solid #dee2e6;

    }

.sortable-header[b-1vg8mjwn93] {
    cursor: pointer;
    transition: background-color 0.2s;
}

    .sortable-header:hover[b-1vg8mjwn93] {
        background-color: #f1f3f5;
    }

.grid-table th.active-sort[b-1vg8mjwn93] {
    background-color: rgb(235, 238, 243) !important;
    color: #002d72;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 #002d72;
}

.grid-table td[b-1vg8mjwn93] {
    border-bottom: 1px solid #f2f2f2;
    background-color: #ffffff;
}

.grid-table tr:nth-child(even) td[b-1vg8mjwn93] {
    background-color: #fafbfc;
}

.grid-table tr:hover td[b-1vg8mjwn93] {
    background-color: #f8fafd !important;
}

.grid-table .no-items-row[b-1vg8mjwn93] {

}

    .grid-table .no-items-row td[b-1vg8mjwn93] {
        border: none;
        grid-column: 1 / -1;
        position: sticky;
        left: 0;
        width: 100%;
        justify-content: center;
        padding: 3rem;
        pointer-events: none;
    }

[b-1vg8mjwn93] .grid-table .form-check {
    padding-left: 2rem !important;
}


.generic-table-container[b-1vg8mjwn93] {
    --nimh-navy: #01295F;
    --nimh-orange: #F69B2F;
    --nimh-blue-accent: #363985;
    --primary-light: #7194AF;
    --bg-light: #F2FAFE;
    --border-light: rgba(1, 41, 95, 0.15);
}



.card-section[b-1vg8mjwn93] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .card-section[b-1vg8mjwn93]::before {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: var(--nimh-navy);
        
    }

.card-header-section[b-1vg8mjwn93] {
    padding: 1.25rem 1.5rem;
    width: 100%;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header-section h5[b-1vg8mjwn93] {
        color: var(--nimh-navy);
        font-weight: 700;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .card-header-section h5 i[b-1vg8mjwn93] {
            color: var(--nimh-blue-accent);
        }

.count-badge[b-1vg8mjwn93] {
    background: var(--nimh-blue-accent);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 600;
}

.filters-container[b-1vg8mjwn93] {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 1.25rem 1.5rem;
    align-items: flex-end;
    gap: 1rem;
    justify-content: space-between;
}

.dropdown-group[b-1vg8mjwn93] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    width:150%;
}

.dropdown-container[b-1vg8mjwn93] {
    flex: 1 1 0;
    max-width: 180px;
    min-width: 150px;
}


    .btn-group-wrapper[b-1vg8mjwn93] {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        align-items: flex-end;
        min-width: 150px;
    }

    .search-actions-group[b-1vg8mjwn93] {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }
    .search-only-filter  .search-actions-group[b-1vg8mjwn93] {
        display: flex;
        flex-direction: row !important;
        gap: 1.5rem;
        width: 100%;
        justify-content: space-between;
    }

    .search-only-filter .dropdown-group[b-1vg8mjwn93] {
        display: none;
    }


    .search-only-filter    .search-bar-container[b-1vg8mjwn93]{
        width: 60%;
    }

@media screen and (max-width: 530px) {
    .search-only-filter .search-bar-container[b-1vg8mjwn93] {
        max-width: 50% !important;
        min-width: 0 !important;
    }
}

.search-bar-container[b-1vg8mjwn93] {
    display: flex;
    flex-direction: column;
    max-width: 60%;
    min-width: 300px;
}




    .filters-label[b-1vg8mjwn93] {
        display: block;
        margin-bottom: 0.25rem;
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--nimh-navy);
        letter-spacing: 0.02rem;
    }


    /* --- Checkbox Styling --- */
    [b-1vg8mjwn93] .grid-table .form-check-input {
        cursor: pointer;
        border-color: var(--border-light);
    }

        [b-1vg8mjwn93] .grid-table .form-check-input:checked {
            background-color: var(--nimh-navy);
            border-color: var(--nimh-navy);
        }

        [b-1vg8mjwn93] .grid-table .form-check-input:focus {
            border-color: none;
            outline: 0;
            box-shadow: none;
        }

    /* filter styling */

    [b-1vg8mjwn93] .filter-input:focus,
    [b-1vg8mjwn93] .form-select:focus,
    [b-1vg8mjwn93] .form-select-sm:focus,
    [b-1vg8mjwn93] .table-search-box:focus {
        border-color: #ced4da;
        outline: 0 !important;
        box-shadow: none !important;
    }

    .btn:focus[b-1vg8mjwn93],
    .btn:active:focus[b-1vg8mjwn93],
    .btn-navy:focus[b-1vg8mjwn93] {
        outline: 0 !important;
        box-shadow: none !important;
    }

    [b-1vg8mjwn93] .grid-table .form-control,
    [b-1vg8mjwn93] .grid-table .form-select {
        border-color: var(--border-light);
    }

.form-select-sm[b-1vg8mjwn93] {
    background-position: right 0.2rem center !important;
}

.form-select[b-1vg8mjwn93] {
    padding: .375rem 1.8rem .075rem .5rem;
}

        [b-1vg8mjwn93] .grid-table .form-control:focus,
        [b-1vg8mjwn93] .grid-table .form-select:focus {
            border: 1px solid var(--nimh-navy);
            box-shadow: none;
            outline: 0;
        }

    .btn-navy-table[b-1vg8mjwn93], .btn-clear-table[b-1vg8mjwn93] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: fit-content;
        align-self: flex-end;
        gap: 0.4rem;
        padding: 8px 14px;
        font-size: 0.725rem;
        font-weight: 500;
        border-radius: 4px;
        cursor: pointer;
        line-height: 1.4;
        transition: all 0.15s ease-in-out;
        border: none;
        letter-spacing: 0.02em;
    }

    .btn-navy-table[b-1vg8mjwn93] {
        background: var(--color-navy);
        color: #FFF;
    }

        .btn-navy-table:hover[b-1vg8mjwn93] {
            background: #001a35;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        }

    .btn-clear-table[b-1vg8mjwn93] {
        background: #FFF;
        color: var(--color-navy);
        box-shadow: 0 0 0 1px rgba(0, 31, 63, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .btn-clear-table:hover[b-1vg8mjwn93] {
            background: #fdfdfd;
            box-shadow: 0 0 0 1px rgba(0, 31, 63, 0.3), 0 2px 4px rgba(0, 0, 0, 0.08);
        }

.text-truncate[b-1vg8mjwn93] {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
    .btn-table-navy[b-1vg8mjwn93] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        align-items: center;
        gap: 0.5rem;
        padding: 4px 8px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        background: var(--color-navy);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
        color: #FFF;
        font-family: var(--default-font);
        font-size: .75rem;
        line-height: 20px;
    }

    
/* UTIL CLASSES */
.table-text-wrapper[b-1vg8mjwn93] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
[b-1vg8mjwn93] .hidden-checkbox {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

[b-1vg8mjwn93] .visible-checkbox {
    visibility: visible;
    opacity: 1;
}

/* Accordian Styles */
.generic-table-container[b-1vg8mjwn93]  .accordion-toggle-btn {
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 16px;
    color: var(--bs-secondary-color);
    background: transparent;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-sm);
    cursor: pointer;
    transition: all 0.15s ease;
    padding: 0;
}

    .generic-table-container[b-1vg8mjwn93]  .accordion-toggle-btn:hover {
        background: var(--bs-secondary-bg);
        border-color: var(--bs-primary);
        color: var(--bs-primary);
    }

    .generic-table-container[b-1vg8mjwn93]  .accordion-toggle-btn.open {
        transform: rotate(90deg);
        background: var(--bs-primary);
        border-color: var(--bs-primary);
        color: white;
    }


.generic-table-container[b-1vg8mjwn93]  .accordion-row {
    display: grid !important;
    grid-column: 1 / -1;
    width: 100%;
}


    .generic-table-container[b-1vg8mjwn93]  .accordion-row > td {
        display: block;
        width: 100%;
    }

.generic-table-container[b-1vg8mjwn93]  table-action-container {
    display: flex;
    gap: 8px;
    width: max-content;
}
/* _content/NIMH.Web/Views/Shared/_DashboardCard.cshtml.rz.scp.css */
/* Action card styles: wwwroot/css/dashboard.css (.action-card uses --bs-primary / --bs-warning only). */
/* _content/NIMH.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-q1bbyhtxwb] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-q1bbyhtxwb] {
  color: #0077cc;
}

.btn-primary[b-q1bbyhtxwb] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-q1bbyhtxwb], .nav-pills .show > .nav-link[b-q1bbyhtxwb] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-q1bbyhtxwb] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-q1bbyhtxwb] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-q1bbyhtxwb] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-q1bbyhtxwb] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-q1bbyhtxwb] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
.nav-logo[b-q1bbyhtxwb] {
    height: 48px;
    width: auto;
    display: block;
}
/* _content/NIMH.Web/Views/Shared/_Toast.cshtml.rz.scp.css */
.toast-container[b-8t0q4kohrg] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1050;
}

.toast[b-8t0q4kohrg] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px 24px;
    display: none;
    animation: slideIn 0.3s ease;
}

    .toast.show[b-8t0q4kohrg] {
        display: block;
    }

    .toast.success[b-8t0q4kohrg] {
        border-left: 4px solid var(--bs-primary);
    }

    .toast.error[b-8t0q4kohrg] {
        border-left: 4px solid var(--nimh-red);
    }

@@keyframes slideIn {
    from[b-8t0q4kohrg] {
        transform: translateX(100%);
        opacity: 0;
    }

    to[b-8t0q4kohrg] {
        transform: translateX(0);
        opacity: 1;
    }
}
