body {
    font-size: 14px;
    line-height: 1.4285;

    color: #333;
    background-color: #e9ebee;
}

.body-maintenance {
    font-size: 18px;
    margin: 1.5rem;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: unset !important;
    }
}

a {
    text-decoration: none;
}

.h1, h1 {
    font-size: 2em;
}

.form-control:not([class*="form-control-"]) {
    font-size: inherit;
}

.form-control {
    background-color: rgba(160, 160, 160, 0.08);
}

.form-textbox > .ql-editor {
    background-color: rgba(0,0,0,.07);
    border: 1px solid #ced4da;
    border-radius: 1.525rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.textbox-sm > .ql-editor {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.29);
    font-style: normal;
}

.ql-editor:focus {
    border-color: rgba(33, 71, 89, 0.72);
}

.ql-container {
    font-size: inherit;
}

.post-body-text {
    max-height: 120px;
}

.block-content {
    overflow: hidden;
    position: relative;
}

.expand-link {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    cursor: pointer;
    z-index: 5;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 1));
    margin: 0;
    text-align: center;
    color: #222;
    padding-top: 10px;
}

.expand-link a {
    display: inline-block;
    margin-top: 7px;
    border: 1px solid #adadad;
    border-radius: 12px;
    padding: 1px 6px;
    font-size: 85%;
    background: white;
    line-height: 1.5;
}

.expand-link a:hover {
    background: #e3e3e3;
}

.post-body-text p,
.comment-body p,
.comment-content p {
    margin: 0;
}

/* .card-body-sm {
    padding: .5rem !important;
}

.card-body-md {
    padding: 1rem !important;
}

.card-body-fit {
    padding: 0 !important;
} */

/********** TOP PAGE **********/
.badge-category {
    border-radius: .35rem .35rem 0 0;
    min-width: 90px;
    line-height: 1.75;
    position: relative;
    background-color: #f8f9fa;
}

.badge-category:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 12px 17px 0px;
    border-color: transparent transparent #f8f9fa transparent;
}

.badge-category:hover {
    background-color: #ffffff !important;
    transform: scale(1.05, 1.15);
}

.badge-category:hover::after {
    border-color: transparent transparent #ffffff transparent !important;
}

.card-footer {
    background-color: transparent;
}

.breadcrumb {
    font-size: 16px;
}

.breadcrumb li {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.breadcrumb>li+li:before {
    content: '';
    display: inline-block;
    width: .425rem;
    height: .425rem;
    margin-left: .2rem;
    margin-right: .36rem;
    margin-bottom: 2px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
}

.breadcrumb>.active {
    color: #6c757d;
}

.page-title > span + span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-right: 10px;
    margin-bottom: 2px;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    transform: rotate(-45deg);
}

/********** //TOP PAGE **********/


.categories, .category>ul {
    list-style-type: none;
    padding: 0;
}


.categories>li, .category>ul>li {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 53px;
}

.user-icon {
    display: inline-block;
    text-align: center;
    color: #eee;
    font-weight: 400;
}

/* .categories>li .content .icon,
.category>ul>li .content .icon {
    font-size: 17px;
    line-height: 17px;
    padding: 13px;
    border-radius: 50%;
    margin-right: 15px;
    min-width: 46px;
    min-height: 46px;
    margin-top: 2px;
} */

/* .categories>li .content .user-icon,
.categories>li .content img,
.category>ul>li .content .user-icon,
.category>ul>li .content img,
.notifications>ul>li .user-icon,
.notifications>ul>li .icon img {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 1.4rem;
} */

.tinyicon img,
.tinyicon .user-icon,
.post-desc-sm .icon .user-icon,
.navbar .icon .user-icon,
.categories>li .card .user-icon,
.category>ul>li .card .user-icon,
.notification-box>ul>li .user-icon {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .75rem;
    overflow: hidden;
    vertical-align: middle;
}

.notifications a,
.notification-box a {
    text-decoration: none;
    color: #333;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small,
.h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small,
.h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small,
h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #6c757d;
}

.h3, h3 {
    font-size: 1.25rem;
}

h4, .h4 {
    font-size: 1rem;
}

h5, .h5 {
    font-size: .95rem;
}

.form-control::-webkit-input-placeholder {
    color: #bbb;
}

.error-message {
    color: red;
}

