@import url(https://fonts.googleapis.com/css?family=Muli:400,700&display=swap);html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;line-height:1;font-size:14px;font-family:Muli,sans-serif;color:#303030;background-color:#fff;font-smooth:always;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rotate180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-90{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}p.text-input-error{margin:8px;padding:4px 8px;border:0;border-radius:4px;color:#fff;background-color:#d96668}@-webkit-keyframes showThis{0%{opacity:0}to{opacity:1}}@keyframes showThis{0%{opacity:0}to{opacity:1}}.visible{display:inherit;-webkit-animation:showThis .6s linear;animation:showThis .6s linear}.invisible{display:none}.app-header{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:72px;padding:0 20%;background-color:#fff;box-shadow:0 8px 8px -4px rgba(0,0,0,.12)}@media (max-width:900px){.app-header{padding:0}}.app-header.dark-mode{color:#fff;background-color:#303030;box-shadow:0 8px 8px -4px rgba(0,0,0,.36)}.app-header .dark-mode-toggle{position:absolute;right:20%;padding:4px;border:0;border-radius:4px;font-size:2.5em;cursor:pointer}.app-header .dark-mode-toggle:hover{background-color:#f0f0f0}@media (max-width:900px){.app-header .dark-mode-toggle{right:16px}}.app-header .dark-mode-toggle.dark-mode{color:#fff;background-color:#303030}.app-header .dark-mode-toggle.dark-mode:hover{background-color:#515151}.workspace-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;position:relative;width:340px;padding:16px}@media (max-width:900px){.workspace-select{width:100%;justify-content:space-between}}.workspace-select__text-input{outline:none;width:200px;padding:8px;border:1px solid #f0f0f0;border-radius:4px;box-shadow:none}.workspace-select__text-input.dark-mode{color:#fff;background-color:#303030}.workspace-select__text-input-error{border-color:#d96668;box-shadow:0 0 2px 1px #d96668}.workspace-select__main{display:flex;align-items:center;justify-content:center;display:inline-flex;padding:8px;cursor:pointer}.workspace-select__main.dark-mode{color:#fff;background-color:#303030}.workspace-select__main.dark-mode:hover{background-color:#515151}.workspace-select__main:hover{background-color:#f0f0f0}.workspace-select__main-name{margin:0 16px 0 0;font-size:24px}@media (max-width:900px){.workspace-select__main-name{font-size:20px}}.workspace-select__main-toggle{font-size:1.5em;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.workspace-select__list{position:absolute;width:100%;max-height:300px;overflow-y:scroll;top:100%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.24);border-top:1px solid #f0f0f0;z-index:100}.workspace-select__list.dark-mode{color:#fff;background-color:#303030;border-color:rgba(0,0,0,.24)}.workspace-select__list-item{border-bottom:1px solid #f0f0f0}.workspace-select__list-item.dark-mode{border-color:rgba(0,0,0,.24)}.workspace-select__list-item-inner{display:flex;align-items:center;justify-content:space-between;padding:8px 16px}.workspace-select__list-item-name{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-right:16px}.workspace-select__list-item-actions{display:flex;align-items:center;justify-content:flex-end}.workspace-select__list-item-actions-icon{padding:4px;border:0;border-radius:4px;font-size:2.5em;cursor:pointer}.workspace-select__list-item-actions-icon:hover{background-color:#f0f0f0}.workspace-select__list-item-actions-icon.dark-mode{color:#fff;background-color:#303030}.workspace-select__list-item-actions-icon.dark-mode:hover{background-color:#515151}.workspace-select__list-item-actions-icon.delete-action{color:#fff;background-color:#d96668}.workspace-select__list-item-actions-icon.delete-action:hover{background-color:#be2f32}.workspace-select__list-item-actions-confirm{display:flex;border:1px solid #f0f0f0;border-radius:4px}.workspace-select__list-item-actions-new{margin:0 0 0 8px}.note-editor{padding:24px 15% 0}@media (max-width:900px){.note-editor{padding:24px 16px 0}}.note-editor.dark-mode{color:#fff;background-color:#303030}.note-editor__container{width:100%;min-height:calc(100vh - 96px);padding:16px 16px 32px;font-size:18px;line-height:1.4em;cursor:text}
/*# sourceMappingURL=main.15d86727.chunk.css.map */