@charset "UTF-8";:root{--font-family-global: "Outfit", "Inter", sans-serif;--font-size-global: 12px}html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden;font-family:var(--font-family-global);font-size:var(--font-size-global);background-color:#f5f6fa}input,button,select,textarea{font-family:inherit;font-size:inherit}*,*:before,*:after{box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6366f126;border-radius:6px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#6366f159}.table-footer{align-items:center;color:#74789f;display:flex;font-size:13px;gap:16px;justify-content:space-between;min-height:52px;padding:10px 22px}@media(max-width:768px){.table-footer{align-items:stretch;flex-direction:column}}.pager{align-items:center;display:flex;gap:6px;flex-wrap:wrap}.pager label{align-items:center;display:flex;gap:8px;margin-right:4px;font-size:13px;color:#74789f}.pager select,.pager button{background:#f8f9fe;border:1px solid #e0e3f1;border-radius:5px;color:#777aa3;font-size:12px;height:24px;min-width:25px;cursor:pointer;font:inherit}.pager select{padding-left:8px;width:48px}.pager button.active{background:#5d2df2;border-color:#5d2df2;color:#fff}.pager button:disabled{cursor:default;opacity:.45}