.description p {
    margin-bottom: 0;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-default {
    border: 0;
}

.btn-default:not(:disabled):hover {
    background-color: rgba(162, 162, 162, 0.15) !important;
}

.mx--2 {
    margin-left: -.5rem!important;
    margin-right: -.5rem!important;
}

.pull-left {
    float: left!important;
}

.pull-right {
    float: right!important;
}

.fa.pull-left {
    margin-right: .3em;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}

.categories>li .content h2, .category>ul>li .content h2 {
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    margin-left: 62px;
}

.categories>li .content h3, .category>ul>li .content h3 {
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    margin-left: 62px;
}

.categories .description, .category .description, .subcategory .description {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
    color: #6c757d;
    margin-top: 5px;
    min-height: 25px;
}

.categories .category-children, .categories .description, .category .category-children, .category .description, .subcategory .category-children, .subcategory .description {
    margin-left: 62px;
}

.stats {
    font-size: 20px;
    text-align: center;
    margin-top: 7px;
    line-height: 22px;
}

.stats small {
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 300;
    font-size: 11px;
}

.categories>li .card,
.category>ul>li .card {
    border-left: 4px solid #ccc;
    text-align: left;
    margin-top: 2px;
    overflow: hidden;
    height: 53px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
}

.categories>li .card>*, .category>ul>li .card>* {
    padding-left: 20px;
}


.categories>li .card .post-content, .category>ul>li .card .post-content {
    overflow: hidden;
}

.post-desc-sm .icon img,
.uricon-xs.icon img,
.categories>li .card img,
.category>ul>li .card img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.categories>li .card p, .category>ul>li .card p {
    margin: 0;
}

a.permalink, a.permalink:active, a.permalink:focus, a.permalink:hover {
    color: #6c757d;
    text-decoration: underline;
}

.categories .category-children, .categories .description, .category .category-children, .category .description, .subcategory .category-children, .subcategory .description {
    margin-left: 62px;
}


.categories .category-children, .category .category-children, .subcategory .category-children {
    display: block;
    font-size: 15px;
}

.categories>li .category-children .category-children-item, .category>ul>li .category-children .category-children-item {
    margin-right: 10px;
}

.categories>li .category-children .icon, .category>ul>li .category-children .icon {
    min-width: 23px;
    min-height: 23px;
    font-size: 10px;
    line-height: 12px;
    padding: 5px;
    margin-right: 5px;
}

/********** CATEGORY PAGE **********/
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-2 {
    width: 16.66666667%;
}

.category .topic-list {
    margin-top: 10px;
}

img {
    vertical-align: middle;
}

.hide {
    display: none!important;
}

.hidden {
    display: none!important;
}

.clearfix {
    clear: both;
    min-height: 1px;
    position: relative;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none!important;
}

.bg-lighter {
    background-color: #eaeaea!important;
}

/***************** DETAIL TOPIC *****************/

.topic h1>span {
    text-transform: uppercase;
    color: #6c757d;
    display: block;
    margin-top: 8px;
}

.topic h1 .topic-title {
    word-wrap: break-word;
    font-size: 28px;
    color: inherit;
    line-height: 36px;
}

.topic h1 .topic-title {
    text-transform: initial;
}

.topic h1 .fa.pull-left {
    margin-top: 6px;
    font-size: 28px;
}

.topic .posts {
    list-style-type: none;
    padding: 0;
}

.avatar {
    display: inline-block;
    text-align: center;
    color: #eee;
    font-weight: 400;
    min-width: 35px;
    min-height: 35px;
    border-radius: 500px;
}

.avatar.avatar-xs {
    min-width: 24px;
    min-height: 24px;
}

.avatar.avatar-xl {
    width: 128px;
    height: 128px;
    line-height: 128px;
    font-size: 7.5rem;
}

/* 
.topic .posts .icon {
    position: relative;
    border-radius: 50%;
    min-width: 46px;
    min-height: 46px;
    margin-top: 2px;
} */

.avatar.avatar-md img,
.avatar.avatar-md .user-icon,
.members .icon .user-icon,
.members .icon img {
    margin-right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.14rem;
    overflow: hidden;
}

.avatar img,
.avatar .user-icon {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: .92rem;
    /* box-shadow: inset 5px 4px 7px 0px rgba(0, 0, 0, 0.22); */
}

.avatar.avatar-sm img,
.avatar.avatar-sm .user-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px !important;
    line-height: 30px;
    font-size: .82rem;
    /* box-shadow: inset 5px 4px 7px 0px rgba(0, 0, 0, 0.22); */
}

.avatar.avatar-xs img,
.avatar.avatar-xs .user-icon {
    border-radius: 50%;
    width: 24px;
    height: 24px !important;
    line-height: 22px;
    font-size: .72rem;
    /* box-shadow: inset 5px 4px 7px 0px rgba(0, 0, 0, 0.22); */
}

.user-icon.icon-sm {
    font-size: 1rem !important;
}

.user-icon.icon-xs {
    font-size: .5rem !important;
}

/***** USER REWARDS *****/
.users-reward {
    counter-reset: number;
}

.users-reward li {
    counter-increment: number;
}

.users-reward li:nth-child(n)::after {
    content: counter(number);
    position: absolute;
    top: 4px;
    right: -5px;
    width: 25px;
    text-align: center;
    font-weight: 600;
    color: #dfe4e6;
    font-size: 1.23rem;
}
/*
.users-reward > li:nth-child(1)::after,
.users-reward > li:nth-child(2)::after,
.users-reward > li:nth-child(3)::after {
    content: " ";
    position: absolute;
    top: 4px;
    right: -5px;
    width: 25px;
    height: 25px;
}

.users-reward > li:nth-child(1)::after {
    background: url("https://res.cloudinary.com/do24gfhtp/image/upload/v1586603253/medal.svg") no-repeat;
    background-size: 25px 25px;
    background-position: top right;
}

.users-reward > li:nth-child(2)::after {
    background: url("https://res.cloudinary.com/do24gfhtp/image/upload/v1586603433/medal_1.svg") no-repeat;
    background-size: 25px 25px;
    background-position: top right;
}

.users-reward > li:nth-child(3)::after {
    background: url("https://res.cloudinary.com/do24gfhtp/image/upload/v1586603434/medal_2.svg") no-repeat;
    background-size: 25px 25px;
    background-position: top right;
} */

/***** // USER REWARDS *****/


.topic .posts .status {
    vertical-align: 0;
}

.topic .posts .icon>a>.status {
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 0;
}

.topic .content {
    margin-top: 20px;
    padding-bottom: 1px;
    margin-top: -38px;
    margin-left: 61px;
    word-wrap: break-word;
    overflow: hidden;
}

.topic .content pre {
    color: #dadada;
    background-color: #002b36;
    border: none;
    box-shadow: 0 0 6px 2px rgba(28, 31, 47, 0.1);
    padding: 15px;
    white-space: pre-wrap;
    overflow-x: auto;
    border-radius: 5px;
}

.topic .content img,
.topic .content video {
    max-width: 100%;
    height: auto;
}

.topic .post-bar .content {
    margin-top: 0;
}

.topic .threaded-replies {
    text-decoration: none;
    margin-left: 60px;
    font-size: 11px;
}

.topic .stats {
    margin: 0 10px 0 10px;
    float: left;
}

@media (min-width: 992px) {
    .topic .posts .icon>a>.status {
        top: 2px;
        font-size: 16px;
    }
}

.page-link {
    line-height: 19px;
}

.page-link:not([href]) {
    color: inherit;
}

.footer {
    padding: 25px 0;
}

/***************** MEMBER *******************/
/* .col-sm-9 {
    width: 75%;
} */

.account .profile {
    padding-top: 0;
    margin-top: -45px;
}

.account .profile .user-icon {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 2.4rem;
    border: 3px solid #fff;
}

.account .card-header {
    min-height: 100px;
}

