.wallet-currencies-item{display:flex;align-items:center;gap:var(--wallet-spacing-sm);background:var(--wallet-bg);border-radius:var(--border-radius-sm);padding:var(--spacing-4xs) var(--spacing-xs);cursor:pointer}.wallet-currencies-item.is-virtualized{width:100%;position:absolute;top:var(--vertical-position)}.wallet-currencies-item:not(:last-child){margin-bottom:var(--wallet-spacing-sm)}@media(hover){.wallet-currencies-item:hover{background:var(--background-secondary)}}.wallet-currencies-item__left{min-width:0}.wallet-currencies-item__light{font:var(--body-sm-regular);line-height:normal;color:var(--text-caption)}@layer mixins{.wallet-currencies-item__light{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.wallet-currencies-item__strong{font:var(--body-md-semibold);line-height:normal;text-transform:uppercase;color:var(--text-light)}.wallet-currencies-item__right{text-align:right;margin-left:auto;flex-shrink:0}.wallet-currencies{height:100%;padding:var(--wallet-spacing);overflow:auto}.wallet__aside>.wallet-currencies{width:300px}.wallet-currencies__search,.wallet-currencies__section{margin-bottom:var(--wallet-spacing)}.wallet-currencies__section-content{position:relative}.wallet-deposit{display:flex}