#root,body,html{height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--webapp-header-color:#2196f3;--webapp-mobile-header-height:100px;--webapp-desktop-header-height:0px;--webapp-z-index-header:999;--webapp-transition-duration:0.3s;--webapp-animation-duration:0.3s}body,html{margin:0;min-height:100vh;overscroll-behavior-x:auto;overscroll-behavior-y:none;padding:0;touch-action:manipulation;-webkit-user-select:text;user-select:text}.webapp-header-space{background-color:#2196f3;background-color:var(--webapp-header-color);left:0;position:fixed;right:0;top:0;transition:height .3s ease;transition:height var(--webapp-transition-duration) ease;width:100%;z-index:999;z-index:var(--webapp-z-index-header)}#root{background-color:#fff;box-sizing:border-box;min-height:100vh;overscroll-behavior-x:auto;overscroll-behavior-y:none;position:relative;scroll-behavior:auto!important;touch-action:manipulation;transition:margin-top .3s ease;transition:margin-top var(--webapp-transition-duration) ease}body.is-mobile.is-telegram .webapp-header-space{height:100px;height:var(--webapp-mobile-header-height)}body.is-mobile.is-telegram #root{margin-top:100px!important;margin-top:var(--webapp-mobile-header-height)!important;padding-top:0!important}body.is-mobile.is-telegram #root .App,body.is-mobile.is-telegram #root>*,body.is-mobile.is-telegram #root>div{margin-top:0!important}body.is-mobile:not(.is-telegram) .webapp-header-space{display:none;height:0}body.is-mobile:not(.is-telegram) #root{margin-top:0!important;padding-top:0!important}body.is-desktop .webapp-header-space{height:0;height:var(--webapp-desktop-header-height)}body.is-desktop #root{margin-top:0!important;margin-top:var(--webapp-desktop-header-height)!important;padding-top:0!important}body.is-desktop #root .App,body.is-desktop #root>*,body.is-desktop #root>div{margin-top:0!important}.ex-tg{display:none}.MuiCard-root,.MuiContainer-root,.MuiDialog-paper,.MuiList-root,.scrollable{overscroll-behavior:auto;touch-action:pan-y}.MuiButton-root,.MuiIconButton-root,button,input,textarea{touch-action:manipulation}body.is-mobile{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}@keyframes webapp-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.webapp-animate-in{animation:webapp-fade-in .3s ease-out;animation:webapp-fade-in var(--webapp-animation-duration) ease-out}.webapp-no-scroll{overflow:hidden;position:fixed;width:100%}.webapp-scroll-smooth{scroll-behavior:smooth}@media (prefers-color-scheme:dark){:root{--webapp-header-color:#1976d2}#root{background-color:#121212}}