.clickable-month {
  cursor: pointer;
}

.clickable-calendar {
  cursor: pointer;
}

.simple-calendar {
  user-select: none;
}

.link-to-edit-month:hover {
  text-decoration: unset;
  color: inherit;
}

.not-assign th, .not-assign td {
  background: #eae8e8 !important;
  color: #ccc !important;
}
