.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}}hr{margin:0;width:90%;border:0;height:1px;background-image:linear-gradient(to right, rgba(221, 221, 221, 0), rgba(221, 221, 221, 0.75), rgba(221, 221, 221, 0))}.eraser{font-size:1.5rem;font-weight:normal}.eraser:hover{text-decoration:none}.botbar{position:relative;min-height:45.33px}.botbar .stat{position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:.5rem;border:1px solid #84cc16;background-color:#f7fee7}.botbar .stat>div:first-child{color:#3f6212;font-weight:bold}.botbar .sort{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center}.coach-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}.coach-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)}}#bs-select-1{max-height:253px !important}