/*Modal*/
.fade {
    transition: opacity .15s linear;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade:not(.show) {
    opacity: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    outline: 0;
    overflow: hidden;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.auth-modal .modal-header {
    padding: 0;
    position: relative;
    border: 0;
}
.modal-header .modal-header-register {
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-header .close {
    width: 42px;
    height: 42px;
    background: transparent;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    z-index: 999999;
    transition: all .3s;
    padding: 0;
    margin: 0;
    min-height: auto;
    font-weight: 300;
    opacity: 1;
}
.modal-header .close:hover{
    background-color: #e8e8e8;
}
.popup-content-header{
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    color: var(--primary-color);
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 40px;
}
.auth-modal .modal-body {
    padding-bottom: 0;
}
.modal-open .modal {
    background: #0000009e;
    z-index: 99999;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
@media (min-width: 550px){
    .col-lostpassword{
        text-align: right;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
@media (min-width: 768px){
    .modal-dialog {
        max-width: 660px;
    }
    .auth-modal .modal-dialog {
        max-width: 500px;
    }
    .col-sale .show-mobile{
        display: none;
    }
}

.auth-login-modal .tutor-nav .tutor-nav-item .tutor-nav-link.is-active {
    background-color: #01111C;
    color: var(--primary-color);
}

.auth-modal .box-form{
    padding-top: 15px;
}

.auth-modal .box-form input:not([type="checkbox"]){
    height: 100%;
    padding: 0 15px;
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.box-password {
    position: relative;
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}
.box-password svg{
    position: absolute;
    top: 13px;
    right: 15px;
    color: #808080;
    font-size: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}
.box-password.show svg.icon-password,
.box-password svg.icon-password2{
    display: none;
}
.box-password.show svg.icon-password2{
    display: block;
}
.dnw-input-group{
    position: relative;
    display: flex;
    border-collapse: separate;
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.dnw-form-register .dnw-input-group{
    margin-bottom: 5px;
}
.dnw-form-register .input-error{
    margin-bottom: 10px;
    min-height: 1px;
    color: #FF0000;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}
.dnw-input-group .dnw-input-icon{
    max-width: 34px;
    min-width: 20px;
    border-right: 1px solid #9D9FA2;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    margin: 10px 0;
    align-items: center;
    height: auto;
    align-self: stretch;
    display: flex;
    width: 100%;
    justify-content: center;
}
.dnw-input-row{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}
.dnw-input-row .col-lostpassword{
    color: #424242;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.box-login-footer .link-signup{
    color: #262626;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
}
.box-login-footer .link-signup a{
    font-weight: 700;
    color: var(--primary-color)
}
.box-signup-footer{
    margin: 0 -1rem;
    padding: 15px 1rem;
    background-color: #01111C;
    text-align: center;
}
.woocommerce-privacy-policy-text p,
.col-lostpassword a,
.woocommerce-form-login__rememberme span,
.box-signup-footer .link-login{
    color: #999999;
    font-weight: 300;
}
.box-signup-footer .link-login a{
    color: var(--primary-color)
}
.auth-modal .button{
    color: #FFF;
    background-color: var(--primary-color);
    padding: 0 30px;
    border-radius: 4px;
    height: 42px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.mb-10{
    margin-bottom: 10px !important;
}
.auth-modal .dnw-form{
    margin-bottom: 0;
}
.box-login-social{
    display: flex;
    gap: 15px;
    margin: 15px 0 10px;
    display: none;
}
.box-login-social div{
    flex: 1;
    text-align: center;
    border: 1px solid #E8ECF4;
    height: 48px;
    line-height: 46px;
    border-radius: 8px;
}
.box-login-social a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.box-loginvia-title{
    text-align: center;
    position: relative;
    z-index: 1;
    line-height: 22px;
    display: none;
}
.box-loginvia-title span {
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    color: #7D818C;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.box-loginvia-title span:before {
    content: " ";
    border-bottom: 1px solid #E8ECF4;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 10px;
    z-index: -1;
}

.lds-roller {
    display: inline-block;
    position: absolute;
    margin-left: -40px;
    z-index: 9999;
    left: 50%;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.dnw-loading{
    position: relative;
}
.dnw-loading:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 58%);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

#error, #ok{
    font-size: 14px;
    font-weight: 400;
}
.password-input{
    height: 100%;
}