a:hover, a {
    text-decoration: none;
}

.fleet_more {
    padding: 10px 0 !important;
}
/*.document_branch {
    margin:0;
}*/
.package_branch {
    margin: 10px 0;
}

.loan_apply_table {
    text-align: center;
}

.add_dsa {
    margin: 0;
}

.add_admin {
    float: right;
}

.document_dsa {
    padding: 10px 12px;
}

.document_dsa_block {
    margin-left: 0;
}

.document_detail_scroll {
    margin-top: 13px;
}

.document_branch {
    margin: 10px 0;
}

.branch_add {
    margin: 12px 0;
}

.add_branch_pin input {
    padding: 4px 0;
    width: 100px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-bottom: 10px;
}

.select_input_width {
    width: 70% !important;
    margin: auto !important;
}

.exal_download_btn input {
    margin-top: 20px;
}

.exal_download_btn a {
    margin-top: 20px;
}

.btn_saved {
    width: 150px;
    float: right;
}

select {
    border: none;
    outline: none;
}

.next_icon img {
    width: 18px;
}

.dash_header {
    background: #F3F7FB;
    height: auto;
    /* border-bottom: 1px solid #edf2f9; */
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1030;
    display: flex;
}

.side_nav {
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    top: 100px !important;
    bottom: -30px;
    position: relative;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    margin-bottom: 30px;
}

.page_container {
    width: 1140px;
    margin: auto;
    min-height: 100vh;
    padding-left: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}


.main_content {
    padding: calc(50px + 30px) 30px 30px;
    min-height: 100vh;
    background: #F3F7FB;
}

.Excel_Download {
    background: none;
    border-radius: 4px;
    width: 135px;
    padding: 4px 12px !important;
}

.dash_logo .logo_fold {
    display: none;
}

.dash_logo img {
    max-height: 40px;
}

.dash_header .dash_logo {
    width: auto;
    /* border-right: 1px solid #edf2f9; */
    display: flex;
    padding-left: 0px;
    background: #fff;
    align-items: center;
    /* justify-content: center; */
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}



.side_nav .side_nav_inner {
    position: relative;
    height: 100%;
    /*    margin-bottom: 100px;*/
}

    .side_nav .side_nav_inner .sideNav_menu {
        position: relative;
        list-style: none;
        margin: 0;
        padding-left: 0;
        /* overflow: auto; */
        /* border-right: 1px solid #edf2f9; */
        height: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }


        .side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar {
            width: 5px;
            height: 10px;
        }

        .side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar-thumb {
            background: #aaa;
            border-radius: 5px;
        }

        .side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar-track {
            background: transparent
        }

.dash_nav_item a {
    display: flex;
    font-weight: 400;
    font-size: 17px;
    color: #8A8B9F;
    align-items: center;
    padding: 20px 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}

    .dash_nav_item a .icon_holder {
        display: inline-block;
        flex: 0 0 25px;
        line-height: .8;
    }

    .dash_nav_item a .title_dash_nav {
        display: block;
        flex: 1;
        position: relative;
    }

        .dash_nav_item a .title_dash_nav::before {
            border-bottom: 1px solid rgba(190, 209, 235, .3);
            position: absolute;
            content: '';
            height: 100%;
            width: 100%;
            bottom: -10px;
           /* border: none;*/
        }

    .dash_nav_item a.active, .dash_nav_item a:hover {
        color: #1A73E8;
    }

    .dash_nav_item a svg path {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
    }

    .dash_nav_item a.active svg path, .dash_nav_item a:hover svg path {
        fill: #1A73E8;
    }

.nav_dash_wrap {
    flex: 1;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(190, 209, 235, .3);
    align-items: center;
    padding: 15px 30px;
}





/* nav checkbox */

.dash_userProfile {
    display: flex;
    align-items: center;
}

    .dash_userProfile img {
        box-shadow: 0px 5px 10px 6px rgba(41, 72, 152, 0.14);
        border-radius: 10px;
        width: 100%;
        flex: 0 0 48px;
        max-width: 48px;
    }

.prfDash_userContent {
    flex: 0 0 calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding-left: 15px;
}

.topPRfNameUser {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #0D1118;
    margin-bottom: 5px;
}

