.iban-container{text-align:right;margin-top:4rem}.digit-wheel{display:flex;flex-direction:column;align-items:center;justify-content:center;height:20rem;overflow:hidden;font-size:3rem}.digit{height:3rem;transition:transform 1s ease-in-out;opacity:.25}.active{opacity:1}.custom-loader-bar{width:50px;height:10px;margin:10px;background-color:#fff;animation:loading 1s linear infinite}@keyframes loading{0%{transform:scaleX(0)}to{transform:scaleX(1)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#1f3b55;text-decoration:inherit}a:hover{color:#1f7cb7}body,html,#root{margin:0;padding:0;box-sizing:border-box}#root{display:flex;flex-direction:column;min-height:100vh}*{box-sizing:inherit}main{flex-grow:1;display:flex;flex-direction:column}h1{font-size:3.2em;line-height:1.1}footer{width:100%;position:relative;bottom:0}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#1f7cb7}button{background-color:#f9f9f9}}
