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

p a {
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 13px;
}

.dark-theme .modal .btn {
    color: #000;
}

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

.logo-col img {
    display: block;
}

.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-preview="videoThumb"] {
    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%;
    }
}
.owl-item .item-col.-stack {
    max-width: 100%;
}

.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-col.-playlists {
    margin-top: -25px;
}
.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;
}
.-playlists .my-videos-nav a {
    min-height: 51px;
}
.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-nav .label {
    font-size: 15px;
    font-weight: 700;
}

.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;
    background-color: #999;
}
.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;
}

.title-col.-create-show {
    justify-content: center;
    padding: 0 52px;
    position: relative;
    min-height: 30px;
}
.title-col.-create-show h1,
.title-col.-create-show h2,
.title-col.-create-show h3,
.title-col.-create-show h4,
.title-col.-create-show h5,
.title-col.-create-show h6 {
    font-size: 26px;
}
.title-col.-create-show a.back {
    position: absolute;
    top: 0;
    left: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.dark-theme .title-col.-create-show a.back svg path {
    stroke: #fff;
}

.create-show-form {
    margin-bottom: 24px;
}
/*.create-show-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40vh;
    max-width: 735px;
    margin: 0 auto;
}*/
.create-show-form .form-item {
    width: 100%;
}
.create-show-form .form-item input[type="text"] {
    font-size: 26px;
    font-weight: 700;
    box-shadow: none;
    border-bottom: 1px solid #cacaca;
    background-color: transparent;
    padding: 0;
}
.create-show-form .form-item small {
    margin-top: 5px;
    color: #999;
}
.create-show-form .form-item.-actions .btn {
    height: 28px;
    line-height: 26px;
    min-width: 100px;
}

.fake-upload.-show-profile,
.fake-upload.-show-thumb {
    max-width: 296px;
    margin: 0 auto;
    text-align: center;
}
.fake-upload.-show-profile .thumb-preview,
.fake-upload.-show-thumb .thumb-preview {
    display: none;
    position: relative;
}
.fake-upload.-show-profile .thumb-preview > .btn,
.fake-upload.-show-thumb .thumb-preview > .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 3px #999;
    color: #000;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}
.fake-upload.-show-profile .thumb-preview > div,
.fake-upload.-show-profile .thumb-preview > div {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fake-upload.-show-profile .thumb-preview > div {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    margin: 0 auto;
}
.fake-upload.-show-thumb .thumb-preview > div {
    width: 100%;
    height: 117px;
    position: relative;
}
.fake-upload.-show-profile .thumb-preview.active,
.fake-upload.-show-thumb .thumb-preview.active {
    display: block;
    margin-bottom: 17px;
    position: relative;
    background: #E6E6E6;
}
.fake-upload.-show-profile .thumb-preview.active img,
.fake-upload.-show-thumb .thumb-preview.active img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fake-upload.-show-profile .thumb-preview.active + .thumb-upload-btn .icon,
.fake-upload.-show-thumb .thumb-preview.active + .thumb-upload-btn .icon {
    display: none;
}
.fake-upload.-show-profile .thumb-upload-btn,
.fake-upload.-show-thumb .thumb-upload-btn {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #3f3f3f;
}
.dark-theme .fake-upload.-show-profile .thumb-upload-btn,
.dark-theme .fake-upload.-show-thumb .thumb-upload-btn {
    color: #ccc;
}
.fake-upload.-show-profile .thumb-upload-btn .icon,
.fake-upload.-show-thumb .thumb-upload-btn .icon {
    display: block;
    margin-bottom: 17px;
}
.fake-upload.-show-profile .img2svg,
.fake-upload.-show-thumb .img2svg {
    width: 102px;
    height: 102px;
}
.fake-upload.-show-thumb .thumb-upload-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6e6e6;
    height: 117px;
}

.my-videos-upload-col {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25vh;
    margin-bottom: 25px;
}
.my-videos-upload-col > .inner-col {
    display: block;
    text-align: center;
}
.my-videos-upload-col h1,
.my-videos-upload-col h2,
.my-videos-upload-col h3,
.my-videos-upload-col h4,
.my-videos-upload-col h5,
.my-videos-upload-col h6 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}
.my-videos-upload-col .btn {
    min-width: 128px;
    height: 28px;
    line-height: 26px;
}

