.TopHeader,
.Sidebar {
    display: none !important
}
.TopHeader, body {
    margin-right: 0 !important;
    width: 100%;
    padding: 0 !important
}
.font-16 {
    font-size: 16px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
layout_style {
    width: 650px;
    margin: 30px auto;
    box-shadow: 0px 5px 16px 0px #080F340F;
    border-radius: 20px;
    display: block;
    max-width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    padding: 5px 0 15px;
    min-height: 620px;
}
    layout_style payment_completed {
        display: block
    }
layout_style .navbar {
    z-index: 557;
    padding: .5rem 1rem;
    width: 95%;
    margin: auto;
    box-shadow: 0px 5px 16px 0px #080F340D;
    border-radius: 20px;
    justify-content: inherit !important;
    background-color: #fff;
    z-index:9999;
}
    layout_style .loginSection {
        padding: 30px 0 10px;
        height: unset;
    }
        layout_style .loginSection .account-form h4 {
            font-size: 24px;
        }
    layout_style .account-form h6.hint-text {
        font-size: 16px;
    }
    layout_style .loginSection .account-form label {
        font-size: 13px;
        color: #666666;
    }
    layout_style .loginSection .account-form customer_id_info .form-control {
        border: 1.5px solid #666666;
        min-height: 56px;
    }
    layout_style .account-form h6.hint-text {
        margin-bottom: 35px;
    }
    layout_style .form-check-arib {
        /*justify-content: center;*/
    }
        layout_style .form-check-arib a {
            color: #1db9c3 !important;
        }
layout_style .form-check-arib .form-check-input {
    border: 2px solid #c1c1c1;
    width: 20px;
    height: 20px;
}
    layout_style .form-check-arib .form-check-input:checked {
        border-color: #52c41a !important;
        background-color: #52c41a;
    }
    layout_style .loginSection .fxt-btn-fill,
    layout_style .modal-action .btn-theme {
        background-image: none;
        background-color: #1DB9C3;
        height: 56px;
        font-size: 16px;
    }
    layout_style .products-details {
        background-image: url('../../img/Finance/fund-money.png');
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
    }
    layout_style .personal-fund {
        background-image: url('../../img/Finance/fund-money.png');
    } 
    layout_style .car-fund {
        background-image: url('../../img/Finance/fund-car.jpg');
    }  
    layout_style .realestate-fund {
        background-image: url('../../img/Finance/fund-realestate.jpg');
    } 
    layout_style .credit-fund {
        background-image: url('../../img/Finance/fund-credit.jpg');
    }
    layout_style .products-details:before {
        content: '';
        background-color: #fff;
        opacity: 0.8;
        opacity: 0.9;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    layout_style .products-details.personal-fund:before {
        opacity: 0.8;
    }
        layout_style .products-details .item-content {
            position: relative;
            padding: 15px;
        }
            layout_style .products-details .item-content h3 {
              font-size: 16px;
                color: #1A1A1A;
            } 
            layout_style .products-details .item-content h5 {
              font-size: 16px;
               padding-bottom: 65px;
               margin-bottom: 0;
            }
            layout_style .products-details .item-content p {
                margin-bottom: 10px;
                color: #626060;
                font-size: 14px;
            }  
        
            layout_style .products-details .item-content .btn {
                position: absolute;
                bottom: 15px;
                padding: 10px 20px !important;
                min-width: 100px;
                left: 0;
                margin: 10px 20px;
            }
    layout_style .list-of-fund-new .products-item {
        box-shadow: 0 0 10px #e5e5e5;
        margin-bottom: 20px;
        border-radius: 0 010px 10px
    }  
    layout_style .list-of-fund-new .collapse-fund-condition {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        cursor: pointer;
    }
layout_style .list-of-fund-new .item-fund.soon .collapse-fund-condition {
  display: none;
}

    layout_style .list-of-fund-new .collapse-fund-condition h6 {
       margin-bottom:0;
    }
        layout_style .list-of-fund-new .collapse-fund-condition img {
            width: 20px;
            animation: pulse 1s ease-out;
            animation-iteration-count: infinite;
            filter: brightness(83) invert(36);
        }    
        layout_style .list-of-fund-new .collapse-fund-condition i {
            -webkit-animation: moveit 1.5s infinite;
            animation: moveit 2.5s infinite;
            position: relative;
        }
@-webkit-keyframes moveit {
    from {
        left: 0px;
        opacity: 0.5;
    }

    25% {
        left: 40px;
        opacity: 1;
    }

    40% {
        left: 0px;
        opacity: 1;
    }
    75% {
        left: 60px;
        opacity: 1;
    }

    to {
        left: 0px;
        opacity: 0.5;
    }
}

@keyframes moveit {
    from {
        left: 0px;
        opacity: 0.5;
    }

    25% {
        left: 40px;
        opacity: 1;
    }

    40% {
        left: 0px;
        opacity: 1;
    }

    75% {
        left: 60px;
        opacity: 1;
    }

    to {
        left: 0px;
        opacity: 0.5;
    }
}

    /*        layout_style .list-of-fund-new .collapse-fund-condition i {
            animation: pulse 3s ease-out;
            animation-iteration-count: infinite;
        }*/
    @keyframes pulse {
        0% {
            opacity: 0.7;
            transform: scale(1.1);
        }

        50% {
            opacity: 1;
            transform: scale(1.35);
        }

        100% {
            opacity: 0.7;
            transform: scale(1.1);
        }
        }
        layout_style .list-of-fund-new .collapse-fund-condition:hover {
            background-color: #edfcfd;
        }
        layout_style .list-of-fund-new .collapse-fund-condition.active:hover,
        layout_style .list-of-fund-new .collapse-fund-condition.active {
            background-color: #edfcfd;
            border-radius: 0;
        }
            layout_style .list-of-fund-new .collapse-fund-condition.active .fa-angle-down:before {
                content: "\f106";
            }
        layout_style .list-of-fund-new .fund-condition-container .hint-condition {
            padding: 5px 15px;
        }  
        layout_style .list-of-fund-new .fund-condition-container .hint-condition span{
           font-weight: 600
        }
    layout_style .fund-title-section {
        text-align: center;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 30px
    }
    layout_style .First-step {
        height: unset;
        min-height: unset;
    }
    layout_style .First-step .First-step-text form .form-check label {
        color: #666666;
        line-height: 26px;
    }
        layout_style .First-step .First-step-text form .form-check label:before {
            color: #c7c7c7;
            font-size: 24px;
            top: 0;
        }
        layout_style .First-step .First-step-text form .form-check input:checked + label:before {
            color: #52c41a;
        }
    layout_style .alert-warning-payment {
        padding: 7px 7px;
    }
    layout_style .alert i {
        color: #ffc800;
        font-size: 17px;
        position: relative;
        top: 1px;
        width: 21px;
    }
    layout_style .compare-section {
        left: 50%;
        padding: 6px;
    }

    layout_style .select-old-fund .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 22px;
    }
.item-fund.item-fund-calculator {
    width: 100%;
    background-color: #ECECEC;
    border-radius: 10px;
    box-shadow: 0 0 11px #b8b8b8;
    margin-bottom: 15px;
    overflow: hidden
}
    .item-fund.item-fund-calculator .img-item-fund {
        width: 100%;
        height: 120px;
        border-radius: 0;
    }
    .item-fund.item-fund-calculator h2 {
        margin-bottom: 0
    }
.img-title-container {
    margin-bottom: 30px;
    text-align: center;
}
.img-title-container img {
   width: 150px;
   margin-bottom: 15px;
}
.img-title-container h5 {
    font-size: 24px;
    color: #0D0D0D;
    margin-bottom: 15px;
    font-weight: 600
}
.img-title-container p {
    font-size: 14px;
    color: #666666;
}
.input-icon .hint {
    position: absolute;
    padding: 18px 14px;
    right: 0;
    color: #535353;
    font-size: 13px;
    z-index: 2;
}
.input-icon.mobile-number-input .hint {
    left: 15px !important;
    right: unset !important;
    top: 27px;
    font-size: 15px;
    font-weight: 400 !important;
}
.input-icon.mobile-number-input .form-control {
    padding-left: 66px !important;
}
.input-icon .hint {
}
.section-style {
    margin:0 auto;
    padding: 15px;
    width: 600px;
    display: block;
    max-width: 100%;
}
layout_style .loginSection .account-form .form-control {
    padding: 10px 15px 13px;
}
layout_style .accept-policy-section input[type="checkbox"] {
    top: 0;
}
layout_style .payment-box,
layout_style .wpwl-target,
layout_style .payment-form .wpwl-form {
    box-shadow: none !important
}
matched_fund_offers .Confirmation-Finance .Confirmation-Finance-container,
.section-small-style {
    margin: 0 auto;
    padding: 0;
    width: 470px;
    display: block;
    max-width: 100%;
}
    .section-small-style .card-salary {
        padding: 0;
        width: 100%;
    }
    .section-small-style .list-card-old-fund {
        padding: 0 0;
    }
layout_style early_payment_item .label-style-information  span {
  display:block
}
    layout_style early_payment_item .label-style-information > span{
    text-align: start;
}
layout_style early_payment_item .label-style-information b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
layout_style early_payment_item .early-payment-loan-check {
    position: absolute;
    left: 20px;
    top: 12px;
    width: 23px;
    height: 20px;
    cursor: pointer;
    border-radius: 8px !important;
    margin: 0;
}
layout_style early_payment_item .check-loan:checked:before {
    content: '\f00c';
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 1px;
    background-color: #52c41a;
    width: 22px;
    height: 22px;
    font-size: 14px;
    border-radius: 3px;
    top: 0px;
}
layout_style .logos img {
    height: 44px;
    margin-top: 30px
}
layout_style .form-check-checkbox label:before {
    top: -7px !important;
    font-size: 22px;
    color: #c9c9c9;
}
layout_style .form-check-checkbox input:checked + label:before {
    color: #52c41a;
}
layout_style .Personal-Finance .form-Finance label.text-danger,
layout_style .fund-new-cycle span.text-danger span {
    text-align: start;
}
layout_style .fund-new-cycle .form-check-checkbox.single-checkbox.form-check-checkbox-small {
    padding: 0 0px;
    width: 100%;
}
layout_style .fund-new-cycle .Personal-Finance.Car-Finance {
    box-shadow: none
}
layout_style .new-style-container {
    box-shadow: none;
}
.hint-icon-new span {
    border: 1px solid #a5a5a5;
    background-color: #d9d9d9;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px !important;
    margin: 0 3px;
}
.offer-info-edit-content-container .hint-icon-new {
    display: none
}
.loaderContainer {
    position: absolute;
    z-index: 99999999;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

    .loaderContainer.active {
        display: block;
    }

    .loaderContainer::before {
        content: '';
        background-color: #f3f3f3d9;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        position: absolute;
    }

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 9;
    flex-direction: column;
    line-height: 3;
    font-weight: 600;
}

.car__body {
    -webkit-animation: shake 0.2s ease-in-out infinite alternate;
    animation: shake 0.2s ease-in-out infinite alternate;
}

.car__line {
    transform-origin: center right;
    stroke-dasharray: 22;
    -webkit-animation: line 0.8s ease-in-out infinite;
    animation: line 0.8s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.car__line--top {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.car__line--middle {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.car__line--bottom {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes shake {
    0% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(3%);
    }
}

@keyframes shake {
    0% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(3%);
    }
}

@-webkit-keyframes line {
    0% {
        stroke-dashoffset: 22;
    }

    25% {
        stroke-dashoffset: 22;
    }

    50% {
        stroke-dashoffset: 0;
    }

    51% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: -22;
    }

    100% {
        stroke-dashoffset: -22;
    }
}

@keyframes line {
    0% {
        stroke-dashoffset: 22;
    }

    25% {
        stroke-dashoffset: 22;
    }

    50% {
        stroke-dashoffset: 0;
    }

    51% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: -22;
    }

    100% {
        stroke-dashoffset: -22;
    }
}

.whatsapp-link {
    text-decoration: none;
    gap: 10px;
    display: flex;
    background: #F2F2F2;
    border-radius: 20px;
    align-items: center;
    color: #1A202C;
}

.input-group .main-form-input {
    height: 56px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: none;
    font-size: 16px;
    padding: 10px 15px;
    border: 0.6px solid #666666 !important;
    width: 100%;
    border-radius: 10px !important;
}
    .input-group textarea.main-form-input {
        height: unset;
    }
    .input-group .main-form-input:focus {
        border: 2px solid #1db9c3 !important;
        box-shadow: none;
    }

    .input-group .main-form-input.is-valid + label:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/check.svg) no-repeat;
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        width: 50px;
        height: 50px;
    }

    .input-group .main-form-input.is-valid {
        background: transparent;
    }

