body{background-color:#e4e4e4}div{box-sizing:border-box}.quiz{margin:100px auto 0;width:975px}.question{align-items:center;background-color:#0094da;border-radius:.5rem;color:#fff;display:flex;font-size:24px;justify-content:center;min-height:60px;padding:10px 5rem;position:relative}.question>button{background-color:transparent;border:0;color:#fff;font-size:2.2rem;height:40px;left:1.5rem;padding:0;position:absolute;transition:all .3s ease-in}.question>button:hover{cursor:pointer;opacity:.7;-webkit-transform:scale(1.2);transform:scale(1.2)}.results{background-color:#fff;height:300px;text-align:center}.congratulations{background-color:#0094da;color:#fff;font-size:36px;padding:20px}.results-info{font-size:18px;margin-bottom:40px;margin-top:40px}.answer{background:#fff;border:2px solid #0094da;border-radius:.5rem;cursor:pointer;display:flex;margin-bottom:30px;min-height:70px;transition:all .3s ease-in-out;width:48%}.answer:hover{opacity:.8;-webkit-transform:scale(1.03);transform:scale(1.03)}.answers{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px}.answer-letter{background-color:#0084da;border-bottom-left-radius:5px;border-top-left-radius:5px;color:#fff;font-size:30px;justify-content:center;width:70px}.answer-letter,.answer-text{align-items:center;display:flex}.answer-text{font-weight:600;margin-left:20px}.correct-answer{border:2px solid #1ea55b}.correct-answer .answer-letter{background:#1ea55b}.wrong-answer{border:2px solid #dc0a0a}.wrong-answer .answer-letter{background:#dc0a0a}.next-button{background:#0b0e21;border-radius:.5rem;color:#fff;cursor:pointer;font-size:18px;font-weight:600;margin:0 auto;padding:14px 75px;text-align:center;text-transform:uppercase;transition:all .3s ease-in-out;width:300px}.next-button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.score{align-items:center;background:#fff;color:0;display:flex;font-size:18px;font-weight:600;height:40px;justify-content:center;margin:0 auto 30px;width:200px}.disabled-answer{pointer-events:none}.header{background-color:var(--bg-color-1);flex:1 1;max-height:200px;overflow-y:scroll;padding:20px}.header p{color:var(--text-color-1);display:flex;font-size:1rem;justify-content:flex-end;line-height:1.875rem}.header_expression{min-height:30px;overflow-x:scroll;width:100%}.header_expression p{font-weight:700;min-width:100%;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header_result{font-size:1.3rem!important;font-weight:700;min-height:20px}.keypad{background-color:var(--bg-color-2);display:flex;flex:1.3 1;padding:20px}.keypad p{align-items:center;color:var(--text-color-2);cursor:pointer;display:flex;font-size:1.8rem;justify-content:center;line-height:1.875rem;transition:.2s;-webkit-user-select:none;user-select:none}.keypad_keys p:active{background-color:rgba(0,0,0,.14)}.keypad_keys{display:flex;flex:3 1;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.keypad_keys p{height:25%;margin:8px 0;width:33%}.keypad_symbols{flex:1 1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.keypad_symbols p{color:#89a5f1;height:20%;margin:5px 0;width:100%}*{margin:0;padding:0}.app{--bg-color-1:#0094da;--bg-color-2:#f9f9f9;--text-color-1:#0b1537;--text-color-2:#636363}.app[data-theme=dark]{--bg-color-1:#172d67;--bg-color-2:#050c26;--text-color-1:#fbfcfc;--text-color-2:#bbbcbc}.custom-scroll::-webkit-scrollbar{height:5px;width:5px}.custom-scroll::-webkit-scrollbar-track{background-color:transparent}.custom-scroll::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.14)}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:gray}.app{align-items:center;display:flex;height:500px;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.app_calculator{border-radius:10px;box-shadow:1px -1px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;position:relative}.app_calculator_navbar{align-items:center;background-color:transparent;display:flex;gap:10px;left:0;min-height:40px;overflow:hidden;padding:10px;position:absolute;top:0;width:100%}.app_calculator_navbar img{height:24px;width:24px}.app_calculator_navbar_toggle{border-radius:20px;box-shadow:1px 1px 40px 80px rgba(0,0,0,.14);height:15px;width:30px}.app_calculator_navbar_toggle_circle{background-color:#fff;border-radius:50%;height:15px;transition:.3s;width:15px}.app_calculator_navbar_toggle_circle_active{margin-left:15px}.question div{background-color:#fff;border:1px solid #fff;border-radius:7px;color:#0094da;display:flex;font-size:10px;margin-bottom:330px;margin-left:750px;padding:8px;position:absolute}.question div h1{padding-left:5px}
/*# sourceMappingURL=main.da3aad45.css.map*/