html,
body {
    height: 100%;

    /* Font sizes */
    --font-xs: 12px;
    --font-s: 16px;
    --font-reg: 20px;
    --font-l: 22px;
    --font-xl: 24px;
    --font-xxl: 48px;
    --font-jumbo: 75px;
    --font-admin-title: 160px;   
    --font-title-jumbo: 160px; 
}

@media only screen and (max-width: 768px) {
    html, body {
    /* Font sizes */
    --font-xs: 12px;
    --font-s: 16px;
    --font-reg: 16px;
    --font-l: 20px;
    --font-xl: 16px;
    --font-xxl: 30px;
    --font-jumbo: 30px;
    --font-admin-title: 40px;   
    --font-title-jumbo: 60px; 
    }
}

@font-face {
  font-family: 'GothamBook';
  src: url('/fonts/Gotham-Book.otf') format('opentype');
  font-weight:400; font-style:normal;
}

/*@font-face {
  font-family: 'GothamBook';
  src: url('/fonts/GothamBook.woff2') format('woff2');
  font-weight:400; font-style:normal;
}*/

@font-face {
  font-family: 'GothamMedium';
  src: url('/fonts/Gotham-Medium.otf') format('opentype');
  font-weight:500; font-style:normal;
}

@font-face {
  font-family: 'GothamLight';
  src: url('/fonts/Gotham-Light.otf') format('opentype');
  font-weight:300;font-style:normal;
}

@font-face {
  font-family: 'GothamBold';
  src: url('/fonts/Gotham-Bold.otf') format('opentype');
  font-weight:600;font-style:normal;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
  
@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Navbar Customization */

.navbar {
    margin-top: 20px;
}

.navbar-nav li {
    margin: 0px 4px;
}

.navbar-nav li:hover a {
    color: #EDE8E3;
}

.navbar-nav {
    float: left;
    margin: 0px;
    width: 100%;
}

.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
    position: fixed;
    right: 0;
    top: 0;
    background: var(--seat-content-bg);
    width: 300px;
    max-width: 100%;
    z-index: 5;
}

.navbar-collapse .nav > li > a:hover, .nav > li > a:focus {
    color: var(--seat-button-color);
    background: transparent;
}

.navbar-collapse.collapsing,.navbar-collapse.collapse.in {
    animation: none !important;
}

.navbar-collapse.collapse.in {
    animation: fade-in 1s;
}


.navbar-collapse.collapsing {
    animation: fade-out 1s;
}
.navbar-nav.nav {
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 100px;
}

.navbar-toggle {
    z-index: 6;
    position: absolute !important;
    right: 30px !important;
}

.navbar-toggle .icon-bar {
    border-radius: 0px !important;
    height: 3px !important;
    width: 26px !important;
}

.navbar-toggle {
    background: transparent !important;
    border-color: transparent !important;
}

.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(2) {
    transform: rotate(45deg) translate(3px, 3px);
}

.navbar-toggle[aria-expanded="true"]  span.icon-bar:nth-child(3) {
    display:none;
}

.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(4) {
    transform:rotate(-45deg) translate(2.5px, -2px);
}

.navbar-nav li a {
    font-size: var(--font-s);
}

.navbar-container .navbar-toggle {
    border-radius: 50%;
    padding: 14px;
    text-align: -webkit-center;
    margin-right: 0px;
    height: 52px;
    width: 52px;
}

.navbar-container .navbar-toggle[aria-expanded="true"] span {
    background: #EDE8E3 !important;
}

/* .navbar-brand {
    height: 80px;
    padding: 0px;
    float: none;
    display: block;
    place-items: center;
}*/
a.navbar-brand {
    height: 80px;
    padding: 0;
    display: flex;
    float: none;
    align-items: center;
    justify-content: center;
}

.navbar-brand-logo {
    height: 100%;
    width: auto;
}

.navbar-container > .container {
    width: 100%;
    padding: 0px 50px;
}


