@font-face {
    font-family: Museo900;
    src: url(/fonts/MuseoSansCyrl_900.otf);
}

@font-face {
    font-family: Museo500;
    src: url(/fonts/MuseoSansCyrl_500.otf);
}

@font-face {
    font-family: Museo700;
    src: url(/fonts/MuseoSansCyrl_700.otf);
}



/* NO ADS */

.google-auto-placed {
    /* display: none !important; */
}



.privacy-badge {
    float: left;
    height: 25px;
    background: url(images/icons/private_btn_n.png) 0px 4px no-repeat;
    background-size: 17px;
    width: 16px;
}


/* admin users */

.admin-user-number {
    position: absolute;
    font-size: 8px;
    left: 4px;
    margin-top: 11px;
    color: #ccc;
}

@media only screen and (max-device-width: 475px) {
    .bb-transition-center {
        width: auto;
        margin: 0 20px;
    }
    .bb-transition-h1 {
        font-size: 30px;
    }
    .bb-transition-h2 {
        font-size: 14px;
    }
    .bb-transition-logo {
        background-size: 38px;
        width: 40px;
        height: 40px;
    }
}

.no-safari {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: var(--bg-ffffff);
    z-index: 2000;
    color: #999;
    font-size: 15px;
}

.no-safari-center {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    position: relative;
}

a.watch-presentation {
    border: 1px solid #f7a3a3;
    color: #f24f4f;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
}

@media only screen and (max-device-width: 414px) {
    a.watch-presentation {
        display: none;
    }
}

.sidebar-link-divider {
    padding: 0;
}

.dark-image-layer {
    position: fixed;
    background: hsl(0 0% 0% / 0.3);
    width: 100%;
    height: 100vh;
    z-index: 9999;
}

.image-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.followers-upd .message_btn {
    /* display:none; */
}

.upload-status-bar-percentage {
    width: 0;
}

.mix-edit-button {
    margin: 0px 5px 0 0;
    width: 25px;
    height: 23px;
    float: left;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: url('images/icons/edit_btn_n.png') 5px center no-repeat;
    background-size: 17px;
}

.mix-edit-button:hover {
    background: var(--bg-ffffff) url('images/icons/edit_btn_h.png') 5px center no-repeat;
    background-size: 17px;
}

.body-content {
    background: var(--bg-ffffff);
}

.bottombar {
    background: var(--bg-bottom-bar);
    /* border-top: 1px solid var(--border-bottombar); */
    box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.03);
    border-top:0 !important;
}

.topbar-song-name a {
    color: var(--bg-444444);
}

div.jp-seek-bar {
    background: var(--jp-progress);
}

#content {
    background: var(--bg-bgcolor);
}

.topbar-author-name {
    font-size: 12px;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* WELCOME PAGE */

.welcome-tracks {
    padding: 0 0 10px 0;
}

@media only screen and (max-device-width: 414px) {
    .welcome-tracks {
        padding: 0 0 20px 0;
    }
}

.welcome-items-width {
    max-width: 250px;
}

.background-1 {
    background-image: url('images/background_0.jpg');
    background-color: #262626;
}

.background-2 {
    background-image: url('images/background_0.jpg');
    background-color: #262626;
}

.background-3 {
    background-image: url('images/background_0.jpg');
    background-color: #262626;
}

.welcome-title {
    font-size: 50px;
    letter-spacing: -2px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: none;
}

.welcome-desc {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.5em;
    max-width: 560px;
    margin: 0 auto;
    color: #FB9191;
    text-shadow: none;
}

.welcome-desc-rus {
    /* font-weight: 700; */
    font-family: 'Museo700';
    font-size: 49px;
}

.welcome-tracks .welcome-track .welcome-pseudo {
    margin-bottom: 5px;
}

.welcome-track {
    margin: 20px 5px -10px 5px;
}

.welcome-player-background {
    display: none;
    background: rgba(255, 255, 255, 0);
}

.welcome-tracks .song-title div {
    font-size: 14px;
    font-weight: normal;
}

@media only screen and (max-device-width: 414px) {
    .welcome-tracks .song-title div {
        font-size: 16px;
    }
}

.welcome-message {
    margin: 40px 0;
    text-align: center;
}

.welcome-section-title {
    font-weight: 500;
    font-size: 26px;
    margin: 0 0 0 19px;
    color: var(--welcome-section-title) !important;
    width: 100%;
    text-align: center;
    margin: 0;
    display: block;
}

.welcome-section-title a {
    color: var(--welcome-section-title) !important;
}

.welcome-section-desc {
    font-size: 15px;
    margin: 0 0 5px 19px;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 2px;
    display: block;
    max-width: none;
    margin-bottom: 10px;
    line-height: 24px;
}

.welcome-content {
    padding: 25px 0 100px 0;
    background: var(--bg-ffffff);
}

@media only screen and (max-device-width: 479px) {
    .welcome-content {
        padding: 15px 0 100px 0;
    }
  }

.sidebar-content {
    background: var(--bg-ffffff);
}

.sidebar-container {
    border-left: 1px solid var(--bg-eeeeee);
}

.welcome-content .text-center {
    text-align: left !important;
}

.welcome-content .text-muted {
    color: var(--text-muted) !important;
}

.welcome-content .row-body {
    padding: 0;
}

@media only screen and (max-device-width: 414px) {
    .welcome-content .row-body {
        padding: 0;
    }
}

.welcome-button {
    margin: 15px 5px 0 0;
}

.welcome-button a {
    padding: 11px 21px;
    text-transform: uppercase;
    border: 0;
    color: var(--welcome-button);
    background: #FF6060;
    font-family: 'Museo700';
    /* font-weight: 700; */
    font-size: 13px;
    font-weight: auto !important;
}

.welcome-button a:hover {
    background: #FF6060;
    border: 0;
    color: var(--welcome-button);
}

.welcome-message .welcome-button a {
    border: 0;
    background: #FF6060;
    color: var(--welcome-button);
}

.welcome-message .welcome-button a:hover {
    border: 0;
    background: #ff7171;
    color: var(--welcome-button);
}

.all_mixes {
    background: #404040 !important;
}

.all_mixes:hover {
    background: #505050 !important;
}

@media only screen and (max-device-width: 479px) {
    .welcome-message {
        margin: 20px 0 31px 0;
    }
    .welcome-track {
        margin: 30px 15px -10px 15px;
    }
    .welcome-items-width {
        max-width: none;
    }
    .welcome-content .row-body {
        margin: -10px 0 -14px 0;
    }
    .welcome-section-desc {
        font-size: 13px;
        /* margin: 0 0 5px 19px; */
        width: 100%;
    }
    .welcome-section-title {
        width: 100%;
        font-size: 22px;
        margin-top: 10px;
    }
    .welcome-section-desc {
        font-size: 14px;
        line-height:22px;
    }
}

@media only screen and (min-width: 1120px) {
    .welcome-tracks {
        width: auto;
        margin: 0 80px 80px 80px;
    }
    .welcome-items-width {
        max-width: 225px;
    }
}

@media only screen and (min-width: 479px) and (max-width: 1119px) {
    .welcome-tracks {
        width: 100%;
        margin: 0;
    }
    .welcome-items-width {
        max-width: 200px;
    }
}

@media only screen and (max-device-width: 579px) {
    .welcome-title {
        font-size: 28px;
        letter-spacing: -1px;
    }
    .welcome-desc {
        font-size: 10px;
    }
}

/* @media only screen and (max-device-width: 414px) {
    .welcome-title {
        font-size: 31px;
        letter-spacing: -1px;
    }
    .welcome-desc {
        font-size: 11px;
    }
} */

@media only screen and (max-device-width: 375px) {
    .welcome-title {
        font-size: 24px;
        letter-spacing: -1px;
    }
    .welcome-desc {
        font-size: 9px;
    }
}

@media only screen and (max-device-width: 345px) {
    .welcome-title {
        font-size: 20px;
        letter-spacing: -1px;
    }
    .welcome-desc {
        font-size: 9px;
    }
}


/* Header */

.menu-dd-extra {
    font-size: 14px;
}

.logo {
    height: 45px;
    width: 136px;
    margin: 4px 3px 5px -4px;
    background-size: 135px 50px;
}

@media only screen and (max-device-width: 479px) {
    .logo {
        margin: 3px 3px 5px 0;
    }
}

@media only screen and (max-device-width: 479px) {
    .logo {
        width: 57px;
        background: url(images/_bb_logo_norm_small.svg) no-repeat;
        height: 45px;
        background-size: 54px;
    }
    .cover-avatar {
        width: 50px;
        margin-top: -118px;
    }
}

#explore-button {
    /* display: none; */
}

.menu_btn img {
    opacity: 0.5;
}

a.menu-button {
    /* margin: -4px 14px 0 3px; */
    /* padding: 25px 0 18px 0; */
    font-size: 12px;
    /* font-weight: 700; */
    font-family: 'Museo700';
}

a.menu-button:hover {
    /* padding-bottom: 17px; */
    border-bottom: 0;
}

a.menu-button-active:hover {
    /* border-bottom: 3px solid #fe4646; */
}

.search-input input {
    border-radius: 10px;
    padding: 10px 0 10px 13px;
    margin-top: 12px;
    margin-left: 15px;
}

@media only screen and (max-device-width: 479px) {
    .search-input input {
        margin-left: 0;
        margin-top: 10px;
    }
}

.search-image img {
    border-radius: 50px;
}


/* White search results DROPDOWN */


/* .search-container .search-content {
  background: #ffffff;
  box-shadow: 0px 10px 10px rgb(0 0 0 / 0.04);
}

.search-container a {
  color: #8a8a8a;
}

.search-container a:hover {
  color: #f44f4a;
}

.search-content .notification-inner, .search-content .track-inner {
  border-bottom: 1px solid #e6e6e6;
}

.search-container .search-text {
  padding: 3px 0 5px 35px;
  color: #333;
  font-size: 14px;
}

.search-content .track-inner:hover {
  background: #f7f7f7;
} */


/* */

.search-input input,
.search-input input:focus {
    background: var(--search-input-bg);
}

.search-input input:hover {
    background: var(--search-input-bg);
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}


/* IE 10+ */

.search-p::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
}

.search-p:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1;
}

.search-p::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.search-p:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

#chat::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8c8c8c;
}

#chat:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8c8c8c;
    opacity: 1;
}

#chat::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8c8c8c;
    opacity: 1;
}

#chat:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8c8c8c;
}

@media only screen and (min-device-width: 1000px) {
    .search-input input {
        width: 350px;
    }
}

@media only screen and (max-device-width: 800px),
only screen and (device-width: 800px) and (device-height: 800px),
only screen and (width: 800px) and (orientation: landscape),
only screen and (device-width: 800px),
only screen and (max-width: 800px) {
    .search-input input {
        width: 180px;
    }
}

