.preloader{display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.589);width:100%;height:100%;position:absolute;left:0;top:0;z-index:5;border-radius:20px}.css-18lrjg1-MuiCircularProgress-root[data-pr=true]{color:#545454}.token-dropdown-wrapper{position:relative;display:flex;align-items:center;width:100%;max-width:343px}.token-dropdown-container{position:relative;width:100%;max-width:343px;font-family:Roboto,sans-serif;margin-right:10px}.token-dropdown-header{box-sizing:border-box;width:100%;height:44px;background:#fff;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer;display:flex;align-items:center;padding:0 12px;transition:border-color .2s ease}.token-dropdown-header.active,.token-dropdown-header:focus-within{border-color:#e5ac21}.token-dropdown-header:hover:not(:focus-within):not(.active){border-color:#ddd}.token-dropdown-header.reset-colors .token-dropdown-indicator svg path,.token-dropdown-header:not(.active):not(:focus-within) .token-dropdown-selected .token-dropdown-indicator svg path{fill:#d9d9d9}.token-dropdown-header.active .token-dropdown-indicator svg path,.token-dropdown-header.reset-colors:focus-within .token-dropdown-indicator svg path,.token-dropdown-header:focus-within .token-dropdown-indicator svg path{fill:#e5ac21}.token-dropdown-selected{display:flex;align-items:center;width:100%;height:36px;padding:4px 0}.token-dropdown-avatar{width:36px!important;height:36px!important;margin-right:10px;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1)}.token-dropdown-info{flex:1 1;display:flex;flex-direction:column;justify-content:center;overflow:hidden;margin-right:5px}.token-dropdown-name{font-weight:600;font-size:16px;line-height:16px;color:#1e1e1e;margin-bottom:5px}.token-dropdown-name,.token-dropdown-token-id{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.token-dropdown-token-id{font-size:12px;line-height:12px;color:rgba(79,79,79,.8)}.token-dropdown-token-clickable{cursor:pointer;transition:color .2s ease,background-color .2s ease;padding:2px 4px;margin:-2px -4px;border-radius:3px}.token-dropdown-token-clickable:hover{color:#e5ac21;background-color:rgba(229,172,33,.1)}.token-dropdown-placeholder{width:100%}.token-dropdown-avatar-placeholder,.token-dropdown-name-placeholder,.token-dropdown-token-id-placeholder{background-color:#f0f0f0;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.token-dropdown-avatar-placeholder{width:36px;height:36px;border-radius:50%;margin-right:10px}.token-dropdown-name-placeholder{width:120px;height:16px;margin-bottom:5px}.token-dropdown-token-id-placeholder{width:180px;height:12px}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.8}}.token-dropdown-indicator{display:flex;align-items:center;justify-content:center;margin-left:5px}.token-dropdown-indicator svg{transition:transform .2s ease}.token-dropdown-header.active .token-dropdown-indicator svg{transform:rotate(180deg)}.token-dropdown-input-wrapper{display:flex;align-items:center;width:100%;position:relative}.token-dropdown-input{width:100%;height:36px;border:none;outline:none;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;padding:0 30px 0 8px;box-sizing:border-box;background:transparent;color:#333}.token-dropdown-input::placeholder{color:#666;opacity:.8;font-weight:500}.token-dropdown-input-no-btn{padding-right:8px}.token-dropdown-clear-btn{position:absolute;right:0;background-color:rgba(0,0,0,.05);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border-radius:50%;transition:background-color .2s ease}.token-dropdown-clear-btn:hover{background-color:rgba(0,0,0,.1)}.token-dropdown-list{box-sizing:border-box;position:absolute;width:100%;background:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;max-height:148px;overflow-y:auto;z-index:1000;box-shadow:0 4px 8px rgba(0,0,0,.1)}.token-dropdown-item{display:flex;align-items:center;padding:6px 12px;min-height:48px;cursor:pointer;position:relative}.token-dropdown-item:hover{background-color:rgba(243,183,36,.1)}.token-dropdown-item:not(:last-child){border-bottom:1px solid #d9d9d9}.token-dropdown-item.active{background-color:rgba(243,183,36,.2)}.token-dropdown-delete-btn{width:20px;height:20px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin-left:10px}.token-dropdown-delete-btn:hover{opacity:.7}.token-dropdown-empty,.token-dropdown-loading{padding:15px;text-align:center;color:#555}.token-dropdown-error{color:#fff;font-size:12px;font-weight:500;position:absolute;top:100%;left:0;right:0;max-width:343px;background:#d32f2f;border-radius:0 0 6px 6px;box-shadow:0 3px 8px rgba(211,47,47,.3);padding:6px 12px;z-index:100;animation:errorAppear .2s ease;display:flex;align-items:center;gap:6px}.token-dropdown-error:before{content:"⚠";font-size:12px}@keyframes errorAppear{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.token-dropdown-scrollbar::-webkit-scrollbar{width:4px}.token-dropdown-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:2px}.token-dropdown-add-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.token-dropdown-add-btn:hover{opacity:.8}