.form-item.-create-show {
    text-align: center;
    margin-top: -26px;
}
.form-item.-create-show .inner-box {
    padding-top: 40px;
    border-top: 1px solid #999;
}
.form-item.-create-show .btn {
    min-width: 100px;
    height: 28px;
    line-height: 28px;
}

.show-header-col {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
}
.show-profile-img .image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #999;
}
.show-profile-img .image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.show-profile-img + .show-thumb-img {
    margin-left: 30px;
}
.show-thumb-img .image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 90px;
    background-color: #999;
}
.show-thumb-img .image > img,
.show-thumb-img .image > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.show-edit-col {
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    margin-bottom: 35px;
}
.show-edit-col a {
    font-size: 15px;
    font-weight: 400;
    color: #3f3f3f;
}

.add-post-content.-playlist-edit .form-item.-actions,
.add-post-content.-show-edit .form-item.-actions {
    display: flex;
    align-items: center;
}
.add-post-content.-playlist-edit .form-item.-actions .btn,
.add-post-content.-show-edit .form-item.-actions .btn {
    flex: 1;
}
.add-post-content.-playlist-edit .form-item.-actions .btn + .btn,
.add-post-content.-show-edit .form-item.-actions .btn + .btn {
    margin-left: 23px;
}
.add-post-content.-playlist-edit .form-item.-actions .btn.btn-border,
.add-post-content.-show-edit .form-item.-actions .btn.btn-border {
    color: #000;
    border-color: #000;
}

.fake-upload.-playlist-thumb {
    max-width: 266px;
    margin: 0 auto;
    text-align: center;
}
.fake-upload.-playlist-thumb .thumb-preview {
    display: none;
    position: relative;
}
.fake-upload.-playlist-thumb .thumb-preview.active {
    display: block;
}
.fake-upload.-playlist-thumb .thumb-preview.active + .thumb-upload-btn {
    display: none;
}
.fake-upload.-playlist-thumb .thumb-preview > div {
    display: block;
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fake-upload.-playlist-thumb .thumb-preview > .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 3px #999;
    position: absolute;
    top: 5px;
    right: 5px;
}
.fake-upload.-playlist-thumb .thumb-upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    border: 1px solid #cacaca;
}
.fake-upload.-playlist-thumb .thumb-upload-btn .sub-label {
    display: none;
}

