/* Стили для кнопки отправки */
#submitBtn {
    position: relative;
    transition: all 0.2s ease;
}

#submitBtn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

#btnSpinner {
    margin-right: 5px;
}

/* Сообщения формы */
#formMessage .alert {
    margin-bottom: 0;
}

/* Календарь и время */
#calendarIcon:hover {
    background-color: #e9ecef;
}