:root{--background:#fff;--foreground:#171717;--foreground-white:#fff;--primary-color:#f18232;--hover-color:#f89b69;--secondary-color:#fa742c32;--input-background:#fa742c1a;--border-color:#989795;--hint-color:#989795;--shadow-color:#fa742c6a;--gray-color:#828282;--error-color:#f50000;--dashboard-background:#f2f2f2}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.notFound{height:100dvh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--primary-color);font-size:18px}