body > .entry {
    color: #3f3f3f;
}

p a {
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 13px;
}
.logo-col h1,.title-col h1, .title-col .h1, .title-col h2, .title-col .h2, .title-col h3, .title-col .h3, .title-col h4, .title-col .h4, .title-col h5, .title-col .h5, .title-col h6, .title-col .h6 {
    margin-bottom: 0;
}

.circle-nav a {
    color: #555;
}

.circle-nav a:hover,
.circle-list-item a:hover {
    color: #363636;
}
.circle-nav a:hover::after {
    background-color: #363636;
}

.circle-actions .btn.btn-follow {
    width: 100px;
}

.room-chat-item .msg-box {
    background-color: #efefef;
}

.circle-list-item .sub-info .desc {
    line-height: 18px;
}

.group-about-box .group-tabs {
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    .circle-info-col>.inner-col {
        border-bottom: 1px solid #cacaca;
    }
}

.logo-col a{
    width: 131px;
}
.form-col .logo-box{
    width: 255px;
}

@media(max-width: 767px){
    .user-info .avatar{
        margin-top: 50px;
    }
}

.post-text p {
    word-wrap: break-word;
}

.payment-type-item .img2svg{
    width: 30px;
}

a.muted {
    opacity: 0.6;
}

.group-invite-pop {
    position: fixed;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(240,240,240,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.group-invite-pop.hidden {
    display: none;
}
.group-invite-inner {
    max-width: 677px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
.group-invite-header {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border-bottom: 1px solid #cacaca;
}
.group-invite-header h1,
.group-invite-header .h1,
.group-invite-header h2,
.group-invite-header .h2,
.group-invite-header h3,
.group-invite-header .h3,
.group-invite-header h4,
.group-invite-header .h4,
.group-invite-header h5,
.group-invite-header .h5,
.group-invite-header h6,
.group-invite-header .h6 {
    flex: 1;
    margin-right: -23px;
    text-align: center;
    font-size: 24px;
}
.group-invite-header .group-invite-close {
    width: 23px;
    height: 23px;
}
.group-invite-header .group-invite-close .img2svg {
    display: block;
}
.group-invite-content {
    padding: 25px 25px 20px;
    flex: 1;
    overflow-y: auto;
}
.group-invite-content form {
    display: flex;
    flex-wrap: wrap;
}
.group-invite-user {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 25px;
}
.group-invite-user .avatar {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.group-invite-user .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.group-invite-user .name {
    font-size: 20px;
    font-weight: 700;
}
.group-invite-user .action {
    margin-left: auto;
}
.group-invite-user .action .checkbox {
    margin-bottom: 0;
}
.group-invite-user .action .checkbox label {
    display: block;
}
.group-invite-user .action .checkbox label .sub-label {
    padding-left: 26px;
}
.group-invite-media {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    margin-bottom: 25px;
}
.group-invite-media .btn {
    color: #000;
}
.dark-theme.page-create_post .group-invite-media .btn {
    color: #fff;
}
.group-invite-media .fake-upload.disabled a {
    pointer-events: none;
    opacity: 0.2;
}
.group-invite-form {
    flex: 1 0 100%;
}
.group-invite-form .btn.btn-post {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 18px;
}
.group-invite-form .btn.btn-post[disabled] {
    pointer-events: none;
    background-color: #999;
}
.group-invite-form .form-item.-actions {
    margin-bottom: 0;
}
.info-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.record-filter.dropdown.dark .btn.btn-dropdown{
    background-color: #373737;
}
.earnings-page .info-text .dropdown-menu a{
    text-decoration: none;
}

.content-follow .btn {
    width: 135px;
}
.content-follow .btn:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.dark-theme .content-follow .btn:hover {
    background-color: #000;
    border-color: #fff;
    color: #fff;
}
.dark-theme .content-follow .btn.active:hover,
.content-follow .btn.active:hover {
    background-color: #ffc40f;
    border-color: #ffc40f;
    color: #000;
}

[data-mb="uploader-info"] {
    flex: 1;
    display: none;
}
.add-post-pop.-upload .thumb-upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 266px;
    height: 150px;
    border: 1px solid #cacaca;
    margin: 0 auto;
}
.add-post-pop.-upload .thumb-upload-btn .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.add-post-pop.-upload .thumb-upload-btn .sub-label {
    font-size: 15px;
    font-weight: 400;
    color: #3f3f3f;
}
.add-post-pop.-upload .thumb-preview {
    width: 266px;
    height: 150px;
    border: 1px solid #cacaca;
    margin: 0 auto;
    position: relative;
    display: none;
}
.add-post-pop.-upload .thumb-preview.active {
    display: block;
}
.add-post-pop.-upload [data-mb="thumbPrevie"] {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    background-size: cover;
    background-position: center;
}
.add-post-pop.-upload .thumb-preview .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 50%;
    background-color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2;
}
.add-post-pop.-upload .thumb-preview .btn .img2svg {
    width: 18px;
    height: 18px;
}
.add-post-pop.-upload .thumb-preview.active + .thumb-upload-btn {
    display: none;
}

.add-post-pop.-upload .form-item > label {
    font-size: 13px;
    color: #999;
    line-height: 1;
    margin-bottom: 5px;
}
.add-post-pop.-upload .form-item small {
    font-size: 14px;
    color: #3f3f3f;
}
.add-post-pop.-upload .form-item input[type="text"],
.add-post-pop.-upload .form-item input[type="number"],
.add-post-pop.-upload .form-item textarea {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    border: 1px solid #cacaca;
    box-shadow: none;
}
.add-post-pop.-upload .form-item input[type="text"],
.add-post-pop.-upload .form-item input[type="number"] {
    height: 45px;
    line-height: 43px;
}
.add-post-pop.-upload .form-item button[type="submit"] {
    width: 100%;
    background-color: #000;
    color: #fff;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 700;
}
.add-post-pop.-upload .form-item button[type="submit"][disable] {
    background-color: #999;
}
.add-post-pop.-upload .checkbox .sub-label {
    font-size: 16px;
    color: #3f3f3f;
}
.add-post-pop.-upload .checkbox .sub-label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
}
.add-post-pop.-upload .checkbox .sub-label::after {
    width: 12px;
    height: 12px;
}

.qq-sovren-uploader {
    padding-top: 25px;
    padding-bottom: 30px;
    position: relative;
}
.qq-sovren-uploader .qq-upload-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 350px;
}
.qq-sovren-uploader .qq-upload-button .qq-upload-button-icon {
    max-width: 185px;
    width: 100%;
    margin-bottom: 40px;
}
.qq-sovren-uploader .qq-upload-button .qq-upload-button-icon img,
.qq-sovren-uploader .qq-upload-button .qq-upload-button-icon svg {
    width: 100%;
    max-width: 100%;
}
.qq-sovren-uploader .qq-upload-button .qq-upload-button-label {
    max-width: 245px;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.qq-sovren-uploader .qq-upload-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: 700;
}
.qq-sovren-uploader .qq-upload-list .qq-upload-status-text {
    margin-top: 10px;
}
.qq-sovren-uploader .qq-upload-list .qq-upload-spinner.spin {
    -webkit-animation: rotate-center 2s linear infinite reverse both;
    animation: rotate-center 2s linear infinite reverse both;
}
.qq-sovren-uploader .qq-upload-list .qq-progress-bar-container .qq-progress-bar {
    display: block;
    position: relative;
}
.qq-sovren-uploader .qq-upload-list .qq-progress-bar-container .qq-progress-bar::before {
    content: attr(aria-valuenow)"%";
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.video-upload-finish {
    flex: 1;
    min-height: 300px;
    display: none;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: 700;
    padding-top: 40px;
}

.add-post-pop {
    color: #000;
}
.add-post-header .add-post-close {
    color: #000;
}
.add-post-pop > .-upload {
    display: none;
}
.add-post-pop.video > .-upload {
    display: flex;
}
.add-post-pop.video > .-post {
    display: none;
}

.add-post-header .upload-post-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
}
.add-post-header .-upload h1,
.add-post-header .-upload .h1,
.add-post-header .-upload h2,
.add-post-header .-upload .h2,
.add-post-header .-upload h3,
.add-post-header .-upload .h3,
.add-post-header .-upload h4,
.add-post-header .-upload .h4,
.add-post-header .-upload h5,
.add-post-header .-upload .h5,
.add-post-header .-upload h6,
.add-post-header .-upload .h6 {
    margin-right: 0;
}

