/*$tertiary-color: #000;*/
/* z-index: map-get($zindex, z-index-#); */
:root {
    --inverted-primary-header-text: var(--IF-primary-inverted) var(--heading-color, #130B2D);
    --inverted-primary-primary-color: var(--IF-primary-inverted) var(--brand-primary, #000C71);
    --inverted-secondary-button-text: var(--IF-secondary-inverted) var(--brand-button-text, #ffffff);
    --inverted-secondary-secondary-color: var(--IF-secondary-inverted) var(--brand-secondary, #1578D0);
    --inverted-secondary-secondary-light: var(--IF-secondary-inverted) var(--brand-secondary-light, #5caaef);
    --inverted-secondary-secondary-dark: var(--IF-secondary-inverted) var(--brand-secondary-dark, #0c4373);
    --inverted-secondary-grey: var(--IF-secondary-inverted) var(--grey, #9e9e9e);
}

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    height: 100%;
    font-size: 100%;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style-type: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

@-webkit-keyframes scale {
    1%, 99% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

@keyframes scale {
    1%, 99% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fade-in-diff {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in-diff {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-scale-in {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade-scale-in {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fade-in-shift-down {
    0% {
        opacity: 0;
        top: -8px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes fade-in-shift-down {
    0% {
        opacity: 0;
        top: -8px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@-webkit-keyframes fade-in-shift-down-long {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in-shift-down-long {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes transform-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-100vh + 59px));
    }
}

@keyframes transform-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-100vh + 59px));
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        max-height: 0;
    }

    100% {
        opacity: 1;
        max-height: 400px;
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        max-height: 0;
    }

    100% {
        opacity: 1;
        max-height: 400px;
    }
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes phone-pan {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-30px) rotateY(-10deg) skewY(10deg);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(30px) rotateY(10deg) skewY(-10deg);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes phone-pan {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-30px) rotateY(-10deg) skewY(10deg);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(30px) rotateY(10deg) skewY(-10deg);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes background-transition {
    0% {
        background-color: var(--white, #ffffff);
    }

    100% {
        background-color: var(--brand-secondary, #1578D0);
    }
}

@keyframes background-transition {
    0% {
        background-color: var(--white, #ffffff);
    }

    100% {
        background-color: var(--brand-secondary, #1578D0);
    }
}

@-webkit-keyframes slide-left {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes slide-left {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-left-diff {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes slide-left-diff {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-right {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slide-right {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@-webkit-keyframes slide-right-diff {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slide-right-diff {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@-webkit-keyframes spin-centered {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spin-centered {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

:root {
    --body-size: calc(1.125rem * var(--brand-font-size-scale, 1));
    --body-height: 1.55556;
    --body-m-size: calc(1rem * var(--brand-font-size-scale, 1));
    --body-m-height: 1.5;
    --body-s-size: calc(1rem * var(--brand-font-size-scale, 1));
    --body-s-height: 1.5;
    --body-xs-size: calc(0.875rem * var(--brand-font-size-scale, 1));
    --body-xs-height: 1.5;
    --btn-sq-size: calc(1rem * var(--brand-font-size-scale, 1));
    --btn-sq-height: 1;
    --heading-xl-size: calc(2rem * var(--brand-heading-font-size-scale, 1));
    --heading-xl-height: 1.125;
    --heading-l-size: calc(1.5rem * var(--brand-heading-font-size-scale, 1));
    --heading-l-height: 1.16667;
    --heading-m-size: calc(1.125rem * var(--brand-heading-font-size-scale, 1));
    --heading-m-height: 1.55556;
    --heading-m-s-size: calc(1.2rem * var(--brand-heading-font-size-scale, 1));
    --heading-m-s-height: 1.2;
    --heading-s-size: calc(1rem * var(--brand-heading-font-size-scale, 1));
    --heading-s-height: 1.2;
    --heading-xs-size: calc(0.833rem * var(--brand-heading-font-size-scale, 1));
    --heading-xs-height: 1.3;
}

@media (max-width: 640px) {
    :root {
        --body-size: calc(1rem * var(--brand-font-size-scale, 1));
        --body-height: 1.5;
    }
}

@media (max-width: 640px) {
    :root {
        --body-s-size: calc(0.875rem * var(--brand-font-size-scale, 1));
        --body-s-height: 1.14286;
    }
}

@media (max-width: 640px) {
    :root {
        --body-xs-size: calc(0.725rem * var(--brand-font-size-scale, 1));
        --body-xs-height: 1.5;
    }
}

@media (max-width: 640px) {
    :root {
        --heading-xl-size: calc(1.5rem * var(--brand-heading-font-size-scale, 1));
        --heading-xl-height: 1.16667;
    }
}

@media (max-width: 640px) {
    :root {
        --heading-l-size: calc(1.125rem * var(--brand-heading-font-size-scale, 1));
        --heading-l-height: 1.55556;
    }
}

@media (max-width: 640px) {
    :root {
        --heading-m-size: calc(1rem * var(--brand-heading-font-size-scale, 1));
        --heading-m-height: 1.5;
    }
}

body {
    overflow-x: hidden;
    color: var(--medium-grey, #6A6A6A);
    cursor: default;
}

    body ::-moz-selection {
        background-color: var(--inverted-secondary-secondary-dark, rgba(var(--brand-secondary-rgb, "21, 120, 208"), 0.7));
        color: var(--white, #ffffff);
    }

    body ::selection {
        background-color: var(--inverted-secondary-secondary-dark, rgba(var(--brand-secondary-rgb, "21, 120, 208"), 0.7));
        color: var(--white, #ffffff);
    }

    body ::-moz-selection {
        background-color: var(--inverted-secondary-secondary-dark, rgba(var(--brand-secondary-rgb, "21, 120, 208"), 0.7));
        color: var(--white, #ffffff);
    }

button {
    font-family: var(--brand-font-family, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol);
    cursor: pointer;
}

a {
    color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
    text-decoration: underline;
    transition: all 0.2s ease-in;
}

    a:hover {
        text-decoration: none;
    }

b, strong, .bold {
    font-weight: var(--brand-font-weight-bold, 600);
}

.normal-weight {
    font-weight: var(--brand-font-weight-normal, 400);
}

em, i {
    font-style: italic;
}

h6,
.h6-style {
    font-weight: var(--brand-font-weight-bold, 600);
    color: var(--heading-color, #130B2D);
}

.small-italic {
    font-style: italic;
}

.subheading {
    font-weight: var(--brand-font-weight-normal, 400);
    color: var(--dark-gray, #515151);
}

.text-dark {
    color: var(--off-black, #333333);
}

.rich-text ol, .rich-text ul {
    margin: 0 0 24px 24px;
    padding-left: 4px;
}

    .rich-text ol li + li, .rich-text ul li + li {
        padding-top: 10px;
    }

.rich-text h1 + *, .rich-text h2 + * {
    margin-top: 1.5rem;
}

.rich-text h3 + *, .rich-text h4 + * {
    margin-top: 1rem;
}

.rich-text h5 + *, .rich-text h6 + * {
    margin-top: 0.625rem;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    font-weight: var(--brand-font-weight-normal, 400);
}

.rich-text em {
    font-style: italic;
}

.rich-text strong {
    font-weight: var(--brand-font-weight-bold, 600);
}

.rich-text ol {
    list-style-type: decimal;
}

.rich-text ul {
    list-style-type: disc;
}

.rich-text p {
    margin-bottom: 12px;
}

    .rich-text p:last-child {
        margin-bottom: 0;
    }

.small-italic, .seat-tooltip-prices, .seat-tooltip-remaining *, .seat-tooltip-options .seat-info-options-copy, .seat-tooltip-options .seat-tooltip-options-copy, .caption-paragraph, .subheading, .seat-info-prices-btn, .cart-mini-cta-btn-primary, .btn-secondary, .cart-mini-cta-btn-secondary, .promo-code-apply-btn, .dialog-cta-btn, .filters-section-heading-btn, .promo-code-info-btn, .zone-upsell-section-btn, .btn-primary, .footer-link, .loading-stop-btn, .seat-info-container-btn, .seat-info-dialog .seat-info-dialog-cta-btn, .header-performance-subhead, .price-range-numbers-input-error, .price-range-numbers-label, .promo-code-info-container-item .promo-code-info-desc, .ticket-selection-quantity-max-message, .toggle-content-headline, .venue-level-list-item-info, .legend-list-item-name, .seat-info-options-notice, .seat-tooltip-options, .seat-tooltip-prices .seat-tooltip-prices-list-text, .zone-upsell-header, .overlay-filter-section .promo-code-section .heading-general, .btn-diagnostic, .modal-diagnostic table th, .modal-diagnostic table td, textarea, input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel], label, .checkbox-custom + label, input[type=radio] + label, .price-range-numbers-input[type=number], .price-range-numbers-label:after, .seat-info-header-mobile-caption, .seat-tooltip-header-seat, .zone-upsell-content-image .loading-text, .zone-upsell-content-info-description, .seat-info-prices-type, body, .dialog-content-error, .performance-selection-error, .promo-code-conflict-error, .promo-code-apply-error, .alert-container-inner, .cart-timer, .ticket-selection-subtext, .venue-level-list .venue-level-list-item > label, .additional-notes textarea, .seat-info-options-copy, .seat-info-header-item-content .seat-description, .seat-info-prices-button .ticket-selection-quantity {
    font-family: var(--brand-font-family, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol);
    font-weight: var(--brand-font-weight-normal, 400);
}

h1, .modal-diagnostic h3, .large, .rich-text h1, .sidebar-loader .loading-text, .modal-loader .loading-text, h2, .heading-general, .seat-tooltip-header-section, .zone-upsell-content-info-price, .levelselection-modal.modal-wrapper .modal-container .filters-section .filters-section-heading h2.heading-general, h5, .header-performance, .rich-text h4, .rich-text h5, h6,
.h6-style, .rich-text h6 {
    font-family: var(--brand-heading-font-family);
    font-weight: var(--brand-heading-font-weight, 600);
}

.small-italic, .seat-tooltip-prices, .seat-tooltip-remaining *, .seat-tooltip-options .seat-info-options-copy, .seat-tooltip-options .seat-tooltip-options-copy {
    font-size: 0.875rem;
    line-height: 1.5;
    font-size: var(--body-xs-size);
    line-height: var(--body-xs-height);
}

    .caption-paragraph, .subheading, .seat-info-prices-btn, .cart-mini-cta-btn-primary, .btn-secondary, .cart-mini-cta-btn-secondary, .promo-code-apply-btn, .dialog-cta-btn, .filters-section-heading-btn, .promo-code-info-btn, .zone-upsell-section-btn, .btn-primary, .footer-link, .loading-stop-btn, .seat-info-container-btn, .seat-info-dialog .seat-info-dialog-cta-btn, .header-performance-subhead, .price-range-numbers-input-error, .price-range-numbers-label, .promo-code-info-container-item .promo-code-info-desc, .ticket-selection-quantity-max-message, .toggle-content-headline, .venue-level-list-item-info, .legend-list-item-name, .seat-info-options-notice, .seat-tooltip-options, .seat-tooltip-prices .seat-tooltip-prices-list-text, .zone-upsell-header, .overlay-filter-section .promo-code-section .heading-general, .btn-diagnostic, .modal-diagnostic table th, .modal-diagnostic table td {
        font-size: 1rem;
        line-height: 1.5;
        font-size: var(--body-s-size);
        line-height: var(--body-s-height);
    }

        textarea, input[type=text],
        input[type=password],
        input[type=email],
        input[type=number],
        input[type=tel], label, .checkbox-custom + label, input[type=radio] + label, .price-range-numbers-input[type=number], .price-range-numbers-label:after, .seat-info-header-mobile-caption, .seat-tooltip-header-seat, .zone-upsell-content-image .loading-text, .zone-upsell-content-info-description, .seat-info-prices-type {
            font-size: 1rem;
            line-height: 1.5;
            font-size: var(--body-m-size);
            line-height: var(--body-m-height);
        }

body, .dialog-content-error, .performance-selection-error, .promo-code-conflict-error, .promo-code-apply-error, .alert-container-inner, .cart-timer, .ticket-selection-subtext, .venue-level-list .venue-level-list-item > label, .additional-notes textarea, .seat-info-options-copy, .seat-info-header-item-content .seat-description, .seat-info-prices-button .ticket-selection-quantity {
    font-size: 1.125rem;
    line-height: 1.55556;
    font-size: var(--body-size);
    line-height: var(--body-height);
}

h1, .modal-diagnostic h3 {
    font-size: 1.5rem;
    line-height: 1.16667;
    font-size: var(--heading-l-size);
    line-height: var(--heading-l-height);
}

.ticket-selection-quantity {
    font-size: 1rem;
    line-height: 1;
    font-size: var(--btn-sq-size);
    line-height: var(--btn-sq-height);
}

.dialog-content-error, .performance-selection-error, .promo-code-conflict-error, .promo-code-apply-error {
    color: var(--error, #E31837);
    margin-top: 16px;
    font-style: italic;
}

.large, .rich-text h1, .sidebar-loader .loading-text, .modal-loader .loading-text {
    font-size: 1.5rem;
    line-height: 1.16667;
    font-size: var(--heading-l-size);
    line-height: var(--heading-l-height);
}

h2, .heading-general, .seat-tooltip-header-section, .zone-upsell-content-info-price, .levelselection-modal.modal-wrapper .modal-container .filters-section .filters-section-heading h2.heading-general {
    font-size: 1.125rem;
    line-height: 1.55556;
    font-size: var(--heading-m-size);
    line-height: var(--heading-m-height);
}

h5, .header-performance, .rich-text h4 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-size: var(--heading-m-s-size);
    line-height: var(--heading-m-s-height);
}

.rich-text h5 {
    font-size: 1rem;
    line-height: 1.2;
    font-size: var(--heading-s-size);
    line-height: var(--heading-s-height);
}

h6,
.h6-style, .rich-text h6 {
    font-size: 0.833rem;
    line-height: 1.3;
    font-size: var(--heading-xs-size);
    line-height: var(--heading-xs-height);
}

.heading-general {
    color: var(--heading-color, #130B2D);
    margin-bottom: 16px;
}

.zone-upsell-close-svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.app-container {
    min-height: 100vh;
    background-color: var(--white, #ffffff);
}

@media (max-width: 640px) {
    .app-container {
        padding-top: var(--header-height, 55px);
    }
}

.seat-info-prices-btn, .btn-primary, .footer-link, .loading-stop-btn, .seat-info-container-btn, .btn-primary:nth-child(n):disabled:hover, .footer-link:nth-child(n):disabled:hover, .loading-stop-btn:nth-child(n):disabled:hover, .seat-info-container-btn:nth-child(n):disabled:hover, .cart-mini-cta-btn-primary, .header-container {
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}

.alert-container, .seats-available-container, .legend-container, .legend-modal-inner, .legend-trigger-modal, .zoom-container {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
}

.footer-container {
    box-shadow: rgba(0, 0, 0, 0.117647) 0px -1px 6px, rgba(0, 0, 0, 0.117647) 0px -1px 4px;
}

.footer-container-inner:before, .seat-info-dialog .seat-info-dialog-cta:before, .seat-info-footer .seat-info-select-container-inner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: var(--brand-secondary-light, #5caaef);
    top: 0;
    left: 50%;
}

.fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.format-currency:before {
    content: "$";
}

.svg-sprite {
    display: none !important;
}

.ng-cloak {
    visibility: hidden !important;
}

textarea {
    outline: 0;
    resize: none;
    border: 0;
    padding: 1rem;
    margin-top: 4px;
}

    textarea:focus {
        border-bottom-color: var(--brand-secondary, #1578D0);
    }

    textarea::-webkit-input-placeholder {
        color: var(--medium-grey, #6A6A6A);
        font-style: italic;
    }

    textarea::-moz-placeholder {
        color: var(--medium-grey, #6A6A6A);
        font-style: italic;
    }

    textarea:-ms-input-placeholder {
        color: var(--medium-grey, #6A6A6A);
        font-style: italic;
    }

    textarea[aria-invalid="true"] {
        border-bottom-color: var(--error, #E31837);
    }

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel] {
    outline: 0;
    border: 0;
    border-bottom: 2px solid var(--super-light-grey, #F8F8F8);
    transition: .2s ease-in;
    font-family: var(--brand-font-family, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol);
    color: var(--off-black, #333333);
    min-width: 100px;
    padding: 1rem;
    margin-top: 4px;
}

    input[type=text]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    input[type=number]:focus,
    input[type=tel]:focus {
        border-bottom-color: var(--brand-secondary, #1578D0);
    }

    input[type=text]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=email]::-webkit-input-placeholder,
    input[type=number]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder {
        color: var(--medium-grey, #6A6A6A);
        font-style: italic;
    }

    input[type=text]::-moz-placeholder,
    input[type=password]::-moz-placeholder,
    input[type=email]::-moz-placeholder,
    input[type=number]::-moz-placeholder,
    input[type=tel]::-moz-placeholder {
        color: var(--medium-grey, #6A6A6A);
        font-style: italic;
    }

    input[type=text]:-ms-input-placeholder,
    input[type=password]:-ms-input-placeholder,
    input[type=email]:-ms-input-placeholder,
    input[type=number]:-ms-input-placeholder,
    input[type=tel]:-ms-input-placeholder {
        color: var(--medium-grey, #6A6A6A);
        font-style: italic;
    }

    input[type=text][aria-invalid="true"],
    input[type=password][aria-invalid="true"],
    input[type=email][aria-invalid="true"],
    input[type=number][aria-invalid="true"],
    input[type=tel][aria-invalid="true"] {
        border-bottom-color: var(--error, #E31837);
    }

label {
    font-weight: var(--brand-font-weight-bold, 600);
    color: var(--heading-color, #130B2D);
}

.checkbox-custom {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .checkbox-custom + label {
        color: var(--off-black, #333333);
        font-weight: var(--brand-font-weight-bold, 600);
        cursor: pointer;
        display: flex;
    }

        .checkbox-custom + label::before {
            content: "";
            width: 18px;
            height: 18px;
            min-width: 18px;
            display: inline-block;
            border: 2px solid var(--medium-grey, #6A6A6A);
            border-radius: 2px;
            vertical-align: middle;
            margin-top: 3px;
            margin-right: 2rem;
            transition: .15s ease;
            line-height: 1;
        }

@media (max-width: 640px) {
    .checkbox-custom + label::before {
        margin-top: 2px;
    }
}

.mod-no-touchevents .checkbox-custom + label:hover {
    /*color: $secondary-color;*/
}

    .mod-no-touchevents .checkbox-custom + label:hover::before {
        border-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
    }

.checkbox-custom[id="all"] + label::before {
    background-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
    border-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
    content: url("https://www.lyricopera.org/SmartSeat/imgs/icon-minus.png");
}

.checkbox-custom:checked + label {
    /*color: $secondary-color;*/
}

    .checkbox-custom:checked + label::before {
        background-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
        border-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
        content: url("https://www.lyricopera.org/SmartSeat/imgs/icon-checkbox.png");
        padding-top: 2px;
    }

.checkbox-custom:focus + label {
    box-shadow: var(--white, #ffffff) 0 0 0 4px, var(--grey, #9e9e9e) 0 0 0 5px;
}

    .checkbox-custom:focus + label::before {
        border-color: var(--brand-secondary-dark, #0c4373);
    }

.form-container {
    margin-top: 24px;
}

.form-item + .form-item {
    margin-top: 16px;
}

input[type=radio] {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    input[type=radio]:focus + label {
        box-shadow: var(--white, #ffffff) 0 0 0 4px, var(--grey, #9e9e9e) 0 0 0 5px;
    }

        input[type=radio]:focus + label::after {
            border-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
        }

    input[type=radio] + label {
        color: var(--off-black, #333333);
        position: relative;
        padding-left: 32px;
        cursor: pointer;
        transition: .2s;
        display: block;
    }

        input[type=radio] + label::before, input[type=radio] + label::after {
            content: "";
            display: inline-block;
            border-radius: 50%;
            vertical-align: middle;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            transition: .2s;
        }

        input[type=radio] + label::before {
            width: 12px;
            height: 12px;
            background-color: var(--white, #ffffff);
            transition: .15s ease;
            margin-left: 5px;
        }

        input[type=radio] + label::after {
            border: 2px solid var(--medium-grey, #6A6A6A);
            background-color: transparent;
            width: 22px;
            height: 22px;
        }

.mod-no-touchevents input[type=radio] + label:hover {
    color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
}

    .mod-no-touchevents input[type=radio] + label:hover::after {
        border-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
    }

input[type=radio]:checked + label {
    color: var(--inverted-secondary-button-text, var(--brand-secondary, #1578D0));
}

    input[type=radio]:checked + label::before {
        background-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
    }

    input[type=radio]:checked + label::after {
        border-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
    }

/* error notice with icon */
.error-notice {
    display: flex;
    align-items: center;
    margin: 8px 0px;
    color: var(--error, #E31837);
    fill: var(--error, #E31837);
}

@media (max-width: 640px) {
    .error-notice {
        margin: 4px 0px;
    }
}

.error-notice > svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.ticket-selection-quantity, .seat-info-prices-btn, .cart-mini-cta-btn-primary, .btn-secondary, .cart-mini-cta-btn-secondary, .promo-code-apply-btn, .dialog-cta-btn, .filters-section-heading-btn, .promo-code-info-btn, .zone-upsell-section-btn, .btn-primary, .footer-link, .loading-stop-btn, .seat-info-container-btn, .seat-info-dialog .seat-info-dialog-cta-btn, .btn-diagnostic, .btn-diagnostic-close {
    display: inline-block;
    transition: .10s all ease-in;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 2px;
    text-transform: capitalize;
    font-weight: var(--brand-font-weight-bold, 600);
}

    .ticket-selection-quantity:hover, .seat-info-prices-btn:hover, .cart-mini-cta-btn-primary:hover, .btn-secondary:hover, .cart-mini-cta-btn-secondary:hover, .promo-code-apply-btn:hover, .dialog-cta-btn:hover, .filters-section-heading-btn:hover, .promo-code-info-btn:hover, .zone-upsell-section-btn:hover, .btn-primary:hover, .footer-link:hover, .loading-stop-btn:hover, .seat-info-container-btn:hover, .seat-info-dialog .seat-info-dialog-cta-btn:hover, .btn-diagnostic:hover, .btn-diagnostic-close:hover, .ticket-selection-quantity:focus, .seat-info-prices-btn:focus, .cart-mini-cta-btn-primary:focus, .btn-secondary:focus, .cart-mini-cta-btn-secondary:focus, .promo-code-apply-btn:focus, .dialog-cta-btn:focus, .filters-section-heading-btn:focus, .promo-code-info-btn:focus, .zone-upsell-section-btn:focus, .btn-primary:focus, .footer-link:focus, .loading-stop-btn:focus, .seat-info-container-btn:focus, .seat-info-dialog .seat-info-dialog-cta-btn:focus, .btn-diagnostic:focus, .btn-diagnostic-close:focus {
        background: var(--brand-button-hover, #105da2);
        border: 2px solid var(--brand-button-text, #ffffff);
    }

    .disabled.ticket-selection-quantity, .disabled.seat-info-prices-btn, .disabled.cart-mini-cta-btn-primary, .disabled.btn-secondary, .disabled.cart-mini-cta-btn-secondary, .disabled.promo-code-apply-btn, .disabled.dialog-cta-btn, .disabled.filters-section-heading-btn, .disabled.promo-code-info-btn, .disabled.zone-upsell-section-btn, .disabled.btn-primary, .disabled.footer-link, .disabled.loading-stop-btn, .disabled.seat-info-container-btn, .seat-info-dialog .disabled.seat-info-dialog-cta-btn, .disabled.btn-diagnostic, .disabled.btn-diagnostic-close, .ticket-selection-quantity[disabled=disabled], .seat-info-prices-btn[disabled=disabled], .cart-mini-cta-btn-primary[disabled=disabled], .btn-secondary[disabled=disabled], .cart-mini-cta-btn-secondary[disabled=disabled], .promo-code-apply-btn[disabled=disabled], .dialog-cta-btn[disabled=disabled], .filters-section-heading-btn[disabled=disabled], .promo-code-info-btn[disabled=disabled], .zone-upsell-section-btn[disabled=disabled], .btn-primary[disabled=disabled], .footer-link[disabled=disabled], .loading-stop-btn[disabled=disabled], .seat-info-container-btn[disabled=disabled], .seat-info-dialog .seat-info-dialog-cta-btn[disabled=disabled], .btn-diagnostic[disabled=disabled], .btn-diagnostic-close[disabled=disabled] {
        pointer-events: none;
    }

        .disabled.ticket-selection-quantity *, .disabled.seat-info-prices-btn *, .disabled.cart-mini-cta-btn-primary *, .disabled.btn-secondary *, .disabled.cart-mini-cta-btn-secondary *, .disabled.promo-code-apply-btn *, .disabled.dialog-cta-btn *, .disabled.filters-section-heading-btn *, .disabled.promo-code-info-btn *, .disabled.zone-upsell-section-btn *, .disabled.btn-primary *, .disabled.footer-link *, .disabled.loading-stop-btn *, .disabled.seat-info-container-btn *, .seat-info-dialog .disabled.seat-info-dialog-cta-btn *, .disabled.btn-diagnostic *, .disabled.btn-diagnostic-close *, .ticket-selection-quantity[disabled=disabled] *, .seat-info-prices-btn[disabled=disabled] *, .cart-mini-cta-btn-primary[disabled=disabled] *, .btn-secondary[disabled=disabled] *, .cart-mini-cta-btn-secondary[disabled=disabled] *, .promo-code-apply-btn[disabled=disabled] *, .dialog-cta-btn[disabled=disabled] *, .filters-section-heading-btn[disabled=disabled] *, .promo-code-info-btn[disabled=disabled] *, .zone-upsell-section-btn[disabled=disabled] *, .btn-primary[disabled=disabled] *, .footer-link[disabled=disabled] *, .loading-stop-btn[disabled=disabled] *, .seat-info-container-btn[disabled=disabled] *, .seat-info-dialog .seat-info-dialog-cta-btn[disabled=disabled] *, .btn-diagnostic[disabled=disabled] *, .btn-diagnostic-close[disabled=disabled] * {
            pointer-events: none;
        }

    .disabled.ticket-selection-quantity, .disabled.seat-info-prices-btn, .disabled.cart-mini-cta-btn-primary, .disabled.btn-secondary, .disabled.cart-mini-cta-btn-secondary, .disabled.promo-code-apply-btn, .disabled.dialog-cta-btn, .disabled.filters-section-heading-btn, .disabled.promo-code-info-btn, .disabled.zone-upsell-section-btn, .disabled.btn-primary, .disabled.footer-link, .disabled.loading-stop-btn, .disabled.seat-info-container-btn, .seat-info-dialog .disabled.seat-info-dialog-cta-btn, .disabled.btn-diagnostic, .disabled.btn-diagnostic-close, .ticket-selection-quantity[disabled=disabled], .seat-info-prices-btn[disabled=disabled], .cart-mini-cta-btn-primary[disabled=disabled], .btn-secondary[disabled=disabled], .cart-mini-cta-btn-secondary[disabled=disabled], .promo-code-apply-btn[disabled=disabled], .dialog-cta-btn[disabled=disabled], .filters-section-heading-btn[disabled=disabled], .promo-code-info-btn[disabled=disabled], .zone-upsell-section-btn[disabled=disabled], .btn-primary[disabled=disabled], .footer-link[disabled=disabled], .loading-stop-btn[disabled=disabled], .seat-info-container-btn[disabled=disabled], .seat-info-dialog .seat-info-dialog-cta-btn[disabled=disabled], .btn-diagnostic[disabled=disabled], .btn-diagnostic-close[disabled=disabled], .ticket-selection-quantity:disabled, .seat-info-prices-btn:disabled, .cart-mini-cta-btn-primary:disabled, .btn-secondary:disabled, .cart-mini-cta-btn-secondary:disabled, .promo-code-apply-btn:disabled, .dialog-cta-btn:disabled, .filters-section-heading-btn:disabled, .promo-code-info-btn:disabled, .zone-upsell-section-btn:disabled, .btn-primary:disabled, .footer-link:disabled, .loading-stop-btn:disabled, .seat-info-container-btn:disabled, .seat-info-dialog .seat-info-dialog-cta-btn:disabled, .btn-diagnostic:disabled, .btn-diagnostic-close:disabled {
        cursor: not-allowed;
        opacity: .4;
        border: 2px solid transparent;
    }

        .disabled.disabled-clickable.ticket-selection-quantity, .disabled.disabled-clickable.seat-info-prices-btn, .disabled.disabled-clickable.cart-mini-cta-btn-primary, .disabled.disabled-clickable.btn-secondary, .disabled.disabled-clickable.cart-mini-cta-btn-secondary, .disabled.disabled-clickable.promo-code-apply-btn, .disabled.disabled-clickable.dialog-cta-btn, .disabled.disabled-clickable.filters-section-heading-btn, .disabled.disabled-clickable.promo-code-info-btn, .disabled.disabled-clickable.zone-upsell-section-btn, .disabled.disabled-clickable.btn-primary, .disabled.disabled-clickable.footer-link, .disabled.disabled-clickable.loading-stop-btn, .disabled.disabled-clickable.seat-info-container-btn, .seat-info-dialog .disabled.disabled-clickable.seat-info-dialog-cta-btn, .disabled.disabled-clickable.btn-diagnostic, .disabled.disabled-clickable.btn-diagnostic-close, .ticket-selection-quantity[disabled=disabled].disabled-clickable, .seat-info-prices-btn[disabled=disabled].disabled-clickable, .cart-mini-cta-btn-primary[disabled=disabled].disabled-clickable, .btn-secondary[disabled=disabled].disabled-clickable, .cart-mini-cta-btn-secondary[disabled=disabled].disabled-clickable, .promo-code-apply-btn[disabled=disabled].disabled-clickable, .dialog-cta-btn[disabled=disabled].disabled-clickable, .filters-section-heading-btn[disabled=disabled].disabled-clickable, .promo-code-info-btn[disabled=disabled].disabled-clickable, .zone-upsell-section-btn[disabled=disabled].disabled-clickable, .btn-primary[disabled=disabled].disabled-clickable, .footer-link[disabled=disabled].disabled-clickable, .loading-stop-btn[disabled=disabled].disabled-clickable, .seat-info-container-btn[disabled=disabled].disabled-clickable, .seat-info-dialog .seat-info-dialog-cta-btn[disabled=disabled].disabled-clickable, .btn-diagnostic[disabled=disabled].disabled-clickable, .btn-diagnostic-close[disabled=disabled].disabled-clickable, .ticket-selection-quantity:disabled.disabled-clickable, .seat-info-prices-btn:disabled.disabled-clickable, .cart-mini-cta-btn-primary:disabled.disabled-clickable, .btn-secondary:disabled.disabled-clickable, .cart-mini-cta-btn-secondary:disabled.disabled-clickable, .promo-code-apply-btn:disabled.disabled-clickable, .dialog-cta-btn:disabled.disabled-clickable, .filters-section-heading-btn:disabled.disabled-clickable, .promo-code-info-btn:disabled.disabled-clickable, .zone-upsell-section-btn:disabled.disabled-clickable, .btn-primary:disabled.disabled-clickable, .footer-link:disabled.disabled-clickable, .loading-stop-btn:disabled.disabled-clickable, .seat-info-container-btn:disabled.disabled-clickable, .seat-info-dialog .seat-info-dialog-cta-btn:disabled.disabled-clickable, .btn-diagnostic:disabled.disabled-clickable, .btn-diagnostic-close:disabled.disabled-clickable {
            pointer-events: fill;
        }

    .ticket-selection-quantity:empty:not(input[type=submit]), .seat-info-prices-btn:empty:not(input[type=submit]), .cart-mini-cta-btn-primary:empty:not(input[type=submit]), .btn-secondary:empty:not(input[type=submit]), .cart-mini-cta-btn-secondary:empty:not(input[type=submit]), .promo-code-apply-btn:empty:not(input[type=submit]), .dialog-cta-btn:empty:not(input[type=submit]), .filters-section-heading-btn:empty:not(input[type=submit]), .promo-code-info-btn:empty:not(input[type=submit]), .zone-upsell-section-btn:empty:not(input[type=submit]), .btn-primary:empty:not(input[type=submit]), .footer-link:empty:not(input[type=submit]), .loading-stop-btn:empty:not(input[type=submit]), .seat-info-container-btn:empty:not(input[type=submit]), .seat-info-dialog .seat-info-dialog-cta-btn:empty:not(input[type=submit]), .btn-diagnostic:empty:not(input[type=submit]), .btn-diagnostic-close:empty:not(input[type=submit]) {
        display: none;
    }

.seat-info-prices-btn, .cart-mini-cta-btn-primary, .btn-secondary, .cart-mini-cta-btn-secondary, .promo-code-apply-btn, .dialog-cta-btn, .filters-section-heading-btn, .promo-code-info-btn, .zone-upsell-section-btn {
    padding: 10px 12px;
}

.btn-primary, .footer-link, .loading-stop-btn, .seat-info-container-btn {
    padding: 10px 22px;
}

@media (max-width: 640px) {
    .btn-primary, .footer-link, .loading-stop-btn, .seat-info-container-btn {
        padding: 10px 18px;
    }
}

.seat-info-dialog .seat-info-dialog-cta-btn {
    padding: 10px;
}

.ticket-selection-quantity, .btn-primary, .footer-link, .loading-stop-btn, .seat-info-container-btn, .seat-info-dialog .seat-info-dialog-cta-btn {
    color: var(--brand-button-text, #ffffff);
    text-transform: capitalize;
    letter-spacing: .01rem;
    background-color: var(--brand-secondary, #1578D0);
    text-decoration: none;
}

    .ticket-selection-quantity:hover, .btn-primary:hover, .footer-link:hover, .loading-stop-btn:hover, .seat-info-container-btn:hover, .seat-info-dialog .seat-info-dialog-cta-btn:hover, .ticket-selection-quantity:focus, .btn-primary:focus, .footer-link:focus, .loading-stop-btn:focus, .seat-info-container-btn:focus, .seat-info-dialog .seat-info-dialog-cta-btn:focus {
        background-color: var(--brand-button-hover, #105da2);
        box-shadow: var(--brand-secondary, #1578D0) 0px 0px 4px 0px;
    }

    .disabled.ticket-selection-quantity, .disabled.btn-primary, .disabled.footer-link, .disabled.loading-stop-btn, .disabled.seat-info-container-btn, .seat-info-dialog .disabled.seat-info-dialog-cta-btn, .ticket-selection-quantity:disabled, .btn-primary:disabled, .footer-link:disabled, .loading-stop-btn:disabled, .seat-info-container-btn:disabled, .seat-info-dialog .seat-info-dialog-cta-btn:disabled {
        background-color: var(--white, #ffffff);
        color: var(--grey, #9e9e9e);
    }

        .disabled.ticket-selection-quantity:hover, .disabled.btn-primary:hover, .disabled.footer-link:hover, .disabled.loading-stop-btn:hover, .disabled.seat-info-container-btn:hover, .seat-info-dialog .disabled.seat-info-dialog-cta-btn:hover, .ticket-selection-quantity:disabled:hover, .btn-primary:disabled:hover, .footer-link:disabled:hover, .loading-stop-btn:disabled:hover, .seat-info-container-btn:disabled:hover, .seat-info-dialog .seat-info-dialog-cta-btn:disabled:hover {
            box-shadow: none;
            border: 2px solid transparent;
        }

.seat-info-prices-btn {
    background-color: var(--white, #ffffff);
    border-radius: 3px;
    color: var(--off-black, #333333);
    position: relative;
    overflow: hidden;
}

    .seat-info-prices-btn:before {
        content: "";
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border: 3px solid var(--brand-secondary, #1578D0);
        border-radius: 50%;
        transform: scale(0);
        transition: all .35s linear;
    }

    .seat-info-prices-btn:hover, .seat-info-prices-btn:focus {
        background-color: var(--super-light-grey, #F8F8F8);
        outline: 2px solid var(--off-black, #333333);
    }

        .seat-info-prices-btn:focus:before {
            transform: scale(1.8);
        }

.disabled.seat-info-prices-btn {
    background-color: var(--super-light-grey, #F8F8F8);
    color: var(--grey, #9e9e9e);
}

.active.seat-info-prices-btn {
    transition-delay: .1s;
    transition-duration: .3s;
    background-color: var(--brand-secondary, #1578D0);
    color: var(--white, #ffffff);
}

    .active.seat-info-prices-btn:focus:before {
        transition: 0;
    }

.cart-mini-cta-btn-primary, .btn-secondary, .cart-mini-cta-btn-secondary, .promo-code-apply-btn, .dialog-cta-btn, .filters-section-heading-btn, .promo-code-info-btn {
    text-transform: capitalize;
    letter-spacing: .01rem;
}

    .cart-mini-cta-btn-primary:hover, .btn-secondary:hover, .cart-mini-cta-btn-secondary:hover, .promo-code-apply-btn:hover, .dialog-cta-btn:hover, .filters-section-heading-btn:hover, .promo-code-info-btn:hover, .cart-mini-cta-btn-primary:focus, .btn-secondary:focus, .cart-mini-cta-btn-secondary:focus, .promo-code-apply-btn:focus, .dialog-cta-btn:focus, .filters-section-heading-btn:focus, .promo-code-info-btn:focus {
        border: 2px solid var(--brand-primary, #000C71);
        background-color: var(--super-light-grey, #F8F8F8);
    }

    .cart-mini-cta-btn-primary:disabled, .btn-secondary:disabled, .cart-mini-cta-btn-secondary:disabled, .promo-code-apply-btn:disabled, .dialog-cta-btn:disabled, .filters-section-heading-btn:disabled, .promo-code-info-btn:disabled {
        color: var(--medium-grey, #6A6A6A);
    }

        .cart-mini-cta-btn-primary:disabled:hover, .btn-secondary:disabled:hover, .cart-mini-cta-btn-secondary:disabled:hover, .promo-code-apply-btn:disabled:hover, .dialog-cta-btn:disabled:hover, .filters-section-heading-btn:disabled:hover, .promo-code-info-btn:disabled:hover {
            border: 2px solid transparent;
        }

.cart-mini-cta-btn-primary {
    color: var(--inverted-secondary-button-text, var(--white, #ffffff));
    background-color: var(--brand-secondary, #1578D0);
}

    .cart-mini-cta-btn-primary:hover, .cart-mini-cta-btn-primary:focus {
        background-color: var(--brand-button-hover, #105da2);
        border-color: var(--brand-button-text, #ffffff);
    }

.btn-secondary, .cart-mini-cta-btn-secondary, .promo-code-apply-btn {
    color: var(--inverted-secondary-button-text, var(--brand-secondary, #1578D0));
    background-color: var(--inverted-secondary-secondary-color, transparent);
}

    .btn-secondary:hover, .cart-mini-cta-btn-secondary:hover, .promo-code-apply-btn:hover, .btn-secondary:focus, .cart-mini-cta-btn-secondary:focus, .promo-code-apply-btn:focus {
        border-color: var(--brand-button-text, #ffffff);
    }

    .btn-secondary[disabled], .cart-mini-cta-btn-secondary[disabled], .promo-code-apply-btn[disabled] {
        color: var(--inverted-secondary-button-text, var(--brand-secondary, #1578D0));
    }

        .btn-secondary[disabled]:hover, .cart-mini-cta-btn-secondary[disabled]:hover, .promo-code-apply-btn[disabled]:hover {
            background-color: var(--inverted-secondary-secondary-color, transparent);
        }

.dialog-cta-btn, .filters-section-heading-btn, .promo-code-info-btn {
    color: var(--inverted-primary-header-text, var(--brand-primary, #000C71));
    background-color: var(--inverted-primary-primary-color, transparent);
}

    .dialog-cta-btn[disabled], .filters-section-heading-btn[disabled], .promo-code-info-btn[disabled] {
        color: var(--inverted-primary-header-text, var(--brand-primary, #000C71));
    }

        .dialog-cta-btn[disabled]:hover, .filters-section-heading-btn[disabled]:hover, .promo-code-info-btn[disabled]:hover {
            background-color: var(--inverted-primary-primary-color, transparent);
        }

.cart-mini-item-button, .cart-container-inner .cart-item-action {
    background-color: transparent;
    font-family: var(--brand-font-family, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol);
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
}

    .cart-mini-item-button:focus, .cart-container-inner .cart-item-action:focus {
        box-shadow: var(--white, #ffffff) 0 0 0 4px, var(--grey, #9e9e9e) 0 0 0 5px;
    }

.cart-mini-item-button {
    cursor: pointer;
    text-decoration: underline;
}

    .cart-mini-item-button:hover, .cart-mini-item-button:focus {
        text-decoration: none;
    }

.btn-secondary {
    border: 2px solid var(--brand-secondary, #1578D0);
}

.btn-toggle-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

    .btn-toggle-full:focus {
        box-shadow: var(--white, #ffffff) 0 0 0 4px, var(--grey, #9e9e9e) 0 0 0 5px;
    }

    .btn-toggle-full + * {
        -webkit-margin-start: 16px;
        margin-inline-start: 16px;
    }

[data-loading-indicator="true"] {
    position: relative;
}

    [data-loading-indicator="true"]::after {
        content: '';
        width: 2em;
        padding: 4px;
        aspect-ratio: 1;
        border-radius: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: var(--brand-secondary-light, #5caaef);
        border-right-color: transparent;
        border-bottom-color: transparent;
        opacity: 0.5;
        -webkit-animation: spin-centered 1s infinite linear;
        animation: spin-centered 1s infinite linear;
        position: absolute;
        top: 50%;
        left: 50%;
    }

.stack > * + * {
    -webkit-margin-before: 0.75em;
    margin-block-start: 0.75em;
}

.visually-hidden {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.footer-container {
    background-color: var(--sorta-light-grey, #EFF1F3);
    padding: 10px 0;
}

@media (max-width: 400px) {
    .footer-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.footer-link {
    text-align: center;
    font-weight: var(--brand-font-weight-bold, 600);
}

    .footer-link:first-child {
        margin-right: 10px;
    }

@media (max-width: 400px) {
    .footer-link:first-child {
        margin-right: 5px;
    }
}

.footer-link:last-child {
    margin-left: 10px;
}

@media (max-width: 400px) {
    .footer-link:last-child {
        margin-left: 5px;
    }
}

.footer-link > a {
    color: var(--white, #ffffff);
}

@media (max-width: 640px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 40;
    }
}

header.modal-active {
    z-index: 99;
}

.header-container {
    display: flex;
    align-items: center;
    z-index: 40;
    position: relative;
    min-height: var(--header-height, 64px);
    justify-content: space-between;
}

.header-info {
    display: flex;
    min-width: 0;
    align-items: center;
}

    .header-info > div {
        overflow: hidden;
    }

    .header-info a {
        cursor: pointer;
    }

.header-one-row .header-info {
    align-items: center;
}

.header-container {
    background-color: var(--brand-primary, #000C71);
    padding: 14px 24px;
    color: var(--inverted-primary-header-text, var(--white, #ffffff));
}

@media (max-width: 708px) {
    .header-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 640px) {
    .header-container {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: var(--header-height, 55px);
    }
}

.header-container a {
    color: var(--inverted-primary-header-text, var(--white, #ffffff));
}

.header-back-icon {
    fill: currentColor;
    height: 20px;
    width: 12px;
    margin-right: 16px;
}

.header-logo, .header-right-icon {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 16px;
    -webkit-animation-name: fade-scale-in;
    animation-name: fade-scale-in;
    transform: scale(1.1);
    opacity: 0;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@media (max-width: 708px) {
    .header-logo, .header-right-icon {
        margin-right: 10px;
    }
}

@media (max-width: 640px) {
    .header-logo, .header-right-icon {
        width: 25px;
        height: 25px;
    }
}

.header-logo > svg, .header-right-icon > svg {
    fill: currentColor;
}

.header-right-icon {
    margin-right: 0;
}

.header-logo-link {
    margin-right: 16px;
}

    .header-logo-link .header-logo {
        margin-right: 0;
    }

.header-performance {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-animation-name: fade-in-shift-down;
    animation-name: fade-in-shift-down;
    position: relative;
    opacity: 0;
    top: -8px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.header-performance-subhead > span {
    display: inline-block;
}

@media (max-width: 640px) {
    .header-performance-subhead > span {
        display: block;
    }
}

.header-performance-date:after {
    content: "\A0|\A0";
}

@media (max-width: 640px) {
    .header-performance-date:after {
        content: "\A0";
    }
}

.header-filters {
    display: flex;
}

.header-filters-link {
    color: var(--inverted-primary-header-text, var(--white, #ffffff));
    margin-left: 16px;
    margin-top: 5px;
    align-self: flex-start;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .header-filters-link:focus {
        box-shadow: var(--brand-primary, #000C71) 0 0 0 4px, var(--white, #ffffff) 0 0 0 5px;
    }

    .header-filters-link + * {
        margin-left: 3rem;
    }

@media (max-width: 640px) {
    .header-filters-link + * {
        margin-left: 0.75rem;
    }
}

.header-filters-link span {
    display: block;
    margin-right: 0.5rem;
}

@media (max-width: 640px) {
    .header-filters-link span:not(.cart-icon-amount) {
        margin: -1px;
        padding: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip: rect(0, 0, 0, 0);
        position: absolute;
    }
}

.header-filters-link .cart-icon-amount {
    background-color: var(--inverted-primary-header-text, var(--white, #ffffff));
    width: .95rem;
    height: .95rem;
    border-radius: 1rem;
    top: -.375rem;
    right: -.3125rem;
    position: absolute;
    color: var(--brand-primary, #000C71);
    border: 1px solid var(--brand-primary, #000C71);
    line-height: .9rem;
    font-size: .625rem;
    visibility: visible;
    font-family: var(--brand-font-family, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol);
}

.header-filters-filter-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}

    .header-filters-filter-icon > svg {
        fill: var(--inverted-primary-header-text, var(--white, #ffffff));
    }

.header-filters-close-icon {
    display: inline-block;
    width: 24px;
    height: 1.6875rem;
}

    .header-filters-close-icon > svg {
        fill: var(--inverted-primary-header-text, var(--white, #ffffff));
        width: 24px;
        height: 24px;
    }

@media (min-width: 640.1px) {
    .header-container-viewfromseat {
        z-index: 0;
    }
}

.alert-container {
    width: 100%;
    background-color: var(--off-black, #333333);
    color: var(--white, #ffffff);
    z-index: 30;
    transition: .3s ease all;
    display: none;
    position: relative;
    max-height: 4.25rem;
}

@media (max-width: 640px) {
    .alert-container {
        max-height: 5.5rem;
    }
}

.alert-container a {
    color: var(--white, #ffffff);
}

@media (max-width: 640px) {
    .alert-container {
        width: 100%;
    }
}

.alert-container-open {
    padding: 0.5rem 24px;
    display: flex;
}

.alert-container-content {
    flex-grow: 1;
    padding-left: 30px;
    text-align: center;
}

.alert-container-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    flex-grow: 1;
}

.alert-close {
    color: inherit;
}

    .alert-close:focus {
        box-shadow: var(--dark-gray, #515151) 0 0 0 4px, var(--white, #ffffff) 0 0 0 5px;
        margin-left: 16px;
    }

.alert-close-icon {
    fill: white;
    height: 20px;
    width: 20px;
}

.cart-container.hide {
    visibility: hidden;
}

.cart-icon {
    cursor: pointer;
    width: 26px;
    height: 22px;
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}

@media (max-width: 640px) {
    .cart-icon {
        width: 23px;
        height: 18px;
    }
}

.cart-icon-container {
    position: relative;
}

    .cart-icon-container.grow > svg {
        -webkit-animation-name: scale;
        animation-name: scale;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: 2;
        animation-iteration-count: 2;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .cart-icon-container.grow > svg + .cart-icon-amount {
            -webkit-animation-name: fade-in;
            animation-name: fade-in;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
            border-radius: 50%;
            height: 18px;
            width: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -10px;
            right: -10px;
        }

            .cart-icon-container.grow > svg + .cart-icon-amount.show {
                visibility: visible;
            }

.cart-icon-amount {
    visibility: hidden;
}

.cart-icon {
    fill: var(--inverted-secondary-button-text, var(--white, #ffffff));
}

.cart-icon-amount {
    background-color: var(--inverted-secondary-secondary-color, var(--brand-secondary-dark, #0c4373));
    color: var(--inverted-secondary-button-text, var(--white, #ffffff));
    font-size: .8rem;
}

.cart-mini-items {
    display: table;
    width: 100%;
}

.cart-mini-item {
    display: table-row;
}

    .cart-mini-item.active {
        font-weight: var(--brand-font-weight-bold, 600);
    }

        .cart-mini-item.active .cart-mini-item-section {
            text-decoration: none;
            cursor: default;
        }

    .cart-mini-item > span {
        display: table-cell;
        padding-bottom: 5px;
    }

        .cart-mini-item > span + span {
            padding-left: 6px;
        }

        .cart-mini-item > span:last-child {
            text-align: right;
        }

        .cart-mini-item > span:nth-child(1) {
            width: 67%;
        }

        .cart-mini-item > span:nth-child(2) {
            width: 25%;
        }

        .cart-mini-item > span:nth-child(3) {
            width: 8%;
        }

.cart-mini-item-button {
    color: var(--inverted-secondary-button-text, var(--brand-secondary, #1578D0));
}

.cart-mini-item-text {
    display: block;
    line-height: 1.2;
}

.cart-mini-close {
    width: 12px;
    height: 12px;
}

.cart-mini-close {
    fill: var(--off-black, #333333);
    cursor: pointer;
}

.cart-mini-items p {
    text-align: center;
}

.cart-mini-cta {
    margin-top: 8px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.cart-timer {
    width: 100%;
    margin: 0 auto;
    background-color: var(--super-light-grey, #F8F8F8);
    color: var(--off-black, #333333);
    transition: .20s all ease-in;
    max-height: 2.75rem;
    height: 2.75rem;
}

@media (max-width: 640px) {
    .cart-timer {
        height: 2.5rem;
        max-height: 2.5rem;
    }
}

.cart-timer-inner {
    padding: .5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 640px) {
    .cart-timer-inner {
        padding: 0.5rem .75rem;
        height: 100%;
    }
}

.cart-timer-inner span {
    font-weight: var(--brand-font-weight-bold, 600);
}

.cart-timer-expiring {
    color: var(--error, #E31837);
}

/* Overwriting default 86px of top header with 134px including cart timer */
@media (max-width: 640px) {
    .cart-timer-active.app-container {
        padding-top: calc(var(--header-height, 55px) + var(--timer-height, 40px));
    }

    .cart-timer-active .cart-mini-container, .cart-timer-active .cart-mini-background {
        top: calc(var(--header-height, 55px) + var(--timer-height, 40px) - 1px);
    }

    .cart-timer-active .map-container {
        max-height: calc(100vh - var(--header-height, 55px) - var(--timer-height, 40px));
    }

    .cart-timer-active .seat-info-views-icon {
        top: calc(var(--header-height, 55px) + var(--timer-height, 40px) + 20px);
    }

    .cart-timer-active .seat-info-dialog {
        padding: 0 24px calc(var(--header-height, 55px) + var(--timer-height, 40px) + 24px) 24px;
    }
}

@media (max-width: 930px) {
    .cart-timer-active {
        /*.seatmap-content-info .filters-section {
            top: calc(var(--header-height, 55px) + var(--timer-height, 40px)) !important;
            height: calc(100% - var(--header-height, 55px) - var(--timer-height, 40px) - 43px) !important;
        }*/
    }

        .cart-timer-active .map-level-select-container.open {
            top: calc(var(--header-height, 55px) + var(--timer-height, 40px));
        }
}

.dialog-wrapper {
    overflow-x: hidden;
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
    overflow-y: auto;
    padding: 50px 0;
}

.dialog-container {
    margin: auto;
    z-index: 10;
    display: block;
}

.dialog-cta-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.dialog-wrapper {
    opacity: 0;
    -webkit-animation: fade-in .15s ease-in forwards;
    animation: fade-in .15s ease-in forwards;
    background-color: rgba(0, 0, 0, 0.5);
}

.dialog-container {
    background-color: var(--white, #ffffff);
    padding: 24px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 45px, rgba(0, 0, 0, 0.15) 0px 16px 26px;
    max-width: 500px;
    width: 100%;
    min-height: 200px;
    transform: translateY(-20px);
    opacity: 0;
    -webkit-animation: fade-in-shift-down-long .3s ease .15s forwards;
    animation: fade-in-shift-down-long .3s ease .15s forwards;
}

.dialog-cta-container {
    margin-right: -12px;
    margin-bottom: -10px;
}

.dialog-cta-btn + .dialog-cta-btn {
    margin-left: 10px;
}

.dialog-cta-left {
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}

.modal-wrapper {
    overflow-x: hidden;
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
    overflow-y: hidden;
}

    .modal-wrapper.priority-1 {
        z-index: 110;
    }

    .modal-wrapper.priority-2 {
        z-index: 100;
    }

    .modal-wrapper.priority-3 {
        z-index: 90;
    }

.modal-cta-container {
    display: flex;
    justify-content: flex-end;
    margin-top: calc(24px / 2);
}

    .modal-cta-container > * + * {
        -webkit-margin-start: 10px;
        margin-inline-start: 10px;
    }

.modal-wrapper {
    opacity: 0;
    -webkit-animation: fade-in .15s ease-in forwards;
    animation: fade-in .15s ease-in forwards;
}

@media (max-width: 930px) {
    .modal-wrapper {
        z-index: 98;
    }
}

.modal-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container {
    background-color: var(--white, #ffffff);
    padding: 24px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 45px, rgba(0, 0, 0, 0.15) 0px 16px 26px;
    max-width: 500px;
    width: 100%;
    min-height: 175px;
    opacity: 0;
    -webkit-animation: fade-in-shift-down-long .3s ease .15s forwards;
    animation: fade-in-shift-down-long .3s ease .15s forwards;
    align-self: center;
    margin: 10vh auto;
    max-height: 80vh;
    overflow-y: auto;
}

@media (max-height: 200px) {
    .modal-container {
        min-height: 0;
    }
}

.modal-container.modal-container-performance-list {
    max-height: 70vh;
    position: fixed;
}

.modal-performance-list {
    overflow-y: auto;
    max-height: calc(60vh - 175px);
    padding: 6px;
    margin-left: -6px;
    margin-right: -6px;
}

.modal-large {
    max-width: var(--max-width, 708px);
    min-height: 16rem;
}

@media (max-height: 18rem) {
    .modal-large {
        min-height: 0;
    }
}

body {
    background-color: var(--brand-primary, #000C71);
}

    body::before {
        color: var(--inverted-primary-header-text, var(--white, #ffffff));
        content: "";
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-animation-name: fade-out;
        animation-name: fade-out;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*.seatmap-container & {
            height: calc(100vh - var(--header-height, 64px));

            @include media(small) {
                height: calc(100vh - var(--header-height, 55px));
            }
        }*/
}

    .loading-container.main {
        transition: .5s ease all;
        top: 0;
        width: 100vw;
        position: absolute;
    }

        .loading-container.main.loaded {
            top: -100vh;
        }

            .loading-container.main.loaded + .app-container {
                display: block;
            }

        .loading-container.main + .app-container {
            display: none;
        }

.loading-text {
    padding-top: 15px;
}

.loading-container {
    background-color: var(--brand-primary, #000C71);
}

.loading-text {
    color: var(--inverted-primary-header-text, var(--white, #ffffff));
    padding-top: 15px;
}

.loading-icon {
    fill: var(--inverted-primary-header-text, var(--white, #ffffff));
    -webkit-animation: rotate 2s linear infinite, fade-in .4s linear forwards;
    animation: rotate 2s linear infinite, fade-in .4s linear forwards;
    transform-origin: center center;
    width: 120px;
    height: 120px;
}

.loading-icon-path {
    stroke: var(--inverted-primary-header-text, var(--white, #ffffff));
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

.loading-icon.paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

    .loading-icon.paused .loading-icon-path {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

.loading-stop-btn {
    margin-top: 25px;
    background: transparent;
    color: white;
    border: 1px solid white;
}

.sidebar-loader .loading-container, .modal-loader .loading-container {
    position: absolute;
    height: auto;
    background: transparent;
}

.sidebar-loader .loading-icon-path, .modal-loader .loading-icon-path {
    stroke: var(--brand-secondary, #1578D0);
}

.sidebar-loader .loading-text, .modal-loader .loading-text {
    color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
    color: var(--brand-secondary, #1578D0);
}

.sidebar-loader {
    min-height: 27vh;
    position: relative;
}

@media (max-width: 930px) {
    .sidebar-loader {
        height: 14vh;
        min-height: 0;
        transform: scale(0.5) translateY(-55%);
    }
}

.modal-loader {
    position: relative;
    padding-block: 24px;
}

    .modal-loader .loading-container {
        transform: scale(0.75);
    }

.filters-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    max-width: var(--max-width, 708px);
    padding-bottom: 161px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 708px) {
    .filters-container {
        padding-bottom: 137px;
        margin-top: 24px;
    }
}

.filters-section {
    top: -8px;
    position: relative;
    opacity: 0;
    z-index: 10;
}

.filters-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

    .filters-section-heading.contains-btn {
        margin-top: -10px;
    }

    .filters-section-heading .heading-general {
        margin-bottom: 0;
    }

.filters-section-heading-toggles {
    display: flex;
    align-items: center;
}

    .filters-section-heading-toggles .btn-toggle-accordion {
        border: 2px solid transparent;
    }

        .filters-section-heading-toggles .btn-toggle-accordion:focus {
            border-color: var(--brand-primary, #000C71);
        }

.filters-section-heading-toggles-icon {
    width: 0.75rem;
    height: 0.5rem;
    fill: var(--medium-grey, #6A6A6A);
    cursor: pointer;
    transition: .2s;
    pointer-events: all !important;
    position: relative;
}

@media (max-width: 1025px) {
    .filters-section-heading-toggles-icon {
        width: 0.75rem;
        height: 0.5rem;
    }
}

.filters-section-heading-toggles-icon.toggled {
    transform: rotate(180deg);
}

.filters-section + .filters-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--super-light-grey, #F8F8F8);
}

@media (max-width: 1025px) {
    .filters-section + .filters-section {
        margin-top: 24px;
        padding-top: 24px;
    }
}

.filters-section-message {
    margin-bottom: 12px;
}

.filters-section.promo-code-section {
    z-index: 20;
}

.filters-section button:focus {
    /*outline: 2px solid $secondary-color-dk;*/
}

.filters-section:nth-child(1) {
    -webkit-animation: fade-in-shift-down 0.3s ease 1s forwards;
    animation: fade-in-shift-down 0.3s ease 1s forwards;
}

.filters-section:nth-child(2) {
    -webkit-animation: fade-in-shift-down 0.3s ease 1.2s forwards;
    animation: fade-in-shift-down 0.3s ease 1.2s forwards;
}

.filters-section:nth-child(3) {
    -webkit-animation: fade-in-shift-down 0.3s ease 1.4s forwards;
    animation: fade-in-shift-down 0.3s ease 1.4s forwards;
}

.filters-section:nth-child(4) {
    -webkit-animation: fade-in-shift-down 0.3s ease 1.6s forwards;
    animation: fade-in-shift-down 0.3s ease 1.6s forwards;
}

.filters-section:nth-child(5) {
    -webkit-animation: fade-in-shift-down 0.3s ease 1.8s forwards;
    animation: fade-in-shift-down 0.3s ease 1.8s forwards;
}

.filters-section:nth-child(6) {
    -webkit-animation: fade-in-shift-down 0.3s ease 2s forwards;
    animation: fade-in-shift-down 0.3s ease 2s forwards;
}

.filters-section:nth-child(7) {
    -webkit-animation: fade-in-shift-down 0.3s ease 2.2s forwards;
    animation: fade-in-shift-down 0.3s ease 2.2s forwards;
}

.filters-section:nth-child(8) {
    -webkit-animation: fade-in-shift-down 0.3s ease 2.4s forwards;
    animation: fade-in-shift-down 0.3s ease 2.4s forwards;
}

.ticket-quantity-selection button:focus {
    border: 2px solid var(--brand-secondary-dark, #0c4373);
    border-radius: 3px;
    outline: 0;
}

@media (min-width: 930.1px) {
    .filters-container .promo-code-apply-standard {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .filters-container .promo-code-apply-standard label {
            width: 100%;
        }

        .filters-container .promo-code-apply-standard .promo-code-apply-input {
            width: unset;
            flex-grow: 1;
        }

        .filters-container .promo-code-apply-standard .promo-code-apply-btn {
            width: unset;
            margin-top: 0.25rem;
        }
}

.flex-progress-section {
    background-color: var(--sorta-light-grey, #EFF1F3);
}

.flex-progress-section-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: var(--max-width, 708px);
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 16px;
}

    .flex-progress-section-inner > div {
        flex: 0 0 auto;
    }

        .flex-progress-section-inner > div:first-child {
            width: calc(80% - 8px);
            margin-right: 16px;
        }

@media (max-width: 708px) {
    .flex-progress-section-inner > div:first-child {
        width: 100%;
        margin-right: 0;
    }
}

.flex-progress-section-inner > div:last-child {
    width: calc(20% - 8px);
}

@media (max-width: 708px) {
    .flex-progress-section-inner > div:last-child {
        width: 100%;
    }
}

@media (max-width: 708px) {
    .flex-progress-section-inner {
        padding: 1.25rem;
    }
}

.flex-progress-container {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.flex-progress-item {
    flex: 1;
    border: 1px solid var(--light-grey, #eeeeee);
    text-align: center;
}

    .flex-progress-item:not(:first-child) {
        border-left: none;
    }

    .flex-progress-item:first-child {
        border-top-left-radius: 500rem;
        border-bottom-left-radius: 500rem;
    }

    .flex-progress-item:last-child {
        border-top-right-radius: 500rem;
        border-bottom-right-radius: 500rem;
    }

.flex-progress-unreserved {
    border-color: var(--light-grey, #eeeeee);
    background-color: var(--white, #ffffff);
}

.flex-progress-reserved {
    background-color: var(--brand-secondary, #1578D0);
    color: var(--white, #ffffff);
}

.flex-progress-active {
    background-color: var(--super-light-grey, #F8F8F8);
    color: var(--brand-secondary, #1578D0);
    font-weight: var(--brand-font-weight-bold, 600);
}

.flex-progress-instructions {
    margin-top: 1.25rem;
}

.packages-progress-section {
    background-color: var(--sorta-light-grey, #EFF1F3);
}

.packages-progress-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
}

@media (max-width: 640px) {
    .packages-progress-section-heading {
        display: block;
    }
}

.packages-progress-section-inner {
    max-width: var(--max-width, 708px);
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 16px;
}

    .packages-progress-section-inner > div {
        flex: 0 0 auto;
    }

@media (max-width: 708px) {
    .packages-progress-section-inner > div:first-child {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 708px) {
    .packages-progress-section-inner > div:last-child {
        width: 100%;
    }
}

@media (max-width: 708px) {
    .packages-progress-section-inner {
        padding: 1rem;
    }
}

.packages-progress-container {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: .5rem;
    margin-bottom: .75rem;
}

.packages-progress-item {
    flex: 1;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

    .packages-progress-item:not(:first-child) {
        border-left: none;
    }

    .packages-progress-item:first-child {
        border-top-left-radius: 500rem;
        border-bottom-left-radius: 500rem;
    }

    .packages-progress-item:last-child {
        border-top-right-radius: 500rem;
        border-bottom-right-radius: 500rem;
    }

.packages-progress-unreserved {
    border-color: var(--light-grey, #eeeeee);
    background-color: var(--white, #ffffff);
}

.packages-progress-reserved {
    background-color: var(--brand-secondary, #1578D0);
    color: var(--white, #ffffff);
}

.packages-progress-active {
    background-color: var(--brand-secondary, #1578D0);
    color: var(--brand-secondary, #1578D0);
    font-weight: var(--brand-font-weight-bold, 600);
}

.packages-progress-total-container {
    background-color: var(--off-black, #333333);
    color: var(--white, #ffffff);
}

    .packages-progress-total-container > div {
        display: flex;
        justify-content: space-between;
    }

.price-range-container {
    position: relative;
    height: 19px;
    /*input.lower-range, input.upper-range {
            &:focus {
                outline-color: $secondary-color;
                background-color: $secondary-color-dk;
            }
        }*/
}

@media (max-width: 1025px) {
    .price-range-container {
        height: 36px;
        padding-top: 4px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.price-range-spread {
    background-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    height: 3px;
    pointer-events: none;
}

.price-range-numbers {
    display: flex;
    justify-content: space-between;
}

.price-range-numbers-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    /*flex-direction: column-reverse;*/
}

    .price-range-numbers-wrapper input {
        width: 100%;
        max-width: 100% !important;
    }

    .price-range-numbers-wrapper + .price-range-numbers-wrapper {
        margin-left: 1rem;
    }

.price-range-numbers-label {
    position: relative;
}

    .price-range-numbers-label:after {
        content: attr(data-currency-symbol);
        position: absolute;
    }

.price-range-numbers {
    margin-top: 24px;
    margin-bottom: 15px;
}

@media (max-width: 640px) {
    .price-range-numbers {
        margin-top: 12px;
    }
}

.price-range-numbers-input[type=number] {
    margin-top: 4px;
    background-color: var(--light-grey, #eeeeee);
    padding: 10px 25px;
    max-width: 100px;
}

.price-range-numbers-input:focus + .price-range-numbers-label {
    color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
}

.price-range-numbers-input-error {
    display: flex;
    color: var(--error, #E31837);
}

    .price-range-numbers-input-error svg {
        fill: var(--error, #E31837);
        margin-right: 10px;
        height: 24px;
        width: 24px;
    }

.price-range-numbers-label {
    color: var(--off-black, #333333);
    font-weight: var(--brand-font-weight-bold, 600);
    transition: .2s ease-in;
    width: 100%;
}

    .price-range-numbers-label:after {
        top: calc(100% + 14px);
        left: 10px;
    }

.price-range-input {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    background: transparent;
    height: 3px;
}

    .price-range-input:focus {
        z-index: 20 !important;
    }

        .price-range-input:focus::-webkit-slider-thumb {
            background-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
            outline-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary-dark, #0c4373));
        }

    .price-range-input::-moz-focus-outer {
        border: 0;
        outline: none;
    }

    .price-range-input::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        box-shadow: 0.1px 0.1px 0.1px var(--disabled-grey-semitransparent, rgba(204, 204, 204, 0.67)), 0px 0px 0.1px var(--disabled-grey-semitransparent, rgba(204, 204, 204, 0.67));
        background: rgba(192, 189, 189, 0.34);
        border-radius: 0.5px;
        border: 0px solid var(--disabled-grey, #cccccc);
    }

    .price-range-input::-ms-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
        border-width: 11px 0;
    }

    .price-range-input::-webkit-slider-thumb {
        background-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
        box-shadow: 0px 0px 0px var(--brand-secondary, #1578D0), 0px 0px 0px var(--brand-secondary-light, #5caaef);
        border: 0px solid var(--brand-secondary, #1578D0);
        height: 18px;
        width: 18px;
        border-radius: 50%;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -9px;
        z-index: 20;
        position: relative;
    }

    .price-range-input::focus::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        box-shadow: 0.1px 0.1px 0.1px rgba(189, 189, 189, 0.67), 0px 0px 0.1px rgba(202, 202, 202, 0.67);
        background: rgba(192, 189, 189, 0.34);
        border-radius: 0.5px;
        border: 0px solid var(--disabled-grey, #cccccc);
    }

    .price-range-input::-moz-range-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        box-shadow: 0.1px 0.1px 0.1px rgba(189, 189, 189, 0.67), 0px 0px 0.1px rgba(202, 202, 202, 0.67);
        background: rgba(192, 189, 189, 0.34);
        border-radius: 0.5px;
        border: 0px solid var(--disabled-grey, #cccccc);
    }

    .price-range-input::-moz-range-thumb {
        background-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
        box-shadow: 0px 0px 0px var(--brand-secondary, #1578D0), 0px 0px 0px var(--brand-secondary-light, #5caaef);
        border: 0px solid var(--brand-secondary, #1578D0);
        height: 15px;
        width: 15px;
        border-radius: 15px;
        cursor: pointer;
    }

    .price-range-input::-ms-fill-lower {
        background: rgba(172, 168, 168, 0.34);
    }

    .price-range-input::-ms-fill-upper {
        background: rgba(192, 189, 189, 0.34);
    }

    .price-range-input::-ms-thumb {
        background-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
        box-shadow: 0px 0px 0px var(--brand-secondary, #1578D0), 0px 0px 0px var(--brand-secondary-light, #5caaef);
        border: 0px solid var(--brand-secondary, #1578D0);
        height: 15px;
        width: 15px;
        border-radius: 15px;
        cursor: pointer;
        margin-top: 1px;
    }

.promo-code-apply-standard {
    display: flex;
    flex-direction: column;
}

    .promo-code-apply-standard button {
        margin-top: 0.5rem;
        width: 100%;
    }

.promo-code-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-code-apply-input {
    margin-right: 10px;
    background-color: var(--light-grey, #eeeeee);
    padding: 10px 25px !important;
    width: 100%;
}

.promo-code-apply-btn {
    border: 2px solid var(--brand-secondary, #1578D0);
}

.promo-code-info-container {
    display: flex;
    flex-direction: column;
}

.promo-code-info-container-item {
    display: flex;
    flex-grow: 1;
    width: 100%;
}

    .promo-code-info-container-item .promo-code-success-msg {
        max-width: 2.8125rem;
    }

        .promo-code-info-container-item .promo-code-success-msg svg {
            width: 1.5625rem;
            height: 1.5625rem;
            margin-right: 0.625rem;
            fill: var(--brand-primary, #000C71);
        }

    .promo-code-info-container-item .promo-code-info-desc {
        color: var(--medium-grey, #6A6A6A);
        margin-bottom: 0.625rem;
    }

.seating-option {
    margin-top: 16px;
    position: relative;
    -webkit-animation: fade-in-shift-down .3s ease 1.2s forwards;
    animation: fade-in-shift-down .3s ease 1.2s forwards;
    top: -8px;
    opacity: 0;
}

.seats-available-toast-container {
    align-self: center;
}

.seats-available-container {
    text-align: center;
    opacity: 0;
    -webkit-animation: fade-in .3s ease .8s forwards;
    animation: fade-in .3s ease .8s forwards;
}

.seats-available-loading-visible {
    display: block;
}

    .seats-available-loading-visible + .seats-available-text {
        display: none;
    }

.seats-available-loading-hide {
    display: none;
}

.seats-available-container {
    background-color: var(--off-black, #333333);
    padding: 16px;
    color: var(--white, #ffffff);
    width: calc(360px * var(--brand-font-size-scale));
}

@media (max-width: 640px) {
    .seats-available-container {
        padding: 10px;
    }
}

.ticket-selection-container {
    display: flex;
}

@media (max-width: 640px) {
    .ticket-selection-container {
        overflow-x: auto;
    }

        .ticket-selection-container::-webkit-scrollbar {
            background-color: var(--white, #ffffff);
            color: var(--white, #ffffff);
            width: 0;
            height: 0;
        }

        .ticket-selection-container::-webkit-scrollbar-button {
            background-color: var(--white, #ffffff);
            color: var(--white, #ffffff);
            width: 0;
            height: 0;
        }

        .ticket-selection-container::-webkit-scrollbar-track {
            background-color: var(--white, #ffffff);
            color: var(--white, #ffffff);
            width: 0;
            height: 0;
        }

        .ticket-selection-container::-webkit-scrollbar-track-piece {
            background-color: var(--white, #ffffff);
            color: var(--white, #ffffff);
            width: 0;
            height: 0;
        }

        .ticket-selection-container::-webkit-scrollbar-thumb {
            background-color: var(--white, #ffffff);
            color: var(--white, #ffffff);
            width: 0;
            height: 0;
        }

        .ticket-selection-container::-webkit-scrollbar-corner {
            background-color: var(--white, #ffffff);
            color: var(--white, #ffffff);
            width: 0;
            height: 0;
        }

        .ticket-selection-container ::-webkit-resizer {
            background-color: var(--white, #ffffff);
            color: var(--white, #ffffff);
            width: 0;
            height: 0;
        }
}

.ticket-selection-container li:not(:last-child) {
    margin-right: .75rem;
}

.ticket-selection-quantity {
    width: 38px;
    min-width: 38px;
    min-height: 51px;
    text-align: center;
}

    .ticket-selection-quantity:hover {
        cursor: pointer;
    }

        .ticket-selection-quantity:hover:disabled {
            cursor: not-allowed;
        }

.ticket-selection-quantity-max-message {
    display: flex;
    align-items: center;
    margin: 8px 0px;
    color: var(--error, #E31837);
    fill: var(--error, #E31837);
}

.ticket-selection-quantity-max-alert {
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

.group-messaging-section {
    margin-bottom: 12px;
}

    .group-messaging-section.alert {
        display: flex;
        align-items: center;
        margin: 8px 0px;
        color: var(--error, #E31837);
        fill: var(--error, #E31837);
    }

.ticket-selection-container {
    margin-left: 3px;
    padding: 3px 0;
}

    .ticket-selection-container:after {
        content: "s";
        display: inline-block;
        width: 24px;
        padding-left: 24px;
        color: var(--white, #ffffff);
        font-size: 0;
        visibility: hidden;
    }

@media (max-width: 640px) {
    .ticket-selection-container {
        margin-left: -24px;
        margin-right: -24px;
    }
}

.ticket-selection-quantity + .ticket-selection-quantity {
    margin-left: 14px;
}

.ticket-selection-subtext {
    margin-top: 16px;
}

    .ticket-selection-subtext:empty {
        opacity: 0;
        max-height: 0;
        margin-top: 0;
        transition: all 0.4s;
    }

.ticket-selection-types {
    padding-top: 30px;
}

    .ticket-selection-types.filters-section {
        border-top: 0;
    }

.toggle-container {
    position: relative;
}

* + .toggle-container {
    margin-top: 16px;
}

.toggle-input {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.toggle-label {
    display: block;
    width: 100%;
    position: relative;
}

    .toggle-label > span {
        padding-right: 80px;
        display: inline-block;
    }

.toggle-content {
    margin-top: 16px;
    padding-bottom: 16px;
}

.toggle-content-headline {
    margin-bottom: 8px;
}

    .toggle-content-headline:only-child {
        margin-bottom: 0px;
    }

.toggle-label::before {
    background-color: var(--inverted-secondary-grey, var(--sorta-light-grey, #EFF1F3));
    opacity: var(--IF-secondary-inverted) 0.5;
    content: "";
    width: 36px;
    height: 14px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .2s ease-in;
}

.toggle-label::after {
    background-color: var(--inverted-secondary-grey, rgba(var(--brand-secondary-rgb, "21, 120, 208"), 0.7));
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 1px;
    position: absolute;
    right: 0;
    transform: translateX(-19px) translateY(-50%);
    top: 50%;
    cursor: pointer;
    transition: .2s ease-in;
}

.toggle-label.disabled::before, .toggle-label[disabled=disabled]::before {
    content: "";
    width: 36px;
    height: 14px;
    background-color: var(--sorta-light-grey, #EFF1F3);
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: default;
    transition: .2s ease-in;
}

.toggle-label.disabled::after, .toggle-label[disabled=disabled]::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--light-grey, #eeeeee);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 1px;
    position: absolute;
    right: 0;
    transform: translateX(-19px) translateY(-50%);
    top: 50%;
    cursor: default;
    transition: .2s ease-in;
}

.toggle-input:checked + .toggle-label::before {
    background-color: var(--inverted-secondary-secondary-color, var(--brand-secondary-light, #5caaef));
    opacity: var(--IF-secondary-inverted) 0.7;
}

.toggle-input:checked + .toggle-label::after {
    background-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary, #1578D0));
    transform: translateX(0) translateY(-50%);
}

.toggle-input:focus + .toggle-label::after {
    background-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary-dark, #0c4373));
    outline: 2px solid var(--brand-secondary-dark, #0c4373);
    outline-color: var(--inverted-secondary-secondary-dark, var(--brand-secondary-dark, #0c4373));
}

@media (min-width: 640.1px) {
    .venue-level-container {
        display: flex;
    }

        .venue-level-container > *:first-child {
            width: calc(30% - 24px);
            margin-right: 24px;
            flex: 0 0 auto;
        }

        .venue-level-container > *:last-child {
            flex: 1 1 auto;
        }
}

.venue-level-svg-container-inner {
    position: relative;
    height: 0;
    /* Padding bottom being set in venue-level-filter.tsx - IE fix */
}

.venue-level-svg {
    width: 100%;
    height: auto;
    position: absolute;
}

    .venue-level-svg > path {
        cursor: pointer;
    }

        .venue-level-svg > path.level-disabled {
            cursor: default;
        }

.venue-level-message {
    padding-bottom: 30px;
}

.svg-defs {
    width: 0;
    height: 0;
}

.venue-level-list {
    padding: 16px 0;
}

@media (max-width: 640px) {
    .venue-level-list {
        margin-bottom: 16px;
    }
}

.venue-level-list-item label {
    cursor: pointer;
    transition: .2s;
    color: var(--off-black, #333333);
}

.venue-level-list-item.active label:before {
    border-color: var(--brand-secondary, #1578D0);
}

.venue-level-list-item.active label {
    /*color: $secondary-color;*/
}

.venue-level-list-item + .venue-level-list-item {
    margin-top: 16px;
}

.venue-level-list-item.disabled {
    position: relative;
}

    .venue-level-list-item.disabled label {
        color: var(--disabled-grey, #cccccc);
    }

        .venue-level-list-item.disabled label:before {
            border-color: var(--disabled-grey, #cccccc);
        }

    .venue-level-list-item.disabled p {
        color: var(--disabled-grey, #cccccc);
    }

    .venue-level-list-item.disabled:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
    }

.venue-level-list-item-note + * {
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
}

.venue-level-list-item-info {
    color: var(--off-black, #333333);
}

.venue-level-list-item-info-prices {
    margin-top: 10px;
}

@media (max-width: 640px) {
    .venue-level-list-item-info-seats {
        margin-top: 5px;
    }
}

.venue-level-svg path {
    transition: fill 0.2s ease;
}

.venue-level-list-item-info {
    padding-left: 50px;
    color: var(--medium-grey, #6A6A6A);
}

.overlay-filter-section .venue-level-list-item-info {
    padding-left: 32px;
}

.venue-level-list .venue-level-list-item > label {
    font-weight: var(--brand-font-weight-normal, 400);
}

@media (max-width: 930px) {
    .show-seat-modal-view .seat-info-container {
        height: calc(100vh - var(--header-height, 64px));
    }
}

@media (max-width: 640px) {
    .show-seat-modal-view .seat-info-container {
        height: calc(100vh - var(--header-height, 55px));
    }
}

@media (max-width: 930px) {
    .alert-container-active .show-seat-modal-view .seat-info-container {
        height: calc(100vh - var(--header-height, 64px) - var(--alert-height, 0));
    }
}

@media (max-width: 640px) {
    .alert-container-active .show-seat-modal-view .seat-info-container {
        height: calc(100vh - var(--header-height, 55px) - var(--alert-height, 0));
    }
}

.additional-notes {
    margin-top: 20px;
}

    .additional-notes textarea {
        border-bottom: 2px solid var(--super-light-grey, #F8F8F8);
        transition: .2s ease-in;
        font-family: var(--brand-font-family, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol);
        margin-top: 4px;
        width: 100%;
        background-color: var(--light-grey, #eeeeee);
    }

        .additional-notes textarea:focus {
            border-bottom-color: var(--brand-secondary, #1578D0);
        }

.seat-info-main .additional-notes {
    padding: 0 24px 24px 24px;
}

@media (max-width: 930px) {
    .seat-info-main .additional-notes {
        padding: 0 16px 16px 16px;
    }
}

.sidebar-section-toggle {
    height: 3.5rem;
    border-bottom: 1px solid var(--light-grey, #eeeeee);
    display: flex;
    align-items: center;
    padding: 16px 24px;
    justify-content: space-between;
    text-decoration: none;
    color: var(--off-black, #333333);
    width: 100%;
}

    .sidebar-section-toggle .heading-general {
        margin-bottom: 0;
    }

    .sidebar-section-toggle:focus {
        box-shadow: inset var(--grey, #9e9e9e) 0 0 0 1px;
    }

    .sidebar-section-toggle svg {
        height: 1rem;
        width: 1rem;
        fill: var(--off-black, #333333);
    }

@media (max-width: 930px) {
    .sidebar-section-toggle {
        height: var(--header-height, 55px);
    }
}

.legend-container {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 14%;
    z-index: 90;
}

@media (min-width: 1156.1px) {
    .legend-container {
        word-break: normal;
        min-width: 160px;
    }
}

.legend-container.open {
    min-width: 220px;
}

    .legend-container.open .legend-close-icon {
        display: inline-block;
    }

.show-seat-info-view .legend-container {
    display: none;
}

@media (max-width: 1156px) {
    .legend-container {
        width: 140px;
    }

        .legend-container.open {
            width: 30%;
        }
}

@media (max-width: 640px) {
    .legend-container {
        top: auto;
        bottom: 16px;
        left: 16px;
    }

        .legend-container.open {
            width: calc(100% - 32px);
            z-index: 30;
            top: auto;
        }
}

.legend-arrow-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    color: var(--medium-grey, #6A6A6A);
    right: 12px;
    height: 15px;
    width: 15px;
    margin: auto;
}

.legend-arrow-icon-svg {
    height: 15px;
    width: 15px;
    fill: var(--medium-grey, #6A6A6A);
    transform: rotate(180deg);
    cursor: pointer;
}

.legend-default {
    cursor: pointer;
    position: relative;
}

    .legend-default > p {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        word-wrap: break-word;
    }

.legend-list {
    max-width: calc(100% - 15px);
}

@media (max-width: 640px) {
    .legend-list {
        max-width: calc(100% - 37px);
    }
}

.legend-list-item {
    display: flex;
    align-items: center;
}

.legend-wrapper-button {
    display: flex;
    width: 100%;
    cursor: pointer;
    padding: 12px;
}

    .legend-wrapper-button:focus {
        box-shadow: inset var(--grey, #9e9e9e) 0 0 0 1px;
    }

.open .legend-wrapper-button {
    display: none;
}

.legend-close-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    display: none;
    z-index: 90;
}

@media (max-width: 640px) {
    .legend-close-icon {
        width: 25px;
        height: 25px;
    }
}

.legend-close-icon:focus {
    box-shadow: var(--white, #ffffff) 0 0 0 4px, var(--grey, #9e9e9e) 0 0 0 5px;
}

.legend-close-icon > svg {
    width: 100%;
    height: 100%;
    pointer-events: all;
}

.legend-default {
    transition: .2s;
}

.open .legend-default {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: none;
    pointer-events: none;
}

.legend-content {
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: fixed;
}

.open .legend-content {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: .2s;
    position: relative;
}

.legend-container {
    background-color: var(--white, #ffffff);
    transition: .2s opacity;
    padding: 12px;
}

    .legend-container:not(.open) {
        padding: 0;
    }

        .legend-container:not(.open):hover {
            background-color: var(--super-light-grey, #F8F8F8);
        }

.legend-default {
    color: var(--off-black, #333333);
    padding: 12px 5px 12px 5px;
    margin-left: 33px;
    margin-right: -12px;
    margin-top: -12px;
    margin-bottom: -12px;
    /*&:before {
            background-color: $light-grey;
            left: -($legend-circle-size + $legend-circle-offset * 2);
        }

        &:after {
            background-color: $secondary-color;
            left: -($legend-circle-size + $legend-circle-offset);
        }*/
}

    .legend-default:hover .legend-default-dots > :first-child {
        transform: translateX(10px) translateY(-50%);
    }

    .legend-default:hover .legend-default-dots > :nth-child(3) {
        transform: translateX(-10px) translateY(-50%);
    }

.legend-default-dots > :first-child {
    left: -33px;
}

.legend-default-dots > :nth-child(2) {
    left: -23px;
}

.legend-default-dots > :nth-child(3) {
    left: -13px;
}

.legend-default-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
}

.legend-list-item svg {
    flex: 0 0 auto;
}

.legend-list-item + .legend-list-item {
    margin-top: 12px;
}

.legend-list-item-icon {
    max-width: 20px;
    max-height: 20px;
}

.legend-list-item-name {
    line-height: 1.1;
    margin-left: 15px;
    color: var(--off-black, #333333);
    word-wrap: break-word;
    width: 100%;
}

.legend-container-modal {
    position: absolute;
    left: 24px;
    z-index: 30;
}

@media (min-width: 1156.1px) {
    .legend-container-modal {
        word-break: normal;
    }
}

@media (min-width: 930.1px) {
    .legend-container-modal {
        bottom: 24px;
    }
}

@media (max-width: 930px) {
    .legend-container-modal {
        bottom: 24px;
    }
}

.legend-container-modal.open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 90;
}

    .legend-container-modal.open .legend-modal-close-icon {
        display: inline-block;
    }

.legend-default {
    cursor: pointer;
    position: relative;
}

    .legend-default > p {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        word-wrap: break-word;
    }

.legend-list-item {
    display: flex;
    align-items: center;
}

.legend-default-modal {
    transition: .2s;
}

.open .legend-default-modal {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: none;
    pointer-events: none;
}

.legend-content {
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: fixed;
}

.open .legend-content {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: .2s;
    position: relative;
}

.legend-default-modal {
    color: var(--off-black, #333333);
    padding: 12px 5px 12px 5px;
    margin-left: 33px;
    margin-right: -12px;
    margin-top: -12px;
    margin-bottom: -12px;
}

    .legend-default-modal:hover .legend-default-modal-dots > :first-child {
        transform: translateX(10px) translateY(-50%);
    }

    .legend-default-modal:hover .legend-default-modal-dots > :nth-child(3) {
        transform: translateX(-10px) translateY(-50%);
    }

.legend-default-modal-dots > :first-child {
    left: -33px;
}

.legend-default-modal-dots > :nth-child(2) {
    left: -23px;
}

.legend-default-modal-dots > :nth-child(3) {
    left: -13px;
}

.legend-default-modal-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
}

.legend-list-item svg {
    flex: 0 0 auto;
}

.legend-list-item + .legend-list-item {
    margin-top: 12px;
}

.legend-list-item-icon {
    max-width: 20px;
    max-height: 20px;
}

.legend-list-item-name {
    margin-left: 24px;
    color: var(--off-black, #333333);
    word-wrap: break-word;
    width: 100%;
}

.legend-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.legend-modal-inner {
    background-color: var(--white, #ffffff);
    transition: .2s opacity;
    padding: 24px;
    max-width: 500px;
    width: calc(100% - 20px);
}

.legend-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .legend-modal-header h2 {
        color: var(--off-black, #333333);
        font-weight: var(--brand-font-weight-bold, 600);
    }

    .legend-modal-header > .legend-modal-close-icon {
        width: 24px;
        height: 24px;
        pointer-events: all !important;
        cursor: pointer;
        display: none;
        fill: var(--medium-grey, #6A6A6A);
    }

.legend-modal-text {
    margin-top: 10px;
}

.legend-trigger-modal {
    color: var(--off-black, #333333);
    padding: 1rem 2rem 1rem 3rem;
    position: relative;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    background: var(--white, #ffffff);
}

    .legend-trigger-modal .legend-default-modal-dots {
        position: relative;
    }

    .legend-trigger-modal > p {
        margin-left: 1rem;
    }

/* Overwriting position of legend to accomondate for seat view bottom element */
@media (max-width: 930px) {
    .show-seat-view .legend-container {
        bottom: calc(16px + var(--header-height, 55px));
    }
}

.map-container {
    max-height: calc(100vh - var(--header-height, 64px));
}

@media (min-width: 930.1px) {
    .map-container {
        height: calc(100vh - var(--header-height, 64px));
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .map-container {
        max-height: calc(100vh - var(--header-height, 55px));
    }
}

.map-svg {
    width: 100%;
    cursor: -webkit-grab;
    transform: translate3d(0, 0, 0);
    transition: .3s ease;
    overflow: visible !important;
}

    .map-svg * {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
    }

@media (min-width: 930.1px) {
    .map-svg {
        max-width: calc(158vh - calc(360px * var(--brand-font-size-scale)) / 1.5);
        position: relative;
        top: calc(50% - 35px);
        transform: translate3d(0, -50%, 0);
    }
}

@media (max-width: 1025px) {
    .map-svg {
        transition: none;
    }
}

.map-svg path {
    transition: .15s;
}

    .map-svg path.seat-path {
        cursor: pointer;
    }

    .map-svg path.seat-path-js {
        pointer-events: bounding-box !important;
    }

    .map-svg path.is-unavailable:not(.has-hover):not(.has-prompt) {
        pointer-events: none !important;
    }

    .map-svg path.is-unavailable.has-hover {
        cursor: not-allowed;
    }

    .map-svg path.is-disabled {
        pointer-events: bounding-box !important;
        cursor: not-allowed;
    }

    .map-svg path.criteria-mismatch {
        opacity: .5;
    }

.map-svg .show {
    display: block;
}

.map-svg .hide {
    display: none;
}

.map-content {
    position: relative;
}

@media (min-width: 930.1px) {
    .seat-info-container {
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
    }
}

.seat-info-container-overlay {
    display: none;
}

.seat-info-container-overlay-open {
    /*@include media($sidebar-swap) {
                display: block;
                height: calc(100% - var(--header-height, 64px));
                width: 100%;
                position: fixed;
                bottom: 0;
                left: 0;
                background: $medium-grey;
                opacity: 0.6;
                z-index: -1;
            }

            @include media($small-media-query-size) {
                height: calc(100% - var(--header-height, 55px));
            }*/
}

@media (max-width: 930px) {
    .seat-info-container {
        flex-grow: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--white, #ffffff);
        transition: all 0.4s ease;
        transform: translateY(calc(100% - var(--header-height, 55px)));
    }

        .seat-info-container:empty {
            height: 0;
        }
}

.seat-info-container-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: auto;
    max-width: 100%;
}

.seat-info-main {
    flex-shrink: 0;
    flex-grow: 1;
}

.seat-info-container {
    overflow-x: hidden;
}

.seat-info-container-main {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-basis: 0;
    position: relative;
}

    .seat-info-container-main.toggle:not(.left):not(.right) {
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
    }

    .seat-info-container-main.left {
        -webkit-animation-name: fade-in-left;
        animation-name: fade-in-left;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
    }

    .seat-info-container-main.right {
        -webkit-animation-name: fade-in-right;
        animation-name: fade-in-right;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
    }

@media (max-width: 930px) {
    .seat-info-container-main {
        flex-basis: auto;
        overflow: auto;
        transition: .3s ease max-height;
    }
}

.seat-info-container-cart-message {
    text-align: left;
    margin-bottom: 15px;
}

.seat-info-container-btn {
    width: 100%;
}

.seat-info-views {
    position: relative;
}

@media (min-width: 930.1px) {
    .seat-info-views {
        background-image: none !important;
    }
}

.seat-info-views-smallimage {
    display: block;
    max-height: 27vh;
    width: 100%;
}

@media (min-width: 930.1px) {
    .seat-info-views-smallimage {
        transform: none !important;
    }
}

.seat-info-views-largeimage {
    display: none;
}

@media (max-width: 930px) {
    .seat-info-views.has-img {
        margin-top: -16px;
        height: 14vh;
        background-size: cover;
        background-position: center center;
        position: relative;
        transition: .2s;
    }

        .seat-info-views.has-img .seat-info-views-icon.plus {
            display: block;
        }
}

.seat-info-views.open .seat-info-views-largeimage {
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    background-image: none !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .seat-info-views.open .seat-info-views-largeimage:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.95);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
    }

.seat-info-views.open .seat-info-views-largeimage-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 850px;
    overflow: auto;
    max-height: 100%;
}

    .seat-info-views.open .seat-info-views-largeimage-inner > img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 0;
        transform: none !important;
    }

.seat-info-views.open .seat-info-views-trigger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.seat-info-views.open .seat-info-views-button.plus {
    display: none;
}

.seat-info-views.open .seat-info-views-button.minus, .seat-info-views.open .seat-info-views-button.close {
    display: block;
}

.seat-info-views.open .seat-info-views-button.minus {
    visibility: hidden;
}

.seat-info-views.open .seat-info-views-reminder {
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*&.phone-panned {
                    @include animation($name: fade-out, $timing: ease-in, $duration: 3s);
                    opacity: 0 !important;
                    visibility: hidden !important;
                }*/
}

@media (min-width: 640.1px) {
    .seat-info-views.open .seat-info-views-reminder {
        display: none !important;
    }
}

.seat-info-views-button {
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(var(--brand-secondary-rgb, "21, 120, 208"), 0.6);
    top: 16px;
    right: 16px;
    position: absolute;
    cursor: pointer;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}

    .seat-info-views-button:focus {
        filter: none;
        box-shadow: var(--dark-gray, #515151) 0 0 0 4px, var(--white, #ffffff) 0 0 0 5px;
    }

    .seat-info-views-button.minus, .seat-info-views-button.close {
        display: none;
    }

.seat-info-views-icon {
    fill: var(--inverted-secondary-button-text, var(--white, #ffffff));
    width: 20px;
    height: 20px;
}

.seat-info-views-reminder {
    color: var(--inverted-secondary-button-text, var(--white, #ffffff));
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    width: 200px;
    padding-bottom: 80px;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

    .seat-info-views-reminder svg {
        padding-bottom: 5px;
    }

    .seat-info-views-reminder path {
        fill: var(--inverted-secondary-button-text, var(--white, #ffffff));
        padding-bottom: 10px;
    }

@media (max-width: 930px) {
    .seat-info-views img {
        display: none;
    }
}

@media (max-width: 640px) {
    .seat-info-views.open {
        display: flex;
        align-items: center;
        flex-direction: column;
        z-index: 80;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        background-image: none !important;
    }

        .seat-info-views.open .seat-info-views-smallimage {
            display: block;
            width: auto;
            position: absolute;
            top: 50%;
            transform: translateY(-50%) translateX(-50%);
            height: 100vh;
            max-width: none;
            left: 50%;
        }
}

.seat-info-prices-list {
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
}

.seat-info-prices-list-text {
    display: block;
    width: 100%;
}

.seat-info-prices {
    padding: 0 24px 1rem 24px;
}

@media (max-width: 930px) {
    .seat-info-prices {
        padding: 0 16px 1rem 16px;
    }
}

.seat-info-prices-btn {
    margin-right: 10px;
    margin-bottom: 10px;
    flex-grow: 1;
}

.seat-info-exchanges {
    border-bottom: 1px solid var(--light-grey, #eeeeee);
    padding: 24px;
    margin-bottom: 24px;
}

    .seat-info-exchanges > p {
        font-weight: var(--brand-font-weight-bold, 600);
        margin-bottom: 16px;
    }

@media (max-width: 930px) {
    .seat-info-exchanges {
        padding: 16px;
        margin-bottom: 16px;
    }
}

.seat-info-options {
    padding: 12px 24px 12px 24px;
}

@media (max-width: 930px) {
    .seat-info-options {
        padding: 12px 1rem 12px 1rem;
    }
}

.seat-info-options:empty {
    padding: 0;
}

.seat-info-options-notice {
    font-weight: var(--brand-font-weight-normal, 400);
}

    .seat-info-options-notice.error-notice {
        color: var(--error, #E31837);
    }

.seat-info-dialog {
    flex-grow: 1;
    position: relative;
}

.seat-info-dialog-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
}

@media (max-width: 930px) {
    .seat-info-dialog-cta {
        bottom: 1px;
    }
}

.seat-info-dialog-cta-btn {
    flex-grow: 1;
    flex-basis: 0;
}

.seat-info-dialog {
    padding: 0 24px 24pxvar(--header-height, 55px) 24px;
    margin-top: 24px;
}

    .seat-info-dialog .seat-info-dialog-cta {
        padding: 0;
    }

    .seat-info-dialog .seat-info-dialog-cta-btn {
        padding-left: 10px;
        padding-right: 10px;
    }

@media (max-width: 930px) {
    .seat-info-top {
        display: flex;
        flex-direction: row-reverse;
        padding: 1rem;
    }

        .seat-info-top .seat-info-views {
            margin-top: 0;
            width: 45%;
        }

        .seat-info-top .seat-info-options {
            border-top: 1px solid var(--light-grey, #eeeeee);
            margin-top: 1rem;
        }

        .seat-info-top .seat-info-header {
            border: 0;
            flex-grow: 1;
            padding: 0;
        }

    .show-seat-modal-view .seat-info-top .seat-info-views {
        width: 100%;
    }
}

@media (max-width: 930px) {
    .sidebar-loader {
        max-width: 35%;
        width: 35%;
        overflow: hidden;
    }
}

@media (max-width: 930px) {
    .seat-info-container-header-desktop {
        display: none;
    }
}

.seat-info-container-header-mobile {
    display: none;
}

@media (max-width: 930px) {
    .seat-info-container-header-mobile {
        display: flex;
        justify-content: flex-start;
    }
}

.seat-info-container-header-mobile .sidebar-section-toggle {
    justify-content: flex-start;
}

.seat-info-container-header-mobile .filters-section-heading-toggles-icon {
    margin-right: 1.75rem;
}

.filters-open .seat-info-container-header .filters-section-heading-toggles-icon {
    transform: rotate(180deg);
}

@media (min-width: 930.1px) {
    .show-seat-modal-view .seatmap-content-info.sidebar-0 {
        width: 100%;
        flex-basis: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 90;
    }
}

@media (max-width: 930px) {
    .cart-timer-active .seat-info-container-overlay-open {
        height: calc(100% - var(--header-height, 55px) - var(--timer-height, 40px));
    }
}

@media (max-width: 930px) {
    .filters-open .seat-info-container {
        transform: translateY(0);
    }
}

.seat-info-views-caption {
    padding: 1rem 24px;
    color: var(--medium-grey, #6A6A6A);
}

@media (max-width: 930px) {
    .seat-info-views-caption {
        display: none;
    }
}

.seat-info-views-largeimage-inner-caption {
    padding: 16px 0;
    color: var(--white, #ffffff);
}

@media (max-width: 930px) {
    .seat-info-views-largeimage-inner-caption {
        padding: 16px;
    }
}

.seat-info-footer {
    border-top: 1px solid var(--light-grey, #eeeeee);
    padding-top: 16px;
}

@media (max-width: 400px) {
    .seat-info-footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.seat-info-footer:empty {
    display: none;
}

.seat-info-footer .seat-info-select-container {
    text-align: center;
    padding: 0 24px 1rem 24px;
}

@media (max-width: 930px) {
    .seat-info-footer .seat-info-select-container {
        padding: 0 16px 1rem 16px;
    }
}

.seat-info-header {
    padding: 1rem 24px;
    border-bottom: 1px solid var(--light-grey, #eeeeee);
}

@media (max-width: 930px) {
    .seat-info-header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 640px) {
    .seat-info-header {
        margin-bottom: 0rem;
    }
}

.seat-info-header-item {
    display: flex;
}

    .seat-info-header-item + .seat-info-header-item {
        margin-top: 12px;
    }

    .seat-info-header-item svg {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 1.5rem;
        flex-shrink: 0;
    }

.seat-info-header-item-content {
    display: flex;
    flex-direction: column;
    flex: 1 0;
}

    .seat-info-header-item-content .seat-description {
        color: var(--off-black, #333333);
    }

.seat-info-header-item.notice {
    color: var(--medium-grey, #6A6A6A);
}

    .seat-info-header-item.notice svg {
        fill: var(--medium-grey, #6A6A6A);
    }

.seat-info-header-mobile-caption {
    display: none;
}

@media (max-width: 930px) {
    .seat-info-header-mobile-caption {
        display: block;
        color: var(--medium-grey, #6A6A6A);
        padding-right: 1rem;
    }
}

#seat-tooltip-fo {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

.seat-tooltip {
    color: var(--inverted-secondary-button-text, var(--white, #ffffff));
    background-color: var(--brand-secondary, #1578D0);
    padding: 16px;
    /*position: fixed;*/
    position: absolute;
    z-index: 90;
    max-width: calc(360px * var(--brand-font-size-scale));
    transform: translate(0, 20px);
}

    .seat-tooltip.tooltip-hide {
        display: none;
    }

.seat-tooltip-options {
    font-style: italic;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-color: var(--IF-secondary-inverted) var(--brand-secondary-dark, #0c4373);
}

.seat-tooltip-header-section {
    line-height: 1.1;
}

.seat-tooltip-prices {
    margin-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-color: var(--IF-secondary-inverted) var(--brand-secondary-dark, #0c4373);
}

.seat-tooltip-remaining {
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-color: var(--IF-secondary-inverted) var(--brand-secondary-dark, #0c4373);
}

.seat-tooltip-options .seat-info-options-copy {
    line-height: 1.1;
    margin-bottom: 8px;
    font-weight: var(--brand-font-weight-bold, 600);
}

.seat-tooltip-options .seat-tooltip-options-copy {
    line-height: 1.1;
}

.seatmap-container {
    width: 100%;
}

.seatmap-content {
    display: flex;
    overflow: hidden;
    height: calc(100vh - var(--header-height, 64px));
    position: relative;
}

@media (max-width: 930px) {
    .seatmap-content {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .seatmap-content {
        height: calc(100vh - var(--header-height, 55px));
    }
}

.is-safari .seatmap-content {
    padding-bottom: 85px;
}

@supports (height: 100lvh) {
    .is-safari .seatmap-content {
        padding-bottom: calc(100lvh - 100dvh);
    }
}

@supports (height: 100lvh) {
    .seatmap-content {
        padding-bottom: calc(100lvh - 100dvh);
    }
}

.seatmap-content-map {
    flex: 1 1 auto;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

@media (max-width: 930px) {
    .seatmap-content-map {
        display: flex;
    }
}

@media (max-width: 930px) {
    .seatmap-content-map-inner {
        flex: 1 0 auto;
        display: flex;
    }

        .seatmap-content-map-inner .map-container {
            flex: 1 0 auto;
            display: flex;
            width: 100%;
            height: 100%;
        }

            .seatmap-content-map-inner .map-container .map-svg {
                flex: 1 0 auto;
            }
}

.seatmap-content-info {
    flex-basis: calc(360px * var(--brand-font-size-scale));
    background-color: var(--white, #ffffff);
    border-left: 1px solid var(--light-grey, #eeeeee);
    position: relative;
    z-index: 20;
    transition: .2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .seatmap-content-info > :only-child:before {
        content: '';
        display: block;
    }

    .seatmap-content-info.no-seats {
        flex-basis: 0;
    }

@media (max-width: 930px) {
    .seatmap-content-info[class*="sidebar-"] {
        z-index: 96;
    }
}

@media (max-width: 930px) {
    .seatmap-content-info {
        flex-basis: auto;
        z-index: 90;
        flex-shrink: 0;
    }
}

.cart-timer-active .seatmap-content {
    height: calc(100vh - var(--header-height, 64px) - var(--timer-height, 40px));
}

@media (max-width: 640px) {
    .cart-timer-active .seatmap-content {
        height: calc(100vh - var(--header-height, 55px) - var(--timer-height, 40px));
    }
}

.alert-container-active .seatmap-content {
    height: calc(100vh - var(--header-height, 64px) - var(--alert-height, 40px));
}

@media (max-width: 640px) {
    .alert-container-active .seatmap-content {
        height: calc(100vh - var(--header-height, 55px) - var(--alert-height, 36px));
    }
}

.cart-timer-active.alert-container-active .seatmap-content {
    height: calc(100vh - var(--header-height, 64px) - var(--alert-height, 40px) - var(--timer-height, 40px));
    min-height: 0;
}

@media (max-width: 640px) {
    .cart-timer-active.alert-container-active .seatmap-content {
        height: calc(100vh - var(--header-height, 55px) - var(--alert-height, 36px) - var(--timer-height, 40px));
        min-height: 0;
    }
}

.seatmap-content-info .price-range-description {
    margin-bottom: 16px;
}

@media (max-width: 640px) {
    .seatmap-content-info .price-range-description {
        margin-bottom: 8px;
    }
}

.seatmap-content-info .price-type-description {
    margin-bottom: 16px;
}

@media (max-width: 640px) {
    .seatmap-content-info .price-type-description {
        margin-bottom: 8px;
    }
}

/* Level Select Open */
.map-level-select-wrapper {
    position: relative;
}

.map-level-select-open-modal {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

    .map-level-select-open-modal svg {
        width: 30px;
        height: 30px;
        fill: var(--dark-gray, #515151);
        padding: 5px;
        border-radius: 5px;
        background-color: var(--white, #ffffff);
        cursor: pointer;
    }

.zoom-container {
    position: absolute;
    bottom: 24px;
    transform: translateX(-50%);
    display: flex;
    align-items: stretch;
}

    .zoom-container.align-center {
        left: 50%;
    }

    .zoom-container.align-right {
        right: 0;
    }

@media (max-width: 640px) {
    .zoom-container {
        display: none;
    }
}

.zoom-item {
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .zoom-item:focus {
        box-shadow: inset var(--grey, #9e9e9e) 0 0 0 1px;
    }

    .zoom-item.disabled {
        cursor: not-allowed;
    }

.zoom-icon-minus {
    width: 12px;
    height: 4px;
    pointer-events: all !important;
}

.zoom-icon-plus {
    width: 12px;
    height: 12px;
    pointer-events: all !important;
}

.zoom-container {
    background-color: var(--white, #ffffff);
}

.zoom-item {
    padding: 12px 16px;
    transition: .2s;
}

    .zoom-item.disabled {
        opacity: .5;
    }

        .zoom-item.disabled:hover {
            background-color: var(--white, #ffffff);
        }

    .zoom-item:hover {
        background-color: var(--super-light-grey, #F8F8F8);
    }

.zoom-icon-minus {
    fill: var(--grey, #9e9e9e);
}

.zoom-icon-plus {
    fill: var(--grey, #9e9e9e);
}

.zone-upsell {
    background-color: var(--brand-secondary, #1578D0);
    display: none;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    bottom: 0;
}

@media (max-width: 930px) {
    .zone-upsell-mobile-expand {
        display: none;
    }
}

@media (max-width: 340px) {
    .zone-upsell-mobile-expand {
        display: flex;
    }
}

.zone-upsell-inner {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    width: 100%;
    flex-grow: 1;
    padding-bottom: 0.5rem;
}

@media (max-width: 640px) {
    .zone-upsell-inner {
        padding-top: 0;
    }
}

.zone-upsell-display {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-around;
}

@media (max-width: 340px) {
    .zone-upsell-display {
        justify-content: normal;
    }
}

.zone-upsell-close-svg {
    fill: white;
    cursor: pointer;
}

.zone-upsell-content {
    display: flex;
    padding: .5rem 0;
}

.zone-upsell-content-image {
    flex-basis: 30%;
    width: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
    height: 4.0625rem;
}

@media (max-width: 930px) {
    .zone-upsell-content-image {
        width: 35%;
    }
}

@media (max-width: 930px) {
    .zone-upsell-content-image {
        width: 50%;
        height: 13vh;
        background-size: cover;
        background-position: center center;
    }
}

.zone-upsell-content-image .loading-icon {
    width: 4.6875rem;
    height: 4.6875rem;
}

.zone-upsell-content-image .loading-icon-path {
    stroke: white;
}

.zone-upsell-content-image .loading-text {
    color: white;
}

.zone-upsell-content-info {
    margin-right: 16px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    max-height: 4.0625rem;
}

.zone-upsell-content-info-price {
    margin-top: 16px;
}

@media (max-width: 640px) {
    .zone-upsell-content-info-price {
        margin-top: 7px;
    }
}

.zone-upsell-section {
    display: flex;
    justify-content: center;
}

.zone-upsell-section-btn {
    color: var(--brand-secondary, #1578D0);
    width: 100%;
    background: var(--white, #ffffff);
}

    .zone-upsell-section-btn:hover, .zone-upsell-section-btn:focus {
        background: var(--brand-secondary, #1578D0);
        color: var(--white, #ffffff);
    }

.show-upsell .zone-upsell {
    display: flex;
}

.zone-upsell-header {
    padding: 0.5rem 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    color: var(--white, #ffffff);
}

.zone-upsell-header-icon {
    fill: var(--white, #ffffff);
    width: 1.5rem;
    height: 1.5rem;
}

.zone-upsell-header-msg {
    flex-grow: 1;
    margin: 0 16px;
}

@media (max-width: 1025px) {
    .seat-info-prices-inner {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.seat-info-prices-header {
    margin-bottom: 16px;
}

.seat-info-prices-type.heading-general, .seat-info-prices-qty.heading-general, .seat-info-prices-button > button.heading-general {
    margin-bottom: 0;
}

.seat-info-prices-type {
    /*padding-left: $column-gutter-small/2;
            padding-top: $column-gutter-small/4;
            padding-bottom: $column-gutter-small/4*/
    padding: 4px 8px;
}

    .seat-info-prices-type > p:first-child {
        color: var(--off-black, #333333);
        padding-top: 3px;
        font-weight: var(--brand-font-weight-bold, 600);
    }

.seat-info-prices-type-list-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    border: 1px solid var(--light-grey, #eeeeee);
    margin-right: 0;
}

    .seat-info-prices-type-list-inner > div:nth-child(2) {
        align-self: stretch;
        border: none;
    }

        .seat-info-prices-type-list-inner > div:nth-child(2) button {
            align-self: stretch;
        }

@media (max-width: 640px) {
    .seat-info-prices-type {
        padding-right: 24px;
    }
}

.seat-info-prices-button {
    display: inline-flex;
    align-items: center;
}

    .seat-info-prices-button .ticket-selection-quantity {
        border-radius: 0;
    }

        .seat-info-prices-button .ticket-selection-quantity.disabled, .seat-info-prices-button .ticket-selection-quantity:disabled {
            background: var(--brand-secondary, #1578D0);
        }

        .seat-info-prices-button .ticket-selection-quantity svg {
            fill: var(--brand-button-text, #ffffff);
            width: 12px;
            height: 12px;
        }

    .seat-info-prices-button + .toggle-content-headline {
        margin-top: 24px;
    }

.seat-info-prices-qty {
    color: var(--off-black, #333333);
    width: 50px;
    text-align: center;
    font-weight: var(--brand-font-weight-bold, 600);
}

@media (min-width: 930.1px) {
    .seatmap-content-info {
        flex-basis: 0;
        transform: translateX(100%);
        width: 0;
    }
}

.seatmap-content-info .overlay-section {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /*padding: 30px;*/
    -webkit-animation: none;
    animation: none;
    transition: .3s ease all;
    opacity: 1;
    display: block;
    background-color: var(--white, #ffffff);
    overflow-y: auto;
}

@media (max-width: 930px) {
    .seatmap-content-info .overlay-section {
        transform: translateX(100%);
    }
}

.seatmap-content-info .overlay-section .overlay-filter-section {
    padding: 0 24px;
}

.seatmap-content-info .overlay-section > .overlay-filter-section {
    margin-top: 12px;
}

.seatmap-content-info .overlay-section .heading-general {
    margin-bottom: 0;
}

.seatmap-content-info .overlay-section .overlay-filter-section-last {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 0;
}

.seatmap-content-info .overlay-section .overlay-filter-section + .overlay-filter-section {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--light-grey, #eeeeee);
}

@media (min-width: 930.1px) {
    .seatmap-content-info.filters-open {
        transform: translateX(0);
        z-index: 30;
        flex-basis: 360px;
        width: 360px;
    }
}

@media (max-width: 930px) {
    .seatmap-content-info.filters-open .overlay-section {
        transform: translateX(0);
        z-index: 30;
    }
}

.filter-title {
    all: inherit;
    border: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.5em 0;
    cursor: pointer;
    align-items: center;
    margin-bottom: 12px;
}

    .filter-title:focus {
        box-shadow: var(--white, #ffffff) 0 0 0 4px, var(--grey, #9e9e9e) 0 0 0 5px;
    }

    .filter-title svg {
        height: 1em;
        margin-left: 0.5em;
    }

[aria-expanded="true"] .vert {
    display: none;
}

.overlay-section-mobile-background {
    display: none;
}

@media (max-width: 930px) {
    .seatmap-content-info .overlay-section {
        display: block;
        -webkit-animation: none;
        animation: none;
        position: fixed;
        top: 0;
        height: 100%;
        width: 80%;
        left: unset;
        right: 0;
        box-shadow: 0;
    }

    .seatmap-content-info .overlay-section-mobile-background {
        display: block;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: var(--medium-grey, #6A6A6A);
        opacity: 0.6;
        transform: translateX(100%);
    }

    .cart-timer-active .seatmap-content-info.filters-open .overlay-section-mobile-background {
        height: calc(100% - var(--header-height, 55px) - var(--timer-height, 40px));
        top: calc(var(--header-height, 55px) + var(--timer-height, 40px));
    }

    .seatmap-content-info.filters-open .overlay-section {
        box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.24), 0px 0px 16px rgba(0, 0, 0, 0.12);
    }

    .seatmap-content-info.filters-open .overlay-section-mobile-background {
        transform: translateX(0);
        top: var(--header-height, 64px);
        height: calc(100% - var(--header-height, 64px));
        width: 100%;
    }
}

@media (max-width: 640px) {
    .seatmap-content-info.filters-open .overlay-section-mobile-background {
        top: var(--header-height, 55px);
        height: calc(100% - var(--header-height, 55px));
    }
}

.price-type-filter-list.combine-filters {
    margin-top: 16px;
}

.price-type-filter-list .form-item label:not([for="all"]) {
    margin-left: 2rem;
}

/* filter view overwrite for promo code title */
.overlay-filter-section .promo-code-section .heading-general {
    color: var(--medium-grey, #6A6A6A);
    font-weight: var(--brand-font-weight-normal, 400);
}

.levelselection-modal.modal-wrapper {
    max-height: calc(100vh - var(--header-height, 64px));
    top: var(--header-height, 64px);
    padding: 3rem 14rem 3rem 14rem;
}

@media screen and (max-width: 1300px) {
    .levelselection-modal.modal-wrapper {
        padding: 3rem 6rem;
    }
}

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper {
        top: var(--header-height, 64px);
        max-height: calc(100vh - var(--header-height, 64px));
        padding: 2rem;
    }
}

@media (max-width: 640px) {
    .levelselection-modal.modal-wrapper {
        top: var(--header-height, 55px);
        max-height: calc(100vh - var(--header-height, 55px));
        padding: 1rem;
    }
}

.levelselection-modal.modal-wrapper svg.seat-info-views-icon {
    background: none;
    filter: none;
    fill: var(--off-black, #333333);
    top: 10px;
    right: 10px;
    z-index: 90;
    display: none;
}

.levelselection-modal.modal-wrapper .modal-container {
    flex-grow: 1;
    height: 100%;
    max-width: 100%;
    padding: 4.5rem 4.5rem 2rem 4.5rem;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    position: relative;
}

    .levelselection-modal.modal-wrapper .modal-container [role="document"], .levelselection-modal.modal-wrapper .modal-container .modal-content {
        height: 100%;
    }

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper .modal-container {
        height: auto;
        min-height: 100%;
    }
}

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper .modal-container {
        padding: 2rem;
    }
}

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper .modal-container {
        padding: 0;
    }
}

.levelselection-modal.modal-wrapper .modal-container .filters-section {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
}

@media (min-width: 930.1px) {
    .levelselection-modal.modal-wrapper .modal-container .filters-section {
        height: 100%;
    }
}

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-container {
        flex-direction: column-reverse;
        display: flex;
        height: calc(100% - 70px) !important;
    }

        .levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-container .venue-level-list {
            width: 100%;
            overflow: scroll;
        }
}

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper .modal-container .filters-section .filters-section-heading {
        display: flex;
        justify-content: center;
        margin: 0 !important;
    }
}

.levelselection-modal.modal-wrapper .modal-container .filters-section .filters-section-heading h2.heading-general {
    color: var(--medium-grey, #6A6A6A);
    font-weight: var(--brand-font-weight-normal, 400);
    padding-left: 32px;
    margin-bottom: 1.5rem 0;
}

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper .modal-container .filters-section .filters-section-heading h2.heading-general {
        padding: 10px;
        margin: 1rem 0;
    }
}

.levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-container {
    height: calc(100% - 50px);
}

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-container {
        height: auto;
    }
}

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-list {
        padding: 32px;
    }
}

@media screen and (max-height: 750px), screen and (min-width: 641px) {
    .levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-list {
        overflow-y: auto;
    }
}

.levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-list-item label {
    font-weight: var(--brand-font-weight-bold, 600);
}

.levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-list-item-info {
    padding-left: 32px;
}

.levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container {
    position: relative;
}

@media (min-width: 930.1px) {
    .levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container {
        width: calc(70% - 20px);
    }
}

.levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container-inner {
    /*padding-bottom: 420px / 750px * 100%;*/
    overflow: hidden;
    position: relative;
    height: 100%;
}

@media (min-width: 930.1px) {
    .levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container-inner {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container-inner {
        padding-bottom: 56% !important;
        height: 0;
    }
}

.levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container-inner .venue-level-svg {
    position: relative;
    height: 100%;
    width: 100%;
}

@media (max-width: 930px) {
    .levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container-inner .venue-level-svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.seatmap-hover {
    z-index: 50;
    position: absolute;
    width: 260px;
    height: 220px;
    top: 0;
    left: 0;
}

.seat-tooltip-prices-list-item + .seat-tooltip-prices-list-item {
    margin-top: 5px;
}

.overlay-section.overlay-section-cart {
    display: flex;
    flex-direction: column;
}

    .overlay-section.overlay-section-cart .overlay-section-combined {
        overflow-y: auto;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .overlay-section.overlay-section-cart .cart-container {
        flex-grow: 1;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--light-grey, #eeeeee);
    }

.performance-list-container {
    margin-top: 16px;
    /*@include flexbox-two-col-fluid($first-col-width: 30%, $column-breakpoint: $medium-media-query-size);*/
}

    .performance-list-container h2 {
        font-weight: var(--brand-font-weight-bold, 600);
    }

    .performance-list-container > div {
        margin-bottom: 16px;
    }

@media (min-width: 640.1px) {
    .performance-list-container {
        display: flex;
        flex-wrap: wrap;
    }

        .performance-list-container > div {
            /*flex: 1 1 auto;*/
            width: 50%;
        }
}

.seatmap-header {
    height: 3.5rem;
    border-bottom: 1px solid var(--light-grey, #eeeeee);
    display: flex;
    align-items: center;
    padding: 14px 24px;
    background: var(--white, #ffffff);
    position: relative;
}

    .seatmap-header:not(.seatmap-header-filter) {
        z-index: 90;
        display: flex;
        justify-content: space-between;
    }

@media (max-width: 930px) {
    .seatmap-header:not(.seatmap-header-filter) {
        width: 100%;
        position: absolute;
    }
}

@media (max-width: 640px) {
    .seatmap-header:not(.seatmap-header-filter) {
        flex-direction: column;
        align-items: flex-start;
    }
}

.seatmap-header-level {
    display: flex;
    align-items: center;
}

    .seatmap-header-level > * + * {
        margin-left: 0.5rem;
    }

.seatmap-header p {
    color: var(--heading-color, #130B2D);
}

@media (max-width: 640px) {
    .seatmap-header {
        height: unset;
    }
}

@media (max-width: 640px) {
    .seatmap-header-level {
        justify-content: space-between;
        width: 100%;
    }
}

.seatmap-header-level p.seatmap-header-level-name {
    width: 100%;
    color: var(--medium-grey, #6A6A6A);
}

.seatmap-header-level button {
    padding: 6px 10px;
    flex-shrink: 0;
}

.overlay-section-subtotal {
    flex-shrink: 0;
    background: var(--light-grey, #eeeeee);
    padding: 24px;
    flex-basis: 150px;
}

.overlay-section-subtotal-container .caption-paragraph {
    margin-bottom: 10px;
}

.overlay-section-subtotal-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .overlay-section-subtotal-content .subtotal {
        color: var(--off-black, #333333);
        font-weight: var(--brand-font-weight-bold, 600);
    }

.overlay-section-subtotal .cart-mini-cta button {
    width: 100%;
    max-width: 100%;
}

    .overlay-section-subtotal .cart-mini-cta button.disabled {
        background-color: var(--white, #ffffff);
        color: var(--disabled-grey, #cccccc);
        opacity: 1;
        box-shadow: none;
    }

.cart-container-inner .cart-item {
    display: flex;
    padding: 14px 24px;
}

.cart-container-inner .cart-item-action {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 1rem;
    padding: .125rem;
    background: var(--medium-grey, #6A6A6A);
    margin-right: 2rem;
    margin-top: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

    .cart-container-inner .cart-item-action svg {
        height: 1rem;
        width: 1rem;
        fill: var(--white, #ffffff);
    }

    .cart-container-inner .cart-item-action:hover, .cart-container-inner .cart-item-action:focus {
        background-color: var(--dark-gray, #515151);
    }

    .cart-container-inner .cart-item-action:focus {
        box-shadow: var(--white, #ffffff) 0 0 0 4px, var(--grey, #9e9e9e) 0 0 0 5px;
    }

.cart-container-inner .cart-item-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cart-container-inner .cart-item-price-info {
    display: flex;
    justify-content: space-between;
}

.cart-container-inner .cart-item + .cart-item {
    border-top: 1px solid var(--light-grey, #eeeeee);
    padding-top: 14px;
}

.cart-container-inner .cart-item.active {
    background-color: var(--light-grey, #eeeeee);
}

.btn-diagnostic {
    background-color: transparent;
    border-color: var(--white, #ffffff);
    color: var(--white, #ffffff);
    padding: 8px 12px;
    pointer-events: auto;
}

.btn-diagnostic-container {
    height: var(--header-height);
    position: absolute;
    top: var(--timer-height, 0);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 80;
}

.btn-diagnostic svg {
    width: 15px;
    height: 15px;
    margin-left: 16px;
    fill: var(--white, #ffffff);
}

.btn-diagnostic-close {
    position: absolute;
    right: 8px;
    top: 0;
    padding: 10px;
}

    .btn-diagnostic-close:hover {
        background-color: transparent;
    }

    .btn-diagnostic-close svg {
        width: 1em;
        height: 1em;
    }

.modal-diagnostic {
    position: relative;
}

    .modal-diagnostic .modal-group {
        border: 1px solid var(--light-grey, #eeeeee);
        padding: 16px;
    }

        .modal-diagnostic .modal-group > * + * {
            margin-top: 1em;
        }

    .modal-diagnostic h3 {
        color: var(--brand-secondary, #1578D0);
    }

    .modal-diagnostic table {
        border-collapse: collapse;
        width: 100%;
    }

        .modal-diagnostic table th, .modal-diagnostic table td {
            padding-block: 8px;
            text-align: left;
        }

        .modal-diagnostic table th {
            border-bottom: 1px solid var(--light-grey, #eeeeee);
            font-weight: var(--brand-font-weight-bold, 600);
        }

        .modal-diagnostic table td {
            color: var(--dark-gray, #515151);
        }

.demo {
    color: white;
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

    .demo em {
        font-size: 90%;
    }

    .demo .container {
        padding: 1.5rem;
        flex-grow: 1;
    }

    .demo .logo {
        max-width: 1000px;
    }

@media (max-width: 1025px) {
    .demo {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (max-width: 640px) {
    .demo {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

.demo div {
    padding: 2rem 1rem;
    margin: 0 auto;
}

.demo .right-align {
    text-align: right;
    padding-right: 10%;
    margin-top: -1.2rem;
    font-size: 1rem;
}

.demo .btn {
    color: white;
    border: 2px solid white;
    border-radius: 1rem;
    padding: .8rem 1rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
}

    .demo .btn:hover {
        background-color: white;
        color: #4c9de1;
        cursor: pointer;
    }

.demo .demo-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.demo .demo-button {
    margin: 0;
}

/*# sourceMappingURL=main.css.map*/
