﻿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;
}
.main-container {
    padding: 0px 20px !Important;
}
.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;*/

    display: flex;
    padding: 30px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 15px;
    background: #F4F8FF;

    /* Shadows/Small */
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
}

.div-image {
   /* background-color: #d3d3d3;
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 5px;*/

    width: 483.324px;
    height: 257px;
    background-color:#ffffff;


}

.div-details {
 /*   flex-grow: 1;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
*/
    display: flex;
    padding: 30px 40px 40px 40px;
    flex-direction: column;
    align-items: flex-start;
   /* gap: 25px;*/
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 15px;
    background: #FFF;
}
    .div-details h3 {
        color: var(--Global-Ocean, #023345) !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 26px !important; /* 144.444% */
    }

    .div-details label {
        color: var(--FCIF-dark-purple, #4A5F89) !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 24px !important; /* 150% */
    }
    .div-details p {
        color: var(--FCIF-dark-purple, #4A5F89) !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important; /* 150% */
    }
    .div-details a {
        color: var(--Global-Main-Blue, #007CAF) !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 19px !important; /* 135.714% */
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-skip-ink: none !important;
        text-decoration-thickness: auto !important;
        text-underline-offset: auto !important;
        text-underline-position: from-font !important;
    }


    .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-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: 37px!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;
}
.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);
}

.light-blue-panel {
    display: flex;
    padding: 15px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background-color: #F4F8FF;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
}

.priorityarea-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;
}
.mgt10{
    margin-top:10px!important;
}
.mgt-5{
    margin-top:5px!important;
}
.mgl20{
    margin-left:20px!important;
}
.mgt20{
    margin-top:20px!important;
}
.mgt25 {
    margin-top: 20px !important;
}
.mgb20{
    margin-bottom:20px!important;
}
.mgb15 {
    margin-bottom: 15px !important;
}
.mgb10 {
    margin-bottom: 10px !important;
}
.mgt30 {
    margin-top: 30px !important;
}
.mgb8 {
    margin-bottom: 8px !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 !important; /* 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 */
        }
.padding-20{
    padding:20px !important;
}
.modal-header{
    padding:5px!important;
}
.modal-footer{
    padding:5px!important;
}
.hide {
    display: none !important;
}

