.fc-toolbar-chunk .btn-group .btn {
  @apply bg-blue-500 text-white font-bold py-2 px-4 rounded;
}

.fc-toolbar-chunk .btn-group .btn {
  @apply bg-blue-500 text-white font-bold py-2 px-4 rounded;
}

.fc-toolbar-chunk .btn-group .btn:hover {
  @apply bg-blue-700;
}

.fc-toolbar-chunk .btn-group .btn {
  @apply bg-blue-500 text-white font-bold py-2 px-4 rounded shadow-lg transition duration-300 ease-in-out transform;
}

.fc-toolbar-chunk .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 10px;
  margin-bottom: 10px;
}
