
    /* FULLCALENDAR @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  */
    .fc-today-button{
        display: none;

    }
    .fc-left h2{
        font-size: 11px !important;
        margin-top: 1px !important;
        margin-bottom: 1px !important;
        /* padding-top: 10px; */
        font-weight: 400;
            line-height: 34px;
            text-align: center;
            color: #989898;
    }
    .fc-day-number{
        font-weight: 400;
        font-size: 10px;
        line-height: 34px;
        text-align: center;
        color: #989898;
    }
    .fc td{
        /* border-radius: 25px !important; */
        padding-right: 10px !important;
    }
    .productbox-calendar{
        height: 100%;
        max-height: 350px;
        position: relative;
        background-color: white;
        display: none;
        padding: 0 2rem;
        z-index: 999;
        border-radius: 25px;
    }
    .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    }
    .fc-day-header{
        font-weight: 400;
        font-size: 10px;
        line-height: 34px;
        color: #989898;
    }
    .fc-day-grid-container{
        overflow: visible !important;
        background-color: white;
    }
    .fc-basic-view .fc-body .fc-row {
    min-height: 2em;
    }
    .fc-day-grid-container {
        height: 100% !important;
    }
    .fc-prev-button{
        position: absolute !important;
        left: 1em;
        top: 0;

    }
    .fc-next-button{
        position: absolute !important;
        right: 1em;
        top: 0;
    }
    .fc-toolbar .fc-left h2{
        float: none;
    }
    .fc-toolbar .fc-left {
    float: none;
    width: 100%;
    }
    .fc-next-button, .fc-prev-button{
        background-image: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: #23D796;
    }
    .fc td.fc-today {
        border: none;
        background-color: white;

    }
    .fc td, .fc th {
        border: none;
    }
    .fc-unthemed .fc-disabled-day {
    background: white;
    opacity: .3;
    }
