.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: #f04928;--white-color: #ffffff;--gray-color: #d9d9d9;--blue-color: #27cff0;--bg-color: #f6c68a;--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{margin:5px 0 0;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;color:var(--white-font-color)}.title h1{font-weight:900;font-size:24px}.description{display:flex;justify-content:start;align-items:start;background-color:var(--white-color);border-radius:0 0 10px 10px;width:295px;padding:10px;box-shadow:var(--gold-box-shadow-effect);flex-direction:column;max-height:130px;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1);position:relative}.description p{font-size:13px;line-height:17px;color:var(--black-font-color)}.description.expanded{max-height:1000px;transition:max-height .5s cubic-bezier(.4,0,.2,1)}.expand-btn{background:var(--gold-color);color:var(--white-font-color);border:none;border-radius:10px;padding:5px;font-size:13px;cursor:pointer;box-shadow:0 2px 8px #0001;transition:background .2s;position:absolute;left:10px;bottom:-8px}.expand-btn:hover{background:var(--gray-color)}.right-sword{position:absolute;width:100px;-webkit-transform:scaleX(-1);transform:scaleX(-1);right:-15px;z-index:1}.left-sword{width:100px;left:-15px;position:absolute;z-index:1}.current-user-information{margin:10px 0;padding:10px;box-shadow:var(--gold-box-shadow-effect);display:flex;justify-content:center;align-items:center;background-color:var(--gold-color);border-radius:10px;gap:5px}.current-user-information-image{width:92px;height:94px}.information-box{width:100%;display:flex;flex-direction:column;gap:5px}.information-box-title{color:var(--white-font-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-have-no-score{width:100%;text-align:center}.information-box-user-info-rank{display:flex;justify-content:center;align-items:center;font-size:12px;background-color:var(--gray-color);padding:5px;border-radius:5px}.information-box-user-info-name{font-size:12px;max-width:200px;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:#ff795f;border:none;border-radius:5px;box-shadow:var(--dark-box-shadow-effect);cursor:pointer;font-weight:900;padding:7px 5px 5px;color:var(--white-font-color)}.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:300px}.top-user-selectors{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;position:relative;gap:5px}.top-user-selectors div{position:relative;width:100%}.top-user-selectors button{width:100%;border-radius:5px;border:none;padding:5px;background-color:var(--gray-color);font-weight:900;cursor:pointer;text-align:right}.top-user-selectors button:hover{background-color:var(--white-color);box-shadow:var(--dark-box-shadow-effect)}.active-selector{background-color:var(--white-color)!important;box-shadow:var(--dark-box-shadow-effect)}.weekly-img{width:30px;position:absolute;z-index:1;left:-1px;bottom:-5px;cursor:pointer}.monthly-img{width:35px;position:absolute;z-index:1;left:-1px;bottom:-4px;cursor:pointer}.SummerFull-img{width:35px;position:absolute;z-index:1;left:-7px;bottom:-4px;cursor:pointer}.top-user-selector-full-gift{position:absolute;left:-20px}.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:32px;background-color:var(--white-color);border-radius:5px;width:100%;justify-content:space-between;align-items:center;display:flex;padding:5px}.top-users-name{font-size:16px;max-width:200px;white-space:nowrap;overflow-x:scroll}.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 12px;padding:2px 2px 2px 12px;font-size:12px;width:50px;white-space:nowrap}.top-users-score>p::-webkit-scrollbar{display:none}.top-users-score>p{overflow-x:scroll}.top-users-score img{left:-12px;position:absolute;height:20px}.top-users-tooltip{display:flex;flex-direction:column}.top-users-tooltip-row{display:flex;flex-direction:row;justify-content:space-between;gap:10px}.loading{padding:20px 0;display:flex;justify-content:center;align-items:center}.loading-score{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.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-text{color:var(--white-font-color)}.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}@font-face{font-family:Rokh;font-weight:900;src:url(/summer-campaign/assets/RokhFaNum-Black-B7n7FidX.eot);src:url(/summer-campaign/assets/RokhFaNum-Black-DATYsYUS.woff2) format("woff2"),url(/summer-campaign/assets/RokhFaNum-Black-BVRay5Xl.woff) format("woff")}@font-face{font-family:Rokh;font-weight:700;src:url(/summer-campaign/assets/RokhFaNum-Bold-CGjLqZVA.eot);src:url(/summer-campaign/assets/RokhFaNum-Bold-6S6kQUOW.woff2) format("woff2"),url(/summer-campaign/assets/RokhFaNum-Bold-CVb1sMQ-.woff) format("woff")}
