﻿body {
    font-family: 'Open Sans' !important;
}

.HeaderLog {
    height: 80%;
    width: 80%;
    object-fit: contain;
    object-position: 25% 50%;
    padding-top: 21px;
}

.nav_bg {
    background-color: #005F85 !important;
    color: #ffffff !important;
}

.navtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 26px !important;
    line-height: 35px;
}

.navtitledelegate {
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    color: white;
    margin-left: 20px;
    margin-top: 12px;
    animation: flash 2.5s infinite;
}

@keyframes flash {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.subnav_title {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 34px !important;
    margin-bottom: 0px !important;
}

.subnavbar {
    padding: 15px 40px;
    gap: 20px;
    background: #FFFFFF;
    box-shadow: 4px 4px 9px 6px rgba(0, 0, 0, 0.06) !important;
}

.subnavbar-tabs {
    top: 110px;
    z-index: 1000;
    background-color: #f8f9fa;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.subnav_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
}

.nav_user {
    border-left: 1px solid var(--Tabs-Text-Active, #157599);
    background: var(--Menu-Header---Menu-Color, #004E6A);
    display: flex;
    width: 275px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.card {
    padding: 20px !important;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03) !important;
    border-radius: 10px !important;
}

.maintitle {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 32px;
    margin-bottom: 15px;
}

.cardtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 26px;
}

.status-panel {
    align-self: stretch;
    flex: 1 1 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    display: flex;
}

.bg-blue {
    background-color: #F3F4FF;
}

.bg-red {
    background-color: #FFECEE;
}

.bg-green {
    background-color: #E0EFEB;
}

.bg-lightgreen {
    background-color: #E3F3FF;
}

.bg-yellow {
    background-color: #FCF2E5 !important;
}

.text-black {
    color: black !important;
}

.KPI {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

    .KPI .rectangle {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 3px;
        background-color: #ffebed;
        border-radius: 5px 5px 0px 0px;
    }

    .KPI .frame-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 3px;
        padding: 10px 15px 10px 30px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: #ffebed;
        border-radius: 0px 0px 5px 5px;
    }

    .KPI .frame {
        width: 100%;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        align-self: stretch;
    }

    .KPI .text {
        position: relative;
        flex: 1;
        font-family: "Open Sans-SemiBold", Helvetica;
        font-weight: 600;
        color: var(--textmuted);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    .KPI .number-text {
        display: inline-flex;
        align-items: flex-end;
        gap: 7px;
        position: relative;
        flex: 0 0 auto;
    }

    .KPI .number {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Open Sans-SemiBold", Helvetica;
        font-weight: 600;
        color: var(--globalblack);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    .KPI .fa-circle-wrapper {
        flex-direction: column;
        width: 14px;
        padding: 10px 0px;
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        align-self: stretch;
    }

    .KPI .fa-circle {
        position: relative;
        align-self: stretch;
        margin-top: -1.00px;
        transform: rotate(-180deg);
        font-family: var(--icons-light-default-font-family);
        font-weight: var(--icons-light-default-font-weight);
        color: var(--textplaceholder-text);
        font-size: var(--icons-light-default-font-size);
        text-align: center;
        letter-spacing: var(--icons-light-default-letter-spacing);
        line-height: var(--icons-light-default-line-height);
        font-style: var(--icons-light-default-font-style);
    }

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.panel {
    margin-top: 35px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    /* Shadows/Small */
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
}

.primary {
    background-color: #4caf50 !important;
    color: white !important;
    padding: 10px;
}


.table-container {
    /* display:flex; */
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    background: #FFFFFF;
    border-radius: 10px;
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
    z-index: 4;
}

.filter-select {
    margin-left: 10px;
    width: auto;
}


.header-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 20px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 1;
}

.subheader-container {
    display: flex;
    justify-content: space-between; /* Distributes space between elements */
    align-items: center; /* Aligns items vertically */
    padding-bottom: 12px !important;
    width: 100%;
}

.main-container {
    /* Page Content */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 40px 65px;
    gap: 15px;
    isolation: isolate;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 0;
}

.subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 0; /* Removes default paragraph margin */
}

.thead {
    background-color: #E9ECEF !important;
}

.btn-primary-new {
    background-color: #D9F5FF !important;
    border-color: #D9F5FF !important;
    color: #005F85 !important;
    margin-left: 20px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    cursor: pointer;
}

button.btn-primary-new:hover,
a.btn-primary-new:hover {
    background-color: #005F85 !important;
    border-color: #005F85 !important;
    color: white !important;
    cursor: pointer;
}



.ellipsis-button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    padding: 0;
}

    .ellipsis-button:hover {
        background-color: #D6F3FF;
    }


        .ellipsis-button:hover i {
            color: white;
        }


.dropdown-content a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #023345;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

    .dropdown-content a:hover {
        background-color: #D9F5FF;
        color: #023345;
    }

.dropdown-content {
    position: fixed;
    display: none;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}
/*
.dropdown:hover .dropdown-content {
    display: block;
}*/

.status-bar {
    /* KPIs/New */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    z-index: 0;
}

.status-container {
    /* KPI */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.status-text {
    /* Text */

    width: 158px;
    height: 22px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    display: flex;
    align-items: flex-end;
    /* Text/Muted */
    color: #6C757D;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.status-count {
    /* Number + Text */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
    gap: 7px;
    width: 10px;
    height: 22px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.status-label {
    /* Frame 731 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 211px;
    height: 22px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.status-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 15px 10px 30px;
    gap: 3px;
    border-radius: 0px 0px 5px 5px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
}


.dropbtn {
    padding: 16px;
    font-size: 12px;
    border: none;
}

.dropdown {
    position: relative;
}

/*

    .dropdown:hover .dropdown-content {
        display: block;
        background-color: #FFFFFF;
    }*/



/*dashboard*/
.filter-label {
    font-size: 1.2rem;
}

.atag, .atag:active, .atag:focus, .atag:hover {
    text-decoration: none !important;
}




.filter-container {
    display: flex;
    align-items: center; /* Aligns items vertically */
    gap: 10px; /* Adds spacing between input elements */
}

.filter-select {
    margin: 0; /* Removes extra margin */
}


.dashboard-container {
    padding: 0 20px;
}

.maintitle {
    flex-grow: 1;
    margin-right: 20px;
    margin-left: 10px;
}



.search-container {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 6px;
}

.search-input {
    width: 100%;
    padding-right: 35px;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

.dataTables_filter {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ellipsis-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: none;
}

.dot {
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    margin: 2px 0;
}


.view-bills {
    text-decoration: none;
    color: #007CAF !important;
    font-weight: bold;
}

/*dashboard*/

/*Subnavigation*/
.atag:active, .atag:focus, .atag:hover {
    text-decoration: none !important;
}

.nav_menu_active {
    border-radius: 50px;
    border: 1px solid var(--Menu-Active-Border, #C0EEFF);
    background: var(--Menu-Active-Background, #D9F5FF);
    display: flex;
    height: 36px;
    padding: 25px 30px !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    vertical-align: middle;
}

    .nav_menu_active a {
        color: var(--Global-Dark-Aqua, #005F85);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none
    }

.nav_menu {
    display: flex;
    height: 56px;
    padding: 15px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.nav-menu span {
    color: var(--Global-Ocean, #023345);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none
}

.nav-menu a {
    color: var(--Global-Ocean, #023345) !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none
}

.nav-menu u {
    text-decoration: none
}
/*Subnavigation*/

.page-content .KPI {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: var(--shadows-small);
    margin-bottom: 10px;
}

.page-content .rectangle {
    background-color: #ffebed;
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 3px;
    border-radius: 5px 5px 0px 0px;
}

.page-content .div-wrapper {
    padding: 20px 30px 20px 30px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
}

.page-content .box-gray {
    background-color: #F3F4FF;
}

.page-content .box-red {
    background-color: #FFECEE;
}

.page-content .box-green {
    background-color: #E0EFEB;
}

.page-content .box-blue {
    background-color: #E3F3FF;
}

.page-content .box-yellow {
    background-color: #FCF2E5;
}

.page-content .box-text {
    color: var(--Text-Muted, #495057);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex: 1;
    text-align: left;
}

.page-content .box-number {
    color: var(--Global-Black, #000);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right;
}

.box-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page-content .text {
    position: relative;
    flex: 1;
    font-family: "Open Sans-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--textmuted);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.App-Table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .App-Table thead {
        background-color: #E9ECEF !important;
    }

    .App-Table th {
        color: #495057;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border: solid solid;
    }

        .App-Table th:first-child {
            border-top-left-radius: 8px;
        }

        .App-Table th:last-child {
            border-top-right-radius: 8px;
        }

    .App-Table tbody tr:nth-child(odd) {
        background-color: #ffffff !important; /* Light gray for odd rows */
    }

    .App-Table tbody tr:nth-child(even) {
        background-color: #f9f9f9 !important; /* White for even rows */
    }

    .App-Table tbody tr {
        border-bottom: 1px solid #E9ECEF !important; /* Adds bottom border to each row */
    }

    .App-Table td {
        padding: 10px 15px;
        text-align: left;
    }


.text-center {
    text-align: center !important;
}


.page-content .fa-circle-wrapper {
    flex-direction: column;
    width: 14px;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
    align-self: stretch;
    display: flex;
    position: relative;
}

.page-content .fa-circle {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    transform: rotate(-180deg);
    font-family: var(--icons-light-default-font-family);
    font-weight: var(--icons-light-default-font-weight);
    color: var(--textplaceholder-text);
    font-size: var(--icons-light-default-font-size);
    text-align: center;
    letter-spacing: var(--icons-light-default-letter-spacing);
    line-height: var(--icons-light-default-line-height);
    font-style: var(--icons-light-default-font-style);
}

.page-content .rectangle {
    background-color: #e0efea;
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 3px;
    border-radius: 5px 5px 0px 0px;
}


.add-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    height: 36px;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    background: var(--Add-New-Button-Grey, #F7F7F7);
    border: solid #F7F7F7;
    cursor: pointer !important;
}

.pill {
    display: inline-block;
    padding: 5px 12px;
    color: #023345;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    line-height: 15px;
}

.pill-lightblue {
    background-color: #D9F5FF;
}

.pill-red {
    background-color: #F8D7DA;
}

.pill-violet {
    background-color: #CEE1FF;
}

.pill-green {
    background-color: #E4F1EA;
}

.pill-purple {
    background-color: #EDE5FF;
}

.pill-yellow {
    background-color: #FFF9C4;
}

.pill-gray {
    background-color: #E0E0E0;
}

.pill-lemon {
    background-color: #FCF2E5
}

.pill-light-violet {
    background-color: #E7E8F6
}

a {
    color: #007CAF !important;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


.main-content {
    padding-bottom: 80px;
}

.footer-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 30px 40px 30px;
    border-top: 3px solid #007CAF;
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 60px;
}

.button-container {
    display: flex;
    gap: 10px;
}

.btn-cancel, .btn-submit, .btn-back {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel, .btn-back {
    color: #007CAF;
    border: 2px solid #007CAF;
    background-color: transparent;
}

    .btn-cancel:hover {
        background-color: #E0F4FF;
    }

    .btn-back:hover {
        background-color: #E0F4FF;
    }

.btn-submit {
    color: #fff;
    background-color: #007CAF;
    border: none;
}

    .btn-submit:hover {
        background-color: #005f85;
    }

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Modal Overlay */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Background with transparency */
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
    padding: 20px; /* Optional padding */
    padding-top: 10%;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 50%;
    max-width: 600px; /* Optional max-width */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.modal-body {
    max-height: 40vh !important;
    overflow-y: auto !important;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}

.btnstyle {
    border-radius: 13px;
    height: 32px;
    line-height: 10px;
}

.btnstyleoutline {
    border: 1px solid gray !important;
}

.save-and-exit {
    /* Link */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
    padding: 0px 40px;
    gap: 7px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.complete-button-container {
    /* Buttons */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 40px;
    gap: 20px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.bottom-menu-bar {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 0px;
    width: 100%;
    background: #FFFFFF;
    /* Global/Main Blue */
    border-top: 3px solid #007CAF;
    /* Bottom Menu Bar */
    box-shadow: 4px -4px 9px rgba(0, 0, 0, 0.06);
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 0;
}

.summary-title {
    align-items: center;
    padding: 0px;
}

.summary-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0px 0px 20px;
    gap: 15px;
    background: #FFFFFF;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.circleicon {
    border-radius: 50%;
    padding: 5px;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
}

    .tabs button {
        padding: 10px 20px;
        border: none;
        background-color: #f5f5f5;
        cursor: pointer;
        margin-right: 10px;
        border-radius: 5px;
    }

        .tabs button.active {
            background-color: #005F85;
            color: white;
        }

.bill-header-policy {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* height: 70px; */
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px 10px 10px;
    gap: 10px;
    background: #ECF2FE;
    border-radius: 5px;
}

.btn-primary-light {
    margin-left: 20px;
    background-color: #D9F5FF !important;
    border-color: #D9F5FF !important;
    color: #005F85 !important;
}



.btn-olpbillanalysis {
    align-items: center;
    background-color: #F4F9FF;
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.tab-button {
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
}

    .tab-button .nav-link.active, .tab-button .nav-item.show .nav-link {
        color: #FFF !important;
        border-color: #dee2e6 #dee2e6 #fff;
        background: var(--Global-Dark-Aqua, #005F85);
        padding: 8px 20px 8px 20px;
        gap: 7px;
        border-radius: 5px;
    }

.nav-link {
    color: #5E6B6E !important;
}

.small-disabled-text {
    color: #58666d !important;
    /* Text/Small */
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.deleteAnalystBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #888;
    background-color: #ffffff;
    border: 0;
}


.ellipses-dropdown-content {
    position: absolute !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: Open Sans !important;
    text-align: left !important;
    border-radius: 5px !important;
    right: 0 !important;
    top: 100% !important;
    z-index: 1000 !important;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2) !important;
}


.dropdown-content-counts {
    display: none;
    position: fixed;
    top: 50px;
    left: 50px;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    padding: 8px 16px;
    border: 1px solid #ccc;
    z-index: 1000;
    width: 200px;
    border-radius: 10px;
}

    .dropdown-content-counts div {
        padding: 4px 0;
        font-size: 14px;
    }

    .dropdown-content-counts .count {
        float: right;
        font-weight: bold;
    }

.caret-toggle {
    cursor: pointer;
    font-size: 16px;
    margin-left: 5px;
}

.popup-display {
    max-height: 400px;
    overflow-y: auto;
    margin-top: 10px;
}

/*.dropdown:hover .ellipses-dropdown-content {
    display: block;
}*/

.dropdown.upwards .ellipses-dropdown-content {
    top: auto !important;
    bottom: 100% !important;
}

.main_container {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.dt-paging .pagination {
    border: 1px solid #ddd !important;
    padding: 0px !important;
    display: inline-flex !important;
    background-color: #fff !important;
    width: auto !important;
}

    .dt-paging .pagination .page-item .page-link {
        padding: 6px 12px !important;
        color: #007CAF !important;
        background-color: #fff !important;
        border-radius: 0;
        border-left: 1px solid #ddd;
        cursor: pointer !important;
    }

        /*   .dt-paging .pagination .page-item:first-child .page-link {
        border-left: none !important;
    }
*/
        .dt-paging .pagination .page-item.active .page-link,
        .dt-paging .pagination .page-item .page-link:focus,
        .dt-paging .pagination .page-item .page-link:active {
            background-color: #fff !important;
            color: #007CAF !important;
            border: 1px solid #007CAF !important;
            border-radius: 0 !important;
        }

        .dt-paging .pagination .page-item .page-link:hover {
            background-color: #e2e6ea;
            color: #007bff !important;
        }

    .dt-paging .pagination .page-item.disabled .page-link {
        color: #6c757d !important;
        background-color: #f8f9fa !important;
        border-color: #ddd !important;
        cursor: not-allowed !important;
        margin-left: 1px !important;
        border: none !important
    }





.main-counts-text {
    text-decoration: underline;
    color: #007CAF;
}

.related-bill-table-body tr {
    border-top: 1px solid #ddd;
    height: 60px;
    background-color: #ffffff;
}

.analyst-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    border-color: #F4F5F6;
    cursor: pointer !important;
}

.mr-3 {
    margin-right: 16px;
}

.clickable div:hover {
    display: block;
    background-color: #D9F5FF;
    color: #000;
}

.card-blue {
    background-color: #f5fafb;
    border-radius: 8px;
    font-size: 15px;
}

.card-darkblue {
    background-color: #b7d7dd;
    border-radius: 8px;
    font-size: 15px;
}

.icon {
    margin-right: 8px !important;
    font-size: 24px !important;
    color: #007db0 !important;
}

.disabled-link {
    pointer-events: none;
}


.fa-plus {
    color: #495057 !important;
}

.bi-eye {
    color: #006daf !important;
}

a {
    color: #006daf !important;
}

.text-muted-custom {
    color: #58666d !important;
}

.fa-trash-can {
    color: #495057 !important;
}

.current-status-row {
    background-color: #17c653;
}


.clickableTopic div:hover {
    display: block;
    background-color: #D9F5FF;
    color: #000;
}

.save-footer {
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

    .save-footer button {
        padding: 10px 20px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

        .save-footer button:hover {
            background-color: #0056b3;
        }

.topic-link {
    color: #0000EE;
    text-decoration: underline;
}

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}

.current-committee-substitute-row {
    background-color: #9bc1cf;
}

.tree ul {
    padding-top: 0px;
    position: relative;
    transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 0px 5px 0 5px;
    transition: all 0.5s;
}

    .tree li:not(:first-child)::before, .tree li:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 2px solid #ccc;
        width: 50%;
        height: 20px;
    }

    .tree li:last-child::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        position: absolute;
        top: -20px;
        height: 20px;
        border-left: 2px solid #ccc;
    }

    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

.node {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

    .node::after {
        padding-top: 20px;
        right: auto;
        left: 50%;
        position: absolute;
        top: -20px;
        height: 20px;
        border-right: 2px solid #ccc;
        z-index: 0;
    }

.line {
    height: 20px;
    width: 50%;
    border-right: 2px solid #ccc;
    left: 50%;
}

.node button {
    background-color: #005f85;
    color: white;
    border-radius: 10px;
    z-index: 0;
}

.app-root {
    padding: 20px 20px 0px 20px;
}

.footer {
    padding: 0;
    text-align: center;
    position: fixed !important;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
.main_container-panel {
    padding-bottom: 5px;
    padding-top: 50px;
    margin-top: 5px;
}

.sub_container-panel {
    margin-top: 5px;
}

td.dt-empty {
    text-align: center;
}

.sign-up-button {
    background-color: lightblue;
    border: 1px solid lightblue;
    padding: 10px;
}

.sc-button {
    background-color: #4caf50 !important;
    border: 1px solid #4caf50 !important;
    padding: 10px !important;
}

.ellipses-dropdown-content {
    top: -120% !important;
}

.hidden {
    display: none
}

.name {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 48px;
    color: #4A5F89
}

.btnstyle {
    height: 80px;
    width: 270px;
    border-radius: 20px;
    border: 2px solid !important;
    background-color: #F4F8FF !important;
    border-color: #C6D2EA !important;
    padding-top: 30px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 35px !important;
}

.search-input {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.div-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f8ff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #add8e6;
    max-width: 100%;
    margin: 20px auto;
}

.div-image {
    background-color: #d3d3d3;
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 5px;
}

.div-details {
    flex-grow: 1;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}


/*.listdashboard tbody tr:nth-child(even) {
    background-color: #white !important;
}

.listdashboard tbody tr, .listdashboard th, .listdashboard thead {
    border-bottom: 1px solid #E9ECEF !important;
}

.listdashboard th, .listdashboard thead {
    background-color: white !important;
}*/

.kt-form {
    min-height: calc(100vh - 200px) !important;
}

#AuthorizedApplicationWorkers_NavItem[data-ktwizard-state="current"]:after {
    content: none !important
}

#login-form h1 {
    color: #212529;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

#login-form p {
    color: var(--Global-Grey-Dark, #555B60);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#login-form a {
    color: var(--Global-Dark-Aqua, #005F85);
    /* Link/Default Underline */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

#login-form button {
    display: flex;
    height: 46px;
    padding: 15px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 50px;
    background: var(--Global-Main-Blue, #007CAF);
    color: white;
    margin-top: 36px;
}

#login-form span {
    color: var(--Text-Input-Text, #495057);
    /* Label/Default */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    padding-top: 40px;
}

#login-form > div {
    display: flex;
    width: 480px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}
#kt_app_header{
    height:100px!important;
}
.pt-40{
    padding-top:40px!important;
}
.pt-20{
   padding-top:20px!important;
}
.pt-10 {
    padding-top: 10px !important;
}
.custom-card {
    background-color: #DCE2EF !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding: 15px 20px !important;
}

#loanapplication .loan-panel {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    gap: 20px;
    background-color: #ECF2FE;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.loan-panel .icon {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    gap: 10px;
    padding: 12px;
    background-color: white;
    padding-top: 2px;
    padding-left: 13px;
}

.loan-panel div > p {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 100%;
    letter-spacing: 0px;
    color: #4A5F89;
    margin-top: 4px;
    margin-bottom: 0px;
}

.loan-panel div > span {
    font-weight: 600;
    font-size: 12px !important;
    line-height: 16px;
    letter-spacing: 0px;
    color: #696A72;
    margin-top: 0px;
}

.loan-panel div > a {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #023345;
    cursor:pointer!important;
}

.application-panel {
    margin-top: 30px;
    width: 100%;
    border-radius: 5px;
    gap: 20px;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 21px 6px #00000008;
}

.manage-assess-url {
    color: #023345;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.app-sub-panel {
    border-radius: 10px;
    gap: 22px;
    padding: 20px;
    border-width: 1px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 2px 21px 6px #00000008;
    background-color: #FFFFFF;
    min-height: 217px!important;/*  174px!Important;*/
    cursor:pointer!important;
   
}
    .app-sub-panel:hover{
        background-color:#f1f1f1!important;
    }

body {
    background-color: #FBFCFF !important;
}

.application-panel h2 {
    font-weight: 700;
    font-size: 22px !important;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
}

.app-sub-panel h6 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 26px;
    letter-spacing: 0px;
    color: #023345;
    margin-bottom: 10px;
    padding-left: 6px;
}

.app-sub-panel p {
    /* font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #023345; */
   
    margin: 0px;
    color: var(--Ocean, #023345);
    /* Text/Large */
    font-family: "Open Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.pl-35 {
    padding-left: 35px!important;
}

.task-completion {
    color: #909598;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.progress-container {
    width: 58px;
    height: 58px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-circle {
    padding: 7.5px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #EBEDF2;
    display: flex;
    align-items: center;
    justify-centent: center;
    position: relative;
}

    .progress-circle::before {
        content: "";
        width: 43px;
        height: 43px;
        background: white;
        border-radius: 50%;
        position: absolute;
    }

.progress-text {
    position: absolute;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #585EBD;
    width: 43px;
}


.large-secondary-btn {
    display: flex;
    height: 46px;
    padding: 15px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 50px !important;
    border: 1px solid #007CAF !important;
    background-color: #FFF;
    color: #007CAF !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .large-secondary-btn:disabled {
        display: flex;
        height: 46px;
        padding: 15px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border-radius: 50px;
        border: 1px solid #D7D8DB !important;
        background-color: #D7D8DB !important;
        color: #FFF !important;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.exit-url {
    color: #007CAF;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.pl-20 {
    padding-left: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}
.mgt-30{
    margin-top:30px!important;
}
.margin-top20 {
    margin-top: 20px !important;
}

.form-h2 {
    color: #000;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
}

.margin-bottom10 {
    margin-bottom: 10px !important
}

.form-holder {
    border-top: 1px solid #DFDFDF;
    padding-top: 20px;
}

#sidebar {
    border-right: 1px solid #DFDFDF;
    min-height: 70vh;
    padding-right: 20px !important;
}

.check-tab {
    display: flex;
    width: 221px !important;
    max-width: 221px;
    padding: 10px 10px 10px 20px;
    align-items: center;
    gap: 7px;
    align-self: stretch;
    border-radius: 13px !important;
    opacity: 0.8;
    background-color: rgba(245, 245, 255, 0.80);
    margin-bottom: 8px;
    color: #383A5F;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important; /* 166.667% */
    cursor: pointer;
}

.active {
    border: 2px solid #A3A6EB !important;
    background-color: #E9EAF8 !important;
    color: #383A5F !important;
}

.form-h3 {
    color: #000;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 26px !important; /* 144.444% */
}

.form-h4 {
    color: #000;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important; /* 150% */
}

.white-panel {
    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
}

.form-label {
    color: #212529;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 171.429% */
}
.form-text {
    color: #212529 ;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 150% */
}
.text-muted {
    color: #6C757D!important;
}
.text-small {
    color: #6C757D !important;
    font-size: 12px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 18px !important; /* 150% */
}

.form-label-danger {
    color: #DC3545;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 171.429% */
}

.form-control {
    border-radius: 4px !important;
    border: 1px solid #CED4DA !important;
    background: #FFF !important;
    display: flex !important;
    padding: 6px 12px !important;
    align-items: center;
    align-self: stretch;
    height:35px!important;
}
.dropdown-select {
    border-radius: 4px !important;
    border: 1px solid #CED4DA !important;
    background: #FFF !important;
    padding: 6px 24px 6px 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    content: "";
    background-image: url("../icons/fa-caret-down.svg") !important;
    background-size: 10px;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 12px) center !important;
}
   /* .dropdown-select::after {
        content: "";
        background-image: url("/icons/fa-caret-down.svg") !important;
        background-size: contain !important;
        width: 16px !important;
        height: 16px !important;
        transform: translateY(-50%) !important;
        right: 10px !important;
        position: absolute !important;
    }*/


.margin-bottom20 {
    margin-bottom: 20px !important;
}

.custom-check {
    color: #CED4DA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.form-bottom-menu {
    height: 86px;
    border-top: 3px solid #007CAF;
    background-color: #FFF;
    /* Bottom Menu Bar */
    box-shadow: 4px -4px 9px 0px rgba(0, 0, 0, 0.06);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    z-index:1000;
}

.large-primary-button {
    display: flex;
    height: 46px;
    padding: 15px 30px ;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 50px !important;
    background-color: #007CAF !important;
    color: #FFF !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal;
}

.margin-left20 {
    margin-left: 20px !important;
}
.mgt-15{
    margin-top:15px!important;
}
.mgt-10{
    margin-top:10px!important;
}
.mgt-5{
    margin-top:5px!important;
}

.file-btn {
    display: flex !important;
    height: 36px !important;
    padding: 1px 12px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 9px !important;
    border-radius: 4px !important;
    border: 1px solid #CED4DA !important;
    background-color: #F4F5F6 !important;
    cursor:pointer!important;
}
.readonly {
    background-color: #dcdcdc !important;
}


.main-container-panel {
    width: 1440px;
    padding-top: 35px;
    padding-bottom: 65px;
    padding-left: 130px;
    padding-right: 130px;
    background: #FBFCFF;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex
}

.sub-container-panel {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    display: flex
}

.container1 {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex
}

.signin-title {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 33px;
    display: inline-flex
}

.signin-title-style {
    color: black;
    font-size: 22px;
    font-family: Open Sans;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word
}

.justify-flex {
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    display: flex
}

.navigation-link {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #007CAF;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    text-decoration: underline;
    line-height: 19px;
    word-wrap: break-word
}

.navigation-link-image {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #007CAF;
    font-size: 14px;
    font-family: Font Awesome 6 Pro;
    font-weight: 300;
    word-wrap: break-word
}

.navigation-link-container {
    justify-content: center;
    align-items: center;
    display: flex
}

.container1-sub-panel {
    align-self: stretch;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background: white;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    border-radius: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex
}

.container1-div {
    flex: 1 1 0;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex
}

.container1-div-title {
    color: #4A5F89;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 700;
    line-height: 26px;
    word-wrap: break-word
}

.container1-div-sub-title {
    color: #4A5F89;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 600;
    line-height: 26px;
    word-wrap: break-word
}

.container1-gap {
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    display: flex
}

.container1-content-self {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    display: inline-flex
}

.container1-content-self-div {
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    display: flex
}

.container-content-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    display: flex
}

.container-content-text {
    width: 1100px;
    color: #495057;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word
}

.container-content-main-award {
    align-self: stretch;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background: white;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    border-radius: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex
}

.container-content-table-header {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: flex
}

.container-content-table-header-row {
    align-self: stretch;
    height: 25px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex
}

.container-content-table-header-cell {
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    display: flex
}

.container-content-table-header-text {
    flex: 1 1 0;
    color: #4A5F89;
    font-size: 12px;
    font-family: Open Sans;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 19.20px;
    word-wrap: break-word
}

.container-content-table {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.container-content-table-row {
    align-self: stretch;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 20px;
    border-top: 1px #EBEDF2 solid;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex
}

.container-content-table-cell {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    display: inline-flex
}

.container-content-table-text {
    align-self: stretch;
    color: #212529;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    word-wrap: break-word
}

.container-content-table-footer {
    align-self: stretch;
    padding-left: 25px;
    padding-right: 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex
}

.container-content-table-footer-text {
    align-self: stretch;
    color: #6C757D;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    word-wrap: break-word
}

.container-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex
}

.container-infor-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: flex
}

.container-info-row {
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    display: inline-flex
}

.container-info-table {
    padding-left: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex
}

.container-info-text {
    color: #495057;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word
}

.pointer{
    cursor:pointer!important;
}
.dollarDoh {
    font-size: 1.6rem;
    font-weight: 400;
    height: 34px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0px 8px !important;
    margin-top: 5.5px;
    padding-top: 10px;
    position: absolute;
    background-color: #dcdcdcdc;
}


.full-height-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    top: 0 !important;
    left: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full viewport height */
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
    z-index: 1000; /* Ensure it’s above other elements */
    overflow: auto; /* Enable scrolling if content exceeds height */
}


.auto-grow {
    min-height: 50px;
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
}

.user-list {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 2000; /* Above modal content */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.user-list-item {
    padding: 5px 10px;
    cursor: pointer;
}

    .user-list-item:hover {
        background-color: #f0f0f0;
    }
    .hide{
        display:none!important;
    }

.dropdown-container {
    position: relative;
    width: auto;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background-color: #ffffff;
    margin-top: 5px
}

.search-box {
    border-bottom: 1px solid #dee2e6;
}

.dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 4px !important;
}

.selected-items {
    margin-top: 10px;
}

.selected-tag {
    display: inline-block;
    background: #e9ecef;
    padding: 2px 8px;
    margin: 2px;
    border-radius: 3px;
}

    .selected-tag .remove {
        margin-left: 5px;
        cursor: pointer;
        color: #dc3545;
    }

.option-item {
    /*  padding: 3.5px 20px!important; */
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}


.hidden {
    display: none !important;
}

.form-check {
    min-height: auto;
    padding: 3.5px 20px 3.5px 20px !important;
    margin-bottom: 3.5px !important;
}

.option-item .form-check-input {
    margin-left: -0.25px !important;
    margin-top: 0;
    cursor: pointer;
}

.option-item .form-check-label {
    cursor: pointer;
    margin-left: 10px;
    flex-grow: 1;
    color: #495057 !important;
}

.btn-check:active {
    background-color: #ffffff;
    color: black;
}

.underline {
    border-bottom: 1px solid #dcdcdc;
}

.clear_filter fas fa-times hide clear-filter-icon {
    z-index: 100000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px 10px;
    border-left: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.caret-icon {
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #495057 !important
}

.form-control form-control-sm searchInput {
    border-radius: 5px;
    padding-right: 15px !important;
    margin-top: 0px !Important
}

.dropdown-content-counts label {
    cursor: pointer !Important;
}

div#loanstatus_dd, div#assignto_dd {
    margin-right: 20px;
}


.sub_container-panel-ex {
    margin-top: 0px;
}


.padding-top-35 {
    padding-top: 35px
}

.error {
    color: red !important;
}

.marginbottom10 {
    margin-bottom: 10px;
}


td.wrapok {
    white-space: normal;
    word-break: break-all;
}
.consent-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .consent-container input[type="checkbox"] {
        margin-top: 4px;
    }

.consent-text {
    display: inline-block;
    line-height: 1.4;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
}

.docstable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: sans-serif; /* Or your preferred font */
    font-size: 14px;
    color: #333; /* Or your preferred text color */
}

    .docstable thead th {
        background-color: #f2f2f2; /* Light grey header background */
        color: #555; /* Darker grey header text */
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #ddd; /* Light grey bottom border for headers */
    }

    .docstable tbody td {
        padding: 10px;
        border-bottom: 1px solid #eee; /* Very light grey bottom border for rows */
    }

   /* .docstable tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }*/

    .docstable sup {
        color: red; /* Indicate required fields */
        font-size: 0.8em;
        vertical-align: super;
        margin-left: 2px;
    }

    .docstable a {
        color: #007bff; /* Blue link color */
        text-decoration: none;
    }

        .docstable a:hover {
            text-decoration: underline;
        }

    .docstable tfoot td {
        padding-top: 15px;
        text-align: center;
    }

    .docstable tfoot button {
        background-color: #f0f0f0; /* Light grey button background */
        color: #333; /* Dark grey button text */
        border: 1px solid #ccc; /* Light grey button border */
        padding: 8px 15px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }

        .docstable tfoot button:hover {
            background-color: #e0e0e0; /* Slightly darker grey on hover */
        }

/* =============================================================
   FCIF Responsive Overrides (aggregate)
   Place this block at the very end of site.css (after custom.css)
   Purpose: prevent sidebar/menu from being cut off on smaller screens
   ============================================================= */

/* Global safety: allow horizontal scroll if absolutely necessary */
@media (max-width: 1200px) {
    html, body {
        overflow-x: auto;
    }
}

/* ---------- StartApplication.cshtml ---------- */
@media (max-width: 1200px) {
    .bg_1 .flex_1 {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .bg_1 .flex_4 {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch;
        width: 100% !important;
        max-width: 100% !important;
    }

        .bg_1 .flex_4 > *,
        .bg_1 .flex_13 {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;
            position: static !important;
            left: auto !important;
            right: auto !important;
            overflow: visible !important;
        }

    .bg_1 .pad_2 {
        width: 100% !important;
        height: auto !important;
    }

    .bg_1 .flex_6 {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .bg_1 .bg_2, .bg_1 .bg_3 {
        width: 100% !important;
        min-width: 0 !important;
    }
}

@media (max-width: 768px) {
    .bg_1 .flex_4 {
        flex-direction: column !important;
    }
}

/* ---------- FinancialApplication.cshtml ---------- */
@media (max-width: 1200px) {
    .bg_1_fin .flex_1_fin {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    /* Top header row (was 1360px wide) */
    .bg_1_fin .pad_2_fin {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-wrap: wrap;
    }
    /* Main two-column frame (was 1360px wide, inline-flex) */
    .bg_1_fin .flex_4_fin {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
    /* Left rail and content column */
    .bg_1_fin .pad_3_fin,
    .bg_1_fin .flex_9_fin {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        position: static !important;
        overflow: visible !important;
    }
    /* Sidebar tiles: remove rigid widths/min-widths */
    .bg_2_fin, .bg_3_fin {
        width: 100% !important;
        min-width: 0 !important;
    }
    /* Clamp oversized inputs/fields that caused horizontal overflow */
    .text_20_fin {
        width: 100% !important; /* was 135% */
        max-width: 100% !important;
        box-sizing: border-box;
    }
    /* Ensure all form controls don’t exceed the container */
    .bg_1_fin input,
    .bg_1_fin select,
    .bg_1_fin textarea {
        max-width: 100% !important;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .bg_1_fin .flex_4_fin {
        flex-direction: column !important;
    }
}

/* ---------- ResearchApplication.cshtml ---------- */
/* Remove rigid widths and stack content + sidebar */
@media (max-width: 1200px) {
    .resclass4,
    .resclass8 {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }

    .resclass8, /* main content block(s) */
    .resclass18 { /* sidebar */
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        position: static !important;
        overflow: visible !important;
    }

    .resclass25 {
        overflow: visible !important;
    }
}

@media (max-width: 768px) {
    .resclass2, .resclass3 {
        flex-direction: column !important;
    }
}

/* ---------- SupportingDocumentsApplication.cshtml ---------- */
@media (max-width: 1200px) {
    .bg_1_support .flex_1_support {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .bg_1_support .pad_2_support {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .bg_1_support .flex_4_support {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        align-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        position: static !important;
    }

    .bg_1_support .pad_3_support,
    .bg_1_support .flex_9_support {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .bg_1_support .flex_6_support {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .bg_2_support,
    .bg_3_support {
        width: 100% !important;
        min-width: 0 !important;
    }

    .bg_1_support .pad_3_support {
        padding-right: 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid #EBEDF2 !important;
    }

    .flex_16_support,
    .flex_18_support,
    .shadow_1_support {
        overflow: visible !important;
    }

    .bg_1_support .flex_11_support,
    .bg_1_support .flex_12_support,
    .bg_1_support .flex_13_support,
    .bg_1_support .flex_14_support,
    .bg_1_support .flex_24_support {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 768px) {
    .bg_1_support .flex_4_support {
        flex-direction: column !important;
    }
}

@media (max-width: 1200px) {
    .text_2, .text_6,
    .text_2_fin, .text_6_fin,
    .text_2_support, .text_6_support,
    .resclass14, .resclass20, .resclass26 {
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

.split-bg {
    background: linear-gradient(90deg, #ffffff 0 50%, #f3fbfe 50% 100%);
}

.welcome-illustration {
    max-width: 560px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.welcome-panel {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-height: 700px) {
    .min-vh-100 {
        min-height: 90vh;
    }
}

:root {
    --header-h: 64px;
}

.hero-split-bg {
    background: linear-gradient(90deg, #ffffff 0 50%, #f3fbfe 50% 100%);
}

.no-scroll {
    height: calc(100vh - var(--header-h));
    overflow: hidden; /* no vertical scrollbar */
}

.welcome-illustration {
    max-width: 560px; 
    max-height: 60vh;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.welcome-panel {
    max-width: 520px;
}

    .welcome-panel h2 {
        margin-top: 0;
    }

    .welcome-panel p {
        margin-bottom: 0.9rem;
    }

@media (max-width: 991.98px) {
    .welcome-illustration {
        max-height: 40vh;
    }

    .no-scroll {
        height: auto;
        overflow: visible;
        padding: 2rem 0;
    }
}

.table-container,
div:has(> table.listdashboard) {
    overflow: visible !important;
   /* padding-bottom: 20px !important;*/
}

table.listdashboard {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    margin-bottom: 30px !important; 
    display: table !important;
    width: 100% !important;
}

    table.listdashboard thead {
        display: table-header-group !important;
    }

        table.listdashboard thead tr {
            display: table-row !important;
        }

    table.listdashboard tbody tr:first-child {
        position: relative !important;
        top: -5px !important; 
    }

    table.listdashboard tbody {
        display: table-row-group !important;
        padding-bottom: 10px !important;
    }

    table.listdashboard thead tr th {
        padding: 5px 30px 10px !important; 
        text-align: left !important;
        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 19px !important;
        text-transform: uppercase !important;
        color: #495057 !important;
        border: none !important;
        background: #ffffff !important;
    }

    table.listdashboard tbody tr,
    table.listdashboard th,
    table.listdashboard thead {
        border: none !important;
    }

    table.listdashboard th,
    table.listdashboard thead {
        background-color: transparent !important;
    }

        table.listdashboard thead tr th.text-center {
            text-align: center !important;
        }

    table.listdashboard tbody tr {
        background: #FFFFFF !important;
        position: relative !important;
        transition: all 0.3s ease !important;
        display: table-row !important;
    }

        table.listdashboard tbody tr:last-child {
            outline: 1px solid #EBEDF2 !important;
            outline-offset: -1px !important;
            border-radius: 10px !important;
        }

        table.listdashboard tbody tr:hover {
            transform: translateY(-2px) !important;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08)) !important;
        }

    table.listdashboard tbody td {
        padding: 20px 30px !important;
        font-size: 14px !important;
        line-height: 19px !important;
        color: #495057 !important;
        background: #FFFFFF !important;
        border-top: 1px solid #EBEDF2 !important;
        border-bottom: 1px solid #EBEDF2 !important;
        border-left: none !important;
        border-right: none !important;
        position: relative !important;
    }

        table.listdashboard tbody td:first-child {
            border-left: 1px solid #EBEDF2 !important;
            border-top-left-radius: 10px !important;
            border-bottom-left-radius: 10px !important;
        }

        table.listdashboard tbody td:last-child {
            border-right: 1px solid #EBEDF2 !important;
            border-top-right-radius: 10px !important;
            border-bottom-right-radius: 10px !important;
        }

    table.listdashboard tbody tr:last-child td::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: #EBEDF2;
    }

    table.listdashboard tbody tr:last-child td:first-child::after {
        border-bottom-left-radius: 10px;
    }

    table.listdashboard tbody tr:last-child td:last-child::after {
        border-bottom-right-radius: 10px;
    }

    table.listdashboard tbody td.text-center {
        text-align: center !important;
    }

    table.listdashboard tbody tr:nth-child(even),
    table.listdashboard tbody tr:nth-child(odd) {
        background-color: #FFFFFF !important;
    }

    table.listdashboard .status-badge {
        display: inline-flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    table.listdashboard .status-icon {
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 50px !important;
    }

        table.listdashboard .status-icon.purple {
            background: #F8E4FD !important;
        }

        table.listdashboard .status-icon.green {
            background: #DBF8DD !important;
        }

        table.listdashboard .status-icon.cyan {
            background: #D4F2F2 !important;
        }

        table.listdashboard .status-icon.blue {
            background: #E7E8F6 !important;
        }

    table.listdashboard .status-text {
        font-size: 14px !important;
        line-height: 19px !important;
        color: #495057 !important;
    }

    table.listdashboard .action-button {
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 30px !important;
        height: 30px !important;
        border-radius: 20px !important;
        cursor: pointer !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
    }

        table.listdashboard .action-button:hover {
            background: #F5F8FA !important;
        }

    table.listdashboard .action-icon {
        font-size: 12px !important;
        line-height: 12px !important;
        color: #007CAF !important;
    }

    table.listdashboard .status-badge {
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
    }

    table.listdashboard .status-icon {
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        border-radius: 50% !important;
        font-size: 14px !important;
    }

        table.listdashboard .status-icon.status-started {
            background: #F8E4FD !important;
            color: #9C27B0 !important;
        }

        table.listdashboard .status-icon.status-complete {
            background: #DBF8DD !important; 
            color: #4CAF50 !important;
        }

        table.listdashboard .status-icon.status-awarded {
            background: #D4F2F2 !important;
            color: #00BCD4 !important;
        }

        table.listdashboard .status-icon.status-not-awarded {
            background: #E7E8F6 !important; 
            color: #607D8B !important;
        }

        table.listdashboard .status-icon.status-in-progress {
            background: #FFF4E5 !important; 
            color: #FF9800 !important;
        }

        table.listdashboard .status-icon.status-pending {
            background: #FFEBEE !important; 
            color: #F44336 !important;
        }

        table.listdashboard .status-icon.status-submit {
            background: #FFFFE6 !important;
            color: #FDDA0D !important;
        }


    table.listdashboard .status-text {
        font-size: 14px !important;
        line-height: 19px !important;
        color: #495057 !important;
        white-space: nowrap !important;
    }


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.hide {
    display: none !important;
}

.small-muted-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #6C757D;
}

.sticky-footer {
    height: 86px;
    border-top: 3px solid #007CAF;
    background-color: #FFF;
    /* Bottom Menu Bar */
    box-shadow: 4px -4px 9px 0px rgba(0, 0, 0, 0.06);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1000;
}

.fs14{
    font-size:14px!important;
}

.disabled-text-14 {
    color: #6C757D;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}
.disabled-text-12 {
    color: #6C757D;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
}
.rqrd{
    color: red !important;
    margin-left: 5px;
}

.form-control-static {
    padding: 0.375rem 0.75rem 0.375rem 0;
    margin-left: 10px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ced4da;
    padding-right: 15px;
}
.ml-5{
    margin-left: 5px;
}
.mb-1{
    margin-bottom: 1px;
}
/* =============================================================
   Sticky Footer Clearance
   Keeps bottom controls from hiding under .sticky-footer
   ============================================================= */

/* Footer height variable */
:root {
    --sticky-footer-h: 86px;
}

/* Viewport breathing room for the fixed footer */
html {
    scroll-padding-bottom: calc(var(--sticky-footer-h) + 24px);
}

body {
    padding-bottom: calc(var(--sticky-footer-h) + 24px);
}

/* iOS safe-area support */
@supports (padding: max(0px)) {
    html {
        scroll-padding-bottom: max(calc(var(--sticky-footer-h) + 24px), env(safe-area-inset-bottom));
    }

    body {
        padding-bottom: max(calc(var(--sticky-footer-h) + 24px), env(safe-area-inset-bottom));
    }
}

/* Add an invisible spacer *inside* each main content column */
.bg_1_fin .flex_9_fin::after, /* Eligibility / Financial main column */
.bg_1 .flex_13::after, /* StartApplication main column */
/*.bg_1_support .flex_9_support::after,*/ /* Supporting Documents main column */
/*.resclass8::after*/ /* Research main content blocks */ /*{
    content: "";
    display: block;
    height: calc(var(--sticky-footer-h) + 32px);*/ /* a little extra breathing room */
/*}*/

/* If the page uses a viewport-height panel, pad it too */
.bg_1_fin .flex_4_fin,
.bg_1_support .flex_4_support {
    padding-bottom: calc(var(--sticky-footer-h) + 16px) !important;
    box-sizing: border-box;
}

/* When an input near the bottom gains focus, keep it above the footer */
.bg_1_fin .flex_9_fin :focus-visible,
.bg_1 .flex_13 :focus-visible,
.bg_1_support .flex_9_support :focus-visible,
.resclass8 :focus-visible {
    scroll-margin-bottom: calc(var(--sticky-footer-h) + 24px);
}

label[for="dt-length-0"] {
    width: 220px;
    display: inline-block; /* Important for width to take effect */
}

.no-wrap
{
    white-space: nowrap;
}