input,
select,
textarea {
  width: 100%;
  border: 1px solid rgb(51 65 85);
  border-radius: 0.75rem;
  background: rgb(15 23 42);
  color: white;
  font-size: 16px;
  min-height: 3rem;
  padding: 0.85rem 0.95rem;
}

input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  padding: 0;
  accent-color: rgb(34 211 238);
  flex: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgb(34 211 238);
  outline: 2px solid rgb(34 211 238 / 0.2);
}

.mobile-nav-item {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  background: rgb(15 23 42);
  color: rgb(226 232 240);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.mobile-nav-item-active {
  background: rgb(34 211 238);
  color: rgb(2 6 23);
}

.mobile-panel {
  border: 1px solid rgb(30 41 59);
  border-radius: 1rem;
  background: rgb(15 23 42 / 0.92);
}

.mobile-card {
  border: 1px solid rgb(30 41 59);
  border-radius: 0.9rem;
  background: rgb(15 23 42);
}

.errorlist {
  margin-top: 0.35rem;
  color: rgb(252 165 165);
  font-size: 0.8rem;
  list-style: none;
}

.quick-slot-button {
  min-height: 3rem;
  width: 100%;
  border-radius: 0.8rem;
  background: rgb(8 145 178 / 0.22);
  color: rgb(165 243 252);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.55rem;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(36, minmax(0, 1fr));
  gap: 2px;
}

.timeline-cell {
  min-height: 1.45rem;
  border-radius: 0.2rem;
  background: rgb(30 41 59);
}

.timeline-cell.level-1 {
  background: rgb(21 94 117);
}

.timeline-cell.level-2 {
  background: rgb(8 145 178);
}

.timeline-cell.level-3 {
  background: rgb(34 211 238);
}

.timeline-cell.level-4 {
  background: rgb(52 211 153);
}

.availability-grid {
  display: grid;
  grid-template-columns: repeat(36, minmax(0, 1fr));
  gap: 2px;
}

.availability-cell {
  min-height: 1rem;
  border-radius: 0.18rem;
}

.availability-unavailable {
  background: rgb(127 29 29 / 0.55);
}

.availability-maybe {
  background: rgb(217 119 6);
}

.availability-available {
  background: rgb(16 185 129);
}
