.custom-calendar__title {
  text-align: center;
}
.custom-calendar .department-selector {
  margin: 2rem 0;
}
.custom-calendar .department-selector__list {
  display: flex;
  justify-content: center;
  list-style: none;
}
.custom-calendar .department-selector__item {
  color: black;
  border: 2px solid #3f66b9;
  border-radius: 4px;
  font-weight: bold;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
}
.custom-calendar .department-selector__item.active {
  color: white;
  background-color: #3f66b9;
}
.custom-calendar .department-selector__item:not(:last-child) {
  margin-right: 0.6rem;
}
/*# sourceMappingURL=view.css.map */