.page-404 .page-wrap,
.page-403 .page-wrap,
.page-500 .page-wrap {
    display: flex;
    flex-direction: column;
}
.error-sec {
    flex: 1;
    background-color: #000;
    color: #fff;
    padding: 5vh 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-page-box {
    text-align: center;
}
.error-page-box h1,
.error-page-box h2,
.error-page-box h3,
.error-page-box h4,
.error-page-box h5,
.error-page-box h6 {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.12;
}
.error-page-box .label {
    font-size: 23px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 60px;
}
.error-page-box .btn {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    min-width: 245px;
}

.user-followers-nav {
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    position: relative;
}
.user-followers-nav .btn.back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.user-followers-nav .btn.back .img2svg {
    display: block;
    width: 11px;
}
.user-followers-nav .item {
    padding: 0 1.8vw;
}
.user-followers-nav .item a {
    font-size: 20px;
    font-weight: 400;
    display: block;
}
.user-followers-nav .item a.active {
    font-weight: 700;
}

.user-followers-col {
    flex: 1 0 100%;
}
.user-followers-col .row {
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
}
.user-followers-col .item-col.-member {
    flex: 1 0 100%;
}

.pagination a.prev,
.pagination a.next {
    display: inline-block;
}

body.page-user_shows,
body.page-playlist {
    background-color: #000 !important;
    color: #fff;
}
body.page-user_shows .page-wrap,
body.page-playlist .page-wrap {
    overflow: hidden;
}

.show-featured-sec {
    margin-bottom: 57px;
    position: relative;
    z-index: 2;
}

.hero-slider-2 .owl-stage-outer {
    overflow: visible;
}

.show-hero-item {
    display: block;
    position: relative;
}
.show-hero-item.-full {
    flex: 1 0 100%;
}
.show-hero-item .image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
@media(min-width: 1040px) {
    .show-hero-item .image {
        padding-top: 32%;
    }
}
.show-hero-item .image > img,
.show-hero-item .image > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.show-hero-item .info {
    position: absolute;
    left: 6.510vw;
    right: 6.510vw;
    bottom: 4.557vw;
    z-index: 2;
}
@media(min-width: 768px) {
    .show-hero-item .info {
        left: 50px;
        right: 50px;
        bottom: 35px;
    }
}
.show-hero-item .title {
    display: block;
    margin-bottom: 0.651vw;
}
@media(min-width: 768px) {
    .show-hero-item .title {
        margin-bottom: 5px;
    }
}
.show-hero-item .title {
    display: block;
    font-size: 4.167vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
@media(min-width: 768px) {
    .show-hero-item .title {
        font-size: 32px;
    }
}
.show-hero-item .stats {
    display: flex;
    align-items: center;
    margin-bottom: 1.302vw;
}
.show-hero-item .stats + .stats {
    margin-top: -1.302vw;
}
@media(min-width: 768px) {
    .show-hero-item .stats {
        margin-bottom: 10px;
    }
    .show-hero-item .stats + .stats {
        margin-top: -10px;
    }
}
.show-hero-item .stat-item {
    font-size: 1.823vw;
    font-weight: 400;
    color: #fff;
}
@media(min-width: 768px) {
    .show-hero-item .stat-item {
        font-size: 14px;
    }
}
.show-hero-item .stat-item + .stat-item {
    padding-left: 2.604vw;
    position: relative;
}
@media(min-width: 768px) {
    .show-hero-item .stat-item + .stat-item {
        padding-left: 20px;
    }
}
.show-hero-item .stat-item + .stat-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1.302vw;
    transform: translate(-50%,-50%);
    width: 0.521vw;
    height: 0.521vw;
    border-radius: 50%;
    background-color: #fff;
}
@media(min-width: 768px) {
    .show-hero-item .stat-item + .stat-item::before {
        left: 10px;
        width: 4px;
        height: 4px;
    }
}
.show-hero-item .stat-item a {
    color: #fff;
    font-weight: 700;
}
.show-hero-item .actions {
    display: flex;
    align-items: center;
}
.show-hero-item .action-item + .action-item {
    margin-left: 3.906vw;
}
@media(min-width: 768px) {
    .show-hero-item .action-item + .action-item {
        margin-left: 30px;
    }
}
.show-hero-item .action-item a {
    display: flex;
    align-items: center;
    min-height: 3.646vw;
}
@media(min-width: 768px) {
    .show-hero-item .action-item a {
        min-height: 28px;
    }
}

.show-hero-item .action-item.-share > a {
    font-size: 1.953vw;
    font-weight: 400;
    color: #fff;
}
@media(min-width: 768px) {
    .show-hero-item .action-item.-share > a {
        font-size: 15px;
    }
}
.show-hero-item .action-item.-share .img2svg {
    margin-right: 1.042vw;
    width: 2.604vw;
}
@media(min-width: 768px) {
    .show-hero-item .action-item.-share .img2svg {
        margin-right: 8px;
        width: 20px;
    }
}
.show-hero-item .action-item.-tokens a {
    font-size: 1.953vw;
    font-weight: 400;
    color: #fff;
}
@media(min-width: 768px) {
    .show-hero-item .action-item.-tokens a {
        font-size: 15px;
    }
}
.show-hero-item .action-item.-tokens .img2svg {
    width: 3.516vw;
    margin-right: 1.042vw;
}
@media(min-width: 768px) {
    .show-hero-item .action-item.-tokens .img2svg {
        width: 27px;
        margin-right: 8px;
    }
}
.show-hero-item .action-item.-follow .btn {
    min-width: 13.021vw;
    justify-content: center;
}
@media(min-width: 768px) {
    .show-hero-item .action-item.-follow .btn {
        min-width: 100px;
    }
}

.user-show-col {
    margin-bottom: 40px;
}
.user-show-col .row {
    margin-left: -2px;
    margin-right: -2px;
}
.user-show-col .title-col {
    padding-left: 2px;
    padding-right: 2px;
}
.user-show-col .title-col a {
    color: #FFC40F;
    font-size: 13px;
    font-weight: 700;
    margin-left: 18px;
}

.user-show-col .item-col {
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    max-width: 50%;
}
.user-show-col .owl-item .item-col {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
}
.user-show-col .item-col a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.show-slider {
    flex: 1 0 100%;
}
@media(min-width: 1040px) {
    .show-slider.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
}
.show-slider.owl-carousel .owl-nav button.owl-prev,
.show-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
    color: #fff;
}
.show-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}
.show-slider.owl-carousel .owl-nav button.disabled {
    display: none;
}
@media(min-width: 1040px) {
    .show-slider.owl-carousel .owl-nav button.owl-prev,
    .show-slider.owl-carousel .owl-nav button.owl-next {
        opacity: 0;
        transition: opacity .3s ease 0s;
    }
    .show-slider.owl-carousel:hover .owl-nav button.owl-prev,
    .show-slider.owl-carousel:hover .owl-nav button.owl-next {
        opacity: 1;
    }
    .user-show-col .item-col {
        flex: 1;
        min-width: 33.333334%;
    }
}
.show-slider .owl-item:not(.active) {
    pointer-events: none;
}

