.dbq-progress-bar {
    width: 100%;
    display: flex;
    height: 16px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;

    .dbqpb-range {

    }

    .dbqpb-divider {
        width: 2px;
        height: 100%;
        position: absolute;
        background: #cf473c;
    }

    .dbqpb-value {
        position: absolute;
        right: 5px;
        color: white;
        font-size: 10px;
    }
}

.dbq-progress-bar-image {
    
}