/* Timezone Info */
.timezone-info {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.timezone-info i {
    color: #0066cc;
}

.form-group {
    margin-bottom: 0px !important;
}

.form-group input, .form-group select, .form-group textarea {
    
    padding: 9px !important; 
}
.other-month {
    color: #8c868685;
    margin-top: 8px;
}
/* Loading States */
.loading-slots {
    text-align: center;
    padding: 20px;
    color: #666;
}

.loading-slots i {
    margin-right: 10px;
    color: #0066cc;
}

.no-date-selected,
.no-slots {
    text-align: center;
    padding: 20px;
    color: #666;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px dashed #ddd;
}

/* Form Messages */
.form-message {
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: none;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-message i {
    margin-right: 8px;
}

/* Error States */
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border-color: #e53e3e !important;
}

.form-group.error .error-text {
    color: #e53e3e;
    font-size: 12px;
    margin-top: 5px;
}

.terms-group.error {
    color: #e53e3e;
}

/* Confirmation Details */
.appointment-summary {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    text-align: left;
}

.appointment-summary p {
    margin: 8px 0;
    color: #333;
}

.appointment-summary strong {
    color: #1a1a1a;
    min-width: 120px;
    display: inline-block;
}