#uploadStatus {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.qq-sovren-uploader .qq-upload-drop-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 5px dashed #bdbdbd;
    z-index: 2;
}

.stacks-edit-col {
    flex: 1 0 100%;
    max-width: 760px;
    margin: 55px auto 40px;
    position: relative;
}
.stacks-edit-col .form-item {
    margin-bottom: 40px;
}
.stacks-edit-col button.btn-selectpicker,
.stacks-edit-col button.btn-selectpicker.form-control,
.stacks-edit-col input[type=text],
.stacks-edit-col input[type=text].form-control,
.stacks-edit-col input[type=number],
.stacks-edit-col input[type=number].form-control,
.stacks-edit-col input[type=search],
.stacks-edit-col input[type=search].form-control,
.stacks-edit-col input[type=password],
.stacks-edit-col input[type=password].form-control,
.stacks-edit-col input[type=email],
.stacks-edit-col input[type=email].form-control,
.stacks-edit-col input[type=color],
.stacks-edit-col input[type=color].form-control,
.stacks-edit-col select,
.stacks-edit-col select.form-control,
.stacks-edit-col select.form-select,
.stacks-edit-col textarea,
.stacks-edit-col textarea.form-control {
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #cacaca;
    padding: 0;
    margin-bottom: 5px;
    height: 28px;
    line-height: 27px;
}
.stacks-edit-col textarea,
.stacks-edit-col textarea.form-control {
    min-height: 28px;
}
.stacks-edit-col .form-item>label,
.stacks-edit-col .form-item>.label {
    margin-bottom: 0;
    color: #999;
    line-height: 15px;
    position: relative;
}
.stacks-edit-col .form-item.-title input[type="text"] {
    font-size: 26px;
    font-weight: 700;
}
.stacks-edit-col .form-item.-caption input[type="text"] {
    font-size: 13px;
}
.stacks-edit-col .form-item.-body textarea {
    font-size: 15px;
    line-height: 19px;
    height: fit-content;
}