body.page-shows,
body.page-shows-all,
body.page-season {
    background-color: #000 !important;
    color: #fff;
}

.show-sec .wrapper,
.season-sec .wrapper {
    max-width: 1334px;
    padding-left: 2px;
    padding-right: 2px;
}
.show-sec .row,
.season-sec .row {
    margin-left: -2px;
    margin-right: -2px;
}
.show-sec .col,
.season-sec .col {
    padding-left: 2px;
    padding-right: 2px;
}
.show-sec a,
.season-sec a {
    color: #fff;
}
.show-sec .title-col {
    align-items: baseline;
}
.show-sec .title-col a {
    color: #FFC40F;
    font-size: 13px;
}

.create-show-col {
    margin-top: 50px;
    margin-bottom: 50px;
}

.season-sec {
    display: block;
    margin-top: 35px;
}
.season-sec .back-col {
    flex: 1 0 100%;
    margin-bottom: 25px;
}
.season-sec .back-col .img2svg {
    display: inline-block;
    height: 26px;
}
.season-sec .back-col path#Stroke-1 {
    stroke: #fff;
}
.season-sec .title-col {
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.season-sec .title-col h1 {
    flex: 1 0 100%;
    font-size: 32px;
}
.season-sec .title-col h1 + h2 {
    flex: 1 0 100%;
    margin-top: 15px;
    font-size: 20px;
}
.notification.info {
    background-color: #e2f0ff;
    color: #1a89ff;
}
.notification.alert {
    background-color: #fff4d4;
    color: #977200;
}
.notification.error {
    background-color: #ffe6e6;
    color: #e00000;
}

/* PLAYLISTS */
.playlists-col {
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.playlists-aside {
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
@media(min-width: 1040px) {
    .playlists-aside {
        max-width: 300px;
        padding-right: 50px;
    }
}
.playlists-aside .back-box {
    margin-bottom: 30px;
}
.playlists-aside .back-box svg path {
    stroke: currentColor;
}
.playlists-list-item:not(:last-child) {
    margin-bottom: 7px;
}
@media(max-width: 1039px) {
    .playlists-list-box {
        display: flex;
        align-items: center;
        max-width: 100%;
        overflow-x: auto;
    }
}
.playlists-list-item .btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 13px;
    min-height: 42px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    border-radius: 3px;
    white-space: nowrap;
}
.playlists-list-item .btn .btn-label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dark-theme .playlists-list-item .btn {
    color: #fff;
}
@media(min-width: 1040px) {
    .playlists-list-item .btn:hover {
        color: #000;
        background-color: #E4E4E4;
    }
}
.playlists-list-item .btn.active {
    background-color: #E2F0FF;
    color: #000;
    font-weight: 700;
}

.playlists-main {
    flex: 1 0 100%;
    max-width: 100%;
}
@media(min-width: 1040px) {
    .playlists-main {
        max-width: calc(100% - 300px);
    }
}
.playlists-main .form-item .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    line-height: normal;
    min-width: 100px;
}
.playlists-main .form-item.-actions {
    margin-top: 36px;
}
.playlists-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 23px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C0C0C0;
}
.playlists-header .title {
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
@media(min-width: 768px) {
    .playlists-header .title {
        flex: 1 1 auto;
        max-width: calc(100% - 165px);
        margin-bottom: 0;
    }
}
.playlists-header .title h1,
.playlists-header .title h2,
.playlists-header .title h3,
.playlists-header .title h4,
.playlists-header .title h5,
.playlists-header .title h6 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}

