body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  /* Hide horizontal scrollbar */
}

.image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3ebb8c;
  padding-bottom: 20px;
}

.form-container {
  padding: 20px;
  overflow-y: scroll;
}

.btn-primary {
  background-color: #3ebb8c;
  border-color: #3ebb8c;
}

.btn-primary:disabled {
  background-color: #3ebb8c;
  border-color: #3ebb8c;
  opacity: 0.5;
}

.btn-primary:disabled:hover {
  background-color: #3ebb8c;
  border-color: #3ebb8c;
  opacity: 0.5;
}

.btn-primary:hover {
  background-color: #59ae8d;
  border-color: #3ebb8c;
}


@media (max-width: 768px) {
  .row-reservation {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  #btn-next {
    margin-bottom: 20px;
  }
}



sup {
  color: red;
}

/* selec2 */

.select2-container--default .select2-selection--single {
  height: auto !important;
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
  padding: 0.375rem 0.75rem !important;
}


.input-group-select2 {
  display: flex;
  flex-direction: row;
}

.input-group-select2 .input-group-prepend .input-group-text {
  background-color: #20c997;
  color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
  transform: translateY(1%);
}
