@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);:root{--inner-content-width:1000px;--hdr-shadow:0 4px 4px 0 #00000040}.fHSb1{font-family:Roboto,sans-serif;font-size:24px;font-weight:500}@media only screen and (max-width:600px){.fHSb1{font-size:20px}}.fHR1{font-size:20px}.fBR1,.fHR1{font-family:Roboto,sans-serif;font-weight:400}.fBR1{font-size:16px}.fBR2{font-size:14px}.fBR2,.fBR3{font-family:Roboto,sans-serif;font-weight:400}.fBR3{font-size:12px}:root{--color-raisin-black:#202123;--color-vulcan-gray:#6c757d;--color-ashes-gray:#929292;--color-glacier-white:#e9e9e9;--color-white:#fff;--color-opal-green:#94c6c5;--color-jungle-green:#0ba37f;--color-sonic-gray-1:#989898;--color-sonic-gray-2:#585858;--gradient-sonic-gray:linear-gradient(180deg,var(--color-sonic-gray-1) 0%,var(--color-sonic-gray-2) 100%);--color-salmon-pink:#ffbaba;--color-blossom-orange:#ffcdb8;--color-pale-yellow:#f1f1a8;--color-teal-green:#bff6d2;--color-parakeet-blue:#b8d0ff;--color-magenta-purple:#e6c0f0}*{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0}:focus{outline:none}.cW100p,.cWInner{width:100%}.cWInner{margin:0 auto;max-width:1000px;max-width:var(--inner-content-width)}@media only screen and (max-width:1030px){.cWInner{width:calc(100% - 50px)}}.cB100p,.cH100p{height:100%}.cB100p{width:100%}.cFlex{display:flex}.cFlex.row{flex-direction:row}.cFlex.col{flex-direction:column}.cFlex.jsb{justify-content:space-between}.cFlex.jstart{justify-content:flex-start}.cFlex.jcenter{justify-content:center}.cFlex.jend{justify-content:flex-end}.cFlex.astart{align-items:flex-start}.cFlex.acenter{align-items:center}.cFlex.aend{align-items:flex-end}.vS10{height:10px}.vS10,.vS6{display:block;width:100%}.vS6{height:6px}.vS16{display:block;height:16px;width:100%}.cH40{height:40px}.mR16__r{margin-right:12px}.mR16{margin-right:16px}.mB16{margin-bottom:16px}.mB16__r{margin-bottom:8px}.mT16__r{margin-top:8px}@media only screen and (max-width:500px){.mR16__r{margin-right:8px}.mB16__r{margin-bottom:8px}.mT16__r{margin-top:8px}}.mB8{margin-bottom:8px}.btn{align-items:center;border:none;cursor:pointer;display:flex;flex-direction:row;height:36px;justify-content:center;width:auto}.btn.block{width:100%}.btn.-icoNoStyle{background-color:#0000;border-radius:36px;height:36px;width:36px}.btn.-icoNoStyle>span{align-items:center;display:flex;flex-direction:row;justify-content:center}.btn.-icoNoStyle:hover{background-color:var(--color=glacier-white)}.btn.-no-primary-style{background:#0000;border-radius:6px;color:#202123;color:var(--color-raisin-black);height:36px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:0 32px;transition:box-shadow .1s ease-in,background-color .2s ease,color .2s ease-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn.-no-primary-style:hover{box-shadow:inset 0 0 0 1px #929292;box-shadow:inset 0 0 0 1px var(--color-ashes-gray)}.btn.-primary{background-color:#202123;background-color:var(--color-raisin-black);border-radius:6px;color:#fff;color:var(--color-white);height:36px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:0 32px;transition:box-shadow .1s ease-in,background-color .2s ease,color .2s ease-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn.-primary.-green{background-color:#0ba37f;background-color:var(--color-jungle-green)}.btn.-primary.block{width:100%}.btn.-primary.h48{height:48px}.btn.-primary:disabled{cursor:default;pointer-events:none}.btn.-primary.-outline{background:#0000;color:#202123;color:var(--color-raisin-black)}.btn.-primary.-outline,.btn.-primary:hover{box-shadow:inset 0 0 0 1px #202123;box-shadow:inset 0 0 0 1px var(--color-raisin-black)}.btn.-primary:hover.-green{box-shadow:inset 0 0 0 1px #0ba37f;box-shadow:inset 0 0 0 1px var(--color-jungle-green)}.btn.-primary:focus{background-color:#fff;background-color:var(--color-white);box-shadow:inset 0 0 0 1px #202123,0 0 0 4px #20212366;box-shadow:inset 0 0 0 1px var(--color-raisin-black),0 0 0 4px #20212366;color:#202123;color:var(--color-raisin-black)}.btn.-primary:focus.-green{box-shadow:inset 0 0 0 1px #0ba37f,0 0 0 4px #0ba37f66;box-shadow:inset 0 0 0 1px var(--color-jungle-green),0 0 0 4px #0ba37f66}.linkStyle1{border-bottom:1px solid #0000;color:#202123;color:var(--color-raisin-black);cursor:pointer;text-decoration:none}.linkStyle1:hover{border-color:#202123;border-color:var(--color-raisin-black)}.noStyleInput{border:none;padding:0}.noStyleInput,input,select{color:#202123;color:var(--color-raisin-black)}input,select{border:1px solid #e9e9e9;border-color:var(--color-glacier-white);border-radius:8px;height:44px;min-width:144px;padding:0 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}input[type=checkbox]{height:20px;min-width:20px;width:20px}textarea{background-color:#e9e9e9;background-color:var(--color-glacier-white);border:none;border-radius:8px;height:auto;line-height:1.4;max-width:100%;min-height:40px;min-width:100%;padding:12px 16px;width:100%}:root{--homeSearchBarHeight:50px;--homeSearchBarPaddingBottom:12px}.appHdr{background-color:#202123;background-color:var(--color-raisin-black);box-shadow:0 4px 4px 0 #00000040;box-shadow:var(--hdr-shadow);position:relative;z-index:999}.appHdr>.appHdrInner{height:100%}.appHdr>.appHdrInner>.appHdrBranding{height:72px}.appHdr>.appHdrInner>.appHdrBranding>div.hdrBrand{max-width:320px;overflow:hidden}.appHdr>.appHdrInner>.appHdrBranding .hdrFix{bottom:-4px;height:32px;left:-40px;position:relative;width:320px}@media only screen and (max-width:500px){.appHdr>.appHdrInner>.appHdrBranding>div.hdrBrand{max-width:160px}.appHdr>.appHdrInner>.appHdrBranding .hdrFix{height:22px;left:-80px}}.appHdr>.appHdrInner>.appHdrBranding .userMenu>div:first-child{margin-right:16px}.appHdr>.appHdrInner>.appHdrBranding .userMenu>div img{border-radius:40px;height:40px;width:40px}.appHdr>.appHdrInner>.appHdrBranding .userMenu>div .planInfo{color:#e9e9e9;color:var(--color-glacier-white)}.appHdr>.appHdrInner>.appHdrBranding .userMenu>div .userName{color:#929292;color:var(--color-ashes-gray);margin-bottom:4px}@media only screen and (max-width:500px){.appHdr>.appHdrInner>.appHdrBranding{height:60px}}.appHdr>.appHdrInner>.appHdrPageInfo{border-top:1px solid #ffffff1a;height:72px}.appHdr>.appHdrInner>.appHdrPageInfo .pageTitleText{color:#fff;color:var(--color-white)}.homeHdr{background-color:#fff;background-color:var(--color-white);height:auto}.homeHdr>.homeHdrInner>.homeNavigationBar{height:54px}.homeHdr>.homeHdrInner>.homeNavigationBar>div>a{color:#929292;color:var(--color-ashes-gray);cursor:pointer;font-size:20px;font-weight:400;margin-right:40px;text-decoration:none}.homeHdr>.homeHdrInner>.homeNavigationBar>div>a:last-child{margin-right:0}.homeHdr>.homeHdrInner>.homeNavigationBar>div>a.active{color:#202123;color:var(--color-raisin-black);font-size:24px;font-weight:500}.homeHdr>.homeHdrInner>.homeSearchBar{height:50px;height:var(--homeSearchBarHeight);padding-bottom:12px;padding-bottom:var(--homeSearchBarPaddingBottom)}.homeHdr>.homeHdrInner>.homeSearchBar>div{height:100%;width:100%}.homeHdr>.homeHdrInner>.homeSearchBar>div:first-child{margin-right:12px}.homeHdr>.homeHdrInner>.homeSearchBar>div:last-child{width:auto}.homeHdr>.homeHdrInner>.homeSearchBar>div .filter__btn{height:100%;width:200px}.homeHdr>.homeHdrInner>.homeTagsCollection{padding-bottom:8px;padding-top:8px}.homeHdr>.homeHdrInner>.homeTagsCollection>div{flex-flow:wrap;flex-wrap:wrap;left:-8px;position:relative;top:-8px;width:calc(100% + 8px)}@media only screen and (max-width:850px){.homeHdr>.homeHdrInner>.homeTagsCollection>div{flex-wrap:nowrap;flex-flow:nowrap;overflow:auto}.homeHdr>.homeHdrInner>.homeTagsCollection>div>.tag{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}}.homeHdr>.homeHdrInner>.homeTagsCollection>div>.filter{align-items:center;border-radius:8px;box-shadow:0 0 0 1px #0000001a;display:flex;display:-webkit-flex;flex-direction:row;font-size:14px;justify-content:center;margin:2px 8px;padding:4px 6px;position:relative;width:auto}.homeHdr>.homeHdrInner>.homeTagsCollection>div>.filter>button{align-items:center;background-color:#00000012;border:none;border-radius:40px;cursor:pointer;display:flex;display:-webkit-flex;flex-direction:row;height:20px;justify-content:center;margin-left:8px;width:20px}.homeHdr>.homeHdrInner>.homeTagsCollection>div>.filter>button:hover{background-color:#0003}.homeHdr>.homeHdrInner>.homeSortBar{padding-bottom:8px}.homeHdr>.homeHdrInner>.homeSortBar span{white-space:nowrap}.homeHdr>.homeHdrInner>.homeSortBar>div>div .barTitle{color:#929292;color:var(--color-ashes-gray)}.homeHdr>.homeHdrInner>.homeSortBar>div>div.sortByOptions{margin-right:16px;overflow:hidden;overflow:auto;width:100%}.homeHdr>.homeHdrInner>.homeSortBar>div>div button{margin-right:12px;max-width:120px;overflow:hidden;text-overflow:ellipsis;width:auto}.homeHdr>.homeHdrInner>.homeSortBar>div>div button:last-child{margin-right:0}.homeHdr>.homeHdrInner>.homeSortBar>div>div>.orAndFilter{align-items:center;border-radius:36px;box-shadow:inset 0 0 0 1px #0ba37f;box-shadow:inset 0 0 0 1px var(--color-jungle-green);display:flex;display:-webkit-flex;flex-direction:row;height:28px;justify-content:center;width:auto}.homeHdr>.homeHdrInner>.homeSortBar>div>div>.orAndFilter>span{align-items:center;border-radius:36px;color:#0ba37f;color:var(--color-jungle-green);cursor:pointer;display:flex;display:-webkit-flex;flex-direction:row;height:100%;justify-content:center;padding:0 16px;white-space:nowrap;width:100%}.homeHdr>.homeHdrInner>.homeSortBar>div>div>.orAndFilter>span.active{background-color:#0ba37f;background-color:var(--color-jungle-green);color:#e9e9e9;color:var(--color-glacier-white)}@media only screen and (max-width:600px){.homeHdr{box-shadow:0 1px 12px 0 #0000001a}.homeHdr .homeHdrInner .homeNavigationBar{height:48px}.homeHdr .homeHdrInner .homeNavigationBar>div{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;width:100%}.homeHdr .homeHdrInner .homeNavigationBar>div>a{font-size:18px;margin-right:0}.homeHdr .homeHdrInner .homeNavigationBar>div>a.active{font-size:18px}}.searchBarControl{align-items:center;border-radius:8px;box-shadow:0 0 0 1px #0000001a;display:flex;flex-direction:row;justify-content:space-between}.searchBarControl,.searchBarControl>.searchBarInputContainer{height:100%;overflow:hidden;width:100%}.searchBarControl>.searchBarInputContainer>input{border:none;height:100%;padding:0 16px;width:100%}.searchBarControl>.searchBarExtraContainer{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:flex-end;width:auto}.searchBarControl>.searchBarExtraContainer>.searchBarExtraNormal{height:100%;min-width:38px;min-width:calc(var(--homeSearchBarHeight) - var(--homeSearchBarPaddingBottom));width:38px;width:calc(var(--homeSearchBarHeight) - var(--homeSearchBarPaddingBottom))}.searchBarControl>.searchBarExtraContainer>.searchBarExtraNormal.searchBarIconContainer,.searchBarControl>.searchBarExtraContainer>.searchBarExtraNormal.searchBarIconContainer>span{align-items:center;display:flex;flex-direction:row;justify-content:center}.searchBarControl>.searchBarExtraContainer>.searchBarButtonContainer{height:100%}.searchBarControl>.searchBarExtraContainer>.searchBarButtonContainer>button{border:none;height:100%;width:100%}.searchBarControl>.searchBarExtraContainer>.searchBarButtonContainer>button,.tag{background-color:#e9e9e9;background-color:var(--color-glacier-white);border-radius:8px;cursor:pointer}.tag{color:#202123;color:var(--color-raisin-black);height:auto;margin:4px;max-width:172px;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;white-space:nowrap;width:auto}.tag.-salmon{background-color:#ffbaba;background-color:var(--color-salmon-pink)}.tag.-orange{background-color:#ffcdb8;background-color:var(--color-blossom-orange)}.tag.-yellow{background-color:#f1f1a8;background-color:var(--color-pale-yellow)}.tag.-green{background-color:#bff6d2;background-color:var(--color-teal-green)}.tag.-blue{background-color:#b8d0ff;background-color:var(--color-parakeet-blue)}.tag.-pruple{background-color:#e6c0f0;background-color:var(--color-magenta-purple)}.popupContainer{position:relative}.popupContainer>.popupMenu{background-color:#fff;background-color:var(--color-white);border:1px solid #e9e9e9;border-radius:10px;box-shadow:0 10px 20px 0 #0003;height:auto;margin-top:8px;padding:12px 0;position:absolute;right:0;width:200px;z-index:999}.popupContainer>.popupMenu>.popupMenuInner{height:100%;width:100%}.popupContainer>.popupMenu>.popupMenuInner>.popupMenuItem{align-items:center;border-radius:5px;cursor:pointer;display:flex;display:-webkit-flex;flex-direction:row;height:44px;justify-content:flex-start;margin:0 auto;padding:0 12px;transition:background-color .1s ease;width:calc(100% - 24px)}.popupContainer>.popupMenu>.popupMenuInner>.popupMenuItem>span{color:#202123;color:var(--color-raisin-black)}.popupContainer>.popupMenu>.popupMenuInner>.popupMenuItem.active,.popupContainer>.popupMenu>.popupMenuInner>.popupMenuItem:hover{background-color:#e9e9e9;background-color:var(--color-glacier-white)}.exampleFieldValue{border:1px solid #0000001a;border-radius:8px;max-width:100%;overflow:auto;padding:12px}.exampleFieldValue>*{max-width:100%}.appFooter{height:auto;margin-bottom:100px;margin-top:20px;padding:8px 0;width:100%}.appFooter>.appFooterInner>div>a{margin-right:26px}.appFooter>.appFooterInner>div>a:last-child{margin-right:0}.scrollToLoadMore{align-items:center;display:flex;display:-webkit-flex;flex-direction:row;justify-content:center;padding-bottom:10px;padding-top:20px;width:100%}.scrollToLoadMore>span{color:#929292;color:var(--color-ashes-gray)}.promptCard{border-bottom:1px solid #e9e9e9;border-bottom:1px solid var(--color-glacier-white);height:auto;padding:12px 0;width:100%}.promptCard>.promptCardInner{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.promptCard>.promptCardInner>.promptHdr{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;position:relative;width:100%}.promptCard>.promptCardInner>.promptHdr>div{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:flex-start;width:100%}.promptCard>.promptCardInner>.promptHdr>div:last-child{justify-content:flex-end;width:auto}.promptCard>.promptCardInner>.promptHdr>div>div{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}@media only screen and (max-width:800px){.promptCard>.promptCardInner>.promptHdr>div>div.__tagsContainer{display:none}}.promptCard>.promptCardInner>.promptHdr>div>div>img{border-radius:28px;height:28px;width:28px}.promptCard>.promptCardInner>.promptHdr>div>div>.userName{color:#929292;color:var(--color-ashes-gray)}.promptCard>.promptCardInner>.promptHdr>div.extraButtons{text-align:right}.promptCard>.promptCardInner>.promptHdr>div.extraButtons>button{margin-right:20px}.promptCard>.promptCardInner>.promptHdr>div.extraButtons>button:last-child{margin-right:0}.promptCard>.promptCardInner>.promptHdr>div.extraButtons .moreDialog{background-color:#fff;border-radius:4px;box-shadow:0 4px 4px 0 #00000040;box-shadow:var(--hdr-shadow);height:auto;padding:8px 0;position:absolute;right:0;top:40px;width:180px}.promptCard>.promptCardInner>.promptHdr>div.extraButtons .moreDialog .dialogButton{align-items:center;background-color:#fff;color:#202123;color:var(--color-raisin-black);cursor:pointer;display:flex;flex-direction:row;height:40px;justify-content:flex-start;padding:0 12px;width:100%}.promptCard>.promptCardInner>.promptHdr>div.extraButtons .moreDialog .dialogButton>span{align-items:center;display:flex;flex-direction:row;justify-content:center}.promptCard>.promptCardInner>.promptHdr>div.extraButtons .moreDialog .dialogButton>span>.loading{left:-16px;top:-3px}.promptCard>.promptCardInner>.promptHdr>div.extraButtons .moreDialog .dialogButton>span:first-child{margin-right:16px}.promptCard>.promptCardInner>.promptHdr>div.extraButtons .moreDialog .dialogButton:hover{background-color:#e9e9e9;background-color:var(--color-glacier-white)}.promptCard>.promptCardInner>.promptBody{cursor:pointer;max-width:70%;overflow:hidden;text-overflow:ellipsis}.promptCard>.promptCardInner>.promptBody>.mobileTagsContainer{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}@media only screen and (min-width:800px){.promptCard>.promptCardInner>.promptBody>.mobileTagsContainer{display:none}}.promptCard>.promptCardInner>.promptBody>.promptTitle>.promptTitleText{color:#202123;color:var(--color-raisin-black)}.promptCard>.promptCardInner>.promptBody>.promptDesc>.promptDescText{color:#929292;color:var(--color-ashes-gray)}.promptCard>.promptCardInner>.promptAdditional>.promptUrl{margin-top:8px;padding:8px 0}.promptCard>.promptCardInner>.promptAdditional>.promptUrl .hdrText{color:#202123;color:var(--color-raisin-black);margin-right:12px}.promptCard>.promptCardInner>.promptAdditional>.promptUrl .valueText{color:#929292;color:var(--color-ashes-gray)}.promptCard>.promptCardInner>.promptAdditional>.promptExample{padding:8px 0}.promptCard>.promptCardInner>.promptAdditional>.promptExample>div .example,.promptCard>.promptCardInner>.promptAdditional>.promptExample>div .input{background-color:#e9e9e9;background-color:var(--color-glacier-white);border-radius:6px;height:auto;margin:8px 0;padding:10px 8px;width:100%}.promptCard>.promptCardInner>.promptAdditional>.promptExample>div .example>span,.promptCard>.promptCardInner>.promptAdditional>.promptExample>div .input>span{color:#202123;color:var(--color-raisin-black)}@media only screen and (max-width:800px){.promptCard>.promptCardInner>.promptBody{max-width:100%}}.cGray{color:#929292;color:var(--color-ashes-gray)}.details_extra_buttons_container>span{margin-right:16px}.details_extra_buttons_container>span:last-child{margin-right:0}.detailsOwnerPicture{border-radius:30px;height:30px;width:30px}.cLanding{background:url(https://www.workwithgpt.app/assets/_landing.png);background-position:50%;background-size:cover;bottom:0;left:0;position:fixed;right:0;top:0;width:100%}.cLanding>.landingHdr{height:50%;padding-bottom:8%;width:100%}.cLanding .landing_btn{height:48px;width:240px}@media only screen and (max-width:900px){.cLanding>.landingHdr{padding-bottom:12%}}@media only screen and (max-width:600px){.cLanding>.landingHdr{padding-bottom:15%}}@media only screen and (max-width:500px){.cLanding>.landingHdr{padding:0 40px 22%}}.plans-container{height:auto;width:100%}.plans-container>.plan-box{background:#fff;background:var(--color-white);border:1px solid #0000001a;border-radius:16px;box-shadow:0 2px 16px -2px #0000001a;margin:30px;max-width:360px;padding:24px;width:100%}.plans-container>.plan-box .priceRect{background-color:#e6e6e6;border-radius:80px;color:#000c;height:auto;padding:12px 24px;width:auto}.plans-container>.plan-box>div>div{padding:8px}@keyframes loading{to{transform:rotate(1turn)}}.loading-animation{min-height:20px;min-width:20px;position:relative;width:auto}.loading-animation.loading:before{animation:loading 1s linear infinite;border:2px solid #000;border-radius:50%;border-top-color:#0000;content:"";height:20px;position:absolute;width:20px}.errorAlert{background:#eb4c4c;border-radius:6px;color:#f9f9f9;margin-bottom:12px;padding:8px 20px;width:100%}
/*!
 * 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}