#status-alert {
    margin-top: 10px;
}

#selectForm {
    margin-bottom: 30px;
}

#eventForm .col-lg-6:first-child {
    padding-right: 15px;
}

#eventInfoCard {
    margin-bottom: 20px;
}

.booked-multi ul.ms-list {
    height: 300px;
}

.footer {
    margin-top: 10px;
}

.loader {
    border: 10px solid #fffcfc; /* Light grey */
    border-top: 10px solid #916792; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}