#map {
	position: relative;
    width: 100%;
	height: 88vh;
	z-index: 1001;
}

#static-map {
	width: 100%;
	height: 800px;
	cursor: auto;
}

@media screen and (max-width: 600px) {
  #static-map {
    height: 400px;
  }
  #map {
    height: 650px;
  }
  .map-country-list {
        display: none;
    }
}

.leaflet-control-scale-line {
    background-color: rgba(25, 37, 45, 0.6);
    color: #ffffff;
}

.leaflet-control-scale-line:not(:first-child) {
    margin-top: 2px;
}

.country-item, .country-item:hover {
	/*border-bottom: 1px solid #CCCCCC;*/
	padding-top: 10px;
    padding-left: 15px;
    padding-right: 40px;
    padding-bottom: 10px;
	display: block;
}

.leaflet-bar a, .leaflet-bar a:hover {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.country-item, .country_item:hover,
.leaflet-bar a, .leaflet-bar a:hover {
    border-bottom: none;
}

.leaflet-left .leaflet-control {
    margin-left: 15px;
}

.leaflet-top .leaflet-control {
    margin-top: 15px;
}

.map-country-list {
    margin-top: 30px;
}

.leaflet-bar a.leaflet-disabled,
.leaflet-bar a.leaflet-disabled:hover {
    background-color: #a0959d;
    color: #bbbbbb;
}

.country-item, .country-item:hover {
	text-decoration: none;
	white-space: nowrap;
	font-size: 1.3vh;
	font-weight: 200;
    font-style: normal;
    font-family: rubrik-edge-new, sans-serif;
}

.leaflet-bar a, a.country-item, a.leaflet-disabled {
	color: #ffffff;
}

.leaflet-bar a:hover, .country-item:hover {
	color: #19252d;
    background-color: #ffffff;
}

a.country-item {
	/*background-color: #ffffff;*/
}

.leaflet-bar a, .country-item {
	background-color: rgba(25, 37, 45, 0.6);
}

.country-item:last-child {
	border-bottom: none;
}
