@import "https://fonts.googleapis.com/css?family=Lato:400,900|IBM+Plex+Sans:400,700";
#sidebarA {
  color: #fff;
}

#filterResultsContainer {
  height: 95%;
}

#filterResults {
  color: #fff;
  background-color: #448ee4;
  font-size: 12px;
}

.theme {
  background-color: #2a395f;
}

.select {
  opacity: .7;
  font-style: italic;
}

.mapboxgl-ctrl-geocoder--input {
  margin-left: 5px;
  padding: 6px 30px;
}

.listings .item {
  word-wrap: break-word;
  border-bottom: 1px solid #2221214d;
  font-size: 14px;
  text-decoration: none;
}

.listings .item:last-child {
  border-bottom: none;
}

.listings .item .title {
  width: 100%;
  color: #2a395f;
  margin-top: 5px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #0000001a;
  border-left: 0;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #2a395f;
  border-radius: 0;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
}

.mapboxgl-popup-content {
  font: 400 15px / 22px padding: 5;
}

.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup-content h3 {
  color: #000;
  margin: 0;
  font-weight: 500;
  display: block;
}

.marker {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url("mapbox-icon.7f8450b5.png");
  background-size: cover;
  border-radius: 50%;
}

body {
  margin: 0;
  padding: 0;
}

#map {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.rounded-rect {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 50px -25px #000;
}

.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.flex-center.left {
  left: 0;
}

.flex-center.right {
  right: 0;
}

.sidebar-content {
  width: 95%;
  height: 95%;
  color: gray;
  font-size: 32px;
  position: absolute;
}

.sidebar-toggle {
  width: 1.3em;
  height: 1.3em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: visible;
}

#leftSidebarToggle {
  top: 50%;
  left: 110%;
  transform: translate(-50%, -50%);
}

.sidebar-toggle.left {
  float: right;
  right: -1.5em;
}

.sidebar-toggle.right {
  left: -1.5em;
}

.sidebar-toggle:hover {
  color: #0aa1cf;
  cursor: pointer;
}

.sidebar {
  z-index: 1;
  width: 300px;
  height: 100%;
  transition: transform 1s;
}

.left.collapsed {
  transform: translateX(-295px);
}

.right.collapsed {
  transform: translateX(295px);
}

/*# sourceMappingURL=index.b2625c6b.css.map */
