.account-select{flex-shrink:0;position:relative}.account-select__trigger{color:#00000080;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #00000014;border-radius:6px;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:12px;font-weight:600;transition:all .12s;display:flex;box-shadow:0 1px 3px #0000000f}.account-select__trigger:hover{color:#000000b3;background:#f5f3ff}.account-select__trigger--active{color:#1d1d1f;background:#fff;border-color:#6d5ff540}.account-select__trigger--empty{color:#6d5ff5;background:#f5f3ff;border:1.5px dashed #6d5ff566;animation:2s ease-in-out infinite account-select-pulse}.account-select__trigger--empty:hover{background:#ede9fe;border-color:#6d5ff5}@keyframes account-select-pulse{0%,to{box-shadow:0 0 #6d5ff500}50%{box-shadow:0 0 0 4px #6d5ff51a}}.account-select__label{text-overflow:ellipsis;max-width:160px;overflow:hidden}.account-select__chevron{margin-left:2px;font-size:9px}.account-select__menu{z-index:1000;background:#fff;border:1px solid #00000014;border-radius:10px;min-width:260px;max-width:340px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 32px #00000029,0 0 0 .5px #0000000a}.account-select__search{border-bottom:1px solid #0000000f;align-items:center;gap:8px;padding:8px 10px;display:flex}.account-select__search i{color:#0000004d;flex-shrink:0;font-size:11px}.account-select__search input{color:#1d1d1f;background:0 0;border:none;outline:none;flex:1;font-size:13px}.account-select__search input::placeholder{color:#0000004d}.account-select__list{max-height:240px;padding:4px;overflow-y:auto}.account-select__item{color:#1d1d1f;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:13px;transition:background .1s;display:flex}.account-select__item:hover{background:#f5f3ff}.account-select__item-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-select__item-oid{color:#00000059;flex-shrink:0;font-size:11px}.account-select__empty{color:#00000059;text-align:center;padding:12px 10px;font-size:12px}
