.selectAll {padding: 5px;}.seat {padding: 2px;}.selectAllBtn {width: 15px;height: 15px;border-radius: 3px;box-shadow: 0.3rem 0.3rem 0.6rem lightgrey, -0.2rem -0.2rem 0.5rem white;justify-self: center;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: 0.3s ease;grid-column: 1/2;grid-row: 5/6;color: darkgray;}.selectAllBtn:hover {color: black;}.selectAllBtn:active {box-shadow: inset 0.2rem 0.2rem 0.5rem lightgrey, inset -0.2rem -0.2rem 0.5rem white;}.headerRow {justify-content: center;flex-direction: column;display: flex;border: 2px solid #808080c2;border-top: 2px solid #8080809c;color: #808080c2;border-radius: 5px;padding: 2px;margin-top: 10px;font-size: 14px;text-align: center;}.colIndex {text-align: center;font-size: 14px;color: dimgray;font-weight: 600;overflow: visible;}.rowIndex {text-align: center;font-size: 14px;color: dimgray;font-weight: 600;overflow: visible;padding-right: 5px;}.highlight {font-weight: 600;font-size: 14px;color: white;text-shadow: 0.4rem 0.4rem 0.6rem crimson, -0.2rem -0.2rem 0.5rem #ff254e;}.seatBox {box-shadow: 0.3rem 0.3rem 0.6rem lightgrey, -0.2rem -0.2rem 0.5rem white;justify-content: center;flex-direction: column;display: flex;height: 20px;width: 20px;margin: 0 auto;cursor: pointer;border-radius: 3px;font-size: 12px;text-align: center;}.seatBox.restricted {color: transparent;background-color: transparent;border: 2px solid rgba(211, 211, 211, 0.66);}.seatBox.available {color: rgba(0, 0, 0, 0.58);border: 2px solid rgba(103, 103, 103, 0.84);background-color: white;}.seatBox.occupied {color: white;background-color: #5584AC;border: 2px solid transparent;}.seatBox.reserved {color: white;background-color: #FEB139;border: 2px solid transparent;}.seatBox.selected {color: white;background-color: mediumvioletred;border: 2px solid transparent;}.seatBox:hover {box-shadow: inset 0.2rem 0.2rem 0.5rem lightgrey, inset -0.2rem -0.2rem 0.5rem white;border: 2px solid rgba(220, 20, 60, 0.85);}.seatBox.fakeHover {box-shadow: inset 0.2rem 0.2rem 0.5rem lightgrey, inset -0.2rem -0.2rem 0.5rem white;border: 2px solid rgba(220, 20, 60, 0.85);}