#create-post{pointer-events:none}.create-post__fake-input{display:flex;background:var(--darkColor);flex-direction:column;margin-bottom:25px;border-radius:6px;font-family:var(--tertiaryFont);-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.create-post__fake-input textarea{background:rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);padding:10px 20px;height:100px;resize:none;outline:none;color:#fff6;font-weight:500}.create-post__fake-input>div{display:flex;align-items:center;padding:10px 20px}.create-post__fake-input>div>div{display:flex;align-items:center;gap:20px;margin-right:auto}.create-post__fake-input>div>div>label{position:relative;padding:5px;border-radius:5px;transition:.2s;display:flex;justify-content:center;cursor:pointer}.create-post__fake-input>div>div>label:hover{background:rgba(255,255,255,.1)}.create-post__fake-input>div>div>label img{filter:invert(1);width:22px;height:18px;-o-object-fit:contain;object-fit:contain}.create-post__fake-input>div>div>label p{position:absolute;opacity:0;padding:7px 10px;background:var(--darkColor);font-weight:600;line-height:1;font-size:10px;color:var(--lightColor);border-radius:8px;white-space:nowrap;bottom:0;pointer-events:none;transition:.2s}.create-post__fake-input>div>div>label:hover p{transform:translateY(calc(-100% - 10px));opacity:1}.create-post__fake-input>div>button{background:var(--blueColor);padding:5px 15px;line-height:1;font-size:14px;color:var(--lightColor3);border-radius:4px;height:28px;font-weight:500;filter:grayscale(1);pointer-events:none}.create-post__container{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;display:none;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}#create-post.active .create-post__container,#create-post.active2 .create-post__container,#create-post.active3 .create-post__container{display:flex}.create-post__container-left header h2{color:var(--darkGrayColor);font-weight:500;font-family:var(--primaryFont);border-bottom:1px solid var(--grayColor);padding-bottom:5px;font-size:calc(20px + .2vw)}.create-post__body{background:var(--darkColor);width:calc(100% - 40px);max-width:750px;position:relative;padding:15px 20px;z-index:2;border:2px solid var(--yellowColor);box-shadow:0 0 15px #ffffff1a;display:none}#create-post.active .create-post__body,#create-post.active3 .create-post__body{display:block}.create-post__header{align-items:flex-start;justify-content:space-between;margin-bottom:20px}.create-post__menu{display:flex;align-items:center;gap:15px;padding:15px 20px;cursor:pointer;border-radius:3.5px}#create-post[data-edit="1"] .create-post__menu{pointer-events:none}#create-post[data-edit="1"] .create-post__meta div{display:none}#create-post[data-edit="1"] .nsfw-btn{visibility:hidden}.create-post__menu:hover{background:rgba(255,255,255,.15)}.create-post__user-image{width:55px;height:55px;border-radius:50%;overflow:hidden;background:var(--lightColor3)}.create-post__user-image img{-o-object-fit:cover;object-fit:cover;height:100%}.create-post__meta{display:flex;align-items:flex-start;flex-direction:column}.create-post__meta h2{color:var(--yellowColor);font-weight:600;font-size:calc(15px + .3vw);letter-spacing:1px;font-family:var(--tertiaryFont);align-items:center;display:flex;gap:10px}.create-post__meta h2:after{content:"▼";font-size:13px}.create-post__meta div{color:var(--lightColor3);font-weight:300;font-size:12px;letter-spacing:.5px;display:flex;align-items:center;gap:5px}.create-post__meta div img{filter:invert(1);width:20px;-o-object-fit:contain;object-fit:contain}.create-post__header .create-post__close{background:var(--darkGrayColor);padding:8px;border-radius:50%;box-shadow:0 0 5px #00000014;transition:.1s;margin-top:15px}.create-post__header .create-post__close:hover{transform:scale(1.05)}.create-post__header .create-post__close img{width:14px;height:14px;-o-object-fit:contain;object-fit:contain;cursor:pointer;filter:invert(66%) sepia(36%) saturate(735%) hue-rotate(5deg) brightness(95%) contrast(93%)}.create-post__types{display:flex;margin-bottom:20px}.create-post__types button{display:flex;align-items:center;gap:5px;flex-grow:1;justify-content:center;color:var(--grayColor);font-weight:500;padding:10px;position:relative;border-right:1px solid var(--darkGrayColor)}.create-post__types button:last-of-type{border-right:none}.create-post__types button:after{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background:var(--grayColor)}.create-post__types button.active{color:var(--darkGrayColor)}.create-post__types button.active:after{height:2px;background:var(--darkGrayColor)}.create-post__types button svg{fill:var(--grayColor);width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.create-post__types button.active svg{fill:var(--darkGrayColor)}.media_files_label,.editor-container .create-post{width:calc(100% - var(--sidePadding));margin:0 auto 10px;display:block;border:1px solid var(--grayColor);padding:5px 10px;min-width:100%;max-width:100%;background:var(--white)}.editor{position:relative;margin-bottom:20px}.editor-header{width:100%;height:35px;display:flex;justify-content:space-between;background:var(--lightColor3);border-bottom:1px solid var(--grayColor)}.editor-header-btn{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-grow:1;font-family:var(--primaryFont);background:var(--yellowColor);position:relative;height:100%;border-right:1px solid var(--grayColor);color:var(--lightColor2);text-shadow:0 0 7px rgba(0,0,0,.25);cursor:pointer;transition:.1s}.editor-header-btn:hover{background:var(--yellowColorDark)}.editor-header-btn label{cursor:pointer;display:flex;width:100%;height:100%;align-items:center;justify-content:center}.editor-header-btn img{width:15px;-o-object-fit:contain;object-fit:contain;margin-right:6px;filter:invert(1)}.editor-header-btn[data-command=bold]{font-weight:700}.editor-header-btn[data-command=italic]{font-style:italic;font-family:"Sans-serif"}.editor-header-btn[data-command=underline]{text-decoration:underline}.editor-header-btn[data-command=color] input{display:block;padding:5px 10px;height:100%;border:none;outline:none;background:none}.editor-header-btn[data-command=heading]{color:var(--darkColor);justify-content:initial}.editor-header-btn[data-command=heading] .select-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;height:100%;width:100%;font-weight:600;background:var(--lightColor)}.editor-header-btn[data-command=heading] .select-heading img{width:14px;height:8px;margin-right:0;-o-object-fit:contain;object-fit:contain;filter:initial}.editor-header-btn[data-command=heading] .heading-options{position:absolute;top:calc(100% + 1px);left:0;background:var(--lightColor);min-width:calc(100% + 1px);border-right:1px solid transparent;border-bottom:1px solid transparent;max-height:0;height:auto;overflow:hidden}.editor-header-btn[data-command=heading] .heading-options.active{border-right:1px solid var(--grayColor);border-bottom:1px solid var(--grayColor);max-height:initial}.editor-header-btn[data-command=heading] .heading-options li{padding:3px 10px;font-size:14px;font-weight:600;font-family:var(--primaryFont);cursor:pointer}.editor-header-btn[data-command=heading] .heading-options li[data-value=h1]{font-size:18px}.editor-header-btn[data-command=heading] .heading-options li[data-value=h2]{font-size:16px}.editor-header-btn[data-command=heading] .heading-options li[data-value=h3]{font-size:14px}.editor-container textarea{width:100%;min-height:100%;max-height:100%;height:200px;padding:5px 10px;background:var(--darkGrayColor);line-height:1.5;display:block;border:1px solid var(--grayColor);border-top:none;font-size:14px;color:#fff;resize:none}.editor-form-group input,.editor-form-group .select2{display:block;width:100%;border:1px solid var(--grayColor);background:var(--darkGrayColor);padding:5px 10px;color:var(--lightColor3);line-height:1.5;font-size:14px}.editor-form-group .selection *{padding:0!important;line-height:1.5!important;margin:0!important;outline:none;border:none}.editor-form-group .select2-selection__rendered[title]{padding-left:30px!important}.editor-form-group .selection .select2-selection__clear{position:absolute;top:0;left:0;width:30px;height:100%;background:var(--redColor)}.editor-form-group .selection .select2-selection__clear span{line-height:1!important;font-size:24px}#select2-select-communities-results .loading-results{color:var(--lightColor3)!important}.editor-form-group .select2 .selection .select2-selection__arrow{margin-right:10px!important}.editor-form-group .selection .select2-selection__rendered{color:var(--lightColor3)}.editor-form-group .select2 .select2-selection{position:initial;background:none;border:none}.editor-form-group .select2-container .select2-selection--single{height:auto}.editor-form-body-counter{position:absolute;display:flex;align-items:center;height:20px;top:100%;right:0;font-size:14px;font-weight:500;color:var(--yellowColor);letter-spacing:.5px;font-family:var(--tertiaryFont);opacity:.8}.editor-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:25px;-moz-column-gap:25px;column-gap:25px}.nsfw-btn{display:flex;align-items:center;gap:10px}.nsfw-btn span{color:var(--lightColor);font-size:14px;font-weight:500;font-family:var(--tertiaryFont)}.nsfw-btn div{position:relative;width:20px;height:20px;background:white;border:2px solid var(--yellowColor);border-radius:2px;display:flex;justify-content:center;align-items:center}.nsfw-btn.active div:after{position:absolute;width:55%;height:55%;background:var(--darkGrayColor);content:"";border-radius:50%}.editor-footer input[type=submit]{background:var(--yellowColor);font-family:var(--tertiaryFont);text-transform:uppercase;font-weight:600;color:var(--white);font-size:15px;cursor:pointer;display:inline-block;padding:10px 30px;line-height:1;transition:.2s;width:auto}.editor-footer input[type=submit][disabled]{background:var(--grayColor);cursor:not-allowed}.editor-footer input[type=submit]:hover{background:var(--yellowColorDark);color:var(--lightColor)}.media_files_label{display:flex;align-items:center;gap:10px}.media_files_label svg{width:25px}#filesUploadStatus,#filesPreview{border:1px solid var(--grayColor);padding:15px;background:var(--white);position:relative;gap:15px;flex-wrap:wrap;grid-template-columns:repeat(6,1fr);display:none;margin-bottom:10px}#filesPreview video,#filesPreview img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.create-post__body label{font-weight:500;font-size:calc(14px + .15vw);font-family:var(--tertiaryFont);flex-grow:1}#filesPreview button[data-action=remove]{position:absolute;right:5px;top:5px;background:var(--darkGrayColor);padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.1s}#filesPreview button[data-action=remove] img{width:10px;height:10px;-o-object-fit:fill;object-fit:fill;filter:invert(66%) sepia(36%) saturate(735%) hue-rotate(5deg) brightness(95%) contrast(93%)}#filesPreview button[data-action=remove]:hover{background:var(--black)}.preview-container{position:relative;width:100%;border-radius:5px;box-shadow:0 0 14px #00000026;overflow:hidden}#filesPreview .preview-container .youtube-icon{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5)}#filesPreview .preview-container .youtube-icon img{width:50px;height:50px;-o-object-fit:contain;object-fit:contain;filter:invert(10%) sepia(97%) saturate(6992%) hue-rotate(0deg) brightness(95%) contrast(113%)}#filesUploadStatus>div:first-child{display:flex;gap:10px;justify-content:space-between}#filesUploadStatus h3{font-size:16px;font-weight:500;color:var(--darkColor);font-family:var(--tertiaryFont);text-transform:uppercase}#filesUploadStatus p{font-size:14px;font-weight:500;color:var(--darkColor);font-family:var(--tertiaryFont)}#filesUploadCancel{border-radius:50%;width:20px;height:20px;background:var(--redColor);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:.2s}#filesUploadCancel:hover{transform:scale(1.1)}#filesUploadCancel:before,#filesUploadCancel:after{content:"";position:absolute;width:2px;height:12px;background:var(--lightColor)}#filesUploadCancel:before{transform:rotate(45deg)}#filesUploadCancel:after{transform:rotate(-45deg)}#filesProgressBar{width:100%;height:5px;background:var(--lightGrayColor);position:relative;border-radius:5px;overflow:hidden}#filesProgressBar span{position:absolute;top:0;left:0;height:100%;background:var(--yellowColor);transition:.2s;width:40%}.editor-container input:focus,.editor-container input:active,.editor-container textarea:focus,.editor-container textarea:active{outline:1px solid var(--darkGrayColor)}.create-post__btn{width:calc(100% - var(--sidePadding));margin:0 auto;padding-bottom:10px;text-align:right}.create-post__btn button{background:var(--darkGrayColor);border-radius:4px;padding:5px 15px;color:var(--lightColor)}.create-post__sidebar{background:var(--lightColor);border-radius:4px;padding:0 var(--sidePadding) 10px}.create-post__sidebar header{color:var(--darkGrayColor);font-weight:500;font-size:calc(15px + .2vw);padding:10px 0}.create-post__sidebar li{list-style:decimal;color:var(--darkGrayColor);margin-left:15px;padding-left:2px;font-size:calc(13px + .15vw);margin-bottom:5px}.create-post__container-right>p{font-size:calc(11px + .15vw);margin-top:10px;font-weight:300}.create-post__container-right>p a{color:var(--yellowColor);font-weight:500}.editor-form-link-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;display:none;justify-content:center;align-items:center}#create-post.active3 .editor-form-link-modal{display:flex}.editor-form-link-modal>div{background:var(--darkColor);padding:20px;border-radius:5px;max-width:400px;width:calc(100% - 40px);margin:0 auto;position:relative;display:flex;box-shadow:0 0 12px 0 var(--lightShadowColor)}.editor-form-link-modal>div input{width:100%;padding:5px 10px;border:none;border:1px solid transparent;outline:none}.editor-form-link-modal>div input:focus,.editor-form-link-modal>div input:hover{border:1px solid var(--yellowColor)}.editor-form-link-modal>div button{background:var(--darkGrayColor);padding:5px 20px;color:var(--lightColor);cursor:pointer;transition:.2s;font-weight:600;font-family:var(--tertiaryFont);color:var(--yellowColor)}.editor-form-link-modal>div button:hover{background:var(--black);color:var(--lightColor3)}.create-post__menu-modal{padding:0 20px;background:var(--darkColor);border:3px solid var(--yellowColor);z-index:1;width:100%;font-family:var(--tertiaryFont);max-width:500px;display:none}#create-post.active2 .create-post__menu-modal{display:block}.create-post__menu-modal header{margin-top:15px;font-size:18px;color:var(--yellowColor);padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:15px}.create-post__menu-modal .editor-form-group{display:flex;align-items:center;justify-content:flex-start}.create-post__menu-modal .editor-form-group:first-of-type{margin-bottom:15px}.create-post__menu-modal .editor-form-group>b{min-width:110px;font-size:15px;font-weight:500;color:var(--lightColor3)}.create-post__menu-modal .editor-form-group input{outline:none}.create-post__menu-modal footer{display:flex;justify-content:flex-end;gap:15px;margin-top:15px;margin-block:15px}.create-post__menu-modal footer button{padding:5px 20px;position:relative;font-family:var(--secondaryFont);border-radius:3px;font-weight:600;color:var(--lightColor);overflow:hidden;text-transform:capitalize}.create-post__menu-modal footer button:hover:after{content:"";position:absolute;background:rgba(255,255,255,.2);width:100%;height:100%;left:0;top:0}.create-post__menu-modal footer button:last-of-type{background:var(--yellowColor)}.create-post__menu-modal footer button[disabled]{background:var(--grayColor);cursor:not-allowed}@media (max-width: 668px){.create-post__body{width:calc(100% - 30px);padding:15px}.create-post__header{margin-bottom:10px}.create-post__menu{padding:10px 15px;gap:10px}.create-post__user-image{width:45px;height:45px;border-radius:50%;overflow:hidden;background:var(--lightColor3)}.create-post__header .create-post__close{margin-top:10px}.create-post__header .create-post__close img{width:12px;height:12px}.editor-header-btn[data-command=image],.editor-header-btn[data-command=video],.editor-header-btn[data-command=youtube]{position:absolute;width:32px;height:32px;padding:7px 5px;right:15px;bottom:10px;border:none;border-radius:3px}.editor-header-btn[data-command=video]{right:57.5px}.editor-header-btn[data-command=image]{right:100px}.editor-header-btn[data-command=image] img,.editor-header-btn[data-command=video] img,.editor-header-btn[data-command=youtube] img{margin:0;height:100%;width:100%}.editor-header-btn[data-command=image] span,.editor-header-btn[data-command=video] span,.editor-header-btn[data-command=youtube] span{display:none}#filesPreview{grid-template-columns:repeat(5,1fr);max-height:250px;overflow:auto}}@media (max-width: 578px){#filesPreview{grid-template-columns:repeat(4,1fr)}}@media (max-width: 500px){#filesPreview{grid-template-columns:repeat(3,1fr)}}@media (max-width: 420px){.create-post__body{width:100%;padding:15px}#filesPreview{grid-template-columns:repeat(2,1fr)}}
