/* imports */
:root {
  --fc-now-indicator-color: #ffa200;
  --fc-today-bg-color: #65b32e;
}
.fc .fc-button-primary {
  background-color: #65b32e;
  color: white;
}
.fc .fc-button-primary:hover {
  background-color: #78d441;
  color: #000;
}
.fc .fc-button-primary:disabled {
  background-color: #65b32e99;
  color: white;
}
.fc .fc-button-primary:focus {
  box-shadow: #101010 0px 0px 0px 0.1rem;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #446a22;
  color: white;
}
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: #101010 0px 0px 0px 0.1rem;
}
.fc .fc-toolbar-title {
  color: #65b32e;
}
a {
  color: #000;
  text-decoration: none;
}
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 14px;
}
