#otp {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.my_account_btn a {
    width: 30px;
    height: 37px;
    position: relative;
    top: 5px;
    margin-right: 20px;
    float: right;
    background: url(https://www.drsaraafzali.com/item/icon.png) 0px -27px;
    transition-timing-function: ease-in-out;
    transition: 0.5s;
    cursor: pointer;
}

#otp .form-control {
    text-align: center;
    margin: 8px;
    border-radius: 5px;
    transition: none;
    width: 40px;
    height: 40px;
    padding: 0;
    min-height: 40px;
    border: none;
    border-bottom: 2px solid transparent;
    direction: ltr;
    font-weight: 500;
    font-size: 23px;
    outline: none;
    box-shadow: 0 0 10px #00000025;
}

#otp .form-control:focus {
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #741c78;
}

#otp .form-control.filled {
    border-radius: 5px 5px 0 0;
    border-color: #741c78;
}

.modal_label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 7px;
    transition: all .3s ease-in-out;
    width: 100%;
    right: 0;
    text-align: center;
    opacity: 0.5;
    pointer-events: none;
    line-height: 14px;
}

.modal_input:focus ~ .modal_label {
    transform: scale(0.8) translateY(-10px);
    opacity: 1;
}

.modal_input.filled ~ .modal_label {
    transform: scale(0.8) translateY(-10px);
    opacity: 1;
}

.no_validate_phone, .no_validate_otp, .invalid_email {
    display: none;
    font-size: 15px;
    font-weight: 600;
    color: red;
    margin-top: 5px;
    text-align: center;
}

button.close_form_btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    font-size: 25px;
    color: black;
    width: 32px;
    padding: 0;
    line-height: 30px;
    border: 1px solid #ffffff;
}

.input_row {
    position: relative;
    transition: all .3s ease-in-out;
    margin-bottom: 3px;
    padding-top: 11px;
}

.login_modal_text {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    color: #424242;
}

.send_otp_to {
    width: 160px;
    background-color: var(--color-alt-content-secondary);
    color: var(--color-alt-content-link);
    margin: 5px auto;
    border-radius: 25px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
}

.send_otp_to i {
    margin-right: 6px;
    cursor: pointer;
    margin-bottom: 6px;
}

.send_otp_to_page_version {
    width: fit-content;
    background-color: var(--color-alt-content-secondary);
    color: var(--color-alt-content-text);
    margin: 5px auto;
    border-radius: 25px;
    font-size: 19px;
    padding: 6px 16px 2px;
}

.send_otp_to_page_version i {
    margin-right: 6px;
    cursor: pointer;
}

.input_otp_modal_text {
    text-align: center;
    color: #424242;
    margin-bottom: 20px;
}

div.submit_otp {
    margin-top: 5px;
}

.register_page_content_container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    display: flex;
}

.go_back_btn {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    color: #858585;
}

.login_form_comment {
    font-size: 14px;
    color: #a7a7a7;
    text-align: center;
}

.active_login_modal {
    width: 30px;
    height: 37px;
    position: relative;
    top: 5px;
    margin-right: 20px;
    float: right;
    background: url(https://www.drsaraafzali.com/item/icon.png) 0px -27px;
    transition-timing-function: ease-in-out;
    transition: 0.5s;
    cursor: pointer;
}

.active_login_modal img {
    margin-right: 5px;
}

.my_account_btn i {
    cursor: pointer;
    font-size: 25px;
}

input#phone_number_input {
    box-shadow: none;
    min-height: 0;
    border: none;
    border-bottom: 1px solid #741c78;
    border-radius: 0;
    line-height: 1;
    text-align: center;
    direction: ltr;
    color: #858585;
    outline: none;
    padding: 0;
    font-size: 20px;
}

@media (max-width: 768px) {
    .my_account_btn span {
        display: none;
    }

    .active_login_modal span {
        display: none;
    }
}

.modal_wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000055;
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.modal_wrapper.active {
    opacity: 1;
    pointer-events: all;
}

.modal_content {
    max-width: 450px;
    flex-grow: 1;
    background: #fff;
    position: relative;
    padding: 30px 50px;
    box-shadow: 0 0 10px #00000050;
    border-radius: 10px;
    margin: 15px;
    transition: all 0.5s ease;
    transform: scale(0.5);
    width: calc(100% - 30px);
}

.active .modal_content {
    transform: scale(1);
}

.nooshika_submit_btn {
    width: 150px;
    margin: 15px auto 0;
    line-height: 39px;
    border-radius: 10px;
    background: #741c78;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 10px #00000025 inset;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

input::placeholder {
    color: transparent;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

textarea::placeholder {
    color: transparent;
}

.iti.iti--allow-dropdown {
    width: 100%;
    margin-top: 7px;
}

ul#iti-0__country-listbox {
    left: 0;
}

#loading_modal, #upload_progress {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 200;
    background: #1c1c1c91;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.3s;
    padding: 20px;
}

.loading_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

#loading_modal.active, #upload_progress.active {
    opacity: 1;
    pointer-events: all;
}

.active .loading_container {
    transform: scale(1);
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
    filter: drop-shadow(0 0 6px #00000033);
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #1dffb1;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

.loading_container p {
    margin-bottom: 25px;
    font-weight: 700;
}

div#force_redirect_link {
    display: none;
}