@media only screen and (max-device-width: 520px),
only screen and (device-width: 520px) and (device-height: 520px),
only screen and (width: 520px) and (orientation: landscape),
only screen and (device-width: 520px),
only screen and (max-width: 520px) {
    .search-input input {
        width: 114px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 519px) {
    .search-input input {
        width: 135px;
    }
}

@media only screen and (min-device-width: 340px) and (max-device-width: 374px) {
    .search-input input {
        width: 113px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 339px) {
    .search-input input {
        width: 91px;
        padding-left:7px;
    }
    .search-input input::placeholder {
        font-size: 12px;
        padding-left:0px;
      }
}

@media only screen and (max-device-width: 319px) {
    .search-input input {
        /* width: 80px; */
        display: none;
    }
}

.search-p {
    text-decoration: none;
}


/* #notifications_btn, #messages_btn {
  display: none;
} */

#messages_btn {
    /* display: none; */
}

.menu-btn {
    margin: 10px 0 0 10px;
    float: right;
    color: var(--menu-btn-color);
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background:var(--menu-btn-bg);
    padding: 11px 20px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-family: 'Museo700';
    /* font-weight: 700; */
}

.menu-btn:hover, .menu-btn:active {
    border: 0;
    background: #FF6060;
    color: var(--bg-button-text);
}


/* Main */

.cookie-law-banner-black {
    background: #f44f4a;
}

body {
    font-family: 'Museo500', 'Ubuntu', 'Open Sans', Tahoma, Arial, sans-serif !important;
    overflow-y: scroll;
    background: var(--bg-ffffff);
}

.content-track .sidebar-description {
    font-size: 14px;
}

.content-profile .sidebar-description {
    white-space: pre-wrap;
}

.row-body {
    width: 1120px;
}

@media only screen and (max-device-width: 414px) {
    .row-body {
        width: auto !important;
    }
}

.modal-background {
    background: rgba(66, 66, 66, 0.3);
}

.page-header a {
    color: #f44f4a;
}

.page-header {
    padding: 20px 20px 5px 20px;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    color: var(--page-header);
    border-bottom: 0;
}

@media only screen and (max-device-width: 480px) {
    .page-header {
        position: fixed;
        top: 55px;
        z-index: 25;
        background: var(--bg-ffffff);
        font-size: 17px;
        width: 100%;
        padding: 10px 20px 10px 20px;
        /* border-bottom: 1px solid var(--border-bottom-mobile); */
        /* box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.04); */
    }
    .content-track .page-header {
        position: static;
    }
    .content-explore .grid-content {
        padding-top: 38px;
    }
    .content-search .grid-content {
        padding-top: 38px;
    }
    .content-settings .grid-content {
        padding-top: 38px;
    }
    .content-page .grid-content {
        padding-top: 38px;
    }
    .user-stats {
        padding-top: 38px;
    }
    .content-messages .grid-content {
        padding-top: 60px;
    }
    .content-admin .grid-content {
        padding-top: 48px;
    }
    .content-history .grid-content {
        padding-top: 38px;
    }
}


/* Stick page header */


/* @media only screen and (max-device-width: 414px) {
  .page-header {
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 18px;
    position: fixed;
    top: 55px;
    z-index: 4;
    background: #fff;
    display: block;
    width: 100%;
  }
  .content-explore .grid-content {
    padding-top: 48px;
  }
  .topbar {
    margin-bottom: 0;
}
} */

.sidebar-header {
    padding: 15px 20px 10px 13px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    color: var(--bg-111111);
    border-top: 1px solid var(--bg-eeeeee);
    /* 1px solid var(--bg-eeeeee); */
    border-bottom: 0;
}

#load-more {
    height: 40px;
}

@media only screen and (max-device-width: 479px) {
    .grid-content {
        margin-bottom: 5px;
    }
}

.upload-button {
    display: none;
}

.sidebar-button-container {
    /* padding-top: 20px; */
}

.content-explore .sidebar-button-div,
.content-stream .sidebar-button-div {
    display: none;
}

.edit-button,
.back-button {
    margin: 0 20px 10px 20px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #ccc;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

input[type="submit"] {
    color: var(--bg-button-text);
    background: #f24f4f;
    border: 0;
    text-align: center;
    width: auto;
    padding: 12px 20px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    margin: 0;
    border-radius: 10px;
}

input[type="submit"]:hover {
    color: var(--bg-ffffff);
    background: #FF6060;
    border: 0;
    text-align: center;
    width: auto;
    padding: 12px 20px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    margin: 0;
    border-radius: 10px;
}

.comments_counter {
    display: none;
}

input,
select {
    font-size: 14px;
    /* width: 260px; */
}

textarea {
    font-size: 14px;
}

select {
    /* width: 280px; */
    height: 36px;
    max-width: 280px;
}


/* Modal */

.modal-checkbox input {
    margin: 5px 3px 0 0;
    float: left;
    width: 20px;
}

.modal-container {
    /* padding: 20px; */
    background: var(--modal-container);
    width: 300px;
    border: 0;
    border-radius: 8px;
    overflow: auto;
}

.playlist-header {
    color: #515151;
    border: 0;
    font-size: 16px;
    margin-bottom: 5px;
}

.share-header {
    color: #515151;
    border: 0;
    font-size: 16px;
    margin-bottom: 5px;
}

.share-header:hover {
    padding: 0 0 10px 0 !important;
    border: 0 !important;
}

.playlist-header:hover {
    padding: 0 0 10px 0 !important;
    border: 0 !important;
}

.modal-connect input {
    margin: 11px 0 7px 0;
}

.modal-input input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
    opacity: 1;
    /* Firefox */
}

.modal-input input {
    font-size: 15px;
    border: 1px solid #d9d9d9;
    padding: 10px 10px;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: 0;
}

.modal-title {
    font-size: 14px;
    margin: 10px 10px 0 10px;
}

.modal-inner {
    padding: 10px 20px;
}

.modal-btn {
    margin: 15px 0 15px 20px;
    float: left;
}

.modal-btn a {
    float: right;
    border-radius: 10px;
    padding: 10px 18px;
    color: #757575;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    background: #e6e6e6;
}

.modal-btn-active a {
    font-size: 12px;
    border-radius: 10px;
    padding: 10px 18px;
    color: var(--welome-button);
    cursor: pointer;
    border: 0;
    background: #fe4546;
    font-weight: 500;
    text-transform: uppercase;
}

.modal-btn.featured-btn a {
    border: 1px solid #fe4546;
    background: var(--bg-ffffff);
    color: #fe4546;
}

.modal-btn.featured-btn a:hover {
    color: #fe4546;
}

.modal-btn a:hover {
    color: #757575;
    background: #ededed;
}

.modal-btn-active a:hover {
    color: var(--welome-button);
    background: #FF6060;
}

.modal-checkbox label {
    margin-top: 4px;
}


/* Sidebar - Right Column */

.sidebar-link a {
    font-size: 14px;
    /*color:#5587c7;*/
}

.sidebar-link a:hover {
    background: none;
    color: #f24f4f;
}

/* .sidebar-link-active a,
.sidebar-link-active a:hover {
    background: var(--bg-f7f7f7);
    color: var(--bg-444444);
} */


/* Upload Track */

.upload-status-bar-percentage,
.sidebar-stats-bar-percentage {
    background-color: #FE4646;
    height: 4px;
    border-radius: 10px;
}

.upload-status-bar,
.sidebar-stats-bar {
    margin-top: 13px;
    height: 4px;
    background: #e6e6e6;
    border-radius: 10px;
}

.track-info-title {
    margin: 0 0 5px 0;
}

input {
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    border-radius: 6px;
    padding: 10px 10px;
    color: var(--bg-111111);
}
.divider {
    background: var(--border-right);
}

.page-input-container input:hover, .page-input-container select:hover, .page-input-container textarea:hover {
    border: 1px solid var(--input-border-hover);
    background: var(--input-bg-hover);
}

.page-input-container input:focus, .page-input-container select:focus, .page-input-container textarea:focus {
    border: 1px solid var(--input-border-hover);
    background: var(--input-bg-hover);
}

.chat-form-inner input {
    background: var(--bg-ffffff);
}

.main-settings .page-input-container input {
    min-width: 280px;
}

@media only screen and (max-device-width: 479px) {
    .main-settings .page-input-container input {
        min-width: 250px;
    }
    .main-settings .page-input-container select {
        max-width: 272px;
    }
}

select,
textarea {
    padding: 7px 10px 7px 5px;
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    border-radius: 6px;
    color: var(--bg-111111);
}

textarea {
    padding: 7px 10px 7px 9px;
}

.main-settings .page-input-container select {
    max-width: 302px;
}

.page-input-title,
.page-input-title-img {
    margin-top: 11px;
    color: var(--page-input-title);
}

.page-input-container textarea,
input.playlist-input {
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    color: var(--bg-111111);
    border-radius: 6px;
}

input.playlist-input {
    border-radius: 4px;
    height: 23px;
}

.page-input-sub {
    color: var(--page-input-sub);
    font-size: 11px;
    padding-top: 7px;
}

.playlist-input {
    width: 242px !important;
}

.playlist-save {
    margin: 10px 0 0 0;
}

.category-selector select {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #d9d9d9;
}

.track-info-input textarea {
    min-height: 159px;
    border: 1px solid #d9d9d9;
    height: 160px;
    resize: vertical;
}

.image_req {
    font-size: 10px;
    text-align: center;
    color: #aaa;
    margin: 5px 0;
}

.upload-track-menu {
    display: none;
}

.edit-permissions .track-info-input {
    float: left;
    width: 135px;
}

#track-art-img {
    width: 250px;
    border-radius: 8px;
    object-fit: cover;
    height: 135px;
}

@media only screen and (max-device-width: 480px) {
    #track-art-img {
        width: 100%;
        border-radius: 8px;
        object-fit: cover;
        height: auto;
    }
}

.track-info-art {
    width: 250px;
}

@media only screen and (max-device-width: 480px) {
    .track-info-art {
        width: 100%;
    }

}

.track-info-input textarea {
    min-height: 170px;
}

.track-info-inputs {
    padding: 0 0 0 272px;
}

@media only screen and (max-device-width: 479px) {
    .edit-general {
        margin-top: 250px;
    }
    .track-info-inputs {
        padding: 0;
    }
    .help-categories {
        display: none;
    }
}

.upload-btn input {
    width: 250px;
}

.upload-btn {
    text-transform: uppercase;
    font-family: 'Museo700';
    /* font-weight: 700; */
    font-size: 12px;
    padding: 10px 0;
    border-radius: 6px;
}

.upload-btn:hover {
    color: #666;
    opacity: 0.9;
}

.upload-btn-selected {
    background: var(--bg-ffffff);
    color: #f24f4e;
    border: 1px solid #f24f4e;
}

.upload-agree {
    overflow: auto;
    margin-bottom: 20px;
    margin-top: -5px;
}


/* Track Page */

.song-tag {
    margin-left: 0;
    margin-top: 8px;
}

.content-track .comments-container,
.content-track .message-comment-box-container {
    /* display: none; */
    padding: 0;
}

.content-track .message-comment-box-container {
    margin-bottom: 12px;
}

.content-track .grid-sidebar {
    width: 100%;
}

.content-track .grid-container {
    display: block;
}

.waveform-canvas {
    /* background: #fff; */
}

@media only screen and (min-width: 767px) {
    .content-track .sidebar-button-container,
    .content-track .widget-suggestions,
    .content-track .widget-statistics,
    .content-track .widget-trending,
    .content-track .sidebar-report {
        width: 30%;
        float: left;
        clear: left;
        margin-right: 1px;
        border-right: 1px solid var(--bg-eeeeee);
    }
    .content-track .widget-description {
        float: right;
        width: 70%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .sidebar-header-extra {
        font-size: 13px;
        margin-top: 2px;
    }
    .sidebar-header-extra a {
        color: #aaa;
    }
    .content-track .sidebar-button-div {
        width: 100%;
    }
}


/* Track */

.jp-audio {
    -webkit-tap-highlight-color: transparent;
}

#profile-card {
    display: none !important;
}

 .track-likes {
    display: none;
}

.song-art img {
    width: 250px;
    border-radius: 8px;
    object-fit: cover;
    /* height: 135px; */
    height: 100%;
}


/* test */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .song-art img {
        width: 250px;
        border-radius: 8px;
        object-fit: cover;
        /* height: 135px; */
    }
}

@media only screen and (max-device-width: 479px) {
    .song-art img {
        width: 100%;
        border-radius: 8px;
        margin-bottom: 10px;
        object-fit: cover;
        /* height: 185px; */
    }
}

.song-title {
    font-size: 17px;
    margin-top: 3px;
    line-height: 22px;
}

.song-author {
    font-size: 12px;
}

@media only screen and (min-device-width: 479px) {
    .content-track .song-title {
        line-height: 25px;
    }
}

.song-titles {
    padding: 0 0 0 50px;
}

.song-author a {
    font-weight: 300;
    color:var(--song-author);
}

.song-author a:hover {
    color: #f23030;
}

.content-track div.song-title a {
    font-size: 20px;
}

.song-title a {
    color :var(--bg-333333);
}

@media only screen and (max-device-width: 479px) {
    .content-track div.song-title a {
        font-size: 17px;
    }
}

.content-track .song-art img {
    width: 300px;
    border-radius: 8px;
    object-fit: cover;
    height: 162px;
}

.song-top {
    padding: 0 0 0 262px;
}

.content-track .song-top {
    padding: 0 0 0 312px;
}