.account .profile .account-stats {
    text-align: center;
    font-size: 35px;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: -20px;
}

.account .profile .account-stats .stat {
    display: inline-block;
    min-width: 100px;
    margin-bottom: 20px;
}

.account .profile .account-stats .stat-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #6c757d;
}

.account .stat-value-changes {
    font-size: 14px;
}

.account .stat-value-changes i {
    margin-right: 1px;
}

/********** POST LIST ************/
.posts-list {
    list-style-type: none;
    padding-left: 0;
}

.posts-list .posts-list-item {
    width: 100%;
    margin-bottom: 0;
}

.posts-list .posts-list-item .post-body {
    border-right: 2px solid #337ab7;
    min-height: 100px;
}

.posts-list .posts-list-item .post-info {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 175px;
    height: 28px;
    margin-top: -14px;
    font-size: 10px;
}

.posts-list .posts-list-item .topic-title {
    color: #333;
    font-weight: 900;
    text-decoration: normal;
}

.posts-list .posts-list-item .content {
    max-height: 240px;
    position: relative;
    clear: left;
    display: block;
    overflow: hidden;
    padding-right: 10px;
    margin-top: 5px;
    clear: both;
}

.posts-list .posts-list-item .topic-category {
    text-transform: uppercase;
    font-size: 10px;
    color: #a6a6a6;
    margin-top: 6px;
    margin-right: 10px;
    margin-bottom: 25px;
    display: inline-block;
    margin-top: 10px;
}

.posts-list .posts-list-item .content p {
    margin: 0 0 2px;
}

.posts-list .posts-list-item .post-info .post-author {
    padding-left: 25px;
    color: #a6a6a6;
    text-transform: uppercase;
}

.posts-list .posts-list-item .post-info .post-author a {
    color: #6c757d;
    font-weight: 900;
}

.posts-list .posts-list-item .user-img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 0.91rem;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    margin-left: -14px;
}

.topic .post-signature {
    font-size: 12px;
    border-top: 1px dashed #dedede;
    padding: 10px 0;
    display: block;
    margin-left: 61px;
    max-width: 100%;
    word-wrap: break-word;
    color: #828282;
}

.topic .post-header,
.notifications .post-footer,
.notification-box .post-footer {
    color: #a2a2a2;
}


@media (max-width: 768px) {
    .posts-list .posts-list-item .post-info {
        width: 100px;
    }
}

