body .upload-frame {
    display: none;
}

body .cke_toolbar {
    display: inline-block!important;
}

body .cke_toolbar_break {
    display: none;
}

body .post-bottom-bar .post-meta {
    display: inline-block;
}

body .post-bottom-bar .post-meta .btn-transparent {
    padding-left: 5px!important;
    text-transform: initial;
    padding-right: 10px;
}

body .post-bottom-bar {
    /* margin-top: 4px; */
    font-size: 10pt;
}

body .create-new-post .btn-transparent {
    padding-right: 0px;
    text-transform: initial;
}

body .cke {
    border: none!important;
    /* border-radius: 10px; */
    /* background-color: var(--white); */
    /* overflow: hidden; */
    /* padding: 30px; */
}

body .cke_top {
    border: none!important;
    padding-left: 0px;
}

.dark body .cke_top {
    background-color: var(--xwhite)!important;
    padding: 0px;
}

body .cke_bottom {
    border: none;
    display: none;
}

body a.cke_button {
    cursor: pointer!important;
}

body .cke_contents {
    background-color: transparent!important;
}

body .listing-item {
    /* padding: 30px; */
    background-color: var(--xwhite);
    border-radius: 10px;
    position: relative;
    transition: all .3s ease-in-out;
    height: 100%;
    max-width: 740px;
    margin: 0px auto 30px;
}

body .listing-item:hover .btn.go-to-post {
    opacity: 1;
    visibility: visible;
}

body .listing-author-img img {
    border-radius: 10px;
    /* position: absolute; */
    /* top: 30px; */
    /* left: 30px; */
}

