html,
body {
  height: 100%;
  font-synthesis: none;
}

body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

::selection {
  background: rgba(7, 94, 232, 0.22);
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(96, 115, 141, 0.28);
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(96, 115, 141, 0.48);
  border: 2px solid transparent;
  background-clip: padding-box;
}

.maplibregl-ctrl-group {
  overflow: hidden;
  border: 1px solid rgba(16, 44, 84, 0.12);
  border-radius: 13px !important;
  box-shadow: 0 10px 28px rgba(7, 17, 31, 0.16) !important;
}

.maplibregl-ctrl-group button {
  width: 38px;
  height: 38px;
}

.maplibregl-ctrl-attrib {
  border-radius: 8px 0 0 0;
  backdrop-filter: blur(10px);
}

@media (prefers-color-scheme: dark) {
  body {
    background: black;
  }
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media print {
  * {
    height: auto !important;
    overflow: visible !important;
  }
}
