:root{--background:#ffffff;--foreground:#171717;--ui-scale:1}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;background-color:#ffffff}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[dir=rtl]{direction:rtl}html[dir=ltr]{direction:ltr}html[dir=ltr] *,html[dir=rtl] *{text-align:start}*{box-sizing:border-box;padding:0;margin:0}html{font-size:77%}button,input,select,textarea{font:inherit}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:light){html{color-scheme:light}}input::placeholder{color:#949494;font-weight:400;font-size:1.18rem}li{list-style-type:none}.custom-date-input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}