.player-controls {
    padding: 0 0 5px 266px;
}

.song-play-btn {
    width: 40px;
    height: 40px;
    background-size: 120px;
}

.song-play-btn:hover {
    background: url(images/player.png) no-repeat -40px 0;
    background-size: 120px;
}

.player-controls a.jp-play,
.player-controls a.jp-pause {
    width: 40px;
    height: 40px;
    margin-top: -35px;
}

.player-controls a.jp-play {
    background: url(images/player.png) no-repeat -80px 0;
    background-size: 120px;
}

.player-controls a.jp-play:hover {
    background: url(images/player.png) no-repeat -40px 0;
    background-size: 120px;
}

.player-controls a.jp-pause {
    background: url(images/player.png) no-repeat -80px -40px;
    background-size: 120px;
    display: none;
}

.player-controls a.jp-pause:hover {
    background: url(images/player.png) no-repeat -40px -40px;
    background-size: 120px;
}

.jp-play,
.jp-pause {
    margin-left: -4px !important;
}

.track-buttons-container {
    /* padding-top: 14px; */
}

.content-track .player-controls {
    padding: 0 0 0 316px;
}

.track-actions-container {
    padding: 0 0 0 266px;
}

.track-actions-content {
    padding: 0;
}

.content-track .track-actions-container {
    padding: 5px 0 0 316px;
}

.song-container {
    /* Divider btw tracks */
    border-bottom: 0;
    border-right:1px solid var(--border-right);
}

.song-container .waveform canvas:last-child {
    display: none;
}

.song-container.current-song .waveform canvas:last-child {
    display: inherit;
}

.content-track .song-container {
    /* Divider btw tracks */
    border-right: 0;
    /* border-bottom: 1px solid #EEE; */
}

.player-controls div.jp-progress {
    height: 60px !important;
}

div.jp-audio div.jp-type-single div.jp-progress {
    margin: -8px 15px 0 0;
}

.song-container .player-controls div.jp-seek-bar,
.song-container .player-controls div.jp-progress {
    /*background: url(images/wave.png) repeat-x;*/
    /*background-size: 516px 60px;*/
    display: none !important;
}

.song-container .player-controls div.jp-play-bar {
    background: url(images/wave_red.png) repeat-x;
    background-size: 516px 60px;
}

.song-container .player-controls div.jp-time-holder {
    margin-top: -16px;
}

.sidebar-stats-container {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 13px;
}

.sidebar-stats-box {
    text-transform: none;
    padding-top: 9px;
}

.sidebar-stats-today {
    color: #333333;
    /* font-weight: 700; */
    font-family: 'Museo700';
}

.sidebar-text-right {
    font-size: 16px;
    padding: 6px 0 0 0;
    height: 24px;
}

.sidebar-suggestions-inner {
    /*padding: 20px 20px 0 20px;*/
    padding: 10px 15px 0 20px;
    overflow: hidden;
}

.sidebar-suggestions-info {
    margin: 0 20px 0 45px;
    height: auto;
}

.sidebar-container {
    /* padding-bottom: 20px; */
}

.content-track .sidebar-container {
    border-left: 0;
}

.content-track .sidebar-suggestions-info .sidebar-title-name {
    display: none;
}

.sidebar-suggestions-track {
    font-size: 14px;
    line-height: 19px;
    white-space: normal;
    margin: -3px 0 5px 73px;
}

.sidebar-title-name {
    margin-bottom: 3px;
}

.sidebar-tag a {
    /* Categories */
    background: var(--sidebar-tag-a);
    color: #5587c7;
    padding: 2px 5px;
    margin: 0 5px 10px 0;
}

.sidebar-tag a:hover {
    background: var(--sidebar-tag-a);
    color: #f23030;
}

.sidebar-description {
    line-height: 25px;
}

.sidebar-description a {
    color: #5587c7;
}

.sidebar-description a:hover {
    color: #f23030;
}

.sidebar-fa-image img {
    border-radius: 50%;
}

.content-track .sidebar-suggestions-image img {
    border-radius: 4px;
    width: 60px;
}

.sidebar-suggestions-image img {
    border-radius: 50%;
}

.content-track .sidebar-suggestions-info {
    margin: 0 0 0 50px;
}

.sidebar-report .sidebar-description {
    padding-top: 10px;
}

.sidebar-report a {
    color: #ccc !important;
}

.content-track .sidebar-report {
    border-top: 1px solid var(--bg-eeeeee);
}


/* Playlists */

.playlist-artwork img {
    width: 75px;
    height: 75px;
    border-radius: 37px;
    object-fit: cover;
}

.playlist-content-info {
    padding-left: 95px;
}

.playlist-actions-container {
    padding: 10px 0 0 95px;
}

.playlist-title {
    font-size: 17px;
}

.content-playlist .list-container {
    padding: 10px 10px 0 10px;
}

.playlist-stats {
    padding: 15px 0 0 0;
}

.playlist-author a {
    color: #999;
}

.playlist-author {
    margin-top: 3px;
}

.playlist-artwork div {
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    position: absolute;
    float: left;
    z-index: 27
}

.content-playlist .followers-upd {
    width: 98%;
}


/* Profile */

.sidebar-social-container {
    padding: 15px 10px 0 20px;
}

.social-icon-container {
    width: 38px;
}

.social-icon {
    height: 30px;
    width: 30px;
}

.cover-description-buttons {
    /* display: none; */
}

a.cover-button {
    font-size: 14px;
}

a.cover-button:hover {
    color: #555;
    border-bottom: 0;
    padding-bottom: 13px;
}

a.cover-button-active {
    padding: 0 0 11px 0;
}

a.cover-button-active:hover {
    color: #555;
    border-bottom: 3px solid #fe4646;
    padding-bottom: 13px;
}

.cover-image {
    height: 34px;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-device-width: 479px) {
    .cover-image {
        padding-top: 70px;
        /* 10px */
        background-size: contain;
        background-repeat: no-repeat;
        height: 0px;
    }
}

.cover-description {
    margin-top: 83px;
}

.cover-avatar-content {
    margin: 0 0 0 20px;
}

.cover-avatar img {
    border-radius: 50%;
    /* border: 2px solid var(--bg-ffffff); */
    border:0px;
}

.pro-normal {
    /* Pro Icon */
    background-size: 12px;
    width: 14px;
    height: 14px;
    margin: 0 0 3px -2px;
}

.cover-text-container {
    margin: -63px 60px 0 125px;
    text-shadow: none;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cover-text-container {
        margin: -73px 60px 0 95px;
        text-shadow: none;
    }
}

@media only screen and (max-device-width: 479px) {
    .cover-text-container {
        margin: -73px 60px 0 75px;
        text-shadow: none;
    }
    .cover-location {
        padding-top: 8px;
    }
}

.cover-text-container a {
    color: var(--cover-text-color);
    padding: 3px 0 3px 5px;
}

.cover-text-container a:hover {
    color: #222222;
}

.cover-username {
    margin-bottom: -7px;
}

.cover-location {
    color: #b7b7b7;
}

.list-avatar img {
    /* Profile Followers */
    border-radius: 50%;
}

.social-icon {
    border-radius: 50%;
}


/* Bottom Player */

.player-container-left a.jp-play {
    background: url("images/player.png") -29px -239px no-repeat;
    background-size: 120px;
    opacity: 0.8;
}

.player-container-left a.jp-play:hover {
    background: url("images/player.png") -29px -239px no-repeat;
    background-size: 120px;
    opacity: 1;
}

.player-container-left a.jp-pause {
    background: url("images/player.png") -30px -271px no-repeat;
    background-size: 120px;
    opacity: 0.8;
}

.player-container-left a.jp-pause:hover {
    background: url("images/player.png") -30px -271px no-repeat;
    background-size: 120px;
    opacity: 1;
}

.player-container-middle div.jp-progress {
    height: 34px !important;
}

.player-nine .jp-progress {
    margin: 1px 0 0 0 !important;
}

.player-container-middle div.jp-progress,
.player-container-middle .jp-seek-bar,
.player-container-middle .jp-play-bar {
    -moz-box-shadow: inset 0 21px 0 -5px var(--bg-bgcolor), inset 0 -21px 0 -5px var(--bg-bgcolor);
    -webkit-box-shadow: inset 0 21px 0 -5px var(--bg-bgcolor), inset 0 -21px 0 -5px var(--bg-bgcolor);
    box-shadow: inset 0 21px 0 -5px var(--bg-bgcolor), inset 0 -21px 0 -5px var(--bg-bgcolor);
    /* .bottombar { background:#f1f1f1; */
}

div.jp-volume-bar,
div.jp-volume-bar-value {
    -moz-box-shadow: inset 0 21px 0 -5px var(--bg-bgcolor), inset 0 -21px 0 -5px var(--bg-bgcolor);
    -webkit-box-shadow: inset 0 21px 0 -5px var(--bg-bgcolor), inset 0 -21px 0 -5px var(--bg-bgcolor);
    box-shadow: inset 0 23px 0 -7px var(--bg-bgcolor), inset 0 -21px 0 -5px var(--bg-bgcolor);
    /* .bottombar { background:#f1f1f1; */
}

div.jp-volume-bar {
    height: auto;
    margin-top: 0;
    background: var(--jp-progress);;
}

div.jp-progress {
    background-color: var(--jp-progress);
}

.topbar-song-name {
    font-size: 13px;
}

div.jp-volume-bar-value {
    height: 34px;
}

#topbar-artwork {
    background: none;
    height: 30px;
    width: 55px;
}

#topbar-artwork img {
    width: 55px;
    height: auto;
    margin-top: 4px;
    border-radius: 3px;
}

#topbar-track-details {
    margin-left: 68px;
}

.player-three {
    width: 30%;
}

.player-nine {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#topbar-track-info {
    padding: 10px 10px;
}


/* Playlist */

.playlist-save {
    padding: 6px 10px;
}


/* Admin */

.list-button {
    margin: 0 10px 0 0 !important;
}


/* Misc */

@media only screen and (max-device-width: 480px),
only screen and (device-height: 480px) and (device-width: 480px),
only screen and (orientation: landscape) and (width: 480px),
only screen and (device-width: 480px),
only screen and (max-width: 480px) {
    .track-stats {
        display: block;
    }
}

@media only screen and (min-width: 767px) {
    .widget-about .sidebar-header {
        border-top: 0;
    }
}

#notifications-content img.notifications {
    border-radius: 17px;
}

.subscribe_btn {
    /* display: none; */
}

.message_btn {
    /* background-color: #FFF; */
    /* background-image: none; */
    color: #6B6B6B;
    border-radius: 4px;
    width: auto;
    height: 27px;
    padding: 1px 15px 0 13px;
    float: right;
    cursor: pointer;
    /* border: 1px solid #e6e6e6; */
}

.message_btn:hover {
    /* background-color: #fafafa;
  background-image: none; */
}

.cover-content .message_btn {
    border: 1px solid #e6e6e6;
}

.cover-content .message_btn:hover {
    /* background-color: #e6e6e6; */
}

.page-input-title-img img {
    border-radius: 42px;
}

.modal-menu-item:hover {
    color: #000;
    border-bottom: 0;
}

.modal-menu-item-active:hover {
    color: #000;
    border-bottom: 3px solid #FE4646;
}

a.jp-play,
a.jp-pause {
    margin-right: 12px;
}

#next-button {
    float: left;
    margin-right: 13px;
}

.views_counter {
    background-position: 12px -2px;
    background-size: 18px;
    margin-left: -7px;
}

.like_btn {
    background-position: 11px -1px;
    background-size: 16px;
    margin-right: 0;
    margin-left: -4px;
}

.downloads_counter {
    background-image: url(images/icons/download_btn_s.png);
    background-position: 13px -1px;
    margin-right: 0;
    display: none;
}


/* Player Buttons */

.liked-button .action-text {
    /* color: #f23030; */
}

