@charset "UTF-8";
@media (max-width: 769px) {
  .hero {
    margin-top: -72px;
  }
}
.hero .container .product-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}
.hero .container .product-logo {
  background-color: white;
  height: 90px;
  width: 90px;
  border-radius: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  padding: 10%;
}
.hero .container .product-title {
  flex: 1;
}
.hero .container .product-title h1, .hero .container .product-title p {
  margin: 0;
  color: white;
}
.hero .container a, .hero .container .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.hero .container nav {
  margin-left: auto;
  margin-right: auto;
}

.product-info a {
  color: var(--bs-secondary);
  text-decoration: none;
}
.product-info.included ul {
  list-style: none;
  padding-left: 0;
}
.product-info.included ul li {
  margin-bottom: 9px;
}
.product-info.included ul li::before {
  content: "✅";
  color: green;
  margin-right: 6px;
}
.product-info.excluded ul {
  list-style: none;
  padding-left: 0;
}
.product-info.excluded ul li {
  margin-bottom: 9px;
}
.product-info.excluded ul li::before {
  content: "❌";
  color: red;
  margin-right: 6px;
}

[data-text-max-length] {
  position: relative;
}
[data-text-max-length] .text-to-hide {
  overflow: hidden;
  transition: height 0.6s ease;
}

.choice-box-button-wrapper {
  display: none;
}

@media (max-width: 769px) {
  .choice-box-button-wrapper {
    background-color: white;
    display: block;
    position: fixed;
    z-index: 5;
    top: auto;
    width: 100%;
    padding: 20px;
    right: 0;
    bottom: 0;
  }
  .choice-box-button-wrapper .choice-box-button {
    padding: 18px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    bottom: 20px;
  }
}
.easepick-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 990;
  pointer-events: auto;
}

