input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;text-align:right}#currency-calculator{background-color:#f2f2f2;padding:20px 30px;border-radius:5px}#currency-calculator p{padding-bottom:0;padding-top:20px}#currency-calculator #result{display:none;height:234px}#currency-calculator #currency-result,#currency-calculator #result p{padding-bottom:0;padding-top:0;width:100%}#currency-calculator #currency-result{font-size:20px;font-weight:700}#currency-calculator input[type=date],#currency-calculator input[type=number]{font-size:18px;background:#fff;border:2px solid #c2bed1;color:#362967;width:10em;height:26px;line-height:26px;padding:0 5px;margin-bottom:0;text-align:left}#currency-calculator input[type=date]:focus,#currency-calculator input[type=number]:focus,#currency-calculator select:focus{outline:#362967;border:2px solid #362967;box-shadow:0 1px 1px rgb(0 0 0/8%) inset,0 0 8px rgb(54 41 103/60%)}#currency-calculator select{font-size:16px;background:#fff;border:2px solid #c2bed1;color:#362967;height:32px;line-height:26px;padding:0 5px;cursor:pointer}#currency-calculator .row{display:flex;flex-direction:row;gap:20px}#currency-calculator-button{padding:8px 30px;border:0;margin:25px 0 10px;display:inline-block;font:16px"Open Sans",Arial,Helvetica,sans-serif;background-color:#ff7b23;color:#fff;cursor:pointer;border-radius:5px}