.admin-header{width:100%;height:auto}.admin-header .header{width:100%;height:70px;display:flex;justify-content:center;border-bottom:1px solid var(--outline)}.admin-header .headerInner{width:1400px;height:100%;padding:16px;display:flex;align-items:center;justify-content:space-between}.admin-header .headerInner .title{font-size:10px}.admin-header .headerInner .options{width:auto;height:100%;display:flex;align-items:center}.admin-header .headerInner .options .adminIcontext{display:flex;align-items:center;font-size:14px;color:var(--outline);-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:12px}.admin-header .headerInner .options .adminIcon{width:16px;height:16px;margin-right:4px}.admin-header .headerInner .options .adminIcon svg{width:100%;height:100%}.admin-header .headerInner .options .adminIconLogout{width:auto;height:100%;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-size:14px;padding:0 12px;color:var(--outline);background:transparent}.admin-header .headerInner .options .adminIconLogout:hover{background:var(--outline-hover)}