.choice-box {
  position: sticky;
  top: 154px;
  right: 0;
  z-index: 899;
  margin-top: -1000px;
  box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.17);
}
.choice-box .choice-box-content {
  background-color: white;
  padding: 10px 1rem;
  position: relative;
}
.choice-box .choice-box-content .scalapay-div {
  display: flex;
  align-items: center;
  column-gap: 9px;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.choice-box .choice-box-content .scalapay-div img {
  width: 120px;
  height: 30px;
}
.choice-box .choice-box-header, .choice-box .choice-box-footer {
  height: 45px;
  background-color: white;
  position: relative;
}
.choice-box .choice-box-header {
  mask: url(#ellipseMaskTop);
  /* Se l'SVG è incorporato nel tuo HTML */
  -webkit-mask-image: url(#ellipseMaskTop);
  /* Per il supporto a Safari */
  mask-image: url(#ellipseMaskTop);
  /* Per il supporto a Safari */
}
.choice-box .choice-box-footer {
  mask: url(#ellipseMaskBottom);
  /* Se l'SVG è incorporato nel tuo HTML */
  -webkit-mask-image: url(#ellipseMaskBottom);
  /* Per il supporto a Safari */
  mask-image: url(#ellipseMaskBottom);
  /* Per il supporto a Safari */
}
.choice-box ul.nav {
  gap: 24px;
}
.choice-box ul.nav .nav-item {
  border-radius: 8px;
  padding: 0px;
  border: 2px rgba(0, 0, 0, 0.17) solid;
  width: calc(50% - 12px);
}
.choice-box ul.nav .choice-button {
  padding: 16px;
  display: inline-flex;
  flex-direction: row;
  font-size: 16px;
  gap: 12px;
  font-weight: 800;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: left;
}
.choice-box ul.nav .choice-button i {
  border-radius: 800px;
  border: 2px solid var(--bs-gray-500);
  padding: 9px 15px;
  color: var(--bs-gray-700);
  background-color: var(--bs-gray-200);
  font-size: 21px;
}
.choice-box ul.nav .choice-button.active i {
  border: 2px solid var(--bs-gray-200);
  color: var(--bs-secondary);
  background-color: var(--bs-gray-100);
  padding: 3px 10px;
  font-size: 27px;
}
.choice-box ul.nav .choice-button label {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.choice-box .choice-sep {
  padding: 9px 72px;
}
@media only screen and (min-width: 768px) {
  .choice-box .tab-pane#pills-hotel .easepick-wrapper {
    position: fixed !important;
    inset: 0 !important;
    z-index: 991;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    pointer-events: none;
  }
}
.choice-box .tab-pane .btn-group {
  width: 100%;
}
.choice-box .tab-pane .btn-group .dropdown-menu {
  width: 100%;
  inset: 0 0 auto;
  max-height: 350px;
  overflow-y: auto;
}
.choice-box .tab-pane .btn-group .dropdown-menu .dropdown-item {
  display: flex;
  white-space: normal;
  flex-direction: column;
  padding: 15px 12px;
}
.choice-box .tab-pane .btn-group .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.choice-box .tab-pane .btn-group .dropdown-menu .dropdown-item.options-template, .choice-box .tab-pane .btn-group .dropdown-menu .dropdown-item.pickup-template, .choice-box .tab-pane .btn-group .dropdown-menu .dropdown-item.time-template {
  display: none;
}
.choice-box .tab-pane .btn-group .easepick-wrapper {
  right: 0;
}
.choice-box .tab-pane .btn-group .guest-picker {
  right: 0 !important;
}
.choice-box .tab-pane .btn-group .btn-ticket-office {
  display: flex;
  align-items: center;
  border: 2px rgba(0, 0, 0, 0.17) solid;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: white;
  box-shadow: none;
  color: #333;
  width: 100%;
  margin-bottom: 16px;
}
.choice-box .tab-pane .btn-group .btn-ticket-office:disabled {
  background-color: #f2f2f2 !important;
  opacity: 100 !important;
  border: none;
}
.choice-box .tab-pane .btn-group .btn-ticket-office #datepicker {
  position: absolute;
  background: black;
  bottom: 60px;
  /* left: 36px;
   */
  right: 0;
  height: 1px;
  opacity: 0;
  width: 1px;
  border: none;
  margin: 0;
  padding: 0;
}
.choice-box .tab-pane .btn-group .btn-ticket-office .btn-ticket-office-titles-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 12px;
}
.choice-box .tab-pane .btn-group .btn-ticket-office .btn-ticket-office-titles-group .btn-ticket-office-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #666;
  text-align: left;
}
.choice-box .tab-pane .btn-group .btn-ticket-office .btn-ticket-office-titles-group .btn-ticket-office-subtitle {
  font-size: 16px;
  line-height: 18px;
  color: #333;
  text-align: left;
  /*Per la select*/
  border: none;
  background-color: transparent;
  padding: 0;
}
.choice-box .tab-pane .btn-group .btn-ticket-office .bi {
  font-size: 24px;
  margin-right: 10px;
}
.choice-box .tab-pane .btn-group .btn-ticket-office .bi.active {
  color: var(--bs-secondary);
}
.choice-box .tab-pane .subtotal {
  display: none;
  align-content: center;
  align-items: center;
}
.choice-box .tab-pane .subtotal h4 {
  margin-left: 15px;
}
.choice-box .tab-pane .add-to-cart, .choice-box .tab-pane .get-package-hotels {
  width: 100%;
  text-align: center;
}
.choice-box .not-for-sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.choice-box .not-for-sale i {
  font-size: 54px;
  margin-bottom: 15px;
  color: darkred;
}

@media (max-width: 769px) {
  .choice-box {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    top: auto;
    right: 0;
  }
}
@media (max-width: 769px) {
  .choice-box .choice-box-footer {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .choice-box ul.nav .choice-button {
    flex-direction: column;
  }
}
@media (max-width: 1400px) {
  .choice-box ul.nav .choice-button i {
    padding: 7px 12px;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .choice-box ul.nav .choice-button i {
    padding: 7px 12px;
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .choice-box ul.nav .choice-button.active i {
    padding: 2px 7px;
    font-size: 21px;
  }
}
@media (max-width: 1200px) {
  .choice-box ul.nav .choice-button.active i {
    padding: 2px 7px;
    font-size: 18px;
  }
}
#open-tickets .modal-dialog, #calendar-tickets .modal-dialog {
  max-width: 70%;
}

@media (max-width: 769px) {
  #open-tickets .modal-dialog, #calendar-tickets .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
#calendarTicketsModal .seat-selection {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
#calendarTicketsModal .seat-selection a {
  color: #666;
  text-decoration: none;
}
#calendarTicketsModal .seat-selection .option {
  flex: 1;
  text-align: center;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#calendarTicketsModal .seat-selection .option .bi {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
#calendarTicketsModal .seat-selection .option .option-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
#calendarTicketsModal .seat-selection .option .option-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.2;
}
#calendarTicketsModal .seat-selection .option:hover {
  background-color: #f8f9fa;
}
#calendarTicketsModal .seat-selection .option.selected {
  border-color: var(--bs-secondary);
  background-color: #f8f8f8;
}
#calendarTicketsModal .seat-selection .option.selected .bi {
  color: var(--bs-secondary);
}

#open-tickets .modal-dialog .ticket-row, #calendar-tickets .modal-dialog .ticket-row {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.17);
  padding: 27px 20px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
}

#open-tickets .modal-dialog .ticket-row .row, #calendar-tickets .modal-dialog .ticket-row .row {
  width: 100%;
}

