.fc-daygrid-more-link {
    text-align: center;
    display: block;
    color: #3e4cb2 !important;
}

.fc-daygrid-more-link:hover {
    color: #020202 !important;
}

.fc .fc-button-primary, .fc .fc-button-primary:disabled {
    background-color: #3e4cb2 !important;
    border-color: #3e4cb2 !important;
    border-radius: 0;
}

.fc .fc-button-primary:hover {
    background-color: #0a1857 !important;
    border-color: #0a1857 !important;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: .5;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #3e4cb2 !important;
    color: #fff !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-more-link, .fc .fc-daygrid-day.fc-day-today a.fc-daygrid-day-number {
    color: #fff !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-more-link:hover {
    text-decoration: underline;
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-daygrid-event {
    border-radius: 0 !important;
    padding: 5px;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.fc .fc-button {
    border-radius: 0 !important;
}

.fc .fc-button-primary {
    transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -webkit-transition: .3s all;
}

.text-primary {
    color: #3e4cb2 !important;
}

@media screen and (max-width: 767px){
    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        position: relative !important;
        top: auto;
        left: auto;
        transform: inherit;
        font-size: 80%;
        text-align: center;
    }
}