.ck_fake_body {
    background-image: url('../images/bg.jpg');
}

.dashed-divider {
    display: flex;
    align-items: center;
    text-align: center;
    direction: rtl;
    margin: 20px 0;
}

.dashed-divider::before,
.dashed-divider::after {
    content: '';
    flex: 1;
    border-top: 2px dashed #E0E0E0;
    margin: 0 15px;
}

.dashed-divider span {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #4F4F4F;
}

.ck-form-control {
    border: 1px solid #CBCBCB;
    border-radius: 6px;
    padding: 16px;
}

.ck-next-button {
    background-color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px #8282821F;
    border: none;
    margin-top: 72px;
    cursor: pointer;
}

.acceptance-of-terms {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #4F4F4F;
}

.acceptance-of-terms a {
    color: #0031A2;
}

.ck-btn-muted {
    text-align: right;
    margin: 24px 0px 100px 0px;
    font-size: 14px;
    margin-right: 5px;
    color: #757575;
    font-weight: 400;
    line-height: 21.91px;
}

.ck_inputfiling_info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ck_inputfiling_info img {
    max-width: unset !important;
}

.ck_inputfiling_info p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30.6px;
    text-align: justify;
}

#otp-input {
    display: flex;
    justify-content: space-between;
    direction: ltr;
    gap: 5px;
}

#otp-input input {
    width: 56px;
    height: 48px;
    padding: 14px;
    font-size: 24px;
    font-family: monospace;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #BDBDBD;
}

#otp-input input:focus {
    border: 1px solid var(--secondary-color);
}


/* hide spinner */
#otp-input input::-webkit-outer-spin-button,
#otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#otp-input input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.ck-edit-phone {
    cursor: pointer;
}

.ck-edit-phone-styles {
    font-weight: 400;
    font-size: 14px;
    color: #a3a3a3;
    cursor: pointer;
    margin-top: 28px;
}

.ct_input_section {
    text-align: right;
    direction: rtl;
}

.ct_input_section label {
    margin-right: 12px;
    background: #fff;
    display: inline-block;
    transform: translateY(44px) translateX(-32px);
    padding: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.78px;
    transition: 0.2s;
    color: #757575;
}


.ct_input {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0px 12px;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    width: 100%;
    flex-direction: row-reverse;
}

.ct_input input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #333;
    outline: none;
    padding: 8px;
    padding-right: 10px;
    text-align: right;
    font-family: inherit;
}

.ct_input input::placeholder {
    color: #BDBDBD;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
}

.ct_input_icon {
    flex-shrink: 0;
}

#resend-countdown {
    cursor: pointer;
}

.ck-logo-container {
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {

    .ck_inputfiling_info p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20.6px;
        text-align: center;
    }

    .ck_inputfiling_info span {
        display: none;
    }

    .ck_form_inputs {
        margin-top: 25px;
    }

    .ck-logo-container {
        justify-content: center;
    }

    #otp-input input {
        height: 56px;
        padding: 10px !important;
        font-size: 25px !important;
        width: 56px;
    }

    .ck-btn-muted {
        text-align: right;
        margin: 16px 0px 100px 0;
        font-size: 14px;
        margin-right: 5px;
        color: #757575;
        font-weight: 400;
        line-height: 21.91px;
    }

    /* .ck-edit-phone-styles {
        font-size: 20px;
        margin-right: 5px;
        color: #a3a3a3;
        cursor: pointer;
        margin-top: 14px;
    } */
    #otp-input {
        display: flex;
        gap: 0.9em;
    }
}

.ck-tab-selects {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

.ck-tab-select-btn {
    background-color: #FFFFFF;
    color: #969696;
    font-weight: 700;
    font-size: 16px;
    width: 130px;
    height: 44px;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.ck-tab-select-btn:hover {
    background-color: #C6A056;
    color: white;
}

.ck-tab-select-btn.ck-active {
    background-color: #C6A056;
    color: white;
}

.ck-tabs-wrapper {
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    display: flex;
}

.ck-border-radius-left {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.ck-border-right {
    border-right: 1px solid #D9D9D9;
}

.ck-border-radius-right {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ck-border-right {
    border-right: 1px solid #D9D9D9;
}

.ck-form-wrapper {
    border: 1px solid #D9D9D9;
    margin: 50px auto;
}

.login-non-otp {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.91px;
}

.re-receive p {
    text-align: center;
    margin: 17px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.6px;
    color: #4F4F4F;
}

.get-back-home {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding-left: 212px;
    margin: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
}

.main-login-wrap {
    width: 100%;
    height: 100%;
}

.get-back-home span {
    display: flex;
    align-items: center;
}