#open-tickets .modal-dialog .ticket-row.ticket-template, #calendar-tickets .modal-dialog .ticket-row.ticket-template {
  display: none;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice, #calendar-tickets .modal-dialog .ticket-row .ticket-choice {
  text-align: center;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .sold-out, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .sold-out {
  color: red;
  border: 2px solid red;
  border-radius: 5px;
  padding: 10px;
  white-space: nowrap;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .price-stroked, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .price-stroked {
  text-decoration-line: line-through;
  color: #8f0000;
  margin-bottom: 0;
  font-size: 15px;
  text-align: right;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice h4, #calendar-tickets .modal-dialog .ticket-row .ticket-choice h4 {
  text-align: right;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket:has(> select), #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket:has(> select) {
  width: 100%;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px #f2f2f2 solid;
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 16px;
  justify-content: space-between;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket i, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket i {
  font-size: 24px;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket button, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket button {
  width: 45px;
  height: 60px;
  background: transparent;
  border: none;
  touch-action: manipulation;
}

@media (max-width: 769px) {
  #open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket button, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket button {
    width: 81px;
  }
}
#open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket button:first-child, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket button:first-child {
  border-radius: 16px 0 0 16px;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket button:last-child, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket button:last-child {
  border-radius: 0 16px 16px 0;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket input, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket input {
  -moz-appearance: textfield;
  appearance: textfield;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket input::-webkit-outer-spin-button, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket input::-webkit-outer-spin-button, #open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket input::-webkit-inner-spin-button, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket input, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket input, #open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket select, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket select {
  border: none;
  background: transparent;
  text-align: center;
  max-width: 81px;
  height: 60px;
  font-size: 45px;
  font-family: "Playfair Display", sans-serif;
}

#open-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket select, #calendar-tickets .modal-dialog .ticket-row .ticket-choice .input-ticket select {
  padding: 0;
  margin-bottom: 5px;
}

#open-tickets .modal-dialog .ticket-row .ticket-info p, #calendar-tickets .modal-dialog .ticket-row .ticket-info p {
  margin: 0;
}

@media (max-width: 769px) {
  #open-tickets .modal-dialog .modal-content, #calendar-tickets .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    min-height: 100vh;
  }
}
@media (max-width: 769px) {
  #open-tickets .modal-dialog .modal-body, #calendar-tickets .modal-dialog .modal-body {
    padding-bottom: 120px;
  }
}
#open-tickets .modal-dialog .modal-footer, #calendar-tickets .modal-dialog .modal-footer {
  justify-content: space-between;
}

