
#lottie-player-container {
    background: #FFF9E4;
    background: linear-gradient(180deg, #FFF9E4 0%, #D2EDFE 100%);
    z-index: 999999999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#lottie-player-anim {
    min-width: 400px;
    max-width: 700px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#lottie-player-loader {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -60px);
}

.lottie-player-loader-hidden {
    opacity: 0;
    transition: visibility 0s, opacity 500ms linear;
}

.lottie-player-loader-visible {
    opacity: 1;
    transition: visibility 0s, opacity 500ms linear;
}
