.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;
}

.font_medium {
    font-family: TajawalMedium !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: calc(100vh - 110px);
}

layout_style .flex-wallet-container {
    flex-direction: column;
    margin-bottom: 10px;
}

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.cycle-request-otp {
    background-image: unset
}

layout_style .loginSection.cycle-request-otp .img-container-register img {
    width: 135px
}

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;
}

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 label {
    text-decoration: underline;
}

layout_style .form-check-arib a {
    color: inherit !important;
    font-weight: inherit;
}

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 .fxt-btn-fill,
layout_style .loginSection .fxt-btn-fill,
layout_style .modal-action .btn-theme {
    background-image: none;
    background-color: #1DB9C3;
    height: 56px;
    line-height: 17px;
    font-size: 16px;
}

layout_style .loginSection .fxt-btn-fill:disabled,
layout_style .btn-blue:disabled,
layout_style .modal-action .btn-theme:disabled {
    background-color: #E9FAFC;
    border-color: #E9FAFC;
    color: #000 !important;
    font-size: 18px;
    pointer-events: auto;
    cursor: no-drop;
}

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%;
}

.small-section.section-small-style {
    width: 370px;
}

.section-small-style .btn-blue {
    font-size: 18px;
}

.Confirmation-Finance-container .btn {
    line-height: 42px;
    height: 58px;
    border-radius: 10px;
}

.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;
}

.input-group .input-icon {
    width: 100%;
}

.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 .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: #fff;
    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: 8px;
}

.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: 59px !important;
    height: 42px !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;
    width: 450px;
    margin: auto;
    max-width: 100%;
}

.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: 98%;
    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: 0;
    color: #3f3f3f;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EBEBEB;
    border-radius: 50%;
}

.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;
    align-items: center;
}

.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;
}

.loading-icon {
    position: relative;
    margin-bottom: 60px;
}

.loading-icon .img-spinner {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 92px;
    top: -5px;
}

.loading-icon img.img-bg-spinner {
    width: 130px;
    position: absolute;
    transform: translate(-50%, 0);
    left: calc(50% - 3px);
    top: -9px;
}

.back-register {
    margin: -25px -65px 0 !important;
}

.card-body-contract {
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.card-body-contract .form-check-checkbox.single-checkbox.start-checkbox {
    margin: 0px 0;
}

.contract-body {
    height: auto;
    min-height: 450px;
}

.contract-body embed {
    height: 100%;
    border-radius: 15px;
}

.hint-contract {
    font-size: 14px;
    margin-top: 10px;
}

.title-contract p {
    display: flex;
    gap: 5px;
    align-items: center;
}

.title-contract p img_icon {
    background-color: #ECECEC;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-contract p span {
    font-family: TajawalMedium !important;
}

@media (max-width: 768px) {
    layout_style aside .sidebar .sidemenu-body .list-group-item {
        width: 97%;
    }

    .fund-item h4 {
        margin-top: 15px;
        font-size: 18px;
    }

    .back-register {
        margin: 0px 0px 0 !important;
    }
}

/*@media (max-width: 768px) {
    .back-btn {
        margin: -20px 0px 15px !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-y: auto;
    padding-bottom: 100px;
    z-index: 9999;
}

/* body:has(.main-canvas-container.active) {
    overflow: hidden !important;
} */

.main-canvas-container.active {
    left: 0;
}

body:has(.offer-compare-container.active) .container-list {
    display: none;
}

/* .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;
}

full_integration {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #B88D00;
    font-weight: 600;
}

full_integration img {
    width: 30px;
    animation: shakeLeftRight 4s ease-in-out 1;
}

full_integration span {
    display: inline-block;
    padding-inline-start: 8px;
    position: relative;
    top: 3px;
}

.information-section {
    background: #F2F2F2;
    padding: 15px 20px;
    border-radius: 15px;
    margin: 15px 0;
    position: relative;
}

@keyframes shakeLeftRight {

    0%,
    100% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-5px);
    }


    20% {
        transform: translateX(5px);
    }

    30% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(-5px);
    }

    60% {
        transform: translateX(5px);
    }

    70% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(5px);
    }

    90% {
        transform: translateX(-5px);
    }
}

.animate-shake {}

.img-section {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.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 1px;
}

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) {
    .invoice-footer {
        flex-direction: row-reverse;

    }

    .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;
    min-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: #FFFBE6;
    border: 1px solid #FFE58F;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.verification-code-message-container.verification-warning-message-container i {
    color: #FAAD14;
}

/* Collapsible warning custom styling */
.collapsible-warning {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    user-select: none;
}

.collapsible-warning:hover {
    background-color: #FFF9E6;
    border-color: #FFA800;
}

.collapsible-warning .warning-icon {
    font-size: 18px !important;
    color: #FAAD14 !important;
    margin-top: 13px;
    margin-inline-end: 0 !important;
}

.collapsible-warning .warning-text-content {
    flex: 1;
    text-align: start;
    font-size: 13px;
    color: #2D2D2D;
    line-height: 22px;
}

.collapsible-warning .warning-toggle-link {
    color: #1A1A1A;
    cursor: pointer;
    font-weight: 700;
    margin-inline-start: 4px;
    white-space: nowrap;
}

.collapsible-warning .warning-chevron-container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 14px;
    margin-top: 4px;
    width: 20px;
    height: 20px;
}

