:root {
       --mainwhite:#fff;
       --maincolor:#00B4D8;
       --main_secondy_color:#E8AB14;
       --main_info_color:#ff4444;
   }
 .fc-daygrid-day { position: relative; }
        .fc-daygrid-day-price { position: absolute; bottom: 5px; right: 5px; font-size: 12px; color: #888; }
        .fc-day-today { background-color: #1e40af !important; color: white !important; }
       
        .fc-day-today .fc-daygrid-day-number { color: white; }
        .legend {
            margin: 35px auto;
            margin-bottom: 20px; 
         }
         .Today{
            background-color: #1e40af;
         }
         .available{
            background-color: white; border: 1px solid #ddd;
         }
         .unavailable{
            background-color: #dc3545;
         }
        .legend div { display: inline-block; margin-right: 10px; }
        .legend span { 
            display: inline-block;
            width: 25px;
            height: 25px; 
            margin-right: 5px; 
            vertical-align: middle; 
      }



        .Custom_Calendar .fc-toolbar-chunk .fc-button-group button{
              margin: 0px;
              height: 2.5em;
              padding: 5px 10px;
              background-color: #f4f6fa;
              color: #6a7285;
              border: 0;
        }
        .Custom_Calendar .fc-toolbar-chunk .fc-button-group button:last-child{
              margin-left: 6px;
        }

        .fc-toolbar-title{
              color: var(--main_secondy_color);
              font-family: auto;
              font-size: 30px !important;
              font-weight: 600;
        }
        .fc-col-header thead th a,.fc-daygrid-body tbody td a{
            text-decoration: none;
            color: #000;
            font-weight: 500;
        }
     
        .fc .fc-daygrid-day-top{
            text-align: center;
            flex-direction: column !important;
        }
        .fc-day-unavailable { background-color: #dc3545 !important; color: white; cursor: not-allowed;}
        .fc-day-unavailable a,.fc-day-unavailable label{
           color:#ffacac !important;
        }
        .fc-daygrid-day-events{
            display: none;
        }
        .fc .fc-daygrid-day-number{
            padding: 10px !important;
        }
        .fc-daygrid-body tbody td a label{
            padding-top: 10px;
        }
        .fc-header-toolbar .fc-toolbar-chunk:last-child{
            display:none !important;
        }