.modal-wrapper{z-index:999;position:fixed;top:0;bottom:0;right:0;left:0;opacity:0;background-color:var(--background-primary-disabled);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;transition:opacity .25s ease-in-out}.modal-wrapper>.modal{transform:scale(0);transition:all .45s cubic-bezier(.175,.885,.32,1.275)}.modal-wrapper.visible{opacity:1;pointer-events:all}.modal-wrapper.visible>.modal{transform:scale(1)}.modal{max-height:100dvh}.modal-body{overflow-y:auto}.bi{-webkit-text-stroke:2px;font-size:20px}:root{--seat-w: 20px;--rows-gap: 8px;--seats-gap: 8px;--horizontal-space: 60px;--vertical-space: 30px}@media only screen and (max-width: 768px){:root{--seat-w: 2.75vw;--rows-gap: 1.5vw;--seats-gap: 1.5vw;--horizontal-space: 5vw;--vertical-space: min(20px, 4vw)}}.planimetria-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.palco{display:flex;justify-content:center;align-items:center;width:min(600px,90vw);background-color:#fff;padding:min(1rem,1.5vh) 0;border-radius:100px;margin-bottom:1rem}.pianta{margin-top:2rem;display:flex;flex-direction:column;gap:var(--rows-gap);justify-content:center;align-items:center}.spacer{height:min(25px,6vw)}.pianta-row{display:flex;gap:var(--seats-gap)}.horizontal-spacer{width:var(--horizontal-space)}.vertical-spacer{height:var(--vertical-space)}.empty-seat{width:calc(var(--seat-w) / 2)}.seat{width:var(--seat-w)}.posto{width:100%;aspect-ratio:1}.posto>label{transition:background-color .25s ease-in-out,transform .25s cubic-bezier(.175,.885,.32,1.275);border-radius:100%;width:100%;height:100%;background-color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transform:scale(1)}.posto>label>span{transition:opacity .25s ease-in-out;opacity:0}.posto>input[type=checkbox]:not(:checked),.posto>input[type=checkbox]:checked{position:absolute;opacity:0;cursor:pointer}.posto>input[type=checkbox]+label{display:flex;justify-content:center;align-items:center;cursor:pointer;color:#fff;font-size:12px;text-align:center}@media only screen and (max-width: 768px){.posto>input[type=checkbox]+label{font-size:6px}}@media (hover: hover) and (pointer: fine){.posto>input[type=checkbox]:not(:checked):not(:disabled)+label:hover{background-color:var(--brand-primary-active-light);transform:scale(1.2)}}.posto>input[type=checkbox]:checked+label{border:2px solid var(--accent);background-color:var(--brand-primary);box-shadow:0 0 10px #000}.posto>input[type=checkbox]:checked+label>span{opacity:1}.posto>input[type=checkbox]:disabled+label{background-color:var(--brand-tertiary)!important}.posto>input[type=checkbox]:disabled+label:hover{cursor:not-allowed!important}.posto>input[type=checkbox]:disabled+label>span{opacity:0!important}
