@charset "UTF-8";
/**
 * FUNCTIONS
 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 11, 2014 */
@font-face {
  font-family: "officina_sans_itcbold";
  src: url("../fonts/itc_officina_bold-webfont.eot");
  src: url("../fonts/itc_officina_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itc_officina_bold-webfont.woff2") format("woff2"), url("../fonts/itc_officina_bold-webfont.woff") format("woff"), url("../fonts/itc_officina_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "officina_sans_itcbook";
  src: url("../fonts/itc_officina_book-webfont.eot");
  src: url("../fonts/itc_officina_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itc_officina_book-webfont.woff2") format("woff2"), url("../fonts/itc_officina_book-webfont.woff") format("woff"), url("../fonts/itc_officina_book-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "officina_sans_itcbolditalic";
  src: url("../fonts/itc_officina_bolditalic-webfont.eot");
  src: url("../fonts/itc_officina_bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itc_officina_bolditalic-webfont.woff2") format("woff2"), url("../fonts/itc_officina_bolditalic-webfont.woff") format("woff"), url("../fonts/itc_officina_bolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "officina_sans_itcbookital";
  src: url("../fonts/itc_officina_bookitalic-webfont.eot");
  src: url("../fonts/itc_officina_bookitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itc_officina_bookitalic-webfont.woff2") format("woff2"), url("../fonts/itc_officina_bookitalic-webfont.woff") format("woff"), url("../fonts/itc_officina_bookitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "officina_serif_book";
  src: url("../fonts/officina_serif_book.eot"), url("../fonts/officina_serif_book.woff2") format("woff2"), url("../fonts/officina_serif_book.ttf") format("truetype");
}
@font-face {
  font-family: "officina_serif_bold";
  src: url("../fonts/officina_serif_book.eot"), url("../fonts/officina_serif_book.woff2") format("woff2"), url("../fonts/officina_serif_book.ttf") format("truetype");
}
body {
  font-family: "officina_sans_itcbook", sans-serif;
  background: #f3f5f7;
  margin-bottom: 120px;
  color: #4e5455;
}

a {
  color: rgb(215, 73, 12);
}
a:hover {
  color: #b03c0a;
}

.notices {
  padding-top: 1em !important;
}

.container {
  max-width: 1180px;
}

.navbar-brand {
  width: 130px;
  margin: 0;
}

.navbar {
  padding: 40px 4px;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '-4 -4 8 8' %3e%3ccircle r= '3' fill= 'rgba%280, 0, 0, 0.25%29' /%3e%3c/svg%3e");
}
.form-switch input:hover {
  cursor: pointer;
}

.deco-border {
  border: 3px solid #E9EEF2;
  padding: 100px 40px 40px;
  margin: 20px 0;
  position: relative;
  background: #f7f8f9;
}
.deco-border .deco-border-triangle:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 68px 0 68px;
  border-color: #E9EEF2 transparent transparent transparent;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translate(-50%, 0);
}
.deco-border .deco-border-triangle-inner:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 68px 0 68px;
  border-color: #f3f5f7 transparent transparent transparent;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, 0);
}

.form-check-input:checked {
  background-color: #7ca421;
  border-color: #7ca421;
}

.form-switch .form-check-input:focus {
  fill: #7ca421;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: #7ca421;
  box-shadow: 0 0 0 0.25rem rgba(124, 164, 33, 0.3098039216);
}

html body .btn-reset {
  background: unset;
  border: unset;
  padding: 0;
}
html body button[type=submit].btn-primary {
  background: #7ca421;
  border-color: #7ca421;
}
html body button[type=submit].btn-primary:hover, html body button[type=submit].btn-primary:active, html body button[type=submit].btn-primary:focus-visible {
  border-color: #698b1c !important;
  background: #698b1c !important;
}
html body button[type=submit].btn-primary:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(124, 164, 33, 0.5) !important;
}
html body a.btn-primary {
  background: rgb(215, 73, 12);
  border-color: rgb(215, 73, 12);
}
html body a.btn-primary:hover, html body a.btn-primary:active, html body a.btn-primary:focus-visible {
  border-color: #ba3f0a !important;
  background: #ba3f0a !important;
}
html body a.btn-primary:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(215, 73, 12, 0.5) !important;
}
html body .btn-outline-danger {
  border-color: #C22F16;
}
html body .btn-outline-danger:hover, html body .btn-outline-danger:active {
  background: #C22F16;
}
html body .buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "officina_serif_book", sans-serif;
  text-transform: uppercase;
}

