.fc-daygrid.fc-dayGridMonth-view.fc-view {
    height: 610px;
}

table.fc-scrollgrid-sync-table {
    height: auto !important;
}

.event-1 {
    color: #98b6ff !important;
    background: #eff1f4 !important;
    /*font-size: 12px;*/
    font-size:10px;
    border: 1px solid #98b6ff;
    margin: 2px;
    padding: 2px;
    font-family: Rubik;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}



.event-2 {
    color: #fff !important;
    background: #98b6ff !important;
    font-size: 10px;
    margin: 2px;
    padding: 2px;
    font-family: Rubik;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.event-3 {
    color: #fff !important;
    background: #416fdd !important;
    font-size: 10px;
    margin: 2px;
    padding: 2px;
    font-family: Rubik;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

    .event-3:hover {
        background: #5d8dff !important;
        color: #fff !important;
        text-decoration: underline !important;
    }

.event-4 {
    color: #416fdd !important;
    background: #e8ebf0 !important;
    /*font-size: 12px;*/
    font-size:10px;
    margin: 2px;
    padding: 2px;
    font-family: Rubik;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border: 1px solid #416fdd;
}

    .event-4:hover {
        text-decoration: underline !important;
        border: solid 1px #5d8dff;
    }


.fc-timegrid, .fc-daygrid {
    background: #fff;
    border-radius: 6px;
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #eff1f4;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #eff1f4;
}

.fc .fc-daygrid-day-top {
    flex-direction: row;
}

.fc .fc-daygrid-day-number {
    padding: 0px;
    margin: 10px 0px 0px 10px;
    color: #171d27;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Rubik';
}

.fc .fc-col-header-cell-cushion {
    color: #171d27;
    font-family: 'Rubik';
    font-size: 10px;
    font-weight: 600;
    padding: 20px;
    text-transform: uppercase;
}

td.fc-timegrid-slot.fc-timegrid-slot-lane.fc-timegrid-slot-minor {
    border: none;
}

.fc-day-today > div > a {
    color: #f27a1a !important;
}

.fc-day-fri > div > a {
    width: 70px;
}

.fc-day-thu > div > a {
    width: 100px;
}

.fc-day-wed > div > a {
    width: 100px;
}

.fc-day-tue > div > a {
    width: 65px;
}

.fc-day-mon > div > a {
    width: 100px;
}

.fc-day-sat > div > a {
    width: 100px;
}

.fc-day-sun > div > a {
    width: 70px;
}


.fc .fc-daygrid-day-frame {
    min-height: 88px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 10px;
}

.fc .fc-daygrid-more-link {
    color: #171d27;
    font-size: 10px;
    font-family: 'RUBIK';
    padding-left: 8px;
}

.fc .fc-popover-title {
    margin: 0 2px;
    color: #171d27;
    font-size: 12px;
}

.fc .fc-popover-close {
    color: #171d27;
}

.fc .fc-daygrid-day-frame {
    height: 88px;
}

.fc .fc-daygrid-day.fc-day-today {
    background: #fff9f3;
}

    .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
        color: #f27a1a;
        font-weight: 500;
    }

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.fc .fc-button-group > .fc-button {
    border-radius: 50%;
}

.fc .fc-button {
    padding: 5px;
    font-size: 10px;
    color: #171d27;
    width: 70px;
    height: 30px;
}

.fc .fc-button-primary {
    background-color: #FFF;
    border: none;
}

    .fc .fc-button-primary:hover {
        background-color: #fff;
        border-color: #fff;
    }

    .fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
        
    }

.fc .fc-button:focus {
    box-shadow: none;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.fc-toolbar-chunk {
    display: flex;
}

    .fc-toolbar-chunk h2.fc-toolbar-title {
        font-size: 18px;
        color: #171d27;
        font-weight: 500;
        padding: 4px 0px 0px 0px;
    }

button.fc-today-button.fc-button.fc-button-primary {
    color: #171d27;
    font-size: 12px;
    font-weight: 500;
    width: 70px;
    height: 30px;
    border-radius: 6px;
    opacity: 1;
    background: #fff;
}

button.fc-todayCustomButton-button.fc-button.fc-button-primary {
    color: #171d27;
    font-size: 12px;
    font-weight: 500;
    width: 70px;
    height: 30px;
    border-radius: 6px;
    opacity: 1;
    background: #fff;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 20px;
}

td.fc-daygrid-day.fc-day.fc-day-mon.fc-day-past {
    height: 92px;
}

td.fc-daygrid-day.fc-day {
    height: 92px !important;
}

    td.fc-daygrid-day.fc-day.fc-day-thu.fc-day-future.fc-day-other {
        height: 92px;
    }

a.fc-daygrid-event span.eventContent {
}

    a.fc-daygrid-event span.eventContent > span.time {
        font-size: 10px;
        display: inline-block;
    }

a.fc-daygrid-event span.eventContent > span.time:hover {
    display:inline-block;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: #fff9f3;
    background-color: #fff9f3;
}


.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: center !important;
    font-size: 10px;
    color: #171d27;
    margin-top: 20px;
    font-weight: 500;
}

