@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,900;1,300&display=swap");
/*COLORS*/
/*BREAKPOINTS*/
/*MEDIAQUERY MIXIN*/
body {
  font-family: "Montserrat", sans-serif;
}
body * {
  font-family: "Montserrat", sans-serif;
  color: #0B1E28;
}

.content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 16px;
}

.tickera-button, .ui-button {
  padding: 17px 32px !important;
  border: none !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  cursor: pointer;
}
.tickera-button:focus-visible, .ui-button:focus-visible {
  outline-color: #0B1E28;
}

.tickera-button {
  background-color: #0B1E28 !important;
  transition: all linear 0.2s;
}
.tickera-button:hover {
  background-color: #232323 !important;
  transition: all linear 0.2s;
}

input.tickera-input-field {
  width: 350px;
  height: 52px;
  padding: 16px;
  font-size: 16px;
  box-sizing: border-box;
}
input.tickera-input-field:focus-visible {
  outline-color: #0B1E28;
}
@media (min-width: 0) and (max-width: 767.9px) {
  input.tickera-input-field {
    width: 100% !important;
    margin: 0 !important;
  }
}

label {
  display: block;
  clear: both;
}
label span {
  margin-left: 5px;
  font-size: 14px;
}
label.has-error {
  display: block;
  margin-left: 5px;
  font-size: 14px;
}

h1 {
  margin-top: 32px;
  margin-bottom: 64px;
  font-size: 36px;
}
h1:after {
  display: block;
  content: "";
  margin-top: 12px;
  height: 4px;
  width: 75px;
  background-color: rgba(11, 30, 40, 0.16);
}
@media (min-width: 0) and (max-width: 767.9px) {
  h1 {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 28px;
  }
  h1:after {
    width: 50px;
  }
}

.tc_cart_errors ul {
  margin: 0;
  padding: 0;
}
.tc_cart_errors ul li {
  list-style: none;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.1);
  color: red;
  font-size: 14px;
}

.wp-block-site-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(11, 30, 40, 0.1) !important;
}
.wp-block-site-logo a img {
  display: block;
  height: 90px !important;
  width: auto !important;
}

.tc-element-group {
  pointer-events: none !important;
}

.tc-full-screen {
  display: none !important;
}

.legend {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 9999999;
  background-color: #fff;
  border: 1px solid rgba(11, 30, 40, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  padding: 6px 12px;
}
.legend ol {
  margin: 0;
  padding: 0;
}
.legend ol li {
  display: block;
  list-style: none;
  padding: 6px 0;
  margin-right: 24px;
}
.legend ol li span {
  display: inline-block;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  margin-right: 6px;
  border-radius: 100%;
}
.legend ol li.available-1 span {
  background-color: #81D742;
}
.legend ol li.available-2 span {
  background-color: #1E73BE;
}
.legend ol li.chosen span {
  background-color: #EEEE22;
}
.legend ol li.reserved span {
  background-color: #f19c00;
}
.legend ol li.not-available span {
  background-color: #dd0202;
}
@media (min-width: 0) and (max-width: 767.9px) {
  .legend {
    display: none;
  }
}

.close-button {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999999;
  height: 12px;
  min-height: 44px;
  max-height: 44px;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
}
.close-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #0B1E28;
}

/*COLORS*/
/*BREAKPOINTS*/
/*MEDIAQUERY MIXIN*/
.tc-bottom-controls-inside {
  top: 2px;
}

.tc-group-wrap .tc_seat_unit.ui-selected {
  background-color: #0B1E28 !important;
}
.tc-group-wrap .tc_seat_unit.ui-selected:before {
  background-color: #0B1E28 !important;
}

.tc_seating_map_button {
  visibility: hidden;
  opacity: 0;
}

/*.............*/
.tc-seating-legend-wrap {
  display: none !important;
}

.tc-ticket-info-wrap {
  color: #0B1E28 !important;
}
.tc-ticket-info-wrap .tc_ticket_type_price_hover_wrapper, .tc-ticket-info-wrap .tc-front-seat-number {
  color: #0B1E28 !important;
}

.ui-dialog {
  top: auto !important;
  bottom: 102px;
}
@media (min-width: 0) and (max-width: 767.9px) {
  .ui-dialog {
    bottom: 86px;
  }
}

