

/* Start:/local/templates/travelsoft/components/travelsoft/booking.make/tsoperator__multiservices/style.css?17637347045285*/
.modal {
  --bs-modal-padding: 1rem 1.5rem;
}

.authorization-modal .modal-header {
  display: flex;
  justify-content: center;
}

.authorization-modal .tab-content>.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.authorization-modal .nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.authorization-modal .nav-tabs .nav-link {
  width: 180px;
  height: 56px;
  background-color: var(--WHITE);
  border-radius: 10px;
  border: 1px solid var(--main-color);
  color: var(--BLACK);
  font-weight: bold;
}

.authorization-modal .nav-tabs .nav-link.active {
  background-color: var(--main-color);
  color: var(--WHITE);
}

.authorization-modal__title {
  text-align: center;
  font-size: 36px;
  line-height: 130%;
}

.authorization-modal__subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  color: var(--DEFAULT);
}

.authorization-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.autorization-modal__policy {
  color: var(--DEFAULT);
  font-size: 12px;
  line-height: 16.2px;
}

.additional-placements {
  display: flex;
  gap: 24px;
}

.additional-placement {
  border: 1px solid var(--LIGHT);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.additional-placement__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 130%;
}

.response-text {
  font-size: 16px;
  line-height: 130%;
}

@media (max-width: 1200px) {
  .modal {
    --bs-modal-padding: 1rem;
  }

  .authorization-modal .nav-tabs .nav-link {
    width: 120px;
    height: 50px;
  }

  .authorization-modal__title {
    font-size: 24px;
  }

  .additional-placements {
    flex-direction: column;
  }
}

.modal-header .btn-close {
  padding: 0 !important;
  margin: 10px !important;
}

.btn-close:hover {
  cursor: pointer;
}

.applied-promocode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
}

.applied-promocode__title {
  font-size: 16px;
  list-style: 130%;
  font-weight: bold;
}

.applied-promocode__value {
  color: var(--BLUE-DARK);
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
}

.applied-promocode__remove {
  cursor: pointer;
}

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

.promocode__title {
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
}

.form-control.promocode__input {
  border-radius: 5px 0 0 5px;
}

.button.promocode__button {
  border-radius: 0 5px 5px 0;
}

.payment {
  display: flex;
  justify-content: space-between;
}

.payment__loader {
  height: 30px;
  width: 30px;
}

.payment__title {
  font-size: 20px;
  font-weight: bold;
}

.payment__price {
  color: #002AB2;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.payment__currency {
  color: #002AB2;
  font-size: 18px;
  line-height: 30px;
}

.row.basket {
  gap: 24px;
  padding: 0;
  margin: 0;
}

.basket__payment {
  position: relative;
  max-width: 384px !important;
  padding: 0 !important;
}

.row>.basket__info {
  padding: 0 !important;
  max-width: 792px;
}

.basket__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.basket__item {
  display: flex;
  flex-direction: column;
}

.btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
}

.booking-notice {
  display: flex;
  padding: 13px 10px;
  gap: 5px;
  background-color: #002ab2;
  color: #fff;
  font-size: 12px;
  border-radius: 1rem;
  margin-top: 1rem;
}

.service {
  position: relative;
  padding: 26px 20px 20px 20px;
  border: 1px solid var(--LIGHT);
  border-radius: 5px;
  display: flex;
  gap: 20px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.service__img {
  width: 100%;
  height: 100%;
}

.service__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
}

.service-info {
  display: flow-root;
  font-size: 16px;
  line-height: 130%;
}

.service-info.service-info--no-wrap {
  display: flex;
}

.service-info__option {
  color: var(--DEFAULT);
  white-space: nowrap;
  margin-right: 5px;
}

.service-info__value {
  font-weight: 600;
  color: var(--primary);
}

.service-info__value--blue {
  color: var(--BLUE-DARK)
}

.service-info__icon {
  width: 20px;
  height: 20px;
}

.additional-services {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.additional-services__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}

.additional-services__name {
  font-size: 18px;
  line-height: 130%;
}

.additional-services__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.additional-services__item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--BORDER);
  border-radius: 10px;
}


.bus-stations.form-select {
  padding: 0 10px;
  font-weight: bold;
  border: 0;
  background-color: var(--SECONDARY);
}

@media (max-width: 1200px) {
  .additional-services__item {
    flex-wrap: wrap;
  }

  .additional-services__title {
    font-size: 18px;
  }

  .basket__items {
    gap: 30px;
  }

  .basket__item {
    gap: 30px;
  }

  .service {
    flex-direction: column;
  }
}

.alert{
  color: #842029;
  background-color: #f8d7da;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c2c7;
  border-radius: .375rem;
}
/* End */
/* /local/templates/travelsoft/components/travelsoft/booking.make/tsoperator__multiservices/style.css?17637347045285 */
