svg circle[data-level='Rang 1'] { color: #00ff00; }
svg circle[data-level='Rang 2'] { color: #807fff; }
svg circle[data-level='Rang 3'] { color: #ff0090; }
svg circle[data-level='Rang 4'] { color: #75cff3; }
svg circle[data-level='Gouden Rang zitplaats'] { color: #F07F00; }
svg circle[data-level=' zitplaats'] { color: #ff0090; }
svg circle[data-level=' 1e rang'] { color: #51338B; }
svg circle[data-level=' 2e rang '] { color: #B17C65; }


svg circle[data-level='Niet beschikbaar'],
svg circle[data-status='blocked'] { color: #d0d0d0; fill: currentColor; }

svg circle {
    stroke-width: 1;
    }
