﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    /*overflow: hidden;*/
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover {
    text-decoration: none;
}
/*custom css starts*/
@font-face {
    font-family: 'poppinsextrabold';
    src: url('fonts/poppins-extrabold-webfont.woff2') format('woff2'), url('fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium-webfont.woff2') format('woff2'), url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'), url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'), url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
}

#status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
/* Preloader */
body {
    font-family: 'poppinsmedium' !important;
    line-height: 2;
    font-size: 13px;
    background: #F5F1E8;
    color: #00194c;
}

.navbar-brand {
    height: 55px;
}

    .navbar-brand img {
        width: 150px;
    }



.navbar {
    padding: 5px 0;
    background: #FFF !important;
    box-shadow: 0 7px 4px 0 rgba(0, 0, 0, 0.10);
}

.nav-link {
    font-size: 13px;
    color: #00194c;
}

.form-control {
    font-size: 13px;
    color: #00194c;
    padding: 10px;
    border-radius: 5px !important;
    border: 1px solid #D1D5DF !important;
}
    .form-control:hover {
       
        border: 1px solid #BCB7AC !important;
    }

label {
    color: #495057;
    margin-bottom: 5px;
    font-size: 13px;
}

.form-check-input {
    margin-top: 0.4em;
}

.btn-primary, .btn {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00194c;
    --bs-btn-border-color: #00194c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00194c;
    --bs-btn-hover-border-color: #00194c;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00194c;
    --bs-btn-active-border-color: #00194c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.form-control:focus {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(13,110,253,.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(13,110,253,.25);
    box-shadow: 0px 0px 7px 0px rgba(13,110,253,.25);
}

.btn.btn-primary {
    font-size: 13px;
    display: inline-block;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: #00194c;
    font-weight: 600;
}

footer {
    background: #f1f1f1;
    color: #00194c;
    padding: 5px;
    box-shadow: 0 0 2px 2px #ecf3fe;
}

    footer img.img-fluid {
        height: 30px;
    }

    footer a {
        height: 30px;
    }

.page-wrapper {
    padding: 10px 0;
    margin-bottom:35px
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.375rem;
    width: 3rem;
    height: 3rem;
}

.text-lg {
    font-size: 1.25rem !important;
}

.margin-bottom-20 {
    margin-bottom: 15px;
}

.title {
    font-size: 20px;
    color: #00194c;
    font-family: 'poppinssemibold';
}

a {
    cursor: pointer;
}

.dropdown-item {
    font-size: 13px;
    color: #00194c;
}

i.fa.fa-smile-o {
    color: #ff8500;
    font-weight: 600;
    margin-right: 5px;
}

i.fa.fa-calendar {
    font-weight: 600;
    margin-right: 5px;
}

i.fa.fa-key {
    color: #4024e8;
    font-weight: 600;
    margin-right: 5px;
}

.page-title {
    font-size: 18px;
    color: #FF7A00;
    font-family: 'poppinssemibold';
    line-height: 1.5;
    margin-top: 0 !important
}

.loan-type {
    text-align: center;
    color: #00194c;
    text-decoration: none;
    font-size: 18px;
}

.loan-icon {
    width: 40px;
    height: 40px;
    display: flex;
    margin: 0 auto;
    border: 1px solid #ff8500;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .loan-icon .fa {
        font-weight: 600;
        color: #ff8500;
    }

.form-group {
    margin-bottom: 15px;
}

.dedupe-details label {
    width: 30%;
    font-weight: 600;
    color: #00194c;
    font-size: 13px;
    margin-bottom: 5px;
}

option {
    padding: 10px;
    min-height: 3em;
}

.btn-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    border: 1px solid #00194c;
    background: #00194c;
    color: #fff;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .btn-icon:hover {
        color: #fff;
    }

    .btn-icon.btn-danger {
        border: 1px solid red;
        background: red;
    }
/*progressbar*/
#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    *
    /*CSS counters to number the steps*/
    counter-reset: step;
}

aside#sidebar-wrapper1 {
    position: fixed;
    height: calc(100vh - 18%);
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 5px 0 #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    left: 15px;
    overflow: scroll;
    padding-bottom: 23px;
}

#progressbar li {
    list-style-type: none;
    color: #00194c;
    font-size: 11px;
    width: auto;
    text-align: center;
    position: relative;
    padding: 0 10px;
}

    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 30px;
        line-height: 30px;
        display: block;
        font-size: 10px;
        color: #fff;
        background: #bab7b7;
        border-radius: 50%;
        margin: 0 auto 5px auto;
        text-align: center;
    }
    /*progressbar connectors*/
    #progressbar li:after {
        content: '';
        width: 2px;
        height: 100%;
        background: #bab7b7;
        position: absolute;
        left: 0;
        top: -30px;
        z-index: -1;
        right: 0;
        margin: 0 auto; /*put it behind the numbers*/
    }

    #progressbar li:first-child:after {
        /*connector not needed before the first step*/
        content: none;
    }
    /*marking active/completed steps green*/
    /*The number of the step and the connector before it = green*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #27AE60;
        color: white;
    }

    #progressbar li.current:before, #progressbar li.current:after {
        background: #a2cffe;
        color: white;
    }

ul#progressbar li a {
    padding-top: 38px;
    color: #00194c;
    text-decoration: none;
}

aside#sidebar-wrapper {
    position: fixed;
    min-height: calc(100vh - 18% );
    background: #fff;
    z-index: 1;
    width: 150px;
    box-shadow: 0 0 5px 0 #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    left: 15px;
}

.page-wrapper.shiftLeft {
    margin-left: 170px;
}

.sidebar-nav a {
    font-size: 14px;
    color: #00194c;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
}


/* CONTENT */

.content {
    display: grid;
    grid-template-columns: 75% 25%;
    margin-bottom: 50px
}

/* LEFT CONTENT */

.left-content {
    grid-template-rows: 50% 50%;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

/* ACTIVITIES */

.activities h1 {
    margin: 0 0 20px;
    font-size: 1.4rem;
    font-weight: 700;
}

.activity-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 150px);
    column-gap: 10px;
}

.img-one {
    grid-area: 1 / 1 / 2 / 2;
}

.img-two {
    grid-area: 2 / 1 / 3 / 2;
}

.img-three {
    display: block;
    grid-area: 1 / 2 / 3 / 4;
}

.img-four {
    grid-area: 1 / 4 / 2 / 5;
}

.img-five {
    grid-area: 1 / 5 / 2 / 6;
}

.img-six {
    display: block;
    grid-area: 2 / 4 / 3 / 6;
}

.image-container {
    position: relative;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
    border-radius: 10px;
}

    .image-container img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

.overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, transparent, transparent, rgba(242, 101, 34, 0.5) );
    border-radius: 10px;
    transition: all 0.6s linear;
}

.image-container:hover .overlay {
    opacity: 0;
}

.overlay h3 {
    margin-bottom: 8px;
    margin-right: 10px;
    color: #fff;
}

/* LEFT BOTTOM */

.left-bottom {
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 40px;
}

/* WEEKLY SCHEDULE */

.weekly-schedule {
    display: flex;
    flex-direction: column;
}

    .weekly-schedule h1 {
        font-size: 1.3rem;
        font-weight: 700;
    }

.calendar {
    margin-top: 10px;
}

.day-and-activity {
    display: grid;
    grid-template-columns: 15% 60% 25%;
    align-items: center;
    border-radius: 14px;
    margin-bottom: 5px;
    color: #484d53;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
}

