.TopHeader,
.Sidebar {
    display: none !important
}

.TopHeader,
body {
    margin-right: 0 !important;
    width: 100%;
    padding: 0 !important
}

.p-relative {
    position: relative;
}

.theme-color {
    color: #E20714;
}

.bold {
    font-weight: 600;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.font-14 {
    font-size: 14px;
}

layout_style {
    width: 540px;
    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: 400px;
}

layout_style.large {
    width: 1000px;
}

layout_style payment_completed {
    display: block
}

layout_style .navbar {
    z-index: 99;
    padding: .5rem 1rem;
    width: 95%;
    margin: auto;
    box-shadow: 0px 5px 16px 0px #080F340D;
    border-radius: 20px;
    background-color: #fff;
    justify-content: space-between;
}

layout_style .navbar .btn-light-action {
    border-radius: 25px;
    border: 1px solid #E20714;
    color: #E20714;
    padding: 6px 15px;
}

layout_style .loginSection {
    padding: 30px 0 10px;
    height: unset;
}

layout_style .loginSection .account-form h4 {
    font-size: 24px;
}

layout_style .account-form h6.hint-text {
    font-size: 16px;
}

layout_style .loginSection .account-form label {
    font-size: 13px;
    color: #666666;
}

layout_style .loginSection .account-form customer_id_info .form-control {
    border: 1.5px solid #666666;
    min-height: 56px;
}

layout_style .account-form h6.hint-text {
    margin-bottom: 35px;
}

layout_style .form-check-arib {
    /*justify-content: center;*/
}

layout_style .form-check-arib a {
    color: #E20714 !important;
}

layout_style .form-check-arib .form-check-input {
    border: 2px solid #c1c1c1;
    width: 20px;
    height: 20px;
}

layout_style .form-check-arib .form-check-input.error {
    margin-top: 4px !important;
}

layout_style .form-check-arib .form-check-input:checked {
    border-color: #52c41a !important;
    background-color: #52c41a;
}

layout_style .loginSection .fxt-btn-fill,
layout_style .modal-action .btn-theme {
    background-image: none;
    background-color: #E20714;
    height: 56px;
    font-size: 16px;
}

layout_style .products-details {
    background-image: url('../../img/Finance/fund-money.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

layout_style .personal-fund {
    background-image: url('../../img/Finance/fund-money.png');
}

layout_style .car-fund {
    background-image: url('../../img/Finance/fund-car.jpg');
}

layout_style .realestate-fund {
    background-image: url('../../img/Finance/fund-realestate.jpg');
}

layout_style .credit-fund {
    background-image: url('../../img/Finance/fund-credit.jpg');
}

layout_style .products-details:before {
    content: '';
    background-color: #fff;
    opacity: 0.8;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

layout_style .products-details.personal-fund:before {
    opacity: 0.8;
}

layout_style .products-details .item-content {
    position: relative;
    padding: 15px;
}

layout_style .products-details .item-content h3 {
    font-size: 16px;
    color: #1A1A1A;
}

layout_style .products-details .item-content h5 {
    font-size: 16px;
    padding-bottom: 65px;
    margin-bottom: 0;
}

layout_style .products-details .item-content p {
    margin-bottom: 10px;
    color: #626060;
    font-size: 14px;
}

layout_style .products-details .item-content .btn {
    position: absolute;
    bottom: 15px;
    padding: 10px 20px !important;
    min-width: 100px;
    left: 0;
    margin: 10px 20px;
}

layout_style .list-of-fund-new .products-item {
    box-shadow: 0 0 10px #e5e5e5;
    margin-bottom: 20px;
    border-radius: 0 010px 10px
}

layout_style .list-of-fund-new .collapse-fund-condition {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}

layout_style .list-of-fund-new .collapse-fund-condition h6 {
    margin-bottom: 0;
}

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;
}

.input-icon .hint {
    position: absolute;
    padding: 18px 14px;
    right: 0;
    color: #535353;
    font-size: 13px;
    z-index: 2;
}

.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 40px 13px;
}

matched_fund_offers .Confirmation-Finance .Confirmation-Finance-container,
.section-small-style {
    margin: 0 auto;
    padding: 0;
    width: 470px;
    display: block;
    max-width: 100%;
}

.section-small-style .card-salary {
    padding: 0;
    width: 100%;
}

.section-small-style .list-card-old-fund {
    padding: 0 0;
}

layout_style early_payment_item .label-style-information span {
    display: block
}

layout_style early_payment_item .label-style-information>span {
    text-align: start;
}

layout_style early_payment_item .label-style-information b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

layout_style early_payment_item .early-payment-loan-check {
    position: absolute;
    left: 20px;
    top: 12px;
    width: 23px;
    height: 20px;
    cursor: pointer;
    border-radius: 8px !important;
    margin: 0;
}

layout_style early_payment_item .check-loan:checked:before {
    content: '\f00c';
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 1px;
    background-color: #52c41a;
    width: 22px;
    height: 22px;
    font-size: 14px;
    border-radius: 3px;
    top: 0px;
}

layout_style .logos img {
    height: 44px;
    margin-top: 30px
}

layout_style .form-check-checkbox label:before {
    top: -7px !important;
    font-size: 22px;
    color: #c9c9c9;
}

layout_style .form-check-checkbox input:checked+label:before {
    color: #52c41a;
}

layout_style .Personal-Finance .form-Finance label.text-danger,
layout_style .fund-new-cycle span.text-danger span {
    text-align: start;
}

layout_style .fund-new-cycle .form-check-checkbox.single-checkbox.form-check-checkbox-small {
    padding: 0 0px;
    width: 100%;
}

layout_style .fund-new-cycle .Personal-Finance.Car-Finance {
    box-shadow: none
}

layout_style .new-style-container {
    box-shadow: none;
}

.hint-icon-new span {
    border: 1px solid #a5a5a5;
    background-color: #d9d9d9;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px !important;
    margin: 0 3px;
}

.offer-info-edit-content-container .hint-icon-new {
    display: none
}

.loaderContainer {
    position: absolute;
    z-index: 99999999;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.loaderContainer.active {
    display: block;
}

.loaderContainer::before {
    content: '';
    background-color: #f3f3f3d9;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 9;
    flex-direction: column;
    line-height: 3;
    font-weight: 600;
}

/*style error pages*/
.page-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px 10px;
}

.page-error h1 {
    font-size: 100px;
    color: #e9802b;
    font-weight: 600;
    margin-bottom: 30px;
}

.page-error .btn-large-home {
    width: 340px;
    margin: 40px auto 0;
    line-height: 35px;
}

.page-error .img-error {
    width: 110px;
    margin: 30px auto;
}

.page-error h4 {
    color: #E20714;
}

.page-error h6 {
    color: #666666;
    font-weight: 600;
}

.page-error p {
    color: #666666;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center
}

.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;
}

.iframe-form {
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 15px;
    background-image: repeating-linear-gradient(-46deg, #e20714, #e20714 28px, transparent 28px, transparent 38px, #e20714 38px), repeating-linear-gradient(44deg, #e20714, #e20714 28px, transparent 28px, transparent 38px, #e20714 38px), repeating-linear-gradient(134deg, #e20714, #e20714 28px, transparent 28px, transparent 38px, #e20714 38px), repeating-linear-gradient(224deg, #e20714, #e20714 28px, transparent 28px, transparent 38px, #e20714 38px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.iframe-form .body-iframe {
    margin: 40px 0;
}

.iframe-form .body-iframe ul {
    list-style: none;
    padding: 0 30px;
}

.iframe-form .body-iframe ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.iframe-form .body-iframe ul li .img-container {
    width: 120px;
    min-width: 120px;
}

.iframe-form .body-iframe ul li h6 {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}


@-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 .main-form-input:focus {
    border: 2px solid #E20714 !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:focus+span.hint-span {
    top: 2px;
    padding: 14.5px 10px;
}

.input-group .main-form-input.is-valid {
    background: transparent;
}

.input-group {
    margin-bottom: 20px;
    flex-direction: column;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.btn:focus-visible,
.form-btn {
    padding: 10px;
    height: 56px;
    border-radius: 10px !important;
    background-color: #E20714 !important;
    display: block;
    width: 100%;
    color: #fff !important;
    margin: 20px 0px 5px;
    position: relative;
    font-size: 16px;
    border-color: #E20714 !important;
}

#resendOtpBtn.form-btn {
    background-color: transparent !important;
    color: #E20714 !important;
    border-color: #E20714 !important;
}

#resendOtpBtn.form-btn:disabled {
    background-color: #d9d9d9 !important;
    color: #4f4f4f !important;
    border: none !important;
}

a.form-btn {
    line-height: 36px;
}

.form-btn:disabled {
    cursor: not-allowed;
    background-color: #ffe4e6 !important;
    color: #efaeb7 !important;
    border: none !important;
    font-weight: 500;
}

.form-btn:hover {
    background-color: #E20714;
    opacity: 0.8;
}

.form-btn.back {
    background: transparent;
    color: #666666 !important;
    text-decoration: underline;
    text-align: right;
}

.form-btn img {
    position: absolute;
    left: 10px;
    top: 13px;
}

.icon-img.form-btn img {
    position: static;
}

.input-group label {
    font-size: 13px;
    position: relative;
    padding: 0 5px;
    display: inline;
    width: calc(100% - 20px);
    margin: 0px 5px;
    transition: all 0.3s;
}

.input-group label.error {
    margin: 2px 5px !important;
}

.select2-hidden-accessible {
    height: 0 !important;
    border: none !important;
    padding: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
}

.input-group .main-form-input.select2-hidden-accessible {
    border: none !important;
    margin: 0 !important
}

.input-group .show-pass {
    position: absolute;
    left: 15px;
    display: inline-block;
    top: 75px;
    cursor: pointer;
    z-index: 9;
    color: #8E8E8E;
    text-decoration: none;
    font-size: 20px;
}

.input-group .show-pass i.active:before {
    content: "\e62c";
}

.form-check .form-check-input {
    float: right;
    min-width: 20px !important;
    min-height: 20px !important;
    margin: 3px;
    cursor: pointer;
}

.form-check .form-check-input:checked {
    background-color: #52C41A;
    border-color: #52C41A;
}

.form-check span {
    margin: 0 5px;
    font-size: 14px;
    color: #8E8E8E;
}

.input-group input:-webkit-autofill,
.input-group input:-webkit-autofill:hover,
.input-group input:-webkit-autofill:focus,
.input-group input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.input-group label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    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;
}

.select2-hidden-accessible.error {
    margin-top: 0 !important;
}

