﻿

.map-resposive {
    width: 100%;
    height: 400px;
}
.marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

/*to draw white circle*/
.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: #c30b82;
    position: absolute;
    border-radius: 50%;
}

/*to align icon*/
.custom-div-icon i {
    position: absolute;
    width: 22px;
    font-size: 22px;
    left: 0;
    right: 0;
    margin: 10px auto;
    text-align: center;
}

/*空心圓*/
.circle {
    margin: 5px 0px;
    width: 15px;
    height: 15px;
    background-color: rgba(2, 124, 237,0.9);
    position: absolute;
    border-radius: 50%;
    border: 1px solid black;
}