.input-group {
    margin-bottom: 20px;
    flex-direction: column;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}
.show-more-btn-offers {
    width: 100%;
    text-align: start;
}
.btn-container-action {
    display: flex;
    gap: 15px;
    width: 100%;
}
.form-btn {
    padding: 10px;
    height: 56px;
    border-radius: 10px !important;
    background-color: #1db9c3;
    display: block;
    width: 100%;
    color: #fff !important;
    margin: 20px 0px 5px;
    position: relative;
    font-size: 16px;
    line-height: 40px;
}
.choose-offer-btn {
    padding: 10px;
    height: 56px;
    border-radius: 10px !important;
    background-color: #1db9c3;
    display: block;
    color: #fff !important;
    margin: 20px 0px 5px;
    position: relative;
    font-size: 16px;
    background: transparent;
    color: #1db9c3 !important;
    border-color: #1db9c3;
    width: 45%;
}
    .form-btn.back {
        background: transparent;
        color: #666666 !important;
        text-decoration: underline;
        text-align: right;
    }

    .form-btn img {
        position: absolute;
        left: 10px;
        top: 13px;
    }

.input-group . label {
    font-size: 13px;
    position: relative;
    padding: 0 10px;
    display: inline;
    background-color: #fff;
    width: calc(100% - 20px);
    margin: 0px 5px;
    transition: all 0.3s;
}

.input-group .show-pass {
    position: absolute;
    left: 15px;
    display: inline-block;
    top: 75px;
    cursor: pointer;
    z-index: 9;
    color: #8E8E8E;
    text-decoration: none;
    font-size: 20px;
}

    .input-group .show-pass i.active:before {
        content: "\e62c";
    }

.form-check .form-check-input {
    float: right;
    min-width: 20px !important;
    min-height: 20px !important;
    margin: 3px;
    cursor: pointer;
}

    .form-check .form-check-input:checked {
        background-color: #52C41A;
        border-color: #52C41A;
    }

.form-check span {
    margin: 0 5px;
    font-size: 14px;
    color: #8E8E8E;
}

.input-group input:-webkit-autofill, .input-group input:-webkit-autofill:hover, .input-group input:-webkit-autofill:focus, .input-group input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.input-group label {
    font-size: 12px;
    color: #0D0D0D;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: start;
}
.input-group .main-form-input::-webkit-input-placeholder {
    color: #8E8E8E;
    font-size: 16px;
}

.input-group .main-form-input:-ms-input-placeholder {
    color: #8E8E8E;
    font-size: 16px;
}

.input-group .main-form-input::placeholder {
    color: #8E8E8E;
    font-size: 16px;
}



.error {
    position: static !important;
    font-size: 12px !important;
    color: #f00 !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.is-invalid {
    padding: 0  !important;
}

.is-valid {
    padding: 0 !important;
}

.is-invalid + label {
    padding: 0 !important;
    margin-bottom: 0;
}


