/* You can add global styles to this file, and also import other style files */
.maplibregl-canvas-container {
  z-index: 1000;
  position: relative;
}

.maplibregl-ctrl-bottom-right {
  z-index: 1001;
  transition: 0.4s;
}

.collapsed_right_sidebar .maplibregl-ctrl-bottom-right {
  right: 375px;
}

html {
  scroll-behavior: smooth;
}