.collapsible-warning .warning-chevron-container i {
    color: #666666 !important;
    transition: transform 0.2s ease;
}

.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: #FFE58F;
}

.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;
}

.verification-error.verification-code-message-container {
    background-color: #FFF1F0;
    border-color: #FFCCC7;
}

.verification-error.verification-code-message-container i {
    color: #FF4D4F;
}

.flex-mobile-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-mobile-container.no-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: #fff !important;
}

#remove-coupon-btn {
    position: absolute !important;
    left: 0;
    top: 0px;
    height: 56px;
    background: transparent !important;
    border: none !important;
    font-size: 16px;
    line-height: 0;
    padding: 0 15px;
    z-index: 3 !important;
}

.discount-btn {
    position: absolute !important;
    left: 0;
    top: 0;
    background: #1db9c3;
    height: 56px;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 0;
    padding: 0 15px;
    z-index: 3 !important;
}

#remove-coupon-btn,
.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: 10px;
    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: 0px
}

.loginSection .grid-full-page .account-form>* {
    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: 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.cycle-request-otp .account-form .form-control {
    background-color: #D9D9D9;
    border-color: #D9D9D9 !important;
    font-weight: 500;
}

layout_style .loginSection.cycle-request-otp .account-form .form-control:focus {
    background-color: #F2F2F2;
    border-color: #F2F2F2 !important;
}

layout_style .loginSection .account-form .input-icon .show-password {
    padding: 18px 11px;
}

.text-theme {
    color: #1db9c3;
}

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 .small-container,
layout_style .payment-container {
    width: 90%;
    margin: auto;
    width: 400px;
    max-width: 95%;
}

layout_style .wpwl-form {
    width: 100%;
    max-width: 100%;
}

layout_style .payment-container.w-430 {
    width: 430px;
    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 {
    width: 100% !important;
}

.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 {
    max-width: 300px;
    margin: -40px auto
}

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%;
}

.control-image-upload.other-attach {
    height: 58px;
}

.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 0;
}

.flex-wallet .wallet-icon img {
    width: 40px;
}

.time-row {
    color: #000;
}

.time-row b {
    display: inline-flex;
    gap: 2px;
    align-items: center;
}

.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;
}

layout_style .steps-status .steps-status-item {
    min-width: 129px;
}

.switch-btns {
    display: none
}

layout_style .switch-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

layout_style .switch-btns a.toggle-btn {
    width: 37px;
    height: 39px;
    display: inline-block;
    background-color: #ededed;
    text-align: center;
    font-size: 27px;
    border-radius: 5px;
    border: 2px solid #e3e3e3;
    color: #1db9c3;
    line-height: 39px;
    cursor: pointer
}

