.employee-table .tr{grid-template-columns:1.1fr .9fr 1.3fr .65fr 1.1fr}.switch-state{display:flex;align-items:center;gap:8px;font-weight:700}.switch-state i{width:34px;height:19px;border-radius:20px;background:#aeb7bf;position:relative}.switch-state i:after{content:"";position:absolute;width:13px;height:13px;left:3px;top:3px;border-radius:50%;background:#fff}.switch-state.good i{background:var(--green)}.switch-state.good i:after{left:18px}.toggle.on{color:var(--red)}.toggle.off{color:var(--green)}