.tc-modal-wrap {
  margin: 0 16px;
}
.tc-modal-wrap .tc-modal .tc_modal_close_dialog {
  padding: 0;
  height: 44px;
  width: 44px;
}
.tc-modal-wrap .tc-modal .tc_modal_close_dialog:hover {
  color: rgba(11, 30, 40, 0.6) !important;
}
.tc-modal-wrap .tc-modal h5:last-of-type {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.tc-modal-wrap .tc-modal .ui-button {
  margin-top: 16px;
  background-color: #0B1E28 !important;
  color: #fff !important;
  transition: all linear 0.2s;
}
.tc-modal-wrap .tc-modal .ui-button:hover {
  color: #fff !important;
  background-color: #0B1E28 !important;
  transition: all linear 0.2s;
}
.tc-modal-wrap .tc-modal .ui-button.tc_remove_from_cart_button {
  background-color: #BF4F1F !important;
}
.tc-modal-wrap .tc-modal .ui-button.tc_remove_from_cart_button:hover {
  background-color: rgba(191, 79, 31, 0.8) !important;
}

.tc-full-screen {
  color: #0B1E28 !important;
}

.tc-wrapper .tc-bottom-controls .tc-zoom-wrap {
  opacity: 0.6;
}
@media (min-width: 0) and (max-width: 767.9px) {
  .tc-wrapper .tc-bottom-controls .tc-zoom-wrap {
    opacity: 1;
  }
  .tc-wrapper .tc-bottom-controls .tc-zoom-wrap .tc-zoom-slider {
    display: none;
  }
}
.tc-wrapper .tc-bottom-controls .tc-zoom-wrap:hover {
  opacity: 1;
}
.tc-wrapper .tc-bottom-controls .tc-zoom-wrap .tc-minus-wrap .tc-minus {
  background-color: #0B1E28 !important;
}
.tc-wrapper .tc-bottom-controls .tc-zoom-wrap .tc-zoom-slider.ui-slider {
  background-color: rgba(11, 30, 40, 0.6) !important;
}
.tc-wrapper .tc-bottom-controls .tc-zoom-wrap .tc-zoom-slider.ui-slider .ui-slider-handle {
  background-color: #0B1E28 !important;
}
.tc-wrapper .tc-bottom-controls .tc-zoom-wrap .tc-plus-wrap .tc-plus-horizontal, .tc-wrapper .tc-bottom-controls .tc-zoom-wrap .tc-plus-wrap .tc-plus-vertical {
  background-color: #0B1E28 !important;
}
.tc-wrapper .tc-bottom-controls .tc-seating-tooltips {
  font-size: 14px !important;
}
.tc-wrapper .tc-bottom-controls .tc-seating-tooltips p {
  margin-top: 16px !important;
}
.tc-wrapper .tc-bottom-controls .tc-checkout-bar {
  font-size: 16px !important;
}
.tc-wrapper .tc-bottom-controls .tc-checkout-bar strong {
  color: #0B1E28;
}
.tc-wrapper .tc-bottom-controls .tc-seatchart-cart-info .tc-checkout-button {
  font-size: 14px;
  background-color: #bc2f31;
  color: #ffffff;
}

.tc-seat-group .tc-heading h3 {
  height: 19.188px;
  max-height: 19.188px;
  font-size: 22px !important;
  color: #0B1E28 !important;
}

/*COLORS*/
/*BREAKPOINTS*/
/*MEDIAQUERY MIXIN*/
@media (min-width: 0) and (max-width: 767.9px) {
  .tickera_table tr td {
    padding: 0;
  }
}
.tickera_table thead tr th {
  padding: 0 0 24px 16px;
  text-align: right !important;
  font-size: 14px;
  font-weight: 600;
  color: rgba(11, 30, 40, 0.6) !important;
}
.tickera_table thead tr th.ticket-price-header {
  display: none !important;
}
.tickera_table thead tr th:first-child {
  padding-left: 0;
  text-align: left !important;
}
.tickera_table tbody tr td {
  margin-top: 5px;
  padding: 0 0 0 16px;
  font-size: 16px;
  text-align: right !important;
}
.tickera_table tbody tr td.ticket-price {
  display: none !important;
}
.tickera_table tbody tr td.ticket-type {
  font-weight: 600;
}
.tickera_table tbody tr td.ticket-type p {
  display: none;
}
.tickera_table tbody tr td.ticket-type, .tickera_table tbody tr td.ticket-quantity, .tickera_table tbody tr td.ticket-fee, .tickera_table tbody tr td.ticket-total {
  padding-bottom: 24px;
}
.tickera_table tbody tr td.ticket-type .tc-cart-seat-wrap, .tickera_table tbody tr td.ticket-quantity .tc-cart-seat-wrap, .tickera_table tbody tr td.ticket-fee .tc-cart-seat-wrap, .tickera_table tbody tr td.ticket-total .tc-cart-seat-wrap {
  margin-top: 4px;
  font-weight: 400;
}
.tickera_table tbody tr td.ticket-type .tc-cart-seat-wrap .tc-single-cart-seat, .tickera_table tbody tr td.ticket-quantity .tc-cart-seat-wrap .tc-single-cart-seat, .tickera_table tbody tr td.ticket-fee .tc-cart-seat-wrap .tc-single-cart-seat, .tickera_table tbody tr td.ticket-total .tc-cart-seat-wrap .tc-single-cart-seat {
  width: auto;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  background-color: rgba(234, 194, 116, 0.05);
  border: 1px solid rgba(234, 194, 116, 0.6);
  color: #ab7a1a;
}
.tickera_table tbody tr td.ticket-type .tc-cart-seat-wrap .tc-single-cart-seat .tc_cart_remove_icon, .tickera_table tbody tr td.ticket-quantity .tc-cart-seat-wrap .tc-single-cart-seat .tc_cart_remove_icon, .tickera_table tbody tr td.ticket-fee .tc-cart-seat-wrap .tc-single-cart-seat .tc_cart_remove_icon, .tickera_table tbody tr td.ticket-total .tc-cart-seat-wrap .tc-single-cart-seat .tc_cart_remove_icon {
  margin-left: 0 !important;
  opacity: 1;
}
.tickera_table tbody tr td.ticket-type .tc-cart-seat-wrap .tc-single-cart-seat .tc_cart_remove_icon i, .tickera_table tbody tr td.ticket-quantity .tc-cart-seat-wrap .tc-single-cart-seat .tc_cart_remove_icon i, .tickera_table tbody tr td.ticket-fee .tc-cart-seat-wrap .tc-single-cart-seat .tc_cart_remove_icon i, .tickera_table tbody tr td.ticket-total .tc-cart-seat-wrap .tc-single-cart-seat .tc_cart_remove_icon i {
  color: #ab7a1a;
}
.tickera_table tbody tr td.ticket-type .tc-cart-seat-wrap .tc-single-cart-seat br, .tickera_table tbody tr td.ticket-quantity .tc-cart-seat-wrap .tc-single-cart-seat br, .tickera_table tbody tr td.ticket-fee .tc-cart-seat-wrap .tc-single-cart-seat br, .tickera_table tbody tr td.ticket-total .tc-cart-seat-wrap .tc-single-cart-seat br {
  display: none;
}
.tickera_table tbody tr td:first-child {
  padding-left: 0;
  text-align: left !important;
}
.tickera_table tbody tr.last-table-row .ticket-total-all {
  text-align: right !important;
  padding-right: 0;
  padding-top: 0;
}
.tickera_table tbody tr.last-table-row .ticket-total-all div .total_item_title {
  text-transform: uppercase;
}
.tickera_table tbody tr.last-table-row .ticket-total-all div .total_item_amount {
  min-width: 120px;
}
.tickera_table tbody tr.last-table-row .ticket-total-all div:last-of-type * {
  margin-top: 0;
  font-weight: 600;
}

.tickera .tickera-checkout {
  margin-bottom: 48px;
}
.tickera .tickera-checkout .actions {
  padding-top: 48px !important;
}
.tickera .tickera-checkout .actions .coupon_code {
  width: 175px;
}
@media (min-width: 769px) and (max-width: 991.9px) {
  .tickera .tickera-checkout .actions .tickera_update {
    width: 300px;
  }
}
.tickera .tickera-checkout .tickera-button.tickera_update {
  display: none !important;
  background-color: rgba(11, 30, 40, 0.05) !important;
  color: #0B1E28;
}
.tickera .tickera-checkout .tickera-button.tickera_update:hover {
  background-color: rgba(11, 30, 40, 0.1) !important;
}
@media (min-width: 0) and (max-width: 767.9px) {
  .tickera .tickera-checkout .tickera-button {
    width: 100% !important;
    margin: 8px 0 0 0;
  }
  .tickera .tickera-checkout .tickera-button.apply_coupon {
    margin-bottom: 16px;
  }
}
.tickera .tc-cart-form-inner .tickera_additional_info h3 {
  margin-top: 0 !important;
}
.tickera .tc-cart-form-inner .tickera_additional_info .tickera_buyer_info {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-color: rgba(11, 30, 40, 0.1) !important;
}
.tickera .tc-cart-form-inner .tickera_additional_info .proceed-to-checkout-container .tickera_checkout {
  margin: 0;
}
.tickera .tc-cart-form-inner .tickera_additional_info .proceed-to-checkout-container .tickera_checkout {
  background-color: #bc2f31 !important;
  color: #ffffff;
  transition: all linear 0.2s;
}
.tickera .tc-cart-form-inner .tickera_additional_info .proceed-to-checkout-container .tickera_checkout:hover {
  background-color: rgba(234, 194, 116, 0.8) !important;
  transition: all linear 0.2s;
}
.tickera.tickera-payment-gateways {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(11, 30, 40, 0.1);
  box-sizing: border-box;
}
.tickera.tickera-payment-gateways:before {
  display: none !important;
}
.tickera.tickera-payment-gateways .tc_gateway_form .inner-wrapper {
  padding-bottom: 0;
}
.tickera.tickera-payment-gateways .tc_gateway_form .inner-wrapper .tc_redirect_message {
  margin-bottom: 16px;
}
.tickera.tickera-payment-gateways .tc_gateway_form .inner-wrapper .actions .tc_payment_confirm {
  background-color: #EAC274 !important;
  color: #00000;
  transition: all linear 0.2s;
}
.tickera.tickera-payment-gateways .tc_gateway_form .inner-wrapper .actions .tc_payment_confirm:hover {
  background-color: #9F1C1E !important;
  transition: all linear 0.2s;
}
@media (min-width: 0) and (max-width: 767.9px) {
  .tickera.tickera-payment-gateways .tc_gateway_form .inner-wrapper .actions .tc_payment_confirm {
    width: 100%;
  }
}

/*COLORS*/
/*BREAKPOINTS*/
/*MEDIAQUERY MIXIN*/
.zoom-wrapper {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #fff;
  border: 1px solid rgba(11, 30, 40, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.zoom-wrapper button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  background-color: rgba(11, 30, 40, 0.04);
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
}
.zoom-wrapper button:active {
  background-color: rgba(11, 30, 40, 0.16);
}
.zoom-wrapper button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0B1E28;
}

.map-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  z-index: 1;
}