layout_style .switch-btns a.toggle-btn.active,
layout_style .switch-btns a.toggle-btn:hover {
    border: 2px solid #1db9c3;
    color: #fff;
    background-color: #1db9c3;
}

layout_style .switch-btns .show-btn {
    font-size: 13px;
    width: max-content;
    height: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    border: 2px solid;
    background-color: #fff;
    cursor: pointer
}

layout_style .switch-btns .hide-btn {
    font-size: 13px;
    width: max-content;
    height: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    color: #d32104;
    border: 2px solid;
    background-color: #fff;
    cursor: pointer
}

layout_style .switch-btns .hide-btn img {
    width: 24px;
}

layout_style .details-page .steps-status {
    display: none;
}

layout_style .steps-status.vertical {
    flex-direction: column;
    display: flex;
}

layout_style .steps-status.vertical .steps-status-item:after {
    height: 100%;
    width: 4px;
    right: 23px;
}

layout_style .steps-status.vertical .steps-status-item h6,
layout_style .steps-status.vertical .steps-status-item p {
    margin-inline-start: 51px;
    position: relative;
    top: -38px;
}

layout_style .steps-status.vertical .steps-status-item {
    min-width: 100%;
    height: 55px;
}

discount_container img,
layout_style .small-currency .information-fund b img {
    width: 13px
}

layout_style .details-page .information-fund-container .information-fund {
    display: none;
}

layout_style .details-page .information-fund-container .information-fund:nth-of-type(-n+5) {
    display: flex;
}

layout_style .details-page .information-fund-container.active .information-fund {
    display: flex;
}

.switch-btns h6 status {
    border-radius: 25px;
    padding: 7px 13px;
    border: 1px solid;
}

.fund-action {
    background-color: #f2f2f3;
    margin-bottom: -5px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.fund-action .fund-action-container {
    padding: 6px;
    text-align: end;
    border-bottom: 2px solid #d7d7d7;
    position: relative;
    z-index: 2;
}

.fund-action .btn {
    width: max-content;
    min-width: unset;
    padding: 8px 12px !important;
    border-radius: 10px;
}

layout_style .btn-success {
    color: #fff;
    background-color: #52C41A;
    border-color: #52C41A;
}

layout_style .fund-action .btn-success {
    color: #fff;
    background-color: #52C41A;
    border-color: #52C41A;
}

layout_style textarea.form-control {
    border: 0.6px solid #666666 !important;
    border-radius: 10px !important;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange {
    background-color: #FF5722;
    color: #fff;
}

layout_style .btn-red-bg-red {
    padding: 10px 15px !important;
    border-radius: 5px;
    background-color: #EED3D3;
    border: 2px solid #A92228;
    color: #A92228;
    min-width: 125px;
}

.mobile-case .form-control {
    text-align: left;
    padding-left: 44px;
}

.input-icon.mobile-case .hint {
    left: 0;
    right: unset !important
}

@media (max-width: 992px) {
    #chat-widget-container {
        z-index: 99999999999 !important;
    }

    #chat-widget-minimized {
        bottom: 34px !important;
        position: inherit;
        width: 76px !important;
        height: 77px !important;
        margin: 0 19px !important;
    }

    .user-container .input-group,
    .company-container .input-group {
        display: block;
        text-align: start;
    }

    .mobile-pdf-viewer {
        display: block !important;
        text-align: center;
        border: 3px solid #dcdcdc;
        background-color: #ececec;
        padding: 15px;
    }

    .mobile-pdf-viewer img {
        width: 37px;
        margin-bottom: 17px;
    }

    .mobile-pdf-viewer .btn {
        background-color: #1db9c3;
        color: #fff;
        padding: 10px 20px;
        border-radius: 25px;
    }

    .mobile-pdf-viewer .btn-download {
        padding: 4px !important;
        width: 31px;
    }

    /* .contract-body {
        display: none;
    } */

    .control-btn.expand {
        padding: 5px 6px !important;
    }

    .control-container img {
        width: 18px;
    }

    .offers-counter-head {
        font-size: 15px;
        margin-bottom: 11px;
    }

    .offer-info-edit-head {
        font-size: 18px;
    }

    layout_style aside .sidebar .sidemenu-body .list-group-item a {
        font-size: 21px;
        height: 46px;
        line-height: 56px;
    }

    .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 auto;
        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: 12px;
    }

    .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: calc(100vh - 155px);
    }

    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;
    }

    .invoice-footer {
        flex-direction: column;
        gap: 5px;
    }

    .invoice-footer tr {
        display: flex !important;
    }

    .invoice-footer .table tbody tr td {
        width: 50% !important;
        padding: 10px !important;
    }
}