.liked-button {
    border: 1px solid #e6e6e6;
    background: url(images/icons/like_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: #444;
}

.liked-button:hover {
    background: url(images/icons/like_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: #000;
}

.share-button:hover {
    background: url(images/icons/share_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: var(--header-pro-color);
    background-color: var(--bg-action);
}

.featured-button:hover,
.featured-button.active {
    background: url(images/icons/featured_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: #000;
}

.playlist-button:hover {
    background: url(images/icons/playlist_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: #000;
}

.like-button:hover {
    background: url(images/icons/like_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: var(--header-pro-color);
    background-color: var(--bg-action);
}

.download-button:hover {
    background: url(images/icons/download_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: var(--header-pro-color);
    background-color: var(--bg-action);
}

.delete-button:hover {
    background: url(images/icons/delete_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: #000;
}

.public-button:hover {
    background: url(images/icons/public_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: #000;
}

.private-button:hover {
    background: url(images/icons/private_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: #000;
}

.shuffle-button:hover {
    background: url(images/icons/shuffle_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: #000;
}

.shuffle-button-active {
    background: url(images/icons/shuffle_btn_h.png) 5px center no-repeat;
    background-size: 17px;
    color: #000;
}

.shuffle-button-active:hover {
    background: url(images/icons/shuffle_btn_n.png) 5px center no-repeat;
    background-size: 17px;
    color: #000;
}


/* Pro */

.paypal_logo {
    width: 65px;
    height: 35px;
    display: inline-block;
    margin-top: 0;
    background: url(images/paypal_logo.png) no-repeat;
    background-size: 65px;
    vertical-align: middle;
    margin-left: 10px;
}

.plan-option-free {
    color: #636363;
}

.plan-option-pro {
    color: #f44f4a;
    font-weight: normal;
}

.feature-container {
    background: #f5f5f5;
}

.go-pro-header {
    background: none;
    color: #333;
    padding: 0px 0px 5px 0px;
    text-align: left;
}

@media only screen and (max-device-width: 805px) {

    .go-pro-header {
        padding: 0px 0px 5px 30px;
    }

}

.go-pro-header-title {
    margin-bottom: 3px;
}

.go-pro-header-desc {
    font-size: 14px;
    color: #999;
}

.feature-description {
    color: #999;
}

.go-pro-btn a {
    border-radius: 10px;
    padding: 10px 18px;
    color: white;
    border: 0;
    background: #f24f4f;
    /* border: 1px solid #ff9595; */
    text-transform: uppercase;
    font-size: 12px;
}

.go-pro-widget-desc {
    padding: 8px 0 5px 0;
}


/* Stats */

.user-stats .three {
    width: 33.3%;
}

.user-stats .four {
    width: 48%;
}

.row-body .six {
    width: 48%;
}

@media only screen and (max-device-width: 414px) {
    .user-stats .four {
        width: 100%;
    }
    .row-body .six {
        width: 100%;
    }
}

.user-stats-title {
    width: 90%;
    padding-right: 0;
}

.go-pro-container {
    background: #f7f7f7;
    margin-top: 10px;
    border-radius: 6px;
    padding: 25px 0 10px 0;
}

@media only screen and (max-device-width: 479px) {
    .go-pro-container {
        text-align: center;
    }
    .user-stats-title {
        width: 80%;
        padding-right: 5px;
    }
}

@media only screen and (max-device-width: 479px) {
    .page-input-container {
        padding: 0 0;
    }
    .page-input-title,
    .page-input-title-img {
        margin-bottom: 5px;
    }
}


/* Messages  */

.content-messages .page-header {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid var(--bg-eeeeee);
}

.content-messages input {
    /* background: #fff; */
}

.content-messages .sidebar-users img {
    border-radius: 50px;
}

.content-messages .message-reply-avatar img {
    border-radius: 50px;
}

.content-messages .chat-container {
    height: 500px;
}

@media only screen and (max-device-width: 479px) {
    .content-messages .chat-container {
        height: 320px;
    }
}

.message-container a {
    color: #5587c7;
}

.content-messages .list-time {
    padding-top: 2px;
    padding-left: 6px;
}

.content-messages .timeago {
    color: #cccccc;
}

.content-messages .message-content {
    color: #585858;
}

.page-input-title-img-wall img {
    height: 150px;
    object-fit: cover;
}

#loading-bar {
    display: none !important;
}

.song-author {
    /* height: 16px; */
}

.welcome-track img {
    /* height: 138px; */
    /* object-fit: cover; */
}

@media only screen and (max-device-width: 479px) {
    .cover-location {
        font-size: 12px;
    }
    .cover-description {
        margin-top: 63px;
    }
    .cover-buttons {
        float: left;
        margin: 50px 0 0 20px;
    }
    .cover-avatar {
        margin-top: -88px;
    }
    .cover-username {
        margin-bottom: -5px;
    }
    .cover-text-container {
        margin: -20px 0 0 -4px;
        font-size: 17px;
    }
    .cover-description-buttons {
        margin: -57px 17px 0 0;
    }
    a.cover-button {
        margin: 0 15px 0 0;
    }
    .pro-normal {
        background-size: 11px;
        width: 14px;
        height: 14px;
        margin: 0px -2px 3px -3px;
    }
}


/* Profile, Explore ? cover image sizes */


/* @media only screen and (min-device-width: 200px) and (max-device-width: 350px) {
  .song-art img {
    height: 155px;
  }
}

@media only screen and (min-device-width: 351px) and (max-device-width: 375px) {
  .song-art img {
    height: 165px;
  }
}

@media only screen and (min-device-width: 376px) and (max-device-width: 414px) {
  .song-art img {
    height: 185px;
  }
} */


/* No blue background on tap */

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#notifications-page img.notifications {
    border-radius: 33px;
}

.content-notifications .page-header {
    padding: 20px 20px 20px 20px;
}

.notifications-number {
    background: #f34e4a;
}

.menu-upload {
    padding-top: 20px;
    margin: 0 9px;
    float: right;
}

.menu-upload {
    padding: 0 10px 0 10px;
    margin: 0;
    float: right;
    height: 35px;
    cursor: pointer;
}

.menu-upload:hover {
    /* background: #262626; */
}

.menu-upload a {
    color: var(--menu-button);
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Museo700';
    /* font-weight: 700; */
}

.menu-upload a:hover {
    color: var(--menu-button-hover);
}

@media only screen and (max-device-width: 780px) {
    .menu-upload {
        display: none;
    }
}

.manage-users-image img {
    border-radius: 18px;
}

.track-info-container {
    padding: 16px 20px 5px 0;
}

@media only screen and (max-device-width: 480px) {
    .track-info-container {
        padding: 48px 20px 5px 20px;
    }
}


/* Buttons: upload File/Image in Upload page

.button-normal {
  border: 0;
  background: #f2f2f2;;
}

.button-normal:hover {
  border: 0;
}

.upload-btn {
  padding: 14px 0;
  margin-bottom: 3px;
}

.upload-btn-selected {
  background: #ffeeee;
}

.upload-btn-selected:hover {
  background: #fde5e5;
  color:#f24f4e;
}

.button-normal:active {
  border: 0;
  background: hsl(0 0% 90% / 1);
  color: #666;
}

*/

.chat-error {
    padding: 218px 0;
    text-align: center;
    color: #bbb;
}

@media only screen and (max-device-width: 414px) {
    .chat-error {
        padding: 138px 0;
    }
}

.load-more-chat {
    padding: 15px 0;
    margin: 20px 0 10px 0;
    background: #ecf3fb;
    border-radius: 6px;
}

.load-more-chat:hover {
    background: #f2f8ff;
    cursor: pointer;
}

.load-more-chat a:hover {
    color: #5587c7;
    cursor: pointer;
}

.sidebar-suggestions-tracks {
    padding: 0 5px 0 15px;
}

.cover-content .message_btn,
.cover-content .edit_profile_btn,
.cover-content .subscribe_btn {
    border: 1px solid #e6e6e6;
}

.likes-upd {
    /* border-right: none;
  padding: 10px;
  float: left;
  width: 30%; */
}

.likes-upd .track-author {
    padding: 3px 0 3px 0;
}

.likes-upd .track-author a {
    color: #999;
    font-size: 13px;
    font-weight: normal;
}

.likes-upd .track-author a:hover {
    color: #fe4646;
}

.followers-upd {
    /* border-right: none;
  padding: 10px;
  float: left;
  width: 45%; */
}

.followers-upd .track-author {
    padding: 3px 0 3px 0;
}

.followers-upd .track-author a {
    color: #999;
    font-size: 13px;
    font-weight: normal;
}

.followers-upd .track-author a:hover {
    color: #fe4646;
}

@media only screen and (max-device-width: 414px) {
    .followers-upd {
        /* float: none;
    width: 95%; */
    }
    .likes-upd {
        /* float: none;
    width: 95%; */
    }
    #messages_btn {
        display: none;
    }
}

.welcome-message .welcome-button a {
    /* padding: 12px 30px; */
}


/* Trick with full height bg */

.grey-bg {
    background: var(--bg-f1f1f1);
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.white-bg {
    max-width: 1100px;
    background: var(--bg-ffffff);
    height: 100vh;
    margin: 0 auto;
}

.grid-content,
.grid-sidebar {
    border-bottom: 1px solid var(--bg-eeeeee);
}

#content {
    border-bottom: none;
}

.body-content {
    border-left: none;
    border-right: none;
}

.footer-container {
    padding: 10px;
}

.grid-container {
    margin-bottom: 55px;
}

.content-track .grid-container {
    /* border-bottom: 1px solid #eee; */
}


/* End */

.content-track .grid-content {
    width: 100% !important;
    border-bottom: 0;
}

.content-track .grid-sidebar {
    border-bottom: 0;
}

.upload-btn-style {
    height: 35px;
    padding-top: 20px;
}

.edit-button,
.back-button {
    margin: 20px 20px 10px 20px;
    border: 1px solid #f24f4f;
    border-radius: 6px;
    color: #f24f4f;
    text-transform: uppercase;
    font-weight: 600;
}

.edit-button:hover,
.back-button:hover {
    background: #f24f4f;
    border-color: #f24f4f;
    color: var(--bg-ffffff);
}

.edit-icon {
    background-size: 15px;
    width: 32px;
    padding: 0 7px 10px 15px;
    margin-left: 0;
}

.edit-button:hover .edit-icon {
    background-size: 15px;
    width: 32px;
    padding: 0 7px 10px 15px;
    margin-left: 0;
}

.back-icon {
    background-size: 14px;
    width: 32px;
    padding: 0 5px 10px 15px;
    margin-left: -5px;
}

.back-button:hover .back-icon {
    background-size: 14px;
    width: 32px;
    padding: 0 5px 10px 15px;
    margin-left: -5px;
}


/* Cookie Banner */

#cookie-law-content {
    padding: 0 10px;
    line-height: 42px;
    color: var(--bg-ffffff);
}

.cookie-law-banner-black {
    /* background: #ffffff;
  border: 1px solid #e6e6e6; */
}

.cookie-law-button {
    color: #f24f4f;
}

/* Mobile TapBar */

.nav_bottom {
    display: none;
}

@media only screen and (max-device-width: 1000px) {
    #cookie-law-banner {
        bottom: 65px;
    }
    .bottombar {
        display: none !important;
    }
    .nav_bottom {
        /* width:100%; */
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1998;
        height: 65px;
        background: var(--bg-bgcolor);
        /* border-top: 1px solid var(--bg-nav-border); */
        box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.05);
        padding-top: 3px;
        /* background: rgb(255 255 255 / 90%); */
        /* backdrop-filter: blur(16px); */
    }
    .nav_item {
        width: 20%;
        height: 65px;
        float: left;
    }
    .nav_title {
        font-size: 9px;
        /* font-weight: 500; */
        /* font-family: 'museo-sans'; */
        text-align: center;
        height: 20px;
        color: var(--mob-tab-title);
        text-transform: uppercase;
    }
    .nav_img {
        height: 28px;
        margin-top: 11px;
        margin-bottom: 1px;
        text-align: center;
    }
    .categories-menu {
        background: var(--categories-menu);
        position: fixed;
        width: 175px;
        z-index: 1030;
        bottom: 75px;
        border-radius: 5px;
        margin: 0 auto;
        transform: translate(-50%, 0);
        left: 50%;
    }
    .categories-menu-bg {
        /* margin-top: 55px; */
        opacity: 0.3;
        left: 0;
        height: 1000px;
        position: fixed;
        width: 100%;
        background: #000000;
        z-index: 1029;
    }
    .categories-row {
        /* font-family: 'museo-sans'; */
        /* font-weight: 500; */
        /* text-align: center; */
        padding: 16px 0 18px 15px;
        color: var(--categories-row-color);
        font-size: 15px;
        border-bottom: 1px solid var(--categories-row-border);
    }
    .categories-menu a {
        color: #DDD;
        text-decoration: none;
        width: 100%;
    }
    .nav-triangle {
        margin-left: 81px;
        margin-bottom: -6px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: var(--categories-menu) transparent transparent transparent;
    }
}


/* Styling timing */

.player-controls {
    position: relative;
}

.player-controls>div.jp-total-time {
    font-size: 10px;
    color: #909090;
    background: var(--bg-ffffff);
    position: absolute;
    right: -4px;
    top: 0;
    border-radius: 4px;
}

.jp-total-time-holder .jp-total-time {
    display: none;
}

.song-container div.jp-current-time {
    float: none;
    text-align: left;
    background: var(--bg-ffffff);
    color: #909090;
    /* border: 1px solid #d9d9d9; */
    padding: 0 4px 0 4px;
    position: absolute;
    left: -4px;
    z-index: 4;
    border-radius: 4px;
}

.song-container div.jp-audio div.jp-time-holder,
.embed-container div.jp-audio div.jp-time-holder {
    top: 20px;
}

.song-container div.jp-current-time,
.song-container div.jp-duration {
    width: auto;
}

div.jp-audio div.jp-type-single div.jp-interface {
    height: 8px;
    margin-top: 1px;
}

@media only screen and (max-device-width: 414px) {
    div.jp-audio div.jp-type-single div.jp-interface {
        height: 3px;
        margin-top: 1px;
    }
    .song-container div.jp-audio div.jp-time-holder,
    .embed-container div.jp-audio div.jp-time-holder {
        top: 20px;
    }
    .player-controls>div.jp-total-time {
        top: -2px;
    }
    .player-controls>div.jp-current-time {
        top: -3px;
    }
}


/* Total Time Holder */

.jp-total-time-holder {
    left: 0;
    width: 100%;
}

.jp-total-time {
    width: auto;
    float: right;
    text-align: right;
    background: var(--bg-ffffff);
    color: #909090;
    padding: 2px 4px 2px 4px;
    position: absolute;
    right: 16px;
    z-index: 3;
    font-size: 10px;
    margin-top: 4px;
}

@media only screen and (max-device-width: 414px) {
    .jp-total-time {
        right: 11px;
    }
}

.no-upload-mobile {
    display: none;
    width: 100%;
    height: 100%;
    /* opacity: 0.5; */
    position: fixed;
    background: var(--bg-ffffff);
    z-index: 200;
    text-align: center;
    padding: 250px 0;
    color: #999;
    font-size: 15px;
}

@media only screen and (max-device-width: 414px) {
    .no-upload-mobile {
        display: block;
    }
}


/* All Player Buttons to 4px padding */

.like-button {
    padding: 4px 8px 4px 26px;
    border: 1px solid #e6e6e6;
}

.liked-button {
    padding: 4px 8px 4px 26px;
    border: 1px solid #e6e6e6;
}

.playlist-button {
    /* display: none; */
    padding: 4px 8px 4px 26px;
    border: 1px solid #e6e6e6;
}

.share-button {
    /* display: none; */
    padding: 4px 8px 4px 26px;
    border: 1px solid #e6e6e6;
}

.featured-button {
    padding: 4px 8px 4px 18px;
    border: 1px solid #e6e6e6;
}

.download-button {
    padding: 4px 8px 4px 24px;
    border: 1px solid #e6e6e6;
}

.delete-button {
    padding: 4px 8px 4px 18px;
    border: 1px solid #e6e6e6;
}

.public-button {
    padding: 4px 8px 4px 18px;
    border: 1px solid #e6e6e6;
}

.private-button {
    padding: 4px 8px 4px 18px;
    border: 1px solid #e6e6e6;
}

@media only screen and (max-device-width: 414px) {
    .like-button {
        padding: 4px 8px 4px 27px;
        background-position-x: 8px;
    }
    .like-button:hover {
        background-position-x: 8px;
    }
    .liked-button {
        padding: 4px 8px 4px 27px;
        background-position-x: 8px;
    }
    .liked-button:hover {
        background-position-x: 8px;
    }
    .playlist-button {
        padding: 4px 8px 4px 28px;
        background-position-x: 10px;
        background-position-y: 2px;
    }
    .playlist-button:hover {
        background-position-x: 10px;
        background-position-y: 2px;
    }
    .share-button {
        padding: 4px 8px 4px 28px;
        background-position-x: 10px;
        background-position-y: 2px;
    }
    .share-button:hover {
        background-position-x: 10px;
        background-position-y: 2px;
    }
    .mix-edit-button {
        padding: 0 10px 0 0;
        background-position-x: 10px;
        background-position-y: 3px;
    }
    .mix-edit-button:hover {
        background-position-x: 10px;
        background-position-y: 3px;
    }
    .delete-button {
        padding: 4px 18px 4px 18px;
        background-position-x: 10px;
        background-position-y: 3px;
    }
    .delete-button:hover {
        background-position-x: 10px;
        background-position-y: 3px;
    }
    .featured-button {
        padding: 4px 8px 4px 28px;
        background-position-x: 10px;
        background-position-y: 2px;
    }
    .featured-button:hover,
    .featured-button.active {
        background-position-x: 10px;
        background-position-y: 2px;
    }
    .download-button {
        /* display: none; */
        padding: 4px 8px 4px 29px;
        background-position-x: 10px;
        background-position-y: 3px;
    }
    .download-button:hover,
    .download-button.active {
        background-position-x: 10px;
        background-position-y: 3px;
    }
}

@media only screen and (max-device-width: 375px) {
    .like-button {
        padding: 4px 8px 4px 19px;
        background-position-x: 4px;
    }
    .like-button:hover {
        background-position-x: 4px;
    }
    .liked-button {
        padding: 4px 8px 4px 19px;
        background-position-x: 4px;
    }
    .liked-button:hover {
        background-position-x: 4px;
    }
    .playlist-button {
        padding: 4px 8px 4px 20px;
        background-position-x: 6px;
        background-position-y: 2px;
    }
    .playlist-button:hover {
        background-position-x: 6px;
        background-position-y: 2px;
    }
    .share-button {
        padding: 4px 8px 4px 20px;
        background-position-x: 6px;
        background-position-y: 2px;
    }
    .share-button:hover {
        background-position-x: 6px;
        background-position-y: 2px;
    }
    .mix-edit-button {
        padding: 0 3px 0 0;
        background-position-x: 6px;
        background-position-y: 3px;
    }
    .mix-edit-button:hover {
        background-position-x: 6px;
        background-position-y: 3px;
    }
    .delete-button {
        padding: 4px 18px 4px 10px;
        background-position-x: 6px;
        background-position-y: 3px;
    }
    .delete-button:hover {
        background-position-x: 6px;
        background-position-y: 3px;
    }
    .featured-button {
        padding: 4px 8px 4px 20px;
        background-position-x: 6px;
        background-position-y: 2px;
    }
    .featured-button:hover,
    .featured-button.active {
        background-position-x: 6px;
        background-position-y: 2px;
    }
    .download-button {
        /* display: none; */
        padding: 4px 8px 4px 21px;
        background-position-x: 6px;
        background-position-y: 3px;
    }
    .download-button:hover,
    .download-button.active {
        background-position-x: 6px;
        background-position-y: 3px;
    }
}


/* Featured */

.featured-icon img {
    width: 20px;
}

.featured-icon a {
    background: none;
}

.featured-icon a:hover {
    background: none;
}

.featured-icon {
    margin-top: 5px;
    float: right;
    margin-right: -1px;
}

.song-timeago {
    display: block !important;
}

@media only screen and (max-device-width: 479px) {
    .song-timeago {
        font-size: 11px;
    }
    .timeago,
    .timeago-standard {
        color: #bdbdbd;
    }
}


/* Stats */

.user-stats-title img {
    width: 50px;
    height: auto;
    padding-right: 0;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 4px;
}

.stats-played-most img {
    width: 30px;
    border-radius: 30px;
}

.user-stats-title {
    width: 90%;
    font-size: 14px;
}

.stats-column-title {
    font-weight: normal;
    font-size: 16px;
    margin: 10px 0 10px 0;
}

.user-stats-count {
    font-weight: normal;
    margin-top: 5px;
    font-size: 16px;
}

.user-stats-row {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid var(--bg-eeeeee);
}

.row-body .stats-container {
    padding-top: 0;
}


/* Load more for mobile */

@media only screen and (max-device-width: 479px) {
    #load-more {
        height: 40px;
        padding: 0 14px;
        margin: 15px 0 15px 0;
    }
    .load_more {
        width: 100%;
        text-align: center;
        padding: 0 0 12px 0;
        height: 20px;
        border: 0;
        margin: 0;
        border-radius: 4px;
    }
    .load_more a {
        display: block;
        width: 100%;
        border: 0;
        padding: 12px 0;
        background: var(--load-more-btn-bg);
        color: var(--load-more-btn-text);
    }
    .load_more a:hover {
        border: 0;
    }
    .load_more a:active {
        border: 0;
        background: var(--load-more-btn-bg-active);
        color: var(--load-more-btn-text);
    }
}


/* Stick to top - Categories */

@media only screen and (min-device-width: 479px) {
    .widget-categories {
        /* position: fixed;
    width: 275px; */
    }
    .widget-follow {
        /* position: fixed;
  top: 420px;
  width: 275px; */
    }
}


/* Statistics */

.stats-super-div {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0 20px 0;
}

.stats-main-div {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    /* background-color: rgb(240, 240, 240); */
}

.stats-sub-div {
    width: 140px;
    height: 57px;
    background: var(--stats-sub-div);
    border-radius: 6px;
    margin: 10px;
    padding: 10px 10px 0px 10px;
}

.stats-title {
    font-size: 22px;
    color: #ff6060;
    font-weight: 500;
    text-align: center;
}

.stats-desc {
    font-size: 15px;
    color: #a9a9a9;
    text-align: center;
}


/* Pro users list */

.pro-users-title {
    margin-top: 7px;
    font-size: 14px;
    color: var(--pro-user-title);
    font-weight: 500;
    text-align: center;
}

.pro-users-desc {
    margin-top: 5px;
    font-size: 12px;
    color: #ababab;
    text-align: center;
}

.nobg-pro {
    background: none;
    width: 90px;
    height: 100px;
    padding: 10px 0px 0px 0px;
}

.labels-item {
    width: 95px;
    Height: 70px;
}

.nobg-featured {
    background: none;
    width: 140px;
    height: 170px;
    padding: 10px 0px 0px 0px;
}

.stats-desc img {
    width: 75px;
    border-radius: 40px;
}

@media only screen and (max-device-width: 479px) {
    .stats-super-div {
        width: 100%;
    }
    .stats-sub-div {
        width: 130px;
        height: 50px;
    }
    .stats-title {
        font-size: 21px;
    }
    .stats-desc {
        font-size: 13px;
    }
    /* Pro users list */
    .pro-users-title {
        margin-top: 7px;
        font-size: 14px;
        color: #3a3a3a;
        font-weight: 500;
        text-align: center;
    }
    .pro-users-desc {
        margin-top: 5px;
        font-size: 13px;
        color: #ababab;
        text-align: center;
    }
    .nobg-pro {
        background: none;
        width: 90px;
        height: 110px;
        padding: 10px 0px 0px 0px;
    }
    .labels-item {
        width: 90px;
        height: 80px;
    }
    .nobg-featured {
        background: none;
        width: 140px;
        height: 170px;
        padding: 10px 0px 0px 0px;
    }
    .stats-desc img {
        width: 70px;
        border-radius: 40px;
    }
}


/* What's New */

.whats-new-items {
    padding: 30px 0 20px 65px;
    height: 190px;
}

.whats-new-item {
    width: 180px;
    height: 190px;
    float: left;
    margin-right: 15px;
    text-align: center;
}

.whats-new-title {
    font-size: 19px;
    color: var(--whats-new-title);
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.whats-new-desc {
    width: 140px;
    font-size: 13px;
    color: var(--whats-new-desc);
    margin: 0 auto;
    text-align: center;
}

.whats-new-img {
    text-align: center;
    margin-bottom: 8px;
}

.whats-new-img-featured {
    margin: 0 auto;
    margin-bottom: 8px;
    height: 80px;
    width: 80px;
    background-image: var(--new-img-featured);
    background-size: 80px;
    background-repeat: no-repeat;
}
.whats-new-img-popular {
    margin: 0 auto;
    margin-bottom: 8px;
    height: 80px;
    width: 80px;
    background-image: var(--new-img-popular);
    background-size: 80px;
    background-repeat: no-repeat;
}
.whats-new-img-explore {
    margin: 0 auto;
    margin-bottom: 8px;
    height: 80px;
    width: 80px;
    background-image: var(--new-img-explore);
    background-size: 80px;
    background-repeat: no-repeat;
}
.whats-new-img-archives {
    margin: 0 auto;
    margin-bottom: 8px;
    height: 80px;
    width: 80px;
    background-image: var(--new-img-archives);
    background-size: 80px;
    background-repeat: no-repeat;
}
.whats-new-img-upload {
    margin: 0 auto;
    margin-bottom: 8px;
    height: 80px;
    width: 80px;
    background-image: var(--new-img-upload);
    background-size: 80px;
    background-repeat: no-repeat;
}


/* Profile Icons */

.website-icon {
    background-size: 14px;
}

.facebook-icon {
    background-size: 15px;
}

.twitter-icon {
    background-size: 16px;
}

.gplus-icon {
    background-size: 14px;
}

.soundcloud-icon {
    background-size: 16px;
}

.myspace-icon {
    background-size: 16px;
}

.share-social-icon {
    height: 40px;
    width: 40px;
    border-radius: 22px;
    margin-right: 2px;
}

@media only screen and (max-device-width: 450px),
only screen and (device-width: 450px) and (device-height: 768px),
only screen and (width: 450px) and (orientation: landscape),
only screen and (device-width: 450px),
only screen and (max-width: 450px) {
    .action-text {
        display: none;
    }
}

.go-pro-title {
    font-weight: bold;
    padding: 15px 20px 5px 0px;
    font-size: 16px;
    font-weight: normal;
    color: var(--bg-111111);
}

.search-content {
    border-radius: 6px;
    min-height: 80px;
    padding: 7px 0px;
}

@media only screen and (max-device-width: 479px) {
    .search-content {
      margin: 0 10px;
    }
  }


.g-recaptcha {
    transform: scale(0.86);
    transform-origin: 0
}

#share,
#playlist,
#delete,
#connect {
    top: 38%;
}


/* 1024 Support */

@media (min-device-width: 479px) and (max-width: 1120px) {
    .download-button .action-text {
        display: none;
    }
    .download-button {
        padding: 4px 8px 4px 19px;
    }
    .row-body {
        width: 1000px !important;
        /* 1120 */
    }
    .whats-new-item {
        width: 160px;
        /* 180 */
    }
    .header {
        max-width: 980px;
        /* 1100 */
        overflow: auto;
    }
    .bottombar-container {
        max-width: 980px;
        /* 1100 */
    }
    .white-bg {
        max-width: 980px;
        /* 1100 */
    }
    .row-page {
        /* ADMIN */
        max-width: 1000px;
        /* 1120 */
    }
    .widget-categories {
        /* width: 245px; */
    }
    .content-track .song-art img {
        width: 265px;
        /* 300 */
        height: 100%;
        /* 162 */
    }
    .content-track .song-top {
        padding: 0 0 0 282px;
        /* 312 */
    }
    .content-track .player-controls {
        padding: 0px 0 0 286px;
        /* 316 */
    }
    .content-track .track-actions-container {
        padding: 5px 0 0 286px;
        /* 316 */
    }
}

@media (min-device-width: 479px) and (max-width: 1120px) {
    .header {
        padding: 8px 20px 0 20px;
    }
}


@media (max-width: 1000px) {
    #share,
    #playlist,
    #delete,
    #connect {
        top: 42%;
        z-index: 2000;
    }
    .row-body {
        width: auto !important;
    }
    .grid-container {
        display: block;
        /* padding: 0 12px; */
        width: auto;
    }
    .widget-categories {
        display: none;
    }
    .widget-follow {
        display: none;
    }
    .whats-new-item {
        width: 120px;
    }
}

@media only screen and (max-device-width: 479px) {
    .whats-new-items {
        padding: 20px 40px 20px 40px;
    }
    .whats-new-item {
        width: 100%;
        margin: 0 auto;
        /* padding: 10px 70px 10px 70px; */
    }
}

@media only screen and (max-device-width: 479px) {
    .song-top {
        padding: 0;
    }
    .player-controls {
        padding: 0 0 3px 0;
    }
    .track-actions-container {
        padding: 0;
    }
    .player-controls .jp-play,
    .player-controls .jp-pause {
        /* margin-top:-62px !important; */
        /* top:199px; */
        margin-left: 0 !important;
    }
    .player-buttons .jp-play,
    .player-buttons .jp-pause {
        margin-right: 4px;
    }
    .content-track .song-art img {
        width: 100%;
        height: 100%;
    }
    .content-track .song-top {
        padding: 0;
    }
    .content-track .player-controls {
        padding: 0 0 5px 0;
    }
    .content-track .track-actions-container {
        padding: 5px 0 0 0;
    }
    .content-track .track-buttons-container {
        padding-bottom: 10px;
    }
}


/* Popular */

.top-track:before {
    display: none;
}

.top-number {
    padding-top: 35px;
    top: 48px;
    left: 3px;
    width: 30px;
    color: #404040;
    font-weight: normal;
    max-width: 16px;
    text-align: center;
    border-right: 1px solid var(--bg-eeeeee);
    height: 47px;
    font-size: 12px;
}

@media only screen and (max-device-width: 479px) {
    .top-number {
        left: 0;
        border-right: 0;
    }
}

.top-number {
    display: none;
}


/* Stats fix */

.downloads_counter {
    margin-left: -30px;
}


/* User info styles for counters */

.user-info-numbers {
    margin: 5px 0 10px 0;
    display: flex;
}

.user-info-block {
    float: left;
    margin-right: 15px;
}

.user-info-title {
    font-size: 12px;
    color: #999;
    margin-bottom: -2px;
}

.user-info-number {
    font-size: 18px;
    color: #777;
}


/* Show featured icon on mobile */

@media only screen and (max-device-width: 479px) {
    .featured-icon {
        display: block;
        margin-right: -5px;
    }
    .featured-icon img {
        width: 20px;
    }
}


/* Admin Stats */

.stats-header-x {
    font-size: 14px;
    color: #333;
    margin: 0 0 5px 0;
}

.stats-sub {
    color: #999;
    line-height: 24px;
}

.stats-sub h3 {
    color: #777;
}

.message-reply-message {
    max-width: fit-content;
}

.safari-img-fix {
    background-size: 250px 133px;
    height: 133px;
    width: 250px;
    border-radius: 8px;
}

.content-track .safari-img-fix {
    background-size: 300px 163px;
    height: 163px;
    width: 300px;
    border-radius: 8px;
}

@media only screen and (min-width: 479px) and (max-width: 1120px) {
    .content-track .safari-img-fix {
        background-size: 265px 137px;
        height: 137px;
        width: 265px;
        border-radius: 8px;
    }
}

@media only screen and (max-width: 479px) {
    .safari-img-fix {
        background-image: none !important;
        height: auto;
        width: auto;
    }
    .content-track .safari-img-fix {
        background-image: none !important;
        height: auto;
        width: auto;
    }
}

#url_p {
    background-image: url(/themes/sound/images/icx_popular.svg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 22px;
}

#url_e {
    background-image: url(/themes/sound/images/icx_explore.svg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 22px;
}

#url_f {
    background-image: url(/themes/sound/images/icx_featured.svg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 22px;
}

#url_t {
    background-image: url(/themes/sound/images/icx_browse.svg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 21px;
}

@media only screen and (max-width: 479px) {
    .content-recover .page-input-title {
        margin-right: 0;
    }
}


/* Archives */

.archives-page a {
    cursor: pointer;
}

.archives-page .song-author {
    white-space: normal;
}

.archives-page .song-title {
    margin-top: 0px;
    line-height: 33px;
}

.archives-page .song-title div {
    font-size: 17px;
}

.archives-page .song-author {
    color: #999;
    font-size: 13px;
}

.archives-page .welcome-items-width {
    max-width: 255px;
}

.archives-page .welcome-track {
    margin: 20px 5px -10px 8px;
    overflow: visible;
}

.archives-page .welcome-tracks {
    margin: 0;
    align-items: normal;
}

.archives-page .sidebar-social-container {
    padding: 0;
    margin-top: 13px;
    margin-left: -2px;
}

.archives-page .social-icon {
    height:28px;
    width:28px;
}

.archives-page .social-icon-container {
    width: 32px;
}

.archives-page .website-icon, .archives-page .facebook-icon, .archives-page .twitter-icon, .archives-page .gplus-icon, .archives-page .soundcloud-icon, .archives-page .myspace-icon ,.archives-page .youtube-icon {
    background-size: 12px;
    cursor: pointer;
}

.archives-page .welcome-tracks .welcome-track .welcome-pseudo {
    border-radius: 6px;
}

@media only screen and (max-width: 479px) {

.archives-page .welcome-track {
    margin: 20px 15px -10px 15px;
}

.archives-page .welcome-items-width {
    max-width: none;
}

.archives-page .all_mixes {
    background: #323232 !important;
}

.archives-page .archives-header {
    margin: 20px 0 40px 0 !important;
}

}

/* Testing new feature */




/* Do not show archives column on mobile */

@media only screen and (max-width: 479px) {
    .archives-column {
        display: none;
    }
}


/* Archives - Mobile */

.archives-page .new-badge {
    position: absolute;
    z-index: 1;
    margin: 151px 0 0 0px;
    background: #f24f4f;
    color: #fff;
    padding: 2px 4px 1px 5px;
    border-radius: 3px;
    font-size: 10px;
}

.archives-page .new-badge-margin {
    margin-left: 36px;
}

.archives-page .sidebar-social-container {
    padding: 0;
    margin-top: 9px;
    margin-left: -2px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {

    .archives-page .new-badge-margin {
        margin-left: 0;
    }

    .archives-page .new-badge {
        margin: 60px 0 0 13px;
        padding: 1px 3px 0px 3px;
    }

    .archives-page .welcome-tracks .welcome-track .welcome-pseudo {
        border-radius: 50%;
        float: left;
        width: 55px;
    }
    .archives-page .welcome-items-width {
        max-width: -webkit-fill-available;
    }

    .archives-page .sidebar-social-container {
        padding: 0;
        margin-top: 7px;
        margin-bottom:0px;
    }

    .archives-page .social-icon-container {
        margin-right: 3px;
    }

    .archives-page .welcome-track img {
        height: 55px;
        object-fit: cover;
    }
    .archives-page .song-title {
        float: left;
        margin-left: 70px;
        margin-top: -65px;
    }
    .archives-page .song-author {
        float: left;
        margin-left: 70px;
        margin-top: -32px;
    }
    .archives-page .sidebar-social-container {
        float: left;
        margin-left: 67px;
    }
    .archives-page .song-title div {
        font-size: 17px;
    }
}

.archives-page li {
    list-style-type:none;
    float: left;
    margin-top:-12px;
}

.archives-page ul {
    margin-left: -33px;
}

.archives-page .welcome-tracks {
    justify-content: left;
}

.archives-page .search_archives input {
    /* border: 1px solid #CCC; */
    border:0;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    font-size: 18px;
    margin-left:-8px;
}

.archives-page .search_archives input:focus {
    outline: none;
    /* border: 1px solid #999; */
    border:0;
}

.archives-page .search_archives {
    margin: 15px 15px 0 15px;
}

@media only screen and (max-width: 700px) {

    .archives-sidebar {
        display:none;
    }

}

@media only screen and (max-width: 414px) {

.archives-list {
    padding-top:38px;
}

}

/* Likes */

.likes-widget {
    width: 30%;
    float: left;
    clear: left;
    margin-left: -1px;
    overflow: visible;
    border-right: 1px solid var(--bg-eeeeee);
}

.likes-widget .likes-avatars {
        padding: 1px 20px 20px 20px;
}

.likes-widget img{
    height:23px;
    border-radius: 50%;
    margin-right: 0px;
}

.likes-widget .likes-plus {
    background: url(images/icons/likes_plus1.png) no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
}

.likes-widget .sidebar-header {
    padding: 14px 20px 15px 20px;
}

@media only screen and (max-width: 479px) {

.content-track .sidebar-report {
    border-top: 1px solid var(--bg-eeeeee);
    width: 100%;
    margin-bottom: 13px;
}

.likes-widget {
    width: 100%;
    border-right:0;
    border-bottom: 1px solid var(--bg-eeeeee);
    margin-bottom: 9px;
}

}

/* Messages for Mobile */

.content-messages .messages-list-button {
    display: none;
}

@media only screen and (max-width: 479px) {

.widget-online-users {
    display: none;
}

.content-messages .widget-online-users {
    position: fixed;
    top: 0;
    width: 100%;
}

.content-messages .widget-online-users .sidebar-content {
    margin-top:115px;
}

.content-messages .messages-list-button {
    display: flex;
    justify-content: center;
    z-index: 999;
    position: fixed;
    bottom: 103px;
    right: 20px;
    background: #f24f4f;
    border-radius: 100px;
    width: 50px;
    height: 50px;
}

.blocked-button {
    position: fixed;
    right: 17px;
}

}

.blocked-button a {
    color:#ccc;
}

/* profile upload photo button */

.upload-photo-button {
    position: fixed;
    top: 290px;
    z-index: 1;
    left: 187px;
}


/* Profile Images - Settings */

.content-settings .page-input-title-img img {
    border-radius: 100px;
    border: 2px solid var(--bg-ffffff);
}

.content-settings .page-input-title-img {
    position: absolute;
    top: 154px;
    left: 40px;
}

.page-input-title-img-wall img {
    object-fit: cover;
    margin: 6px 0 10px 0;
    border-radius: 5px;
}

@media only screen and (max-width: 700px) {

    .content-settings .page-input-title-img {
        position: absolute;
        top: 84px;
        left: -5px;
    }

    .page-input-title-img img {
        height: 45px;
        width: 45px;
    }

    .page-input-title-img-wall img {
        height: 66px;
        object-fit: cover;
        margin: 10px 0 10px 0;
        border-radius: 5px;
    }

    .content-settings .page-title {
        font-size: 16px;
        margin-left: -20px;
        margin-top: 10px;
    }
}


/* Notifications Messages */

.notification-box-success {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -3%;
    bottom: 80px;
    z-index: 1001;
}   

.notification-box-info {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -3%;
    bottom: 80px;
    z-index: 1001;
}

.notification-box-error {
    /* position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -3%;
    bottom: 80px;
    z-index: 1001; */
}

@media only screen and (max-width: 479px) {

/*.notification-box-success, .notification-box-info, .notification-box-error  {*/
.notification-box-success, .notification-box-info  {
position: fixed;
left: auto;
transform: none;
right:0px;
left: 0px;
margin-left:17px;
margin-right:15px;
bottom: 80px;
z-index: 1001;
}

#share, #playlist, #delete, #connect {
    top: 38%
}

}

.page-inner {
    overflow: hidden;
}


/* Update avatar */

.update-avatar-bg {
    display: none;
    padding: 10px 0 10px 15px;
    background: #f5f5f5;
        border-radius: 4px;
        height: 20px;
        margin-left: -139px;
        width: 193px;
        margin-top: 2px;
}

@media only screen and (min-width: 479px) {
    .update-avatar-bg {
    margin-left: -108px;
    margin-top:-10px;
    }
}

.update-avatar-text {
    float: left;
    margin-top: 3px;
    color: #646464;
}

.update-avatar-button {
    float: right;
    background: #f24f4f;
    color: white;
    padding: 5px 7px 5px 7px;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: -2px;
}

.modal-btn-facebook {
    display: none;
}


/* Login buttons + Facebook */

#login-button {
    display: block;
    width: auto;
    text-align: center;
    margin: 7px 20px 15px 20px;
    padding-top: 13px;
    height: 17px;
}

#register-button {
    display: block;
    width: auto;
    text-align: center;
    margin: 7px 20px 15px 20px;
    padding-top: 13px;
    height: 17px;
}

.tab-login .modal-menu .modal-btn a, .tab-register .modal-menu .modal-btn a {
        float: none;
}

.tab-login .modal-btn-active, .tab-register .modal-btn-active {
    display: block;
    width: 100%;
    margin: 0;
}

.modal-btn-facebook a {
    display: block;
    width: auto;
    text-align: center;
    font-size: 12px;
    margin: 0px 20px 15px 20px;
    padding-top: 13px;
    height: 17px;
    background: #466CBC;
    color: white;
}

.modal-btn-facebook a:hover {
    color: #ffffff;
    background: #547DD4;
}

.modal-btn-facebook {
    display: block;
    width: 100%;
    margin: 0;
}

.modal-background {
    z-index: 1999;
}

#share, #playlist, #delete, #connect {
    z-index: 2000;
}

