.fc-daygrid-body .row {
    height: 130px;
}

.fc-header-toolbar {
    margin-bottom: 10px !important;
}
.fc-header-toolbar .fc-toolbar-title {
    text-transform: capitalize;
}

.fc-header-toolbar .fc-toolbar-chunk div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fc-header-toolbar .fc-toolbar-chunk .fc-next-button,
.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button {
    width: 28px;
    height: 28px;
    background: linear-gradient(330deg, #964CE8 0%, #4E60FF 100%);
    border: 1px solid gray;
    border-radius: 50%;
    padding: 0;
    transition: all .3s ease 0s;
}
.fc-header-toolbar .fc-toolbar-chunk .fc-next-button:hover,
.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button:hover {
    opacity: 0.9;
    transition: all .3s ease 0s;
}
.fc-header-toolbar .fc-toolbar-chunk .fc-next-button .fc-icon-chevron-right,
.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button .fc-icon-chevron-left {
    margin: 0;
}

.fc-customMonthButton-button {
    background: -o-linear-gradient(120deg, #964CE8 0%, #4E60FF 100%);
    background: linear-gradient(330deg, #964CE8 0%, #4E60FF 100%);
    border: none !important;
    border-radius: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.fc-customMonthButton-button.hidden {
    display: none !important;
}

.fc-daygrid-day.events_existed .fc-daygrid-day-frame {
    border: 1px solid #0288FF;
}

.fc-daygrid-day.fc-day-today {
    background-color: #fff !important;
}

.fc-daygrid-day-number,
.fc-col-header-cell-cushion {
    color: #000;
}

.fc-daygrid-day-number {
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px !important;
}
.fc-daygrid-day-number:hover {
    color: #000000cf;
}

.fc-daygrid-day-events {
    padding: 0px 5px;
}

.fc-event {
    background: rgba(2, 136, 255, 0.10);
    color: #0288FF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 6px;
    border: none;
    padding: 0 15px;
    margin: 5px 0px;
    cursor: pointer;
    transition: all .3s ease 0s;
}

.fc-event.active {
    background-color: #0288FF;
    color: #fff;
}
.fc-event.active .event-title .event-separator .has-purchase {
    border: 1px solid #fff;
    padding: 5px;;
}

.fc-event.fully-sold {
    background: linear-gradient(333deg, #FF7C43 -23.54%, #FF0E73 110.08%) !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 1 !important;
}
.fc-event.fully-sold .event-title .event-separator .has-purchase {
    border: 1px solid #fff;
    padding: 5px;;
}

.fc-event.warning {
    background: linear-gradient(90deg, #EE9928 50%, #FF88D5 100%);
    color: #fff !important;
    cursor: not-allowed;
    opacity: 1 !important;
}
.fc-event.warning .event-title {
    color: #fff;
}
.fc-event.warning .event-title .event-separator .has-purchase {
    border: 1px solid #fff !important;
    padding: 5px;;
}

.fc-event:hover {
    background: rgba(2, 136, 255, 0.1);
    color: #0288FF;
    opacity: 0.7;
    transition: all .3s ease 0s;
}
.fc-event.active:hover {
    background-color: #0288FF;
    color: #fff;
}
.fc-event.warning:hover {
    background: linear-gradient(90deg, #EE9928 50%, #FF88D5 100%);
    color: #fff !important;
    opacity: 1 !important;
}

.fc-event.day-view-event .fc-event-main {
    display: flex;
    color: #0288FF !important;
}
.fc-event.day-view-event.fully-sold .fc-event-main {
    color: #fff !important;
}
.fc-event.day-view-event.active {
    background-color: #0288FF;
}
.fc-event.day-view-event.active .fc-event-main {
    color: #fff !important;
}

.fc-event .fc-event-title {
    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fc-event .event-title .event-separator .has-purchase {
    border: 1px solid #0288FF;
    padding: 5px;;
}

.event-title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    font-size: 16px;
}

.fc-event-time,
.fc-daygrid-event-dot {
    display: none;
}

.fc-daygrid-day-bottom .fc-more-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #636978;
    padding: 5px;
    font-size: 12px;
    border-radius: 6px;
    color: #fff;
    transition: all .3s ease 0s;
}

.fc-daygrid-day-bottom .fc-more-link:hover {
    background-color: #7a7f8b;
    transition: all .3s ease 0s;
}

.fc-more-popover {
    border-radius: 6px;
}
.fc-more-popover .fc-popover-header {
    background-color: #fff;
    padding: 10px 10px 0px 10px;
}

.fc-popover-close {
    position: relative;
}

.fc-popover-close::after {
    content: '\D7';
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 22px;
}
.fc-popover-close::before {
    display: none;
}

.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner {
    opacity: 0;
    height: 0;
}
.fc-timegrid-slot.fc-timegrid-slot-lane {
    background-color: #fff;
}