.header_vt {
    height: 155px;
}

.logo img {
    margin-bottom: 30px;
}

.pulse_image img{
    width: 40px !important;
}

.pointer {
    opacity: 1 !important;
}

.map_top_right {
    right: 25px;
}

.all_maps {
    border: 0px !important;

}

.view_direction__center {
    top: 12px;
    left: 12px;
    border: 1px solid #3C3C5E;
}    

.pulse_image:hover, .pulse_image_hover {
    animation: none;
}

.pulse_icon:hover, .pulse_icon_hover {
    animation: none;
}

.street img {
    width: 100px !important;
}

.pointer:has(.view_direction__arrow:not([style*="display: none"])) .view_direction__arrow {
    background: linear-gradient(-45deg, #ededee00 0%, #ededee 100%) !important;
}

.pointer:has(.view_direction__arrow:not([style*="display: none"])) .view_direction__center {
    background-color: #3C3C5E !important;
    top: 12px;
    left: 12px;
    border: 1px solid #ededee;
}

.map_wrapper {
    opacity: 1;
}

.map-class {
 font-family: "Font Awesome 5 Free" !important;
}
.map-class::after {
    content: "\f279" !important;
}

.map_control.tooltip.active_control .map-class {
    font-weight: 900 !important;
}

.tooltip_text {
    top: 30px;
}


.tooltip_text p {
text-transform: none;
}
}