* {
    font-family: "Montserrat", sans-serif !important;
}

.fc-daygrid-event {
    white-space: normal !important;
    align-items: normal !important;
}

.fc-timeline-slot-frame {
    justify-content: center !important;
}

.fc-timeline-lane.hover {
    background-color: rgba(211, 211, 211, 0.189);
}

.fc-toolbar-chunk {
    display: flex;
    align-items: center;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-flow: column nowrap;
    line-height: initial;
}

.logged-out-body {
    height: 100%;
}

main {
    flex: 1 0 auto;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color) !important;
    border-radius: var(--border-radius) !important;
}

::-webkit-scrollbar-track {
    background: var(--lowest-grey-contrast) !important;
}

.Render-module__tbody--r01O1{
    max-height: 52vh !important;
}
