:root{ --clr-wht:#fff; --font-symbols-outlined:"Material Symbols Outlined";}#toolbar{ width:100%; display:flex; flex-wrap:wrap; justify-content:flex-start; gap:0; }#toolbar button,.toolbar button{ background:none; border:none; cursor:pointer; padding:0 5px; border-radius:4px; display:flex;font-size:25px; align-items:center; border:none;outline:none; display:inline-flex; justify-content:center; transition:transform 0.2s ease;}.right{font-size:24px;}toolbar button:focus{ outline:none;box-shadow:none; }#toolbar button:hover{ transform:scale(1.2);}ql-formats button,#toolbar button svg{ fill:rgba(34,34,34,0); stroke:#fdfafa;text-align:left; stroke-width:1.9; width:25px; height:25px;}.ql-formats{ display:flex; gap:0;}/@media (max-width:600px){#toolbar{ justify-content:left; }.ql-toolbar svg,#toolbar button{}}.ql-editor{ line-height:1.42; height:100%; outline:0; overflow-y:auto; tab-size:4; -moz-tab-size:4; text-align:left; white-space:pre-wrap; word-wrap:break-word;}.ql-editor p{margin:2px;}.ql-clipboard{  left:-100000px; height:1px; overflow-y:hidden; position:absolute; top:50%;}.ql-tooltip,.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-toolbar button.ql-undo::before,.ql-toolbar button.ql-redo::before{font-size:35px;padding:0 5px;font-family:'Arial Black','Segoe UI Symbol',sans-serif; color:white;display:flex;font-weight:600;position:relative;top:-5px;}.ql-toolbar button.ql-undo::before{ content:'\21B6';}.ql-toolbar button.ql-redo::before{ content:'\21B7';}.ql-undo{ margin-left:5px;}.loading-indicator{ position:absolute !important; top:50%; left:50%; z-index:99 !important; width:50px; height:50px; margin-top:-25px; margin-left:-25px; background-color:#fff; border-radius:100%; -webkit-animation:1s ease-in-out infinite loading-spinner; animation:1s ease-in-out infinite loading-spinner; transition:0.3s linear; -webkit-transition:0.3s linear; -moz-transition:0.3s linear; display:inline-block;}@-webkit-keyframes loading-spinner{ 0%{  -webkit-transform:scale(0);} 100%{  -webkit-transform:scale(1);  opacity:0; }}@keyframes loading-spinner{ 0%{  -webkit-transform:scale(0);  transform:scale(0); } 100%{  -webkit-transform:scale(1);  transform:scale(1);  opacity:0; }}.hide{ display:none !important;}img{height: auto!important;vertical-align: bottom;}@media only screen and (max-width:991px){.ast-breadcrumbs-wrapper{margin:50px 25px;}}