:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

#full_calendar {
  width: 420px;
  height: 320px;
}
@media screen and (max-width: 999px) {
  #full_calendar {
    margin-inline: auto;
  }
}
@media screen and (max-width: 799px) {
  #full_calendar {
    width: 84vw;
  }
}

.fc {
  box-sizing: border-box;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  background-color: #a3a1a1;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 16px;
  letter-spacing: 0em;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button {
  padding: 0;
  width: 60px;
  height: 40px;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  color: var(--c-Black);
  outline: none;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button span {
  font-weight: 500;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button .fc-icon {
  font-size: 24px;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button .fc-icon::before {
  display: inline-block;
  height: 24px;
  line-height: 0;
  translate: 0 -2px;
}
.fc button:focus-visible {
  outline: none;
  box-shadow: none;
}
.fc .fc-scrollgrid {
  font-size: 10px;
  letter-spacing: 0em;
}
.fc .fc-scrollgrid thead .fc-col-header-cell {
  background-color: #ebebeb;
  position: relative;
}
.fc .fc-scrollgrid thead .fc-col-header-cell .fc-scrollgrid-sync-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
}
.fc .fc-scrollgrid-sync-table {
  height: 200px;
}
.fc .fc-daygrid-day-frame {
  height: 40px;
  max-height: 40px;
  min-height: auto;
}
.fc .fc-daygrid-day-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 7px;
  text-align: center;
}
.fc .fc-event {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  opacity: 1;
}
.fc .fc-event .fc-event-title {
  margin: 0;
  padding-top: 16px;
  font-size: 10px;
  font-style: normal;
}
.fc .fc-event.cal_salon .fc-event-title {
  color: #fff;
}
.fc .fc-daygrid-day-events {
  display: none;
}
.fc .fc-day:has(.fc-event.cal_salon) a,
.fc .fc-day-other:has(.fc-event.cal_salon) a {
  color: #fff;
}
.fc .fc-day:has(.fc-event.cal_salon) .fc-daygrid-day-top,
.fc .fc-day-other:has(.fc-event.cal_salon) .fc-daygrid-day-top {
  opacity: 1;
}
.fc .fc-day-other .fc-event {
  opacity: 0.3;
}
.fc .trElem .fc-day.fc-day-today {
  background-color: auto;
}
.fc .trElem .fc-day {
  background-color: #f8f8f8;
}
.fc .trElem:nth-of-type(even) .fc-day {
  background-color: #f2f2f2;
}

.fc-theme-standard .fc-scrollgrid {
  border: none;
}

.fc-theme-standard td,
.fc-theme-standard th {
  padding: 0;
  height: 40px;
  min-height: auto;
  border: none;
  line-height: 1em;
}

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