/* FilePond Styles */
.filepond--drop-label {
    background: #2b3662;
}

.filepond--root .filepond--drop-label {
    min-height: 2.5em;
}

/* Fix for OTP Section - Prevent label jumping */
#otp_section .form-label {
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

#otp_section input {
    font-size: 1rem;
	width:100%;
}

/* Prevent Bootstrap default floating label behavior */
#otp_section .form-floating > label {
    transform: none;
    font-size: 0.875rem;
}

/* Age Validation Styles - Hidden by default */
.age-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none; /* Hidden by default */
}

.age-display {
    color: #28a745;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none; /* Hidden by default */
}

/* Form validation styles */
.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-valid {
    border-color: #28a745;
}

/* Prevent label size jumping on all forms */
.form-group label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

/* Responsive */
@media (max-width: 600px) {
    #submit {
        padding-bottom: 150px;
    }
}