#activmap-wrapper {
    height: 720px;
    width: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 50px;
    border: solid 1px #ecebeb;
}

#activmap-wrapper .form-control {
    position: absolute;
    top: 20px;
    left: 20px;
    width: auto;
}

#activmap-container, #activmap-canvas {
    position: relative;
    width: 100%;
    height: 100%;
    float: right;
}
#activmap-places {
    background: #fff;
    position: absolute;
    left: -320px;
    z-index: 10;
    height: 100%;
    width: 320px;
    overflow: auto;
    -webkit-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.18);
    box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.18);
}

.activmap-place {
    display: none;
    padding: 15px;
    cursor: pointer;
    border-bottom: solid 1px #ecebeb;
}
.activmap-place:hover,
.activmap-place.active {
    background: #04a5e2;
    color: #fff;
}
.activmap-place:hover,
.activmap-place.active .name {
    color: #fff;
}
.activmap-place .name {
    font-size: 15px;
    font-weight: 500;
}
.activmap-place p {
    margin: 0;
}
.activmap-infowindow {
    padding: 0 10px 10px;
}.activmap-title {
    font-size: 16px;
    margin: 0 10px 10px 0;
    font-weight: 400;
}
.activmap-details a {
    color: #bf2989;
    display: flex;
    gap: 10px;
}