.fake-upload.-lead-img,
.fake-upload.-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    border: 1px solid #cacaca;
    padding: 10px;
    margin: 0 auto;
}
.lead-img-upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.lead-img-upload-btn .icon {
    margin-bottom: 10px;
}
.lead-img-upload-btn .sub-label {
    font-size: 15px;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 5px;
    line-height: 17px;
}
.dark-theme .lead-img-upload-btn .sub-label {
    color: #c0c0c0;
}
.lead-img-upload-btn .sub-desc {
    font-size: 13px;
    font-weight: 400;
    color: #999;
    line-height: 15px;
}

.stacka-actions-col {
    flex: 1 0 100%;
}
.stacka-actions-col > .inner-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cacaca;
}
.stacka-actions-col a {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #3f3f3f;
}
.stacka-actions-col a .icon {
    margin-bottom: 10px;
}
.dark-theme .stacka-actions-col a {
    color: #c0c0c0;
}

.stacks-edit-col .form-item.-tags {
    position: relative;
}
.stacks-edit-col .form-item.-tags .prefix {
    position: absolute;
    top: 3px;
    left: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.dark-theme .stacks-edit-col .form-item.-tags .prefix {
    color: #fff;
}
.stacks-edit-col .form-item.-tags input {
    padding-left: 20px;
}

.stacks-edit-col .edit-box {
    position: relative;
}
.stack-main-box .edit-back,
.stacks-edit-col .edit-back {
    margin-bottom: 20px;
}
@media(min-width: 880px) {
    .stack-main-box .edit-back,
    .stacks-edit-col .edit-back {
        position: absolute;
        top: 0;
        left: -65px;
    }
}
.stack-main-box .edit-back a,
.stacks-edit-col .edit-back a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.stacks-edit-col .form-item.-actions {
    text-align: center;
}

.stacks-edit-col .form-item.-quote {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
}
.stacks-edit-col .form-item.-quote textarea {
    font-size: 38px;
    min-height: 46px;
    line-height: 45px;
    height: fit-content;
    font-family: europa, -apple-system, Arial, "Roboto";
}

.stacks-edit-col .form-item.-image_file {
    text-align: center;
}

.stacks-edit-col .form-item > label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.stacks-edit-col .remove-form-item {
    font-weight: 700;
    margin-left: auto;
}

.stack-nav {
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
}
.stack-nav.-top {
    margin-bottom: 45px;
}
.stack-nav.-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10000%;
    right: -10000%;
    height: 1px;
    background-color: #888;
}
.stack-nav.-bottom {
    margin-top: 45px;
}
.stack-nav.-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10000%;
    right: -10000%;
    height: 1px;
    background-color: #888;
}
.stack-nav .stack-nav-item {
    margin: 0 25px 10px;
}
.stack-nav a {
    font-size: 15px;
    font-weight: 400;
    display: block;
    position: relative;
}
.stack-nav a.active {
    font-weight: 700;
}
.stack-nav a.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 6px;
    background-color: #999;
}
.stack-nav .btn {
    font-size: 15px;
    font-weight: 400;
    padding: 0 30px;
}

