body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:rgba(160,159,156,.7)}.App{text-align:center}.App:focus{outline:none}.calculator_container{display:flex;flex-direction:column;justify-content:space-around;height:82vh;width:46vw;border:1px solid #000;margin:9vh auto auto;background-color:#fff;padding-bottom:1vh}.panels_container{display:flex;justify-content:center;align-items:flex-end}@media (min-aspect-ratio:11/9) and (orientation:landscape) and (min-height:620px){.calculator_container{height:82vh;margin-top:9vh}}@media (min-aspect-ratio:11/9)and (orientation:landscape) and (max-height:620px){.calculator_container{height:95vh;margin-top:2vh}}@media (min-width:657px) and (max-width:780px) and (min-height:615px){.calculator_container{height:98vh;margin-top:1vh}}@media (orientation:portrait){.calculator_container{height:98vh;width:98vw;margin-top:1vh}}@media (max-height:615px) and (orientation:landscape){.calculator_container{height:100vh;width:65vw;margin-top:0}}.numbers_panel_container{display:flex;flex-wrap:wrap;width:74%;height:56vh;background-color:#fff}.number_btn{display:inline-block;width:30%;height:23%;margin:auto;border-radius:5%;border:none;font-size:2rem;background-color:#c2c2c2;cursor:pointer;box-shadow:3px 3px 2px 1px #9d9e9e}.number_btn:focus{border:none;outline:none}.number_btn:active{box-shadow:none;background-color:#5ebdb6;outline:none}@media (max-height:450px) and (orientation:landscape){.number_btn{width:27%;height:21%;font-size:1rem}}h2{font-size:1.2rem;background-color:#337974;color:#fff;padding:.3rem;margin-bottom:.5rem}@media (min-width:750px) and (orientation:portrait){h2{font-size:1.75rem}}.screen{width:85%;height:8vh;margin:auto;background-color:rgba(0,0,0,.8);border:1px solid #a7dbd8;color:#ffe774;text-align:end;font-size:1.2rem;padding:.5rem}@media (min-aspect-ratio:11/9) and (orientation:landscape) and (min-height:620px){.screen{font-size:1.5rem;padding:.5rem}}@media (orientation:portrait){.screen{font-size:1.2rem}}@media (min-width:750px) and (orientation:portrait){.screen{font-size:2.5rem}}@media (min-width:1000px) and (orientation:portrait){.screen{font-size:3rem}}@media (max-height:535px) and (orientation:landscape){.screen{height:10vh;font-size:1rem}}@media (min-height:670px) and (min-width:380px){.screen{font-size:1.3rem}}.operators_panel_container{width:24%;height:56vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff}.operator_btn{width:65%;height:15%;margin:auto;border-radius:15%;border:none;font-size:1.5rem;background-color:#8d8883;color:#fff;cursor:pointer;box-shadow:3px 3px 2px 1px #807c78}.cancel_btn:focus,.operator_btn:focus{outline:none}.operator_btn:active{box-shadow:none;background-color:#eb904a;outline:none}.cancel_btn{width:65%;height:15%;margin:auto;border-radius:15%;border:none;font-size:1.5rem;background-color:#c94730;color:#fff;cursor:pointer;box-shadow:3px 3px 2px 1px #a71010}.cancel_btn:active{background-color:#db381b;box-shadow:none;outline:none}@media (max-height:450px) and (orientation:landscape){.cancel_btn,.operator_btn{width:45%;height:15%;font-size:.9rem}}.invert_btn{width:65%;height:15%;margin:auto;border-radius:15%;border:none;font-size:1.5rem;background-color:#8d8883;color:#fff;cursor:pointer;box-shadow:3px 3px 2px 1px #807c78}.invert_btn:active{box-shadow:none;background-color:#eb904a;outline:none}@media (max-height:450px) and (orientation:landscape){.invert_btn{width:45%;height:15%;font-size:.9rem}}.exchange_icon{margin-left:1rem;margin-right:1rem}.base_currency,.convert_btn,.exchange_currency,.exchange_icon{display:inline-block}.convert_btn{margin-left:1rem}.rate_calculator{margin:auto}.invert_sign{display:inline-block}select{font-size:1.2rem;padding:.7rem;border-radius:5%}button,select:focus{outline:none}button{font-size:1.2rem;padding:.7rem;border-radius:5%;margin-top:.3rem}
/*# sourceMappingURL=main.05e05544.chunk.css.map */