#app{height:100%}.tagify:not(.form-control-sm):not(.form-control-lg){max-height:85px!important;overflow-y:auto!important}.dropdown-users-show{bottom:40px;min-width:200px;max-width:300px;min-height:60px;max-height:400px;overflow-y:auto;right:-150%}.search-input{margin-bottom:1rem;padding:.5rem}.pagination{display:flex;justify-content:space-between;margin:1rem 0}.post-card{border:1px solid #ddd;padding:1rem;margin-bottom:1rem;border-radius:8px}.posts-page{display:flex;gap:10px}.posts-list{flex:1;width:100%}.posts-page-sidebar{position:sticky!important;top:94px;height:100vh!important}.sticky-sidebar{max-height:100vh;overflow-y:auto;padding:20px}.burger-menu{position:relative;top:0;right:0;background:none;cursor:pointer;z-index:1000;padding:5px;border-radius:10px;border:1px solid #636674;line-height:1}.sidebar-open{left:0!important}.popup-table-comment{position:absolute;bottom:0;left:0;right:0;background-color:#0d0e12;color:#fff;border:1px solid #636674;border-radius:5px;padding:7px;z-index:999;min-height:80px;max-height:210px;max-width:430px;width:340px;-webkit-box-shadow:0px 0px 9px 0px #4B5675;-moz-box-shadow:0px 0px 9px 0px #4B5675;box-shadow:0 0 9px #4b5675}.comments-shadow{position:absolute;left:0;right:0;height:20px;pointer-events:none;width:100%;transition:opacity .2s;z-index:5}.comments-shadow-top{top:0;opacity:0;box-shadow:inset 0 14px 9px 1px #15171c}.comments-shadow-bottom{bottom:-3px;opacity:0;box-shadow:inset 1px -14px 9px 1px #15171c}.modal-background{background-color:var(--bs-modal-box-shadow);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media screen and (max-width: 992px){#createPostModal{height:100%!important}#createPostModal .modal-dialog{height:max-content!important;max-height:-webkit-fill-available!important}}@media screen and (max-width: 900px){.posts-list{width:100%!important}#posts-page-sidebar{position:fixed!important;top:0;height:100vh;transition:all .3s ease;left:100%;overflow-y:auto;z-index:1100;max-width:100vw;width:100%}.posts-page{flex-wrap:wrap;flex-direction:column-reverse}.select2-dropdown{z-index:1200!important}.dropdown-users-show{right:0!important}}::-webkit-scrollbar-track{box-shadow:none!important;-webkit-box-shadow:none!important;background-color:#0f101e!important;border-radius:10px!important}::-webkit-scrollbar{width:8px!important;background-color:#0f101e!important}::-webkit-scrollbar-thumb{border-radius:10px!important;background-color:transparent!important;background-image:linear-gradient(0deg,#00db8c,#010314 47.6%,#010314 99.23%)!important}.ydc-notif-right-visible{animation:notif-right-movein .5s ease forwards,notif-right-moveout .5s 3s ease forwards}#ydc-notif-right{min-width:300px;width:max-content;min-height:80px;background-color:#d0ebdc;color:#139a52;border-radius:5px;font-size:18px;display:flex;justify-content:center;align-items:center;position:fixed;top:100px;right:-100%;padding:0 20px;z-index:999999}@keyframes notif-right-movein{0%{right:-100%}to{right:10px}}@keyframes notif-right-moveout{0%{right:10px}to{right:-100%}}.ydc-notif-error{background-color:#f7d2da!important;color:#d61f47!important}.ydc-loader-ring-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:#fff6;z-index:9999}.ydc-loader-ring div{display:block;position:absolute;animation:ydc-loader--ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:3px solid #fff;border-radius:50%;box-sizing:border-box;margin:6px;height:51px;width:51px;border-color:#0c7f40 transparent transparent transparent}.ydc-loader-ring-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:#00000096;z-index:9999}.ydc-loader-ring{display:inline-block;position:relative;margin:auto;height:64px;width:64px}.ydc-loader-ring div{display:block;position:absolute;animation:ydc-loader--ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:3px solid #fff;border-radius:50%;box-sizing:border-box;margin:6px;height:51px;width:51px;border-color:#00db8c transparent transparent transparent}.ydc-loader-ring div:nth-child(1){animation-delay:-.45s}.ydc-loader-ring div:nth-child(2){animation-delay:-.3s}.ydc-loader-ring div:nth-child(3){animation-delay:-.15s}@keyframes ydc-loader--ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,[data-bs-theme=light]{--tooltip-color: #a1a5b7;--tooltip-bg: #fff;--tooltip-shadow: rgb(204, 204, 204)}[data-bs-theme=dark]{--tooltip-color: #a1a5b7;--tooltip-bg: #363843;--tooltip-shadow: rgb(31, 31, 35)}[hover-tooltip]{position:relative;cursor:default}[hover-tooltip]:hover:before{content:attr(hover-tooltip);font-size:14px;text-align:center;position:absolute;display:block;left:50%;min-width:150px;max-width:200px;bottom:calc(100% + 10px);transform:translate(-50%);animation:fade-in .3s ease;background:var(--tooltip-bg);border-radius:4px;padding:4px 6px;color:var(--tooltip-color);z-index:1;-webkit-box-shadow:1px 1px 9px 1px var(--tooltip-shadow);-moz-box-shadow:1px 1px 9px 1px var(--tooltip-shadow);box-shadow:1px 1px 9px 1px var(--tooltip-shadow)}[hover-tooltip]:hover:after{content:"";position:absolute;display:block;left:50%;width:0;height:0;bottom:calc(100% + 6px);margin-left:-3px;border:1px solid var(--tooltip-bg);border-color:var(--tooltip-bg) transparent transparent transparent;border-width:4px 6px 0;animation:fade-in .3s ease;z-index:1}[hover-tooltip][tooltip-position=bottom]:hover:before{bottom:auto;top:calc(100% + 10px)}[hover-tooltip][tooltip-position=bottom]:hover:after{bottom:auto;top:calc(100% + 6px);border-color:transparent transparent var(--tooltip-bg);border-width:0 6px 4px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.btn-like svg{cursor:pointer;overflow:visible;width:35px}.btn-like svg #heart{transform-origin:center;animation:animateHeartOut .3s linear forwards}.btn-like svg #main-circ{transform-origin:29.5px 29.5px}.btn-like .like-checkbox{display:none}.btn-like .like-checkbox:checked+label svg #heart{transform:scale(.2);fill:#e2264d;stroke:#e2264d;animation:animateHeart .3s linear forwards .25s}.btn-like .like-checkbox:checked+label svg #main-circ{transition:all 2s;animation:animateCircle .3s linear forwards;opacity:1}.btn-like .like-checkbox:checked+label svg #grp1{opacity:1;transition:.1s all .3s}.btn-like .like-checkbox:checked+label svg #grp1 #oval1{transform:scale(0) translateY(-30px);transform-origin:0 0 0;transition:.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp1 #oval2{transform:scale(0) translate(10px,-50px);transform-origin:0 0 0;transition:1.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp2{opacity:1;transition:.1s all .3s}.btn-like .like-checkbox:checked+label svg #grp2 #oval1{transform:scale(0) translate(30px,-15px);transform-origin:0 0 0;transition:.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp2 #oval2{transform:scale(0) translate(60px,-15px);transform-origin:0 0 0;transition:1.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp3{opacity:1;transition:.1s all .3s}.btn-like .like-checkbox:checked+label svg #grp3 #oval1{transform:scale(0) translate(30px);transform-origin:0 0 0;transition:.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp3 #oval2{transform:scale(0) translate(60px,10px);transform-origin:0 0 0;transition:1.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp4{opacity:1;transition:.1s all .3s}.btn-like .like-checkbox:checked+label svg #grp4 #oval1{transform:scale(0) translate(30px,15px);transform-origin:0 0 0;transition:.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp4 #oval2{transform:scale(0) translate(40px,50px);transform-origin:0 0 0;transition:1.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp5{opacity:1;transition:.1s all .3s}.btn-like .like-checkbox:checked+label svg #grp5 #oval1{transform:scale(0) translate(-10px,20px);transform-origin:0 0 0;transition:.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp5 #oval2{transform:scale(0) translate(-60px,30px);transform-origin:0 0 0;transition:1.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp6{opacity:1;transition:.1s all .3s}.btn-like .like-checkbox:checked+label svg #grp6 #oval1{transform:scale(0) translate(-30px);transform-origin:0 0 0;transition:.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp6 #oval2{transform:scale(0) translate(-60px,-5px);transform-origin:0 0 0;transition:1.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp7{opacity:1;transition:.1s all .3s}.btn-like .like-checkbox:checked+label svg #grp7 #oval1{transform:scale(0) translate(-30px,-15px);transform-origin:0 0 0;transition:.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp7 #oval2{transform:scale(0) translate(-55px,-30px);transform-origin:0 0 0;transition:1.5s transform .3s}.btn-like .like-checkbox:checked+label svg #grp2{opacity:1;transition:.1s opacity .3s}.btn-like .like-checkbox:checked+label svg #grp3{opacity:1;transition:.1s opacity .3s}.btn-like .like-checkbox:checked+label svg #grp4{opacity:1;transition:.1s opacity .3s}.btn-like .like-checkbox:checked+label svg #grp5{opacity:1;transition:.1s opacity .3s}.btn-like .like-checkbox:checked+label svg #grp6{opacity:1;transition:.1s opacity .3s}.btn-like .like-checkbox:checked+label svg #grp7{opacity:1;transition:.1s opacity .3s}@keyframes animateCircle{40%{transform:scale(10);opacity:1;fill:#dd4688}55%{transform:scale(11);opacity:1;fill:#d46abf}65%{transform:scale(12);opacity:1;fill:#cc8ef5}75%{transform:scale(13);opacity:1;fill:transparent;stroke:#cc8ef5;stroke-width:.5}85%{transform:scale(17);opacity:1;fill:transparent;stroke:#cc8ef5;stroke-width:.2}95%{transform:scale(18);opacity:1;fill:transparent;stroke:#cc8ef5;stroke-width:.1}to{transform:scale(19);opacity:1;fill:transparent;stroke:#cc8ef5;stroke-width:0}}@keyframes animateHeart{0%{transform:scale(.2)}40%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes animateHeartOut{0%{transform:scale(1.4)}to{transform:scale(1)}}/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * 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:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.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;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:max-content!important;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 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}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=checked]>.ql-ui:before{content:"✓"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"✓"}.ql-editor ol li[data-list=unchecked]:before,.ql-editor ol li[data-list=checked]:before,.ql-editor ol li[data-list=ordered]:before{content:""!important}.ql-editor ol li[data-list=bullet]:before{content:"•"!important}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui: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 li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-align-center{margin:0 auto}.ql-editor .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-ui{position:absolute}.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-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.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-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.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-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.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-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}{box-sizing:border-box}*{box-sizing:border-box}.ql-hidden{display:none}.ql-out-bottom,.ql-out-top{visibility:hidden}.ql-tooltip{position:absolute;transform:translateY(10px)}.ql-tooltip a{cursor:pointer;text-decoration:none}.ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-formats{display:inline-block;vertical-align:middle}.ql-formats:after{clear:both;content:"";display:table}.ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-fill,.ql-stroke.ql-fill{fill:#444}.ql-empty{fill:none}.ql-even{fill-rule:evenodd}.ql-thin,.ql-stroke.ql-thin{stroke-width:1}.ql-transparent{opacity:.4}.ql-direction svg:last-child{display:none}.ql-direction.ql-active svg:last-child{display:inline}.ql-direction.ql-active svg:first-child{display:none}.ql-editor h1{font-size:2em}.ql-editor h2{font-size:1.5em}.ql-editor h3{font-size:1.17em}.ql-editor h4{font-size:1em}.ql-editor h5{font-size:.83em}.ql-editor h6{font-size:.67em}.ql-editor a{text-decoration:underline}.ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-editor code{font-size:85%;padding:2px 4px}.ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-editor img{max-width:100%}.ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-picker-label:before{display:inline-block;line-height:22px}.ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-color-picker,.ql-icon-picker{width:28px}.ql-color-picker .ql-picker-label,.ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-color-picker .ql-picker-label svg,.ql-icon-picker .ql-picker-label svg{right:4px}.ql-icon-picker .ql-picker-options{padding:4px 0}.ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-picker.ql-header{width:98px}.ql-picker.ql-header .ql-picker-label:before,.ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-picker.ql-font{width:108px}.ql-picker.ql-font .ql-picker-label:before,.ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-picker.ql-size{width:98px}.ql-picker.ql-size .ql-picker-label:before,.ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-formats{margin-right:15px}.ql-toolbar.ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar+.ql-container{border-top:0}.ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-tooltip a{line-height:26px}.ql-tooltip.ql-editing a.ql-preview,.ql-tooltip.ql-editing a.ql-remove{display:none}.ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-container{border:1px solid #ccc}.color-picker-wrapper{display:flex;justify-content:center;align-items:center;border-radius:8px;border:1px solid var(--bs-gray-300)}#color-picker{display:flex;flex-direction:column;border-radius:6px}#color-picker input[type=color]{appearance:none!important;opacity:0!important;-moz-appearance:none;-webkit-appearance:none;background:none;border:0;cursor:pointer;height:43px;padding:0;width:43px}#color-picker:focus{border-radius:0;outline:none}#color-picker::-webkit-color-swatch-wrapper{padding:0}#color-picker::-webkit-color-swatch{border:0;border-radius:0}#color-picker::-moz-color-swatch,#color-picker::-moz-focus-inner{border:0}#color-picker::-moz-focus-inner{padding:0}/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:250px}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden;width:100%!important;height:100%!important}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{width:0;height:0;opacity:0}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
