/* ShreeWin Celebration Win Animation Styles */
.shreewin-win-lottie-layer {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 130%;
    pointer-events: none;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.shreewin-win-lottie-layer svg {
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    overflow: visible !important;
}

.WinningTip__C-body {
    position: relative;
    overflow: visible !important;
}

.winning-body {
    position: relative;
    overflow: visible !important;
}