[class*="page-articles.create"],
[class*="page-articles.show"] {
    overflow-x: hidden;
}

.stack-main-box {
    display: block;
    position: relative;
    max-width: 736px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}
.stack-main-box .content-title {
    display: block;
    margin-bottom: 10px;
}
.stack-main-box .content-title h1,
.stack-main-box .content-title h2,
.stack-main-box .content-title h3,
.stack-main-box .content-title h4,
.stack-main-box .content-title h5,
.stack-main-box .content-title h6 {
    font-size: 26px;
    line-height: 30px;
}
.stack-sub-title {
    padding-left: 65px;
    margin-bottom: 40px;
    margin-top: -30px;
}
.stack-sub-title p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.stact-part-image_file,
.stack-main-img {
    display: block;
    text-align: center;
    margin-bottom: 35px;
}
.stack-main-img > figure {
    display: inline-block;
}
.stack-main-img figcaption {
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
    line-height: 19px;
    color: #999;
}
.stact-part-image_file img {
    display: inline-block;
}
.stact-part-body {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 19px;
    color: #3f3f3f;
}
.dark-theme .stact-part-body {
    color: #c0c0c0;
}
.stact-part-body iframe {
    width: 100% !important;
}
.stact-part-quote {
    margin-bottom: 35px;
}
.stact-part-quote blockquote {
    display: block;
    margin: 0 auto;
    max-width: 530px;
    font-size: 38px;
    line-height: 45px;
    font-family: europa, -apple-system, Arial, "Roboto";
}
.stact-part-title {
    margin-bottom: 35px;
}
.stact-part-title h1,
.stact-part-title h2,
.stact-part-title h3,
.stact-part-title h4,
.stact-part-title h5,
.stact-part-title h6 {
    margin: 0;
    font-size: 26px;
    line-height: 30px;
}

.stack-keywords {
    position: relative;
    padding-left: 30px;
    line-height: 18px;
}
.stack-keywords::before {
    content: "#";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 18px;
    font-size: 15px;
}
.stack-keywords a {
    display: inline-block;
    line-height: 18px;
    font-size: 15px;
    font-weight: 700;
}
.stack-keywords a:not(:last-child) {
    margin-right: 20px;
}

.stacks-edit-col .stack-nav.-top {
    margin-top: -55px;
}

#stackSettings .edit-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#stackSettings .edit-header h1,
#stackSettings .edit-header h2,
#stackSettings .edit-header h3,
#stackSettings .edit-header h4,
#stackSettings .edit-header h5,
#stackSettings .edit-header h6 {
    font-size: 25px;
    font-weight: 700;
}
#stackSettings .edit-header a {
    display: block;
}
#stackSettings .form-item > label,
#stackSettings .form-item > .label {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}
.dark-theme #stackSettings .form-item > label, 
.dark-theme #stackSettings .form-item > .label {
    color: #fff;
}