@media (max-width: 769px) {
  #open-tickets .modal-dialog .modal-footer, #calendar-tickets .modal-dialog .modal-footer {
    position: fixed;
    bottom: 0;
    background: white;
  }
}
#open-tickets .modal-dialog .modal-footer div, #calendar-tickets .modal-dialog .modal-footer div {
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: space-between;
}

#open-tickets .modal-dialog .modal-footer div h4, #calendar-tickets .modal-dialog .modal-footer div h4 {
  display: none;
}

@media (max-width: 769px) {
  #open-tickets .modal-dialog .modal-footer div, #calendar-tickets .modal-dialog .modal-footer div {
    width: 100%;
  }
}
.benefits {
  display: flex;
  font-size: 24px;
  color: var(--bs-secondary);
  margin-bottom: 15px;
  justify-content: flex-start;
  column-gap: 45px;
}
.benefits div {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.benefits div i {
  font-size: 32px;
}
.benefits div label {
  font-size: 14px;
}

@media (max-width: 769px) {
  #fc_frame, #lhc_status_container {
    bottom: 112px !important;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  /* Higher than the fixed div */
  display: none;
  /* Hide by default */
}

.red-border {
  border: 3px solid red !important;
  transition: border-width 0.3s linear;
}

#tickets-content {
  display: none !important;
}

.modern-modal-body #tickets-content {
  display: block !important;
}

#calendar-content {
  display: none !important;
}

