
.card-body .fc-toolbar{
    position: relative;
}
.card-body .fc-toolbar .fc-left .fc-today-button.fc-button{
    position: absolute;
    left: 0;
}
.card-body .fc-toolbar .fc-left{
    order: 3;
    display: flex;
    flex-direction: row;
}
.card-body .fc-toolbar .fc-center {
    margin-left: 85px;
}
.card-body .fc-toolbar .fc-button-group{
    order: 2;
}
.card-body .fc-toolbar .fc-right{
    order: 4;
    position: absolute;
    right: 75px;
}
.card-body .fc-toolbar .fc-right{
    font-size: 16px;
}
.fc-right button{
    font-weight: 600;
}
.fc-button{
    background: transparent !important;
    color: #20CC7D !important;
    padding: 0 !important;
    margin: 0;
}
.fc-toolbar.fc-header-toolbar{
    margin: 0 !important;
}
.fc-button:focus{
    box-shadow: none !important;
}
.card-body .fc-toolbar h2,
.card-body .fc-toolbar .fc-left button
{
    font-size: 16px;
    color: #20CC7D;
    line-height: 25px;
    font-weight: 600;
    opacity: 1;
    font-family: Poppins;
}
.fc th.fc-widget-header{
    background: transparent !important;
    font-size: 12px !important;
    color: #707070;
    border: none;
    font-weight: 600;
}
.fc-unthemed td{
    border: none;
}
.fc-body{
    border-top: 2px solid #707070 !important;
    border-bottom: 2px solid #707070 !important;
}
.calender_filter{
    border: none !important;
}
.fc-scroller.fc-day-grid-container{
    height: auto !important;
    padding-top: 28px;
    padding-bottom:0;
}
.fc-row.fc-week.fc-widget-content.fc-rigid{
    height: 56px !important;
}
.fc-unthemed .fc-divider, .fc-unthemed td.fc-today {
    background: transparent;
    border: 0;
    color:#20CC7D;
    text-decoration: underline;

}
.fc-unthemed td.fc-today a{
    color: #20CC7D !important;
    border-bottom: 1px solid #20CC7D !important;
    display: inline-block;
    border-radius: 0px !important;
    padding-bottom: 5px;
}
.fc-content-skeleton .fc-day-top .fc-day-number{
    background: transparent;
}
button.fc-today-button.fc-button.fc-button-primary::after {
    content: "-";
    padding-left: 5px;
}
.fc-content-skeleton .fc-day-top .fc-day-number{
    font-size: 16px;
    line-height: 25px !important;
    color: #323A47;
    font-weight: 600;
    font-family: 'Poppins';
}

