*,*:before,*:after{box-sizing:border-box}*{margin:0}html{font-family:Courier New,Courier,monospace}th{text-align:left;padding-right:24px}td{padding-right:24px}td.user-active{font-size:.7em;text-align:center}h1{margin-bottom:24px}header{margin-bottom:16px}main{margin-inline:24px}nav{display:flex;justify-content:space-between;position:sticky;top:0;background-color:#fff;border-bottom:1px solid black;padding:12px;align-items:center}label:not(:first-of-type){margin-left:12px}input:not([type=checkbox],[type=button],[type=radio]){width:100%}input[type=checkbox]{margin-right:4px}button,input[type=button]{border:1px solid black;padding:8px;background-color:#fff;cursor:pointer}input[value="Delete user"]{background-color:red;color:#fff;margin-top:12px}input[value="Deactivate user"]{background-color:#ff8c00;color:#fff;margin-top:12px;margin-right:8px}input[value="Reactivate user"]{background-color:green;color:#fff;margin-top:12px;margin-right:8px}section{margin-bottom:12px}select[multiple]{width:200px}form[name=login]{display:flex;flex-direction:column;width:350px;gap:16px;margin:12px auto auto}form[name=login] p{color:red;text-align:center}.exclude-ctt-checkbox{border-left:2px solid black;padding-left:12px}.feature-flags{border:1px solid black;padding:12px;margin-top:16px;display:flex;flex-direction:column;gap:8px;max-width:640px}.feature-flags__heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.feature-flags__status{color:green;font-size:.9em}.feature-flags__status--error{color:red}.feature-flags__help{font-size:.9em;color:#444}.feature-flags__add{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-end}.feature-flags__add input{width:220px}.feature-flags__list{display:flex;flex-direction:column;gap:6px}.feature-flag-row{display:flex;align-items:center;gap:12px;padding:6px 0;border-top:1px solid #ddd}.feature-flag-row:first-of-type{border-top:none;padding-top:0}.feature-flag-row__label{display:flex;align-items:center;gap:8px}.feature-flag-row__value{font-size:.9em;color:#333}