.playlists-header .options {
    display: flex;
    align-items: center;
    margin-left: auto;
}
@media(max-width: 767px) {
    .playlists-header .options {
        flex: 1 0 100%;
        justify-content: flex-end;
    }
}
.playlists-header .options .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
}
.playlists-header .upload .btn {
    font-size: 13px;
    padding: 0 20px;
    color: #000;
    background-color: #fff;
}
.playlists-header .upload .btn:hover {
    background-color: #ffc40f;
    border-color: #ffc40f;
    color: #000;
}
.playlists-header .context-menu {
    margin-left: 28px;

}
.playlists-header .context-menu .btn {
    padding: 0;
    color: #555;
}
.dark-theme .playlists-header .context-menu .btn {
    color: #c4c4c4;
}

.playlist-oprions {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.playlist-oprions.disabled {
    opacity: .5;
    pointer-events: none;
}
.playlist-oprions .select-all .checkbox {
    margin-bottom: 0;
}
.playlist-oprions .select-all .checkbox label .sub-label {
    padding-left: 32px;
    color: #555;
    font-size: 15px;
    line-height: 16px;
    min-height: 16px;
}
.dark-theme .playlist-oprions .select-all .checkbox label .sub-label {
    color: #c4c4c4;
}
.playlist-oprions .select-all .checkbox label .sub-label::before {
    width: 16px;
    height: 16px;
    border-color: #555;
    border-radius: 3px;
}
.dark-theme .playlist-oprions .select-all .checkbox label .sub-label::before {
    border-color: #c4c4c4;
}
.playlist-oprions .select-all .checkbox label .sub-label::after {
    width: 16px;
    height: 16px;
    left: 0;
    border-radius: 3px;
    background-image: url('../images/icon-checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.playlist-oprions .create {
    margin-left: auto;
}
.playlist-oprions .delete {
    margin-left: auto;
}
.playlist-oprions .create + .delete {
    margin-left: 10px;
}
@media(min-width: 768px) {
    .playlist-oprions .create + .delete {
        margin-left: 60px;
    }
}
.playlist-oprions .create a,
.playlist-oprions .delete a {
    color: #ACACAC;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.playlist-oprions .delete a + a {
    margin-left: 20px;
}

.playlists-content .playlists-alert {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
}
.playlists-content .playlists-alert-action {
    text-align: center;
}
.playlists-content .playlists-alert-action .btn {
    padding: 0 20px;
}

.playlist-video-item:not(:last-child) {
    margin-bottom: 14px;
}
.playlist-video-item > .inner-box {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    padding: 19px 15px;
}
.dark-theme .playlist-video-item > .inner-box {
    background-color: #262626;
    border-color: #1c1c1c;
    box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.08);
}
@media(min-width: 1040px) {
    .playlist-video-item > .inner-box:hover .action .dragdrop {
        color: #545454;
    }
    .dark-theme .playlist-video-item > .inner-box:hover .action .dragdrop {
        color: #c4c4c4;
    }
    .playlist-video-item > .inner-box:hover .options a {
        opacity: 1;
    }
}
.playlist-video-item .action {
    flex: 0 0 28px;
    padding-right: 12px;
    align-self: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.playlist-video-item .action .checkbox {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.playlist-video-item .action .checkbox.hidden {
    display: none;
}
.playlist-video-item .action .checkbox label {
    display: block;
}
.playlist-video-item .action .checkbox label .sub-label {
    padding-left: 16px;
    color: #555;
    font-size: 15px;
    line-height: 16px;
    min-height: 16px;
}
.playlist-video-item .action .checkbox label .sub-label::before {
    width: 16px;
    height: 16px;
    border-color: #555;
    border-radius: 3px;
}
.dark-theme .playlist-video-item .action .checkbox label .sub-label::before {
    border-color: #c4c4c4;
}
.playlist-video-item .action .checkbox label .sub-label::after {
    width: 16px;
    height: 16px;
    left: 0;
    border-radius: 3px;
    background-image: url('../images/icon-checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.playlist-video-item .action .drag-handler {
    height: 100%;
    width: 18px;
}
.playlist-video-item .action .dragdrop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #545454;
    cursor: grab;
}
@media(min-width: 1040px) {
    .playlist-video-item .action .dragdrop {
        color: #D6D6D6;
    }
    .dark-theme .playlist-video-item .action .dragdrop {
        color: #5e5e5e;
    }
}

.playlist-video-item .item {
    flex: 1 1 100%;
    max-width: calc(100% - 28px - 41px);
}
.playlist-video-item .item > .inner-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 100%;
}
@media(min-width: 768px) {
    .playlist-video-item .item > .inner-box {
        flex-direction: row;
    }
}
.playlist-video-item .item .item-thumb {
    flex: 0 0 auto;
    width: 100%;
    max-width: 150px;
    display: block;
    margin-bottom: 10px;
}
@media(min-width: 768px) {
    .playlist-video-item .item .item-thumb {
        flex: 1 0 150px;
        margin-bottom: 0;
    }
}
.playlist-video-item .item .image {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.26%;
    background-color: #D8D8D8;
    height: 0;
}
.playlist-video-item .item .image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.playlist-video-item .item .item-info {
    flex: 1;
    max-width: 100%;
    padding-right: 17px;
}
@media(min-width: 768px) {
    .playlist-video-item .item .item-info {
        max-width: calc(100% - 150px);
        padding-left: 17px;
    }
}
.playlist-video-item .item .item-title {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 7px;
}
.dark-theme .playlist-video-item .item .item-title {
    color: #fff;
}
.playlist-video-item .item .item-stats {
    color: #3F3F3F;
    font-size: 13px;
    font-weight: 400;
}
.dark-theme .playlist-video-item .item .item-stats {
    color: #bfbfbf;
}

.playlist-video-item .options {
    flex: 0 0 41px;
    max-width: 41px;
}
.playlist-video-item .options a {
    color: #555;
}
.dark-theme .playlist-video-item .options a {
    color: #c4c4c4;
}
@media(min-width: 1040px) {
    .playlist-video-item .options a {
        opacity: 0;
    }
}
[data-create-playlist-box] {
    display: none;
}
[data-create-playlist-box].active {
    display: block;
}
.create-playlist-form-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40vh;
    max-width: 735px;
    margin: 0 auto;
}
.create-playlist-form {
    max-width: 897px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
.create-playlist-form .form-item:first-child {
    max-width: 625px;
    margin-right: auto;
    margin-left: auto;
}
.create-playlist-form .form-item input[type="text"] {
    height: 45px;
    line-height: 43px;
    font-size: 20px;
}
.create-playlist-form .form-item small {
    color: #999;
}
.create-playlist-form .form-item.-actions .btn {
    height: 28px;
    line-height: 28px;
    min-width: 100px;
}
.create-playlist-form .playlists-content {
    margin-top: 50px;
    margin-bottom: 70px;
    max-height: calc(124px * 4 + 14px * 3);
    overflow-y: auto;
}
.create-playlist-form .playlists-content::-webkit-scrollbar {
    width: 8px;
}
.create-playlist-form .playlists-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20em;
}
.create-playlist-form .playlists-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20em;
}
.create-playlist-form .playlists-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.stage-col {
    position: relative;
}