.confirmation-code {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

    .confirmation-code .input {
        height: 2.3em;
        width: 2.3em;
        border: 0;
        outline: none;
        text-align: center;
        font-size: 1.5em;
        border-radius: 0.3em;
        background-color: #D9D9D9;
        outline: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        color: #1A1A1A;
    }

        .confirmation-code .input:focus {
            background-color: #F2F2F2;
        }

.resend-otp {
    color: #1db9c3 !important;
    text-decoration: none;
}

.startTimerContainer {
    text-align: center;
    display: block;
}
/*End Login*/

/*Start Navbar */
.sidebar-collapse:focus {
    border-color: transparent;
    box-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
    background: #1db9c3;
}


    main .main-content {
        position: relative;
        overflow: hidden;
        min-height: 700px;
    }

layout_style aside {
    transition: ease-in-out .5s all;
    -webkit-transition: ease-in-out .5s all;
    -moz-transition: ease-in-out .5s all;
    -ms-transition: ease-in-out .5s all;
    -o-transition: ease-in-out .5s all;
    width: 100%;
    min-width: 100%;
    height: calc(100% - 86px);
    background: #fff;
    position: absolute;
    right: -100%;
    z-index: 999;
}

    layout_style aside.active {
        transition: ease-in-out .5s all;
        -webkit-transition: ease-in-out .5s all;
        -moz-transition: ease-in-out .5s all;
        -ms-transition: ease-in-out .51s all;
        -o-transition: ease-in-out .5s all;
        right: 50%;
        transform: translate(50%, 0);
    }

    layout_style aside .sidebar .sidemenu-header {
        height: 64px;
        min-height: 64px;
        border-bottom: 0.5px solid rgba(67, 67, 67, 0.15);
        position: relative;
        justify-content: center;
    }

        layout_style aside .sidebar .sidemenu-header .logo-img {
            max-width: 100%;
            height: 50px;
            margin: auto;
            vertical-align: middle;
            display: flex;
            align-items: center;
        }

            layout_style aside .sidebar .sidemenu-header .logo-img img {
                height: 100%;
            }

    layout_style aside.active .sidebar .sidemenu-header .logo-img {
        margin: 20px auto;
    }

        layout_style aside.active .sidebar .sidemenu-header .logo-img img {
            height: 70%;
        }

    layout_style aside .sidebar .sidemenu-body {
        height: 100%;
        position: relative;
        overflow-x: hidden;
    }




    layout_style aside.active .navbar-search-collapsed-btn {
        display: flex;
    }

    layout_style aside .sidebar .sidemenu-body .list-group-item {
        border: unset;
        border-right: 6px solid transparent;
        border-radius: 0;
        background: transparent;
        width: 80%;
        margin: 0 auto 5px;
    }

    layout_style aside.active .sidemenu-body .list-group-item.active {
        background-color: transparent;
    }

.sidebar-close-btn {
    margin-inline-start: auto;
    display: block;
    font-size: 30px;
}

    .sidebar-close-btn:focus {
        box-shadow: none;
    }

layout_style aside .sidebar .sidemenu-body .list-group-item a i {
    margin-inline-end: 10px;
    font-size: 24px;
    position: relative;
    top: 5px;
}

layout_style aside.active .sidebar .sidemenu-body .list-group-item {
    padding: 8px;
}

layout_style aside .sidebar .sidemenu-body .list-group-item a {
    color: #202224;
    font-size: 24px;
    height: 60px;
    line-height: 63px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0;
}

    layout_style aside .sidebar .sidemenu-body .list-group-item a svg, layout_style aside .sidebar .sidemenu-body .list-group-item a img {
        width: 21px;
        height: 56px;
        margin-inline-end: 12px;
    }
layout_style aside .sidebar .btn-fund-request {
    color: #fff !important;
}
layout_style aside .sidebar .sidemenu-body .list-group-item.active a.nav-link {
    color: #fff;
}

layout_style aside.active .sidebar .sidemenu-body .list-group-item.active a.nav-link {
    color: #202224
}
/* aside.active .sidebar .sidemenu-body .list-group-item a .menu-title {*/
/*    display: none;*/
/*}*/
/* aside.active .sidebar .sidemenu-body .list-group-item a {*/
/*    justify-content: center;*/
/*}*/
layout_style aside .sidebar .sidemenu-body .list-group-item:has(ul) > .nav-link {
    position: relative;
}

    layout_style aside .sidebar .sidemenu-body .list-group-item:has(ul) > .nav-link:after {
        content: "\f077";
        font-family: "FontAwesome";
        flex-shrink: 0;
        margin-right: auto;
        background-repeat: no-repeat;
        position: absolute;
        left: 12px;
        top: 0;
        transition: 0.5s ease-in-out all;
        -webkit-transition: 0.5s ease-in-out all;
        -moz-transition: 0.5s ease-in-out all;
        -ms-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

layout_style aside.active .sidebar .sidemenu-body .list-group-item {
    padding-inline-end: 0;
}


main > nav {
    z-index: 99;
    padding: .5rem 1rem;
    width: 95%;
    margin: auto;
    box-shadow: 0px 5px 16px 0px #080F340D;
    border-radius: 20px;
    justify-content: inherit !important;
    gap: 20px;
}

.sidebar-collapse {
    background: transparent;
    border: 0;
    margin-inline-start: auto;
}

layout_style aside.active .sidebar .sidemenu-header .sidebar-collapse {
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo-img {
    width: 85px;
    height: 33px;
    margin-inline-end: 20px;
}

    .logo-img img {
        width: 100%;
    }

.navbar-expand-lg .collapse.navbar-collapse {
    padding-inline-end: 53px;
    padding-inline-start: 53px;
}

nav ul li.nav-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

main > nav .dropdown a {
    padding: 0;
}

main > nav .dropdown .dropdown-menu {
    padding: 0;
    text-align: right;
    min-width: 14rem;
}

    main > nav .dropdown .dropdown-menu.admin .dropdown-item {
        font-size: 16px;
        color: #2C3E50;
        padding: 10px;
        margin-bottom: 10px;
    }


        main > nav .dropdown .dropdown-menu.admin .dropdown-item img {
            border-radius: 50%;
            width: 25px;
            max-width: 25px;
            height: 25px;
            max-height: 25px;
            overflow: hidden;
            margin-inline-end: 8px;
        }

        main > nav .dropdown .dropdown-menu.admin .dropdown-item i {
            width: 25px;
            margin-inline-end: 8px;
            display: inline-block;
            text-align: center;
            color: #A92228;
            font-size: 1.2em;
            position: relative;
            top: 3px;
        }

    main > nav .dropdown .dropdown-menu.admin {
        min-height: 286px;
        border-radius: 10px;
        box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
        border: 0;
    }

.nav-item.nav-language-dropdown .dropdown-menu {
    width: 416px;
    border-radius: 10px;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
    border: 0;
}

.nav-task-header {
    font-size: 15px;
    padding: 8px 15px;
    color: #404040;
}

    .nav-task-header.language {
        border-bottom: 1px solid #F0F0F0;
    }

    .nav-task-header.language {
        text-align: right;
    }

.nav-task-body {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px;
    cursor: pointer;
}
    .nav-task-body.active:before {
        content: "\f00c";
        font-family: "FontAwesome";
        position: absolute;
    }

    .nav-task-body.read {
        background: #F9F7F7;
    }

    .nav-task-body:hover {
        background: #dde0e4;
    }

.nav-task-body-name {
    color: #4D565C;
    font-size: 14px;
}

    .nav-task-body-name img {
        margin-inline-end: 10px;
        border-radius: 3px;
        width: 32px;
    }

    .nav-task-body-name.english {
        font-family: MontserratSemiBold;
    }





.custom-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

    .custom-switch .form-check-input[type=checkbox] {
        width: 70px !important;
        height: 43px !important;
        background-color: #F2F2F2 !important;
        border-color: #F2F2F2 !important;
        background-image: url("../../img/Account/btn-toggle.svg");
        background-position: left 3px center;
        cursor: pointer;
        background-size:34px;
        position: static;
    }

        .custom-switch .form-check-input[type=checkbox]:checked {
            background-color: #333333 !important;
            border-color: #333333 !important;
            background-image: url("../../img/Account/dark-toggle.svg");
            background-position: right 3px center;
        }

        .custom-switch .form-check-input[type=checkbox]:focus {
            box-shadow: none;
        }

.language-btn img {
    width: 24px;
}

.language-btn {
    text-decoration: none;
    gap: 10px;
    display: flex;
    background: #F2F2F2;
    border-radius: 20px;
    align-items: center;
    padding: 9px !important;
}

    .language-btn i {
        line-height: 0;
    }

.navbar-notifications-button {
    font-size: 20px;
    color: #A92228 !important;
}


    .navbar-notifications-button span {
        width: 15px;
        height: 15px;
        display: block;
        background: #FFB3B3;
        border-radius: 50%;
        position: absolute;
        right: -4px;
        top: -5px;
        font-size: .6em;
    }

.nav-item.nav-language-dropdown .language-dropdown-menu {
    width: 250px;
}


.navbar-dropdown-link:after {
    display: none;
}

.navbar-dropdown-link i {
    position: relative;
    left: -85px;
}
/*End Navbar */


.main-content-container {
    width: 470px;
    max-width: 100%;
    margin: 30px auto;
}

.delegate-container {
    display: flex;
}

    .delegate-container label {
        margin-inline-start: 5px;
        font-size: 12px;
        padding: 0 !important;
    }

    .delegate-container a {
        color: #1db9c3;
    }

.verification-code-container {
    font-size: 14px;
    color: #000000D9;
    display: flex;
    background: #FFFBE6;
    border: 1px solid #FFE58F;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    margin-bottom: 20px;
}

    .verification-code-container span {
        font-weight: 600;
    }

    .verification-code-container i {
        color: #FAAD14;
        margin-inline-end: 10px;
        line-height: 0;
    }

.main-content-logo {
    text-align: center;
}

    .main-content-logo h4 {
        color: #1A1A1A;
        font-size: 24px;
        font-weight: 600;
        margin: 15px auto;
    }

    .main-content-logo h3 {
        color: #1A1A1A;
        font-size: 18px;
    }

        .main-content-logo h3 span {
            color: #1db9c3;
        }

    .main-content-logo p {
        color: #666666;
        margin-bottom: 20px;
    }

.form-container {
    margin: auto;
    width: 500px;
    max-width: 95%;
    padding: 0 15px;
}

.wizard-container {
    border-bottom: 1px solid #D9DBE9
}
    .wizard-container.wizard-container-calculator {
        border-bottom: none;
    }

.wizard-steps-container {
    width: 98%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 0 20px;
}

.wizard-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-size: 15px;
    gap: 5px;
    text-align: center;
    position: relative;
    z-index: 3;
}

    .wizard-step.active, .wizard-step.passed {
        color: #1A1A1A;
    }

    .wizard-step span {
        width: 34px;
        height: 34px;
        background: #F2F2F2;
        color: #1A1A1A;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 16px;
    }

.wizard-between {
    width: 100px;
    position: relative;
    height: 6px;
    background: #ccc;
    border-radius: 20px;
}
.wizard-step-item {
    position: relative;
    flex: 1 1 auto;
}
    .wizard-step-item .wizard-step {
        font-size: 13px;
    }
    .wizard-step-item .wizard-between {
        width: calc(100% + 41px);
        position: absolute;
        top: 14px;
        left: calc(100% - 68px);
        background: #f2f2f2;
    }
.wizard-between.active {
    background: #1db9c3 !important;
    z-index: 1;
}

.wizard-between.passed {
    background: #52C41A !important;
    z-index: 2;
}

.wizard-step.active span {
    background: #1db9c3;
    color: #fff;
}

.wizard-step.passed span {
    background: #52C41A;
    color: #fff;
}

    .wizard-step.passed span:before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        background: #52C41A;
        font-weight: 900;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 15px !important;
    padding-left: 20px;
    text-align: right;
    font-size: 16px;
    color: #666666;
    line-height: 56px;
}

.select2-container .select2-selection--single, .select2.select2-container .select2-selection {
    height: 56px;
    border: 0.6px solid #666666 !important;
    border-radius: 10px !important;
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 5px;
    right: auto;
    top: 12px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: transparent;
    border-left: 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: transparent;
    border: 2px solid #1db9c3 !important;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px;
    color: #000;
    line-height: 56px;
    text-align: start;
}

.dropdown-item, .select2-results__option, .select2-container .select2-dropdown .select2-search input {
    text-align: right;
}

.form-control.is-invalid, .form-control.is-invalid ~ .select2.select2-container .select2-selection {
    border-color: #f00 !important;
}

    .form-control.is-invalid:focus, .form-control.is-invalid ~ .select2.select2-container .select2-selection:focus {
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25) !important;
    }

