.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}}.bg-warning{background:repeating-linear-gradient(-45deg, #faebcc, #faebcc 7px, #fcf8e3 7px, #fcf8e3 15px)}.bg-success{background:repeating-linear-gradient(-45deg, #cdedca, #cdedca 7px, #e0f3de 7px, #e0f3de 15px)}.bg-danger{background:repeating-linear-gradient(-45deg, #f3d8d8, #f3d8d8 7px, #f8e7e7 7px, #f8e7e7 15px)}.bg-suspend{background:repeating-linear-gradient(-45deg, #f3d8d8, #f3d8d8 7px, #f8e7e7 7px, #f8e7e7 15px)}.bg-inactive{background:repeating-linear-gradient(-45deg, #eee, #eee 7px, #f6f6f6 7px, #f6f6f6 15px)}form{margin:20px 0}.user.warning{background:repeating-linear-gradient(-45deg, #faebcc, #faebcc 7px, #fcf8e3 7px, #fcf8e3 15px)}.user.suspend{background:repeating-linear-gradient(-45deg, #f3d8d8, #f3d8d8 7px, #f8e7e7 7px, #f8e7e7 15px)}.user.inactive{background:repeating-linear-gradient(-45deg, #eee, #eee 7px, #f6f6f6 7px, #f6f6f6 15px)}.shorten{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.control{display:flex;justify-content:space-between;align-items:center}.control>div:first-child{display:flex;align-items:center;gap:1rem}.eraser{font-size:1.5rem;font-weight:normal}.eraser:hover{text-decoration:none}.botbar{position:relative}.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}#bs-select-1{max-height:253px !important}.user-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}.user-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)}}.m-b-15{margin-bottom:0}@media(max-width: 992px){.m-b-15{margin-bottom:15px}}