
::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;
}
.text-danger {
    font-size: 12px;
}
.mb-80 {
    margin-bottom: 80px;
}
.loginBody {
    padding: 0 !important;
    margin: 0 !important;
}

/*.option-resend-code {
    display: none
}

    .option-resend-code.active {
    }*/

.option-resend-code {
    display: flex;
    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: 27px;
        position: relative;
        top: 2px;
        color: #1db9c3;
    }
.verification_form {
    height: 100vh;
    background-color: #448bae;
}
    .verification_form .grid-center {
        width: 450px;
        max-width: 95%;
        margin: auto;
        background-color: #fff;
        border-radius: 15px;
        padding: 15px 25px;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
    }
    .verification_form .grid-center-container {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        width: 450px;
        max-width: 95%;
        margin: auto;
    }
        .verification_form .grid-center-container .grid-center {
            position: static;
            transform: unset;
            max-width: 100%;
            width: 100%;
        }
    .verification_form .grid-center h6 {
        font-weight: 600;
    }
        .verification_form .grid-center p {
            font-size: 14px;
            text-align: center;
            width: 85%;
            margin: 0 auto 40px;
        }
        .verification_form .grid-center .img-container-register {
            text-align: center;
            padding-top: 20px;
        }
        .verification_form .grid-center .img-container-register img{
            width: 80px;
        }
.p-relative {
    position: relative;
}

.bank-login-lang {
    padding: 13px;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.loginSection .img-container-register {
    text-align: center;
    margin-bottom: 10px
}
.loginSection .img-container-register img{
    width: 85px
}
.loginSection .login-text-part {
    color: #fff;
}

    .loginSection .login-text-part h4 {
        margin-bottom: 23px;
        font-weight: 400;
        font-size: 20px;
    }
        .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-color: #468baf;
    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;
}
    .loginSection .grid-center.grid-center-image {
        padding: 35px;
    }
    .loginSection .account-form.login-account-form > .grid-center {
        height: calc(100vh - 61px);
        width: 350px;
        max-width: 100%;
        margin: auto;
    }
.loginSection .account-form.login-account-form {
    border-radius: 0px;
}
    .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: 450px;
    margin: auto;
    padding-bottom: 10px;
}

.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-content .modal-action {
    margin-top: 20px
}

    .custom-modal .modal-content .modal-action .btn {
        font-size: 14px;
        padding: 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: #468baf;
            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;
    }
.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 {
    padding: 0;
    border-radius: 10px;
    border: 1px solid #468baf;
    box-shadow: none;
    margin: 4px auto;
    width: 370px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}
    button.nafaz-btn:hover {

    }
    button.nafaz-btn span {
        display: block;
        width: 100%;
        font-size: 13px;
        color: #468baf;
        font-weight: 600;
    }
.loginSection .account-form label,
.account-form label {
    font-size: 13px;
    margin-bottom: 5px;
}
.loginSection .account-form .input-icon,
.account-form .input-icon {
    position: relative;
}
            .loginSection .account-form .input-icon .show-password,
            .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: #999;
    font-size: 14px;
    line-height: 21px;
}
.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: #468baf;
        }
.account-form h6.text-theme {
    color: #468baf;
    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;
        }
.loginSection .login-text-part {
    width: 80%;
    padding-bottom: 100px;
    padding-top: 40px;
}
.bottom-part-register img {
    margin-bottom: 15px;
}
.confirmation-code {
    display: flex;
    margin: 20px 0 40px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    direction: ltr;
}
    .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: #468baf;
}
    .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: #468baf !important;
    }
.forget-password {
    text-align: end;
}
    .forget-password.back-to-login {
        font-size: 13px;
    }
    .forget-password a {
        color: #468baf !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,
.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: 1px solid #ccc;
}
.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;
}
.language-mobile.language-icon a {
    color: #468baf !important;
}
    .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;
            }
@media only screen and (min-width: 767px) {
    .mobile-only {
        display: none;
    }
}
        @media only screen and (max-width: 767px) {
            .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: #468baf;
            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, #468baf);
    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;
}
    .loginSection .fxt-btn-fill.defult-btn {
        background: #777;
        margin: 10px 0;
    }
    .resend-code-btn {
        display: none;
        text-align: center;
    }
        .resend-code-btn .btn,
        .btn-theme{
            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, #468baf);
            padding: 12px 36px;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        .resend-code-btn .btn {
            background: unset;
            background-color: unset;
            padding: 12px 36px;
            margin: auto;
            color: #468baf;
            text-decoration: underline;
        }
            .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;
    }*/
.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-base {
    direction: rtl;
    padding-right: 37px !important;
    background-position: right !important;
}
.notifyjs-bootstrap-danger {
    background-color: #ffc8c8;
    color: #af0000;
    border: none;
}
    .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
}
@media (max-width: 992px) {
    .verification_form .grid-center {
        padding: 15px 20px;
    }
        .confirmation-code {
        gap: 10px;
    }
    .loginSection {
        background-image: none;
        background-color: transparent;
    }
        .loginSection .account-form {
            padding: 15px;
        }
        button.nafaz-btn,
        .loginSection .grid-full-page .account-form {
            width: 100%;
        }
    .account-form h6.hint-text {
        margin-bottom: 25px;
    }
    .notifyjs-bootstrap-base {
        max-width: 90%;
        min-width: 90%;
        white-space: unset;
    }
        }