.tags {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.tags li {
    justify-content: flex-start;
    margin: 0 .36rem .6rem 0;
    overflow: hidden;
}

.tags .tag-item {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    min-height: 1.8rem;
    padding-left: .8rem;
    padding-right: .8rem;
    background-color: #dfe3e8;
    border-radius: 15px;
    color: #212b36;
}

.tags .tag-item .btn-times {
    margin-right: -.5rem;
}

/* .pagination .page-item .fa {
    font-size: 1.1rem;
} */

.btn {
    font-size: inherit;
}

.btn-width-sm {
    min-width: 112px;
}
.btn-width-full {
    display: block;
    width: 100%;
}

.user-icon:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.user-img.user-icon-full,
.user-icon.user-icon-full {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.user-icon.user-icon-full:before {
    padding-top: 100%;
}

.navbar-home {
    /* border-bottom: 1px solid #dedede; */
    font-size: 1.05rem;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.border-dotted {
    border-style: dotted;
}

.border-dashed {
    border-style: dashed;
}

/**********************************/
.btn-like.active {
    color: #007bff !important;
}

.btn-like.active .text-like,
.btn-like .text-liked {
    display: none;
}

.btn-like .text-like,
.btn-like.active .text-liked {
    display: inline;
}

.notify {
    display: none;
    border-radius: 2px;
    position:fixed;
    top: 10px;
    left: 50%;
    margin-left:-200px;
    width: 400px;
    z-index: 99999;
    text-align:center;
    font-size:16px;
    color: white;
    background-color:rgba(211, 0, 0, 0.9);
    padding:15px;
}

.notify.success {
    background-color:rgba(0, 0, 0, 0.7);
}

.categories>li .mobile-stat, .category>ul>li .mobile-stat {
    padding-left: 0;
    font-size: 16px;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block!important;
    }
    .hidden-xs {
        display: none!important;
    }
    .visible-xs-inline {
        display: inline!important;
    }

    .categories>li, .category>ul>li {
        border-top: 1px solid #eee;
    }
    .categories>li:last-child, .category>ul>li:last-child {
        border-bottom: 1px solid #eee;
    }

    .header-logo {
        max-height: 65px;
    }
}

@media (max-width: 991px) {
    .message .user-img,
    .categories>li .content .user-icon, .categories>li .content .user-img,
    .category>ul>li .content .user-icon, .category>ul>li .content .user-img {
        border-radius: 50%;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 1.5rem;
        margin-right: 8px;
    }

    .hidden-md {
        display: none!important;
    }

    .categories>li .content h2, .category>ul>li .content h2 {
        margin-left: 40px;
    }

    .topic .posts .icon {
        min-width: 0;
        min-height: 0;
        margin-top: -3px;
    }

    .topic .posts .icon .user-icon, .topic .posts .icon img {
        border-radius: 50%;
        width: 23px;
        height: 23px;
        line-height: 23px;
        font-size: .63rem;
    }

    .topic .content {
        margin-left: 0;
        margin-top: -10px;
    }

    .topic .post-signature {
        margin-left: 0;
    }
}

.topmenu-blocks {
    font-size: .90rem;
}

.modal ul,
.topmenu-blocks ul,
.sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.posts-latest > li .content,
.sidebar ul > li .content {
    margin-bottom: .5rem;
}

.topmenu-blocks .users-liked .content,
.sidebar .users-liked .content {
    margin-left: 50px;
    min-height: 40px;
    margin-bottom: 10px;
}

.sidebar h2 {
    font-size: 18px;
}

.sidebar h3 {
    font-size: 16px;
}

.sidebar img,
.sidebar video {
    max-width: 100%;
    height: auto;
}


.list-group.posts {
    list-style: none;
}

/* .list-group-item {
    border-bottom: 0;
} */

/* .menu ul > .list-group-item {
    border-bottom: 0;
} */

.post-body-text {
    margin: 8px 0 15px;
}

.comments .comment .comment-main {
    display: flex;
}

.comment-body-container {
    flex: 1;
}

.bg-light-primary {
    background-color: #d2e8ff!important;
}

.bg-light-secondary {
    background-color: #dbdbdb!important;
}

.bg-light-violet {
    background-color: #ffc7ff!important;
}

.bg-light-warning {
    background-color: #feffc7!important;
}

.bg-light-danger {
    background-color: #ffc7c7!important;
}

.bg-light-success {
    background-color: #cbffd3!important;
}

.bg-fade {
    background-color: rgba(0,0,0,.07) !important;
}

.text-small {
    font-size: 90%;
}

.text-smaller {
    font-size: 80%;
}

.topmenu-blocks .post-title,
.topmenu-blocks .user-name,
.sidebar ul .post-title,
.sidebar ul .user-name {
    font-size: 15px;
    margin-bottom: 0;
}

.mymention {
    color: #03bb03;
}

.tox-tinymce {
    border-radius: 5px !important;
}

blockquote {
    padding-left: 10px;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-left: 3px solid #b7b7b7;
}

.nav-message,
.nav-notification {
    position: relative;
    padding-right: 20px !important;
    cursor: pointer;
}

.notification-content {
    word-break: break-word;
}

.badge-bubble {
    position: absolute;
    top: 1px;
    left: 17px;
}

.badge {
    font-weight: normal;
}

.badge-staff {
    color: #5d707f;
    background-color: #dce0e2;
}

.badge-admin {
    color: #f9fcff;
    background-color: #28a745;
}

/** User Badge & Title  */
.user-titles .user-title {
    font-size: 93%;
}

.user-titles > span:not(:first-child):before {
/* .user-titles .badge-staff + .user-title:before { */
    content: "";
    display: inline-block;
    background-color: #999;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
}

.dot-left:before {
    content: "";
    display: inline-block;
    background-color: #999;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
}

/** // User Badge & Title  */

.popover-body {
    padding-left: 0;
    padding-right: 0;
}

.notification-box {
    max-height: 450px;
    overflow-y: auto;
}

.notifications .post,
.notification-box .post {
    position: relative;
    display: block;
    padding: .5rem .5rem;
    border-bottom: 1px solid #efefef;
}

.notification-box .post:last-child {
    border-bottom: 0;
}

/* .notifications .post:hover .btn-del-notification {
    display: block;
}

.notifications .post .btn-del-notification {
    display: none;
    position: absolute;
    color: #fff;
    top: 0;
    right: -15px;
    font-size: 14px;
    width: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 2px;
    border: none;
}

.notifications .post .btn-del-notification:hover {
    cursor: pointer;
    color: #000;
    background-color: rgba(0, 0, 0, 0.2);
} */

.notifications .post .post-header a,
.notification-box .post .post-header a {
    font-weight: 500;
    text-decoration: none;
}

.notifications ul>li .title,
.notification-box ul>li .title {
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    margin: 0;
    margin-left: 62px;
}

.notifications ul>li .title {
    padding-right: 33px;
}

.notification-box ul>li .title {
    margin-left: 33px;
}

.notifications .timeago {
    font-size: .8rem;
}

.popover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.notification-box .list-group,
.notification-box.active .notfound {
    display: none;
}

.notification-box.active .list-group,
.notification-box .notfound {
    display: block;
}

.notifications .post em,
.notification-box .post em {
    font-weight: 600;
    font-style: normal;
}

.popover {
    max-width: 420px;
    min-width: 300px;
    top: -5px !important;
}

@media (max-width: 400px) {
    .popover {
        margin-left: 10px;
    }
}

.navbar .icon {
    margin-right: 5px;
    margin-top: -2px;
}

.action-right {
    position: absolute;
    top: 10px;
    right: 0px;
}

.post .btn-read-notification,
.post .btn-del-notification {
    display: none;
    padding: 4px;
    line-height: 14px;
    min-width: 24px;
}

.post.active:hover .btn-read-notification,
.post:hover .btn-del-notification {
    display: inline-block;
}

.post.active .btn-read-notification:hover i {
    color: rgb(107, 179, 93);
}

.post .btn-del-notification:hover i {
    color: #dc3545;
}

.copyright {
    padding-top: .5rem;;
    padding-bottom: .5rem;;
}

.media-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0;
    overflow: hidden;
}

.media-container iframe,
.media-container object,
.media-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.images-list {
    margin: 0;
    padding: 0;
}

.images-list > li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    vertical-align: top;
}

.images-list > li:last-child {
    margin-right: 0;
}

.images-list .image-item {
    display: inline-block;
    max-width: 90px;
    max-height: 90px;
    height: auto;
    overflow: hidden;
}

.images-list .image-item img {
    width: 90px;
}

.images-list.image-lg .image-item {
    max-width: 180px;
    max-height: 200px;
}

.images-list.image-lg .image-item img {
    width: 180px;
}

/*#form_video > div {
    position: relative;
}

#form_video > div img {
    width: 100%;
}*/

#form_embed > div,
#form_video > div {
    position: relative;
}

#form_video > div img {
    width: 100%;
}

.box-product .btn-times,
#form_embed > div .btn-times,
#form_video > div .btn-times,
.images-list li .btn-times,
#form_poll .poll-header .btn-times,
#form_event .btn-times {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
}

.box-product .btn-times:hover,
#form_embed > div .btn-times:hover,
#form_video > div .btn-times:hover,
.images-list li .btn-times:hover,
#form_poll .poll-header .btn-times:hover {
    background: rgba(0, 0, 0, 0.4);
    color: rgba(249, 0, 0, 0.5);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
    display: none;
  }

#card_new_post {
    position: relative;
    z-index: 11;
}

.form-comment textarea,
#card_new_post textarea {
    resize: none;
}