.facebook-info {
    display: block;
    width: auto;
    margin: 0 15px 15px 15px;
    text-align: center;
    font-size: 11px;
    color: #aaa;
}

.fb-icon-white {
    float: left;
    padding-left: 33px;
    padding-top: 11px;
    height: 17px;
}

/* .canvas-get-dark {
    opacity:0.2;
}
.canvas-get-light {
    opacity:1;
} */

.track-pro-badge {
    /* display:none; */
    background-size: 8px;
    margin: 0px 0px -4px 2px;
}

/* dark theme */

/* .cover-avatar {
    background-image: var(--cover-avatar);
    background-size: 112px;
    border-radius: 50%;
    height:112px;
    border: 2px solid var(--bg-ffffff);
}

@media only screen and (max-device-width: 479px) {
.cover-avatar {
    width: 66px;
    margin-top: -118px;
    height: 66px;
    background-size: 66px;
}
} */

.cover-avatar img {
    /* display: none; */
}

.timeago, .timeago-standard {
    color: var(--bg-999999);
}

div.download-button, div.share-button, div.playlist-button, div.like-button, div.mix-edit-button, div.delete-button, div.featured-button, div.liked-button {
    background-color: var(--bg-action);
    border: 1px solid var(--border-action);
    color:var(--color-action);
}

