@import"https://fonts.googleapis.com/css2?family=Raleway:wght@100;500;900&display=swap";.container{color:#ced2db;display:flex;justify-content:space-between;margin:20px}.left-nav{font-weight:900;font-size:100px;margin-top:20px;margin-left:20px}@media screen and (max-width: 700px){.left-nav{font-weight:600;font-size:50px;margin:5px}}.right-nav{font-size:50px;display:flex;justify-content:space-between;padding-top:40px}.nav-option{text-decoration:none;color:#ced2db;padding:20px;position:relative;z-index:30}.nav-option:hover{cursor:pointer}.selected-option{font-weight:600}.open-menu{border-radius:50%;border-style:none;background-color:#ced2db;color:#232741;margin:40px;height:50px;width:50px;z-index:30}.open-menu:hover{cursor:pointer}@media screen and (max-width: 550px){.open-menu{margin:5px}}.container-mobile-menu{position:fixed;bottom:0;right:0;z-index:40;height:100%;width:300px;background-color:#212338}.mobile-menu{display:flex;justify-content:end;margin:20px 28px 20px 20px}.mobile-nav{display:flex;flex-direction:column;gap:10px;font-size:33.3333333333px}.num-container{color:#ced2db;display:flex;flex-direction:row;justify-content:space-around;margin:20px}@media screen and (max-width: 1180px){.num-container{flex-direction:column}}.calc-background{display:flex;flex-direction:column;align-items:center;background-color:#19254d66;border-radius:10px;padding:40px;margin-top:100px;width:1000px}@media screen and (max-width: 1180px){.calc-background{width:100%;padding:0;margin-top:10px}}.button-column{display:flex}.input-column{display:flex;float:right}.calc-input{border:2px #ced2db solid;border-radius:10px;box-shadow:2px 4px 4px #9f9fa1cc;padding:0;width:13em;height:2em;margin:10px;font-size:33.3333333333px;font-weight:600;color:#232741;background-color:#ced2db}@media screen and (max-width: 700px){.calc-input{font-size:18.5185185185px}}.num-button{background-color:#232741;border:2px #ced2db solid;border-radius:10px;box-shadow:2px 4px 4px #9f9fa1cc;color:#ced2db;z-index:30;margin:10px;font-size:33.3333333333px;font-weight:600;width:4em;height:2em}.num-button:hover{cursor:pointer;background-color:#ced2db;color:#232741;width:4.2em;height:2.2em;margin:calc(10px - .1em)}@media screen and (max-width: 700px){.num-button{font-size:16.6666666667px}}.reset-btn{background-color:#e6150e80}.sign-btn{background-color:#e6640e80}.textbox-container{display:flex;flex-direction:column;margin:40px}@media screen and (max-width: 1180px){.textbox-container{margin:20px}}.title-text{font-size:100px;margin:0 80px}@media screen and (max-width: 1450px){.title-text{font-size:50px}}@media screen and (max-width: 470px){.title-text{margin:5px;font-size:25px}}.desc-text{font-size:20px;width:30em;margin:20px}@media screen and (max-width: 1450px){.desc-text{font-size:16.6666666667px}}@media screen and (max-width: 1180px){.desc-text{width:100%}}@media screen and (max-width: 470px){.desc-text{font-size:12.5px}}.temp-container{display:flex;flex-direction:column;align-items:center;z-index:30;color:#ced2db}.temp-container-select{display:flex;flex-direction:row;align-items:center;z-index:30;margin:20px}@media screen and (max-width: 1120px){.temp-container-select{flex-direction:column}}@media screen and (max-width: 520px){.temp-container-select{margin:0}}.select-temps-container{display:flex;flex-direction:row;align-items:center;z-index:30}@media screen and (max-width: 690px){.select-temps-container{flex-direction:column}}.temp-radio-container{margin:20px;padding:20px;background-color:#19254d66;border-radius:10px}.temp-inputs-cont{display:flex;flex-direction:column}.temp-input-cont{margin:20px}.temp-unit-text{font-size:25px;font-weight:600;margin-left:5px}@media screen and (max-width: 520px){.temp-unit-text{font-size:20px}}.radio-label{font-size:2rem;font-weight:700;line-height:1.1;display:grid;grid-template-columns:1em auto;gap:.5em}.radio-label~.radio-label{margin-top:1em}.radio-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;margin:0;font:inherit;color:currentColor;width:1.15em;height:1.15em;border:.15em solid currentColor;border-radius:50%;transform:translateY(-.075em);display:grid;place-content:center}.radio-input:before{content:"";width:.65em;height:.65em;border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #ced2db;background-color:CanvasText}.radio-input:checked:before{transform:scale(1)}.select-container{display:flex;flex-direction:column;z-index:30;color:#ced2db;justify-content:center;align-items:center}.select-currency-container{display:flex;flex-direction:column;margin-top:11px}.currency-value-container{display:flex;flex-direction:column;margin:20px;padding:20px}.exchange-container{display:flex;flex-direction:row;background-color:#19254d66;border-radius:10px;padding:20px}@media screen and (max-width: 1000px){.exchange-container{flex-direction:column;justify-content:center;align-items:center}}.input-number{z-index:30;font-size:25px;font-weight:600;color:#232741;background-color:#ced2db;border-radius:8px;box-shadow:2px 4px 4px #9f9fa1cc;border:2px #ced2db solid;padding:0}.input-number:disabled:hover{cursor:not-allowed}@media screen and (max-width: 520px){.input-number{font-size:20px;width:20rem}}.container-title{font-size:50px}@media screen and (max-width: 720px){.container-title{font-size:35px}}@media screen and (max-width: 520px){.container-title{font-size:20px}}.normal-text{margin:20px}@media screen and (max-width: 520px){.normal-text{font-size:20px;margin:0}}html,body,#root,.app{font-family:Raleway,sans-serif;background-color:#232741}
