.like-icon {
  cursor: pointer;
  color: red;
}

#google-pay-button {
  padding: 0;
  width: 100% !important;
}

#google-pay-button button {
  display: block;
  width: 100% !important;
  margin-bottom: 16px !important;
}

.gradient-container {
  opacity: 35%;
}

.rescheduled {
  position: absolute;
  top: 35px;
  left: 35px;
  padding: 5px 10px;
  background-color: #FFDA9A;
  color: #4A340E;
  border-radius: 8px;
  font-size: 16px;
  z-index: 9;
}

.buy-coming-soon-btn,
.buy-coming-soon-btn:hover {
  background-color: #A5E6CA;
  border-color: #A5E6CA;
  color: #411D11;
}

.buy-sold-out-btn,
.buy-sold-out-btn:hover {
  background-color: #D9D9DC;
  border-color: #D9D9DC;
  color: #411D11;
}

.buy-canceled-btn,
.buy-canceled-btn:hover {
  background-color: #F2B5A1;
  border-color: #F2B5A1;
  color: #411D11;
}

.agent-container {
  justify-content: space-between;
  align-items: center;
}

.header-agent .dropdown__content .menu__item:last-child {
  margin-top: 0;
  border-top: none;
}

.form-input__error {
  border: 1px solid #e25e32 !important;
}

.page-header__bg {
  object-fit: cover;
}

#social-links {
  display: none;
}

.site-address {
  cursor: pointer;
}

.checkout-content .checkbox-field {
  flex-direction: column !important;
  align-items: center;
}

.pay-with, .fees-included {
  text-align: center;
  color: #8D8F9B;
}

.payments-methods {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
}

.payments-methods .pay-method {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 35px;
  background-color: #60626C33;
  border-radius: 10px;
  gap: 10px;
  height: 48px;
}

.payments-methods .pay-method[disabled="disabled"] {
  pointer-events: none;
  cursor: not-allowed !important;
}

.payments-methods .pay-method.active {
  border: 2px solid #FF3131;
  padding: 10px 33px;
}

.payment-methods-buttons {
  margin-top: 20px;
  display: none;
}

.pay-method img {
  min-width: 30px;
}

.pay-button-main {
  /*background-color: #60626C33;*/
  padding: 13px;
  border-radius: 10px;
  border: 1px solid var(--secondary-color);
}

.pay-button {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.payment-methods-buttons.apple .pay-button {
  background-color: #000000;
}

.payment-methods-buttons.google .pay-button {
  background-color: #1F1F1F;
  border: 1px solid #747775;
}

.payment-methods-buttons.paypal .pay-button {
  background-color: #FFC43A;
}

.payment-methods-buttons.paypal .pay-button span {
  color: #253B80;
  padding-right: 10px;
}

.payment-methods-buttons.active {
  display: block;
  animation: a .5s ease-in-out;
}

.payment-methods-buttons img {
  height: 22px;
}


.credit-card-form {
  margin-top: 15px;
}

.credit-card-form__fields {
  flex-wrap: nowrap;
}

.credit-card-form__fields .form-field:first-child {
  flex: 1 1 78%;
}

.credit-card-form__fields .form-field:nth-child(2) {
  flex: 0 0 6.5rem;
}

.credit-card-form__fields .form-field:nth-child(3) {
  flex: 1 1 25%;
}

#card_number, #expire_date, #card_cvv {
  border: 1px solid #60626C99;
  border-radius: 8px;
  padding: 12px;
  transition: border-color 0.2s ease;
}

.iti__country-list {
  background-color: #0c0e12;
  border: 1px solid #60626C99;
  border-radius: 8px;
  max-height: 300px; /* Keep scroll if list is long */
  overflow-y: auto;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #3a3b3f #0c0e12; /* Thumb and track (Firefox) */
}

.iti__country-list .iti__country-name {
  color: #dddbdb;
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--font-main), sans-serif;
}

/* Chrome, Edge, Safari */
.iti__country-list::-webkit-scrollbar {
  width: 6px;
}

