.nb-bubbles-v2 {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.nb-bubbles-v2[data-flickering="1"] {
    opacity: 0;
}

.nb-bubbles-v2__blob {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    border-radius: 900px;
    will-change: transform;
}