.modern-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modern-modal.show {
  opacity: 1;
  visibility: visible;
}
.modern-modal .modern-modal-container {
  position: relative;
  width: 95%;
  max-width: 800px;
  max-height: 85vh;
  transform: scale(0.9) translateY(20px);
  transition: all 0.3s ease;
  z-index: 10001;
}
.modern-modal.show .modern-modal-container {
  transform: scale(1) translateY(0);
}
.modern-modal .modern-modal-content {
  background: white;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
}
.modern-modal .modern-modal-header {
  display: flex;
  align-items: center;
  padding: 24px;
  background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
  color: white;
  position: relative;
}
.modern-modal .modern-modal-header .modal-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.modern-modal .modern-modal-header .modal-icon i {
  font-size: 24px;
}
.modern-modal .modern-modal-header .modal-title-section {
  flex: 1;
}
.modern-modal .modern-modal-header .modal-title-section .modal-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.modern-modal .modern-modal-header .modal-title-section .modal-subtitle {
  margin: 4px 0 0 0;
  font-size: 14px;
  opacity: 0.9;
}
.modern-modal .modern-modal-header .modal-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 8px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modern-modal .modern-modal-header .modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.modern-modal .modern-modal-body {
  padding: 0px;
  flex: 1;
  overflow-y: auto;
}
.modern-modal .modern-modal-body .products-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.modern-modal .modern-modal-body .product-card {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fafafa;
  gap: 16px;
}
.modern-modal .modern-modal-body .product-card:hover {
  border-color: var(--bs-primary);
  background: #f8faff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}
.modern-modal .modern-modal-body .product-card.selected {
  border-color: var(--bs-primary);
  color: white;
}
.modern-modal .modern-modal-body .product-card.selected .product-title {
  color: white;
}
.modern-modal .modern-modal-body .product-card.selected .product-description {
  color: rgba(255, 255, 255, 0.9);
}
.modern-modal .modern-modal-body .product-card .product-radio {
  flex-shrink: 0;
  margin-top: 4px;
  order: 3;
}
.modern-modal .modern-modal-body .product-card .product-radio input[type=radio] {
  display: none;
}
.modern-modal .modern-modal-body .product-card .product-radio .radio-custom {
  width: 24px;
  height: 24px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.modern-modal .modern-modal-body .product-card .product-radio .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease;
}
.modern-modal .modern-modal-body .product-card .product-radio input[type=radio]:checked + label .radio-custom,
.modern-modal .modern-modal-body .product-card .product-radio input[type=radio]:checked + .radio-custom {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.modern-modal .modern-modal-body .product-card .product-radio input[type=radio]:checked + label .radio-custom::after,
.modern-modal .modern-modal-body .product-card .product-radio input[type=radio]:checked + .radio-custom::after {
  transform: translate(-50%, -50%) scale(1) !important;
  background: white !important;
}
.modern-modal .modern-modal-body .product-card .product-radio .product-card.selected .radio-custom {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.modern-modal .modern-modal-body .product-card .product-radio .product-card.selected .radio-custom::after {
  transform: translate(-50%, -50%) scale(1) !important;
  background: white !important;
}
.modern-modal .modern-modal-body .product-card .product-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
}
.modern-modal .modern-modal-body .product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.modern-modal .modern-modal-body .product-card .product-info {
  flex: 1;
  order: 2;
}
.modern-modal .modern-modal-body .product-card .product-info .product-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.modern-modal .modern-modal-body .product-card .product-info .product-description {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}
.modern-modal .modern-modal-body .product-card .product-info .product-description a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.modern-modal .modern-modal-body .product-card .product-info .product-description a:hover {
  color: var(--bs-secondary);
  text-decoration: underline;
}
.modern-modal .modern-modal-body .product-card .product-info .product-description p {
  margin: 0 0 8px 0;
}
.modern-modal .modern-modal-body .product-card .product-info .product-description p:last-child {
  margin-bottom: 0;
}
.modern-modal .modern-modal-footer {
  padding: 24px;
  background: #f9fafb;
  display: flex !important;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid #e5e7eb;
}
.modern-modal .modern-modal-footer .btn {
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.modern-modal .modern-modal-footer .btn.btn-secondary {
  background: #e5e7eb;
  color: #374151;
}
.modern-modal .modern-modal-footer .btn.btn-secondary:hover {
  background: #d1d5db;
  transform: translateY(-1px);
}
.modern-modal .modern-modal-footer .btn.btn-primary {
  background: var(--bs-secondary);
  color: white;
}
.modern-modal .modern-modal-footer .btn.btn-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}
.modern-modal .modern-modal-footer .btn.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 768px) {
  .modern-modal .modern-modal-container {
    width: 98%;
    max-height: 90vh;
  }
  .modern-modal .modern-modal-header {
    padding: 20px;
  }
  .modern-modal .modern-modal-header .modal-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .modern-modal .modern-modal-header .modal-icon i {
    font-size: 20px;
  }
  .modern-modal .modern-modal-header .modal-title-section .modal-title {
    font-size: 18px;
  }
  .modern-modal .modern-modal-header .modal-title-section .modal-subtitle {
    font-size: 13px;
  }
  .modern-modal .modern-modal-body {
    padding: 20px;
  }
  .modern-modal .modern-modal-body .product-card {
    padding: 16px;
    gap: 12px;
  }
  .modern-modal .modern-modal-body .product-card .product-image {
    width: 60px;
    height: 60px;
  }
  .modern-modal .modern-modal-body .product-card .product-info .product-title {
    font-size: 16px;
  }
  .modern-modal .modern-modal-body .product-card .product-info .product-description {
    font-size: 13px;
  }
  .modern-modal .modern-modal-footer {
    padding: 20px;
    flex-direction: column;
  }
  .modern-modal .modern-modal-footer .btn {
    width: 100%;
    justify-content: center;
  }
}
.modern-tickets-container {
  max-height: 400px;
  overflow-y: auto;
  padding: 16px;
}
.modern-tickets-container::-webkit-scrollbar {
  width: 6px;
}
.modern-tickets-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.modern-tickets-container::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 3px;
}
.modern-tickets-container::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--bs-primary), black 25%);
}

