:root,
[data-theme=light] {
  --navbar-height-desktop-full: 64px;
  --navbar-height-desktop-simple: 64px;
  --navbar-height-mobile-full: 110px;
  --navbar-height-mobile-simple: 82px;
  --timebar-height: 32px;
  --wr-header-height-desktop: 300px;
  --wr-header-height-mobile: 240px;
  --mobile-subnav-height: 40px;
  --desktop-subnav-height: 46px;
  --navbar-height: var(--navbar-height-mobile-full);
  --color-afton-black: #000000;
  --color-afton-white: #ffffff;
  --color-afton-purple: #d2affa;
  --color-gray-100: #e6e6f0;
  --color-purple-500: #7f37f5;
  --color-gray-500: #9399a5;
  --color-verification: #d2affa;
  --color-alert: #e54866;
  --color-discount-typography: #b4ff78;
  --color-discount-light: #449a00;
  --text-primary: #000000;
  --text-secondary: #7f37f5;
  --text-tertiary: #9399a5;
  --text-inverse: #ffffff;
  --text-disabled: rgba(0, 0, 0, 0.4);
  --text-success: #449a00;
  --link-color: #7F37F5;
  --link-hover-color: #610ced;
  --bg-primary: #ffffff;
  --bg-secondary: #e6e6f0;
  --bg-tertiary: #f3f3f3;
  --bg-overlay: rgba(0, 0, 0, 0.5);
  --card-bg: var(--bg-tertiary);
  --btn-primary-bg: #000000;
  --btn-primary-text: #ffffff;
  --btn-primary-border: transparent;
  --btn-primary-hover-bg: #ffffff;
  --btn-primary-hover-text: #000000;
  --btn-primary-hover-border: #000000;
  --btn-secondary-bg: transparent;
  --btn-secondary-text: #7f37f5;
  --btn-secondary-border: #7f37f5;
  --btn-secondary-hover-bg: #7f37f5;
  --btn-secondary-hover-text: #ffffff;
  --btn-secondary-hover-border: #7f37f5;
  --btn-secondary-solid-bg: transparent;
  --btn-secondary-solid-text: #7f37f5;
  --btn-secondary-solid-border: #7f37f5;
  --btn-secondary-solid-hover-bg: #7f37f5;
  --btn-secondary-solid-hover-text: #ffffff;
  --btn-secondary-solid-hover-border: #7f37f5;
  --btn-contrast-bg: #000000;
  --btn-contrast-text: #ffffff;
  --btn-contrast-border: transparent;
  --btn-contrast-hover-bg: #ffffff;
  --btn-contrast-hover-text: #000000;
  --btn-contrast-hover-border: #000000;
  --btn-inverse-bg: #ffffff;
  --btn-inverse-text: #000000;
  --btn-inverse-border: transparent;
  --btn-inverse-hover-bg: #e6e6f0;
  --btn-inverse-hover-text: #000000;
  --btn-inverse-hover-border: transparent;
  --btn-purple-bg: #d2affa;
  --btn-purple-text: #000000;
  --btn-purple-border: transparent;
  --btn-purple-hover-bg: #bf9ef5;
  --btn-purple-hover-text: #000000;
  --btn-purple-hover-border: transparent;
  --btn-disabled-bg: #9399a5;
  --btn-disabled-text: rgba(0, 0, 0, 0.35);
  --btn-disabled-border: transparent;
  --border-primary: #d2d2dc;
  --border-secondary: #9399a5;
  --border-focus: #d2affa;
  --input-bg: #e6e6f0;
  --input-border: #e6e6f0;
  --input-text: #000000;
  --input-placeholder: #9399a5;
  --input-focus-border: #d2affa;
  --input-focus-bg: #ffffff;
  --input-focus-shadow: rgba(210, 175, 250, 0.2);
  --input-error-border: #e54866;
  --input-success-border: #449a00;
  --select-bg: #ffffff;
  --select-arrow-color: #000000;
  --tab-active-bg: #000000;
  --tab-active-text: #ffffff;
  --tab-inactive-bg: #d2d2dc;
  --tab-inactive-text: #000000;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
      0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

[data-theme=dark] {
  --color-afton-black: #000000;
  --color-afton-white: #ffffff;
  --color-afton-purple: #d2affa;
  --color-gray-900: #161616;
  --color-gray-800: #262626;
  --color-gray-500: #9399a5;
  --color-purple-500: #7f37f5;
  --color-verification: #d2affa;
  --color-alert: #e54866;
  --color-discount-typography: #b4ff78;
  --text-primary: #ffffff;
  --text-secondary: #7f37f5;
  --text-tertiary: #9399a5;
  --text-inverse: #000000;
  --text-disabled: rgba(255, 255, 255, 0.4);
  --text-success: #b4ff78;
  --link-color: #d2affa;
  --link-hover-color: #b77ff7;
  --bg-primary: #000000;
  --bg-secondary: #161616;
  --bg-tertiary: #262626;
  --bg-overlay: rgba(0, 0, 0, 0.8);
  --card-bg: var(--bg-tertiary);
  --btn-primary-bg: #d2affa;
  --btn-primary-text: #000000;
  --btn-primary-border: transparent;
  --btn-primary-hover-bg: #bf9ef5;
  --btn-primary-hover-text: #000000;
  --btn-primary-hover-border: transparent;
  --btn-secondary-bg: transparent;
  --btn-secondary-text: #7f37f5;
  --btn-secondary-border: #7f37f5;
  --btn-secondary-hover-bg: #7f37f5;
  --btn-secondary-hover-text: #ffffff;
  --btn-secondary-hover-border: #7f37f5;
  --btn-secondary-solid-bg: transparent;
  --btn-secondary-solid-text: #d2affa;
  --btn-secondary-solid-border: #d2affa;
  --btn-secondary-solid-hover-bg: transparent;
  --btn-secondary-solid-hover-text: #d2affa;
  --btn-secondary-solid-hover-border: #d2affa;
  --btn-contrast-bg: #ffffff;
  --btn-contrast-text: #000000;
  --btn-contrast-border: transparent;
  --btn-contrast-hover-bg: #e6e6f0;
  --btn-contrast-hover-text: #000000;
  --btn-contrast-hover-border: transparent;
  --btn-inverse-bg: #000000;
  --btn-inverse-text: #ffffff;
  --btn-inverse-border: transparent;
  --btn-inverse-hover-bg: #ffffff;
  --btn-inverse-hover-text: #000000;
  --btn-inverse-hover-border: #000000;
  --btn-purple-bg: #d2affa;
  --btn-purple-text: #000000;
  --btn-purple-border: transparent;
  --btn-purple-hover-bg: #bf9ef5;
  --btn-purple-hover-text: #000000;
  --btn-purple-hover-border: transparent;
  --btn-disabled-bg: #9399a5;
  --btn-disabled-text: rgba(255, 255, 255, 0.3);
  --btn-disabled-border: transparent;
  --border-primary: #404040;
  --border-secondary: #9399a5;
  --border-focus: #d2affa;
  --input-bg: #262626;
  --input-border: #404040;
  --input-text: #ffffff;
  --input-placeholder: #9399a5;
  --input-focus-border: #d2affa;
  --input-focus-bg: #333333;
  --input-focus-shadow: rgba(210, 175, 250, 0.2);
  --input-error-border: #e54866;
  --input-success-border: #b4ff78;
  --select-bg: #2a2a2a;
  --select-arrow-color: #ffffff;
  --tab-active-bg: #d2affa;
  --tab-active-text: #000000;
  --tab-inactive-bg: #262626;
  --tab-inactive-text: #ffffff;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4),
      0 2px 4px -1px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5),
      0 4px 6px -2px rgba(0, 0, 0, 0.4);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.6),
      0 10px 10px -5px rgba(0, 0, 0, 0.5);
}

html {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.af-icon-btn,
.af-search-btn {
  color: var(--text-primary);
}

.af-icon-btn svg,
.af-search-btn svg {
  stroke: currentColor;
  fill: none;
}

.af-icon-btn img,
.af-search-btn img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.theme-icon {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

[data-theme=dark] .theme-icon {
  -webkit-filter: invert(1) brightness(1);
          filter: invert(1) brightness(1);
}

.theme-logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.brand-logo,
.no-filter {
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[data-theme=light] .social-media a img {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

[data-theme=dark] .social-media a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, calc(0.18vw + 1.08rem), 1.25rem);
  line-height: 1.35;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 0 !important;
  overflow-x: hidden;
  padding-top: var(--navbar-height-mobile-full);
}

body:has(.af-navbar--simple) {
  padding-top: var(--navbar-height-mobile-simple);
}

body:has(.af-navbar--no-search) {
  padding-top: var(--navbar-height-mobile-simple);
}

body:has(.af-navbar:not(.af-navbar--simple)):has(.cart_timer_div:not(.d-none)) {
  padding-top: calc(var(--navbar-height-mobile-full) + var(--timebar-height));
}

body:has(.af-navbar--simple):has(.cart_timer_div:not(.d-none)) {
  padding-top: calc(var(--navbar-height-mobile-simple) + var(--timebar-height));
}

body:has(.af-navbar--no-search):has(.cart_timer_div:not(.d-none)) {
  padding-top: calc(var(--navbar-height-mobile-simple) + var(--timebar-height));
}

body:has(.af-navbar:not(.af-navbar--simple)):has(.waiting_room_timer_div:not(.d-none)) {
  padding-top: calc(var(--navbar-height-mobile-full) + var(--timebar-height));
}

body:has(.af-navbar--simple):has(.waiting_room_timer_div:not(.d-none)) {
  padding-top: calc(var(--navbar-height-mobile-simple) + var(--timebar-height));
}

body:has(.af-navbar--no-search):has(.waiting_room_timer_div:not(.d-none)) {
  padding-top: calc(var(--navbar-height-mobile-simple) + var(--timebar-height));
}

@media (min-width: 992px) {
  body {
    padding-top: var(--navbar-height-desktop-full);
  }

  body:has(.af-navbar--simple) {
    padding-top: var(--navbar-height-desktop-simple);
  }

  body:has(.af-navbar--no-search) {
    padding-top: var(--navbar-height-desktop-full);
  }

  body:has(.af-navbar:not(.af-navbar--simple)):has(.cart_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-desktop-full) + var(--timebar-height));
  }

  body:has(.af-navbar--simple):has(.cart_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-desktop-simple) + var(--timebar-height));
  }

  body:has(.af-navbar--no-search):has(.cart_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-desktop-full) + var(--timebar-height));
  }

  body:has(.sub-nav) {
    padding-top: calc(var(--navbar-height-desktop-full) + var(--desktop-subnav-height));
  }

  body:has(.sub-nav):has(.cart_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-desktop-full) + var(--desktop-subnav-height) + var(--timebar-height));
  }

  body:has(.cart_timer_div:not(.d-none)) .sub-nav {
    top: calc(var(--navbar-height-desktop-full) + var(--timebar-height));
  }

  body:has(.af-navbar:not(.af-navbar--simple)):has(.waiting_room_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-desktop-full) + var(--timebar-height));
  }

  body:has(.af-navbar--simple):has(.waiting_room_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-desktop-simple) + var(--timebar-height));
  }

  body:has(.af-navbar--no-search):has(.waiting_room_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-desktop-full) + var(--timebar-height));
  }

  body:has(.sub-nav):has(.waiting_room_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-desktop-full) + var(--desktop-subnav-height) + var(--timebar-height));
  }

  body:has(.waiting_room_timer_div:not(.d-none)) .sub-nav {
    top: calc(var(--navbar-height-desktop-full) + var(--timebar-height));
  }
}

body:has(#wr-sticky-header) {
  padding-top: calc(var(--navbar-height-mobile-simple) + var(--wr-header-height-mobile));
}

body:has(#wr-sticky-header):has(.cart_timer_div:not(.d-none)),
body:has(#wr-sticky-header):has(.waiting_room_timer_div:not(.d-none)) {
  padding-top: calc(var(--navbar-height-mobile-simple) + var(--timebar-height) + var(--wr-header-height-mobile));
}

@media (min-width: 992px) {
  body:has(#wr-sticky-header) {
    padding-top: calc(var(--navbar-height-desktop-simple) + var(--wr-header-height-desktop));
  }

  body:has(#wr-sticky-header):has(.cart_timer_div:not(.d-none)),
  body:has(#wr-sticky-header):has(.waiting_room_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-desktop-simple) + var(--timebar-height) + var(--wr-header-height-desktop));
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: clamp(2rem, calc(3.75vw + 2.08rem), 5.625rem);
  line-height: 0.9;
}

h2,
.h2 {
  font-size: clamp(2rem, calc(1.43vw + 2.65rem), 4rem);
  line-height: 0.9;
}

h3,
.h3 {
  font-size: clamp(2rem, calc(1.43vw + 2.65rem), 4rem);
  line-height: 0.9;
}

h4,
.h4 {
  font-size: clamp(1.25rem, calc(1.07vw + 1.24rem), 2.25rem);
  line-height: 1;
}

h4:not([class*=mb-]):not([class*=my-]):not([class*=m-]),
.h4:not([class*=mb-]):not([class*=my-]):not([class*=m-]) {
  margin-bottom: 0;
}

h5,
.h5 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, calc(0.18vw + 1.08rem), 1.25rem);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}

h6,
.h6 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

p {
  line-height: 1.35;
  color: var(--text-primary);
}

p.text-body-s,
.text-body-s {
  font-size: clamp(0.875rem, calc(0.18vw + 0.83rem), 1rem);
  font-weight: 500;
  line-height: 1.35;
}

.container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: 1600px;
  }
}

a {
  color: var(--link-color);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.875rem, calc(0.18vw + 0.83rem), 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16px;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  text-decoration: none;
}

a:focus,
a:active {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  text-decoration: none;
}

button:focus,
input:focus {
  outline: 0;
}

/* Base Input Styles */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=url],
input[type=search],
input[type=date],
textarea,
select,
.form-control {
  height: auto !important;
  width: 100%;
  padding: 0.85rem 1.25rem;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  color: var(--input-text);
  background: var(--input-bg);
  border: 2px solid var(--input-border);
  border-radius: 1rem;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  height: auto;
}

textarea {
  border-radius: 1rem;
  min-height: 120px;
  resize: vertical;
}

/* Select Dropdown Arrow Styling */

select,
select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 32px;
  background: var(--input-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 4l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 14px center;
  background-size: 12px;
  cursor: pointer;
}

/* Dark mode select arrow */

[data-theme=dark] select,
[data-theme=dark] select.form-control {
  background: var(--input-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 4l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 14px center;
  background-size: 12px;
}

/* Focus State */

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=date]:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: var(--input-focus-border);
  background-color: var(--input-focus-bg);
  box-shadow: 0 0 0 4px var(--input-focus-shadow);
}

/* Error State */

input.is-invalid,
textarea.is-invalid,
select.is-invalid,
.form-control.is-invalid {
  border-color: var(--input-error-border) !important;
}

input.is-invalid:focus,
textarea.is-invalid:focus,
select.is-invalid:focus,
.form-control.is-invalid:focus {
  box-shadow: 0 0 0 4px rgba(229, 72, 102, 0.2);
}

/* Success State */

input.is-valid,
textarea.is-valid,
select.is-valid,
.form-control.is-valid {
  border-color: var(--input-success-border) !important;
}

input.is-valid:focus,
textarea.is-valid:focus,
select.is-valid:focus,
.form-control.is-valid:focus {
  box-shadow: 0 0 0 4px rgba(68, 154, 0, 0.2);
}

/* Disabled State */

input:disabled,
textarea:disabled,
select:disabled,
.form-control:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: var(--bg-secondary);
}

/* Dark Mode Specific Adjustments */

[data-theme=dark] input.is-valid:focus,
[data-theme=dark] textarea.is-valid:focus,
[data-theme=dark] select.is-valid:focus,
[data-theme=dark] .form-control.is-valid:focus {
  box-shadow: 0 0 0 4px rgba(180, 255, 120, 0.2);
}

/* Remove Bootstrap default styles that conflict */

.form-control:focus {
  box-shadow: 0 0 0 4px var(--input-focus-shadow) !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.color-primary {
  color: var(--color-afton-purple) !important;
}

/* Captcha container error border (used by contact-us.js / how-it-works.js) */

.captcha-invalid {
  border: 2px solid var(--input-error-border) !important;
  border-radius: 0.5rem !important;
}

/*ALERT CLASS*/

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--color-alert);
  text-align: left;
  padding-left: 1rem;
}

/* Show invalid-feedback when sibling input/select/textarea has is-invalid */

input.is-invalid ~ .invalid-feedback,
textarea.is-invalid ~ .invalid-feedback,
select.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback,
.was-validated input:invalid ~ .invalid-feedback,
.was-validated textarea:invalid ~ .invalid-feedback,
.was-validated select:invalid ~ .invalid-feedback,
.password-input-wrapper:has(input.is-invalid) ~ .invalid-feedback {
  display: block;
}

.alert-message {
  color: var(--color-alert);
  font-weight: normal;
}

.alert-danger {
  color: var(--color-alert);
  background-color: #f8d7da;
  border-color: var(--color-alert);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 59, 59, 0.2)), to(rgba(251, 59, 59, 0.2)));
  background: linear-gradient(0deg, rgba(251, 59, 59, 0.2), rgba(251, 59, 59, 0.2));
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--color-alert);
}

.alert-danger strong {
  font-weight: 500;
}

.form-control:focus {
  color: inherit;
  background-color: inherit;
  border-color: var(--color-afton-purple);
  outline: 0;
  box-shadow: 0 0 0 4px var(--input-focus-shadow);
}

.custom-control-label {
  position: relative;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  color: var(--text-primary) !important;
  cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--color-afton-purple);
  background-color: var(--color-afton-purple);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--color-afton-purple);
  background-color: var(--color-afton-purple);
}

.pick-seats__selection-area-wrap .custom-control-input:checked ~ .custom-control-label span {
  color: #fff !important;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 20px;
  top: 3px;
}

.custom-checkbox .custom-control-label::after {
  top: 3px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 4px var(--input-focus-shadow);
}

/* Base Radio Button Styles - Standard Bootstrap Custom Controls */

.custom-radio .custom-control-label::before {
  border-radius: 50%;
  top: 3px;
  border: 2px solid var(--border-primary);
  background-color: var(--bg-primary);
}

.custom-radio .custom-control-label::after {
  top: 3px;
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--color-purple-500);
  border-color: var(--color-purple-500);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5' fill='%23fff'/%3e%3c/svg%3e");
}

/* Radio Button Card Style - For Happiness Locked & Payment Methods */

/* Use class: .radio-card for the wrapper, .radio-card__input for the input */

.radio-card {
  position: relative;
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  .radio-card {
    padding: 1rem 1rem 0;
  }
}

.radio-card__input {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  border-radius: 50%;
  background-color: var(--bg-primary);
  margin-top: 0.25rem;
  flex-shrink: 0;
  align-self: flex-start;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  border: 1px solid var(--text-primary);
}

.radio-card__input:checked {
  background-color: var(--text-primary);
  border: 1px solid var(--text-primary);
  box-shadow: inset 0 0 0 2px var(--bg-primary);
}

.radio-card__input:focus {
  outline: none;
  box-shadow: 0 0 0 4px var(--input-focus-shadow);
}

.radio-card__input:focus:checked {
  box-shadow: 0 0 0 4px var(--input-focus-shadow), inset 0 0 0 2px var(--bg-primary);
}

.radio-card__input:hover {
  opacity: 0.8;
}

/* Radio Card with Info Icon */

.radio-card__label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 1rem;
  width: 100%;
  cursor: pointer;
  margin: 0;
}

.radio-card__content {
  -webkit-box-flex: 1;
          flex: 1;
  gap: 1rem;
}

.radio-card__content .font-weight-bold {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.3;
}

.radio-card__content .small {
  font-size: 0.875rem;
  color: var(--text-tertiary);
  line-height: 1.3;
}

.radio-card__info-icon {
  width: 16px;
  height: 16px;
  margin-left: 0.25rem;
  cursor: help;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.radio-card__info-icon:hover {
  opacity: 1;
}

.radio-card__info-icon svg path {
  fill: var(--color-purple-500);
}

/* Badge for "Recommended" etc */

.radio-card__badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  line-height: 1;
}

.radio-card__badge.badge-success {
  background: rgba(68, 182, 0, 0.1);
  color: #44b600;
}

.radio-card__badge.badge-info {
  background: rgba(127, 55, 245, 0.1);
  color: #7F37F5;
}

.radio-card__badge.badge-recommended {
  background: rgba(68, 182, 0, 0.1);
  color: #44b600;
}

@media (max-width: 575.98px) {
  .radio-card__badge {
    padding: 0.5rem;
  }
}

[data-theme=dark] .radio-card__badge.badge-success,
[data-theme=dark] .radio-card__badge.badge-recommended {
  background: rgba(180, 255, 120, 0.15);
  color: var(--color-discount-typography);
}

.wider-data-wrap {
  width: 100%;
  float: left;
}

.afton-ticket-wrap {
  width: 100%;
  float: left;
  margin: 0;
}

@media (max-width: 575.98px) {
  .custom-control {
    padding-left: 10px;
  }
}

/*GLOBAL BUTTON STYLES - Afton Design System*/

.btn,
button {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 100px;
  border: 2px solid transparent;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 0.5rem;
  letter-spacing: 0.16px;
  white-space: nowrap;
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  border-color: var(--btn-primary-border);
}

.btn svg,
.btn img,
button svg,
button img {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-text);
  border-color: var(--btn-primary-hover-border);
  text-decoration: none;
  outline: none;
}

.btn:disabled,
.btn.disabled,
button:disabled,
button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: var(--btn-disabled-bg);
  color: var(--btn-disabled-text);
  border-color: var(--btn-disabled-border);
}

.fixed-button {
  display: block;
  width: 100%;
  padding: 0;
}

.fixed-button:hover,
.fixed-button:focus,
.fixed-button:active {
  -webkit-filter: none;
          filter: none;
}

.fixed-button .btn {
  width: 100%;
  display: -webkit-box;
  display: flex;
}

.btn-primary {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  border-color: var(--btn-primary-border);
}

.btn-primary svg,
.btn-primary img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.btn-primary svg path[fill]:not([fill=none]) {
  fill: currentColor;
}

.btn-primary svg path[stroke]:not([stroke=none]),
.btn-primary svg circle[stroke]:not([stroke=none]),
.btn-primary svg rect[stroke]:not([stroke=none]),
.btn-primary svg polygon[stroke]:not([stroke=none]),
.btn-primary svg line[stroke]:not([stroke=none]) {
  stroke: currentColor;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-text);
  border-color: var(--btn-primary-hover-border);
  text-decoration: none;
}

.btn-primary:focus {
  box-shadow: 0 0 0 4px var(--input-focus-shadow) !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-text);
  border-color: var(--btn-primary-hover-border);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 4px var(--input-focus-shadow) !important;
}

.btn-primary:disabled,
.btn-primary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: var(--btn-disabled-bg);
  color: var(--btn-disabled-text);
  border-color: var(--btn-disabled-border);
}

.btn-secondary {
  background: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
  border-color: var(--btn-secondary-border);
}

.btn-secondary svg,
.btn-secondary img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.btn-secondary svg path[fill]:not([fill=none]) {
  fill: currentColor;
}

.btn-secondary svg path[stroke]:not([stroke=none]),
.btn-secondary svg circle[stroke]:not([stroke=none]),
.btn-secondary svg rect[stroke]:not([stroke=none]),
.btn-secondary svg polygon[stroke]:not([stroke=none]),
.btn-secondary svg line[stroke]:not([stroke=none]) {
  stroke: currentColor;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: var(--btn-secondary-hover-bg);
  color: var(--btn-secondary-hover-text);
  border-color: var(--btn-secondary-hover-border);
  text-decoration: none;
}

.btn-secondary:hover svg,
.btn-secondary:hover img,
.btn-secondary:focus svg,
.btn-secondary:focus img,
.btn-secondary:active svg,
.btn-secondary:active img {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background: var(--btn-secondary-hover-bg);
  color: var(--btn-secondary-hover-text);
  border-color: var(--btn-secondary-hover-border);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: transparent;
  color: var(--btn-disabled-text);
  border-color: var(--btn-disabled-border);
}

.btn-secondary-solid {
  background: var(--btn-secondary-solid-bg);
  color: var(--btn-secondary-solid-text);
  border-color: var(--btn-secondary-solid-border);
}

.btn-secondary-solid svg,
.btn-secondary-solid img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.btn-secondary-solid svg path[fill]:not([fill=none]) {
  fill: currentColor;
}

.btn-secondary-solid svg path[stroke]:not([stroke=none]),
.btn-secondary-solid svg circle[stroke]:not([stroke=none]),
.btn-secondary-solid svg rect[stroke]:not([stroke=none]),
.btn-secondary-solid svg polygon[stroke]:not([stroke=none]),
.btn-secondary-solid svg line[stroke]:not([stroke=none]) {
  stroke: currentColor;
}

