* {
    font-family: 'Montserrat', sans-serif;
}

select.error,
input.error {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px inset, rgb(192, 67, 87) 0px 0px 0px 1px inset, rgba(192, 67, 87, 0.05) 0px 1px 2px 0px !important;
}

label.error {
    color: rgb(192, 67, 87) !important;
    font-size: 14px !important;
    margin-top: 6px !important;
    display: block;
}

.directory-card,
.table-border {
    border: 1px solid #e5e7eb;
}

.member-plus-directory-card {
    border: 2px solid #dea577;
}

.fc-button-group > *,
.fc-toolbar-chunk > * {
    text-transform: capitalize !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    cursor: pointer;
}

a#back-to-top {
    position: fixed;
    right: 0;
    bottom: 25px;
    background-color: #09223E;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

@media only screen and (min-width: 1024px) {
    #mobile-menu {
        display: none !important;
    }
}