body {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
  /*font-size: 90%!important;*/
  /*background-color: #000000;*/
}

p {
  margin-bottom: 0.75rem;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.btn {
  padding-top: 0.875rem;
  padding-right: 0.75rem;
  padding-bottom: 0.875rem;
  padding-left: 1rem;
  border-width: 2px !important;
  height: auto !important;
  white-space: normal !important;
}

.btn-lg {
  padding-top: 0.875rem;
  padding-right: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 0.875rem;
}

.btn-md {
  padding-top: 0.6rem;
  padding-right: 0.5rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
}

.btn-xs {
  padding-top: 0.5rem;
  padding-right: 0.4rem;
  padding-bottom: 0.5rem;
  padding-left: 0.7rem;
}

#app {
  font-size: 100% !important;
}

.font-title {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
}

.font-paragraph {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
}

.font-size-lg {
  font-size: 110% !important;
}

.font-size-md {
  font-size: 100% !important;
}

.font-size-sm {
  font-size: 90% !important;
}

.font-size-xs {
  font-size: 80% !important;
}

.rounded {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem !important;
}

.rounded-top {
  border-radius: 0.5rem 0.5rem 0rem 0rem !important;
}

.rounded-bottom {
  border-radius: 0rem 0rem 0.5rem 0.5rem !important;
}

/*.photo-bg {*/
/*    background-repeat: no-repeat!important;*/
/*    background-position: center center!important;*/
/*    background-size: cover!important;*/
/*    background-attachment: fixed;*/
/*}*/
.photo-bg {
  /*background-repeat: repeat-y!important;*/
  background-position: center top !important;
  background-repeat: no-repeat !important;
  /*background-size: auto 100%!important;*/
  background-size: cover !important;
}

.text-dark a {
  color: #000000 !important;
  text-decoration: underline !important;
}

.text-black {
  color: #000000 !important;
}

