#expo-man-location-form input,
#expo-man-location-form textarea,
#expo-man-event-form input,
#expo-man-event-form textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
}

#expo-man-location-form button,
#expo-man-event-form button {
    transition: background-color 0.3s;
}

#expo-man-location-form button:hover,
#expo-man-event-form button:hover {
    background-color: #2563eb;
}

.select2-container .select2-selection--single {
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}