.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}:root{--gold-color: #ff9900;--white-color: #ffffff;--gray-color: #d9d9d9;--blue-color: #0047ff;--bg-color: #121212;--white-font-color: #ffffff;--black-font-color: #000000;--gold-box-shadow-effect: 0px 4px 10px #ff990050;--dark-box-shadow-effect: 0px 4px 10px #00000050}*{box-sizing:border-box;padding:0;margin:0;font-family:Rokh;direction:rtl}body{background-color:var(--bg-color);display:flex;justify-content:center}.container{padding:15px;width:360px}.header{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.title{display:flex;justify-content:center;align-items:center;box-shadow:var(--gold-box-shadow-effect);background-color:var(--gold-color);width:330px;height:55px;border-radius:10px}.title h1{font-weight:900;font-size:25px;text-align:center}.description{display:flex;justify-content:center;align-items:center;background-color:var(--white-color);border-radius:0 0 10px 10px;width:295px;padding:15px;box-shadow:var(--gold-box-shadow-effect);flex-direction:column}.description p{text-align:justify;font-size:13px;line-height:18px;overflow:hidden;transition:height .5s ease;border-radius:5px;margin:0 0 5px}.description-open{max-height:100%}.description-close{height:125px;background:linear-gradient(0deg,#00000050,#fff0 30%)}.right-sword{position:absolute;right:-5px}.left-sword{position:absolute;-webkit-transform:scaleX(-1);transform:scaleX(-1);left:-5px}.current-user-information{margin:10px 0;padding:10px;box-shadow:var(--gold-box-shadow-effect);display:flex;background-color:var(--gold-color);border-radius:10px;gap:5px;align-items:center}.current-user-information-img{width:100px;height:100%}.information-box{width:100%;display:flex;flex-direction:column;gap:5px}.information-box-title{background-color:var(--white-color);display:flex;justify-content:center;align-items:center;height:25px;border-radius:5px;font-weight:900}.information-box-server-info{display:flex;justify-content:center;align-items:center;gap:5px}.information-box-server-badge{background-color:var(--white-color);width:40px;height:40px;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:5px}.information-box-server-badge p:nth-child(1){font-size:8px}.information-box-server-badge p:nth-child(2){font-size:24px}.information-box-user-info{width:100%;height:40px;background-color:var(--white-color);border-radius:5px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:0 5px}.information-box-user-score{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:row;background-color:var(--gray-color);border-radius:0 5px 5px 0;padding:5px 5px 5px 10px;margin:0 0 0 10px;font-size:8px;width:40px}.information-box-user-info-rank{font-size:8px;background-color:var(--gray-color);padding:5px;border-radius:5px}.information-box-user-info-name{font-size:12px;max-width:85px;overflow-x:scroll;white-space:nowrap}.information-box-user-info>p::-webkit-scrollbar,.information-box-user-score>p::-webkit-scrollbar{display:none}.information-box-user-score>p{overflow-x:scroll}.information-box-user-score img{left:-10px;position:absolute;height:20px}.information-box-user-not-found{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px}.information-box-user-not-found p{text-align:center;font-size:15px;background-color:var(--white-color);border-radius:5px;padding:5px}.information-box-user-not-found a{width:100%}.information-box-user-not-found button{width:100%;background-color:var(--gray-color);border:none;padding:5px;border-radius:5px;box-shadow:var(--dark-box-shadow-effect);cursor:pointer;font-weight:900}.information-box-user-not-found button:hover{background-color:var(--gold-color);box-shadow:var(--dark-box-shadow-effect)}.top-user{background-color:var(--blue-color);border-radius:10px;padding:15px;display:flex;align-items:center;justify-content:center}.top-user-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:285px}.top-user-title{background-color:var(--white-color);padding:5px;border-radius:5px;display:flex;justify-content:center;align-items:center;width:100%;font-weight:900}.top-user-table-header{display:flex;justify-content:space-between;align-items:center;width:100%}.top-user-table-header p{height:25px;font-weight:900;background-color:var(--white-color);border-radius:5px;width:125px;justify-content:center;align-items:center;display:flex}.top-user-table-header-top-score-image,.top-users-rank{width:25px;height:25px;background-color:var(--white-color);display:flex;justify-content:center;align-items:center;border-radius:5px}.top-user-table-row{width:100%;display:flex;justify-content:space-between;align-items:center}.top-users{height:25px;background-color:var(--white-color);border-radius:5px;width:100%;justify-content:space-between;align-items:center;display:flex;padding:5px}.top-users-stage-two{width:125px}.top-users-name{font-size:12px;max-width:180px;white-space:nowrap;overflow-x:scroll}.top-users-name-stage-two{max-width:70px}.top-users-name::-webkit-scrollbar{display:none}.top-users-score{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:row;background-color:var(--gray-color);border-radius:0 5px 5px 0;margin:0 0 0 8px;padding:2px 2px 2px 8px;font-size:8px;width:35px;white-space:nowrap}.top-users-score>p::-webkit-scrollbar{display:none}.top-users-score>p{overflow-x:scroll}.top-users-score img{left:-8px;position:absolute;height:15px}.top-users-tooltip{display:flex;flex-direction:column}.top-users-tooltip-row{display:flex;flex-direction:row;justify-content:space-between;gap:10px}@keyframes background-slide{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.league-box{margin:10px 0;padding:15px;display:flex;border-radius:10px;gap:5px;flex-direction:column;justify-content:center;align-items:center}.Gold{background:linear-gradient(-30deg,#fec36a 14%,#f90 32%,#fec36a 51%,#f90 69%,#fec36a 81%,#f90 97%);background-size:200% auto;animation:background-slide 3s linear infinite}.Silver{background:l3ear-gradient(-30deg,rgb(144,144,144,1) 14%,rgb(236,236,236,1) 32%,rgb(144,144,144,1) 51%,rgb(236,236,236,1) 69%,rgb(144,144,144,1) 81%,rgb(236,236,236,1) 97%);background-size:200% auto;animation:background-slide 3s linear infinite}.Bronze{background:linear-gradient(-30deg,#e38425 14%,#fa6525 32%,#e38425 51%,#fa6525 69%,#e38425 81%,#fa6525 97%);background-size:200% auto;animation:background-slide 3s linear infinite}.server-a-score{border-radius:0 5px 5px 0;height:100%;background:linear-gradient(-45deg,#ff5c00 14%,#fc8948 34%,#ff5c00 56%,#fc8948 81%);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px;animation:score-bar-animation 2s ease forwards}.server-b-score{border-radius:5px 0 0 5px;height:100%;background:linear-gradient(-45deg,#0047ff 14%,#487bff 34%,#0047ff 56%,#487bff 81%);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px;animation:score-bar-animation 2s ease forwards}.league-top-user-table-header-top-score-image{width:25px;height:60px;background-color:var(--white-color);display:flex;justify-content:center}.Silver{background:linear-gradient(-30deg,#909090 14%,#ececec 32%,#909090 51%,#ececec 69%,#909090 81%,#ececec 97%);background-size:200% auto;animation:background-slide 10s linear infinite}.Bronze{background:l3ear-gradient(-30deg,rgb(227,132,37,1) 14%,rgb(250,101,37,1) 32%,rgb(227,132,37,1) 51%,rgb(250,101,37,1) 69%,rgb(227,132,37,1) 81%,rgb(250,101,37,1) 97%);background-size:200% auto;animation:background-slide 10s linear infinite}.league-box-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:285px}.league-box-title{background-color:var(--white-color);width:100%;border-radius:5px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px}.league-box-title p{font-size:25px;font-weight:900}.score-bar{display:flex;justify-content:space-between;align-items:center;background-color:var(--white-color);border-radius:5px;height:60px;width:100%}.server-score{height:100%}.server-a{display:flex;justify-content:flex-start;align-items:center}.server-b{display:flex;justify-content:flex-end;align-items:center}.server-a-score{border-radius:0 5px 5px 0;height:100%;background:#ff5c00;background:linear-gradient(-45deg,#ff5c00 14%,#fc8948 34%,#ff5c00 56%,#fc8948 81%);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px;animation:score-bar-animation 2s ease forwards}.server-b-score{border-radius:5px 0 0 5px;height:100%;background:#0047ff;background:linear-gradient(-45deg,#0047ff 14%,#487bff 34%,#0047ff 56%,#487bff 81%);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px;animation:score-bar-animation 2s ease forwards}@keyframes score-bar-animation{0%{width:0%;font-size:0px}to{width:100%;font-size:16px}}.league-top-user-table-header-top-score-users{height:60px;font-weight:900;background-color:var(--white-color);border-radius:5px;width:125px;justify-content:center;align-items:center;display:flex;flex-direction:column;font-size:12px}.league-top-user-table-header-top-score-image{width:25px;height:60px;background-color:var(--white-color);display:flex;justify-content:center;align-items:center;border-radius:5px}.show-user-btn{width:100%;background-color:var(--gray-color);border:none;padding:5px;border-radius:5px;box-shadow:var(--dark-box-shadow-effect);cursor:pointer;font-weight:900}.show-user-btn:hover{background-color:var(--gold-color)}.before-start{margin:10px 0;padding:15px;display:flex;border-radius:10px;gap:5px;flex-direction:column;justify-content:center;align-items:center;background-color:var(--gold-color);box-shadow:var(--gold-box-shadow-effect)}.before-start-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:285px}.before-start-count-down{display:flex;justify-content:center;align-items:center;gap:10px;direction:ltr}.before-start-count-down div{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:var(--white-color);width:50px;height:50px;border-radius:5px}.loading{display:flex;justify-content:center;align-items:center;background-color:var(--white-color);width:150px;height:150px;border-radius:50%;position:relative}.sword-1{animation:fightright 2s ease-in-out infinite 1s;position:absolute;right:10px;bottom:20px}.sword-2{position:absolute;animation:fightleft 2s ease-in-out infinite 1s;-webkit-transform:scaleX(-1);transform:scaleX(-1);left:10px;bottom:20px}@keyframes fightleft{0%{transform:scaleX(-1) rotate(0);left:10;bottom:20}30%{transform:scaleX(-1) rotate(0);bottom:20}40%{transform:scaleX(-1) rotate(-45deg);left:10;bottom:22px}45%{transform:scaleX(-1) rotate(-65deg);left:10}65%{transform:scaleX(-1) rotate(-410deg);left:30px;bottom:30px}95%{transform:scaleX(-1) rotate(-410deg);left:10;bottom:20}to{transform:scaleX(-1) rotate(-360deg);left:10;bottom:20}}@keyframes fightright{0%{-webkit-transform:rotateZ(0deg);transform:rotate(0);right:10;bottom:20}30%{-webkit-transform:rotateZ(0deg);transform:rotate(0);bottom:20}45%{-webkit-transform:rotateZ(-45deg);transform:rotate(-45deg);right:10;bottom:22px}50%{-webkit-transform:rotateZ(-65deg);transform:rotate(-65deg);right:10}65%{-webkit-transform:rotateZ(-410deg);transform:rotate(-410deg);right:30px;bottom:30px}95%{-webkit-transform:rotateZ(-410deg);transform:rotate(-410deg);right:10;bottom:20}to{-webkit-transform:rotateZ(-360deg);transform:rotate(-360deg);right:10;bottom:20}}@font-face{font-family:Rokh;font-weight:900;src:url(/attack-leaderboard/assets/RokhFaNum-Black-B7n7FidX.eot);src:url(/attack-leaderboard/assets/RokhFaNum-Black-DATYsYUS.woff2) format("woff2"),url(/attack-leaderboard/assets/RokhFaNum-Black-BVRay5Xl.woff) format("woff")}@font-face{font-family:Rokh;font-weight:700;src:url(/attack-leaderboard/assets/RokhFaNum-Bold-CGjLqZVA.eot);src:url(/attack-leaderboard/assets/RokhFaNum-Bold-6S6kQUOW.woff2) format("woff2"),url(/attack-leaderboard/assets/RokhFaNum-Bold-CVb1sMQ-.woff) format("woff")}