.placeholder-container {
    display: flex;
    flex-direction: column;
}

.input-group label.error,
.placeholder-container label.error {
    order: 3;
}

label .error {
    display: none !important
}

.error~label .error {
    display: block !important
}

.form-check-conditions {
    position: relative;
}

.form-check-conditions label.error {
    position: absolute !important;
    bottom: -19px;
    width: 100%;
    padding: 0 25px;
}

input.error {
    margin-top: 0px !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;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 20px;
}

.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 {
    text-decoration: none;
    padding: 10px;
    border-radius: 10px !important;
    background-color: #E20714 !important;
    color: #fff !important;
    position: relative;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    border: none;
}

.startTimerContainer {
    text-align: center;
    display: block;
    line-height: 29px;
}

/*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: #E20714;
}


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: 555;
}

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: 50%;
    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: 24px;
    margin-inline-end: 20px;
}

.logo-img img {
    height: 18px;
    width: unset;
}

.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.read {
    background: #F9F7F7;
}

.nav-task-body:hover {
    background: #dde0e4;
}

.nav-task-body-name {
    color: #4D565C;
    font-size: 14px;
}

.nav-task-body-name img {
    margin-inline-end: 10px;
    border-radius: 3px;
    width: 32px;
}

.nav-task-body-name.english {
    font-family: MontserratSemiBold;
}





.custom-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.custom-switch .form-check-input[type=checkbox] {
    width: 70px !important;
    height: 43px !important;
    background-color: #F2F2F2 !important;
    border-color: #F2F2F2 !important;
    background-image: url('../img/light-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/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 {
    max-width: 100%;
    margin: 30px auto;
    padding: 0 15px;

}

.main-content-container .small-width {
    width: 470px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
}

.main-content-container .large-width {
    width: 570px;
    max-width: 100%;
    margin: auto;
    display: block;
}

.main-content-container .qr-img img {
    height: 250px;
    max-width: 90%;
    margin: 20px auto;
    display: block;
}

.delegate-container {
    display: flex;
}

.delegate-container label {
    margin-inline-start: 5px;
    font-size: 12px;
    padding: 0 !important;
}

.delegate-container a {
    color: #E20714;
}

.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;
}

.verification-code-container.error-alert {
    background: #FFF1F0;
    border: 1px solid #FFCCC7;
}

.verification-code-container.error-alert i {
    color: #FF4D4F;
}

.main-content-logo {
    text-align: center;
    width: 380px;
    margin: auto;
    max-width: 100%;
}

.main-content-logo.title-offers {
    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: #E20714;
}

.main-content-logo p {
    color: #000;
    margin-bottom: 20px;
}

.main-content-logo.small-width {
    width: 500px;
    margin: auto;
    max-width: 98%;
}

.main-content-logo.small-width .form-btn {
    width: 400px;
    margin: auto;
    max-width: 100%;
}

.status-checked {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
    position: relative;
    width: max-content;
    margin: auto;
}

.status-checked:before {
    content: '';
    position: absolute;
    width: calc(100% - 75px);
    border: 3px dashed #ededed;
    top: 17px;
}

.status-checked .status-item p {
    color: #1A1A1A;
    font-size: 13px;
    margin: 7px 0;
}

.status-checked span {}

.status-item .icon-status {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto;
    background-color: #dedede;
    position: relative;
}

.status-item .icon-status .fa-circle {
    font-size: 24px;
    line-height: 39px;
}

.status-item.active {}

.status-item.done {}

.status-item.active .icon-status {
    background-color: #ff9304;
    position: relative;
}

.status-item.done .icon-status {
    background-color: #52c41a;
}

.status-item .icon-status .fa-circle:before {
    color: #dedede;
}

.status-item .icon-status span {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 2;
}

.status-item.active .icon-status .fa-circle {

    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.status-item.active .icon-status .fa-circle:before {
    color: #fff;
    content: "\f110";
}

.status-item.done .icon-status .fa-circle:before {
    color: #fff;
    content: "\f00c";
}

.status-item.active .icon-status span,
.status-item.done .icon-status span {
    display: none
}

.form-container {
    margin: auto;
    width: 500px;
    max-width: 98%;
    padding: 0 15px;
}

.wizard-container {
    border-bottom: 1px solid #D9DBE9
}

.wizard-steps-container {
    width: 90%;
    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;
}

.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-between.active {
    background: #E20714 !important;
}

.wizard-between.passed {
    background: #52C41A !important;
}

.wizard-step.active span {
    background: #E20714;
    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: 55px;
    border: 0.6px solid #666666 !important;
    border-radius: 10px !important;
    margin-bottom: 0;
}

.offers-control-bar .select2-container .select2-selection--single,
.offers-control-bar .select2.select2-container .select2-selection {
    height: 47px;
    border: 0.6px solid #e2e8f0 !important;
}

.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 #E20714 !important;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px;
    color: #8E8E8E;
    line-height: 56px;
    text-align: start;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #ededed;
    padding: 0 3px;
    padding-inline-start: 20px;
}

.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: #E20714;
}

.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: 20px;
    width: 100%;
}

.control-btn.expand {}

.control-btn.expand.active {}

.back-btn i {
    line-height: 0;
    font-size: 1.1em;
    position: relative;
    top: 11px;
    color: #3f3f3f;
}

.offer-info-container {
    position: relative;
}

.offer-info-head {
    gap: 15px;
    display: flex;
    margin: 7px 0;
}

.back-btn {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding: 0 !important;
    align-items: center;
}

.back-btn img {
    height: 20px;
}

.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;
    border: none;
}

.offer-info-head b span {
    display: inline-block;
    margin-inline-start: 5px;
}

.offer-info-edit-btn {
    position: absolute;
    top: -16px;
    left: 0;
    font-size: 23px;
    width: 47px;
    height: 47px;
}

.control-container img {
    width: 22px
}

.offer-info-edit-btn img {
    width: 100%;
}

.main-canvas-container {
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background: #fff;
    transition: ease-in-out .5s all;
    -webkit-transition: ease-in-out .5s all;
    -moz-transition: ease-in-out .5s all;
    -ms-transition: ease-in-out .51s all;
    -o-transition: ease-in-out .5s all;
    padding: 20px;
    overflow: scroll;
    min-height: 100%;
    padding-bottom: 100px;
    z-index: 999;
}

.main-canvas-container.active {
    left: 0;
}

.main-canvas-container::-webkit-scrollbar {
    display: none;
}

.offer-info-edit-container-hr {
    margin: 10px -20px;
    color: #D9DBE9;
    opacity: 1;
}

.offer-info-edit-head {
    font-size: 24px;
    font-family: TajawalBold;
    color: #1A1A1A;
    margin: 20px 0 25px;
}

.offer-info-edit-content {
    background: #F2F2F2;
    padding: 10px 15px 20px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
}

.offer-info-edit-content-edit-btn {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
}


.offer-info-edit-content-edit-btn.active i:before {
    content: "\e07c";
}

.offer-info-edit-content-head {
    font-size: 24px;
    font-weight: 600;
    color: #E20714;
    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-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}

.offer-item-body .information-section {
    border-radius: 15px;
    margin-bottom: 15px;
}

.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;
}

.img-section {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.show-more-btn-offers {
    color: #E20714;
    padding: 10px 15px;
}

.show-more-btn-offers a {
    cursor: pointer;
    display: none;
    text-decoration: none;
    color: #E20714;
}

.show-more-btn-offers a.active {
    display: inline-block;
}

layout_style .img-section img {
    max-width: 100px;
    max-height: 35px;
}

layout_style .row-item-offers {
    padding: 0 10px;
}

layout_style .offers-list {
    background-color: transparent;
    width: 100%;
    padding: 0 !important;
    box-shadow: unset;
}

.img-section span {
    color: #1A1A1A;
    font-size: 18px;
}

.img-section status_offer {
    margin-inline-start: auto;
}

.img-section status_offer.arrow-icon i {
    color: #E20714;
}

.offer-item-body {
    display: none;
}

.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: #E20714 !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;
}

.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;
}

.offer-item-title {
    padding-bottom: 15px;
}

.offer-item-title .information-section.active {
    background-color: #dbdbdb;
}

.offer-item-title .information-section.active .fa-chevron-up:before {
    content: "\f078";
}

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;
}

layout_style .form-label label span {
    line-height: 2px;
}

layout_style offer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
}

.sorting-form-check-container .normal-check {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sorting-form-check-container .form-check-input {
    width: 22px;
    height: 22px;
    margin: 0;
    position: static;
    border-radius: 5px;
    border: 1px solid #666666;
    position: relative;
}

.sorting-form-check-container .form-check-input:checked {
    background-color: #52C41A;
    border-color: #52C41A;
}

.price-unit {
    position: absolute;
    left: 14px;
    top: 43px;
    z-index: 5;
    direction: ltr;
}

.tooltip-hint {
    color: #1890FF;
    cursor: pointer;
    font-size: 19px;
    margin-inline-start: 5px;
}

.tooltip-inner {
    border-radius: 13px;
    background: #E6F7FF;
    border: 1px solid #91D5FF;
    color: #000000D9;
}

.expand-close-btn {
    margin-inline-start: auto;
    font-size: 28px;
}

.col-item-compare-section {
    background: #f6fbfb;
    border-radius: 15px;
    padding: 10px 10px 0;
    color: #000;
    overflow: hidden;
}

.col-item-compare-section .row-section.card-img {
    color: #000000;
    font-family: TajawalBold;
    font-size: 24px;
    width: 100%;

}

.col-item-compare-section .col-section {
    padding: 10px calc(var(--bs-gutter-x)* .5);
}

.box-fund-container .box-fund {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    height: 75px;
}

.fund-name {
    word-break: normal;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-size: 16px;
}

.logo-bank {
    height: 50px;
    margin-bottom: 20px;
    width: 120px;
}

.box-fund-container {
    position: relative;
}

a.remove-item {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    line-height: 0;
    text-align: left;
}

a.remove-item i {
    display: block;
}

.box-fund-add-new {
    text-align: center;
    cursor: pointer;
}

.box-fund-add-new h4 {
    font-size: 12px;
    margin-bottom: 5px;
}

.col-item-compare-section .row-section {
    border-bottom: 2px solid #e2e2e2;
}

.col-item-compare-section .col-section:nth-child(2),
.col-item-compare-section .col-section:nth-child(3) {
    border-left: 2px solid #e2e2e2;
}

.best-value {
    color: #4aaf0e;
    font-weight: bold;
}

.wizard-info-car-container {
    box-shadow: 0px 4px 4px 0px #D2C9C940;
    border-radius: 15px;
    overflow: hidden;
}

.wizard-info-car-img-container img {
    width: 100%;
}

.wizard-info-car-head {
    color: #1A1A1A;
    font-size: 18px;
    margin: 20px 0;
}

.wizard-info-car-content-container {
    width: 80%;
    margin-inline-start: 20px;
    margin-bottom: 20px;
}

.wizard-info-car-price {
    color: #E20714;
    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: 12px 10px;
    align-items: center;
    margin-bottom: 15px;
    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: #000;
    font-size: 14px;
}

.verification-code-message-container.verification-warning-message-container i {
    color: #FAAD14;
}

.verification-code-message-container.verification-success-message-container {
    background: #E6F7FF;
    border: 1px solid #91D5FF;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

.verification-code-message-container.verification-danger-message-container {
    background: #FFF2F2;
    border: 1px solid #d7a7ab;
    color: #FF3B30;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.verification-code-message-container.verification-success-message-container .icon-message {
    position: relative;
    top: 6px;
    margin-inline-end: 7px;
}

.verification-code-message-container.verification-success-message-container i {
    color: #A36100;
}

.verification-code-message-container.verification-danger-message-container i {
    color: #FF3B30;
}

.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;
}

.flex-mobile-container>div {
    display: flex;
    align-items: baseline;
}

.upload-box {
    border: 0.6px solid #666666;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-box:hover {
    border-color: #666;
    background-color: #f9f9f9;
}

.uploaded-file-preview {
    border: 1px solid #e9ecef;
}

.verification-code-message-container.verification-success-message-container .flex-mobile .font-thin {
    font-weight: 400;
    font-size: 18px
}

line-heigh0 .last-step-hr {
    margin-top: 100px;
    background: #D9DBE9;
    opacity: 1;
}

.upload-box.error-border {
    border: 1.5px solid #E20714 !important;
    background-color: #FFF5F5 !important;
}

.upload-box.error-border .fa-arrow-up-from-bracket {
    color: #E20714 !important;
}

.main-form-input.error {
    border: 1.5px solid #E20714 !important;
}

.upload-box.error-border label.error {
    color: #E20714 !important;
    font-size: 12px;
    font-weight: 500;
    margin: 4px 5px !important;
    display: block;
}

.last-step-hr {
    margin-top: 100px;
    background: #D9DBE9;
    opacity: 1;
}

.confirm-order-angle-btn i:before {
    content: "\e07f";
}

.payment-hr {
    background: #D9DBE9;
    opacity: 1;
}

.payment-layer:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.payment-container {
    width: 90%;
    margin: auto;
}

.payment-offers-show-btn {
    width: 60%;
    margin: 20px auto 50px;
}

.payment-methods-container {
    text-align: center;
    margin-bottom: 50px;
    color: #1A1A1A;
}

.payment-agreement-label {
    text-decoration: underline;
    font-size: 16px !important;
    cursor: pointer;
}

.payment-methods-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.payment-methods-content-container {
    border-radius: 15px;
    background: #F2F2F2;
    padding: 20px 15px;
}

.payment-methods-content-head {
    color: #1A1A1A;
    margin-bottom: 20px;
}

.payment-methods-content-value {
    color: #1A1A1A;
    margin-bottom: 20px;
    min-width: 70px;
}

.payment-methods-content-head.last-value,
.payment-methods-content-value.last-value {
    font-family: TajawalBold;
    margin-bottom: 0;
}

.discount-input {
    background: transparent !important;
}

.discount-btn {
    position: absolute !important;
    left: 0;
    top: 0;
    background: #E20714;
    height: 56px;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 20px;
    line-height: 0;
    padding: 0 15px;
    z-index: 3 !important;
}

.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;
}

.discount-success-container>i {
    color: #52C41A;
    line-height: 0;
}

.discount-cancel-btn {
    line-height: 0;
    margin-inline-start: auto;
}

.error-discount-label {
    text-align: right;
    margin-inline-start: 15px;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    color: #EB5757 !important;
    font-size: 16px !important;
}

.delegate-input.is-invalid,
.delegate-input.is-valid {
    padding: 0 !important;
}

#agreement-error {
    display: none !important;
}

.tooltip-hint-container {
    position: absolute;
    z-index: 5555;
    background: #E6F7FF;
    padding: 10px 10px 0;
    border: 1px solid #91D5FF;
    border-radius: 10px !important;
    width: 300px;
    top: -20px;
    box-shadow: 0 5px 16px 0 #e4e7f526;
}

.tooltip-hint-container span {
    font-size: 14px;
    color: #000000D9;
    margin-inline-start: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.tooltip-hint-container p {
    color: #000000D9;
    font-size: 14px;
}

.tooltip-hint-close-btn {
    position: absolute !important;
    left: 10px;
    padding: 0;
    top: 8px;
    color: #00000073;
}

.unavailable-message-container {
    font-size: 14px;
    color: #000000D9;
    display: flex;
    background: #FFFBE6;
    border: 1px solid #FFE58F;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
}

.cat-item.unavailable .information-section {
    background: #FFFDF1;
}

.unavailable-message-container i {
    color: #FAAD14;
    margin-inline-end: 10px;
    line-height: 0;
}

.error-whatsapp-link {
    width: 150px;
    margin: 50px auto;
}

.error-container {
    width: 90%;
}

.back-to-financing-offers-btn {
    width: 170px;
    margin: 20px auto;
}

.offers-error-message-container {
    text-align: center;
    margin: 50px;
}

.offers-error-message-container p {
    margin-top: 20px;
    font-size: 20px;
    color: #1A1A1A;
}

.offers-error-message-container p span {
    font-size: .8em;
    margin-top: 14px;
    display: block;
}

layout_style .nafaz-btn.nafaz-btn-show {
    background-color: #E6F7FF;
    border: none;
    padding: 15px;
    gap: 0;
    margin: 0;
    width: 100%;
    border: 1.5px solid #91D5FF;
}

layout_style .nafaz-btn.nafaz-btn-show nic_hint {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-around;
    width: 100%;
}

button.nafaz-btn span,
.nafaz-btn span {
    width: max-content;
}

.loginSection .grid-full-page .account-form {
    width: 500px;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 20px
}

layout_style .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 #E20714;
}

layout_style .payment-form .wpwl-form .wpwl-control {
    /*text-align: start !important;*/
    height: 56px;
}

