 .fc a {
  color: unset;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s;
}
 .fc a:hover {
   color: var(--color-01);
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: #F8F8F8;
}

 .fc-dayGridMonth-view .fc-day-past,
 .fc-listWeek-view .fc-day-past,
 .fc-listWeek-view .fc-event-past td {
	opacity: 0.35;
}


 .fc-toolbar .fc-toolbar-title {
    font-size: 24px;
    line-height: 1;
    margin: auto;
    text-align: center;
    text-wrap: nowrap;
}
 .fc-toolbar .fc-toolbar-title:first-letter {
  text-transform: uppercase;
}

 .fc-toolbar .fc-button {
    font-size: 16px;
    font-weight: 400;
    background: none;
    border: none;
    color: inherit;
    line-height: 1;
    padding: 10px 10px;
    transition: all 0.2s;
}
 .fc-toolbar .fc-button:focus {
    outline: unset;
    box-shadow: unset;
}
 .fc-toolbar .fc-button:disabled {
    opacity: 0.2;
}
 .fc-button-active,
 .fc-button:not(:disabled):hover {
    background-color: hsla(0,0%,82%,.3) !important;
    z-index: 1;
}


 .fc-toolbar .fc-prev-button,
 .fc-toolbar .fc-next-button,
 .fc-toolbar .fc-today-button {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 5px;
}
 .fc-toolbar .fc-today-button {
    font-size: 22px;
    padding: 5px 14px;
}
 .fc-toolbar > div:nth-child(2) > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
 .fc-col-header {
    text-transform: lowercase;
}
 .fc-event:not(.fc-event-past) {
    cursor: pointer;
}
 .fc-dayGridMonth-view .fc-daygrid-dot-event {
	transition: all 0.2s;
}
 .fc-dayGridMonth-view .fc-daygrid-dot-event:hover,
 .fc-popover-body .fc-daygrid-dot-event:hover {
  background: #f4f4f4 !important;
}

 .fc-listWeek-view .fc-list-event:hover td {
  background: rgba(241, 241, 241, 0.5) !important;
}
 .fc-dayGridMonth-view .fc-daygrid-day-events  .fc-daygrid-event-harness:not(:first-child) {
  margin-top: 5px !important;
}

 .fc-event-title {
    font-weight: 500;
}

 .fc-dayGridMonth-view .fc-event-main-frame,
 .fc-daygrid-day-events .fc-daygrid-dot-event {
	display: flex;
  	align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    word-break: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

 .fc-dayGridMonth-view .fc-event-main-frame
{
    flex-direction: column;
}

 .fc-daygrid-day-events .fc-daygrid-dot-event {
    flex-direction: row;
    background: #fff;
    border: 1px solid #f1f1f1;
}
  .fc-event-main,
  .fc-daygrid-dot-event {
  padding: 5px;
}
 .fc-dayGridMonth-view .fc-daygrid-dot-event .fc-daygrid-event-dot,
 .fc-popover-body .fc-daygrid-event-dot {
  border-radius: 0 !important;
  border-width: 4px;
}
 .fc-daygrid-block-event .fc-event-time {
    font-weight: 400;
}

 .fc-daygrid-dot-event .fc-daygrid-event-dot {
  margin: 0 0 5px 0;
}

 .fc-daygrid-dot-event .fc-daygrid-event-dot,
 .fc-daygrid-dot-event .fc-daygrid-event-time,
 .fc-daygrid-dot-event .fc-event-title,
 .fc-daygrid-dot-event .fc-event-subtitle {
	width: 100%;
}

 .fc-daygrid-dot-event .fc-event-title,
 .fc-daygrid-dot-event .fc-event-subtitle {
  margin-top: 3px;
}

 .fc-daygrid-block-event .fc-event-time,
 .fc-daygrid-block-event .fc-event-subtitle,
 .fc-daygrid-dot-event .fc-daygrid-event-time,
 .fc-daygrid-dot-event .fc-daygrid-event-subtitle {
    font-size: 10px;
}
 .fc-daygrid-block-event .fc-event-subtitle {
    margin-top: 2px;
}

@media (max-width: 768px) {
   .fc-toolbar .fc-toolbar-title {
      font-size: 12px;
  }
   .fc-toolbar .fc-button {
    font-size: 10px;
	padding: 5px 7px;
  }
   .fc-col-header {
    font-size: 12px;
  }
   .fc-daygrid-day-number {
  	font-size: 12px;
  }
   .fc-dayGridMonth-view .fc-daygrid-day-events  .fc-daygrid-event-harness:not(:first-child) {
    margin-top: 2px !important;
  }
   .fc-dayGridMonth-view .fc-event-main {
  padding: 3px 3px !important;
  }
   .fc-dayGridMonth-view .fc-event-time, 
   .fc-daygrid-dot-event .fc-daygrid-event-time,
 .fc-daygrid-dot-event .fc-daygrid-event-subtitle {
    font-size: 8px;
    /*margin-bottom: 2px;*/
  }
  
   .fc-daygrid-block-event .fc-event-title,
   .fc-daygrid-dot-event .fc-event-title {
    font-size: 10px;
  }

   .fc-daygrid-block-event .fc-event-subtitle,
   .fc-daygrid-dot-event .fc-event-subtitle {
    font-size: 8px;
    margin-top: 1px;
  }

}


 .fc-popover-body .fc-daygrid-block-event .fc-event-main-frame,
 .fc-popover-body .fc-daygrid-dot-event {
    flex-direction: column;
    align-items: flex-start;
    margin: 5px 0;
}

 .fc-popover-body .fc-daygrid-block-event .fc-event-time,
 .fc-popover-body .fc-daygrid-block-event .fc-event-title,
 .fc-popover-body .fc-daygrid-block-event .fc-event-subtitle
{
    width: 100%;
}