.activity-one {
    background-color: rgb(124, 136, 224, 0.5);
    background-image: linear-gradient(240deg, rgb(124, 136, 224) 0%, #c3f4fc 100%);
}

.activity-two {
    background-color: #aee2a4a1;
    background-image: linear-gradient(240deg, #e5a243ab 0%, #f7f7aa 90%);
}

.activity-three {
    background-color: #ecfcc376;
    background-image: linear-gradient(240deg, #97e7d1 0%, #ecfcc3 100%);
}

.activity-four {
    background-color: #e6a7c3b5;
    background-image: linear-gradient(240deg, #fc8ebe 0%, #fce5c3 100%);
}

.day {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-10px);
}

    .day h1 {
        font-size: 1.6rem;
        font-weight: 600;
    }

    .day p {
        text-transform: uppercase;
        font-size: 0.9rem;
        font-weight: 600;
        transform: translateY(-3px);
    }

.activity {
    border-left: 3px solid #484d53;
}

.participants {
    display: flex;
    margin-left: 20px;
}

    .participants img {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        z-index: calc(2 * var(--i));
        margin-left: -10px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
    }

.activity h2 {
    margin-left: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 12px;
}

.btn {
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
}

label sup {
    color: red;
    font-size: 13px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.verified, .notverified, .warnings {
    font-size: 18px;
    color: green;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.notverified {
    color: red;
}

.warnings {
    color: yellow;
}

@keyframes gelatine {
    0%, 100% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

/* PERSONAL BESTS */

.personal-bests {
    display: block;
}

    .personal-bests h1 {
        font-size: 1.3rem;
        font-weight: 700;
    }

.personal-bests-container {
    gap: 10px;
    margin-top: 10px;
}

.best-item {
    gap: 20px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.box-one {
    padding: 12px 20px;
}

    .box-one .fa {
        max-width: 80px;
        aspect-ratio: 4/3;
        font-size: 80px;
        margin-bottom: 10px
    }

.box-two {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgba(185, 159, 237, 0.6);
    padding: 15px;
    font-size: 1rem;
    font-weight: 700;
    background-color: rgba(238, 184, 114, 0.6);
}

    .box-two .fa {
        max-width: 90px;
        font-size: 80px;
        aspect-ratio: 3/2;
        align-self: flex-end;
        margin-bottom: 10px
    }

.box-three {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgba(185, 159, 237, 0.6);
    padding: 15px;
    font-size: 1rem;
    font-weight: 700;
    background-color: rgba(184, 224, 192, 0.6);
}

    .box-three .fa {
        font-size: 80px;
        max-width: 90px;
        aspect-ratio: 1/1;
        align-self: flex-end;
        margin-bottom: 10px
    }

/* RIGHT CONTENT */

.right-content {
    display: grid;
    grid-template-rows: 5% 20% 75%;
    background: #f6f7fb;
    margin: 0 15px 15px 0;
    padding: 0 0 10px 0;
    border-radius: 15px;
}

/* USER INFO */

.user-info {
    display: grid;
    grid-template-columns: 30% 55% 15%;
    align-items: center;
    padding: 0 10px;
}

.icon-container {
    display: flex;
    gap: 15px;
}

.user-info h4 {
    margin-left: 40px;
}

.user-info img {
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

/* ACTIVE CALORIES  */

.active-application {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(214, 227, 248);
    padding: 0 10px;
    margin: 0 10px 15px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
}

    .active-application h1 {
        margin-top: 10px;
        font-size: 1.2rem;
    }

.active-application-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.active-application-content p {
    font-size: 1rem;
}

    .active-application-content p span {
        font-weight: 700;
    }

.content .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 10px 0;
    /* width: 200px; */
}

    .content .box h2 {
        position: relative;
        text-align: center;
        font-size: 1.25rem;
        color: rgb(91, 95, 111);
        font-weight: 600;
    }

        .content .box h2 small {
            font-size: 0.8rem;
            font-weight: 600;
        }

.circle {
    position: relative;
    width: 80px;
    aspect-ratio: 1/1;
    background: conic-gradient( from 0deg, #00194c 0%, #00194c 0% var(--i), #b3b2b2 var(--i), #b3b2b2 100% );
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .circle::before {
        content: "";
        position: absolute;
        inset: 10px;
        background-color: rgb(214, 227, 248);
        border-radius: 50%;
    }

/* MOBILE PERSONAL BESTS  */

.mobile-personal-bests {
    display: none;
}

/* FRIEND ACTIVITIES  */

.friends-activity {
    display: flex;
    flex-direction: column;
}

    .friends-activity h1 {
        font-size: 1.2rem;
        font-weight: 700;
        margin: 15px 0 10px 15px;
    }

.card-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card {
    background-color: #fff;
    border-radius: 10px;
}

.card-two {
    display: block;
}

.card-user-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 5px;
}

    .card-user-info img {
        width: 25px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        object-fit: cover;
    }

    .card-user-info h2 {
        font-size: 1rem;
        font-weight: 700;
        margin-left: 5px;
    }

.card-img {
    display: block;
    width: 100%;
    aspect-ratio: 7/4;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 10px;
    object-position: 50% 30%;
}

.card p, li {
    font-size: 13px;
    padding: 0 5px 5px;
}

@media (max-width: 1500px) {

    .content {
        grid-template-columns: 70% 30%;
    }
}

@media (max-width: 1310px) {


    .content {
        grid-template-columns: 65% 35%;
    }

    .day-and-activity {
        margin-bottom: 10px;
    }

    .btn {
        padding: 8px 16px;
        margin: 10px 0;
        margin-right: 10px;
        font-size: 1rem;
    }

    .personal-bests-container {
        grid-template-rows: repeat(3, 98px);
        gap: 15px;
    }

    .box-one {
        flex-direction: row;
        justify-content: space-between;
        grid-area: 1 / 1 / 2 / 3;
        padding: 10px;
        font-size: 0.9rem;
    }

        .box-one img {
            max-width: 80px;
        }

    .box-two {
        flex-direction: row;
        justify-content: space-between;
        grid-area: 2 / 1 / 3 / 3;
    }

        .box-two img {
            max-width: 70px;
            align-self: center;
        }

    .box-three {
        flex-direction: row;
        justify-content: space-between;
        grid-area: 3 / 1 / 4 / 3;
    }

        .box-three img {
            max-width: 60px;
            align-self: center;
        }

    .right-content {
        grid-template-rows: 4% 20% 76%;
        margin: 15px 15px 15px 0;
    }
}

@media (max-width: 1150px) {
    .content {
        grid-template-columns: 60% 40%;
    }

    .left-content {
        grid-template-rows: 50% 50%;
        margin: 0;
        padding: 20px;
    }

    .btn {
        padding: 8px 8px;
        font-size: 0.9rem;
    }

    .personal-bests-container {
        grid-template-rows: repeat(3, 70px);
        gap: 10px;
    }

    .activity-container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 150px);
    }

    .img-one {
        grid-area: 1 / 1 / 2 / 2;
    }

    .img-two {
        grid-area: 2 / 1 / 3 / 2;
    }

    .img-three {
        display: none;
    }

    .img-four {
        grid-area: 1 / 2 / 2 / 3;
    }

    .img-five {
        grid-area: 1 / 3 / 2 / 4;
    }

    .img-six {
        grid-area: 2 / 2 / 3 / 4;
    }

    .left-bottom {
        grid-template-columns: 100%;
        gap: 0;
    }

    .right-content {
        grid-template-rows: 4% 19% 36% 41%;
    }


    .mobile-personal-bests {
        display: block;
        margin: 0 10px;
    }

        .mobile-personal-bests h1 {
            margin-top: 20px;
            font-size: 1.2rem;
        }

    .card-two {
        display: none;
    }

    .card-img {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 1050px) {
    .right-content {
        grid-template-rows: 5% 19% 36% 40%;
    }
}

@media (max-width: 910px) {
    main {
        grid-template-columns: 10% 90%;
        margin: 20px;
    }

    .content {
        display: block;
        grid-template-columns: 55% 45%;
    }

    .left-content {
        grid-template-rows: 50% 50%;
        padding: 30px 20px 20px;
    }

    .activity-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 150px);
    }

    .img-one {
        grid-area: 1 / 1 / 2 / 2;
    }

    .img-two {
        grid-area: 2 / 1 / 3 / 2;
    }

    .img-three {
        display: none;
    }

    .img-four {
        grid-area: 1 / 2 / 2 / 3;
    }

    .img-five {
        grid-area: 2 / 2 / 3 / 3;
    }

    .img-six {
        display: none;
    }
}

@media (max-width: 800px) {
    .content {
        grid-template-columns: 52% 48%;
    }
}

@media (max-width: 700px) {
    main {
        grid-template-columns: 15% 85%;
    }

    .content {
        grid-template-columns: 100%;
        grid-template-rows: 45% 55%;
        grid-template-areas:
            "rightContent"
            "leftContent";
    }

    .left-content {
        grid-area: leftContent;
        grid-template-rows: 45% 55%;
        padding: 10px 20px 10px;
    }

    .right-content {
        grid-area: rightContent;
        grid-template-rows: 5% 40% 50%;
        margin: 15px 15px 0 15px;
        padding: 10px 0 0;
        gap: 15px;
    }

    .activities,
    .weekly-schedule {
        margin-top: 10px;
    }

    .active-calories-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .friends-activity {
        display: none;
    }

    .box-one .fa, .box-two .fa, .box-three .fa {
        font-size: 50px
    }

    .mb-4 {
        margin-bottom: 0 !important;
    }

    .navbar-collapse {
        background: #fff !important
    }

    #progressbar li {
        width: auto !important
    }

    .page-wrapper.shiftLeft {
        margin-left: 0;
    }

    aside#sidebar-wrapper {
        display: none;
    }
}

span.activity-count {
    font-size: 50px;
    text-align: center;
    display: block;
}

.margin-right {
    margin-right: 20px;
}

.loanStages-wrapper {
    position: fixed;
    left: 0;
    display: block;
    margin-bottom: 20px;
    z-index: 5;
    top: 70px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.applicant-fixed-details {
    /*width:15%;*/
    display: flex
}

    .applicant-fixed-details h1 {
        width: 65px;
    }

.width-100 {
    width: 100%;
}

a.btn.btn-app {
    background: transparent;
    color: #00194c;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 600;
}

.h3, h3 {
    font-size: 18px;
}

.card-container {
    width: 100%;
    height: 55vh;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border: 0;
    border-radius: 15px;
}

    .card-container .card-perspective {
        width: 100%;
        height: 100%;
        perspective: 1000px;
        background: transparent;
        transform-style: preserve-3d;
        transition: all 0.5s ease;
    }

        .card-container .card-perspective .card-front,
        .card-container .card-perspective .card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.12);
            border-radius: 5px;
            cursor: default;
            padding: 20px;
        }

        .card-container .card-perspective .card-front {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            background: #ffffff;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .card-container .card-perspective .card-back {
            text-align: center;
            background: #ffffff;
            transform: rotateY(180deg);
        }

.loan-img img {
    height: 40vh;
    margin: 0 auto;
    display: block;
}

.card-front {
    font-size: 20px;
    color: #00194c;
    font-weight: 600;
}

.back-img img {
    height: 20vh;
    margin: 0 auto 20px;
    display: block;
}

.ekyc-alert {
    padding: 6px 10px;
    margin: 0;
}

.visit-link {
    text-decoration: none;
    font-size: 18px;
    color: #00194c;
    font-weight: 600;
    display: block;
    text-align: center
}

.visit-img img {
    width: 150px;
}

.quick-eligibility {
    background: url('../images/Loan-09.svg') no-repeat #fff;
    background-position: bottom;
    background-size: cover;
}

.eligible h1, .eligible h2 {
    text-align: center;
    font-size: 100px;
    color: green;
    font-weight: 600;
    line-height: 1.5
}

.eligible h2 {
    font-size: 50px;
}
/*eligibility*/
.sub-container {
    display: flex;
    width: 100%;
    gap: 50px;
    height: max-content;
}

.header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header button {
        height: max-content;
        width: max-content;
        padding: 10px;
        border: none;
        background-color: transparent;
        font-size: 35px;
        color: #00194c;
    }

        .header button:hover {
            cursor: pointer;
        }

.view,
.breakup {
    width: 50%;
}

.details input {
    width: 100%;
}

.detail {
    display: flex;
    justify-content: space-between;
}

.footer {
    display: flex;
    justify-content: space-between;
}

/*----- Styling the sliders ----*/
input[type="range"] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

    input[type="range"]:focus {
        outline: none;
    }

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: #00194c;
        border-radius: 10px;
    }

    input[type="range"]::-webkit-slider-thumb {
        box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
        border: 5px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #00194c;
        cursor: pointer;
        margin-top: -6px;
        -webkit-appearance: none;
    }

    input[type="range"]:focus::-webkit-slider-runnable-track {
        background: #b3b3b3;
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: #00194c;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
        border-radius: 10px;
    }

    input[type="range"]::-moz-range-thumb {
        box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
        border: 5px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #00194c;
        cursor: pointer;
        margin-top: -6px;
    }

    input[type="range"]::-ms-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: #00194c;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
        border-radius: 10px;
    }

    input[type="range"]::-ms-fill-lower {
        background: #00194c;
        border-radius: 5px;
    }

    input[type="range"]::-ms-fill-upper {
        background: #00194c;
        border-radius: 5px;
    }

    input[type="range"]::-ms-thumb {
        box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
        border: 5px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #00194c;
        cursor: pointer;
        margin-top: -6px;
    }

    input[type="range"]:focus::-ms-fill-lower {
        background: #00194c;
    }

    input[type="range"]:focus::-ms-fill-upper {
        background: #00194c;
    }