.box-1-1 {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.box-1-2 {
    width: 100%;
    padding-top: 200%;
    position: relative;
    overflow: hidden;
}

.box-2-3 {
    width: 100%;
    padding-top: 150%;
    position: relative;
    overflow: hidden;
}

.box-3-2 {
    width: 100%;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}

.box-4-3 {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.box-1-1 img,
.box-1-2 img,
.box-2-3 img,
.box-3-2 img,
.box-4-3 img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: unset;
    width: 100%;
    height: auto;
    border: 1px solid transparent;
}

.img-overlay {
    background-color: rgba(0, 0, 0, 0.47);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 50%;
    font-size: 18px;
    color: white;
    border: 1px solid white;
}

.img-overlay span {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(50% - 10px);
}

/*************** LOADING BAR *******************/
@keyframes ldio-dakm5wdd744 {
  0% { opacity: 1 }
  50% { opacity: .5 }
  100% { opacity: 1 }
}
.ldio-dakm5wdd744 div {
  position: absolute;
  width: 10px;
  height: 40px;
  top: 30px;
  animation: ldio-dakm5wdd744 1s cubic-bezier(0.5,0,0.5,1) infinite;
}.ldio-dakm5wdd744 div:nth-child(1) {
  transform: translate(15px,0);
  background: #e15b64;
  animation-delay: -0.6s;
}.ldio-dakm5wdd744 div:nth-child(2) {
  transform: translate(35px,0);
  background: #f47e60;
  animation-delay: -0.4s;
}.ldio-dakm5wdd744 div:nth-child(3) {
  transform: translate(55px,0);
  background: #f8b26a;
  animation-delay: -0.2s;
}.ldio-dakm5wdd744 div:nth-child(4) {
  transform: translate(75px,0);
  background: #abbd81;
  animation-delay: -1s;
}
.loadingio-spinner-bars-erj21a52jlk {
  width: 64px;
  height: 64px;
  display: inline-block;
  overflow: hidden;
}
.ldio-dakm5wdd744 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.64);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-dakm5wdd744 div { box-sizing: content-box; }
/* generated by https://loading.io/ */

/****** LOADING BALL **************/
@keyframes ldio-vxg7ou4ube9 {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.45,0,0.9,0.55)
  }
  0% {
    transform: translate(0,0)
  }
  50% {
    transform: translate(0,54px);
    animation-timing-function: cubic-bezier(0,0.45,0.55,0.9);
  }
  100% {
    transform: translate(0,0);
  }
}

.ldio-vxg7ou4ube9 div {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #85a2b6;
  left: 37px;
  top: 10px;
  animation: ldio-vxg7ou4ube9 1s linear infinite;
}
.loadingio-spinner-ball-l0oj8m2d4zc {
  width: 64px;
  height: 64px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-vxg7ou4ube9 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.64);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-vxg7ou4ube9 div { box-sizing: content-box; }
/* generated by https://loading.io/ */


.autocomplete-suggestions {
    overflow: auto;
    border: 1px solid #CBD3DD;
    background: #FFF;
    z-index: 99;
    max-height: 200px;
    z-index: 9999;
}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestion {
    display: block;
    overflow: hidden;
    padding: 5px 5px;
    white-space: nowrap;
}

a.autocomplete-suggestion { text-decoration: none; cursor: pointer; }

.autocomplete-suggestion img { float: left; margin: 5px 0 0 0; }
.autocomplete-suggestion .prod-right { margin-left: 40px; }
.text-highlight { background-color: #fcf8e3;color: red; padding: 0; }
.prod-desc { font-size: .8em; color: #ccc; }


/**************************/

.post-body-video + .post-body-product {
    margin-top: 15px;
}

.post-body-product .box-product,
.box-product {
    position: relative;
    padding: 10px;
    min-height: 70px;
    /* border: 1px solid #00000014; */
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.post-body-product .box-product .box-product-image,
.box-product .box-product-image {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 4px;
    overflow: hidden;
}

.post-body-product .box-product .box-product-image img,
.box-product .box-product-image img {
    max-width: 100%;
    max-height: 100%;
}

.post-body-product .box-product .box-product-info,
.box-product .box-product-info {
    margin-left: 70px;
}

.box-product .box-product-info .title,
.post-body-product .box-product .box-product-info .title {
    font-size: .9rem;
}

.post-body-product .box-product .box-product-info .title,
.post-body-product .box-product .box-product-info .desc,
.box-product .box-product-info .title,
.box-product .box-product-info .desc {
    margin-bottom: .25rem;
}

.post-body-product .box-product .box-product-info .price,
.box-product .box-product-info .price {
    color: red;
}

.post-body-product ul > li,
#form_product li {
    margin-bottom: 10px;
}

.post-body-product ul > li:first-child,
#form_product li:first-child {
    margin-top: 0;
}

.post-body-product ul > li,
#form_product li {
    list-style: none;
}

.post-body-product li a,
#form_product li a,
#form_product li a:hover {
    text-decoration: none;
}

.comment .comment-body {
    position: relative;
}

.comment.comment-markup .comment-body {
    border: 1px solid #1573ffb5;
}

.comment .comment-author,
.post .first-post-author {
    font-weight: 600;
}

.comment .comment-author .badge {
    vertical-align: top;
}

/* Reply comment should be smaller */
.posts .comment .comment .icon .user-icon,
.posts .comment .comment .icon img {
    width: 25px;
    height: 25px;
}

.comment .comment-footer a {
    margin-left: 3px;
}

.comment .comment-footer a.active {
    font-weight: 600;
    color: #09af00;
}

.message-info li:not(:last-child):after,
.dot-after:after,
.comment .comment-footer a:after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #939393;
    display: inline-block;
    border-radius: 50%;
    margin: 2px 3px;
    margin-left: 6px;
}

#card_new_post textarea {
    border-color: transparent !important;
}

.comment-footer {
    position: relative;
}

.comment-footer .comment-footer-right {
    position: absolute;
    right: 10px;
    top: -7px;
    background-color: white;
    border-radius: 13px;
    box-shadow: 0 1px 5px 0px #bbb;
    min-width: 30px;
    padding: 3px 5px;
    color: #333;
    cursor: pointer;
}