layout_style .payment-form .wpwl-form {
    padding: 15px 0px;
}

layout_style .payment-form .wpwl-form .wpwl-label {
    text-align: start !important;
}

layout_style .wpwl-wrapper>.wpwl-icon {
    right: .5625em !important;
    top: 15px;
}

layout_style .confirmation-code-disable .digit-disable,
layout_style .confirmation-code-disable .digit-disable:disabled {
    width: 83px;
    background-color: #E20714 !important;
    border: 2px solid #E20714 !important;
    color: #fff !important;
    min-height: 56px;
    border-radius: 10px;
    text-align: center;
    font-size: 27px;
    padding-inline-start: 24px;
}

layout_style .base-timer {
    position: relative;
    width: 185px;
    height: 185px;
}

layout_style .base-timer__label {
    width: 185px;
    height: 185px;
}

/*----------------------*/
.base-timer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: auto;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 6px;
    stroke: #efefef;
}

.base-timer__path-remaining {
    stroke-width: 4px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: #39b37d;
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__path-remaining.theme {
    color: #E20714;
}

.base-timer__label {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

layout_style .loginSection .account-form .form-control {
    min-height: 56px;
    border-radius: 10px;
}

layout_style .loginSection .account-form .input-icon .show-password {
    padding: 18px 11px;
}

layout_style .account-form h6.text-theme {
    color: #1A1A1A;
    font-size: 20px;
}

layout_style .form-check-input {
    border: 2px solid #666666;
}

layout_style .form-switch .form-check-input:before {
    display: none
}

layout_style .First-step .First-step-text {
    box-shadow: none;
    margin: 30px auto 25px;
    padding: 25px 30px;
}

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: #E20714;
    border: 1px solid #E20714;
}

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;
}

.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
}

layout_style payment_completed,
layout_style .wpwl-form,
layout_style .payment-container {
    width: 90%;
    margin: auto;
    width: 400px;
}

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;
}

.arib-partner {
    text-align: center;
    margin: 0;
    margin-top: 20px;
}

.arib-partner img {
    height: 18px;
}

.page-loading {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
}

.page-loading:before {
    content: '';
    left: 0;
    right: unset;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 9998;
    background-color: #000;
    opacity: 0.25;
}

.page-loading img {
    transform: translate(-50%, -50%);
    display: block;
    left: 50%;
    right: unset;
    top: 50%;
    position: fixed;
    z-index: 9999;
    width: 100px;
}

.page-loading.active {
    display: block !important;
}

/* Preloader */
.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background-color: #ffffffe6;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 18px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    right: 15px;
    top: 15px;
    border-radius: 50%;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .fav {
    position: absolute;
    width: 65px;
    transform: translate(-50%, -50%);
    top: 74px;
    left: 50%;
    /*filter: brightness(0) invert(1);*/
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1.5s infinite linear;
    border-radius: 50%;
    height: 70px;
    margin: 0 auto 16px auto;
    width: 70px;
    border: 3px solid #E20714;
    border-top-color: rgba(255, 255, 255, 0.5);
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
    position: relative;
    left: 5px;
    top: -147px;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-weight: 500;
    letter-spacing: 5px;
    display: inline-block;
    position: relative;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E20714;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 1.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    animation-delay: 1.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
    animation-delay: 2s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #E20714;
}

.hint-group {
    position: relative;
}

.hint-group .hint-span {
    position: absolute;
    top: 1px;
    z-index: 9;
    display: inline-block;
    background-color: #f2f2f2;
    padding: 15.5px 10px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px 0 0 10px;
}

.hint-group input {
    padding-inline-end: 58px !important;
    text-align: start;
}

.ryial-group {
    position: relative;
}

.ryial-group .img-ryial {
    position: absolute;
    top: 14px;
    width: 20px;
    z-index: 1;
}

.input-month-date {
    position: relative;
}

.input-month-date:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #757575;
    opacity: .75;
    font-weight: 900;
    position: absolute;
    top: 43px;
    margin: 0 6px;
    font-size: 14px;
    left: 0;
    z-index: 9;
}

.input-month-date input {
    font-size: 14px;
    min-height: 56px;
    border-radius: 10px;
    border: 0.6px solid #666666 !important;
}

.input-month-date input.form-control[readonly] {
    background-color: #fff !important;
    cursor: pointer;
}

