
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999 !important;
    font-size: 13px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
*::-webkit-scrollbar-track {
    background-color: transparent
}

*::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
    height: 7px
}

*::-webkit-scrollbar-thumb {
    background-color: #999
}
.p-relative {
    position: relative;
}
.text-danger {
    font-size: 12px;
}
.bold {
    font-weight: 600 !important;
}
.font11 {
    font-size: 11px;
    font-weight: 600;
}
.mb-80 {
    margin-bottom: 80px;
}
.btn-blue {
    color: #fff;
    background-color: #1ab0ba;
    border-color: #1ab0ba;
    font-size: 14px;
}
    .btn-blue:hover {
        color: #fff;
        opacity: 0.8;
    }
    .loginBody {
        padding: 0 !important;
        margin: 0 !important;
    }

.input-group-end .input-group-text {
    border-color: #1db9c3;
    background-color: #d4d4d4;
    color: #000;
}

.loginSection .img-container-register {
    text-align: center;
    margin-bottom: 10px
}

    /*.loginSection .img-container-register img {
        width: 27px
    }*/

.loginSection .login-text-part {
    color: #fff;
}

    .loginSection .login-text-part h4 {
        margin-bottom: 23px;
        font-weight: 600;
    }

        .loginSection .login-text-part h4 .badge {
            background-color: #9FD8DB;
            color: #0896AA;
            padding: 5px 10px;
            font-size: 15px;
            margin: 0 10px;
        }

    .loginSection .login-text-part h6 {
        font-size: 14px;
        line-height: 25px;
    }

    .loginSection .login-text-part h5 {
        font-size: 15px;
        font-weight: 600;
        line-height: 25px;
        margin: 20px 0;
    }

