@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Open Sans,sans-serif}a{text-decoration:none}.container{max-width:1440px;margin:0 auto;padding:10px}body{background-color:#292a2d;padding-bottom:30px}::-webkit-scrollbar{width:0px}@media (max-width: 500px){.imgCont{height:40px!important;width:40px!important}h1{font-size:22px!important}h2{font-size:20px!important}.container{padding:0}}.navbar{background-color:#202124;width:100%;position:sticky;top:0;left:0;z-index:900}.navbar .upperNavbar{display:flex;justify-content:space-between;align-items:center;padding:5px 15px}.navbar .upperNavbar .logo h2{color:#e2e2e3;font-weight:500}.navbar .upperNavbar .searchBar,.navbar .upperNavbar .searchMobileBar{background-color:#3c4043;width:40%;display:flex;align-items:center;justify-content:space-around;border:1px solid transparent;border-radius:8px}.navbar .upperNavbar .searchBar .icon,.navbar .upperNavbar .searchMobileBar .icon{padding:10px}.navbar .upperNavbar .searchBar input,.navbar .upperNavbar .searchMobileBar input{background-color:transparent;height:100%;width:90%;outline:none;transition:.3s linear;border:none;color:#fff;font-size:16px;font-weight:500}.navbar .upperNavbar .searchBar input:active,.navbar .upperNavbar .searchMobileBar input:active{background-color:#363738;color:#3c4043}.navbar .upperNavbar .searchBar input::placeholder,.navbar .upperNavbar .searchMobileBar input::placeholder{color:#b4b6b7;font-size:16px;font-weight:500}.navbar .upperNavbar .searchBar .clear,.navbar .upperNavbar .searchMobileBar .clear{height:35px;width:35px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-right:10px;cursor:pointer}.navbar .upperNavbar .searchBar .clear:hover,.navbar .upperNavbar .searchMobileBar .clear:hover{background-color:#5f5f5f}.navbar .upperNavbar .admin{height:50px;width:50px;display:flex;align-items:center;justify-content:center}.navbar .upperNavbar .admin img{height:24px;width:24px}.navbar .lowerNavbar{display:flex;width:50%;margin:0 auto;justify-content:space-around;align-items:end;padding-top:15px;flex-wrap:wrap;gap:10px}.navbar .lowerNavbar button{padding-bottom:5px;background-color:transparent;border:none;font-weight:600;font-size:14px;color:#bdc1c6!important;cursor:pointer;line-height:27px;border:4px solid transparent;border-top:none;border-left:none;border-right:none;margin:0 5px}.navbar .lowerNavbar button:active{border:4px solid rgb(138,180,248);border-top:none;border-left:none;border-right:none;color:#8ab4f8!important}.navbar .lowerNavbar button a:hover{color:#fff!important}.navbar .lowerNavbar button a{color:#bdc1c6!important}.navbar .lowerNavbar button a:active{color:#8ab4f8!important}body{position:relative}@media (max-width: 800px){.navMobile{display:none}.lowerNavbar,.admin,.searchBar{display:none!important}.logo{font-size:17px}.navbar{padding:15px 0}}@media (min-width: 800px){.navMobile,.navList{display:none!important}}.navMobile{display:block}.navMobile button{background-color:transparent;border:none;display:flex;justify-content:center;align-items:center}.navMobile button img{height:20px;width:20px}.navList{padding-top:10px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;transition:.3s linear}.navList button{padding-bottom:5px;background-color:transparent;border:none;font-weight:600;font-size:14px;color:#bdc1c6!important;cursor:pointer;line-height:27px;margin:0 5px;transition:.3s linear}.navList button:active{color:#8ab4f8!important}.navList button a:hover{color:#fff!important}.navList button a{color:#bdc1c6!important}.navList button a:active{color:#8ab4f8!important}.searchMobileBar{background-color:#3c4043;height:36px;width:90%;display:flex;align-items:center;justify-content:space-around;border:1px solid transparent;border-radius:8px;margin-bottom:10px}.searchMobileBar .icon{padding:8px}.searchMobileBar input{background-color:transparent;height:100%;width:90%;outline:none;transition:.3s linear;border:none;color:#fff;font-size:12px;font-weight:500}.searchMobileBar input:active{background-color:#363738;color:#3c4043}.searchMobileBar input::placeholder{color:#b4b6b7;font-size:14px;font-weight:500}.catBtns{display:flex;flex-wrap:wrap;justify-content:center}.link.active{border-bottom:4px solid rgb(138,180,248);border-top:none;border-left:none;border-right:none;color:#8ab4f8!important}.link{border:none;border-bottom:4px solid transparent}.searchBar{position:relative}.results{position:absolute;left:0;top:38px;width:100%;background-color:#3c4043}.results li{list-style:none;color:#bdbdbd;padding:5px;cursor:pointer}.results li:hover{background-color:#f1f1f1;color:#000}.CardTemplate{margin-bottom:2rem}.CardTemplate .line{width:100%;height:1px;background-color:#5e5e5e;margin:16px 0 10px}.CardTemplate .card{display:flex;align-items:start;cursor:pointer;gap:10px}.CardTemplate .card:hover .left .heading{color:#fff}.CardTemplate .card .left{width:40%;padding:0;display:flex;flex-direction:column}.CardTemplate .card .left img{border-radius:18px;width:100%;height:100%;object-fit:cover;object-position:center;margin-bottom:10px;max-height:300px}.CardTemplate .card .left .heading{font-size:20px;color:#e3e3e3;padding-right:10px;transition:.2s linear;text-align:left}.CardTemplate .card .left .details{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%;color:#c4c7c5;font-size:12px;margin:10px 0}.CardTemplate .card .left .details .detail{display:flex;justify-content:center;align-items:center;gap:5px;width:fit-content}.CardTemplate .card .left .details .detail img{height:15px;width:15px;border-radius:0;margin:0 5px 0 0}.CardTemplate .card .left .details .dislike,.CardTemplate .card .left .details .like{cursor:pointer}.CardTemplate .card .right{display:flex;flex-direction:column;justify-content:space-between;align-items:start;width:60%;height:100%;color:#c4c7c5;line-height:20px}.CardTemplate .card .right .authors{display:flex;justify-content:space-between;align-items:center}.CardTemplate .card .right .authors .author{color:#c4c7c5;font-size:12px;font-weight:500;margin-right:10px;transition:.2s linear;cursor:pointer;margin-bottom:10px}.CardTemplate .card .right .authors .author:hover{color:#fff}.CardTemplate .card .right .content{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-clamp:5}@media (max-width: 1400px){.card .heading{font-size:16px!important}.card .content{font-size:14px!important}}@media (max-width: 800px){.authors{display:none!important}.card{display:block!important}.card .left,.card .right{width:100%!important}}.Business{max-width:700px}.Business .heading{display:flex;justify-content:left;align-items:center;color:#fff;padding:20px 0}.Business .heading h1{font-weight:400;font-size:28px;text-transform:capitalize}.Business .heading h2{text-transform:capitalize}.Business .heading .imgCont{height:56px;width:56px;border-radius:50%;background-color:#ece924;display:flex;justify-content:center;align-items:center;margin-right:15px}.Business .heading .imgCont img{height:60%;width:60%}.Business .cards{margin:0 auto;border-radius:18px;background-color:#1f1f1f;color:#fff;padding:16px;display:flex;flex-direction:column;align-items:start;justify-content:center}@media (max-width: 500px){.Business{width:90%!important}}.Loader{position:fixed;top:0;left:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;z-index:100;background-color:#202124}.Loader .loader{border:24px solid;border-color:rgba(255,255,255,.15) rgba(255,255,255,.25) rgba(255,255,255,.35) rgba(255,255,255,.5);border-radius:50%;display:inline-block;box-sizing:border-box;animation:animloader 1s linear infinite}@keyframes animloader{0%{border-color:rgba(255,255,255,.15) rgba(255,255,255,.25) rgba(255,255,255,.35) rgba(255,255,255,.75)}33%{border-color:rgba(255,255,255,.75) rgba(255,255,255,.15) rgba(255,255,255,.25) rgba(255,255,255,.35)}66%{border-color:rgba(255,255,255,.35) rgba(255,255,255,.75) rgba(255,255,255,.15) rgba(255,255,255,.25)}to{border-color:rgba(255,255,255,.25) rgba(255,255,255,.35) rgba(255,255,255,.75) rgba(255,255,255,.15)}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.detailsPage .cardDetail{color:#e2e2e3;margin:20px auto}.detailsPage .cardDetail img{width:100%;max-height:400px!important;object-fit:cover;object-position:center;max-height:60%;margin:0 auto 20px;border-radius:18px}.detailsPage .cardDetail .heading{font-weight:900;margin-bottom:20px;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:20px}.detailsPage .cardDetail .heading h1{text-align:left}.detailsPage .cardDetail .details{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:20px}.detailsPage .cardDetail .details .author{margin-bottom:5px;justify-self:left}.detailsPage .cardDetail .details .author p{font-weight:100}.detailsPage .cardDetail .details .right{display:flex;align-items:center;justify-content:right;gap:15px}.detailsPage .cardDetail .details .right .detail{display:flex;align-items:center;justify-content:left;gap:5px}.detailsPage .cardDetail .detail{cursor:pointer}.detailsPage .infos{display:flex;align-items:center;justify-content:space-between;width:100%}.detailsPage .similar{margin-top:20vh}.detailsPage .similar h2{color:#fff}@media (max-width: 700px){.detailsPage .details{align-items:start!important}.detailsPage .detail{margin-bottom:15px}.detailsPage .date{flex-direction:column;margin-bottom:5px!important}.detailsPage .heading p{font-size:20px}.detailsPage .content,.detailsPage .date,.detailsPage .detail{font-size:15px}}.beyond{margin-top:20px!important}.beyond .heading{color:#fff;font-size:28px;margin-bottom:10px}.beyond img{height:15px;width:15px}.beyond .info{color:#bdc1c6;font-size:14px;margin-bottom:15px}.beyond .cardsBeyond{padding:16px;border-radius:18px;background-color:#1f1f1f;display:flex;justify-content:center;align-items:center;width:100%;position:relative;margin-bottom:10px;transition:.3s linear;cursor:pointer}.beyond .cardsBeyond .left,.beyond .cardsBeyond .right{width:50%}.beyond .cardsBeyond .line{width:100%;height:1px;background-color:#5e5e5e;margin:16px 0}.beyond .cardsBeyond .longLine{width:1px;height:200px;background-color:#5e5e5e;margin:0 16px}.beyond .cardsBeyond .cardBeyond{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative}.beyond .cardsBeyond .cardBeyond .left{padding:0;display:flex;flex-direction:column;align-items:start;justify-content:space-between;width:100%}.beyond .cardsBeyond .cardBeyond .left .head{color:#fff;width:100%;transition:.2s linear}.beyond .cardsBeyond .cardBeyond .left .footer{display:flex;align-items:center;margin-top:10px}.beyond .cardsBeyond .cardBeyond .left .footer .date{color:#fff;font-size:12px;margin-right:10px}.beyond .cardsBeyond .cardBeyond .left .footer .author{color:#fff;font-size:12px;font-weight:500;transition:.2s linear}.beyond .cardsBeyond .cardBeyond .right{padding:0;display:flex;align-items:end;justify-content:right}.beyond .cardsBeyond .cardBeyond .right img{height:64px;width:64px;border-radius:12px}.beyond .darkOverlay{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;pointer-events:none;border-radius:18px;transition:.2s linear}.cardsBeyond:hover .darkOverlay{background:#000000b9}.cardsBeyond:hover .head{color:#8ab4f8!important}@media (min-width: 800px){.cardsBeyond{min-height:150px!important}}.NewsList{border-radius:18px;background-color:#1f1f1f;padding:16px;margin:0 auto 10px}.NewsList .heading{display:flex;align-items:center;justify-content:left;color:#75b8b1;font-size:20px;cursor:pointer;gap:10px}.NewsList .line{width:100%;height:1px;background-color:#5e5e5e;margin:16px 0 10px}.NewsList .cardLocal{display:flex;align-items:center;justify-content:space-between}.NewsList .cardLocal .left{padding:0}.NewsList .cardLocal .left .head{color:#e3e3e3;width:100%}.NewsList .cardLocal .left .date{color:#c4c7c5;font-size:12px;margin:10px 0}.NewsList .cardLocal .right{padding:0;display:flex;align-items:end;justify-content:right}.NewsList .cardLocal .right img{object-fit:cover;height:64px;width:64px;border-radius:12px}.topStories{width:100%}.topStories .heading{display:flex;align-items:center;justify-content:left;color:#8bb8f8;font-size:20px;gap:10px}.topStories .heading img{margin-left:10px;height:15px;width:15px}.topStories .line{width:100%;height:1px;background-color:#5e5e5e;margin:16px 0 10px}@media (max-width: 800px){.topStories{margin-bottom:10px!important}}.feed{display:flex;justify-content:space-between;align-items:start}.feed .left{width:70%;border-radius:18px;background-color:#1f1f1f;color:#fff;padding:16px;display:flex;flex-direction:column;align-items:start;justify-content:center;margin-right:15px}.feed .right{width:30%;color:#fff;display:flex;flex-direction:column;align-items:start;justify-content:center}@media (max-width: 800px){.feed{display:block;width:90%}.feed .left,.feed .right{margin:0 auto 10px;width:100%}}.forYou{margin-top:20px!important}.forYou .heading{color:#fff;font-size:28px;margin-bottom:10px}.forYou img{height:15px;width:15px}.forYou .info{color:#bdc1c6;font-size:14px;margin-bottom:15px}.forYou .cards{padding:16px;border-radius:18px;background-color:#1f1f1f;display:flex;justify-content:center;align-items:center;width:100%}.forYou .cards .left,.forYou .cards .right{width:50%}.forYou .cards .line{width:100%;height:1px;margin:16px 0}.forYou .cards .longLine{width:1px;height:330px;background-color:#5e5e5e;margin:0 16px}.forYou .cards .card{display:flex;align-items:center;justify-content:space-between;width:100%}.forYou .cards .card:hover .left .head{color:#fff}.forYou .cards .card .left{padding:0;display:flex;flex-direction:column;align-items:start;justify-content:space-between}.forYou .cards .card .left .head{color:#e3e3e3;width:100%;transition:.2s linear}.forYou .cards .card .left .date{color:#c4c7c5;font-size:12px;margin:10px 0}.forYou .cards .card .right{padding:0;display:flex;align-items:end;justify-content:right}.forYou .cards .card .right img{height:64px;width:64px;border-radius:12px;object-fit:cover}@media (max-width: 500px){.container{width:90%}.heading,.catHeading{font-size:22px!important}.info{font-size:12px!important}.longLine{height:600px!important}}.more{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;text-align:center}.more h1{font-size:20px;color:#aecbfa;font-weight:400;margin-bottom:20px}.more button{background-color:#8ab4f8;border-radius:20px;padding:8px 24px;border:none;font-weight:500;color:#202124;font-size:14px;cursor:pointer}.more button:hover{background-color:#92bcff}.welcome{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;color:#fff;padding:15px 0;gap:10px}.welcome .left{width:fit-content}.welcome .left h1{font-weight:400;font-size:28px;line-height:32px;color:#fff;margin-bottom:8px}.welcome .left .date{color:#bdc1c6;font-size:14px;line-height:20px}.welcome .right{width:fit-content}.welcome .right .weather{border-radius:18px;height:60px;width:auto;background-color:#1f1f1f;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:10px}.welcome .right .weather img{height:40px;width:40px;object-fit:cover}.welcome .right .weather p{width:fit-content;margin-right:10px}.welcome .right .weather .celcius{font-size:14px}.welcome .right .weather .type{font-weight:500}@media (max-width: 800px){.welcome .welcome h1,.welcome .welcome .date{justify-content:center;display:block}.welcome .weather{margin-top:10px}}.YourTopics{margin-bottom:20px}.YourTopics .catHeading{margin-top:20px;margin-bottom:10px;font-size:28px;color:#fff}.YourTopics .info{color:#bdc1c6;font-size:14px;margin-bottom:15px}.YourTopics .categories{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.YourTopics .categories .category{border-radius:18px;background-color:#1f1f1f;padding:16px;width:32%;margin-bottom:20px}.YourTopics .categories .category .cards .cardContainer{display:none}.YourTopics .categories .category .cards .cardContainer:nth-child(1),.YourTopics .categories .category .cards .cardContainer:nth-child(2),.YourTopics .categories .category .cards .cardContainer:nth-child(3){display:block}.YourTopics .categories .category .heading{display:flex;align-items:center;justify-content:left;color:#fff;font-size:20px;cursor:pointer;text-transform:capitalize}.YourTopics .categories .category .heading img{margin-left:10px;height:15px;width:15px}.YourTopics .categories .category .line{width:100%;height:1px;background-color:#5e5e5e;margin:16px 0 10px}.YourTopics .categories .category .card{display:flex;align-items:center;justify-content:space-between}.YourTopics .categories .category .card .left{padding:0}.YourTopics .categories .category .card .left .head{color:#e3e3e3;width:100%}.YourTopics .categories .category .card .left .date{color:#c4c7c5;font-size:12px;margin:10px 0}.YourTopics .categories .category .card .right{padding:0;display:flex;align-items:end;justify-content:right}.YourTopics .categories .category .card .right img{height:64px;width:64px;border-radius:12px;object-fit:cover}@media (max-width: 700px){.category{width:48%!important}.YourTopics .categories .category .heading{font-size:14px!important}.head{font-size:12px!important}.YourTopics .categories .category .card .right img{display:none}.YourTopics .categories .category{margin-bottom:10px}}.admin{display:flex;flex-direction:column;justify-content:center;align-items:center}.admin h1{margin:15px auto;color:#e2e2e3}.admin h2{color:#e2e2e3;margin:10px auto}.admin .table{width:100%}.admin .table button{padding:10px 15px;background-color:#ff3939;border:none;border-radius:5px;color:#fff;cursor:pointer}.admin .table-header{display:flex;width:100%;background:#202124;padding:18px 0}.admin .table-row{display:flex;width:100%;padding:18px 0 18px 10px;background:#eee}.admin .table-data,.admin .header__item{flex:1 1 20%;text-align:center}.admin .header__item{text-transform:uppercase}.admin .filter__link{color:#fff;text-decoration:none;position:relative;display:inline-block;padding-left:24px;padding-right:24px}.admin .filter__link:after{content:"";position:absolute;right:-18px;color:#fff;font-size:12px;top:50%;transform:translateY(-50%)}.admin .filter__link.desc:after{content:"(desc)"}.admin .filter__link.asc:after{content:"(asc)"}.admin img{height:50px;width:50px;object-fit:cover}.admin .btns{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px}.admin .btns button{cursor:pointer;padding:5px 10px;background-color:transparent;color:#fff;border:none;text-transform:capitalize;border:1px solid #1772FF}.admin .btns .active{background-color:#1772ff}/*!
* 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{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.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:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.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-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.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 button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .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-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.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,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.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-thin,.ql-snow .ql-stroke.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{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.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;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[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-size .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-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[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-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[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-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[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-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[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 transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.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:0px}.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]{display:none;border:1px solid #ccc;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:0px;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}.AddNews{width:100%}.AddNews h2{width:fit-content;margin:0 auto 10px}.AddNews form .grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.AddNews form input,.AddNews form select{background-color:transparent;height:100%;width:100%;outline:none;transition:.3s linear;border:1px solid #B4B6B7;color:#fff;padding:10px;font-size:16px;font-weight:500}.AddNews form input:active,.AddNews form select:active{background-color:#363738;color:#3c4043}.AddNews form input::placeholder,.AddNews form select::placeholder{color:#b4b6b7;font-size:16px;font-weight:500}.AddNews form option{background-color:#363738}.AddNews form button{padding:10px 20px;border:none;border-radius:5px;background-color:#1772ff;cursor:pointer;margin:10px auto 0;color:#fff}.AddNews .textarea{width:100%;background-color:#e2e2e3}.AddNews .dropdowns{display:flex;align-items:center;justify-content:center;gap:20px}.EditNews{width:100%}.EditNews h2{width:fit-content;margin:0 auto 10px;color:#fff}.EditNews form .grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.EditNews form input,.EditNews form select{background-color:transparent;height:100%;width:100%;outline:none;transition:.3s linear;border:1px solid #B4B6B7;color:#fff;padding:10px;font-size:16px;font-weight:500}.EditNews form input:active,.EditNews form select:active{background-color:#363738;color:#3c4043}.EditNews form input::placeholder,.EditNews form select::placeholder{color:#b4b6b7;font-size:16px;font-weight:500}.EditNews form option{background-color:#363738}.EditNews form button{padding:10px 20px;border:none;border-radius:5px;background-color:#1772ff;cursor:pointer;margin:10px auto 0;color:#fff}.EditNews .textarea{width:100%;background-color:#e2e2e3}.EditNews .dropdowns{display:flex;align-items:center;justify-content:center;gap:20px}