.modern-ticket-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid #e9ecef;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.modern-ticket-card:hover {
  border-color: var(--bs-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.modern-ticket-card .ticket-info {
  flex: 1;
  margin-right: 16px;
}
.modern-ticket-card .ticket-info h5 {
  margin: 0 0 8px 0;
  color: var(--bs-dark);
  font-weight: 600;
  font-size: 16px;
}
.modern-ticket-card .ticket-info p {
  margin: 0;
  color: var(--bs-secondary);
  font-size: 14px;
  line-height: 1.4;
}
.modern-ticket-card .ticket-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.modern-ticket-card .ticket-controls .ticket-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-primary);
}
.modern-ticket-card .ticket-controls .quantity-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modern-ticket-card .ticket-controls .quantity-controls .btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.modern-ticket-card .ticket-controls .quantity-controls .btn:hover {
  transform: scale(1.1);
}
.modern-ticket-card .ticket-controls .quantity-controls .quantity-input {
  width: 60px;
  text-align: center;
  border-radius: 6px;
  border: 2px solid #e9ecef;
  transition: border-color 0.2s ease;
}
.modern-ticket-card .ticket-controls .quantity-controls .quantity-input:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

.modern-tickets-summary {
  background: linear-gradient(135deg, var(--bs-primary) 0%, color-mix(in srgb, var(--bs-primary), black 25%) 100%);
  color: white;
  padding: 16px;
  border-radius: 12px;
  margin-top: 16px;
}
.modern-tickets-summary .row {
  margin: 0;
}
.modern-tickets-summary strong {
  font-size: 16px;
}
.modern-tickets-summary span {
  font-size: 18px;
  font-weight: 700;
}

.swal2-popup {
  border-radius: 16px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.modern-modal-overlay {
  backdrop-filter: blur(8px) !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 10000 !important;
}

.modern-modal-popup {
  border-radius: 16px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.modern-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 80vh;
}
.modern-modal .modern-modal-header {
  display: flex;
  align-items: center;
  padding: 24px;
  background: linear-gradient(135deg, var(--bs-primary) 0%, color-mix(in srgb, var(--bs-primary), black 25%) 100%);
  color: white;
  border-radius: 16px 16px 0 0;
  flex-shrink: 0;
}
.modern-modal .modern-modal-header .modal-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.modern-modal .modern-modal-header .modal-icon i {
  font-size: 24px;
  color: white;
}
.modern-modal .modern-modal-header .modal-title-section {
  flex: 1;
}
.modern-modal .modern-modal-header .modal-title-section .modal-title {
  margin: 0 0 4px 0;
  font-size: 20px;
  font-weight: 600;
  color: white;
}
.modern-modal .modern-modal-header .modal-title-section .modal-subtitle {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.modern-modal .modern-modal-header .modal-close-btn {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modern-modal .modern-modal-header .modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}
.modern-modal .modern-modal-header .modal-close-btn i {
  font-size: 18px;
}
.modern-modal .modern-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  background: #f8f9fa;
}
.modern-modal .modern-modal-body::-webkit-scrollbar {
  width: 6px;
}
.modern-modal .modern-modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.modern-modal .modern-modal-body::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 3px;
}
.modern-modal .modern-modal-body::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--bs-primary), black 25%);
}
.modern-modal .modern-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: white;
  border-top: 1px solid #e9ecef;
  border-radius: 0 0 16px 16px;
  flex-shrink: 0;
}
.modern-modal .modern-modal-footer .tickets-summary {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.modern-modal .modern-modal-footer .tickets-summary .summary-text {
  font-size: 16px;
  color: var(--bs-dark);
}
.modern-modal .modern-modal-footer .tickets-summary .summary-text strong {
  color: var(--bs-primary);
  font-weight: 700;
}
.modern-modal .modern-modal-footer .tickets-summary .price-summary {
  font-size: 18px;
  color: var(--bs-dark);
  font-weight: 600;
}
.modern-modal .modern-modal-footer .tickets-summary .price-summary strong {
  color: var(--bs-primary);
  font-weight: 700;
}
.modern-modal .modern-modal-footer .confirm-selection-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.modern-modal .modern-modal-footer .confirm-selection-btn:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.3);
}
.modern-modal .modern-modal-footer .confirm-selection-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.modern-modal .modern-modal-footer .confirm-selection-btn i {
  font-size: 16px;
}