.btn-secondary-solid:hover,
.btn-secondary-solid:focus,
.btn-secondary-solid:active {
  background: var(--btn-secondary-solid-hover-bg);
  color: var(--btn-secondary-solid-hover-text);
  border-color: var(--btn-secondary-solid-hover-border);
  text-decoration: none;
}

.btn-secondary-solid:hover svg,
.btn-secondary-solid:hover img,
.btn-secondary-solid:focus svg,
.btn-secondary-solid:focus img,
.btn-secondary-solid:active svg,
.btn-secondary-solid:active img {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.btn-secondary-solid:not(:disabled):not(.disabled).active,
.btn-secondary-solid:not(:disabled):not(.disabled):active,
.show > .btn-secondary-solid.dropdown-toggle {
  background: var(--btn-secondary-solid-hover-bg);
  color: var(--btn-secondary-solid-hover-text);
  border-color: var(--btn-secondary-solid-hover-border);
}

.btn-secondary-solid:disabled,
.btn-secondary-solid.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: var(--btn-disabled-bg);
  color: var(--btn-disabled-text);
  border-color: var(--btn-disabled-border);
}

.btn-contrast {
  background: var(--btn-contrast-bg);
  color: var(--btn-contrast-text);
  border-color: var(--btn-contrast-border);
}

.btn-contrast:hover,
.btn-contrast:focus,
.btn-contrast:active {
  background: var(--btn-contrast-hover-bg);
  color: var(--btn-contrast-hover-text);
  border-color: var(--btn-contrast-hover-border);
  text-decoration: none;
}

.btn-contrast:not(:disabled):not(.disabled).active,
.btn-contrast:not(:disabled):not(.disabled):active,
.show > .btn-contrast.dropdown-toggle {
  background: var(--btn-contrast-hover-bg);
  color: var(--btn-contrast-hover-text);
  border-color: var(--btn-contrast-hover-border);
}

.btn-contrast:disabled,
.btn-contrast.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: var(--btn-disabled-bg);
  color: var(--btn-disabled-text);
  border-color: var(--btn-disabled-border);
}

.btn-inverse {
  background: var(--btn-inverse-bg);
  color: var(--btn-inverse-text);
  border-color: var(--btn-inverse-border);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active {
  background: var(--btn-inverse-hover-bg);
  color: var(--btn-inverse-hover-text);
  border-color: var(--btn-inverse-hover-border);
  text-decoration: none;
}

.btn-inverse:not(:disabled):not(.disabled).active,
.btn-inverse:not(:disabled):not(.disabled):active,
.show > .btn-inverse.dropdown-toggle {
  background: var(--btn-inverse-hover-bg);
  color: var(--btn-inverse-hover-text);
  border-color: var(--btn-inverse-hover-border);
}

.btn-inverse:disabled,
.btn-inverse.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: var(--btn-disabled-bg);
  color: var(--btn-disabled-text);
  border-color: var(--btn-disabled-border);
}

.btn-purple {
  background: var(--btn-purple-bg);
  color: var(--btn-purple-text);
  border-color: var(--btn-purple-border);
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background: var(--btn-purple-hover-bg);
  color: var(--btn-purple-hover-text);
  border-color: var(--btn-purple-hover-border);
  text-decoration: none;
}

.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show > .btn-purple.dropdown-toggle {
  background: var(--btn-purple-hover-bg);
  color: var(--btn-purple-hover-text);
  border-color: var(--btn-purple-hover-border);
}

.btn-purple:disabled,
.btn-purple.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: var(--btn-disabled-bg);
  color: var(--btn-disabled-text);
  border-color: var(--btn-disabled-border);
}

[style*="background: var(--color-afton-purple)"],
[style*="background-color: var(--color-afton-purple)"],
.afton-bg-purple,
.bg-purple {
  color: #000000 !important;
}

[data-theme=light] .btn svg,
[data-theme=light] .btn img,
[data-theme=light] button svg,
[data-theme=light] button img,
[data-theme=light] .btn-primary svg,
[data-theme=light] .btn-primary img {
  -webkit-filter: brightness(0) saturate(100%) invert(1);
          filter: brightness(0) saturate(100%) invert(1);
}

[data-theme=light] .btn:hover svg,
[data-theme=light] .btn:hover img,
[data-theme=light] .btn:focus svg,
[data-theme=light] .btn:focus img,
[data-theme=light] .btn:active svg,
[data-theme=light] .btn:active img,
[data-theme=light] button:hover svg,
[data-theme=light] button:hover img,
[data-theme=light] button:focus svg,
[data-theme=light] button:focus img,
[data-theme=light] button:active svg,
[data-theme=light] button:active img,
[data-theme=light] .btn-primary:hover svg,
[data-theme=light] .btn-primary:hover img,
[data-theme=light] .btn-primary:focus svg,
[data-theme=light] .btn-primary:focus img,
[data-theme=light] .btn-primary:active svg,
[data-theme=light] .btn-primary:active img {
  -webkit-filter: brightness(0) saturate(100%) invert(0.3);
          filter: brightness(0) saturate(100%) invert(0.3);
}

[data-theme=light] .btn-secondary:not(.view-more-btn) svg,
[data-theme=light] .btn-secondary:not(.view-more-btn) img {
  -webkit-filter: none;
          filter: none;
}

[data-theme=light] .btn-secondary:not(.view-more-btn):hover svg,
[data-theme=light] .btn-secondary:not(.view-more-btn):hover img,
[data-theme=light] .btn-secondary:not(.view-more-btn):focus svg,
[data-theme=light] .btn-secondary:not(.view-more-btn):focus img,
[data-theme=light] .btn-secondary:not(.view-more-btn):active svg,
[data-theme=light] .btn-secondary:not(.view-more-btn):active img {
  -webkit-filter: brightness(0) saturate(100%) invert(0.3);
          filter: brightness(0) saturate(100%) invert(0.3);
}

[data-theme=light] .btn-secondary-solid svg,
[data-theme=light] .btn-secondary-solid img {
  -webkit-filter: none;
          filter: none;
}

[data-theme=light] .btn-secondary-solid:hover svg,
[data-theme=light] .btn-secondary-solid:hover img,
[data-theme=light] .btn-secondary-solid:focus svg,
[data-theme=light] .btn-secondary-solid:focus img,
[data-theme=light] .btn-secondary-solid:active svg,
[data-theme=light] .btn-secondary-solid:active img {
  -webkit-filter: brightness(0) saturate(100%) invert(0.3);
          filter: brightness(0) saturate(100%) invert(0.3);
}

[data-theme=light] .btn-purple svg,
[data-theme=light] .btn-purple img {
  -webkit-filter: brightness(0) saturate(100%) invert(1);
          filter: brightness(0) saturate(100%) invert(1);
}

[data-theme=light] .btn-purple:hover svg,
[data-theme=light] .btn-purple:hover img,
[data-theme=light] .btn-purple:focus svg,
[data-theme=light] .btn-purple:focus img,
[data-theme=light] .btn-purple:active svg,
[data-theme=light] .btn-purple:active img {
  -webkit-filter: brightness(0) saturate(100%) invert(1);
          filter: brightness(0) saturate(100%) invert(1);
}

[data-theme=dark] .btn svg,
[data-theme=dark] .btn img,
[data-theme=dark] button svg,
[data-theme=dark] button img,
[data-theme=dark] .btn-primary svg,
[data-theme=dark] .btn-primary img {
  -webkit-filter: brightness(0) saturate(100%) invert(0);
          filter: brightness(0) saturate(100%) invert(0);
}

[data-theme=dark] .btn:hover svg,
[data-theme=dark] .btn:hover img,
[data-theme=dark] .btn:focus svg,
[data-theme=dark] .btn:focus img,
[data-theme=dark] .btn:active svg,
[data-theme=dark] .btn:active img,
[data-theme=dark] button:hover svg,
[data-theme=dark] button:hover img,
[data-theme=dark] button:focus svg,
[data-theme=dark] button:focus img,
[data-theme=dark] button:active svg,
[data-theme=dark] button:active img,
[data-theme=dark] .btn-primary:hover svg,
[data-theme=dark] .btn-primary:hover img,
[data-theme=dark] .btn-primary:focus svg,
[data-theme=dark] .btn-primary:focus img,
[data-theme=dark] .btn-primary:active svg,
[data-theme=dark] .btn-primary:active img {
  -webkit-filter: brightness(0) saturate(100%) invert(0);
          filter: brightness(0) saturate(100%) invert(0);
}

[data-theme=dark] .btn-secondary:not(.view-more-btn) svg,
[data-theme=dark] .btn-secondary:not(.view-more-btn) img {
  -webkit-filter: brightness(0) saturate(100%) invert(0);
          filter: brightness(0) saturate(100%) invert(0);
}

[data-theme=dark] .btn-secondary:not(.view-more-btn):hover svg,
[data-theme=dark] .btn-secondary:not(.view-more-btn):hover img,
[data-theme=dark] .btn-secondary:not(.view-more-btn):focus svg,
[data-theme=dark] .btn-secondary:not(.view-more-btn):focus img,
[data-theme=dark] .btn-secondary:not(.view-more-btn):active svg,
[data-theme=dark] .btn-secondary:not(.view-more-btn):active img {
  -webkit-filter: brightness(0) saturate(100%) invert(0);
          filter: brightness(0) saturate(100%) invert(0);
}

[data-theme=dark] .btn-secondary-solid svg,
[data-theme=dark] .btn-secondary-solid img {
  -webkit-filter: brightness(0) saturate(100%) invert(0);
          filter: brightness(0) saturate(100%) invert(0);
}

[data-theme=dark] .btn-secondary-solid:hover svg,
[data-theme=dark] .btn-secondary-solid:hover img,
[data-theme=dark] .btn-secondary-solid:focus svg,
[data-theme=dark] .btn-secondary-solid:focus img,
[data-theme=dark] .btn-secondary-solid:active svg,
[data-theme=dark] .btn-secondary-solid:active img {
  -webkit-filter: brightness(0) saturate(100%) invert(0);
          filter: brightness(0) saturate(100%) invert(0);
}

@media (min-width: 992px) {
  .btn,
  button {
    padding: 19px 2.5rem;
    font-size: 18px;
    letter-spacing: 0.18px;
    gap: 1rem;
  }
}

@media (max-width: 991.98px) {
  .btn,
  button {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.16px;
    gap: 0.5rem;
  }
}

.btn-lg,
.btn-l {
  padding: 19px 2.5rem;
  font-size: 18px;
  letter-spacing: 0.18px;
  gap: 1rem;
}

@media (max-width: 991.98px) {
  .btn-lg,
  .btn-l {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.16px;
    gap: 0.5rem;
  }
}

.btn-md,
.btn-m {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.16px;
  gap: 0.5rem;
}

@media (max-width: 991.98px) {
  .btn-md,
  .btn-m {
    font-size: 0.875rem;
    letter-spacing: 0;
    gap: 10px;
  }
}

.btn-sm,
.btn-s {
  padding: 10px 1rem;
  font-size: 0.875rem;
  letter-spacing: 0;
  gap: 10px;
}

.btn-xs {
  padding: 4px 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0;
  gap: 6px;
}

.blue-outline-btn {
  background: rgba(109, 81, 255, 0.05);
  border: 1px solid var(--color-afton-purple);
  border-radius: 4px;
  font-size: 0.9375rem;
  color: var(--color-afton-purple);
  padding: 10px 15px;
  letter-spacing: -0.1875px;
  margin-right: 15px;
}

.blue-outline-btn:hover {
  background-color: var(--color-afton-purple);
  color: #000000;
  text-decoration: none !important;
}

.green-solid-btn {
  background: #41d96a;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 0.9375rem;
  color: #fff;
  padding: 10px 15px;
  box-shadow: 0px 6px 18px #41d96a;
  letter-spacing: -0.1875px;
}

.green-solid-btn.no-shadow {
  box-shadow: none;
}

.green-solid-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-outline-green {
  background: #b3f0c3;
  border: 1px solid #41d96a;
  border-radius: 2px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.3;
  text-align: center;
  color: #41d96a;
  padding: 0 25px;
}

.btn-outline-green:hover {
  color: #41d96a;
}

.btn-outline-green.focus,
.btn-outline-green:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 217, 106, 0.25);
}

.btn-outline-grey {
  background: #eee;
  border: 1px solid #b7b7b7;
  border-radius: 2px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.3;
  text-align: center;
  color: #666;
  padding: 0 25px;
}

.btn-outline-grey:hover {
  color: #666;
}

.btn-outline-grey.focus,
.btn-outline-grey:focus {
  outline: 0;
  box-shadow: 0 0 0;
}

.btn-solid-green {
  padding: 10px;
  background: var(--color-discount-light);
  border-radius: 1rem !important;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--text-primary);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
}

.btn-solid-green.focus,
.btn-solid-green:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 217, 106, 0.25);
}

.btn-solid-green:hover {
  color: #fff;
  text-decoration: none;
}

a.btn-solid-green {
  -webkit-appearance: none !important;
  border-radius: 4px !important;
}

.btn-solid-violet {
  padding: 10px;
  background: rgba(110, 81, 255, 0.05);
  border: 1px solid var(--color-afton-purple);
  border-radius: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: var(--color-afton-purple);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
}

.btn-solid-violet:hover,
.btn-solid-violet:active,
.btn-solid-violet:focus,
.btn-solid-violet:focus-visible {
  color: var(--color-afton-purple);
  opacity: 0.8;
}

/* Share Button Styles Starts */

.share-btn-widget {
  position: absolute;
  float: right;
  top: 31%;
  right: 16px;
  z-index: 1020 !important;
  width: 52px;
  height: 52px;
  -webkit-transition: none !important;
  transition: none !important;
}

.share-btn-widget .st-btn[data-network=sharethis] {
  background-color: transparent !important;
  border: none !important;
  width: 52px !important;
  height: 52px !important;
  cursor: pointer !important;
  background: url(/images/share.svg?c232fe068849e7d33ee523b1743bde8c) no-repeat right center/52px;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.share-btn-widget .st-btn:hover {
  top: 0 !important;
  opacity: 0.9;
}

.share-btn-widget .st-btn[data-network=sharethis] img {
  display: none !important;
}

.share-btn-widget.st-top {
  top: 15px !important;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.9 !important;
}

/* Share Button Styles Ends */

.tag {
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  padding: 10px 1rem;
  border-radius: 100px;
  background: #d2affa;
  color: var(--text-primary);
}

@media (max-width: 575.98px) {
  .blue-outline-btn,
  .green-solid-btn {
    padding: 10px 10px;
  }

  .share-btn-widget,
  .share-btn-widget.st-top {
    top: auto;
    bottom: -26px;
  }
}

.modal {
  z-index: 99999 !important;
}

.modal#pick_general_tickets_modal {
  z-index: 100001 !important;
}

.modal-header {
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 5px;
}

.modal-header__main-head {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.0571429px;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1rem;
}

.modal-header__sub-head {
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0;
  color: var(--text-primary);
}

.modal-header__main-desc {
  line-height: 1.5;
  color: var(--text-tertiary);
}

.at-form .form-control.is-invalid,
.at-form.was-validated .form-control:invalid,
.at-form .form-control.is-valid,
.at-form.was-validated .form-control:valid {
  background-image: none !important;
}

.invalid-feedback a {
  color: #dc3545;
  text-decoration: underline;
}

.at-form .form-control {
  height: 48px;
  font-size: 0.875rem;
}

.at-form .form-control::-webkit-input-placeholder {
  color: var(--input-placeholder);
}

.at-form .form-control::-moz-placeholder {
  color: var(--input-placeholder);
}

.at-form .form-control:-ms-input-placeholder {
  color: var(--input-placeholder);
}

.at-form .form-control::-ms-input-placeholder {
  color: var(--input-placeholder);
}

.at-form .form-control::placeholder {
  color: var(--input-placeholder);
}

/*GLOBAL NAVIGATION STYLES*/

.navbar-brand img {
  height: 44px;
}

.navbar--at-main-nav {
  color: #333333;
  padding: 10px 0;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}

.main-header {
  background-color: #fff;
}

.main-header.header--on-scroll {
  box-shadow: 0px 5px 40px rgba(118, 102, 255, 0.31);
}

.header--on-scroll .navbar--at-main-nav {
  padding: 0 !important;
  min-height: 54px !important;
}

@media (max-width: 575.98px) {
  .header--on-scroll .navbar--at-main-nav {
    min-height: 50px !important;
  }
}

.nav-contact {
  font-size: 0.9375rem;
  color: #7c3bf4;
  background: rgba(124, 59, 244, 0.06);
  border-radius: 4px;
  padding: 19px 14px;
}

.nav-contact span {
  font-weight: 500;
}

.navbar-nav {
  -webkit-box-align: center;
          align-items: center;
}

.navbar--at-main-nav .nav-item {
  margin: 0 10px;
}

@media (max-width: 1199.98px) {
  .navbar--at-main-nav .nav-item {
    white-space: nowrap;
    margin: 0 5px;
  }
}

.navbar--at-main-nav .nav-link {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1;
  padding-right: 0.25em !important;
  padding-left: 0.25em !important;
}

.navbar--at-main-nav .nav-link:hover,
.navbar--at-main-nav .nav-link:focus {
  color: #7666ff;
}

.navbar-toggle {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 10px;
  margin: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.nav__profile {
  float: left;
}

.nav__profile .profile-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dadada;
  position: relative;
  overflow: hidden;
  float: left;
  cursor: pointer;
  box-sizing: content-box;
  margin-right: 15px;
}

.nav__profile img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}

.nav__profile .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 16px;
}

.nav__profile .dropdown-menu {
  box-shadow: -1px 27px 50px rgba(255, 214, 28, 0.3);
  margin-top: 10px;
}

.nav__profile .dropdown-item {
  color: #333333;
  font-size: 0.9375rem;
}

.nav__profile .dropdown-item:focus,
.nav__profile .dropdown-item:hover {
  color: var(--color-afton-purple);
  text-decoration: none;
  background-color: #f9f8ff;
}

.main-nav-search-wrap {
  width: 300px;
  float: left;
  position: relative;
}

.main-nav-search__input {
  width: 100%;
  float: left;
  position: relative;
  font-size: 1rem;
  color: var(--color-afton-purple) !important;
  height: 54px;
  border: 0 !important;
  padding-left: 50px;
  background: url("/img/global/main_nav_search.svg") no-repeat;
  background-position: 15px center;
  background-size: 24px;
}

.main-nav-search__input:focus {
  color: var(--color-afton-purple);
  border: 0;
  box-shadow: 0 0 0 !important;
}

.main-nav-search__input::-webkit-input-placeholder {
  color: var(--input-placeholder);
}

.main-nav-search__input::-moz-placeholder {
  color: var(--input-placeholder);
}

.main-nav-search__input:-ms-input-placeholder {
  color: var(--input-placeholder);
}

.main-nav-search__input::-ms-input-placeholder {
  color: var(--input-placeholder);
}

.main-nav-search__input::placeholder {
  color: var(--input-placeholder);
}

/* Animated Icon styles */

.animated-icon1 {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #d8d8d8;
}

.login-authenticated .animated-icon1 span {
  background: #fff;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 9px;
}

.animated-icon1 span:nth-child(3) {
  top: 18px;
}

.animated-icon1.open span:nth-child(1) {
  width: 100%;
  top: 11px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  width: 100%;
  top: 11px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Animated Icon ends */

/*INNER PAGE SUB NAV STYLE*/

.sub-nav--mobile {
  display: none;
}

/* Sub Navigation - Reuses navbar classes */

.sub-nav {
  position: fixed;
  top: var(--navbar-height-desktop-full);
  left: 0;
  right: 0;
  width: 100%;
  background: var(--bg-secondary);
  z-index: 999;
  padding: 12px 0;
}

/* Center the navigation list in sub-nav */

.sub-nav .af-nav--list {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

/* Active state for sub-nav */

.sub-nav .af-nav--list li.active .af-nav-link {
  font-weight: 700;
  color: var(--link-hover-color);
}

.sub-nav .af-nav--list li.active .af-nav-link_line {
  width: 100%;
}

.nav-contact--mobile {
  display: none;
}

@media (max-width: 1199.98px) {
  .nav-contact {
    display: none;
  }

  .navbar--at-main-nav .nav-link {
    font-size: 0.8125rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav {
    -webkit-box-align: normal;
            align-items: normal;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .nav-contact--mobile {
    display: block;
    width: 100%;
    background: rgba(124, 59, 244, 0.1);
    text-align: center;
    float: left;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 18px;
    text-align: center;
    padding: 7px 0;
    color: #7c3bf4;
  }

  .main-nav__search-link {
    width: 40px;
    height: 40px;
    background-color: rgba(52, 52, 52, 0.05);
    background-image: url(/images/main_nav_search.svg?54b1ebbc14acdc6130cd54110e87757d);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 10px;
  }

  .main-nav__search-link.stay-active {
    background-image: url(/images/main_nav_search--active.svg?f4c66eba937770e3326f6b5daeae92e3);
  }

  .navbar--at-main-nav {
    padding: 10px 0;
  }

  .navbar--at-main-nav .nav-link {
    padding: 10px 0;
    font-size: 0.9375rem;
    margin: 10px 0;
  }

  .nav__profile {
    margin: 0 !important;
    padding-top: 30px;
    border-top: 1px solid #7666ff;
  }

  .nav__profile .dropdown-menu {
    display: block !important;
    border: 0;
    border-radius: 0;
    margin: 40px 0 0;
    box-shadow: 0 0 0;
  }

  .nav__profile .dropdown-item {
    color: #a4a7ad;
    padding: 15px 10px;
    font-size: 0.9375rem;
  }

  .nav__profile .dropdown-item:active {
    background-color: transparent;
    color: #7666ff;
  }

  .nav__profile .dropdown-item:focus,
  .nav__profile .dropdown-item:hover {
    color: #7666ff;
    text-decoration: none;
    background-color: transparent;
  }

  .nav__profile .dropdown-toggle::after {
    display: none;
  }

  .nav__profile-name {
    float: left;
    margin: 6px 0 0;
    font-size: 1.25rem;
    color: #343434;
    font-weight: 500;
    display: inline-block;
  }

  .sub-nav {
    display: none;
  }

  .sub-nav--mobile {
    display: block !important;
    position: fixed;
    top: var(--navbar-height-mobile-full);
    left: 0;
    right: 0;
    z-index: 999;
    background-color: var(--bg-secondary);
    height: var(--mobile-subnav-height);
  }

  body:has(.af-navbar--no-search) .sub-nav--mobile {
    top: var(--navbar-height-mobile-simple);
  }

  body:has(.cart_timer_div:not(.d-none)) .sub-nav--mobile {
    top: calc(var(--navbar-height-mobile-full) + var(--timebar-height));
  }

  body:has(.waiting_room_timer_div:not(.d-none)) .sub-nav--mobile {
    top: calc(var(--navbar-height-mobile-full) + var(--timebar-height));
  }

  body:has(.af-navbar--no-search):has(.cart_timer_div:not(.d-none)) .sub-nav--mobile {
    top: calc(var(--navbar-height-mobile-simple) + var(--timebar-height));
  }

  body:has(.af-navbar--no-search):has(.waiting_room_timer_div:not(.d-none)) .sub-nav--mobile {
    top: calc(var(--navbar-height-mobile-simple) + var(--timebar-height));
  }

  body:has(.sub-nav--mobile) {
    padding-top: calc(var(--navbar-height-mobile-full) + var(--mobile-subnav-height));
  }

  body:has(.af-navbar--no-search):has(.sub-nav--mobile) {
    padding-top: calc(var(--navbar-height-mobile-simple) + var(--mobile-subnav-height));
  }

  body:has(.sub-nav--mobile):has(.cart_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-mobile-full) + var(--timebar-height) + var(--mobile-subnav-height));
  }

  body:has(.sub-nav--mobile):has(.waiting_room_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-mobile-full) + var(--timebar-height) + var(--mobile-subnav-height));
  }

  body:has(.af-navbar--no-search):has(.sub-nav--mobile):has(.cart_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-mobile-simple) + var(--timebar-height) + var(--mobile-subnav-height));
  }

  body:has(.af-navbar--no-search):has(.sub-nav--mobile):has(.waiting_room_timer_div:not(.d-none)) {
    padding-top: calc(var(--navbar-height-mobile-simple) + var(--timebar-height) + var(--mobile-subnav-height));
  }

  .sub-nav--mobile .container,
  .sub-nav--mobile .row,
  .sub-nav--mobile .col-12 {
    height: 100%;
  }

  .sub-nav--mobile .af-nav--list {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 100%;
    gap: 16px;
    margin: 0;
    padding: 0;
  }

  .sub-nav--mobile .af-nav-link {
    font-size: 0.875rem;
    text-decoration: none;
  }

  .sub-nav--mobile ul li.active a {
    color: var(--link-hover-color);
    display: inline-block;
    font-weight: 700;
  }

  .sub-nav--mobile ul li a:after {
    bottom: auto;
    top: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar--at-main-nav .nav-link {
    font-size: 0.9375rem;
  }

  .navbar-toggler {
    padding-left: 0;
  }

  .navbar--at-main-nav {
    padding: 5px 0 !important;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 32px;
    width: 70px;
  }

  .sub-nav .af-nav--list {
    gap: 20px;
  }

  .sub-nav .af-nav-link {
    font-size: 0.875rem;
  }

  .main-nav__search-link {
    width: 35px;
    height: 30px;
    background-size: 20px;
    margin: 0 5px;
  }

  .navbar-toggler {
    padding: 0 5px 0 0;
  }

  .navbar-nav {
    margin-bottom: 70px;
  }
}