.playlist-box {
    background-color: #fff;
    border-bottom: 1px solid #E4E4E4;
}
.dark-theme .playlist-box {
    background-color: #262626;
    border-color: #262626;
}
.playlist-box > .inner-box {
    padding-top: 11px;
}
.playlist-box-header {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 9px;
}
.playlist-box-header .title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.playlist-box-header .submitter a {
    color: #6E6E6E;
    font-size: 13px;
    line-height: 20px;
}
.playlist-box-item .item-index {
    flex: 0 0 20px;
    font-size: 13px;
    font-weight: 400;
    padding-right: 5px;
}
.playlist-box-item .item-index .sub-label.-mobile {
    display: none;
}
.playlist-box-item .item-index .img2svg {
    display: none;
}
.playlist-box-item .item-image {
    flex: 0 0 71px;
    display: block;
}
.playlist-box-item .thumb {
    display: block;
    position: relative;
    overflow: hidden;
    height: 40px;
    border-radius: 3px;
    background-color: #717171;
}
.playlist-box-item .thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.playlist-box-item .item-title {
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-left: 11px;
}

.content-aside-col.-playlist {
    padding-top: 334px;
}
@media(min-width: 1040px) {
    .playlist-box {
        position: absolute;
        top: 100%;
        right: 30px;
        width: 380px;
        border-radius: 3px;
        margin-top: 20px;
        border: 1px solid #E4E4E4;
        z-index: 2;
    }
    .playlist-box-content::-webkit-scrollbar {
        width: 6px;
    }
    .playlist-box-content::-webkit-scrollbar-track {
        background: transparent;
    }
    .playlist-box-content::-webkit-scrollbar-thumb {
        background: #E4E4E4;
        border-radius: 20em;
    }
}
@media(min-width: 768px) {
    .playlist-box-content {
        height: 240px;
        overflow: auto;
        margin-right: 4px;
        padding-right: 29px;
        position: relative;
    }
    .playlist-box-item a {
        display: flex;
        align-items: center;
        padding: 5px 9px;
    }
    .playlist-box-item.active a {
        background-color: #FFF8E3;
        color: #000;
    }
    .playlist-box-item.active .item-index .sub-label {
        display: none;
    }
    .playlist-box-item.active .item-index .img2svg {
        display: block;
    }
}
@media(max-width: 767px) {
    .playlist-box-content {
        display: flex;
        overflow-x: auto;
        padding-left: 12px;
    }
    .playlist-box-item {
        flex: 0 0 100%;
        max-width: 188px;
        margin-bottom: 12px;
    }
    .playlist-box-item + .playlist-box-item {
        padding-left: 10px;
    }
    .playlist-box-item a {
        display: flex;
        flex-direction: column;
    }
    .playlist-box-item .item-image {
        order: -1;
        flex: 0 0 108px;
    }
    .playlist-box-item .thumb {
        height: 108px;
        margin-bottom: 6px;
    }
    .playlist-box-item .item-index {
        flex: 0 0 auto;
        color: #555555;
        padding-right: 0;
        margin-bottom: 6px;
    }
    .playlist-box-item .item-title {
        flex: 0 0 auto;
        line-height: normal;
        padding-left: 0;
    }
    .playlist-box-item.active .item-index .sub-label {
        display: none;
    }
    .playlist-box-item.active .item-index .sub-label.-mobile {
        display: block;
    }
    .playlist-box-item.active + .playlist-box-item .item-index .sub-label {
        display: none;
    }
    .playlist-box-item.active + .playlist-box-item .item-index .sub-label.-mobile {
        display: block;
    }
}
/* PLAYLISTS END */