.song-tag a, .song-tag a:hover {
    background: var(--song-tag-bg);
    color: var(--song-tag-a);
}

.featured-dark a {
    background: none !important;
}

.topbar {
    background:var(--bg-topbar);
    /* border-bottom: 1px solid var(--border-topbar); */
}

.sidebar-suggestions-track a {
    color:var(--sugg-track-a);
}

.divider-dark {
    border-top:1px solid var(--divider-dark);
}

div.sidebar-content {
    color:var(--div-sidebar-content);
}

.cover-content {
    /* border-bottom: 1px solid var(--bg-cover-border); */
    background:var(--bg-cover-content);
}

.sidebar-link a {
    color: var(--sidebar-link-a);
}

.sidebar-link-active a, .sidebar-link-active a:hover {
    background: var(--bg-f7f7f7);
    color: var(--bg-444444);
}

.featured-dark-img {
    background-image: var(--featured-img-icon);
    background-size: 24px;
    background-repeat: no-repeat;
    /* display:none; */
}

::-webkit-scrollbar {
    /* display: none; */
}

.page-content {
    background:var(--page-content);
}


/* Pro */

.feature-option {
    width: 40%;
    /* text-align: center; */
}

.plan-option {
    width: 20%;
    text-align: center;
}

.plan-option .menu-btn {
    float: none;
}