.fc-license-message {
    display: none;
}

button.fc-timeGridDay-button {
    width: 70px;
    height: 30px;
    color: #171d27;
    border-radius: 6px 0px 0px 6px !important;
    font-size: 12px !important;
}

button.fc-timeGridWeek-button {
    width: 70px;
    height: 30px;
    color: #171d27;
    border-radius: 0 !important;
    font-size: 12px !important;
}

button.fc-dayGridMonth-button {
    border-radius: 0px 6px 6px 0px !important; 
    color: #171d27;
    font-size: 12px !important;
    font-weight: 500;  
}

.fc-button-active {
    background-color:#171d27 !important;
    color: #fff !important;
}

button.fc-prev-button.fc-button.fc-button-primary {
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

button.fc-next-button.fc-button.fc-button-primary {
    border-radius: 50% !important;
    width: 30px;
    height: 30px;

}

table.fc-scrollgrid {
    height: 611px;
}

.fc .fc-timegrid-slot {
    height: 25.5px;
}

.fc .fc-timegrid-slot-minor {
    border-top-style: none !important;
}




/* Responsive Media Queries */
@media only screen and (max-width: 1023px){
    .eventContent {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    
    .fc-media-screen .fc-timegrid-event {
        /*bottom: -5px !important;*/
    }
    .fc-scrollgrid {
        height: auto !important;
    }
    .fc-daygrid.fc-dayGridMonth-view.fc-view{
        height: auto !important;
    }

    .fc-header-toolbar {
        margin: 0px 15px 0px 15px !important;
    }
    .fc-toolbar-chunk:first-child {
        display: flex;
        flex-direction: column-reverse;
        /*margin-bottom: 20px;*/
    }

        .fc-toolbar-chunk:first-child > .fc-button-group {
            display:initial !important;
            bottom: 10px;
            /*left: 8px*/ 
        }

        .fc-toolbar-chunk:first-child > .fc-toolbar-title {
            font-size:16px !important;
            margin-left: 0px !important;
            position: relative;
            bottom: 24px;
            width: 250%
        }
    .fc-daygrid-day-bottom{
        margin:0px !important;
    }

    .fc-toolbar-chunk > .fc-button-group {
        /*display: flow-root !important;*/
    }
    .fc-toolbar-chunk > .fc-toolbar-title {
       
    }
    /*  fc-toolbar-chunk {
        margin-bottom: 10px !important;
    }*/
    /*  fc-toolbar-chunk:last-child{
        margin-bottom: 0px !important;
    }*/
    .fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
        margin-right: 0px !important;
    }

    .fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
        margin-left: 0px !important;
    }

    .fc-col-header-cell > .fc-scrollgrid-sync-inner > .fc-col-header-cell-cushion {
     /*   display: initial !important;
        padding: 0px !important;*/
        
    }

    .fc-day > .fc-scrollgrid-sync-inner > .fc-col-header-cell-cushion {
      font-size: 10px !important;
      padding: 10px 0px !important;
    }

    .fc .fc-daygrid-day-frame{
      padding:4px;
    }

    .fc-daygrid-day-frame {
      display: block !important;
      width: 100% !important;
    }

    .fc-scrollgrid-sync-inner{
        display:flex;
        justify-content:space-evenly;
    }
   
}


@media only screen and (max-width: 320px) {
    .fc-header-toolbar {
        margin: 0px 15px 0px 15px !important;
    }

    .fc-toolbar-chunk:first-child {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 11px;
    }

        .fc-toolbar-chunk:first-child > .fc-button-group {
            display: initial !important;
            bottom: 5px;
            /*left: 8px*/
        }

    .fc-day > .fc-scrollgrid-sync-inner > .fc-col-header-cell-cushion {
        font-size: 10px !important;
    }
}