<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lucky-spin {
    position: relative;
    overflow: hidden;
}
.lucky-spin .lucky-spin-wrapper {
    position: relative;
}
.lucky-spin .lucky-spin-wrapper .stand {
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.lucky-spin .lucky-spin-wrapper .frame {
    display: block;
    margin: auto;
    max-width: 100%;
}
.lucky-spin .lucky-spin-wrapper .winwheel {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}
.lucky-spin .lucky-spin-wrapper .pointer {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    z-index: 1;
}
.lucky-spin .lucky-spin-wrapper .spin {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lucky-spin-wrapper canvas {
    z-index: -1;
}
.spin-wheel-shadow {
    width: 308px;
    height: 308px;
    background: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-59%);
    box-shadow: inset 4px 2px 18px 7px #000000ad;
    border-radius: 50%;
    z-index: 0;
    scale: 0.85;
}
.treasures-background {
    padding-top:1rem !important;
    background-image: url("https://storage.googleapis.com/iplay818_images/assets/luckyspin/glow.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.treasures-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    min-width: 95px;
    margin-left: 2px;
    margin-right: 2px;
}
.btn-spin-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}
.btn-spin-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    filter: brightness(70%);
}
.btn-spin-front {
    display: block;
    position: relative;
    padding: 6px 20px;
    border-radius: 12px;
    font-size: 0.95rem;
    color: #4E421F;
    font-weight: bold;
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
    text-shadow: 3px 1px 0px rgb(78 66 31 / 18%);
}
.pushable:hover {
    filter: brightness(110%);
}
.pushable:hover .btn-spin-front {
    transform: translateY(-5px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.pushable:active .btn-spin-front, .pushable.active .btn-spin-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}
.pushable:hover .btn-spin-shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.pushable:active .btn-spin-shadow, .pushable.active .btn-spin-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}
.pushable:focus:not(:focus-visible) {
    outline: none;
}
.lucky-spin-container {
    margin:auto;
    padding-top:50px;
    background-image: url("https://storage.googleapis.com/iplay818_images/assets/luckyspin/background.gif");
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    position: relative; 
    max-width:600px;
}
.coindrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2000;
    display: none;
}
.coindrop img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.lucky-info {
    max-width:500px;
    margin:auto;
    background-image: url('https://storage.googleapis.com/iplay818_images/assets/luckyspin/spin-half-2.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right -15px;
} 
.lucky-spin-history {
    display: flex;
    align-items: center;
    margin: auto;
    position: relative;
    /*padding: 30% 0em;*/
    box-sizing: border-box;
    color: #FFF;
    background-clip: padding-box; /* !importantÃ© */
    border: 2px solid transparent; /* !importantÃ© */
    border-radius: 1em; 
}
.lucky-spin-history::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -5px; /* !importantÃ© */
    border-radius: inherit; /* !importantÃ© */
    background: linear-gradient(to right, #FFD700, orange);
    
}
.lucky-spin-history &gt; div {
    width:100%;
    position:relative;
}
.winnerList thead th, .winningRecord thead th {
    background-color:#0089ff;
    color:#fff;
}
.winnerList thead th:first-child, .winningRecord thead th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.winnerList thead th:last-child, .winningRecord thead th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.winnerList thead .date-column {
    width:150px;
}
.trophies {
    background:url('https://storage.googleapis.com/iplay818_images/assets/luckyspin/trophies.png') 0 0 no-repeat;
    background-size:cover;
    opacity:0.4;
    position:absolute;
    bottom:13px;
    right:25px;
    height:200px;
    width:200px;
    transform:rotate(25deg);
    z-index:1;
}
.winnerList, .winningRecord {
    position:relative;
    z-index:1;
    height:350px;
}
.winnerList td, .winningRecord td {
    background-color:transparent;
}
.inactive-container {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.inactive-container img {  
    width: 200px;
}
.lucky-spin-btn {
    min-width:110px;
}
.small-lucky-spin-icon {
    position:fixed;bottom:60px;left:10px;z-index:100;width:80px;
}
.small-lucky-spin-icon .lucky-spin-close {
    position:absolute;right:0px;top:5px;padding-left:5px;padding-bottom:5px;
}
.small-lucky-spin-icon .lucky-spin-close &gt; i {
    background-color:#fff;font-size:20px;color:#A52A2A;border-radius:50%;text-align:right;
}
.small-lucky-spin-icon &gt; a &gt; img {
    width:100%;
}
.hide-lucky-spin {
    left:-100%;
    animation-duration: 2s;
    animation-name: slide-left;
}
@keyframes slide-left {
    from { 
        left:10px; 
    }
    to {
        left:-100%;
    }
}
.lucky-spin-terms {
    margin-top:20px;
    text-align:center;
}
.lucky-spin-terms a {
    color:#000 !important;
}
@media (max-width: 500px) {
    .lucky-spin .lucky-spin-wrapper .pointer {
        width: 2rem;
    }
    .lucky-spin-container {
        padding-top:20px;
        background-size: cover;
    }
    .lucky-spin-history {
        margin-top:20px;
    }
    .lucky-spin-btn {
        margin-bottom:13px;
    }
    .winnerList thead .date-column {
        width:100px;
    }
    .lucky-spin-terms {
        margin-top:5px;
    }
}</pre></body></html>