@tailwind base; @tailwind components; @tailwind utilities; /* GENERAL // ------------------------- */ /* * { font-family: 'Helvetica Neue', Helvetica, sans-serif; } */ #map { height: 100dvh; width: 100%; } .bottom--hide { bottom: -14rem; } .gm-style-mtc-bbw { display: none; } html, body { height: 100%; margin: 0; padding: 0; } .gm-fullscreen-control, .gm-svpc { display: none; } .st0 { fill: none; stroke: #000000; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; } .st1 { fill: none; stroke: #000000; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .st2 { fill: none; stroke: #000000; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 6, 6; } .st3 { fill: none; stroke: #000000; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 4, 4; } .st4 { fill: none; stroke: #000000; stroke-width: 2; stroke-linecap: round; } .st5 { fill: none; stroke: #000000; stroke-width: 2; stroke-linecap: round; stroke-dasharray: 3.1081, 3.1081; } .st6 { fill: none; stroke: #000000; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; stroke-dasharray: 4, 3; } .bar { height: 20px; width: 200px; background-color: red; }