.user-likes i,
.users-voted .content i,
.user-box .content i,
.icon-like-circle i,
.comment-footer .comment-footer-right > i {
    background-color: #007bfe;
    color: white !important;
    padding: 4px;
    font-size: 10.5px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    vertical-align: bottom;
    box-shadow: inset 1px 6px 9px 0px rgba(253, 253, 253, 0.27);
}

/** POLL styles */
.progress-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
}

.progress-wrapper progress {
    width: 100%;
}

#form_poll .poll-header {
    position: relative;
}

.option-left {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 4px;
}

.poll-progress {
    margin-left: 30px;
}

.poll-progress .progress {
    min-height: 30px;
    height: auto !important;
    margin-bottom: 3px;
}

.poll-progress .progress-bar {
    background-color: #cadfff;
    overflow: unset !important;
}

.poll-progress .progress-bar span {
    color: #000;
    font-size: 14px;
}

.poll-progress label {
    cursor: pointer;
}

.poll-checkbox {
    cursor: pointer;
}

.btn-add-option i {
    font-size: 12px;
}

.form-control-inline {
    width: auto;
    display: inline-block;
}

.form-group {
    margin-bottom: 1.0rem;
}

.options-wrapper .option-row .form-group {
    margin-right: 40px;
}

.option-row {
    position: relative;
}
.options-wrapper .option-row i {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
}
/** //POLL styles */

/* .list-group-item {
    background-color: transparent;
} */

.comment-replies > .comment:first-child {
    margin-top: 15px;
}

.menu li i {
    margin-right: 5px;
}

.menu li > a,
a.permalink {
    text-decoration: none;
}

.menu li a.active {
    font-weight: bold;
}

.card .menu > li {
    position: relative;
}

.card .menu > li > ul {
    display: none;
    margin-left: 20px;
}

.card .menu > li > ul.active {
    display: block;
}

.toggle-menu {
    background-color: rgba(203, 203, 203, 0.18);
}

.account-cover {
    background:
      linear-gradient( rgba(255, 255, 255, 0.45), rgb(255, 255, 255) )
      , url("../../img/fc6kzu14rtd41.jpg");
    background-size: cover;
}

.manage-actions {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 10;
}

.comment-body .manage-actions {
    display: none;
}

.comment-body:hover .manage-actions {
    display: block;
}

.dropdown-menu {
    font-size: inherit;
}

.nav-item .dropdown-toggle {
    transition: all .1s linear;
}

.nav-item .nav-link[aria-expanded='true'] > .dropdown-toggle {
    transform: rotate(180deg);
}

.nav-item ul {
    list-style: none;
}

.nav-item .category-row {
    position: relative;
}

.nav-item .category-row .category-link {
    margin-right: 22px;
}

.nav-item .category-row .category-dropdown {
    position: absolute;
    top: 0;
    right: 0;
}

.textarea-emoji-control .ql-fill,
.textarea-emoji-control .ql-stroke.ql-fill {
    fill: #969696;
}

.textarea-emoji-control .ql-stroke {
    fill: none;
    stroke: #969696;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.textarea-emoji-control {
    cursor: pointer;
}

.textarea-emoji-control:hover .ql-fill,
.textarea-emoji-control:hover .ql-stroke.ql-fill {
    fill: #666;
}

.textarea-emoji-control:hover .ql-stroke {
    stroke: #666;
}

.form-textbox .textarea-emoji-control{
    top:8px !important;
}

.form-textbox.textbox-sm .textarea-emoji-control{
    top:6px !important;
}

.btn_upload_image {
    position: absolute;
    top: 0;
    right: 29px;
    padding: 7px 6px;
    font-size: 20px;
    opacity: .5;
    cursor: pointer;
}

.btn_send_comment {
    position: absolute;
    top: 0;
    right: 58px;
    padding: 6px 6px;
    font-size: 18px;
    opacity: .5;
    z-index: 99;
    cursor: pointer;
}

.page-embedded .btn_send_comment {
    right: 29px;
}

.comment-reply-form .btn_send_comment,
.comment-reply-form .btn_upload_image {
    padding-top: 4px;
    padding-bottom: 5px;
}

.btn_send_comment[disabled="true"],
.btn_send_comment[disabled="true"]:hover,
.btn_send_comment[disabled="disabled"]:hover,
.btn_send_comment[disabled="disabled"],
.btn_upload_image[disabled="true"],
.btn_upload_image[disabled="true"]:hover,
.btn_upload_image[disabled="disabled"]:hover,
.btn_upload_image[disabled="disabled"] {
    cursor: default;
    opacity: .3 !important;
}

.btn_send_comment:hover,
.btn_upload_image:hover {
    opacity: .85;
}

#loading-bar {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    right: auto;
    width: auto;
    margin-left: -42px;
    color: white;
    background-color: #134d7f;
    padding: 5px 15px;
    z-index: 9999;
    border-radius: 0 0 10px 10px;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 54px;
    height: 30px;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 8px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 24px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 40px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 4px;
      height: 26px;
    }
    50%, 100% {
      top: 10px;
      height: 16px;
    }
}

/** ICON ONLINE */
.icon.online,
.avatar.online,
.user-profile-avt.online {
    position: relative;
    height: 100%;
}

.icon.online:before,
.avatar.online:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    background-color: #00d84d;
    top: 70%;
    left: 70%;
    border: 1px solid white;
    /* box-shadow: 0px 0 5px #929292; */
}

.avatar.avatar-md.online:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    background-color: #00d84d;
    top: 60%;
    left: 60%;
    border: 1px solid white;
    /* box-shadow: 0px 0 5px #929292; */
}

.user-profile-avt.online:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    background-color: #00d84d;
    bottom: 9px;
    right: 9px;
    border: 1px solid white;
    /* box-shadow: 0px 0 5px #929292; */
}

.avatar.icon-xl.online:before,
.icon.icon-xl.online:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    background-color: #00d84d;
    top: 81%;
    left: 83%;
    border: 1px solid white;
    /* box-shadow: 0px 0 5px #929292; */
}

.avatar.avatar-xs.online:before,
.icon.icon-xs.online:before {
    width: 8px;
    height: 8px;
    /* box-shadow: 0px 0 5px #929292; */
}

