﻿html, body {
    height: 100%
}
#mapcontainer_wrapper {
    height: calc(100% - 50px);
    position: relative;
}
    #mapcontainer_wrapper #mapcontainer {
        height: 100%;
        position: relative;
    }
        #mapcontainer_wrapper #mapcontainer #map {
            height: 100%;
            position: relative;
        }
.circle-icon {
    padding: 0;
    background: red;
    border-radius: 50%;
    box-shadow: none;
}

@media (max-width: 991px) {
    #mapcontainer_wrapper {
        height: calc(100% - 50px);
        top: 50px;
        position: relative;
    }
}

.custom-icon-circle {
    width: 24px !important;
    height: 24px !important;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 18px;
    border: 2px solid #3F51B5;
    text-align: center;
    color: #3F51B5;
    background-color: #fff;
    font-size: 12px;
}