/* body {
  background-color: #1d74aa;
} */

svg {
  border: 1px solid #000;
}

[stage] {
  fill: rgba(180, 180, 180, 0.37);
}

[zoom-control] {
  cursor: pointer;
  fill: transparent;
}

[seat] {
  fill: #78dd74;
}



.vip{
  fill: #0d4d0a;
}

.arany{
  fill: #1d7719;
}

.ezust{
  fill: #38a034;
}

.bronz{
  fill: #45c541;
}

.normal{
  fill: #6cfd67;
}

.csokkentett{
  fill: #a2caa1;
}


/* jegyárak */
.vip-ticket{
  font-weight: bold;
  color:white;
  background-color: #0d4d0a;
}

.arany-ticket{
  font-weight: bold;
  color:white;
  background-color: #1d7719;
}

.ezust-ticket{
  font-weight: bold;
  color:white;
  background-color: #38a034;
}

.bronz-ticket{
  font-weight: bold;
  color:white;
  background-color: #45c541;
}

.normal-ticket{
  font-weight: bold;
  color:white;
  background-color: #6cfd67;
}

.csokentett-ticket{
  font-weight: bold;
  color:white;
  background-color: #a2caa1;
}



/* [seat][locked] {
  fill: #888888;
} */

[seat][locked] {
  fill: #ff2323;
}

[seat][locked="reserved"] {
  fill: #00bfff;
}

[seat][selected] {
  fill: #ffe100;
}

[seat]:not([selected]):not([locked]):hover {
  fill: #a9dfa7;
  cursor: pointer;
}