
.hidden{ display: none !important; }
.muted{ color: var(--muted); }
.border{ border: 1px solid var(--border); }
.round{ border-radius: .75rem; }
.z-10{ z-index: 10; } .z-30{ z-index: 30; } .z-40{ z-index: 40; } .z-90{ z-index: 90; } .z-100{ z-index: 100; }
