#lottie{
    background-color: transparent;
    width:150px;
    height:150px;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
}

#loader-modballs-content {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 60%);
}