.modern-tickets-container .ticket-row {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.17);
  padding: 27px 20px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
}
.modern-tickets-container .ticket-row .row {
  width: 100%;
}
.modern-tickets-container .ticket-row.ticket-template {
  display: none;
}
.modern-tickets-container .ticket-row .ticket-choice {
  text-align: center;
}
.modern-tickets-container .ticket-row .ticket-choice .sold-out {
  color: red;
  border: 2px solid red;
  border-radius: 5px;
  padding: 10px;
  white-space: nowrap;
}
.modern-tickets-container .ticket-row .ticket-choice .price-stroked {
  text-decoration-line: line-through;
  color: #8f0000;
  margin-bottom: 0;
  font-size: 15px;
  text-align: right;
}
.modern-tickets-container .ticket-row .ticket-choice h4 {
  text-align: right;
}
.modern-tickets-container .ticket-row .ticket-choice .input-ticket:has(> select) {
  width: 100%;
}
.modern-tickets-container .ticket-row .ticket-choice .input-ticket {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px #f2f2f2 solid;
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 16px;
  justify-content: space-between;
}
.modern-tickets-container .ticket-row .ticket-choice .input-ticket i {
  font-size: 24px;
}
.modern-tickets-container .ticket-row .ticket-choice .input-ticket button {
  width: 45px;
  height: 60px;
  background: transparent;
  border: none;
  touch-action: manipulation;
}
.modern-tickets-container .ticket-row .ticket-choice .input-ticket button:first-child {
  border-radius: 16px 0 0 16px;
}
.modern-tickets-container .ticket-row .ticket-choice .input-ticket button:last-child {
  border-radius: 0 16px 16px 0;
}
.modern-tickets-container .ticket-row .ticket-choice .input-ticket input {
  -moz-appearance: textfield;
  appearance: textfield;
  border: none;
  background: transparent;
  text-align: center;
  max-width: 81px;
  height: 60px;
  font-size: 45px;
  font-family: "Playfair Display", sans-serif;
}
.modern-tickets-container .ticket-row .ticket-choice .input-ticket input::-webkit-outer-spin-button, .modern-tickets-container .ticket-row .ticket-choice .input-ticket input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.modern-tickets-container .ticket-row .ticket-choice .input-ticket select {
  border: none;
  background: transparent;
  text-align: center;
  max-width: 81px;
  height: 60px;
  font-size: 45px;
  font-family: "Playfair Display", sans-serif;
  padding: 0;
  margin-bottom: 5px;
}
.modern-tickets-container .ticket-row .ticket-info p {
  margin: 0;
}
.modern-tickets-container .ticket-row .badge.rounded-pill {
  border-radius: 50rem !important;
}
.modern-tickets-container .ticket-row .badge.text-bg-warning {
  background-color: #ffc107 !important;
  color: #000 !important;
  font-size: 0.75em;
  padding: 0.35em 0.65em;
  margin-top: 5px;
  display: inline-block;
}

