.app-wrapper {
  overflow-x: hidden;
}

.form-group {
  margin-bottom: 40px;
}

.form-group label {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 0;
}

.form-group .help-text {
  font-weight: 700;
  font-size: 14px;
  color: #4b5563;
}

.form-chooser-item {
  min-height: 84px;
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 8px;
}

.form-chooser-item .card-body {
  padding: 8px;
}

.markan-navbar-toggler {
  border: 0;
}

.form-control {
  height: 64px;
  font-size: 18px;
  color: #000000;
}

.form-check-input {
  width: 20px;
  height: 20px;
}

.form-check-label {
  margin-left: 8px;
}

.markan-btn {
  padding: 1rem 1rem;
  font-size: 20px;
}

.select2-container .select2-selection--single {
  height: 64px !important;
}

.select2-selection--single .select2-selection__rendered {
  line-height: 64px !important;
  font-size: 18px;
}

.select2-selection--multiple .select2-selection__rendered {
  line-height: calc(64px - 13px) !important;
  font-size: 18px;
  padding: 0 0.75rem !important;
}

.select2-selection__clear {
  margin-top: 20px !important;
  margin-right: 20px !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.82rem 0.75rem !important;
  background-color: white !important;
  opacity: 1 !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  background-color: #dceaff;
  color: black;
}

.add-tag-select2 {
  background-color: #2F7BF7;
  color: white;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 4px;
}

.site-name .select2-container .select2-selection--single {
  height: 38px !important;
}

.site-name .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
  font-size: 18px;
}

.site-name .select2-selection--multiple .select2-selection__rendered {
  line-height: calc(38px - 13px) !important;
  font-size: 18px;
  padding: 0 0.75rem !important;
}

.markan-super-title {
  font-size: 28px;
  font-weight: 700;
}

.markan-title {
  font-size: 20px;
  font-weight: 700;
}

.markan-reservation-title-1 {
  margin-bottom: 40px;
}

.markan-reservation-title-2 {
  margin-bottom: 8px;
}

.markan-reservation-title-3 {
  margin-bottom: 32px;
}

.markan-title-description {
  font-size: 16px;
  font-weight: 600;
}

.markan-card-body {
  padding: 32px 16px !important;
}

.loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}

.menu-mobile {
  display: flex;
  align-items: center;
}

.menu-burger {
  position: relative;
  z-index: 20;
  margin: 0;
}

.menu-burger span {
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 999px;
  background-color: white;
  margin: 4px 0;
  position: relative;
  z-index: 20;
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    top 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    bottom 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.menu-toggle {
  display: none;
}

.menu-toggle:checked ~ .menu-list {
  transform: none;
}

.menu-burger span:first-child {
  top: 0px;
}

.menu-burger span:last-child {
  bottom: 0px;
}

.menu-toggle:checked ~ .menu-burger span:first-child {
  top: 8px;
  transform: rotate(45deg);
}

.menu-toggle:checked ~ .menu-burger span:nth-child(2) {
  opacity: 0;
}

.menu-toggle:checked ~ .menu-burger span:last-child {
  bottom: 8px;
  transform: rotate(-45deg);
}

.menu-list {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 10;
  padding: 64px 16px;
  background: #343a40;
  width: 320px;
}

@media (min-width: 992px) {
  .form-group label {
    margin-bottom: 8px;
  }

  .form-chooser-item {
    min-height: 100px;
  }

  .markan-super-title,
  .markan-title {
    font-size: 24px;
  }

  .markan-card-body {
    padding: 64px !important;
  }

  .markan-reservation-title-1 {
    margin-bottom: 36px;
  }

  .markan-reservation-title-2 {
    margin-bottom: 36px;
  }

  .markan-reservation-title-3 {
    margin-bottom: 36px;
  }

  .menu-mobile {
    display: none;
  }
}