.map-wrapper .logo-and-text {
  position: absolute;
  top: 2%;
  left: 30%;
display:flex;
gap: 16px;
align-items: center;
}

.map-wrapper .logo-and-text img {
  max-width: 120px;
}

.map-wrapper .logo-and-text p {
  max-width: 200px;
  font-size: 13px;
}

.map-wrapper .map {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
}
.map-wrapper #map {
  max-height: calc(100vh - 64px);
  max-width: calc(100vw - 64px);
}
.map-wrapper .map .text {
  fill: #0B1E28;
}
.map-wrapper .map .seat {
  fill: rgba(0, 22, 78, 0.8);
  stroke: rgba(0, 22, 78, 0.9);
}
.map-wrapper .map .seat:hover {
  fill: rgba(0, 22, 78, 0.9);
}
.map-wrapper .map .seat.sold {
  fill: rgba(208, 69, 69, 0.8);
  stroke: rgba(208, 69, 69, 0.9);
}
.map-wrapper .map .seat.sold:hover {
  fill: rgba(208, 69, 69, 0.9);
}
.map-wrapper .map .field-text {
  fill: #fff;
}
.map-wrapper .map .can-hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.map-wrapper .map .can-hover:hover {
  transition: all 0.2s ease-in-out;
}
.map-wrapper .map .text, .map-wrapper .map .deco, .map-wrapper .map .field {
  pointer-events: none;
}

/*COLORS*/
/*BREAKPOINTS*/
/*MEDIAQUERY MIXIN*/
.tickera {
  box-sizing: border-box;
}
.tickera p {
  width: 100%;
}
.tickera hr {
  display: none !important;
}
.tickera h2 {
  margin-bottom: 1em !important;
  margin-top: 64px !important;
  font-size: 1.17em;
  font-weight: 700;
}

.order-details {
  width: 100%;
}
.order-details tr th {
  text-align: left !important;
  font-size: 14px;
  font-weight: 600;
  color: rgba(11, 30, 40, 0.6) !important;
}
.order-details tr td {
  margin-top: 5px;
}

/*# sourceMappingURL=style.css.map */
