.fc-event-title {
    font-size:0.8em !important;
}
.fc-timegrid-slot {
    height: 2em !important;
    border-bottom: 0 !important;
}
.fc .fc-non-business {
    background: var(--fc-non-business-color);
    display: none !important;
}
.bg-green-400 {
    background-color: #73be5b;
}
.bg-blue-600 {
    background-color: #4a5e8d;
}
.bg-blue-400 {
    background-color: #5a73b0;
}
.border-red-500 {
    border-color: #c94e4e;
}
.bg-red-500 {
    background-color: #c94e4e;
}
.bg-gray-300 {
    background-color: #bdbdbd;
}
.bg-gray-400 {
    background-color: #a4a4a4;
}
.border-l-4 {
    border-left:4px;
}
.border-b-2 {
    border-bottom:2px;
}

@tailwind base;
@tailwind components;
@tailwind utilities;
