#container {
    width: auto;
    margin-top: -10px;
    height: calc(100vh - 185px);
}

#map,
#body {
    width: auto;
    height: 100%;
}

.menu-dashboad {
    display: block;
    margin-left: 255px;
}
.location-pin img {
    width: 46px;
    height: 46px;
    margin: -26px 0 0 -13px;
    z-index: 10;
    position: absolute;
    border-radius: 50%;
    background: #32383e;
}

.pin {
    width: 50px;
    height: 50px;
    border-radius: 50% 50% 50% 0;
    background: #32383e;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -43px 0 0 -30px;
}

.pin:after {
    content: '';
    width: 26px;
    height: 26px;
    margin: 2px 0 0 2px;
    position: absolute;
    border-radius: 50%;
}

.pulse {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 15px 0px 0px -12px;
    transform: rotateX(55deg);
    z-index: -2;
}

.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -16px 0 0 -13px;
    animation: pulsate 2.5s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    background: rgba(94, 190, 255, 0.5);
    box-shadow: 0 0 1px 2px #2d99d3;
    animation-delay: 1.1s;
}

.marker-pin-legend-show {
    width: 12px;
    height: 12px;
    border-radius: 50% 50% 50% 0;
    background: #c30b82;
    position: absolute;
    transform: rotate(-45deg);
    /* left: 50%; */
    /* top: 40px; */
    /* margin: -9px 0 0 0px; */
}

.small-box-footer {
    font-size: 12px;
}