

/* ============================================================================
   DONUT MENU VISIBILITY OVERRIDES
   ============================================================================ */

.person-group-wrapper {
    overflow: visible;
}

.radial-menu-container {
    position: relative;
    overflow: visible;
    z-index: 10;
}

.radial-menu-container .svgDonutMenu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5000;
    pointer-events: auto;
}

.radial-menu-container .center-plus-button {
    z-index: 5001;
}