.show_hide_icon {
    position: absolute;
    top: 25px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.ltr .show_hide_icon {
    right: 5px;
}
.rtl .show_hide_icon {
    left: 5px;
}
.social-login-divider {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 1.5rem 0;
    }
    .social-login-divider::before,
    .social-login-divider::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #ccc;
        margin: 0 10px;
    }
    .social-login-divider span {
        font-weight: 500;
        color: #555;
    }
    .social-login-list {
        display: flex;
        gap: 10px;
        max-width: 500px; 
        margin: 0 auto;
        justify-content: center;
    }
    
    .social-login-btn {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #ffffff;
        padding: 10px 15px;
        border-radius: 999px;
        font-weight: 500;
        transition: background-color 0.3s ease;
        font-size: 0.95rem;
        justify-content: center;
    }
    
    .social-login-btn i {
        margin-right: 8px;
        font-size: 1.2rem;
    }
    
    .facebook {
        background-color: #3b5998;
    }
    .facebook:hover {
        background-color: #2d4373;
    }
    
    .x-twitter {
        background-color: #1da1f2;
    }
    .x-twitter:hover {
        background-color: #0c93dd;
    }
    
    .linkedin {
        background-color: #0077b5;
    }
    .linkedin:hover {
        background-color: #005f93;
    }
    
    .google {
        background-color: #db4437;
    }
    .google:hover {
        background-color: #c33c2a;
    }
    
    .github {
        background-color: #333;
    }
    .github:hover {
        background-color: #222;
    }
    
    .gitlab {
        background-color: #fc6d26;
    }
    .gitlab:hover {
        background-color: #e55a0b;
    }
    
    .bitbucket {
        background-color: #205081;
    }
    .bitbucket:hover {
        background-color: #163a5e;
    }
    
    .slack {
        background-color: #611f69;
    }
    .slack:hover {
        background-color: #4a154b;
    }
    
    .twitch {
        background-color: #6441a5;
    }
    .twitch:hover {
        background-color: #4b3180;
    }

    .verify-container {
        background: #ffffff;
        backdrop-filter: blur(10px);
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
        max-width: 480px;
        width: 100%;
        padding: 2.5rem;
        text-align: center;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: transform 0.3s ease;
    }

    .verify-container:hover {
        transform: translateY(-5px);
    }

    .verify-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        font-weight: 700;
        color:var(--secondary-color)
    }

    .verify-subtitle {
        font-size: 1rem;
        color: #bbb;
        margin-bottom: 2rem;
    }

    .email-display {
        border: 1px solid var(--secondary-color);
        border-radius: 12px;
        padding: 1rem;
        margin: 1.5rem 0;
        font-size: 1.1rem;
        color: var(--secondary-color);
        font-weight: 500;
        word-break: break-all;
    }

    .verify-container .form-group {
        margin-bottom: 1.5rem;
    }

    .verify-container .input-group {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .verify-container .otp-input {
        width: 45px;
        height: 55px;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600;
        border: 2px solid var(--primary-color);
        border-radius: 12px;
        background: transparent;
        color: var(--secondary-color);
        transition: all 0.2s ease;
    }

    .verify-container .otp-input:focus {
        border-color: var(--secondary-color);
        box-shadow: 0 0 0 3px rgba(3, 169, 244, 0.2);
        outline: none;
    }

    .verify-container .otp-input.filled {
        background:color-mix(in srgb, var(--primary-color) 20%, white 80%);
    }

    .verify-container .btn {
        padding: 0.75rem 1.5rem;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Poppins', sans-serif;
    }

    .verify-container .btn-link {
        background: none;
        color: var(--primary-color);
        text-decoration: underline;
        font-size: 0.9rem;
        padding: 0;
    }

    .verify-container .timer {
        font-weight: 600;
        color: #ff9800;
        font-size: 1.1rem;
    }

    .verify-container .alert {
        padding: 1rem;
        margin: 1rem 0;
        border-radius: 8px;
        font-size: 0.95rem;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .verify-container .alert.show {
        opacity: 1;
    }

    .verify-container .alert-success {
        background: rgba(76, 175, 80, 0.2);
        border: 1px solid #4caf50;
        color: #c8e6c9;
    }

    .verify-container .alert-danger {
        background: rgba(244, 67, 54, 0.2);
        border: 1px solid #f44336;
        color: #ffcdd2;
    }

    .verify-container .alert-warning {
        background: rgba(255, 193, 7, 0.2);
        border: 1px solid #ffc107;
        color: #fff8e1;
    }

    .verify-container .alert-info {
        background: rgba(33, 150, 243, 0.2);
        border: 1px solid #2196f3;
        color: #bbdefb;
    }

    .verify-container .logout-button {
        display: inline-block;
        background: #c62828;
        color: white;
        text-decoration: none;
        padding: 0.6rem 1.2rem;
        border-radius: 8px;
        margin-top: 1.5rem;
        font-size: 0.9rem;
        font-weight: 500;
        transition: background 0.3s ease;
    }

    .verify-container .resend-disabled {
        color: #777;
        cursor: not-allowed;
    }

    .verify-container .change-email-form {
        margin: 1.5rem 0;
        padding: 1rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        border: 1px dashed #555;
    }

    .verify-container .has-error .form-control {
        border-color: #f44336;
    }

    .verify-container .help-block {
        font-size: 0.85rem;
        color: #f44336;
        text-align: left;
        margin-top: 0.5rem;
    }
    .verify-form{
        margin-bottom:10px;
    }