body .listing-comment .listing-author-img img {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

body .posts-create {
    margin-bottom: 30px;
    padding: 30px;
    background-color: var(--xwhite);
    border-radius: 10px;
    /* box-shadow: 0px 1px 3px var(--shadow); */
    /* min-height: 240px; */
}

body .listing-author-info {
    text-align: right;
    display: inline-block;
    float: right;
}

body .post-creator input {
    background-color: var(--xwhite);
    padding-left: 0px;
    font-size: 14pt;
    margin-bottom: 0px!important;
}

body .post-creator .text-field {
    margin-bottom: 5px!important;
}

body .listing-title .title {
    font-size: 14pt;
    color: var(--primary);
}

body .listing-meta {
    font-size: 10pt;
}

body .edit-post-actions .listing-action {
    font-size: 10pt;
    /* display: inline-block; */
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    height: 46px!important;
    max-height: 46px!important;
    line-height: 46px!important;
    min-height: 46px;
}

body .edit-post-actions .listing-action i {
    font-size: 14pt;
    padding-right: 0px;
    margin-right: 5px;
}

body .listing-actions .listing-action {
    font-size: 9pt;
    display: inline-block;
    padding-right: 10px;
    margin-right: 0px;
    position: relative;
    user-select: none;
}

body .listing-actions .listing-action i {
    font-size: 14pt;
    padding-right: 6px;
    margin-right: 0px;
}

body .listing-actions {
    margin-top: 10px;
    color: var(--icon-color);
}

body .listing-actions-meta {
    font-size: 10pt;
    color: var(--icon-color);
    position: relative;
}

body .listing-actions-meta i {
    font-size: 14pt;
    margin-right: 5px;
}

body .like-details span {
    display: inline-block;
    font-size: 12pt;
    margin-bottom: 5px;
}

body .like-name > div {
    /* margin-right: 5px; */
    /* display: inline-block; */
    /* float: left; */
}

body .listing-actions-meta-container {
    margin-top: 20px;
}

body .listing-action {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    color: var(--icon-color);
    font-weight: 400;
    font-size: 9pt;
}

body .listing-action i {
    font-size: 14pt;
    margin-right: 5px;
}

body .listing-actions.row .listing-action:hover {
    color: var(--primary);
}

body .edit-post-actions {
    text-align: right;
    height: 45px;
    vertical-align: middle;
    line-height: 45px;
}

body .edit-post-actions .listing-action:last-child {
    margin-right: 0px;
}

html body .listing-description {
    /* font-size: 10pt; */
    padding-top: 20px!important;
    padding-bottom: 10px!important;
    color: var(--dark);
    word-break: break-word;
    /* white-space: pre-line; */
    /* max-height: 80vh; */
    /* overflow-y: auto; */
    padding-left: 40px!important;
    padding-right: 40px!important;
    display: inline-block;
    width: 100%;
}

html body .listing-description .cke {
    border-radius: 10px;
    overflow: hidden;
}

html body .listing-item .cke .cke_wysiwyg_frame, html body .listing-item .cke .cke_wysiwyg_div {
    background-color: var(--extra-light)!important;
    padding: 10px 15px!important;
}

html body .listing-item .cke .cke_top {
    background-color: var(--extra-light)!important;
    padding-left: 5px;
}

body .comments-text-editor-author {
    max-width: 36px;
    display: inline-block;
    float: left;
    min-width: 36px;
    margin-right: 15px;
}

body .comments-text-editor-author img {
    border-radius: 10px;
}

body .listing-comments {
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 10pt;
    /* overflow-y: auto; */
    /* max-height: 60vh; */
}

body .comments-text-editor-textarea {
    display: inline-block;
    width: calc(100% - 60px);
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 0px;
}

html body .comments-text-editor-textarea textarea {
    border-radius: 10px;
    min-height: 50px;
    /* padding-bottom: 15px; */
    /* padding-top: 15px; */
    padding-left: 20px;
    padding-right: 20px;
    max-height: 500px;
    box-sizing: border-box;
    height: 40px;
    border: none!important;
    box-shadow: none!important;
    margin-bottom: 0;
    background-color: var(--extra-light);
}

body .listing-author-comment {
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    /* margin-bottom: 5px; */
    font-size: 10pt;
}

body .listing-author-comment > .listing-author-comment {
    white-space: pre-line;
    color: var(--dark);
}

body .delete-comment {
    position: absolute;
    right: 10px;
    top: 8px;
    color: var(--warning);
    opacity: 0;
    cursor: pointer;
}

body .listing-comment:hover > .delete-comment {
    opacity: 1;
    transition: all .3s ease-in-out;
}

body .delete-comment i {
    font-size: 14pt;
}

body .listing-comment {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
}

body .listing-comments > div:last-child {
    padding-top: 0px!important;
}

body .listing-comment-author {
    display: inline-block;
    float: left;
}

body .listing-comment-body {
    display: inline-block;
    width: calc(100% - 60px);
    margin-left: 0px;
}

body .listing-comment-body .listing-action .selected {
    color: var(--primary);
}

body .listing-comment-body .listing-actions {
    margin-top: 1px;
    margin-bottom: 5px;
}

body .team-settings-header h5 {
    color: var(--primary);
}

body .cke_wysiwyg_frame, body .cke_wysiwyg_div {
    background-color: var(--xwhite);
    color: var(--dark);
}

body .cke_toolbar_end {
    display: none;
}

body .cke_toolgroup a.cke_button:last-child:after {
    display: none;
}

body .listing-author-title {
    color: var(--black);
    font-size: 10pt;
    font-weight: bold;
    /* padding-top: 2px; */
    cursor: pointer;
}

body .listing-author-title a {
    color: var(--black);
}

body .listing-author-title a:hover {
    color: var(--primary);
}

body .listing-action.liked {
    color: var(--primary);
}

body .like-name {
    position: relative;
    padding-right: 4px;
    cursor: pointer;
    /* display: inline-block; */
    width: 100%;
    margin-bottom: 5px;
}

body .like-name:last-child {
    margin-bottom: 0px;
}

body .like-name:last-child::after {
    /* display: none; */
    opacity: 0;
}

body .listing-description p {
    margin-bottom: 0px;
}

body .listing-author-comment .listing-author-title {
    font-size: 9pt;
    /* color: var(--icon-color); */
}