.form-radio-button .radio-button-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-radio-label {
    margin-bottom: 0 !important;
    font-size: 16px;
}

.form-radio-button .form-check-inline {
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 50%;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #1db9c3;
}

.main-radio-input.is-invalid, .main-radio-input.is-valid, .main-radio-input.is-invalid ~ .main-radio-label {
    padding: 0 !important;
}

.offers-page-container {
    padding: 30px;
    width: 100%;
}

.control-btn.expand {

}
    .control-btn.expand.active {

    }

    .back-btn i {
        line-height: 0;
        font-size: 1.1em;
        position: relative;
        top: 11px;
        color: #3f3f3f;
    }

.offer-info-container {
    position: relative;
}

.offer-info-head {
    gap: 15px;
    display: flex;
    margin: 7px 0;
    flex-wrap: wrap;
}
.back-btn {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding: 0 !important;
}
    .back-btn.m-0 {
        margin: 0 !important;
    }
    .back-btn:focus, .uncheck-offer-btn:focus, .offer-info-edit-btn:focus, .offer-info-edit-content-edit-btn:focus, .control-btn:focus, .show-more-info:focus {
        box-shadow: none;
    }

.offer-info-head b span {
    display: inline-block;
    margin-inline-start: 5px;
}

.offer-info-edit-btn {
    position: absolute;
    top: -56px;
    left: 0;
    font-size: 23px;
    width: 47px;
    height: 47px;
}
.control-container img {
    width: 22px
}
.offer-info-edit-btn img {
    width: 100%;
}
layout_style .offers-item-new-design {
    width: 100%;
    box-shadow: none;
    padding: 0;
}
.main-canvas-container {
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background: #fff;
    transition: ease-in-out .5s all;
    -webkit-transition: ease-in-out .5s all;
    -moz-transition: ease-in-out .5s all;
    -ms-transition: ease-in-out .51s all;
    -o-transition: ease-in-out .5s all;
    padding: 20px;
    overflow: scroll;
    min-height: 100%;
    padding-bottom: 100px;
    z-index: 9999;
}

    .main-canvas-container.active {
        left: 0;
    }

    .main-canvas-container::-webkit-scrollbar {
        display: none;
    }
    .offer-info-edit-container-hr {
        margin: 10px -20px;
        color: #D9DBE9;
        opacity: 1;
    }

.offer-info-edit-head {
    font-size: 24px;
    font-family: TajawalBold;
    color: #1A1A1A;
    margin: 20px 0 25px;
}

.offer-info-edit-content {
    background: #F2F2F2;
    padding: 10px 15px 20px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
}

.offer-info-edit-content-edit-btn {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
}


    .offer-info-edit-content-edit-btn.active i:before {
        content: "\e07c";
    }

.offer-info-edit-content-head {
    font-size: 24px;
    font-weight: 600;
    color: #1db9c3;
    margin-bottom: 15px;
}

.offer-info-edit-content-car-details {
    color: #1A1A1A;
    gap: 15px;
    display: flex;
}

    .offer-info-edit-content-car-details span {
        display: inline-block;
        margin-inline-start: 5px;
    }

.offers-page-container-hr {
    margin: 20px -20px;
    color: #D9DBE9;
    opacity: 1;
}

.offers-counter-head {
    color: #1A1A1A;
    font-size: 24px;
    font-family: TajawalBold;
    margin-bottom: 20px;
}

.sorting-container {
    border: 1px solid #91D5FF;
    border-radius: 10px;
    background: #E6F7FF;
    justify-content: space-between;
    display: flex;
    padding: 5px;
}

.sorting-container-label {
    cursor: pointer;
    color: #000000;
    margin-inline-start: 2px;
}


.information-section {
    background: #F2F2F2;
    padding: 15px 20px;
    border-radius: 15px;
    margin: 15px 0;
    position: relative;
}

.img-section {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

layout_style .img-section img {
    max-width: 100px;
}
layout_style .row-item-offers {
    padding: 0 10px;
}
layout_style .offers-item-new-design-car .row-item-offers {
    height: 80px;
}
    layout_style .offers-item-new-design-car .row-item-offers.full-height {
        height: unset;
    }
layout_style .offers-list {
    background-color: transparent;
    width: 100%;
    padding: 0 !important;
    box-shadow: unset;
}

.img-section span {
    color: #1A1A1A;
    font-size: 14px;
}

.offer-item-check-input {
    position: absolute;
    left: 20px;
    top: 18px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 8px !important;
    margin: 0;
}

    .offer-item-check-input:checked {
        background-color: #52C41A;
        border-color: #52C41A;
    }

.form-check-input:checked[type=checkbox]:before {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    margin: 3px;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%);
}
.offer-item-check-input:checked:before {
    margin: 5px !important;
    top: 2px !important;
}
.form-check-input:checked[type=checkbox]:after {
    content: none;
}

    .label-style-information {
        display: flex;
        color: #000000;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .label-style-information b {
        background: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 11px 0;
        width: 100%;
        margin-top: 5px;
    }

