/* @import "~normalize.css/normalize.css"; */
/* @import "~@blueprintjs/core/lib/css/blueprint.css"; */
/* @import "~@blueprintjs/icons/lib/css/blueprint-icons.css"; */
:root {
  overscroll-behavior: none;
}
.container {
  padding-left: 0;
  padding-right: 0;
}

.bp3-spinner-head {
  stroke: rgb(32, 55, 100) !important;
}

.bp3-spinner-track {
  stroke: none !important;
}

/* Forcing map to scroll in mobile view.*/
.map_inherit .mapboxgl-canvas {
  position: inherit !important;
}

/* Removing the urls shown under map */
.mapboxgl-ctrl-attrib-inner {
  display: none;
}

.mapboxgl-ctrl-logo {
  display: none !important;
}

.mapboxgl-compact {
  display: none;
}

.mapboxgl-ctrl-bottom-left {
  z-index: 0 !important;
}

.hamburger:hover {
  opacity: 1 !important;
}

/* Slider */
/**** Custom styles for noUiSlider ****/
.noUi-connect {
  background: #53c68c;
}

/* Hamburger menu */
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: white !important;
  width: 30px;
}

.hamburger-box {
  width: 30px;
}

.hamburger--elastic {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  padding: 10px;
}
