@import"https://fonts.googleapis.com/css2?family=Playfair+Display+SC&family=Roboto:ital,wght@0,400;0,700;0,900;1,400&display=swap";.king-hill-body{width:100%;height:1069px;position:relative;display:flex;justify-content:center}.king-hill-body .loader{position:absolute;top:30%}.king-hill-body .king-hill-logo{position:absolute;top:58px;left:83px}@media (max-width: 1400px){.king-hill-body .king-hill-logo{left:40px}}@media (max-width: 1200px){.king-hill-body{height:100%;min-height:800px}.king-hill-body .king-hill-main{width:494px}.king-hill-body .become-king-container{height:auto}.king-hill-body .become-king-container.bg-big{background-size:cover;height:auto}.king-hill-body .king-hill-logo{left:30px;width:160px;height:auto}.king-hill-body .left-bar{left:30px}.king-hill-body .left-bar img{max-width:50px;height:auto}.king-hill-body .left-bar .socials{max-width:120px}.king-hill-body .left-bar .socials p{text-align:center;margin-bottom:5px}}@media (max-width: 960px){.king-hill-body .king-hill-main{margin-top:295px}.king-hill-body .king-hill-logo{top:60px}}@media (max-width: 550px){.king-hill-body .become-king-container{padding:20px 0}.king-hill-body .king-hill-main{width:95%}.king-hill-body .king-hill-logo{top:40px;width:120px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rules-body{width:100%;height:100%;position:absolute;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.rules-body .rules-content{position:absolute;font-size:16px;height:auto;min-height:200px;width:450px;top:40%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:25px 20px;border:2px solid #2c064b;border-radius:15px;background:#a83bff;text-align:justify}@media (max-width: 769px){.rules-body .rules-content{width:70%;font-size:14px;padding:20px 15px}}@media (max-width: 480px){.rules-body .rules-content{width:90%;font-size:14px}}.rules-body .rules-content h2{margin-bottom:10px;text-align:center}.rules-body .rules-content p:not(:last-child){margin-bottom:15px}.left-bar{position:absolute;left:63px;top:500px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0)}.left-bar .socials{display:flex;align-items:center;justify-content:center;flex-direction:column}.left-bar .socials P{font-weight:700;margin-bottom:10px}.left-bar .socials img{width:73px;height:72px;cursor:pointer}@media (max-width: 1200px){.left-bar{left:10px}}@media (max-width: 1200px){.left-bar .left-bar{left:30px}.left-bar .left-bar img{max-width:50px;height:auto}.left-bar .left-bar .socials{max-width:120px}.left-bar .left-bar .socials p{text-align:center;margin-bottom:5px}}@media (max-width: 769px){.left-bar{bottom:20px;top:unset;flex-direction:row;transform:translateY(0)}.left-bar .socials{max-width:130px;flex-direction:row}}.account-info{position:absolute;min-width:276px;min-height:139px;right:51px;top:95px;font-weight:700;padding:2px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#4f0d83cc,#2d1451cc 100%,#2d1451cc,#2d145100 100.01%)}@media (max-width: 1440px){.account-info{right:10px;min-width:auto;min-height:auto;width:230px}}@media (max-width: 1200px){.account-info{width:185px;font-size:14px}}@media (max-width: 960px){.account-info{top:40px;width:160px;font-size:12px}}.account-info .account-info-box{padding:8px 24px;border-radius:22px;width:100%;height:100%;position:relative}@media (max-width: 1200px){.account-info .account-info-box{padding:6px 14px}}@media (max-width: 960px){.account-info .account-info-box{padding:6px 8px}}.account-info .account-info-box:before{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:2px;width:calc(100% + 4px);height:calc(100% + 4px);transform:translate(-4px,-4px);background:linear-gradient(180deg,#fff04e8c,#680f8d08 60%);content:"";-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.account-info .logout{text-align:center;cursor:pointer;display:flex;align-items:flex-end;justify-content:flex-end;gap:8px}.account-info p{text-align:left;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);margin-bottom:4px}.account-info .account-name{color:#fff04e}.account-info .payout-history span,.account-info .rewards span{color:#fff04e;cursor:pointer;text-decoration:underline}.account-info .balance{color:#75fff6}.account-info .leaderboard,.account-info .score{color:#fff}.account-info span{padding-left:8px;text-shadow:none}@media (max-width: 769px){.account-info .account-info{right:20px}.account-info .account-info .account-info-box{padding:5px 10px}}.leaderboard-btn-container{position:absolute;right:101px;top:294px;height:154px;width:165px;cursor:pointer}@media (max-width: 1440px){.leaderboard-btn-container{right:30px}}@media (max-width: 1200px){.leaderboard-btn-container{width:120px;height:auto}}@media (max-width: 960px){.leaderboard-btn-container{top:200px;width:90px}}.leaderboard-btn-container .leaderboard-btn-content{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#190a2fd4;border-radius:24px;box-shadow:inset 2px 4px #ab75cd;padding:19px 37px;height:100%;width:100%;transition:all .1s linear}@media (max-width: 1200px){.leaderboard-btn-container .leaderboard-btn-content{padding:15px 25px;font-size:14px}}@media (max-width: 960px){.leaderboard-btn-container .leaderboard-btn-content{font-size:10px;padding:8px 16px;border-radius:16px;box-shadow:inset 1px 2px #ab75cd}}.leaderboard-btn-container .leaderboard-btn-content:active{box-shadow:none}.leaderboard-btn-container .leaderboard-btn-content img{margin-bottom:16px}@media (max-width: 1200px){.leaderboard-btn-container .leaderboard-btn-content img{margin-bottom:10px}}@media (max-width: 960px){.leaderboard-btn-container .leaderboard-btn-content img{width:25px;margin-bottom:4px}}.leaderboard-btn-container .leaderboard-btn-content p{text-align:center;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);font-weight:700}.pot-size-wrapper{width:100%;background:var(--Linear, linear-gradient(180deg, rgba(88, 7, 152, .49) 0%, rgba(45, 20, 81, .9) 100%, rgba(45, 20, 81, .9) 100%, rgba(45, 20, 81, .9) 100.01%));filter:drop-shadow(0px 7px 20.7px rgba(220,78,255,.31));margin-bottom:16px;padding:2px;border-radius:22px}.pot-size-wrapper .pot-size-container{width:100%;border-radius:24px;padding:16px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;height:138px;position:relative}.pot-size-wrapper .pot-size-container:before{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:2px;width:calc(100% + 4px);height:calc(100% + 4px);transform:translate(-4px,-4px);background:linear-gradient(180deg,#fff04e8c,#680f8d08 60%);content:"";-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}@media (max-width: 1200px){.pot-size-wrapper .pot-size-container{height:auto}}.pot-size-wrapper .pot-size-container .pot-content{display:flex;align-items:center;gap:24px}@media (max-width: 769px){.pot-size-wrapper .pot-size-container .pot-content{gap:16px}}.pot-size-wrapper .pot-size-container .pot-content img{width:72px;height:72px}@media (max-width: 1200px){.pot-size-wrapper .pot-size-container .pot-content img{width:50px;height:50px}}@media (max-width: 769px){.pot-size-wrapper .pot-size-container .pot-content img{height:40px;width:40px}}.pot-size-wrapper .pot-size-container .pot-content .pot-amount{font-weight:700;font-size:56px;color:#75fff6}@media (max-width: 1200px){.pot-size-wrapper .pot-size-container .pot-content .pot-amount{font-size:38px}}@media (max-width: 769px){.pot-size-wrapper .pot-size-container .pot-content .pot-amount{font-size:32px}}@media (max-width: 480px){.pot-size-wrapper .pot-size-container .pot-content .pot-amount{font-size:28px}}.pot-size-wrapper .pot-size-container .pot-title{font-size:22px;font-weight:700;line-height:26px;text-align:left;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);margin-bottom:8px}@media (max-width: 1200px){.pot-size-wrapper .pot-size-container .pot-title{font-size:18px;margin-bottom:0}}@media (max-width: 769px){.pot-size-wrapper .pot-size-container .pot-title{font-size:16px}}@media (max-width: 480px){.pot-size-wrapper .pot-size-container .pot-title{font-size:14px}}.leaderboard-container{width:100%;height:517px;position:relative;border-radius:24px;background:#190a2f;margin-bottom:22px;border-bottom:5px solid #331855}@media (max-width: 1200px){.leaderboard-container{height:auto}}.leaderboard-container .leaderboard-content{padding:31px 36px 22px;height:auto;display:flex;flex-direction:column}@media (max-width: 1200px){.leaderboard-container .leaderboard-content{padding:20px 25px 15px}}@media (max-width: 550px){.leaderboard-container .leaderboard-content{padding:12px 15px 8px}}.leaderboard-container .leaderboard-content .loader{align-self:center;justify-self:center}.leaderboard-container .leaderboard-content .log-btn{text-transform:lowercase;min-height:40px;align-self:center;font-size:18px}.leaderboard-container .leaderboard-content .leaderboard-header{text-align:center;font-size:22px;font-weight:700;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);margin-bottom:48px}@media (max-width: 1200px){.leaderboard-container .leaderboard-content .leaderboard-header{margin-bottom:20px}}.leaderboard-container .leaderboard-content .leaderboard-list-wrapper{display:flex;gap:24px;height:334px;margin-bottom:16px}@media (max-width: 1200px){.leaderboard-container .leaderboard-content .leaderboard-list-wrapper{height:290px;gap:10px}}@media (max-width: 550px){.leaderboard-container .leaderboard-content .leaderboard-list-wrapper{height:220px}}.leaderboard-container .leaderboard-content .leaderboard-list-wrapper .line{width:1px;height:100%;background:#fff}.leaderboard-container .close-icon{position:absolute;top:28px;right:24px;cursor:pointer}@media (max-width: 1200px){.leaderboard-container .close-icon{top:20px}}@media (max-width: 550px){.leaderboard-container .close-icon{top:17px;right:15px;width:20px}}.leaderboard-list{width:50%}.leaderboard-item{margin-bottom:16px;font-weight:700;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);display:flex;justify-content:space-between}@media (max-width: 1200px){.leaderboard-item{margin-bottom:12px;font-size:14px}}@media (max-width: 550px){.leaderboard-item{margin-bottom:8px;font-size:12px}}.leaderboard-item.leader{color:#fff04e}.leaderboard-item .user-number{margin-right:8px}@media (max-width: 550px){.leaderboard-item .user-number{margin-right:4px}}.user-score-container{height:35px;border-radius:8px;background:#dc4eff4d}@media (max-width: 550px){.user-score-container{height:30px;font-size:14px}}.user-score-container .user-score-content{display:flex;padding:8px 48px;justify-content:space-between;align-items:center;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);font-weight:600}@media (max-width: 550px){.user-score-container .user-score-content{padding:8px 26px}}.user-score-container .user-score-content .score-data{display:flex;gap:8px;color:#fff}.user-score-container .user-score-content .score-data span{color:#fff04e}.custom-button{border-radius:44px;width:288px;min-height:88px;border:1px solid transparent;background:radial-gradient(351.75% 89.71% at 47.58% 50%,#ce42ff,#8e35ff) padding-box,linear-gradient(#fff04e8c,#680f8d08) border-box;box-shadow:0 7px 20.7px #dc4eff4f;background-position:center;background-repeat:no-repeat;font-weight:900;font-size:24px;text-transform:capitalize;color:#fff;cursor:pointer;text-shadow:0px 2px 8px #9700A4}@media (max-width: 1200px){.custom-button{width:220px;min-height:60px;font-size:18px}}.custom-button:disabled{cursor:not-allowed}.referal-block{display:flex;width:calc(100% + 2px);border-radius:7px;padding:1px;background:#dc4eff4d}.referal-block .referal-block-content{width:100%;display:flex;padding:8px 24px;align-items:center;position:relative}@media (max-width: 1200px){.referal-block .referal-block-content{padding:8px 16px;font-size:14px}}.referal-block .referal-block-content:before{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;padding:1px;width:calc(100% + 2px);height:calc(100% + 2px);transform:translate(-2px,-2px);background:linear-gradient(180deg,#fff04e8c,#680f8d08 60%);content:"";-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}@media (max-width: 550px){.referal-block .referal-block-content{flex-direction:column}}.referal-block .referal-block-content .referal-text{text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);font-size:24px;font-style:normal;font-weight:700;margin-right:8px}@media (max-width: 1200px){.referal-block .referal-block-content .referal-text{font-size:16px}}.referal-block .referal-block-content .referal-link-content{display:flex;justify-content:space-between;align-items:center;flex:1;gap:8px}.referal-block .referal-block-content .referal-link-content .referal-link{font-size:24px}@media (max-width: 1200px){.referal-block .referal-block-content .referal-link-content .referal-link{font-size:16px}}.referal-block .referal-block-content .referal-link-content .link-copy-icon{margin-left:auto;cursor:pointer}@media (max-width: 1200px){.referal-block .referal-block-content .referal-link-content .link-copy-icon{width:35px}}.win-time-info{font-weight:700;font-size:24px;line-height:140%;max-width:90%;height:auto;min-height:40px;text-align:center;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0)}@media (max-width: 1200px){.win-time-info{font-size:18px}}@media (max-width: 480px){.win-time-info{font-size:16px}}.become-king-countdown{min-height:160px;width:100%;display:flex;flex-direction:column;justify-content:center;margin-top:-18px;margin-bottom:30px}.become-king-countdown.win{justify-content:center}@media (max-width: 1200px){.become-king-countdown.win{min-height:130px}}.become-king-countdown.done{min-height:50px;min-height:250px}@media (max-width: 1200px){.become-king-countdown.done{min-height:200px}}@media (max-width: 679px){.become-king-countdown.done{min-height:150px}}.become-king-countdown .end{display:flex;align-self:center}@media (max-width: 1200px){.become-king-countdown{min-height:110px;margin-bottom:0}}.become-king-countdown span{font-family:Playfair Display SC,serif;text-shadow:0 4px 5px rgba(0,0,0,.6);font-size:148px;color:#fff04e;margin-bottom:10px;font-weight:400;line-height:normal;margin-top:-5px}@media (max-width: 1200px){.become-king-countdown span{font-size:96px;height:115px;margin-top:-20px;margin-bottom:24px}}@media (max-width: 480px){.become-king-countdown span{font-size:85px;margin-bottom:15px}}.become-king-countdown .end{font-size:36px}.winner-name{font-weight:700;font-size:36px;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);text-align:center;margin-top:25px;margin-bottom:-20px}@media (max-width: 1200px){.winner-name{font-size:26px;margin-bottom:-10px}.winner-name span{height:auto}}@media (max-width: 480px){.winner-name{font-size:22px}}.winner-name span{margin-top:-10px;display:block;font-size:76px;font-family:Roboto}@media (max-width: 1200px){.winner-name span{font-size:56px;margin-top:-5px}}@media (max-width: 480px){.winner-name span{font-size:42px}}.winner-container .claim-btn{display:block;margin:0 auto}.winner-container .won{display:block;text-align:center;font-family:Roboto;font-size:26px;margin-bottom:20px}@media (max-width: 1200px){.winner-container .won{height:auto;font-size:22px;margin-top:20px}}.waiting-container{font-weight:700;font-size:36px;max-width:370px;margin:30px auto 0;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);text-align:center;color:#fff04e;padding:40px 0}@media (max-width: 1200px){.waiting-container{font-size:26px}}@media (max-width: 480px){.waiting-container{max-width:220px;font-size:22px;padding:30px 0}}.current-king-container{display:flex;align-items:center;gap:24px;font-size:24px;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0);margin-bottom:24px}.current-king-container.hidden{visibility:hidden}@media (max-width: 1200px){.current-king-container{font-size:20px;gap:16px;margin-bottom:16px}}@media (max-width: 480px){.current-king-container{font-size:18px}.current-king-container.done{margin-bottom:45px}}.current-king-container .king-icon{width:36px;height:auto}@media (max-width: 1200px){.current-king-container .king-icon{width:30px}}.current-king-container .king-name{font-weight:700;margin-left:12px}.coundown-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700}.coundown-container .grace-status{margin-bottom:16px;width:calc(100% + 4px);font-size:14px;display:flex;flex-direction:column;height:84px;align-items:center;justify-content:center;background:#dc4eff80}@media (max-width: 1200px){.coundown-container .grace-status{height:70px;margin-bottom:5px}}.coundown-container .grace-status .grace-header{display:flex;gap:8px;color:#fff04e;font-size:24px;font-weight:700;line-height:140%}@media (max-width: 1200px){.coundown-container .grace-status .grace-header{font-size:20px}}.coundown-container .grace-status .grace-left{font-size:24px;font-weight:700;line-height:140%}.coundown-container .grace-status .grace-left span{font-size:24px;text-shadow:none;font-family:Roboto}@media (max-width: 1200px){.coundown-container .grace-status .grace-left span{font-size:20px}}.countup-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;font-family:Playfair Display SC,serif;text-shadow:0 4px 5px rgba(0,0,0,.6);font-size:115px;color:#fff04e;margin-top:20px}@media (max-width: 1200px){.countup-container{font-size:96px;margin-top:0;font-size:85px}}@media (max-width: 480px){.countup-container{font-size:65px}}.tap-cost-info{font-size:16px;font-weight:700;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0)}.become-king-button{margin-bottom:12px;display:flex;flex-direction:column;align-items:center;justify-content:center}.become-king-button .free-taps-label{font-size:12px}.become-king-button.hidden{display:none}.become-king-button .claim{font-size:18px}.rules-btn-container{position:absolute;right:10px;bottom:20px;display:flex;flex-direction:column;align-items:center}.rules-btn-container .rules-btn-popup{height:73px;width:73px;display:flex;align-items:center;justify-content:center;font-family:Playfair Display SC,serif;font-size:48px;margin-bottom:11px;position:relative;cursor:pointer}@media (max-width: 1200px){.rules-btn-container .rules-btn-popup{width:60px;height:60px;font-size:36px;margin-bottom:7px}.rules-btn-container .rules-btn-popup img{width:70px;height:70px}}@media (max-width: 480px){.rules-btn-container .rules-btn-popup{width:40px;height:40px;font-size:28px}.rules-btn-container .rules-btn-popup img{width:60px;height:60px}}.rules-btn-container .rules-btn-popup div{position:absolute;font-family:Playfair Display SC;font-weight:900;top:0;left:50%;transform:translate(-50%)}.rules-btn-container .rules-title{font-weight:700;text-shadow:-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0)}@media (max-width: 480px){.rules-btn-container .rules-title{font-size:14px}}.king-hill-main{margin-top:95px;margin-bottom:185px;width:698px;display:flex;flex-direction:column;align-items:center}.become-king-wrapper{width:100%;max-height:444px;margin-bottom:22px;padding:2px;border-radius:22px;background:var(--Linear, linear-gradient(180deg, rgba(88, 7, 152, .49) 0%, rgba(45, 20, 81, .9) 100%, rgba(45, 20, 81, .9) 100%, rgba(45, 20, 81, .9) 100.01%));filter:drop-shadow(0px 7px 20.7px rgba(220,78,255,.31))}.become-king-wrapper.bg-big{max-height:512px}.become-king-wrapper .become-king-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:20px 0;position:relative}.become-king-wrapper .become-king-container:before{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:2px;width:calc(100% + 4px);height:calc(100% + 4px);transform:translate(-4px,-4px);background:linear-gradient(180deg,#fff04e8c,#680f8d08 60%);content:"";-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.lottery-pool-container{position:absolute;right:101px;top:455px;height:154px;width:165px}@media (max-width: 1440px){.lottery-pool-container{right:30px}}@media (max-width: 960px){.lottery-pool-container{top:38px;right:180px;height:137px;width:120px}.lottery-pool-container.no-user{right:10px}}@media (max-width: 550px){.lottery-pool-container{top:150px;left:10px}}.lottery-pool-container .lottery-pool-content{background-color:#190a2fd4;border-radius:24px;box-shadow:inset 2px 4px #ab75cd;padding:12px;width:100%;height:100%;transition:all .1s linear}.lottery-pool-container .lottery-pool-content .loader{width:50px;right:50%;transform:translate(50%)}.lottery-pool-container .lottery-pool-content .lottery-title{width:100%;font-size:16px;text-align:center;margin-bottom:10px}@media (max-width: 960px){.lottery-pool-container .lottery-pool-content .lottery-title{margin-bottom:6px}}.lottery-pool-container .lottery-pool-content .lottery-list{overflow-y:auto;height:105px}@media (max-width: 960px){.lottery-pool-container .lottery-pool-content .lottery-list{height:85px}}.lottery-pool-container .lottery-pool-content .lottery-list .lottery-item{font-size:14px;font-weight:700}@media (max-width: 960px){.lottery-pool-container .lottery-pool-content .lottery-list .lottery-item{font-size:12px}}.lottery-pool-container .lottery-pool-content .lottery-list .lottery-item .place{display:inline-block;margin-right:5px}.lottery-pool-container .lottery-pool-content .lottery-list .lottery-item .prize{color:#75fff6}.payout-body{width:100%;height:100%;position:absolute;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}.payout-content{position:absolute;font-size:16px;width:auto;min-height:400px;width:550px;top:40%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:25px 20px;border:2px solid #2c064b;border-radius:15px;background:#a83bff;text-align:justify;cursor:default}.payout-content .loader{right:50%;transform:translate(50%)}@media (max-width: 769px){.payout-content{width:80%;font-size:14px;padding:20px 15px}}@media (max-width: 480px){.payout-content{width:90%;font-size:12px}}.payout-content h2{margin-bottom:10px;text-align:center}.payout-content p:not(:last-child){margin-bottom:15px}.payout-content .payout-table{display:block;width:100%;height:100%;font-weight:700;overflow-y:auto;max-height:300px}.payout-content .payout-table::-webkit-scrollbar{width:3px;height:3px;background:#fff04e}.payout-content .payout-table::-webkit-scrollbar-thumb{background:#fff04e}.payout-content .payout-table th,.payout-content .payout-table td{padding:8px}.payout-content .payout-table th{color:#fff04e;font-size:20px}@media (max-width: 480px){.payout-content .payout-table th{font-size:16px}}.payout-content .payout-table td{text-align:left}.payout-content .payout-table .amount{color:#75fff6}.rewards-body{width:100%;height:100%;position:absolute;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}.rewards-content{position:absolute;font-size:16px;width:auto;min-height:400px;width:550px;top:40%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:25px 20px;border:2px solid #2c064b;border-radius:15px;background:#a83bff;text-align:justify;cursor:default}.rewards-content .loader{right:50%;transform:translate(50%)}.rewards-content .no-rewards{margin-top:50px;text-align:center;color:#fff04e;font-weight:700}@media (max-width: 769px){.rewards-content .no-rewards{margin-top:20px}}@media (max-width: 769px){.rewards-content{width:450px;font-size:14px;padding:12px 8px}}@media (max-width: 480px){.rewards-content{width:350px;font-size:12px}}.rewards-content h2{margin-bottom:20px;text-align:center}.rewards-content p:not(:last-child){margin-bottom:15px}.rewards-content .rewards-table{width:100%;table-layout:fixed}.rewards-content .rewards-table .reward-claim-btn{width:90px;min-height:40px;font-size:16px;background:#190a2fd4}@media (max-width: 480px){.rewards-content .rewards-table .reward-claim-btn{font-size:14px;min-height:30px;width:75px}}.rewards-content .rewards-table tbody,.rewards-content .rewards-table thead{display:block}.rewards-content .rewards-table tbody{height:300px;overflow-y:auto;overflow-x:hidden;font-weight:700}.rewards-content .rewards-table tbody::-webkit-scrollbar{width:3px;height:3px;background:#fff04e}.rewards-content .rewards-table tbody::-webkit-scrollbar-thumb{background:#fff04e}.rewards-content .rewards-table .id{width:100px}@media (max-width: 480px){.rewards-content .rewards-table .id{width:80px}}.rewards-content .rewards-table .rewards{width:270px}@media (max-width: 769px){.rewards-content .rewards-table .rewards{width:200px}}@media (max-width: 480px){.rewards-content .rewards-table .rewards{width:150px}}.rewards-content .rewards-table .reward-amount{width:270px;color:#75fff6}@media (max-width: 769px){.rewards-content .rewards-table .reward-amount{width:200px}}@media (max-width: 480px){.rewards-content .rewards-table .reward-amount{width:150px}}.rewards-content .rewards-table td,.rewards-content .rewards-table th{text-align:center}.rewards-content .rewards-table td{padding-bottom:6px;font-size:16px;column-span:2}@media (max-width: 769px){.rewards-content .rewards-table td{font-size:14px}}.rewards-content .rewards-table th{color:#fff04e;font-size:20px}@media (max-width: 769px){.rewards-content .rewards-table th{font-size:16px}}*{padding:0;margin:0;list-style:none;outline:none;box-sizing:border-box;font-family:Roboto,sans-serif}html{-ms-text-size-adjust:auto;-webkit-text-size-adjust:auto}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#fff;background-image:url(/assets/bg-nQD0OQeU.webp);background-color:#000;background-size:cover;background-position:center top;background-repeat:no-repeat}button,input,::placeholder{font-size:16px}a{text-decoration:none}#root{width:100%;height:auto}*::-webkit-scrollbar-track{border-radius:3px;background-color:#000}*::-webkit-scrollbar{width:6px;height:6px;background:#000}*::-webkit-scrollbar-thumb{border-radius:3px;background:#a83bff}