/*-------------------------------------*/
#price {
    color: #130f31;
    font-size: 25px;
}

.loan-details {
    width: 90%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#price-container {
    color: #ff8500;
    margin-top: 50px;
}

    #price-container::before {
        content: "EMI:";
        font-size: 18px;
        display: block;
    }

.loan-details .chart-details p {
    color: #ff8500;
}

#cp, #ci, #ct {
    color: #00194c !important
}

.progress-bar {
    background-color: #00194c;
}

.highlighted, .highlighted label {
    color: #ff8500;
    font-weight: 600;
}

.file-details {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.delete-icon {
    background: red;
    border-color: red
}

:root {
    --tooltip-color: #00194c;
}

.tooltip-inner {
    background-color: var(--tooltip-color);
}

.bs-tooltip-bottom > .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] > .tooltip-arrow::before {
    border-bottom-color: var(--tooltip-color);
}

.bs-tooltip-top > .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] > .tooltip-arrow::before {
    border-top-color: var(--tooltip-color);
}

.bs-tooltip-start > .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] > .tooltip-arrow::before {
    border-left-color: var(--tooltip-color);
}

.bs-tooltip-end > .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] > .tooltip-arrow::before {
    border-right-color: var(--tooltip-color);
}

.disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.sub-steps .disabled a {
    cursor: none;
}

.upcoming {
    background: #e0eed4;
}

.overdue {
    background: #fbe29f;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 820px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#salesCharts {
    height: 200px;
}

