html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.otp-box:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.modal-btn {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btnOTP {
    background-color: #004C8F;
    color: white;
    font-size: 14px;
    padding: 6px 12px;
    margin: 10px 10px 0px 10px;
}

/*#validateOtpBtn {
    background: linear-gradient(135deg, #004C8F, #007BFF);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 76, 143, 0.3);
}

#resendOtpBtn {
    background-color: transparent;
    color: #004C8F;
    border: 2px solid #004C8F;
}*/

#validateOtpBtn {
    background: linear-gradient(135deg, #004C8F, #007BFF);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 76, 143, 0.3);
}

#resendOtpBtn {
    background: linear-gradient(135deg, #004C8F, #007BFF);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 76, 143, 0.3);
}

    #validateOtpBtn:disabled,
    #resendOtpBtn:disabled {
        background: transparent;
        color: #004C8F;
        border: 2px solid #004C8F;
        box-shadow: none;
        cursor: not-allowed;
    }

#ConsentOk:disabled, #submitBtn:disabled, #custDtlsFldset:disabled {
    opacity: 0.5;
    /*pointer-events: none;*/
    cursor: not-allowed;
}

    #custDtlsFldset:disabled * {
        opacity: 0.9;
        pointer-events: none;
    }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    cursor: not-allowed !important;
    pointer-events: unset;
    opacity: 0.5 !important;
}