:root {
  --fc-small-font-size   : .5rem;
  --fc-page-bg-color     : transparent;
  --fc-neutral-bg-color  : transparent;
  --fc-neutral-text-color: transparent;
  --fc-border-color      : transparent;

  --fc-button-text-color         : #a855f7;
  --fc-button-bg-color           : trasparent;
  --fc-button-border-color       : rgba(255, 255, 255, 0);
  --fc-button-hover-bg-color     : #f3e8ff;
  --fc-button-hover-border-color : rgba(255, 255, 255, 0);
  --fc-button-active-bg-color    : #f3e8ff;
  --fc-button-active-border-color: rgba(255, 255, 255, 0);

  --fc-today-bg-color: #e879f9;

  /*--fc-non-business-color: #e2e8f0;*/
  --fc-non-business-color: transparent;
}

#calendar {
  max-width: 20rem;
  width: 100%;
}

.fc .fc-non-business {
  border-radius: .5rem;
}

.fc .fc-daygrid-day-events {
  display: none;
}

.fc .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  height: 2rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

.fc .fc-day.fc-daygrid-day {
  border-radius: .5rem;
}

.fc .fc-scroller,
.fc .fc-daygrid-body,
.fc .fc-col-header,
.fc .fc-scrollgrid-sync-table { width: 100% !important }

.fc .fc-col-header-cell-cushion {
  color: #1e293b;
}

.fc .fc-daygrid-day-number {
  padding: 0;

  font-size: .9rem;

  color: #94a3b8;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  font-weight: bold;

  color: #6b21a8;
}

.fc .fc-daygrid-day-number .day-number.business-hours-info {
  color: #6b21a8;
}

.fc .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-of-type(2) {
  column-gap: 1rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

.fc .fc-toolbar-title {
  color: #334155;

  font-size: 1.1rem;
  font-weight: normal;
}

.fc .fc-button .fc-icon {
  font-size: 1.5rem;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: .7rem;
}

.fc table {
  font-size: .8rem;
  font-weight: normal;
}

.fc .fc-col-header-cell-cushion {
  font-family: 'Raleway', system-ui, sans-serif;

  text-transform: uppercase;
}

.fc th {
  font-weight: normal;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin: 0;
}

.fc .fc-button {
  width: 1.8rem;
  height: 1.8rem;

  border-radius: .5rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

.fc .fc-button:not(:disabled),
.fc .fc-button {
  padding: 0;
}

.fc .selected-date .day-number,
.fc .fc-daygrid-day.fc-day-today .day-number {
  color: white !important;
}

.fc .selected-date {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));

  opacity: .5;
}