@media only screen and (max-width: 768px) {
    .navbar-toggle {
        margin-top: 20px;
    }
}

.navbar-header {
    flex-direction: row-reverse;
}
.navbar-header > a {
    margin: auto !important;
}

@media (min-width: 768px){
    
    .navbar-header {
        float: none !important;
    }
    .navbar-toggle {
        display: unset !important;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left:0px;
    }
    .navbar-collapse.collapse  {
        display: none !important;
    }
    .navbar-collapse.collapse.in, .navbar-collapse.collapsing  {
        display: block !important;
    }
    
}
    
@media (max-width: 768px) {
    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.navbar > .container .navbar-brand {
    margin-left:10px;
}

/* .main-btn:after {
    content: url(../uploads/configweb/arrow.png);
    vertical-align: text-bottom;
    height: 24px;
    width: auto;
    margin-left: 10px;
    display: inline-block;
    margin-right: -10px;
    margin-bottom: -2px;
} */

/* .main-btn:after, .navbar-nav li:last-child a:after {
    content: url(../uploads/configweb/arrow.png);
    vertical-align: text-bottom;
    height: 24px;
    width: auto;
    margin-left: 10px;
    display: inline-block;
    margin-right: -10px;
    margin-bottom: -2px;
}*/
 
/*@media only screen and (min-width:768px) {
    .navbar-nav li:last-child {
        margin: 0px 10px;
    }
}*/

@media only screen and (max-width:768px) {
    .navbar-nav {float: none !important;}
    /*.navbar-nav li:last-child {
        margin: 10px 0px;
    }*/
}

.navbar-nav li a.other-menu {
    font-size: var(--font-xs);
    padding: 0px 15px;
}

.navbar-nav li:hover a.other-menu {
    background: transparent;
    border: none;
}

.navbar-nav li a.divider-menu {
    margin-top: 30px;
    
}

/* Navbar Customization End */

.main-btn {
    display: inline-block;
    width: auto;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
    border-radius: 0px;
}

/*.main-btn,.navbar-nav li:last-child a {
    display: inline-block;
    width: auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}*/

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto 0px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0px;
    margin: 0px;
    width: auto;
    max-width: 100%;
}

.footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    place-content: space-between;
    width: calc(100% - 8rem);
    padding: 20px 30px !important;
}

@media only screen and (min-width:768px) {
    .footer {
    position: fixed;
    bottom: 0px;
}}

