@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f8f8;font-family:Open Sans;height:100vh;margin:0;width:100vw}*{box-sizing:border-box}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}div{display:flex;flex-direction:column}.App{align-items:center;text-align:center;width:100%}.logo{border-radius:300px;height:4rem;margin:2vh 0;width:4rem}.bank-buttons{flex-direction:row;overflow-x:scroll;padding:0 10px;width:100%}.header__title{font-size:1.2rem;font-weight:700}.header__subtitle{color:#999;font-size:.65rem;font-weight:600}.bank-button{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.1);flex-direction:row;font-size:.8rem;font-weight:600;gap:20px;justify-content:space-between;margin:20px 5px;padding:15px;transition-duration:.2s}.bank-button>div{min-width:100px}.bank-button__active{background-color:#e74053;box-shadow:0 0 20px #ec273e60;color:#fff}img{height:30px;object-fit:contain;width:50px}.details{align-items:flex-start;padding:20px;text-align:left;width:100%}.detail{margin-bottom:25px;width:100%}.detail__title{color:#333;font-size:.9rem;margin-bottom:15px}.detail__data{background-color:#fff;border-radius:15px;box-shadow:0 2px 2px rgba(0,0,0,.1);font-size:.8rem;font-weight:600;width:100%}.detail__data__single{margin:10px}.line{background-color:#efefef;height:1px;width:100%}
/*# sourceMappingURL=main.9cfcc537.css.map*/