.more-details {
    display: none;
}

    .more-details.active {
        display: flex;
    }

.show-more-info {
    color: #1db9c3 !important;
}

    .show-more-info.show-more i:before {
        content: "\e07f";
    }

.confirm-offer-container {
    background: #F6FFED;
    border: 1px solid #B7EB8F;
    border-radius: 10px;
    padding: 10px;
    color: #000000D9;
    position: relative;
    text-align: start;
}

    .confirm-offer-container > i {
        color: #52C41A;
        position: relative;
        top: 2px;
    }
early_payment_item .confirm-offer-container {
    display: none;
}
early_payment_item.choose .confirm-offer-container {
    display: block;
}
early_payment_item.choose .choose-loan-by-btn {
    display: none;
}
.uncheck-offer-btn {
    position: absolute;
    left: 0px;
    top: 5px;
}

.cat-item {
    display: none;
}

    .cat-item.active {
        display: block;
    }

    .cat-item.choose .information-section {
        background: #DFF5D6;
    }
    .cat-item:not(.choose) .information-section .confirm-offer-container {
        display: none !important;
    }
    .cat-item:not(.choose) .information-section .choose-offer-btn {
        display: block !important;
    }  
        .cat-item.choose .information-section .confirm-offer-container {
            display: block !important;
        }
        .cat-item.choose .information-section .choose-offer-btn {
            display: none !important;
        }
        offer_item .label-style-information span {
            display: block;
            text-align: start;
        }
offer_item .information-section {
    width:100% !important;
}
layout_style .row-item-offers .label-salary {
    background-color: #fff;
}
.form-fund-calculator .row-item-offers .label-salary {
    padding: 20px 16px;
    width: calc(100% - 30px);
    max-width: 100%;
}
.form-fund-calculator .error-msg {
    margin-top: 4px;
}
@media (min-width: 992px) {
    .form-fund-calculator .label-style-information span.label-new-item {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 5px;
    }
}
layout_style .form-label label span {
    line-height: 2px;
}
layout_style offer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
}
.sorting-form-check-container .normal-check {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sorting-form-check-container .form-check-input {
    width: 22px;
    height: 22px;
    margin: 0;
    position: static;
    border-radius: 5px;
    border: 1px solid #666666;
    position: relative;
}

    .sorting-form-check-container .form-check-input:checked {
        background-color: #52C41A;
        border-color: #52C41A;
    }

.price-unit {
    position: absolute;
    left: 14px;
    top: 43px;
    z-index: 5;
    direction: ltr;
}

.tooltip-hint {
    color: #1890FF;
    cursor: pointer;
    font-size: 19px;
    margin-inline-start: 5px;
}

.tooltip-inner {
    border-radius: 13px;
    background: #E6F7FF;
    border: 1px solid #91D5FF;
    color: #000000D9;
}

.expand-close-btn {
    margin-inline-start: auto;
    font-size: 28px;
}

.col-item-compare-section {
    background: #f6fbfb;
    border-radius: 15px;
    padding: 10px 10px 0;
    color: #000;
    overflow: hidden;
}

    .col-item-compare-section .row-section.card-img {
        color: #000000;
        font-family: TajawalBold;
        font-size: 24px;
        width: 100%;
        
    }

    .col-item-compare-section .col-section {
        padding: 10px calc(var(--bs-gutter-x)* .5);
    }

.box-fund-container .box-fund {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    height: 75px;
}

.fund-name {
    word-break: normal;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-size: 16px;
}

.logo-bank {
    height: 50px;
    margin-bottom: 20px;
    width: 120px;
}

.box-fund-container {
    position: relative;
}

a.remove-item {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    line-height: 0;
    text-align: left;
}

    a.remove-item i {
        display: block;
    }

.box-fund-add-new {
    text-align: center;
    cursor: pointer;
}

    .box-fund-add-new h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }

.col-item-compare-section .row-section {
    border-bottom: 2px solid #e2e2e2;
}

.col-item-compare-section .col-section:nth-child(2), .col-item-compare-section .col-section:nth-child(3) {
    border-left: 2px solid #e2e2e2;
}

.best-value {
    color: #4aaf0e;
    font-weight: bold;
}

.wizard-info-car-container {
    box-shadow: 0px 4px 4px 0px #D2C9C940;
    border-radius: 15px;
    overflow: hidden;
}

.wizard-info-car-img-container img {
    width: 100%;
}

.wizard-info-car-head {
    color: #1A1A1A;
    font-size: 18px;
    margin: 20px 0;
}

.wizard-info-car-content-container {
    width: 80%;
    margin-inline-start: 20px;
    margin-bottom: 20px;
}

.wizard-info-car-price {
    color: #1db9c3;
    font-weight: 600;
    font-size: 14px;
}

.wizard-info-car-details {
    border-radius: 20px;
    border: 1px solid #3C3C43;
    padding: 5px 10px;
    margin-inline-end: 5px;
    font-size: 12px;
}

.wizard-info-car-hr {
    background: #D9DBE9;
    opacity: 1;
}

.verification-code-message-container {
    font-size: 14px;
    color: #000000D9;
    display: flex;
    background: #E6F7FF;
    border: 1px solid #91D5FF;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    margin-bottom: 20px;
    text-align: right;
}

    .verification-code-message-container i {
        color: #1890FF;
        margin-inline-end: 10px;
        line-height: 0;
    }
    .verification-code-message-container.verification-warning-message-container {
        background: #fdecd1;
        border: 1px solid #A36100;
        color: #A36100;
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
    }
        .verification-code-message-container.verification-warning-message-container i {
            color: #A36100;
        }
    .verification-code-message-container.verification-success-message-container {
        background: #F6FFED;
        border: 1px solid #B7EB8F;
        color: #0d0d0d;
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
    }
  .verification-code-message-container.verification-danger-message-container {
    background: #f8d7da;
    border: 1px solid #721c24;
    color: #721c24;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
  }
        .verification-code-message-container.verification-success-message-container .icon-message {
            position: relative;
            top: 6px;
            margin-inline-end: 7px;
        }
        .verification-code-message-container.verification-success-message-container i {
            color: #A36100;
        }
  .verification-code-message-container.verification-danger-message-container i {
    color: #721c24;
  }
        .verification-code-message-container.verification-success-message-container i.green {
            color: #52c41a;
        }
        .verification-code-message-container.verification-success-message-container .flex-mobile {
            line-height: 34px;
            font-size: 18px;
        }

.verification-code-message-container.verification-success-message-container .flex-mobile b {
    font-size: 28px;
    font-weight: 900;
    color: #1db8c3;
    display: inline-block;
    margin: 0 2px;
}
            .verification-code-message-container.verification-success-message-container .flex-mobile .font-thin {
                font-weight: 400;
                font-size: 18px
            }
            .verification-code-message-container.verification-success-message-container .flex-mobile b img {
                filter: brightness(0) saturate(100%) invert(64%) sepia(29%) saturate(6102%) hue-rotate(143deg) brightness(101%) contrast(77%);
                height: 21px;
            }
        .flex-mobile-container {
            display: flex;
            flex-wrap: wrap;
        }
.form-fund-calculator .flex-mobile-container {
    flex-wrap: unset;
}
.last-step-hr {
    margin-top: 100px;
    background: #D9DBE9;
    opacity: 1;
}

.confirm-order-angle-btn i:before {
    content: "\e07f";
}

.payment-hr {
    background: #D9DBE9;
    opacity: 1;
}

.payment-layer:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.payment-container {
    width: 90%;
    margin: auto;
}

.payment-offers-show-btn {
    width: 60%;
    margin: 20px auto 50px;
}

.payment-methods-container {
    text-align: center;
    margin-bottom: 50px;
    color: #1A1A1A;
}

.payment-agreement-label {
    text-decoration: underline;
    font-size: 16px !important;
    cursor: pointer;
}

.payment-methods-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.payment-methods-content-container {
    border-radius: 15px;
    background: #F2F2F2;
    padding: 20px 15px;
}