@media only screen and (max-width:768px){
    .footer {
        width: 100%;
    }
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: var(--font-reg);
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    #EDE8E3-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* general site pages css */
.site-title-prefix {
    font-size: var(--font-xl);
}

.site-title {
    font-size: var(--font-title-jumbo);
    font-weight: normal;
    margin: auto;
    width: auto;
}

.site-body {
    font-size: var(--font-s);
    margin: auto;
    /* max-width: 1100px; */
    width: auto;
}

.site-body.seats {
    max-width: none;
    text-align: -webkit-center;
}

.site-about {
    padding: 0px 20px;
}

@media only screen and (min-width: 768px) {
    .site-about {
        padding: 40px 50px;
    }
}

/* home site page css */

.home-title {
    font-size: var(--font-xxl);
    font-weight: normal;
}
.home-subtitle {
    font-size: var(--font-jumbo);
    margin-bottom: 40px;
}
.home-subtitle > p {
    font-weight: normal;
    font-size: var(--font-jumbo);
    max-width: 500px;
    text-align: left;
}
.home-description {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .home-subtitle > p {
        margin-left: 140px;
    }
}
.home-description > p {
    color: white !important;
    font-size: var(--font-s);
    margin-bottom: 20px;
}
.home-description > a {
    font-size: var(--font-reg);
    font-weight: 500;
    line-height: 160%;
    background: transparent;
    border: 0px;
    padding: 0px;
}

.home-btn:not(:last-child) {
    margin-right: 15px;
}
.home-btn .main-btn {
    margin-bottom: 20px;
}

/* home site v2 page css */

.home-title-2 {
    font-size: var(--font-xxl);
    font-weight: bold;
    margin: 0px 0px 30px 0px;
}

.home-subtitle-2 {
    font-size: var(--font-l);
    font-weight: bold;
}

.home-description-2 {
    font-size: var(--font-s);
    margin-bottom: 30px;
    max-width: 600px;
}

.home-image-2 {
    width:100%;
    margin-top:20px;
    max-width: 400px;
    float:right;
}

.site-body.flex {
    display: flex;
    max-width: 1000px;
    flex-direction: row;
}

.site-body.flex .flex-item {
    flex: 1;
    padding: 30px;
    padding-top: 0px;
}
.site-body.flex .flex-item:nth-child(1) {
    flex: 40%;
}
.site-body.flex .flex-item:nth-child(2) {
    flex: 60%;
}

@media only screen and (max-width:768px) {
    .site-body.flex {
        flex-direction: column;
        margin-top: 0px;
    }
    .home-image-2 {
        float: left;
    }
}

/* home site v2 page css */

.home-title-3 {
    font-size: var(--font-jumbo);
    font-weight: bold;
    margin: 30px 0px;
}

.home-subtitle-3 {
    font-size: var(--font-l);
    font-weight: bold;
}

.home-description-3 {
    font-size: var(--font-s);
    margin-bottom: 30px;
    max-width: 600px;
}

.home-image-3 {
    width:100%;
    max-width: 540px;
}

.site-body.body-3 {
    text-align: center;
    text-align: -webkit-center;
    font-size: var(--font-s);
    margin: auto;
    margin-bottom: 40px;
    max-width: 800px;
    width: auto;
}

/* about site page css */
.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-container {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.about-image {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.about-btn-container {
    margin-top: 30px;
    display: block;
}

/* contact site page css */
.contact-text {
    font-size: var(--font-xl);
}
/* seat main css */

  .progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
  }
  
  @media only screen and (max-width: 768px) {
  .progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
  }}

  .progress-circle {
    width: 20px;
    height: 20px;
    border: 2px solid var(--seat-content-color);
    border-radius: 50%;
    background-color: transparent;
    margin: 0 5px;
    cursor: pointer;
  }

  .progress-circle.active {
    background-color: var(--seat-content-color);
  }

  .progress-line {
    flex: 1;
    height: 2px;
    background-color: var(--seat-content-color);
  }

  .stage-content {
    color: var(--seat-content-color);
    text-align: center;
    margin-top: 20px;
  }

  .stage-content:not(#stage-content-1):not(#stage-content-2):not(#stage-content-5) {
    max-width: 800px;
  }


/* choose seat plan - step 1*/

.select-floors-area{
  align-items: stretch !important;  
}

.select-floor-area { 
    vertical-align: top;
    display: flex !important;
    width: 30%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 12px !important;
    padding: 8px !important;
    background: var(--seat-content-bg) !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
@media only screen and (max-width:768px) {
    .select-floor-area {
        width: auto;
    }
}

@media only screen and (min-width:768px) {
    p.floor-boxes-title {
        min-height: 72px !important;
    }
}

.select-floor-area img {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 0px !important;
}

.select-floor-area .main-btn {margin-top: auto;}

/* choose ticket page - step 2 */
.tooltipBooking {
    padding: 10px 20px !important;
    text-align:left !important;
    font-weight: bold !important;
    color: black !important;
    background:#EDE8E3 !important;
    opacity:1 !important;
}

.outer .container {
    width: 100%;
    margin-top: 30px;
}

div.map-container {
    margin-bottom: 20px;
    max-height:800px;
}

div.admin-header {
    background-color: #007481;
    font-size: var(--font-admin-title);
    width: 100%;
    height: 150px;
    text-align: center;
    color: #fff;
    vertical-align: middle;

}

.outer button {
    padding: 12px 30px;
    font-weight: 400;
    margin: 10px 5px !important;
    border: 0px;
    border-radius: 100px;
    font-weight: bold !important;
}

.outer .reset-button {
    background-color: var(--seat-content-color);
    color: #EDE8E3;
    margin-bottom: 20px !important;
}

#booked-seat, #booked-seat-final{
    border: 0px;
    border-radius: 8px;
    max-width: 800px;
    background-color: var(--seat-content-bg);
    color: #ffffff;
    margin: auto;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: none;
}

.seat-no {
    font-size: var(--font-reg);
}

/* Prettier CSS */
.outer h1 {
    margin-top: 50px;
    color: var(--seat-content-color);
}

.minus,
.plus {
    vertical-align: top;
    margin: 5px;
    font-weight: bold;
    color: var(--seat-content-color);
}

#my-range {
    width: 300px;
    max-width: 80%;
    display: inline;
    line-height: 1;
    height: 20px;
}