#applicationpie {
    width: 100%;
    height: 250px;
}

.applictaionPie {
    background: #fff;
}
/*notification css starts*/
.notification-ui a:after {
    display: none;
}

.notification-ui_icon {
    position: relative;
}

    .notification-ui_icon .unread-notification {
        display: inline-block;
        height: 7px;
        width: 7px;
        border-radius: 7px;
        background-color: #66BB6A;
        position: absolute;
        top: 7px;
        left: 12px;
    }

form-check.form-switch label {
    margin: 0;
}

.mr-1 {
    margin-right: 5px;
}

.span-clickable:hover {
    cursor: pointer;
}

/*biometric css starts*/
.scan {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 2px 2px #f1f1f1;
    padding: 20px;
}

    .scan .fingerprint {
        position: relative;
        width: 150px;
        background: url(../images/fingerPrint.png) no-repeat;
        background-size: 150px;
        height: 200px;
    }

        .scan .fingerprint::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('../images/fingerPrint1.png') no-repeat;
            background-size: 150px;
            animation: animate 4s ease-in-out infinite;
        }

@keyframes animate {
    0%, 100% {
        height: 0%;
    }

    50% {
        height: 100%;
    }
}

.scan .fingerprint::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #3fefef;
    border-radius: 8px;
    filter: drop-shadow(0 0 20px #00194c) drop-shadow(0 0 60px #00194c);
    animation: animate_line 4s ease-in-out infinite;
}

@keyframes animate_line {
    0%, 100% {
        top: 0%;
    }

    50% {
        top: 100%;
    }
}

.scan h3 {
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 2px;
    margin-top: 20px;
    color: #00194c;
    filter: drop-shadow(0 0 20px #00194c) drop-shadow(0 0 60px #00194c);
    animation: animate_text 0.5s steps(1) infinite;
}

.form-control.date-picker {
    position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s;
}

.form-control[readonly], .form-select:disabled, .form-control:disabled, .select2-container--default.select2-container--disabled .select2-selection--multiple {
    border: 1px solid #D1D5DF !important;
    background: #F7F2ED !important;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    border: 1px solid #D1D5DF;
    background: #F7F2ED !important;
}
    
    @keyframes animate_text {
        0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
/*biometric css ends*/
@media (min-width: 900px) {
    .notification-ui_icon .unread-notification {
        left: auto;
        right: -5px;
        top: 3px;
    }
}

.notification-ui_dd {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    border: 0;
    max-width: 400px;
    background: rgb(234 234 240)
}

@media (min-width: 900px) {
    .notification-ui_dd {
        min-width: 400px;
        position: absolute;
        left: -192px;
        top: 70px;
    }
}

.notification-ui_dd:after {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 7px);
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}

.notification-ui_dd .notification-ui_dd-header {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

    .notification-ui_dd .notification-ui_dd-header h3 {
        margin-bottom: 0;
    }

.notification-ui_dd .notification-ui_dd-content {
    max-height: 500px;
    overflow: auto;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    margin: 0 25px;
    border-bottom: 1px solid #ddd;
}

.notification-list--unread {
    position: relative;
}


.notification-list .notification-list_img .fa {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-list .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
}

.nav-item.dropdown.notification-ui {
    margin-right: 15px;
}

.notification-list_detail small {
    font-size: 10px;
    color: #ff8500;
}

/*.form-control.date-picker {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-y: center;
    background-position-x: 97%;
    cursor: pointer;
}*/

.quick-eligibility-failed .eligible h1, .quick-eligibility-failed .eligible h2 {
    color: red;
}

.disc {
    list-style-type: disc;
    margin-left: 30px;
}

.failed-points {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #ccc;
    font-size: 13px;
    line-height: 1.5;
}
/*new css for progressbar starts*/
#progressbar1 {
    margin-bottom: 80px;
    overflow: hidden;
    counter-reset: step;
}

    #progressbar1 .major-step {
        font-size: 14px;
        color: #004085; /* Dark blue */
        font-weight: bold;
        margin-bottom: 10px;
        border: 0
    }

    #progressbar1 .sub-steps {
        list-style-type: none;
        padding: 0;
        margin-left: 20px; /* Indent sub-steps */
    }

        #progressbar1 .sub-steps li {
            font-size: 12px;
            color: #00194c;
            position: relative;
            padding: 5px 10px;
            transition: background-color 0.3s ease;
        }

            

            #progressbar1 .sub-steps li:before {
                content: counter(step);
                counter-increment: step;
                width: 20px;
                line-height: 20px;
                display: inline-block;
                font-size: 10px;
                color: #fff;
                background: #007bff; /* Bootstrap primary blue */
                border-radius: 50%;
                margin-right: 10px;
                text-align: center;
            }

            #progressbar1 .sub-steps li a {
                color: #00194c;
                text-decoration: none;
                display: flex;
                align-items: center;
            }

            #progressbar1 .sub-steps li.active:before {
                background: #28a745; /* Bootstrap success green */
            }

            #progressbar1 .sub-steps li.active a {
                color: #28a745;
            }

            #progressbar1 .sub-steps li.current:before {
                background: #007bff; /* Bootstrap warning yellow */
            }

.major-step.active .sub-steps li:before {
    background: #28a745 !important; /* Bootstrap success green */
}

#progressbar1 .sub-steps li.disabled:before {
    background: #ccc !important
}

#progressbar1 .sub-steps li.current a {
    color: #007bff !important;
}

.major-step.active .sub-steps li a {
    color: #28a745 !important;
}

#progressbar1 .disabled .sub-steps li:before {
    background: #ccc
}

.sidebar-nav a {
    font-size: 14px;
    color: #00194c;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
}

#LosSteps {
    position: fixed;
    min-height: calc(100vh - 18%);
    background: #fff;
    z-index: 1;
    width: 240px; /* Increased width for better visibility */
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 2px;
    border-radius: 10px;
    left: 10px;
}

.page-wrapper.shiftLeft {
    margin-left: 250px; /* Adjusted for increased sidebar width */
}

#progressbar1 .sub-steps li::after {
    content: "";
    width: 2px;
    height: 15px;
    background: #ccc;
    display: block;
    position: absolute;
    left: 12%;
}

#progressbar1 .sub-steps li:last-child::after {
    content: none
}

/*new css for progressbar ends*/
button.btn.btn-secondary.btn-sm {
    padding: 3px 12px;
    background: #00194c;
    font-size: 13px;
}

li.applicant-btn {
    margin: 0 10px;
}

    li.applicant-btn a {
        color: #00194c
    }

button.accordion-button {
    padding: 10px;
    font-size: 14px;
}

.accordion {
    margin: 10px 0;
}

.applicant-btn.active a {
    color: #f26522 !important;
}

.accordion-item.error-validation {
    border-width: 2px;
    border-color: red;
    box-shadow: 0 0 3px 0px red;
}

