
.main__email__login {
    margin-top: 20px;
}

.main__sms__login {
    margin-top: 20px;
}

    .main__sms__login input,
    .main__sms__verify input,
    .main__email__login input,
    .main__email__verify input {
        margin: 15px 0;
        border-radius: 10px;
        padding: 15px;
        width: 100%;
        transition: all 0.3s ease;
    }

    .nav-tabs {
        margin-bottom: 20px;
        border-bottom: 1px solid #dee2e6;
        transition: all 0.3s ease;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        color: #556270;
        font-weight: bold;
        transition: all 0.3s ease;
    }

    .nav-tabs .nav-link.active {
        color: #556270;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    button:disabled {
        opacity: 0.5;
        pointer-events: none;
        cursor: pointer;
        display: block;
        width: 100%;
        padding: 10px 0;
        border-radius: 10px;
        outline: none;
        border: none;
        color: gainsboro;
        background-color: #556270;
        opacity: .5;
        transition: all 0.3s ease;
    }

    button.active {
        opacity: 1 !important;
        pointer-events: auto !important;
        cursor: pointer;
    }

    .main__sms__login .active,
    .main__sms__verify .active,
    .main__email__login .active,
    .main__email__verify .active {
        opacity: 1 !important;
        cursor: pointer;
        display: block;
        width: 100%;
        padding: 10px 0;
        border-radius: 10px;
        outline: none;
        border: none;
        color: gainsboro;
        background-color: #556270;
        transition: all 0.3s ease;
    }

    .edit__number,
    .edit__email {
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s ease;
    }

    .edit__number div span,
    .edit__email div span {
        font-weight: bold;
    }

    #changeNumberButton,
    #changeEmailButton {
        background-color: transparent;
        color: #556270;
        width: auto;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    #resendCodeButton,
    #resendEmailCodeButton {
        display: block;
        background-color: transparent;
        font-weight: bold;
        color: #556270;
        margin: 10px 0 !important;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .captcha-container {
        padding: 15px;
        background: #f8f9fa;
        border-radius: 10px;
        margin: 15px 0;
        transition: all 0.3s ease;
    }

    .captcha-container p {
        margin-bottom: 10px;
    }

    .fade {
        transition: opacity 0.3s ease;
    }

    .auth-tabs.hidden {
        opacity: 0;
        height: 0;
        margin: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.input-wrapper input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.toggle-password-modal {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    color: #666;
}

.toggle-password-modal:hover {
    color: #333;
}

@media (max-width: 640px) {
    .lSSlideOuter .lSPager.lSGallery {
        width: 100% !important;
        text-align: center;
        transform: unset !important;
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 0 0 20px 0;
    }

    .lSSlideOuter .lSPager.lSGallery li {
        width: 100px !important;
        height: 100px;
        display: block;
        flex: 0 0 auto;
        border: 1px solid red;
    }
}