:root {
    --color-primary: #2966F4;
    --color-secondary: #FFF9E9;
    --color-primary-hover: #CFB53B;
    --color-secondary-hover: var(--color-primary);
    --color-body-background: #fff;
    --color-heading: #070707;
    --color-text: #070707;
    --color-gray: #c3c3c3;
    --color-green: #00A424;
    --color-red: #ce0000;
}

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

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

.ck-next-button {
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    padding: 16px;
    background-color: var(--color-primary) !important;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 31.3px;
    transition: 0.4s;
}

.ck-next-button:hover {
    border: 1px solid black;
    background-color: white !important;
    color: var(--color-primary);
    cursor: pointer;
}

.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;
    gap: 0.5em;
}

#otp-input input {
    width: 76px;
    height: 76px;
    padding: 14px;
    font-size: 24px;
    font-family: monospace;
    text-align: center;
    border: 1px solid #3F454B;
    border-radius: 15px;
}


/* 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 {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 16px;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
}

.ct_input input {
    border: none;
    background-color: transparent;
    margin-right: 8px;
    outline: none !important;
    width: 100%;
}

#resend-countdown {
    cursor: pointer;
}

.ck_form_inputs {
    margin: 28px 0px 56px 0px;
}

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

@media screen and (max-width: 768px) {
    #authentication-form {
        width: 93% !important;
    }

    .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;
    }
}

#authentication-form {
    width: 75%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.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: #6a90eb;
    color: white;
}

.ck-tab-select-btn.ck-active {
    background-color: var(--color-primary);
    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;
}

.ck_inputfiling_info img {
    object-fit: scale-down !important;
}