.makeAvaiDash {
    display: flex;
    align-items: center;
}

    .makeAvaiDash span {
        font-weight: 300;
        font-size: 13px;
        line-height: 17px;
        color: rgba(13, 17, 24, .6);
        margin-right: 6px;
    }


.statusDash_tag {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #0D1118;
    margin-left: 6px;
}

    .statusDash_tag.available {
        color: #0CAB50;
    }

    .statusDash_tag.notAvailable {
        color: #EE0909
    }



/* ************ switch style  */

.switch-style-1 {
    line-height: 0;
}

    .switch-style-1 input[type="checkbox"], .switch-style-1 input[type="radio"] {
        appearance: none;
        width: 24px;
        height: 14px;
        border-radius: 30px;
        background: rgb(211,211,211);
        background: linear-gradient(90deg, rgba(62,205,123,1) 50%, rgba(211,211,211,1) 50%);
        margin: 0 6px;
        position: relative;
        cursor: pointer;
        transition: all .3s ease;
        background-size: 100px;
        background-position: -70px 0px;
        outline: 0;
        box-shadow: none;
    }

        .switch-style-1 input[type="checkbox"]::before, .switch-style-1 input[type="radio"]::before {
            background: #FFFFFF;
            box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.1);
            width: 15px;
            height: 15px;
            border-radius: 50%;
            position: absolute;
            content: '';
            left: -3px;
            top: 50%;
            transform: translateY(-50%);
            transition: all .3s ease;
        }

        .switch-style-1 input[type="checkbox"]:checked::before, .switch-style-1 input[type="radio"]:checked::before {
            left: 11px;
        }

        .switch-style-1 input[type="checkbox"]:checked, .switch-style-1 input[type="radio"]:checked {
            background-position: -20px 0px;
        }




.nav_right_notification .dropdown-menu {
    border: 0px;
    border-radius: 10px;
    font-size: 14px;
    min-width: 180px;
    color: #53535f;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    width: 350px;
    padding: 0;
    padding-bottom: 15px;
}





.notiHeader_top {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}

    .notiHeader_top .viewBtn {
        color: #fff;
        background-color: #1A73E8;
        border: 1px solid #1A73E8;
        padding: .35rem 1rem;
        height: auto;
        line-height: 1.25;
        font-size: .875rem;
        border-radius: 5px;
    }

    .notiHeader_top i {
        padding-right: 5px;
    }



.notificationListDrop {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 250px;
    overflow: auto;
}


    .notificationListDrop::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .notificationListDrop::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 5px;
    }

    .notificationListDrop::-webkit-scrollbar-track {
        background: transparent
    }

    .notificationListDrop .dropdown-item {
        padding: 15px;
    }

    .notificationListDrop li:not(:last-child) .dropdown-item {
        border-bottom: 1px solid #edf2f9;
    }

    .notificationListDrop .dropdown-item:hover {
        background: #fafafa;
    }

.notiListCard {
    display: flex;
    align-items: center;
}

    .notiListCard .notiListImg {
        flex: 0 0 30px;
        max-width: 30px;
        width: 100%;
    }


        .notiListCard .notiListImg img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            object-fit: cover;
        }


    .notiListCard .notiListContent p {
        color: #2a2a2a;
        font-size: 14px;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .notiListCard .notiListContent p span {
            color: #1A73E8;
        }

    .notiListCard .notiListContent small {
        display: block;
        color: #72849a;
    }

    .notiListCard .notiListContent {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: 100%;
        padding-left: 15px;
    }



.notiHeaderTopHeading {
    color: #212529;
    font-weight: 500;
}

    .notiHeaderTopHeading i {
        font-weight: 500;
    }

.nav_dash_wrpRight {
    display: flex;
    align-items: center;
}


.rightMenuBtn {
    display: inline-block;
    background: #fff;
    color: #53535f;
    padding: 10px;
    display: flex;
    line-height: 1;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: relative;
}

    .rightMenuBtn.newNotiMsg::before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #F9BE7A;
        border: 2px solid #1A73E8;
        position: absolute;
        right: 11px;
        top: 11px;
    }

.mr-15 {
    margin-right: 15px;
}


.rightMenuBtn.langDropBtn {
    min-width: 48px;
    width: auto;
    padding: 10px 15px
}

    .rightMenuBtn.langDropBtn img {
        height: 70px;
        width: 65px;
        margin-right: 10px;
    }

    .rightMenuBtn.langDropBtn img {
        height: 57px;
        margin-right: 10px;
        width: 51px;
        border-radius: 6px;
    }