/* USER MEDIA PAGE */
.page-user_media {
    background-color: #000 !important;
    color: #f8f8f8;
    overflow-x: hidden;
}

.user-info-col.-dark .user-actions a:not(.btn),
.user-info-col.-dark .user-info .user-stats a {
    color: #fff;
}
@media(max-width: 768px) {
    .user-info-col {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .user-info-col.-dark {
        margin-top: 37px;
        margin-bottom: 24px;
    }
    .page-user_media .user-info {
        color: #fff;
    }
    .page-user_media .user-info .avatar .image {
        width: 102px;
        height: 102px;
    }
    .page-user_media .user-info .user-name {
        font-size: 32px;
        line-height: 31px;
        margin-bottom: 10px;
    }
    .page-user_media .user-info .user-at {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 7px;
    }
    .page-user_media .user-info .stat-item {
        font-size: 14px;
        font-weight: 700;
    }
    .page-user_media .user-info .stat-item+.stat-item::before {
        background-color: #fff;
    }
    .user-info-col>.inner-col.-nav {
        padding-bottom: 0;
    }
}
.user-back {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media(min-width: 768px) {
    .user-back {
        max-width: 70px;
        margin-bottom: 0;
    }
}
.user-back a .img2svg path {
    stroke: #fff;
}
.user-nav {
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.user-nav a {
    display: inline-block;
    color: #363636;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 16px;
    border-bottom: 3px solid transparent;
}
.user-nav.-dark a {
    color: #cacaca;
}
.user-nav a + a {
    margin-left: 53px;
}
.user-nav a.active {
    border-bottom: 3px solid #000;
    color: #000;
    font-weight: 700;
}
.user-nav.-dark a.active {
    color: #fff;
    border-color: #fff;
}
.dark-theme .user-nav a {
    color: #cacaca;
}
.dark-theme .user-nav a.active {
    color: #fff;
    border-color: #fff;
}
.page-user_media .title-col {
    align-items: baseline;
}
.page-user_media .title-col a {
    color: #FFC000;
    margin-left: 23px;
    white-space: nowrap;
}
.recent-col {
    margin-bottom: 44px;
}
.recent-col .index-slider {
    padding: 0;
}
@media (min-width: 1240px) {
    .index-slider .owl-prev {
        left: -30px;
    }
    .index-slider .owl-next {
        right: -30px;
    }
}
.page-user_media .item-col .item-name a {
    color: #F8F8F8;
}
.user-media-box {
    margin-bottom: 20px;
}
.user-media-box .row.-playlist {
    margin-left: -3px;
    margin-right: -3px;
}
.user-media-box .row.-playlist > .item-col {
    padding-left: 3px;
    padding-right: 3px;
}
.user-media-box .row.-playlist > .item-col.-video {
    max-width: none;
    flex: 1 0 33.333334%;
    max-width: 50%;
}
.user-media-box .item-col a {
    font-size: 15px;
}
.user-media-box .item-col .item-info .info {
    max-width: 100%;
}
.item-col.-playlist .item-more {
    margin-top: 3px;
}
.item-col.-playlist .item-more a {
    color: #FFC000;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.item-col.-playlist .item-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 18px;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.7);
    color: #f8f8f8;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
}
.item-col.-playlist .item-count .img2svg {
    margin-top: 10px;
    margin-bottom: 8px;
    width: 21px;
    height: 25px;
}
.item-col.-playlist .item-count .img2svg path {
    fill: #fff;
}
.item-col .item-price {
    flex: 0 0 70px;
    max-width: 70px;
    color: #FFC000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
}
.item-col .item-price img {
    width: auto;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 3px;
}
.item-col .item-price + .info {
    max-width: calc(100% - 70px);
}
.title-col.-playlist {
    align-items: baseline;
}
.title-col.-playlist .counter {
    color: #CACACA;
    font-size: 13px;
    line-height: 20px; 
    margin-left: 13px;
    white-space: nowrap;
}
.user-playlist-sec .row.-playlist {
    margin-left: -3px;
    margin-right: -3px;
}
.user-playlist-sec .row.-playlist > .item-col {
    padding-left: 3px;
    padding-right: 3px;
}
.user-playlist-sec .item-col a {
    color: #F8F8F8;
}
.user-playlist-sec .item-col .item-info .info {
    max-width: 100%;
}
/* USER MEDIA PAGE END */