h1 {
  font-size: 1.25rem;
  font-weight: bold;
}

h2 {
  font-size: 1rem;
  font-weight: bold;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 8px 1em 8px .4em;
}

.toastify {
  max-width: none;
  left: 8px;
}

.toast-close {
  padding-right: 0;
}

.condition-btn {
  cursor: pointer;
}

.btn-condition {
  padding: 2px 8px;
}

.btn-check:checked+.btn-condition {
  color: #fff !important;
  background-color: rgb(var(--bs-secondary-rgb)) !important;
}