.iti__country-list::-webkit-scrollbar-track {
  background: #0c0e12;
  border-radius: 8px;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #3a3b3f;
  border-radius: 6px;
  border: 1px solid #1a1c20;
}

.iti__selected-flag {
  border-right: 1px solid #60626C99;
}

.new-code {
  display: none;
}


.hall-map .hall-svg [class*="lucide/accessibility_"],
.hall-map .hall-svg [class*=hvr_],
.hall-map .hall-svg [class*=slc_] {
  opacity: 0;
  pointer-events: none;
}

.hall-map .hall-svg g[class*=chair] [class*=cnt] > path,
.hall-map .hall-svg g[class*=chair] [class*=shp] {
  fill: var(--seat-color);
}

.hall-map .hall-svg g[class*=_seat-] {
  --seat-color: #43444C;
}

.hall-map .hall-svg g[class*=_seat-]:not(.available-seat):not(.sold-out-seat) {
  opacity: 0.4;
  cursor: default !important;
}

.hall-map .hall-svg g[class*=_seat-].available-seat:hover {
  cursor: pointer;
}

.hall-map .hall-svg g[class*=_seat-].available-seat:hover [class*=hvr_] {
  opacity: 1;
}

.hall-map .hall-svg g[class*=_seat-].selected {
  cursor: pointer;
}

.hall-map .hall-svg g[class*=_seat-].selected [class*=slc_] {
  opacity: 1;
}

.hall-map .hall-svg g[class*=chair] [class*=cnt] > path,
.hall-map .hall-svg g[class*=chair] [class*=shp] {
  fill: var(--seat-color);
}

.hall-map .hall-svg g[class*=_seat-]:not(.available-seat) .num path {
  fill: #ffffff;
}

.toast {
  z-index: 999999999;
}

.all-fees-included {
  color: #D9D9DC;
}

div#google-apple-pay-errors {
  text-align: center;
  margin-top: 20px;
  display: block;
  border: 1px solid #60626C33;
  padding: 10px;
  border-radius: 12px;
}

div#google-apple-pay-errors h4 {
  color: #D9D9DC;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

div#google-apple-pay-errors a {
  color: #FF6666 !important;
}

.btn--sm.btn--icon {
  padding: .7em;
}

.datetime__day {
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-field__errors {
  display: block;
  color: var(--form-field-error-text-color);
  font-size: .75rem;
  margin-top: -10px;
}

.form-field__error__term {
  color: var(--form-field-error-text-color);
  font-size: .75rem;
}

#apple-pay-button,
#google-pay-button {
  display: none;
  padding: 13px;
  border-radius: 10px;
  border: 1px solid var(--secondary-color);
  margin-top: 20px;
}

#checkout-pay {
  display: none;
}

.sp-block__nest-nest--spin svg {
  display: inline-block;
  width: 2em;
  height: 2em;
  color: #37B67E;
}

.sp-block__nest-nest--spin {
  background-image: url('/assets/images/spiner-block.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0 auto;
}

.terms-error-block.terms-error {
  border: 2px solid #E25E32;
  border-radius: 6px;
  padding: 3px;
}

.payment-spinner {
  display: none;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: 15px;
  border: 1px solid var(--secondary-color);
  border-radius: .75rem;
  padding: 1rem;
}

.payment-spinner svg {
  width: 20px;
  height: 20px;
  color: var(--primary-color);;
}

.datetime__time {
  font-weight: 600;
  font-size: 0.875rem;
}

.btn.Sold.out {
  background-color: #D9D9DC;
  color: #13161B;
  padding: .45em 1.1em;
  margin: 0 auto;
}
.btn.Canceled {
  background-color: #F2B5A1;
  color: #411D11;
  padding: .45em 1.1em;
  margin: 0 auto;
}
.btn.Coming.Soon {
  background-color: #A5E6CA;
  color: #0F3122;
  padding: .45em 1.1em;
  margin: 0 auto;
}
.btn.Event.ended {
  background-color: #D9D9DC;
  color: #13161B;
  padding: .45em 1.1em;
  margin: 0 auto;
}
.empty-detail{
  text-align: center;
}
.empty-detail img{
  width: 50%;
}

.scanned-ticket-confirmed button{
  display: none;
  text-decoration: line-through;
  color: #D9D9DC;
}
.scanned-ticket-confirmed{
  text-decoration: line-through;
  color: #7a7a7a;
}
.scanned-ticket-confirmed p {
  color: #7a7a7a;
}
.event-hall-intro__bottom, .event-hall-intro__top{
  display: flex;
  gap:10px; align-items: center;
  justify-content: center;
}
.event-info__meta {
  flex-wrap: nowrap;
  align-items: start;
}
#checkoutForm{
  margin-bottom: 0;
}