.error {
    color: red;
}
/* Spinners */
.loader--spinner {
    display: inline-block;
    position: relative;
    color: #00194c;
    height: 30px;
    width: 30px;
}

    .loader--spinner div {
        animation: loader--spinner 1.2s linear infinite;
        transform-origin: 20px 14px;
    }

        .loader--spinner div:after {
            display: block;
            position: absolute;
            top: 0px;
            left: 20px;
            border-radius: 30%;
            content: " ";
            height: 6px;
            width: 2px;
            background-color: #00194c;
        }

        .loader--spinner div:nth-child(1) {
            animation-delay: -1.1s;
            transform: rotate(0deg);
        }

        .loader--spinner div:nth-child(2) {
            animation-delay: -1s;
            transform: rotate(30deg);
        }

        .loader--spinner div:nth-child(3) {
            animation-delay: -0.9s;
            transform: rotate(60deg);
        }

        .loader--spinner div:nth-child(4) {
            animation-delay: -0.8s;
            transform: rotate(90deg);
        }

        .loader--spinner div:nth-child(5) {
            animation-delay: -0.7s;
            transform: rotate(120deg);
        }

        .loader--spinner div:nth-child(6) {
            animation-delay: -0.6s;
            transform: rotate(150deg);
        }

        .loader--spinner div:nth-child(7) {
            animation-delay: -0.5s;
            transform: rotate(180deg);
        }

        .loader--spinner div:nth-child(8) {
            animation-delay: -0.4s;
            transform: rotate(210deg);
        }

        .loader--spinner div:nth-child(9) {
            animation-delay: -0.3s;
            transform: rotate(240deg);
        }

        .loader--spinner div:nth-child(10) {
            animation-delay: -0.2s;
            transform: rotate(270deg);
        }

        .loader--spinner div:nth-child(11) {
            animation-delay: -0.1s;
            transform: rotate(300deg);
        }

        .loader--spinner div:nth-child(12) {
            animation-delay: 0s;
            transform: rotate(330deg);
        }

@keyframes loader--spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.major-step .accordion-item {
    border: 0
}

.major-step button.accordion-button {
    font-size: 14px;
    color: #004085;
    font-weight: bold;
    padding: 0
}

.major-step .accordion-button:not(.collapsed) {
    box-shadow: none
}

.major-step.disabled button.accordion-button {
    cursor: none
}

#CKYCDataDiv {
    position: fixed;
    top: -30px;
    bottom: 0;
}

.dlt-btn {
    position: absolute;
    top: -15%;
    right: -4%;
    padding: 2px 7px;
    background: red;
    color: #fff;
    border-radius: 50%;
    line-height: 1.5;
}

.applicant-btn.active a.deleteCoApp {
    color: red !important;
}

.deleteCoApp {
    color: #a2a0a0 !important;
    border: 1px solid #a2a0a0;
    border-radius: 10px;
    line-height: 1;
    padding: 1px 2px;
    font-size: 8px;
    margin-left: 4px;
    position: absolute;
    top: -2px;
    right: -11px;
    background: #fff;
}

.notUploaded {
    color: red;
}

.Uploadeddoc {
    color: green;
}

.sub-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #00194c;
    padding: 5px;
    margin-bottom: 10px;
}

.icon-btn {
    border: 1px solid;
    color: #00194c;
    padding: 0 10px;
    border-radius: 3px;
    background: transparent;
    cursor: pointer
}

    .icon-btn.danger {
        color: red
    }

.cKyc {
    position: relative;
}

/*#getckycdata {
    position: absolute;
    top:32px;
}*/

.topbar-btn {
    padding: 4px 19px;
}

.icon-btn.success {
    color: #ff8500;
    border: 1px solid #ff8500;
}

.cursor-pointer {
    cursor: pointer;
}

.disable-dropdown {
    pointer-events: none;
    background-color: #e9ecef;
}

#deleteIcon {
    font-size: 30px;
}

/* The switch - the box around the slider */
.form-group-Switch .switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 22px;
}

    /* Hide default HTML checkbox */
    .form-group-Switch .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.form-group-Switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: white;
}

    .form-group-Switch .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.form-group-Switch input:checked + .slider {
    background-color: #2196F3;
}

.form-group-Switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.form-group-Switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.form-group-Switch .slider.round {
    border-radius: 34px;
}

    .form-group-Switch .slider.round:before {
        border-radius: 50%;
    }

p.eligibleAmount {
    font-size: 18px;
    font-weight: 500;
}

h2.cong-text {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.cong-text img {
    height: 30px;
    width: 30px;
}

.eligible textarea.select2-search__field {
    font-size: 16px !important;
    height: 35px !important;
    margin-top: 10px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc !important;
}

.eligible .form-group {
    margin-top: 23px;
}

p#loan-amt-text {
    font-weight: 600;
    margin-left: 20px;
}

table#ExistingLoansFundTable tr td, table#ExistingLoansFundTable tr th {
    min-width: 150px;
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#LosSteps {
    height: calc(100% - 16%);
    overflow-y: auto;
}

#progressbar1 {
    margin-top:0;   
}

p.details-label {
    margin: 4px 0px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}

.detail-box {
    margin: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detailValue {
    font-size: 16px;
    font-weight: 600;
}

#InfoModal #price-container {
    margin-top: 0px;
    display: flex;
    align-items: center;
}

#InfoModal .card {
    height: 300px !important;
}

#InfoModal .loan-details {
    display: block;
}

#InfoModal .breakup {
    width: 78%;
}

h5.subcat, #pills-scoreCard .range, #pills-scoreCard scoredata {
    font-size: 15px;
    padding: 4px;
}

#pills-scoreCard .card-header {
    font-size: 16px;
    font-weight: 600;
    background-color: none;
}

#pills-scoreCard .tablebox {
    display: flex;
    justify-content: center;
}

#pills-scoreCard .table-data {
    padding: 10px;
    min-width: 170px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

#pills-scoreCard .tableheader .table-data {
    background-color: #cfe2ff;
}

.sub-category-content .form-control {
    text-overflow: ellipsis;
}

.nav-item {
    cursor: pointer !important;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    background: grey;
    border-radius: 5px;
}

    /* Track with preceding part in #130F31 and remaining part in gray */
    input[type="range"]::-webkit-slider-runnable-track {
        height: 8px;
        background: linear-gradient(to right, #130F31 0%, #130F31 var(--value, 50%), gray var(--value, 50%), gray 100%);
        border-radius: 8px;
    }

    input[type="range"]::-moz-range-track {
        background: linear-gradient(to right, #130F31 0%, #130F31 var(--value, 50%), gray var(--value, 50%), gray 100%);
        border-radius: 8px;
        height: 8px;
    }

.congoimg {
    height: 30px;
    width: 30px;
}

    .congoimg img {
        height: 100%;
        width: 100%;
    }

.eligibilityDetails {
    padding: 10px 0px;
}

.eligibilityDetailsbox {
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0px;
    background-color: #f2f8ff;
}

    .eligibilityDetailsbox .eligibilityDetailslabel {
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3rem;
        color: #aebad9;
    }

    .eligibilityDetailsbox .eligibilityDetailsValue {
        font-size: 18px;
    }

.cong-text {
    color: #f26522;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 28px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 6px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .switch .slider.round {
            border-radius: 34px;
        }

            .switch .slider.round.round:before {
                border-radius: 50%;
            }

    .switch.active .slider {
        background-color: #2196F3;
    }

    .switch.active .slider {
        -webkit-box-shadow: 0 0 1px #2196F3;
        -moz-box-shadow: 0 0 1px #2196F3;
        -ms-box-shadow: 0 0 1px #2196F3;
    }

        .switch.active .slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
        }


.container-swtich {
    display: flex;
    align-items: center;
}

.secteur-switch {
    margin-left: 10px;
}

.label-dis i {
    margin: 0px 10px
}

.btn-wrap {
    display: flex;
  
}

.custom-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .custom-toolbar .left {
        float: left;
    }

    .custom-toolbar .right {
        float: right;
    }

.dataTables_filter input.form-control.form-control-sm {
    width: 300px;
}

.ELIRegistrationQueue .accordion-item {
    margin: 20px 0px;
}

.ELIRegistrationQueue button.accordion-button {
    color: #00194c !important;
}

#accordionFPOCGApplication .accordion-item, #accordionAHDCGApplication .accordion-item {
    margin: 10px 0px;
}

