
.ts-seatchart svg{
    max-height: 70vh;
    max-width: 100%;
    min-width: 350px;
    min-height: 400px;
}

[data-name="seaticon"]{
   fill: #ccc;
    cursor: pointer;
    stroke: #ffffff;
    stroke-width: 1px;
/* stroke-dasharray: 42; */
/* stroke-dashoffset: 10; */
    transition: all .5s;
/*    transform: scale(1);*/
/*    transform-origin: center;*/
/*    transform-origin: center;*/
    /*transform-box: fill-box;*/
    transform-origin: center;
    transform-box: fill-box;
    transform: scale(1);
}
[data-name="seaticon"].notclicked{
    transform: scale(.8);
}
[data-name="seaticon"].clicked{
    transform: scale(1.1);
    fill: #fff !important;
    stroke-width: 3px;
}
[data-name="seaticon"].chosen{
    transform: scale(1.2) !important;
    fill: #fff !important;
    stroke-width: 2px;
}

/*#seat_19-2:after{*/
/*    content: url(../img/NEWLOGObhosted.png);*/
/*    color: #0000ff;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    font-size: 20px;*/
/*}*/


.premium path{
    stroke: var(--main-color);
    fill:var(--main-color);
    cursor: pointer;
}
.standard path{
    stroke: #e5bd17;
    fill:#e5bd17;
    cursor: pointer;
}
.economy path{
    stroke: #2e2eaa;
    fill:#2e2eaa;
    cursor: pointer;

}
.notavailable{pointer-events: none}
.notavailable path{
    stroke: #aaa;
    transform: scale(.8);
    fill:#ccc;
    pointer-events: none;
}


.mybasket [data-name="seaticon"] {
    fill: lightgreen !important;
    stroke: green;
    transform: scale(1.1) !important;
    pointer-events: none;
}
.myticket [data-name="seaticon"] {
    fill: rebeccapurple !important;
    stroke: purple;
    transform: scale(1.1) !important;
    pointer-events: none;
}

.safeseat path {
    transform: scale(.65) !important;
    transition: .2s;
    fill: transparent;
    stroke-width: 2px;
    stroke: #ccc !important;
    pointer-events: none !important;
}
.safeseat path:hover {
    transform: scale(.85) !important;
}
.safeseat path.chosen {
    transform: scale(.65) !important;
}

.nasafeseat path {
    transform: scale(.65) !important;
    transition: .2s;
    fill: transparent;
    stroke-width: 2px;
    stroke: #ccc;
    pointer-events: none;
}
.nasafeseat path:hover {
    transform: scale(.65) !important;
}
.nasafeseat path.chosen {
    transform: scale(.65) !important;
}










.ts-seating-section-zoom {
    display: flex;
    position: fixed;
    z-index: 5;
}
.ts-seating-section-zoom-in, .ts-seating-section-zoom-out {
    color: #fff;
    background-color: #a1a1a1;
    padding: 4px 8px;
    margin: 5px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    border: #fff solid 1px;
    border-radius: 8px;
    text-transform: capitalize;
}
.ts-seating-section-zoom-in:hover, .ts-seating-section-zoom-out:hover {
    background-color: #888;
}
.ts-seatchart{
    overflow: auto;
    touch-action: pinch-zoom pan-y pan-x;
    -ms-touch-action: pinch-zoom pan-y pan-x;
    webkit-overflow-scrolling: touch;
    cursor: grab;
}
.ts-seatchart::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ts-seatchat-seats-note {
    color: #000;
    font-weight: 700;
    align-self: center;
    border-top: 2px solid #777;
    line-height: 1;
    font-size: 18px;
    margin-top: 15px;
    padding-top: 15px;
    min-width: 50%;
}

.ts-seatchart svg {
    padding-top: 35px;
}

#handicapicon path,#handicapicon-2 path,#handicapicon-3 path,#handicapicon-4 path,#handicapicon-4-2 path,#handicapicon-5 path,#handicapicon-6 path,#handicapicon-6-2 path,#handicapicon-7 path,#handicapicon-8 path,#handicapicon path,#handicapicon path, #companionicon path,#companionicon-5 path,#companionicon-2 path,#companionicon-3 path,#companionicon-4 path{
    transform: scale(1) !important;
    stroke-width: 0px !important;
    fill: #707070;
}

#venue_gilliam [data-name="handicapicon"], #venue_gilliam [data-name="companionicon"],#venue_gilliam #handicapicon,#venue_gilliam #companionicon {
    display: none;
}

g .reserved{
    pointer-events: none !important;
    opacity: .8;
}








/************************************2024 SEATING STYLES*****************************************/




