
@media screen and (max-width: 767px)  {

    .fc .fc-toolbar-title {
        font-size: 1.2em !important;
    }

    .fc .fc-button {
        padding: 0.2em 0.45em !important;
        font-size: 0.75rem !important;
    }

    .fc .fc-button .fc-icon {
        vertical-align: middle !important;
        font-size: 1em !important;
    }


    .fc-toolbar.fc-header-toolbar {
        display: flex;
        flex-direction: column;
      }
      .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
        order: 3;
      }
      .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
        order: 1;
      }
      .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
        order: 2;
    }

    
}
/* 
.fc-button {
    @apply text-warning-500 !important
  }

  .fc-button {
    @apply py-1 px-2.5 bg-growp-500 hover:bg-gray-950 m-0 h-[36px] border-none focus:ring-1 focus:ring-growp-900 focus:outline-1 focus:outline-growp-900 !important
  }
  
  .fc-button-group {
    @apply space-x-0 !important
  }
  
  .fc-toolbar-chunk {
    @apply space-x-4 !important
  }
  
  .fc-today-button:disabled {
    @apply bg-gray-800/50 !important
  }
  
  .fc-today-button.fc-button-primary:not(.fc-today-button:disabled) {
    @apply bg-growp-900 hover:bg-gray-950 transition-colors !important
  }
  
  .fc-theme-standard td,
  .fc-theme-standard th,
  .fc-theme-standard .fc-scrollgrid {
    @apply border-gray-600/10 !important
  }
  
  .fc-button.fc-button-primary.fc-button-active {
    @apply bg-gray-800 !important
  }
  
  .fc-toolbar-title {
    @apply text-center text-xl font-semibold !important
  }
  
  .fc-day.fc-day-fri.fc-day-today.fc-daygrid-day {
    @apply bg-sky-900/60 !important
  }
  
  .fc.fc-media-screen.fc-direction-ltr.fc-theme-standard {
    @apply w-full md:min-w-[450px] !important
  }
  
  .fc-highlight {
    @apply bg-sky-400/10 !important
  }
  
  .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    @apply flex md:flex-row flex-col-reverse md:items-center items-start md:justify-between justify-start gap-2 !important
  }
  
  .fc-popover {
    @apply z-[1] !important
  }
  
  .fc .fc-list-sticky .fc-list-day > th {
    @apply bg-growp-500 text-white !important
  }
  .fc-theme-standard .fc-list-day-cushion{
    @apply bg-none !important
  }
  .fc-listMonth-view,
  .fc-dayGridWeek-view.fc-view.fc-daygrid {
    @apply bg-transparent text-gray-500 !important
  }
  
  .fc-list-event:hover {
    @apply text-growp-500 cursor-pointer !important
  }
  
  .fc-dayGridDay-view.fc-view.fc-daygrid .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    @apply bg-gray-900 !important
  }
  
  .fc-popover-header {
    @apply bg-gray-900 text-gray-400 !important
  }
  
  .fc-popover-body {
    @apply bg-gray-900 !important
  }
   */