.form-check-arib {
    display: flex;
    gap: 5px;
    font-weight: 600;
}

.list-months {
    position: absolute;
    background-color: #fff;
    z-index: 9;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 4px #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0px
}

.list-months .tabs-header {
    display: flex;
    align-items: center;
}

.list-months .tabs-header a {
    padding: 5px 25px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #e0e3eb;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
}

.list-months .tabs-header a.active {
    background-color: #E20714;
    color: #fff;
}

.list-month ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 140px;
    overflow: auto
}

.list-month ul li {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
}

.list-month ul li.selected,
.list-month ul li:hover {
    background-color: #ededed;
}

.form-check-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

.large-img,
.otp-img {
    height: 90px;
    width: 90px;
}

.timer-container {
    gap: 3px;
}

.small-img {
    height: 34px;
    width: 34px;
}

.funds-installment-container {}

.funds-installment-container .funds-installment-item {
    width: 100%;
    margin-bottom: 15px;
    background-color: #EEEBEB;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.funds-installment-container .funds-installment-item:hover {
    background-color: #cdcdcd;
}

.funds-installment-container .funds-installment-item h2 {
    font-weight: 900;
    font-size: 24px;
}

.funds-installment-container .funds-installment-item img {
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-error h1 {
    font-size: 75px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -90px;
}

.page-error .btn-large-home {
    width: 300px;
    margin: 20px auto 0;
    line-height: 35px;
    max-width: 85%;
}

.page-error h6 {
    color: #666666;
    font-weight: 600;
}

.page-error p {
    color: #666666;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center
}

.img-Culture img {
    width: 46px;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.action-requirment {
    position: relative;
}

.warning-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #e20714;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.request-section {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin: 0 -22px 20px;
    background-color: #F2F2F2;
    flex-wrap: wrap;
    position: relative;
}

.request-section .request-number {
    font-size: 22px;
    font-weight: 600;
}

.request-information {
    display: flex;
    flex-direction: column;
}

.request-information .hint-text {
    font-size: 14px;
    color: #ABB7C2;
}

.request-information.success-request {
    position: absolute;
    margin: 0 20px;
}

.request-information.success-request img {
    margin-bottom: 5px;
    width: 110px;
}

.badge-style {
    display: inline-block;
    width: max-content;
    font-size: 13px;
    padding: 0px 7px;
    border-radius: 25px;
}

.bg-gray {
    border: 1px solid #202020;
    background-color: #ECECEC;
    color: #202020;
}

.bg-purple {
    border: 2px solid #A899F1;
    background-color: #F7F5FF;
    color: #3818D9;
}

.bg-green {
    border: 2px solid #6DC580;
    background-color: #F0F9F2;
    color: #6DC580;
}

.bg-red {
    border: 2px solid #E2A1A1;
    background-color: #F9F2F2;
    color: #BA1717;
}

.bg-theme {
    border: 2px solid #0D0D0D;
    background-color: #E20714;
    color: #fff;
}

.bg-yellow {
    border: 2px solid #F3DE71;
    background-color: #fff4c3;
    color: #796600;
}

.large-padding {
    padding: 4px 10px;
}

.reload-btn {
    position: absolute;
    font-size: 30px;
    cursor: pointer;
}

.reload-btn:hover {
    opacity: 0.8;
}

.timer-otp {
    display: inline-flex;
    gap: 3px;
    align-items: center;
    text-decoration: none;
    color: #787878;
    position: relative;
    top: 1px;
}

.timer-otp i {
    font-size: 13px;
}

.timer-otp span {
    color: #E20714;
}

resend_otp,
send_otp {
    display: none;
}

resend_otp.active {
    cursor: pointer
}

resend_otp.active,
send_otp.active {
    display: inline-block;
}

.riyal-currency img {
    width: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* Removes any default margin that might be present */
}

.hint-try-count {
    background-color: #f3f3f3;
    color: #666;
}

.upload-progress-container {
    display: none;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    background: #fff;
}

.icon-circle {
    width: 48px;
    height: 48px;
    background-color: #dffff0;
    border-radius: 50%
}

.main-content-container .arib-partner {
    position: absolute;
    bottom: -20px;
    width: 100%;
}

.main-content-container {
    min-height: calc(100vh - 200px);
    padding-bottom: 10px !important;
    position: relative;
}

@media (min-width: 768px) {
    .show-title-mobile .back-btn {
        display: none;
    }
}

@media (min-width: 992px) {
    .custom-margin-back {
        margin: -25px 0 20px !important;
    }

    .main-content-container {
        min-height: calc(100vh - 200px);
        padding-bottom: 10px;
        position: relative;
    }


}

@media (max-width: 992px) {
    .status-checked {
        gap: 15px;
    }

    .main-content-container {
        padding: 0 15px;
    }

    .request-section .request-number {
        font-size: 18px;
    }

    .request-section {
        margin: 0 0px 20px;
    }

    .request-information {
        position: static;
        margin: 10px auto;
        width: 100%;
    }

    .page-error h1 {
        font-size: 40px;
    }

    .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 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tooltip-hint-container {
        left: 0;
    }

    layout_style {
        margin: 10px auto;
        padding: 5px 0 35px;
    }

    layout_style .loginSection {
        padding: 10px 0 10px;
    }

    layout_style .navbar {
        padding: .5rem 0.5rem;
    }



    layout_style .navbar .nav-link {
        padding: .5rem 0.2rem;
    }

    layout_style .navbar .navbar-toggler {
        padding: .25rem .3rem;
    }

    .logo-img {
        width: 75px;
    }

    layout_style .col-item-compare-section .box-fund img {
        max-height: 30px;
    }
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .d-none-print {
        display: none !important;
    }

    .more-details {
        display: flex !important;
    }

    .show-more-info {
        display: none !important;
    }

    .information-section {
        -moz-column-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .cat-item.choose .information-section {
        background: #DFF5D6 !important;
    }

    .compare-section {
        display: none !important;
    }
}



/* Tenure Cards Design */
.tenure-cards-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.tenure-card {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: baseline;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
    user-select: none;
}

.tenure-card:hover {
    border-color: #00BC7D;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.tenure-card.active {
    background-color: #ECFDF5;
    border: 2px solid #00BC7D;
}

.tenure-card-selection {
    margin-inline-start: 20px;
    display: flex;
    align-items: center;
}

.tenure-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #E2E8F0;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    outline: none;
    margin: 0;
}

.tenure-checkbox:checked {
    background-color: #52C41A;
    border-color: #52C41A;
    box-shadow: 0 0 0 2px rgba(82, 196, 26, 0.1);
}

.tenure-checkbox:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
}

.tenure-checkbox:hover {
    border-color: #52C41A;
}

.tenure-card-info {
    flex: 1;
}

.tenure-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.tenure-duration {
    font-size: 20px;
    font-weight: 700;
    color: #0D0D0D;
}

.lowest-price-badge {
    font-size: 12px;
    font-weight: 600;
    color: #52C41A;
    background-color: #F0F9F2;
    border: 1px solid #B7EB8F;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.tenure-icon-container {
    width: 40px;
    height: 40px;
    background-color: #F3F4F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A5568;
    font-size: 18px;
}

.tenure-card.active .tenure-icon-container {
    background-color: #B1F4D5;
    color: #2D3748;
}

.tenure-card.active .tenure-icon-container img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(6%) saturate(1525%) hue-rotate(177deg) brightness(97%) contrast(87%);
}

.tenure-card-details {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #666;
    max-width: 270px;
    gap: 5px;
}

.detail-value {
    color: #0D0D0D;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 2px;
}

.detail-value img.currency-icon {
    width: 14px;
    height: 14px;
}

.search-offers-btn {
    background-color: #E20714;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px;
}

.search-offers-btn:hover {
    background-color: #c00611;
}

.search-offers-btn:disabled {
    background-color: #F9E2E2;
    color: #F8B4B4;
    cursor: not-allowed;
}

/* New Offer Item Design */
.offer-card {
    background: #fff;
    border-radius: 16px;
    border: 2px solid #E2E8F0;
    padding: 14px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.offer-card:hover,
.offer-card.selected {
    border: 2px solid #E20714;
}

.offer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-header .title-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.offer-selection-wrapper {
    display: flex;
    align-items: center;
}

.offer-radio-custom {
    appearance: none;
    -webkit-appearance: none;
    width: 34px;
    height: 34px;
    border: 3px solid #E5E7EB;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    background-color: #fff;
    position: relative;
}

.offer-radio-custom:checked {
    background-color: #52C41A;
    border-color: #D1D5DB;
}

.offer-radio-custom:checked::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1.5px solid #fff;
    border-radius: 50%;
}

.offer-radio-custom:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    line-height: 24px;
}

.offer-badge-green {
    background-color: #DCFCE7;
    color: #166534;
    padding: 4px 11px;
    border-radius: 8px;
    font-size: 14px;
}

.offer-entity-details {
    display: flex;
    align-items: center;
    gap: 12px;
}

.offer-entity-details span {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
}

.offer-entity-logo {
    height: 35px;
    object-fit: contain;
}

.offer-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin-bottom: 20px;
}

.offer-grid-container.offer-grid-collapsed .grid-detail-card:nth-child(n+4) {
    display: none;
}

.offer-details-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background-color: unset;
}

.offer-details-toggle:hover {}

.offer-details-toggle i {
    transition: transform 0.2s ease;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    line-height: 25px;
    border-radius: 50%;
    font-size: 12px;
}

.offer-details-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.grid-detail-card {
    background-color: #F2F2F2;
    border-radius: 12px;
    padding: 11px 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #E5E5E5;
    padding-inline-start: 8px;
}

.grid-detail-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.grid-detail-label {
    font-size: 14px;
    color: #4A5565;
}

.grid-detail-value {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    gap: 4px;
}

.grid-detail-value total_amount {
    color: #E20714;
}

.grid-detail-value total_amount img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(51%) saturate(4624%) hue-rotate(343deg) brightness(104%) contrast(122%) !important;
}

.grid-detail-value>span {
    font-size: 12px;
}

.grid-detail-value img {
    height: 16px;
}

.grid-detail-icon-bg {
    min-width: 32px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.grid-detail-icon-bg img {
    width: 18px;
    max-height: 17px;
}

.offer-fees-row {
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    margin-bottom: 24px;
    color: #475569;
    font-size: 15px;
}

.fee-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fee-item b {
    color: #1A1A1A;
}

.btn-choose-offer {
    width: 100%;
    background-color: #E20714;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.offer-card .btn-choose-offer {
    font-weight: 400;
}

.btn-choose-offer:hover {
    background-color: #C50611;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .grid-detail-icon-bg {
        display: none;
    }

    .offer-header {
        margin-bottom: 0px;
    }

    layout_style.large .main-content-container {
        padding: 0 0px !important;
    }

    layout_style.large .grid-detail-value {
        font-size: 14px;
    }

    layout_style.large .grid-detail-value img {
        height: 14px;
    }

    .offer-grid-container {}

    .offer-header {
        gap: 10px;
    }

    .offer-badge-green {
        order: 1;
    }
}

