/* html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: sans-serif;
}
 */
#map-area {
    width: 100%;
    height: 100%;
}

.esri-attribution {
    background-color: transparent;
}

.esri-attribution__powered-by {
    display: none;
}

.esri-attribution a {
    color: black;
}

.esri-attribution {
    background-color: transparent;
    font-size: 12px;
    font-family: sans-serif;
    color: black;
}

.copyright-url {
    position: absolute;
    bottom: 5px;
    right: 40px;
    padding: 0 4px;
    font-family: sans-serif;
    font-size: 12px;
}

.copyright-logo {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    background: url(https://api.hkmapservice.gov.hk/mapapi/landsdlogo.jpg);
    background-size: 28px;
}

.map{
    width: 318px;
    height: 318px;
    display: inline-block;
}

.map2{
    width: 318px;
    height: 318px;
    display: inline-block;
}



 .landsdlogo {
    width: 25px;
    height: 25px;
    display: inline-flex;
    background: url(https://api.hkmapservice.gov.hk/mapapi/landsdlogo.jpg);
    background-size: 25px;
    margin-left: 4px;
 }

 .point {
   width: fit-content;
   display: flex;
   border-radius: 3px;
   border: 0px;
   font-size: smaller;
   justify-content: center;
   align-items: end;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   border: 5px solid #ff0000;
   background-color: #fff;
   align-items: center;
}

.point .area {
   border: 0px;
   outline: 0px;
   padding: 3px;
   white-space: nowrap;
   font-weight: 700;
   color: #ff0000;
   font-size: 2rem;
}

.point.icon .count {
   width: 100%;
}

 .point.icon {
    width: 80px;
}