.sidebar-source {
  display: none;
}
.leaflet-sidebar {
  width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-layer {
  background: white;
  border: 2px solid #bab3ad;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  width: 95%;
}
.sidebar-header {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.sidebar-body {
  overflow: auto;
  height: 950px !important;
}
.sidebar-content-container {
  overflow: hidden;
}
.sidebar-content {
  padding: 0 2em 0 2em;
}
.sidebar-footer {
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.close-button {
  margin: 0.5cm -2px 0 -2px;
  border: 2px solid #bab3ad;
  height: 6.5em;
  font-size: 14px;
  color: #585858;
  background: white;
  position: absolute;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.close-button img {
  width: .75em;
}
.close-button:hover {
  cursor: pointer;
}
.close-button span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  white-space: nowrap;
  bottom: 0;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.sidebar-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sidebar-back {
  padding: 0.5em 2em 0.5em 2em;
}
.leaflet-control-attribution-right {
  right: 375px;
  -webkit-transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
.leaflet-control-attribution-right-closed {
  right: 0;
}
@media only screen and (max-width: 500px) {
  .leaflet-sidebar {
    width: 95vw;
  }
  .close-button {
    font-size: 16px;
  }
}