.bsRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bs-none {
    display: none !important;
}

.bs-block {
    display: block !important;
}

.biger-head-form-main.has-error input {
    border: 1px solid #e3122a !important;
}

#msg_error_auth {
    font-size: 14px;
    margin: -20px 5px 15px;
    color: #e3122a !important;
}

.biger-auth-checked-holder .biger-auth-code-again {
    display: none;
    color: #c36;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 9px;
    padding: 16px 10px;
    background-color: transparent;
    border: none !important;
}

.biger-auth-checked-holder .biger-auth-code-again:hover {
    background: transparent;
    color: #c36;
}

.biger-form-auth-main.auth-form-load .load-holder {
    opacity: 1;
    visibility: unset;
}

.auth-form-load .biger-auth-submit {
    color: transparent !important;
}

.biger-auth-checked-holder.auth-form-load .biger-auth-submit-checked {
    color: transparent !important;
}

.biger-auth-checked-holder.auth-form-load .load-holder {
    opacity: 1;
    visibility: unset;
}

.load-holder {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.animate-load {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 45px;
}

.animate-load div {
    position: absolute;
    top: 20px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.animate-load div:nth-child(1) {
    left: 8px;
    animation: animate-load1 0.6s infinite;
}

.animate-load div:nth-child(2) {
    left: 8px;
    animation: animate-load2 0.6s infinite;
}

.animate-load div:nth-child(3) {
    left: 32px;
    animation: animate-load2 0.6s infinite;
}

.animate-load div:nth-child(4) {
    left: 56px;
    animation: animate-load3 0.6s infinite;
}

@keyframes animate-load1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes animate-load3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes animate-load2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/*Start BigerAuth Toast*/
.bs-message {
    visibility: hidden;
    width: fit-content;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 10px 30px;
    position: fixed;
    z-index: 99999999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    font-size: 17px;
}

.bs-message.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

/*Start Password Page*/
.biger-auth-pass-holder #biger-auth-checked--pass {
    width: 100%;
    font-size: 1em;
    color: #030a16;
    line-height: 24px;
    padding: 10px 12px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 12px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    outline: none !important;
}

.biger-auth-pass-holder.auth-form-load .load-holder {
    opacity: 1;
    visibility: unset;
}

.biger-auth-pass-holder.auth-form-load .biger-auth-submit-checked {
    color: transparent !important;
}

.biger-auth-pass-holder .biger-act-auth-code {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin: auto 0;
}

/*Start Account Verify*/
.submitPhoneNow {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    display: flex;
    width: 100%;
    height: 100%;
}

.submitPhoneNow:before {
    content: '';
    opacity: 0.5;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bsSubmitPhone-holder {
    position: relative;
    display: inline-block;
    margin: auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 10px;
}

.bsSubmitPhone-holder .biger-auth-submit {
    position: relative;
    width: 320px;
    margin-top: 15px;
    padding: 17px 15px;
    border-radius: 7px !important;
    outline: none !important;
    box-shadow: none !important;
}

.bsSubmitPhone-holder .bsValueInput {
    width: 320px;
    border-radius: 7px !important;
    padding: 15px;
    text-align: center;
    outline: none !important;
    box-shadow: none !important;
}

.bsSubmitPhone-holder .bsValueInput::-webkit-outer-spin-button,
.bsSubmitPhone-holder .bsValueInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.headFormSubmit p {
    text-align: center;
    margin-bottom: 16px;
}

.submitPhoneNow.has-error .biger-auth-input {
    border: 1px solid #e3122a !important;
}

.submitPhoneNow #msg_error_auth {
    margin: 8px 0 0 0;
}

.submitPhoneNow .biger-auth-checked-holder {
    position: relative;
    display: inline-block;
    margin: auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 10px;
}

.submitPhoneNow .biger-auth-checked-holder .biger-auth-submit-checked {
    position: relative;
    width: 100%;
    border-radius: 7px;
}

.bsSubmitCodeFinal {
    display: inline-block;
    position: relative;
    margin: auto;
    width: 450px;
    padding: 35px;
    background: #ffffff;
    border-radius: 10px;
}

.bsSubmitCodeFinal .bsSubmitCodeTitle {
    text-align: center;
}

.bsSubmitCodeFinal #bsGetCode {
    width: 100%;
    margin: 15px 0;
    padding: 15px 5px;
    text-align: center;
    border-radius: 7px;
    letter-spacing: 10px;
    outline: none !important;
    box-shadow: none !important;
}

