.point_style img.pins_image{
    min-height:18px;
    max-height:24px;
    filter: brightness(0) invert(1);
}
.point_style .pins_animation{
    top: -20px !important;
    left: -20px !important;
}
/*
Insert this css to your css file
Author: http://levantoan.com
*/
body #powerTip {
    background-color: #fff;
    border-radius: 0;
    padding: 16px 24px;
    font-family: "DM sans", sans-serif;
}
body #powerTip.n:before {
    border-top: 5px solid rgb(255, 252, 252);
    bottom: -5px;
}
body #powerTip.s:before {
    border-bottom: 5px solid #fff;
    top: -5px;
}
body #powerTip.e:before {
    border-right: 5px solid #fff;
}
body #powerTip.w:before {
    border-left: 5px solid #fff;
    right: -10px
}
body #powerTip.ne:before,body #powerTip.nw:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(255,255,255,1);
}
body #powerTip.se:before,body #powerTip.sw:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}
body #powerTip.nw-alt:before,body #powerTip.ne-alt:before,body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(255,255,255,1);
}
body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}
body .box_view_html {
    color: #000;
}
body .box_view_html span.close_ihp svg {
    fill: #000;
}
body .wrap_svl_center_box {
    display: block;
}
body .wrap_svl_center_box .wrap_svl {
   width: 100%;
}