.feature-container {
    margin: 20px 20px 0px 20px;
}

.feature-description {
    margin: 10px 20px 20px 20px;
}

.pro-small {
    background-size: 9px;
    margin: 0 0 -2px 2px;
  }

  body {
      /* font-family: 'Courier New' !important; */
  }




.profile-mini-info {
    display: none;
}

.btn-toggle2 {
    display: none;
}

@media only screen and (max-device-width: 479px) {

    .btn-toggle2 {
        display: block;
    }

    .view-mode-menu {
        display: block;
    }

    .profile-mini-info {
        display: block;
        margin-left: 5px;
    }

}

.comment-btn {
    display:block;
}

.message-reply-container {
    padding-top: 0px;
}

.message-reply-content {
    padding-top: 0px;
    margin-top: 0px;
    line-height: 18px;
}

.message-reply-author a {
    color: var(--bg-111111);
}

.comment-btn a {
    padding: 6px 18px;
    color: #9e9e9e;
    border: 0;
    background: var(--go-pro-plan-bg);
    font-size: 13px;
    letter-spacing: 0.4px;
}

.comments_counter {
    display:block;
    background-image: url(images/icons/comment_n2.png);
}

.comments_counter {
    margin-left: -3px;
}




/* Menu icons */

.menu_icon_ {
    height:22px;
    width:22px;
}

.menu_div_left {
    float:left;
    margin-left:7px;
    margin-right:14px;
}

.menu_div_right {
    float:left;
    margin-top:2px;
}


.page-container {
    border-right: 1px solid var(--border-right);
}




/* Telegram Banner - START */

.tg-banner {
    display:none;
}

.tg-banner-bg {
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
    background: #EFF7FB;
    display: flex;
    border-radius: 6px;
}

.tg-banner-logo {
    float: left;
    margin: -1px 0 0 2px;
    padding: 10px;
    flex: 1;
}

.tg-banner-text {
    float: left;
    margin: 0 2px;
    padding: 10px 10px 10px 0px;
    color: #6a6a6a;
    font-size: 13px;
    flex: auto;
}

.tg-banner-button {
    float: left;
    border-radius: 5px;
    margin: 10px 14px 0 0;
    padding: 7px 14px 10px 14px;
    background: #34AADF;
    color: #fff;
    flex: 1;
    height: 13px;
    font-size: 13px;
}


@media only screen and (max-width: 479px) {

    .tg-banner {
        /* display:block; */
    }

}

/* Telegram Banner - END */


.jp-current-time, .jp-duration {
    color:var(--current-total-time);
}

.list-container {
    border-bottom: 1px solid var(--border-right);
    border-right: 1px solid var(--border-right);
}

.cover-location {
    color: var(--cover-location);
}

.div-def-avatar {
    width: 116px;
    height: 116px;
    background-size: 116px;
    border-radius: 50%;
    background-image: var(--def-img-avatar);
    border: 2px solid var(--bg-ffffff);
    display: none;
}

.div-normal-avatar {

    width: 116px;
    height: 116px;
    background-size: 116px;
    margin-left: 2px;
    margin-top: 2px;
    z-index: 1;
    /* display: none; */
    position: absolute;

}

.modal-inner input {
    background: white;
}

.modal-title .divider {
    background: #eee;
}

.topbar-song-name {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    line-height: 17px;
    height:36px;
}



/* ********************************** */

/* Welcome Header*/

.content-bb-fresh {
    margin-top:5px;
    border-radius:6px;
}

@media only screen and (min-device-width: 350px) and (max-device-width: 600px) {
    .content-bb-fresh {
        /* margin-top:18px; */
        border-radius: 16px;
        margin: 10px 15px 0 15px;
        width: auto;
    }
}


@media only screen and (min-device-width: 780px) {
    .content-bb-fresh {
        margin-top:20px;
        border-radius:10px;
        height: 300px;
    }
    .welcome-inner {
        overflow: auto;
        padding: 30px 20px 0 20px;
    }
  }


  
@media only screen and (min-device-width: 578px) {
    .content-bb-fresh {
        margin-top:20px;
        border-radius:20px;
        height: 300px;
    }
    .welcome-inner {
        overflow: auto;
        padding: 30px 20px 0 20px;
    }
  }

  
/* Grey BG Color*/
  
.grey-bg {
    background: var(--bg-bgcolor);
}


