.fc .fc-toolbar {
  flex-wrap: wrap;
}
.fc .fc-toolbar .fc-prev-button,
.fc .fc-toolbar .fc-next-button {
  display: inline-block;
  background-color: transparent;
  border-color: transparent;
}
.fc .fc-toolbar .fc-prev-button:hover, .fc .fc-toolbar .fc-prev-button:active, .fc .fc-toolbar .fc-prev-button:focus,
.fc .fc-toolbar .fc-next-button:hover,
.fc .fc-toolbar .fc-next-button:active,
.fc .fc-toolbar .fc-next-button:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.fc .fc-toolbar .fc-prev-button {
  padding-left: 0 !important;
}
.fc .fc-toolbar .fc-button:not(.fc-next-button):not(.fc-prev-button) {
  padding: 0.438rem 1.125rem;
}
.fc .fc-toolbar .fc-button:not(.fc-next-button):not(.fc-prev-button):active, .fc .fc-toolbar .fc-button:not(.fc-next-button):not(.fc-prev-button):focus {
  box-shadow: none !important;
}
.fc .fc-toolbar > * > :not(:first-child) {
  margin-left: 0 !important;
}
[dir=rtl] .fc .fc-toolbar > * > :not(:first-child) {
  margin-right: 0 !important;
}
.fc .fc-toolbar .fc-toolbar-chunk {
  display: flex;
  align-items: center;
}
.fc .fc-toolbar .fc-button-group .fc-button {
  text-transform: capitalize;
}
.fc .fc-toolbar .fc-button-group + div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fc .fc-toolbar .fc--button:empty,
.fc .fc-toolbar .fc-toolbar-chunk:empty {
  display: none;
}
.fc .fc-toolbar .fc-sidebarToggle-button + div {
  margin-left: 0;
}
.fc .fc-view-harness {
  min-height: 650px;
}
.fc .fc-daygrid-event {
  border-radius: 0.25rem;
}
.fc .fc-day-today {
  background-clip: padding-box;
}
.fc .fc-h-event .fc-event-main,
.fc .fc-v-event .fc-event-main {
  color: inherit !important;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.fc .fc-view-harness {
  margin: 0 -1.5rem;
}
.fc .fc-view-harness .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-top {
  flex-direction: row;
}
.fc .fc-view-harness .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-top .fc-daygrid-day-number {
  float: left;
  margin-left: 0.5rem;
}
.fc .fc-view-harness .fc-event {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
.fc .fc-view-harness .fc-event .fc-event-title {
  font-weight: 500;
}
.fc .fc-view-harness .fc-daygrid-event-harness .fc-event.private-event {
  background-color: transparent !important;
  border-color: transparent !important;
}
.fc .fc-view-harness .fc-event .fc-daygrid-event-dot {
  display: none;
}
.fc .fc-daygrid-event-harness + .fc-daygrid-event-harness .fc-daygrid-event {
  margin-top: 0.2rem !important;
}
.fc .fc-timegrid .fc-timegrid-divider {
  display: none;
}
.fc .fc-popover {
  z-index: 1090 !important;
}
.fc .fc-popover .fc-popover-header {
  padding: 0.566rem;
}
.fc .fc-timegrid-event-harness .fc-timegrid-event .fc-event-time {
  font-size: 0.813rem;
}

.fc-theme-standard .fc-list {
  border: 0 !important;
}

.light-style .fc .fc-toolbar .fc-prev-button .fc-icon,
.light-style .fc .fc-toolbar .fc-next-button .fc-icon {
  color: rgb(103.1, 118.5, 136);
}
.light-style .fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
  color: rgb(168.2, 177, 187);
}
.light-style .fc table.fc-scrollgrid {
  border-color: rgb(211.6, 216, 221);
}
.light-style .fc table.fc-scrollgrid .fc-col-header tbody {
  border: none;
}
.light-style .fc table.fc-scrollgrid .fc-col-header .fc-col-header-cell {
  border-color: rgb(211.6, 216, 221);
}
.light-style .fc table.fc-scrollgrid td {
  border-color: rgb(211.6, 216, 221);
}
.light-style .fc .private-event .fc-event-time,
.light-style .fc .private-event .fc-event-title {
  color: #ff5b5c;
}
.light-style .fc .fc-day-today {
  background-color: #f2f2f6 !important;
}
.light-style .fc .fc-popover {
  box-shadow: 0 0.625rem 1.25rem rgba(146.5, 157.5, 170, 0.5);
  border-color: rgb(211.6, 216, 221);
}
.light-style .fc .fc-popover .fc-popover-header {
  background: #fff;
}
.light-style .fc .fc-popover .fc-popover-header .fc-popover-close {
  color: rgb(168.2, 177, 187);
}
.light-style .fc .fc-list {
  border-color: rgb(211.6, 216, 221);
}
.light-style .fc .fc-list .fc-list-table th {
  border: 0;
  background: #f2f2f6;
}
.light-style .fc .fc-list .fc-list-table .fc-list-event {
  cursor: pointer;
}
.light-style .fc .fc-list .fc-list-table .fc-list-event:hover td {
  background-color: rgba-to-hex(rgba(38, 60, 85, 0.06), #fff);
}
.light-style .fc .fc-list .fc-list-table .fc-list-event td {
  border-color: rgb(211.6, 216, 221);
}
.light-style .fc .fc-list .fc-list-empty {
  background-color: #f2f2f6;
}
.light-style .fc table,
.light-style .fc tbody,
.light-style .fc thead,
.light-style .fc tbody td {
  border-color: rgb(211.6, 216, 221);
}
.light-style .fc-theme-standard .fc-list {
  border-top: 1px solid rgb(211.6, 216, 221) !important;
}
.light-style .fc-theme-standard .fc-list .fc-list-day-cushion.fc-cell-shaded {
  background: #f2f2f6;
}
.light-style .fc-event-primary:not(.fc-list-event) {
  background-color: rgb(228.6, 236.76, 252.28) !important;
  color: #5a8dee !important;
}
.light-style .fc-event-primary:not(.fc-list-event) {
  border-color: transparent;
}
.light-style:not([dir=rtl]) .fc-event-primary:not(.fc-list-event) {
  border-left: 3px solid #5a8dee;
}
.light-style[dir=rtl] .fc-event-primary:not(.fc-list-event) {
  border-right: 3px solid #5a8dee;
}
.light-style .fc-event-primary.fc-list-event .fc-list-event-dot {
  border-color: #5a8dee !important;
}
.light-style .fc-event-secondary:not(.fc-list-event) {
  background-color: rgb(231, 234.68, 238.84) !important;
  color: #69809a !important;
}
.light-style .fc-event-secondary:not(.fc-list-event) {
  border-color: transparent;
}
.light-style:not([dir=rtl]) .fc-event-secondary:not(.fc-list-event) {
  border-left: 3px solid #69809a;
}
.light-style[dir=rtl] .fc-event-secondary:not(.fc-list-event) {
  border-right: 3px solid #69809a;
}
.light-style .fc-event-secondary.fc-list-event .fc-list-event-dot {
  border-color: #69809a !important;
}
.light-style .fc-event-success:not(.fc-list-event) {
  background-color: rgb(223.32, 249.08, 236.28) !important;
  color: #39da8a !important;
}
.light-style .fc-event-success:not(.fc-list-event) {
  border-color: transparent;
}
.light-style:not([dir=rtl]) .fc-event-success:not(.fc-list-event) {
  border-left: 3px solid #39da8a;
}
.light-style[dir=rtl] .fc-event-success:not(.fc-list-event) {
  border-right: 3px solid #39da8a;
}
.light-style .fc-event-success.fc-list-event .fc-list-event-dot {
  border-color: #39da8a !important;
}
.light-style .fc-event-info:not(.fc-list-event) {
  background-color: rgb(214.2, 247.32, 249.56) !important;
  color: #00cfdd !important;
}
.light-style .fc-event-info:not(.fc-list-event) {
  border-color: transparent;
}
.light-style:not([dir=rtl]) .fc-event-info:not(.fc-list-event) {
  border-left: 3px solid #00cfdd;
}
.light-style[dir=rtl] .fc-event-info:not(.fc-list-event) {
  border-right: 3px solid #00cfdd;
}
.light-style .fc-event-info.fc-list-event .fc-list-event-dot {
  border-color: #00cfdd !important;
}
.light-style .fc-event-warning:not(.fc-list-event) {
  background-color: rgb(254.68, 241.72, 224.6) !important;
  color: #fdac41 !important;
}
.light-style .fc-event-warning:not(.fc-list-event) {
  border-color: transparent;
}
.light-style:not([dir=rtl]) .fc-event-warning:not(.fc-list-event) {
  border-left: 3px solid #fdac41;
}
.light-style[dir=rtl] .fc-event-warning:not(.fc-list-event) {
  border-right: 3px solid #fdac41;
}
.light-style .fc-event-warning.fc-list-event .fc-list-event-dot {
  border-color: #fdac41 !important;
}
.light-style .fc-event-danger:not(.fc-list-event) {
  background-color: rgb(255, 228.76, 228.92) !important;
  color: #ff5b5c !important;
}
.light-style .fc-event-danger:not(.fc-list-event) {
  border-color: transparent;
}
.light-style:not([dir=rtl]) .fc-event-danger:not(.fc-list-event) {
  border-left: 3px solid #ff5b5c;
}
.light-style[dir=rtl] .fc-event-danger:not(.fc-list-event) {
  border-right: 3px solid #ff5b5c;
}
.light-style .fc-event-danger.fc-list-event .fc-list-event-dot {
  border-color: #ff5b5c !important;
}
.light-style .fc-event-light:not(.fc-list-event) {
  background-color: rgb(250.84, 251.48, 252.12) !important;
  color: #e5e9ed !important;
}
.light-style .fc-event-light:not(.fc-list-event) {
  border-color: transparent;
}
.light-style:not([dir=rtl]) .fc-event-light:not(.fc-list-event) {
  border-left: 3px solid #e5e9ed;
}
.light-style[dir=rtl] .fc-event-light:not(.fc-list-event) {
  border-right: 3px solid #e5e9ed;
}
.light-style .fc-event-light.fc-list-event .fc-list-event-dot {
  border-color: #e5e9ed !important;
}
.light-style .fc-event-dark:not(.fc-list-event) {
  background-color: rgb(225.88, 227.8, 230.04) !important;
  color: #495563 !important;
}
.light-style .fc-event-dark:not(.fc-list-event) {
  border-color: transparent;
}
.light-style:not([dir=rtl]) .fc-event-dark:not(.fc-list-event) {
  border-left: 3px solid #495563;
}
.light-style[dir=rtl] .fc-event-dark:not(.fc-list-event) {
  border-right: 3px solid #495563;
}
.light-style .fc-event-dark.fc-list-event .fc-list-event-dot {
  border-color: #495563 !important;
}
.light-style .fc-event-gray:not(.fc-list-event) {
  background-color: rgba(242.0447761194, 243.3582089552, 244.8507462687, 0.92) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}
.light-style .fc-event-gray:not(.fc-list-event) {
  border-color: transparent;
}
.light-style:not([dir=rtl]) .fc-event-gray:not(.fc-list-event) {
  border-left: 3px solid rgba(38, 60, 85, 0.5);
}
.light-style[dir=rtl] .fc-event-gray:not(.fc-list-event) {
  border-right: 3px solid rgba(38, 60, 85, 0.5);
}
.light-style .fc-event-gray.fc-list-event .fc-list-event-dot {
  border-color: rgba(38, 60, 85, 0.5) !important;
}

.dark-style .fc .fc-toolbar .fc-prev-button .fc-icon,
.dark-style .fc .fc-toolbar .fc-next-button .fc-icon {
  color: rgb(161.4, 175.8, 203.4);
}
.dark-style .fc .fc-toolbar .fc-sidebarToggle-button {
  color: #fff;
}
.dark-style .fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
  color: rgb(130.2, 149.4, 186.2);
}
.dark-style .fc table.fc-scrollgrid {
  border-color: rgb(54.45, 67.65, 92.95);
}
.dark-style .fc table.fc-scrollgrid .fc-col-header tbody {
  border: none;
}
.dark-style .fc table.fc-scrollgrid .fc-col-header .fc-col-header-cell {
  border-color: rgb(54.45, 67.65, 92.95);
}
.dark-style .fc table.fc-scrollgrid td {
  border-color: rgb(54.45, 67.65, 92.95);
}
.dark-style .fc .private-event .fc-event-time,
.dark-style .fc .private-event .fc-event-title {
  color: #ff5b5c;
}
.dark-style .fc .fc-day-today {
  background-color: #1c222f !important;
}
.dark-style .fc .fc-day-today .fc-popover-body {
  background-color: rgb(39.6, 49.2, 67.6) !important;
}
.dark-style .fc .fc-divider {
  background: rgb(54.45, 67.65, 92.95);
  border-color: rgb(54.45, 67.65, 92.95);
}
.dark-style .fc .fc-popover {
  background-color: rgb(39.6, 49.2, 67.6);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.3);
  border: 0;
}
.dark-style .fc .fc-popover .fc-popover-header {
  background-color: rgb(39.6, 49.2, 67.6);
}
.dark-style .fc .fc-list {
  border-color: rgb(54.45, 67.65, 92.95);
}
.dark-style .fc .fc-list .fc-list-table th {
  border: 0;
  background: #1c222f;
}
.dark-style .fc .fc-list .fc-list-table .fc-list-event {
  cursor: pointer;
}
.dark-style .fc .fc-list .fc-list-table .fc-list-event:hover td {
  background-color: rgba(99, 123, 169, 0.06);
}
.dark-style .fc .fc-list .fc-list-table .fc-list-event td {
  border-color: rgb(54.45, 67.65, 92.95);
}
.dark-style .fc .fc-list .fc-list-empty {
  background-color: #1c222f;
}
.dark-style .fc table,
.dark-style .fc .fc-timegrid-axis,
.dark-style .fc tbody,
.dark-style .fc thead,
.dark-style .fc tbody td {
  border-color: rgb(54.45, 67.65, 92.95);
}
.dark-style .fc-theme-standard .fc-list {
  border-top: 1px solid rgb(54.45, 67.65, 92.95) !important;
}
.dark-style .fc-theme-standard .fc-list .fc-list-day-cushion.fc-cell-shaded {
  background: #1c222f;
}
.dark-style .fc-event-primary:not(.fc-list-event) {
  background-color: rgb(47.664, 63.888, 94.864) !important;
  color: #5a8dee !important;
}
.dark-style .fc-event-primary:not(.fc-list-event) {
  border-color: transparent;
  box-shadow: none;
}
.dark-style:not([dir=rtl]) .fc-event-primary:not(.fc-list-event) {
  border-left: 3px solid #5a8dee;
}
.dark-style[dir=rtl] .fc-event-primary:not(.fc-list-event) {
  border-right: 3px solid #5a8dee;
}
.dark-style .fc-event-primary.fc-list-event .fc-list-event-dot {
  border-color: #5a8dee !important;
}
.dark-style .fc-event-secondary:not(.fc-list-event) {
  background-color: rgb(50.064, 61.808, 81.424) !important;
  color: #69809a !important;
}
.dark-style .fc-event-secondary:not(.fc-list-event) {
  border-color: transparent;
  box-shadow: none;
}
.dark-style:not([dir=rtl]) .fc-event-secondary:not(.fc-list-event) {
  border-left: 3px solid #69809a;
}
.dark-style[dir=rtl] .fc-event-secondary:not(.fc-list-event) {
  border-right: 3px solid #69809a;
}
.dark-style .fc-event-secondary.fc-list-event .fc-list-event-dot {
  border-color: #69809a !important;
}
.dark-style .fc-event-success:not(.fc-list-event) {
  background-color: rgb(42.384, 76.208, 78.864) !important;
  color: #39da8a !important;
}
.dark-style .fc-event-success:not(.fc-list-event) {
  border-color: transparent;
  box-shadow: none;
}
.dark-style:not([dir=rtl]) .fc-event-success:not(.fc-list-event) {
  border-left: 3px solid #39da8a;
}
.dark-style[dir=rtl] .fc-event-success:not(.fc-list-event) {
  border-right: 3px solid #39da8a;
}
.dark-style .fc-event-success.fc-list-event .fc-list-event-dot {
  border-color: #39da8a !important;
}
.dark-style .fc-event-info:not(.fc-list-event) {
  background-color: rgb(33.264, 74.448, 92.144) !important;
  color: #00cfdd !important;
}
.dark-style .fc-event-info:not(.fc-list-event) {
  border-color: transparent;
  box-shadow: none;
}
.dark-style:not([dir=rtl]) .fc-event-info:not(.fc-list-event) {
  border-left: 3px solid #00cfdd;
}
.dark-style[dir=rtl] .fc-event-info:not(.fc-list-event) {
  border-right: 3px solid #00cfdd;
}
.dark-style .fc-event-info.fc-list-event .fc-list-event-dot {
  border-color: #00cfdd !important;
}
.dark-style .fc-event-warning:not(.fc-list-event) {
  background-color: rgb(73.744, 68.848, 67.184) !important;
  color: #fdac41 !important;
}
.dark-style .fc-event-warning:not(.fc-list-event) {
  border-color: transparent;
  box-shadow: none;
}
.dark-style:not([dir=rtl]) .fc-event-warning:not(.fc-list-event) {
  border-left: 3px solid #fdac41;
}
.dark-style[dir=rtl] .fc-event-warning:not(.fc-list-event) {
  border-right: 3px solid #fdac41;
}
.dark-style .fc-event-warning.fc-list-event .fc-list-event-dot {
  border-color: #fdac41 !important;
}
.dark-style .fc-event-danger:not(.fc-list-event) {
  background-color: rgb(74.064, 55.888, 71.504) !important;
  color: #ff5b5c !important;
}
.dark-style .fc-event-danger:not(.fc-list-event) {
  border-color: transparent;
  box-shadow: none;
}
.dark-style:not([dir=rtl]) .fc-event-danger:not(.fc-list-event) {
  border-left: 3px solid #ff5b5c;
}
.dark-style[dir=rtl] .fc-event-danger:not(.fc-list-event) {
  border-right: 3px solid #ff5b5c;
}
.dark-style .fc-event-danger.fc-list-event .fc-list-event-dot {
  border-color: #ff5b5c !important;
}
.dark-style .fc-event-light:not(.fc-list-event) {
  background-color: rgb(43.984, 53.488, 71.984) !important;
  color: #434c5f !important;
}
.dark-style .fc-event-light:not(.fc-list-event) {
  border-color: transparent;
  box-shadow: none;
}
.dark-style:not([dir=rtl]) .fc-event-light:not(.fc-list-event) {
  border-left: 3px solid #434c5f;
}
.dark-style[dir=rtl] .fc-event-light:not(.fc-list-event) {
  border-right: 3px solid #434c5f;
}
.dark-style .fc-event-light.fc-list-event .fc-list-event-dot {
  border-color: #434c5f !important;
}
.dark-style .fc-event-dark:not(.fc-list-event) {
  background-color: rgb(51.344, 60.368, 77.904) !important;
  color: #717784 !important;
}
.dark-style .fc-event-dark:not(.fc-list-event) {
  border-color: transparent;
  box-shadow: none;
}
.dark-style:not([dir=rtl]) .fc-event-dark:not(.fc-list-event) {
  border-left: 3px solid #717784;
}
.dark-style[dir=rtl] .fc-event-dark:not(.fc-list-event) {
  border-right: 3px solid #717784;
}
.dark-style .fc-event-dark.fc-list-event .fc-list-event-dot {
  border-color: #717784 !important;
}
.dark-style .fc-event-gray:not(.fc-list-event) {
  background-color: rgba(61.6923076923, 70.3076923077, 86.8205128205, 0.96) !important;
  color: rgba(255, 255, 255, 0.75) !important;
}
.dark-style .fc-event-gray:not(.fc-list-event) {
  border-color: transparent;
  box-shadow: none;
}
.dark-style:not([dir=rtl]) .fc-event-gray:not(.fc-list-event) {
  border-left: 3px solid rgba(255, 255, 255, 0.75);
}
.dark-style[dir=rtl] .fc-event-gray:not(.fc-list-event) {
  border-right: 3px solid rgba(255, 255, 255, 0.75);
}
.dark-style .fc-event-gray.fc-list-event .fc-list-event-dot {
  border-color: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 575.98px) {
  .fc .fc-header-toolbar .fc-toolbar-chunk + .fc-toolbar-chunk {
    margin-top: 1rem;
  }
}
