


        .login.login-4  .login-content .wizard-nav .wizard-steps {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
            .login.login-4 .login-content .wizard-nav .wizard-steps .wizard-step .wizard-icon .fa.fa-check {
                display: none;
            }
            .login.login-4 .login-content .wizard-nav .wizard-steps .wizard-step.done .wizard-icon .fa.fa-check {
                display: inline-block;
            }
            .login.login-4 .login-content .wizard-nav .wizard-steps .wizard-step {
                padding: 0.75rem 0;
                -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
                transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
                margin-bottom: 1.5rem;
            }

                .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                .login.login-4 .login-content .wizard-nav .wizard-steps .wizard-step .wizard-icon {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
                    width: 40px;
                    height: 40px;
                    border-radius: 12px;
                    background-color: #ebebeb;
                    margin-left: 1rem;
                }

                    .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-check {
                        display: none;
                        font-size: 1.4rem;
                    }

                    .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-number {
                        font-weight: 600;
                        color: #3F4254;
                        font-size: 1.35rem;
                    }

                .login.login-4 .login-content .wizard-nav .wizard-steps .wizard-step .wizard-label {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    width: 60px;
                }

                    .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
                        color: #181C32;
                        font-weight: 600;
                        font-size: 14px;
                        line-height:1.4
                    }

                    .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
                        color: #B5B5C3;
                        font-size: 0.925rem;
                    }

                .login.login-4 .login-content .wizard-nav .wizard-steps .wizard-step.done .wizard-icon {
                    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
                    background-color: #0B276B;
                }

                    .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step.done .wizard-icon .wizard-check {
                        color: #1BC5BD;
                        display: inline-block;
                    }

                    .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step.done .wizard-icon .wizard-number {
                        display: none;
                    }

                .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step.done .wizard-label .wizard-title {
                    color: #B5B5C3;
                }

                .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step.done .wizard-label .wizard-desc {
                    color: #D1D3E0;
                }

                .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step.current {
                    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
                }

                    .login.login-4 .login-content .wizard-nav .wizard-steps .wizard-step.current .wizard-icon {
                        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
                        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
                        background-color: #ec3665;
                    }

                        .login.login-4 .login-content .wizard-nav .wizard-steps .wizard-step.current .wizard-icon .wizard-check {
                            color: #ffffff;
                            display: none;
                        }

                        .login.login-4 .login-content .wizard-nav .wizard-steps .wizard-step.current .wizard-icon .wizard-number {
                            color: #ffffff;
                        }

                    .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step.current .wizard-label .wizard-title {
                        color: #181C32;
                    }

                    .login.login-4  .login-content .wizard-nav .wizard-steps .wizard-step.current .wizard-label .wizard-desc {
                        color: #B5B5C3;
                    }

    .login.login-4  .login-content.login-content-signup {
        width: 700px;
    }