#stackSettings .radio {
    margin-bottom: 10px;
}
#stackSettings .radio:last-child {
    margin-bottom: 0;
}
#stackSettings .radio label .sub-label {
    padding-left: 30px;
    min-height: 17px;
    font-size: 14px;
    line-height: 20px;
}
#stackSettings .radio label .sub-label::before {
    width: 17px;
    height: 17px;
    border-color: #000;
}
#stackSettings .radio label .sub-label::after {
    width: 13px;
    height: 13px;
    background-color: #000;
    left: 2px;
}
.dark-theme #stackSettings .radio label .sub-label::before {
    border-color: #fff;
}
.dark-theme #stackSettings .radio label .sub-label::after {
    background-color: #fff;
}

.btn.btn-red {
    background-color: #ff0000;
    color: #fff;
}

.post-box.-stack a {
    padding: 18px 18px 25px;
    display: flex;
    align-items: flex-start;
}
.post-box.-stack .image {
    flex: 0 0 123px;
    display: block;
    position: relative;
    margin-right: 20px;
    height: 0;
    padding-top: 86px;
}
.post-box.-stack .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post-box.-stack .desc {
    flex: 1;
}
.post-box.-stack .header {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 10px;
}
.post-box.-stack .teaser {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.stack-comments {
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cacaca;
}

.stack-realated {
    display: block;
    position: relative;
    max-width: 736px;
    margin-left: auto;
    margin-right: auto;
}

.item-col.-stack {
    max-width: 100%;
}
@media(min-width: 768px) {
    .item-col.-stack {
        max-width: 50%;
    }
}

.stack-delete-popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10;
}
.stack-delete-popup.active {
    display: flex;
}
.stack-delete-popup .inner-box {
    background-color: #fff;
    color: #000;
    width: 100%;
    max-width: 675px;
    margin: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    padding: 30px;
}
.stack-delete-popup .close {
    display: block;
    margin-bottom: 25px;
    text-align: right;
}
.stack-delete-popup .close a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding: 0;
    color: #000;
}
.stack-delete-popup .title {
    margin-bottom: 25px;
}
.stack-delete-popup .title h1,
.stack-delete-popup .title h2,
.stack-delete-popup .title h3,
.stack-delete-popup .title h4,
.stack-delete-popup .title h5,
.stack-delete-popup .title h6 {
    font-size: 20px;
    line-height: 23px;
    margin: 0;
}
.stack-delete-popup .desc {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 17px;
}
.stack-delete-popup .desc .label {
    display: block;
    color: #ff0000;
}
.stack-delete-popup .desc .sub-label {
    font-weight: 700;
}
.stack-delete-popup .actions {
    display: block;
    text-align: right;
    margin-top: 120px;
}
.stack-delete-popup .actions .btn {
    min-width: 113px;
    font-size: 15px;
    font-weight: 400;
}
.stack-delete-popup .actions .btn:not(.btn-red) {
    color: #000;
}

.dark-theme .btn {
    color: #fff;
}

.post-box.-stack {
    flex: 1;
}

.add-post-media .btn {
    color: #000 !important;
}
.dark-theme.page-create_post .add-post-media .btn {
    color: #fff !important;
}

.item-col.-follow .btn.btn-follow.active,
.creator-item .creator-follow .btn.btn-follow.active,
.btn.btn-follow {
    color: #000;
}

.creator-item .creator-follow .btn.btn-follow,
.item-col.-follow .btn.btn-follow {
    color: #fff;
}

.recent-uploads-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 65px;
    margin-bottom: 35px;
}
@media(min-width: 1040px) {
    .recent-uploads-col {
        padding-right: 90px;
        border-right: 1px solid #e7e7e7;
        max-width: 33.33334%;
    }
    .recent-uploads-col .item-col {
        max-width: 100%;
    }
    .recent-uploads-col .see-more-col {
        text-align: left;
    }
}
@media(max-width: 1039px) {
    .recent-uploads-col {
        order: 2;
    }
}