@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%;
}

.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%;
}

.confirm-order.confirmation-code {
    display: flex;
    margin: 20px 0 40px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.btn-action-style {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 10px;
    padding: 12px 36px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    background-image: none;
    background-color: #1DB9C3;
    height: 56px;
    font-size: 16px;
}

.btn-action-style:disabled {
    cursor: no-drop;
    opacity: 0.5;
}

.img-container-register {
    text-align: center;
}

.confirm-code-container {
    margin-top: 10px;
    width: 450px;
    max-width: 100%;
    margin: auto;
}

.confirmation-code-disable .digit-disable,
.confirmation-code-disable .digit-disable:disabled {
    width: 80px;
    background-color: #e6feff !important;
    border: 2px solid #1cb8c2 !important;
}

.confirmation-code .form-control {
    text-align: center;
    padding: 10px 0 !important;
    font-size: 25px !important;
    height: 55px;
    max-width: 55px;
    border: 0.6px solid #D9D9D9 !important;
    background-color: #D9D9D9;
}

.confirmation-code .form-control:focus {
    border: 2px solid #0d9fb0 !important;
    background-color: #F2F2F2;
}

.countdown-container {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    color: #777;
}

.countdown-container span {
    color: #1DB9C3;
}

.countdown-container span b {
    margin: 0 4px;
}

.resend-code-btn {
    display: none;
    text-align: center;
}

.resend-code-btn {
    text-align: center;
}

.resend-code-btn .btn {
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #1DB9C3;
    border: 1px solid #1DB9C3;
    border-radius: 10px;
    /*background-image: linear-gradient(to left, #0896AA, #1DB9C3);*/
    padding: 0px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
    text-decoration: none;
    border-radius: 5px;
    padding: 12px;
}

.resend-code-btn .btn:hover {
    background-color: #f0feff;
}

.contact-question {
    text-align: center;
    background-color: #edfdfe;
    padding: 20px;
    margin: 10px 0;
    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;
}

.invoice hr {
    background-color: #F2F2F2;
}

.invoice-header img {
    height: 35px;
}

.invoice-body-totals {
    border: 2px solid #dee2e6;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.invoice-body-totals-row {
    padding: 15px 30px;
}

.table-bordered {
    border: 2px solid #dee2e6;
}

.invoice-body-aggregate {
    background-color: #dee2e6;
    font-weight: bold;
}

.invoice ul {
    padding-inline-start: 30px;
}

.invoice ul li {
    list-style: disc;
    display: list-item;
}

.contract-content-container {
    max-width: calc(100% - 30px);
    margin: 20px auto 10px
}

.web-contract.mobile-case {
    display: none;
}

.web-contract {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    gap: 10px;
}

.web-contract .contract-head {
    font-size: 19px;
    color: #000;
}

.web-contract img {
    width: 78px;
    position: relative;
    top: -7px;
}

.copun:not(.copun-modal) {
    box-shadow: 0 0 5px #bdbdbd;
    border-radius: 10px;
}

.copun:not(.copun-modal) .dotlottie-coupon {
    display: none
}

.copun.copun-modal .dotlottie-coupon {
    margin: -38px auto;
    z-index: -1;
    position: relative;
}

.copun.copun-modal .copun-container {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 5px #ededed;
    width: 500px;
    max-width: 90%;
}

.copun.copun-modal .promo-data {
    margin-bottom: 15px;
}

.copun.copun-modal:before {
    content: '';
    background-color: #252424;
    opacity: 0.5;
    position: fixed;
    z-index: 99998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.copun:not(.copun-modal) .modal-header {
    display: none;
}

.copun.copun-modal .modal-header {
    padding: 5px 10px;
    align-items: center;
    background-color: #F1FCF7;
    border: none;
}

.copun.copun-modal .modal-header .btn {
    padding: 5px 0;
}

.copun .count-down {
    margin: 10px 0
}

.copun .count-down ul {
    text-align: center;
}

.copun .count-down li {
    display: inline-block;
    text-align: center;
    background-color: #CDEFF2;
    padding: 7px;
    border-radius: 7px;
    min-width: 65px;
    font-size: 12px;
    margin: 0 4px;
}

.copun .count-down li span {
    display: block;
    font-size: 35px;
    line-height: 27px;
    border-bottom: 2px solid #1DB8C3;
    padding: 6px 0px 10px;
    margin-bottom: 3px;
}

.copun a.btn {
    padding: 11px !important;
    border-radius: 10px;
    min-width: 300px;
    line-height: 32px;
}

/* Skeleton Loading Style */
.skeleton-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 0 5px #bdbdbd;
    border-radius: 10px;
    margin-bottom: 10px;
}

.skeleton-card {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.3s ease-in;
}

.skeleton-header,
.skeleton-line {
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite;
    border-radius: 8px;
}

.skeleton-header {
    width: 60%;
    height: 20px;
    margin-bottom: 12px;
}

.skeleton-line {
    height: 14px;
    margin-bottom: 8px;
    width: 100%;
}

.skeleton-line.short {
    width: 40%;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn-option-verify-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 22px 0;
}

.btn-option-verify-container button {
    background-color: #F3F4F6;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.btn-option-verify-container button span {
    background-color: #1ab0ba;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    width: 33px;
    height: 33px;
}

.btn-option-verify-container button img {
    width: 20px;
    filter: brightness(0) invert(1);
}

.btn-option-verify-container button h6 {
    margin-bottom: 0
}

.btn-option-verify-container button.active {
    background-color: #1db9c3;
    color: #fff;
}

.btn-option-verify-container button.active span {
    background-color: #fff;
}

.btn-option-verify-container button.active img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(29%) saturate(6102%) hue-rotate(143deg) brightness(101%) contrast(77%);
}

