
/* ALS OS v5.1.4 — Admin Dashboard */
.als-admin-dashboard-v2{max-width:1420px;margin:0 auto;padding:30px 30px 56px}
.als-admin-dashboard-header{margin-bottom:18px}
.als-admin-dashboard-tools{margin:18px 0}
.als-admin-dashboard-tools input{min-width:290px;padding:10px 12px}
.als-os-metrics-grid{gap:14px}
.als-os-metric{position:relative;overflow:hidden;min-height:118px;padding:18px}
.als-os-metric:after{content:"";position:absolute;right:-24px;bottom:-28px;width:92px;height:92px;border-radius:50%;background:rgba(23,107,54,.04)}
.als-os-metric-icon{width:43px;height:43px;border-radius:13px}
.als-os-metric strong{font-size:1.55rem}
.als-os-app-grid{gap:14px}
.als-os-app-card{min-height:170px;padding:19px}
.als-os-app-card>span:first-child{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:var(--als-green-100);font-size:21px}
.als-os-app-card strong{margin-top:14px;font-size:1rem}
.als-os-app-card small{margin-top:6px;line-height:1.45}
.als-os-app-card em{margin-top:auto;padding-top:14px;color:var(--als-green-700);font-style:normal;font-weight:900}
.als-os-app-card[hidden]{display:none!important}
.als-os-section-head{margin-top:30px}
.als-os-section-head h2{letter-spacing:-.025em}
.als-admin-no-results{display:none;padding:30px;text-align:center;color:var(--als-text-500)}
.als-admin-no-results.is-visible{display:block}
@media(max-width:900px){.als-admin-dashboard-v2{padding:22px 18px 46px}}
@media(max-width:560px){.als-admin-dashboard-v2{padding:18px 12px 40px}.als-admin-dashboard-tools input{min-width:0;width:100%}}
