html body .vue-map .gm-style-iw.gm-style-iw-c {
    overflow: visible !important;
    border-radius: 0;
    padding: 0;
}
html body .vue-map .gm-style-iw.gm-style-iw-c * {
    outline: none;
}
html body .vue-map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: hidden !important;
}
html body .vue-map .gm-style-iw.gm-style-iw-c > button {
    opacity: 1 !important;

}
html body .vue-map .gm-style-iw.gm-style-iw-c > button::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    height: 2px;
    width: 20px;
    background-color: white;
    z-index: 10;
    transform: rotate(45deg);
}
html body .vue-map .gm-style-iw.gm-style-iw-c > button::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    height: 2px;
    width: 20px;
    background-color: white;
    z-index: 10;
    transform: rotate(-45deg);
}
html body .vue-map .gm-style-iw.gm-style-iw-c > button span {
    display: none !important;
}