.accordion-item {
    border: 1px solid #ccc !important;
}

.form-input-grp {
    display: flex;
    align-items: center;
}

    .form-input-grp .form-control {
        width: 40%;
    }

    .form-input-grp span {
        margin: 0px 5px;
    }

.section-divider {
    border-bottom: 1px solid #ccc;
    padding: 16px 0px
}

#elinav .nav-tabs .nav-item.show .nav-link, #elinav .nav-tabs .nav-link.active {
    background: #ff8500;
    color: #fff;
    transition: transform 0.3s ease;
}

.startEliJourney {
    padding: 10px 20px;
    border-radius: 15px;
    background: #ff8500;
    color: #fff;
    border: none;
}

.nabhlogo img {
    width: 150px;
    height: 100%;
    object-fit: cover;
}

.status-box {
    border-bottom: 1px solid #ccc;
    margin: 10px 0px;
}

.status-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

    .status-box p {
        font-size: 16px;
    }

.statusvalue {
    display: flex;
    align-items: center;
}

.form-wrap-status {
    display: flex;
    align-items: center;
}

.valuetye {
    margin: 0px 5px;
}

body {
    overflow-y: auto !important;
}

.notered {
    color: red;
}

    .notered label {
        color: Red;
    }

.checklist ul {
    list-style: decimal;
    padding: 20px;
}

#DetailsConfiramtion .modal-body {
    padding: 20px;
}

.Elifooter {
    margin-bottom: 50px;
}

#progressbar1.CGMenu .sub-steps li:before {
    display: none !important;
}

#progressbar1.CGMenu .sub-steps {
    margin-left: 0px !important;
}

    #progressbar1.CGMenu .sub-steps li::after {
        display: none !important;
    }

    #progressbar1.CGMenu .sub-steps li {
        border-radius: 3px;
        border: 1px solid #E8E3D6;
        background: #FFF;
        padding: 10px;
        margin: 10px 5px;
    }
.sidebar-menu.collapsed .sub-steps li a span.menuIcon {
    display: block !important;
}
#progressbar1.CGMenu .major-step {
    border: none !important;
    margin:0 !important
}

#progressbar1.CGMenu .sub-steps li .sidenav-second-level li {
    border: none !important;
}

.ELIDashboard .best-item {
    margin: 10px 0px;
    height: 110px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

    .ELIDashboard .best-item p {
        font-size: 15px !important;
        font-weight: 500
    }

    .ELIDashboard .best-item span {
        font-size: 19px !important;
        font-weight: 700
    }

.selectHeading {
    font-size: 22px !important;
    color: #00194C;
    font-weight: 600;
    text-align: center;
}

.CGstartBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    overflow-y: auto;
}

.cgbox {
    margin: 10px;
    height: 250px;
    width: 200px;
    background: #EFF6FF;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #00194c;
}

    .cgbox:hover {
        background: #00194C;
        color: #fff !important;
    }

.boxContet {
    text-align: center;
}

.cg-icon i {
    font-size: 24px;
}

.Cg-heading {
    font-size: 16px;
    font-weight: 500;
}

.SelectJourneyBox {
    display: flex;
}

.CGsearchcontrol {
    width: 600px;
    height: 60px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #CED4DA;
}

.searchbox {
    position: relative;
}

.searchicon {
    position: absolute;
    top: 30%;
    right: 10px;
    display: flex;
    align-items: center;
}

.searchdivider {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 20px 0;
}

    .searchdivider::before,
    .searchdivider::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #ccc; /* Adjust color as needed */
        margin: 0 10px; /* Adjust spacing as needed */
    }

.createid {
    display: flex;
    justify-content: center;
}

.card-container .card-perspective .card-front {
    cursor: pointer;
}

.card-container:hover .card-perspective .card-front {
    background: #ff8500;
    color: #fff;
    transform:scale(1.01);
}

.card-container.active .card-perspective .card-front {
    background: #ff8500;
    color: #fff;
}

span.legend-los, span.legend-userinput {
    width: 10px;
    height: 10px;
    background: #00194c;
    border: 1px solid;
    display: inline-block;
    margin-left: 10px;
}

span.legend-userinput {
    background: #FF6347;
    border-color: #FF6347
}

span.tag {
    font-size: 10px;
    margin-left: 2px;
}

td span.legend-los, td span.legend-userinput {
    margin-left: 0;
}

.tool {
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 50%;
    font-size: 13px;
    color: #00194c;
    margin-left: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    margin-right: 6px !important;
}


.btn.btn-primary.tool {
    color: #ffff;
}

.form-group span.tool {
    margin-bottom: 0;
}



.schmelbl {
    white-space: nowrap;
}

.select2-container {
    width: 100% !important;
}

#borrowerSection label {
    white-space: nowrap;
}

.statusbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #00194c;
    border-radius: 2px;
    margin-right: 8px;
}
/*sidebar css*/
#sidebarToggleWrapper {
    position: fixed;
    bottom: 40px;
    z-index: 999;
}
/* Sidebar Collapsed */
.sidebar-menu.collapsed {
    width: 100% !important;
    transition: width 0.3s ease;
    overflow: hidden;
}

    .sidebar-menu.collapsed .nav-link-text,
    .sidebar-menu.collapsed .sub-steps li a span {
        display: none !important;
    }

    .sidebar-menu.collapsed .nav-item i {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

#LosSteps.sidecollapse{
    width:60px;
}
#page-wrapper {
    margin-left: 250px; /* default */
    transition: margin-left 0.3s ease;
}
/* Page content expand */
#page-wrapper.expanded {
    margin-left: 70px !important;
    transition: margin-left 0.3s ease;
}
button#toggleSidebar {
    border: none;
    background: transparent;
    font-size: 18px;
}
#sidebarToggleWrapper {
    width: 200px;
    box-shadow: 0 0 2px 2px #f1f1f1;
    background: #fff;
    border-radius: 4px;
    margin: 0;
}
#sidebarToggleWrapper .nav-link{
    text-align:center;
}
.sidecollapsed #sidebarToggleWrapper {
    width:50px;
    padding:2px;
}
span.nav-link-text {
    width: 98%;
}
span.menuIcon {
    width: 15%;
}
#progressbar1.CGMenu .sub-steps li{
    border-radius:4px;
}
    #progressbar1.CGMenu .sub-steps li:hover {
        border: 1px solid #E8E3D6;
        background: #F5F1E8;
        transform:scale(1.01);
    }

closed-btn {
    cursor: pointer;
    margin: 10px;
}
.container-fluid .table-responsive table {
    border: 1px solid #e9ecef;
}

.container-fluid .table-responsive table th {
    border-bottom: 2px solid #dee2e6 !important;
    padding: 1rem !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    border-top: none !important;
}
.table-responsive .table .btn.btn-primary {
    font-size: 13px;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00194c;
    background: white;
    color: #00194c;
    padding: 0;
    transition: all 0.2s ease;
}
.container-fluid .table-responsive table td {
    padding: 1rem !important;
    border-top: 1px solid #f1f3f4 !important;
    vertical-align: middle !important;
}

.remarks-box {
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 400px;
    padding: 5px;
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
}

.documentbox{
    position:relative;
}
.Vieweyebox{
    position:absolute;
    top:45px;
    right:30px;
}

