:root{--background-color:#fff;--text-color:#000;color-scheme:light}[data-theme=dark]{--background-color:#121212;--text-color:#fff;color-scheme:dark}@media(prefers-color-scheme:dark){html{color-scheme:light!important}}body,html{max-width:100vw;padding:0;margin:0;overflow-x:hidden;font-size:1rem;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;background-color:var(--background-color);color:var(--text-color);transition:background-color .2s ease,color .2s ease;text-size-adjust:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html.no-transition,html.no-transition *,html.no-transition :after,html.no-transition :before{transition:none!important;animation-duration:0s!important;animation-delay:0s!important}*{box-sizing:border-box;padding:0;margin:0;-ms-overflow-style:none;scrollbar-width:none}a{color:inherit;text-decoration:none}input,select,textarea{font-size:16px!important;max-height:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:0;line-height:1.2;vertical-align:baseline}button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);line-height:1}embed,iframe,img,object,video{max-width:100%;height:auto;vertical-align:middle}.loading-placeholder{background:linear-gradient(90deg,#f0f0f0 25%,transparent 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){button,input,select,textarea{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{overscroll-behavior-y:none;position:fixed;width:100%;height:100%;overflow:auto}*{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}input,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}}.MuiYearCalendar-root .MuiYearCalendar-button.Mui-selected{color:#fff!important;background-color:#1976d2!important}