.loader{position:absolute;width:24px;height:24px;display:block;background:#2b6ed3;animation:animloader 366ms linear infinite alternate}@keyframes animloader{0%{top:40%}to{top:23%}}.loader2{animation:animloader2 366ms linear infinite alternate}@keyframes animloader2{0%{top:23%}to{top:40%}}.mdxeditor-root code{background-color:#f5f5f5;padding:.2em .4em;border-radius:3px;font-family:Courier New,Courier,monospace}.mdxeditor-root .prose{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.mdxeditor{background:#fff;display:flex;flex-direction:column;height:100%}.mdxeditor-root-contenteditable{flex:1;overflow-y:auto;min-height:0}.markdown code,.markdown pre{background-color:#f6f8fa;border-radius:6px}.mdxeditor-popup-container:empty{display:none!important}@keyframes rule-busy-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}.rule-busy{border-radius:6px;background-image:linear-gradient(90deg,rgba(43,110,211,.06),rgba(43,110,211,.22),rgba(43,110,211,.06));background-size:200% 100%;animation:rule-busy-sweep 1.6s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.rule-busy{animation:none;background-image:none;background-color:rgba(43,110,211,.08)}}