.accordion-body{
    padding:10px;
}
.accordion-button{
    border-bottom:1px solid #ccc;

}
.table-wrapper{
    margin:20px 0px;
}
.SumoSelect {
    width: 100% !important;
   
}
    .SumoSelect > .CaptionCont > span.placeholder {
        color: #000 !important;
         font-style: unset !important; 
        min-height: 100% !important;
        height: 21px !important;
        margin: 0px 0px !important;
        font-size:13px !important;
    }
    .SumoSelect > .CaptionCont{
        border:1px solid #ccc !important;
        border-radius:3px !important;
    }
    .SumoSelect .placeholder{
        background:unset !important;
    }
    .SumoSelect > .CaptionCont{
        padding:8px !important;
    }
.CaptionCont span{
    color:#000 !important;
    font-weight:500 !important;

}
.SumoSelect > .optWrapper > .options li label {
    text-overflow: initial;
    white-space: normal;
}
.chosen-container-multi .chosen-choices li.search-field:before{
    display:none !important;
}
.chosen-container{
    width:100% !important;
}
#CompliancesApproval .card p {
    padding: 0 0px 5px !important;
}
.note-footer{
    color:#ccc;
    font-size:10px;
}

.nav-link, .nav-item {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.7;
}

/*multiselect dropdown*/


.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

    .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border: 2px solid #e9e9e9;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 20px;
        vertical-align: middle;
    }

    .select2-results__option[aria-selected=true]:before {
        background-color: #fff;
        border: 0;
        display: inline-block;
        padding-left: 3px;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
   /* border-color: #f77750;*/
    border-radius: 6px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
    position: relative;
    padding-left: 40px !important;
}

    /* Base checkbox square */
    .select2-results__option:before {
        content: "";
        display: inline-block;
        height: 18px;
        width: 18px;
        border: 2px solid #ccc;
        background-color: #fff;
        position: absolute;
        left: 10px;
        top: 6px;
        border-radius: 4px;
        box-sizing: border-box;
    }

    /* Custom arrow/tick with CSS */
    .select2-results__option[aria-selected="true"]::after {
        content: "";
        position: absolute;
        left: 16px;
        top: 8px;
        width: 6px;
        height: 12px;
        border: solid #f77750;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

/* Highlighted hover style */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
    color: #333;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    white-space: normal !important;
}

.js-select2wrap {
    position: relative;
}

.select2-container {
    min-width: 100% !important;
    width: 100% !important;
}

span.select2-selection.select2-selection--multiple {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: unset;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    right: 0px;
    left:unset;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    position:relative;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1967D2 !important;
    color: white;
   
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top:0px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display:block !important;
}
.select2-search.select2-search--inline{
    padding:6px !important;
}

select.no-arrow-on-disabled:disabled {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

select:disabled {
    appearance: none; /* Removes the native arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none; /* Removes background arrow for some browsers */
    padding-right: 0.5rem; /* Optional: adjust padding since arrow is gone */
}
.js-select2  option{
    white-space:normal !important;
}
.js-select2 {
    max-height: 140px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding:0px 20px 0px 6px !important;
}
.select2-results__option {
    padding: 0px 8px 6px 36px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
   font-size: 15px;
}
select.form-control {
    padding: 10px 32px 10px 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   
    font-size: 15px;
}
/*accordion css starts*/
.card  .accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-bg: transparent;
    --bs-accordion-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --bs-accordion-border-color: transparent;
    gap: 1rem;
}

.card .accordion-item {
    border:1px solid #EFE4D8 !important;
    border-radius: 3px !important;
    overflow: hidden;
    background: #ffffff !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .card .accordion-item:last-child {
        margin-bottom: 0;
    }

.card .accordion-header {
    margin-bottom: 0;
}

    .card .accordion-button {
        padding: 12px 14px !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        color: #00194c !important;
        background: #FFFDFC !important;
        border-radius: 3px !important;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease !important;
    }
.card .accordion-body {
    padding: 15px !important;
    color: #6b7280;
    line-height: 1.6;
    font-size: 0.95rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.card .accordion-collapse {
    border: none !important;
}

/* Remove status indicator styles */

/* Responsive design */
@media (max-width: 768px) {


    .card .accordion-button {
        padding: 1rem 1.5rem !important;
        font-size: 1rem !important;
    }

    .card .accordion-body {
        padding: 1.5rem !important;
    }
}

/* Enhanced text content */
.card .accordion-body p {
    margin-bottom: 1rem;
}

    .card .accordion-body p:last-child {
        margin-bottom: 0;
    }

.card .accordion-body strong {
    color: #1f2937;
}

/* Custom scrollbar for content */
.card .accordion-body::-webkit-scrollbar {
    width: 4px;
}

.card .accordion-body::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.card .accordion-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 2px;
}

    .card .accordion-body::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }
/*accordion css ends*/
.dataTables_filter label {
    display: flex;
    align-items: baseline;
    gap: 9px;
    font-size:13px
}
.dataTables_length.bs-select label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px
}
.dataTables_info {
    display: inline-flex;
    font-size: 13px;
    margin-right: 10px;
}
.paginate_button.page-item a {
    font-size: 13px;
}
.dataTables_paginate.paging_simple_numbers {
    display: inline-flex;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #e9ecef;
    cursor: default;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef;
}
label .fa-info-circle {
    margin-left: 10px;
}
.dataTables_length.bs-select select {
    width: 75px;
}
.dataTables_filter, .dataTables_paginate.paging_simple_numbers {
    justify-content: end;
    display: flex;
    width: 100%;
}
.PANbtn{
    padding:10px 24px !important;
}
.btn.btn-primary {
    margin: 8px 8px 8px 0px !important;
    transition: transform 0.3s ease;
}
.btn.btn-primary:hover {
  transform:scale(1.01);
}
.select2-container--disabled .select2-selection__clear, .select2-container--disabled .select2-search.select2-search--inline {
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-bottom:5px;
}
/* Hide default Select2 arrow */
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    display: none !important;
}

/* Ensure relative positioning */
.select2-container--default:not(.select2-container--disabled) .select2-selection--multiple {
    position: relative;
    padding-right: 25px;
}

    .select2-container--default:not(.select2-container--disabled) .select2-selection--multiple::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 15px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        pointer-events: none;
        transform: rotate(45deg);
    }
#nav-tabContent-ahd select {
    white-space: inherit;
}
.card-perspective .h1 {
    margin-top:8px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
}
.modal-body .closed-btn, .modal-content .modalclose {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px 7px;
    margin-bottom: 10px;
    position: absolute;
    top: -10px;
    background: #fff;
    right: 0;
    z-index: 1001;
    cursor: pointer;
}
.modal-dialog-scrollable .modal-content{
    overflow:inherit;
}
button.icon-btn {
    padding: 4px 11px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-right:20px !important;
}
.EligibilityTbale .form-check-label{
    margin-bottom:0px !important;
    margin-left:6px;
}
#ahdnav .nav-tabs .nav-item.show .nav-link, #ahdnav .nav-tabs .nav-link.active {
   
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #FF7A00;
    background: #FFDDBD;
    color:#00194c;
    font-weight:500;
}
#ahdnav .nav-tabs .nav-link {
    padding: 10px 15px;
    transition: transform 0.3s ease;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: #F5F1E8;
    border: none;
    color:#00194c;
    transform:scale(1.01);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
}
 .select2-results__option--selected::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 8px;
    width: 6px;
    height: 12px;
    border: solid #f77750;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    margin-right:22px !important;
}
.dt-search{
    width:300px;
}
li.dt-paging-button.page-item {
    padding: 0px 2px;
}
.dt-paging .pagination {
    justify-content:end;
    margin:10px 0px;
}
.dt-info {
    text-align: center;
    font-size: 10px;
}
select.form-control.ClosureStatus.form-select {
    white-space: normal;
}
td#DocumentUploaded {
    display:flex;
}
td#DocumentUploaded button{
    margin:0px 5px;
}
.form-wrap-status .form-control {
    width: 160px;
}

