:root{--progressbar-height: 4px}.transfer-wizard.svelte-pu3sx7{position:relative;grid-column:1 / -1;grid-row:1 / span 1;width:100%;overflow:hidden;display:grid;grid-template-columns:subgrid [left-start] repeat(5,[mid-left]) [left-end right-start] repeat(5,[mid-right]) [right-end];grid-template-rows:minmax(min-content,4px) 1fr 1fr 3fr;height:calc(100cqh - var(--header-height) + var(--progressbar-height) + 10px);max-height:calc(100dvh - var(--footer-height) + var(--progressbar-height));container-type:normal;container-name:transfer-wizard}.progress-bar.svelte-pu3sx7{position:relative;grid-column:1 / -1;grid-row:1 / 2;height:var(--progressbar-height);background-color:var(--general-background-color);border-radius:5px}.progress.svelte-pu3sx7{position:relative;height:120%;background-color:var(--primary-darkgreen-550);border-radius:5px;transition:width .3s ease}.amount-number-input-container{display:flex;flex-direction:column;margin-bottom:10%}@media (width <= 930px){.transfer-wizard{height:calc(100dvh - var(--footer-height));background-color:var(--white)}}@media (-webkit-min-device-pixel-ratio: 3),screen and (device-width < 900px) and (width <= 900px) and (orientation: portrait),screen and (device-height <= 900px) and (height <= 900px) and (orientation: landscape){.progress.svelte-pu3sx7{position:relative;height:100%;border-radius:0 5px 5px 0;transition:width .5s ease-out}}