.option-verify-container .btn-theme {
    height: 55px !important;
}

.option-verify-container .upload-status .file-label span {
    text-align: start;
}

.label-style-information b>span.value-finance {
    padding: unset;
    display: inline-flex;
    align-items: center;
    gap: 1px;
    font-size: unset;
    line-height: 0px;
}

.label-style-information b>span.value-finance>b {
    margin-top: 0;
}

.pdf-page {
    width: 100%;
    min-width: 400px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: block;
}

.contract-body {
    max-height: 460px;
    overflow: auto;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #ededed;
}

.hint-try-count {
    background-color: #ededed;
}

.hint-try-count span {
    font-size: 14px !important;
    font-weight: 600;
}

.total-early-payment b {
    display: inline-block;
}

.from-to-group .from-text img,
.from-to-group .to-text img,
.promo-code img,
.row-price img,
#Modal_coupon .promo-data h6 img,
.period-payments .period-payments-item h6 img,
.row-information p span img {
    width: 12px;
}

.period-payments .period-payments-item h6 img {
    position: relative;
    top: -1px;
}

.total-early-payment b img,
.title-incoming-monthly b img {
    width: 17px;
}

#Modal_coupon .promo-data h6 span {
    display: inline-flex;
    gap: 3px;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    top: 4px;
}

/* Request Alert Card Design */
.request-alert-card {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    border-top: 5px solid #EAA35C;
    /* Orange matching the design */
    padding: 15px 25px;
    margin: 20px auto;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.request-alert-card .request-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2b3c;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 5px;
}

