/*good*/
.marker {
    border: none;
    cursor: pointer;
    height: 50px;
    width: 30px;
    background-image: url('/svg/marker.svg');
}
@media (min-width: 1150px){
    #map{
        border-radius: 5px;
        min-height: 500px !important;
    }
    canvas.mapboxgl-canvas{
        height: 500px !important;
    }
}
@media (max-width: 1150px) {
  #map{
      min-height: 300px !important;
  }
}


    /*#listings kazkur kitur naudoja o ne mapsuose*/
#listings .item {
    cursor: pointer;
    color: #000000;
    font-size: 13px;
    padding: 8px;
    border: 1px solid transparent;
}
#listings .item:hover {
    background-color: #e8e8e8;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
#listings .item i {
    font-size: 28px;
    float: left;
    padding-right: 8px;
    color: #00b4f4;
}
#listings .item label {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
#listings .details {
    margin-left: 24px;
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
.item.active {
    border: 1px solid #cccccc !important;
    border-radius: 5px;
}


/* Marker tweaks */
.mapboxgl-popup {
    padding-bottom: 50px;
}
.mapboxgl-popup-content {
    font:400 15px/22px 'Manrope', sans-serif;
    width:100%;
    padding: 0 !important;
}
.mapboxgl-popup-content h3 {
    background: #0884A6;
    color: #fff;
    margin:0;
    padding:10px;
    border-radius:3px;
    font-weight:700;
}
.mapboxgl-popup-content p {
    margin:0;
    padding:10px;
}
.mapboxgl-popup-close-button {
    font-weight: bold;
    color: #ec921a;
    font-size: 50px;
    padding-top: 10px;
    padding-right: 6px;
}
@keyframes shadow-pulse
{
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}
.icon-pulse
{
    float: right;
    margin: 18px;
    margin-right: 9px;
    animation: shadow-pulse 2s 3;
    border-radius: 8px;
    padding: 4px;
}

.marker-size-1 {
    height: 40px;
    width: 26px;
}
.marker-size-2 {
    height: 45px;
    width: 30px;
}
.marker-size-3 {
    height: 55px;
    width: 36px;
}
.marker-size-4 {
    height: 74px;
    width: 48px;
}
