.map-sidebar {
  font-family:"Roboto", Verdana, Geneva, sans-serif!important;
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  top:10px !important;
  left: 10px !important;
  box-shadow: rgba(0,0,0,0.3) 0 1px 4px -1px;
  background: #fff;
  width: 220px;
  transition: width 2s;
  transition-timing-function: ease;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .map-sidebar {
    width: 330px;
  }
}
@media only screen and (min-width: 768px) {
  .map-sidebar {
    width: 400px;
  }
}
.map-sidebar__close {
  right:4px !important;
  top:4px !important;
  transform: scale(75%);
  background-color: #fff !important;
  border-style: none;
  height: 40px;
  width: 40px;
  padding: 0;
  outline-width: 0;
  position: absolute;
  z-index: 1;
}

.map-sidebar__close:before,
.map-sidebar__close:after {
  display: block;
  height: 3px;
  left: 5px;
  position: absolute;
  top: 17px;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
  transition: all .3s;
}

.map-sidebar__close:before {
  transform: rotate(45deg);
}

.map-sidebar__close:after {
  transform: rotate(-45deg);
}

.map_sidebar__container,
.map-sidebar__content {
  height: 100%;
}

.map_sidebar__container {
  position: relative;
}

.map_sidebar__loading {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_sidebar__loading .modal__loading {
  margin: 0;
}