.request-alert-card .alert-icon-container {
    min-width: 40px;
    height: 40px;
    background-color: #fdf6ec;
    /* Very soft orange bg */
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.request-alert-card .form-btn {
    height: 46px;
    line-height: 35px;
}

.request-alert-card .alert-icon-container img {
    /* Using standard svg icon sizing */
    width: 20px;
}

.request-alert-card .content-area {
    margin-bottom: 10px;
}

.request-alert-card .content-area .request-desc {
    line-height: 24px;
}

.request-alert-card .request-desc {
    font-size: 15px;
    color: #72808E;
    line-height: 1.8;
    margin: 0;
}

/* Detailed Offer Card Styling */
.offer-details-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    padding: 24px;
    margin: 20px auto;
    max-width: 600px;
}

.offer-details-card .bank-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
}

.offer-details-card .bank-header h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b3c;
    margin: 0;
}

.offer-details-card .bank-header img {
    height: 40px;
    object-fit: contain;
}

.offer-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.offer-detail-box {
    border: 1px solid #D2D6DB;
    border-radius: 8px;
    padding: 16px;
    background: #F9FAFB;
}

.offer-detail-box.full-width {
    grid-column: span 2;
}

.offer-detail-box .box-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.offer-detail-box .box-title {
    font-size: 14px;
    color: #8D9BAA;
    margin: 0;
}

.offer-detail-box .box-icon {
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-detail-box .box-icon img {
    width: 16px;
}

.offer-detail-box .box-value {
    font-size: 17px;
    font-weight: 700;
    color: #1a2b3c;
    display: flex;
    align-items: center;
    /* Aligns to left in RTL */
    gap: 6px;
}

.icon-cyan {
    background-color: #e6f9f9;
}

.icon-red {
    background-color: #feefef;
}

.icon-blue {
    background-color: #ecf3fe;
}

.icon-gray {
    background-color: #f1f1f1;
}

.icon-green {
    background-color: #ebfceb;
}

.btn-sign-contract {
    background-color: #1DB9C3;
    color: white;
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.btn-sign-contract:hover {
    background-color: #179ea7;
    color: white;
}

/* Car Details Card Styling */
.car-details-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #D2D6DB;
    padding: 24px;
    margin: 20px auto 10px auto;
    max-width: 600px;
}

.car-details-card .car-header {
    margin-bottom: 20px;
}

.car-details-card .car-header h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b3c;
    margin: 0;
}

.car-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.car-detail-box {
    border: 1px solid #D2D6DB;
    border-radius: 8px;
    padding: 12px 10px;
    background: #F9FAFB;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.car-detail-box .car-box-title {
    font-size: 13px;
    color: #8D9BAA;
}

.car-detail-box .car-box-value {
    font-size: 15px;
    font-weight: 700;
    color: #1a2b3c;
}

