@charset "UTF-8";
.gt-resa-block {
  margin-block-start: 0 !important;
}
.gt-resa-block.aligncenter form {
  margin-left: auto;
  margin-right: auto;
}
.gt-resa-block.alignright form {
  margin-left: auto;
  margin-right: 0;
}
.gt-resa-form {
  display: flex;
  gap: 1.5rem;
  width: 55rem;
  max-width: 95%;
}
.gt-resa-form__entry {
  flex: 1;
  border: 0.1rem solid #fff;
  border-radius: 3rem;
  position: relative;
  height: 3rem;
  cursor: pointer;
  max-width: 16rem;
}
.gt-resa-form__entry input, .gt-resa-form__entry select, .gt-resa-form__entry button {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0.5rem 1.5rem;
  outline: none;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 500;
}
.gt-resa-form__entry input::placeholder, .gt-resa-form__entry select::placeholder, .gt-resa-form__entry button::placeholder {
  color: #fff;
  font-size: 1rem;
}
.gt-resa-form__entry option {
  color: initial;
}
.gt-resa-form__entry--ranges input {
  padding-left: 2.5rem;
  letter-spacing: -0.05rem;
}
.gt-resa-form__entry--ranges i {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: var(--wp--preset--color--color-2);
  font-size: 1rem;
}
.gt-resa-form__entry--type {
  border-color: transparent;
}
.gt-resa-form__entry--type .select2-selection__rendered {
  line-height: 3rem !important;
  padding-left: 1.25rem !important;
  color: #fff !important;
  font-weight: 500;
}
.gt-resa-form__entry--type .select2-container .select2-selection--single, .gt-resa-form__entry--type .select2-container .select2-selection--multiple {
  height: 3rem !important;
  border: 0.1rem solid #fff;
  border-radius: 3rem;
  background: transparent;
}
.gt-resa-form__entry--type .select2-selection__arrow {
  height: 3rem !important;
}
.gt-resa-form__entry--type button.select2-selection__clear {
  position: absolute;
  bottom: 100%;
  right: 0;
  color: var(--wp--preset--color--color-2);
}
.gt-resa-form__entry--type span.select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  right: 1.25rem !important;
}
.gt-resa-form__entry--type span.select2-selection__arrow b {
  display: none;
}
.gt-resa-form__entry--type span.select2-selection__arrow::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
.gt-resa-form__entry--type .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  background: transparent;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 1rem !important;
  margin: 0 !important;
  line-height: 1;
}
.gt-resa-form__entry--type .select2-container--default .select2-selection--multiple .select2-selection__choice button {
  display: none !important;
}
.gt-resa-form__entry--type span.select2-search.select2-search--inline {
  display: none;
}
.gt-resa-form__entry--type .select2-container--open span.select2-selection.select2-selection--single, .gt-resa-form__entry--type .select2-container--open span.select2-selection.select2-selection--multiple {
  border-radius: 1rem;
  border-color: var(--wp--preset--color--color-1);
  background: #fff;
}
.gt-resa-form__entry--type .select2-container--open span.select2-selection.select2-selection--single .select2-selection__rendered, .gt-resa-form__entry--type .select2-container--open span.select2-selection.select2-selection--multiple .select2-selection__rendered {
  color: var(--wp--preset--color--text-color) !important;
}
.gt-resa-form__entry--type .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0.125rem;
  line-height: 1;
  font-size: 0.75rem;
}
.gt-resa-form__entry--type span.select2-dropdown.select2-dropdown--below {
  top: -1rem;
  padding-top: 1rem;
  left: -0.075rem;
  position: relative;
  border-left: 0.1rem solid var(--wp--preset--color--color-1) !important;
  border-right: 0.1rem solid var(--wp--preset--color--color-1) !important;
  border-bottom: 0.1rem solid var(--wp--preset--color--color-1) !important;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
.gt-resa-form__entry--type .select2-container--default .select2-results__option--selectable {
  color: var(--wp--preset--color--text-color) !important;
}
.gt-resa-form__entry--type .select2-container--default .select2-results__option--selectable:hover {
  color: #fff !important;
}
.gt-resa-form__entry--type .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .gt-resa-form__entry--type .select2-results__option[aria-selected=true] {
  background-color: var(--wp--preset--color--color-1) !important;
}
.gt-resa-form__entry--type .select2-container--default .select2-results__option--selected {
  background-color: var(--wp--preset--color--color-1) !important;
  color: #fff !important;
}
.gt-resa-form__entry--type .select2-results__option .wrap:before {
  font-family: "Font Awesome 5 Free";
  color: var(--wp--preset--color--color-3);
  content: "";
  width: 2rem;
  height: 2rem;
  padding-right: 1rem;
  font-size: 1.5rem !important;
  vertical-align: middle;
}
.gt-resa-form__entry--type .select2-results__option[aria-selected=true] .wrap:before, .gt-resa-form__entry--type .select2-container--default .select2-results__option--selected .wrap::before {
  content: "";
  color: #fff;
}
.gt-resa-form__entry--type li.select2-selection__choice:not(:first-child) {
  display: none !important;
}
.gt-resa-form__entry--submit {
  background: var(--wp--preset--color--color-1);
  border-color: var(--wp--preset--color--color-1);
  transition: 0.2s ease-in-out;
}
.gt-resa-form__entry--submit:hover {
  background: var(--wp--preset--color--color-2);
  border-color: var(--wp--preset--color--color-2);
}
/*# sourceMappingURL=/var/www/clients/client1/web1/web/wp-content/themes/geek-tonic/inc/blocks/resa/style.css.map */