.payment-methods-content-head {
    color: #1A1A1A;
    margin-bottom: 20px;
}

.payment-methods-content-value {
    color: #1A1A1A;
    margin-bottom: 20px;
    min-width: 70px;
}

    .payment-methods-content-head.last-value, .payment-methods-content-value.last-value {
        font-family: TajawalBold;
        margin-bottom: 0;
    }

.discount-input {
    background: transparent !important;
}

.discount-btn {
    position: absolute !important;
    left: 0;
    top: 0;
    background: #1db9c3;
    height: 56px;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 20px;
    line-height: 0;
    padding: 0 15px;
    z-index: 3 !important;
}
    .discount-btn {
        min-width: 45px;
    } 
    .discount-btn i{
        font-size: 20px;
    }
    .discount-btn:focus {
        box-shadow: none;
    }

.success-return-message {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
    margin: 100px auto;
    text-align: center;
}

.discount-success-container {
    background: #F6FFED;
    border: 1px solid #B7EB8F;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px;
    color: #1A1A1A;
    margin-bottom: 20px;
    gap: 5px;
}
.error-label {
    color: #f00 !important;
}
.discount-success-container > i {
    color: #52C41A;
    line-height: 0;
}

.discount-cancel-btn {
    line-height: 0;
    margin-inline-start: auto;
}

.error-discount-label {
    text-align: right;
    margin-inline-start: 15px;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    color: #EB5757 !important;
    font-size: 16px !important;
}

.delegate-input.is-invalid, .delegate-input.is-valid {
    padding: 0 !important;
}

#agreement-error {
    display: none !important;
}

.tooltip-hint-container {
    position: absolute;
    z-index: 5555;
    background: #E6F7FF;
    padding: 10px 10px 0;
    border: 1px solid #91D5FF;
    border-radius: 10px !important;
    width: 300px;
    top: -20px;
    box-shadow: 0 5px 16px 0 #e4e7f526;
}

    .tooltip-hint-container span {
        font-size: 14px;
        color: #000000D9;
        margin-inline-start: 5px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .tooltip-hint-container p {
        color: #000000D9;
        font-size: 14px;
    }

.tooltip-hint-close-btn {
    position: absolute !important;
    left: 10px;
    padding: 0;
    top: 8px;
    color: #00000073;
}

.unavailable-message-container {
    font-size: 14px;
    color: #000000D9;
    display: flex;
    background: #FFFBE6;
    border: 1px solid #FFE58F;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
}

.cat-item.unavailable .information-section {
    background: #FFFDF1;
}

.unavailable-message-container i {
    color: #FAAD14;
    margin-inline-end: 10px;
    line-height: 0;
}

.error-whatsapp-link {
    width: 150px;
    margin: 50px auto;
}

.error-container {
    width: 90%;
}

.back-to-financing-offers-btn {
    width: 170px;
    margin: 20px auto;
}

.offers-error-message-container {
    text-align: center;
    margin: 50px;
}

    .offers-error-message-container p {
        margin-top: 20px;
        font-size: 20px;
        color: #1A1A1A;
    }

        .offers-error-message-container p span {
            font-size: .8em;
            margin-top: 14px;
            display: block;
        }
layout_style .nafaz-btn.nafaz-btn-show {
    background-color: #E6F7FF;
    border: none;
    padding: 15px;
    gap: 0;
    margin: 0;
    width: 100%;
    border: 1.5px solid #91D5FF;
}
    layout_style .nafaz-btn.nafaz-btn-show nic_hint {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: space-around;
        width: 100%;
    }
button.nafaz-btn span, .nafaz-btn span {
    width: max-content;
}
.loginSection .grid-full-page .account-form {
    width: 500px;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 20px
}
layout_style otp_send_options {
    width: 438px;
    max-width: calc(100% - 30px);
    display: block;
    margin: auto;
    box-shadow: 0 0 4px #dddddd;
}
layout_style .forget-password {
    /*text-align: center;*/
}
layout_style .row-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
layout_style .payment-checked {
    background: #F2F2F2;
    justify-content: center;
    gap: 4%;
    border-radius: 10px;
}
    layout_style .payment-checked .form-check .form-check-label {
        background-color: transparent;
        border: none;
        border-radius: 0;
        border-bottom: 4px solid transparent;
    }
    layout_style .payment-checked .form-check .form-check-input:checked ~ .form-check-label {
        background-color: transparent;
        border: none;
        border-bottom: 4px solid #1DB9C3;
    }
layout_style .payment-form .wpwl-form .wpwl-control
{
    /*text-align: start !important;*/
    height: 56px;
}
layout_style .payment-form .wpwl-form {
    padding: 15px 0px;
}
layout_style .payment-form .wpwl-form .wpwl-label {
    text-align: start !important;
}
layout_style .wpwl-wrapper > .wpwl-icon {
    right: .5625em !important;
    top: 15px;
}
layout_style .confirmation-code-disable .digit-disable,
layout_style .confirmation-code-disable .digit-disable:disabled {
    width: 80px;
    background-color: #1cb8c2 !important;
    border: 2px solid #1cb8c2 !important;
    color: #fff !important
}
layout_style .base-timer {
    position: relative;
    width: 185px;
    height: 185px;
}
layout_style .base-timer__label {
    width: 185px;
    height: 185px;
}
layout_style .loginSection .account-form .form-control {
    min-height: 56px;
    border-radius: 10px;
}
layout_style .loginSection .account-form .input-icon .show-password {
    padding: 18px 11px;
}
layout_style .account-form h6.text-theme {
    color: #1A1A1A;
    font-size: 20px;
}
layout_style .form-check-input {
    border: 2px solid #666666;
}
layout_style .form-switch .form-check-input:before {
    display: none
}
layout_style .First-step .First-step-text {
    box-shadow: none;
    margin: 30px auto 25px;
    padding: 25px 15px;
}
layout_style .offers-result {
    min-height: calc(100vh - 190px);
    box-shadow: none
}
.offers-result .form-check .form-check-input,
layout_style .radio-button-box .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .25);
    background-color: #fff !important;
}
    .offers-result .form-check .form-check-input:checked,
    layout_style .radio-button-box .form-check-input:checked {
        border: 6px solid #52C41A !important;
    }