.analytics-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 65px;
    margin-bottom: 35px;
}
@media(min-width: 1040px) {
    .analytics-col {
        padding-left: 90px;
        max-width: 66.666667%;
    }
}
.analytics-main-stat-col {
    flex: 0 0 100%;
    max-width: 33.333334%;
    margin-bottom: 65px;
}
.analytics-main-stat-col .inner-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 3px solid #cadddf;
    border-radius: 5px;
    padding-top: 25%;
    padding-bottom: 25%;
}
.analytics-main-stat-col .label {
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
    color: #13737a;
    font-weight: 700;
    font-size: 7.813vw;
    line-height: 1;
}
.analytics-main-stat-col .desc {
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
    color: #666666;
    font-size: 1.823vw;
}
@media(min-width: 768px) {
    .analytics-main-stat-col .label {
        font-size: 60px;
    }
    .analytics-main-stat-col .desc {
        font-size: 14px;
    }
}
.table-analytics {
    margin-bottom: 50px;
}
.table-analytics table tr {
    border-bottom: 1px solid #dfdfdf;
}
.table-analytics table tr:first-child {
    border-top: 1px solid #dfdfdf;
}
.table-analytics table td:first-child {
    width: 250px;
    padding-left: 0;
}
.table-analytics table td:nth-child(2) {
    font-weight: 700;
}
.table-analytics table td:nth-child(3) {
    width: 60px;
    text-align: right;
    padding-right: 0;
}
.table-analytics table a {
    color: #999;
}

[data-mb=postDetail]:hover {
    background-color: #fff;
}
.dark-theme [data-mb=postDetail]:hover {
    background-color: #262626;
}

.btn.btn-filter {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 130px;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
}
.dark-theme .btn.btn-filter {
    border-color: #fff;
    color: #fff;
}
.btn.btn-filter .icon-holder {
    margin-left: 10px;
}
.main-col > header > .title-col + .header-filter {
    padding-top: 30px;
}
.header-filter a {
    text-transform: none;
}

.btn.btn-comment:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

[data-mb="comment-post"] {
    display: none;
}
[data-mb="comment-post"].active {
    display: inline-block;
}

.comment-rating .counter {
    min-width: 7px;
}

