.Lot{width:100%;-webkit-user-select:none;user-select:none}@media (hover:hover){.Lot:not(.selected)>g:hover>circle{transform:scale(1.1)}.Lot.available:not(.selected)>g:hover>circle,.Lot.blocked:not(.selected)>g:hover>circle,.Lot.sold:not(.selected)>g:hover>circle{filter:brightness(150%)}}.Lot>g>text{fill:#000;dominant-baseline:middle;text-anchor:middle;font-size:40%;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;line-height:1.25;letter-spacing:.00938em}.Lot>g>circle{cx:50%;cy:50%;r:calc(45% - 1px);fill:#2f8400;stroke:#000;stroke-width:0;transition:stroke-opacity .15s,stroke-width .15s,transform .15s;transform-origin:50% 50%}.Lot.available,.Lot.blocked,.Lot.is-user-lot,.Lot.sold{cursor:pointer}.Lot.available>g>circle{fill:#2f8400}.Lot.blocked>g>circle{fill:#e9e900}.Lot.sold>g>circle{fill:#c92100}.Lot.selected>g>circle{filter:brightness(150%);transform:scale(1.1);stroke-width:2px}.VentureTable .available{background-color:#2f8400}.VentureTable .blocked{background-color:#e9e900}.VentureTable .sold{background-color:#c92100}#root,body,html{height:100%;margin:0;overscroll-behavior-x:contain;overscroll-behavior-y:contain;-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none}.app-layout{height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"header" "main" "footer"}.app-layout>header{grid-area:header}.app-layout>main{position:relative;grid-area:main;overflow:hidden}.app-layout>footer{grid-area:footer}.tab{position:relative;height:100%}