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;
    }
}


.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;
}

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

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

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

.post-body-text .expand-link {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    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;
}

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

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

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

.first-post-top small {
    font-weight: 500;
}

.post-body-video + .post-body-embed {
    margin-top: 5px;
}

/* .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;
}

.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;
}

.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;
}

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

.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: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;
}

.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;
}

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

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

.avatar.avatar-rounded {
    border-radius: 50%;
}

img {
    vertical-align: middle;
}

.hide {
    display: none!important;
}

.hidden {
    display: none!important;
}

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

.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;
}

.bg-light-warning {
    background-color: #feffc7!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 img,
.avatar .user-icon {
    /* margin-right: 10px; */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.14rem;
    overflow: hidden;
}

.avatar-md img,
.avatar-md .user-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: .91rem;
    /* 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;
}

.users-voted .avatar .user-icon.icon-sm,
.users-liked .avatar .user-icon.icon-sm {
    font-size: .7rem !important;
}

.avatar-sm .user-icon,
.avatar-sm img {
    width: 36px;
    height: 36px;
}

.avatar-xs .user-icon {
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .75rem;
    overflow: hidden;
    vertical-align: middle;
}

.avatar-xs img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

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

.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: 33px;
    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;
}

/********** 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;
}

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

.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: 9999;
    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;
}

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

@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: 30px;
    }
}

@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 .avatar .user-icon, 
    .topic .posts .avatar 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;
    }
}

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

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

.sidebar .users-liked .content {
    margin-left: 45px;
    min-height: 40px;
}

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

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

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

.list-group-item {
    border-top: 0;
}

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

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

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

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

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

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

.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;
}

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

.badge {
    font-weight: unset !important;
}

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

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

.user-badge .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;
}

/** // 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 .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 {
    min-width: 320px;
    max-width: 420px;
    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_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 {
    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-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: 10px;
    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-author,
.post .first-post-author {
    font-weight: 600;
}

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

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

.msg_info li:not(:last-child) span: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 0;
    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,
.statistics .user-likes i,
.users-voted .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;
}

#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;
}

.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;
}

.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;
}

.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: 9;
}

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

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

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


.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;
}

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

.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_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: 99999;
    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,
.user-profile-avt.online:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #00d84d;
    top: 72%;
    left: 72%;
    border: 1px solid white;
    /* box-shadow: 0px 0 5px #929292; */
}

.user-profile-avt.online:before {
    top: auto;
    bottom: 10px;
    right: 10px;
}

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

.gutters-small {
    margin-right: 5px;
    margin-left: 5px;
}

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

/****** COOKIE CONSENT ******/
.cookie-popup_cardWrapper {
    opacity: 1;
    transition: all 0.2s linear 0s;
    align-items: center;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 2147483647;
}

.cookie-popup_card_1V99 {
    align-items: center;
    background: rgba(32, 32, 32, 0.9);
    color: #fff;
    font-size: 18px;
    min-height: 6rem;
    padding: 1.75rem 15rem;
    width: 100%;
}

.cookie-popup_cardText p {
    font-size: 0.875em;
    line-height: initial;
    margin: 0;
    max-width: 600px;
}

.cookie-popup_btn_action {
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    color: #202020;
    padding: 5px 15px;
}

@media (max-width: 980px) and (min-width: 501px) {
    .cookie-popup_card_1V99 {
        padding: 15px 45px;
    }
}

@media (max-width: 500px) {
    .cookie-popup_card_1V99 {
        padding: 10px 10px;
    }
}

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


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


/***** USER REWARDS *****/
.clearfix {
    clear: both;
    min-height: 1px;
    position: relative;
}

.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.3rem;
}

.plan-price {
    font-size: 3.0rem;
    text-align: center;
    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;
    color: #4a4a4a;
}

.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;
}


/** SIDEBAR MENU */

.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);
}

.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;
}

.post-meta > * + *:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #939393;
    display: inline-block;
    border-radius: 50%;
    margin: 2px 0;
    margin-right: 6px;
}


/********** 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;
    }
}

.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%;
}

/** USER BADGE BOX */
.first-post-top {
    position: relative;
    width: max-content;
}

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

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

.first-post-top .badge-box {
    display: none;
    position: absolute;
    width: 250px;
    bottom: calc(100% + 5px);
    left: -65px;
    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;
}

.first-post-top .box-content-inner {
    padding-bottom: 10px;
}

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

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

.first-post-top .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;
}

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

/** // USER BADGE BOX */

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

.chat_ib h5 {
    font-size:15px;
    color:#464646;
    margin:0 0 8px 0;
}

.chat_ib h5 span {
    font-size:13px;
    float:right;
}

.chat_ib p {
    font-size:14px;
    color:#989898;
    margin:auto
}

.chat_img {
    float: left;
    width: 11%;
}

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

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

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

.chat_list {
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 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;
    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;
}

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

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

/** //- CHAT CONVERSATION Style */

/** 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;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu { display: none; }
	.navbar .nav-item:hover .dropdown-menu { display: block; }
	.navbar .nav-item .dropdown-menu { margin-top:0; }
}

.user-pass-wrap input.form-control {
    padding-right: 35px;
}

.login-hide-pw {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
    border: 0;
    background: 0;
}

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

