@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#030728;background:url(/assets/BG_COLORS-Bl0XwHm9.png) #030728 no-repeat center;background-size:contain}#root{width:100%}.currency_converter{margin:0 auto;padding:40px 30px 50px;border-radius:8px;max-width:410px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#02072880;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #00000080}.currency_converter .conveter_title{color:#fff;font-size:1.6rem;font-weight:600;text-align:center}.currency_converter .conveter_form{margin-top:45px}.conveter_form .form_group{display:flex;margin-bottom:30px;flex-direction:column}.conveter_form .form_group .form_label{color:#fff;font-weight:500;display:block;margin-bottom:9px;font-size:1rem}.conveter_form .form_group .form_input{min-height:48px;outline:none;font-size:1.16rem;padding:0 15px;color:#fff;font-weight:500;border-radius:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.5)}.conveter_form .form_currency_group{flex-direction:row;align-items:center;justify-content:space-between}.form_currency_group .currency_select{display:flex;padding:0 10px;min-height:45px;align-items:center;border-radius:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.5)}.form_currency_group .currency_select img{width:25px}.form_currency_group .currency_select .currency_dropdown{outline:none;border:none;background:none;color:#fff;font-size:1rem;font-weight:500;padding:0 10px 0 5px}.form_currency_group .currency_select .currency_dropdown option{color:#000;font-weight:500}.form_currency_group .swap_icon{height:40px;width:40px;display:flex;cursor:pointer;margin-top:25px;align-items:center;justify-content:center;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.5);transition:.2s ease}.form_currency_group .swap_icon:hover{background:#ffffff4d}.conveter_form .submit_button{width:100%;min-height:52px;border-radius:6px;border:none;outline:none;font-size:1rem;font-weight:600;cursor:pointer;transition:.2s ease}.conveter_form .submit_button.carregando{opacity:.8;pointer-events:none}.conveter_form .submit_button:hover{background:#fffc}.conveter_form .exchange_rate_result{color:#fff;font-size:1.1rem;font-weight:500;text-align:center;padding:25px 0;margin-top:30px;border-radius:6px;letter-spacing:.5px;background:#ffffff26}