.page-embedded .manage-actions {
    display: none !important;
}

.back-to-top {
    position: fixed;
    display: none;
    margin: 0;
    bottom: 20px;
    right: 20px;
    padding: 12px 13px;
    line-height: 1;
    cursor: pointer;
}

.navbar-toggler-hamburger-icon {
  display: inline-block;
}

.navbar-toggler-hamburger-icon > div {
    width: 30px;
    height: 2px;
    background-color: #7f7f7f;
    margin: 7px 0;
    transition: 0.4s;
    border-radius: 2px;
}

.bg-delay-highlight {
    background-color: rgba(251, 255, 188, 0.3);
}

.post-body-text img,
.comment-content img {
    max-width: 100%;
    height: auto;
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -45px;
}

.posts-latest .comment-counter:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #939393;
    display: inline-block;
    border-radius: 50%;
    margin: 2px 0;
    margin-right: 6px;
}

.posts-latest .post-meta > * + *:before,
.users-liked .info-meta > * + *:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #939393;
    display: inline-block;
    border-radius: 50%;
    margin: 2px 4px 2px 2px;
}


.plan-price {
    font-size: 2.0rem;
    text-shadow: 0 0 3px #ccc, 0 0 5px #999;
}

.plan-price-sub {
    font-size: 1.2rem;
    text-shadow: 0 0 3px #ccc, 0 0 5px #999;
}

.plan-price-unit {
    text-align: center;
    margin-bottom: 15px;
}

.pricing .list-group > li {
    background: url(../../img/check.svg) no-repeat center left 10px;
    background-size: 24px 24px;
    padding-left: 40px;
}

.pricing .list-group > li.empty {
    background: unset;
}

.pricing .list-group > li.uncheck {
    background: url(../../img/remove.svg) no-repeat center left 10px;
    background-size: 24px 24px;
}

.payment-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-logos .logos {
    background: url(../../img/icon-payments-logos.svg) center -27px no-repeat;
    background-size: 100%;
    width: 298px;
    height: 25px;
    margin: 15px 0;
}

/********** GUTTERS - SMALL GUTTERS ***********/
.gutter-sm {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-sm>.col, .gutter-sm>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}


.members .card .last-activity {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: white;
    display: none;
}

.members .card:hover .last-activity {
    display: block;
}

.btn-group.btn-group-special {
    display: flex;
}

.btn-group-special .btn {
    flex: 1
}

.post-desc-sm .icon.online:before {
    top: 13px !important;
    right: -4px !important;
}

.members .card:hover,
.search .card:hover {
    box-shadow: 0px 0px 8px rgba(0, 79, 125, 0.25);
}

@media (min-width: 992px) {
    #navbarNavDropdown2 {
        display: none !important;
    }
}

/** CHAT CONVERSATION Style */
.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    overflow: hidden;
    border: 1px solid #c4c4c4;
}

.chat_img {
    float: left;
    width: 60px;
}

.chat_img img,
.chat_img .user-icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.14rem;
    overflow: hidden;
}

.chat_content {
    padding: 0 0 0 5px;
    width: 100%;
}

.chat_content span.chat_date {
    font-size: 13px;
    float: right;
}

.chat_content p {
    font-size: 12px;
    color:#989898;
    margin-bottom: 0;
}

a.text-dark:hover {
    text-decoration: none;
}

.chat_people {
    overflow: hidden;
    clear: both;
    display: flex;
}

.chat_list {
    border-bottom: 1px solid #d8d8d8;
    padding: 8px 10px;
}

.message-row {
    overflow: hidden;
    margin-bottom: 10px;
}

.message-row + .message-row {
    margin-top: 5px;
}

.incoming_msg .message-row-inner,
.outgoing_msg .message-row-inner {
    display: flex;
    align-items: flex-start;
    max-width: 80%;
}

.outgoing_msg .message-row-inner {
    float: right;
    clear: both;
}

.message-info {
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.outgoing_msg .message-info {
    text-align: right;
}

.message-info li {
    display: inline-block;
}

.incoming_msg .message-content {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 12px;
    margin-bottom: 3px;
    padding: 10px 12px;
    word-break: break-word;
}

.outgoing_msg .message-content {
    background: #2196f3 none repeat scroll 0 0;
    border-radius: 12px;
    margin-bottom: 3px;
    padding: 10px 12px;
    word-break: break-word;
    color:#fff;
}

.outgoing_msg .message-content a {
    color:#28ff43;
}


/** //- CHAT CONVERSATION Style */

/** USER BOX */
.user-box {
    display: flex;
    flex-direction: row;
}

/** // USER BOX */

/** USER BADGE BOX */
.first-post-top .badge-wrapper {
    position: relative;
    margin-right: 5px;
    display: inline;
}

.first-post-top .badge-wrapper:hover .badge-tooltip{
    cursor: default;
}

.first-post-top .badge-wrapper:hover .badge-box {
    display: block;
}

.ribbon-wrapper:hover .badge-box {
    display: block;
}

.badge-box {
    display: none;
    position: absolute;
    width: 250px;
    bottom: calc(100% + 5px);
    left: calc(50% - 125px);
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.35);
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    z-index: 99;
}

.badge-box .badge-name {
    font-weight: 500;
    text-align: center;
}

.badge-box .box-content-inner .badge-icon {
    padding: 5px 10px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #e0e0e0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.badge-box .box-content-inner {
    padding-bottom: 10px;
}

.badge-box .box-content-inner .badge-description {
    padding: 10px 10px;
}

.badge-box-arrow {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border: 11px solid transparent;
    border-bottom-width: 0;
    border-top-color: #d8d8d8;
}

.badge-box-arrow:after {
    position: absolute;
    content: '';
    bottom: 1px;
    left: -10px;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fefefe;
}

.badge-box .box-content-inner .infinite i {
    animation: rotate-infinite 1.5s linear infinite;
    margin-right: 5px;
}

@keyframes rotate-infinite {
    0 {
      transform: rotateY(0);
    }
    50% {
      transform: rotateY(180deg);
    }
    100% {
      transform: rotateY(0deg);
    }
}

