@import url(https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@200;300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500&family=Bitter:wght@300;400;500;600;700;800&display=swap);:root{--color-primary:#ff3c00;--color-white:#fff;--color-red:red;--color-gray-100:hsl(200,20%,10% 5%);--color-gray-200:hsl(200,20%,10% 10%);--color-gray-300:hsl(200,20%,10% 25%);--color-gray-500:hsl(200,20%,10% 50%);--color-gray-700:#252542;--color-gray-900:#0c0c22;--color-bg:hwb(240,95%,0%);--color-bg-x:#f0f0f0cc;--transition:all 0.3s ease;--container-width-lg:84%;--container-width-md:92%;--form-width:80%;--radius-1:0.3rem;--radius-2:0.6rem;--radius-3:1rem;--radius-4:2rem}*{border:0;box-sizing:border-box;margin:0;outline:0;padding:0}#root>section{min-height:70svh}body{background-color:hwb(240,95%,0);background-color:var(--color-bg);color:#252542;color:var(--color-gray-700);font-family:"Source Serif 4",Bitter,Times,serif;font-size:.9rem;line-height:1.6;min-height:100svh}img{display:block;height:100%;object-fit:cover;width:100%}a{color:#252542;color:var(--color-gray-700);text-decoration:none}ul{list-style:none}h1,h2,h3,h4,h5,h6{color:#0c0c22;color:var(--color-gray-900);line-height:1.1}h1{font-size:2.2rem}h2{font-size:1.9rem}h3{font-size:1.3rem;line-height:1.25}h4{font-size:1.4rem}h5{line-height:1.4rem}h6{font-size:1.2rem}section{margin-top:6rem}#root>nav>div>a>img{border-radius:2.5rem}input,select,textarea{border-radius:.3rem;border-radius:var(--radius-1);padding:.6rem 1rem;resize:none;width:100%}.container{margin-inline:auto;width:84%;width:var(--container-width-lg)}.btn{border-radius:.6rem;border-radius:var(--radius-2);cursor:pointer;display:inline-block;font-weight:500;padding:.5rem 1rem;transition:all .3s ease;transition:var(--transition);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn,.btn.primary{background:#ff3c00;background:var(--color-primary);color:#fff;color:var(--color-white)}.btn.danger{animation:dash 5s linear infinite;background:linear-gradient(90deg,red 50%,#0000 0),linear-gradient(90deg,red 50%,#0000 0),linear-gradient(0deg,red 50%,#0000 0),linear-gradient(0deg,red 50%,#0000 0);background:linear-gradient(90deg,var(--color-red) 50%,#0000 50%),linear-gradient(90deg,var(--color-red) 50%,#0000 50%),linear-gradient(0deg,var(--color-red) 50%,#0000 50%),linear-gradient(0deg,var(--color-red) 50%,#0000 50%);background-position:0 0,100% 100%,0 100%,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:.5rem .1rem,.5rem .1rem,.1rem .5rem,.1rem .5rem;border:.1rem solid #fff;border:.1rem solid var(--color-white);border-radius:1rem;color:red;color:var(--color-red);padding:10px}@keyframes dash{to{background-position:100% 0,0 100%,0 0,100% 100%}}.btn.like{align-items:center;background:#ff3c00;background:var(--color-primary);border-radius:50%;color:#fff;color:var(--color-white);display:flex;height:3rem;justify-content:center;width:3rem}.btn.category{background:#252542;background:var(--color-gray-700);color:#ff3c00;color:var(--color-primary);font-size:.75rem;font-weight:400}.btn.sm{font-size:.8rem;font-weight:400;padding:.3rem .7rem}.btn:hover{background:#0c0c22;background:var(--color-gray-900);color:#fff;color:var(--color-white)}.developer__link{margin:1rem}@media screen and (max-width:800px){h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.35rem}.container{width:92%;width:var(--container-width-md)}#load{justify-content:center;margin-top:3rem;position:relative;width:100%}}footer{background:var(--color-gray-900);margin-top:6rem;padding-top:6rem}.footer__categories{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:4rem}.footer__categories a{background:var(--color-gray-700);border-radius:var(--radius-2);color:#fff;padding:.6rem 1.4rem;transition:var(--transition)}.footer__categories a:hover{background:var(--color-white);color:var(--color-gray-900)}.footer__copyright{border:2px solid var(--color-gray-700);color:var(--color-white);font-weight:300;padding:1rem;text-align:center}.chatbot-container{background-color:var(--color-gray-900);border-radius:1rem;bottom:5rem;color:var(--color-white);font-family:serif,Arial,Helvetica,sans-serif;margin:2rem auto;overflow:hidden;padding:1rem;position:fixed;transition:width .5s ease;width:5rem}.chatbot-container.open{height:40rem;width:15rem}.chatbot-toggle-button{background-color:var(--color-primary);border-radius:1rem;color:var(--color-white);cursor:pointer;height:3rem;margin-bottom:1rem;transition:.3s ease-in-out;width:3rem}.chatbot-toggle-button:hover{background-color:#ff6a00;color:var(--color-white)}.answer,.question{background:#000;border-radius:1rem;font-size:larger;margin:.2rem;padding:1rem}.chatbot-content{max-height:30rem;overflow-y:auto}.chatbot-messages{color:var(--color-white)}.chatbot-message{align-items:center;background-color:var(--color-white);border-radius:1rem;color:var(--color-primary);display:flex;flex-wrap:wrap;height:100%;justify-content:center;padding:2rem}.chatbot-options{margin-bottom:1rem}.chatbot-options button{background-color:var(--color-primary);border:none;border-radius:1rem;color:var(--color-white);cursor:pointer;display:block;margin-bottom:5px;margin-top:1rem;outline:none;padding:8px;transition:.3s ease-in-out;width:100%}.chatbot-options button:hover{background-color:#ff6a00}.chatbot-close-button{background-color:red;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:12px;height:20px;line-height:20px;margin-top:.3rem;outline:none;padding:0;position:absolute;right:.5rem;text-align:center;top:.5rem;width:20px}.chatbot-close-button:hover{background-color:#c00}nav{background:#f5f5f5;border-bottom:4px solid var(--color-bg);display:grid;height:5rem;left:0;place-items:center;position:fixed;top:0;width:100vw;z-index:1}.nav__container{align-items:center;display:flex;height:100%;justify-content:space-between}.nav__logo{display:block;width:3rem}#sphere{animation:rotate 7.5s linear infinite;margin:0 auto;top:0;transform-style:preserve-3d;width:8rem;z-index:2}#sphere,.sphere .ring{height:100%;position:absolute}.sphere .ring{aspect-ratio:1;border:6px dotted;border-radius:50%;left:0;top:.1rem;transition:10s ease;width:100%}.sphere:hover{border-radius:50%;box-shadow:0 0 10px var(--color-primary),0 0 20px var(--color-primary),0 0 30px var(--color-primary)}.ring:hover,.sphere:hover{cursor:pointer}.nav__menu{align-items:center;display:flex;gap:3rem}.nav__menu a{padding:.5rem;transition:.3s ease}.nav__menu a:hover{background:var(--color-gray-700);border-radius:14px;color:var(--color-primary);padding:.5rem}.nav__toggle-btn{display:none}@media screen and (max-width:800px){.nav__container{margin:.5rem;padding-top:0;position:relative}.nav__menu{display:none;flex-direction:column;gap:0;position:absolute;right:0;top:5rem}.nav__menu.show{display:flex}.nav__menu li{animation:dropDown .5s ease forwards;box-shadow:-2rem 4rem 4rem #00000042;opacity:0;transform:rotateX(90deg);transform-origin:top;width:100%}@keyframes dropDown{to{opacity:1;transform:rotateX(0)}}.nav__menu li:nth-child(2){animation-delay:.2s}.nav__menu li:nth-child(3){animation-delay:.4s}.nav__menu li:nth-child(4){animation-delay:.6s}.nav__menu li a{background:var(--color-white);display:block;padding:.85rem 2.5rem}.nav__toggle-btn{background:#0000;color:var(--color-primary);cursor:pointer;display:inline-block;font-size:1.5rem;position:absolute;right:1rem;top:2rem}#sphere{animation:rotate 7.5s linear infinite;height:90%;margin:0 auto;transform-style:preserve-3d;width:5rem;z-index:2}#sphere,.sphere .ring{position:absolute;top:0}.sphere .ring{aspect-ratio:1;border:6px dotted;border-radius:50%;height:100%;left:0;width:100%}.sphere:hover{border-radius:50%;box-shadow:0 0 10px var(--color-primary),0 0 20px var(--color-primary),0 0 30px var(--color-primary)}}.center{display:block;margin-inline:auto;padding-top:5rem;text-align:center;width:100%}.error-page h2{margin-top:3rem}.postAvatarImg{display:block;height:0 auto;object-fit:cover;width:100%}.latest{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:2rem}.thumbnail__img{display:block;height:15rem;object-fit:cover;width:100%}.hero__box{align-items:center;background-color:var(--color-gray-900);color:#fff;display:flex;flex-wrap:wrap;height:150vh;justify-content:center;margin-bottom:2rem;overflow:hidden;position:relative;text-align:center;width:100vw}.subHero__box{max-width:100%}#root>section>div.hero__box>div>h1{color:var(--color-primary);font-size:5rem;margin:2.5rem;text-shadow:0 0 20px #fff,0 0 40px #fff,0 0 60px var(--color-primary)}#root>section>div.hero__box>div>h2{color:#fff;font-weight:500;margin:2.5rem;text-transform:none}.posts__container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(3,1fr)}#load,#loader{cursor:pointer;font-size:large;font-weight:bolder;height:50px;margin:3rem auto auto;width:100%}#loader{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.post__title{display:flex;transition:.3s}.post__title:hover{background:var(--color-primary);border-radius:.5rem;display:flex;padding:.5rem;width:100%}.search__container{margin:2rem;padding:2rem}.search{color:var(--color-gray-900);transition:.3s}.search:focus{background-color:var(--color-gray-900);border:.1rem solid var(--color-primary);color:#fff;font-family:"Source Serif 4",Bitter,Times,serif}.post{background:var(--color-white);border-radius:var(--radius-4);cursor:default;padding:1rem 1rem 2rem;transition:var(--transition)}.post:hover{box-shadow:0 1.5rem 2rem #0000001a}.post__thumbnail{border-radius:var(--radius-3);height:auto;overflow:hidden;transition:.3s}.post__thumbnail:hover{border:.2rem solid var(--color-primary);border-radius:var(--radius-3);scale:1.15}.post__content{margin-top:1.5rem}.post__content h3{margin:1rem 0 .6rem}.post__footer{align-items:flex-end;display:flex;justify-content:space-between;margin-top:2rem}#btnCategory{font-weight:700}#btnCategory:hover{background-color:var(--color-primary);color:var(--color-gray-900)}.post-author{align-items:flex-start;display:flex;gap:1rem}.post__author-avatar{aspect-ratio:1/1;border-radius:var(--radius-2);overflow:hidden;width:2.5rem}@media screen and (max-width:800px){.posts__container{gap:1rem;grid-template-columns:1fr}.post__thumbnail{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}#load{justify-content:center;margin-top:3rem;position:relative;width:100%}#root>section>div.hero__box>div>h1{color:var(--color-primary);font-size:3rem;margin:2.5rem;text-shadow:0 0 20px #fff,0 0 40px #fff,0 0 60px var(--color-primary)}#root>section>div.hero__box>div>h2{color:#fff;font-weight:500;margin:2.5rem;text-transform:none}}.loader{background:#fff;display:grid;height:100vh;left:0;place-items:center;position:fixed;top:0;width:100vw;z-index:1}.hotthorn__loader,h1{align-items:center;color:var(--color-primary);display:flex;justify-content:center}h1{flex-wrap:wrap;font-family:sans-serif,Impact,Haettenschweiler,Arial Narrow Bold;font-size:3rem;font-weight:600}.loading-bar{background-color:#bbb1a1;border-radius:2px;height:2px;margin:0 auto;overflow:hidden;position:relative;transform:rotateY(0);transition:transform .3s ease-in;width:130px;z-index:1}.blue-bar{animation:none running-loading 1.5s ease infinite 0s ease 0s 1 normal none;animation:initial-loading 1.5s ease infinite;background-color:var(--color-primary);border-radius:2px;height:100%;position:absolute;transform:translate(-34px);width:68px}@keyframes initial-loading{0%{transform:translate(-34px)}50%{transform:translate(96px)}to{transform:translate(-34px)}}#services{align-items:center;background-color:var(--color-gray-900);bottom:-6rem;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-evenly;position:relative}#services>h1{color:#fff;margin:1rem}#services>p{margin:1rem}.services__container{grid-gap:6rem;display:grid;gap:6rem;grid-template-columns:1fr 2fr;margin-bottom:5rem;margin-top:1rem}hr{border:.1rem solid #fff;width:100vw}.services__left{border-right:.2rem solid #fff;display:flex;flex-direction:column;gap:1rem}.services__left li{align-items:center;border:1px solid var(--color-gray-300);border-radius:var(--radius-4);cursor:pointer;display:flex;gap:1.5rem;padding:1.5rem;transition:.3s}.howImage{border-radius:1rem;box-shadow:0 .3rem 0 0 #f9f9fb,-1px 0 28px 0 #22215103,3rem 3rem 1rem .5rem #fff;height:auto;transform:rotateX(-65deg) rotate(20deg);transform-style:preserve-3d;transition:transform .4s ease-in-out,box-shadow .4s ease-in-out;width:100%}.howImage:hover{box-shadow:0 .3rem 0 0 #f9f9fb,-1px 0 28px 0 #22215103,0 .1rem .5rem -.5rem #fff;height:auto;transform:translate3d(0,-16px,0) rotateX(0deg) rotate(0deg);width:100%}#services>div>ul>li.service__item.account.active>div>h3,#services>div>ul>li.service__item.blog.active>div>h3,#services>div>ul>li.service__item.viewlike.active>div>h3{color:var(--color-primary)}li.service__item.account:hover,li.service__item.blog:hover,li.service__item.viewlike:hover{border-right:.2rem solid var(--color-primary);color:var(--color-primary);margin-right:.5rem}.services__left li span{background:var(--color-primary);border-radius:50%;color:var(--color-gray-100);font-size:1.3rem;padding:1rem}.services__left li h3{color:#fff;margin-bottom:.5rem}.services__right{border-left:1px solid var(--color-gray-300);padding-left:6rem}.services__right h3{color:#fff;margin-bottom:1rem}.services__right p{margin-bottom:.8rem}@media screen and (max-width:800px){.services__container{grid-gap:6rem;display:grid;gap:6rem;margin-top:4rem}.services__right{border-left:1px solid var(--color-gray-300);display:flex;flex-wrap:wrap}}.post-detail{background:var(--color-white);margin-inline:auto;padding:2rem 0;width:var(--form-width)}.title{color:#000}.post-detail__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.post-detail__buttons{align-items:center;display:flex;gap:1rem}.post-detail__thumbnail{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem 0;max-height:30rem;overflow:hidden}.post-detail p{margin-bottom:.7rem}.post-detail__developer-link{align-items:center;border-radius:2rem;display:flex;flex-wrap:wrap;justify-content:center;margin:2rem;padding:2.5rem;width:100%}.post-detail__developer-link h3{font-size:1.5rem;margin-bottom:1rem}.post-detail__developer-link a{border:2px solid var(--color-primary);border-radius:1rem;color:var(--color-primary);padding:.5rem;text-decoration:none}.post-detail__developer-link a:hover{border:2px solid #fff;border-radius:1rem;color:#fff;padding:.5rem;text-decoration:none}.post-detail__developer-link img{border-radius:1rem;margin-top:1rem;max-width:100vw}.share{align-items:center;display:flex;flex-direction:column-reverse;justify-content:center}#share{border-radius:50%;height:3rem;width:3rem}.copied-message{font-weight:700}@media screen and (max-width:800px){.post-detail{background:#0000;padding:0;width:100%}.post-detail h1{margin-top:1rem}.post-detail__developer-link{border-radius:2rem;margin:0;padding:2.5rem;width:100%}.post-detail__developer-link,.post-detail__developer-link h3{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.post-detail__developer-link h3{cursor:pointer;font-size:1.5rem;margin-bottom:1rem}.post-detail__developer-link a{border:2px solid var(--color-primary);border-radius:1rem;color:var(--color-primary);max-width:50px;padding:.5rem;text-decoration:none}.post-detail__developer-link a:hover{border:2px solid #fff;border-radius:1rem;color:#fff;padding:.5rem;text-decoration:none}.post-detail__developer-link img{border-radius:1rem;margin-top:1rem;max-width:100vw}}.like-button-container,.like-count{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.like-count{font-family:"Source Serif 4",Bitter,system-ui,sans-serif;font-size:larger;font-weight:600;padding:1rem}.create-post,.login,.register{display:grid;height:calc(100vh - 12rem);margin-inline:auto;place-items:center;width:var(--form-width)}.create-post h2,.login h2,.register h2{margin-bottom:2rem}.login small,.register small{display:block;margin-top:1.5rem}.login small a,.register small a{color:var(--color-primary)}@media screen and (max-width:800px){.register{width:100%}}form{display:flex;flex-direction:column;gap:.8rem}.form__error-message{background:var(--color-red);border-radius:var(--radius-1);color:var(--color-white);display:block;font-size:.8rem;margin-bottom:1rem;padding:.6rem 1rem}.login{display:grid;height:calc(100vh - 12rem);margin-inline:auto;place-items:center;width:var(--form-width)}.login h2{margin-bottom:2rem}.login small{display:block;margin-top:1.5rem}.login small a{color:var(--color-primary)}@media screen and (max-width:800px){.login{width:100%}}.profile__container{display:grid;place-items:center;text-align:center}.profile__details{width:100%}.avatar__wrapper{aspect-ratio:1/1;margin-inline:auto;margin-top:1rem;position:relative;width:15rem}.profile__avatar{overflow:hidden}.avatar__guide,.profile__avatar{border:1rem solid var(--color-primary);border-radius:50%;height:100%}.avatar__guide{left:100%;position:absolute;top:0;width:100%;z-index:2}.avatar__form{height:1rem}.avatar__form input{visibility:hidden}.avatar__form label,.profile__avatar-btn{background:var(--color-gray-900);border-radius:50%;bottom:1.4rem;color:var(--color-white);display:grid;font-size:1.2rem;height:3rem;place-items:center;position:absolute;right:2rem;width:3rem}.imageBox{display:flex;flex-wrap:wrap;height:100%;overflow:hidden;position:relative;top:50%;z-index:0}#alttext{z-index:2}.imageText{display:flex;flex-wrap:wrap;overflow:hidden;position:relative;top:0;z-index:0}.profile__avatar-btn{animation:pulse 1s infinite;background:var(--color-primary);cursor:pointer;font-size:2rem;padding:0;z-index:4}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.profile__details h1{margin-top:1.5rem}.form.profile__form{margin-top:3rem;margin-inline:auto;width:var(--form-width)}#root>section>div>div>div>form>label{cursor:pointer}@media screen and (max-width:800px){.form.profile__form{margin-top:2.5rem;width:100%}}.developers__container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr)}.developer.has-five-posts{--angle:0deg;animation:rotate 5s linear infinite;-webkit-animation:rotate 10s linear infinite;border-image-slice:10;border-image-source:linear-gradient(var(--angle),var(--color-primary),#fff700,#ffa601 10em);border-style:dotted;border-width:.2rem}@keyframes rotate{to{--angle:360deg}}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}.developer{background:var(--color-white);border-radius:var(--radius-3);display:flex;gap:1rem;padding:1rem;transition:var(--transition)}.developer:hover{box-shadow:0 1rem 1.5rem #00000012}.developer__avatar{aspect-ratio:1/1;border:.3rem solid var(--color-bg);border-radius:50%;overflow:hidden;width:5rem}.developer__info p{margin-top:1rem}@media screen and (max-width:800px){.developers__container{gap:1.2rem;grid-template-columns:1fr}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}body{background:#f4f4f4}.ql-editor{background:var(--color-white);height:10rem!important;overflow:scroll}input{margin-bottom:.5rem}select{margin-bottom:1rem}.file-input-label{cursor:pointer;display:inline-block;font-weight:700;height:10rem;position:relative}.file-input-label input[type=file]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.uploadedImage{border-radius:2rem;height:100%;padding:1rem;width:100%}@media screen and (max-width:800px){.create-post{width:100%}.uploadedImage{border-radius:2rem;height:5rem;padding:1rem;width:100%}select{margin-bottom:1rem}}.dashboard__container{display:flex;flex-direction:column;gap:.7rem}.dashboard__post{align-items:center;background:var(--color-white);border-radius:var(--radius-3);display:flex;gap:1rem;justify-content:space-between;padding:.5rem 1.2rem}.dashboard__post-info{align-items:center;display:flex;gap:2rem;width:100%}.dashboard__post-thumbnail{border-radius:var(--radius-1);overflow:hidden;transition:.3s;width:4rem}.dashboard__post-thumbnail:hover{scale:1.5}.dashboard__post-actions{display:flex;gap:1rem}.thumbnails__img{display:block;height:5rem;object-fit:cover;width:100%}@media screen and (max-width:800px){.dashboard__post{flex-direction:column}.dashboard__post-info{gap:1.5rem}.dashboard__post-thumbnail{width:5rem}}.about{margin-inline:auto;padding:2rem 0;width:var(--form-width)}.about__section{margin-bottom:2rem}.about__section h2{font-size:2rem;margin-bottom:1rem}.about__section p{color:#555;font-size:1.2rem}.about__section ul{list-style-type:none;padding:0}.about__section li{color:#555;font-size:1.2rem;margin-bottom:.5rem}.about__stats{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:4rem}.about__stats-item{border:2px;margin:1rem;text-align:center}.about__stats-item h3{font-size:2rem;margin-bottom:.5rem}.about__stats-item p{color:#555;font-size:1.2rem}.about__contact{margin-top:2rem}.about__contact h2{font-size:2rem;margin-bottom:1rem}.about__contact p{color:#555;font-size:1.2rem}.about__contact-links{display:flex;gap:1rem;margin-top:1rem}.about__contact-links a{border:.5rem solid var(--color-primary);border-radius:1rem;box-shadow:.3rem .3rem .3rem var(--color-gray-700);color:var(--color-primary);padding:.5rem;text-decoration:none;transition:.3s}.about__contact-links a:hover{background:var(--color-primary);border:.5rem solid #fff;border-radius:1rem;box-shadow:.3rem .3rem .3rem var(--color-primary);color:#fff;padding:.5rem;text-decoration:none}
/*# sourceMappingURL=main.9a1253ec.css.map*/