.paginate{display:flex;justify-content:center;gap:.5rem;margin:1rem 0 2rem 0}.paginate>div>a{padding:1.6rem;display:flex;justify-content:center;align-items:center;line-height:.5rem;border:1px solid rgba(0,0,0,0);width:30px;height:30px;border-radius:.5rem;box-shadow:5px 5px 8px 0px rgba(0,0,0,.1);text-decoration:none;background-color:#fff;transition:all .2s ease-in-out}.paginate>div>a.disabled{cursor:not-allowed}.paginate>div>a.active{cursor:not-allowed}.paginate>div>span{padding:1.6rem;display:flex;justify-content:center;align-items:center;line-height:.5rem;border:1px solid rgba(0,0,0,0);width:30px;height:30px;border-radius:.5rem;box-shadow:5px 5px 8px 0px rgba(0,0,0,.1);text-decoration:none;background-color:#f5f5f5;color:#aaa;cursor:not-allowed}@media(max-device-width: 480px)and (orientation: portrait){.paginate>div>a,.paginate>div>span{padding:1.25rem;font-size:12px;font-weight:bold;line-height:.25rem;width:20px;height:20px}}.shorten{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}#bs-select-3{max-height:253px !important}.eraser{font-size:1.5rem;font-weight:normal}.eraser:hover{text-decoration:none}#ranking .player{box-shadow:0 3px 6px rgba(0,0,0,.15);border-radius:20px}#ranking .player.inactive{background:repeating-linear-gradient(-45deg, #eee, #eee 7px, #f6f6f6 7px, #f6f6f6 15px)}#ranking .player>div:first-child{display:flex;justify-content:center;align-items:center;border-top-left-radius:.7rem;border-bottom-left-radius:.7rem;font-weight:300;min-width:60px;font-size:24px}#ranking .player>div:nth-child(2){display:flex;align-items:center;padding:1.5rem}#ranking .player>div:nth-child(2)>img{width:40px;height:40px}#ranking .player>div:nth-child(3){flex-grow:1;margin:auto}#ranking .player>div:nth-child(3)>div{display:flex;flex-direction:column}#ranking .player>div:nth-child(3)>div>div:first-child{display:flex;align-items:center;justify-self:center;gap:6px}#ranking .player>div:nth-child(3)>div>div:last-child a{font-weight:bold;font-size:20px;text-decoration:none}@media(min-width: 768px){#ranking .player>div:first-child{min-width:60px;font-size:24px}#ranking .player>div:nth-child(2)>img{width:40px;height:40px}}@media(min-width: 992px){#ranking .player>div:first-child{min-width:110px;font-size:50px}#ranking .player>div:nth-child(2)>img{width:100px;height:100px}}@media(min-width: 1200px){#ranking .player>div:first-child{min-width:170px;font-size:80px}#ranking .player>div:nth-child(2)>img{width:120px;height:120px}}.ranking-overlay{position:fixed;left:0;top:0;right:0;bottom:0;z-index:100;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.7);opacity:1;transition:opacity .5s ease-in-out}.ranking-overlay .loader{width:50px;height:50px;border-radius:50%;display:inline-block;border-top:5px solid #0369a1;border-right:5px solid rgba(0,0,0,0);box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}