.bdc_div {
    padding: 0 3px;
    display: inline;
    font-size:10px;
    font-weight: bold;
    margin-left: 3px;
    border-radius: 50%;
    cursor: pointer;
}

.bdc_details{
    display: none;
    opacity: 0.8;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    background: #ffface;
    padding: 10px;
    border: 1px solid #c9b916;
    border-radius: 3px;
    text-align: left;
    color: #222;
}

.bdc_flex {
    display: flex;
}

.bdc_keys {
    font-weight: bold;
    width: max-content;
}

.bdc_values {
    text-align: right;
    padding-left: 15px;
    width: max-content;
}

.bdc_green {
    background-color: #00ac03;
    color: #FFFFFF;
}

.bdc_yellow {
    background-color: #F3E300;
    color: #897b0a;
}

.bdc_red {
    background-color: #CA4A1F;
    color: #FFFFFF;
}