/*:root {
  --primary-color: #01bcf1; 
  --secondary-color: #ff7a26;
  --siap_pink: #f975d0;
}*/
.primary_cl {
  color: var(--primary-color);
}
.secondary_cl {
  color: var(--secondary-color);
}
span:focus,
textarea:focus,
select:focus {
  outline: none;
}
.ui-slider-handle {
  cursor: pointer !important;
}
.search-container {
  margin-left: 60px;
  margin-right: 60px;
}
.logo.navbar-brand img {
  max-width: 300px;
}
.noselect,
.noselect > [type="checkbox"],
.no-select,
.no-select > [type="checkbox"] {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
.article_note_services {
  height: 142px;
  overflow: hidden;
}
.sort-by-section .sort-by-title {
  margin: 7px 0 0 0;
}
.sort_button > div {
  margin: 10px 10px 10px 2px;
  font-size: 1.1em;
  cursor: pointer;
  display: table;
  width: fit-content;
  background-color: #f5f5f5;
  color: #9e9e9e;
  padding-left: 12px;
  border-radius: 4px;
  height: 30px;
}

.sort_button i {
  background-color: #d9d9d9;
  color: #ffffff;
  padding: 8px 8px 8px 6px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 30px;
  margin-left: 8px;
  width: 28px;
  font-size: 1.1em;
}
.sort_button i.default-sort {
  padding-left: 10px;
}
.sort_button i.active {
  background-color: var(--primary-color);
}
span.price span {
  color: var(--secondary-color);
}

.search_custom_box {
  position: absolute;
  top: 490px;
  width: 68%;
  left: 17%;
}
small.setting_info {
  color: #b6b6b6;
  font-style: italic;
  font-weight: 500;
  margin-left: 5px;
}
#search_form input[type="text"] {
  font-size: 1.3em;
}
.siap_form label {
  cursor: default;
}
.siap_form input {
  border-radius: 4px;
  padding-left: 5px;
}
.siap_form .d-inline input {
  margin-left: 8px;
}
.siap_form .panel-body .m_bottom {
  margin-bottom: 15px;
}
.siap_form .form-check-label {
  margin-top: 8px;
  cursor: pointer;
}
.siap_form .form-control {
  /*width: auto !important;*/
  display: initial;
  height: 34px !important;
}
.siap_form .input-group-addon {
  background-color: var(--primary-color);
  color: #ffffff;
}
body.wp-admin.wp-core-ui {
  background-color: #f1f1f1;
}

.m_top0 {
  margin-top: 0;
}
.m_top1 {
  margin-top: 1em;
}
.m_top2 {
  margin-top: 2em;
}
.m_top3 {
  margin-top: 3em;
}
.m_bot0 {
  margin-bottom: 0;
}
.m_bot1 {
  margin-bottom: 1em;
}
.m_bot2 {
  margin-bottom: 2em !important;
}
.m_bot3 {
  margin-bottom: 3em;
}

/*Test autocomplete */
.ui-autocomplete-category li,
.ui-autocomplete-simple li {
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  border-bottom: 1px solid #d6d6d6;
}

ul.ui-autocomplete-category li[data-before-display="block"]:before,
ul.ui-autocomplete-simple li[data-before-display="block"]:before {
  content: attr(data-before);
  text-transform: capitalize;
  font-weight: bold;
  padding: 4px 7px;
  line-height: 1.5;
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 1.3em;
  width: 100%;
  display: block;
}

