.svg_map {
    margin-top: 20px;
    margin-bottom: 20px;
}

.svg_map .map_depa {
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s;
}

.svg_map .map_depa:hover {
    opacity: 1;
}

.tippy-box[data-theme~='senati'] {
    background-color: #00D4A3;
    color: #fff;
}

.tippy-box[data-theme~='tomato'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: #00D4A3;
}

.tippy-box[data-theme~='tomato'][data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: #00D4A3;
}

.tippy-box[data-theme~='tomato'][data-placement^='left']>.tippy-arrow::before {
    border-left-color: #00D4A3;
}

.tippy-box[data-theme~='tomato'][data-placement^='right']>.tippy-arrow::before {
    border-right-color: #00D4A3;
}

.tippy-box[data-theme~='tomato']>.tippy-svg-arrow {
    fill: #00D4A3;
}

/* The border */
.tippy-box[data-theme~='tomato']>.tippy-svg-arrow>svg:first-child {
    fill: #00D4A3;
}

/* The fill */
.tippy-box[data-theme~='tomato']>.tippy-svg-arrow>svg:last-child {
    fill: #00D4A3;
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    color: #00D4A3;
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    color: #00D4A3;
}

.uk-toltip-map {
    max-width: 290px;
    padding: 10px 15px;
}

.uk-toltip-map ul li h4 {
    color: #071A9D;
    font-size: 12px;
    line-height: 1;
    margin: 4px 0;
    font-family: 'Poppins';
}

.uk-toltip-map ul li p {
    font-weight: 500;
    font-size: 11px;
    color: #071A9D;
    line-height: 1;
    margin: 4px 0;
    font-family: 'Poppins';

}

.tippy-box {
    border-radius: 10px;
}

.uk-toltip-map .uk-list-divider>:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5a8;
}