@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box}html,body{margin:0;padding:0;background:#0f1b2d}body{color:#e8ecf1;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}#root{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-width:1200px;margin:0 auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}input,select,textarea{font-family:inherit;font-size:14px;color:#e8ecf1;background:#0f1b2d;border:1px solid #243349;border-radius:8px;padding:10px 12px;outline:none}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::placeholder,textarea::placeholder{color:#5a6b7d}input:focus,select:focus,textarea:focus{border-color:#0578a6}select{cursor:pointer}option{background:#162236;color:#e8ecf1}button{font-family:inherit;font-size:14px;color:#e8ecf1;background:#1c2e47;border:1px solid #243349;border-radius:8px;padding:9px 12px;cursor:pointer}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#243349;border-radius:4px}