ul.ui-autocomplete-category li .element,
ul.ui-autocomplete-simple li .element {
  font-size: 1.2em;
  cursor: pointer;
  padding: 5px 40px 8px 12px;
  text-transform: capitalize;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.ui-autocomplete-category li.ui-menu-item.ui-state-focus,
ul.ui-autocomplete-simple li.ui-menu-item.ui-state-focus {
  background-color: var(--secondary-color);
  color: #ffffff;
}
ul.ui-autocomplete-category
  li.ui-menu-item.ui-state-focus
  .autocomplete-extra-data,
ul.ui-autocomplete-simple
  li.ui-menu-item.ui-state-focus
  .autocomplete-extra-data {
  color: #ffffffe0;
}
ul.ui-autocomplete-category li .autocomplete-extra-data,
ul.ui-autocomplete-simple li .autocomplete-extra-data {
  font-size: 0.8em;
  color: #6f6f6f;
}
.ui-autocomplete {
  width: max-content;
  background-color: #fcfcfc;
  border-radius: 4px;
  border: 1px dashed #c7c7c7;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  -webkit-box-shadow: 3px 3px 7px -3px rgba(148, 148, 148, 0.83);
  -moz-box-shadow: 3px 3px 7px -3px rgba(148, 148, 148, 0.83);
  box-shadow: 3px 3px 7px -3px rgba(148, 148, 148, 0.83);
}

.ui-autocomplete-category ul,
.ui-autocomplete-simple ul {
  padding: 0;
}
.submenu {
  font-weight: normal;
}
.ui-autocomplete > li > div > ul {
  display: block !important;
  position: relative !important;
  border: 0 !important;
}
span.ui-menu-icon {
  display: none !important;
}

.table_chips span {
  margin: 5px 5px 5px 0 !important;
  padding: 3px 5px !important;
  float: left;
  font-size: 13px !important;
  display: inline;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.table_preview {
  max-width: 100px;
  max-height: 100px;
}
a.pp_close {
  top: 16px !important;
}
.pp_details .pp_nav {
  margin-top: 16px !important;
  margin-right: 20px !important;
}
.btn.btn-large {
  min-width: 150px;
}
#output_image {
  max-width: 40%;
}
.contracts_box > span,
.category_box > span,
.hotel_box > span {
  margin-top: 1em;
  margin-right: 10px;
  padding: 7px 8px;
  float: left;
  font-size: 1em;
  text-transform: uppercase;
}
.contracts_box span.remove_chips,
.category_box span.remove_chips,
.hotel_box span.remove_chips {
  margin-left: 10px;
}
.contracts_box span.remove_chips:hover,
.category_box span.remove_chips:hover,
.hotel_box span.remove_chips:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.btn-primary,
.label-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.btn-secondary,
.label-secondary {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: #ffffff !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #ffffff !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999 !important;
}
.pagination > li > a,
.pagination > li > span {
  color: var(--primary-color) !important;
}

.hotel_details_offer {
  font-size: 1em;
  padding: 20px !important;
}
.hotel_details_offer_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00000094;
  text-align: center;
  min-height: 54px;
  display: table;
  width: 100%;
  height: 1px;
}
.hotel_details_offer_name div {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
#offers_box .tab-content {
  background-color: #d0d0d0;
  border-radius: 4px;
  margin-top: -2px;
  padding: 2px 20px 5px 20px;
  z-index: 999 !important;
}
.nav.nav-pills > li > a {
  color: #2d3e52d1;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important ;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #2d3e52bf;
  background-color: #d0d0d0;
}
.nav-pills > li:not(.active) > a:hover {
  color: var(--secondary-color);
  text-transform: scale(1.2);
  background-color: transparent;
}
.fotorama__wrap {
  margin: 0 auto;
}
.gerenate_check {
  position: absolute;
  top: -8px;
  right: 18px;
}
.g-recaptcha > div {
  margin: 0 auto;
}

.no_active_offers {
  font-size: 1.5em;
  padding: 45px 10px;
  text-align: center;
}
/*
#menu-dashboard {
  display: none !important;
}*/

