.checkbox-lg {
    padding: 15px;
}
/* Center the spinner in the middle of the screen */
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.form-check-input[type=checkbox] {
    cursor: pointer;
}
label.form-check-label {
    overflow-wrap: anywhere;
}
h5.card-title.my-0 {
    overflow-wrap: anywhere;
}
.event-dates {
    overflow-x: auto;
}
.event-dates li {
    cursor: pointer;
}
.event-dates li:hover {
    border: 1px solid #ffa100 !important;
}
.fs-11 {
    font-size: 0.6rem !important;
}