.loginSection {
    background-image: url('../../img/Account/bgLogin.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}

.Prev-btn-container {
    text-align: end;
    margin-bottom: 10px;
    display: none;
}

    .Prev-btn-container .Prev-btn {
        color: #333;
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
    }

        .Prev-btn-container .Prev-btn i {
            margin: 0 2px;
        }

.Register-page.loginSection {
    background-image: none;
}

    .Register-page.loginSection .bg-register {
        background-image: url('../../img/Account/bgLogin.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        height: 100%;
    }

.loginSection .grid-center {
    display: grid;
    width: 100%;
    align-items: center;
    height: 100vh;
    align-content: center;
}

.grid-full-page.white-bg {
    background-color: #fff;
}

.loginSection .account-form {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    height: auto;
}

.loginSectionPage {
    background-image: none;
    height: auto
}

    .loginSectionPage.loginSection .account-form
    .grid-full-page {
        height: 100vh;
    }

.loginSection .grid-full-page .account-form {
    border-radius: 0;
    height: auto;
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 10px;
}
.account-form-flex {
    min-height: 100vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.custom-modal .modal-content {
    border-radius: 15px;
}

.custom-modal .modal-dialog {
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    -o-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute;
    left: 50%;
    top: 40%;
    width: 500px;
    max-width: 95%;
    display: grid;
}
    .custom-modal .modal-dialog.modal-large {
        width: 800px;
    }
    .custom-modal .modal-content .modal-action {
        margin-top: 20px
    }
.modal-action.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.custom-modal .modal-content .modal-action .btn {
    font-size: 14px;
    padding: 10px 7px !important;
}

    .custom-modal .modal-content .modal-action .btn-theme {
        min-width: 100px;
        width: 235px;
        border-radius: 5px;
    }

.custom-modal .modal-content .small-img {
    width: 190px;
    margin: 10px auto;
    display: block;
}

.form-check-checkbox {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-check-checkbox {
    padding: 10px;
    position: relative;
}

    .form-check-checkbox input {
        width: 20px;
        height: 17px;
        opacity: 0;
    }

    .form-check-checkbox label {
        font-size: 14px;
    }

        .form-check-checkbox label:before {
            content: '\f0c8';
            color: #1DB9C3;
            font-weight: 400;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            font-size: 21px;
            top: 33%;
        }

    .form-check-checkbox input:checked + label:before {
        content: '\f14a';
        font-weight: 900;
    }
.form-check-checkbox.top-input-0 label:before {
    top: 4px;
}
.form-check-checkbox.top-input-0 {
  gap: 5px
}

    .title-account {
        text-align: center;
        font-size: 13px;
        margin-bottom: 30px;
    }

    .title-account span {
        position: relative;
        top: 7px;
    }

    .title-account:after, .title-account:before {
        content: "";
        width: 50px;
        height: 1.4px;
        color: #d4d4d4;
        position: absolute;
        background-color: #d4d4d4;
    }

    .title-account:before {
        margin: 15px -65px;
    }

    .title-account:after {
        margin: 15px;
    }

button.nafaz-btn,
.nafaz-btn {
    padding: 0;
    border-radius: 10px;
    border: 1px solid #1db9c3;
    box-shadow: none;
    margin: 4px auto;
    width: 370px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none
}

    .nafaz-btn.nafaz-btn-show {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        padding: 15px 0;
        position: relative;
        border: 2px solid #FBD092;
    }

        .nafaz-btn.nafaz-btn-show shadow {
            background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,#0a99ac06 25%,#0a99ac06 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,#0a99ac06 75%,#0a99ac06);
            background-size: 1rem 1rem;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            -webkit-animation: backgroundScroll 15s linear infinite;
            animation: backgroundScroll 15s linear infinite;
        }

@keyframes circleScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

button.nafaz-btn:hover,
.nafaz-btn:hover {
}

.nafaz-btn.nafaz-btn-show img {
    /*    animation: circleScale 3s infinite;
    animation-delay: 1.5s;*/
}

button.nafaz-btn span,
.nafaz-btn span {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #1DB9C3;
    font-weight: 600;
}

.loginSection .account-form label {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;
}
.loginSection .account-form customer_id_info .form-control {
    border: 2px solid #BBD2F1;
    min-height: 48px;
}
.loginSection .account-form customer_id_info .form-control,
.loginSection .account-form customer_id_info label {
    font-weight: 600;
}
    .loginSection .account-form .input-icon {
        position: relative;
    }

    .loginSection .account-form .input-icon .show-password {
        position: absolute;
        top: 0px;
        padding: 11px;
        color: #696969;
    }

.loginSection .account-form h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 13px;
}

.loginSection .account-form h6 {
    font-weight: 500;
    color: #000;
    font-size: 15px;
    line-height: 21px;
}

/*----------------------*/
.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: #1DB9C3;
    }

.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;
}

.steps-register {
    display: flex;
    margin: 20px 0 30px;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

    .steps-register .line {
        background-color: #eee;
        height: 3px;
        width: 65px;
        border-radius: 25px;
    }

        .steps-register .line.active {
            background-color: #1DB9C3;
        }

.account-form h6.text-theme {
    color: #1DB9C3;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
}

.account-form h6.hint-text {
    color: #555;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
}

.loginSection .account-form .form-group {
    margin: 0px 0;
}

.header-register {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    align-items: center;
}

.bottom-part-register {
    position: absolute;
    bottom: 10px;
    padding: 40px;
    width: 100%;
}

    .bottom-part-register .social-links,
    .social-links-login {
        gap: 30px;
        font-size: 29px;
        display: flex;
        justify-content: end;
        margin-top: 50px;
    }

.social-links-login {
    padding: 10px 0px;
    justify-content: start;
    font-size: 21px;
    gap: 22px;
}

    .bottom-part-register .social-links a,
    .social-links-login a {
        color: #fff !important;
    }

        .social-links-login a img {
            width: 24px
        }

.loginSection .login-text-part {
    width: 80%;
}

.bottom-part-register img {
    margin-bottom: 15px;
    width: 24px;
}

.twitter-icon img {
    padding: 3px;
}

.confirmation-code {
    display: flex;
    margin: 20px 0 40px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    direction: ltr;
}

.confirmation-code-disable {
}

    .confirmation-code-disable .digit-disable,
    .confirmation-code-disable .digit-disable:disabled {
        width: 80px;
        background-color: #e6feff !important;
        border: 2px solid #1cb8c2 !important;
    }

.confirmation-code .form-control {
    text-align: center;
    padding: 10px 0 !important;
    font-size: 20px !important;
}

    .confirmation-code .form-control:focus {
        border: 2px solid #0d9fb0 !important;
    }

.countdown-container {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    color: #777;
}

    .countdown-container span {
        color: #1DB9C3;
    }

        .countdown-container span b {
            margin: 0 4px;
        }

.accept-policy-section {
    font-size: 13px;
    margin: 10px 0;
    color: #555;
}

    .accept-policy-section input[type="checkbox"] {
        width: 26px;
        height: 17px;
        position: relative;
        top: 3px;
        cursor: pointer;
    }

    .accept-policy-section a {
        margin: 0 2px;
        color: #1DB9C3 !important;
    }

.forget-password {
    text-align: end;
}

    .forget-password.back-to-login {
        font-size: 13px;
    }

    .forget-password a {
        color: #1DB9C3 !important;
        font-size: 14px;
        margin: 7px 5px;
        display: block;
        text-decoration: none;
    }

    .forget-password.back-to-login a {
        display: inline-block;
        margin: 1px 1px;
    }

.loginSection .account-form .form-control {
    border-radius: 5px;
    background-color: #fff;
    min-height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ebf0f6;
    padding: 10px 20px;
    color: #111;
    border: 0.6px solid #666666 !important;
}

.language-icon {
    margin-bottom: 10px;
}

.header-register .language-icon {
    margin-bottom: 0;
}

.header-register .if-has-account {
    color: #fff;
}

    .header-register .if-has-account .btn {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        margin: 0 4px;
    }

.language-icon a {
    color: #fff !important;
    font-family: 'Segoe UI' !important;
    font-weight: 600;
    cursor: pointer;
}

.reset-password {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 70px);
}

.loginSection .reset-password .account-form {
    width: 460px;
}

.header-reset {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    align-items: center;
}

    .header-reset .language-icon {
        margin-bottom: 0;
    }

.btn-checkbox {
    position: relative;
}

    .btn-checkbox > input {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer
    }

        .btn-checkbox > input + .btn-checkbox-container {
            display: flex;
            align-items: start;
            gap: 15px;
            border: 1px solid #ededed;
            border-radius: 5px;
            margin-bottom: 10px;
            padding: 10px;
            cursor: pointer
        }

            .btn-checkbox > input + .btn-checkbox-container > img {
            }

            .btn-checkbox > input + .btn-checkbox-container .text-check {
            }

                .btn-checkbox > input + .btn-checkbox-container .text-check h6 {
                    font-size: 13px;
                    margin-top: 7px;
                    color: #000;
                    font-weight: 600;
                }

                .btn-checkbox > input + .btn-checkbox-container .text-check p {
                    font-size: 13px;
                    color: #999;
                    margin-bottom: 5px;
                }

        .btn-checkbox > input:checked + .btn-checkbox-container {
            background-color: #1cb8c2;
        }

            .btn-checkbox > input:checked + .btn-checkbox-container .text-check h6 {
                color: #fff;
            }

            .btn-checkbox > input:checked + .btn-checkbox-container .text-check p {
                color: #fafafa;
            }
.showInMobile {
    display: none !important
}
.option-resend-code {
    display: none
}
.option-resend-code.active {
    display: flex;
}
.option-resend-code {
    text-align: center;
    box-shadow: 0 0 4px #999;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 10px 0;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}
.option-resend-code img {
    width: 30px;
}
    .option-resend-code i {
        font-size: 21px;
        position: relative;
        top: 4px;
        color: #1db9c3;
    }
.alert-warning-payment {
    background-color: #ffb30126;
    border-color: #ffb30126;
}
.alert-warning-payment {
    color: #f4aa00;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin: 20px auto;
    font-size: 12px;
    padding: 7px 10px;
    font-weight: 600;
    text-align: start;
}
    .alert-warning-payment.width-auto {
        width: max-content;
        max-width: 100%;
    }
    .alert-warning-payment i {
        font-size: 18px;
        color: #ffb301;
    }

.form-check-arib {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}
    .form-check-arib label {
        font-size: 13px;
    }

    .form-check-arib input {
        width: 18px;
        height: 18px;
        margin-top: 0;
        border-radius: 0.25em;
        position: relative;
        margin: 0;
    }

        .form-check-arib input:after {
            content: "\f00c";
            font-family: FontAwesome;
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 14px;
            color: #fff;
            font-size: 12px;
            position: absolute;
            top: 2px;
        }

    .form-check-arib a {
        margin: 0 0px;
        text-decoration: underline !important;
        color: #0d6efd !important;
        display: inline-block;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
    }
.form-check-input {
    border: 2px solid #000;
}
    .form-check-input:checked {
        background-color: #47a4ad;
        border-color: #47a4ad;
        border: 0px solid #000;
    }
.modal-header .modal-close img {
    width: 12px;
}
.modal-header h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

 .payment-checked {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}

     .payment-checked .form-check {
        margin: 0;
        padding: 0;
        margin-left: -10px;
    }

         .payment-checked .form-check .form-check-input {
            display: none
        }

        .payment-checked .form-check .form-check-label img {
            height: 29px;
            /* max-width: 80px; */
            max-height: 38px;
        }

        .payment-checked .form-check .form-check-label {
            background-color: #fff;
            color: #000;
            padding: 7px 10px;
            gap: 5px;
            border-radius: 10px;
            font-size: 14px;
            margin: 0;
            min-width: 90px;
            cursor: pointer;
            border: 4px solid #ebebeb;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 57px;
        }

        .payment-checked .form-check .form-check-input:checked ~ .form-check-label {
            background-color: #fff;
            color: #000;
            position: relative;
            z-index: 2;
            border: 4px solid #1DB9C3;
        }

.payment-container .payment-box .body-box {
}

    .payment-container .payment-box .body-box .promo-code {
        border-bottom: 1px solid #fff;
    }

        .payment-container .payment-box .body-box .promo-code .promo-input {
            display: flex;
            padding: 15px;
            gap: 5px;
            width: 100%;
        }

        .payment-container .payment-box .body-box .promo-code.accepted .promo-input {
            display: none;
        }

        .payment-container .payment-box .body-box .promo-code .promo-data {
            display: none;
        }

            .payment-container .payment-box .body-box .promo-code .promo-data h6 {
                font-size: 13px;
                padding: 10px 0;
                margin: 0;
            }

                .payment-container .payment-box .body-box .promo-code .promo-data h6 span {
                    color: #28cdbb;
                    font-weight: 600;
                    margin: 0 5px;
                }

                    .payment-container .payment-box .body-box .promo-code .promo-data h6 span.code {
                        text-decoration: underline;
                    }

                    .payment-container .payment-box .body-box .promo-code .promo-data h6 span i {
                        font-size: 16px;
                    }

        .payment-container .payment-box .body-box .promo-code.accepted .promo-data {
            display: block;
        }

        .payment-container .payment-box .body-box .promo-code .promo-input .promo-input-container {
            width: calc(100% - 120px);
            text-align: start;
        }

            .payment-container .payment-box .body-box .promo-code .promo-input .promo-input-container .error-label {
                font-size: 12px;
                color: #af0000;
            }

            .payment-container .payment-box .body-box .promo-code .promo-input .promo-input-container input {
                height: 50px;
            }

        .payment-container .payment-box .body-box .promo-code .promo-input button {
            height: 50px;
        }

        .payment-container .payment-box .body-box .promo-code .promo-input button,
        .payment-container .payment-box .body-box .pay-btn {
            font-size: 13px;
            width: 120px;
            border: none;
            background-color: #1DB9C3;
            border-radius: 5px;
            color: #fff;
            font-weight: 600;
        }

            .payment-container .payment-box .body-box .promo-code .promo-input button:hover,
            .payment-container .payment-box .body-box .pay-btn:hover {
                opacity: 0.8;
            }

    .payment-container .payment-box .body-box .pay-btn {
        height: 45px;
        width: 100%;
        margin: 10px auto 30px;
    }

    .payment-container .payment-box .body-box .row-price {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        font-size: 15px;
    }

        .payment-container .payment-box .body-box .row-price.total-row-border {
            border-top: 4px solid #f7f7f7;
        }

        .payment-container .payment-box .body-box .row-price span {
            font-weight: 600;
        }

            .payment-container .payment-box .body-box .row-price span.price-promo {
                color: #cf2c5b;
            }

            .payment-container .payment-box .body-box .row-price span.promo-code-price {
                color: #28cdbb;
            }

            .payment-container .payment-box .body-box .row-price span.total-price {
                font-size: 18px;
            }
.payment-status {
    text-align: center;
}
    .payment-status img {
        display: block;
        margin: auto;
        width: 150px;
        margin-bottom: 20px;
    }
payment_completed h4 {
    margin-bottom: 50px
}
.payment-container {
    text-align: center;
    font-family: ChangaRegular;
    height: auto;
    width: 575px;
    margin: auto;
    max-width: 100%;
    padding: 0 15px;
}

.prev-btn {
    min-width: 116px;
    height: 48px;
    border: unset;
    background-color: #E8EFF9;
    color: #2C3E50;
    border-radius: 5px;
}

.payment-container .payment-box,
.wpwl-target {
    background-color: #fff;
    border-radius: 15px;
    width: 550px;
    max-width: 98%;
    margin: 15px auto;
}
.dotlottie-coupon {
    width: 200px;
    margin: 0px auto;
}

.promo-data .large-width {
    margin: auto;
    display: block;
    height: 45px;
    min-width: 200px;
    border-radius: 25px;
    margin-top: 20px;
    background-image: linear-gradient(to left, #0896AA, #1DB9C3);
    color: #fff;
}
.wpwl-target {
    height: unset !important;
}
.theme-color {
    color: #1db9c3;
}
.Confirmation-Finance {
    width: 100%;
    margin: 0px auto 0;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 2px -2px #ededed;
    padding: 5px 20px 20px;
    max-width: 100%;
}
    .Confirmation-Finance .btn {
        padding: 10px;
        width: 100%;
    }
    .Confirmation-Finance.Confirmation-Finance-confirmation-request {
        width: 450px;
        max-width: 100%;
        align-items: center;
        display: grid;
        height: 500px;
    }

    .Confirmation-Finance.TransparentBg {
        background-color: transparent;
        box-shadow: none;
    }

    .Confirmation-Finance .Confirmation-Finance-container {
        width: 370px;
        max-width: 100%;
        margin: 0px auto;
    }

    .Confirmation-Finance img {
        width: 183px;
        margin-bottom: 10px;
    }

    .Confirmation-Finance h5 {
        color: #2C3E50;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 24px;
    }
    .Confirmation-Finance p {
        font-size: 13px;
        position: relative;
    }

        .Confirmation-Finance p.large-text {
            font-size: 18px;
            position: relative;
            display: flex;
            align-items: baseline;
            gap: 5px;
            color: #000;
            justify-content: center;
        }

            .Confirmation-Finance p.large-text button {
                padding: 3px 0 !important;
            }

        .Confirmation-Finance p:after {
            content: "";
            width: 60%;
            height: 6px;
            position: absolute;
            background-color: #1DB9C3;
            bottom: -18px;
            right: 20%;
        }

        .Confirmation-Finance p.gray,
        .color-gray {
            color: #999;
        }

        .Confirmation-Finance p.no-border:after {
            content: none;
        }
.payment-container .payment-box {
    position: relative;
}
    .payment-container .payment-box.pre-payment-box {
        padding-top: 0;
        border-bottom: none;
        box-shadow: 0 0 5px #e7e7e7;
    }
        .payment-container .payment-box.pre-payment-box .head-box {
        }
        .payment-container .payment-box.pre-payment-box .body-box {
            padding: 0 20px;
        }
    .payment-container .payment-box .head-box {
        padding: 20px 15px;
        border-bottom: 1px solid #fff;
    }

        .payment-container .payment-box .head-box h5 {
            padding: 10px 0;
            font-size: 18px;
        }
.placeholder-container {
    position: relative;
}
    .placeholder-container .placholder-span {
        position: absolute;
        top: -9px;
        padding: 0 5px;
        font-weight: 500 !important;
        z-index: 1;
    }
        .placeholder-container .placholder-span span {
            background-color: #fff;
            height: 11px;
            display: inline-block;
            padding: 0px 4px;
        }
            .placeholder-container .placholder-span span.astrix-hint {
                font-size: 17px;
                line-height: 16px;
                background-color: unset;
            }

            .logos {
                display: flex;
                width: 100%;
                justify-content: center;
                gap: 10px;
                padding-bottom: 15px;
            }
    .logos img {
        height: 26px;
    }
.payment-container.payment-form-active-now .payment-box.pre-payment-box .head-box {
    padding:0 !important;
}
.payment-form-active-now .payment-checked,
.payment-form-active-now .title-payment-span,
.payment-form-active-now .alert-warning-payment.width-auto,
.payment-form-active-now .alert-warning {
    display: none !important;
}
.payment-container.payment-form-active-now .payment-box.pre-payment-box {
    box-shadow: none !important;
    margin: 0 !important;
}
.payment-container.payment-form-active-now {
    margin-bottom: 5px;
}
    .payment-container.payment-form-active-now + payment_form .mada-payment {
        width: 550px;
        max-width: 100%;
        margin: auto;
        padding: 25px;
        /*box-shadow: 0 0 5px #cdcdcd;*/
        border-radius: 8px;
        margin-bottom: 10px;
    }
@media only screen and (max-width: 767px) {
    .loginSection .container > .row {
        margin: 0;
    }
    .option-resend-code {
        font-size: 12px;
    }
        .option-resend-code img {
            width: 23px;
        }
        .option-resend-code i {
            font-size: 18px;
        }
            .showInMobile {
        display: block !important
    }
    .loginSection .no-mobile {
        display: none
    }

    .loginSection .form-control {
        min-height: 50px;
    }
}

.new-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

    .Offer-title span,
    .new-title span {
        position: relative
    }

        .Offer-title span:after,
        .new-title span:after {
            content: "";
            width: 80px;
            height: 2px;
            position: absolute;
            background-color: #1DB9C3;
            bottom: -7px;
            transform: translate(-50%,-50%);
            left: 50%;
        }

.card-new-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 22px;
}

    .card-new-title.center-title {
        justify-content: center;
    }

    .card-new-title.large .new-title {
        font-size: 20px
    }

    .card-new-title button {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

.loginSection .fxt-btn-fill,
.modal-action .btn-theme {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(to left, #0896AA, #1DB9C3);
    padding: 12px 36px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
    .modal-action .btn-theme.btn-light,
    .btn-theme.btn-light {
        border:1px solid #1DB9C3;
        background-color: #fff;
        color: #1DB9C3;
        background-image: none;
        width: auto !important;
    }
    .loginSection .fxt-btn-fill.defult-btn {
        background: #777;
        margin: 10px 0;
    }

}

.resend-code-btn {
    display: none;
    text-align: center;
}

.resend-code-btn {
    text-align: center;
}

    .resend-code-btn .btn {
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        border: 0;
        color: #1DB9C3;
        border-radius: 10px;
        /*background-image: linear-gradient(to left, #0896AA, #1DB9C3);*/
        padding: 0px 36px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-bottom: 20px;
    }

.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: 195px;
        margin: 0 auto 16px auto;
        width: 195px;
        border: 3px solid #4AC7CF;
        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: 11px;
            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: #4AC7CF;
        }

            .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: #4AC7CF;
    }

/* Animación del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.notifyjs-bootstrap-base {
    background-size: 30px;
    min-width: 370px;
    position: relative;
}

.notifyjs-bootstrap-warning {
    color: #b3aa08;
}

    .notifyjs-bootstrap-warning:before {
        content: '\f071';
        font-family: "Font Awesome 6 Free";
        font-size: 17px;
        font-weight: 900;
        position: absolute;
    }

    .notifyjs-bootstrap-warning:before {
        right: 11px;
    }

.notifyjs-bootstrap-danger {
    background-color: #ffc8c8;
    color: #af0000;
    border: none;
}
.notifyjs-bootstrap-danger {
    background-image: url(../../assets/img/warning.png);
}
    .notifyjs-bootstrap-danger:before {
        content: '\f05e';
        font-family: "Font Awesome 6 Free";
        font-size: 17px;
        font-weight: 900;
        position: absolute;
    }

    .notifyjs-bootstrap-warning:before,
    .notifyjs-bootstrap-danger:before {
        right: 11px;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #e8e8e8 !important;
    cursor: no-drop;
}

.password-check {
    position: relative;
}

    .password-check ul {
        position: absolute;
        z-index: 9;
        background-color: #f8f8f8;
        box-shadow: 0 0 3px #777;
        padding: 10px;
        border-radius: 5px;
        margin: 10px 5px 5px;
    }

        .password-check ul:after {
            content: '\f0d8';
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            right: 17px;
            top: -18px;
            font-size: 21px;
            color: #cdcdcd;
        }

        .password-check ul li {
            font-size: 13px;
            position: relative;
            padding-inline-start: 20px
        }

            .password-check ul li:before {
                content: '\f057';
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                position: absolute;
                right: 0;
            }

            .password-check ul li.sucsess {
                color: #1f7f2f;
            }

                .password-check ul li.sucsess:before {
                    content: '\f058';
                }

.iti__flag-container .iti__selected-flag {
    gap: 2px;
}

.iti__selected-flag {
    cursor: not-allowed;
}

.iti__country-list {
    display: none
}

.btn-whatsapp {
    color: white;
    line-height: 47px;
    text-align: center;
    position: fixed;
    bottom: 15px;
    font-size: 26px;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 125px;
    background: #fff;
    border-radius: 25px;
    padding: 3px;
    box-shadow: 0 0 3px #9a9a9a;
    height: 48px;
    border: 0;
}

    .btn-whatsapp i {
        background: #01c264;
        height: 43px;
        min-width: 43px;
        color: white;
        line-height: 43px;
        border-radius: 50%;
    }

    .btn-whatsapp span {
        font-size: 12px;
        line-height: 19px;
        color: #000;
    }

.logo-mobile {
    display: none;
}

.comming-soon {
    margin-top: 50px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 17px;
    background-color: #fdfdfd;
}



    .comming-soon img {
        width: 55px;
        margin: 20px auto;
    }



    .comming-soon h4 {
        color: #515151;
        font-size: 22px;
    }

    .comming-soon h5 {
        font-size: 15px;
    }
.col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.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: 18px;
        margin: 0 6px;
        font-size: 14px;
    }
    .input-month-date input {
        font-size: 14px
    }
.input-month-date input.form-control[readonly] {
    background-color: #fff !important;
    cursor: pointer;
}
.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: 10px
}
    .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: #1db9c3;
            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:hover {
        background-color: #ededed;
    }
.faQ-body-style,
.faQ-body {
    border: 1px solid #ccc;
    padding: 10px;
    max-height: 60vh;
    overflow: auto;
    font-size: 12px;
}
    .faQ-body-style h6,
    .faQ-body h6 {
        color: #0896aa;
        font-size: 14px;
        font-weight: 600;
    }
    .faQ-body-style p {
        line-height: 24px;
        font-size: 13px;
        padding: 2px 0;
        margin: 0;
    }
        .faQ-body-style p:before {
            content: '\f111';
            display: inline-block;
            width: 20px;
            color: #1DB9C3;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }
@media (min-width: 768px) {
    .payment-form .wpwl-form {
        padding: 15px 75px;
    }
}

.payment-form .wpwl-form .wpwl-label {
    display: block;
    float: unset;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 15px;
}

.payment-form .wpwl-form .wpwl-wrapper {
    width: 100%;
    padding: 0;
}

.payment-form .wpwl-form .wpwl-control {
    height: 45px;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center !important;
    border: 2px solid #1db9c3;
    font-size: 15px;
    font-family: 'changa-regular' !important;
}

.payment-form .wpwl-button-pay {
    background-color: #1db9c3;
    border-color: #1db9c3;
    border-radius: 10px;
    height: 55px;
    width: 100%;
    margin-top: 10px;
}

.visa-payment .wpwl-group-brand {
    position: relative;
}

    .visa-payment .wpwl-group-brand .wpwl-brand-card {
        position: absolute;
        margin: 10px 5px;
    }

.wpwl-has-error ~ .wpwl-hint {
    color: #ff0500 !important;
    font-size: 13px;
}
 .wpwl-brand-card {
    display: block;
    visibility: visible;
    position: absolute;
    top: 40px;
    width: 67px;
    z-index: 10;
}
.wpwl-container {
    text-align: center;
}
.mada-payment .wpwl-label-brand,
.mada-payment .wpwl-control-brand {
    display: none !important;
}
.mada-payment .wpwl-brand-card {
    margin: 17px 10px;
}
.visa-payment .wpwl-group-brand .wpwl-brand-card {
    margin: 15px 5px;
}

.payment-form .wpwl-form input {
    text-align: center !important;
}
.back-payment {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    display: none;
}
.payment-form-active-now .back-payment,
.back-payment.active {
    display: inline-block;
}
.flash-btn {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
customer_account_password .form-check-arib {
    flex-wrap: wrap;
}
@-webkit-keyframes glowing {
    0% {
        background-color: #1DB9C3;
        -webkit-box-shadow: 0 0 3px #19d9e5;
    }

    50% {
        background-color: #d90017;
        box-shadow: 0 0 10px #d90017;
    }

    100% {
        background-color: #1DB9C3;
        -webkit-box-shadow: 0 0 3px #19d9e5;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #1DB9C3;
        -moz-box-shadow: 0 0 3px #19d9e5;
    }

    50% {
        background-color: #d90017;
        box-shadow: 0 0 10px #d90017;
    }

    100% {
        background-color: #1DB9C3;
        -moz-box-shadow: 0 0 3px #19d9e5;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #1DB9C3;
        box-shadow: 0 0 3px #19d9e5;
    }

    50% {
        background-color: #d90017;
        box-shadow: 0 0 10px #d90017;
    }

    100% {
        background-color: #1DB9C3;
        box-shadow: 0 0 3px #19d9e5;
    }
}

@keyframes glowing {
    0% {
        background-color: #1DB9C3;
        box-shadow: 0 0 3px #19d9e5;
    }

    50% {
        background-color: #d90017;
        box-shadow: 0 0 10px #d90017;
    }

    100% {
        background-color: #1DB9C3;
        box-shadow: 0 0 3px #19d9e5;
    }
}
@media (max-width: 992px) {
    .faQ-body {
        width: calc(100vw - 38px);
    }
    .loginSection .container {
            max-width: 100%;
            padding: 0 20px;
        }
        .input-month-date input {
            padding: 10px 7px !important;
            font-size: 12px;
        }
 

    .confirmation-code {
        gap: 10px;
    }



        .loginSection .account-form {
            padding: 15px;
        }

        button.nafaz-btn,
        .nafaz-btn,
        .loginSection .grid-full-page .account-form {
            width: 100%;
            padding-bottom: 15px;
        }
    .payment-container.payment-form-active-now + payment_form .mada-payment {
        width: calc(100% - 20px);
    }
    .account-form h6.hint-text {
        margin-bottom: 25px;
    }

    .notifyjs-bootstrap-base {
        max-width: 90%;
        min-width: 90%;
        white-space: unset;
    }
}
    @media (max-width: 768px){
        .faQ-body canvas.pdf-page {
            zoom: 0.75;
        }
        .language-icon a {
            background-color: #19b2be;
            padding: 4px;
            border-radius: 5px;
            margin: 0 5px;
            position: fixed;
            top: 15px;
            z-index: 9;
        }
        .logo-mobile {
            display: block;
            text-align: center;
            margin-top: 10px;
        }

            .logo-mobile img {
                width: 100px;
            }
        .loginSection {
            background-image: none;
            padding: 0 10px
        }
    }
@media (max-width: 480px) {
    .custom-modal .modal-content .modal-action .btn-theme {
        width: 180px;
    }

    .faQ-body canvas.pdf-page {
        zoom: 0.65;
    }
    .loginSection .container {
        padding: 0;
    }
    .payment-checked .form-check .form-check-label {
        padding: 7px 7px;
        font-size: 13px;
    }
    .loginSection .grid-full-page .account-form {
        width: 100%;
        padding-bottom: 15px;
    }
    .account-form-flex {
        padding-bottom: 60px;
    }
    }