/*  version=1 */
.lang_content a.dropdown-toggle {
    color: var(--heading-color);
}
.auth_boxes{
    height: 100%;
}
.auth-wrap{
    height: 560px;
    max-height: 610px;
}
.auth-wrap.qrDisplay{
    min-height: 610px;
}
.verification__input {
    /*letter-spacing: -1.5px;*/
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    stroke: none;
    box-shadow: none;
    transition: 0.2s 0s ease-out;
    width: 60px;
    height: 60px;
    border-radius: 9px;
    /*padding: 16px 0;*/
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    background: transparent;
    /*color:#fff;*/
    position: relative;
    caret-color: transparent;
    display: inline-block;
    vertical-align: middle;
    color: transparent;          /* برای قدیمی‌ها */
    text-shadow: 0 0 0 #fff;
}
.verification__input:hover {
    box-shadow: unset;
}
.verification__input:focus {
    box-shadow: unset;
}
.verification__timeout{
    direction: ltr;
    justify-content: center;
}
.verification__timeout p {
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    text-align: justify;
    padding: 4px 2px;
    padding-left: 4px;
}
.verification__timeout strong {
    display: block;
    /*width: 55px;*/
    text-align: center;
}
.verification__field{
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    direction: ltr;
    display: -webkit-box;      /* خیلی قدیمی‌های WebKit */
    display: -ms-flexbox;
}
.rtl_bdy.old_version .verification__field .verification__input {
    margin-left: 15px;
}
.ltr_bdy.old_version .verification__field .verification__input {
    margin-right: 15px;
}
.rtl_bdy.old_version .verification__field .verification__input:first-child {
    margin-left: 0;
}
.ltr_bdy.old_version .verification__field .verification__input:first-child {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .rtl_bdy.old_version .verification__field .verification__input {
        margin-left: 5px;
    }
    .ltr_bdy.old_version .verification__field .verification__input {
        margin-right: 5px;
    }
    .verification__input{
        width: 55px;
        height: 55px;
    }

    .verification__input:empty::after {
        left: 10px
    }
}
.verification__field .form-group{
    position: relative;
}
.verification__timeout, .verification__header, .verification__fields {
    display: flex;
    justify-content: center;
    width: 100%;
}
.verification__send_new {
    border: none;
    outline: none;
    stroke: none;
    box-shadow: none;
    cursor: pointer;
    width: auto;
    height: 25px;
    border-radius: 15px;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 5px 2px;
    background: transparent;
    font: inherit;
    transition: top 0.5s 0.1s ease, height 0.5s 0.1s ease, transform 0.3s ease, background 0.3s ease;
    display: none;
    color:#fff;
    font-size: 13px;
}
.verification--timed-out {
    position: relative;
}
.verification--timed-out .verification__send_new {
    border: none;
    outline: none;
    stroke: none;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-bg-light);
    color: var(--color-white);
    font-weight: bold;
}
.verification--timed-out .verification__send_new:hover {
    transform: scale(1.05);
}
.verification--timed-out .verification__send_new:active {
    transform: scale(0.95);
}

/*input:focus::-webkit-input-placeholder {*/
/*    animation: blink 1.5s infinite;*/
/*}*/

.verification__input:empty::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px; /* ایجاد خط افقی */
    background-color: #fff;
    position: absolute;
    left: 15px;
    right: 0;
    bottom: 0;
    top: 30px;
}
.verification__input:focus::after{
    animation: blink 0.8s infinite;
}

/*.verification__input:focus:not(:placeholder-shown)::after {*/
/*    display: none;*/
/*}*/
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.back_btn_change{
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
}
.back_btn_change .return_back{
    border: 1px solid var(--border-info-color);
    font-size: 12px;
    padding: 13px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.back_btn_change .return_back i{
    margin: 0 5px;
}
.back_btn_change .return_back:hover{
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.back_btn_change .return_back_qr{
    position: absolute;
    left: 0;
    top: 0;
    border-color: transparent;
    font-size: 18px;
}
.back_btn_change .return_back_qr:hover{
    border-color: transparent;
    color: var(--theme-color);
}
.auth-area .nav-right {
    justify-content: start;
    justify-content: flex-start;
    /*position: absolute;*/
    /*top: 24px;*/
}
/*.auth-area .nav-right{*/
/*    !*position: absolute;*!*/
/*    !*top: 22px;*!*/
/*}*/
/*.rtl_bdy .auth-area .nav-right{*/
/*    right: 16px;*/
/*}*/
/*.ltr_bdy .auth-area .nav-right{*/
/*    left: 16px;*/
/*}*/

@media screen and (max-width: 768px) {
    .auth-area .nav-right {
        display: flex !important;
    }
}

.qrContainer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
}
.qrContainer.show{
    display: flex;
}
.qrContainer .qr_close{
    position: absolute;
    top: 10%;
    left: 15%;
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
}
.qrContainer canvas{
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.iconContainer{
    text-align: center;
    margin: 10px auto;
}
img.img-fluid.iconQrcode {
    width: 40px;
    height: 40px;
}
.store_item {
    cursor: pointer;
}
.qrPart  #toast{
    bottom: 15%;
    top:unset;
}
.qrPart  #toast.show{
    opacity: 1;
    visibility: visible;
    z-index: 1001
}
.lang_content .dropdown-menu{
    min-width: 82px;
}
.qr_code_box{
    direction: ltr;
    display: none;
}
.qr_code_box span.box_item_qr {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    background: #06090f;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    color: #eee;

}
.qr_container p{
    color: var(--heading-color);
    font-size: 13px;
    text-align: center;
}
.qr_container{
    position: relative;
}
.error_msg{
    font-size: 11px;
    color: var(--theme-color2);
    margin-top: 10px;
}
@media all and (max-width: 1200px) {
    .auth_wrap_content{
        padding: 22px;
    }
    .qr_container{
        padding: 24px !important;
    }
    .auth-wrap{
        max-height: 575px;
        height: 600px;
    }
}
@media all and (max-width: 768px) {
    .auth_boxes{
        height: auto;
    }
    .auth-wrap{
        height: 450px;
        max-height: 500px;
    }
    .auth-wrap:first-child{
        height: 540px;
        max-height: 600px;
    }
    .qr_container p{
        font-size: 11px;
    }
    .small{
        font-size: 11px;
    }
}
.return_to_qr_login{
    position: absolute;
    top: -26px;
    left: 24px;
    font-size: 23px;
    color: #fff;
    background: transparent;
    border: 2px solid transparent;
}
.password-wrapper {
    position: relative;
}

.toggle-button {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: 12px;
    cursor: pointer;
}

.eye-icon {
    width: 20px;
    height: 20px;
}
.refresh_qr{
    color: #e39105;
}
.rtl_bdy .refresh_qr{
    margin-right: 10px;
}
.ltr_bdy .refresh_qr{
    margin-left: 10px;
}
.my_tooltip {
    position: relative;
    cursor: pointer;
}

.my_tooltip:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.my_tooltip:hover:after {
    opacity: 1;
}

