@charset "UTF-8";body{margin:0;background:#72c0c3;user-select:none}.slot-container{background:#fe7365;position:relative;height:100vh}.container,.slot-container{display:flex;align-items:center}.container{width:100%;flex-direction:column;justify-items:center;justify-content:center}.container .title{font-size:6em;font-weight:400;line-height:1em;margin-top:.3em;line-height:1;margin-bottom:5vh}.container .money-container{position:relative;margin-bottom:.5rem;color:#fff}.container .money-container .changes{position:absolute;display:inline-flex;top:1rem;font-weight:700}.container .money-container .changes .change{color:#044600;padding-left:.5rem;animation-duration:1s;animation-name:slideinLeft;animation-fill-mode:forwards}.container .money-container .changes .change.negative{color:#860000}.container .money-container .changes .change:first-child{opacity:.85}.container .money-container .changes .change:nth-child(2){opacity:.7}.container .money-container .changes .change:nth-child(3){opacity:.55}.container .money-container .changes .change:nth-child(4){opacity:.4}.container .money-container .changes .change:nth-child(5){opacity:.25}.container .money-container .changes .change:nth-child(6){opacity:.1}.container .money-container .changes .change:nth-child(7),.container .money-container .changes .change:nth-child(8){opacity:0}.container .money-container #money{font-size:2rem;display:inline;margin-left:-8rem;font-weight:700}.container .money-container #money:before{content:"💰 "}.container .play-area{cursor:pointer;position:relative;width:50%;display:flex;background-image:linear-gradient(45deg,#edfaf9 18.75%,#4ee5b3 0,#4ee5b3 50%,#edfaf9 0,#edfaf9 68.75%,#4ee5b3 0,#4ee5b3);background-size:56.57px 56.57px;min-height:12.5rem;border:5px solid #1e1e1e}@media (max-width:768px){.container .play-area{width:80%}}.container .play-area .reel-container{user-select:none;display:flex;justify-content:center;flex-direction:column;height:12.5rem;overflow:hidden;align-items:center;width:33%;padding-left:1rem;padding-right:1rem}.container .play-area .reel-container:first-child{border-right:3px solid #1e1e1e}.container .play-area .reel-container:last-child{border-left:3px solid #1e1e1e}.container .play-area .reel-container .reel-item{font-size:5rem;animation-duration:.1s;animation-name:slidein}.container .play-area .reel-container .reel-item.deactivate{animation-duration:.1s;animation-name:slideOut;animation-fill-mode:forwards}.container .play-area .reel-container .reel-item.win{animation:winFlashReels 1s infinite;border-radius:50%}.container .play-area:before{border-left:15px solid #1e1e1e}.container .play-area:after,.container .play-area:before{position:absolute;content:"";width:0;height:0;top:calc(50% - 8px);border-top:10px solid transparent;border-bottom:10px solid transparent}.container .play-area:after{right:0;border-right:15px solid #1e1e1e}.container .info{padding-top:1rem;padding-bottom:3rem}.container .info .instructions{color:#fff;margin-bottom:1rem;width:500px;text-align:center}.container .info .prize-table{width:320px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;color:#fff;font-weight:700;font-size:1.3rem}.container .info .prize-table .doubles{padding-right:2rem}.container .info .prize-table .prize-item{opacity:.4;margin-bottom:.2rem}.container .info .prize-table .prize-item.active{opacity:1;animation:winFlashPrizeTable 1s infinite}@keyframes slidein{0%{font-size:.1rem;opacity:0}to{font-size:3rem;opacity:1}}@keyframes slideOut{to{height:0;font-size:.1rem;opacity:0}0%{height:3rem;font-size:3rem;opacity:1}}@keyframes winFlashReels{0%{background-color:hsla(0,0%,94.1%,.2)}50%{background-color:#14c814}to{background-color:hsla(0,0%,94.1%,.2)}}@keyframes winFlashPrizeTable{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}@keyframes slideinLeft{to{font-size:1rem}0%{font-size:0}}
/*# sourceMappingURL=/slot.a6a86966.css.map */