﻿/*.otp-input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    margin: 5px;
    border: 2px solid #7b1fa2;
    border-radius: 5px;
}

    .otp-input:focus {
        border-color: #5e35b1;
        outline: none;
    }*/

.disabled-button {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.form-section {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins';
}

.form-section-header {
    background-color: #192f60;
    color: white;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    font-family: 'Poppins';
}

.form-section-body {
    padding: 3rem 1rem;
}

.btn-custom {
    background-color: #192f60;
    color: white;
    border-radius: 5px;
    font-family: 'Poppins';
}

    .btn-custom:hover {
        background-color: #192f60;
    }

.top-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

    .top-buttons button {
        margin-left: 10px;
    }

.form-control,
.form-select {
    border-radius: 5px;
}

.otp-input {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.otp-input:focus {
    border-color: #0056b3;
    box-shadow: 0 0 5px rgba(0, 86, 179, 0.5);
}

.email-otp-input {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.email-otp-input:focus {
    border-color: #0056b3;
    box-shadow: 0 0 5px rgba(0, 86, 179, 0.5);
}

.countdown {
    color: red;
    font-weight: bold;
}

.modal-title {
    color: #192F60;
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 38.051px;
    /* 135.895% */
    letter-spacing: 0.56px;
}

.theme-Btn-light {
    background: var(--light-bg);
    color: #0E0E52 !important;
    border: 1px solid #192f60 !important;
    margin-left: 1rem;
}

.modal-content {
    padding: 20px;
    border-radius: 10px;
}

.modal-header {
    border-bottom: none;
}

.form-label {
    font-weight: bold;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .form-control:focus {
        border-color: #0056b3;
        box-shadow: 0 0 5px rgba(0, 86, 179, 0.5);
    }

.password-hint {
    font-size: 14px;
    color: #666;
}

    .password-hint ul {
        padding-left: 20px;
    }

    .password-hint li {
        list-style: disc;
    }

.btn-save {
    background-color: #002b6f;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}

    .btn-save:hover {
        background-color: #004099;
    }

.eye-icon {
    position: absolute;
    right: 10px;
    top: 75%;
    transform: translateY(-50%);
    cursor: pointer;
}

.select2-container {
    width: 100% !important;
}

.select2-selection__rendered {
    line-height: 30px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.std-code-input {
    width: 50px !important;
    min-width: 50px;
    max-width: 50px;
    text-align: center;
    padding: 0.375rem 0.4rem;
}