/* Step 3: Confirmation Design */
.confirm-container {
    max-width: 600px;
    margin: 10px auto 30px;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
}

.confirm-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.confirm-icon-circle {
    width: 64px;
    height: 64px;
    background-color: #D1FAE5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-icon-circle i {
    color: #059669;
    font-size: 30px;
}

.confirm-header {
    margin-top: 15px;
}

.confirm-title {
    font-size: 24px;
    font-weight: 700;
    color: #0D0D0D;
    margin-bottom: 5px;
}

.confirm-subtitle {
    font-size: 14px;
    color: #6B7280;
}

/* --- Refined List View Styles --- */

.list-view-header {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 5px;
    padding: 20px 4px;
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #4A5568;
    text-align: center;
    border: 1px solid #EDF2F7;
    align-items: center;
}

.header-col {
    width: 100%;
    padding: 0 9px;
}

.tenure-group-header {
    padding: 12px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.tenure-group-header.collapse-header {
    background: #F8FAFC;
}

.tenure-group-header.collapse-header .fa-chevron-up:before {
    content: "\f078";
}

.tenure-group-header .group-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #1E293B;
    width: 100%;
    justify-content: space-between;
}

.offer-row-list {
    background: #fff;
    border-radius: 0;
    padding: 4px 6px;
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    align-items: center;
    gap: 15px;
    box-shadow: none;
    border: 1px solid #EDF2F7;
    border-top: none;
    transition: all 0.2s;
}

.offer-row-list:hover {
    border-color: #FEF2F2 !important;
    background-color: #FEF2F2;
    z-index: 1;
}

.offer-row-list:last-child {
    border-radius: 0 0 12px 12px;
}

.entity-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-entity-logo {
    height: 28px;
    width: auto;
}

