:root {
  --fc-button-bg-color: rgb(239, 239, 239);
  --fc-button-border-color: rgb(142, 111, 62);
  --fc-button-active-bg-color: rgb(142, 111, 62);
  --fc-button-text-color: black;
  --fc-button-hover-bg-color: rgb(142, 111, 62);
  --fc-button-hover-border-color: #1a252f;
}

.fc-button {
  text-transform: uppercase !important;
  font-family: "United Sans",Impact,"Arial Black","sans serif" !important;
  border-radius: 0 !important;
}

.fc-button:hover {
  color: white !important;
}
.fc-button-active {
  color: white !important;
}

.fc-today-button:disabled {
  color: grey !important;
}

.parent-calendar input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: rgb(239, 239, 239)
}

#accordion .card {
  border: 0px !important;
}

#accordion .card-header {
  background-color: transparent;
  border-bottom: 0px;
}

#accordion .card-body {
  background-color: rgb(245,245,245);
}

#accordion .manual-button .button {
  background-color: rgb(239, 239, 239);
}

#accordion .manual-button .button:hover {
  background-color: rgb(142, 111, 62);
}

.fc-custom-search #search-query, .filter-schools-container #school-list {
  width: 100%;
}

.fc-custom-search #search-query {
  margin-bottom: 15px;
}

.manual-button a:hover {
  color: white !important;
}

.fc-state-active {
  background-color: rgb(142, 111, 62);
  color: white !important;
}

.fc-toolbar-title {
  font-family: "United Sans",Impact,"Arial Black","sans serif";
  margin: 2rem 0 1.5rem;
  line-height: 1.2;
  color: black;
  font-size: 2.2em !important;
  font-weight: 600;
}

.fc-h-event .fc-event-time {
  overflow: visible;
}

.popover-header {
  margin-top: 0;

}


@media (max-width: 767.98px) {
    .fc .fc-toolbar.fc-header-toolbar {
        display: block;
        text-align: center;
    }

    .fc-header-toolbar .fc-toolbar-chunk {
        display: block;
    }
    
    .fc-toolbar-title {
      margin: 15px !important;
    }
    
    #accordion .card-header .button {
      width:100%;
      padding-left: 16px;
      padding-right: 16px;
    }
    
}

@media (max-width: 392px) {
  .fc table {
    font-size: .7em;
  }
}