layout_style .col-item-compare-section .col-section:nth-child(n+2) {
    padding: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
layout_style .col-item-compare-section .box-fund img {
    max-height: 30px;
    max-width: 95%;
    width: auto;
    height: auto;
}
layout_style .col-item-compare-section .benifit-compare .row-section:nth-child(odd),
layout_style .col-item-compare-section .col-section:first-child,
layout_style .col-item-compare-section .row-section:nth-child(even) {
    background-color: transparent !important;
}
layout_style .from-to-group-container {
    width: 100%;
}
layout_style .from-to-group {
    border: none;
    border-radius: 0;
    padding: 0;
    gap: 20px;
}
    layout_style .from-to-group .to-text,
    layout_style .from-to-group .from-text {
        height: 56px;
        position: relative;
        z-index: 1;
        background-color: #fff;
        box-shadow: none;
        font-size: 16px;
        padding: 10px 15px;
        border: 0.6px solid #666666 !important;
        width: 100%;
        border-radius: 10px !important;
    }
layout_style offer_type {
}
    layout_style offer_type .hint-offer-list {
        border-radius: 25px;
        background-color: #e5e5e5;
        border: 1px solid #777777;
        padding: 1px 8px;
        font-size: 15px;
        display: inline-block;
    }
    layout_style offer_type .hint-offer-list {
        font-size: 12px;
    }
        layout_style offer_type .hint-offer-list.blue {
            background-color: #1db9c3;
            border: 1px solid #1db9c3;
        }
            layout_style offer_type .hint-offer-list.blue span {
                color: #fff;
            }
.alert.alert-baby-blue {
    background: #E6F7FF;
    border: 1px solid #91D5FF;
    border-radius: 10px;
}
.alert-baby-blue .alert-heading {
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
    .alert-baby-blue .alert-heading i {
        color: #1890FF;
    }
.alert-baby-blue .list-attach p:before {
    width: 15px;
    color: #1890FF;
    font-size: 7px;
}
.list-Offer-details-item .select2-container .select2-selection--single,
.list-Offer-details-item .select2.select2-container .select2-selection {
    border: none !important;
}
.min-200 {
    min-width: 200px
}
.btn-gray {
    background-color: #6c6c6c;
    border-color: #6c6c6c;
}

.btn-blue:hover {
    color: #fff;
    opacity: 0.8;
}

.loginBody {
    padding: 0 !important;
    margin: 0 !important;
}
.btn-gray {
    background-color: #6c6c6c;
    border-color: #6c6c6c;
}
.btn-gray:disabled {
    cursor: no-drop;
}
    .btn-gray:disabled:hover {
        opacity: .65;
    }
layout_style .wpwl-form,
layout_style .payment-container {
    width: 90%;
    margin: auto;
    width: 400px;
    max-width: 95%;
}
layout_style .payment-checked .form-check .form-check-label {
    padding: 7px 0px;
    min-width: 73px;
}
layout_style .fund-new-cycle .btn-blue,
layout_style .fund-new-cycle .btn-theme {
    border-radius: 10px;
}
layout_style real_estate_loan_info .radio-style .form-check-input {
    min-width: 17px !important;
    min-height: 18px !important;
    margin: 0px 4px;
    width: 19px;
    height: 19px;
}
    layout_style real_estate_loan_info .radio-style .form-check-input:after {
        font-size: 11px;
        position: relative;
        top: 2px;
    }
layout_style .user-new-layout {
    cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}
.select2.select2-container .select2-selection .select2-selection__arrow:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #757575;
    opacity: .75;
    font-weight: 900;
    position: absolute;
    top: 0px;
    height: 38px;
    margin: 0;
    font-size: 14px;
}
.notifyjs-corner {
    z-index: 99999;
}
dotlottie-player rect {
    fill: transparent !important;
}
/*upload file*/

.attachments-container {
    width: 100% !important;
}

.file-lable-container {
    position: relative;
    display: block;
    margin-bottom: 10px;
    min-height: 50px;
}

.file-label {
    border: 1px solid #E7E7E7;
    padding: 13px 15px;
    border-radius: 10px;
    width: 100%;
    font-size: 13px;
    cursor: pointer;
    top: 0 !important;
    margin: 0 !important;
    box-shadow: 0 5px 16px 0 #D6D8E229;
    display: flex;
    gap: 10px;
    background-color: #fff;
}

.file-label-head-details {
    color: #666666;
    font-size: 12px;
}

.required-file .file-label {
    border-color: #f00;
}

.file-lable-container .file-input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.file-lable-container .file-size {
    text-align: right;
    font-size: 12px;
    color: #666666;
    position: relative;
    top: 2px;
}

.file-label-head {
    color: #1A1A1A;
    font-size: 12px;
    font-family: TajawalBold;
    display: block;
    margin-bottom: 7px;
}

.file-label-required-head {
    color: #A92229;
}

.file-label i {
    font-size: 17px;
    width: 20px;
    position: relative;
    top: 2px;
}

.progress-container {
    position: absolute;
    width: 100%;
    top: 0;
    display: none;
    z-index: 9999;
    width: calc(100% - 100px);
    bottom: 12px;
    top: unset;
    background-color: #f7f7f7;
}

.progress-bar {
    height: 16px;
    background-color: #7dded6;
    border-radius: 5px;
    transition: width 0.3s;
}

.progress-text {
    color: #474747;
    position: absolute;
    top: 0;
    padding: 0px;
    width: fit-content;
    text-align: center;
    font-size: 13px;
}


.control-image-upload-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 100%;
}

    .control-image-upload-container .information-img {
        display: flex;
        align-items: center;
        width: calc(100% - 47px);
        gap: 10px;
        overflow:hidden;
        padding: 0 9px;
    }

        .control-image-upload-container .information-img img {
            width: 29px;
        }
    .control-image-upload-container .actions img {
        width: 18px;
    }
    .control-image-upload .actions {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
    }

    .control-image-upload .actions a {
        color: #000;
    }

    .control-image-upload .actions label {
        cursor: pointer;
        margin-bottom: 0;
    }

.control-image-upload {
    position: absolute;
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 11px 10px;
    top: 0;
    background: #fff;
    border: 2px solid #BBD2F1;
    border-radius: 5px;
    display: none;
    z-index: 9;
    height: 100%;
}