.set_avalibity {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.set_avalibity li {
    display: inline-block;
    font-size: var(--font-reg);
    color: var(--seat-content-color);
    margin-right: 17px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.set_avalibity li span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 14px;
    margin-top: 3px;
}

#resetZoom {
    background: transparent;
    margin: 0px;
    padding: 5px 0px;
    color: var(--seat-content-color);
    border-radius: 0px;
    border-bottom: 1px solid var(--seat-content-color);
}

.tooltipBooking {
    display: block;
    position: absolute;
    /* z-index: -1; */
    border: 1px solid #333;
    background-color: #161616;
    opacity: 0.8;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-size: var(--font-s);
}

div#donation-container {
    width: 400px;
    margin: auto;
    max-width: 100%;
    text-align-last: center;
}

input#input-donation_amount {
    height: 40px;
    margin-top: 10px;
    padding: 10px;
    color: black;
    width: 120px !important;
    max-width: 80%;
}

div#rooms {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.room-card {
    background: #141C52;
    color: white;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    flex: 1 1 22%;
}

.seat-code {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1rem;
  }

.seat-code .title {
    color: var(--seat-additional-color);
    display: block;
}
  
.seat-code .subtitle {
    color: white;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}
  
.price {
    font-size: 1.5rem;
    margin: 1rem 0;
}

.desc {
    margin-bottom: 1rem;
}

.availability {
    margin-bottom: 1rem;
}

.pledge-btn {
    padding: 10px 20px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid;
    background: <?=Yii::$app->params['seat-colors']['taken']?>;
    font-size: 12px;
}

.pledge-btn:not(.pledge-btn[seat-status="<?=MasterLayout::STATUS_TAKEN?>"]):hover {
    color: var(--seat-additional-color);
    cursor: pointer;
}

.pledge-btn.pledge {
    color: #0d4e84;
    border-color: #0d4e84;
}

.pledge-btn.sold {
    color: #cc0000;
    border-color: #cc0000;
}

.read-more, .show-less {
  color: #cc0000 !important;
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
  text-decoration: underline;
}

/* choose ticket page - step 3 */
.dedication-title, .dedication-column {
    margin-bottom: 20px;
}

.basic-input {
    height: 40px;
    padding: 10px;
    color: black;
}

.textarea-input {
    padding: 10px;
    color: black;
}

.input-alert {
    padding: 20px;
    background-color: #f44336;
    color: #EDE8E3;
    display: none;
    margin: 20px auto;
}
  
.closebtn {
    margin-left: 15px;
    color: #EDE8E3;
    font-weight: bold;
    float: right;
    font-size: var(--font-reg);
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
  
.closebtn:hover {
    color: black;
}

/* choose payment plan - step 5 */

div[id^="div-payment-plan-"] h4, div[id^="div-payment-plan-"] p {
    color: var(--seat-content-color);
}

div[id^="div-payment-plan-"] {
    cursor: pointer;
    border: 1px solid var(--seat-content-color);
}

div[id^="div-payment-plan-"].active {
    background: var(--seat-content-color);
}

div[id^="div-payment-plan-"].active h4, div[id^="div-payment-plan-"].active p {
    color: var(--seat-content-bg) !important;
}

div#div-payment-plans {
    display: flex;
    gap: 1rem;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
    div#div-payment-plans {
        flex-direction: column;
        gap: 0px;
    }
}