value_payment_amount {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

value_payment_amount currency img {
    width: 11px !important;
}

.payment-alert-info {
    background-color: #E6F7FF;
    border: 1px solid #91D5FF;
    border-radius: 8px;
    padding: 12px 16px;
    color: #000000D9;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.6;
}

.payment-alert-info i {
    color: #1890FF;
    font-size: 18px;
}

.payment-methods-header h4 {
    color: #262626;
    font-weight: 700;
    margin-top: 20px;
}

.payment-method-card {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.payment-method-card:hover,
.payment-method-card.active {
    border-color: #1DB9C3;
    background-color: #F8FEFF;
}

.payment-method-card .form-check {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.payment-method-card .form-check-input {
    width: 22px;
    height: 22px;
    margin: 0;
    cursor: pointer;
    border-radius: 50%;
    border-color: #fff !important;
    outline: 1px solid #666666;
    position: relative;
    top: 0;
}

.payment-method-card .form-check-input:checked {
    border-color: #666666 !important;
    outline: 1px solid #666666;
    border: 6px solid #52C41A !important;
}

.payment-method-name {
    flex-grow: 1;
    font-weight: 600;
    color: #262626;
    font-size: 16px;
    text-align: start;
}

.payment-method-logo {
    min-width: 115px;
    text-align: start;
}

.payment-method-logo img {
    height: 32px;
    max-width: 100px;
    object-fit: contain;
}

.payment-summary-card {
    background-color: #F5F5F5;
    border-radius: 16px;
    padding: 24px;
}

.discount-applied-alert {
    background-color: #F6FFED;
    border: 1px solid #B7EB8F;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.discount-input-container.is-invalid .form-control {
    border-color: #EB5757 !important;
}

.discount-input-container.is-invalid .error-label {
    display: block !important;
    color: #EB5757 !important;
    font-size: 15px;
    margin-top: 5px;
    width: 100%;
    font-weight: 400;
}

.payment-summary-details .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 15px;
}

.payment-summary-details hr {
    border-top: 1px solid #E8E8E8;
    margin: 16px 0;
}

.font-bold {
    font-weight: 700;
}

.price-text {
    font-family: TajawalBold !important;
}

.price-text img {
    width: 13px;
}

.text-theme>img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(29%) saturate(6102%) hue-rotate(143deg) brightness(101%) contrast(77%);
}

@media (max-width: 991px) {
    .request-alert-card {
        margin: 20px 20px;
    }

    .car-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contract-body {
        min-height: 260px;
        max-height: 360px;
    }

    .offer-info-head {
        gap: 4px;
    }

    .control-container .control-btn {
        padding: 4px 5px !important;
    }

    .title-incoming-monthly b img {
        width: 16px;
    }

    .back-btn i {
        width: 33px;
        height: 33px;
    }

    .total-early-payment b img {
        width: 15px;
    }

    currency img {
        width: 13px !important;
    }

    value_payment_amount currency img {
        width: 11px !important;
    }

    .title-incoming-monthly b {
        display: block;
    }

    .web-contract {
        display: none;
    }

    .web-contract.mobile-case {
        display: block !important;
        padding: 10px
    }

    .web-contract.mobile-case .btn {
        background-color: #1db9c3;
        margin: 20px auto;
        display: block;
        width: max-content;
        min-width: 140px;
        padding: 10px !important;
        border-radius: 10px;
        color: #fff;
    }

    .box-request-side .fund-item {
        padding: 55px 15px 25px;
    }

    .discount-success-container {
        text-align: start;
    }
}

/* Coupon Modal Styles */
/* .coupon-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.coupon-overlay.active {
    display: flex !important;
}

.coupon-content {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} */

.coupon-icon-wrapper {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.coupon-icon-outer {
    width: 120px;
    height: 120px;
    background: #E0F7F9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coupon-icon-inner {
    width: 90px;
    height: 90px;
    background: #1DB9C3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    box-shadow: 0 4px 15px rgba(29, 185, 195, 0.3);
}

.coupon-title {
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 15px;
}

.coupon-subtitle {
    font-size: 16px;
    color: #8C8C8C;
    margin-bottom: 30px;
}

.coupon-subtitle span {
    color: #1DB9C3;
    font-weight: 600;
}

.coupon-subtitle span img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(29%) saturate(6102%) hue-rotate(143deg) brightness(101%) contrast(77%);
    width: 13px;
    position: relative;
    top: -1px;
}

.coupon-code-box {
    background-image: url('/assets/img/bg-code.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: max-content;
    height: max-content;
    margin: 0 auto 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
}

.coupon-code-text {
    font-size: 22px;
    font-weight: 700;
    color: #16868D;
    letter-spacing: 2px;
}

.coupon-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-coupon-apply {
    background: #1DB9C3 !important;
    color: #fff !important;
    border: none;
    padding: 12px 25px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    flex: 1;
    transition: all 0.3s;
    height: auto !important;
}

.btn-coupon-apply:hover {
    background: #179ea7 !important;
    transform: translateY(-2px);
}

.btn-coupon-cancel {
    background: #fff !important;
    color: #1DB9C3 !important;
    border: 1px solid #1DB9C3 !important;
    padding: 12px 25px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    flex: 1;
    transition: all 0.3s;
    height: auto !important;
}

.btn-coupon-cancel:hover {
    background: #E0F7F9 !important;
    transform: translateY(-2px);
}

.btn-large {
    line-height: 45px;
    height: 55px;
}

currency_part {
    /* display: inline-flex; */
    align-items: center;
    gap: 4px;
}

currency_part img {
    width: 13px;
    filter: brightness(0) invert(1);

}

.hint-wallet-type {
    display: block;
    text-align: end
}

/* .is-invalid .discount-btn {
    display: none;
}

.is-invalid #remove-coupon-btn {
    display: block !important;
} */
.remaining-hint {
    text-align: center;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}

.remaining-hint b {
    color: #1DB9C3;
}

.btn-small-width {
    min-width: 140px;
    height: 45px;
    line-height: 30px;
    font-size: 16px;
}

.contact-card {
    background-color: #e9fafc;
    padding: 20px;
    position: relative;
    top: 15px;
}

.contact-card i {
    color: #1db8c3;
}

.select2-container {
    width: 100%;
}

.wpwl-form {
    max-width: 100% !important;
}

.wpwl-apple-pay-button {
    font-size: 16px !important;
    display: block !important;
    width: 100% !important;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
}

.nafath-coming-soon {
    max-width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 26px 15px 30px;
    text-align: center;
}

.comming-soon img.nafath-coming-soon-logo {
    display: block;
    width: 95px;
    height: auto;
    margin: 0 auto 26px;
}

.comming-soon img.nafath-coming-soon-image {
    display: block;
    width: 150px;
    max-width: 70%;
    height: auto;
    margin: 0 auto 32px;
}

.nafath-coming-soon h4 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.45;
}

.nafath-coming-soon h5 {
    margin: 0 auto 16px;
    color: #5d6b82;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.nafath-coming-soon p {
    margin: 0 auto;
    color: #a6b0c0;
    font-size: 13px;
    line-height: 1.8;
}

.nafath-coming-soon-divider {
    height: 1px;
    margin: 26px 0 30px;
    background-color: #e5edf5;
}

.nafath-coming-soon-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 236px;
    height: 56px;
    margin-bottom: 18px;
    padding: 0 26px !important;
    border: none !important;
    border-radius: 10px !important;
    background-color: #24bac4 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 20px rgba(29, 185, 195, 0.22);
}