@media(max-width: 1039px) and (min-width: 500px) {
    .circle-list-col {
        position: sticky;
        top: 70px;
        height: calc(100vh - 70px);
        overflow-y: auto;
    }
}
.circle-list-col + .feed-col {
    max-width: calc(100% - 74px);
}
@media(min-width: 1200px) {
    .circle-list-col + .feed-col {
        max-width: calc(100% - 294px);
    }
}
@media(max-width: 499px) {
    .circle-list-col {
        flex: 1 0 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .circle-list-col header.row {
        flex: 1 0 100%;
    }
    .circle-list-col + .feed-col,
    .circle-list-col+.content-aside-col+.feed-col {
        max-width: 100%;
    }
    .add-post {
        margin-left: -12px;
        margin-right: -12px;
    }
    .circle-list {
        flex: 1 0 100%;
        display: flex;
        overflow-x: auto;
    }
}

.circle-list-item .info {
    flex: 1;
}

.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-justify {
    text-align: justify;
}

@keyframes blinker {
    50% {
        opacity:0.5;
    }
}
.item-online {
    animation: blinker 2s linear infinite;
    padding: 3px 5px;
    margin-left: 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    background: #f00; }
	
.userpostVideoDesc { 
text-overflow: ellipsis; max-height: 150px; overflow:hidden; 

 -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
}

.my-uploades-col .title-col {
    margin-bottom: 34px;
}

.btn.btn-yellow {
    background-color: #FFC40F;
    color: #000;
}
.btn.btn-border {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}
.dark-theme .btn.btn-border {
    color: #fff;
    border-color: #fff;
}

.header-filter.-upload a.btn {
    height: 28px;
    line-height: 28px;
    min-width: 128px;
    color: #000;
}
.dark-theme .header-filter.-upload a.btn.btn-border {
    color: #fff;
}
.header-filter.-upload a.btn.btn-border {
    line-height: 26px;
}
.header-filter.-upload a.btn.btn-border:hover {
    background-color: #FFC40F;
    border-color: #FFC40F;
    color: #000;
}

.my-videos-nav-col {
    flex: 1 0 100%;
    margin-bottom: 30px;
}
.my-videos-nav {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #999;
    max-width: 100%;
}
.my-videos-nav li + li {
    margin-left: 25px;
}
.my-videos-nav a {
    display: flex;
    align-items: center;
    min-height: 35px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
}
.dark-theme .my-videos-nav a {
    color: #d8d8d8;
}
.my-videos-nav a.active {
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #000;
}
.dark-theme .my-videos-nav a.active {
    color: #fff;
    border-color: #fff;
}

.my-videos-controls-col {
    flex: 1 0 100%;
    margin-bottom: 25px;
}
.my-videos-controls-col > .inner-col {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.dark-theme .my-videos-controls-col > .inner-col {
    border-bottom-color: #555;
}

.checkbox.-my-videos {
    margin-bottom: 0;
}
.checkbox.-my-videos label .sub-label {
    line-height: 29px;
    font-size: 15px;
    color: #555;
    padding-left: 45px;
}
.dark-theme .checkbox.-my-videos label .sub-label {
    color: #fff;
}
.checkbox.-my-videos label .sub-label::before {
    width: 29px;
    height: 29px;
    border-radius: 3px;
    border-color: #000;
    transition: border-color .3s ease 0s,
        background-color .3s ease 0s;
}
.dark-theme .checkbox.-my-videos label .sub-label::before {
    border-color: #999;
}
.checkbox.-my-videos label input[type="checkbox"]:checked + .sub-label::before {
    border-color: #FFC40F;
    background-color: #FFC40F;
}
.checkbox.-my-videos label .sub-label::after {
    background-color: transparent;
    background-image: url('../images/icons/icon-tick.svg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    left: 0;
}

.my-videos-actions {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}
.my-videos-actions a {
    font-size: 15px;
    font-weight: 700;
    color: #555;
}
.dark-theme .my-videos-actions a {
    color: #fff;
}
.my-videos-actions a + a {
    margin-left: 45px;
}

.my-video-item-col {
    flex: 1 0 100%;
    margin-bottom: 25px;
}
.my-video-item-col > .inner-col {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8d8d8;
}
.dark-theme .my-video-item-col > .inner-col {
    border-color: #555;
}

.my-video-item-col .select {
    margin-right: 16px;
}
.my-video-item-col .checkbox.-my-videos label .sub-label {
    padding-left: 29px;
}

.my-video-item-col .item {
    flex: 1;
}
.my-video-item-col .item a {
    display: flex;
    align-items: flex-start;
}
.my-video-item-col .item .image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 85px;
    margin-right: 17px;
}
.my-video-item-col .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.my-video-item-col .item .item-info {
    flex: 1;
    max-width: calc(100% - 167px);
}
.my-video-item-col .item .item-name {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}
.my-video-item-col .item .item-stats {
    font-size: 13px;
    font-weight: 400;
    color: #3f3f3f;
    display: flex;
    align-items: center;
}
.dark-theme .my-video-item-col .item .item-stats {
    color: #fff;
}
.my-video-item-col .item .item-stat + .item-stat {
    padding-left: 16px;
    position: relative;
}
.my-video-item-col .item .item-stat + .item-stat::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background-color: #3f3f3f;
    border-radius: 50%;
}
.dark-theme .my-video-item-col .item .item-stat + .item-stat::before {
    background-color: #fff;
}

.my-video-item-col .action .btn {
    color: #555;
}
.dark-theme .my-video-item-col .action .btn {
    color: #999;
}
.my-video-item-col .action .btn:hover {
    color: #000;
}
.dark-theme .my-video-item-col .action .btn:hover {
    color: #FFF;
}