.forumHeader{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.forumHeader-name{color:var(--color_black_main);margin:0;font-size:22px;font-weight:500;line-height:1.4;display:block}@media (max-width:520px){.forumHeader-name{font-size:21px}}.forumHeader-name span{margin-left:11px;font-size:16px;font-weight:400}.forumHeader-link,.forumHeader-name span{color:var(--color_black_70);line-height:1.4}.forumHeader-link{cursor:pointer;text-align:center;background:#fff;border:0;border-radius:60px;justify-content:center;align-items:center;height:36px;padding:8px 8px 8px 12px;font-size:14px;transition:all .3s;display:inline-flex}.forumHeader-link svg{width:16px;height:16px;display:block}@media (min-width:992px){.forumHeader-link:hover{background-color:var(--color_black_main);color:#fff}}
.forumThemeCreate-header{align-items:center;gap:16px;margin-bottom:25px;display:flex}@media (max-width:480px){.forumThemeCreate-header{margin-bottom:15px}}.forumThemeCreate-title{align-items:center;font-size:26px;font-weight:700;display:flex}@media (max-width:640px){.forumThemeCreate-title{font-size:21px}}@media (max-width:389px){.forumThemeCreate-title{font-size:18px}}.forumThemeCreate-forum{display:inline-flex;position:relative}.forumThemeCreate-forum__selected{color:var(--color_red_main);align-items:center;gap:4px;display:inline-flex}.forumThemeCreate-forum__selected span{color:var(--color_black_60)}.forumThemeCreate-forum__selected svg{flex:0 0 16px;height:16px;display:block}.forumThemeCreate-forum__list{white-space:nowrap;z-index:100;background:#fff;border-radius:10px;min-width:100px;margin-top:8px;padding:6px 8px;display:none;position:absolute;top:100%;left:70px;box-shadow:0 4px 16px #00000026}.forumThemeCreate-forum__list--active{display:block}.forumThemeCreate-forum__list-item{color:var(--color_black_main);background:#fff;align-items:center;gap:7px;width:100%;margin-bottom:4px;padding:5px;font-size:14px;line-height:1.2;transition:all .3s;display:flex}.forumThemeCreate-forum__list-item svg{flex:0 0 16px;min-width:16px;height:16px;display:block}.forumThemeCreate-forum__list-item:last-child{margin-bottom:0}.forumThemeCreate-forum__list-item--active,.forumThemeCreate-forum__list-item--active svg{color:var(--color_red_main)}@media (min-width:992px){.forumThemeCreate-forum__list-item:hover{color:var(--color_red_main)}}.forumThemeCreate-avatar{flex:0 0 50px;min-width:50px;position:relative}@media (max-width:640px){.forumThemeCreate-avatar{flex:0 0 44px;min-width:44px}}.forumThemeCreate-avatar__btn{width:100%;display:block}.forumThemeCreate-avatar figure{border-radius:100%;display:block}.forumThemeCreate-avatar img{width:100%;height:50px;display:block}@media (max-width:640px){.forumThemeCreate-avatar img{height:44px}}.forumThemeCreate-form{flex-direction:column;gap:16px;display:flex}.forumThemeCreate__input{position:relative}.forumThemeCreate__input-label{color:var(--color_black_60);transform-origin:0;z-index:5;padding:0 8px;font-size:16px;font-weight:400;line-height:1.4;transition:top .1s ease-in-out,scale .1s ease-in-out;display:block;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.forumThemeCreate__input-field{-webkit-appearance:none;appearance:none;border:1px solid var(--color_black_40);color:var(--color_black_main);text-align:left;background:#fff;border-radius:10px;width:100%;height:50px;margin:0;padding:15px 20px;font-size:16px;line-height:1.4;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}.forumThemeCreate__input-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.forumThemeCreate__input-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.forumThemeCreate__input-field[type=number]{-moz-appearance:textfield}.forumThemeCreate__input-field::placeholder{color:var(--color_black_60)}.forumThemeCreate__input-field:focus{border-color:var(--color_red_20);box-shadow:0 0 0 3px #cb002333}.forumThemeCreate__input-field--filled~.forumThemeCreate__input-label,.forumThemeCreate__input-field:focus~.forumThemeCreate__input-label{background:linear-gradient(0deg,#fff 50%,var(--color_black_10) 50%);top:0;left:15px;transform:translateY(-50%)scale(.75)}.forumThemeCreate__input-field--error{border-color:var(--color_red_main)}.forumThemeCreate__input-field--error~.forumThemeCreate__input-label{color:var(--color_red_main)}.forumThemeCreate-content{justify-content:flex-start;align-items:flex-start;display:flex}.forumThemeCreate-content__form{border:1px solid var(--color_black_40);background:#fff;border-radius:10px;flex-wrap:wrap;flex:1;justify-content:flex-start;align-items:flex-end;min-height:150px;display:flex;position:relative}.forumThemeCreate-content__form-editor{flex-direction:column;flex:1;min-width:100%;display:flex}.forumThemeCreate-content__form-editor .tiptap{min-height:150px;padding:13px 20px;outline:0!important}.forumThemeCreate-content__form-editor p:last-child{margin-bottom:0}.forumThemeCreate-content__form-editor p.is-editor-empty:first-child:before{color:var(--color_black_60);content:attr(data-placeholder);float:left;pointer-events:none;height:0}.forumThemeCreate-content__form-buttons{z-index:100;justify-content:flex-end;align-items:center;gap:8px;height:50px;margin-top:-50px;margin-left:auto;padding-right:16px;transition:all .3s;display:flex;position:relative}@media (max-width:1024px){.forumThemeCreate-content__form-buttons{padding-right:10px}}@media (max-width:389px){.forumThemeCreate-content__form-buttons{margin-top:0}}.forumThemeCreate-content__form-imageUpload{color:var(--color_black_60);cursor:pointer;z-index:100;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;overflow:hidden}@media (max-width:640px){.forumThemeCreate-content__form-imageUpload{width:30px;height:30px}}.forumThemeCreate-content__form-imageUpload svg{width:24px;height:24px;display:block}.forumThemeCreate-content__form-imageUpload input{opacity:0;visibility:hidden;width:0;height:0;position:absolute;left:-999px}.forumThemeCreate-content__form-imageUpload:hover{color:var(--color_red_main)}.forumThemeCreate-content__form-images{margin-top:16px;padding:0 0 13px 20px;display:flex}@media (max-width:1024px){.forumThemeCreate-content__form-images{padding:0 0 13px 15px}}.forumThemeCreate-content__form-images_item{border:1px solid var(--color_black_20);background:#fff;border-radius:10px;align-items:center;margin-right:12px;display:flex;position:relative}.forumThemeCreate-content__form-images_item img{object-fit:cover;border-radius:10px;width:60px;height:60px;display:block}@media (max-width:1024px){.forumThemeCreate-content__form-images_item img{width:54px;height:54px}}@media (max-width:640px){.forumThemeCreate-content__form-images_item img{width:48px;height:48px}}.forumThemeCreate-content__form-images_remove{border:1px solid var(--color_black_45);background-color:#fff;border-radius:100%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:all .3s;display:flex;position:absolute;top:-9px;right:-9px}.forumThemeCreate-content__form-images_remove svg{color:#58595c;width:7px;height:7px;transition:inherit;display:block}.forumThemeCreate-content__form-images_remove:hover{background-color:var(--color_red_main);border-color:var(--color_red_main)}.forumThemeCreate-content__form-images_remove:hover svg{color:#fff}.forumThemeCreate-content__form-images_loading{background:#ffffff80;border-radius:10px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}@media (max-width:1024px){.forumThemeCreate-content__form-images_loading{width:54px;height:54px}}@media (max-width:640px){.forumThemeCreate-content__form-images_loading{width:48px;height:48px}}.forumThemeCreate-content__form-images_loading svg{width:18px;height:18px;display:block}.forumThemeCreate-content__form--filled .profileAdd-form-buttons{margin-top:16px;padding-bottom:13px}@media (max-width:1024px){.forumThemeCreate-content__form--filled .profileAdd-form-buttons{margin-top:15px}}@media (max-width:640px){.forumThemeCreate-content__form--filled .profileAdd-form-buttons{height:40px;margin-top:0}}