h1 {
  color: rgb(215, 73, 12);
}

fieldset {
  padding: 0px;
  border-bottom: 2px solid #E9EEF2;
  padding: 80px 0;
  /*
  for debugging
  border: 1px solid red !important;
   */
}
fieldset legend {
  color: #848e92;
  text-transform: uppercase;
}
fieldset fieldset legend {
  color: #4e5455;
  text-transform: unset;
  font-weight: bold;
}
fieldset#invoice_information, fieldset#booking_options {
  border-bottom: unset;
  padding-bottom: 0;
}
fieldset#booking_products {
  border-bottom: unset;
}
fieldset#meta_information {
  padding: 0;
  border-bottom: 0;
}

#booking_products fieldset .productEntrySelectedGroup {
  color: #C22F16;
}
#booking_products fieldset .productEntrySelectedGroup legend {
  color: #848e92;
  font-weight: normal;
}

#products_services {
  padding-top: 0;
}

.fieldset-legend {
  color: #4e5455;
  text-transform: unset;
  font-weight: bold;
}

.errorWindow ul {
  list-style-type: circle;
}
.errorWindow .error {
  color: #C22F16;
}
.errorWindow .warning {
  color: #EE7F00;
}

.translation {
  color: #848e92;
  font-style: italic;
}

.form-field {
  margin-bottom: 16px;
}

.hidden-checkboxes {
  display: none;
}

div[data-grav-field=array] .form-row input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div[data-grav-field=array] .form-row input:focus {
  color: #212529;
  background-color: #fff;
  outline: 0;
  border-color: #7ca421;
  box-shadow: 0 0 0 0.25rem rgba(124, 164, 33, 0.3098039216);
}
div[data-grav-field=array] .fa-bars:hover {
  cursor: grab;
}
div[data-grav-field=array] .fa-bars:active {
  cursor: grabbing;
}
div[data-grav-field=array] .fa-minus {
  margin-right: 8px;
}
div[data-grav-field=array] .fa-minus:hover {
  cursor: pointer;
  color: #C22F16;
}
div[data-grav-field=array] .fa-plus:hover {
  cursor: pointer;
  color: #7ca421;
}

[readonly][type=text] {
  border: unset;
  background: unset;
  padding: 0;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

#grav-login .form-label {
  display: none;
}
#grav-login h1 {
  margin-bottom: 1rem !important;
  margin-top: 1.5rem !important;
}

.summary-container {
  background: #fff;
  box-shadow: #777E95 0 1px 1px, #777E95 0 2px 2px, #777E95 0 4px 4px, #777E95 0 8px 8px, #777E95 0 16px 16px;
  border-radius: 12px;
  padding: 12px;
  position: fixed;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  animation: toTop 0.5s ease-in-out;
  max-width: 1180px;
}
.summary-container .finalprice,
.summary-container .finalprice-label {
  margin: 0;
}

#booking_general_and_brands .form-field:nth-of-type(4) {
  border-top: 1px dashed #e9eef2;
  padding-top: 12px;
}

/*bootstrap overwrite*/
.form-label label {
  width: 100%;
}
.form-label label .tooltip {
  padding: 0;
  opacity: 1;
  position: relative;
  width: 100%;
}
.form-label label .tooltip:after {
  content: "?";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0px;
  background: #E9EEF2;
  color: #4e5455;
  width: 20px;
  font-size: 13px;
  font-weight: bold;
  height: 20px;
  text-align: center;
  border-radius: 100px;
}
.form-label label .tooltip:hover:after {
  content: attr(data-tooltip);
  width: unset;
  height: unset;
  font-size: 14px;
  background: #4e5455;
  color: #fff;
  font-weight: 400;
  padding: 6px 8px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  max-width: 480px;
  box-shadow: 0 2px 2px #beccd6;
  top: 0px;
}