@media (max-width: 374.98px) {
  .btn-primary {
    font-size: 0.75rem;
  }

  .navbar-brand img {
    height: 30px;
  }
}

@media (max-width: 359.98px) {
  .sub-nav .af-nav--list {
    gap: 16px;
  }

  .sub-nav .af-nav-link {
    font-size: 0.8125rem;
  }
}

/*GLOBAL NAVIGATION STYLES*/

/* About Us Image Wrapper */

.about-us-image-wrapper {
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: visible;
  position: relative;
  margin: 0;
}

.about-us-image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  display: block;
  max-width: 100%;
}

@media (min-width: 992px) {
  .about-us-image-wrapper {
    max-width: 720px;
  }
}

.wider-data-frame {
  position: relative;
  width: 100%;
  float: left;
}

/*footer styles*/

.main-footer {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 60px 0;
  position: relative;
  z-index: 916;
}

@media (max-width: 991.98px) {
  .main-footer--blog {
    padding-bottom: 5rem;
  }
}

@media (max-width: 767.98px) {
  body:has(.fixed-button) .minimal-footer,
  body:has(.footer-btn-wrap) .minimal-footer,
  body:has(.select-ticket-mobile-btn) .minimal-footer {
    padding-bottom: 5rem;
  }

  body:has(.fixed-button),
  body:has(.select-ticket-mobile-btn) {
    padding-bottom: 80px;
  }
}

.footer-brand {
  float: left;
  margin: 0 0 15px 0;
}

.footer-brand img {
  height: 50px;
}

.footer-social-icons {
  width: 100%;
  float: left;
  padding: 0;
  margin: 10px 0;
}

.footer-social-icons li {
  float: left;
  list-style: none;
  margin-right: 15px;
}

.footer-social-icons li a {
  float: left;
  border: 0;
  text-decoration: none;
}

.footer-terms-policy {
  width: 100%;
  float: left;
  margin: 2px 0;
  font-size: 0.625rem;
  color: #969696;
}

.footer-terms-policy a {
  color: #343434;
  text-decoration: none;
}

.footer-nav-list {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 10px;
}

.footer-nav-list li {
  width: 100%;
  float: left;
  list-style: none;
  margin: 5px 0;
  font-size: 0.9375rem;
  color: #343434;
  font-weight: 500;
  line-height: 1.3;
}

.footer-nav-list li a {
  float: left;
  font-size: 0.9375rem;
  color: #333333;
  font-weight: 400;
  word-break: break-word;
}

.footer-online-billboard {
  width: 100%;
  float: left;
  margin-bottom: 80px;
  padding: 80px 150px;
  background: #250e44;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 50px 160px #5e47f7;
  display: -webkit-box;
  display: flex;
}

.footer-online-billboard:before {
  width: 368px;
  height: 463px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -135px;
  margin-left: -185px;
  background: url(/images/ticket-graphics.png?f2fdc427d85ba7fc20fca128af77bf81);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-online-billboard__caption {
  width: 50%;
  float: left;
  -webkit-box-pack: center;
          justify-content: center;
}

.footer-online-billboard__head {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.footer-online-billboard__head span {
  font-weight: 400;
}

.footer-online-billboard__btn {
  background: #6d51fe;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 0.9375rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 12px 15px;
  float: left;
  margin: 10px 10px 0 0;
  text-decoration: none;
  box-shadow: 0px 5px 15px #6d51fe;
}

.footer-online-billboard__btn:hover {
  background-color: #6d51fe;
  color: #fff;
  text-decoration: none;
}

.footer-online-billboard__contact {
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: end;
          align-items: flex-end;
}

.footer-online-billboard__contact p {
  width: 100%;
  float: left;
  font-size: 1.25rem;
  text-align: right;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
}

.footer-online-billboard__contact p a {
  float: right;
  color: var(--color-afton-purple);
  text-decoration: none;
}

.footer-online-billboard__contact p a:hover {
  text-decoration: none;
}

.footer-online-billboard__contact p a.green-solid-btn {
  color: #fff;
  margin: 10px 0 0 0;
  min-width: 150px;
}

@media (max-width: 1199.98px) {
  .footer-online-billboard {
    padding: 60px 30px;
  }
}

@media (max-width: 991.98px) {
  .footer-nav-list li a {
    font-size: 0.9375rem;
  }

  .footer-online-billboard:before {
    width: 250px;
    margin-left: -126px;
    background-size: 100%;
  }
}

@media (max-width: 767.98px) {
  .tag-cloud-wrapper {
    margin: 30px 0 0;
  }

  .footer-online-billboard {
    padding: 45px 20px;
    display: block;
  }

  .footer-online-billboard__caption {
    width: 100%;
    margin-bottom: 200px;
  }

  .footer-online-billboard__head {
    font-size: 2rem;
    line-height: 1.3;
  }

  .footer-online-billboard__contact {
    width: 100%;
  }

  .footer-online-billboard:before {
    width: 220px;
    height: 463px;
    left: auto;
    bottom: -25px;
    margin-left: 0;
    background-size: 100%;
    right: 0;
  }

  .footer-online-billboard__contact p {
    text-align: left;
  }

  .footer-online-billboard__contact p a {
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  .footer-nav-list {
    margin-bottom: 45px;
  }

  .footer-nav-list li {
    width: 100%;
    padding-left: 40%;
  }

  .footer-nav-list li:first-child {
    width: 40%;
    padding-left: 20px;
  }

  .footer-nav-list li:nth-child(2) {
    width: 60%;
    padding-left: 0;
  }

  .footer-brand {
    padding: 0 0 0 20px;
  }

  .footer-social-icons {
    margin: 30px 0 15px;
    padding: 0 0 0 20px;
  }

  .footer-terms-policy {
    padding: 0 0 0 20px;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

@media (max-width: 575.98px) {
  .footer-online-billboard:before {
    bottom: 20px;
  }

  .footer-nav-list li a {
    padding: 0 10px 10px;
  }
}

@media (max-width: 359.98px) {
  .footer-online-billboard__contact p {
    font-size: 1.125rem;
  }

  .footer-online-billboard:before {
    display: none;
  }

  .footer-online-billboard__caption {
    margin-bottom: 60px;
  }
}

/* MINIMAL FOOTER */

.minimal-footer {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}

.minimal-footer.minimal-footer--event-details .footer-logo {
  display: none;
}

.minimal-footer .footer-logo-details {
  display: none;
}

.minimal-footer.minimal-footer--event-details .footer-logo-details {
  display: inline-block;
  background: rgba(0, 0, 0, 0.25);
  padding: 5px 20px;
  border-radius: 60px;
}

@media (max-width: 768.98px) {
  .checkout-body .minimal-footer {
    padding-bottom: 90px;
  }
}

.minimal-footer__logo {
  height: 36px;
}

.minimal-footer p {
  font-size: 0.875rem;
  margin: 1rem;
  color: var(--text-tertiary);
  display: inline-block;
}

.minimal-footer p a {
  font-size: 0.875rem;
}

.minimal-footer.minimal-footer--event-details p {
  display: inline-block;
  padding: 0 5px;
  border-radius: 10px;
}

/* MODAL */

.modal-backdrop {
  background-color: var(--bg-primary);
  -webkit-backdrop-filter: blur(13.5914px);
          backdrop-filter: blur(13.5914px);
  z-index: 9999;
  height: 100%;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.close--aft {
  position: fixed;
  top: 20px;
  right: 12px;
  z-index: 999;
}

.close--aft-sm {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1 !important;
  z-index: 9999;
}

.close--aft-seat-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1 !important;
  z-index: 10000;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.close--aft-seat-modal:hover {
  opacity: 0.7 !important;
}

.close--aft-seat-modal img {
  width: 44px;
  height: 44px;
}

.modal-content {
  border-radius: 1rem;
  padding: 1.5rem;
  background-color: var(--bg-tertiary);
}

.modal-body {
  padding: 1rem 0 0;
}

.tooltip .tooltip-inner {
  text-align: center;
}

.modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ui-tooltip {
  border-radius: 0.5rem !important;
  border: 1px solid var(--border-primary) !important;
  background-color: var(--bg-primary) !important;
  max-width: 360px !important;
  padding: 12px 16px !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15) !important;
  font-size: 0.875rem !important;
  line-height: 1.3 !important;
  color: var(--text-primary) !important;
  font-weight: 400 !important;
  white-space: unset !important;
}

.ui-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  border-width: 0 8px 10px 8px;
  border-style: solid;
  border-color: transparent transparent var(--border-primary) transparent;
}

.ui-tooltip::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 10%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  border-width: 0 7px 9px 7px;
  border-style: solid;
  border-color: transparent transparent var(--bg-primary) transparent;
}

/* IN-PURCHASE MODAL POPUPS */

@media (min-width: 576px) {
  .modal-dialog--purchase {
    max-width: 504px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .modal-content {
    padding: 1rem;
  }

  .modal-body {
    padding: 1rem 0 0 0;
  }
}

.purchase-modal-data-wrapper {
  position: relative;
  width: 100%;
  float: left;
}

.purchase-modal-data-frame h2 {
  font-size: 2rem;
  color: #1c2331;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0 7px 0;
}

.purchase-modal-data-frame h1 {
  font-size: 2rem;
  color: #1c2331;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin: 40px 0 7px 0;
}

.purchase-modal-data-frame p {
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 24px;
  color: #666;
}

.purchase-modal-data-frame p.sub-text {
  font-size: 0.75rem;
  line-height: 1.3;
}

.purchase-modal-data-frame p span {
  color: var(--color-afton-purple);
}

.purchase-modal-data-frame p a {
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 24px;
  color: #5fbcff;
}

.purchase-modal-form label {
  font-weight: normal;
  font-size: 0.625rem;
  line-height: 12px;
  color: var(--text-tertiary);
  margin-left: 15px;
  margin-bottom: 0;
}

.purchase-modal-form .form-control {
  height: 48px;
  font-size: 0.875rem;
}

.purchase-modal-form::-webkit-input-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
  /* Firefox */
}

.purchase-modal-form::-moz-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
  /* Firefox */
}

.purchase-modal-form:-ms-input-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
  /* Firefox */
}

.purchase-modal-form::-ms-input-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
  /* Firefox */
}

.purchase-modal-form::placeholder {
  color: var(--input-placeholder);
  opacity: 1;
  /* Firefox */
}

.purchase-modal-form:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--input-placeholder);
}

.purchase-modal-form::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--input-placeholder);
}

.purchase-modal-form .form-control:focus {
  border-color: #6b4efd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(107, 78, 253, 0.25);
}

.form-group__input {
  position: relative;
  float: left;
  width: 100%;
}

.btn-green {
  background: #41d96a;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(65, 217, 106, 0.3);
  border-radius: 4px;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.1875px;
  padding: 12px 0;
  color: #ffffff;
}

.btn-green:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-disabled {
  background: #cdcdcd;
  mix-blend-mode: normal;
  opacity: 0.6;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 6px 18px #cdcdcd;
  border-radius: 4px;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.1875px;
  padding: 12px 0;
  color: #ffffff;
}

.btn-disabled:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-fb {
  background: #4567b2;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(69, 103, 178, 0.3);
  border-radius: 4px;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.1875px;
  padding: 12px 0;
  color: #ffffff;
}

.fb-user-login-warning-modal .btn-fb {
  background: #4567b2 !important;
  padding: 8px 0;
}

.btn-fb:hover {
  color: #fff;
  opacity: 0.8;
}

.fb-icon {
  float: left;
  padding-left: 10px;
}

.or {
  position: relative;
  width: 100%;
  margin: 16px 0;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 16px;
  text-align: center;
  color: #7f838b;
  display: inline-block;
}

.or span {
  background-color: #fff;
  padding: 0 6px;
  z-index: 999;
  position: relative;
  border-radius: 30px;
}

.or:after {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-afton-purple);
  opacity: 0.2;
}

.forgot-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  float: left;
}

.forgot-wrap a {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 20px;
  text-align: center;
  color: var(--link-color);
}

.forgot-wrap a:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}

.purchase-modal-form .form-control.is-invalid,
.purchase-modal-form.was-validated .form-control:invalid,
.purchase-modal-form .form-control.is-valid,
.purchase-modal-form.was-validated .form-control:valid {
  background-image: none !important;
}

.auth-reset-actions {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.auth-reset-actions .btn {
  margin-right: 16px;
}

.purchase-modal-data-frame .minimal-footer {
  font-size: 0.625rem !important;
  line-height: 14px !important;
  margin-top: 15px !important;
  color: #969696;
  z-index: 1;
  padding: 0;
}

.purchase-modal-data-frame .minimal-footer a {
  font-size: 0.625rem !important;
  line-height: 14px !important;
  color: #343434 !important;
  text-decoration: underline;
}

/* CONTACT FLOW NAVIGATION */

.main-header--contact {
  box-shadow: 0px 5px 40px rgba(118, 102, 255, 0.31);
}

.main-header--contact .navbar--at-main-nav {
  padding: 13px 0;
}

.contact-breadcrumb li {
  position: relative;
  margin-left: 23px;
}

.contact-breadcrumb li:after {
  position: absolute;
  content: "";
  width: 23px;
  height: 1px;
  background-color: #cdcdcd;
  top: 17px;
  left: -23px;
  float: left;
}

.contact-breadcrumb li:first-child {
  margin-left: 0px;
}

.contact-breadcrumb li:first-child::after {
  display: none;
}

.contact-breadcrumb--item {
  font-size: 1rem;
  color: #c4c4c4;
  line-height: 1.1;
  border: 1px solid #cdcdcd;
  font-weight: 500;
  border-radius: 21.12px;
  width: 110px;
  height: 33px;
  padding-left: 26px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.contact-breadcrumb--item .ball {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 4px;
  left: 4px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  background-color: #cdcdcd;
  border-radius: 50%;
  float: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.contact-breadcrumb--item.active {
  border-color: #f8d225;
  background-color: #f8d225;
  color: #fff;
}

.contact-breadcrumb--item.active .ball {
  color: #f8d225;
  background-color: #fff;
}

.contact-breadcrumb--item.complete {
  border-color: #41d96a;
  background-color: #fff;
  color: #1c2331;
}

.contact-breadcrumb--item.complete .ball {
  text-indent: -9999999em;
  background-color: #41d96a;
  background-image: url("/img/global/tick.svg");
  background-repeat: no-repeat;
  background-position: 7px 8px;
}

.contact-data-section {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: calc(100vh - 203px);
  overflow-y: auto;
}

.contact-footer-outer {
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0;
  float: left;
}

.text-link-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  float: left;
}

.text-link-wrapper a {
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 16px;
  color: #51bfff;
  margin-bottom: 12px;
}

.btn-contact-footer {
  padding: 20px 0;
  font-weight: 500;
  font-size: 1rem;
}

.main-nav-search-wrap-device {
  display: none;
}

@media (max-width: 991.98px) {
  .main-nav-search-wrap-device {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 0;
  }

  .hide-text {
    text-indent: -99999999em;
  }
}

@media (max-width: 767.98px) {
  .at-form label {
    margin-left: 0;
  }
}

/* width */

* {
  scrollbar-color: #bab2ff transparent;
  scrollbar-width: thin;
}

body ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */

body ::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */

body ::-webkit-scrollbar-thumb {
  background: #bab2ff;
  border-radius: 5px;
}

/* Handle on hover */

body ::-webkit-scrollbar-thumb:hover {
  background: #7666ff;
}

/*SELECT2 STYLE #02 ENDS*/

.ticket-solution-wrapper--inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 320px;
  background: transparent url("/img/global/Online-Simulated-Ticket.png") no-repeat center right;
  float: left;
  font-size: 2.5rem;
  color: #1c2331;
  font-weight: 400;
}

.ticket-solution-wrapper--inner span {
  color: var(--color-afton-purple);
  font-weight: 600;
}

.ticket-solution-wrapper--inner a {
  font-size: 0.9375rem;
  color: #000000;
  background-color: var(--color-afton-purple);
  background-blend-mode: multiply;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5.43656px);
          backdrop-filter: blur(5.43656px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 4px;
  padding: 11px 15px;
  margin-left: 10px;
}

.ticket-solution-wrapper--inner a svg {
  margin-left: 10px;
}

.ticket-solution-wrapper--inner a:hover {
  opacity: 0.8;
}

.ticket-solution-wrapper--inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 320px;
  background: transparent url("/img/global/Online-Simulated-Ticket.png") no-repeat center right;
  float: left;
  font-size: 2.5rem;
  color: #1c2331;
  font-weight: 400;
}

.ticket-solution-wrapper--inner span {
  color: var(--color-afton-purple);
  font-weight: 600;
}

.ticket-solution-wrapper--inner a {
  font-size: 0.9375rem;
  color: #000000;
  background-color: var(--color-afton-purple);
  background-blend-mode: multiply;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5.43656px);
          backdrop-filter: blur(5.43656px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 4px;
  padding: 11px 15px;
  margin-left: 10px;
}

.ticket-solution-wrapper--inner a svg {
  margin-left: 10px;
}

.ticket-solution-wrapper--inner a:hover {
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .ticket-solution-wrapper--inner {
    display: block;
    text-align: left;
    background: transparent url("/img/global/Online-Simulated-Ticket.png") no-repeat center left;
    background-position: 10%;
    font-size: 2rem;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .ticket-solution-wrapper--inner a {
    display: inline-block;
    margin-left: 0;
  }

  .ticket-solution-wrapper--inner span {
    display: block;
  }
}

.featured-events-box-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  margin: 0;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .featured-events-box-link {
    margin-bottom: 1rem;
  }
}

.featured-events-box {
  float: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
}

.featured-events-box:hover .featured-events-box__overlay {
  opacity: 0.95;
}

.featured-events-box__img {
  width: 100%;
  aspect-ratio: 701/397;
  position: relative;
  text-align: center;
  background-color: var(--bg-secondary);
  overflow: hidden;
}

.featured-events-box__img img {
  border: none;
  outline: none;
}

.slick-slide .featured-events-box__img .img-data {
  width: 100%;
  height: 100%;
}

.img-data {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.event-details-widget__right-box .img-data {
  width: 100%;
}

@media (max-width: 575.98px) {
  .event-details-widget__right-box .img-data {
    height: auto;
  }
}

.featured-events-box__img-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.featured-events-box__content {
  float: left;
  width: 100%;
  position: relative;
  padding: 8px 0 16px;
}

.featured-events-box__footer {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
  padding-top: 0;
}

.featured-events-box__head {
  font-weight: 600;
  color: var(--text-primary);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.featured-events-box-link:hover .featured-events-box__head {
  color: var(--link-hover-color);
}

.featured-events-box__category {
  float: left;
  width: 100%;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #b6a7ff;
  margin: 10px 0 0;
  padding: 15px 0 0;
}

.featured-events-box__category:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 1px;
  background: #b6a7ff;
}

.featured-events-box .text-link {
  z-index: 2;
}

.featured-events-box__list {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

.featured-events-box__list li {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 6px;
  padding: 0;
  margin: 6px 0;
  list-style: none;
  color: var(--text-primary);
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  .featured-events-box__list li {
    font-size: 1rem;
  }
}

.featured-events-box__list li img {
  max-width: 15px;
  max-height: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}

.featured-events-box__list li span {
  display: inline-block;
}

.featured-events-box__group-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--color-afton-purple);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  text-align: left;
  color: #000000;
  padding: 10px 16px;
  border-radius: 50px;
}

/* Horizontal event card layout for /events page - Mobile only */

@media (max-width: 991.98px) {
  #list_events .featured-events-box-link {
    display: -webkit-box;
    display: flex;
  }

  #list_events .featured-events-box {
    -webkit-box-align: center;
            align-items: center;
    gap: 8px;
    height: auto;
  }

  #list_events .featured-events-box__img {
    max-height: 115px;
    flex-shrink: 0;
  }

  #list_events .featured-events-box__img .img-data {
    min-height: 115px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  #list_events .featured-events-box__content {
    -webkit-box-flex: 1;
            flex: 1;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    gap: 0.5rem;
  }

  #list_events .featured-events-box__group-badge,
  #list_events span.livestream_badge {
    position: absolute !important;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.5rem !important;
    top: 8px !important;
    right: 8px !important;
    padding: 6px 12px !important;
  }

  #list_events span.livestream_badge:after {
    width: 6px !important;
    height: 6px !important;
    margin-left: -7px !important;
  }

  #list_events .featured-events-box__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 0.25rem;
  }

  #list_events .featured-events-box__list li {
    margin: 0;
  }
}

/* New styles for badge, overlay, and content */

.featured-events-box__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;
  background-color: rgba(196, 181, 253, 0.95);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
  text-align: center;
  color: #000000;
  padding: 10px 16px;
  border-radius: 20px;
}

.featured-events-box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c4b5fd;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.featured-events-box__overlay span {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
}

.featured-events-text {
  width: 100%;
  padding: 0;
  margin: 0.85rem 0 0;
  font-weight: 500;
  line-height: 1;
  color: var(--text-primary);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}

@media (max-width: 767.98px) {
  .featured-events-wrap .row > .col-6:nth-child(odd) {
    padding-left: 15px;
    padding-right: 8px;
  }

  .featured-events-wrap .row > .col-6:nth-child(even) {
    padding-right: 15px;
    padding-left: 8px;
  }

  .featured-events-box__content {
    padding: 12px 0;
  }

  .featured-events-box__group-badge {
    font-size: 0.75rem;
    padding: 6px;
    line-height: 1;
  }

  .featured-events-box__badge {
    top: 8px;
    right: 8px;
    font-size: 0.75rem;
    padding: 6px 12px;
  }

  .featured-events-box__overlay span {
    font-size: 0.875rem;
  }
}

.afton-ticket__custom-select {
  position: relative;
  background: url(/images/down-arrow.svg?4f419426fe38fe4282bea42cbf6688b0) no-repeat right 0.5rem center/8px 7px;
  border: 1px solid rgba(118, 102, 255, 0.6);
  height: 48px;
  text-align: left;
}

.afton-ticket__custom-select[aria-expanded=true] {
  background-image: url(/images/up-arrow-blue.svg?20fc4ff0c70142a3d6e8ff4e0396bbce);
}

.afton-ticket__custom-select.active {
  background: #7666ff url(/images/close-white.svg?30a9bd92aec586f770f9bdb1a634372e) no-repeat right 0.5rem center/8px 7px;
}

.afton-ticket__custom-select::after {
  display: none;
}

.afton-ticket__custom-select-options {
  font-size: 0.875rem;
  line-height: 32px;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  color: #343434;
}

/*HOW IT WORKS VIDEO*/

.wider-data-frame--how-afton-works {
  margin: 90px 0 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff));
  background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
}

@media (max-width: 767.98px) {
  .wider-data-frame--how-afton-works {
    margin: 30px 0 0 0;
  }
}

.how-it-works--video {
  position: relative;
  width: 853px;
  height: 480px;
  background: #1c2331 url("/img/global/video-bg.jpg") no-repeat;
  border-radius: 8px;
  margin-top: -220px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  float: left;
  box-shadow: 0px 40px 150px #5247f7;
  padding-top: 198px;
}

.tme-how-it-works-box-shadow {
  box-shadow: 0px 40px 150px #5247f7;
}

.how-it-works--video h2 {
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin: 20px 10px;
}

.how-it-works--video p {
  font-weight: normal;
  font-size: 1rem;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.how-afton-works__tag {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: normal;
  font-size: 2.75rem;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #343434;
  margin: 120px 0 0;
}

.how-afton-works__tag .tag-style1 {
  color: var(--color-afton-purple);
  font-weight: 600;
}

.how-afton-works__tag .tag-style2 {
  color: #41d96a;
  font-weight: 600;
}

.how-afton-works__tag .tag-style3 {
  color: rgba(28, 35, 49, 0.4);
}

.modal-video-player .modal-content,
.modal-video-player .modal-body {
  padding: 0;
}

#hiw_video_player.embed-responsive-16by9::before {
  display: none;
}

