@keyframes animation-circle{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:100 200;stroke-dashoffset:-15px}to{stroke-dasharray:100 200;stroke-dashoffset:-125px}}@keyframes animation-progress{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.center{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.progress{color:#3bae5b;width:40px;height:40px;animation:1.4s linear infinite animation-progress;display:inline-block}.circle-indeterminate{stroke:currentColor;stroke-dasharray:80 200;stroke-dashoffset:0;animation:1.4s ease-in-out infinite animation-circle}.custom-scroll::-webkit-scrollbar{background-color:#0000;width:6px}.PSPDFKit-Scroll::-webkit-scrollbar{background-color:#0000;width:6px}.custom-scroll::-webkit-scrollbar-track{background-color:#0000}.PSPDFKit-Scroll::-webkit-scrollbar-track{background-color:#0000}.custom-scroll::-webkit-scrollbar-thumb{background-color:#babac0;border:4px solid #babac0;border-radius:6px}.PSPDFKit-Scroll::-webkit-scrollbar-thumb{background-color:#babac0;border:4px solid #babac0;border-radius:6px}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:#a0a0a5;border:4px solid #a0a0a5}.PSPDFKit-Scroll::-webkit-scrollbar-thumb:hover{background-color:#a0a0a5;border:4px solid #a0a0a5}.custom-scroll::-webkit-scrollbar-button{display:none}.PSPDFKit-Scroll::-webkit-scrollbar-button{display:none}.tox-edit-area:before{display:none}