.bottom-nav-indicator {
    position: absolute;
    left: calc(50% - 5px);
    bottom: 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px 4px rgb(255 255 255 / 70%);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bottom-nav-indicator-gradient {
    position: absolute;
    bottom: 5px;
    left: -28px;
    width: 80px;
    height: 70px;
}