@charset "utf-8";

.map-tooltip-container {
    background-color:#20252a;
    font-size:18px;
    font-weight:800;
    color : #fff;
    border-radius: 5px;
    text-align:left;
    opacity:0.8;
    padding:7px;
    pointer-events: none;
}

.map-tooltip-container .tooltip_content {
    font-weight: normal;
    opacity: 1;
    font-size:14px;
}

.map-tooltip-container .tooltip_hr {
    opacity: 1;
    background: #424950;
    height:1px;
    margin:5px 0;
}
.map-tooltip-container .tooltip_hr:first-child {
    height:2px;
    background: #626970;
}
.map-tooltip-container .tooltip_content .row {
    margin:0;
}
.map-tooltip-container .tooltip_content .row > * {
    font-weight: normal;
    opacity: 1;
    font-size:14px;
    padding:0;
}
.tooltip_donut_container{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.chart-progress{
    cursor: pointer;
    background-color: var(--box);
}
.chart-progress:hover{
    background-color: var(--bright);
}
.chart-no-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
}