.start-rect {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgb(215, 73, 12);
  margin-right: 6px;
}

@keyframes toTop {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/**
 * FUNCTIONS
 */
body {
  background: #f3f5f7;
}

.productEntrySelectedGroup legend {
  color: #C22F16; /*rgb(248, 175, 0, .4)*/
}

#search-field {
  max-width: 200px;
}

.exhibitor-list-outer .exhibitor-header {
  background: #1d212d;
  border-radius: 8px;
  margin: 20px 0 12px 0;
  border: 1px solid #d5dee9;
  background: linear-gradient(45deg, #621a47, #88162b);
  color: #f3f5f7;
  font-family: "officina_serif_book", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}
.exhibitor-list-outer .exhibitor-header .dash-col {
  cursor: pointer;
}
.exhibitor-list-outer .exhibitor-header .dash-col:hover:after {
  color: #F7A600;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23F7A600' d='M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z'/%3E%3C/svg%3E");
}
.exhibitor-list-outer .exhibitor-header .dash-col:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23FFFFFF44' d='M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z'/%3E%3C/svg%3E");
  width: 9px;
  height: 15px;
  margin-left: 6px;
  display: inline;
  position: relative;
}
.exhibitor-list-outer .exhibitor-header div {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.exhibitor-list-outer .exhibitor-header div svg {
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
}
.exhibitor-list-outer .exhibitor-header div svg path {
  fill: rgba(255, 255, 255, 0.2666666667);
}
.exhibitor-list-outer .list {
  padding: 0;
  list-style: none;
}
.exhibitor-list-outer .list .exhibitor-container {
  background: #fff;
  border-radius: 8px;
  margin: 4px 0;
  border: 1px solid #d5dee9;
  transition: all 0.25s ease;
}
.exhibitor-list-outer .list .exhibitor-container a {
  text-decoration: none;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-name {
  font-weight: bold;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-release,
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-no-print {
  transform: translateY(-12px);
  padding: 12px 16px 8px;
  border-radius: 0 0 8px 8px;
  border: 0;
  background: #E9EEF2;
  transition: all 0.25s ease;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  width: 142px;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-release:before,
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-no-print:before {
  content: "";
  transform: rotateZ(90deg);
  left: -20px;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-release:after, .exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-release:before,
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-no-print:after,
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-no-print:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
  right: -20px;
  top: 0;
  transition: all 0.25s ease;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-release:hover,
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-no-print:hover {
  background: #f1f1f6;
  transition: all 0.25s ease;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-release:hover .exhibitor-container:has(.status-released),
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-no-print:hover .exhibitor-container:has(.status-released) {
  border-color: #F7A600;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-no-print {
  background: #C22F16;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-no-print:hover {
  background: #C22F16;
  cursor: default;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-no-print:after, .exhibitor-list-outer .list .exhibitor-container .exhibitor-released .btn-no-print:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23C22F16; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m20,0c-5.52,0-10.52,2.24-14.14,5.86S0,14.48,0,20V0h20Z'/%3E%3C/svg%3E");
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-contact a {
  color: #4e5455;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-contact a:hover {
  color: rgb(215, 73, 12);
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-released {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.exhibitor-list-outer .list .exhibitor-container.status-released .error-icon {
  display: none;
}
.exhibitor-list-outer .list .exhibitor-container.status-released .btn-release {
  background: #7ca421;
  cursor: not-allowed !important;
  pointer-events: none;
  color: #fff;
}
.exhibitor-list-outer .list .exhibitor-container.status-released .btn-release:hover {
  background: #7ca421;
}
.exhibitor-list-outer .list .exhibitor-container.status-released .btn-release.disabled {
  opacity: 1;
}
.exhibitor-list-outer .list .exhibitor-container.status-released .btn-release:after, .exhibitor-list-outer .list .exhibitor-container.status-released .btn-release:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237ca421; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m20,0c-5.52,0-10.52,2.24-14.14,5.86S0,14.48,0,20V0h20Z'/%3E%3C/svg%3E");
}
.exhibitor-list-outer .list .exhibitor-container.status-submitted .exhibitor-preview {
  margin-bottom: 8px;
}
.exhibitor-list-outer .list .exhibitor-container.status-submitted .btn-release {
  background: #F7A600;
  color: #5e3f00;
}
.exhibitor-list-outer .list .exhibitor-container.status-submitted .btn-release:after, .exhibitor-list-outer .list .exhibitor-container.status-submitted .btn-release:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f7a600; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m20,0c-5.52,0-10.52,2.24-14.14,5.86S0,14.48,0,20V0h20Z'/%3E%3C/svg%3E");
}
.exhibitor-list-outer .list .exhibitor-container.status-submitted .btn-release:hover {
  background: #ffb92b;
}
.exhibitor-list-outer .list .exhibitor-container.status-submitted .btn-release:hover:after, .exhibitor-list-outer .list .exhibitor-container.status-submitted .btn-release:hover:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffb92b; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m20,0c-5.52,0-10.52,2.24-14.14,5.86S0,14.48,0,20V0h20Z'/%3E%3C/svg%3E");
}
.exhibitor-list-outer .list .exhibitor-container.status-editable .exhibitor-pdf {
  display: none;
}
.exhibitor-list-outer .list .exhibitor-container.status-editable .btn-release {
  background: #E9EEF2;
  color: #698ba6;
}
.exhibitor-list-outer .list .exhibitor-container.status-editable .btn-release:after, .exhibitor-list-outer .list .exhibitor-container.status-editable .btn-release:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23e9eef2; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m20,0c-5.52,0-10.52,2.24-14.14,5.86S0,14.48,0,20V0h20Z'/%3E%3C/svg%3E");
}
.exhibitor-list-outer .list .exhibitor-container.status-editable .btn-release:hover {
  background: #eff3f6;
  color: rgb(215, 73, 12);
}
.exhibitor-list-outer .list .exhibitor-container.status-editable .btn-release:hover:after, .exhibitor-list-outer .list .exhibitor-container.status-editable .btn-release:hover:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23eff3f6; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m20,0c-5.52,0-10.52,2.24-14.14,5.86S0,14.48,0,20V0h20Z'/%3E%3C/svg%3E");
}
.exhibitor-list-outer .list .exhibitor-container svg {
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #848e92;
  transition: all 0.25s ease;
  background: #eff3f6;
}
.exhibitor-list-outer .list .exhibitor-container svg path {
  fill: #848e92;
  transition: all 0.25s ease;
}
.exhibitor-list-outer .list .exhibitor-container svg:hover {
  border-color: rgb(215, 73, 12);
  transition: all 0.25s ease;
  background: #E9EEF2;
}
.exhibitor-list-outer .list .exhibitor-container svg:hover path {
  fill: rgb(215, 73, 12);
  transition: all 0.25ms ease;
}
.exhibitor-list-outer .list .exhibitor-container .error-icon {
  margin-bottom: 8px;
}
.exhibitor-list-outer .list .exhibitor-container .error-icon svg {
  border-color: #d7490c;
}
.exhibitor-list-outer .list .exhibitor-container .error-icon svg path {
  fill: #C22F16;
}
.exhibitor-list-outer .list .exhibitor-container:hover {
  /*box-shadow: 0 4px 8px rgb(0 0 0 / 3%);*/
  border: 1px solid #bac4d2;
  transition: all 0.25s ease;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-form {
  margin-bottom: 8px;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-preview {
  margin-bottom: 8px;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-preview .exhibitor-preview-option {
  position: absolute;
  transition: all ease 0.25s;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-preview .exhibitor-preview-option:last-of-type {
  transform: translateX(-100%);
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-preview:hover #preview-options svg {
  opacity: 0.5;
  transition: all ease 0.25s;
  border: 1px solid #848e92;
  background: #eff3f6;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-preview:hover #preview-options svg path {
  fill: #848e92;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-preview:hover .exhibitor-preview-option {
  cursor: pointer;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-preview:hover .exhibitor-preview-option:first-of-type {
  transform: translateX(calc(-100% - 0px));
  transition: all ease 0.25s;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-preview:hover .exhibitor-preview-option:last-of-type {
  transform: translateX(calc(1% + 0px - 1%));
  transition: all ease 0.25s;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-preview i {
  z-index: 999;
  position: relative;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-pdf .exhibitor-pdf-option {
  position: absolute;
  transition: all ease 0.25s;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-pdf .exhibitor-pdf-option:last-of-type {
  transform: translateX(-100%);
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-pdf:hover #pdf-options svg {
  opacity: 0.5;
  transition: all ease 0.25s;
  border: 1px solid #848e92;
  background: #eff3f6;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-pdf:hover #pdf-options svg path {
  fill: #848e92;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-pdf:hover .exhibitor-pdf-option {
  cursor: pointer;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-pdf:hover .exhibitor-pdf-option:first-of-type {
  transform: translateX(calc(-100% - 0px));
  transition: all ease 0.25s;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-pdf:hover .exhibitor-pdf-option:last-of-type {
  transform: translateX(calc(1% + 0px - 1%));
  transition: all ease 0.25s;
}
.exhibitor-list-outer .list .exhibitor-container .exhibitor-pdf i {
  z-index: 999;
  position: relative;
}
.exhibitor-list-outer .exhibitor-header,
.exhibitor-list-outer .exhibitor-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 12px 16px;
}
.exhibitor-list-outer .exhibitor-header .dash-col:not(.exhibitor-options),
.exhibitor-list-outer .exhibitor-container .dash-col:not(.exhibitor-options) {
  max-width: 180px;
}
.exhibitor-list-outer .exhibitor-header div,
.exhibitor-list-outer .exhibitor-container div {
  flex: 1;
  word-break: break-word;
  hyphens: auto;
}
.exhibitor-list-outer .exhibitor-header div:nth-of-type(5),
.exhibitor-list-outer .exhibitor-container div:nth-of-type(5) {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.exhibitor-list-outer .exhibitor-header div:nth-of-type(6),
.exhibitor-list-outer .exhibitor-container div:nth-of-type(6) {
  flex: 0 1 0px;
}
.exhibitor-list-outer .exhibitor-header div:nth-of-type(5) {
  justify-content: center;
  flex-direction: row;
}

.exhibitor-logo_prev img {
  width: 100px;
  max-width: 100%;
}

.exhibitor-pdf-invoice,
.exhibitor-pdf-cancellation,
.exhibitor-pdf {
  margin-bottom: 8px;
}

.hide {
  display: none !important;
}

.package_products_1,
.package_products_2,
.package_products_3,
.package_products_4,
.package_products_5,
.package_tol_products_1,
.package_tol_products_2,
.package_tol_products_3 {
  display: none;
}

:has(#package-tol:checked) .package_tol_products_1,
:has(#package-tol:checked) .package_tol_products_2,
:has(#package-tol:checked) .package_tol_products_3 {
  display: block;
}

:has(.package-options option[value=start]:checked) .package_products_1,
:has(.package-options option[value=start]:checked) .package_products_2,
:has(.package-options option[value=start]:checked) .package_products_3 {
  display: block;
}

:has(.package-options option[value=profi]:checked) .package_products_1,
:has(.package-options option[value=profi]:checked) .package_products_2,
:has(.package-options option[value=profi]:checked) .package_products_3,
:has(.package-options option[value=profi]:checked) .package_products_4 {
  display: block;
}

:has(.package-options option[value=premium]:checked) .package_products_1,
:has(.package-options option[value=premium]:checked) .package_products_2,
:has(.package-options option[value=premium]:checked) .package_products_3,
:has(.package-options option[value=premium]:checked) .package_products_4,
:has(.package-options option[value=premium]:checked) .package_products_5 {
  display: block;
}

.general_text_content-wrapper {
  display: none;
}

:has(#general-text-booked:checked) .general_text_content-wrapper {
  display: block;
}

.hidden-fieldset .form-field {
  display: none;
}

#booking_products {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
#booking_products fieldset {
  padding: 0;
}
#booking_products fieldset legend {
  position: relative;
  margin-top: 0.5rem;
  cursor: pointer;
}
#booking_products fieldset legend:hover {
  color: #C22F16;
}
#booking_products fieldset legend:after {
  content: "▼";
  display: inline-block;
  clear: both;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
}
#booking_products fieldset.hidden-fieldset legend:after {
  transform: rotate(270deg);
}

.preview-wrapper {
  margin-bottom: 80px;
}
.preview-wrapper .booth-alphabetical {
  color: rgb(215, 73, 12);
  text-align: right;
  text-transform: capitalize;
}
.preview-wrapper .prev-headline {
  color: rgb(215, 73, 12) !important;
  text-align: left;
  text-transform: capitalize;
}
.preview-wrapper .directory-wrapper {
  border-bottom: 1px solid #4e5455;
  background: #fff;
}
.preview-wrapper .directory-wrapper .booth-description,
.preview-wrapper .directory-wrapper .booth-logo,
.preview-wrapper .directory-wrapper .booth-numbers {
  padding: 8px;
}
.preview-wrapper .directory-wrapper img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  object-position: left;
}
.preview-wrapper .directory-wrapper .booth-numbers {
  background: #E9EEF2;
  text-align: right;
}
.preview-wrapper .directory-wrapper .booth-numbers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.preview-wrapper .directory-wrapper .booth-numbers ul li {
  text-align: right;
}
.preview-wrapper .hallplan-preview .directory-wrapper .booth-numbers ul li {
  text-align: left;
}
.preview-wrapper .hallplan-start-preview .directory-wrapper {
  border: 1px solid #4e5455;
  background: #fff;
}
.preview-wrapper .hallplan-start-preview .directory-wrapper .booth-numbers {
  background: #ffffff;
}
.preview-wrapper .hallplan-start-preview .directory-wrapper .booth-numbers ul li {
  text-align: left;
}
.preview-wrapper .products-services-preview {
  margin-bottom: 20px;
}
.preview-wrapper .products-services-preview.top-of-list .row:nth-child(2) .booth-description {
  background: #a7e1c1;
}
.preview-wrapper .products-services-preview .products-service-header {
  background: #E9EEF2;
  margin-bottom: 0;
  font-weight: bold;
  font-family: sans-serif;
  padding: 8px;
}
.preview-wrapper .products-services-preview .products-service-header .translation {
  margin-left: 40px;
}
.preview-wrapper .products-services-preview .directory-wrapper {
  border-top: 0;
  border-bottom: 0;
}
.preview-wrapper .products-services-preview .directory-wrapper .booth-description,
.preview-wrapper .products-services-preview .directory-wrapper .booth-numbers {
  border-bottom: 1px solid #4e5455;
}

#package_default_price,
#package_logos_price,
#hall_plan_first_page_price,
#hall_plan_logo_price,
#general_and_brands_logo_price,
#general_and_brands_text_price,
#general_and_brands_brands_price,
#products-prices {
  pointer-events: none;
  -webkit-user-modify: read-only;
}

.list-border {
  padding: 0;
  list-style: none;
  border-radius: 8px;
  border: 1px solid #d5dee9;
}
.list-border .container-archive {
  background: #fff;
  margin: 4px 0;
  border: none !important;
}
.list-border .archive-add-info {
  border-radius: 8px !important;
  border-bottom: 1px solid #d5dee9 !important;
  padding: 10px 0;
}

.exhibitor-logo-img {
  height: auto;
  width: 150px;
  max-width: 100%;
}

/*# sourceMappingURL=custom.min.css.map */