.nav_right_notification.landDropDown .dropdown-menu {
    padding: 0;
    width: unset;
    min-width: unset;
    border-radius: 10px;
}



.walletSearchRow .searchRow_col {
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
}

.walletSearchRow .walletRow_col {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%
}

.searchFilteHome {
    background: #1A73E8;
    border: 1px solid #F3F2F2;
    border-radius: 10px;
    padding: 20px 25px;
}

    .searchFilteHome .form-control {
        background: #F7F7F9;
        border-radius: 10px;
        padding: 15px 22px;
        background-image: url(../img/search\ icon.svg);
        background-position: 98%;
        background-repeat: no-repeat;
        color: #0D1118;
        font-size: 14px;
        font-weight: 500;
    }

        .searchFilteHome .form-control::placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 23px;
            color: #0D1118;
            opacity: .5;
        }


ul.subMenuSide {
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
    position: absolute;
    z-index: 99999;
    top: 60px;
    background: white;
}

    ul.subMenuSide li a {
        font-weight: 400;
        font-size: 15px;
        color: #8A8B9F;
        padding: 15px 25px 15px 25px;
    }

        ul.subMenuSide li a span {
            width: 25px;
            display: inline-block;
        }

.subMenuLink {
    position: relative;
}

.arrowIconSubmenu {
    position: absolute;
    right: 0;
    line-height: 30px;
    transition: all 0.05s ease-in;
    -webkit-transition: all 0.05s ease-in;
    top: 18px;
}

.subMenuLink .arrowIconSubmenu::before, .subMenuLink.collapsed .arrowIconSubmenu::before, .subMenuLink .arrowIconSubmenu::after {
    content: '';
    position: absolute;
    background: 0 0;
    background-image: linear-gradient(to right, rgba(42, 42, 42, 0.75), rgba(42, 42, 42, 0.75));
    border-radius: 2px;
    width: 6px;
    height: 1.5px;
    top: 13px;
    transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: rotate(-135deg) translateX(2px);
    -webkit-transform: rotate(-135deg) translateX(2px);
}

.subMenuLink .arrowIconSubmenu::after, .subMenuLink.collapsed .arrowIconSubmenu::after {
    transform: rotate(-45deg) translateX(2px);
    -webkit-transform: rotate(-45deg) translateX(2px);
}


.subMenuLink:not(.collapsed) .arrowIconSubmenu::before {
    transform: rotate(-225deg) translateX(2px);
    -webkit-transform: rotate(-225deg) translateX(2px);
}

.subMenuLink:not(.collapsed) .arrowIconSubmenu::after {
    transform: rotate(45deg) translateX(2px);
    -webkit-transform: rotate(45deg) translateX(2px);
}

.subMenuLink:not(.collapsed) {
    color: #1A73E8;
}

    .subMenuLink:not(.collapsed) svg path {
        fill: #1A73E8;
    }

.dashIconFold svg {
    width: 25px;
    height: 25px;
    color: #0D1118;
    transition: all .2s ease;
}

.dashIconFold:hover svg {
    color: #1A73E8
}

.dashIconFold {
    display: inline-block;
    padding: 5px;
    margin-right: 30px;
}

.nav_dash_wrpLeft {
    display: flex;
    align-items: center;
}

.folded {
    display: none;
}


.is-folded .folded {
    display: block;
}

.is-folded .notFolded {
    display: none;
}


.dashBoard_overLay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}