input.input-text,
input.wpcf7-text,
select,
textarea,
span.custom-select,
input[type="password"] {
  background: #f5f5f5;
  border: none;
  line-height: normal;
}
select:not(:-internal-list-box) {
  overflow: visible !important;
}
select {
  writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: black;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: rgb(248, 248, 248);
  cursor: default;
}
.reserved_price_detail {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 15px;
  letter-spacing: 1px;
}
.reserved_title {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 1em;
  text-align: right;
  text-transform: uppercase;
  margin-top: 4px;
}
.reserved_title.reserved_disabled {
  color: #d7d7d7;
}
.clickable {
  cursor: pointer;
}
#footer-thankyou {
  display: none;
}
iframe:focus {
  outline: none;
}

iframe[seamless] {
  display: block;
}
span.glyphicon:not(.withoutText) {
  margin-right: 5px;
}
.offer_box_single {
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.offer_box_single > .offer_description {
  height: 58px;
  vertical-align: bottom;
  display: table-cell;
  padding-left: 15px;
  padding-bottom: 3px;
  padding-top: 8px;
}
.offer_location {
  font-size: 0.7em;
  font-weight: 400;
  display: block;
  color: #6b6b6b;
}
.ui-helper-hidden-accessible {
  display: none;
}
img.prettyHover:hover {
  /*	-webkit-transform: scale(1.3);
  transform: scale(1.3);*/
  opacity: 0.8;
}
.category_caption,
.platinum_caption {
  background-color: #01bcf1b8;
  color: #fff;
  font-size: 1.3em;
  padding: 10px;
  line-height: 1.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.category_caption > .caption_details {
  display: none;
}
.platinum_caption > .caption_details {
  display: none;
}
.image_with_cabtion_box:hover .caption_details {
  display: block;
  font-size: 0.8em;
}

.image_with_cabtion_box {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.image_with_cabtion_box img {
  width: 100%;
}
.image_with_cabtion_box {
  height: 230px;
  margin-bottom: 3em;
}
.platinum_box .image_with_cabtion_box img {
  height: 100%;
}
.chaser .logo a {
  background-size: cover !important;
}
.number_box {
  border-radius: 8px;
  border: 1px solid #dedede;
  padding: 5px 10px;
  width: 58px;
  margin-top: -5px;
  margin-left: 18px;
  margin-right: -5px;
}
/*----------datepicker overrides-------*/
select.ui-datepicker-year {
  margin-left: 3px;
}
select.ui-datepicker-month {
  margin-right: 3px;
  margin-left: 0;
}

select.ui-datepicker-year,
select.ui-datepicker-month {
  background-color: var(--secondary-color);
  padding: 0;
  height: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  text-align: center;
}
select.ui-datepicker-year option,
select.ui-datepicker-month option {
  background-color: #fff;
  line-height: 26px;
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  font-size: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
select.ui-datepicker-year::-ms-expand,
select.ui-datepicker-month::-ms-expand {
  display: none;
}
.ui-datepicker-header.ui-widget-header {
  display: flex;
}
.ui-datepicker-header.ui-widget-header .ui-datepicker-title {
  margin: 6px 40px 0px;
  width: 100%;
  height: 24px;
}
.book_datepicker_container
  .ui-datepicker-header.ui-widget-header
  .ui-datepicker-title {
  margin: 0 40px;
  width: 100%;
  height: 24px;
}
.ui-datepicker-header.ui-widget-header a {
  width: 10px;
  height: 10px;
}
.ui-datepicker-header.ui-widget-header a.ui-datepicker-next {
  right: 10px;
}
.ui-datepicker-header.ui-widget-header a.ui-datepicker-prev {
  left: 10px;
}
/*---------end autocomplete test-------*/
@media only screen and (max-width: 993px) {
  .search_custom_box {
    position: relative;
    top: 30px;
    left: auto;
    margin: 0 20px;
    width: 96%;
  }
}
.error-booking {
  color: #f11515;
  font-weight: bold;
  text-align: right;
  margin-right: 22px;
}
.warning-tooltip {
  color: #8c8c8c;
  cursor: help;
  margin-right: 15px;
  font-size: 1.1em;
}
.warning-tooltip > div {
  color: #fff;
  opacity: 0;
  background-color: #2c2c2ce8;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  visibility: hidden;
  z-index: 9;
  width: 300px;
  top: -20px;
  left: -320px;
}
.room_selection.active .warning-tooltip,
#result_search_box_elements .warning-tooltip {
  color: #fff;
}
#result_search_box_elements .warning-tooltip {
  position: absolute;
  z-index: 9;
  color: #ffffff;
  font-size: 1.8em;
  margin: 15px;
  bottom: 0;
  right: 0;
  text-shadow: 1px 1px #c6c6c6, 1px -1px #c6c6c6, 1px -1px #c6c6c6,
    -1px -1px #c6c6c6;
}
#result_search_box_elements .warning-tooltip > div {
  top: -8px;
  right: 36px;
  font-size: 12px;
  width: 130px;
  left: auto;
  text-shadow: none;
}
#result_search_box_elements .warning-tooltip > div:after {
  top: 16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #2c2c2ce8;
  border-right: 0;
  margin-top: -8px;
  margin-right: -8px;
}
.warning-tooltip > div .error-booking {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
.warning-tooltip:hover > div {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.warning-tooltip > div:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #2c2c2ce8;
  border-right: 0;
  margin-top: -10px;
  margin-right: -10px;
}
.alert.alert-success {
  background-color: #65af59 !important;
  color: #fff;
}
.sidebar .widget article.offers img {
  max-height: 160px;
  width: 100%;
}
.room_wrapper {
  margin-bottom: 10px;
}
.extra_wrapper {
  /* visibility: hidden;
  display:none;
  opacity:0;*/
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
.extra_wrapper.active_extra {
  visibility: visible;
  display: block;
  opacity: 1;
}
.extra_row.extra_add_button {
  height: 30px;
  padding: 0;
  margin-bottom: 18px;
}
.extra_row.extra_add_button > div {
  cursor: pointer;
  padding: 5px;
  font-size: 1.1em;
  color: #fff;
  background-color: var(--secondary-color) !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  float: right;
}
.extra_row.extra_add_button .icon {
  color: #fff !important;
}

.extra_row {
  padding: 5px;
  font-size: 10px;
}
.extra_row.even {
  background-color: #d0d0d0;
}
.extra_row.odd {
  background-color: #dedede;
}
.extra_row .icon {
  color: #989898;
  margin-left: 15px;
  margin-right: 15px !important;
}
.extra_row .extra_qty {
  font-size: 1.2em;
}
.extra_row .extra_description {
  font-weight: bold;
}
.extra_row .extra_price {
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-right: 20px;
}
.extra_optional_description,
.document_description {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.document_subdescription {
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 20px;
}
.extra_optional_price {
  font-size: 1.4em;
  text-align: right;
  position: absolute;
  right: 14px;
  top: 8px;
}
.extra_optional_cell,
.document_cell {
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  padding: 7px 12px;
}
.document_cell {
  display: flex;
}
.extra_optional_head_description {
  font-size: 1.2em;
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
}
h5.modal-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
.extra_optional_cell .icon,
.document_cell .icon {
  margin-left: 13px !important;
  margin-right: 15px !important;
}
.document_cell .icon {
  font-size: 2em;
  margin-right: 0 !important;
  margin-top: 5px !important;
}
.modal-header a.close {
  margin: 7px;
  opacity: 0.5;
  color: #000;
}
.modal-header a.close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 17px;
}

/*switch*/
/*
:root {
  --primary: #01bcf0;
  --primary-light: #80d3ea;
  --gray: rgb(167, 166, 166);
  --light-gray: #e6e6e6;
}
.toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.toggle:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: var(--gray);
  border-radius: 8px;
  transition: background 0.2s ease;
}
.toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(var(--gray), 0.5);
  transition: all 0.2s ease;
}
.toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(var(--primary), 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}
.switch {
  display: none;
  margin-right: 20px;
}
.switch_box {
  display: flex;
}
.switch + .toggle span {
  background: var(--light-gray);
}
.switch:checked + .toggle:before {
  background: var(--primary-light);
}
.switch:checked + .toggle span {
  background: var(--primary);
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(var(--primary), 0.2);
}
.switch:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}*/

#pax_search_box i,
.pax_search_box.pax_rooms i {
  cursor: pointer;
  font-size: 1.3em;
  color: #00bcf2;
  margin-top: -5px;
}
#pax_search_box,
.pax_search_box.pax_rooms {
  font-size: 1.4em;
}
.pax_search_box.pax_rooms {
  font-size: 1.3em;
}
#pax_search_box .pax_number,
.pax_search_box.pax_rooms .pax_number {
  font-size: 1.5em;
  color: #00bcf2;
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.pax_type.pax_total {
  float: left;
  margin: 5px;
}
.pax_controls.pax_total {
  margin-right: 24px;
}
.room_details {
  display: inline;
}
.room_details_book {
  display: inline;
}
.active .room_description {
  color: #ffffff;
  font-weight: bold;
}
.room_pax_icons {
  font-size: 1.5em;
  margin-left: 10px;
  float: left;
  margin-top: 30px;
}
.room_pax_icons i {
  margin-right: 4px;
}
.room_pax_icons i.child {
  font-size: 0.7em;
}
#pax_search_box [id^="pax_room"] {
  border-bottom: 1px solid #808080;
  margin-bottom: 1em;
}
#pax_search_box .pax_type,
.pax_search_box.pax_rooms .pax_type {
  font-size: 1em;
  display: inline;
  margin-left: 10px;
}
#pax_search_box hr {
  color: #808080;
}
.pax_search_box.pax_rooms .pax_number,
.pax_search_box.pax_rooms .pax_controls,
.pax_search_box.pax_rooms i {
  color: var(--secondary-color);
}
.pax_search_box.pax_rooms .pax_controls {
  margin-right: 18px;
}
.pax_controls {
  float: right;
  margin-right: 5px;
}
.pax_element {
  margin-bottom: 12px;
}
.pax_element_room {
  margin-bottom: 5px;
  float: left;
}
.room_period {
  float: right;
  margin-bottom: 5px;
  font-size: 14px;
  color: #4e4e4e;
  text-align: right;
}
.room_period span {
  font-size: 16px;
  color: var(--secondary-color);
}
.room_title {
  font-size: 1.4em;
  margin: 30px 0 12px 0px;
  float: left;
  color: #4e4e4e;
}
.room_selection input[type="radio"],
.custom_form input[type="radio"] {
  margin-right: 10px;
  margin-top: 1px;
  position: relative;
  font-size: 15px;
  outline: none;
  font-family: "FontAwesome";
  transition: 300ms ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.room_selection input[type="radio"]::after,
.custom_form input[type="radio"]::after {
  content: "\f111";
  display: inline-block;
  text-align: center;
  width: 1em;
  color: #ffffff;
  border-radius: 7px;
  background-color: #a9a9a9;
  cursor: pointer;
}
.room_selection input[type="radio"]:checked::after,
.custom_form input[type="radio"]:checked::after {
  content: "\f058";
  color: #f98103;
  background-color: #ffffff;
  padding-left: 1px;
}
.room_selection input[type="radio"]:checked::after,
.custom_form input[type="radio"]:checked::after {
  font-weight: 900;
}
.room_selection input[type="radio"]:active,
.custom_form input[type="radio"]:active {
  transform: scale(0.6);
}
.custom_form input[type="radio"] {
  font-size: 20px;
  margin-right: 4px;
}
.custom_form input[type="radio"]::after {
  border-radius: 50px;
}

.room_selection {
  display: inline-flex;
  padding: 10px;
  width: 100%;
  background: #f3f3f3;
  color: #717171;
  border: 1px solid #d8d8d899;
  padding-right: 90px;
}
.room_details .room_selection {
  cursor: pointer;
}
.room_selection.active {
  background: #00bcf2;
  color: #212129;
}
.room_price {
  position: absolute;
  right: 40px;
  font-weight: bold;
  color: #a7a7a7;
  font-size: 1.2em;
}
.room_selection.active .room_price {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome, Opera and Firefox */
}
input[type="text"],
input[type="submit"],
textarea {
  border-radius: 4px;
}
input[type="checkbox"] {
  width: auto !important;
  margin-right: 5px;
}
.section {
  padding-top: 0px !important;
}
.tour-packages > article.box,
.sort-by-section .sort-bar .sort-by-container {
  overflow: hidden;
}
h4.search-results-title,
.toggle-container.style1.filters-container > .panel {
  border: 0;
  margin-bottom: 5px;
}
.tour-packages > article.box,
.panel,
h4.search-results-title,
.sort-by-section.clearfix.box,
a.button,
.sort-by-section li > a > i,
.sort-by-section .sort-bar .sort-by-container {
  border-radius: 4px !important;
}
.toggle-container.style1.filters-container > .panel {
  padding: 0 5px;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit,
input[type="submit"] {
  background-color: var(--secondary-color);
}

.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover,
input[type="submit"]:hover {
  background-color: #d9d9d9;
}

.sort-by-section .sort-bar .sort-by-container > span:after {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search_custom_box .search-box {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 30px 5px;
}
.search-offers-box,
.search-platinum-box {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 30px 5px;
  margin-bottom: 2em;
  border: 1px solid #dedede;
}
input[type="password"] {
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
}

.booking_pax_box {
  border: 1px solid #dcdcdc; /*var(--primary-color);*/
  border-radius: 4px;
  margin: 2em 0;
}
.booking_pax_box_body {
  padding: 10px 20px;
}
.booking_pax_information {
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.3em;
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px;
  letter-spacing: 1px;
  font-weight: bold;
}
.booking_pax_information i {
  margin-left: 5px;
}
span.required:before {
  content: "*";
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-size: 1.2em !important;
  font-weight: bold;
  letter-spacing: 1px;
}
.book_datepicker_container {
  border-radius: 4px;
  border: 1px solid #ccc !important;
}
.book_datepicker {
  background-color: #fff !important;
}
.booking_pax_box .datepicker-wrap:after {
  background-color: #eee;
  color: #555;
}

*:focus {
  outline: none;
}
.booking_pax_box input.input-text {
  font-size: 14px;
}
.booking_pax_box input.input-text::placeholder {
  color: #a0a0a0;
}
input.caption_radio.toggle {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
input.caption_radio.toggle + label {
  height: 35px;
  line-height: 35px;
  background-color: var(--primary-color);
  padding: 0px 16px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-in;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
input.caption_radio.toggle + label:before,
input.caption_radio.toggle + label:hover:before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 31px;
  height: 31px;
  background: #fff;
  z-index: 2;
  transition: all 0.25s ease-in;
  border-radius: 25px;
}
input.caption_radio.toggle + label .off,
input.caption_radio.toggle + label .on {
  color: #fff;
}

input.caption_radio.toggle + label .off {
  margin-left: 30px;
  display: inline-block;
}

input.caption_radio.toggle + label .on {
  display: none;
}

input.caption_radio.toggle:checked + label .off {
  display: none;
}
input.caption_radio.toggle:checked + label .on {
  margin-right: 30px;
  display: inline-block;
}

input.caption_radio.toggle:checked + label,
input.caption_radio.toggle:focus:checked + label {
  background-color: var(--siap_pink);
}
input.caption_radio.toggle:checked + label:before,
input.caption_radio.toggle:checked + label:hover:before {
  background-position: 0 0;
  top: 2px;
  left: 100%;
  margin-left: -33px;
}
.search-offer-select select {
  width: 100%;
}
/* .tour-searchform-offers > .row:before {
  content: "Filtra per:";
  font-size: 1.4em;
  font-weight: 600;
  padding-left: 17px;
  margin-bottom: 18px;
} */

.tour-searchform-platinum > .row:before {
  content: "Filtra per:";
  font-size: 1.4em;
  font-weight: 600;
  padding-left: 17px;
  margin-bottom: 18px;
}
.offer_thumb_home {
  max-height: 170px;
  min-height: 170px;
}
.offer_article_home {
  max-height: 350px;
  margin-bottom: 2em;
}
.home_title_primary,
.home_title_secondary {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.home_title_primary {
  color: var(--primary-color);
}
.home_title_secondary {
  color: var(--secondary-color);
}
.powered_by_flex {
  display: flex;
}
.powered_by {
  margin-right: 20px;
  margin-top: 25px;
  cursor: pointer;
}
.powered_by img {
  width: 100px;
}
.badge-siap {
  height: 10px;
  width: 10px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  color: var(--secondary-color);
  font-size: 10px;
  border: 1px solid var(--secondary-color);
  padding: 8px;
  font-weight: bold;
}
.badge-siap.badge-icon {
  position: absolute;
}
.badge-siap.badge-mini {
  height: 10px;
  width: 10px;
  font-size: 8;
  font-weight: bold;
}
.info_pratica {
  color: #464646;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 8px;
}
.info_pratica span {
  color: #3d3d3d;
  font-weight: normal;
  font-size: 0.8em;
}
.searchAdminBox {
  border-bottom: 2px dashed #a2a2a2;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.searchAdminBox button {
  background-color: var(--secondary-color) !important;
  margin-top: 2em !important;
  width: 100%;
  border-style: none !important;
  color: #fff !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom {
  margin-top: 40px !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-top {
  margin-top: 28px !important;
}

.block_succ_err_dossier {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.label_error {
  font-size: 40px;
  color: #f27474;
  font-weight: bold;
}
.label_success {
  font-size: 40px;
  color: #a5dc86;
  font-weight: bold;
}
.payment_box {
  text-align: center;
  margin: 1em 20px;
}
.payment_form {
  display: inline-block;
}
.payment_btn {
  padding: 2em 2.3em;
  margin: 10px;
}

.payment_btn:hover {
  background: #ececec;
}
.payment_btn img {
  height: 35px;
}

@media only screen and (max-width: 767px) {
  #result_search_box_elements article.box {
    height: auto !important;
  }
  #load_interface article.box > div {
    padding-top: 45px;
    margin-top: 50px;
  }
  .search-container {
    margin-left: auto;
    margin-right: auto;
  }
  .search_custom_box {
    position: relative;
    top: 30px;
    width: auto;
    left: auto;
    margin: 0 20px;
  }
  .image_with_cabtion_box {
    height: 360px;
    margin-bottom: 3em;
  }
  .offer_thumb_home {
    max-height: 300px;
    min-height: 300px;
  }
  .offer_article_home {
    max-height: 480px;
  }
}

@media only screen and (max-width: 570px) {
  .image_with_cabtion_box {
    height: 230px;
  }
}

.checkradio {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}
.checkradio input[type="radio"] {
  appearance: none;
  display: none;
}

.checkradio label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid var(--primary-color);
  background-color: transparent;
}

.checkradio input[type="radio"]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: var(--primary-color);
}

.offersFilterType {
  margin-top: -15px;
  float: right !important;
  display: flex;
  margin-bottom: 0;
  justify-content: flex-end;
  padding: 0;
}
.alert.alert-success::before {
  content: "" !important;
  border: none;
}
.alert.alert-danger::before {
  content: "" !important;
  border: none;
}