.row-col {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.col-value {
    font-weight: 700;
    color: #2D3748;
    font-size: 15px;
}

.col-value img {
    width: 13px;
}

.badge-approval {
    background: #F0FFF4;
    color: #38A169;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
}

.btn-choose-red {
    background: #E20714;
    color: #fff;
    border: none;
    border-radius: 10px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    width: 60px;
}

.btn-choose-red:hover {
    background: #C50611;
    box-shadow: 0 4px 12px rgba(226, 7, 20, 0.2);
}

/* --- Select2 Multi-Select Refinement --- */
.select2-container--default .select2-selection--multiple {
    border: 1.5px solid #E2E8F0;
    border-radius: 10px;
    padding: 2px 8px;
    background-color: #F8FAFC;
    min-height: 48px;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #E20714;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(226, 7, 20, 0.1);
    outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #E20714;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 5px;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background: transparent;
}

.select2-dropdown {
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #E20714 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F1F5F9;
    color: #E20714;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #94A3B8;
    font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 1000px) {
    .list-view-header {
        display: none;
    }

    .offer-row-list {
        grid-template-columns: 1fr 1fr;
        padding: 20px;
        gap: 20px;
        border-radius: 12px !important;
        margin-top: 15px;
        border: 1px solid #EDF2F7;
    }

    .offer-row-list .row-col {
        text-align: right;
    }

    .entity-col,
    .action-col {
        grid-column: span 2;
        justify-content: flex-start;
    }

    .offer-row-list .col-value::before {
        content: attr(data-label);
        display: block;
        font-size: 11px;
        color: #718096;
        margin-bottom: 2px;
    }
}

.confirm-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.summary-card {
    background: #F3F4F6;
    border-radius: 12px;
    padding: 12px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 90px;
}

.summary-logo {
    max-height: 35px;
    max-width: 90%;
    object-fit: contain;
}

.summary-label {
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 5px;
    font-weight: 500;
}

.summary-value {
    font-size: 18px;
    font-weight: 700;
    color: #0D0D0D;
    display: flex;
    align-items: center;
    gap: 3px;
}

.summary-value img {
    height: 12px;
}

.confirm-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.btn-confirm-submit {
    background-color: #E20714;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

.btn-confirm-submit:hover {
    background-color: #b70e16;
    color: #fff;
}

.btn-confirm-back {
    background-color: #fff;
    color: #E20714;
    border: 1px solid #E20714;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

@media (max-width: 640px) {
    .confirm-summary-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* Processing Screen New Design */
.processing-container {
    max-width: 540px;
    margin: 40px auto;
    text-align: center;
}

.loading-wrapper {
    display: flex;
    justify-content: center;
}

.loading-dot-spinner {
    position: relative;
    width: 60px;
    height: 60px;
}

.loading-dot-spinner .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #CBD5E1;
    border-radius: 50%;
    animation: dot-loading 1.2s infinite ease-in-out both;
}

.loading-dot-spinner .dot:nth-child(1) {
    top: 0;
    left: 25px;
    animation-delay: 0s;
}

.loading-dot-spinner .dot:nth-child(2) {
    top: 7px;
    left: 43px;
    animation-delay: -0.1s;
}

.loading-dot-spinner .dot:nth-child(3) {
    top: 25px;
    left: 50px;
    animation-delay: -0.2s;
}

.loading-dot-spinner .dot:nth-child(4) {
    top: 43px;
    left: 43px;
    animation-delay: -0.3s;
}

.loading-dot-spinner .dot:nth-child(5) {
    top: 50px;
    left: 25px;
    animation-delay: -0.4s;
}

.loading-dot-spinner .dot:nth-child(6) {
    top: 43px;
    left: 7px;
    animation-delay: -0.5s;
}

.loading-dot-spinner .dot:nth-child(7) {
    top: 25px;
    left: 0;
    animation-delay: -0.6s;
}

.loading-dot-spinner .dot:nth-child(8) {
    top: 7px;
    left: 7px;
    animation-delay: -0.7s;
}

@keyframes dot-loading {

    0%,
    80%,
    100% {
        transform: scale(0.6);
        opacity: 0.3;
    }

    40% {
        transform: scale(1.2);
        opacity: 1;
        background-color: #94A3B8;
    }
}

.verification-checklist {
    background: #F8FAFC;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checklist-item {
    display: none;
}

.checklist-item {
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    color: #64748B;
    transition: all 0.3s ease;
}

.checklist-item.pending,
.checklist-item.error,
.checklist-item.success {
    display: flex;
}

.checklist-item.error {
    margin-top: 0 !important;
}

.checklist-item .step-text {
    font-size: 16px;
}

.checklist-item .step-status i {
    font-size: 20px !important;
    margin: 0 !important;
    display: none;
}

.checklist-item.pending .step-text {
    color: #1E293B;
    font-weight: 500;
}

.checklist-item.pending .status-icon.pending {
    display: block;
    color: #3B82F6;
}

.checklist-item.success .step-text {
    color: #1E293B;
}

.checklist-item.success .status-icon.success {
    display: block;
    color: #29BD8B;
}

.checklist-item.error .step-text {
    color: #EF4444;
}

.checklist-item.error .status-icon.error {
    display: block;
    color: #EF4444;
}

.alert-red {
    background-color: #FEF2F2;
    border: 1px solid #FEE2E2;
    color: #EF4444;
    padding: 16px;
    border-radius: 12px;
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
}

.info-box {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 16px;
    border-radius: 12px;
    text-align: start;
}

.contact-link {
    color: #1E293B;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.btn-retry {
    background-color: #E20714;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}

.btn-retry:hover {
    background-color: #b70e16;
    color: #fff;
}

.processing-warning {
    background-color: #FFFBEB;
    border: 1px solid #FEF3C7;
    color: #D97706;
    padding: 12px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
}

/* Fail Screen Styles */
.fail-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.back-link-text {
    color: #64748B;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.back-link-text:hover {
    color: #1E293B;
}

.no-offer-icon-wrapper {
    position: relative;
    display: inline-block;
}

.no-offer-img {
    width: 130px;
    margin: 0 auto 10px;
}

.info-box-light {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 14px;
    text-align: start;
}

.custom-bullet-list li {
    position: relative;
    padding-inline-start: 10px;
    color: #475569;
    font-size: 14px;
    margin-bottom: 10px;
    list-style: none;
}



.information-calls {
    display: flex;
    align-items: center;
}

.information-calls .contact-item {
    display: flex;
    align-items: center;
    color: #1E293B !important;
    font-size: 15px;
    min-width: calc(50% - 15px);
    gap: 6px;
    text-decoration: none !important;
}

.information-calls .contact-item i {
    color: #E20714 !important;
}

/* --- Redesigned Offers UI --- */

.offers-control-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.control-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex: 1;
    align-items: center;
}

.control-group label {
    font-size: 12px;
    font-weight: 600;
    color: #4A5568;
    min-width: 70px;
}

.control-group .select2-container {
    min-width: 150px !important;
}

.control-group .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    max-height: 55px;
    margin-top: 2px;
}

.control-group .select2.select2-container .select2-selection .select2-selection__rendered {
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.control-group .select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: 30px;
    line-height: 30px;
    display: none !important;
}

.control-select {
    height: 48px;
    border: 1.5px solid #E2E8F0;
    border-radius: 10px;
    padding: 0 12px;
    background-color: #F8FAFC;
    color: #2D3748;
    font-size: 12px;
    transition: all 0.2s;
    cursor: pointer;
}

.control-select:focus {
    border-color: #E20714;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(226, 7, 20, 0.1);
}

.view-toggles {
    display: flex;
    gap: 10px;
    background: #F1F5F9;
    padding: 6px;
    border-radius: 12px;
}

.view-btn {
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    color: #94A3B8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 18px;
}

.view-btn:hover {
    color: #64748B;
}

.view-btn.active {
    background: #E20714;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #fff;
}

/* Grid View Styles */
.offers-grid-view {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #F2F2F2;
    padding: 16px;
}

.tenure-group-grid-body {}

.offer-card {
    background: #fff;
    border-radius: 20px;
    padding: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #EDF2F7;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.offer-card-grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.card-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #F0FFF4;
    color: #2F855A;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.card-entity {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.entity-logo {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.entity-name {
    font-size: 18px;
    font-weight: 700;
    color: #2D3748;
}

.card-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon img {
    height: 20px;
}

.stat-icon.pink {
    background: #FFF5F5;
}

.stat-icon.blue {
    background: #EBF8FF;
}

.stat-icon.green {
    background: #F0FFF4;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-label {
    font-size: 12px;
    color: #718096;
}

.stat-value {
    font-size: 17px;
    font-weight: 700;
    color: #2D3748;
}

.stat-value small {
    font-size: 12px;
    color: #718096;
    margin-right: 4px;
}

.card-footer-details {
    padding-top: 15px;
    border-top: 1px dashed #E2E8F0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-detail {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #4A5568;
}

.footer-detail strong {
    color: #2D3748;
}

.btn-select-offer {
    background: #E20714;
    color: #fff;
    border: none;
    border-radius: 12px;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: auto;
}

.btn-select-offer:hover {
    background: #C50611;
    box-shadow: 0 4px 12px rgba(226, 7, 20, 0.2);
}

/* List View Styles */
.offers-list-view {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.offer-row-list {
    background: #fff;
    border-radius: 16px;
    padding: 10px 4px;
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #EDF2F7;
    transition: all 0.2s;
    overflow: hidden;
    /* Ensure details don't overflow */
}

.offer-row-list:hover {
    border-color: #E20714;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.offer-row-list.selected {
    border-color: #E20714;
    background-color: #FFF5F5 !important;
}

.entity-col {
    display: flex;
    align-items: center;
    gap: 12px;
}

.row-entity-logo {
    height: 28px;
    width: auto;
}

.row-entity-name {
    font-weight: 700;
    color: #2D3748;
    font-size: 15px;
}

.row-col {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.col-label {
    font-size: 11px;
    color: #718096;
    margin-bottom: 2px;
}

.col-value {
    font-weight: 700;
    color: #2D3748;
    font-size: 15px;
}

.col-value.highlighted {
    color: #38A169;
}

.btn-select-offer-outline {
    background: transparent;
    border: 1.5px solid #E20714;
    color: #E20714;
    border-radius: 10px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-select-offer-outline:hover {
    background: #E20714;
    color: #fff;
}

/* Mobile List View Header (Sub-header) */
.mobile-list-view-header {
    background: #f8fafc;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #edf2f7;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.mobile-header-col {
    font-size: 10px;
    font-weight: 700;
    color: #718096;
    text-align: center;
    flex: 1;
}

/* Mobile Expanded Details */
.mobile-row-details {
    grid-column: 1 / -1;
    background: #fff;
    border-top: 1px dashed #edf2f7;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.mobile-row-details .detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mobile-row-details .detail-label {
    font-size: 14px;
    color: #718096;
}

.mobile-row-details .detail-value {
    font-size: 15px;
    font-weight: 700;
    color: #2d3748;
}

.mobile-row-details .detail-value img {
    width: 14px;
    position: relative;
    top: -1px;
}

.mobile-row-details .badge-approval {
    margin-inline-end: 0;
}

.offer-row-list .btn-choose-red {
    height: 29px;
    margin: 0 auto 5px;
    width: max-content;
    padding: 3px 4px;
    min-height: 34px;
    min-width: 50px;
}

.offer-row-list .col-value {
    margin: 0 auto 5px;
}

.toggle-col {
    color: #E20714;
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.3s;
}


.tenure-card {
    align-items: flex-start;
}

.offer-row-list.expanded .toggle-col {
    /* transform: rotate(180deg); done via JS or class */
}

/* Responsive Adjustments */
@media (max-width: 1100px) {
    .offer-row-list {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 20px;
        gap: 20px;
    }

    .action-col {
        grid-column: span 3;
    }
}

@media (max-width: 768px) {
    .offers-control-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .offer-row-list {
        /* [Logo] [DP] [Installment] [Button] [Chevron] in desktop order, then we use order or fixed grid */
        grid-template-columns: 80px 1fr 1fr 1fr 40px !important;
        padding: 15px 0 !important;
        gap: 0 !important;
    }

    /* RTL specific overrides for the grid order if necessary */
    [dir="rtl"] .offer-row-list {
        grid-template-columns: 80px 1fr 1fr 1fr 40px !important;
        /* Keep it logic-based or rearrange */
    }

    /* We need to ensure the columns match the mobile sub-header */
    .mobile-list-view-header {
        display: flex !important;
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-header-col:first-child {
        width: 80px;
        flex: none;
    }

    .mobile-header-col:last-child {
        width: 40px;
        flex: none;
    }

    .offer-row-list .entity-col {
        grid-column: 1;
        justify-content: center;
    }

    .offer-row-list .col-down-payment {
        grid-column: 2;
    }

    .offer-row-list .col-installment {
        grid-column: 3;
    }

    .offer-row-list .action-col {
        grid-column: 4;
        padding: 0 4px;
    }

    .offer-row-list .toggle-col {
        grid-column: 5;
    }

    .offer-row-list .row-col {
        justify-content: center;
    }

    .btn-choose-red {
        width: 100%;
        padding: 6px 4px;
        font-size: 11px;
        min-height: 38px;
    }

    .offers-grid-view {
        grid-template-columns: 1fr;
    }

    /* Tenure group header arrow fix */
    .tenure-group-header .group-info i {
        margin-right: auto;
    }

    [dir="rtl"] .tenure-group-header .group-info i {
        margin-right: 0;
        margin-left: auto;
    }
}

/* Track Order Status Page */
.track-status-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.track-status-container .grid-detail-label {
    font-size: 12px;
    line-height: 14px;
}

.status-icon-main {
    width: 80px;
    height: 80px;
    background-color: #A7F3D0;
    color: #059669;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto;
}

.status-title {
    font-weight: 800;
    font-size: 24px;
    color: #111827;
}

.status-subtitle {
    font-size: 16px;
}

.order-summary-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 17px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.fund-items-summary-card {
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    padding: 20px 22px 14px;
    color: #151515;
}

.fund-items-summary-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 18px;
}

.fund-items-summary-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d7d7d7;
}

.fund-items-summary-row,
.fund-items-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.fund-items-summary-name {
    display: flex;
    align-items: baseline;
    gap: 4px;
    min-width: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: inherit;
    overflow-wrap: anywhere;
}

.fund-items-summary-quantity {
    font-weight: 800;
    white-space: nowrap;
}

.fund-items-summary-price {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.fund-items-summary-price img {
    width: 16px;
}

.fund-items-summary-total {
    padding-top: 14px;
    font-size: 20px;
    font-weight: 500;
}

.fund-items-summary-total .fund-items-summary-price {
    color: #E20714;
    font-weight: 800;
}

.fund-items-summary-total .fund-items-summary-price img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(97%) saturate(5707%) hue-rotate(350deg) brightness(89%) contrast(102%);
}

.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    background-color: #D9E6FF;
    color: #0066CC;
}

.status-badge.pending {
    background-color: #FEF3C7;
    color: #D97706;
}

.status-badge.approved {
    background-color: #DCFCE7;
    color: #009966;
}

.status-badge.rejected {
    background-color: #FFD4D4;
    color: #E20714;
}

.summary-grid-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.track-detail-item {
    background-color: #F3F4F6;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.2s ease;
}

.track-detail-item:hover {
    transform: translateY(-2px);
}

.detail-icon {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E20714;
    font-size: 14px;
}

.detail-text {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 11px;
    color: #6B7280;
    font-weight: 500;
}

.detail-value {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.btn-primary-jarir {
    background-color: #E20714;
    border-color: #E20714;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-primary-jarir:hover {
    background-color: #b70e16;
    border-color: #b70e16;
    transform: scale(1.05);
    color: #fff;
}

.action-section .btn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.action-buttons.has-report-action {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 10px;
}

.sticky-complete-action-section .action-buttons:not(.has-report-action) #complete-request-btn {
    max-width: none;
}

.action-buttons.has-report-action #complete-request-btn {
    flex: 0 0 calc(60% - 5px);
    max-width: none;
}

.action-buttons.has-report-action .action-report-wrapper {
    flex: 1 1 0;
}

.action-buttons.has-report-action .btn {
    max-width: none;
    margin: 0 !important;
    height: 56px;
    white-space: normal;
    line-height: 1.2;
    font-size: 14px;
}

.has-sticky-complete-action {
    padding-bottom: 55px !important;
}

.sticky-complete-action-section {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
    width: 100%;
    max-width: 540px;
    margin: 0 auto !important;
    padding: 12px 16px 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -10px 24px rgba(17, 24, 39, 0.12);
}

layout_style.large .sticky-complete-action-section {
    max-width: 1000px;
}

/* Timeline */
.timeline-section-wrapper {
    background-color: #F9FAFB;
    border-radius: 0;
    padding: 24px;
    margin: 0 -35px;
}

.timeline-container {
    position: relative;
    padding-right: 50px;
}

/* RTL Specific for timeline line */
[dir="rtl"] .timeline-container {
    padding-right: 45px;
    padding-left: 0;
}

.timeline-item {
    position: relative !important;
    margin-bottom: 30px !important;
}

.timeline-marker {
    position: absolute;
    right: -32px;
    top: 0;
    width: 2px;
    height: calc(100% + 30px);
}

.timeline-marker::before {
    background-color: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}

.timeline-item:last-child .timeline-marker::before {
    display: none;
}

.dark-mode .timeline-marker::before {
    background-color: #061e2e;
}

.dark-mode .timeline-item .timeline-marker::after {
    background-color: #23273f;
}

.timeline-item .timeline-marker::after {
    content: "";
    border-radius: 50%;
}

.timeline-item.box-success .timeline-marker::before {
    background-color: #10B981;
}

.timeline-item.box-error .timeline-marker::before {
    background-color: #FECACA;
}

.timeline-item .timeline-marker::after {
    content: "";
    border-radius: 50%;
    background-image: none;
    width: 45px;
    display: inline-block;
    height: 45px;
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -6px;
    right: -23px;
}

.timeline-item.box-comming .timeline-marker::after {
    content: "";
    font-family: inherit;
    font-weight: normal;
    background-image: none;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -6px;
    right: -10px;
    background-color: #C3C5C8;
    color: transparent;
    font-size: 16px;
    box-shadow: 0 0 0 12px #E5E5E5;
}

.timeline-item.box-comming .timeline-marker::before {
    background-color: #E5E5E5;
}

.timeline-item.box-active .timeline-marker::after {
    content: "";
    font-family: inherit;
    font-weight: normal;
    background-image: none;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -6px;
    right: -18px;
    background-color: #FCBF83;
    color: transparent;
    font-size: 16px;
    box-shadow: 0 0 0 8px #FEF3C7;
    animation: timelineMarkerFlash 1.4s ease-in-out infinite;
}

.timeline-item.box-active .timeline-marker::before {
    background-color: #FDE68A;
}

.timeline-item.box-active .timeline-marker::after {
    content: "";
    font-family: inherit;
    width: 30px;
    height: 30px;
    top: -7px;
    right: -16px;
    color: transparent;
    background-color: #FDBA74;
    border: 4px solid #FEF3C7;
    box-sizing: content-box;
    animation: timelineActivePulse 1.6s ease-in-out infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes timelineActivePulse {

    0%,
    100% {
        transform: scale(0.92);
        box-shadow: 0 0 0 0 rgba(253, 186, 116, 0.35);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(253, 186, 116, 0);
    }
}

@keyframes timelineMarkerFlash {

    0%,
    100% {
        box-shadow: 0 0 0 6px rgba(254, 243, 199, 0.9);
    }

    50% {
        box-shadow: 0 0 0 14px rgba(254, 243, 199, 0.95);
    }
}

.timeline-item.box-success .timeline-marker::after {
    background-image: url(./../img/status-scuess.svg);
    width: 40px;
    height: 40px;
    right: -21px;
}

.timeline-item.box-error .timeline-marker::after {
    background-image: url(./../img/error-status-request.svg);
    width: 40px;
    height: 40px;
}

.timeline-item:last-child .timeline-marker {
    height: 100%;
}

[dir="ltr"] .timeline-marker {
    left: -36px;
    right: auto;
}

.timeline-item.box-success .timeline-marker {
    color: #10B981;
}

.timeline-item.box-error .timeline-marker {
    color: #EF4444;
}

.status-box {
    border: 2px solid transparent;
    border-radius: 12px;
}

.box-header-actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 11px;
}

.box-header-actions span {
    display: inline-block;
    text-align: end;
}

.box-header-actions span.status-time {
    margin-bottom: 6px;
    font-size: 13px;
    direction: ltr;
}

.box-success .status-box {}

.box-error .status-box .smalltext-muted {
    color: #E20714;
}

.status-box .status-text {
    min-width: 60px;
    text-align: end;
    font-size: 14px;
}

.box-success .status-box .status-text {
    color: #10B981;
}

.box-error .status-box .status-text {
    color: #EF4444;
}

.timeline-item .status-name {
    font-size: 15px;
}

.timeline-item.box-active .status-name {
    color: #E17100;
}

.box-active .status-box .status-text {
    color: #E17100;
}

.timeline-item.box-comming .status-name {
    color: #999999;
}

.contact-info-mini {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.timeline-content .box-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline-content .box-body.flex-column {
    flex-direction: column;
}

.timeline-item.box-error .status-name {
    color: #717171;
    font-size: 17px;
}

.box-error .status-box {
    font-size: 14px;
}

.title-offers {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-offers h6 {
    font-weight: 600;
}

.title-offers h6 span {
    color: #E20714;
    display: inline-block;
    margin: 0 5px;
}

.title-offers h6 img {
    width: 18px;
    position: relative;
    top: -2px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(90%) saturate(5404%) hue-rotate(351deg) brightness(113%) contrast(103%);
}

.title-offers h6.second-title {
    font-weight: 400;
    font-size: 13px;
}

.title-offers h6.second-title span {
    font-size: 15px;
    font-weight: 600;
}

.fund-progress-bar {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 420px;
    margin: 0 auto 22px;
    padding: 20px 0 2px;
}

.fund-progress-step {
    position: relative;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
    text-align: center;
}

.fund-progress-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 50%;
    z-index: 0;
    width: 100%;
    height: 1.5px;
    background-color: #D9D9D9;
}

.fund-progress-step.is-done:not(:last-child)::after {
    background-color: #29BD8B;
}

.fund-progress-icon {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fund-progress-icon img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.fund-progress-label {
    color: #0D0D0D;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .fund-progress-label {
        white-space: unset;
    }

    .fund-progress-bar {
        max-width: 100%;
    }
}

.fund-progress-step.is-current .fund-progress-icon {
    background-color: #FFE58F;
}

.fund-progress-step.is-current .fund-progress-icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(307deg) brightness(104%) contrast(97%);
}

.fund-progress-step.is-waiting .fund-progress-icon {
    background-color: #F2F2F2;
}

.fund-progress-step.is-waiting .fund-progress-icon img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(5%) hue-rotate(346deg) brightness(90%) contrast(94%);
}

.fund-progress-step.is-waiting .fund-progress-label {
    color: #9B9B9B;
}

.fund-progress-step.is-done .fund-progress-icon {
    background-color: #29BD8B;
}

.fund-progress-step.is-done .fund-progress-icon img {
    filter: brightness(0) invert(1);
}

.fund-progress-step.is-done .fund-progress-label {
    font-weight: 600;
}

.form-control:disabled {
    background-color: #f2f2f2;
    cursor: no-drop;
}

layout_style .navbar.read-only {
    position: relative;
    opacity: 0.5;
}

layout_style .navbar.read-only::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: no-drop;
}

