.blueweby-profile{width:65%;min-height:calc(100vh - 225px);margin:50px auto;box-shadow:0 0 50px #f7f7f7;padding:10px;border-radius:20px}.blueweby-profile .pre-profile-header{width:100%;height:50px;display:flex;justify-content:space-between;align-items:center;padding:5px 10px;margin-bottom:30px;background:#fff}.blueweby-profile .pre-profile-header span.name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.blueweby-profile.bw-administrator .pre-profile-header span.name:after,.blueweby-profile.bw-author .pre-profile-header span.name:after,.blueweby-profile.bw-editor .pre-profile-header span.name:after{content:"";background-image:url(../icons/badge-check.svg);display:inline-flex;width:17px;height:17px;background-size:17px;background-repeat:no-repeat;background-position:center;vertical-align:-7px;margin-right:5px}.blueweby-profile .pre-profile-header .menu-options{display:inline-flex;position:relative;user-select:none;gap:10px}.blueweby-profile .pre-profile-header .menu-options button.profile-menu-options{background:0 0;display:inline-flex;width:24px;height:24px;cursor:pointer}.blueweby-profile .pre-profile-header .menu-options .menu-items-profile{position:absolute;width:200px;top:-10px;left:10px;background:#fff;display:inline-grid;border-radius:5px;box-shadow:0 0 2px #e7e7e7;visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s,top .2s;overflow:hidden}.blueweby-profile .pre-profile-header .menu-options .menu-items-profile.show{top:0;visibility:visible;opacity:1}.blueweby-profile .pre-profile-header .menu-options .menu-items-profile a{display:inline-flex;align-items:center;color:#000;padding:10px 5px;font-size:14px;gap:5px;visibility:hidden;opacity:0;transform:translateX(20px);transition:visibility .3s,opacity .3s,transform .3s;transition-delay:0.3s}.blueweby-profile .pre-profile-header .menu-options .menu-items-profile.show a{visibility:visible;opacity:1;transform:translateX(0)}.blueweby-profile .pre-profile-header .menu-options .menu-items-profile.show a:first-child{transition-delay:0.1s}.blueweby-profile .pre-profile-header .menu-options .menu-items-profile.show a:nth-child(2){transition-delay:0.2s}.blueweby-profile .pre-profile-header .menu-options .menu-items-profile.show a:nth-child(3){transition-delay:0.3s}.blueweby-profile .pre-profile-header .menu-options .menu-items-profile a svg{width:18px;height:18px}.blueweby-profile .pre-profile-header .menu-options .menu-items-profile a:hover{background:#fafafa}.profile-data{width:100%;display:flex;gap:20px;align-items:start}.profile-data figure.avatar{display:flex;position:relative;cursor:pointer;user-select:none}.profile-data figure.avatar>img{clip-path:var(--bw-clip-path)}.profile-data figure.avatar span.o-mode-icon{width:12px;height:12px;position:absolute;border-radius:100%;background:#646464;bottom:15px;left:-5px;border:2px solid #fff}.profile-data figure.avatar span.o-mode-icon.online{background:var(--main-color)}.profile-data figure.avatar:hover span.o-mode-icon.online:after{content:"آنلاین";position:absolute;font-size:12px;bottom:10px;left:10px;background:#000000c7;color:#fff;padding:0 5px;border-radius:10px 10px 10px 0}.profile-data figure.avatar:hover span.o-mode-icon.offline:after{content:"آفلاین";position:absolute;font-size:12px;bottom:10px;left:10px;background:#000000c7;color:#fff;padding:0 5px;border-radius:10px 10px 10px 0}.profile-data .count-mode{display:grid;gap:20px;height:fit-content}.profile-data .count-mode span.name{width:100%;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.profile-data .count-mode>div.counter{display:inline-flex;gap:20px;flex-wrap:nowrap}.profile-data .count-mode>div.counter>div{display:inline-flex;flex-wrap:wrap}.profile-data .count-mode>div.counter>div span{width:100%}.profile-data .count-mode>div.counter>div span.title-counter{font-size:12px}.profile-data .count-mode>div.counter span.name{font-size:12px}span.bio{display:flex;margin:20px 0;font-size:14px;color:#313131;max-width:700px;text-align:justify}.profile-navigation{display:flex;align-items:center;gap:20px;border-bottom:1px solid #e7e7e7;margin:15px 0}.profile-navigation a{display:inline-flex;align-items:center;justify-content:center;gap:2px;color:#000;font-size:14px;padding:0 3px 5px 5px}.profile-navigation a.active{border-bottom:2px solid var(--main-color)}.profile-navigation a svg{width:18px;height:18px}.header-section{width:100%;display:flex;gap:10px;margin:20px 0;align-items:center}.header-section .icon-title{width:40px;height:40px;background:var(--main-color);display:flex;align-items:center;justify-content:center;clip-path:var(--bw-clip-path)}.header-section .icon-title svg{filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(139deg) brightness(109%) contrast(101%)}.header-section h2{font-size:18px;font-weight:500}section.last-posts,section.user-bookmarks,section.user-favorites,section.user-posts,section.user-recent-posts{display:flex;width:100%;flex-wrap:wrap;margin:20px 0;gap:10px}section.last-posts div.posts-item,section.user-bookmarks div.posts-item,section.user-favorites div.posts-item,section.user-posts div.posts-item,section.user-recent-posts div.posts-item{width:calc((100% - 30px)/ 4);aspect-ratio:1;border-radius:5px;overflow:hidden;transition:all .3s}section.last-posts div.posts-item:hover,section.user-bookmarks div.posts-item:hover,section.user-favorites div.posts-item:hover,section.user-posts div.posts-item:hover,section.user-recent-posts div.posts-item:hover{transform:scale(.98)}section.last-posts div.posts-item figure,section.user-bookmarks div.posts-item figure,section.user-favorites div.posts-item figure,section.user-posts div.posts-item figure,section.user-recent-posts div.posts-item figure{width:100%;height:100%;position:relative}section.last-posts div.posts-item figure img,section.user-bookmarks div.posts-item figure img,section.user-favorites div.posts-item figure img,section.user-posts div.posts-item figure img,section.user-recent-posts div.posts-item figure img{width:100%;height:100%;object-fit:cover;transition:all .3s}section.last-posts div.posts-item:hover figure img,section.user-bookmarks div.posts-item:hover figure img,section.user-favorites div.posts-item:hover figure img,section.user-posts div.posts-item:hover figure img,section.user-recent-posts div.posts-item:hover figure img{transform:scale(1.1)}section.last-posts div.posts-item figure h2,section.user-bookmarks div.posts-item figure h2,section.user-favorites div.posts-item figure h2,section.user-posts div.posts-item figure h2,section.user-recent-posts div.posts-item figure h2{position:absolute;top:0;width:100%;height:100%;display:flex;align-items:end;background:linear-gradient(0deg,#00000090 10%,transparent 85%);font-size:12px;color:#fff;font-weight:500;padding:10px}section.user-comments{width:100%;margin:20px 0}section.user-comments .comments-item{background:#f9f9f9;padding:10px;border-radius:10px;margin:10px 0;font-size:13px;line-height:2;text-align:justify;word-break:break-word}section.user-comments .comments-item span.spoiler-warning{display:inline-flex;width:100%;align-items:center;gap:5px;font-size:12px;color:#ff4b00;user-select:none;margin:5px 0}section.user-comments .comments-item span.not-confirmed{display:inline-flex;width:100%;align-items:center;gap:5px;font-size:12px;color:#ff4b00;user-select:none;margin:5px 0}section.user-comments .comments-item span.spoiler-warning:before{display:inline-flex;content:"";width:14px;height:14px;background-image:url("../icons/spoiler.svg");background-size:14px;background-position:center;background-repeat:no-repeat;filter:invert(40%) sepia(78%) saturate(4930%) hue-rotate(2deg) brightness(106%) contrast(102%)}section.user-comments .comments-item span.not-confirmed:before{display:inline-flex;content:"";width:14px;height:14px;background-image:url("../icons/info.svg");background-size:14px;background-position:center;background-repeat:no-repeat;filter:invert(40%) sepia(78%) saturate(4930%) hue-rotate(2deg) brightness(106%) contrast(102%)}section.user-comments .comments-item .comment-author-meta{display:flex;width:100%;gap:5px;margin:10px 0}section.user-comments .comments-item .comment-author-meta .comment-desc{line-height:normal}section.user-comments .comments-item .comment-author-meta img{margin-left:10px;clip-path:var(--bw-clip-path)}section.user-comments .comments-item .comment-author-meta span{font-size:13px}section.user-comments .comments-item .comment-author-meta a{font-size:13px}section.user-comments .comments-item .comment-author-meta span.comment-date{color:#6f6f6f;font-size:10px}section.user-comments .comments-item .comment-reactions{display:flex;align-items:center;gap:7px;margin:10px 0}section.user-comments .comments-item .comment-reactions button.comment-dislike,section.user-comments .comments-item .comment-reactions button.comment-like{display:inline-flex;background:0 0;cursor:pointer}section.user-comments .comments-item .comment-reactions button.comment-dislike:after,section.user-comments .comments-item .comment-reactions button.comment-like:after{content:"";display:inline-flex;width:17px;height:17px;background-size:17px!important;filter:invert(58%) sepia(3%) saturate(0%) hue-rotate(12deg) brightness(94%) contrast(88%)}section.user-comments .comments-item .comment-reactions button.comment-dislike.disliked:after,section.user-comments .comments-item .comment-reactions button.comment-like.liked:after{filter:invert(38%) sepia(97%) saturate(711%) hue-rotate(170deg) brightness(95%) contrast(87%)}section.user-comments .comments-item .comment-reactions button.comment-like:after{background:url(../icons/like.svg) no-repeat}section.user-comments .comments-item .comment-reactions button.comment-dislike:after{background:url(../icons/dislike.svg) no-repeat}section.user-comments .comments-item .comment-reactions button.comment-dislike.loading:after,section.user-comments .comments-item .comment-reactions button.comment-like.loading:after{background:url(../icons/loading.svg) no-repeat;filter:unset}section.user-comments .comments-item .comment-reactions span{font-size:10px;color:#8c8c8c}p.empty{display:flex;width:100%;justify-content:center;font-size:14px;color:#404040;margin:50px 0}section.last-posts p.empty,section.user-recent-posts p.empty{justify-content:unset;margin:unset}.loading-bookmarks,.loading-comments,.loading-favorites,.loading-posts{width:100%;display:none;justify-content:center;margin-top:30px}.loading-bookmarks.show,.loading-comments.show,.loading-favorites.show,.loading-posts.show{display:flex}.loading-bookmarks:before,.loading-comments:before,.loading-favorites:before,.loading-posts:before{content:"";display:inline-flex;width:30px;height:30px;background-image:url("../icons/loading.svg");background-size:30px}h2.edit-avatar{display:none}.profile-editing .profile-data{margin:auto;width:85%;padding:0 10px}.profile-editing h2.edit-avatar{display:block;width:85%;margin:auto;padding:0 10px 20px;font-size:18px;color:#717171;font-weight:300}.profile-editing .profile-data .count-mode{filter:blur(2px);user-select:none}.profile-editing .profile-navigation,.profile-editing span.bio{display:none}.profile-data figure.avatar button.avatar-options{position:absolute;background:#fff;display:inline-flex;border-radius:100%;top:-6px;right:-6px;cursor:pointer;scale:0.8;width:30px;height:30px;justify-content:center;align-items:center}.profile-data figure.avatar div.avatar-options-layer{position:absolute;top:0;bottom:0;right:0;left:0}.profile-data figure.avatar form#avatar-form{display:flex;flex-wrap:wrap;position:absolute;width:300px;top:-100%;right:-100%;background:#fff;border-radius:5px;box-shadow:0 0 5px #c8c8c8;margin-top:10px;user-select:none;z-index:1;scale:0.3;overflow:hidden;visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s,top .3s,right .3s,scale .3s}.profile-data figure.avatar form#avatar-form.show{top:100%;right:0;scale:1;visibility:visible;opacity:1}.profile-data figure.avatar form#avatar-form .meta-avatar-options{width:100%;border-bottom:1px solid #e7e7e7;margin:5px 0;padding:5px}.profile-data figure.avatar form#avatar-form .meta-avatar-options h2{color:#000;font-size:15px;font-weight:500;text-align:center}.profile-data figure.avatar form#avatar-form .meta-avatar-options span{display:inline-block;width:100%;font-size:13px;color:#3f3f3f;text-align:center}.profile-data .avatar-uploader-notification{position:fixed;top:-55px;right:5px;display:inline-flex;z-index:102;transition:top .3s}.profile-data .avatar-uploader-notification.show{top:5px}.profile-data .avatar-uploader-notification p{display:inline-flex;background:#fff;color:#000;font-size:12px;align-items:center;justify-content:center;border-radius:10px;padding:5px 10px;border:1px solid #e7e7e7;gap:5px}.profile-data .avatar-uploader-notification p.unsuccess{border-bottom:2px solid #ff5454}.profile-data .avatar-uploader-notification p.unsuccess:before{display:inline-flex;content:"";width:18px;height:18px;background-image:url("../icons/error.svg");background-size:18px;background-position:center;background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(64%) sepia(40%) saturate(6807%) hue-rotate(326deg) brightness(101%) contrast(116%)}.profile-data .avatar-uploader-notification p.success{border-bottom:2px solid var(--main-color)}.profile-data .avatar-uploader-notification p.success:before{display:inline-flex;content:"";width:18px;height:18px;background-image:url("../icons/success.svg");background-size:18px;background-position:center;background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(71%) sepia(53%) saturate(6902%) hue-rotate(177deg) brightness(85%) contrast(87%)}.profile-data figure.avatar form#avatar-form input#avatar-input{display:none}.profile-data figure.avatar form#avatar-form label.avatar-uploader-label{display:flex;width:100%;justify-content:center;font-size:13px;background:0 0;color:var(--main-color);cursor:pointer;padding:10px 0;margin-top:-10px}.profile-data figure.avatar form#avatar-form label.avatar-uploader-label.hidden{display:none}.profile-data figure.avatar form#avatar-form button{font-family:IRANSansXV;font-size:13px}.profile-data figure.avatar form#avatar-form .cropper-container .cropper-view-box{outline:2px solid var(--main-color)}.profile-data figure.avatar form#avatar-form .cropper-container .cropper-point{background-color:var(--main-color);height:7px;opacity:1;width:7px}.profile-data figure.avatar form#avatar-form .cropper-container .cropper-point.point-e{right:0}.profile-data figure.avatar form#avatar-form .cropper-container .cropper-point.point-n{top:0}.profile-data figure.avatar form#avatar-form .cropper-container .cropper-point.point-w{left:0}.profile-data figure.avatar form#avatar-form .cropper-container .cropper-point.point-s{bottom:0}.profile-data figure.avatar form#avatar-form .cropper-container .cropper-point.point-ne{right:0;top:0}.profile-data figure.avatar form#avatar-form .cropper-container .cropper-point.point-nw{left:0;top:0}.profile-data figure.avatar form#avatar-form .cropper-container .cropper-point.point-sw{bottom:0;left:0}.profile-data figure.avatar form#avatar-form .cropper-container .cropper-point.point-se{bottom:0;right:0}.profile-data figure.avatar form#avatar-form button[type=submit]{display:none;width:calc(50% - 1px);justify-content:center;cursor:pointer;background:0 0;color:var(--main-color);padding:10px;margin-top:10px;border-left:1px solid #e7e7e7;border-top:1px solid #e7e7e7}.profile-data figure.avatar form#avatar-form button[type=submit].show{display:inline-flex}.profile-data figure.avatar form#avatar-form button.cancel{display:none;width:50%;justify-content:center;background:0 0;color:#ff6054;cursor:pointer;padding:10px;margin-top:10px;border-top:1px solid #e7e7e7}.profile-data figure.avatar form#avatar-form button.cancel.show{display:inline-flex}.profile-data figure.avatar form#avatar-form button#delete-avatar{display:flex;width:100%;justify-content:center;background:0 0;color:var(--main-color);cursor:pointer;padding:10px 0;border-top:1px solid #e7e7e7}.profile-data figure.avatar form#avatar-form button#delete-avatar.disabled,.profile-data figure.avatar form#avatar-form button#delete-avatar.hidden{display:none}.profile-data figure.avatar form#avatar-form button.close-avatar-options{display:flex;width:100%;justify-content:center;font-size:13px;background:0 0;color:var(--main-color);cursor:pointer;padding:10px 0;border-top:1px solid #e7e7e7}.profile-data figure.avatar form#avatar-form button.close-avatar-options.hidden{display:none}.profile-edit-content{display:flex;flex-wrap:wrap;width:85%;margin:auto;justify-content:center}.profile-data figure.avatar form#avatar-form .loading{position:absolute;display:none;justify-content:center;align-items:center;top:0;left:0;right:0;bottom:0;background:#00000030}.profile-data figure.avatar form#avatar-form.loading .loading{display:inline-flex}.profile-data figure.avatar form#avatar-form .loading:before{position:absolute;content:"";display:inline-flex;width:30px;height:30px;background:#fff;border-radius:100%}.profile-data figure.avatar form#avatar-form .loading:after{position:absolute;content:"";display:inline-flex;background-image:url(../icons/loading.svg);width:30px;height:30px;background-size:30px;background-repeat:no-repeat}.profile-edit-content div#profile-message{position:fixed;top:-55px;right:5px;display:inline-flex;z-index:102;transition:top .3s}.profile-edit-content div#profile-message.show{top:5px}.profile-edit-content div#profile-message p{display:inline-flex;background:#fff;color:#000;font-size:12px;align-items:center;justify-content:center;border-radius:10px;padding:5px 10px;border:1px solid #e7e7e7;gap:5px}.profile-edit-content div#profile-message p.success{border-bottom:2px solid var(--main-color)}.profile-edit-content div#profile-message p.success:before{display:inline-flex;content:"";width:18px;height:18px;background-image:url("../icons/success.svg");background-size:18px;background-position:center;background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(71%) sepia(53%) saturate(6902%) hue-rotate(177deg) brightness(85%) contrast(87%)}.profile-edit-content div#profile-message p.unsuccess{border-bottom:2px solid #ff5454}.profile-edit-content div#profile-message p.unsuccess:before{display:inline-flex;content:"";width:18px;height:18px;background-image:url("../icons/error.svg");background-size:18px;background-position:center;background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(64%) sepia(40%) saturate(6807%) hue-rotate(326deg) brightness(101%) contrast(116%)}.profile-edit-content form#edit-profile-form{display:flex;flex-wrap:wrap;width:100%;gap:10px}.profile-edit-content form#edit-profile-form h2{font-size:18px;color:#717171;font-weight:300}.profile-edit-content form#edit-profile-form .edit-info-form{width:100%;display:inline-grid;gap:10px;padding:10px;border-bottom:1px solid #e7e7e7;border-top:1px solid #e7e7e7;margin-top:20px}.profile-edit-content form#edit-profile-form .edit-info-form .info-item{display:flex;gap:30px;background:0 0;padding:10px;border-radius:10px;align-items:center;justify-content:space-between}.profile-edit-content form#edit-profile-form .edit-info-form .info-item label{font-size:14px;color:#474747;width:100px;flex:0 0 100px}.profile-edit-content form#edit-profile-form .edit-info-form .info-item input{display:flex;width:calc(100% - 150px);flex:0 0 calc(100% - 150px);box-shadow:0 0 1px #b3b3b3;padding:10px;font-family:IRANSansXV;border-radius:10px;outline:unset;background:0 0}.profile-edit-content form#edit-profile-form .edit-info-form .info-item input:disabled{opacity:.6}.profile-edit-content form#edit-profile-form .edit-info-form .info-item textarea{display:flex;width:calc(100% - 150px);flex:0 0 calc(100% - 150px);box-shadow:0 0 1px #b3b3b3;padding:10px;font-family:IRANSansXV;border-radius:10px;outline:unset;resize:vertical;min-height:100px;background:0 0}.profile-edit-content form#edit-profile-form .privacy-form-settings{display:grid;width:100%;padding:10px;gap:10px;border-bottom:1px solid #e7e7e7}.profile-edit-content form#edit-profile-form .privacy-form-settings .setting-item{display:flex;background:0 0;padding:10px;border-radius:10px;align-items:center;justify-content:space-between}.profile-edit-content form#edit-profile-form .privacy-form-settings .setting-item span{font-size:14px;color:#474747}.profile-edit-content form#edit-profile-form .privacy-form-settings .setting-item label input{display:none}.profile-edit-content form#edit-profile-form .privacy-form-settings .setting-item label span.slider{position:relative;display:flex;width:40px;height:20px;background:#e8e8e8;border-radius:10px;align-items:center;cursor:pointer;transition:background-color .1s}.profile-edit-content form#edit-profile-form .privacy-form-settings .setting-item label input:checked+span.slider{background:var(--main-color)}.profile-edit-content form#edit-profile-form .privacy-form-settings .setting-item label span.slider:before{content:"";display:flex;position:absolute;width:12px;height:12px;background:#fff;border-radius:100%;left:3px;transition:width .3s,height .3s,left .3s}.profile-edit-content form#edit-profile-form .privacy-form-settings .setting-item label input:checked+span.slider:before{left:21px;width:18px;height:18px}.profile-edit-content form#edit-profile-form .form-button{display:inline-flex;align-items:end;width:100%;justify-content:left;gap:5px;margin-top:30px}.profile-edit-content form#edit-profile-form .form-button a.close-edit-profile{font-size:14px;line-height:30px}.profile-edit-content form#edit-profile-form .form-button button{background:var(--main-color);color:#fff;font-family:IRANSansXV;padding:5px 10px;border-radius:20px;margin-right:10px;cursor:pointer}.profile-edit-content form#edit-profile-form .form-button span.loading-edit-profile{display:inline-flex;width:0;height:30px;background:url(../icons/loading.svg);background-position:center;background-size:25px;background-repeat:no-repeat;overflow:hidden;transition:width .3s}.profile-edit-content form#edit-profile-form .form-button span.loading-edit-profile.show{width:30px}.profile-edit-content form#edit-profile-form .edit-password{width:100%;display:inline-grid;gap:10px;padding:10px}.profile-edit-content form#edit-profile-form .edit-password>span{font-size:14px;color:var(--main-color)}.profile-edit-content form#edit-profile-form .edit-password .password-item{display:flex;gap:30px;background:0 0;padding:10px;border-radius:10px;align-items:center;justify-content:space-between}.profile-edit-content form#edit-profile-form .edit-password .password-item label{font-size:14px;color:#474747;width:100px;flex:0 0 100px}.profile-edit-content form#edit-profile-form .edit-password .password-item input{display:flex;width:calc(100% - 150px);flex:0 0 calc(100% - 150px);box-shadow:0 0 1px #b3b3b3;padding:10px;font-family:IRANSansXV;border-radius:10px;outline:unset;background:0 0}@media screen and (max-width:1205px){.blueweby-profile{width:calc(100% - 80px)}}@media screen and (max-width:992px){.blueweby-profile{width:100%;min-height:calc(100vh - 160px);box-shadow:unset;border-radius:unset;margin:0 auto;padding:10px 0}.blueweby-profile .pre-profile-header{position:sticky;top:0;z-index:2;padding:5px 10px}.blueweby-profile .pre-profile-header.active{border-bottom:1px solid #e7e7e7}.blueweby-profile .profile-content,.blueweby-profile .profile-header{padding:0 10px}span.bio{font-size:13px}.header-section .icon-title{width:30px;height:30px}.header-section .icon-title svg{width:20px;height:20px}.header-section h2{font-size:16px}.profile-editing .profile-data,.profile-editing h2.edit-avatar{width:100%}.profile-edit-content{width:100%}.profile-edit-content div#profile-message.show{top:55px}.profile-data .avatar-uploader-notification.show{top:55px}}@media screen and (max-width:768px){section.last-posts div.posts-item,section.user-bookmarks div.posts-item,section.user-favorites div.posts-item,section.user-posts div.posts-item,section.user-recent-posts div.posts-item{width:calc((100% - 20px)/ 3)}}@media screen and (max-width:576px){section.last-posts div.posts-item,section.user-bookmarks div.posts-item,section.user-favorites div.posts-item,section.user-posts div.posts-item,section.user-recent-posts div.posts-item{width:calc((100% - 10px)/ 2)}.blueweby-profile .pre-profile-header span.name{font-size:14px}.profile-data figure.avatar>img{width:70px;height:70px}.profile-data .count-mode{gap:5px}.profile-data .count-mode span.name{font-size:12px}.profile-data .count-mode>div.counter{overflow-x:auto;scrollbar-color:transparent transparent!important}.profile-data .count-mode>div.counter>div span{font-size:14px}.profile-navigation{overflow-x:auto;scrollbar-color:transparent transparent!important}.profile-navigation a svg{width:16px;height:16px}.profile-navigation a span{font-size:12px}.profile-edit-content form#edit-profile-form .edit-info-form .info-item,.profile-edit-content form#edit-profile-form .edit-password .password-item{flex-wrap:wrap}.profile-edit-content form#edit-profile-form .edit-info-form .info-item input,.profile-edit-content form#edit-profile-form .edit-info-form .info-item label,.profile-edit-content form#edit-profile-form .edit-info-form .info-item textarea,.profile-edit-content form#edit-profile-form .edit-password .password-item input,.profile-edit-content form#edit-profile-form .edit-password .password-item label{width:100%;flex:0 0 100%}}.dark-mode .blueweby-profile{box-shadow:0 0 50px #151515}@media screen and (max-width:992px){.dark-mode .blueweby-profile{box-shadow:unset}.dark-mode .blueweby-profile .pre-profile-header.active{border-color:#545454}}.dark-mode .blueweby-profile .pre-profile-header,.dark-mode .profile-data figure.avatar button.avatar-options,.dark-mode .profile-edit-content form#edit-profile-form .privacy-form-settings .setting-item label span.slider:before{background:var(--background-dark-color)}.dark-mode .blueweby-profile .pre-profile-header .menu-options .menu-items-profile,.dark-mode .profile-data figure.avatar form#avatar-form{background:var(--background-dark-color);box-shadow:0 0 2px #0f0f0f}.dark-mode .profile-data figure.avatar span.o-mode-icon{border-color:var(--background-dark-color)}.dark-mode .blueweby-profile .pre-profile-header .menu-options .menu-items-profile a:hover{background:#292a2c}.dark-mode .blueweby-profile .pre-profile-header .menu-options .menu-items-profile a,.dark-mode .blueweby-profile .pre-profile-header span.name,.dark-mode .header-section h2,.dark-mode .profile-data .count-mode span.name,.dark-mode .profile-data .count-mode>div.counter>div span,.dark-mode .profile-data .count-mode>div.counter>div span.title-counter,.dark-mode .profile-edit-content form#edit-profile-form .edit-info-form .info-item input,.dark-mode .profile-edit-content form#edit-profile-form .edit-info-form .info-item textarea,.dark-mode .profile-edit-content form#edit-profile-form .edit-password .password-item input,.dark-mode .profile-navigation a span,.dark-mode section.user-comments .comments-item{color:var(--dark-color)}.dark-mode span.bio{color:#afafaf}.dark-mode .profile-data figure.avatar form#avatar-form .meta-avatar-options,.dark-mode .profile-data figure.avatar form#avatar-form button#delete-avatar,.dark-mode .profile-data figure.avatar form#avatar-form button.cancel,.dark-mode .profile-data figure.avatar form#avatar-form button.close-avatar-options,.dark-mode .profile-data figure.avatar form#avatar-form button[type=submit],.dark-mode .profile-edit-content form#edit-profile-form .edit-info-form,.dark-mode .profile-edit-content form#edit-profile-form .privacy-form-settings,.dark-mode .profile-navigation{border-color:#545454}.dark-mode .blueweby-profile .pre-profile-header .menu-options .menu-items-profile a svg,.dark-mode .blueweby-profile .pre-profile-header .menu-options button.profile-menu-options svg,.dark-mode .profile-data figure.avatar button.avatar-options svg,.dark-mode .profile-navigation a svg{filter:invert(96%) sepia(4%) saturate(139%) hue-rotate(177deg) brightness(98%) contrast(93%)}.dark-mode section.user-comments .comments-item{background:#292a2c}.dark-mode .profile-data figure.avatar form#avatar-form .meta-avatar-options h2{color:#fff}.dark-mode .profile-data figure.avatar form#avatar-form .meta-avatar-options span{color:#a5a5a5}.dark-mode .profile-edit-content form#edit-profile-form h2,.dark-mode h2.edit-avatar{color:#d8d8d8}.dark-mode .profile-edit-content form#edit-profile-form .edit-info-form .info-item label,.dark-mode .profile-edit-content form#edit-profile-form .edit-password .password-item label,.dark-mode .profile-edit-content form#edit-profile-form .privacy-form-settings .setting-item span{color:#919191}.dark-mode .profile-edit-content form#edit-profile-form .privacy-form-settings .setting-item label span.slider{background:#444}.dark-mode p.empty{color:#909090}.dark-mode .profile-data figure.avatar form#avatar-form .loading{background:#ffffff30}.dark-mode .profile-data figure.avatar form#avatar-form .loading:before{background:var(--background-dark-color)}.dark-mode .profile-data .avatar-uploader-notification p,.dark-mode .profile-edit-content div#profile-message p{background:#1e1f21;color:#fff;border-color:#545454}.dark-mode .profile-data .avatar-uploader-notification p.unsuccess,.dark-mode .profile-edit-content div#profile-message p.unsuccess{border-bottom:2px solid #ff5454}.dark-mode .profile-data .avatar-uploader-notification p.success,.dark-mode .profile-edit-content div#profile-message p.success{border-bottom:2px solid var(--main-color)}