path.svelte-1ubrjx3{pointer-events:none;fill:#ffffff}
.element.svelte-29r25f.svelte-29r25f{--fill-color:var(--bp-v-color-node);transition:fill 300ms ease-out;fill:var(--fill-color)}.interactive.svelte-29r25f.svelte-29r25f{--fill-color:var(--bp-v-color-available);cursor:pointer;transform-origin:center;transform-box:fill-box}.interactive.svelte-29r25f.svelte-29r25f:hover{transform:scale(1.2, 1.2)}.interactive.unavailable.svelte-29r25f.svelte-29r25f{--fill-color:var(--bp-v-color-unavailable)}.interactive.held.svelte-29r25f.svelte-29r25f{opacity:60%}.selected.svelte-29r25f.svelte-29r25f{--fill-color:var(--bp-v-color-selected)}.selected.unavailable.svelte-29r25f.svelte-29r25f{--fill-color:var(--bp-v-color-unavailable-selected)}.selected.held.svelte-29r25f.svelte-29r25f{opacity:60%}.disabled.svelte-29r25f.svelte-29r25f{--fill-color:var(--bp-v-color-disabled)}#tooltip.svelte-29r25f.svelte-29r25f{background-color:var(--bp-v-tooltip-background-color);color:var(--bp-v-tooltip-content-color);box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;padding:0.5rem;border-radius:4px}#tooltip.svelte-29r25f p.svelte-29r25f{margin:0 0 0.5rem}#tooltip.svelte-29r25f p strong.svelte-29r25f{color:var(--bp-v-tooltip-content-color)}#tooltip.svelte-29r25f p.svelte-29r25f:last-child{margin-bottom:0}.bp-button.svelte-29r25f.svelte-29r25f{background-color:var(--bp-v-color-main);color:#fff;border:none;border-radius:0.5rem;padding:0.5rem 1rem;font-size:0.8rem;display:block;margin:0 auto}#tooltip[data-popper-placement^="top"] > #arrow{bottom:-4px}#tooltip[data-popper-placement^="bottom"] > #arrow{top:-4px}#tooltip[data-popper-placement^="left"] > #arrow{right:-4px}#tooltip[data-popper-placement^="right"] > #arrow{left:-4px}#arrow.svelte-29r25f.svelte-29r25f,#arrow.svelte-29r25f.svelte-29r25f::before{background-color:var(--bp-v-tooltip-background-color);position:absolute;width:8px;height:8px}#arrow.svelte-29r25f.svelte-29r25f{visibility:hidden}#arrow.svelte-29r25f.svelte-29r25f::before{visibility:visible;content:"";transform:rotate(45deg)}
.element.svelte-1eejqao.svelte-1eejqao{--fill-color:var(--bp-v-color-node);transition:fill 300ms ease-out;fill:var(--fill-color)}.location.svelte-1eejqao.svelte-1eejqao{--fill-color:var(--bp-color-location);cursor:pointer;transform-origin:center;transform-box:fill-box}.location.svelte-1eejqao.svelte-1eejqao:hover{transform:scale(1.2, 1.2)}#tooltip.svelte-1eejqao.svelte-1eejqao{background-color:var(--bp-v-tooltip-background-color);color:var(--bp-v-tooltip-content-color);box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;padding:0.5rem;border-radius:4px}#tooltip.svelte-1eejqao p.svelte-1eejqao{margin:0 0 0.5rem}#tooltip.svelte-1eejqao p strong.svelte-1eejqao{color:var(--bp-v-tooltip-content-color)}#tooltip.svelte-1eejqao p.svelte-1eejqao:last-child{margin-bottom:0}#tooltip[data-popper-placement^="top"] > #arrow{bottom:-4px}#tooltip[data-popper-placement^="bottom"] > #arrow{top:-4px}#tooltip[data-popper-placement^="left"] > #arrow{right:-4px}#tooltip[data-popper-placement^="right"] > #arrow{left:-4px}#arrow.svelte-1eejqao.svelte-1eejqao,#arrow.svelte-1eejqao.svelte-1eejqao::before{background-color:var(--bp-v-tooltip-background-color);position:absolute;width:8px;height:8px}#arrow.svelte-1eejqao.svelte-1eejqao{visibility:hidden}#arrow.svelte-1eejqao.svelte-1eejqao::before{visibility:visible;content:"";transform:rotate(45deg)}
.canvas.svelte-1firdx0.svelte-1firdx0{position:relative;background-color:var(--bp-v-color-background);flex:1;transition:background-color 300ms ease-out;overflow:hidden;height:100%;width:100%}.canvas.svelte-1firdx0>svg.svelte-1firdx0{width:100%;height:100%}.canvas.svelte-1firdx0 #foreground.svelte-1firdx0{pointer-events:none}.movable.svelte-1firdx0.svelte-1firdx0{cursor:move}
.loading.svelte-5lkpmh.svelte-5lkpmh{position:relative;height:100%;width:100%;flex:1}.loading.svelte-5lkpmh .loading-dimmer.svelte-5lkpmh{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#777;opacity:0;animation:svelte-5lkpmh-pulse 3s infinite ease-out forwards}.loading.svelte-5lkpmh .loading-message.svelte-5lkpmh{color:var(--bp-v-color-loading, #fff)}@keyframes svelte-5lkpmh-pulse{0%{opacity:0}50%{opacity:0.1}100%{opacity:0}}

:root {
  --bp-v-color-background: #fafafa;
  --bp-v-color-node: #000;
  --bp-v-color-selected: #3bb847;
  --bp-v-color-unavailable: #f44336;
  --bp-v-color-unavailable-selected: #570606;
  --bp-v-color-available: rgb(255, 158, 67);
  --bp-v-color-disabled: rgb(80, 80, 80);
  --bp-v-tooltip-background-color: #fff;
  --bp-v-tooltip-content-color: #000;
  --bp-v-color-main: #ff6d00;
}

.venue-light {
  --bp-v-color-background: #fafafa;
  --bp-v-color-node: #403d39;
  --bp-v-color-selected: #a7c957;
  --bp-v-color-unavailable: #bc4749;
  --bp-v-color-unavailable-selected: #d28033;
  --bp-v-color-available: #ccc5b9;
  --bp-v-color-disabled: #403d39;
  --bp-v-tooltip-background-color: #fafafa;
  --bp-v-tooltip-content-color: #403d39;
}

.venue-dark {
  --bp-v-color-background: #111;
  --bp-v-color-node: #aaa;
  --bp-v-color-selected: #6bfe4d;
  --bp-v-color-unavailable: #f44336;
  --bp-v-color-unavailable-selected: #1a6317;
  --bp-v-color-available: #fff;
  --bp-v-color-disabled: #aaaaaa90;
  --bp-v-tooltip-background-color: #333;
  --bp-v-tooltip-content-color: #fff;
}

.venue-theater {
  --bp-v-color-background: #2b0610;
  --bp-v-color-node: #aaa;
  --bp-v-color-selected: #6bfe4d;
  --bp-v-color-unavailable: #e43434;
  --bp-v-color-unavailable-selected: #1a6317;
  --bp-v-color-available: #fff;
  --bp-v-color-disabled: #aaaaaa90;
  --bp-v-tooltip-background-color: #3d0917;
  --bp-v-tooltip-content-color: #fff;
}

.venue-theater-2 {
  --bp-v-color-background: #202020;
  --bp-v-color-node: #d6d6d6;
  --bp-v-color-selected: #ffd100;
  --bp-v-color-unavailable: #e55381;
  --bp-v-color-unavailable-selected: #e55e25;
  --bp-v-color-available: #f5f5f5;
  --bp-v-color-disabled: #4d4d4d;
  --bp-v-tooltip-background-color: #202020;
  --bp-v-tooltip-content-color: #ffffffee;
}

.venue-sea {
  --bp-v-color-background: #f8fcfc;
  --bp-v-color-node: #70828d;
  --bp-v-color-selected: #457b9d;
  --bp-v-color-unavailable: #e63946;
  --bp-v-color-unavailable-selected: #5139e6;
  --bp-v-color-available: #8cced1;
  --bp-v-color-disabled: #70828d;
  --bp-v-tooltip-background-color: #f8fcfc;
  --bp-v-tooltip-content-color: #000;
}

:root {
  font-size: 14px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  background-color: var(--bp-v-color-background);
}

span {
  display: inline-block;
}

p {
  margin: 0;
  padding: 0;
  color: var(--bp-v-color-node);
}

.container {
  width: 100vw;
  overflow: hidden;
  flex: 1;
}

.guide {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  padding: 0.5rem;
  text-align: center;
  width: 100vw;
  gap: 0.5rem;
  border: 0 solid #424242;
  border-top-width: 1px;
}

.icon {
  --background-color: var(--bp-v-color-node);
  border-radius: 50%;
  background-color: var(--background-color);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  --size: 22px;
  width: var(--size);
  height: var(--size);
  margin-bottom: 0.2rem;
}

.available {
  --background-color: var(--bp-v-color-available);
}

.selected {
  --background-color: var(--bp-v-color-selected);
}

.unavailable {
  --background-color: var(--bp-v-color-unavailable);
}

.disabled {
  --background-color: var(--bp-v-color-disabled);
}

.guide p {
  display: inline;
}

.guide div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