.text-black a {
  color: #000000 !important;
  text-decoration: underline !important;
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

button.text-black {
  color: #000000 !important;
}

.opacity-none {
  opacity: 1;
}

.no-opacity {
  opacity: 1;
}

.opacity-10 {
  opacity: 1;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-0 {
  opacity: 0;
}

.navbar {
  /*padding: 1rem 0.75rem!important;*/
  padding: 0.5rem 0.35rem !important;
}

.form-group {
  margin-bottom: 1rem;
}

.heading-xxs {
  text-transform: none;
}

.logo-bg {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  /*height: 10em;*/
  /*width: 30em;*/
  height: 7em;
  width: 25em;
}

.logo-bg-left {
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: contain !important;
  height: 4em;
  width: 20em;
}

.logo-bg-right {
  background-repeat: no-repeat !important;
  background-position: right top !important;
  background-size: contain !important;
  height: 4em;
  width: 20em;
}

.footer-logo-bg {
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: contain !important;
  height: 2.5em;
  /*width: 9em;*/
  width: 100%;
}

.toastWrapper {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
}

.cookie-consent {
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #666666;
  background-color: #f5f5f5 !important;
  font-size: 0.8rem;
  position: fixed;
  z-index: 1000;
  bottom: 0;
}

.grecaptcha-badge {
  bottom: 100px !important;
  z-index: 1001;
}

.w-33 {
  width: 33% !important;
}

.cookie-consent__agree {
  background-color: #f69c00;
  color: #fff;
  border-color: #f69c00;
  text-decoration: none;
  cursor: pointer;
  padding: 0.2rem 0.4rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cookie-consent__reject {
  background-color: #f69c00;
  color: #fff;
  border-color: #f69c00;
  text-decoration: none;
  cursor: pointer;
  padding: 0.2rem 0.4rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*h1 {
    font-size: 1.3rem!important;
}*/
h2 {
  font-size: 1.5rem !important;
  line-height: 1.8;
}

h3 {
  font-size: 1.3rem !important;
  line-height: 1.5;
}

h4, h5, h6 {
  font-size: 1.1rem !important;
  line-height: 1.4;
}

.display-5 {
  /*font-size: 2.30rem;*/
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.btn.disabled, .btn:hover.disabled {
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
  color: #000 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #8d8d8d;
}

.dropdown-toggle::after, .dropright-toggle::after {
  float: none;
}

.dropdown-toggle {
  white-space: normal;
}

.text-shadow-blur {
  text-shadow: 0px 0px 0.5em #111;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  /*border: 1px solid #000;*/
  border: none;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  /* border-color: #000;*/
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  /*border-color: #000;*/
}

.page-item.disabled .page-link {
  color: #000;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  /*border-color: #000;*/
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.feather-scale-font-50px {
  font-size: 50px;
}

.feather-scale-50px {
  height: 110px;
  width: 110px;
}

.feather-scale-40px {
  height: 70px;
  width: 70px;
}

.feather-scale-30px {
  height: 60px;
  width: 60px;
}

.feather-scale-height-30px {
  height: 20px;
}

.card {
  border-width: 2px !important;
}

/*.rounded {*/
/*    border-radius: 2.5rem 2.5rem 2.5rem 2.5rem!important;*/
/*}*/
.card-opacity-8 {
  /*background-color: #fffbf4;*/
  /*background-color: rgb(255, 255, 255, 0.8)!important;*/
  /*background-color: rgb(255, 251, 244, 0.8)!important;*/
  /*background-color: rgb(255, 245, 235, 0.8)!important;*/
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.card-opacity-4 {
  /*background-color: #fffbf4;*/
  /*background-color: rgb(255, 255, 255, 0.8)!important;*/
  /*background-color: rgb(255, 251, 244, 0.8)!important;*/
  background-color: rgba(255, 245, 235, 0.4) !important;
}

.label-white {
  font-weight: bold;
  color: white;
}

label {
  font-weight: bold;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.datepicker table tr td, .datepicker table tr th {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  background-color: #fff;
  color: #000;
  font-weight: normal;
}

.datepicker table tr td.day:hover {
  color: #fff;
  background-color: #27b000;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  color: #fff;
  background-color: #27b000;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background-color: #eee;
  color: #ccc;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover {
  background-color: #ccc;
  color: #aaa;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #27b000;
}

.datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #27b000;
}

.custom-control .custom-control-label {
  color: #000000 !important;
}

.custom-control-label {
  color: #000000 !important;
}

/*input[type=checkbox]::after, input[type=radio]::after, input[type=checkbox]::before, input[type=radio]::before {
    border-width: 1px!important;
    border-color: #000!important;
}*/
/*
#terms-checkbox {
    border-width: 1px!important;
    border-color: #000!important;
}
#terms-checkbox {
    border-width: 1px!important;
    border-color: #000!important;
}
*/
*, ::after, ::before {
  border-width: 1px !important;
  border-color: #000 !important;
}

.card-circle-relative {
  /*position: absolute;*/
  /*top: 1.25rem;*/
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  /*background-color: #fff;*/
  border-radius: 50%;
  /*color: #000;*/
  margin-left: auto;
  margin-right: auto;
  /*border-color: #fff!important;*/
  /*border-width: 2px!important;*/
  border-width: 2px !important;
  background-color: transparent;
  border-color: #f69c00 !important;
  color: #f69c00;
  font-weight: 900;
  font-size: x-large;
  border: 1px solid #f69c00 !important;
}

.card-circle-sm-relative {
  /*position: absolute;*/
  /*top: 1.25rem;*/
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  border-color: #fff !important;
  border-width: 2px !important;
}

/* Seat picker custom styling */
form#seatpicker label {
  position: relative;
  width: 35px;
  height: 25px;
  margin-bottom: 1px;
  margin-left: 2px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form#seatpicker .column:first-of-type label {
  margin-left: 0;
}

form#seatpicker .column.spacer:first-of-type {
  margin-left: 0;
}

form#seatpicker .column {
  display: inline-block;
}

form#seatpicker .spacer {
  width: 35px;
  height: 25px;
  margin-bottom: 1px;
  margin-left: 2px;
}

form#seatpicker input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

form#seatpicker input ~ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 35px;
  border: 2px solid #fff !important;
}

form#seatpicker input ~ .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 11px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg);
}

form#seatpicker input:checked ~ .checkmark {
  background-color: green;
}

form#seatpicker input:disabled ~ .checkmark {
  background-color: #555;
}

form#seatpicker input:checked ~ .checkmark:after {
  display: block;
}

.seatpicker-error {
  color: red;
}

.seatpicker-mobile-tip {
  display: none;
}

form#seatpicker .accessible input ~ .checkmark {
  background-color: #02179b;
}

form#seatpicker .accessible.not-available input ~ .checkmark {
  background-color: #555;
}

form#seatpicker .accessible input ~ .checkmark:after {
  content: "DA";
  display: block;
  color: white;
  font-size: 11px;
  border: 0 !important;
  transform: none;
  left: 5px;
  top: 2px;
  width: 20px;
}

form#seatpicker .accessible input:checked ~ .checkmark {
  background-color: green;
}

form#seatpicker .accessible input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg);
}

#seatpicker + .key {
  display: none;
}

#seatpicker + .key .da {
  background-color: #02179b;
  content: "DA";
  display: inline-block;
  color: white;
  font-size: 11px;
  border: 0 !important;
  transform: none;
  padding-left: 8px;
  padding-top: 2px;
  height: 25px;
  width: 35px;
  border: 2px solid #fff !important;
}

.seatpicker-container .card-body {
  margin: auto;
}

@media screen and (hover: none) and (max-width: 991px) {
  .seatpicker-container {
    overflow: scroll;
  }
  .seatpicker-container .form-container {
    max-width: none;
  }
  .seatpicker-mobile-tip {
    display: block;
  }
}
