.fc-prev-button,
.fc-next-button,
.fc-prev-button:hover,
.fc-next-button:hover,
.fc-prev-button:focus,
.fc-next-button:focus,
.fc-prev-button:active,
.fc-next-button:active,
.fc-prev-button:visited,
.fc-next-button:visited {
    background-color: transparent !important;
    border: none !important;
    color: #F0B428 !important;
    font-size: 1.2rem !important;
    box-shadow: none;
}

.fc-event {
    font-size: 1em;
}

@media (max-width: 640px) {
    .fc-title {
        font-size: 0.5rem !important;
    }
}

.middle_adjust{
    margin-left: 3px;
    margin-right: 3px;  
}


.bottom_border{
    position: relative;
    border: 0;
}
.bottom_border::before {
    content: '';
    position: absolute;
    top: 0.1px;
    left: 0.1px;
    right: 0.1px;
    bottom: 0.1px;
    border: 3px solid white;
    z-index: 2;
}