.candidates_info {
    display: flex;
    width: 100%;
    padding: 27px 24px;
    align-items: center;
    gap: 13px;
    background: linear-gradient(45deg, #6d80fe 0%, #23d2fd 100%);
    color: #fff;
    height: auto;
    border-radius: 12px;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    display: block;
    text-align: center;
}

    .candidates_info:hover {
        box-shadow: 0px 9px 30px 0px rgba(2, 14, 35, 0.24);
    }

.review_number {
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.review_text {
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
    max-width: 100%;
}

    .review_text:hover {
        color: #fff;
    }

    .review_text::after {
        content: "";
        right: 0;
        top: 50%;
        width: 30px;
        height: 30px;
        transform: translateY(-50%);
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_18_22795)'%3E%3Cpath d='M9 6.5L15 12.5L9 18.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_18_22795'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-repeat: no-repeat no-repeat;
        background-position: center center;
        background-size: cover;
    }

.dash_box2 {
    background: linear-gradient(45deg, #ff998b 0%, #ff6d88 100%);
}

.dash_box3 {
    background: linear-gradient(45deg, #09afe8 0%, #29f499 100%);
}

.dash_box4 {
    background: linear-gradient(45deg, #707cff 0%, #fa81e8 100%);
}

.inner_wrapper {
    padding: 24px 17px;
    border: 1px solid #ededed;
    height: 100%;
    border-radius: 15px;
    background-color: white;
    margin-bottom: 18px;
}

.top_space {
    margin-top: auto;
}



.card_reviewTitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #25324B;
}

    .card_reviewTitle span {
        display: block;
        font-size: 14px;
        color: #7C8493;
        font-weight: 500;
    }

.Month-radio-buttons {
    display: inline-block;
    background: #C2E4EF;
    padding: 4px;
    border-radius: 0;
    width: 50%;
}

.subadmin_click {
    display: inline-block;
    background: #C2E4EF;
    padding: 4px;
    border-radius: 0;
    background: none;
    border: none;
    font-weight: 600;
    margin: 0;
    padding: 0.5em 1em;
    cursor: pointer;
    color: #2A3858;
    border-radius: 50px;
    font-size: 16px;
}

.check-radio-button {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

    .check-radio-button + label {
        margin: 0;
        padding: 0.5em 1em;
        cursor: pointer;
        color: #2A3858;
        background: transparent;
        border-radius: 50px;
        border: 0;
        font-size: 16px;
        font-weight: 700;
    }

        .check-radio-button + label:first-of-type {
            border-radius: 0;
        }

        .check-radio-button + label:last-of-type {
            border-radius: 50px;
        }

    .check-radio-button:checked + label {
        background-color: #ffffff;
        border-radius: 0;
    }


.subadmin_click {
    /*    position: absolute;*/
    left: -9999em;
    top: -9999em;
}

.subadmin_click {
    margin: 0;
    padding: 0.5em 1em;
    cursor: pointer;
    color: #2A3858;
    background: transparent;
    border-radius: 50px;
    border: 0;
    font-size: 16px;
    font-weight: 700;
}

    .subadmin_click:first-of-type {
        border-radius: 0;
    }

.subadmin_bg {
    margin: 0;
    padding: 0.5em 1em;
    cursor: pointer;
    color: #2A3858;
    background: white;
    border: 0;
    font-size: 16px;
    font-weight: 700;
}


.subadmin_click:last-of-type {
    border-radius: 0px;
}

.subadmin_click {
    background-color: none;
    border-radius: 0;
}

.card_selectReviBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .card_graphImg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  } */
.card_graphImg {
    margin-top: 37px;
}

.select_monthBox .form-select {
    height: 21px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    background-color: #EFF5FE;
    border-radius: 18px;
    padding: 0px 20px 0 10px;
    background-size: 16px 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    border: 1px solid transparent;
    background-position: center right 2px;
}

    .select_monthBox .form-select:focus {
        box-shadow: none;
        border-color: transparent;
    }

.chart_wrapper {
    margin-top: 20px;
    max-height: 390px;
    min-height: 390px;
    display: flex;
    justify-content: center;
    width: 100%;
}
/* .chart_wrapper canvas{
    width: 100% !important;
    height: auto !important;
} */


.callchat-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 30px;
}

    .callchat-head h4 {
        margin: 0 12px 0 0;
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        color: #000000;
    }

.callchatList > ul > li > a {
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    padding: 20px 25px 20px 85px;
    position: relative;
    align-items: center;
}

    .callchatList > ul > li > a figure {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        width: 47px;
        height: 47px;
        border-radius: 50%;
    }

        .callchatList > ul > li > a figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

.ccdata-mid h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 2px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .ccdata-mid h3 span {
        font-size: 14px;
        color: #8A8B9F;
        position: relative;
        font-weight: 400;
        padding-left: 15px;
        margin-left: 10px;
    }

h3 span:before {
    content: '';
    background-color: #C4C4C4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
}

.ccdata-mid p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ccdata-mid {
    flex: 1;
    -ms-flex: 1;
    display: block;
    max-width: calc(100% - 80px);
}

.callchatprev .ccdata-mid {
    max-width: 100%;
}

.ccTime {
    font-size: 13px;
    color: #98A8BF;
    margin-left: auto;
    text-align: right;
}

.callchatList > ul > li > a:hover .ccdata-mid h3,
.callchatList > ul > li > a:hover .callchat-arrow i {
    color: #1a73e8;
}

.callchatList > ul > li > a:hover {
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}

.callchatList > ul > li {
    margin: 0 0 12px;
}

.callchat-arrow {
    text-align: right;
    font-weight: 400;
}

    .callchat-arrow i {
        color: #A9B8CD;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

.ccDateTime span i {
    color: #1A73E8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ccDateTime {
    line-height: 18px;
}

    .ccDateTime span {
        font-size: 13px;
        color: #98A8BF;
        position: relative;
        padding-left: 20px;
    }

        .ccDateTime span:not(:last-child) {
            margin-right: 22px;
        }



.left_side_block ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: revert;
    gap: 10px;
}

    .left_side_block ul li {
        list-style: none;
        display: flex;
        gap: 15px;
        width: 20%;
    }

        .left_side_block ul li.active .count_step {
            background-color: #6db55d;
        }

            .left_side_block ul li.active .count_step span {
                display: none;
            }

            .left_side_block ul li.active .count_step:before {
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z'/%3E%3C/svg%3E");
                background-repeat: no-repeat no-repeat;
                background-position: center center;
                background-size: cover;
                height: 22px;
                width: 22px;
            }

.count_step {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    background-color: #C2E4EF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A3858;
    font-size: 20px;
    position: relative;
}

.p_50 {
    padding: 30px 50px;
}

.step_details h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.step_details p {
    margin: 0;
    font-size: 14px;
    color: #a1a5b7;
}

.step_heading h1 {
    font-size: 1.1rem;
    color: #25324B;
}

    .step_heading h1 span {
        font-size: 13px;
    }

.step_heading a {
    color: #1A73E8;
}

/* profile upload */
.manage_content_box .avatar-upload {
    position: relative;
    margin: 0px 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    gap: 12px;
}

    .manage_content_box .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .manage_content_box .avatar-upload .avatar-edit input {
            display: none;
        }

    .manage_content_box .avatar-upload .avatar-preview {
        width: 110px;
        height: 110px;
        min-width: 110px;
        min-height: 110px;
        position: relative;
        border-radius: 10px;
        border: 1px solid #cbcbcb;
    }

.manage_content_box .avatar-preview div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.manage_content_box .upload_btn_label label {
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50%;
    background: #c2e4ef;
    border: 0;
    position: absolute;
    top: -10px;
    right: -20px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.manage_content_box .upload_img_block {
    margin: 15px 0px 10px;
}

.manage_content_box.upload_cover .avatar-upload .avatar-preview {
    width: 728px;
    height: 140px;
    min-width: 728px;
    min-height: 140px;
    position: relative;
    border-radius: 0;
}

/* profile upload end */


/*.form-control {
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    height: 42px;
    color: #25324B;
    font-size: 15px;
    font-weight: 500;
    min-width: 100%;
}*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-label {
    color: #25324B;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: auto;
}

.form-control:focus {
    box-shadow: none;
}


















.top_space {
    margin-top: -15px;
}

.btn-primary {
    padding: 6px 9px;
    font-size: 13px;
    background: #1a73e8;
    border-radius: 4px;
    border: 1px solid #1a73e8;
}

    .btn-primary:hover {
        background-color: transparent;
        color: #1a73e8;
    }

.next_btn {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

    .next_btn input {
        width: 100%;
    }

    .next_btn a {
        width: 100%;
    }

.left_side_block {
    margin-bottom: 30px;
}

.step_heading {
    padding-bottom: 0;
    margin-top: 12px;
}

.grid_table_wrapper {
    width: 100% !important;
}

.custom_table {
    font-size: 13px;
    text-align: center;
}

    .custom_table th {
        background-color: #e7e7e7;
        color: #25324b;
        white-space: nowrap;
    }

.table_custom td {
    white-space: nowrap;
}

.custom_table input[type="file"] {
    display: block;
    background: #c2e4ef;
    padding: 5px;
    border-radius: 5px;
}

.custom_card label {
    font-size: 15px;
}

.check_box .custom_table {
    width: 100%;
}

    .check_box .custom_table td label {
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        margin-bottom: 0;
    }

    .check_box .custom_table td {
        display: inline-flex;
        gap: 7px;
        padding-right: 15px;
    }

        .check_box .custom_table td input[type="radio"], input[type="checkbox"] {
            margin: 0;
        }

.lbl_check {
    display: flex;
    gap: 7px;
}

.action_drop_btn {
    margin-left: 1px !important;
    min-width: 99px;
    padding: 4px 0px 3px 14px;
    margin-top: 0px !important;
}





.user_details {
    margin-top: 25px;
    padding: 15px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
}

    .user_details .input_block span {
        font-weight: 600;
        font-size: 15px;
    }

.btn_row {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end !important;
}

.profile_block {
    max-width: 120px;
    max-height: 120px;
    min-width: 120px;
    min-height: 120px;
    border-radius: 10px;
    overflow: hidden;
}

    .profile_block img {
        width: 100%;
        height: 121px;
        object-fit: cover;
    }

.bank_block {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
    width: 100%;
}


.bank_box h6 {
    margin-top: 7px;
    margin-bottom: 0;
}

.bank_box img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
}

.user_details .input_block h4 {
    font-size: 16px;
    color: #6e6e6e;
}

.user_details .input_block {
    margin-bottom: 10px
}


.btn_block {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    justify-content: end;
}

.tbl_top_block {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 15px;
}

.table_custom td table td {
    border: 1px solid #0c5a91;
}

    .table_custom td table td span {
        padding: 2px 8px !important;
    }

    .table_custom td table td a {
        padding: 2px 8px !important;
    }
/*documents upload block css start*/
.documents_upload_block {
    margin-top: 0px;
}

    .documents_upload_block table {
        width: 100%;
        border: 0;
    }

        .documents_upload_block table td {
            padding: 15px 0 20px;
            position: relative;
            border: 0;
            border-bottom: 1px solid #c7c7c7;
        }

    .documents_upload_block .table_design span {
        width: 335px !important;
        min-width: 120px;
        display: inline-block;
        position: relative;
        left: 0;
        color: #000;
        font-size: 16px;
    }

    .documents_upload_block td span {
        position: absolute;
        bottom: 0;
        left: 125px;
        color: red;
        font-size: 14px;
    }

    .documents_upload_block .table-bordered > :not(caption) > * {
        border-width: 1px 0;
        border: 0;
    }

    .documents_upload_block input#MainContent_btnSubmit {
        margin-top: 15px;
        margin-left: auto;
        display: block;
        margin-bottom: 15px;
    }
/*documents upload block css end*/




/*celender css start*/

.ui-widget-header {
    background: #f8f9fa !important;
}

.ui-widget-content {
    border: 0.5px solid #a5a5a5 !important;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d5d5d5 !important;
        background: #f3f7fb !important;
        color: #000000 !important;
        text-align: center !important;
        border-radius: 2px !important;
    }

div#ui-datepicker-div {
    max-width: 275px !important;
}

.ui-datepicker table {
    font-size: 13px !important;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 15px !important;
}
/*celender css end*/

.same_as_block {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.search_btn_branch {
    margin-top: 12px;
}

.instant_table {
    margin-top: 15px;
}

.down_load_btn svg {
    margin: 0;
}

.down_load_btn {
    margin-top: 13px;
}

.down_load_btn1 {
    margin-top: auto;
}

    .down_load_btn1 svg {
        margin: 0 !important;
    }

.down_load_svg_loan {
    float: right;
    margin-top: 16px;
}




/*dropdown menu*/


/*NEW CSS*/
.review_text img {
    width: 30px !important;
}

.bank_box {
    background-color: #fff;
    width: 19% !important;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
}

#divId div {
    text-align: center !important;
}

.co_appliccant_branch {
    padding: 14px;
    margin-bottom: 10px;
}

.co_btn {
    margin-bottom: 20px !important;
}

    .co_btn input {
        float: right;
    }

#MainContent_ddlMake {
    margin: 0 !important;
}

#MainContent_ddlmodel {
    margin: 0 !important;
}

.click_download {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.srch_gap {
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center !important;
}

.search_branch_btn {
    margin: 0 !important;
}

.loan_sub_box {
    width: auto !important;
    display: flex;
    align-items: center;
}

.loan_su {
    width: 100% !important;
}