.file-name {
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.actions i {
    cursor: pointer;
}

.preview-container-modal.active {
    display: block !important;
    background-color: #000000bf;
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 3%;
}

.preview-container-modal i {
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.preview-container {
    text-align: center;
    padding-top: 20px;
}

    .preview-container img {
        width: auto;
        height: auto;
        max-width: 80%;
        max-height: 83vh;
        margin: auto;
        min-height: 250px;
    }

.file-lable-container .title-image {
    margin-top: 10px;
}

.fileInput-style,
.fileInput {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
    left: 0;
    top: 0;
}

.new-input-container {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: auto;
}

    .new-input-container > label {
        width: 400px;
        max-width: 100%;
        padding: 0 10px;
        font-weight: 600;
        text-align: start;
        display: block;
        margin: 0 auto 10px;
    }

    .new-input-container .mobile_country_code {
        position: absolute;
        top: 50px;
        padding: 0 16px;
        font-weight: 600;
        font-size: 16px;
    }

.attachments-save-btn {
    width: 70%;
    margin: 20px auto 5px;
}

.customer-error-container {
    display: none;
}

    .customer-error-container p {
        color: #666666;
        font-family: TajawalRegular;
        margin-top: 50px;
        text-align: center;
    }

.dark-mode .customer-error-container p, .dark-mode .file-label-head, .dark-mode .file-label-head-details {
    color: #fff;
}
layout_style car_info .form-container {
    max-width: 100%;
}
.fund-item {
    background-color: #F2F2F3;
    padding:25px 15px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    position: relative;
}
    .fund-item h6 {
        color: #8E949A;
        font-size: 18px;
    }
    .fund-item status {
        border-radius: 25px;
        padding: 4px 12px;
        border: 1px solid;
    }
.information-fund-container {
    width: 100%;
}
.information-fund {
    display: flex;
    width: 400px;
    max-width: 100%;
    margin: auto;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 10px;
}
    .information-fund:last-child {
        border-bottom:none;
    }
.fund-item h1 {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.fund-item .details-icon {
    position: absolute;
    top: 20px;
}
    .fund-item .details-icon img {
        width: 30px
    }
    .information-fund b {
        display: flex;
        align-items: center;
        gap: 5px;
    }
.owl-nav {
    display: none
}
.owl-dots {
    text-align: center;
}
    .owl-dots .owl-dot {
        width: 7px;
        height: 7px;
        background-color: #CBCBDD !important;
        border-radius: 50%;
        margin: 0 3px;
    }
        .owl-dots .owl-dot.active {
            width: 30px;
            border-radius: 10px;
            background-color: #23303B !important;
        }
.flex-wallet {
    gap: 10px;
    padding: 10px;
}
    .flex-wallet .wallet-icon img {
        width: 40px;
    }
.time-row {
    color: #000;
}
.counters .counter {
    align-items: center;
    font-weight: 600;
    color: #000;
}
.section-count .smalltext {
    font-weight: 600;
}
.item-fund {

}
    .item-fund a {
        display: block;
    }
    .item-fund .img-item-fund {
        width: 110px;
        height: 110px;
        overflow: hidden;
        margin: auto;
        position: relative;
        border-radius: 10px;
    }
    .item-fund .img-item-fund img {
        width: 100%;
        height: 100%;
    }
    .item-fund h2 {
        text-align: center;
        padding: 10px 5px;
        font-size: 15px;
        color: #000;
    }
        .item-fund h2 img {
            width: 14px;
        }
        .card-new-title {
            padding: 5px 5px 15px;
        }
    .card-new-title .title-fund {
        color: #000000;
        font-size: 26px;
        font-weight: 400;
    }
.current-item-fund {
    text-align: center;
    background-color: #ffffff;
    padding:20px 5px;
    border-radius: 10px;
    box-shadow: 0 0 27px #dddddd;
    margin-bottom: 15px;
}
    .current-item-fund .img-item-fund {
        margin-bottom: 15px;
        position:relative;
    }
    .current-item-fund p {
        font-size: 12px;
        margin-bottom: 10px;
        color: #8E949A;
    }
    .current-item-fund h6 {
      font-weight: 600
    }
.img-item-fund:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    transition: all 1s;
}
.img-item-fund:hover:before {
    transition: all 1s;
    left: 100%;
}
.radio-style-flex {
    display: flex;
    align-items: center;
    gap: 4px;
}
    .radio-style-flex label {
        margin-bottom: 0
    }
    layout_style .replay-comment-container {
        box-shadow: 0 0 4px #0A3A6426;
        padding: 22px;
        border: 2px solid #1DB8C3;
        border-radius: 5px;
        display: block
    }
    layout_style .replay-comment-container > span {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 10px
    }
layout_style .btn-attach-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
layout_style .replay-comment-container .attach-btn {
    position: static;
}

.show-page-car-edit-submit-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(34.14%, #AD323C), to(#CB9137));
    background: -o-linear-gradient(left, #AD323C 34.14%, #CB9137 100%);
    background: linear-gradient(90deg, #AD323C 34.14%, #CB9137 100%);
    color: #fff !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 20px;
    font-size: 15px;
}

.show-page-car-edit-img-container {
    -webkit-box-shadow: 0px 4px 6px 0px #2121210A;
    box-shadow: 0px 4px 6px 0px #2121210A;
    width: 100%;
    border-radius: 20px;
}

.show-page-car-edit-img-head {
    color: #0B0B0B;
    font-size: 20px;
    font-family: TajawalBold;
}

    .show-page-car-edit-img-head span {
        font-family: TajawalRegular;
        color: #6D6D6D;
        font-size: 16px;
    }

.show-page-car-edit-upload-img-container {
    border: 2px dashed #B4B9BF;
    border-radius: 8px;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    position: relative;
}

    .show-page-car-edit-upload-img-container span {
        text-align: center;
        display: block;
        position: relative;
        color: #6D6D6D;
        margin: 15px 0;
    }

        .show-page-car-edit-upload-img-container span:after {
            position: absolute;
            content: "";
            width: 40%;
            height: 1px;
            background: #E7E7E7;
            left: 20px;
            top: 15px;
        }

        .show-page-car-edit-upload-img-container span:before {
            position: absolute;
            content: "";
            width: 40%;
            height: 1px;
            background: #E7E7E7;
            right: 20px;
            top: 15px;
        }

.show-page-car-edit-upload-img-head {
    margin: 15px 0 0;
}

.show-page-car-edit-upload-img-head2 {
    border: 1px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#B3453C), to(#B3453C)) border-box;
    background: -o-linear-gradient(#fff 0 0) padding-box, -o-linear-gradient(#B3453C, #B3453C) border-box;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(#1db8c3, #1eb7c1) border-box;
    border-radius: 7px;
    width: 140px;
    padding: 10px;
    margin: 20px auto;
}

.show-page-car-edit-upload-img-rules {
    text-align: center;
    padding-bottom: 25px;
    color: #67727E;
}

.show-page-car-data-picker-input {
    border: 0 !important;
    outline: none !important;
    z-index: -1;
    position: relative;
}

.show-page-car-details-img {
    max-width: 100%;
    width: 100%;
    max-height: 90px;
}
layout_style .progress-bar {
    height: 7px;
}
layout_style .progress-text {
    top: -5px;
}
layout_style .progress-container {
    bottom: 12px;
}
layout_style .file-lable-container {
    min-height: 61px;
}
layout_style .file-label {
    padding: 18px 15px;
}
layout_style .progress-container {
    width: calc(100% - 114px);
}
layout_style .file-lable-container.active .fileInput-ticket {
    display: none
}
layout_style .nav-tabs-fund {
    border-radius: 5px;
    border: 1px solid #ededed;
}
.hint-register {
    width: 470px;
    margin: 30px auto;
    max-width: 100%;
    text-align: center;
    line-height: 40px;
}

    @media (max-width: 992px) {
        .form-fund-calculator .row-item-offers .label-salary {
            width: 100%;
        }

        .wizard-step-item .wizard-between {
            width: calc(100% + 23px);
            left: calc(100% - 43px);
        }

        .fund-new-cycle.px-5 {
            padding: 0 !important;
        }

        .offers-page-container {
            padding: 15px;
        }

        .file-label {
            align-items: flex-start;
        }

        .control-image-upload .actions {
            display: block !important;
            text-align: end !important;
        }

        layout_style .control-image-upload .actions {
            display: flex !important;
            text-align: end !important;
        }

        .control-image-upload-container .information-img {
            width: 100%;
        }

        .control-image-upload-container {
            flex-direction: column;
        }

        layout_style .control-image-upload-container {
            flex-direction: row;
        }

        .offer-info-edit-content-head {
            font-size: 20px;
            width: calc(100% - 30px);
        }

        layout_style .from-to-group .to-text,
        layout_style .from-to-group .from-text {
            font-size: 13px;
        }

        .from-to-group-container .mx-3 {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        layout_style car_info .form-container {
            padding: 0 0px;
            margin: 0 0px;
            max-width: 100%;
        }

        .dark-mode layout_style .products-details.personal-fund:before {
            opacity: 0.85;
        }

        .btn-container-action {
            gap: 6px;
        }

        layout_style .choose-offer-btn {
            min-width: 125px;
            font-size: 14px;
        }

            layout_style .choose-offer-btn img {
                height: 16px;
            }

        layout_style .information-section {
            padding: 15px 15px;
        }

        .label-style-information span {
            font-size: 10px;
        }

        .user-new-layout {
            display: none;
        }

        .sorting-container-label {
            font-size: 11px;
        }

        .img-section bank {
            margin: 0 4px;
            font-size: 12px;
        }

        .img-section span {
            font-size: 12px;
        }

        .Confirmation-Finance img.not-found-img {
            width: 140px;
        }

        .wizard-step {
            font-size: 11px;
            font-weight: 600;
        }

        layout_style .col-item-compare-section .col-section:nth-child(n+2) {
            padding: 0;
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 33%;
        }

        .tooltip-hint-container {
            left: 0;
        }

        layout_style {
            margin: 10px auto;
        }

        layout_style {
            min-height: 400px;
        }

            layout_style .loginSection {
                padding: 10px 0 20px;
            }

            layout_style .navbar {
                padding: .5rem 0.5rem;
                gap: 3px;
            }

                layout_style .navbar .nav-link {
                    padding: .5rem 0.2rem;
                }

                layout_style .navbar .navbar-toggler {
                    padding: .25rem .3rem;
                }

        .logo-img {
            width: 66px;
        }

        layout_style .col-item-compare-section .box-fund img {
            max-height: 30px;
        }
    }

    @media print {
        body {
            -webkit-print-color-adjust: exact !important;
            print-color-adjust: exact !important;
        }

        .d-none-print {
            display: none !important;
        }

        .more-details {
            display: flex !important;
        }

        .show-more-info {
            display: none !important;
        }

        .information-section {
            -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
        }

        .cat-item.choose .information-section {
            background: #DFF5D6 !important;
        }

        .compare-section {
            display: none !important;
        }
    }

    .ribbon-label {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 1;
    background-color: #FFC107;
    color: #000;
    top: -60%;
    left: -60%;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}
.btn-fund-request-home {
    width: max-content !important;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    margin:10px auto 15px;
    padding: 10px !important;
}
    .btn-fund-request-home img {
        margin-bottom: 0 !important;
    }
.Confirmation-Finance p.large-text.flex-text-not-found {
    flex-direction: column;
    justify-content: center;
    margin: auto;
    text-align: center;
}
    .Confirmation-Finance p.large-text.flex-text-not-found span {
        display: block;
        text-align: center;
        width: 100%;
    }
.contact-question {
    text-align: center;
    background-color: #edfdfe;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    border: 2px solid #99f6e4;
}
    .contact-question .img-container  {
      margin-bottom: 15px;
    }    
    .contact-question h5 {
     width: 500px;
     margin: auto;
     max-width: 100%;
     margin-bottom: 20px;
    }
        .contact-question .img-container img {
            width: 80px;
        }
    .contact-question button {
        border-radius: 10px;
        border: 2px solid #aaaaaa;
        background-color: #fff;
        padding: 7px 20px;
        min-width: 100px;
        margin: 0 10px;
        font-weight: 600
    }
        .contact-question button.yes {
            border: 2px solid #2e9f91;
            color: #2e9f91;
        }