.compress-heading {
  line-height: 0.8rem !important;
}
.navigation-bar-public-background {
  background-color: #ffffff !important;
  background-image: none !important;
}
.public-logo-size {
  height: 8rem;
}
@media (max-width: 320px) {
  .public-logo-size {
    height: 4rem;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .public-logo-size {
    height: 5rem;
  }
}
@media (min-width: 376px) and (max-width: 425px) {
  .public-logo-size {
    height: 6rem;
  }
}
@media (min-width: 426px) {
  .public-logo-size {
    height: 8rem;
  }
}
.public-logo-divider {
  border-width: 0.2rem;
}
.public-button-size {
  font-size: 1.15rem;
}
.opacity-3 {
  opacity: 0.3;
}
.public-checkbox input[type=checkbox]:checked + span,
.public-checkbox input[type=radio]:checked + span {
  border-color: #27c24c;
  background-color: #27c24c;
}
.remove-event {
  color: red;
  cursor: pointer;
}
