.saalplan-backdrop {
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 4px solid #ccc;
  border-top: 4px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.saalplan-svg {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #000;
  position: relative;
}

.saalplan-svg .sitzplatz {
  fill: #efefef;
  stroke: #0a0e14;
  stroke-width: .75;
}

.saalplan-svg .sitzplatz.current-product {
  fill: #aaaaaa;
  stroke: #0a0e14;
  stroke-width: .75;
}

.saalplan-svg .platz--occupied,
.saalplan-svg .platz--reserved {
  fill: #efefef !important;
}


.button-container {
  background: white;
  padding: .5rem;
}

.saalplan--editplaces {
}

.saalplan--editplaces .sitzplatz.has-products{
  fill: #aaaaaa;
}

.saalplan--editplaces .sitzplatz.selected {
  fill: #ff0000;
}

.saalplan--editplaces .sitzplatz.inactive {
  fill: #aa0000;
}

.saalplan--product_view .sitzplatz.selected {
  fill: #ff0000;
}

.saalplan--editplaces .sitzplatz.has-ticket,
.saalplan--full .sitzplatz.has-ticket {
  stroke: #ff0000;
  stroke-width: 2;
}

.sitzplatz.ticket-scanned {
  fill: #ff00ff !important;
  stroke-width: 2;
}

.saalplan--embedded .sitzplatz.inactive {
  fill: #ffffff;
  stroke: #aaaaaa;
  visibility: hidden;
}

.saalplan--embedded .sitzplatz.platz--free.has-products {
  fill: #aaaaaa;
  stroke: #0a0e14;
  stroke-width: .75;
}
