.topline__commcenter {
    padding: 16px 0 0 0;
}
.commcenter__topline {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--stroke-filled, #E5E5E5);
    width: 100%;
    padding: 0 0 16px 0;
}
@media (max-width: 1060px) {
    .commcenter__topline {
        text-align: center;
        display: block;
    }
}
.commcenter__logo {
    overflow: hidden;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    border-radius: 50%;
    width: 75px;
    min-width: 75px;
    height: 75px;
    margin: 0 20px 0 0;
}
@media (max-width: 1060px) {
    .commcenter__logo {
        margin: 0 auto 20px auto;
    }
}
.comminfo__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--white, #FFF);
    font-size: 38px;
    font-weight: 400;
    line-height: 22px;
    height: 100%;
    background: linear-gradient(180deg, #B393F6 0%, #6F63E1 100%);
}
.comminfo__img {
    width: 100% !important;
}
.commcenter__name {
    color: #212529;
    font-size: 28px;
    font-weight: 500;
    line-height: 155%;
}
.commcenter__buttonwrap {
    position: relative;
    margin: 0 0 0 auto;
}
.integration__user .commcenter__buttonwrap {
    display: none;
}
.commcenter__countmember {
    color: var(--grey-3, #86868A);
    font-size: 14px;
    font-weight: 400;
    line-height: 155%;
}
@media (max-width: 1060px) {
    .commcenter__countmember {
        margin: 0 0 16px 0;
    }
}
.commcenter__menu {
    display: flex;
    overflow-y: auto;
}
.commcenter__menu::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.commcenter__mitem {
    cursor: pointer;
    white-space: nowrap;
    transition: all .15s ease-in-out;
    color: var(--black, #212529);
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 145%;
    border-radius: 4px;
    margin: 4px;
}
.commcenter__mitem:hover {
    background: var(--grey-bg, #EDEFF1);
    color: var(--black, #212529);
}
.commcenter__mitem-active {
    border-bottom: 3px solid #4869EA;
    background-color: #ffffff;
    color: var(--blue-2, #4869EA);
    font-weight: 500;
    padding: 16px 16px 13px 16px;
    border-radius: 0;
    margin: 0;
}
.commcenter__mitem-active:hover {
    border-color: var(--grey-bg, #4869EA);
    background-color: #ffffff;
    color: var(--blue-2, #4869EA);
}
.commcenter__content {
    flex-wrap: unset;
}
.commcenter__content .layout__leftcol {
    width: 609px;
}
.commcenter__content .layout__rightcol {
    width: 400px;
}
.commcenter__about {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 0.16px;
}
.commcenter__subject {
    border-top: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}
.subject__title {
    color: var(--grey-3, #86868A);
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px 0;
}
.subject__childwrap {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 12px;
}
.mb-20 {
    margin: 0 0 20px 0;
}
.subject__childinner {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
}
.subject__child {
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    background: var(--white, #FFF);
    color: var(--black, #212529);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 8px 8px 0;
    padding: 6px 16px;
}
.subject__showmore {
    margin: 0 0 0 4px;
}
.commcenter__memblist {
    display: flex;
    margin: 0 -12px;
    padding: 0 4px;
}
.commcenter__memblist a {
    transition: all .15s ease-in-out;
    border-radius: 4px;
    padding: 8px;
}
.commcenter__memblist a:hover {
    background: #F4F4F4;
}
.commcenter__membphotowrap {
    position: relative;
    overflow: hidden;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 0 0 8px 0;
}
.commcenter__membphotowrap::before {
    content: ' ';
    display: block;
    position: absolute;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.commcenter__membphoto {
    width: 100%;
}
.commcenter__membname {
    text-align: center;
    color: var(--black, #212529);
    font-size: 14px;
    font-weight: 500;
}
.profile__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--white, #FFF);
    font-size: 38px;
    font-weight: 400;
    line-height: 22px;
    height: 100%;
    background: linear-gradient(180deg, #B393F6 0%, #6F63E1 100%);
}
.commcenter__courselist {
    display: flex;
    margin: 0 -12px;
}
.commcenter__courselist a {
    display: block;
    transition: all .15s ease-in-out;
    border-radius: 4px;
    padding: 12px;
}
.commcenter__courselist a:hover {
    background: #F4F4F4;
}
.commcenter__courseimgwrap {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    border-radius: 4px;
    width: 120px;
    height: 120px;
    margin: 0 0 10px 0;
}
.commcenter__courseimgwrap::before {
    content: ' ';
    display: block;
    position: absolute;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.commcenter__courseavatar {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--white, #FFF);
    font-size: 38px;
    font-weight: 400;
    line-height: 22px;
    height: 100%;
    background: linear-gradient(180deg, #B393F6 0%, #6F63E1 100%);
}
.commcenter__courseprice {
    color: var(--black, #212529);
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 6px 0;
}
.commcenter__coursename {
    color: var(--black, #212529);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
}
.commcenter__materialitem {
    display: flex;
    transition: all .15s ease-in-out;
    border-bottom: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    padding: 12px;
    margin: 0 -12px;
}
.commcenter__materialitem:hover {
    background: #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    border-radius: 4px;
}
.commcenter__materialitem:last-of-type {
    border-bottom: 0;
}
.commcenter__materialimgwrap {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    border-radius: 4px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin: 0 16px 0 0;
}
.commcenter__materialimgwrap::before {
    content: ' ';
    display: block;
    position: absolute;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.commcenter__materialphoto {
    width: 100%;
}
.commcenter__materialavatar {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--white, #FFF);
    font-size: 28px;
    font-weight: 400;
    line-height: 22px;
    height: 100%;
    background: linear-gradient(180deg, #B393F6 0%, #6F63E1 100%);
}
.commcenter__materialnamewrap {
    margin: 0 16px 0 0;
}
.commcenter__materialname {
    overflow: hidden;
    color: var(--black, #212529);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin: 0 0 4px 0;
}
.commcenter__materialdesc {
    overflow: hidden;
    color: var(--grey-3, #86868A);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
}
.commcenter__materialpricewrap {
    margin: 0 0 0 auto;
}
.commcenter__materialprice {
    white-space: nowrap;
    text-align: right;
    color: var(--black, #212529);
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin: 0 0 4px 0;
}
.commcenter__materialcount {
    white-space: nowrap;
    text-align: right;
    color: var(--grey-3, #86868A);
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
}
.feeditem__social {
    display: flex;
    margin: 16px 0 0 0;
}
.social__item {
    display: flex;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    background: #F5F6F7;
    border: 1px solid #CDD0D4;
    transition: all .15s ease-in-out;
    border-radius: 42px;
    padding: 12px 20px;
    margin: 0 12px 0 0;
}
.social__item:hover {
    background: #DDDEDF;
    border: 1px solid #B9BCBF;
}
.social__item path {
    transition: all .15s ease-in-out;
}
.social__item:hover path {
    fill: #757575;
}
.social__item:last-of-type {
    margin: 0;
}
.social__like-active {
    background: #FCEEED;
    border: 1px solid #FCBDB9;
}
.social__like-active:hover {
    background: #FCEEED;
    border: 1px solid #FCBDB9;
}
.social__like-active path {
    fill: #E9484A;
}
.social__like-active:hover path {
    fill: #E9484A;
}
.social__like-active .social__count {
    color: #E9484A;
}
.social__sharing {
    display: none;
}
.social__count {
    color: #828282;
    transition: all .15s ease-in-out;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 0 4px;
}
.feeditem__comments {
    border-top: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    margin: 16px 0 0 0;
    padding: 16px 0 0 0;
}
.comments__item {
    display: flex;
    margin: 0 0 16px 0;
}
.comments__userimgwrap {
    overflow: hidden;
    border-radius: 50%;
    margin: 0 12px 0 0;
    width: 36px;
    min-width: 36px;
    height: 36px;
}
.comments__userimgwrap a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
}
.comments__userimgwrap a::before {
    content: ' ';
    display: block;
    position: absolute;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.comments__userimgwrap a::after {
    content: ' ';
    display: block;
    position: absolute;
    cursor: pointer;
    visibility: hidden;
    transition: all .15s ease-in-out;
    background-color: rgba(0, 0, 0, 0.20);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
}
.comments__userimgwrap a:hover {
    text-decoration: none;
}
.comments__userimgwrap a:hover::after {
    display: block;
    visibility: visible;
    opacity: 1;
}
.comments__userimgwrap .profile__avatar {
    font-size: 22px;
}
.comments__userimgwrap .userinfo__img {
    width: 36px;
    height: 36px;
}
.comments__userimg {
    width: 100%;
}
.comments__textwrap {
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    background: #F4F4F4;
    border-radius: 4px;
    padding: 12px 16px;
    width: 100%;
}
.comments__userinfowrap {
    margin: 0 0 8px 0;
}
.comments__username {
    color: var(--black, #212529);
    font-size: 16px;
    font-weight: 500;
}
.comments__username:hover {
    text-decoration: underline;
    color: var(--black, #212529);
}
.comments__date {
    color: var(--grey-3, #86868A);
    font-size: 16px;
    font-weight: 400;
}
.comments__text {
    overflow: hidden;
    color: #000;
    transition: all .15s ease-in-out;
    max-height: 78px;
    font-size: 16px;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 0.16px;
}
.comment__showmore {
    margin: 8px 0 0  0;
}
.comments__showmore {
    padding: 0 0 16px 48px;
}
.integration__user .comments__addwrap {
    display: none;
}
.comments__addrow {
    display: flex;
}
.comments__input {
    padding: 13px 16px;
    height: 40px;
    width: 100%;
}
.comments__control {
    display: none;
    justify-content: flex-end;
    margin: 12px 0 0 0;
}
.comments__control-show {
    display: flex;
}
.comment__showmore{
    display: none;
}
.feeditem__showmore {
    display: none;
    margin: 8px 0 16px 0;
}
.feeditem__showmore .showmore__text {
    font-size: 16px;
    font-weight: 500;
}
.ql-container + .feeditem__showmore {
    display: none !important;
}















.commcenter__addwrap {
    padding: 12px 20px;
}
.addfeededitor__wrapper {
    position: relative;
    cursor: text;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    background: var(--alias-background-primary-a-enabled, #FFF);
    border-radius: 4px;
    width: 100%;
    min-height: 48px;
}
.addfeededitor__wrapper .ql-container.ql-snow {
    border: 0px;
}
.ql-container {
    max-height: 500px;
    overflow-y: auto;
}
.addfeededitor__wrapper .ql-toolbar.ql-snow {
    border: 0px;
}
.addfeededitr__topwrap {
    display: flex;
}
.profile__photo {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    border-radius: 50%;
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin: 0 15px 0 0;
}
.profile__photo::before {
    content: ' ';
    display: block;
    position: absolute;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.profile__photo .profile__avatar {
    font-size: 25px;
}
.profile__img {
    width: 100%;
}
.addfeed__control {
    display: none;
    justify-content: flex-end;
    align-items: center;
    margin: 12px 0;
}
.addfeed__control-show .addfeed__control {
    display: flex;
}
.addfeed__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .15s ease-in-out;
    font-size: 24px;
    padding: 0 16px;
}
.addfeed__btn::before {
    content: ' ';
    display: block;
    position: absolute;
    visibility: hidden;
    transition: all .15s ease-in-out;
    background: #E5E5E5;
    opacity: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}
.addfeed__btn:hover::before {
    visibility: visible;
    opacity: 1;
}
.addfeed__btn img {
    position: relative;
    z-index: 2;
}
.addfeed__buttons {
    margin: 0 12px 0 0;
}
.editfeed__control {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 12px 0;
}
.editfeed__buttons {
    margin: 0 12px 0 0;
}











.feeditem__gallery {
    position: relative;
    overflow: hidden;
    /* max-width: 510px; */
}
.feeditem__galitem {
    float: left;
    overflow: hidden;
    position: relative;
    transition: all .15s ease-in-out;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    border-radius: 4px;
}
.feeditem__img {
    transition: all .15s ease-in-out;
}
.galitem__overlay {
    position: absolute;
    visibility: hidden;
    cursor: pointer;
    transition: all .15s ease-in-out;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}
@media (max-width: 650px) {
    .feeditem__galitem .galitem__overlay {
        visibility: visible;
        opacity: 1;
    }
}
.galitem__remove {
    position: absolute;
    visibility: hidden;
    cursor: pointer;
    transition: all .15s ease-in-out;
    background-color: #007bff;
    color: #fff;
    opacity: 0;
    right: 8px;
    top: 8px;
    padding: 4px 10px;
    border-radius: 10px;
}
.galitem__remove:hover {
    background-color: #0069d9;
}
.feeditem__galitem:hover .galitem__remove {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 650px) {
    .feeditem__galitem .galitem__remove {
        visibility: visible;
        opacity: 1;
    }
}
.centerfeed__item .galitem__remove {
    display: none;
}
.centerfeed__item-edit .galitem__remove {
    display: block;
}
.galitem__linkgal {
    display: block;
    position: relative;
    z-index: 1;
}
.clear_fix::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}








.feeditem__top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px 0;
}
.feeditem__userinfowrap {
    display: flex;
}
.userinfo__avatar {
    overflow: hidden;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 12px 0 0;
}
.userinfo__avatar a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.userinfo__avatar a::before {
    content: ' ';
    display: block;
    position: absolute;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.userinfo__avatar a::after {
    content: ' ';
    display: block;
    position: absolute;
    cursor: pointer;
    visibility: hidden;
    transition: all .15s ease-in-out;
    background-color: rgba(0, 0, 0, 0.20);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
}

.userinfo__avatar a:hover {
    text-decoration: none;
}
.userinfo__avatar a:hover::after {
    display: block;
    visibility: visible;
    opacity: 1;
}
.userinfo__avatar .profile__avatar {
    font-size: 25px;
}
.userinfo__img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.userinfo__name {
    margin: 4px 0;
}
.userinfo__link {
    text-decoration: none;
    color: var(--black, #212529);
    font-size: 16px;
    font-weight: 500;
}
.userinfo__link:hover {
    text-decoration: underline;
    color: var(--black, #212529);
}
.userinfo__position {
    color: var(--grey-3, #86868A);
    font-size: 14px;
    font-weight: 400;
}
.feeditem__datewrap {
    display: flex;
    justify-content: flex-end;
}
.feeditem__date {
    color: #999999;
    font-size: 14px;
    margin: 0 16px 0 0;
}
.feeditem__control {
    position: relative;
}
.itemcontrol__wrap {
    display: flex;
    cursor: pointer;
    position: relative;
    transition: all .15s ease-in-out;
    opacity: 0.8;
    padding: 8px 0;
}
.itemcontrol__wrap:hover {
    opacity: 1;
}
.itemcontrol__wrap::before {
    content: ' ';
    display: block;
    position: absolute;
    visibility: hidden;
    transition: all .15s ease-in-out;
    background: rgba(0, 0, 0, 0.10);
    opacity: 0;
    top: -6px;
    left: -7px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.itemcontrol__wrap:hover::before {
    visibility: visible;
    opacity: 1;
}
.itemcontrol__dot {
    background-color: #999999;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    margin: 0 3px 0 0;
}
.itemcontrol__dot:last-of-type {
    margin: 0 0 0 0;
}
.itemcontrol__menulist {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 2;
    border-radius: 8px;
    padding: 8px;
    right: 0;
    top: 32px;
}
.tariff__childcontrol .itemcontrol__menulist {
    margin: 16px 0 0 0;
}
.itemcontrol__menulist-show {
    display: block;
}
.itemcontrol__menuitem {
    cursor: pointer;
    transition: all .15s ease-in-out;
    color: var(--alias-content-primary-a-enabled, #39393D);
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
}
.itemcontrol__menuitem:hover {
    background-color: #F4F4F4;
}








.ql-size-small {
    font-size: 0.75em;
}
.ql-size-large {
    font-size: 1.5em;
}
.ql-size-huge {
    font-size: 2.5em;
}
.ql-align-center {
    text-align: center;
}
.ql-align-justify {
    text-align: justify;
}
.ql-align-right {
    text-align: right;
}
.feeditem__content {
    overflow: hidden;
    word-break: break-word;
    max-height: 116px;
}
.feeditem__content.ql-container {
    overflow-y: auto;
    max-height: 500px;
}
.feeditem__content ol > li, .feeditem__content ul > li {
    list-style-type: none;
}
.feeditem__content li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}
.feeditem__content li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}
.feeditem__content .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}
.feeditem__content li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}
.feeditem__content .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}
.feeditem__content li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}
.feeditem__content .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}
.feeditem__content li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}
.feeditem__content .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}
.feeditem__content li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}
.feeditem__content .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}
.feeditem__content li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}
.feeditem__content .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}
.feeditem__content li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}
.feeditem__content .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}
.feeditem__content li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}
.feeditem__content .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}
.feeditem__content li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}
.feeditem__content li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}
.feeditem__content ol li:not(.ql-direction-rtl),
.feeditem__content ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}
.feeditem__content ol li.ql-direction-rtl,
.feeditem__content ul li.ql-direction-rtl {
    padding-right: 1.5em;
}
.feeditem__content ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}
.feeditem__content ol li:before {
    content: counter(list-0, decimal) '. ';
}
.feeditem__content ol li.ql-indent-1 {
    counter-increment: list-1;
}
.feeditem__content ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
}
.feeditem__content ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.feeditem__content ol li.ql-indent-2 {
    counter-increment: list-2;
}
.feeditem__content ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
}
.feeditem__content ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.feeditem__content ol li.ql-indent-3 {
    counter-increment: list-3;
}
.feeditem__content ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
}
.feeditem__content ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.feeditem__content ol li.ql-indent-4 {
    counter-increment: list-4;
}
.feeditem__content ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
}
.feeditem__content ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.feeditem__content ol li.ql-indent-5 {
    counter-increment: list-5;
}
.feeditem__content ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
}
.feeditem__content ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}
.feeditem__content ol li.ql-indent-6 {
    counter-increment: list-6;
}
.feeditem__content ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
}
.feeditem__content ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}
.feeditem__content ol li.ql-indent-7 {
    counter-increment: list-7;
}
.feeditem__content ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
}
.feeditem__content ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}
.feeditem__content ol li.ql-indent-8 {
    counter-increment: list-8;
}
.feeditem__content ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
}
.feeditem__content ol li.ql-indent-8 {
    counter-reset: list-9;
}
.feeditem__content ol li.ql-indent-9 {
    counter-increment: list-9;
}
.feeditem__content ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
}
.feeditem__content img {
    max-width: 100%;
}