.user-action-area{display:inline-flex;transition:color .2s ease-in-out;outline:none}.user-action-area:hover{color:rgba(var(--colorLinkHover),1)!important;cursor:pointer}.user-action-area:hover .icon-svg{color:rgba(var(--colorLinkHover),1)}.user-action-area.user-action-area--active{color:rgba(var(--colorLinkHover),1)!important}.user-action-area.user-action-area--active .icon-svg{color:rgba(var(--colorLinkHover),1)}.popup{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;background:rgba(50,58,64,.5);overscroll-behavior:contain}@media(min-width:760px){.popup{justify-content:center}}html.theme--dark .popup{background:rgba(0,0,0,.8)}.popup__container{position:absolute;bottom:0;bottom:var(--vv-keyboard-height,0);left:0;padding-top:20px;padding-bottom:20px;background:rgba(var(--colorWhiteBackground),1)}@media(min-width:760px){.popup__container{top:50%;bottom:auto;left:50%;min-width:375px;transform:translate3d(-50%,-50%,0);border-radius:10px}}@media(max-width:759.98px){.popup__container{width:100%;max-width:none!important;max-height:calc(100dvh - 125px);border-radius:10px 10px 0 0}}@media(min-width:760px){.popup__container--fixed-width{width:600px}}.popup__content-wrapper{display:flex;flex-direction:column;max-height:calc(100dvh - 200px);margin:0 20px;overflow-y:auto}.popup__title{padding:0 20px}.popup__fixed-content{padding:0 20px;border-bottom:1px solid rgba(var(--colorDecorationBorder),1)}.popup__actions{display:flex;flex-direction:column;align-items:center}.popup__actions>*{display:flex;justify-content:center;width:100%;margin-bottom:15px;padding:5px 0}.popup__actions>:last-child{margin-bottom:0}.popup__close-btn{display:inline-flex;position:absolute;top:10px;right:10px;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;cursor:pointer}.popup__close-btn:hover{background:#eef5f7}html.theme--dark .popup__close-btn:hover{background:#292929}.popup__close-btn .icon-svg{color:#8a9bab}.popup form>*{width:100%}.popup--special{padding:0 0 25px!important}.popup--special .popup__content-wrapper{margin:initial;padding:initial}@media(min-width:1000px){.popup--special .popup__content-wrapper .select-image-popup__actions{margin-right:30px;margin-left:30px}}@media(min-width:760px)and (max-width:999.98px){.popup--special .popup__content-wrapper .select-image-popup__actions{margin-right:40px;margin-left:40px}}@media(max-width:759.98px){.popup--special .popup__content-wrapper .select-image-popup__actions{margin-right:20px;margin-left:20px}}.popup--special .settings-avatar-cropper{margin:0}.selectCategoryPopup{display:flex;z-index:10;top:0;left:0;justify-content:center;width:100%;height:100dvh;overflow:hidden}.popup .selectCategoryPopup{height:auto;overflow:visible}.selectCategoryPopup__wrapper{width:100%;max-width:660px;border-radius:12px;background:rgba(var(--colorWhiteBackground),1)}.popup .selectCategoryPopup__wrapper{padding:0}.selectCategoryPopup__back{position:absolute;top:50%;left:0;transform:translateY(-50%) rotate(270deg);cursor:pointer}.popup .selectCategoryPopup__back{display:none}.selectCategoryPopup__header{display:flex;position:relative;align-items:center;height:60px;padding-left:36px;font-weight:700}@media(min-width:760px){.selectCategoryPopup__header{justify-content:center;padding:0}}.selectCategoryPopup__search{margin-bottom:10px}.selectCategoryPopup__search__input{justify-content:center;height:44px}.selectCategoryPopup__category{display:flex;align-items:center;margin-top:15px;cursor:pointer}.selectCategoryPopup__iconWrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:rgba(var(--colorLightBlue),1)}.selectCategoryPopup__text{margin:0 10px 0 12px}.selectCategoryPopup__empty{padding:16px;border-radius:12px;text-align:center}.selectCategoryPopup__content{height:calc(100dvh - 160px);padding:16px 0;overflow-y:auto}.popup .selectCategoryPopup__content{height:calc(100dvh - 360px);padding:0}.selectCategoryPopup__rubricSection+.selectCategoryPopup__rubricSection{margin-top:30px}.selectCategoryPopup__rubrics{display:flex;align-items:center;margin-bottom:15px;overflow-x:auto}.selectCategoryPopup__rubric{padding:6px 14px;white-space:nowrap}.selectCategoryPopup__rubric--active{border:1px solid rgba(var(--colorDecorationBorder),1);border-radius:1000px}.selectCategoryPopup__rubricName{margin-top:30px;font-size:18px}.selectCategoryPopup__rubricName:first-child{margin-top:10px}.post-vote-form{display:flex;flex-direction:column;padding-top:25px;padding-bottom:20px;border:2px solid rgba(var(--colorDecorationBorder),1);border-radius:5px}.post-vote-form--voted .post-vote-form__option{justify-content:space-between;background:transparent}.post-vote-form--voted .post-vote-form__option .post-vote-form__fake-bar{background:rgba(var(--colorDecorationBorder),.5)}.post-vote-form--voted .post-vote-form__option--my-vote{border-color:rgba(var(--colorGreenBorder),1)}.post-vote-form--voted .post-vote-form__option--my-vote .post-vote-form__fake-bar{background:rgba(var(--colorDecorationBorder),.5)}.post-vote-form--voted .post-vote-form__option-text{color:rgba(var(--colorBlackText),1)!important;font-weight:400}@media(min-width:760px){.post-vote-form--voted .post-vote-form__option-text{text-align:left}}.post-vote-form--voted .post-vote-form__option-percentage{display:inline;display:initial}.post-vote-form__option{display:flex;position:relative;align-items:center;justify-content:center;width:100%;min-height:40px;margin-bottom:10px;padding:7px 18px;border:1px solid rgba(var(--colorDecorationBorder),1);border-radius:3px;background:rgba(var(--colorDecorationBorder),1);font-size:15px;line-height:23px;cursor:pointer}.post-vote-form__option:before{position:absolute;top:0;left:0;width:50%;height:100%}.post-vote-form__option-text{font-weight:700}@media(min-width:760px){.post-vote-form__option-text{text-align:center}}.post-vote-form__option-percentage{display:none;margin-left:10px;font-weight:700}.post-vote-form__option--my-vote{background:rgba(var(--colorGreenBackground),.5)}.theme--dark .post-vote-form__option--my-vote{background:rgba(var(--colorGreenBackground),1)}.post-vote-form__option--my-vote .post-vote-form__option-text{color:rgba(var(--colorBlackText),1)}.post-vote-form__option-percentage,.post-vote-form__option-text{z-index:10}.post-vote-form__fake-bar{position:absolute;top:0;left:0;height:100%}.post-vote-form__bottom-bar{display:flex;justify-content:center;margin-top:10px}.post-gallery{display:flex}.post-gallery:not(:only-child){margin-top:15px}@media(min-width:1000px){.post-gallery{margin-right:30px;margin-left:30px}}@media(min-width:760px)and (max-width:999.98px){.post-gallery{margin-right:40px;margin-left:40px}}@media(max-width:759.98px){.post-gallery{margin-right:20px;margin-left:20px}}.post-gallery__img{position:relative;width:100%;height:250px;overflow:hidden;border-radius:5px;background-position:50%;background-size:cover}.post-gallery__img:not(:last-child){margin-right:5px}.post-gallery--images-limit{position:relative}.post-gallery--images-limit .post-gallery__img:last-of-type:before{content:"+" attr(data-more-count);display:flex;position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:100%;height:100%;background:rgba(0,0,0,.6);color:#fff;font-size:21px;cursor:pointer}.avatar--margin-right{margin-right:10px}.avatar--rounded-little{border-radius:5px}.avatar--special-content{display:inline-grid;align-items:center;justify-content:center;border-radius:50%;background:rgba(0,113,245,.15);width:40px;min-width:40px;max-width:40px;height:40px}.avatar--special-content .avatar__icon{color:#0071f5}.avatar--special-content .avatar__color-box{width:20px;height:20px;border-radius:5px}.avatar--special-content .avatar__color-box--orange{background:#ffb443}.avatar--special-content .avatar__color-box--black{background:#000}.avatar--special-content .avatar__numeric{color:#0071f5}.user-anonymous{display:grid;grid-auto-flow:column;grid-template-columns:auto 1fr}.user-anonymous__avatar{grid-row:1/3}.userBadge[data-v-8a19f5f6]{display:inline-block;margin-left:8px;padding:0 4px;border-radius:4px;font-weight:400;text-transform:uppercase}.userBadge--spam[data-v-8a19f5f6]{background:rgba(255,0,0,.1);color:red}html.theme--dark .userBadge--spam[data-v-8a19f5f6]{background:hsla(0,0%,100%,.8)}.userBadge--new[data-v-8a19f5f6]{background:#e6f1ff;color:#0071f5}html.theme--dark .userBadge--new[data-v-8a19f5f6]{background:#8a9bab;color:#fff}.bbUser[data-v-6514cb15]{display:flex;grid-gap:10px;gap:10px;overflow:hidden}.bbUser--small[data-v-6514cb15]{flex-wrap:nowrap;align-items:center}.bbUser__image[data-v-6514cb15]{position:relative;line-height:0}.bbUser__online[data-v-6514cb15]{content:"";display:inline-block;position:absolute;z-index:10;top:1px;right:1px;width:8px;height:8px;border-radius:50%;background:#25d088;cursor:help}.bbUser__content[data-v-6514cb15]{display:flex;flex-wrap:wrap;overflow:auto}.bbUser--small .bbUser__content[data-v-6514cb15]{flex-wrap:nowrap}.bbUser__name[data-v-6514cb15]{cursor:pointer}.bbUser__name--current[data-v-6514cb15]{padding:0 3px;border-radius:5px;background:rgba(var(--colorYellowLightBackground),1)}.bbUser__info[data-v-6514cb15]{display:flex;align-items:flex-start;grid-gap:0 6px;gap:0 6px;font-size:14px;font-weight:700;line-height:20px;white-space:nowrap}.bbUser__new[data-v-6514cb15]{margin-left:-2px}.bbUser__spam[data-v-6514cb15]{margin-left:0}.bbUser__icon[data-v-6514cb15]{flex-shrink:0;width:20px;height:20px;overflow:hidden}.bbUser__tooltip[data-v-6514cb15]{padding:10px}.bbUser__tooltip__date[data-v-6514cb15]{margin-bottom:10px;padding:2px 10px;border-radius:5px}.bbUser__tooltip--red[data-v-6514cb15]{color:#fff}.bbUser__tooltip--red .bbUser__tooltip__date[data-v-6514cb15]{background-color:#f20}.bbUser__tooltip--yellow[data-v-6514cb15]{color:#323a40}.bbUser__tooltip--yellow .bbUser__tooltip__date[data-v-6514cb15]{background-color:#ffb443}.bbUser__tooltip__text[data-v-6514cb15]{color:#fff}.bbUser__tooltip__text a[data-v-6514cb15]{color:#fff!important;-webkit-text-decoration-color:#fff!important;text-decoration-color:#fff!important}.bbUser__tooltip__close[data-v-6514cb15]{position:absolute;top:5px;right:5px}.bbUser__children[data-v-6514cb15]{display:flex;align-items:center;white-space:nowrap}.bbUser__children__label[data-v-6514cb15]:first-letter{text-transform:uppercase}.bbUser--big .bbUser__children[data-v-6514cb15]{width:100%}.bbUser__label[data-v-6514cb15]{font-style:italic}.post-title{text-decoration:none!important;word-break:break-word}.post-description__html--cropped{max-height:120px}.post-description__sens{display:flex;margin:10px 0;padding:5px 10px;border:1px solid rgba(var(--colorDecorationBorder),1);color:#ef498f}.postCard{margin-bottom:10px}.postCard__body{display:grid;grid-gap:15px;gap:15px;padding:20px 16px}@media(min-width:760px){.postCard__body{padding:20px 30px}}.postCard__author{display:flex;position:relative;left:-2px;align-items:center;max-width:100%;overflow:hidden}.postCard__author__actions{display:flex;position:relative;right:-2px;margin-left:auto}.postCard__author__help{cursor:help}.postCard__content{display:grid;grid-gap:10px;gap:10px}.postCard__content--repost{position:relative;padding-left:17px}.postCard__content--repost:before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;border-radius:5px;background:rgba(var(--colorDecorationBorder),1)}.post-status-notify{display:flex;align-items:center}.post-status-notify-info{display:flex;flex-wrap:wrap;font-weight:700}.post-body{display:flex;flex-direction:column;height:100%}.post-body .post-body__community{display:inline-block;margin-top:5px}.bbSelectEmit[data-v-62da31de]{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:10px 14px;overflow:hidden;border-radius:10px;cursor:pointer}.bbSelectEmit__label[data-v-62da31de]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bbSelectEmit[data-v-62da31de]:hover{background:rgba(var(--colorWhiteBackground),.5)}.bbError{margin-top:5px;padding:5px 10px;border-radius:5px;background:rgba(var(--colorPinkBackground),1);color:rgba(var(--colorWhiteText),1)}.diaryRecords__sort[data-v-75b17b56]{max-width:-moz-fit-content;max-width:fit-content}.diaryRecords__header[data-v-52de511e]{display:flex;align-items:center;grid-gap:5px;gap:5px}.bbSelectPopup[data-v-62869cac]{display:flex;align-items:center;height:44px;padding:0 16px;border:1px solid rgba(var(--colorDecorationBorder),1);border-radius:10px;background:var(--colorBackground);cursor:pointer}.bbSelectPopup__icon[data-v-62869cac]{color:rgba(var(--colorTextBlue),1)}.diarySearch__form[data-v-ad8163ea]{display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:1fr 1fr}@media(min-width:1000px){.diarySearch__form[data-v-ad8163ea]{padding-right:30px;padding-left:30px}}@media(min-width:760px)and (max-width:999.98px){.diarySearch__form[data-v-ad8163ea]{padding-right:30px;padding-left:30px}}@media(max-width:759.98px){.diarySearch__form[data-v-ad8163ea]{padding-right:16px;padding-left:16px}}@media(min-width:760px){.diarySearch__form[data-v-ad8163ea]{grid-template-columns:1fr 1fr 80px;grid-template-rows:auto}}.diarySearch__inputWrapper[data-v-ad8163ea]{grid-column:1/3}@media(min-width:760px){.diarySearch__inputWrapper[data-v-ad8163ea]{grid-column:1/3}}.diarySearch__first-select[data-v-ad8163ea]{grid-column:1/2;grid-row:2/3}.diarySearch__second-select[data-v-ad8163ea]{grid-column:2/3;grid-row:2/3}.diarySearch__button[data-v-ad8163ea]{grid-column:1/3;grid-row:3/4}@media(min-width:760px){.diarySearch__button[data-v-ad8163ea]{grid-column:3/4;grid-row:1/2}}.diarySearch[data-v-ad8163ea] .diarySearch__input{height:44px;padding:0 6px}