body {
    font-size: 19px!important;
    font-family: "Raleway", sans-serif;
}

.fc .fc-bg-even {
    background-color: rgba(139, 195, 74, 4)!important;
}

.fc-event-title-container, .fc-daygrid-day-events {
    padding-left: 5px;
    padding-right: 5px;
}

.fc-event-title, .fc-event-time {
    color: #1b1e21!important;
}

.tooltip > .tooltip-inner {
    background-color: #8bc34a;
    padding: 30px;
    text-align: left;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #8bc34a;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #8bc34a;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #8bc34a;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #8bc34a;
}