.nafath-coming-soon-home-btn:hover {
    background-color: #1da8b1 !important;
    color: #fff !important;
}

.nafath-coming-soon-contact {
    color: #6b7688;
    font-size: 13px;
    line-height: 1.8;
}

.nafath-coming-soon-contact a {
    color: #18b8c3 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 576px) {
    .nafath-coming-soon {
        padding: 22px 18px 26px;
    }

    .nafath-coming-soon-logo {
        width: 84px;
        margin-bottom: 22px;
    }

    .nafath-coming-soon-image {
        width: 185px;
        margin-bottom: 28px;
    }

    .nafath-coming-soon h4 {
        font-size: 24px;
    }

    .nafath-coming-soon-home-btn {
        width: 100%;
        min-width: 0;
    }

    .hint-wallet-type {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        text-align: center
    }

    .coupon-content {
        padding: 30px 5px;
    }

    .offer-detail-box {
        padding: 10px;
    }

    .offer-detail-box .box-header {
        gap: 4px;
    }

    .offer-detail-box .box-title {
        font-size: 12px;
    }

    .offer-details-card {
        padding: 12px;
    }

    .offer-detail-box .box-value img {
        position: relative;
        top: -2px
    }

    .payment-method-logo {
        min-width: 74px;
    }

    .payment-method-name {
        font-size: 13px;
    }

    .payment-method-logo img {
        height: 25px;
    }

    .payment-alert-info {
        padding: 7px 16px;
        font-size: 12.5px;
    }

    .comming-soon img.nafath-coming-soon-logo {}

    .comming-soon img.nafath-coming-soon-image {
        width: 110px;
        margin-bottom: 20px;
    }

    .nafath-coming-soon-divider {
        margin: 16px 0 16px;
    }

}