/* Event Creation Styles */

/* Fix for input groups in modals */
.input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
}

.input-group > .form-control {
    position: relative !important;
    flex: 1 1 auto !important;
    width: 1% !important;
    min-width: 0 !important;
    min-height: 38px !important;
}

.input-group-text {
    display: flex !important;
    align-items: center !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    text-align: center !important;
    white-space: nowrap !important;
    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
    border-radius: 0 0.25rem 0.25rem 0 !important;
    min-height: 38px !important;
}

/* Fix for the specific recurrence interval input */
#recurrence-interval {
    min-width: 80px !important;
    width: auto !important;
    flex: 0 0 auto !important;
}

/* Fix for the interval label */
#interval-label {
    min-width: 80px !important;
    width: auto !important;
}

/* Recurrence settings */
#sessions-settings {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

/* Ensure proper spacing for form elements */
.form-label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

/* Ensure proper spacing for radio buttons */
.form-check {
    margin-bottom: 0.5rem;
}

/* Add some spacing to nested form elements */
.ms-4 {
    margin-left: 1.5rem !important;
}
