.map {
    height: 70vh;
    width: 100%;
    z-index: 100;
}

.tooltip {
    position: absolute;
    padding: 10px;
    width: 190px;
    height: 190px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    white-space: nowrap;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 40px;
    left: 55px;
}

.tooltip-content {
    max-width: 150px;
}

.tooltip-text {
    word-wrap: break-word;
    white-space: pre-line;
    display: inline-block;
    width: 90px;
    vertical-align: middle;
}

.tooltipLogo {
    max-height: 100%;
    max-width: 100%;
    margin: 5px;
    padding: 5px;
    padding-right: 10px;
}