div[id^="div-payment-plan-"] {
    border-radius: 10px;
}

div[id^="div-payment-plan-"] > h4 {
    margin-bottom: 20px !important;
    font-size: var(--font-reg);
}

.table-responsive {
    overflow-x: auto;
}

.btn-export {
    background-color: #686868 !important;
    color: #EDE8E3 !important;
}

.container.footer:before, .container.footer:after {
    display: none;
}

.block-carousel {
	 overflow: hidden;
	 pointer-events: none;
	 margin-top: 40px;
}

.block-carousel img {
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	 .block-carousel[data-animated="true"] {
		 overflow: visible;
	}
}

.block-carousel .carousel-items {
	 list-style: none;
	 align-items: start;
	 display: grid;
	 gap: 4rem;
	 grid-auto-columns: 20rem;
	 grid-auto-flow: column;
	 padding-bottom: var(--spacing-container-padding-block);
}

@media (max-width: 600px) {
	.block-carousel .carousel-items {
		gap: 2rem;
	}
}

@media (min-width: 1133px) {
	 .block-carousel .carousel-items {
		 grid-auto-columns: 30rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	 .block-carousel .carousel-items {
		 overflow: visible;
		 overflow-x: scroll;
	}
}

.block-carousel[data-animated="true"] .carousel-items:hover, .block-carousel[data-animated="true"] .carousel-items:focus {
	 animation-play-state: paused;
}

@media (prefers-reduced-motion: no-preference) {
	 .block-carousel[data-animated="true"] .carousel-items {
		 animation-duration: 30s;
		 animation-iteration-count: infinite;
		 animation-name: scroll;
		 animation-timing-function: linear;
		 width: max-content;
	}
}

@keyframes scroll {
	 to {
		 transform: translate(calc(-50% - .5rem));
	}
}

h1,h2,h3,h4,h5,h6,a {
    font-family: GothamMedium !important;  
}

p, button, span {
    font-family: GothamBook !important;  
}

.footer-powered {
    font-family: GothamBook !important;
    margin: 0px;
}

div#creditDebitDetails {
    background: #EDE8E3;
    padding: 30px;
}

/* Additional Home */
.home-columns {
    padding: 0px;
    display: block;
    text-align: center;
    max-width: 800px;
    margin: auto;
}

/* Additional About */
.about-columns {
    display: flex;
    display: flex;
    flex-wrap: wrap;
}
.about-columns > .left-column {
    flex: 1;
    margin-right: 20px;
    margin-left: 0px;
    min-width: 300px;
}
.about-columns > .right-column {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .about-columns {
        padding: 80px 50px;
    }
    .about-columns > .left-column, .about-columns > .right-column {
        padding: 40px;
    }
    .home-subtitle > p {
        margin-left: 20px;
    }
    .about-columns:nth-child(3) .home-subtitle p {
        max-width: 550px;
    }
    .about-columns:nth-child(3) .home-description {
        margin-left: 120px;
    }
}
@media only screen and (max-width: 768px) {
    .about-columns:nth-child(3) {
        flex-direction: column-reverse;
    }
}