.profile .user-badges .badge {
    font-weight: 500;
}

/** // USER BADGE BOX */


/** // NOTIFICATION POPUP BOX */
.notifications-popup {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 99;
    min-width: 200px;
    max-width: 350px;
    max-height: 375px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .notifications-popup {
        max-height: 93px;
    }
}

@media (max-width: 400px) {
    .notifications-popup {
        min-width: auto;
        max-width: auto;
        right: 25px;
    }
}

.notification-popup-row {
    position: relative;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}

.notification-popup-row + .notification-popup-row {
    margin-top: 5px;
}

.notification-popup-row a {
    text-decoration: none;
}

.notification-popup-row .post-content {
    color: #333;
}

.notification-popup-row .post-content em {
    font-weight: bold;
    font-style: normal;
}

.notification-popup-row .timeago {
    color: #a2a2a2;
}

.notifications-popup .custom-close {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    background-color: #FFFFFF;
    opacity: 0.85;
}

.notifications-popup .custom-close .icon-close {
    height: 12px;
    width: 12px;
    display: block;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
}

.notifications-popup .custom-close .icon-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

.notifications-popup .custom-close .icon-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.notifications-popup .custom-close:hover {
    opacity: 1;
    background-color: #ccc;
}

.notifications-popup .custom-close:hover .icon-close::before,
.notifications-popup .custom-close:hover .icon-close::after {
    background-color: white;
}

/*** STARS && RATING: REVIEWS ***/
.stars {
    display: inline-block;
    font-size: 0; /* trick to remove inline-element's margin */
}

.stars .star {
    display: inline-block;
    padding-right:4px;
    text-decoration: none;
    margin:0;
}

.stars .star:after {
    position: relative;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free', serif;
    display: block;
    content: "\f005";
    color: #d0d0d0;
}

.product-rate .stars .star:hover ~ .star:after{
  color: #d0d0d0 !important;
  font-weight: 400;
}

.stars.active .star.active ~ .star:after{
  color: #d0d0d0;
  font-weight: 400;
}

.product-rate .stars:hover .star:after{
  color:#333 !important;
  font-weight: 900;
}

.stars.active .star:after{
  color:#333;
  font-weight: 900;
}

.product-stars {
    position: absolute;
    top: -15px;
    right: 10px;
    background-color: white;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    padding: 2px;
}
/*** //STARS && RATING: REVIEWS ***/

/** MODAL TOPIC-DETAL */
.card-wrapper + .card-wrapper {
    margin-top: 1rem!important;
}

.bg-defaut {
    background-color: #e9ebee;
}

.modal-body .card.post {
    border-radius: 0;
}

/** TOPICS SEARCH **/
.search-reset {
    position: absolute;
    top: 0;
    right: 0;
}

.position-relative:hover .search-reset .btn {
    color: #333 !important;
}

.dropdown-menu .status {
    padding: 7px;
    color: #999;
}

.search-user .dropdown-toggle {
    border: 1px solid #ced4da;
}

/** FOLLOW - FOLLOWING **/
.btn-follow .active {
    display: none;
}
.btn-follow .inactive {
    display: inline;
}

.btn-follow.following .active {
    display: inline;
}
.btn-follow.following .inactive {
    display: none;
}

.btn-follow:disabled .fa-rss,
.btn-follow .fa-spinner {
    display: none;
}

.btn-follow .fa-rss,
.btn-follow:disabled .fa-spinner {
    display: inline-block;
}

/** REPORTS */

.report-reasons label {
    display: inline-block;
}

.report-reasons label > span {
    display: inline-block;
    border: 1px solid #c0c0c0;
    border-radius: 19px;
    padding: 5px 10px;
}

.report-reasons label input[type="radio"]:checked + span {
    background-color: #007bfe;
    color: #fff;
}


.report-reasons label {
    margin-left: 5px;
    font-weight: 500;
}

.report-reasons label > input {
    display: none;
}

.image-error {
    width: 200px;
    height: 200px;
    background: transparent;
    text-align: center;
    padding: 39px;
    border-radius: 500px;
    margin: auto;
}

.thank-message em {
    color: #009797;
    font-style: normal;
}

/** CARD RIBBONS */
:root {
    --main_color: #008542;
    --second_color: #003018;
    --text_color: #FFFFFF;
    --font_size: 24px;
}

.ribbon-wrapper {
    position: absolute;
    top: -6px;
    right: 55px;
    z-index: 15;
}

.ribbon2 {
    width: 60px;
    padding: 10px 0;
    text-align: center;
    border-top-right-radius: 3px;
    background-color: var(--main_color);
     text-transform: uppercase;
     color: var(--text_color);
     font-size: var(--font_size);
   }
   .ribbon2:before {
    height: 0;
    width: 0;
    left: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid var(--second_color);
    border-left: 6px solid transparent;
   }
   .ribbon2:before,
   .ribbon2:after {
     content: "";
     position: absolute;
   }
   .ribbon2:after {
     height: 0;
     width: 0;
     bottom: -29px;
     left: 0;
     border-left: 30px solid var(--main_color);
     border-right: 30px solid var(--main_color);
     border-bottom: 30px solid transparent;
   }


/** MESSAGE READ MORE */
.readmore_item:not(.full-content) .second-part,
.readmore_item:not(.full-content) .read_less,
.readmore_item.full-content .read_more {
    display: none;
}

.readmore_item .read_more,
.readmore_item .read_less {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
    white-space: nowrap;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

img.header-logo {
    transition: height 0.5s;
}

.sticky img.header-logo {
    height: 25px;
}

/** BLOCKING USERS */
.btn-blocking {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.btn-blocking .fa-spinner,
.btn-blocking span.active {
    display: none;
}

.btn-blocking span.inactive {
    display: inline-block;
}

.btn-blocking.actived span.active {
    display: inline-block;
}

.btn-blocking.actived span.inactive {
    display: none;
}

.btn-blocking:disabled .fa-ban,
.btn-blocking .fa-spinner {
    display: none;
}

.btn-blocking .fa-ban,
.btn-blocking:disabled .fa-spinner {
    display: inline-block;
}