.icon-circle i.uploaded-file::before {
    content: '\f058';
}

.fa-envelope {
    font-weight: 500;
}

#otp_error span {
    line-height: 18px;
    font-size: 14px;
}

/* Custom Error Styles for Jarir Theme */
.upload-box.error-border {
    border: 1.5px solid #E20714 !important;
    background-color: #FFF5F5 !important;
}

.upload-box.error-border .fa-arrow-up-from-bracket {
    color: #E20714 !important;
}

.main-form-input.error {
    border: 1.5px solid #E20714 !important;
}

.upload-box.error-borderlabel.error {
    color: #E20714 !important;
    font-size: 13px;
    font-weight: 500;
    margin: 4px 5px !important;
    display: block;
}

@media (max-width: 640px) {
    .tenure-card-details {
        flex-direction: column;
    }

    .grid-detail-card {
        padding: 5px 4px;
    }

    .offer-entity-details span {
        font-size: 13px;
    }

    .offer-card {
        gap: 6px;
    }

    .btn-choose-offer {
        padding: 10px;
        font-size: 15px;
    }

    .offer-badge-green {
        font-size: 12px;
    }

    .grid-detail-label {
        font-size: 11px;
    }

    .offer-card {
        padding: 10px;
    }

    .offers-grid-view {
        padding: 11px;
    }

    .tenure-group-header .group-info {
        font-size: 13px;
    }

    .offer-grid-container {
        gap: 8px;
        margin-bottom: 5px;
    }

    .summary-grid-track {
        grid-template-columns: repeat(2, 1fr);
    }
}

.main-content-mobile .btn {
    display: none;
}

.file-name {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
}

@media (max-width: 768px) {

    .file-name {
        font-size: 12px;
    }

    .search-offers-btn {
        font-size: 16px;
        margin-top: 3px;
        height: 48px;
        font-weight: 500;
        padding: 5px;
    }

    .offers-list-view {
        padding: 7px;
        background-color: #f5f5f5;
    }

    .language-btn {
        gap: 5px;
        padding: 6px !important;
    }

    .logo-img img {
        height: 14px;
    }

    .language-btn img {
        width: 19px;
    }

    .custom-switch .form-check-input[type=checkbox] {
        width: 52px !important;
        background-size: 27px;
        margin: 0;
        height: 33px !important;
    }

    .back-btn {
        padding: 0 10px !important;
        font-size: 12px;
        margin: 5px 0 10px !important;
    }

    #enter_income_data_manual_form .back-btn {
        padding: 0 0px !important;
        position: relative;
        z-index: 9;
    }

    #enter_income_data_manual_form .show-title-mobile .back-btn {
        top: 19px;
    }

    layout_style .navbar .btn-light-action {
        padding: 6px 6px;
        font-size: 10px;
    }

    .main-content-container {
        margin: 15px auto;
    }

    .summary-grid-track {
        grid-template-columns: 1fr;
    }

    /* Mobile Filter/Sort Bar */
    .mobile-offers-control-bar {
        gap: 15px;
        padding: 0 5px;
        margin-bottom: 15px !important;
    }

    .mobile-control-btn {
        flex: 1;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid #E2E8F0;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #4A5568;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.2s;
        position: relative;
    }

    .filter-count-badge {
        background-color: #E20714;
        color: white;
        font-size: 11px;
        font-weight: bold;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-right: auto;
        padding-top: 2px;
    }

    .sort-indicator-dot {
        background-color: #E20714;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        flex-shrink: 0;
        margin-right: auto;
    }

    .view-btn {
        width: 34px;
        height: 34px;
    }

    .mobile-control-btn img {
        width: 18px;
        height: 18px;
    }

    .mobile-control-btn:active {
        background: #F8FAFC;
        transform: scale(0.98);
    }

    /* Bottom Sheet Modal Styles */
    .bottom-sheet .modal-dialog {
        margin: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 100%;
    }

    .bottom-sheet .modal-content {
        border-radius: 24px 24px 0 0;
        border: none;
        box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.1);
    }

    .bottom-sheet .modal-header {
        border-bottom: 1px solid #F1F5F9;
        padding: 22px 24px;
        position: relative;
        justify-content: center;
    }

    .bottom-sheet .modal-header .modal-title {
        font-size: 16px;
        font-weight: 700;
        color: #1E293B;
        width: 100%;
        text-align: start;
        position: relative;
        top: 4px;
    }

    .bottom-sheet .modal-header .btn-close {
        position: absolute;
        left: 20px;
        top: 22px;
        margin: 0;
        z-index: 2;
    }

    .bottom-sheet .modal-body {
        padding: 34px 24px 40px;
    }

    /* Handle bar at the top of modal */
    .bottom-sheet .modal-content::before {
        content: '';
        width: 40px;
        height: 4px;
        background: #E2E8F0;
        border-radius: 2px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .filter-subtitle {
        font-size: 15px;
        font-weight: 600;
        color: #334155;
        margin-bottom: 0px;
        position: relative;
        top: -10px;
    }

    .mobile-filter-options {
        display: flex;
        flex-direction: column;
        gap: 12px;
        max-height: 400px;
        overflow: auto;
    }

    .language-btn {
        font-size: 12px;
    }

    .filter-option-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px;
        background: #FFFFFF;
        border: 1px solid #E2E8F0;
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.2s;
    }

    .filter-option-item.active {
        border-color: #E20714;
        background: #FFF5F5;
    }

    .filter-option-item .check-icon {
        color: #E20714;
        font-size: 14px;
        display: none;
    }

    .filter-option-item.active .check-icon {
        display: block;
    }

    .filter-option-item span {
        font-size: 14px;
        font-weight: 600;
        color: #334155;
        flex-grow: 1;
        margin: 0 12px;
    }

    .bottom-sheet .form-check-input {
        width: 22px;
        height: 22px;
        margin: 0;
        cursor: pointer;
        border: 2px solid #CBD5E1;
    }

    .bottom-sheet .form-check-input:checked {
        background-color: #E20714;
        border-color: #E20714;
    }

    /* Specific radio button styling to match image */
    .bottom-sheet input[type="radio"].form-check-input {
        border-radius: 50%;
    }

    .bottom-sheet .form-btn {
        height: 52px;
        font-weight: 700;
        margin-top: 24px !important;
    }

    .title-offers h5 {
        font-size: 13px;
    }

    .title-offers h6 {
        font-size: 12px;
    }

    .title-offers h6 img {
        width: 12px;
        top: -1px;
    }

    .bottom-sheet .modal-content {
        position: fixed;
        bottom: 0;
    }

    .tenure-duration {
        font-size: 16px;
    }

    .main-content-logo h5 {
        font-size: 19px;
        margin-bottom: 0;
    }

    .detail-row {
        font-size: 13px;
    }

    .title-offers {
        padding: 0 5px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .timer-container {
        flex-direction: column;
        text-align: center;
    }

    .timer-otp {
        display: flex;
        justify-content: center;
    }

    .main-content-logo.main-content-mobile h4,
    .main-content-logo.main-content-mobile p,
    .main-content-logo.main-content-mobile h5 {
        text-align: start;
    }

    .main-content-logo.main-content-mobile h4 {
        font-size: 21px;
        margin: 6px auto;
    }

    .main-content-logo.main-content-mobile {
        padding: 0 24px;
        position: relative;
    }

    .main-content-mobile .btn {
        display: block;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-title-mobile {
        display: flex;
        align-items: baseline;
    }

    .show-title-mobile .back-btn {
        font-size: 20px;
        position: relative;
        top: 0px;
        margin: 0 3px;
    }

    .form-container {
        padding: 0 6px;
    }

    .notifyjs-bootstrap-base span {
        max-width: 270px;
        display: inline-block;
        text-wrap: auto;
    }

    .main-content-container .arib-partner {
        bottom: -38px;
    }

    .information-calls .contact-item {
        min-width: unset;
        font-size: 13px;
    }

    .information-calls {
        justify-content: space-between;
    }

    .fail-container {
        max-width: 100%;
        padding: 0px;
    }

    #fail-screen {
        padding: 10px !important;
    }

    .checklist-item {
        align-items: flex-start;
        text-align: start;
    }

    .checklist-item .step-status {
        position: relative;
        top: 3px;
    }

    .checklist-item .step-text {
        font-size: 15px;
    }

    .track-status-container {
        padding: 5px;
    }

    .timeline-section-wrapper {
        padding: 20px 10px;
    }

    .main-content-container {
        padding: 0px;
    }

    .status-box {}

    .status-box .status-time {
        font-size: 10px;
        display: inline-block;
        min-width: 86px;
        text-align: end;
    }

    .status-text {
        font-size: 12px;
    }

    .timeline-content .box-body {
        font-size: 14px;
    }

    .timeline-item {
        margin-bottom: 20px !important;
    }

    .order-summary-card {
        padding: 17px 10px;
    }

    .timeline-item .status-name {
        font-size: 12px !important;
    }
}

