.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)}.wallet-currencies-item.is-disabled{opacity:.5}@media(hover){.wallet-currencies-item:hover:not(.is-disabled){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}.fiat-method-item{display:flex;align-items:center;gap:var(--wallet-spacing-sm);padding:var(--spacing-2xs) var(--spacing-xs);margin-bottom:var(--wallet-spacing-sm);border-radius:var(--border-radius-sm);background:var(--surface-light);font:var(--body-md-semibold);cursor:pointer}.fiat-method-item:last-child{margin-bottom:var(--wallet-spacing)}.fiat-method-item:has(.fiat-method-item__caret){border:1px solid var(--border-primary)}.fiat-method-item__image{width:24px;height:24px;object-fit:cover;border-radius:var(--border-radius-2xs);background:var(--surface-lightest)}.fiat-method-item__method,.fiat-method-item__placeholder{margin-right:auto}.saved-payment-method{display:flex;align-items:center;gap:var(--wallet-spacing-sm);font:var(--body-sm-regular);text-align:right;color:var(--text-caption)}.fiat-method-item__placeholder{font:var(--body-md-regular);color:var(--text-body)}.fiat-method-item__caret{width:24px;height:24px;flex-shrink:0;fill:currentColor}.bonus-wager-progress{display:flex;align-items:center;gap:var(--wallet-spacing-sm);padding:var(--spacing-3xs) var(--spacing-xs);border-radius:var(--border-radius-sm);margin-bottom:var(--wallet-spacing);background:var(--surface-light)}.bonus-wager-progress__icon{width:32px;height:32px}.bonus-wager-progress-content{flex:1 1;display:flex;flex-direction:column;gap:var(--spacing-5xs)}.bonus-wager-progress-header{display:flex;justify-content:space-between;font:var(--body-md-semibold);color:var(--text-primary)}.bonus-wager-progress-bar{height:4px;background-color:var(--surface-lightest);border-radius:var(--border-radius-2xs)}.bonus-wager-progress-bar__current-state{height:100%;background-color:var(--background-active);border-radius:var(--border-radius-2xs);transition:width .3s ease-in-out}.bonus-wager-progress-footer{display:flex;justify-content:space-between;font:var(--body-sm-regular);color:var(--text-caption)}.bonus-wager-progress-footer a,.bonus-wager-progress-footer__link{text-decoration:underline;cursor:pointer}.cashout-address{margin-bottom:8px}.cashout-address .text-input-v2{--input-color:var(--text-light);position:static;margin-bottom:0}.cashout-address .text-input-v2:has(.has-value){--input-highlight:var(--text-light)}.wallet-cashout-amount{margin-bottom:var(--spacing-2xl);position:relative}.wallet-cashout-amount .text-input-v2{--input-color:var(--text-light);position:static;margin-bottom:0}.wallet-cashout-amount .form-field-message{top:100%}.minimum-amount-label{font:var(--body-xs-regular);color:var(--text-caption);position:absolute;top:100%;left:0}.wallet-cashout-form__errors{margin-block:var(--spacing-5xs)}.wallet-cashout-form__error{font:var(--body-sm-semibold);color:var(--text-caption);text-align:center}