#manualOnboardForm select.form-control {
    white-space: normal;
}
.radiobtn-grp{
    width:200px;
}
.erromsgwrapper  {
display:flex;
}
.erromsgwrapper .text-danger{
    width:46%;
}
.homenav .nav-link i ,.homenav .nav-link span {
    color: #FF7A00;
}
li.nav-item.homenav .nav-link {
    border-right: 2px solid #D1D5DF;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}
#navbarTogglerDemo01 .navbar-nav{
    display:flex;
    align-items:center;
}
span.menuIcon{
    display:none;
}
.nav-link-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.applicationbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ELIDashboard .best-item p {
    font-size: 14px !important;
    font-weight: 600;
    padding: 4px;
}
.leftboxdetails {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.imgwrapper {
    height: 20px;
    width: 20px;
    background: #EAF3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px;
}

.ELIDashboard .best-item p.applicationcount {
    font-size: 20px !important;
}
.ELIDashboard .best-item:hover {
    box-shadow: none;
    border: none;
    transform: scale(1.01);
}
.nav-link-text i.fa.fa-angle-down {
    font-size: 16px;
}


li.nav-item.homenav .nav-link:hover i, li.nav-item.homenav .nav-link:hover span {
    color: #FF5E00;
    transform: scale(1.01);
}
li.nav-item.homenav .nav-link {
    transition: transform 0.3s ease;
}
li.nav-item.homenav .nav-link:hover {
    transform:scale(1.01)
}
li.nav-item.userName .nav-link {
    color: #2D8B8B;
    padding: 0px 12px;
    border-right: 2px solid #D1D5DF;
    transition: transform 0.3s ease;
}
li.nav-item.userName:hover .nav-link {
    color: #32ABA2;
    transform: scale(1.01);
}
li.nav-item.userName .dropdown-toggle::after {
    display: none;
}
li.nav-item.userName .fa-angle-down {
    font-size: 14px;
    margin: 0px 5px;
}
.sysDate span {
    padding: 0px 14px 0px 4px;
    border-right: 2px solid #D1D5DF;
    margin: 0px 0px;
}
.logoutlink .nav-link {
    color: #2D8B8B;
    transition: transform 0.3s ease;
}
.logoutlink:hover .nav-link {
    color: #32ABA2;
    transform:scale(1.01);
}
.homenav .nav-link i{
    margin:0px 4px;
}
#progressbar1.CGMenu .sub-steps li.nav-item.active {
    border-left: 3px solid #FF7A00;
    background: #FFDDBD;
    border-radius:5px;
  
}
#progressbar1 .sub-steps li.active a {
    color: #00194c;
 
}
#progressbar1 .sub-steps li.active .nav-link-text {
    font-weight: 600;
}
.accordion-item:hover{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
.accordion-button.accordion-expanded {
    border: none !important;
    background: #FEF6EE !important;
    font-weight:600 !important;
    box-shadow:none !important;
}
.accordion-collapse.collapse.show .accordion-body {
    border-top: none !important;
    background: #FEF6EE !important;
}
.table-primary th {
    background: #FFDDBD;
    border:none!important;
    
}
.container-fluid .table-responsive table th {
    border: none !important;
}
.table-primary th span {
    opacity: 0.5;
}

.container-fluid .table-responsive table tr:hover td {
    border-bottom: 1px solid #E2DFDD !important;
    background: #F9F9F9 !important;
}
.left .dt-search,.right .dt-length {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    .right .dt-length{
        flex-direction:row-reverse;
        align-items:center;

    }
        .right .dt-length label {
            white-space: nowrap;
            margin: 0px 5px;
            font-weight: 600;
            color: #00194c !important;
            text-transform:capitalize
        }

.dt-search label {
    margin-right: 5px;
    font-weight: 600;
    color: #00194c;
    margin: 0px 5px;
}
.btn.btn-primary, .icon-btn.danger, .btn-icon {
    border-radius: 3px !important;
    background: #FF7A00 !important;
    border: none !important;
    color: #fff !important;
    transition: transform 0.3s ease;
}
    .btn.btn-primary:hover, .icon-btn.danger:hover, .btn-icon:hover {
        background: #FF5E00 !important;
        transform:scale(1.01);
    }
.fa.fa-pencil.btn.btn-primary {
    border-radius: 3px !important;
    background: #FF7A00 !important;
    border: none;
    color: #fff;
}
    .fa.fa-pencil.btn.btn-primary:hover {
        background: #FF5E00 !important;
    }

.fa.fa-eye.btn.btn-primary {
    border-radius: 3px !important;
    background: #2D8B8B !important;
    border: none;
    color: #fff;
    transition: transform 0.3s ease;
}
    .fa.fa-eye.btn.btn-primary:hover {
        background: #32ABA2 !important;
        color: #fff;
    }
.fa.fa-trash.btn.btn-primary {
    background: #EF4444 !important;

}
    .fa.fa-trash.btn.btn-primary:hover {
        background: #BB2929 !important;
    }
.dt-paging-button button.page-link {
    width:auto;
    height: 30px;
    background: #fff;
    border-radius: 3px !important;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
li.dt-paging-button.disabled .page-link {
    color: #D1D5DF !important;
}
li.dt-paging-button .page-link {
    color: #00194c !important;
    font-size: 12px;
}
li.dt-paging-button.page-item.active .page-link {
    font-size: 12px;
    font-family: poppinsmedium;
    border-radius: 3px;
    border: 1px solid #E8E3D6 !important;
    background: #FFDDBD;
    color: #FF7A00 !important;
}
.userName .dropdown-menu.show {
    padding: 10px !important;
    border-radius: 3px !important;
    border: 1px solid #E8E3D6 !important;
    background: #FFF !important;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.10) !important;
}
.userName .welcomeText {
    color: #FF7A00;
}
.userName i.fa.fa-calendar {
    margin-right:unset;
}
.userName .dropdown-item:focus, .userName .dropdown-item:hover {
    background: #FFF;
}
.dropdown-divider {
    border-top:1px solid #E8E3D6 !important;
}
.chngpass {
    border-radius: 6px;
    border: 1px solid #2D8B8B;
    background: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    padding: 8px;

}
    .chngpass:hover {
        background: #F5F1E8 !important;
    }
.btn.btn-primary.lightgreenbtn {
    background: #32ABA2 !important;
}
    .btn.btn-primary.lightgreenbtn:hover {
        background: #2D8B8B !important;
    }
.btn.btn-primary.darkgreenbtn {
    background: #2D8B8B !important;
}
    .btn.btn-primary.darkgreenbtn:hover {
        background: #32ABA2 !important;
    }
 .btn.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-primary svg {
    margin:0px 5px;
}
.lightgreenbtn .fa{
    margin:0px 5px;
}
.btn.btn-primary.blankredbtn {
    background: #FFF !important;
    color: #00194c !important;
    border: 1px solid #2D8B8B !important;
}
    .btn.btn-primary.blankredbtn:hover {
        background: #F5F1E8 !important;
        color: #00194c !important;
        border: 1px solid #2D8B8B !important;
    }

.btn.btn-primary.blankredbtn .fa {
    color: red;
    margin:0px 5px;
}
    .btn.btn-primary.blankredbtn.revertbtn .fa {
        color: #2D8B8B !important;
        margin:0px 5px;
    }
.btn.btn-primary[disabled]{
    background:#ccc !important;
}
table#ClosureMarking td .form-control {
    width: 150px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc !important;
}

.tableselect2wrap {
    width: 100%;
}