/* Pricing Table */

    /* Table Styling */
    table {
      margin-top: 40px;
      width: 100%;
      border-collapse: collapse;
    }
    thead th {
      text-align: center;
      padding: 12px;
    }
    tbody td {
      border-bottom: 1px solid black;
      padding: 30px 12px;
      vertical-align: middle;
      text-align: center;
    }
    /* Left-align the first column (feature descriptions) */
    tbody td:first-child {
      text-align: left;
      font-weight: bold;
    }
    /* Smaller font for price */
    thead th span {
      min-width: 100px;
      display: block;
      font-size: 0.9em;
      font-weight: normal;
    }
    
    .pricing-table {
        color: black;
    }

    .pricing-table td {
        font-size: var(--font-xs);
        font-weight: normal;
    }

    .pricing-table th {
        font-size: var(--font-reg);
        font-weight: normal;
    }

    .pricing-table span {
        font-size: var(--font-xs);
        font-weight: normal;
    }
    .table-container {
      width: 100%;
      overflow-x: auto;
    }
    
    /* Pricing Columns (Contents) */
    .pricing-columns {
        display: flex;
        flex-wrap: wrap;
        margin-top:40px
    }
    .pricing-columns > .right-column {
        flex: 1;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .pricing-columns > .left-column {
        flex: 1;
        margin-right: 20px;
        min-width: 300px;
    }
    .pricing-custom.home-description {
        margin-bottom: 30px;
        max-width: 600px;
        margin-left: 0px;
    }
    
    /* Desktop view: readjust padding & margin */
    @media screen and (min-width: 768px) {
        .pricing-columns {
            padding: 80px 50px;
        }
        .pricing-columns > .right-column, .pricing-columns > .left-column {
            padding: 40px;
        }
        .pricing-custom.home-description {
            margin-left: 80px 
        }
    }
    
    /* Mobile view: fix the first column */
    @media screen and (max-width: 768px) {
      thead th:first-child,
      tbody td:first-child {
        background: #ede8e3;
        position: sticky;
        left: 0;
        /* Ensure the first column appears above other cells */
        z-index: 2;
      }
      tbody td {
        border-bottom: 2px solid #000000;
      }
      thead th:first-child {
        z-index: 2;
      }
    }

/* Seats Slider */

/* Reset basic appearance */
.seats input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 8px !important;
  border-radius: 5px;
  background: linear-gradient(to right, #EDE8E3 100%, #EDE8E3 100%);
  outline: none;
}

/* Thumb styling for Chrome/Safari/Edge */
.seats input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--seat-button-color) !important;
  cursor: pointer;
}

/* Firefox filled portion */
.seats input[type="range"]::-moz-range-progress {
  background-color: #EDE8E3;
  height: 8px;
  border-radius: 5px;
}

.seats input[type="range"]::-moz-range-track {
  background-color: #EDE8E3 
  height: 8px;
  border-radius: 5px;
}

.seats input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--seat-button-color) !important;
  cursor: pointer;
  border: none;
}

/*Pointer seat avoid numbers*/
path:not([path-type="seat"]) {
    pointer-events: none;
}

.submit-btn {
    isplay: block;
    font-size: 20px;
    line-height: 55px;
    height: 55px;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    background-color: rgb(17, 18, 54);
    margin: auto;
    padding: 0px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
}

.home-description a.choose-seat-button {
    font-size: 16px;
    text-decoration: none;
    background: var(--seat-content-bg);
    color: white;
    display: block;
    max-width: 300px;
    padding: 10px 20px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

/*OVERWRITE*/

/* .navbar {
    position: fixed !important;
}
a.navbar-brand {
    left: calc(50% - 50px) !important;
    position: fixed !important;
} */

.wrap {
    position: relative;
    top: -140px;
}

.navbar {
    margin: 0px;
    z-index: 50;
    padding-top: 50px;
}

.banner-container {
    text-align:center;
    padding-bottom:20px; 
    padding-top: 25%;
}

.site-body {
    padding: 40px !important;
}

.home-subtitle {
    padding: 12px 0px;
}
@media only screen and (min-width: 768px) {
    .floor-boxes {
        min-height: 120px
    }
}

@media only screen and (max-width: 768px) {

    .banner-container {
        padding-top: 200px !important;
    }
    .site-body {
        padding: 24px !important;
    }
    h3, .h3 {
        font-size: 18px;
    }
    h1.home-subtitle {
        max-width: 90% !important;
    }
    .home-description p {
        font-size: 14px !important;
    }
}

#plaque-container {
    background-color: white !important;
    border-radius: 10px;
    margin-bottom: 20px;
}
