.add-booking-page {
  max-width: 1040px;
  margin: 0 auto;
}

.add-booking-form {
  gap: 16px;
}

.add-booking-form .auth-error {
  min-height: 20px;
  margin: 0;
}

.add-booking-colors {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.add-booking-color {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  border: none;
  padding: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.08);
}

.add-booking-color.is-active {
  box-shadow: inset 0 0 0 2px rgba(17, 24, 39, 0.25);
}

.add-booking-color--picker {
  background: #fff;
  border: 1px solid #d1d5db;
}

.add-booking-color--picker img {
  width: 20px;
  height: 20px;
}

.add-booking-color-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
