.angular-leaflet-map {
  width: 100%;
  height: 100%;
}
.leaflet-popup-content,
.leaflet-popup-content h1,
.leaflet-popup-content h2,
.leaflet-popup-content h3,
.leaflet-popup-content h4,
.leaflet-popup-content h5,
.leaflet-popup-content h6,
.leaflet-control-container,
.leaflet-control-container h2,
.leaflet-control-container h3 {
	color:#222;
}
.map .scroll {
  height: 100%;
}
.map .scroll, .angular-leaflet-map {
  height: 100%;
}
.leaflet-popup-content-wrapper{
    max-height: 300px;
    overflow: auto;
    text-align: right;
    min-width: 200px;
}

.map .curect-position-btn {
  z-index: 9;
  font-size: 23px;
  position: absolute;
  bottom: 11px;
  right: 10px;
  background: white;
  border: 2px solid rgba(0, 0, 0, .3);
  min-width: 20px;
  min-height: 0;
  line-height: 0;
  height: 35px;
  width: 35px;
  padding: 0;
}

.map .leaflet-popup-content {
  margin: 0;
  padding: 13px 19px;
  line-height: 1.4;
}

.map .leaflet-popup-content .button.button-outline {
  padding: 4px 9px;
  font-size: 10px;
  margin-top: 8px;
  min-height: unset;
  line-height: 20px;
}

.map .location-title {
  margin-top: 15px;
  font-weight: bold;
}

.map .close-select-options {
  position: relative;
}
.map .comment-bookmark {
  position: absolute;
  display: flex;
  align-items: center;
  top: -25px;
  left: -16px;
  margin: 11px 0;
  justify-content: flex-end;
}

.map .comment-bookmark a {
  text-decoration: none;
}
.map .comment-bookmark .comment-icon {
  font-size: x-large;
  display: flex;
  height: 28px;
}
.map .comment-bookmark .comment-icon,
.map .comments-count {
  color: #888 !important;
}
.map .comment-bookmark .bookmark-icon svg {
  fill: #888;
}
.map .comments-count {
  padding: 0 4px;
}