.hall-event-info .event-info__content{
  display:flex;justify-content: space-between;width: 100%;align-items: center;
}
.hall-event-info .event-info__title{
  margin-bottom: 0;
}
.hall-event-info .event-info__datetime{
  align-items: center
}
.hall-event-info .event-date-info{
  display: flex;
  gap:5px; align-items: center
}

.hall-section__body{
  overflow:hidden;
  margin: 0 50px;
  background: #13161B;
  border-radius: 50px;
}

.account-info{
  gap: 8px;
}

.account-points{
  background: linear-gradient(270deg, rgba(42, 43, 82, 0.60) 0%, rgba(131, 39, 84, 0.60) 100%);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 76px;
  height: 32px;
  gap: 2px;
  padding: 0 8px 0 8px;
}

.account-points.no-enough{
  background: linear-gradient(270deg, rgba(42, 43, 82, 0.40) 0%, rgba(131, 39, 84, 0.40) 100%);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 32px;
  gap: 10px;
  padding: 0 13px 0 0;
}

.points-overview{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.account-points.no-enough img{
  height: 32px;
}

.account-point-section{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.account-point-section .account-points {
  justify-content: center;
  width: auto;
  padding-left: 0;
  height: 40px;
  margin-bottom: 10px;
  gap: 10px;
  padding-right: 15px;
}

.account-point-section .account-points .balance {
  font-weight: 700;
}
.account-point-section .reward-points-info,
.box--checkout-success .reward-points-info
{
  background: linear-gradient(90deg, #D1A3E7, #F98496);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box--checkout-success .reward-points-info{
  display: flex;
  align-items: center;
  gap: 2px;
  padding-bottom: 0;
}

.box--checkout-success .reward-points-info img{
  padding-bottom: 3px;
}

.box--checkout-success .reward-points-text{
  font-size: 14px;
  padding-bottom: 2px;
}

.box--checkout-success .reward-point{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 0;
  border-top: 1px solid #60626C99;
  width: fit-content;
  margin: 0 auto;
}

.progress-bar {
  margin-top: 0px;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(to right, #00c853, #b2ff59);
  border-radius: 6px 0 0 6px;
  transition: width 0.4s ease-in-out;
}

.account-points.no-enough span{
  font-weight: normal;
}

.account-points.no-enough .points-count{
  color: #ffffff;
  opacity: 0.4;
  font-weight: bold;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  max-width: 325px;
  background-color: #13161B;
  color: #fff;
  text-align: left;
  padding: 8px;
  border-radius: 10px;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 12px;
}

/* Show tooltip on hover */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .facility_fee{
  padding-top: 5px;
}
.tooltip .facility_fee, .service_fee{
  display: block;
  color: #FDFDFD;
  font-size: 12px;
}

.checkout-total {
  border: 1px solid #60626C33;
  border-radius: 20px;
  padding: 15px;
}

.reward-points-info{
  text-align: left;
  color: #D9D9DC;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 15px;
}
.reward-points-info .point-count{
  font-weight: bold;
  background: linear-gradient(to right, #D1A3E7 0%, #F98496 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.redeemed_input_row{
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.redeemed_button {
  padding: 0 25px;
  display: flex;
  align-items: center;
  background-color: #60626C33;
  border-radius: 8px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.1s ease;
}

.redeemed_button.disabled{
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.redeemed_button.inactive {
  color: #FF3131;
  border: 1.4px solid #FF3131;
  background-color: transparent;
  transition: all 0.1s ease;
}

.redeemed_button.redeemed {
  background-color: #60626C33;
  border: none;
  color: #FDFDFD;
  transition: all 0.1s ease;
}
.block_redeemed_points{
  width: 100%;
  position: relative;
}
.block_redeemed_points .current-redeemed-point{
  position: absolute;
  right: 20px;
  top: 12px;
  bottom: 0;
}
.redeemed_input_row input:focus, .redeemed_input_row input:hover{
  border: 1px solid #60626CCC;
  border-color: #60626CCC!important;
}
.redeemed_points_range {
  -webkit-appearance: none;
  width: 100%;
  height: 9px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  background: linear-gradient(to right, #D1A3E7 0%, #F98496 0%, #60626C33 0%, #60626C33 100%);
}

/* Thumb style (Chrome, Edge, Safari) */
.redeemed_points_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 22px;
  border-radius: 40%;
  background: #ffffff;
  border: 2px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.redeemed_points_range::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(249, 132, 150, 0.6);
}

/* Thumb style (Firefox) */
.redeemed_points_range::-moz-range-thumb {
  width: 30px;
  height: 22px;
  border-radius: 40%;
  background: #ffffff;
  border: 2px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.redeemed_points_range::-moz-range-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(249, 132, 150, 0.6);
}

.checkout-total .border-row {
  border: 1px solid #60626C99;
  margin: 25px 0;
}

.fees-info-block .link-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.fees-info-block .link-icon img{
  cursor: pointer;
}

.fees-info-block .fees-info-title{
  display: flex;
  justify-content: space-between;
  color: #8D8F9B;
  border-bottom: 1px solid #60626C33;
  margin-bottom: 0;
  align-items: center;
  padding: 6px 0;
}

.fees-info-block .fees-info-title .res{
  color: #D9D9DC;
  letter-spacing: 1px;
}

.fees-info-block .fees-info-title.redeem-points .res{
  color: #37B67E;
}

.fees-info-block .fees-info-title .tooltip img{
  margin-left: 10px;
}

.fees-info-block .fee-info-line {
  display: flex;
  align-items: center;
}

.checkout-total .purchase-line{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  color: #D9D9DC;
}
.checkout-total .purchase-line > span{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  background: linear-gradient(to right, #D1A3E7 0%, #F98496 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 1px;
}

/*modal pricing details*/
.modal--pricing .modal__inner {
  padding: 15px;
  max-width: 33vw;
}
.modal--pricing .pricing-info{
  background-color: #0C0E12;
  border-radius: 8px;
}

.modal--pricing h4 {
  font-size: 18px;
  color: #FDFDFD;
  font-weight: 700;
}

.modal--pricing .tooltip .tooltiptext{
  color: #FDFDFD;
  font-size: 12px;
}

.modal--pricing table thead {
  border-bottom: 1px solid #60626C99;
}

.modal--pricing table th{
  text-align: left;
  padding: 12px 13px;
}

.modal--pricing table tbody td{
  text-align: left;
  padding: 8px 13px;
}


.modal--pricing table tfoot td{
  text-align: left;
  padding: 12px 13px;
}

.modal--pricing .sub-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #60626C99;
  padding: 0 20px 15px 10px;
  font-size: 14px;
  color: #D9D9DC;
  font-weight: 700;
}

.modal--pricing .fees{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal--pricing .fees span{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #D9D9DC;
}

.modal--pricing .chh-ticket .sec{
  display: flex;
  align-items: center;
  gap: 7px;
}

.modal--pricing .seat-section-info{
  display: flex;
  align-items: center;
  gap: 7px;
}

.modal--pricing .pricing-info .seat-price{
  padding: .1rem .3em;
  font-size: 14px;
}

.modal--pricing .pricing-info .ch-ticket__info{
  font-size: 14px;
  color: #D9D9DC;
}

.modal--pricing .facility_fee,.modal--pricing  .service_fee {
  font-size: 14px;
  color: #8D8F9B;
  padding-top: 0;
}

.modal--pricing .pricing-info .total-row{
  border-top: 1px solid #60626C99;
  padding-top: 10px;
}

.modal--pricing .pricing-info .total-row p{
  padding: 0 20px 0 10px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.modal--pricing .total-sum{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  margin-top: 10px;
  color: #8D8F9B;
  gap: 5px;
}
.modal--pricing .total-sum span{
  font-size: 20px;
  color: #D9D9DC;
}


/*ads*/
.ads-section.home_hero_bottom {
  max-width: 43%;
  margin: 30px auto 0;
}

.ads-section.home_hero_bottom img {
  max-height: 320px; width: 100%; border-radius: 24px; object-fit: cover;
  min-height: 120px;
}

@media (max-width: 1350px) {
  .ads-section.home_hero_bottom {
    max-width: 70%;
  }
}

@media (max-width: 990px) {
  .ads-section.home_hero_bottom {
    max-width: 90%;
  }
  .checkout-section {
    margin-bottom: 30px;
  }
  .modal__inner {
    width: 90%;
    max-width: unset!important;
  }
}

@media (max-width: 767px) {
  .hall-section__body{
    overflow:hidden;
    margin: 0 0;
    background: #13161B;
    border-radius: 50px;
  }
  .payments-methods .pay-method {
    padding: 8px 18px;
    flex: 1 1 48%;
  }

  .payments-methods {
    flex-wrap: wrap;
  }

  .empty-detail img{
    width: 80%!important;
  }

  .purchase-total__price{
    margin-right: auto;
  }

  .ticket-card__name{
    max-width: 8rem;
  }

  .hall-section{
    padding: 15px;
  }

  .all-fees-included {
    margin-bottom: 15px;
    display: block;
  }

  .hall-section__head{
    padding-top: 0px;
  }
  .event-hall-intro__bottom, .event-hall-intro__top{
    justify-content: center;
  }

  .event-hall-intro__bottom, .event-hall-intro__top{
    padding-block: 0px;
  }

  .price-wrapper::before,
  .price-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }

  /* left gradient */
  .price-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #0C0E12, #0C0E1200);
  }

  .price-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #0C0E12, #0C0E1200);
  }

  .event-hall-intro__bottom {
    position: relative;
    overflow: hidden;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .event-hall-intro__bottom::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .seats-pricelist {
    flex-wrap: nowrap;
  }
}
@media (max-width: 480px) {
  .ticket-card__name{
    max-width: 4rem;
  }
  .event-hall-intro__bottom, .event-hall-intro__top{
    justify-content: flex-start;
  }
  .ads-section.home_hero_bottom {
    margin-top: 0;
  }
}

.is_mobile {
  display: none;
}

@media (max-width: 767px) {
  .is_desktop {
    display: none;
  }
  .is_mobile {
    display: block;
  }
  .event-info__content .icon, .event-info__meta .divider {
    display: block;
  }
  .event-info__content{
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
.hall-map__inner {
  cursor: grab;
  user-select: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hall-map__inner {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
.hall-map__inner::-webkit-scrollbar {
  display: none;  /* Older Safari and Chromium */
}
.hall-map .hall-svg {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s ease-out;
}

.btn.Rescheduled{
  margin: 0 auto;
}
.btn._account{
  margin: 0;
}
.btn.Rescheduled{
  background-color: #FFDA9A;
  color: #4A340E;
  font-size: 1rem;
  padding: .45em 1.1em;
}

.buy-rescheduled-btn{
  background-color: #FFDA9A;
  color: #4A340E;
  border-color: #FFDA9A;
}

.grecaptcha-badge { visibility: hidden !important; }
