.takfazkala-login-wrapper {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.takfazkala-login-wrapper .takfazkala-logged-in-content {
    text-align: center;
    padding: 20px;
}

.takfazkala-login-wrapper .takfazkala-logged-in-content p {
    margin: 10px 0;
}

.takfazkala-login-wrapper .takfazkala-logout-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #dc3545;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
}

.takfazkala-step h3 {
    text-align: center;
    margin-bottom: 20px;
}

.takfazkala-message {
    display: none;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.takfazkala-message.success {
    display: block;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.takfazkala-message.error {
    display: block;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.takfazkala-form-group {
    margin-bottom: 15px;
}

.takfazkala-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.takfazkala-form-group input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.takfazkala-form-group input#takfazkala-otp {
    text-align: center;
    letter-spacing: 5px;
}

.takfazkala-btn {
    width: 100%;
    padding: 12px;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.takfazkala-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#takfazkala-send-otp-btn {
    background: #fe0000;
    color: #fff;
}

#takfazkala-verify-otp-btn {
    background: #28a745;
    margin-bottom: 10px;
}

#takfazkala-back-btn {
    background: #6c757d;
    padding: 10px;
    font-size: 14px;
}

.takfazkala-phone-display {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.takfazkala-phone-display p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.takfazkala-phone-display strong {
    color: #fe0000;
}

.takfazkala-edit-btn {
    background: transparent;
    border: 1px solid #6c757d;
    color: #6c757d;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
}

.takfazkala-edit-btn:hover {
    background: #6c757d;
    color: white;
}

.takfazkala-resend-btn {
    background: #6c757d;
    margin-top: 10px;
}

.takfazkala-resend-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.takfazkala-resend-btn:not(:disabled):hover {
    background: #5a6268;
}

