@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Geologica:wght@200;400;500;600&display=swap";body{margin:0;font-family:Manrope,sans-serif;background:#fff}a{text-decoration:none;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0%;color:#414651}.accented{color:#6c56d9}.separator{border:1px solid #D5D7DA;margin:.5rem 0}@media (max-width: 768px){.mobile-full-width{width:-webkit-fill-available}}.disabled-area{pointer-events:none;opacity:.6}h1{font-family:Geologica,sans-serif;font-weight:600;font-size:32px;line-height:38px}h2{font-family:Geologica,sans-serif;font-weight:600;font-size:24px;line-height:100%;margin:.75rem 0}h3{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:100%}h4{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:100%}.heading--underlined{display:inline-block}.page-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1rem}.section{flex:1;padding:1.5rem 6rem}@media (max-width: 1280px){.section{padding:1rem 1.5rem}}.button{font-family:Manrope,sans-serif;display:flex;justify-content:space-between;align-items:center;border:0;border-radius:8px;text-wrap:nowrap;font-weight:600;letter-spacing:0%;cursor:pointer;gap:.5rem}.button-sm{padding:.5rem;font-size:14px;line-height:20px}.button-md{padding:.625rem;font-size:14px;line-height:20px}.button-lg{padding:.625rem;font-size:16px;line-height:24px}.button-xl{padding:.75rem;font-size:16px;line-height:24px}.button--text-center{justify-content:center}.button__icon{width:20px;height:20px}.button__icon:disabled{cursor:not-allowed}.button__primary{background:#6c56d9;color:#fff}.button__primary:hover{background-color:#5642bb}.button__primary:active{background-color:#6c56d9;outline:#EDDFFE}.button__primary:disabled{background-color:#9585e2;cursor:not-allowed}.button__secondary{border:1px solid #D5D7DA;background:#fefefe;color:#231d40}.button__secondary:hover{background-color:#eeebfd}.button__secondary:active{border:1px solid #A4A7AE}.button__secondary:disabled{border:1px solid #E9EAEB;background:#fefefe;color:#a4a7ae;cursor:not-allowed}.button__tertiary{background:transparent;color:#6c56d9}.button__tertiary:hover{background-color:#f3ecfc;color:#6c56d9}.button__tertiary:active{background-color:transparent;color:#6c56d9}.button__tertiary:disabled{background-color:transparent;color:#a4a7ae;cursor:not-allowed}.button__link{background:transparent;color:#6c56d9}.button__link:hover{color:#5642bb}.button__link:active{background-color:transparent;color:#5642bb}.button__link:disabled{background-color:transparent;color:#a4a7ae;cursor:not-allowed}.button__red{background:#b42318;color:#fff}.button__red:hover,.button__red:active{background-color:#b42318;color:#fff}.button__red:disabled{background-color:#b42318;color:#a4a7ae;cursor:not-allowed}.calendar-container{width:-webkit-fill-available;border:1px solid #6C56D9;border-radius:10px;padding:24px}@media (max-width: 1024px){.calendar-container{padding:20px 12px}}.selected-day{background-color:#e2ddfc!important;color:#fff!important}.fc-header-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;overflow:hidden;margin-bottom:1rem}.fc-toolbar-title{font-size:1.25rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.fc-button-group{display:flex;flex-wrap:wrap;gap:.5rem}.fc-toolbar-title{font-family:Geologica!important;font-weight:700!important;font-size:18px!important;line-height:130%!important;vertical-align:middle!important;color:#292a34!important}.fc .fc-daygrid-day-top{flex-direction:row}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:1rem!important}.fc-button{padding:.25rem .5rem;font-size:.9rem}.fc-button-primary{background-color:transparent!important;border-color:transparent!important;color:#6c56d9!important}.fc-button-primary:focus{box-shadow:none!important}.fc .fc-cell-shaded,.fc .fc-day-disabled{background-color:#fff!important}.fc-theme-standard th{border:none!important;padding:.325rem 0!important}.fc-theme-standard td{border-color:#0000001a!important}.fc-theme-standard .fc-scrollgrid{border:none!important;border-top:1px solid rgba(0,0,0,.1019607843)!important}.fc .fc-daygrid-day.fc-day-today{background-color:transparent!important;border:2px solid rgba(0,0,0,.6980392157)!important}.fc .fc-highlight{background-color:#e2ddfc!important;color:#fff!important}.fc-h-event{height:1rem!important;background-color:transparent!important;border:none!important}.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{color:#231d40!important;background-color:transparent;font-family:Geologica;font-weight:500;font-size:11px;text-align:right;vertical-align:bottom;padding-top:.25rem;padding-right:.125rem;opacity:50%;z-index:55}.custom-event{color:#231d40!important;font-family:Geologica;font-weight:500;font-size:11px;text-align:right;vertical-align:bottom}@media (max-width: 1024px){.custom-event{font-size:9px}}.weekend-cell{background-color:#f5f5f5}.no-event-day{opacity:.5}.card,.card--grid,.card--carousel{display:flex;flex-direction:column;position:relative;border-radius:16px;overflow:hidden;width:300px;height:220px;margin:0rem .5rem;cursor:pointer;transition:.2s}@media (min-width: 1024px){.card,.card--grid,.card--carousel{width:500px;height:275px}}@media (min-width: 1280px){.card,.card--grid,.card--carousel{width:600px;height:350px}}.card.active,.active.card--grid,.active.card--carousel{transform:scale(1.05)}.card:hover,.card--grid:hover,.card--carousel:hover{box-shadow:0 4px 14.2px #6c56d966}.card--carousel{margin:0 .5rem 2rem;width:-webkit-fill-available}@media (min-width: 1280px){.card--grid{width:100%;height:400px}}.card--grid{height:350px;width:-webkit-fill-available}.card__image-container{width:100%;height:100%;position:relative;border-radius:16px;overflow:hidden}.card__image{width:100%;height:100%;object-fit:cover;object-position:center;border-top-left-radius:16px;border-top-right-radius:16px}.card__text{position:absolute;bottom:0;left:0;width:-webkit-fill-available;padding:1.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;background-color:#000000d9;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:fit-content}.card__play-name{color:#fff;padding:.2rem;font-family:Geologica;font-weight:800;font-size:16px;line-height:100%;text-align:left}@media (min-width: 1280px){.card__play-name{font-size:20px}}.card__info{display:flex;flex-wrap:wrap;flex-direction:column;gap:.5rem}.card__play-date,.card__play-theatre{font-family:Geologica;font-weight:500;font-size:14px;line-height:100%;color:#fff;display:flex;flex-direction:row;gap:.25rem;align-items:center;white-space:nowrap;text-overflow:ellipsis}.card-icon{width:1.5rem;height:1.5rem}.splide,.splide__track,.splide__list{background:transparent!important}.splide__arrow{width:2.1875rem!important;height:2.1875rem!important;background-color:#fefefe!important;border:1px solid #6C56D9!important}.splide__arrow svg{fill:#6c56d9!important;width:.9rem!important;height:.9rem!important}.splide__arrow--prev{left:-1rem!important}.splide__arrow--next{right:-1rem!important}.splide__pagination{bottom:0}.splide__pagination__page{background-color:#fff}.splide__pagination__page.is-active{background-color:#6c56d9}.splide-wrapper{position:relative;width:-webkit-fill-available;overflow:hidden}.noise-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/noise.gif);background-position:center center;background-repeat:repeat;background-size:auto;opacity:.07;pointer-events:none;z-index:1;mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%)}.dates-splide-container{padding:1.25rem;border:1px solid #ccc;border-radius:8px;margin-bottom:2rem}.plays-container{display:flex;flex-direction:column;gap:1.25rem}.card-date{display:flex;flex-direction:column;padding:.75rem;border:1px solid #A4A7AE;border-radius:8px;text-align:center;width:6rem;font-size:1.2em;color:#414651;transition:background-color .3s;gap:.325rem;cursor:pointer}.card-date .formatted-date{text-transform:capitalize;font-size:1rem;font-weight:700}.card-date:hover{background-color:#ece8ff;color:#555!important;box-shadow:0 1px 4px #4d34ca4d}.card-date--active{background-color:#6c56d9;color:#fff}.card-date--active .weekday,.card-date--active .day-month{color:#fff}.card-date--active:hover{background-color:#6c56d9}.weekday{text-transform:capitalize;color:#555;font-size:1rem}.day-month{font-size:.9rem;color:#555;font-weight:700}.card-play{display:flex;flex-direction:row;justify-content:space-between;padding:1.25rem 2rem;border:1px solid #6C56D9;border-radius:8px;gap:1rem;align-items:center}.play-thumbnail{width:80px;height:80px;border-radius:8px;object-fit:cover;object-position:center}.play-details-dash{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem}.play-title{display:flex;flex-direction:row;align-items:center;gap:1rem}.play-info{display:flex;flex-direction:row;align-items:center;gap:1.5rem;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px}.info-details{display:flex;flex-direction:row;align-items:center;gap:.25rem}.dropdown-wrapper{position:relative;display:flex;align-items:center;width:430px}@media (max-width: 768px){.dropdown-wrapper{width:350px}}.dropdown-select{width:100%;padding:10px 14px;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.dropdown-arrow{position:absolute;right:15px;pointer-events:none;width:13px;height:13px;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.form{display:flex;flex-direction:column}.form-group{display:flex;flex-direction:column;width:-webkit-fill-available;max-width:25rem;gap:.5rem}.form-label{display:block;font-weight:500;font-size:16px;line-height:20px;letter-spacing:0%}textarea,input[type=text],input[type=date],.form-input{font-family:Manrope,sans-serif;width:-webkit-fill-available;padding:.5rem .75rem;border:1px solid #D5D7DA;border-radius:8px;font-weight:400;font-size:16px;line-height:24px;transition:border-color .3s ease}.form-input:focus{border-color:#6c56d9;outline:none;box-shadow:0 0 5px #6c56d9}.form-input:disabled{cursor:not-allowed;background-color:#f4f4f4;color:#747474}.form-input--error{border:1px solid #FDA29B!important;box-shadow:0 0 0 4px #fee4e2!important;border-radius:8px!important}.error-text{color:#f04438}.input-with-icon{position:relative}.input-icon{position:absolute;left:10px;margin-bottom:3px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none}.form-checkbox{margin-right:.5rem;vertical-align:middle}.form-column{display:flex;flex-direction:column;gap:2rem;width:-webkit-fill-available}.form-group-row{display:flex;align-items:flex-start;border-top:1px solid #E9EAEB;padding:1rem 0}.form-group-row label{width:300px;font-weight:600;font-size:16px;line-height:20px}.form-group-row input,.form-group-row textarea{width:400px;padding:10px 14px;border:1px solid #ccc;border-radius:8px}.form-group-column{display:flex;flex-direction:column;gap:.5rem;width:-webkit-fill-available}.sessions-list{display:flex;flex-direction:column;gap:1.5rem;width:400px}.session-row{display:flex;gap:1rem;align-items:flex-end}.session-row input{width:150px;padding:.5rem;border:1px solid #ccc;border-radius:8px}.session-list{display:flex;flex-direction:column;gap:.5rem;width:min-content}.form-group-row textarea{height:150px;resize:none}.form-group-label-description{font-weight:400;font-size:14px;line-height:20px}.form-input-wrapper{display:flex;flex-direction:column;font-family:Manrope;font-weight:400;font-size:14px;line-height:20px}.previews{margin:1rem 0}.photo-preview,.thumbnail-preview{display:flex;align-items:center;gap:1rem;border:1px solid #ccc;border-radius:4px}.photo-preview img,.thumbnail-preview img{max-width:100px;max-height:100px}.photo-preview button,.thumbnail-preview button{background-color:#ff4d4d;color:#fff;border:none;padding:.25rem .5rem;border-radius:4px;cursor:pointer}.photo-remove-icon{cursor:pointer;width:40px;height:40px}.custom-file-upload{display:flex;flex-direction:column;border:1px solid #ccc;border-radius:8px;padding:1rem 4rem;align-items:center;justify-content:center;cursor:pointer;gap:.5rem}.custom-file-upload-icon{width:40px;height:40px}.custom-file-upload-title{font-weight:400;font-size:14px;line-height:20px;color:#414651;text-align:center;text-wrap:nowrap}.photo-upload{width:100px}.previews{display:flex;flex-direction:column;gap:.5rem;width:fit-content}.file-preview{display:flex;align-items:center;gap:.5rem;padding:1rem;background-color:#f5f5f5;width:400px;border-radius:8px;justify-content:space-between}.file-preview-content{display:flex;align-items:center;gap:1rem}.file-preview img{max-width:80px;border-radius:8px}.remove-btn{cursor:pointer}.tag-input-wrapper{display:flex;flex-direction:column;gap:.75rem;width:430px}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background-color:#f5f5f5;color:#414651;padding:2px 6px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:500;font-size:12px;line-height:18px;text-align:center}.remove-tag{cursor:pointer;font-weight:700;color:#717680;font-size:20px}.info-container{display:flex;flex-direction:row;padding:.25rem 1rem;width:-webkit-fill-available;box-shadow:0 7px 32px #061c3d14;gap:1rem;border-radius:10px;border:1px solid #E9EAEB;border-left:4px solid #0B63E5;font-family:Manrope;font-weight:700;font-style:Bold;font-size:16px;line-height:24px;letter-spacing:-1.2%}.clickable-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:5;pointer-events:all}.play-preview-wrapper{position:relative;pointer-events:all}.play-preview-container{display:flex;flex-direction:column;overflow-x:hidden;position:relative;z-index:1}.play-header-background{position:absolute;top:0;left:0;width:100%;height:43rem;background:linear-gradient(279.87deg,#7d69dd -1.66%,#fff 107.21%);z-index:-1}@media (max-width: 1024px){.play-header-background{height:22rem}}.play-details-container{display:flex;flex-direction:row;gap:3rem;justify-content:space-between;padding:3rem 6rem}@media (max-width: 1024px){.play-details-container{flex-direction:column;padding:1.5rem 1rem;gap:2rem}}.play-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding-top:1.5rem}@media (max-width: 1024px){.play-header{flex-direction:column;align-items:flex-start}}.play-header-details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;padding-left:6rem;padding-top:1.5rem}@media (max-width: 1024px){.play-header-details{padding-left:1.5rem;padding-top:1rem}}.play-header--title{font-family:Geologica;font-weight:600;font-size:48px;line-height:100%;padding-bottom:1.5rem}@media (max-width: 1024px){.play-header--title{font-size:42px}}.play-header--item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-family:Geologica;font-weight:600;font-size:16px;line-height:100%}.play-header--image{width:45rem;height:auto;border-radius:24px;margin:1.5rem 6rem 1.5rem 3rem}@media (max-width: 1024px){.play-header--image{width:20rem;margin:1rem 1.5rem}}@media (max-width: 768px){.play-header--image{width:-webkit-fill-available;margin:1rem 1.5rem}}.play-details{display:flex;flex-direction:column;justify-content:flex-start;height:fit-content;width:-webkit-fill-available;box-shadow:0 7px 18px #00000017;border-radius:16px;gap:48px;padding:32px;background-color:#fff}@media (max-width: 1024px){.play-details{width:-webkit-fill-available;max-width:-webkit-fill-available;padding:28px 22px}}.play-details--detail{display:flex;flex-direction:column;gap:1.5rem}.play-details--title{font-family:Geologica;font-weight:600;font-size:32px;line-height:100%;text-wrap:nowrap;padding-right:1rem}@media (max-width: 1024px){.play-details--title{padding-right:0;font-size:28px;text-wrap:wrap}}.play-details--description{font-family:Manrope;font-weight:500;font-size:16px}@media (max-width: 1024px){.play-details--description{font-size:14px}}.play-details--item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}.play-details--item-title{display:flex;flex-direction:row;justify-content:center;gap:.5rem;font-family:Geologica;font-weight:600;font-size:16px}.play-details--item-image{width:24px;height:24px}.play-details--item-value{padding-left:1.75rem}.play-container{width:50vw;box-shadow:0 7px 18px #00000017;border-radius:16px;background-color:#fff;padding:32px 24px;height:fit-content}@media (max-width: 768px){.play-container{width:-webkit-fill-available;padding:28px 16px}}@media (max-width: 1024px){.play-container{width:-webkit-fill-available;padding:28px 18px}}.play-reservation-details{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.ticket-quantity{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:-webkit-fill-available}.ticket-quantity--title{font-family:Geologica;font-weight:600;font-size:20px;line-height:100%;width:fit-content}.ticket-quantity--buttons{display:flex;align-items:center;gap:1rem}@media (max-width: 1024px){.ticket-quantity--buttons{gap:.75rem}}.ticket-button{background-color:transparent;color:#6c56d9;border:1px solid #6C56D9;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.ticket-number{font-size:1.25rem;font-weight:700;min-width:2rem;text-align:center}.times-container{text-align:left;width:-webkit-fill-available}.times-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-top:1rem}@media (max-width: 1024px){.times-list{margin-right:.75rem}}.time-button{background-color:#fff;color:#231d40;border:1px solid #6C56D9;padding:.75rem 1.25rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s ease;display:flex;flex-direction:row;justify-content:space-between;gap:3rem}@media (max-width: 1024px){.time-button{width:-webkit-fill-available;padding:1.25rem 1.5rem}}.time-button:hover{background-color:#5642bb;color:#fff}.active-time-button{background-color:#6c56d9;color:#fff}.time-button--time{font-family:Geologica;font-size:16px;line-height:100%;font-weight:700}.time-button--price{font-family:Geologica;font-weight:400;font-size:16px;line-height:100%;font-weight:700}.sold-out-banner{margin-top:.5rem;color:#b42318;font-weight:600}.reservation-wrapper{display:flex;flex-direction:column;gap:2rem}.reservation-container{display:flex;flex-direction:row;gap:8rem;justify-content:space-between}@media (max-width: 1280px){.reservation-container{gap:4rem}}@media (max-width: 1024px){.reservation-container{flex-direction:column;gap:2rem}}.reservation-details{display:flex;flex-direction:column;justify-content:flex-start;height:fit-content;width:-webkit-fill-available;box-shadow:0 7px 18px #00000017;border-radius:16px;gap:2rem;padding:32px;background-color:#fff}@media (max-width: 1024px){.reservation-details{width:-webkit-fill-available;max-width:-webkit-fill-available;padding:28px 22px}}.search-container{position:relative;display:flex;flex-direction:column;justify-content:center}.search{display:flex;align-items:center;z-index:98;position:relative}.search--purple{padding:.25rem;border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 20px 40px #00000026}input[type=text]::placeholder,input[type=date]::placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder,textarea:-ms-input-placeholder,textarea::-webkit-input-placeholder,textarea::placeholder{font-weight:400;font-style:italic}.search__icon{position:absolute;width:20px;height:20px;z-index:99;padding-left:.75rem}.search__icon--purple{width:34px;height:34px}.search__field{padding-left:2.5rem!important;border:1px solid #cdcdcd;z-index:98;box-sizing:border-box;outline:none}@media (min-width: 1024px){.search__field{width:25rem}}.search__field--purple{border-radius:20px;font-weight:500;font-size:16px;vertical-align:middle;padding:1.25rem 1.25rem 1.25rem 3.75rem!important;width:20rem!important}@media (min-width: 320px){.search__field--purple{width:18rem!important}}@media (min-width: 480px){.search__field--purple{width:22rem!important}}@media (min-width: 768px){.search__field--purple{width:30rem!important}}@media (min-width: 1024px){.search__field--purple{width:35rem!important}}.filters{display:flex;flex-direction:row;gap:.5rem;margin:1rem 0 2rem;justify-content:space-between;align-items:center;flex-wrap:wrap}@media (min-width: 1024px){.filters{gap:1rem}}.search-results{position:absolute;top:100%;left:0;right:0;z-index:9999;background-color:#fff;border-radius:16px;margin-top:.5rem;margin:.75rem .25rem .25rem;overflow-y:auto;max-height:calc(100vh - 150px);box-shadow:0 8px 16px #0000001a;scroll-behavior:smooth}@media (min-width: 1024px){.search-results{max-height:calc(100vh - 350px)}}@media (min-width: 768px){.search-results{max-height:calc(100vh - 450px)}}.search-results__list{display:flex;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;border-radius:16px}.search-results__item{display:flex;flex-direction:row;gap:1rem;padding:.75rem 1rem;align-items:center;justify-content:flex-start;border-radius:16px;font-family:Manrope;font-weight:600;line-height:100%;color:#231d40;cursor:pointer;transition:background-color .3s ease}.search-results__item:hover{background-color:#eeebfd}.search-results__item .search-results__item--image{width:72px;height:50px;border-radius:16px;background-color:#f0f0f0}.search-results__item--text{text-align:left}.header{margin:0!important}.table-header{font-weight:600;font-size:14px;line-height:18px;color:#414651;height:fit-content}.customize-table{--easy-table-header-item-padding: 13px;--easy-table-body-even-row-background-color: #F5F5F5;--easy-table-body-item-padding: 10px 15px;--easy-table-body-row-font-size: 14px;--easy-table-body-row-font-color: #231D40;--easy-table-footer-padding: 30px 15px;--easy-table-footer-font-size: 12px}.vue3-easy-data-table{border-radius:8px}.vue3-easy-data-table__main{border-radius:8px 8px 0 0}.vue3-easy-data-table__footer{border-radius:0 0 8px 8px}.buttons-pagination .item.button{justify-content:center;align-items:center}.table-actions{display:flex;gap:.75rem;align-items:center}.table-action{cursor:pointer}.pagination__items-index,.pagination__rows-per-page{display:none!important}.vue3-easy-data-table__footer{justify-content:center!important}.avatar-group{display:flex;gap:7px;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:500;font-size:14px;line-height:20px;text-align:center;vertical-align:middle}.avatar.extra{background-color:#027a48;color:#fff}.table-items-selected--red{background-color:#fef3f2;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 20px;border-radius:12px;margin-bottom:.75rem;font-weight:700;font-size:16px;line-height:24px}.tag-container{display:flex;flex-direction:row;background-color:#f9f5ff;align-items:center;padding:.25rem .75rem;border-radius:16px}.tag-text{font-family:Manrope;font-weight:500;font-style:Medium;font-size:12px;line-height:18px;letter-spacing:0%;text-align:center;color:#6c56d9}.ticket-header{display:flex;flex-direction:column;border-radius:8px 8px 0 0;background-color:#e2ddfc;color:#414651;overflow:visible;position:relative;background-image:repeating-linear-gradient(to right,transparent,transparent 4px,#6C56D9 4px,#6C56D9 8px);background-position:bottom;background-repeat:no-repeat;background-size:100% 1px}.ticket-header--image{width:400px;height:200px;border-radius:8px 8px 0 0;background-size:cover;background-position:center}@media (max-width: 1024px){.ticket-header--image{width:-webkit-fill-available;height:150px}}.ticket-header--content{display:flex;flex-direction:column;padding:1rem 1rem 2rem;gap:.5rem;font-family:Geologica;font-weight:500;font-size:16px;line-height:100%}.ticket-header--info{display:flex;flex-direction:row;align-items:center;gap:.5rem}.ticket-header--info-image{height:24px}.ticket-header--circle{position:absolute;width:32px;height:32px;background-image:url(/icons/circle-white.svg);background-size:contain;background-repeat:no-repeat;z-index:10}.ticket-header--circle.bottom-left{bottom:-16px;left:-16px}.ticket-header--circle.bottom-right{bottom:-16px;right:-16px}.ticket-details{display:flex;flex-direction:column;color:#231d40;font-family:Geologica;font-weight:500;background-color:#e2ddfc;border-radius:0 0 8px 8px;padding:1rem 1rem 1.5rem;gap:.75rem}.ticket-detail{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 0;font-size:18px;align-items:flex-start}.ticket-detail--border{border-bottom:1px solid #F5F5F5}.ticket-detail--small{font-size:14px}.ticket-detail--medium{font-size:22px}.ticket-detail--label{display:flex;flex-direction:column}.ticket-detail--sublabel{font-size:14px}.Toastify__toast-theme--light{width:fit-content;padding:0;border-radius:10px}.Toastify__toast--error>.Toastify__toast-body{border-left:4px solid #F04438}.Toastify__toast-body{font-family:Manrope,sans-serif;font-weight:700;font-size:14px;line-height:24px;color:#061c3d;border-left:4px solid #12B76A;padding:10px 20px;gap:.25rem;text-wrap:nowrap;margin:0}.Toastify__toast-container--top-right{right:5rem;top:5rem}footer{background-color:#120526;color:#fff}footer .section{display:flex;flex-direction:column;text-align:center;gap:1rem;font-family:Geologica;font-weight:400;font-size:16px;line-height:28.8px;vertical-align:middle;padding-bottom:2rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;list-style:none;padding:2rem 0;margin:0;color:#a4a7ae}@media (max-width: 1280px){.footer-links{gap:1rem;padding:1.5rem 0}}.footer-links li a{color:inherit;text-decoration:none;transition:color .3s ease;font-family:Geologica}@media (max-width: 1280px){.footer-links li a{text-wrap:nowrap;font-weight:400;font-size:16px;line-height:28.8px;letter-spacing:0%;vertical-align:middle}}.footer-links li a:hover{color:#fff}.social-icons{display:flex;justify-content:center;gap:.75rem}.copyright{font-family:Geologica;font-weight:400;font-size:14px;line-height:24px;letter-spacing:-.14px;vertical-align:middle;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:1rem}.image-container{position:relative;background-color:#120114;color:#fff;text-align:center;background-image:url(/images/hero-lights.png);background-position:center center;background-repeat:no-repeat;background-size:100% 100%;width:100%}.header-image{width:100%}@media (min-width: 1280px){.header-image{height:30rem}}.image-container--background{width:-webkit-fill-available;background-image:url(/images/dust.gif);background-position:center center;background-repeat:no-repeat;background-size:cover}.back-button{margin-bottom:1rem}.title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-title{font-weight:700;font-size:18px;line-height:28px;display:flex;flex-direction:column;max-width:50%;gap:.25rem}.section-title span{font-weight:400;font-size:16px;line-height:20px}.action-buttons{display:flex;gap:.5rem}@media (max-width: 1024px){.disappear{display:none}}.mobile-image-column{display:none}@media (max-width: 1024px){.mobile-image-column{display:flex;flex-direction:column;justify-content:space-between;padding:0 1.5rem 1rem;margin-top:-1rem}}.mobile-ticket,.mobile-popcorn{width:80px;height:auto}.mobile-ticket{align-self:flex-start}.mobile-popcorn{align-self:flex-end}.main-content--site{display:flex;flex-direction:column;align-items:center}.main-content--site-head{display:flex;flex-direction:row;justify-content:center;gap:5rem;margin:3rem 0;width:-webkit-fill-available}.main-content--site-title{align-self:flex-start;margin-bottom:10rem;padding:0 1rem}@media (max-width: 1024px){.main-content--site-title{margin-bottom:0rem}}.main-content--site-now-playing-head{display:flex;justify-content:space-between;align-items:center;color:#fff!important}.main-content--site-now-playing-header{color:#fff;text-align:left}.page-title{display:flex;flex-direction:column;background-color:#f5f5f5;padding:0 1rem 1rem;margin-bottom:2.5rem;border-radius:8px}.page-title__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:-webkit-fill-available}.sidebar{height:calc(100vh - 2rem);margin:1rem;display:flex;flex-direction:column;background-color:#f0edff;color:#414651;border-radius:16px;box-sizing:border-box;font-weight:600;font-size:16px;line-height:24px;overflow:hidden;position:fixed;z-index:999}.sidebar-header{flex-shrink:0;display:flex;align-items:center;padding:1.5rem;margin-bottom:.5rem}.logo{height:55px}.title{font-size:1.5rem;color:#231d40}.sidebar-nav{flex:1;overflow-y:auto;padding:0 1rem;overflow-x:hidden}.sidebar-nav ul{list-style:none;padding:0;margin:0}.nav-item{margin-bottom:.75rem}.nav-btn{font-family:Manrope,sans-serif;width:-webkit-fill-available;background:none;border:none;color:inherit;padding:.5rem .75rem;text-align:left;font-size:16px;cursor:pointer;display:flex;align-items:center;border-radius:6px;font-weight:700;gap:.25rem;line-height:24px}.nav-btn:hover{background-color:#6c56d9;color:#fff}.nav-icon{width:20px;height:20px;margin-right:.5rem}.submenu{list-style:none;padding-left:1rem;margin:.25rem 0}.sub-nav-btn{font-family:Manrope,sans-serif;display:block;padding:.325rem 1rem .325rem 2.75rem;border-radius:6px;color:inherit;text-decoration:none;margin:.75rem 0 .25rem;font-size:16px;line-height:24px}.sub-nav-btn:hover{background-color:#6c56d9;color:#fff}.arrow{margin-left:auto;transition:transform .3s}.arrow.open{transform:rotate(180deg)}.nav-active{background-color:#6c56d9;color:#fff}.sidebar-footer{flex-shrink:0;padding:1rem}.settings-btn{background:none;border:none;color:inherit;display:flex;align-items:center;padding:.5rem 0;width:100%;cursor:pointer;font-size:1rem;gap:.75rem}.footer-user{border-top:1px solid #E9EAEB;padding-top:1rem;margin-top:1rem;display:flex;align-items:center}.user-info{display:flex;align-items:center;justify-content:space-between;gap:.25rem}.user-picture{width:40px;height:40px;border-radius:100%;background-color:#9585e2;margin-right:.5rem}.user-details{flex-grow:1;width:9rem}.user-name{font-family:Inter,sans-serif;display:block;color:#231d40;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%}.user-email{font-family:Inter,sans-serif;display:block;color:#414651;font-weight:400;font-size:14px;line-height:20px;overflow:hidden;text-overflow:ellipsis}.layout{display:flex}.layout>:first-child{flex-shrink:0}.main-content{flex:1;padding:1.5rem 2rem 1rem 1rem;background-color:#fefefe;overflow-y:auto;margin-left:19rem;width:calc(100% - 275px)}.topbar{display:flex;flex-direction:row;top:0;justify-content:space-between;background-color:transparent;color:#fff;z-index:99}.topbar__logo{height:2.5rem;padding:.25rem 0;z-index:99;cursor:pointer}.topbar--desktop{display:flex;flex-direction:row;justify-content:space-between;width:100%}.topbar-links{display:flex;justify-content:center;gap:1.5rem;list-style:none;padding:1rem 1.75rem;margin:0;border-radius:32px}.topbar-links--white{color:#fff;border:1px solid rgba(255,255,255,.0784313725);background:#ffffff14}.topbar-links--purple{color:#6c56d9;border:1px solid rgba(108,86,217,.0588235294);background:#6c56d90f}.topbar-links li a{color:inherit;text-decoration:none;transition:color .3s ease;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.6px;letter-spacing:-.2px;vertical-align:middle}.topbar-links--white li a:hover{color:#fff}.topbar-links--purple li a:hover{color:#5642bb}.topbar--mobile{display:flex;flex-direction:row;justify-content:space-between;background-color:#0a0118;width:-webkit-fill-available;padding:.75rem 1.25rem}.topbar-mobile--white{background-color:#fff;border-bottom:1px solid #F5F5F5}.topbar__hamburger{width:32px}