/* Profile */



  @media only screen and (min-device-width: 780px) {
    .cover-content .cover-image {
        border-radius: 10px;
        margin-top: 20px;
        height:80px;
    }

    .cover-content {
        border-bottom: 0;
        margin-bottom: 5px;
    }

    a.cover-button-active {
        padding: 0px 0 11px 0;
    }

    a.cover-button-active {
        border-bottom: 2px solid #fe4646;
    }

    a.cover-button-active:hover {
        border-bottom: 2px solid #fe4646;
        padding-bottom: 11px;
    }

    .content-profile .song-container {
        border-right: 0;
    }

    .content-profile .sidebar-container {
        border-left: 0;
    }

    .content-profile .widget-about {
        margin-top: 2px;
    }

    .content-profile .song-container {
        padding: 20px 14px 10px 0px;
    }

    .content-profile .cover-buttons {
        margin: 0;
    }

    @media only screen and (min-device-width: 780px) {
        .content-profile .sidebar-description {
            padding: 0px 0px 0 13px;
        }
    }

    .content-profile .cover-description-buttons {
        margin: -60px 0px 0 0;
    }

    .content-profile .sidebar-header {
        border-top:0;
    }

    .revenue_border {
        border-bottom:0;
    }

    .content-profile .sidebar-link-active a, .content-profile .sidebar-link-active a:hover {
        border-radius: 6px;
    }

    .sidebar-social-container {
        padding: 15px 10px 0 12px;
    }

}

/* Featured, Explore, Popular, Tags etc. navigation*/

.sidebar-container {
    border-left:0;
}

.sidebar-link a {
    padding: 8px 20px 4px 14px;
}

.sidebar-link-active a, .sidebar-link-active a:hover {
    border-radius: 6px;
}

.sidebar-header {
    /* padding: 15px 20px 10px 13px; */
}

.song-container {
    border-right:0;
}

.divider-dark {
    border-top: 0;
}

@media only screen and (min-device-width: 479px) {
    .widget-categories {
        margin-top: 50px;
    }
}

.sidebar-header {
    border-top: 0;
}

.page-header-extra {
    border-right: 0;
}

@media only screen and (min-device-width: 479px) {
    .widget-categories {
        margin-top: 16px;
    }
}

@media only screen and (min-device-width: 479px) {
    .page-header {
        padding: 20px 20px 5px 0px;
    }
    .song-container {
        padding: 20px 20px 10px 0px;
    }
}


/* Counter of Mixes, Likes etc. in Profile navigation */

@media only screen and (max-device-width: 479px) {
    a.cover-button {
        margin: 0 20px 0 0;
    }
}

@media only screen and (max-width: 479px) {
    .profile-mini-info {
        display: none;
    }
}

@media only screen and (max-device-width: 479px) {
    .cover-buttons {
        float: left;
        margin: 30px 0 0 20px;
    }
}

/* Global Margin on a sides */

/* Mix Page */

@media only screen and (min-width: 767px) {
.content-track .sidebar-button-container, .content-track .widget-suggestions, .content-track .widget-statistics, .content-track .widget-trending, .content-track .sidebar-report {
    border-right:0;
}

}

.content-track .sidebar-header {
    padding: 15px 20px 10px 20px;
}

@media only screen and (min-width: 767px) {
    .content-track .sidebar-header {
        padding: 15px 20px 10px 0;
    }
}

.content-track .sidebar-description, .content-profile .sidebar-description {
    padding:10px 20px 0 20px;
}

@media only screen and (min-width: 767px) {
    .content-track .sidebar-description {
        padding:10px 20px 0 0;
    }
    .content-profile .sidebar-description {
        padding:10px 20px 0 13px;
    }
    .widget-description .sidebar-description {
        padding: 10px 0 0 0;
    }
}

.content-track .sidebar-suggestions-inner {
    padding: 10px 15px 0 20px;
}

@media only screen and (min-width: 767px) {
.content-track .sidebar-suggestions-inner {
    padding: 10px 15px 0 2px;
    
}
}

.content-track .share-mix {
    margin:5px 0 5px 20px;
}

@media only screen and (min-width: 767px) {
    .content-track .share-mix {
        margin:5px 0 5px 3px;
    }
}

.content-track .likes-widget .likes-avatars {
    padding: 1px 20px 20px 20px;
}

@media only screen and (min-width: 767px) {
.content-track .likes-widget .likes-avatars {
    padding: 1px 20px 20px 1px;
}
}

@media only screen and (min-width: 767px) {
    .content-track .widget-description {
        width: 71%;
    }
}

@media only screen and (min-width: 767px) {
    .content-track .sidebar-button-container, .content-track .widget-suggestions, .content-track .widget-statistics, .content-track .widget-trending, .content-track .sidebar-report {
        width: 29%;
    }
}

.content-track .likes-widget {
    border-right:0;
    width: 100%;
}

@media only screen and (min-width: 767px) {
.content-track .likes-widget {
    border-right:0;
    width: 29%;
}
}

.content-track .sidebar-report {
    border-top:0;
}

@media only screen and (min-device-width: 479px) {
.content-track .song-container {
    padding: 20px 5px 10px 0px;
}
}


/* Admin Btn in header */

#admin_btn {
    margin-right: 5px;
}

/* Any Info page */

@media only screen and (min-width: 767px) {
    .content-page .page-inner {
        padding: 10px 20px 0 0;
    }
}



/* Remove horisontal scroll from Wave */

wave {
    overflow:hidden !important;
}


/* Settings Global All pages */

.grid-content, .grid-sidebar {
    border-bottom: 0;
}

.page-container {
    border-right: 0;
}

@media only screen and (min-width: 767px) {
    .content-settings .grid-sidebar {
        margin-top: 47px;
    }
}


/* Admin */

@media only screen and (min-width: 767px) {
    .content-admin .page-inner {
        padding: 10px 5px 10px 0;
    }  
}


/* Profile Mobile Version - Header updates */

@media only screen and (max-device-width: 479px) {
    
    .cover-container {
        margin: 15px 15px 0 15px;
    }
    .cover-avatar {
        margin-left:12px;
    }

    .cover-description-content {
        /* margin-left:0; */
    }
    .cover-image {
        background-size: cover;
        height: 0px;
        border-radius: 8px;
    }

    .cover-description {
        margin-left: -18px;
    }

}

/* Basic Badge */

.basic-icon {
    background: url('images/icons/basic_grey.png') no-repeat;
    background-size: 12px;
  }

  .track-basic-badge {
    /* display:none; */
    background-size: 8px;
    margin: 0px 0px -4px 2px;
}

/* Welcome Mobile */

@media only screen and (max-device-width: 479px) {
    .welcome-mobile-view .welcome-items-width {
        max-width: 100px;
    }
    .welcome-mobile-view .welcome-track {
        margin: 10px 5px 6px 5px;
    }
    .welcome-mobile-view .welcome-track .song-title div {
        font-size: 12px;
    }
    .desktop-author {
        display:none;
    }

    .welcome-tracks .song-title div, .welcome-tracks .song-author {
        white-space: break-spaces;
        overflow: hidden;

        text-align: center;
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
    }

}


@media only screen and (min-device-width: 480px) {
.welcome-tracks {
    width: auto;
    margin: 0 0px 80px 0px;
}

.welcome-items-width {
    max-width: 265px;

}
.welcome-tracks .welcome-track .welcome-pseudo {
    border-radius: 8px;
}

}

/* Bottom Bar */

.bottombar {
    background: var(--bg-bgcolor);
}


/* WHITE HEADER - COLORED WITH COVER */

@media only screen and (min-device-width: 480px) {
.search-container, .search-list-container {
    max-width: 424px;
    margin: -1px auto 0 auto;
}
}

.sidebar-content {
    background: none;
}


.cover-image-blur {
    position:absolute;
    left: 0;
    filter: blur(70px);
    width: 100%;
    opacity: 0.6;
    top: 0px;
    height: 80px;
}


@media only screen and (max-device-width: 715px) {

    .cover-image-blur {
        opacity: 0.5;
        top: 0px;
        height: 100px;
    }
}

.column, .columns {
    position: static !important;
}

.topbar {
    /* backdrop-filter: blur(120px); */
    /* background: hsl(0deg 0% 10% / 85%); */
}

@media only screen and (max-device-width: 480px) {
    .slim-view {
        display: none;
    }
}

.slim-slim {
    position: fixed;
    font-size: 14px;
    color: #666;
    right: 18px;
    top: 88px;
    z-index: 300;
    width: 118px;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--categories-row-border);
    border-radius: 8px;
    display: none;
}



/* Welcome Styles for Plans */

@media only screen and (min-device-width: 715px) {

.plans-main {
    display:flex;
    justify-content:center;
    width: 100%;
    margin: 40px 0;
}

.plans-inner {
    display:inline-flex;
    justify-content:center;
    flex-wrap:wrap;
}

.plans-item {
    width:33%;
}

}

.al-left {
    text-align: left;
}


.widget-statistics {
    margin-top:50px;
}

@media only screen and (max-device-width: 480px) {
    .widget-statistics {
        margin-top:10px;
        padding: 0px 20px 0 10px;
    }
    .widget-gopro {
        padding: 10px 0 30px 10px;
    }
}

@media only screen and (max-device-width: 479px) {
    .content-track {
      margin-top:-12px;
    }
    .content-profile {
        margin-top:-7px;
      }
  }

  .sidebar-description a {
    word-break: break-all;
  }

  @media only screen and (max-device-width: 479px) {
  .welcome-message .welcome-button a {
    padding: 9px 14px;
    font-size: 11px;
  }
}

/* Get Updates Buttons */

.fff_text {
    font-size:12px;
}

.fff-telegram {
    background-image: var(--fff-telegram);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.fff-facebook {
    background-image: var(--fff-facebook);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.fff-twitter {
    background-image: var(--fff-twitter);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.fff-threads {
    background-image: var(--fff-threads);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.fff-button {
    padding: 7px 10px 7px 28px;
    margin-right: 5px;
    background-color: var(--fff-bg-color);
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    height: 13px;
    background-size: 17px;
    background-position-x: 6px;
    color: #777777;
    float: left;
    display: flex;
    align-items: center;
    border: 1px solid var(--fff-bg-border);
  }

  .fff-button:hover {
    background-color: var(--fff-bg-color-hover);
  }

  .get-updates-header {
    font-size: 14px;
    padding-bottom: 5px !important;
  }
  
  @media only screen and (max-width: 514px) {

    .fff-button {
        padding: 5px 7px 5px 26px;
        height: 12px;
        background-size: 16px;
      }

      .fff_text {
        font-size:11px;
    }
    .get-updates-header {
        font-size: 12px;
        padding-bottom: 3px !important;
      }

  }

  @media only screen and (max-width: 360px) {

    .fff_text {
        font-size:10px;
    }

  }

  @media only screen and (max-width: 340px) {

    .fff-threads {
        display: none;
    }

  }

  .new-upload-button {
    float: right;
    margin: 9px 0 0 0;
  }

  .new-upload-button a {
    border-radius: 10px;
    margin: 3px 10px 0 10px;
    color: var(--menu-btn-color);
    padding: 8px 18px;
    font-size: 12px;
    background: var(--menu-btn-bg);
  }

  .new-upload-button a:hover {
    background: #fb5a5a;
    color:#fff;
  }

  @media only screen and (max-device-width: 805px) {
    .new-upload-button {
        display: none;
    }
}


.new-upload-button {
    /* display: none; */
}

.upload-button-mobile {
    display: block;
    background: url(images/btn_upload_mobile_x.svg) center no-repeat;
    background-size: 30px;
    float: right;
    width: 30px;
    height: 30px;
    margin: 12px 3px 0 7px;
    display: none;
}

@media only screen and (max-device-width: 805px) {
    .new-upload-button {
        display: none;
    }
    .upload-button-mobile {
        display: block;
    }
}


/* Comments fix Mobile */

@media only screen and (max-device-width: 805px) {
    .comments-header-fix {
        padding-left:20px !important;
    }
    .comments-desc-fix {
        margin-left:20px !important;
    }
}


/* track stats fix */

.track-stats {
    display: flex !important;
    flex-direction: row-reverse !important;
}

#page {
    font-size:14px !important;
}

.waveform {
    opacity:0.85;
}