/* New CSS for Link Buttons */
.container-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.container-links .link-style {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 8px 11px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    width: auto;
    min-width: 116px;
    max-width: unset;
    height: 65px;
    transition: all 0.3s ease;
    gap: 10px;
    flex: 1;
}

.link-style:hover {
    border-color: #E20714;
    box-shadow: 0 4px 12px rgba(226, 7, 20, 0.1);
    color: #000;
}

.link-style b {
    font-size: 15px;
}

.link-style img {
    width: 40px;
    height: 40px;
    background-color: #FFF5F5;
    padding: 0px;
    border-radius: 0;
    box-sizing: content-box;
    object-fit: contain;
    border-radius: 10px;
}

/* Report Success Message Design */
.report-success-message {
    background-color: #E2F9F0;
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 6px;
    border: 1px solid #E5E5E5;
}

.report-success-message .message-text {
    color: #109469;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}

.report-success-message .check-icon {
    background-color: #27B376;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-120%) scale(0.7);
        opacity: 0;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(120%) scale(0.7);
        opacity: 0;
    }

    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

@keyframes scanPulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.45);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(22, 163, 74, 0);
    }
}

@keyframes rotateMag {
    0% {
        transform: rotate(-15deg) scale(1);
    }

    50% {
        transform: rotate(15deg) scale(1.12);
    }

    100% {
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes fadeCountUp {
    0% {
        transform: translateY(6px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes progressGlow {

    0%,
    100% {
        box-shadow: 0 0 4px rgba(22, 163, 74, .4);
    }

    50% {
        box-shadow: 0 0 12px rgba(22, 163, 74, .8);
    }
}

@keyframes completePop {
    0% {
        transform: scale(0.85);
        opacity: 0;
    }

    70% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* -- Offers progress card -- */
.osc-card {
    max-width: 630px;
    margin: 0 auto 15px;
    background: #f7f7f8;
    border-radius: 20px;
    padding: 26px;
    text-align: center;
    border: 1px solid #f1f1f2;
    margin-bottom: 20px;
}

/* ── Logo stage ── */
.logo-stage-wrapper {
    position: relative;
    width: 140px;
    height: 100px;
    margin: 0 auto 20px;
}

.logo-stage {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    background: #f0fdf4;
    border: 2px solid #bbf7d0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    animation: scanPulse 2s infinite;
}

.logo-stage img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    margin: auto;
}

.logo-stage-loader {
    color: #16a34a;
    font-size: 28px;
}

.logo-stage .logo-slide {
    position: absolute;
    max-width: 90px;
    max-height: 70px;
    object-fit: contain;
    opacity: 0;
    transform: translateX(120%) scale(.7);
    transition: none;
}

.logo-stage .logo-slide.active {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.logo-stage .logo-slide.slide-out {
    animation: slideOutLeft 0.4s ease-in forwards;
}

.logo-stage .logo-slide.slide-in {
    animation: slideInRight 0.4s ease-out forwards;
}

/* Magnifier badge on corner */
.mag-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(22, 163, 74, .35);
    animation: rotateMag 2s ease-in-out infinite;
    z-index: 10;
}

.mag-badge i {
    color: #fff;
    font-size: 15px;
}

.offers-success-icon {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.success-ripple {
    position: absolute;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: rgba(39, 179, 118, .14);
    animation: successRipple 1.8s ease-out infinite;
}

.success-ring {
    position: relative;
    z-index: 1;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #27B376;
    border: 5px solid #f7fffb;
    box-shadow: 0 0 0 3px rgba(39, 179, 118, .35), 0 12px 25px rgba(39, 179, 118, .25);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    animation: successPop 0.55s cubic-bezier(.2, 1.2, .32, 1) both, successFloat 2.2s ease-in-out .55s infinite;
}

.success-spark {
    position: absolute;
    width: 12px;
    height: 12px;
    opacity: 0;
    animation: successSpark 1.3s ease-in-out .35s infinite;
}

.success-spark::before,
.success-spark::after {
    content: "";
    position: absolute;
    background: #168a47;
    border-radius: 4px;
}

.success-spark::before {
    width: 12px;
    height: 3px;
    top: 4px;
    left: 0;
}

.success-spark::after {
    width: 3px;
    height: 12px;
    top: 0;
    left: 4px;
}

.spark-1 {
    top: 8px;
    left: 14px;
}

.spark-2 {
    top: 20px;
    right: 10px;
    animation-delay: .55s;
}

.spark-3 {
    bottom: 18px;
    left: 8px;
    animation-delay: .75s;
}

.spark-4 {
    right: 18px;
    bottom: 8px;
    animation-delay: .95s;
}

.osc-card.is-complete .logo-stage,
.osc-card.is-complete .mag-badge {
    display: none;
}

.osc-card.is-complete .offers-success-icon {
    display: flex;
}

.osc-title {
    color: #666;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.osc-subtitle {
    color: #666;
    font-size: 18px;
    margin-bottom: 14px;
}

.osc-searching-label {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.osc-entity-name {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    min-height: 22px;
    margin-bottom: 18px;
}

.osc-progress-panel {
    max-width: 474px;
    margin: 0 auto;
    background: #ececf0;
    border-radius: 20px;
    padding: 28px 30px 34px;
}

.osc-progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #666;
    font-size: 15px;
    margin-bottom: 22px;
    direction: ltr;
}

.osc-progress-header span:first-child {
    color: #9a9a9a;
    min-width: 42px;
    text-align: left;
}

.osc-progress-header span:last-child {
    flex: 1;
    text-align: right;
    direction: rtl;
}

.osc-progress-track {
    background: #fff;
    border-radius: 50px;
    height: 11px;
    overflow: hidden;
}

.osc-progress-fill {
    height: 100%;
    background: #59d4cd;
    border-radius: 50px 0 0 50px;
    width: 0%;
    transition: width 0.25s linear;
}

[dir="rtl"] .osc-progress-fill,
html[dir="rtl"] .osc-progress-fill {
    border-radius: 0 50px 50px 0;
}

#search-complete-actions {
    animation: completePop 0.5s ease forwards;
}

.osc-complete-btn {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(22, 163, 74, .35);
    width: 100%;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
}

.osc-complete-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(22, 163, 74, .45);
}

.osc-redirect-note {
    font-size: 12px;
    color: #6b7280;
    margin-top: 10px;
}

@media (max-width: 575.98px) {
    .timeline-section-wrapper {
        margin: 0;
    }

    .osc-card {
        padding: 34px 18px 40px;
    }

    .osc-title {
        font-size: 19px;
    }

    .osc-subtitle {
        font-size: 16px;
    }

    .osc-progress-panel {
        padding: 24px 18px 30px;
    }

    .osc-progress-header {
        font-size: 14px;
        gap: 12px;
    }

    .dark-mode .btn-confirm-back {
        font-size: 12px;
    }
}

@keyframes successPop {
    0% {
        transform: scale(.55);
        opacity: 0;
    }

    70% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes successFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes successRipple {
    0% {
        transform: scale(.74);
        opacity: .9;
    }

    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

@keyframes successSpark {

    0%,
    100% {
        transform: scale(.65) rotate(0deg);
        opacity: 0;
    }

    35% {
        transform: scale(1) rotate(45deg);
        opacity: 1;
    }

    65% {
        transform: scale(.8) rotate(90deg);
        opacity: .5;
    }
}