.bsSubmitCodeFinal .biger-auth-submit-checked {
    position: relative;
    width: 100%;
    border-radius: 7px;
    padding: 20px 10px;
}

.bsSubmitCodeFinal .biger-auth-code-again {
    display: none;
    width: 100%;
    border-radius: 7px;
    padding: 20px 10px;
}

.bsSubmitCodeFinal .biger-auth-expire-holder {
    margin-bottom: 10px;
}

.bsSubmitCodeFinal .bsSubmitCodeHead {
    display: flex;
    justify-content: space-between;
}

.bsSubmitCodeFinal .bsSubmitCodeHead span {
    font-size: 14px;
}

.bsSubmitCodeFinal .bsSubmitCodeHead #biger-otp-phone-number {
    font-weight: 500;
}

.submitPhoneNow.auth-form-load .bsSubmitBtn {
    color: transparent !important;
}

.submitPhoneNow.auth-form-load .bsSubmitBtn .load-holder {
    opacity: 1;
    visibility: unset;
}

.bsLogoAuth {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 22px auto;
}

.bsAuth-title {
    display: inline-block;
    font-weight: 400;
    line-height: 2.17;
    margin-bottom: 16px;
}

.bsArrow {
    border: solid #424750;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.bsArrow:before {
    content: '';
    position: absolute;
    top: 0;
    width: 15px;
    height: 1px;
    right: -2px;
    display: block;
    background: #424750;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.bsArrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.backAuth {
    /*position: absolute;*/
    /*display: inline-block;*/
    /*top: -15px;*/
    /*right: -12px;*/
    /*padding: 12px;*/
    /*line-height: 0;*/
    /*cursor: pointer;*/
}

#biger-body-auth-form-holder form {
    position: relative;
}

.blockRegEmail, .blockRegPhone {
    display: block;
    text-align: center;
    margin: 0 !important;
}

.bsNotForm {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 55px 5px;
}

.bigAuth-btnModal {
    cursor: pointer;
    padding: 15px 22px;
    font-size: 15px;
    line-height: 23px;
    border-radius: 12px;
    color: #fff;
    background: #1276d1;
    display: inline-block;
}

.bigerAuth-ModalHolder {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    overflow: auto;
    position: fixed;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(6, 6, 6, .8);
}

.bigerAuth-ModalHolder.open {
    display: flex;
}

.authModal-content {
    position: relative;
    margin: auto;
    display: block;
}

.authModal-content .authModal-close {
    top: 0;
    opacity: .8;
    z-index: 30;
    right: 0;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    padding: 5px 20px;
    position: absolute;
    line-height: initial;
    transition: all .2s ease;
    color: rgb(109, 109, 109);
    -webkit-transition: all .2s ease;
}

.authModal-content .bs-message {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.authModal-content .authModal-close:hover {
    opacity: 1;
}

.bigerAuth-ModalHolder.temp_rtl_theme .authModal-content {
    width: 100%;
    max-width: 460px;
}

.bigerAuth-ModalHolder.temp_zarinpal {
    text-align: right;
}

.bigerAuth-ModalHolder.temp_zarinpal .authModal-close {
    right: unset;
    left: 0;
}

.bigerAuth-ModalHolder.temp_digikala .bsDigi-block-content {
    width: 400px;
    max-width: 400px;
    text-align: right;
    background: #ffffff;
}

@media (max-width: 576px) {
    .bigerAuth-ModalHolder.temp_digikala .bsDigi-block-content {
        width: 100%;
    }

    .bigerAuth-ModalHolder.temp_rtl_theme .authModal-content {
        margin: auto 20px;
    }
}