.main-select {
  padding: 10px;
}

.select-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  column-gap: 25px;
  row-gap: 40px;
}

.checkout-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  column-gap: 25px;
  row-gap: 40px;
}

.select-info {
  padding: 20px;
}

.select-info h1 {
  margin: 0;
  font-size: 1.5rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "viga-regular", sans-serif;
  background-image: linear-gradient(
    0deg,
    rgba(253, 242, 250, 1) 35%,
    rgba(247, 197, 215, 1) 100%
  );
  background-clip: text;
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.select-info p {
  font-size: 0.9rem;
}

.select-info span {
  font-size: 0.9rem;
}

.select-img {
  max-width: 110px;
  width: 100%;
}

.details-title {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 10px 0;
}

.prices {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.prices span {
  font-size: 0.9rem;
  font-weight: bold;
}

.event-details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.select-place {
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 5px;
  height: 30px;
  padding-inline: 15px;
  margin-top: 10px;
}

.schedule {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.flexbox {
  margin-top: 25px;
  display: flex;
  width: 100%;
  column-gap: 25px;
  flex-direction: column;
}

.left-side {
  width: 100%;
}

.right-side {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (min-width: 1180px) {
  .main-select {
    padding: 70px;
  }

  .select-container {
    flex-direction: row;
  }

  .select-img {
    max-width: 130px;
    margin-left: 40px;
  }

  .select-info {
    padding-right: 40px;
  }

  .select-info h1 {
    text-align: left;
  }

  .containter-prices {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
  }

  .prices span {
    font-weight: normal;
  }

  .prices {
    font-weight: normal;
    row-gap: 0;
    min-width: 180px;
  }

  .divider {
    width: 1px;
    background-color: white;
    align-self: stretch;
  }

  .event-details {
    flex-direction: row;
    align-items: flex-end;
  }

  .select-place {
    margin-top: 0px;
    margin-left: 10px;
  }

  .schedule {
    gap: 0;
    margin-left: 100px;
  }

  .flexbox {
    flex-direction: row;
  }

  .left-side {
    width: 50%;
  }

  .right-side {
    width: 50%;
  }
}

@media screen and (min-width: 1400px) {
  .prices {
    min-width: 320px;
  }
}

.card {
  padding: 20px;
  background: #171717;
  color: #fff;
}

.select-seat {
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  font-size: 15px;
}

.select-seat option {
  background: #171717;
  color: #fff;
}

.table {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.table tbody td {
  border-bottom: 1px solid #fff;
  padding: 4px 0;
}

.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

.m-0 {
  margin: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.input-promo {
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 5px;
  width: 98%;
  height: 50px;
  font-size: 15px;
}

.input-quantity {
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 5px;
  width: 99%;
  height: 35px;
  font-size: 15px;
}

.tooltip{
  width:auto;
  height:auto;
  color: #fff;
  background-color:black;
  position:absolute;
}