.small-italic {
    color: var(--Global-Grey-Medium, #909598) !important;
    font-size: 12px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 18px !important; /* 150% */
}
.application-panel h2 {
    color: var(--Global-Black, #000) !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 32px !important; /* 145.455% */
}
.loan-panel-new {
    display: flex !important;
    padding: 10px 15px !important;
    align-items: center !important;
    gap: 20px;
    border-radius: 10px !important;
    background: #ECF2FE !important;
    /* Shadows/Small */
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03) !important;
}

.white-circle {
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 50px;
    background: #FFF;
}

.loan-panel-new p {
    color: #4A5F89 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-bottom: 0px !important;
}

.loan-panel-new span {
    color: var(--Text-Read-Only-Text, #696A72) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 16px !important; /* 133.333% */
}

.link {
    color: #4A5F89 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 19px !important; /* 135.714% */
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important;
}
.label-desc {
    color: var(--Text-Form-Field-Message, #6C757D) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important; /* 133.333% */
    align-self: stretch !important;
}
.default-btn {
    display: flex !important;
    height: 36px !important;
    padding: 1px 12px !important;
    justify-content: center !important;
    align-items: center !important;
   
    border-radius: 4px !important;
    border: 1px solid var(--Forms-Input-border, #CED4DA) !important;
    background: var(--Forms-Input-Field-Button-Background, #F4F5F6) !important;
    color: var(--Text-Input-Text, #495057) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 150% */
}
.link-underline{
    text-decoration:underline!important;
    cursor:pointer!important;
}
.dd-caret {
    appearance: none !important;
    background-image: url('../icons/dropdown_caret.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75em center !important;
    background-size: 1rem !important;
}

.palabel {
    color: var(--Text-Body, #212529) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important; /* 171.429% */
}

.pap {
    color: var(--Text-Input-Text, #495057) !important;
    /* Text/Paragraph */
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.noborderobttom {
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    color: gray !important;
}

.green-badge {
    display: flex;
    padding: 4px 15px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    background: var(--Background-Colors-Turquoise, #D2F3EA) !important;
    color: var(--Text-Body, #212529) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 15px !important; /* 125% */
    width: fit-content;
}

.purple-badge {
    display: flex;
    padding: 4px 15px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    background: var(--Qlik-Reporting-Dashboards-Lilac-1, #EDE5FF) !important;
    color: var(--Text-Body, #212529) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 15px !important; /* 125% */
    width: fit-content;
}

.customNav {
}

    .customNav li .active {
        display: flex !important;
        /*   padding: 7px 30px !important; */
        align-items: flex-start !important;
        gap: 10px !important;
        align-self: stretch !important;
        border-radius: 15px !important;
        border-right: 1px solid #EBEDF2 !important;
        background: var(--Global-White, #FFF) !important;
        color: #585EBD !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 24px !important; /* 150% */
    }

    .customNav .nav-link.active {
        color: #585EBD !important;
    }

    .customNav li {
        display: flex !important;
        /*  padding: 7px 30px !important; */
        align-items: center !important;
        gap: 10px !important;
        align-self: stretch !important;
        border-radius: 15px !important;
        color: var(--Qlik-Reporting-Dashboards-Lavender-8, #383A5F) !important;
        text-align: center !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 24px !important; /* 150% */
    }

    .customNav button {
        padding: 7px 30px !important;
    }


.tabHolder {
    border-radius: 20px;
    background: #F4F7FD;
    width: fit-content;
    padding: 5px !important;
}

.tableHolder {
    display: flex !important;
    padding: 20px !important;
    flex-direction: column !important;
    gap: 20px !important;
    border-radius: 10px !important;
    border: 1px solid #EBEDF2 !important;
    background: var(--Global-White, #FFF) !important;
}

.peopleCard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Forms-Disabled-fill, #E9ECEF);
    padding: 15px 15px 15px 20px;
    align-items: flex-start;
    align-self: stretch;
}

    .peopleCard h4 {
        color: var(--Text-Body, #212529) !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 24px !important; /* 150% */
        margin: 0px !important;
    }

    .peopleCard i {
        color: var(--Text-Body, #212529) !important;
        font-size: 14px !important;
        font-style: italic !important;
        font-weight: 400 !important;
        line-height: normal !important;
    }

    .peopleCard .action {
        display: flex;
        width: 30px;
        padding: 5px 7px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 20px;
        background: none;
        border: none;
    }



.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;
}

.dropbtn {
    padding: 16px;
    font-size: 12px;
    border: none;
}

.dropdown {
    position: relative;
}

.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;
    }

    .app-root{
        padding:0px!important;
    }
  

.reviewer-badge {
    background-color: #F8E4FD !important;
    color: black !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    padding: 4px 15px 4px 15px !important;
}
    
.applicant-chat-btn {
    border-radius: 15px;
    background: #4169E1;
    color: var(--Global-White, #FFF) !important;
    padding: 6px 12px;
    cursor: pointer;
}

.small-grey {
    color: var(--Global-Grey-Medium, #909598) !important;
    font-size: 12px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 18px !important; /* 150% */
}

.pink-badge {
    display: inline-flex;
    padding: 4px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 15px;
    background: var(--Background-Colors-Pink2, #F8E4FD);
}

.blue-badge {
    display: inline-flex;
    padding: 4px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 15px;
    background: var(--qlik-reporting-dashboards-blue-2-core, #B3D9F5);
}

.blue-panel {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px 10px 0px 0px;
    background: #F1F8FF;
}

.submittedApp-panel {
    margin-top: 20px !important;
}

    .submittedApp-panel h2 {
        color: var(--Global-Black, #000) !important;
        font-size: 22px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 32px !important; /* 145.455% */
        margin-bottom: 0px;
        margin-right: 20px !important;
    }

    .submittedApp-panel span b {
        color: var(--Global-Black, #000) !important;
        font-size: 12px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 16px !important; /* 133.333% */
    }

.submittedApp-panelspan {
    color: var(--Global-Black, #000) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important; /* 133.333% */
}

.soft-btn {
    border-radius: 4px !important;
    background: var(--accent-blue-light, #D9F5FF) !important;
    color: var(--Global-Dark-Aqua, #005F85) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    display: flex !important;
    height: 36px !important;
    padding: 10px 20px !important;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.sub-panel {
    display: flex !important;
    padding: 20px !important;
    gap: 20px;
    align-self: stretch;
    border-radius: 0px 0px 10px 10px;
    background: var(--Global-White, #FFF);
}

    .sub-panel p {
        color: var(--Global-Black, #000) !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 24px !important; /* 150% */


        padding-right: 15px;
        max-width: 300px;
    }

    .sub-panel span {
        color: var(--Text-Disabled-Text-Dark, #9FA3A7) !important;
        font-size: 12px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 16px !important; /* 133.333% */
    }

    .sub-panel div div {
        min-width: 262px;
    }

.square-panel {
    display: flex !important;
    padding: 20px !important;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px !important;
    background: var(--Global-White, #FFF) !important;
    /* Shadows/Small */
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03) !important;
}

.barTab_holder {
    display: flex;
    /*  height: 64px!important; */
    justify-content: start !important;
    align-items: center !important;
    gap: 6px;
    width: 100%;
    border-bottom: 1px solid#CED4DA;
}

.barTab .nav-link {
    display: flex;
    padding: 0px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: var(--Tabs-Text-Inactive, #5E6B6E) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 26px !important; /* 144.444% */
    padding: 14px 30px !important;
}

    .barTab .nav-link.active {
        border-radius: 0px !important;
        border-bottom: 5px solid #007CAF !important;
        background-color: #ffffff !important;
        color: #157599 !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 26px !important; /* 144.444% */
        padding: 14px 30px !important;
    }

.tab-control-container {
    column-count: 3; /* Number of columns */
    column-gap: 2em; /* Space between columns (optional) */
}


.tab-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .tab-section h4 {
        color: #000 !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 24px !important; /* 150% */
    }

    .tab-section label b {
        color: var(--Text-Body, #212529) !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important; /* 171.429% */
    }


    .tab-section label {
        color: var(--Text-Body, #212529) !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 24px !important; /* 171.429% */
    }

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    z-index: 100; /* Overlay z-index */
}

.modal-content {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    background: white;
    padding: 20px;
    z-index: 101;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    z-index: 1000;
}

    .dropdown-content.show {
        display: block;
    }

.edit-label {
    color: var(--Text-Body, #212529);
    /* Label/Semibold */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
}

.task-note {
    border-radius: 4px;
    border: 1px solid var(--Forms-Input-border, #CED4DA);
    background: var(--Global-White, #FFF);
}

.radio-group {
    display: flex;
    gap: 20px; /* Space between radio buttons */
    align-items: center; /* Vertically align items */
}

    .radio-group label {
        margin: 0;
        cursor: pointer;
    }

    .radio-group input[type="radio"] {
        margin-right: 5px; /* Space between radio button and label */
    }

.disabled-text {
    color: var(--Text-Disabled-Text-Dark, #9FA3A7) !important;
}

.custom-url {
    color: var(--Global-Ocean, #023345);
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 19px !important; /* 135.714% */
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important;
    cursor: pointer;
}
.custom-url :hover{
    color: #007CAF!important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.btn-custom {
    display: flex !important;
    padding: 15px 30px !important;
    justify-content: center !important;
    align-items: flex-start !important;
    border-radius: 50px !important;
    background: var(--Global-Main-Blue, #007CAF) !important;
    color: var(--Global-White, #FFF) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.btn-custom-secondary {
    display: flex !important;
    padding: 15px 30px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    border-radius: 50px !important;
    border: 1px solid var(--Global-Main-Blue, #007CAF) !important;
    background: var(--Global-White, #FFF) !important;
    color: var(--Global-Main-Blue, #007CAF) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.info-panel {
    margin: 30px 20px;
}

    .info-panel img {
    }

    .info-panel p {
        padding: 0px 10px !important;
        color: var(--alert-others-danger, #DC3545) !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 16px !important; /* 133.333% */
    }

.text-panel {
    display: flex !important;
    padding: 10px 10px 10px 20px !important;
    align-items: flex-start !important;
    gap: 10px !important;
    align-self: stretch !important;
    border-radius: 10px !important;
    border: 1px solid var(--Card-Border-Light, #EBEDF2) !important;
    color: var(--Text-Muted, #6C757D) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 150% */
    height: 332px !important;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0px 20px 20px 20px !important;
}

    .text-panel p {
        padding: 0px !important;
        margin: 0px !important;
    }

.label-default {
    color: var(--Text-Form-Field-Message, #6C757D) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 171.429% */
}

.a-default {
    color: var(--Global-Main-Blue, #007CAF) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 19px !important; /* 135.714% */
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important;
}

.confirmation-panel {
    justify-content: center !important;
}

    .confirmation-panel h6 {
        color: #000 !important;
        text-align: center !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 24px !important; /* 150% */
        margin-bottom: 10px !important;
        margin-top: 40px !important;
    }

    .confirmation-panel h5 {
        color: #000 !important;
        text-align: center !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important; /* 150% */
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }

.text-large {
    color: #000 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 150% */
}

.title {
    display: flex;
    padding: 0px 20px;
    align-items: center;
    align-self: stretch;
    margin: 0px !important;
    padding: 0px 20px !important;
    color: var(--Text-Body, #212529) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 19px !important; /* 118.75% */
}
.cursor-pointer{
    cursor:pointer!important;
}

.user-suggestion-popup {
    display: none;
}

    .user-suggestion-popup.show {
        display: block;
    }

    .user-suggestion-popup ul li {
        padding: 5px 10px;
        cursor: pointer;
    }

        .user-suggestion-popup ul li:hover,
        .user-suggestion-popup ul li.selected {
            background-color: #f0f0f0;
        }

.light-blue-panel h3 {
    color: var(--Text-Body, #000) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 7.5px !important;
}

.light-blue-panel p {
    color: var(--Text-Muted, #6C757D) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
}

.progress_holder {
    flex: 1;
    border-radius: 5px;
    padding: 8px;
    background-color: #ffffff;
}

    .progress_holder p {
        font-weight: 700 !important;
        font-size: 14px !important;
        line-height: 100% !important;
        letter-spacing: 0px !important;
        color: #4A5F89 !important;
        margin: 0px !important;
    }

    .progress_holder span {
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 16px !important;
        letter-spacing: 0px !important;
        color: #696A72 !important;
    }

.custom-progress-bar {
    height: 8px;
    gap: 60px;
    border-radius: 50px;
    border: solid 1px #4A5F89;
    background-color: #B3D9F5;
}

.custom-progress-fill {
    background-color: #9BBFDA;
    height: 100%
}

.login-info {
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0px !important;
}

.faq-panel {
    border-left: 1px solid #EBEDF2 !important;
    padding: 40px 35px !important;
}

.hide {
    display: none !important;
}

.faq {
    align-items: start;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEDF2;
}

    .faq img {
        margin-right: 12px;
        cursor: pointer;
    }

    .faq p {
        margin: 0px !important;
        color: var(--Text-Body, #212529) !important;
        font-size: 14px !important;
        font-style: normal !important;
        line-height: normal !important;
        padding: 0px !important;
        cursor: pointer !important;
    }

.normal {
    font-weight: 400 !important;
}

.bold {
    color: var(--text-01-body, #212529) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.faq i {
    margin-top: 4px;
    color: var(--text-01-body, #000) !important;
    font-size: 14px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.white-panel {
    border-radius: 10px;
    background: var(--Global-White, #FFF);
    /* Shadows/Small */
    box-shadow: 0 2px 21px 6px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex: 1 0 0;
}

.p20 {
    padding: 20px !important;
}

.summary-panel-padding {
    padding: 30px 0 20px 0 !important;
}



.heading-h1 {
    color: var(--Global-Black, #000);
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 44px !important; /* 129.412% */
}

.text-body {
    color: var(--Text-Body, #212529);
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28.6px !important; /* 143% */
}

.disabled_text {
    color: var(--Disabled-Text, #6C757D);
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28.6px !important; /* 238.333% */
}

.p35 {
    padding: 35px !important
}

.pb30 {
    padding-bottom: 30px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl25 {
    margin-left: 25px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr25 {
    margin-right: 25px !important;
}

.heading-h3 {
    color: var(--Global-Black, #000);
    font-size: 18p !importantx;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 26px !important; /* 144.444% */
}
.loanApplicationChartPrint {
   
      /*margin-bottom:100px;
    margin-top: 100px;*/
      width:800px!important;
}
.loanApplicationStatusChart {
    margin-top: 200px!important;
}


.main_container {
    gap: 20px;
    opacity: 1;
    border-radius: 5px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 21px 6px #00000008;
    margin-top: 20px;
}

.counts-panel {
    width: 100%;
    gap: 30px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.count-display {
    flex: 1;
    min-width: 0;
    height: 90px;
    gap: 12px;
    opacity: 1;
    padding: 20px 16px;
    border-radius: 5px;
    border-top-width: 3px;
    background: #FFFFFF;
    box-shadow: 0px 2px 21px 6px #00000008;
    display: flex;
    align-items: center;
}

    .count-display.active {
        border-top: 3px solid #E7E8F6;
    }

.count-number {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0;
}

.count-descriptor {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #6C757D;
    margin-bottom: 0;
}

.customTable {
}

    .customTable thead tr th {
        color: var(--Text-Input-Text, #495057) !important;
        font-size: 12px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 19.2px !important; /* 160% */
        text-transform: uppercase !important;
        padding: 10px !important;
    }

    .customTable tbody tr td {
        align-self: stretch !important;
        overflow: hidden !important;
        color: var(--Text-Input-Text, #495057) !important;
        text-overflow: ellipsis !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
    }

        .customTable tbody tr td a {
            color: var(--Global-Main-Blue, #007CAF) !important;
            text-overflow: ellipsis !important;
            text-decoration-line: underline !important;
        }

.notiCard {
    display: flex !important;
    padding: 10px 10px 15px 20px !important;
    align-self: stretch;
    border-radius: 5px !important;
    border-left: 3px solid #C4C0FF !important;
    background: var(--Global-White, #FFF) !important;
}

    .notiCard .heading h5 {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 1 !important;
        overflow: hidden !important;
        color: var(--Qlik-Reporting-Dashboards-Grey-7, #3C3C3C) !important;
        text-overflow: ellipsis !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 20px !important; /* 142.857% */
    }

    .notiCard .heading p {
        color: var(--Text-Muted, #6C757D) !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
    }

    .notiCard .heading a {
    }

    .notiCard .body p {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 1 !important;
        flex: 1 0 0 !important;
        overflow: hidden !important;
        color: var(--Qlik-Reporting-Dashboards-Grey-7, #3C3C3C) !important;
        text-overflow: ellipsis !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
    }

.mainbg {
    background: var(--Global-Page-Background, #FBFCFF) !important;
}

table td:first-child {
    padding-left: 15px !important;
}