:root{--sidebar-width:16rem;--sidebar-width-icon:3rem}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes gradient-xy{0%,to{background-position:0%}50%{background-position:100%}}.animate-fade-in-up{animation:.5s ease-out fade-in-up}.animate-fade-in{animation:.3s ease-out fade-in}.animate-gradient{animation:3s infinite gradient}.animate-gradient-xy{animation:3s infinite gradient-xy}.rich-text-editor{width:100%}.rich-text-editor .rdw-editor-wrapper{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--background));width:100%}.rich-text-editor .rdw-editor-toolbar{border:none;border-bottom:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px)calc(var(--radius) - 2px)0 0;background-color:hsl(var(--muted)/.5);box-sizing:border-box;width:100%;padding:8px 12px}.rich-text-editor .rdw-editor-main{background-color:hsl(var(--background));min-height:200px;color:hsl(var(--foreground));box-sizing:border-box;width:100%;padding:12px;font-size:14px;line-height:1.5;transition:padding .2s ease-in-out}.rich-text-editor .rdw-editor-main:focus-within{border-color:hsl(var(--ring));box-shadow:inset 0 0 0 2px hsl(var(--ring));outline:none;padding:16px}.rich-text-editor .rdw-editor-main .DraftEditor-editorContainer,.rich-text-editor .rdw-editor-main .public-DraftEditor-content{min-height:180px}.rich-text-editor .rdw-editor-main .public-DraftEditor-content[contenteditable]:focus{outline:none}.rich-text-editor .rdw-option-wrapper{border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));cursor:pointer;border-radius:4px;justify-content:center;align-items:center;min-width:28px;height:28px;margin:2px;padding:4px 6px;transition:all .2s;display:flex}.rich-text-editor .rdw-option-wrapper:hover{background:hsl(var(--accent));border-color:hsl(var(--accent-foreground))}.rich-text-editor .rdw-option-active{background:hsl(var(--accent));border-color:hsl(var(--accent-foreground));color:hsl(var(--accent-foreground))}.rich-text-editor .rdw-dropdown-wrapper{border:1px solid hsl(var(--border));background:hsl(var(--background));border-radius:4px;height:28px;margin:2px}.rich-text-editor .rdw-dropdown-carettoopen,.rich-text-editor .rdw-dropdown-carettoclose{border-top-color:hsl(var(--foreground))}.rich-text-editor .rdw-dropdown-optionwrapper{border:1px solid hsl(var(--border));background:hsl(var(--popover));box-shadow:hsl(var(--shadow)/.1)0px 4px 6px -1px;z-index:100;border-radius:4px}.rich-text-editor .rdw-dropdownoption-default{color:hsl(var(--popover-foreground));cursor:pointer;padding:8px 12px}.rich-text-editor .rdw-dropdownoption-default:hover,.rich-text-editor .rdw-dropdownoption-active{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.sheet-content .rich-text-editor,.sheet-content .rich-text-editor .rdw-editor-wrapper,.sheet-content .rich-text-editor .rdw-editor-toolbar,.sheet-content .rich-text-editor .rdw-editor-main{width:100%!important}.sheet-content input:focus,.sheet-content select:focus,.sheet-content textarea:focus,.sheet-content [role=combobox]:focus{border-color:hsl(var(--ring));box-shadow:inset 0 0 0 2px hsl(var(--ring));outline:none}
