.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}}.friends{display:flex;flex-direction:column;gap:1rem}.friends>div{display:flex;flex-direction:column;gap:1rem;padding:1rem;background-color:#fff;border:1px solid #e3e3e3;border-radius:.75rem;box-shadow:5px 5px 8px 0px rgba(0,0,0,.1)}.friends>div.waiting{background:repeating-linear-gradient(-45deg, #eee, #eee 7px, #f6f6f6 7px, #f6f6f6 15px);border:1px solid rgb(204.3,204.3,204.3)}.friends>div.waiting:hover{background:repeating-linear-gradient(-45deg, rgb(226.1, 226.1, 226.1), rgb(226.1, 226.1, 226.1) 7px, rgb(233.7, 233.7, 233.7) 7px, rgb(233.7, 233.7, 233.7) 15px)}.friends>div>div:first-child{display:flex;align-items:center}.friends>div>div:first-child>div:first-child{text-align:center;font-size:16px;font-weight:bold;min-width:130px}.friends>div>div:first-child>div:nth-child(2){flex-grow:1;display:flex;justify-content:space-between;align-items:center}.friends>div>div:first-child>div:nth-child(2)>div{display:flex;flex-direction:column;gap:.5rem}.friends>div>div:first-child>div:nth-child(2)>div:first-child>a{display:flex;align-items:center;gap:1rem;text-decoration:none;font-size:16px;font-weight:bold}.friends>div>div:first-child>div:nth-child(2)>div:first-child>a.women{color:#b7086e}.friends>div>div:first-child>div:nth-child(2)>div:first-child>a.women:hover{color:rgb(164.7,7.2,99)}.friends>div>div:first-child>div:nth-child(2)>div:first-child>a>img{border-radius:50%}.friends>div>div:first-child>div:nth-child(2)>div:last-child>div{display:flex;gap:1rem;justify-content:end}.friends>div>div:first-child>div:nth-child(2)>div:last-child>div>div{display:flex;gap:.5rem}.friends>div>div:first-child>div:nth-child(2)>div:last-child>div>div:first-child>div{display:flex;justify-content:center;align-items:center;font-weight:bold;width:35px;height:35px;padding:.25rem;text-align:center;border-radius:.5rem}.friends>div>div:first-child>div:nth-child(2)>div:last-child>div>div:first-child>div.empty{background-color:#fafafa}.friends>div>div:first-child>div:nth-child(2)>div:last-child>div>div:first-child>div.success{color:#3c763d;background-color:rgb(224.6,240.75,217.95)}.friends>div>div:first-child>div:nth-child(2)>div:last-child>div>div:first-child>div.danger{color:#a94442;background-color:rgb(242.65,223.65,223.65)}.friends>div>div:first-child>div:nth-child(2)>div:last-child>div>div:last-child{display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:bold;width:35px;height:35px;padding:.25rem;text-align:center;border-radius:.5rem}.friends>div>div:first-child>div:nth-child(2)>div:last-child>div>div:last-child.success{color:#3c763d;background-color:#dff0d8}.friends>div>div:first-child>div:nth-child(2)>div:last-child>div>div:last-child.danger{color:#a94442;background-color:#f2dede}.friends>div>div:nth-child(2){display:flex;justify-content:center;gap:2rem}.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}.eraser{font-size:1.5rem;font-weight:normal}.eraser:hover{text-decoration:none}#bs-select-1,#bs-select-2{max-height:253px !important}.friendly-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}.friendly-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)}}