html {
  font-size: 62.5% !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern", "liga", "clig", "calt";
  text-rendering: optimizeSpeed;
}
.sticky_table {
  width: 100%;
}

.sticky_table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: white;
}
.sticky_table tbody tr td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  min-width: 150px;
  background-color: white;
}

.sticky_table tbody tr td:first-child {
  z-index: 2;
}
.react-calendar-timeline .rct-vertical-lines .rct-vl.rct-day-6,
.react-calendar-timeline .rct-vertical-lines .rct-vl.rct-day-0 {
  background-color: inherit !important;
}
.rct-sidebar-row-odd,
.rct-hl-odd {
  background-color: white !important;
}
.rct-row-root {
  background-color: #ececec !important;
  height: 30px;
}
.rct-sidebar-row {
  padding: 0 0 0 4px !important;
}
.fc-day-today {
  background-color: transparent !important;
}
.fc-custom-day-equal {
  background-color: #bce0fd !important;
}
.fc-custom-day-cast {
  background-color: #7de286 !important;
}
.fc-custom-day-shop {
  background-color: #ffe797 !important;
}