.ioxselector {
    width: 100%;
    min-height: 100vh;
    background-color: #f1f1f1;
    perspective: 500px;
    perspective-origin: center;
}

.ioxselector-chart {
    text-align: right;
}
#iox {
    overflow: visible;
}
.cls-8 {
    transition:all 0.3s;
    cursor: pointer;
    fill: transparent ;
    stroke: #329aec;
    stroke-width: 2px ;
    fill: #329aec;
    fill-opacity: 0;
}

.cls-8:hover {
    stroke-width: 6px !important;
    transform: scale(1.2, 1.2);
}
.cls-8.available {
    stroke: #ff0000;
    fill: #ff0000;
    fill-opacity: 0;
}
.cls-8.standard {
    stroke: #d3b818;
    fill: #d3b818;
    fill-opacity: 0;
}
.cls-8.vip {
    stroke: #18d33d;
}
.cls-8.sold {
    stroke: transparent;
    fill: #d1d1d1 !important;
    pointer-events: none;
    fill-opacity: 1 !important;
}

.combinedPath {
    pointer-events: none;
}
.combinedPath,
.connectionLine {
    stroke-dasharray: 1000; /* Setting a large enough value */
    stroke-dashoffset: 300;
    transition: stroke-dashoffset 2s ease-out;
}
/*#section-balcony{*/
/*    transform: translate3d(0px, -15%, 50px);*/
/*    transition: all 1s;*/
/*}*/
/*#section-balcony.loaded{*/
/*    transform: translate3d(0px, 0%, 0px);*/
/*}*/

.ioxseat {
    transition:all 0.3s;
    cursor: pointer;
    fill: transparent ;
    stroke: #329aec;
    stroke-width: 2px ;
    fill: #329aec;
    fill-opacity: 0;
    fill: #cbcbcb;
    stroke: transparent;
    pointer-events: none;
    fill-opacity: 1;
}

.ioxseat:hover {
    stroke-width: 6px !important;
    /*transform: scale(1.2, 1.2);*/
}

.ioxseat.standard {
    stroke: #e5be16;
    fill: #e5be16;
    fill-opacity: 0;
    pointer-events: auto;
}

.ioxseat.premium {
    fill: #8a2222;
    stroke: #8a2222;
    fill-opacity: 0;
    pointer-events: auto;
}

.ioxseat.notavailable {
    fill: #cbcbcb!important;
    stroke: transparent;
    pointer-events: none;
    fill-opacity: 1 !important;
}

.ioxseat.economy {
    fill: #2e2eaa;
    stroke: #2e2eaa;
    fill-opacity: 0;
    pointer-events: auto;
}
.ioxseat.selected {
    fill-opacity: 1 !important;
    stroke-width:4px !important;
    transform: unset !important;
}
.ioxseat.notclicked {
    fill-opacity: .9 !important;
    stroke-width:3px !important;
    transform: unset !important;
}
.ioxseat.clicked {
    fill-opacity: 1 !important;
    stroke-width:4px !important;
    transform: unset !important;
}
.ioxseat.highlighted{
    stroke-width: 6px;
    transform: scale(1.3);
}
.ioxseat:hover{
    fill-opacity: 1 !important;
}

.seat-tooltip {
    position: fixed !important;
    padding: 10px;
    background: white;
    border: 1px solid black;
    border-radius: 4px;
    z-index: 10000001 !important; /* Higher than modal which is 10000000 */
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}

.floor{
    opacity:1;
    z-index: 1;
    transition: all .3s;
    transform:translate3d(0px,0px,0px);
}
.floor.focused{
    z-index: 2 !important;
    transform:translate3d(0px,0px,50px)!important;
}
.floor.unfocused{
    opacity: .4!important;
    z-index: 0 !important;
    transform:translate3d(0px,-20px,-20px)!important;
}



.sidebar{
    position:fixed;
    z-index: 4;
    background-color: #fff;
    top:20px;
    left:20px;
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
}
.sidebar button{
    border-radius: 6px;
    padding:5px 10px;
}
.sidebar button.active {
    background-color: #40b2fa; /* or any other style to indicate active state */
    color:#fff;
}

.notfocused{
    transform:scale(.75);
}
.highlighted{
    stroke-width:3px;
}




@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
        stroke-width:3px;
    }
    25% {
        transform: scale(1.1);
        opacity: 0.7;
        stroke-width:5px;
    }
    50% {
        transform: scale(1);
        opacity: 1;
        stroke-width:2px;
    }
    75% {
        transform: scale(1.1);
        opacity: 0.7;
        stroke-width:4px;
    }
    100% {
        transform: scale(1);
        opacity: 1;
        stroke-width:3px;
    }
}

.pulse {
    animation: pulse 2s ease-out forwards;
}