@media (max-width: 1199.98px) {
  .tme-hero-banner .card__data {
    padding: 0px 44px;
  }

  .tme-hero-banner .card__data h1 {
    font-size: 2.25rem;
    line-height: 40px;
  }

  .tme-hero-banner .card__data h2 {
    font-size: 2.25rem;
    line-height: 40px;
  }
}

@media (max-width: 991.98px) {
  .tme-hero-banner .card__data {
    padding: 0px 0px 0px 20px;
  }

  .tme-hero-banner .card__data h1 {
    font-size: 1.75rem;
    line-height: 32px;
  }

  .tme-hero-banner .card__data h2 {
    font-size: 1.75rem;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  .tme-hero-banner {
    padding: 25px;
    overflow: hidden;
    border-radius: 6px;
  }

  .tme-hero-banner .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .tme-hero-banner .card__img-holder {
    width: 100%;
    height: 340px;
  }

  .tme-hero-banner .card__text-holder {
    position: relative;
    width: 100%;
    float: left;
    background-color: fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 20px;
  }

  .tme-hero-banner .card__text-holder p {
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1px;
    color: rgba(28, 35, 49, 0.4);
  }

  .tme-btn-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .tme-hero-banner .card__img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 17px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
  }

  .tme-hero-banner .card__img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    top: 0;
    left: 0;
    background-color: rgba(118, 102, 255, 0.5);
  }

  .tme-hero-banner .card__img h5 {
    color: #fff;
    font-size: 1.125rem;
    z-index: 9;
  }

  .tme-hero-banner .card__img h2 {
    color: #fff;
    font-size: 3.25rem;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 9;
  }

  .how-it-works--video {
    padding: 0 50px;
    padding-top: 197px;
    background-position: center;
    margin-top: 0;
  }

  .how-it-works--video h2 {
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .hye-card p {
    padding: 0 15px;
  }
}

@media (max-width: 575.98px) {
  .img-data {
    height: 100%;
    width: 100%;
  }

  .tme-hero-banner {
    padding: 10px;
  }

  .tme-hero-banner .card__img-holder {
    height: 184px;
  }

  .tme-hero-banner .card__img h2 {
    font-size: 2rem;
    line-height: 1;
  }

  .tme-hero-banner .card__text-holder p {
    line-height: 1.1;
  }

  .tme-btn-wrap .btn {
    width: 50%;
  }

  .how-it-works--video {
    display: block;
    background-position: center;
    height: 211px;
    background-size: cover;
  }

  .how-it-works--video h2 {
    position: absolute;
    top: 22%;
    left: 6%;
    float: left;
    font-size: 1.4375rem;
    text-align: left;
    width: 110px;
  }

  .how-it-works--video button {
    position: absolute;
    top: 41%;
    left: 45%;
    float: left;
  }

  .how-it-works--video button img {
    width: 39px;
    height: 39px;
  }

  .how-it-works--video p {
    position: absolute;
    left: 9%;
    float: left;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.2;
    bottom: 0%;
    width: 90%;
  }
}

/*HOW IT WORKS VIDEO ENDS*/

/* Download Tickets Section */

.my-tickets-download-tickets-wrap {
  position: relative;
  margin-top: 27px;
}

.my-tickets-download-tickets {
  font-size: 1rem;
  line-height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: left;
  color: #7666ff;
  border-bottom: 1px solid #7666ff;
  width: 100%;
  padding-bottom: 7px;
}

.my-tickets-download-tickets:hover {
  text-decoration: none;
  color: #7666ff;
}

.my-tickets-download-tickets-main-head-wrap {
  margin-top: 39px;
}

.my-tickets-download-tickets-sub-head {
  font-size: 1rem;
  line-height: 19px;
  color: #1c2331;
  margin-bottom: 7px;
}

.my-tickets-download-tickets-main-head {
  font-weight: 500;
  font-size: 3rem;
  line-height: 62px;
  letter-spacing: 0.0857143px;
  text-transform: uppercase;
  color: #1c2331;
  margin-bottom: 13px;
}

.my-tickets-download-tickets-box {
  border: 1px solid rgba(118, 102, 255, 0.6);
  box-shadow: 0px 5px 16px rgba(118, 102, 255, 0.15);
  border-radius: 4px;
}

.my-tickets-download-tickets-box-head {
  padding: 15px 20px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: flex;
}

.my-tickets-download-tickets-box-head .box-head__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #343434;
  margin: 0;
}

.my-tickets-download-tickets-box-head .green-solid-btn {
  font-size: 0.875rem;
  letter-spacing: 0;
  height: 36px;
  color: #ffffff;
  margin-left: 0;
  padding: 0px 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  box-shadow: 0 0 0;
}

.my-tickets-download-tickets-box-head .green-solid-btn.disabled {
  background: #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: default;
}

.my-tickets-download-tickets-box-head .green-solid-btn.disabled:hover {
  opacity: 0.65 !important;
}

.my-tickets-download-tickets-box-head .purple-solid-btn {
  font-size: 0.875rem;
  letter-spacing: 0;
  height: 36px;
  color: #ffffff;
  margin-left: 10px;
  padding: 0px 15px;
  background: #7666ff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.my-tickets-download-tickets-box-head .purple-solid-btn:hover {
  opacity: 0.8;
}

.transfer-ticket-list {
  display: -webkit-box;
  display: flex;
  padding: 0 20px;
  list-style: none;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.transfer-ticket-list li {
  width: 100%;
  display: -webkit-box;
  display: flex;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-top: 1px solid rgba(118, 102, 255, 0.4);
}

.transfer-ticket-list .transfer-ticket-wallet {
  width: 50%;
  display: -webkit-box;
  display: flex;
}

.transfer-ticket-list li .add-apple-wallet-btn {
  position: relative;
  width: 100px;
  flex-shrink: 0;
}

.transfer-ticket-list li .add-apple-wallet-btn img {
  width: 100%;
}

.ticket-list__name {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #343434;
}

.ticket-list__name label {
  margin: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  font-weight: normal;
  font-size: 0.875rem;
  color: #343434;
}

.ticket-list__name input[type=checkbox] {
  margin-right: 5px;
  cursor: pointer;
}

.ticket-list__name input[type=checkbox]:disabled {
  cursor: not-allowed;
}

.ticket-list__name input[type=checkbox]:disabled ~ span {
  cursor: not-allowed;
  color: #999999;
}

.ticket-list__name span {
  cursor: pointer;
}

.ticket-list__name .purple-solid-btn {
  font-size: 0.8125rem;
  line-height: 1;
  color: #ffffff;
  margin-left: 10px;
  padding: 2px 5px;
  background: #7666ff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ticket-list__transfrd {
  padding: 5px 0 0;
  width: calc(100% - 18px);
  margin: 5px 0 0 40px;
}

.ticket-list__transfrd span {
  display: -webkit-box;
  display: flex;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 0;
  color: #999999;
  font-style: italic;
}

.afton__modal-ticket {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--text-tertiary);
  margin: 0 0 5px;
}

@media (max-width: 575.98px) {
  .profile-outline-btn {
    margin-top: 10px;
  }
}

@media (max-width: 1199.98px) {
  .my-tickets-download-tickets-box-head .box-head__title {
    font-size: 1rem;
  }

  .my-tickets-download-tickets-box-head .green-solid-btn,
  .my-tickets-download-tickets-box-head .purple-solid-btn {
    padding: 0px 5px;
  }
}

.my-tickets-download-tickets-box-details {
  border-top: 1px solid rgba(118, 102, 255, 0.6);
  border-bottom: 1px solid rgba(118, 102, 255, 0.6);
  background-color: #f8f8f8;
  padding: 18px 20px 6px;
  min-height: 317px;
  overflow-y: auto;
}

.my-tickets-download-tickets-box-details-wrap {
  margin-bottom: 15px;
}

.my-tickets-download-tickets-box-details-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 18px;
  color: #343434;
  margin-bottom: 2px;
}

.my-tickets-download-tickets-box-details-text.link {
  font-size: 0.6875rem;
  line-height: 16px;
  color: #51bfff;
}

.my-tickets-download-tickets-box-details-sub-text {
  font-size: 0.875rem;
  line-height: 20px;
  color: #979a9f;
}

.my-tickets-download-tickets-box-receipt-sub-text {
  font-size: 1rem;
  line-height: 30px;
  color: #343434;
}

.my-tickets-download-tickets-box-details-sub-text.link {
  color: #51bfff;
}

.my-tickets-download-tickets-box-details-sub-text.link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #51bfff;
          text-decoration-color: #51bfff;
}

.my-tickets-download-tickets-box-address-wrap {
  padding: 18px 20px 9px;
  word-break: break-word;
}

.my-tickets-download-tickets-box-receipt-head {
  padding: 20px;
}

.my-tickets-download-tickets-box-address-head {
  font-size: 1rem;
  line-height: 1.5;
  color: #343434;
  margin-bottom: 0;
}

.my-tickets-download-tickets-box-address {
  font-size: 0.8125rem;
  line-height: 24px;
  color: #979a9f;
}

.success-alert {
  font-weight: 500;
  font-size: 0.8125rem;
  margin-top: 16px;
  padding: 10px 20px;
}

.success-alert.sm {
  display: none;
}

.my-tickets-download-tickets-box-receipt {
  font-size: 1.125rem;
  line-height: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  text-transform: uppercase;
  color: #343434;
  margin-bottom: 22px;
}

.my-tickets-download-tickets-box-receipt-location-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 12px;
}

.my-tickets-download-tickets-item-wrap {
  background: var(--bg-primary);
  border-radius: 1rem !important;
  padding: 0 0.5rem;
  padding-right: 0;
  margin-bottom: 2px;
  min-height: 50px;
}

.my-tickets-download-tickets-item-left {
  background: #b7b7b7;
  position: relative;
  min-width: 5px;
  top: 0px;
  left: -10px;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  display: -webkit-box;
  display: flex;
}

.my-tickets-download-tickets-item {
  padding-right: 10px;
}

.my-tickets-download-tickets-box-details.payment-receipt {
  min-height: 294px;
  padding: 20px;
}

.my-tickets-download-tickets-item--text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.125rem;
}

.my-tickets-download-tickets-item--sub-text {
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--text-tertiary);
}

.my-tickets-download-tickets-item-middle--text {
  font-size: 0.875rem;
  font-weight: 500;
  word-break: break-word;
}

.cart-details-bundle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 2px 0;
}

.bundle__ticket-name {
  display: -webkit-box;
  display: flex;
  flex-shrink: 1;
  font-size: 0.75rem;
  color: var(--text-tertiary);
  line-height: 1;
}

.bundle__ticket-price {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  padding-left: 5px;
  font-size: 0.75rem;
  color: var(--text-tertiary);
  line-height: 1.3;
}

.bundle__ticket-price span {
  display: inline-block;
  text-align: right;
}

.my-tickets-download-tickets-item-middle--sub-text {
  font-size: 0.75rem;
  color: var(--text-tertiary);
}

.my-tickets-download-tickets-item-middle--sub-text.time-slot-entry {
  color: #666;
  font-weight: 600;
}

.my-tickets-download-tickets-item-middle--sub-text.time-slot-entry span {
  font-weight: 400;
}

.my-tickets-download-tickets-item-right {
  padding: 0 0.5rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  min-width: 130px;
  -webkit-box-pack: end;
          justify-content: flex-end;
  flex-shrink: 0;
}

.my-tickets-download-tickets-item-right--sub-text {
  font-weight: 700;
}

.my-tickets-download-tickets-item-right a {
  margin: 0;
  color: var(--text-primary);
}

.my-tickets-download-tickets-gift-card-wrap {
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.my-tickets-download-tickets-gift-card {
  background: #ffffff;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 50px;
  padding: 0 15px;
  width: calc(100% - 30px);
  left: 15px;
  top: -25px;
}

.my-tickets-download-tickets-gift-card span {
  color: #1c2331;
}

.my-tickets-download-tickets-gift-card--text {
  font-size: 0.875rem;
  line-height: 20px;
  color: rgba(28, 35, 49, 0.5);
  margin-bottom: 0;
}

.my-tickets-download-tickets-gift-card--sub-text {
  font-size: 0.8125rem;
  color: rgba(28, 35, 49, 0.25);
  margin-top: 8px !important;
}

.my-tickets-download-tickets-cost-wrap {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 5px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(118, 102, 255, 0.6);
}

.my-tickets-download-tickets-total-cost-wrap {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 0px 20px 20px;
}

.my-tickets-download-tickets-total-cost {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #343434;
}

.my-tickets-id {
  color: #51bfff;
}

.my-tickets-download-tickets-item-middle {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 5px 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.my-tickets-download-tickets-box-details.livestream-ticket-details {
  min-height: auto;
}

@media (max-width: 991.98px) {
  .pick-seats__modal-content .my-tickets-download-tickets-item-wrap {
    width: 100%;
    min-width: 245px;
  }

  .my-tickets-download-tickets-item--text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 10px 0;
  }
}

@media (max-width: 767.98px) {
  .my-tickets-download-tickets-item {
    padding-right: 5px;
  }

  .my-tickets-download-tickets-item-right {
    padding: 0 2px;
  }
}

@media (max-width: 575.98px) {
  .success-alert {
    display: none !important;
  }

  .success-alert--display {
    display: -webkit-box !important;
    display: flex !important;
  }

  .success-alert.sm {
    display: -webkit-box !important;
    display: flex !important;
    margin-top: 22px;
    margin-bottom: 6px;
  }

  .my-tickets-download-tickets-main-head {
    font-size: 2rem;
  }
}

/* livestream ticket listing */

.direct-ticket-details-wrap {
  position: relative;
  width: 100%;
  float: left;
}

.direct-ticket-details-wrap h4 {
  position: relative;
  width: 100%;
  padding: 0;
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  color: #333;
}

.purchased-ticket-details-list {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  float: left;
  max-height: 125px;
  overflow-y: scroll;
}

.purchased-ticket-details-list li {
  position: relative;
  width: 100%;
  padding: 8px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(118, 102, 255, 0.25);
}

.purchased-ticket-details-list li .ticket--count {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 20px;
  color: #333;
}

.purchased-ticket-details-list li .ticket--link {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  color: #7666ff;
}

.purchased-ticket-details-list li .copy--link {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 14px;
  color: #7666ff;
  background: rgba(109, 81, 255, 0.05);
  border: 1px solid #7666ff;
  border-radius: 3px;
  padding: 4px 13px;
}

.purchased-ticket-details-list li .copy--link:hover {
  background-color: #7666ff;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .direct-ticket-details-wrap {
    width: 100%;
  }

  .direct-ticket-details-wrap h4 {
    padding: 0;
  }

  .purchased-ticket-details-list {
    max-height: 100%;
    overflow-y: auto;
    margin: 15px 0;
  }
}

@media (max-width: 575.98px) {
  .direct-ticket-details-wrap {
    width: 100%;
    left: 0;
    margin-bottom: 0px;
  }

  .purchased-ticket-details-list {
    padding: 0;
  }

  .purchased-ticket-details-list li {
    display: block;
  }
}

/* livestream ticket listing ends here */

.no-status-found {
  background: var(--bg-secondary);
  border: 2px solid var(--color-alert);
  box-sizing: border-box;
  border-radius: 1rem;
  float: left;
}

.no-status-found--text {
  font-weight: 400;
  padding: 1.5rem;
  margin: 0;
  color: #e54666;
  line-height: 1;
}

.ticket-group-wrap {
  position: relative;
  width: 100%;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: solid 1px #d5d5d5;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .how-afton-works__tag {
    font-size: 2rem;
  }

  .home-reviews__quote {
    font-size: 1.5rem !important;
  }

  .wider-data-wrap--featured-events .section-head {
    text-align: center;
  }

  .pick-seats__modal-content .my-tickets-download-tickets-item-wrap {
    width: unset;
    min-width: unset;
  }

  .no-status-found--text {
    padding: 15px 20px;
  }
}

.no-results-wrap {
  font-size: 1.125rem;
  gap: 0.5rem 0;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.review-badges {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

.bbb-badge {
  padding-right: 24px;
}

.blue-txt {
  color: #6d51fe;
}

/* Privacy Policy Pages */

.wider-data-frame--legal {
  padding: 2.5rem 0;
}

@media (max-width: 767.98px) {
  .wider-data-frame--legal {
    padding: 1.5rem 0;
  }
}

.wider-data-frame--legal p {
  font-size: 1rem;
  line-height: 1.3;
}

.wider-data-frame--legal ul {
  padding: 0 18px;
  margin: 20px 0px;
}

.wider-data-frame--legal ul li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
}

.wider-data-frame--legal ul li p a {
  color: var(--color-afton-purple);
}

.wider-data-frame--legal a {
  color: var(--color-afton-purple);
}

.wider-data-frame--legal .nested-desc {
  padding-left: 30px;
}

.wider-data-frame--legal ul.nested-desc {
  padding-left: 43px;
}

/* Cart Icon */

.cart {
  margin-left: 10px;
  position: relative;
  display: block;
}

@media (max-width: 575.98px) {
  .cart {
    margin-left: 5px;
  }
}

.badge-bubble {
  position: absolute;
  display: none;
  font-style: normal;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #fff;
  background: #7F37F5;
  border-radius: 50%;
  top: -5px;
  left: 3px;
  padding: 4px 1px 2px 1px;
  width: 21px;
  height: 21px;
}

.c-badge .badge-bubble {
  display: block !important;
}

.c-badge i svg g {
  opacity: 1 !important;
}

.c-badge i svg g path {
  fill: #000 !important;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .main-nav-search-wrap {
    width: 200px !important;
  }
}

.accomodation-suggesion-wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 44px;
}

.accomodation-suggesion-wrap .event-suggestion-head {
  font-size: 1.375rem;
  text-align: left;
  padding-bottom: 15px;
}

.accomodation-suggesion-wrap .accomodation-suggesion {
  padding: 5px;
  border: 1px solid rgba(118, 102, 255, 0.4);
  border-radius: 3px;
}

@media (max-width: 575.98px) {
  .accomodation-suggesion-wrap .event-suggestion-head {
    padding: 0 17px 17px 0;
  }

  .accomodation-suggesion-wrap {
    padding: 0 15px;
    margin-top: 0;
  }
}

/* Legacy SweetAlert styles removed - now using _sweetalert2-custom.scss */

.checkout_form_outer {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  float: left;
}

.delivery_method_required .checkout-type-btn {
  border-color: #ff667d !important;
  color: #ff667d !important;
  background-color: rgba(255, 102, 125, 0.1) !important;
}

span.livestream_badge {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  z-index: 9;
  background-color: var(--color-afton-purple) !important;
  font-weight: 500;
  font-size: 0.75rem !important;
  line-height: 1;
  text-align: left;
  padding: 10px 16px !important;
  border-radius: 50px !important;
  color: #000000 !important;
}

span.livestream_badge:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-discount-typography);
  position: absolute;
  left: 10px;
  top: 50%;
  border-radius: 10px;
  margin-top: -4px;
  margin-left: -5px;
}

.swal2-container {
  z-index: 9999992 !important;
}

.required-star {
  color: var(--color-alert);
}

@media (max-width: 991.98px) {
  .my-tickets-download-tickets-box-head {
    display: block;
  }

  .my-tickets-download-tickets-box-head .box-head__title {
    margin-bottom: 15px;
  }

  .ticket-download-btn {
    margin-top: 10px;
  }
}

.my-tickets-download-tickets-main-head a {
  color: var(--color-afton-purple);
}

.my-tickets-download-tickets-main-head a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#broadcast_ticket_modal h3 {
  font-size: 1.125rem;
  width: 90%;
  margin: 10px 0;
}

.modal-button-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 15px;
  float: left;
}

.no_thanks {
  position: relative;
  color: #41d96a !important;
  text-decoration: none;
  background: rgba(244, 255, 247, 0.9);
  border: 1px solid #41d96a;
  box-shadow: none;
  padding: 9px 60px;
  margin: 15px 0;
}

.no_thanks:hover {
  background: white;
}

.modal-button-wrap .btn-success {
  background: #41d96a;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  padding: 9px 60px;
}

#broadcast_ticket_modal .modal-footer {
  border-top: none;
}

.image-none-sm {
  display: none;
}

@media (max-width: 991.98px) {
  #broadcast_ticket_modal .modal-content {
    background-image: none !important;
    padding: 0;
  }

  #broadcast_ticket_modal .modal-header {
    padding: 0;
  }

  #broadcast_ticket_modal .modal-body {
    padding: 0;
  }

  .image-none-md {
    display: none;
  }

  .image-none-sm {
    display: block;
  }

  .image-none-sm img {
    max-width: 100%;
  }

  .mob-margin {
    margin: 30px;
  }

  .mob-margin-lr {
    margin: 0 30px 15px 30px;
  }

  #broadcast_ticket_modal a p {
    margin-bottom: 0;
  }

  .no_thanks {
    margin: 0 0 15px 0;
  }

  .mob-margin p {
    width: 90%;
  }
}

@media (max-width: 767.98px) {
  #broadcast_ticket_modal .modal-body h2 {
    font-size: 1.5rem;
  }

  #broadcast_ticket_modal h3 {
    font-size: 1.125rem;
  }

  #broadcast_ticket_modal p {
    font-size: 0.9375rem;
  }

  .mob-margin-lr {
    margin: 0 30px 10px 30px;
  }

  .modal-button-wrap {
    display: block;
    text-align: center;
  }

  .modal-button-wrap .btn-success {
    width: 100%;
  }

  .no_thanks {
    margin-top: 0;
  }
}

.btn-outline-green-thanks {
  margin: 0 !important;
  color: #41d96a !important;
  background: rgba(244, 255, 247, 0.9);
  border: 1px solid #41d96a;
  box-shadow: none;
  margin-left: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
}

.model-validation-error {
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  margin: 0 0 15px;
  background: #fff0f0;
  color: #ff3131;
  border-radius: 3px;
}

/* login options drop down style starts here */

.nav_login-opt {
  white-space: normal !important;
}

.nav_login-opt .dropdown-menu .btn-primary {
  width: 140px;
  margin: 7px 15px;
  background: #fff;
  color: var(--color-afton-purple);
  font-size: 0.875rem;
  padding: 9px 5px;
  word-break: break-all;
}

.nav_login-opt .dropdown-menu .btn-primary:hover {
  background: #fff;
  color: var(--color-afton-purple);
  border-color: var(--color-afton-purple);
}

.nav_login-opt .dropdown-menu {
  box-shadow: -1px 27px 50px rgba(255, 214, 28, 0.3);
  margin-top: 10px;
}

.device-home-help-label {
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.mobile-floating-help-wrap {
  display: none;
}

@media (max-width: 991.98px) {
  .nav_login-opt {
    margin-bottom: 15px !important;
  }

  .nav_login-opt .dropdown-menu.show {
    display: -webkit-box;
    display: flex;
  }

  .nav_login-opt .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: 0;
    position: relative;
    background-color: #fff;
  }

  .nav_login-opt .dropdown-menu .btn-primary {
    width: auto;
    margin: 0;
    background: #ffffff;
    color: var(--color-afton-purple);
    border: 1px solid var(--color-afton-purple);
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 50%;
    margin-left: 15px;
  }

  .nav_login-opt .dropdown-menu .btn-primary:first-child {
    margin: 0;
  }

  .mobile-floating-help-wrap {
    display: block;
    position: relative;
  }

  .mobile-floating-help {
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
  }

  .mobile-floating-help img {
    width: 30px;
  }

  .mobile-floating-help-wrap .dropdown-menu {
    padding: 10px;
    margin: 0;
    background: #fff;
    min-width: 200px;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .mobile-floating-help-wrap .dropdown-menu::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .mobile-floating-help-wrap .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    box-shadow: -1px -6px 15px rgba(109, 81, 255, 0.25);
    z-index: 0;
  }

  .mobile-floating-help-wrap .dropdown-menu .btn {
    width: 100%;
    margin: 5px 0;
    border-color: #fff;
    color: #000000;
    padding: 10px 0;
    font-size: 0.75rem;
    background: var(--color-afton-purple);
  }
}

@media (max-width: 767.98px) {
  .mobile-floating-help-wrap .dropdown-menu {
    top: calc(100% + 16px);
  }
}

@media (max-width: 575.98px) {
  .mobile-floating-help img {
    width: 22px;
  }
}

/* login options drop down style ends */

.preview-page-badge {
  width: 100%;
  position: fixed;
  background: var(--color-alert);
  top: 0;
  left: 0;
  z-index: 10001;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .device-help-block {
    width: 100%;
    float: left;
    margin: 60px 0 90px;
  }
}

@media (max-width: 767.98px) {
  .device-help-block {
    margin: 0;
  }
}

/* Client landing page styles */

.client-bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.client-bg-wrap .client-bg-wrap__graphic {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(50px) brightness(0.9);
          filter: blur(50px) brightness(0.9);
  background-size: cover;
}