@media (max-width: 991.98px) {
    .login.login-4  .wizard-nav {
        padding: 0;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        .login.login-4  .wizard-nav .wizard-steps .wizard-step {
            margin-bottom: 0.5rem;
        }



        
}

@media (max-width: 575.98px) {


        .login.login-4  .wizard-nav .wizard-steps {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .login.login-4  .wizard-nav .wizard-steps .wizard-step {
                width: 100%;
            }

                .login.login-4  .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .svg-icon {
                    display: none;
                }

      

}


 .wizard-wrapper .svg-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


.btn.btn-theme-2 {
    color: #FFFFFF;
    background-color: #0b276b !important;
    border-color: #0b276b !important;
    transition: .4S;
}

.location-input{
    position:relative;
}

    .location-input a {
        position: absolute;
        top: 34px;
        left: 6px;
    }
    .location-input input {
        padding-left: 70px;
    }



    .location-input a img {
     width:20px
    }

.branch-div {
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
}

.new-branch {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E4E6EF;
}

.btn-add-new {
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    color: #181c32;
    margin-bottom: 30px;
    cursor:pointer
}

    .btn-add-new:hover {
        color: #FF7A31;
    }
    .btn-add-new img {
        width: 20px;
        margin-left: 7px;

    }



.login.login-3 .login-content .login-form {

    max-width: auto;
}

@media (max-width: 991.98px) {
    .login.login-3 .login-content .login-form {
        width: 100%;
        max-width: 100%!important;
    }
}

.list-type-account {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

    .list-type-account .item-account {
        width: 150px;
        text-align: center;
        border: 2px solid #181c3200;
        background-color: #ffffff;
        padding: 25px 5px;
        margin-left: 15px;
        border-radius: 8px;
        cursor: pointer;
        box-shadow: 0 0 20px #0b276b14;
        transition: .4s;
        position: relative;
        margin-bottom: 10px;
    }
        .list-type-account .item-account:last-of-type{
            margin-left:0;
        }
        .list-type-account .item-account .icon-type {
            margin-bottom: 15px;
        }
        .list-type-account .item-account p {
            color: #181c32;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
        }
        .list-type-account .item-account .active-svg {
            display: none;
        }
        .list-type-account .item-account:hover,
        .list-type-account .item-account.active-type {
            background-color: #0b276b;
            border-color: #0b276b;
        }
            .list-type-account .item-account.active-type .active-svg {
                display: block;
                position: absolute;
                left: 12px;
                top: 12px;
            }
            .list-type-account .item-account:hover .icon-type path,
            .list-type-account .item-account.active-type .icon-type path {
                fill: #fff
            }
            .list-type-account .item-account:hover p,
            .list-type-account .item-account.active-type p {
                color: #fff;
            }
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    height: 100%;
    border-radius: 10px 0 0 10px;
}
.form-group.input-send-box{
    position:relative;
}
    .form-group.input-send-box input {
        padding-left: 100px;
    }
    .form-group.input-send-box inputinput[type="tel"]::placeholder {
        direction: rtl !important;
        text-align:right !important;
    }
        .form-group.input-send-box .input-group-btn {
            position: absolute;
            left: 10px;
            top: 8px;
        }
        .form-group.input-send-box .input-group-btn .btn-success {
            padding: 6px 12px;
        }
            .form-group.input-send-box .input-group-btn .btn-success i {
                padding: 0;
                padding-right: 6px;
            }
.form-control:focus {
    border-color: #c5c5c5;
}

.verification-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    direction: ltr;
    margin-top: 24px;
}

.verification-code {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px; 
    border-radius: 10px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
}

.verification-inputs input {
    font-size: 18px;
    color: #293451;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    font-family: sans-serif;
}
    .verification-inputs input:focus,
    .verification-inputs input:focus-visible {
        border: 1px solid #c5c5c5;outline:none !important;
        box-shadow:none !important;
    }


    .verification-inputs input[type="number"] {
        -moz-appearance: textfield;
        /* For Firefox */
        -webkit-appearance: none;
        /* For Chrome, Safari, and Opera */
        appearance: none;
        /* For other browsers */
        margin: 0;
        /* Removes the default margin in Firefox */
    }

    /* For Internet Explorer 10-11 */
    .verification-inputs input[type="number"]::-webkit-inner-spin-button,
    .verification-inputs input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.mt--15 {
    margin-top: 15px !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.footer-send{
    padding: 0 100px;
} 
    .footer-send .time-code span {
        color: #19499f;
        font-size: 15px;
        font-weight: 600;
        font-family: sans-serif;
    }
    .footer-send .resend-code a{
        color: #19499f;
        font-size: 14px;
        font-weight: 600;
        transition: .4s;
    }
        .footer-send .resend-code a:hover {
            color: #ec3665;
        }
.par-step {
    margin-top: 16px;
    font-size: 16px;
    color: #737373;
    margin-bottom:0;
}






.box-btn-send .block__cell {
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-top: 31px;
    margin-bottom: 20px;
}

.box-btn-send .btn {
    text-decoration: none;
    line-height: 46px;
    padding: 0 30px;
    position: relative;
    text-align: center;
    display: inline-block;
    background-color: #319bef;
    color: #fff;
    font-weight: 500;
    border-radius: 23px;
    font-size: 16px;
    transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    overflow: hidden;
}
    .box-btn-send .btn:hover {
        background-color: #2a87d1;
    }

    .box-btn-send .btn__icon {
        width: 24px;
        height: 24px;
        background-color: #fff;
        border: 0px solid #319bef;
        border-radius: 50%;
        display: inline-block;
        top: 11px;
        position: absolute;
        left: 20px;
    }

.box-btn-send .btn .btn__icon:before {
    content: '';
    left: 0px;
    top: 0px;
    position: absolute;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
}

.box-btn-send .btn--activate .btn__icon:before {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI2OC44MzEgMjY4LjgzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjY4LjgzMSAyNjguODMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyMy4yNTUsODMuNjU5bC04MC03OS45OThjLTQuODgxLTQuODgxLTEyLjc5Ny00Ljg4MS0xNy42NzgsMGwtODAsODBjLTQuODgzLDQuODgyLTQuODgzLDEyLjc5NiwwLDE3LjY3OCAgIGMyLjQzOSwyLjQ0LDUuNjQsMy42NjEsOC44MzksMy42NjFzNi4zOTctMS4yMjEsOC44MzktMy42NjFsNTguNjYxLTU4LjY2MXYyMTMuNjU0YzAsNi45MDMsNS41OTcsMTIuNSwxMi41LDEyLjUgICBjNi45MDEsMCwxMi41LTUuNTk3LDEyLjUtMTIuNVY0Mi42NzdsNTguNjYxLDU4LjY1OWM0Ljg4Myw0Ljg4MSwxMi43OTcsNC44ODEsMTcuNjc4LDAgICBDMjI4LjEzNyw5Ni40NTUsMjI4LjEzNyw4OC41NDEsMjIzLjI1NSw4My42NTl6IiBmaWxsPSIjMzE5YmVmIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: center;
    background-position-y: center;
}

.box-btn-send .btn .btn__icon:after {
    content: '';
    top: 0px;
    left: 0px;
    position: absolute;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.box-btn-send .btn--activate .btn__icon:after {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjMmY4OWQxIi8+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-size: 8px;
    background-position-x: center;
    background-position-y: 34px;
}

.box-btn-send .btn--activate:hover {
    background-color: #2f89d1;
}

.box-btn-send .btn--activate:hover .btn__icon {
    border-color: #2f89d1;
}

.box-btn-send .btn--activate:hover .btn__icon:before {
    background-position-y: -34px;
}

.box-btn-send .btn--activate:hover .btn__icon:after {
    background-position-y: center;
}

.box-btn-send .btn--waiting {
    background-color: #2f89d1;
}

.box-btn-send .btn--waiting .btn__icon {
    background-color: transparent;
}
     

.box-btn-send .btn--waiting .btn__icon:after {
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    animation: rotation infinite linear 0.5s;
    transition: none;
    border-top: 2px solid transparent;
    border-left: 2px solid #fff;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    z-index: 0;
}


.box-btn-send .btn--activated {
    background-color: #0BB7AF;
}

.box-btn-send .btn--activated .btn__icon:after {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjNDRjYzcxIi8+Cjwvc3ZnPgo=);
    width: 24px;
    height: 24px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    animation: activated 0.3s linear 1;
}

.box-btn-send .btn__text {
    position: relative;
}

.box-btn-send .btn__text:before {
    content: attr(data-after);
    position: absolute;
    top: -27px;
    color: transparent;
    z-index: -1;
    color: #fff;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.box-btn-send .btn__text:after {
    content: attr(data-wait);
    position: absolute;
    color: transparent;
    top: 2px;
    left: 0;
    z-index: -1;
    color: #fff;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.box-btn-send .btn--waiting .btn__text {
    color: transparent;
}

    .box-btn-send .btn--waiting .btn__text:after {
        top: -8px;
        z-index: 1;
        right: 0;
    }

.box-btn-send .btn--activated .btn__text:before {
    top: -8px;
    z-index: 1;
    right: 0;
}

.box-btn-send .btn--activated .btn__text {
    color: transparent;
}

@keyframes rotation {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes activated {
    0% {
        background-position-y: 34px;
    }

    100% {
        background-position-y: center;
    }
}

.box-checked svg {margin-bottom:15px;
}
.box-checked .par-checked{
    font-size:16px;
    color:#0B276B
}
.btn.btn-gray {
    color: #7d8bae;
    background-color: #c9ceda !important;
    border-color: #c9ceda !important;
    transition: .4S;
}
.code-number-input .code-number {
    position: absolute;
    left: 105px;
    top: 15px;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 15px;
    display: inline-block;
    direction: ltr;
}
.form-group.input-send-box.code-number-input input {
    padding-left: 146px;
    font-family: sans-serif;
    font-weight: 600;
}
.w-100 {
    width: 100%;
}
@media (max-width: 575px) {
    .footer-send {
        padding: 0 0;
    }
}
@media (max-width:399px) {

    .list-type-account .item-account {
        width: 136px;  
        padding: 20px 5px;
        margin-left: 8px;
    }

        .list-type-account .item-account p { 
            font-size: 14px;
        }
        .list-type-account .item-account .icon-type {
            margin-bottom: 12px;
            width: 36px;
            height: 36px;
        }
    .form-group.input-send-box input {
        padding-left: 88px;
    }
    .form-group.input-send-box .input-group-btn .btn-success {
        padding: 6px 8px;
    }
    .form-group.input-send-box .input-group-btn {
  
        left: 7px;
        top: 9px;
    }
    .code-number-input .code-number { 
        left: 86px;
    }
    .form-group.input-send-box.code-number-input input {
        padding-left: 125px;
    }
    .pr-8, .px-8 {
      padding-left: 1rem !important;    
    }

    .pl-8, .px-8 {
      padding-right: 1rem !important;
    }
    }


.text-pink a {
    color: #ec3665;

}