.swal2-html-container .ticket-row {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.17);
  padding: 27px 20px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
}
.swal2-html-container .ticket-row .row {
  width: 100%;
}
.swal2-html-container .ticket-row.ticket-template {
  display: none;
}
.swal2-html-container .ticket-row .ticket-choice {
  text-align: center;
}
.swal2-html-container .ticket-row .ticket-choice .sold-out {
  color: red;
  border: 2px solid red;
  border-radius: 5px;
  padding: 10px;
  white-space: nowrap;
}
.swal2-html-container .ticket-row .ticket-choice .price-stroked {
  text-decoration-line: line-through;
  color: #8f0000;
  margin-bottom: 0;
  font-size: 15px;
  text-align: right;
}
.swal2-html-container .ticket-row .ticket-choice h4 {
  text-align: right;
}
.swal2-html-container .ticket-row .ticket-choice .input-ticket {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px #f2f2f2 solid;
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 16px;
  justify-content: space-between;
}
.swal2-html-container .ticket-row .ticket-choice .input-ticket:has(> select) {
  width: 100%;
}
.swal2-html-container .ticket-row .ticket-choice .input-ticket i {
  font-size: 24px;
}
.swal2-html-container .ticket-row .ticket-choice .input-ticket button {
  width: 45px;
  height: 60px;
  background: transparent;
  border: none;
  touch-action: manipulation;
}
.swal2-html-container .ticket-row .ticket-choice .input-ticket button:first-child {
  border-radius: 16px 0 0 16px;
}
.swal2-html-container .ticket-row .ticket-choice .input-ticket button:last-child {
  border-radius: 0 16px 16px 0;
}
.swal2-html-container .ticket-row .ticket-choice .input-ticket input, .swal2-html-container .ticket-row .ticket-choice .input-ticket select {
  border: none;
  background: transparent;
  text-align: center;
  max-width: 81px;
  height: 60px;
  font-size: 45px;
  font-family: "Playfair Display", sans-serif;
  -moz-appearance: textfield;
  appearance: textfield;
}
.swal2-html-container .ticket-row .ticket-choice .input-ticket input::-webkit-outer-spin-button, .swal2-html-container .ticket-row .ticket-choice .input-ticket input::-webkit-inner-spin-button, .swal2-html-container .ticket-row .ticket-choice .input-ticket select::-webkit-outer-spin-button, .swal2-html-container .ticket-row .ticket-choice .input-ticket select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.swal2-html-container .ticket-row .ticket-choice .input-ticket select {
  padding: 0;
  margin-bottom: 5px;
}
.swal2-html-container .ticket-row .ticket-info p {
  margin: 0;
}
.swal2-html-container .badge.rounded-pill {
  border-radius: 50rem !important;
}
.swal2-html-container .badge.text-bg-warning {
  color: #000 !important;
  background-color: #ffc107 !important;
}

.swal2-title {
  color: var(--bs-dark) !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  margin-bottom: 20px !important;
}

.swal2-html-container {
  margin: 0 !important;
  padding: 0 !important;
}

.swal2-actions {
  margin-top: 24px !important;
  gap: 12px !important;
}

.swal2-confirm {
  background-color: var(--bs-primary) !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
}
.swal2-confirm:hover {
  background-color: color-mix(in srgb, var(--bs-primary), black 25%) !important;
  transform: translateY(-1px) !important;
}

.swal2-cancel {
  background-color: var(--bs-secondary) !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
}
.swal2-cancel:hover {
  background-color: color-mix(in srgb, var(--bs-secondary), black 25%) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 768px) {
  .modern-modal {
    max-height: 90vh;
  }
  .modern-modal .modern-modal-header {
    padding: 20px;
  }
  .modern-modal .modern-modal-header .modal-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .modern-modal .modern-modal-header .modal-icon i {
    font-size: 20px;
  }
  .modern-modal .modern-modal-header .modal-title-section .modal-title {
    font-size: 18px;
  }
  .modern-modal .modern-modal-header .modal-title-section .modal-subtitle {
    font-size: 13px;
  }
  .modern-modal .modern-modal-body {
    padding: 20px;
  }
  .modern-modal .modern-modal-footer {
    padding: 16px 20px;
    flex-direction: column;
    gap: 16px;
  }
  .modern-modal .modern-modal-footer .tickets-summary {
    order: 2;
    text-align: center;
    gap: 8px;
  }
  .modern-modal .modern-modal-footer .tickets-summary .summary-text {
    font-size: 14px;
  }
  .modern-modal .modern-modal-footer .tickets-summary .price-summary {
    font-size: 16px;
  }
  .modern-modal .modern-modal-footer .confirm-selection-btn {
    order: 1;
    width: 100%;
    justify-content: center;
  }
  .modern-tickets-container .ticket-row .ticket-choice .input-ticket button {
    width: 81px;
  }
  .swal2-html-container .ticket-row .ticket-choice .input-ticket button {
    width: 81px;
  }
  .swal2-popup {
    width: 95% !important;
    margin: 0 auto !important;
  }
}

/*# sourceMappingURL=ticket-office.css-oSOh1--.map */