.event-details-widget__client-website {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

.event-details-widget__client-website a {
  font-weight: normal;
  font-size: 1rem;
  line-height: 19px;
  text-decoration: underline;
  color: #7666ff;
}

.client-events-wrap {
  width: 100%;
  float: left;
  padding: 45px 5%;
  background: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 45px;
}

.client-details-widget {
  width: 100%;
  height: 100%;
  float: left;
  background: #fff;
  padding: 40px 60px;
  border-top-left-radius: 25px;
}

.client-details-widget__desc {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.6;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.8);
}

.right-box--client {
  background-color: #fff !important;
}

@media (max-width: 991.98px) {
  html .right-box--client {
    background-color: transparent !important;
    background: transparent !important;
  }

  html .right-box--client .event-details-widget__right-box-poster {
    background-color: transparent !important;
    background: transparent !important;
  }
}

.client-events__head {
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 45px 0 30px 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #343434;
}

.client-events__section {
  display: -webkit-box;
  display: flex;
  border-top: 1px solid #7666ff;
  padding: 45px 0;
}

.client-events-list__head {
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 15px 0 30px 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  color: #343434;
}

.client-events__widget {
  display: -webkit-box;
  display: flex;
  margin: 15px 0 30px;
  -webkit-box-align: start;
          align-items: flex-start;
}

.client-events__widget-img {
  display: -webkit-box;
  display: flex;
  width: 100px;
}

.client-events__widget-data {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0 0 0 30px;
}

.client-events__widget-data p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 18px;
  color: rgba(28, 35, 49, 0.8);
}

.widget-data__title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  color: #1c2331;
  margin: 5px 0;
}

