body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width:390px){.bank-selector-container{border-bottom:20px solid #07122e;border-left:20px solid #07122e;border-right:20px solid #07122e;padding:10px}.country-selection{flex-direction:column;gap:5px}.country-dropdown{min-width:160px;width:20%!important}.bank-card,.bank-search-input{width:100%}.main-card{margin:0 auto;padding:15px;width:100%}}@media (max-width:412px){.bank-selector-container{border-bottom:10px solid #07122e;border-left:10px solid #07122e;border-right:10px solid #07122e;padding:0}.main-card{margin:0 auto;padding:15px;width:100%}.country-selection{align-items:center;display:flex;flex-direction:column;gap:10px;width:100%}.country-dropdown{max-width:350px;min-width:150px;width:80%!important}.bank-search-input{max-width:350px;width:100%}}@media (min-width:413px){.bank-selector-container{border-bottom:20px solid #07122e;border-left:20px solid #07122e;border-right:20px solid #07122e;padding:20px}.country-dropdown{width:320px!important}.bank-search-input{width:320px}.bank-card{max-width:800px;width:100%}}@media (max-width:600px){.header{align-items:center;flex-direction:column;justify-content:center;padding:20px}.header img{width:150px}}.header{align-items:center;background-color:#07122e;display:flex;justify-content:space-between;padding:5px 420px}@media only screen and (max-width:1785px) and (max-height:929px){.header{padding-left:100px;padding-right:100px}}@media only screen and (max-width:820px) and (max-height:1180px){.header{display:flex;justify-content:center}}.bank-selector-container{align-items:flex-start;background-color:#07122e;display:flex;justify-content:center;padding-top:20px}.main-card{background-color:#fff;border-radius:5px;box-shadow:0 10px 30px #00000026;height:calc(100vh - 220px);margin-bottom:20px;max-width:90%;overflow:hidden;padding:30px;text-align:center;transition:all .3s ease;width:1000px}.back-button{background-color:initial;border:none;color:#2e2e2f;cursor:pointer;font-size:18px;margin-bottom:20px}.back-button:hover{color:#6e8efb;text-decoration:underline}.country-list{display:flex;flex-wrap:wrap;justify-content:flex-start}.country-flag{margin-right:6px;width:30px}.bank-flag,.country-flag{height:auto;vertical-align:middle}.bank-flag{align-items:center;border:1px solid var(--primary-cta-200);border-radius:5px;display:flex;padding:.8rem .5rem;width:40px}.bank-list{flex-wrap:wrap;gap:20px;margin-top:10px;max-height:350px;overflow-y:auto;padding:10px 0 60px}.bank-card,.bank-list{display:flex;justify-content:center}.bank-card{align-items:center;border-radius:15px;color:#fff;cursor:pointer;flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.bank-button{transition:background-color .3s ease}.bank-button h3{font-size:18px;font-weight:500;margin:0}.search-input{border:none;border-radius:8px;box-shadow:0 4px 10px #0000001a;font-size:16px;margin-bottom:20px;padding:12px;width:30%}.country-dropdown{width:30%}.bank-search-input{border:none;border-radius:8px;box-shadow:0 4px 10px #0000001a;font-size:16px;margin:0!important;padding:9px!important;width:70%!important}.arrow{border:5px solid #0000;font-size:15px;margin-left:auto}.loading-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.loading-spinner{color:#fff;font-size:24px}.country-button{align-items:center;background-color:#fff;border:1px solid #b5c2eb;border-radius:8px;box-sizing:border-box;color:#2e2e2f;cursor:pointer;display:flex;font-size:16px;margin:10px;padding:11px 22px;transition:background-color .3s ease,box-shadow .3s ease;width:calc(50% - 20px)}.country-button:hover{background-color:#e7f0ff;border-color:#6e8efb;box-shadow:0 4px 8px #6e8efb4d}.bank-button{background-color:#f0f0f0;border:1px solid #0d0e0f;border-radius:8px;color:#2e2e2f;font-family:Roboto,sans-serif;padding:15px;text-align:center;transition:background-color .3s ease,box-shadow .3s ease;width:100%}.bank-button:hover{background-color:#d1d1d1;box-shadow:0 4px 8px #0000001a}.tab-navigation{border-bottom:2px solid #ddd;width:100%}.tab-button{background-color:#fff;border-right:1px solid #ddd;color:#2e2e2f;flex:1 1;font-family:Roboto,sans-serif;font-size:18px;padding:15px 0;text-align:center;transition:background-color .3s ease}.tab-button:last-child{border-right:none}.tab-button.active{background-color:#0f114a;font-weight:700}.tab-button:not(.active):hover{background-color:#f0f0f0}.spinner-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:998}.spinner{background-color:#464646cc;border-radius:10px;box-shadow:0 0 10px #0000001a;font-size:1.5rem;padding:20px;z-index:999}.popup-message,.spinner{color:#fff;font-weight:700}.popup-message{animation:fade-in-out 3s ease-in-out;background-color:#4caf50;border-radius:8px;box-shadow:0 0 15px #0000004d;font-size:1.25rem;left:50%;max-width:90%;padding:20px 30px;position:fixed;text-align:center;top:20px;transform:translateX(-50%);z-index:1000}.popup-message.error{background-color:#f44336}@keyframes fade-in-out{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.bank-button,.country-button{align-items:center;background-color:#f0f0f0;border:none;border-radius:5px;cursor:pointer;display:flex;justify-content:space-between;padding:10px 15px;transition:background-color .3s}.bank-button:hover,.country-button:hover{background-color:#e0e0e0}.bank-search-input,.search-input{border:1px solid #ccc;border-radius:5px;margin-bottom:15px;padding:10px;width:100%}.tab-navigation{display:flex;justify-content:space-around;margin-bottom:20px}.tab-button{background-color:#f0f0f0;border:none;border-radius:5px;cursor:pointer;padding:10px 15px}.tab-button.active{background-color:#4caf50;color:#fff}@media (max-width:768px){.main-card{width:90%}.bank-card{flex:0 0 100%}.country-button{flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:0}.country-list{justify-content:center}}
/*# sourceMappingURL=main.ac69d5ad.css.map*/