@import url("../vars.css");

*.hidden {
  display: none;
}

.maxw-100 {
  max-width: 100%;
}

.maxw-370px {
  max-width: 370px;
}

.minw-300px {
  min-width: 300px;
}

.w-100 {
  width: 100%;
}

.minh-auto {
  min-height: auto;
}

.minh-25 {
  min-height: 25%;
}

.minh-50 {
  min-height: 50%;
}

.minh-75 {
  min-height: 75%;
}

.minh-100 {
  min-height: 100%;
}

.maxh-25 {
  max-height: 25%;
}

.maxh-50 {
  max-height: 50%;
}

.maxh-75 {
  max-height: 75%;
}

.maxh-100 {
  max-height: 100%;
}

.maxh-250px {
  max-height: 250px;
}

.maxh-350px {
  max-height: 350px;
}

.maxh-450px {
  max-height: 450px;
}

.maxh-550px {
  max-height: 550px;
}

.p-0 {
  padding: 0;
}

.text-green {
  color: #3c763d;
}

.text-red {
  color: #a94442;
}

.pagination-icon {
  fill: currentColor;
}

.grecaptcha-badge {
  display: none;
}

select.form-select:focus {
  border-color: var(--tblr-primary);
}

option:focus,
option:hover {
  background: var(--tblr-primary);
}