html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);font-family:EuclidCircularA,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue!important;font-size:14px;margin:0}*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin-bottom:0;margin-top:0}a{color:var(--text-color);text-decoration:none}svg{fill:var(--primary-color)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.notification-window{align-items:center;border:1px solid var(--borders-color);border-radius:10px;bottom:20px;display:flex;font-size:14px;font-weight:400;justify-content:space-between;left:50%;max-width:90%;opacity:1;padding:12px 15px;position:fixed;transform:translateX(-50%);transition:opacity .3s ease;width:500px;z-index:10000}.notification-window.closing{opacity:0}.notification-window.error{background-color:#faf0f0;background-color:var(--notification-error-background);color:#f46c6c;color:var(--notification-error-color)}.notification-window.success{background-color:#effbf2;background-color:var(--notification-success-background);color:#0eb857;color:var(--notification-success-color)}.notification-window.info{background-color:#f0fafc;background-color:var(--notification-info-background);color:#2d8eff;color:var(--notification-info-color)}.notification-window.warning{background-color:#faf0f0;background-color:var(--notification-error-background);color:#f46c6c;color:var(--notification-error-color)}.notification-window--content{align-items:center;display:flex;gap:5px;text-align:left}.notification-window--content svg{height:15px;width:15px}.notification-window--close{cursor:pointer;height:14px;width:14px}:root{--notification-error-background:#faf0f0;--notification-error-color:#f46c6c;--notification-info-background:#f0fafc;--notification-info-color:#2d8eff;--notification-success-background:#effbf2;--notification-success-color:#0eb857}[data-theme=dark]{--notification-error-background:#1a1f32;--notification-error-color:#f46c6c;--notification-info-background:#1a1f32;--notification-info-color:#2d8eff;--notification-success-background:#1a1f32;--notification-success-color:#0eb857}.App{display:flex;flex-direction:column}.App-logo{height:40vmin;pointer-events:none}@font-face{font-family:EuclidCircularA;font-style:normal;font-weight:400;src:url(/static/media/EuclidCircularA-Regular.311f9c98e97bcb22f799.woff2) format("woff2"),url(/static/media/EuclidCircularA-Regular.1bde522fd01c6535d91f.woff) format("woff")}@font-face{font-family:EuclidCircularA;font-style:normal;font-weight:700;src:url(/static/media/EuclidCircularA-Bold.96ee0f62b42103af812a.woff2) format("woff2"),url(/static/media/EuclidCircularA-Bold.1b5119b509f03266ce3e.woff) format("woff")}body{background-color:#fff!important;background-color:var(--background-color)!important;color:#000!important;color:var(--text-color)!important;font-family:EuclidCircularA,sans-serif!important;height:96vh}#root{background-color:#fff;background-color:var(--background-color);transition:background-color .3s ease,color .3s ease}button,input{font-family:EuclidCircularA,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue!important}button{border-radius:15px;cursor:pointer}.home-chapter-box,.label-chapter-box,.partner-chapter-box{align-items:center;border:1px solid #2d8eff;border-radius:15px;color:#2d8eff;display:inline-flex;font-size:14px;font-weight:500;height:44px;justify-content:center;max-width:-webkit-max-content;max-width:max-content;padding:13px 35px;white-space:nowrap}.auth-window-overlay,.task-window-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1000}@media (max-height:650px){.auth-window-overlay,.task-window-overlay{align-items:normal;overflow-y:auto}}.no-scroll{overflow:hidden}.App-link{color:#61dafb}.mr-5{margin-right:5px}.ml-5{margin-left:5px}.t-14{font-size:14px;font-weight:500;line-height:18px}.t-28{font-size:28px;font-weight:600;line-height:36px}.ghost-button{background:none!important;border:none!important;cursor:pointer!important;font:inherit!important;padding:0!important}.logo-15x15{height:15px;min-width:15px;width:15px}.logo-15x15,.logo-20x20{fill:#2d8eff;fill:var(--default-icon)}.logo-20x20{height:20px;width:20px}.logo-25x25{fill:#2d8eff;fill:var(--default-icon);height:25px;width:25px}.circle-25x25,.circle-45x45{align-items:center;background-color:#2d8eff;border-radius:50%;color:#fff;display:flex;justify-content:center}.circle-25x25{height:25px;width:25px}.circle-45x45{height:45px;width:45px}.currentColor{fill:currentColor}.status-green,.status-purple,.status-red,.status-yellow{align-items:center;border:1px solid;border-radius:10px;display:inline-flex;height:24px;padding:3px 10px}.status-red{fill:#f25959;background-color:#faf0f0;background-color:var(--status-red);border-color:#f25959;color:#f25959}.status-green{fill:#0eb857;background-color:#effbf2;background-color:var(--status-green);border-color:#0eb857;color:#0eb857}.status-purple{fill:#c259f2;background-color:#f9effe;background-color:var(--status-purple);border-color:#c259f2;color:#c259f2}.status-yellow{fill:#ff9807;background-color:initial;background-color:var(--status-yellow);border-color:#ff9807;color:#ff9807}:root{--background-color:#fff;--borders-color:#e2e2e2;--links-color:#333;--form-background:#fff;--color-info-block:#2d8eff;--color-info-item:#fff;--color-buttons:#2d8eff;--text-color:#000;--dropdown-menu-color:#fff;--task-card-background:#fff;--task-card-border:#efefef;--overlay-back:#f5f5f5;--search-field:#f9f9fa;--default-icon:#2d8eff;--status-red:#faf0f0;--status-green:#effbf2;--status-purple:#f9effe;--status-yellow:#0000;--primary-color:#2d8eff;--shadow-color:0,0,0}[data-theme=dark]{--background-color:#01061b;--borders-color:#2d3142;--links-color:#cccdd1;--form-background:#1c2d42;--color-info-block:#2a78d6;--color-info-item:#3f86da;--color-buttons:#2d8eff;--text-color:#fff;--dropdown-menu-color:#1a1f32;--task-card-background:#1a1f32;--task-card-border:#515151;--overlay-back:#01061b;--search-field:#f7f7f91a;--default-icon:#2d8eff;--status-red:#0000;--status-green:#0000;--status-purple:#0000;--status-yellow:#0000;--primary-color:#2d8eff;--shadow-color:255,255,255}
/*# sourceMappingURL=main.37f781ad.css.map*/