.widget-data__list {
  display: -webkit-box;
  display: flex;
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

.widget-data__list li {
  display: -webkit-box;
  display: flex;
  padding: 0;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 18px;
  color: #1c2331;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #666;
}

.widget-data__list li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.widget-data__list li img {
  margin-right: 5px;
}

.widget-data__list li a {
  color: #1c2331;
}

.widget-data__list li a:hover {
  color: #7666ffe6;
}

@media (max-width: 1199.98px) {
  .client-details-widget {
    padding: 40px 45px;
  }
}

@media (max-width: 991.98px) {
  .client-details-widget {
    padding: 30px;
    border-top-left-radius: 0px;
  }

  .client-events__section {
    padding: 30px 0;
  }

  .client-events__head {
    padding: 30px 0 20px 0;
  }

  .widget-data__title {
    margin: 0 0 5px 0;
  }
}

@media (max-width: 767.98px) {
  .client-details-widget {
    padding: 30px 15px;
  }

  .client-events-wrap {
    padding: 30px 15px;
  }

  .client-bg-wrap {
    display: none;
  }

  .client-events__widget-img {
    width: 75px;
  }

  .client-events__widget {
    margin: 15px 0 15px;
  }
}

@media (max-width: 575.98px) {
  .client-events-wrap > .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .widget-data__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .widget-data__list li {
    padding: 5px 0;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }

  .client-events__widget-data {
    padding: 0 0 0 15px;
  }

  .client-details-widget {
    padding: 30px 0px;
  }

  .client-events-wrap {
    padding: 15px 15px;
  }

  .client-events__section {
    padding: 20px 0;
  }
}

/* fastbar styles */

.fastbar-checkout__head-wrap {
  width: 100%;
  float: left;
  margin: 30px 0 15px;
  padding: 0 15px;
}

.fastbar-checkout__head-wrap.fastbar-logo {
  border-bottom: 1px solid rgba(117, 102, 255, 0.5);
}

.fastbar-checkout__head-wrap.fastbar-logo .fastbar-checkout__head-wrap-head {
  color: #7666ff;
  padding-right: 220px;
  background-image: url(/images/fastbar-logo.png?109da45877e2e91ef861b4790b5182a7);
  background-repeat: no-repeat;
  background-position: right center;
}

.fastbar-checkout__head-wrap.fastbar-logo .fastbar-checkout__head-wrap-desc {
  width: 80%;
  font-size: 0.75rem;
  color: #7a7a7a;
}

.fastbar-checkout__head-wrap-head {
  font-weight: 500;
  font-size: 1.125rem;
  color: #1c2331;
}

.fastbar-checkout__head-wrap-desc {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #000;
  margin: 0;
}

.fastbar-checkout__options {
  position: relative;
  padding: 0 0 0 0;
}

.fastbar-checkout__options .form-check {
  padding: 0;
  margin: 15px 0;
}

.fastbar-checkout__options .form-check .form-check-label {
  width: 100%;
  color: #333;
  background: #fff;
  border: 1px solid #ececec;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px;
  padding-left: 45px;
  cursor: pointer;
  position: relative;
}

.fastbar-checkout__options .form-check.recommended .form-check-label {
  position: relative;
  border-color: #a99fff;
}

.fastbar-checkout__options .form-check.recommended .form-check-label::before {
  content: "Recommended";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #a99fff;
  color: #fff;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 5px 10px;
}

.fastbar-checkout__options .form-check-input {
  width: 20px;
  height: 20px;
  margin-left: 0;
  left: 15px;
  top: 50%;
  z-index: 10;
  margin-top: -10px;
}

.fastbar-checkout__options .form-check .form-check-label {
  font-size: 1.125rem;
}

.fastbar-checkout__options .form-check.recommended .form-check-label span {
  font-size: 1rem;
}

.fastbar-checkout__options .form-check .form-check-label span {
  display: block;
  font-size: 0.875rem;
}

.fastbar-checkout__data {
  position: relative;
}

.fastbar-checkout__data .fastbar-checkout__head-wrap {
  padding: 0;
}

.form-group__info {
  font-style: italic;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #000000;
  display: block;
  margin: 5px 0 0;
}

.fastbar-checkout__data .p-desc {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000000;
  display: block;
}

.fastbar-checkout__data .custom-control {
  margin-left: 25px;
}

.fastbar-hiw-ul {
  padding: 0;
  list-style: none;
  display: block;
  margin: 0 0 45px;
}

.fastbar-hiw-ul li {
  display: block;
  padding: 0;
  list-style: none;
  margin: 10px 0;
}

.fastbar-hiw-ul li h4 {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
}

.fastbar-hiw-ul li h6 {
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 24px;
  color: rgba(28, 35, 49, 0.6);
}

@media (max-width: 575.98px) {
  .fastbar-checkout__options,
  .fastbar-checkout__head-wrap {
    padding: 0;
    margin-bottom: 0;
  }

  .fastbar-checkout__head-wrap.fastbar-logo .fastbar-checkout__head-wrap-head {
    padding-right: 0px;
    padding-top: 36px;
    background-position: left top;
  }

  .fastbar-checkout__head-wrap.fastbar-logo .fastbar-checkout__head-wrap-desc {
    width: 100%;
  }

  .fastbar-checkout__options .form-check .form-check-label {
    padding: 10px;
    padding-left: 45px;
    font-size: 1.125rem;
  }

  .fastbar-checkout__options .form-check .form-check-label span {
    font-size: 1rem !important;
  }
}

.my-tickets-head--download-image img {
  width: 16px;
}

.fastbar-modal .fastbar-checkout__head-wrap-head {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1c2331;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.fastbar-modal .fastbar-checkout__head-wrap-head img {
  height: 25px;
  position: relative;
  left: 5px;
  top: -3px;
}

.fastbar-modal .fastbar-checkout__head-wrap {
  margin: 0 0 15px;
}

.fastbar-modal .fastbar-modal__section-subhead {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  color: #1c2331;
  text-transform: none;
}

.fastbar-modal .fastbar-checkout__head-wrap,
.fastbar-modal .fastbar-checkout__options {
  padding: 0;
}

.fastbar-message-box {
  width: 100%;
  display: block;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  margin: 0 0 20px;
  padding-left: 65px;
}

.fastbar-message-box p {
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.46px;
  color: #333;
  margin: 0;
}

.fastbar-message-box p strong {
  font-weight: bold;
}

.fastbar-message-box.caution {
  background: rgba(255, 150, 36, 0.1);
  border: 1px solid #ff9624;
  background-image: url(/images/fb-caution.svg?26450566b3c00b38d76678a5cefb0763);
  background-position: 15px center;
  background-repeat: no-repeat;
}

.fastbar-message-box.caution p {
  color: #ff9624;
}

.fastbar-message-box.success {
  background: rgba(65, 217, 106, 0.4);
  border: 1px solid #41d96a;
  background-image: url(/images/fb-success.svg?54d7c90bf9e200c9c4498c105f323e3b);
  background-position: 15px center;
  background-repeat: no-repeat;
}

.fastbar-message-box.success p {
  color: #26af4b;
}

.fastbar-faq-modal .faq-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
  border-radius: 0;
}

.fastbar-faq-modal .faq-accordion .card {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #ccc;
}

.fastbar-faq-modal .faq-accordion .card:last-child {
  border-bottom: 1px solid #ccc;
}

.fastbar-faq-modal .faq-accordion .card .btn {
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000000;
  padding: 12px 0;
  text-align: left;
}

.fastbar-faq-modal .faq-accordion .card .btn:hover,
.fastbar-faq-modal .faq-accordion .card .btn:active,
.fastbar-faq-modal .faq-accordion .card .btn:focus {
  background-color: #f6f6f6;
  text-decoration: none;
}

.fastbar-faq-modal .faq-accordion .card-body {
  padding: 0 0 15px 0;
}

.fastbar-faq-modal .faq-accordion .card-body p {
  margin: 5px 0;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #666;
}

.fastbar-faq-modal .footer-btn-link {
  font-weight: normal;
  margin-top: 60px;
}

/* custom social share widget */

.share-widget-parent {
  cursor: pointer;
  position: relative;
}

.share-widget-parent.success-share-widget {
  position: absolute;
}

.sm-custom-share-widget {
  z-index: 777;
  display: none;
  position: absolute;
  list-style: none;
  background: var(--bg-secondary);
  padding: 0 15px;
  border-radius: 4px;
  bottom: 100%;
  margin: 10px 0 15px;
  border: 0.5px solid #7F37F5;
  box-shadow: -5px 10px 15px var(--bg-tertiary);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sm-custom-share-widget::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #7F37F5;
}

.sm-custom-share-widget li {
  margin: 20px 0;
}

.sm-custom-share-widget li img {
  width: 24px;
  max-height: 24px;
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}

[data-theme=dark] .sm-custom-share-widget li img {
  -webkit-filter: brightness(0) saturate(100%) invert(1);
          filter: brightness(0) saturate(100%) invert(1);
}

.event-details-widget__readmore-link .sm-custom-share-widget {
  top: 100%;
  bottom: auto;
}

.event-details-widget__readmore-link .sm-custom-share-widget::after {
  bottom: auto;
  top: -10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 575.98px) {
  .sm-custom-share-widget {
    bottom: auto;
    top: 30px;
  }

  .sm-custom-share-widget::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #7F37F5;
    border-top: 0;
    top: -10px;
  }

  .event-details-widget__readmore-link .sm-custom-share-widget::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.awards-section-wrap {
  width: 100%;
}

.awards-section__award-box {
  border-radius: 1rem;
  width: 100%;
  min-height: 200px;
  float: left;
  margin-top: 1.5rem;
  padding: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: var(--card-bg);
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none !important;
}

.award-box__logo-wrap {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 160px;
  height: 160px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.award-box__logo {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.award-box__details {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.2;
  color: var(--text-tertiary);
  margin: 0.25rem 0 0.5rem;
}

.award-box__title {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  color: var(--text-primary);
  margin: 0 0 0.5rem;
}

@media (max-width: 991.98px) {
  .awards-section-wrap {
    padding: 0;
  }

  .awards-section__award-box {
    padding: 1rem;
  }

  .award-box__logo-wrap {
    width: 120px;
    height: 120px;
  }

  .award-box__details {
    font-size: 0.875rem;
  }

  .award-box__title {
    font-size: 1.125rem;
  }
}

/* white labelled event styles */

.white-labelled-body {
  position: relative;
}

.white-labelled-body .navbar--at-main-nav {
  -webkit-transition: 0.3s height;
  transition: 0.3s height;
}

.white-labelled-body .navbar--at-main-nav .navbar-brand {
  padding: 0;
}

.white-labelled-body .navbar--at-main-nav .navbar-brand img {
  height: 82px;
  -webkit-transition: 0.3s height;
  transition: 0.3s height;
}

.white-labelled-body .header--on-scroll .navbar--at-main-nav .navbar-brand img {
  height: 50px;
}

.white-labelled-body .fullview-modal .fullview-modal-head-top {
  padding: 15px;
}

.white-labelled-body .fullview-modal .fullview-modal-head-top img {
  height: 60px !important;
}

@media (max-width: 991.98px) {
  .white-labelled-body .navbar--at-main-nav {
    padding: 10px 0;
  }

  .white-labelled-body .navbar--at-main-nav .navbar-brand img {
    height: 54px;
  }

  .white-labelled-body .fullview-modal .fullview-modal-head-top img {
    height: 60px !important;
  }
}

@media (max-width: 575.98px) {
  .white-labelled-body .navbar--at-main-nav .navbar-brand img {
    height: 42px;
  }

  .white-labelled-body .header--on-scroll .navbar--at-main-nav .navbar-brand img {
    height: 42px;
  }

  .white-labelled-body .fullview-modal .fullview-modal-head-top {
    padding: 10px;
  }

  .white-labelled-body .fullview-modal .fullview-modal-head-top img {
    height: 42px !important;
  }
}

/* global select styles */

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--input-text);
  border: 2px solid var(--input-border);
  border-radius: 1rem;
  padding: 0.85rem 2.5rem 0.85rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--input-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 4l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 14px center;
  background-size: 12px;
  min-height: 48px;
}

/* Dark mode custom-select arrow */

[data-theme=dark] .custom-select {
  background: var(--input-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 4l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 14px center;
  background-size: 12px;
}

/* Billing address select dropdowns - match input styling */

.checkout-country-drop select,
.checkout-country-drop .custom-select {
  height: auto;
  border: 2px solid var(--input-border);
  border-radius: 1rem;
  background-color: var(--input-bg);
}

.custom-select:focus,
.custom-select:focus-visible {
  border-color: var(--input-focus-border);
  background-color: var(--input-focus-bg);
  box-shadow: 0 0 0 4px var(--input-focus-shadow);
  outline: none;
}

.custom-select:disabled {
  background-color: var(--bg-secondary);
  opacity: 0.6;
  cursor: not-allowed;
}

.custom-select option {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  padding: 12px 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.custom-select option:hover {
  background-color: var(--bg-secondary);
}

.custom-select option:checked {
  background-color: var(--bg-secondary);
  font-weight: 500;
}

.form-control {
  min-width: 66px;
  font-size: 0.875rem;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  color: var(--input-placeholder);
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: var(--input-placeholder);
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  color: var(--input-placeholder);
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder {
  color: var(--input-placeholder);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea.form-control::placeholder {
  color: var(--input-placeholder);
}

::-webkit-input-placeholder {
  /* Edge */
  color: var(--input-placeholder);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--input-placeholder);
}

::-moz-placeholder {
  color: var(--input-placeholder);
}

::-ms-input-placeholder {
  color: var(--input-placeholder);
}

::placeholder {
  color: var(--input-placeholder);
}

.custom-select--curve {
  border-radius: 1rem;
}

.custom-select--flat {
  border-radius: 8px;
}

.custom-select--curve:focus-visible,
.custom-select-flat:focus-visible {
  outline: 0;
}

.custom-select--curve option,
.custom-select--flat option {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 12px 16px;
  position: relative;
}

.custom-select--curve option:checked,
.custom-select--flat option:checked {
  background-color: var(--bg-secondary);
}

/* Responsive adjustments */

@media (max-width: 767px) {
  .custom-select {
    padding: 10px 36px 10px 14px;
    font-size: 0.875rem;
    min-height: 44px;
    background-size: 12px;
    background-position: right 12px center;
  }

  .custom-select option {
    padding: 10px 14px;
    font-size: 0.875rem;
  }
}

/* MECUM AUTH MODAL STARTS */

.mecum-auth-modal .btn-mecum {
  border-color: #ed1c23;
  background: #fff;
  color: #e70008;
  position: relative;
  font-size: 0.875rem;
  height: 44px;
}

.mecum-auth-modal .btn-mecum:hover {
  opacity: 1;
  box-shadow: 0px 5px 11px rgba(209, 25, 25, 0.1);
  color: #e70008 !important;
  background: rgba(220, 53, 69, 0.03);
}

.mecum-auth-modal .btn-mecum:focus {
  box-shadow: 0 0 0 rgba(209, 25, 25, 0.2);
  background: rgba(220, 53, 69, 0.05);
}

.mecum-auth-modal .btn-mecum .mecum-icon {
  float: left;
  padding-left: 10px;
  width: 30px;
  height: 20px;
}

.mecum-auth-modal .btn-fb {
  padding: 13px 0;
}

.mecum-auth-modal .btn-mecum-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.mecum-auth-modal .btn-mecum .spinner {
  display: none;
}

.mecum-auth-modal .btn-mecum.mecum-loading .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 3px solid #e70008;
  border-radius: 100%;
  -webkit-animation: spinButton 1s infinite linear;
          animation: spinButton 1s infinite linear;
  display: block;
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  .mecum-auth-modal .btn-mecum.mecum-loading .spinner {
    margin-right: 5px;
  }

  .mecum-auth-modal .btn-mecum .mecum-icon {
    width: 20px;
    padding-left: 0;
  }
}

@-webkit-keyframes spinButton {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinButton {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* MECUM AUTH MODAL ENDS */

.modal-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}

.main-header-over-top {
  z-index: 9999;
}

@media (max-width: 991.98px) {
  .navbar-nav--height {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

.form-control.color-gray {
  color: #6c757d;
}

@media (min-width: 992px) and (max-height: 740px) {
  .tab-view-height {
    height: calc(100vh - 200px);
    overflow: auto;
  }
}

.enlarged-map-link {
  background: transparent;
  border: none;
  color: var(--link-color);
  padding: 0;
  font-size: 1rem;
  gap: 0.5rem;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

/* TICKET MY EVENT BUTTON STARTS */

.ticket-my-event-btn {
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .ticket-my-event-btn {
    padding: 6px;
    font-size: 0.8125rem;
  }
}

/* TICKET MY EVENT BUTTON ENDS */

/* PROMO CODE ALREADY USED MODAL FOOTER STARTS */

.footer-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

/* PROMO CODE ALREADY USED MODAL FOOTER ENDS */

/* DATE PICKER STARTS */

.date-picker-wrapper {
  position: relative;
}

.date-picker-wrapper .datepicker-dropdown {
  top: 44px !important;
  z-index: 9999 !important;
}

.date-picker-wrapper .datepicker table tr td.highlight {
  background: #41d96a !important;
  color: #fff !important;
}

.date-picker-wrapper .datepicker table tr td.highlight:hover {
  color: #41d96a !important;
}

.date-picker-wrapper .datepicker table tr td.highlight.active {
  background: #fff !important;
  text-shadow: none;
  color: #41d96a !important;
  box-shadow: inset 0 0 0 1px #41d96a;
}

.date-picker-wrapper .datepicker td {
  padding: 5px 8px;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
}

.date-picker-wrapper .datepicker table tr td.day.focused,
.date-picker-wrapper .datepicker table tr td.day:hover {
  background: #fff !important;
}

.date-picker-wrapper .datepicker table tr td.day.disabled {
  background: #eee !important;
}

.date-picker-wrapper .datepicker table tr td.day.disabled:hover {
  background: none;
}

.date-picker-wrapper .form-control[readonly] {
  background-color: #fff;
}

.date-picker-wrapper .datepicker table tr td.soldout {
  background: #666 !important;
  color: #aaa !important;
  cursor: default !important;
}

.date-picker-wrapper .datepicker table tr td.soldout:hover {
  background: #666 !important;
  color: #aaa !important;
}

/* DATE PICKER ENDS */

.soldout_option {
  background: #ffdfdf !important;
  color: #ff0000 !important;
}

/* APPLE WALLET INFO STARTS */

.apple-wallet-email-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 45px;
  border: 1px solid rgba(118, 102, 255, 0.4);
  box-shadow: 0px 14px 16px rgba(118, 102, 255, 0.15);
  border-radius: 6px;
}

.apple-wallet-email-page .apple-wallet-info {
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.apple-wallet-email-page .apple-wallet-info h3.box-head__subhead {
  font-size: 2rem;
  text-transform: uppercase;
}

.logo-header {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.logo-header img {
  height: 44px;
}

.apple-wallet-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.apple-wallet-info .apple-wallet-info-msg {
  line-height: 1.2;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin: 5px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 5px;
}

.apple-wallet-info h3 {
  margin: 0 !important;
}

.add-to-apple-wallet {
  padding: 5px 20px 0;
}

.add-to-apple-wallet p {
  font-size: 0.75rem;
  color: #000;
  line-height: 1.3;
  margin-bottom: 5px;
}

.add-apple-wallet-btn img {
  margin-bottom: 20px;
}

h3.box-head__subhead {
  font-size: 0.875rem;
  text-transform: none;
}

.apple-wallet-contents p {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #333;
  margin: 5px 0 0;
}

.apple-wallet-contents .add-apple-wallet-wrap-name {
  margin: 5px 0 10px;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: #666;
  display: inline-block;
}

.apple-wallet-contents .add-apple-wallet-btn {
  display: block;
}

@media (max-width: 575.98px) {
  .apple-wallet-email-page {
    padding: 30px 5px;
  }

  .apple-wallet-email-page .apple-wallet-info h3.box-head__subhead {
    font-size: 1.5rem;
  }

  .apple-wallet-email-page .apple-wallet-info {
    margin-bottom: 15px;
  }

  .apple-wallet-email-page .logo-header {
    margin-bottom: 15px;
  }
}

.add-apple-wallet-btn {
  width: 187px !important;
  height: 45px !important;
}

.add-apple-wallet-btn iframe {
  width: 187px !important;
  height: 45px !important;
}

/* APPLE WALLET INFO ENDS */

/* GOOGLE TRANSLATE STARTS */

.google-translate {
  margin-left: 5px;
}

.google-translate .goog-te-gadget-simple {
  border: 2px solid var(--input-border);
  border-radius: 1rem;
  padding: 0.85rem;
  background-color: var(--input-bg);
}

.google-translate .goog-te-gadget-icon {
  display: none;
}

.google-translate a {
  text-decoration: none;
  font-size: 0.8125rem;
  color: var(--color-afton-purple);
}

.google-translate a span {
  border-left: 0 !important;
  color: var(--text-primary);
}

.google-translate a span:last-of-type {
  display: none;
}

.google-translate a img {
  display: none;
}

div.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

div.goog-te-gadget {
  display: block !important;
}

@media (max-width: 575.98px) {
  .google-translate .goog-te-gadget-simple {
    padding: 3px 20px 3px 5px;
  }

  .google-translate .goog-te-gadget-simple::after {
    right: -5px;
    top: 11px;
  }
}

@media (max-width: 374.98px) {
  .google-translate .goog-te-gadget-simple::after {
    top: 10px;
  }
}

/* GOOGLE TRANSLATE ENDS */

/* SEAT RENEWAL STARTS */

.renewal-desc {
  text-align: center;
  padding-top: 4rem;
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-tertiary);
}

.ticket-list-wrapper {
  padding: 5px 0;
  float: left;
  width: 100%;
}

@media (max-width: 575.98px) {
  .ticket-list-wrapper {
    margin-bottom: 30px;
  }
}

.seat-renewal-event-name {
  padding: 10px 20px 0;
}

.seat-renewal-event-name span {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #666;
  font-weight: 400;
}

.seat-renewal-event-name .event-name {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #333;
  display: inline-block;
}

.my-tickets-body--text-primary {
  color: #7666ff !important;
}

.seat-renewal-event-left {
  display: -webkit-box;
  display: flex;
  padding: 0 !important;
}

.seat-renewal-event-left--item {
  padding: 10px 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 130px;
}

.seat-renewal-event-right {
  padding: 6px 15px !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: unset !important;
}

.seat-renewal-event-right .btn-solid-green {
  padding: 7px 10px;
  box-shadow: none;
  font-size: 0.8125rem;
  min-width: 135px;
}

.seat-renewal-event-right.renewable-date {
  width: 180px;
}

.ticket-list-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.ticket-list-header .header-date {
  width: 100px;
  text-align: center;
}

.ticket-list-header .header-event {
  padding-left: 35px;
}

.ticket-list-header .header-renewable {
  width: 350px;
  margin-left: auto;
}

.seat-renewal-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.seat-renewal-body .my-tickets-head-right-wrapper {
  display: -webkit-box;
  display: flex;
}

.seat-renewal-body .seat-renewal-event-left .seat-renewal-event-left--item:nth-child(2) {
  padding: 0;
  min-width: 60px;
}

.ticket-item.disabled .my-ticket--multiple-order,
.ticket-item.disabled .my-ticket--multiple-order-body {
  border-color: #e8e9ea;
}

.ticket-item.disabled .my-tickets-body--text-primary {
  color: #333 !important;
}

.ticket-item.disabled .my-tickets-body--image {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.seat-renewal-event-right .btn-solid-green:disabled {
  background: #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #999;
}

@media (max-width: 991.98px) {
  .seat-renewal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .seat-renewal-body .my-tickets-head-right-wrapper,
  .seat-renewal-body .seat-renewal-event-left,
  .seat-renewal-body .seat-renewal-event-left .seat-renewal-event-left--item,
  .seat-renewal-body .my-tickets-head-right-wrapper .my-tickets-head-right {
    width: 100%;
  }

  .seat-renewal-body .seat-renewal-event-left .seat-renewal-event-left--item:nth-child(2) {
    width: 50%;
  }

  .seat-renewal-event-left--item,
  .seat-renewal-event-right {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .seat-renewal-event-right .btn-solid-green {
    width: 100%;
  }

  .seat-renewal-body .seat-renewal-event-left .seat-renewal-event-left--item {
    padding: 10px 15px;
  }
}

@media (max-width: 575.98px) {
  .seat-renewal-body .seat-renewal-event-left .seat-renewal-event-left--item:nth-child(2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .seat-renewal-body .seat-renewal-event-left .seat-renewal-event-left--item {
    padding: 10px;
    width: 50%;
    min-width: 100px;
  }

  .seat-renewal-event-right {
    padding: 6px 10px !important;
  }

  .seat-renewal-event-right .btn-solid-green {
    font-size: 0.8125rem;
  }
}

/* READ MORE MODAL */

.seat-renewal-read-more-modal {
  padding: 0 10px !important;
}

.seat-renewal-read-more-modal .modal-dialog {
  max-width: 800px;
}

.seat-renewal-read-more-modal .modal-content {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0;
}

.seat-renewal-read-more-modal .modal-body {
  padding: 45px 45px 10px;
  max-height: calc(100vh - 95px);
  overflow: auto;
}

.seat-renewal-read-more-modal .modal-body h4 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.seat-renewal-read-more-modal .modal-body h6 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #1c2331;
  margin-bottom: 10px;
}

.seat-renewal-read-more-modal .modal-body p {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #444;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .seat-renewal-read-more-modal {
    padding: 0 !important;
  }

  .seat-renewal-read-more-modal .modal-body {
    padding: 25px 20px 10px;
  }
}

/* SEAT RENEWAL PAGE */

/* Early access alert */

.renew-early-access {
  margin-bottom: 1rem;
}

.renew-early-access__heading {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.renew-early-access__alert {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--bg-secondary);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-primary);
}

.renew-event-card__details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  background: var(--bg-secondary);
  border-radius: 1rem;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .renew-event-card__details {
    border-radius: 0 0 1rem 1rem;
  }
}

#renewExpandedContent .event-details-widget__desc {
  max-height: none;
  overflow: visible;
}

#renewExpandedContent .event-details-widget__desc::after {
  display: none;
}

.renew-event-meta-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}

@media (max-width: 575.98px) {
  .renew-event-meta-grid {
    grid-template-columns: 1fr;
  }
}

.back-seat-renewal {
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.back-seat-renewal a {
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  color: var(--text-primary);
}

.selected-ticket-details--header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.selected-ticket-details--header .ticket-details-wrapper {
  display: -webkit-box;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
          align-items: flex-start;
}

.selected-ticket-details--header .ticket-details-wrapper .ticket-details-img {
  overflow: hidden;
}

.selected-ticket-details--header .ticket-details-wrapper .ticket-details-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.selected-ticket-details--header .ticket-details-wrapper .ticket-details-name {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.selected-ticket-details--header .ticket-details-wrapper .ticket-details-name h2 {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.2;
  color: var(--text-primary);
  text-transform: uppercase;
  margin-bottom: 0;
}

.selected-ticket-details--header .ticket-details-wrapper .ticket-details-name p {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 2px;
  color: var(--text-tertiary);
}

.selected-ticket-details--body {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
}

.selected-ticket-details--body .selected-ticket-details--left {
  width: calc(100% - 400px);
}

.selected-ticket-details--body .selected-ticket-details--left .confirm-seat-wrapper {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  background: var(--bg-secondary);
}

.selected-ticket-details--body .selected-ticket-details--left .confirm-seat-wrapper h5 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--text-primary);
  padding-bottom: 1rem;
}

.selected-ticket-details--body .selected-ticket-details--left .confirm-seat-wrapper .confirm-seat-ticket-item {
  padding: 1rem;
  border-top: 2px solid var(--text-inverse);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.selected-ticket-details--body .selected-ticket-details--left .confirm-seat-wrapper .confirm-seat-ticket-item .af-checkbox {
  margin-bottom: 0 !important;
}

.selected-ticket-details--body .selected-ticket-details--left .confirm-seat-wrapper .confirm-seat-ticket-item .custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.confirm-seat-ticket-item .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: var(--bg-primary);
  background-image: url(/images/tick-black.svg?25fc82af3372853c6329c69ba5187316);
  border: 1px solid var(--border-primary);
}

.confirm-seat-ticket-item .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.selected-ticket-details--body .selected-ticket-details--left .confirm-seat-wrapper .confirm-seat-ticket-item p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.2;
  color: var(--text-primary);
}

.selected-ticket-details--body .selected-ticket-details--left .confirm-seat-wrapper .confirm-seat-ticket-item p span {
  font-weight: 500;
}

.confirm-seat-ticket-item .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.confirm-seat-ticket-item .custom-control-input:checked ~ .custom-control-label::before {
  background: var(--color-purple-500);
  border-color: var(--color-purple-500);
}

.confirm-seat-wrapper .shopping-cart-card-item-label {
  margin-bottom: 10px;
}

.confirm-seat-wrapper .checkout-type-btn {
  padding: 8px;
  margin: 0;
  white-space: normal;
}

.confirm-seat-wrapper .delivery-method-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.sp-ticket-class-div .buy-tickets-class {
  min-height: unset;
}

.sp-ticket-class-div .buy-tickets-class-head {
  margin-bottom: 5px;
}

.special-tickets .buy-tickets-class-head {
  font-weight: 600;
}

.special-tickets .buy-tickets-collapse-body {
  color: var(--text-tertiary);
}

.special-tickets .buy-tickets-class-wrap {
  border-bottom: 1px solid var(--border-primary) !important;
}

.special-tickets {
  margin-bottom: 100px;
  float: left;
}

.selected-ticket-details--body .selected-ticket-details--right {
  width: 400px;
  flex-shrink: 0;
}

.selected-ticket-details--body .selected-ticket-details--right .cart-widget {
  margin: 0;
  width: 100%;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border: 1px solid var(--color-purple-500);
}

@media (max-width: 991.98px) {
  .selected-ticket-details--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .selected-ticket-details--body .selected-ticket-details--left,
  .selected-ticket-details--body .selected-ticket-details--right,
  .selected-ticket-details--body .selected-ticket-details--right .cart-widget {
    width: 100%;
  }

  .special-tickets {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .selected-ticket-details--header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .selected-ticket-details--body .selected-ticket-details--right .cart-widget {
    margin-bottom: 70px;
  }

  .selected-ticket-details--header .ticket-details-wrapper .ticket-details-name h2 {
    font-size: 1.875rem;
  }

  .confirm-seat-wrapper .delivery-method-wrapper {
    gap: 10px 15px;
  }

  .selected-ticket-details--body .selected-ticket-details--left .confirm-seat-wrapper {
    padding: 0;
  }

  .back-seat-renewal {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .selected-ticket-details--header .ticket-details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .selected-ticket-details--header .ticket-details-wrapper .ticket-details-img {
    width: 100%;
    max-height: 200px;
  }

  .selected-ticket-details--body .selected-ticket-details--left .confirm-seat-wrapper .confirm-seat-ticket-item .custom-control {
    padding-left: 1.5rem;
  }

  .special-tickets {
    margin-bottom: 0;
  }

  .selected-ticket-details--body .selected-ticket-details--right .cart-widget {
    margin-left: 0;
  }

  .selected-ticket-details--body .selected-ticket-details--right .cart-widget {
    margin-bottom: 160px;
  }

  .selected-ticket-details--body .selected-ticket-details--right .buy-tickets-cart-content-wrap {
    min-height: unset;
  }
}

/* SEAT RENEWAL ENDS */

/* Split Ticket zip error page starts */

.ticket-pdf-error {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 30px 60px;
  text-align: center;
  margin: 60px 30px;
  background: #fff8f4;
  width: calc(100% - 60px);
  border-radius: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.ticket-pdf-error img {
  width: 30px;
}

.ticket-pdf-error p {
  margin: 20px 0 0;
  color: #ff5f13;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .ticket-pdf-error {
    padding: 30px;
    margin: 30px;
    font-size: 0.875rem;
    line-height: 1.5;
    width: calc(100% - 60px);
  }
}

/* Split Ticket zip error page ends */

/* google translate loader hide  */

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  display: none !important;
}

/* google translate loader hide ends */

/* VERIFY EMAIL ADDRESS STARTS */

.verify-email-id {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0 15px;
}

.verify-email-id .verify-email-id__inner-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.verify-email-id .verify-email-id__inner-wrapper .logo-wrapper {
  padding: 30px;
  text-align: center;
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 30px;
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper .content-inner-wrapper {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper .content-inner-wrapper h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #000;
  margin: 0 0 10px;
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper .content-inner-wrapper p {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #333;
  margin: 0 0 20px;
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper .content-inner-wrapper .form-group__input {
  float: unset;
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper .content-inner-wrapper .form-control {
  height: 48px;
  background-image: none;
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper .content-inner-wrapper .view-password-ico {
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper .content-inner-wrapper label {
  margin: 0 0 5px 15px;
  font-size: 0.625rem;
  line-height: 1;
  color: var(--text-tertiary);
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper .content-inner-wrapper .btn-solid-green {
  margin-top: 20px;
  width: 100%;
  height: 44px;
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper .content-inner-wrapper .forgot-btn-wrapper {
  text-align: center;
  margin-top: 30px;
}

.verify-email-id .verify-email-id__inner-wrapper .content-wrapper .content-inner-wrapper .forgot-btn {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #5fbcff;
  text-decoration: none;
}

.verify-email-id .verify-email-id__inner-wrapper .footer-wrapper {
  padding: 45px 30px;
  text-align: center;
}

.verify-email-id .verify-email-id__inner-wrapper .footer-wrapper .footer-tail {
  margin-top: 22px;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  color: #666;
}

.verify-email-id .verify-email-id__inner-wrapper .footer-wrapper .footer-tail a {
  text-decoration: none;
  color: #666;
}

.verify-email-id .verify-email-id__inner-wrapper .footer-wrapper .footer-tail a:hover {
  opacity: 0.8;
}

/* VERIFY EMAIL ADDRESS ENDS */

.modal-footer-btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

.modal-footer-btns .btn {
  box-shadow: none;
  width: 100%;
  margin: 0 !important;
}

/* TICKET PAGE NEW UI STARTS */

.custom-tab {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  float: left;
}

.custom-tab .custom-tab--item {
  border: 1px solid var(--color-afton-purple);
  padding: 0.5rem 1rem;
  border-radius: 24px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: var(--text-primary);
  cursor: pointer;
}

.custom-tab .custom-tab--item:hover {
  opacity: 0.7;
}

.ticket-class-accordion {
  width: 100%;
  float: left;
}

.ticket-class-accordion .ticket-card {
  margin-top: 20px;
  border: 1px solid #efc36c;
  border-left-width: 4px;
  border-radius: 5px !important;
}

.ticket-class-accordion .ticket-card:last-child {
  margin-bottom: 20px;
}

.ticket-class-accordion .ticket-card .card-header {
  background: var(--bg-tertiary);
  padding: 0;
  border-bottom: 2px solid var(--text-inverse);
}

.ticket-class-accordion .ticket-card .card-header .btn {
  padding: 14px 35px 12px 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border: 0;
}

.ticket-class-accordion .ticket-card .event-desc {
  padding: 0px 50px 16px 15px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: var(--text-tertiary);
  font-weight: 400;
}

.ticket-class-accordion .ticket-card .card-header .btn:hover {
  text-decoration: none;
}

.ticket-class-accordion .ticket-card .card-header .btn span {
  font-size: 0.875rem;
  font-weight: 400;
  flex-shrink: 0;
}

.ticket-class-accordion .ticket-card .card-header .btn span img {
  width: 22px;
  height: 24px;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ticket-class-accordion .ticket-card .card-header .btn.collapsed span img {
  -webkit-transform: none;
          transform: none;
}

.ticket-class-accordion .ticket-card .card-body {
  padding: 0;
}

.ticket-class-accordion .ticket-card .card-body .tab-content {
  padding: 1rem 1rem 0;
}

.ticket-class-accordion .ticket-card .buy-tickets-tab-link {
  padding: 8px 16px 6px;
  border-top: 0;
  min-height: 36px;
}

.ticket-class-accordion .ticket-card .buy-tickets-tab-link:hover,
.ticket-class-accordion .ticket-card .buy-tickets-tab-link.acive,
.ticket-class-accordion .ticket-card .buy-tickets-tab-link:focus {
  border-top: 0;
}

.ticket-class-accordion .ticket-card .buy-tickets-tab-class-wrap,
.ticket-class-accordion .ticket-card .purchase-flow-section-bundle {
  padding-bottom: 0;
}

.ticket-class-accordion .ticket-card .buy-tickets-class-wrap {
  padding: 0;
}

.ticket-class-accordion .ticket-card .purchase-flow-section-bundle .buy-tickets-class-wrap:nth-child(1) .buy-tickets-class {
  margin-top: 5px;
}

.ticket-class-accordion .ticket-card .purchase-flow-section-bundle + .buy-tickets-class-wrap {
  margin-top: 15px !important;
}

.ticket-class-accordion .ticket-card .buy-tickets-class-head-price {
  font-weight: 500;
  margin-top: 0;
}

.ticket-class-accordion .ticket-card .buy-tickets-collapse-body {
  padding: 0 0 1rem;
}

.ticket-class-accordion .ticket-card .profile-picture-wrap {
  padding-bottom: 1rem;
}

.ticket-class-accordion .ticket-card .ticket-tier-acc-link {
  height: 30px;
}

.ticket-class-accordion .ticket-card .buy-tickets-class-wrap.ticket-locked {
  padding: 15px;
  margin: 0;
}

.ticket-list-box.buy-tickets-class-wrap.ticket-locked .pwyw_label {
  z-index: -1;
}

.ticket-class-accordion .ticket-card .buy-tickets-class-wrap.ticket-unlocked {
  margin: 15px 0 0 !important;
  padding: 22px 15px;
}

.buy-tickets-class-wrap.ticket-list-box.ticket-unlocked.mandatory-addon .mandatory-message,
.buy-tickets-class-wrap.ticket-list-box.ticket-unlocked.mandatory-addon.mandatory-failed .mandatory-failed-message,
.buy-tickets-class-wrap.ticket-list-box.ticket-unlocked.meets-quantity .mandatory-message-meets {
  -webkit-transform: translate(-11px, -50%);
          transform: translate(-11px, -50%);
}

.ticket-list-box.ticket-unlocked .buy-tickets-class-details-wrap {
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .custom-tab {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .ticket-class-accordion .buy-tickets-tab-class-wrap {
    padding: 0;
  }
}

@media (max-width: 576.98px) {
  .ticket-class-accordion .ticket-card .buy-tickets-collapse-body {
    margin-bottom: 0;
    padding: 0;
  }

  .ticket-class-accordion .ticket-card .card-header .btn {
    font-size: 0.875rem;
    gap: 10px;
    padding: 14px 10px 12px;
  }

  .ticket-class-accordion .ticket-card .card-header .btn span {
    font-size: 0.75rem;
  }

  .ticket-class-accordion .ticket-card .card-header .btn span img {
    width: 18px;
    height: 14px;
    margin-left: 10px;
  }

  .ticket-class-accordion .ticket-card .event-desc {
    font-size: 0.75rem;
    padding: 0 10px 10px;
  }

  .ticket-class-accordion .ticket-card .buy-tickets-class-wrap,
  .ticket-class-accordion .ticket-card .purchase-flow-section-head {
    padding: 0 10px;
  }

  .ticket-class-accordion .ticket-card .buy-tickets-class-head,
  .ticket-class-accordion .ticket-card .buy-tickets-class-head-price {
    font-size: 0.875rem !important;
  }
}

/* TICKET PAGE NEW UI ENDS */

/* TIME SLOT LISTING STARTS */

.purchase-flow-section-head .dim-text {
  color: var(--text-tertiary);
  font-size: 1rem;
  margin-top: 0.5rem;
}

.time-slot-listing label {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.time-slot-listing label span {
  font-weight: 600;
}

.time-slot-listing {
  margin-bottom: 0;
}

.time-slot-listing .time-slot-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-bottom: 1rem;
}

.time-slot-listing .time-slot-wrapper .slot-item {
  position: relative;
  text-align: center;
}

.time-slot-listing .time-slot-wrapper .slot-item label {
  color: var(--color-afton-purple);
  padding: 0.5rem 1rem;
  border: 1px solid var(--color-afton-purple);
  border-radius: 50px;
  margin: 0;
  cursor: pointer;
}

.time-slot-listing .time-slot-wrapper .slot-item input[type=radio] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.time-slot-listing .time-slot-wrapper .slot-item input[type=radio]:checked + label {
  background: var(--color-afton-purple);
  color: #000000;
}

.time-slot-listing .time-slot-wrapper .slot-item.disabled label {
  background-color: #f2f2f2;
  border-color: #9c94ae;
  color: #9c94ae;
}

.time-slot-listing .time-slot-wrapper .slot-item.soldout label {
  border-color: #eb5757;
  color: #eb5757;
}

.time-slot-listing .time-slot-wrapper .slot-item.soldout input[type=radio]:checked + label {
  background: #eb5757;
}

.time-slot-listing .legents {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 16px;
}

.time-slot-listing .legents .legents-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
}

.time-slot-listing .legents .legents-item .notation {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid var(--text-tertiary);
  margin-bottom: 0;
  background: transparent;
}

.time-slot-listing .legents .legents-item .notation.available {
  border-color: var(--color-verification);
  background-color: transparent;
}

.time-slot-listing .legents .legents-item .notation.selected {
  border-color: var(--color-verification);
  background-color: var(--color-verification);
}

.time-slot-listing .legents .legents-item .notation.soldout {
  border-color: var(--color-alert);
  background-color: var(--color-alert);
}

.time-slot-listing .legents .legents-item p {
  font-size: 0.8125rem;
  line-height: 1;
  color: var(--text-primary);
  margin-bottom: 0;
  font-weight: 400;
}

.inline-datepicker .ui-datepicker-inline {
  width: 100%;
  box-shadow: none;
  border: 0 !important;
  border-radius: 12px;
  padding: 1.5rem 0;
  background: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.inline-datepicker .ui-datepicker-inline.ui-helper-clearfix::before,
.inline-datepicker .ui-datepicker-inline.ui-helper-clearfix::after {
  display: none;
}

.inline-datepicker .ui-datepicker-inline .ui-widget-header .ui-icon {
  background: url("/img/global/grey-arrow.svg") no-repeat !important;
}

[data-theme=dark] .inline-datepicker .ui-datepicker-inline .ui-widget-header .ui-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.inline-datepicker .ui-datepicker-inline .ui-datepicker-header {
  padding: 0 0 20px 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 24px;
  background: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin: 0;
  width: 100%;
  padding-right: 4rem;
}

.inline-datepicker .ui-datepicker .ui-datepicker-prev,
.inline-datepicker .ui-datepicker .ui-datepicker-next,
.inline-datepicker .ui-datepicker .ui-icon {
  width: 9px;
  height: 14px;
}

.inline-datepicker .ui-datepicker .ui-icon {
  margin: 0;
  top: 0;
  left: 0;
}

.inline-datepicker .ui-datepicker .ui-datepicker-next {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.inline-datepicker .ui-datepicker .ui-datepicker-next.ui-state-hover,
.inline-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background: none;
}

.inline-datepicker .ui-datepicker .ui-datepicker-prev {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.inline-datepicker .ui-datepicker .ui-datepicker-title {
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.inline-datepicker .ui-widget-header {
  color: var(--text-primary);
  font-weight: 500;
  font-size: 1.125rem;
}

.inline-datepicker .ui-widget-header .ui-state-hover {
  background: none;
  border: 0;
  opacity: 0.8;
  top: 50% !important;
}

.inline-datepicker .ui-datepicker table {
  margin: 0 auto;
}

.inline-datepicker .ui-datepicker th {
  padding: 16px 10px 13px;
}

.inline-datepicker .ui-datepicker table th {
  font-size: 0.9375rem;
  line-height: 1;
  color: var(--text-primary);
  font-weight: 500;
  border-bottom: none;
}

.inline-datepicker .ui-datepicker table td {
  padding: 3px;
}

.inline-datepicker .ui-datepicker table tbody tr:nth-child(1) td {
  padding-top: 10px;
}

.inline-datepicker .ui-datepicker table td a,
.inline-datepicker .ui-datepicker td span {
  text-align: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 12px;
  background: none;
  font-size: 1rem;
  line-height: 1;
  color: var(--text-tertiary);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  gap: 4px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.inline-datepicker .ui-state-disabled {
  opacity: 1 !important;
}

.inline-datepicker .ui-datepicker td span {
  color: var(--text-tertiary);
  text-decoration: line-through;
  opacity: 0.5;
}

.inline-datepicker .ui-datepicker table td a {
  color: var(--text-primary);
  font-weight: 500;
}

.inline-datepicker .ui-datepicker table td a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid var(--color-verification);
  position: absolute;
  bottom: 8px;
}

.inline-datepicker .ui-datepicker table td.ui-datepicker-current-day a.ui-state-active,
.inline-datepicker .ui-datepicker table td a.ui-state-hover {
  background: var(--link-color);
  color: var(--text-inverse) !important;
  font-weight: 600;
}

.inline-datepicker .ui-datepicker table td.soldout-date a {
  color: var(--text-primary);
}

.inline-datepicker .ui-datepicker table td.soldout-date a::after {
  background: var(--color-alert);
}

.inline-datepicker .ui-datepicker table td.soldout-date a.ui-state-active,
.inline-datepicker .ui-datepicker table td.soldout-date a.ui-state-hover {
  background: transparent;
  color: var(--text-primary);
}

.time-slot-listing .group-time-slot {
  margin-bottom: 30px;
}

.time-slot-listing .group-time-slot:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .inline-datepicker .ui-datepicker-inline {
    padding: 16px 0;
  }

  .inline-datepicker .ui-datepicker-inline .ui-datepicker-header {
    margin: 0;
    padding-bottom: 16px;
  }

  .inline-datepicker .ui-datepicker table td a,
  .inline-datepicker .ui-datepicker td span {
    width: 40px;
    height: 40px;
    font-size: 0.875rem;
  }

  .time-slot-listing .legents {
    gap: 8px 16px;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .modal-open .modal {
    padding: 0;
    background: var(--bg-primary);
  }
}

/* TIME SLOT LISTING ENDS */

.phn-no-alert {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  color: #1c2331;
  margin-top: 5px;
}

.phn-no-alert a {
  text-decoration: none;
  color: #7666ff;
}

.form-group--icon-right .edit-email {
  position: absolute;
  top: 50%;
  right: 20px;
  background: none;
  border: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-group--icon-right {
  position: relative;
}

.modal-content-para a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.mb-20 {
  margin-bottom: 20px;
}

.modal-header .success-msg {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  color: #41d96a;
  text-align: center;
}

.reset-otp {
  font-size: 0.875rem;
  line-height: 1.2;
}

.reset-otp a {
  color: var(--color-afton-purple);
}

/* GROUP EVENT NEW UI STARTS */

.ticket-list-box {
  border-radius: 1rem;
}

.buy-tickets-class-wrap.ticket-locked + .ticket-list-box,
.buy-tickets-class-wrap.ticket-unlocked + .ticket-list-box {
  margin-top: 5px !important;
}

.ticket-list-box + .buy-tickets-class-wrap.ticket-locked,
.ticket-list-box + .buy-tickets-class-wrap.ticket-unlocked {
  margin-top: 0 !important;
}

.ticket-list-box .buy-tickets-class {
  margin: 0 !important;
  padding: 1rem;
}

@media (max-width: 565.98px) {
  .ticket-list-box .buy-tickets-class {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: normal;
            align-items: normal;
    padding: 0 1rem !important;
    margin-bottom: 0.5rem;
  }

  .buy-tickets-class-wrap {
    padding: 1rem 0 !important;
  }
}

.ticket-list-box .buy-tickets-class-details-wrap {
  margin-bottom: 0;
  padding: 0 1rem 1rem;
}

.mt-30 {
  margin-top: 30px;
}

.multi-event-cart .buy-tickets-cart-sub-head {
  display: block;
}

.multi-event-cart .buy-tickets-cart-head-wrap {
  padding: 1rem;
}

.multi-event-cart .buy-tickets-cart-content-wrap {
  max-height: unset;
  padding: 0;
  overflow: unset;
}

.multi-event-cart .buy-tickets-cart-content-wrap .other-event-cart {
  height: 100%;
  overflow: auto;
  padding: 10px 20px 0;
  position: relative;
}

.multi-event-cart .buy-tickets-cart-content-wrap .cart-header-bar {
  width: 100%;
  height: 25px;
  padding: 5px 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  background-color: var(--color-afton-purple);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.multi-event-cart .buy-tickets-cart-content-wrap .cart-header-bar.other-event {
  background: #ff9624;
}

.multi-event-cart .buy-tickets-cart-content-wrap .cart-header-bar .head {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  color: #000000;
}

.multi-event-cart .buy-tickets-cart-content-wrap .cart-header-bar .price {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  color: #000000;
  margin-left: auto;
}

.multi-event-cart .event-ticket-wrapper {
  border-radius: 1rem;
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem;
  background: var(--bg-tertiary);
}

.multi-event-cart .event-ticket-wrapper.discount-added {
  border-color: #ff9624;
}

.multi-event-cart .event-ticket-wrapper .event-img {
  width: 120px;
  flex-shrink: 0;
}

.multi-event-cart .event-ticket-wrapper .event-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.multi-event-cart .event-ticket-wrapper .event-title {
  font-size: 0.8125rem;
  line-height: 1.2;
  color: var(--text-primary);
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 11px;
  margin-bottom: 15px;
}

.multi-event-cart .event-ticket-wrapper .event-details {
  padding: 5px 10px 10px;
  width: 100%;
}

.multi-event-cart .event-ticket-wrapper .event-title button {
  padding: 0;
  border: 0;
  background: none;
}

.multi-event-cart .event-ticket-wrapper .ticket-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.multi-event-cart .event-ticket-wrapper .ticket-details .count {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  color: var(--text-tertiary);
  flex-shrink: 0;
}

.multi-event-cart .event-ticket-wrapper .ticket-details .count span {
  font-size: 0.75rem;
  color: var(--text-tertiary);
}

.multi-event-cart .event-ticket-wrapper .ticket-details .total {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}

.multi-event-cart .current-cart {
  max-height: 228px;
  min-height: 125px;
  padding: 1rem;
  overflow-y: auto;
  border-top: 2px solid var(--text-inverse);
}

.multi-event-cart .my-tickets-download-tickets-item-right--text {
  font-weight: 700;
  color: #000000;
}

.multi-event-cart .buy-tickets-cart-content-wrap {
  background: rgba(28, 35, 49, 0.03);
}

.multi-event-cart .cart-widget__footer {
  border-top: 2px solid var(--text-inverse);
  background-color: rgba(28, 35, 49, 0.03);
  padding: 0;
}

.multi-event-cart .buy-tickets-cart-footer-tax-wrap {
  padding: 1rem;
  gap: 0.5rem;
}

.multi-event-cart .buy-tickets-cart-footer-tax-wrap .tax-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 5px;
}

.multi-event-cart .buy-tickets-cart-footer-tax-wrap img {
  cursor: pointer;
}

.info-body {
  border: 1px solid rgba(118, 102, 255, 0.25);
  border-radius: 3px;
  background-color: var(--bg-primary);
  width: 285px;
  padding: 10px;
  position: absolute;
  bottom: calc(50% + 20px);
  left: 22px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  box-shadow: 0px 14px 16px 0px #7666ff26;
}

.multi-price-popover {
  z-index: 1000000;
  max-width: 360px;
  width: 100%;
  border-radius: 8px;
  margin-top: 4px;
  background-color: var(--bg-primary);
  color: var(--text-primary);
}

.multi-price-popover .arrow::after {
  border-bottom-color: var(--bg-primary);
}

.multi-price-popover .arrow::before {
  border-bottom-color: var(--border-primary);
}

.multi-price-popover .popover-body {
  padding: 0 15px;
  background-color: var(--bg-primary);
  color: var(--text-primary);
}

.seatmap-tooltip .info-data {
  padding: 10px 0 6px;
  margin: 0;
  border-bottom: 1px solid var(--border-primary);
}

.seatmap-tooltip .info-data .red-solid-btn {
  background: rgba(235, 87, 87, 0.05);
  border: 1px solid #eb5757;
  border-radius: 3px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: #eb5757;
  min-width: 96px;
  height: 25px;
  flex-shrink: 0;
}

.seatmap-tooltip .info-data:first-child {
  padding-bottom: 10px;
}

.seatmap-tooltip .info-data:last-child {
  padding-bottom: 7px;
  border-bottom: 0;
}

.seatmap-tooltip .info-data .label {
  color: var(--text-primary);
}

.seatmap-tooltip .info-data span {
  font-size: 0.8125rem;
  color: var(--text-primary);
  font-weight: 700;
}

.seatmap-tooltip .price {
  display: -webkit-box;
  display: flex;
  position: relative;
}

@media (max-width: 565.98px) {
  html .seatmap-tooltip .info-data-table > .info-data .price .pricing-details .info-body {
    left: -210px !important;
  }

  html .seatmap-tooltip .info-data-table > .info-data .price .pricing-details .info-body::before,
  html .seatmap-tooltip .info-data-table > .info-data .price .pricing-details .info-body::after {
    left: 78% !important;
  }
}

.buy-tickets-class-head-price-wrap .pricing-details {
  margin-right: 5px;
}

.buy-tickets-class-head-price-wrap .pricing-details .info-body {
  left: -92px;
}

.buy-tickets-class-head-price-wrap .pricing-details .info-body::before,
.buy-tickets-class-head-price-wrap .pricing-details .info-body::after {
  left: 52%;
}

@media (max-width: 565.98px) {
  .buy-tickets-class-head-price-wrap .pricing-details .info-body {
    left: -141px !important;
  }

  .buy-tickets-class-head-price-wrap .pricing-details .info-body::before,
  .buy-tickets-class-head-price-wrap .pricing-details .info-body::after {
    left: 70% !important;
  }
}

.grand-total-has-info-icon .info-body {
  left: -190px;
}

.grand-total-has-info-icon .info-body::before,
.grand-total-has-info-icon .info-body::after {
  left: 71%;
}

.multi-event-cart .buy-tickets-cart-footer-tax-wrap img:hover ~ .info-body,
.custom-control.custom-checkbox:hover ~ .info-body,
.multiple-price-edit:hover ~ .info-body,
.multiple-price-edit:hover .info-body,
.pricing-details img:hover ~ .info-body,
.grand-total-has-info-icon img:hover ~ .info-body {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 575.98px) {
  .info-body.seatmap-tooltip {
    width: 260px;
  }

  .multi-price-popover {
    max-width: 310px;
  }
}

.info-data {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.info-data:last-child {
  margin-bottom: 0;
}

.info-body .info-data .label,
.info-body .info-data span {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--text-primary);
  font-weight: 400;
}

.info-body .info-data span {
  font-weight: 500;
}

.info-body::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px solid var(--bg-primary);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.info-body::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid var(--border-primary);
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pick-seats__selection-area-wrap .info-body {
  left: 40%;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
}

.multi-event-cart .footer-total-wrapper {
  padding: 1rem;
}

.multi-event-cart .footer-total-wrapper .btn-solid-green {
  border-radius: 8px;
}

.group-event-mini-map .minimap-head-wrap {
  display: none;
}

.multi-event-cart .buy-tickets-cart-footer-wrap {
  padding: 0 !important;
}

.multi-event-cart .current-cart.bg-none {
  background: none;
}

@media (max-width: 767.98px) {
  .multi-event-cart .footer-total-wrapper .btn-solid-green {
    border-radius: 0;
  }
}

@media (max-width: 575.98px) {
  .group-cart-footer {
    padding-bottom: 50px !important;
  }
}

/* GROUP EVENT NEW UI ENDS */

.multi-event-cart .event-ticket-wrapper .ticket-details .discount-applied {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.multi-event-cart .event-ticket-wrapper .ticket-details .discount-applied .old-price {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #999;
  text-decoration: line-through;
}

.multi-event-cart .event-ticket-wrapper .ticket-details .discount-applied .old-price span {
  font-size: 0.6875rem;
}

.multi-event-cart .event-ticket-wrapper .ticket-details .discount-applied .discount-price--wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.multi-event-cart .event-ticket-wrapper .ticket-details .discount-applied .discount-price--wrapper img {
  width: 16px;
  height: 16px;
}

.multi-event-cart .event-ticket-wrapper .ticket-details .discount-applied .discount-price--wrapper .price {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #ff9624;
}

.multi-event-cart .event-ticket-wrapper .ticket-details .discount-applied .discount-price--wrapper .price span {
  font-size: 0.75rem;
}

/* TICKET UNAVAILABLE MODAL STARTS */

.ticket-unavailable-widget .apply-promo-widget {
  margin: 0;
  width: 100%;
  background: var(--bg-secondary);
}

.ticket-unavailable-widget .apply-promo-widget .apply-promo-widget__wrap .form-control {
  height: 42px;
}

.ticket-unavailable-widget .sticky-wrapper {
  height: 100% !important;
}

.ticket-unavailable-widget .apply-promo-widget__head {
  margin-bottom: 42px;
}

.ticket-unavailable-widget .event-details-countdown {
  margin: 25px 0;
}

.ticket-unavailable-widget .event-details-countdown-label,
.ticket-unavailable-widget .event-details-countdown-date {
  font-weight: 400;
  display: block;
  position: unset;
}

.ticket-unavailable-widget .event-details-countdown-counter .wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 65px;
  padding: 10px;
  border: 1px solid rgba(118, 102, 255, 0.6);
}

@media (max-width: 575.98px) {
  .ticket-unavailable-widget {
    padding: 30px 0px;
  }
}

.countdown--wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
}

.animaion-container {
  position: relative;
  width: 100%;
}

.animaion-icons {
  position: absolute;
  width: 50px;
  height: 50px;
}

.countdown--modal-wrapper {
  box-shadow: 0px 14px 16px 0px rgba(118, 102, 255, 0.15);
  border: 1px solid rgba(118, 102, 255, 0.4);
  border-radius: 4px;
  background-color: #fff;
  padding: 47px 30px 60px;
  max-width: min(634px, calc(100% - 20px));
  width: 100%;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.countdown--modal-wrapper p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: rgba(28, 35, 49, 0.6);
  margin: 0 0 12px;
}

.countdown--modal-wrapper .ticket-unavailable-widget {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0;
  margin-bottom: 45px;
}

.countdown--modal-wrapper .ticket-unavailable-widget .event-details-countdown-counter {
  margin: 0;
}

.countdown--modal-wrapper h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #343434;
}

.countdown--modal-wrapper .btn {
  margin: 43px auto 0;
  max-width: 280px;
  width: 100%;
  height: 44px;
}

@media (max-width: 575.98px) {
  .countdown--modal-wrapper h2 {
    font-size: 2.25rem;
  }
}

.ticket-soldout-text.pwyw-validation {
  font-weight: 400;
  color: var(--color-alert);
}

/* TICKET UNAVAILABLE MODAL ENDS */

.renewal-ticket-alert {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 9px;
  border: 1px solid #f8d225;
  background-color: rgba(248, 210, 37, 0.25);
  border-radius: 2px;
  padding: 12px 15px;
  margin-bottom: 20px;
}

.renewal-ticket-alert span {
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #eaa500;
  font-weight: 400;
  margin-top: 2px;
}

.ticket-list-box.ticket-renewal-alert {
  border-color: #f2994a !important;
}

.ticket-renewal-alert--text {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  color: #f2994a;
  width: 100%;
  float: left;
  margin-top: -10px;
  margin-bottom: 20px;
}

.ticket-list-box.ticket-renewal-alert--has-error {
  border-color: var(--color-alert) !important;
}

.ticket-renewal-alert--text.ticket-renewal-alert--text--has-error {
  color: var(--color-alert);
}

/* MULTIPLE PRICES STARTS */

.tickets-tier-details-wrap.multiple--price .buy-tickets-class-head {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.tickets-tier-details-wrap.multiple--price .buy-tickets-class-head-price {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.tickets-tier-details-wrap.multiple--price .buy-tickets-class-head-price strong {
  font-weight: 700;
}

.tickets-tier-details-wrap.multiple--price .tier-price-group {
  gap: 1rem;
  min-width: unset;
}

.tickets-tier-details-wrap.multiple--price .tier-price-group .ticket-count-select-box {
  margin-top: 0;
}

.multiple-price-edit {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.multiple-price-edit img {
  margin-bottom: 4px;
}

/* MULTIPLE PRICES ENDS */

.buy-tickets-class--right-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-shrink: 0;
}

.buy-tickets-class-wrap .soldout-alert {
  font-size: 0.75rem;
  color: var(--text-inverse);
  word-break: break-word;
  position: absolute;
  left: 10px;
  top: -10px;
  padding: 4px 6px;
  background: var(--color-alert);
  line-height: 1;
  border-radius: 1rem;
}

@media (max-width: 575.98px) {
  .buy-tickets-class-wrap .soldout-alert {
    position: relative !important;
    top: -1.5rem;
    left: 0.5rem;
    margin-bottom: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.ticket-unlocked .soldout-alert {
  top: -28px !important;
}

.price-tax {
  display: -webkit-box;
  display: flex;
  gap: 0.25rem;
  position: relative;
  align-self: center;
}

.price-tax.extended {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
}

.price-tax .buy-tickets-class-head-price {
  margin: 0;
  line-height: 1;
  font-weight: bold !important;
  font-size: 1rem;
}

.price-tax .pricing-label {
  font-size: 0.6875rem;
  color: var(--text-tertiary);
  line-height: 1;
  margin: 0;
  text-align: right;
}

.custom-price-tax {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.p-tax-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 0.25rem;
}

.price-tax .pricing-details {
  position: relative;
}

.price-tax .pricing-details .info-body {
  left: -137px !important;
  bottom: calc(50% + 30px) !important;
  z-index: 9999 !important;
}

@media (max-width: 767.98px) {
  .price-tax .pricing-details .info-body {
    left: -208px !important;
  }

  .price-tax .pricing-details .info-body::after {
    left: 80%;
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }

  .price-tax .pricing-details .info-body::before {
    left: 80%;
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }

  .buy-tickets-class-head-price-wrap .price-tax .pricing-details .info-body {
    left: -178px !important;
  }
}

.multi-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: flex;
  gap: 10px;
}

.grand-total-has-info-icon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 4px;
}

.has-info-icon {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.info-data-table {
  width: 100%;
  margin-bottom: 15px;
}

.info-data-table > .info-data {
  gap: unset !important;
}

.info-data-table > .info-data .label {
  width: 50%;
}

.info-data-table > .info-data .price {
  display: -webkit-box;
  display: flex;
  gap: 4px;
}

.info-data-table > .info-data .price .pricing-details {
  position: relative;
  top: -3px;
}

.info-data-table > .info-data .price .pricing-details .info-body {
  left: -130px !important;
  bottom: calc(50% + 20px) !important;
  z-index: 9999 !important;
}

.group-tickets-div .pricing-details .info-body {
  left: -187px !important;
}

.group-tickets-div .pricing-details .info-body::before,
.group-tickets-div .pricing-details .info-body::after {
  left: 70%;
}

.multi-price-tooltip .seatmap-tooltip .price .info-body {
  bottom: calc(50% + 28px) !important;
  left: -94% !important;
}

.multi-price-tooltip .seatmap-tooltip .price .info-body::before,
.multi-price-tooltip .seatmap-tooltip .price .info-body::after {
  left: 90%;
}

.seat-details-tip {
  font-size: 1.5625rem;
  color: #000;
  width: 100%;
}

.sd-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
  gap: 10px;
  font-size: 0.875rem;
}

.sd-row:first-child {
  margin-bottom: 10px;
}

.sd-col {
  width: 100%;
}

.sd-col:first-child {
  width: 70%;
}

.sd-col:last-child {
  width: 30%;
  text-align: right;
  font-weight: 600;
}

.has-sale-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 5px;
}

.no-label {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.no-label-2 {
  -webkit-box-pack: center;
          justify-content: center;
}

.transparency-price-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 9px;
  border: 1px solid #f8d225;
  background-color: rgba(248, 210, 37, 0.25);
  border-radius: 2px;
  padding: 12px 15px;
  margin-bottom: 10px;
}

.transparency-price-info span {
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #eaa500;
  font-weight: 400;
  margin-top: 2px;
}

.venue-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
  background-color: var(--color-discount-light);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  clear: both;
}

.venue-info span {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 565.98px) {
  .venue-info {
    margin: 1rem 0;
    gap: 0.75rem;
  }

  .venue-info span {
    line-height: 1.2;
  }
}

.venue-info svg {
  flex-shrink: 0;
}

.event-info-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
}

.event-info-text b {
  font-weight: 700;
}

.organizer_form {
  width: 100%;
}

.organizer_form__inner {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.organizer_form__inner .custom-control {
  min-height: unset !important;
}

.organizer_form__inner p {
  font-size: 0.8125rem;
  line-height: 1.1;
}

.ftc-pricing-label--fees {
  font-size: 0.875rem;
  font-weight: 400;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  line-height: 1;
  margin-top: 4px;
}

.ftc-pricing-label--fees span {
  font-weight: 600;
}

.head-price-wrap-prices strong {
  font-weight: bold !important;
}

#pick_general_tickets_modal .tsold-out .tier-price-group,
#pick_general_tickets_modal .active-tier .tier-price-group {
  min-width: 28% !important;
}

.tsold-out .ftc-pricing-label--fees {
  color: var(--text-primary);
}

#pick_general_tickets_modal .buy-tickets-class-details-wrap {
  padding: 0 1rem 1rem;
}

.ticket-inventory {
  padding-top: 0 !important;
}

.tickets-tier-details-wrap {
  margin-top: 0 !important;
}

.ga-modal-footer-btns {
  display: -webkit-box;
  display: flex;
  gap: 1rem;
}

.ga-modal-footer-btns .btn {
  -webkit-box-flex: 1;
          flex: 1;
}

.ticket-soldout-text:empty {
  display: none;
}

.nav-tabs,
.buy-tickets-tab {
  border: none;
  display: -webkit-box;
  display: flex;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nav-tabs::-webkit-scrollbar,
.buy-tickets-tab::-webkit-scrollbar {
  display: none;
}

.nav-tabs .nav-item,
.buy-tickets-tab .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link,
.nav-tabs .buy-tickets-tab-link,
.buy-tickets-tab .nav-link,
.buy-tickets-tab .buy-tickets-tab-link {
  text-decoration: none !important;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 20px;
  margin-right: 0;
  border-radius: 24px;
  border: none;
  background: var(--tab-inactive-bg);
  color: var(--tab-inactive-text);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .buy-tickets-tab-link:hover,
.nav-tabs .buy-tickets-tab-link:focus,
.buy-tickets-tab .nav-link:hover,
.buy-tickets-tab .nav-link:focus,
.buy-tickets-tab .buy-tickets-tab-link:hover,
.buy-tickets-tab .buy-tickets-tab-link:focus {
  background: var(--tab-inactive-bg);
  color: var(--tab-inactive-text);
  border: none;
  text-decoration: none !important;
  outline: none;
  opacity: 0.8;
}

.nav-tabs .nav-link.active,
.nav-tabs .buy-tickets-tab-link.active,
.buy-tickets-tab .nav-link.active,
.buy-tickets-tab .buy-tickets-tab-link.active {
  background: var(--tab-active-bg) !important;
  color: var(--tab-active-text) !important;
  border: none !important;
  text-decoration: none !important;
}

.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus,
.nav-tabs .buy-tickets-tab-link.active:hover,
.nav-tabs .buy-tickets-tab-link.active:focus,
.buy-tickets-tab .nav-link.active:hover,
.buy-tickets-tab .nav-link.active:focus,
.buy-tickets-tab .buy-tickets-tab-link.active:hover,
.buy-tickets-tab .buy-tickets-tab-link.active:focus {
  background: var(--tab-active-bg) !important;
  color: var(--tab-active-text) !important;
  border: none !important;
  opacity: 0.9;
}

.nav-tabs .nav-link::after,
.nav-tabs .nav-link::before,
.nav-tabs .buy-tickets-tab-link::after,
.nav-tabs .buy-tickets-tab-link::before,
.buy-tickets-tab .nav-link::after,
.buy-tickets-tab .nav-link::before,
.buy-tickets-tab .buy-tickets-tab-link::after,
.buy-tickets-tab .buy-tickets-tab-link::before {
  display: none !important;
}

@media (max-width: 575.98px) {
  .nav-tabs,
  .buy-tickets-tab {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100% !important;
  }

  .nav-tabs .nav-item,
  .buy-tickets-tab .nav-item {
    -webkit-box-flex: 1;
            flex: 1;
  }

  .nav-tabs .nav-link,
  .buy-tickets-tab .buy-tickets-tab-link {
    font-size: 0.875rem;
    padding: 8px 16px;
    border-radius: 20px;
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.delivery-method-tab .tooltip_info-icon {
  margin-left: 0.25rem;
}

.ticket-fees-inner-wrapper .my-tickets-download-tickets-item-right--sub-text {
  margin-top: 0px !important;
}

.af-footer,
footer {
  margin-top: auto;
}

/* ==========================================================================
   AFTON CHECKBOX - Design System
   Modern checkbox with smooth animations and theme support
   ========================================================================== */

.af-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* Hide default checkbox */

.af-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom checkbox container */

.af-checkbox__box {
  position: relative;
  width: 24px;
  height: 24px;
  background: var(--bg-primary);
  border: 2px solid var(--border-secondary);
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* Checkbox label */

.af-checkbox__label {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-primary);
  cursor: pointer;
  -webkit-box-flex: 1;
          flex: 1;
}

/* Hover state */

.af-checkbox:hover .af-checkbox__box {
  border-color: var(--border-primary);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Checked state */

.af-checkbox input[type=checkbox]:checked ~ .af-checkbox__box {
  background: var(--text-primary);
  border-color: var(--text-primary);
}

/* Checkmark icon */

.af-checkbox__box::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid var(--bg-primary);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* Show checkmark when checked */

.af-checkbox input[type=checkbox]:checked ~ .af-checkbox__box::after {
  display: block;
}

/* Focus state */

.af-checkbox input[type=checkbox]:focus ~ .af-checkbox__box {
  box-shadow: 0 0 0 4px var(--input-focus-shadow);
}

/* Error state */

.af-checkbox input[type=checkbox].is-invalid ~ .af-checkbox__box {
  border-color: var(--input-error-border) !important;
  box-shadow: 0 0 0 4px rgba(229, 72, 102, 0.2);
}

/* Disabled state */

.af-checkbox input[type=checkbox]:disabled ~ .af-checkbox__box {
  background: var(--bg-secondary);
  border-color: var(--border-primary);
  cursor: not-allowed;
  opacity: 0.6;
}

.af-checkbox input[type=checkbox]:disabled ~ .af-checkbox__label {
  color: var(--text-tertiary);
  cursor: not-allowed;
  opacity: 0.6;
}

/* Dark mode specific adjustments */

[data-theme=dark] .af-checkbox input[type=checkbox]:checked ~ .af-checkbox__box {
  background: var(--text-primary);
}

[data-theme=dark] .af-checkbox__box::after {
  border-color: var(--bg-primary);
}

/* ====================================
   Order Summary Component Styles
   ==================================== */

.order-summary-card {
  background: var(--bg-tertiary);
  border-radius: 1rem;
}

.order-summary-card .place_order_btn {
  margin: 1rem;
  width: calc(100% - 2rem);
}

/* Responsive adjustments for card */

@media (max-width: 768px) {
  .order-summary-card {
    padding: 20px;
    border-radius: 1rem;
  }
}

.order-summary__totals {
  background: var(--bg-tertiary7);
  border-radius: 16px;
}

.order-summary__label,
.order-summary__value {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 28px;
}

.order-summary__total-label,
.order-summary__total-value {
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  color: var(--text-primary);
}

/* Light mode adjustments */

[data-theme=light] .order-summary__totals {
  background: var(--bg-secondary, #f9fafb);
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .order-summary__label,
  .order-summary__value {
    font-size: 1rem;
    line-height: 24px;
  }

  .order-summary__total-label,
  .order-summary__total-value {
    font-size: 1.25rem;
    line-height: 28px;
  }

  .order-summary__totals {
    padding: 20px;
  }
}

.events-no-results {
  position: relative;
  padding: 1.5rem 0 4rem;
}

.events-no-results__bg {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: 18rem;
  line-height: 1;
  color: var(--color-afton-purple);
  opacity: 0.3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.events-no-results__bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--bg-primary)));
  background: linear-gradient(to bottom, transparent 0%, var(--bg-primary) 100%);
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .events-no-results__bg {
    font-size: 12rem;
  }
}

@media (max-width: 575.98px) {
  .events-no-results__bg {
    font-size: 8rem;
  }
}

.events-no-results__content {
  position: absolute;
  left: 0;
  top: 90px;
  padding-left: 2.5rem;
}

.events-no-results__content h2 {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.events-no-results__content p {
  font-size: clamp(1rem, calc(0.18vw + 1.08rem), 1.25rem);
  color: var(--text-tertiary);
  max-width: 450px;
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .events-no-results__content {
    top: 60px;
    padding-left: 1rem;
  }

  .events-no-results__content p {
    font-size: 1rem;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .events-no-results__content {
    top: 40px;
    padding-left: 0;
  }

  .events-no-results__content p {
    font-size: 1rem;
  }
}

.events-no-results__btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 1rem 1.5rem;
  background-color: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  border: 2px solid var(--btn-primary-border);
  border-radius: 100px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.events-no-results__btn:hover,
.events-no-results__btn:focus {
  background-color: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-text);
  border-color: var(--btn-primary-hover-border);
  text-decoration: none;
}

.hiw-placeholder-img {
  background-color: var(--bg-secondary);
  border-radius: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 300px;
  width: 100%;
}

.hiw-placeholder-img span {
  color: var(--text-tertiary);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}

.hiw-placeholder-img.ratio-16-9 {
  aspect-ratio: 16/9;
}

.hiw-placeholder-img.ratio-1-1 {
  aspect-ratio: 1/1;
}

.hiw-placeholder-img.ratio-4-3 {
  aspect-ratio: 4/3;
}

.how-v2-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.how-v2-hero-overlay h1 {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.how-v2-hero-overlay p {
  font-size: clamp(1rem, calc(0.18vw + 1.08rem), 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
  max-width: 500px;
}

.how-v2-hero-overlay__badge {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--bg-secondary);
  border-radius: 100px;
  margin-bottom: 2.5rem;
}

.how-v2-hero-overlay__badge span {
  font-size: 0.875rem;
  color: #ffffff;
}

@media (max-width: 767px) {
  .how-v2-hero-overlay {
    -webkit-box-align: end;
            align-items: flex-end;
    padding-bottom: 4rem;
  }

  .how-v2-hero-overlay h1 {
    font-size: clamp(2rem, calc(1.43vw + 2.65rem), 4rem);
  }

  .how-v2-hero-overlay p {
    display: none;
  }
}

.how-v2-intro {
  background-color: var(--bg-primary);
  text-align: center;
}

.how-v2-intro__bird {
  margin-bottom: 30px;
}

.how-v2-intro__bird img {
  width: 80px;
  height: auto;
}

[data-theme=dark] .how-v2-intro__bird img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (max-width: 767px) {
  .how-v2-intro__bird img {
    width: 60px;
  }
}

.how-v2-intro__cta-mobile {
  display: none !important;
  background: #d2affa;
  color: #000000 !important;
  width: 342px;
  height: 62px;
  padding: 18px 32px;
  border-radius: 100px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.36px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  margin-bottom: 30px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.how-v2-intro__cta-mobile:hover {
  background: #c49af5;
  color: #000000 !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .how-v2-intro__cta-mobile {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.how-v2-intro h1 {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text-primary);
  max-width: 1052px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .how-v2-intro h1 {
    font-size: clamp(2rem, calc(1.43vw + 2.65rem), 4rem);
    margin-bottom: 30px;
  }
}

.how-v2-intro__subtitle {
  font-size: clamp(1rem, calc(0.18vw + 1.08rem), 1.25rem);
  color: var(--text-primary);
  max-width: 700px;
  margin: 2.5rem auto 2.5rem;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .how-v2-intro__subtitle {
    font-size: 1rem;
  }
}

.how-v2-intro__badge {
  margin-bottom: 1rem;
}

.how-v2-intro__badge img {
  width: 50px;
  height: auto;
}

.how-v2-intro__stars {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.how-v2-intro__stars img {
  width: 12px;
  height: 12px;
}

[data-theme=dark] .how-v2-intro__stars img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.how-v2-intro__rating {
  font-size: 1rem;
  color: var(--text-primary);
}

.how-v2-intro__rating span {
  display: block;
  font-size: 0.875rem;
}

.how-v2-stats {
  position: relative;
  padding: 4rem 0;
  background-color: var(--color-afton-purple);
  color: #000000;
  overflow: visible;
}

@media (max-width: 991px) {
  .how-v2-stats {
    padding: 2.5rem 0;
  }
}

.how-v2-stats .container {
  max-width: 1248px;
}

.how-v2-stats h2 {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--color-afton-black);
  margin-bottom: 0;
}

.how-v2-stats__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}

@media (max-width: 991px) {
  .how-v2-stats__grid {
    display: none;
  }
}

.how-v2-stats__left {
  -webkit-box-flex: 0;
          flex: 0 0 1;
  max-width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-right: 4rem;
}

.how-v2-stats__left h2 {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  padding-top: 4rem;
}

.how-v2-stats__illustration {
  position: absolute;
  bottom: 108px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}

.how-v2-stats__illustration img {
  width: 227px;
  height: 216px;
  max-width: 100%;
}

.how-v2-stats__tickets {
  -webkit-box-flex: 0;
          flex: 0 0 32%;
  max-width: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 10px;
}

.how-v2-stats__ticket {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  aspect-ratio: 400/240;
}

.how-v2-stats__ticket-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.how-v2-stats__ticket-border img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.how-v2-stats__ticket-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

.how-v2-stats__ticket-content h3 {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, calc(1.43vw + 2.65rem), 4rem);
  line-height: 0.9;
  color: var(--color-afton-black);
  margin-bottom: 0;
}

.how-v2-stats__descriptions {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 10px;
  padding-left: 1.5rem;
}

.how-v2-stats__description {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 190px;
}

.how-v2-stats__description p {
  font-size: clamp(1rem, calc(0.18vw + 1.08rem), 1.25rem);
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.3;
  color: var(--color-afton-black) !important;
  margin-bottom: 0;
}

.how-v2-stats__mobile {
  display: none;
}

@media (max-width: 991px) {
  .how-v2-stats__mobile {
    display: block;
  }
}

.how-v2-stats__mobile h2 {
  font-size: 3rem;
  line-height: 0.9;
  text-align: center;
  padding: 0 1.5rem;
  margin-bottom: 2.5rem;
}

.how-v2-stats__carousel {
  display: -webkit-box;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-padding-left: 1.5rem;
  -webkit-overflow-scrolling: touch;
  padding: 0 1.5rem;
  scrollbar-width: none;
}

.how-v2-stats__carousel::-webkit-scrollbar {
  display: none;
}

.how-v2-stats__slide {
  -webkit-box-flex: 0;
          flex: 0 0 83%;
  scroll-snap-align: start;
}

.how-v2-stats__slide-stub {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}

.how-v2-stats__slide-stub > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  pointer-events: none;
}

.how-v2-stats__slide-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
  padding: 2.5rem 1.5rem;
}

.how-v2-stats__slide-content h3 {
  font-size: 3rem;
  line-height: 0.9;
  color: var(--color-afton-black);
  margin-bottom: 5px;
}

.how-v2-stats__slide-content p {
  font-size: clamp(1rem, calc(0.18vw + 1.08rem), 1.25rem);
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.3;
  color: var(--color-afton-black);
  margin-bottom: 0;
  max-width: 220px;
}

.how-v2-stats__pips {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-top: 2.5rem;
}

.how-v2-stats__pip {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-afton-white);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.how-v2-stats__pip--active {
  width: 10px;
  height: 10px;
  background-color: var(--color-afton-black);
  opacity: 1;
}

.how-v2-zigzag {
  background-color: var(--bg-primary);
  margin-top: 7.5rem;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .how-v2-zigzag {
    margin-top: 0;
  }
}

.how-v2-zigzag .row.align-items-center {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .how-v2-zigzag .row.align-items-center {
    gap: 124px;
  }
}

.how-v2-zigzag--purple-bg {
  background-color: transparent;
}

@media (max-width: 767px) {
  .how-v2-zigzag .how-v2-zigzag__image img {
    border-radius: 18px;
  }
}

.how-v2-zigzag__bird {
  margin-bottom: 1.5rem;
}

.how-v2-zigzag__bird img {
  width: 40px;
  height: auto;
}

@media (max-width: 767px) {
  .how-v2-zigzag__bird {
    margin-bottom: 1rem;
  }

  .how-v2-zigzag__bird img {
    width: 32px;
  }
}

.how-v2-zigzag h1 {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .how-v2-zigzag h1 {
    margin-bottom: 30px;
  }
}

.how-v2-zigzag p {
  font-size: clamp(1rem, calc(0.18vw + 1.08rem), 1.25rem);
  color: var(--text-primary);
  max-width: 500px;
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 767px) {
  .how-v2-zigzag p {
    font-size: 1rem;
    max-width: 320px !important;
  }
}

.how-v2-zigzag--reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .how-v2-zigzag--reverse .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.how-v2-zigzag__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 500px;
  gap: 2.5rem !important;
}

@media (max-width: 991px) {
  .how-v2-zigzag__text {
    -webkit-box-ordinal-group: 3;
            order: 2;
    text-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 30px !important;
  }

  .how-v2-zigzag__text p {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .how-v2-zigzag__image {
    margin-bottom: 2.5rem;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media (max-width: 767px) {
  .how-v2-zigzag__image {
    margin-top: 2rem;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.how-v2-zigzag__image picture {
  display: block;
}

@media (max-width: 991px) {
  .how-v2-zigzag__image picture {
    overflow: hidden;
    border-radius: 0;
  }
}

.how-v2-zigzag__image img {
  width: 100%;
  max-width: 612px;
  height: auto;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

@media (min-width: 992px) {
  .how-v2-zigzag__image img {
    border-radius: 25px;
  }
}

@media (max-width: 991px) {
  .how-v2-zigzag__image img {
    max-width: 500px;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .how-v2-zigzag__image img {
    max-width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .how-v2-zigzag {
    margin-bottom: 4rem;
  }
}

.how-v2-zigzag-wrapper {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.how-v2-feature-cards .container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.how-v2-feature-cards .how-v2-feature-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  gap: 4rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.how-v2-feature-cards .how-v2-feature-card:last-child {
  margin-bottom: 0;
}

.how-v2-feature-cards .how-v2-feature-card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .how-v2-feature-cards .how-v2-feature-card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .how-v2-feature-cards .how-v2-feature-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.how-v2-feature-cards .how-v2-feature-card__illustration {
  -webkit-box-flex: 0;
          flex: 0 0 45%;
  max-width: 45%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 1.5rem;
  overflow: hidden;
}

.how-v2-feature-cards .how-v2-feature-card__illustration img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .how-v2-feature-cards .how-v2-feature-card__illustration {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 1.5rem;
  }

  .how-v2-feature-cards .how-v2-feature-card__illustration img {
    max-width: 370px !important;
  }
}

.how-v2-feature-cards .how-v2-feature-card__content {
  -webkit-box-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .how-v2-feature-cards .how-v2-feature-card__content {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .how-v2-feature-cards .how-v2-feature-card__content h2,
  .how-v2-feature-cards .how-v2-feature-card__content p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.how-v2-feature-cards .how-v2-feature-card h3 {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, calc(1.43vw + 2.65rem), 4rem);
  line-height: 0.9;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.how-v2-feature-cards .how-v2-feature-card p {
  font-size: clamp(1rem, calc(0.18vw + 1.08rem), 1.25rem);
  color: var(--text-primary);
  line-height: 1.35;
}

@media (max-width: 767px) {
  .how-v2-feature-cards .how-v2-feature-card p {
    font-size: 1rem;
  }
}

.how-v2-custom-built {
  background-color: var(--bg-primary);
}

.how-v2-custom-built__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}

.how-v2-custom-built h2 {
  margin-bottom: 0;
  max-width: 600px;
}

@media (max-width: 767px) {
  .how-v2-custom-built h2 {
    text-align: center;
    width: 100%;
  }
}

.how-v2-custom-built__nav {
  display: -webkit-box;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
          align-items: center;
  flex-shrink: 0;
}

.how-v2-custom-built__nav-btn {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px !important;
  min-height: 31px !important;
  max-width: 31px !important;
  max-height: 31px !important;
  flex-shrink: 0;
  border-radius: 50% !important;
  border: none !important;
  background-color: #e6e6f0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.how-v2-custom-built__nav-btn img {
  width: 12px;
  height: 12px;
}

.how-v2-custom-built__nav-btn--prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.how-v2-custom-built__nav-btn:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .how-v2-custom-built__desktop {
    display: none !important;
  }
}

.how-v2-custom-built__mobile {
  display: none;
}

@media (max-width: 767px) {
  .how-v2-custom-built__mobile {
    display: block;
  }
}

.how-v2-custom-built__carousel {
  display: -webkit-box;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 1.5rem;
  scrollbar-width: none;
}

.how-v2-custom-built__carousel::-webkit-scrollbar {
  display: none;
}

.how-v2-custom-built__slide {
  -webkit-box-flex: 0;
          flex: 0 0 298px;
  scroll-snap-align: start;
}

.how-v2-custom-built__pips {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
  padding-top: 2.5rem;
}

.how-v2-custom-built__pip {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--bg-secondary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.how-v2-custom-built__pip--active {
  width: 12px;
  height: 12px;
  background-color: var(--text-primary);
}

.how-v2-custom-built__card {
  position: relative;
  text-align: left;
  padding: 24px 30px;
  border: 2px solid #d2affa;
  border-radius: 16px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
}

.how-v2-custom-built__card h4 {
  margin-bottom: 2.5rem !important;
}

@media (max-width: 767px) {
  .how-v2-custom-built__card h5 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 3rem;
  }
}

.how-v2-custom-built__card p {
  font-size: 1rem;
  margin-bottom: 0;
  padding-right: 4rem;
}

.how-v2-custom-built__icon {
  margin-bottom: 0.5rem;
}

.how-v2-custom-built__icon img {
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

[data-theme=dark] .how-v2-custom-built__icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.how-v2-custom-built__plus {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 31px;
  height: 31px;
  border: none;
  border-radius: 50%;
  background-color: var(--bg-secondary);
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.how-v2-custom-built__plus::before {
  content: "+";
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: var(--text-primary);
}

.how-v2-custom-built__plus:hover {
  opacity: 0.7;
}

.how-v2-livestream-promo {
  background-color: var(--bg-primary);
}

.how-v2-livestream-promo__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  gap: 4rem;
}

@media (max-width: 991px) {
  .how-v2-livestream-promo__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 1.5rem !important;
    -webkit-box-align: center !important;
            align-items: center !important;
    align-self: center !important;
  }
}

.how-v2-livestream-promo__image {
  -webkit-box-flex: 0;
          flex: 0 0 612px;
  width: 612px;
  height: 612px;
  background-color: var(--bg-secondary);
  border-radius: 24px;
  overflow: hidden;
}

.how-v2-livestream-promo__image img {
  width: 612px;
  height: 612px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .how-v2-livestream-promo__image {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%;
    height: auto;
  }

  .how-v2-livestream-promo__image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .how-v2-livestream-promo__image {
    width: 360px;
    height: 360px;
  }

  .how-v2-livestream-promo__image img {
    width: 360px;
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.how-v2-livestream-promo__content {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 767px) {
  .how-v2-livestream-promo__content {
    gap: 30px !important;
    -webkit-box-align: center;
            align-items: center;
  }
}

.how-v2-livestream-promo__branding {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
  position: relative;
}

.how-v2-livestream-promo__branding h2 {
  font-family: "DM Sans", "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.875rem;
  font-weight: 300;
  letter-spacing: -0.92px;
  line-height: 1.3;
  color: var(--text-primary);
  margin: 0;
}

@media (max-width: 767px) {
  .how-v2-livestream-promo__branding h2 {
    font-size: 2.25rem;
    letter-spacing: -0.72px;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
}

@media (max-width: 767px) {
  .how-v2-livestream-promo__branding {
    -webkit-box-align: center !important;
            align-items: center !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.how-v2-livestream-promo__logo {
  width: 107px;
  height: 40px;
  margin-bottom: -4px;
}

@media (max-width: 767px) {
  .how-v2-livestream-promo__logo {
    width: 85px;
    height: 32px;
  }
}

.how-v2-livestream-promo__tagline {
  font-family: "DM Sans", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 1.3;
  color: var(--text-primary);
  margin: 0;
  max-width: 358px;
}

@media (max-width: 767px) {
  .how-v2-livestream-promo__tagline {
    font-size: 1.25rem;
    letter-spacing: -0.2px;
    text-align: center;
  }
}

.how-v2-livestream-promo__cta {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 16px 32px;
  background-color: var(--color-afton-purple);
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.18px;
  line-height: 1;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  align-self: flex-start;
}

.how-v2-livestream-promo__cta:hover,
.how-v2-livestream-promo__cta:focus {
  background-color: var(--text-primary);
  color: var(--text-inverse);
  text-decoration: none;
}

@media (max-width: 767px) {
  .how-v2-livestream-promo__cta {
    font-size: 1rem;
    padding: 14px 28px;
    align-self: center;
  }
}

.how-v2-eventstaff-promo {
  background-color: var(--bg-primary);
}

.how-v2-eventstaff-promo__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  gap: 4rem;
}

@media (max-width: 991px) {
  .how-v2-eventstaff-promo__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 30px;
  }
}

.how-v2-eventstaff-promo__content {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 767px) {
  .how-v2-eventstaff-promo__content {
    gap: 30px;
  }
}

.how-v2-eventstaff-promo__branding {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
  position: relative;
}

.how-v2-eventstaff-promo__branding h2 {
  font-family: "DM Sans", "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.875rem;
  font-weight: 300;
  letter-spacing: -0.92px;
  line-height: 1.3;
  color: var(--text-primary);
  margin: 0;
}

@media (max-width: 767px) {
  .how-v2-eventstaff-promo__branding h2 {
    font-size: 2.25rem;
    letter-spacing: -0.72px;
  }
}

@media (max-width: 767px) {
  .how-v2-eventstaff-promo__branding {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
}

.how-v2-eventstaff-promo__logo {
  width: 107px;
  height: 40px;
  margin-bottom: -4px;
}

@media (max-width: 767px) {
  .how-v2-eventstaff-promo__logo {
    width: 85px;
    height: 32px;
  }
}

.how-v2-eventstaff-promo__tagline {
  font-family: "DM Sans", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 1.3;
  color: var(--text-primary);
  margin: 0;
  max-width: 401px;
}

@media (max-width: 767px) {
  .how-v2-eventstaff-promo__tagline {
    font-size: 1.25rem;
    letter-spacing: -0.2px;
    text-align: center;
  }
}

.how-v2-eventstaff-promo__cta {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 16px 32px;
  background-color: var(--color-afton-purple);
  color: #000000;
  font-family: "DM Sans", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.18px;
  line-height: 1;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  align-self: flex-start;
}

.how-v2-eventstaff-promo__cta:hover,
.how-v2-eventstaff-promo__cta:focus {
  background-color: var(--text-primary);
  color: var(--text-inverse);
  text-decoration: none;
}

@media (max-width: 767px) {
  .how-v2-eventstaff-promo__cta {
    font-size: 1rem;
    padding: 14px 28px;
    align-self: center;
  }
}

.how-v2-eventstaff-promo__image {
  -webkit-box-flex: 0;
          flex: 0 0 612px;
  width: 612px;
  height: 612px;
  background-color: var(--bg-secondary);
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.how-v2-eventstaff-promo__image img {
  width: 612px;
  height: 612px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .how-v2-eventstaff-promo__image {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%;
    height: auto;
  }

  .how-v2-eventstaff-promo__image img {
    width: 100%;
    height: auto;
  }
}

.how-v2-eventstaff-promo__description {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.how-v2-testimonial-module {
  background-color: var(--bg-primary);
}

.how-v2-testimonial-module__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  gap: 4rem;
}

.how-v2-testimonial-module__image {
  -webkit-box-flex: 0;
          flex: 0 0 612px;
  width: 612px;
  height: 612px;
  border-radius: 24px;
  overflow: hidden;
}

.how-v2-testimonial-module__image img {
  width: 612px;
  height: 612px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.how-v2-testimonial-module__content {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 2.5rem;
}

.how-v2-testimonial-module__stars {
  display: -webkit-box;
  display: flex;
  gap: 0.25rem;
}

.how-v2-testimonial-module__stars img {
  width: 12px;
  height: 12px;
}

[data-theme=dark] .how-v2-testimonial-module__stars img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.how-v2-testimonial-module__quote {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 47px;
  color: var(--text-primary);
  margin: 0;
  max-width: 506px;
}

.how-v2-testimonial-module__author {
  font-family: "DM Sans", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 26px;
  color: var(--text-primary);
  max-width: 506px;
}

.how-v2-testimonial-module__dots img {
  height: 12px;
  width: 100px;
}

.how-v2-testimonial-module__mobile {
  padding: 2.5rem 0;
}

.how-v2-testimonial-module__carousel {
  display: -webkit-box;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 1.5rem;
  scrollbar-width: none;
}

.how-v2-testimonial-module__carousel::-webkit-scrollbar {
  display: none;
}

.how-v2-testimonial-module__slide {
  -webkit-box-flex: 0;
          flex: 0 0 calc(100vw - 48px);
  scroll-snap-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.how-v2-testimonial-module__slide-image {
  width: 150px;
  height: 150px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.how-v2-testimonial-module__slide-image img {
  width: 150px;
  height: 150px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.how-v2-testimonial-module__slide-stars {
  margin-bottom: 1.5rem;
}

.how-v2-testimonial-module__slide-stars img {
  height: 12px;
  width: auto;
}

[data-theme=dark] .how-v2-testimonial-module__slide-stars img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.how-v2-testimonial-module__slide-quote {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 31.36px;
  color: var(--text-primary);
  margin: 0 0 2.5rem;
  max-width: 345px;
}

.how-v2-testimonial-module__slide-author {
  font-family: "DM Sans", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.18px;
  line-height: 23.4px;
  color: var(--text-primary);
}

.how-v2-testimonial-module__slide-author strong {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 26px;
}

.how-v2-testimonial-module__pips {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
  padding-top: 2.5rem;
}

.how-v2-testimonial-module__pip {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #939aa5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.how-v2-testimonial-module__pip--active {
  width: 10px;
  height: 10px;
  background-color: var(--text-primary);
  opacity: 1;
}

.how-v2-event-creators {
  background-color: var(--bg-primary);
  text-align: center;
}

.how-v2-event-creators__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  gap: 2.5rem;
  max-width: 1012px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .how-v2-event-creators__content {
    gap: 1.5rem;
  }
}

.how-v2-event-creators__icon img {
  width: 345px;
  height: auto;
}

@media (max-width: 767px) {
  .how-v2-event-creators__icon img {
    width: 220px;
  }
}

.how-v2-event-creators__heading {
  font-family: "PP Right Compact", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0;
}

@media (max-width: 991px) {
  .how-v2-event-creators__heading {
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .how-v2-event-creators__heading {
    line-height: 38px;
  }
}

.how-v2-event-creators__cta {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 16px 32px;
  background-color: var(--color-afton-purple);
  color: #000000;
  font-family: "DM Sans", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.18px;
  line-height: 1;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.how-v2-event-creators__cta:hover,
.how-v2-event-creators__cta:focus {
  background-color: var(--text-primary);
  color: var(--text-inverse);
  text-decoration: none;
}

@media (max-width: 767px) {
  .how-v2-event-creators__cta {
    font-size: 1rem;
    padding: 14px 28px;
  }
}

.how-v2-sticky-cta {
  display: none;
}

@media (max-width: 991px) {
  .how-v2-sticky-cta {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 8px;
    position: fixed;
    bottom: -2px !important;
    left: 0;
    right: 0;
    z-index: 1050;
    padding: 0.85rem;
    background: var(--bg-secondary);
  }
}

.how-v2-sticky-cta__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 8px;
}

.how-v2-sticky-cta__btn {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 12px 8px;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}

@media (max-width: 991px) {
  body:has(.how-v2-sticky-cta) {
    padding-bottom: 7rem;
  }

  body:has(.how-v2-sticky-cta) .minimal-footer {
    padding-bottom: 7rem !important;
  }

  body:has(.how-v2-sticky-cta) .af-footer {
    padding-bottom: 0 !important;
  }
}

.home-banner__copy--hiw {
  font-size: 5rem;
}

@media (max-width: 991px) {
  .home-banner__copy--hiw {
    font-size: clamp(1.25rem, calc(1.07vw + 1.24rem), 2.25rem);
  }
}

