label {
  font-size: 30px;
}

input {
  width: 20px;

  padding: 12px;

  border: none;
  border-bottom: 1px solid black;

  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.flexBox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.counter {
  padding: 20px;
}

.counter__btn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  border: 1px solid #dee2e6;
  border-radius: 50%;
  cursor: pointer;

  font-size: 20px;
  line-height: 30px;

  background-color: white;
}

.counter__btn:disabled {
  cursor: not-allowed;
}

.passenger__item {
  align-items: flex-end;

  margin-bottom: 16px;

  font-weight: 600;
}

.tooltip {
  width: 24px;
  height: 24px;

  font-size: 12px;
  color: #a5a5a5;

  border: 2px #a5a5a5 solid;
  border-radius: 50%;

  background-color: white;
  cursor: pointer;
}

.tab-btn {
  width: 100px;
  height: 30px;

  border-radius: 4px;

  margin-right: 4px;

  font-size: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.carousel {
  position: relative;
}

.item__list {
  display: flex;
  list-style: none;

  gap: 8px;

  max-width: 100%;
  overflow-x: scroll;

  padding-inline-start: 0;
}

.item {
  display: list-item;
}

.carousel__item {
  position: relative;
  width: 300px;
}

.link__img {
  width: 100%;
}

.description {
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  color: #000;
  padding: 20px;
  box-sizing: border-box;
}

.location {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 1.58;
}

.seat {
  font-size: 14px;
  color: #000;
}

.price {
  font-size: 16px;
  font-weight: 700;
  color: #11277b;
}

.controller {
  position: absolute;
  display: flex;
  justify-content: space-between;

  width: 100%;
  left: 0;
  bottom: 160px;
}

.left__btn {
  background: url(fb9107ffb2a94144814b.svg);
  background-size: 30px 60px;

  width: 30px;
  height: 60px;

  border: 0;
  cursor: pointer;
}

.left__btn:disabled {
  cursor: not-allowed;
}

.right__btn:disabled {
  cursor: not-allowed;
}

.right__btn {
  background: url(358b3429efc0cd0b4f6d.svg);
  background-size: 30px 60px;

  width: 30px;
  height: 60px;

  border: 0;
  cursor: pointer;
}

