/*
 * DemoDrop artist profile
 * Rebuilt from the original profile markup/classes supplied in istruzioni.txt.
 * The rules are scoped to .artist_profile so the rest of the theme keeps its
 * current Bootstrap and DemoDrop behavior.
 */

.ma_pc_inner.has-artist-profile,
.ma_pc_inner:has(.artist_profile) {
  max-width: none !important;
  padding: 0 !important;
}

.artist_profile,
.artist_profile * {
  box-sizing: border-box;
}

.artist_profile {
  color: #bcbcbc;
  font-size: 13px;
}

.artist_profile a,
.artist_profile a:visited {
  color: #d7d7d7;
  text-decoration: none;
}

.artist_profile a:hover {
  color: #fff;
  text-decoration: none;
}

.artist_profile p,
.artist_profile h1,
.artist_profile h2,
.artist_profile h3,
.artist_profile h4,
.artist_profile ul,
.artist_profile ol {
  margin: 0;
  padding: 0;
}

.artist_profile ul,
.artist_profile ol {
  list-style: none;
}

.artist_profile .bold {
  font-weight: 700;
}

.artist_profile .center {
  text-align: center;
}

.artist_profile .white {
  color: #fff;
}

.artist_profile .uppercase {
  text-transform: uppercase;
}

.artist_profile .f12 {
  font-size: 12px;
}

.artist_profile .f14 {
  font-size: 14px;
}

.artist_profile .p10 {
  padding: 10px;
}

.artist_profile .p20 {
  padding: 20px;
}

.artist_profile .ph20 {
  padding-left: 20px;
  padding-right: 20px;
}

.artist_profile .clear {
  clear: both;
}

.artist_profile .float-right {
  float: right;
}

.artist_profile .box-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.artist_profile .profile-bg,
.artist_profile .artist_header {
  position: relative;
  overflow: hidden;
  background-color: #444;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px 3px 0 0;
}

.artist_profile .profile-header,
.artist_profile .artist_cover {
  position: relative !important;
  min-height: 360px !important;
  height: auto !important;
  padding: 80px 20px 38px !important;
  overflow: hidden !important;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background: transparent !important;
}

.artist_profile .artist_profile_cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.artist_profile .artist_profile_cover img,
.artist_profile .artist_profile_cover video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.artist_profile .profileBox_gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .72) 100%);
}

.artist_profile .profile-header > * {
  position: relative;
  z-index: 2;
}

.artist_profile .profile-header > .artist_profile_cover {
  position: absolute;
  z-index: 0;
}

.artist_profile .profile-header > .profileBox_gradient {
  position: absolute;
  z-index: 1;
}

.artist_profile .profile-avatar {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
  overflow: visible;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #333;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.artist_profile .profile-avatar .dd-profile-avatar-clip {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

.artist_profile .profile-avatar img#avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}

.artist_profile .profile-header-content,
.artist_profile .artist_user_info {
  position: relative !important;
  z-index: 2 !important;
  max-width: 720px;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #fff !important;
  text-align: center;
  background: transparent !important;
}

.artist_profile .sfy_artst_artst {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 18px;
  margin-bottom: 8px;
}

.artist_profile .sfy_artst_verf {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.artist_profile .profile-header-content h1 {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 300%;
  font-weight: 700;
  line-height: 110%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  overflow-wrap: anywhere;
}

.artist_profile .profile-header-content h1 img {
  display: none !important;
}

.artist_profile .profile-header-content h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 200%;
  font-weight: 400;
  line-height: 110%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
  overflow-wrap: anywhere;
}

.artist_profile .profile-header-content > span,
.artist_profile .profile-header-content .user-online-status-wrapper {
  display: block;
  margin-top: 4px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 13px !important;
  line-height: 1.45;
}

.artist_profile .profile-header-content .bold.center {
  margin-top: 6px;
  color: #fff;
  font-size: 13px;
}

.artist_profile .button-group,
.artist_profile .profile-action-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}

.artist_profile .button,
.artist_profile button,
.artist_profile .btn,
.artist_profile a.btn,
.artist_profile .ds-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  margin: 0;
  padding: 5px 16px !important;
  border: 0 !important;
  border-radius: 2px !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none !important;
}

.artist_profile .button-black,
.artist_profile .button.button-black,
.artist_profile .btn_edt_prof,
.artist_profile .ds-btn {
  background: #111 !important;
}

.artist_profile .button-blue,
.artist_profile #follow-user {
  background: #5890ff !important;
}

.artist_profile .button-green,
.artist_profile #unfollow-user {
  background: #37a857 !important;
}

.artist_profile .button:hover,
.artist_profile button:hover,
.artist_profile .btn:hover,
.artist_profile a.btn:hover {
  opacity: .88;
}

.artist_profile .btn_blc_unblck {
  width: 29px;
  min-width: 29px;
  padding: 4px !important;
  background: #111 !important;
}

.artist_profile .btn_blc_unblck svg {
  width: 18px;
  height: 18px;
}

.artist_profile .edit_cover {
  position: absolute !important;
  top: calc(var(--dd-header-h, 64px) + 14px);
  right: 20px;
  z-index: 100 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.artist_profile .edit_cover form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  pointer-events: auto !important;
}

.artist_profile .edit_cover .btn-file,
.artist_profile .edit_cover .ip-edit-position-btn,
.artist_profile .profile-avatar .edit_avatar .btn-file,
.artist_profile .profile-avatar .ip-edit-position-btn {
  position: relative;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, .58) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .25) !important;
  overflow: hidden;
  pointer-events: auto !important;
  z-index: 1;
  cursor: pointer !important;
}

.artist_profile .profile-avatar .edit_avatar {
  position: absolute !important;
  left: 0;
  bottom: 0;
  z-index: 20;
  pointer-events: auto !important;
}

.artist_profile .profile-avatar .edit_avatar form {
  margin: 0;
}

.artist_profile .profile-avatar .edit_avatar .btn-file {
  overflow: hidden;
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.artist_profile .profile-avatar .ip-edit-position-btn {
  position: absolute !important;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.artist_profile .edit_cover .btn-file,
.artist_profile .edit_cover .ip-edit-position-btn,
.artist_profile .edit_cover .change-cover-icon,
.artist_profile .profile-avatar .edit_avatar .btn-file,
.artist_profile .profile-avatar .ip-edit-position-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex: 0 0 auto !important;
}

.artist_profile .edit_cover .mt-2,
.artist_profile .edit_cover .change-cover-icon {
  margin-top: 0 !important;
}

.artist_profile .edit_cover svg,
.artist_profile .profile-avatar .edit_avatar svg,
.artist_profile .profile-avatar .ip-edit-position-btn svg {
  width: 18px;
  height: 18px;
  margin: 0;
  pointer-events: none;
}

.artist_profile .edit_cover input[type="file"],
.artist_profile .profile-avatar .edit_avatar input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  pointer-events: auto !important;
}

.artist_profile .cover-upload-progress {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  padding: 8px 12px;
  border-radius: 3px;
  background: rgba(0, 0, 0, .75);
  transform: translateX(-50%);
}

.artist_profile .cup-bar-track {
  flex: 1;
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(255, 255, 255, .18);
}

.artist_profile .cup-bar-fill {
  width: 0;
  height: 100%;
  background: #e30d7f;
}

.artist_profile .cup-pct {
  min-width: 34px;
  color: #fff;
  font-size: 11px;
  text-align: right;
}

.artist_profile .profile-body {
  overflow: hidden;
  border-radius: 0 0 3px 3px;
  background: #222;
}

.artist_profile .profile-body > .content {
  background: #222;
}

.artist_profile #bottom {
  padding: 20px;
}

.artist_profile ul.tabs {
  min-height: 43px;
  border-bottom: 3px solid rgba(255, 255, 255, .10);
}

.artist_profile ul.tabs:after {
  content: "";
  display: table;
  clear: both;
}

.artist_profile ul.tabs > li {
  float: left;
}

.artist_profile ul.tabs > li.float-right {
  float: right;
}

.artist_profile ul.tabs > li > a {
  position: relative;
  display: block;
  min-height: 43px;
  padding: 13px 13px 10px;
  border-bottom: 3px solid transparent;
  color: #aaa;
  font-size: 13px;
  line-height: 17px;
  white-space: nowrap;
}

.artist_profile ul.tabs > li > a:hover {
  color: #fff;
}

.artist_profile ul.tabs > li > a.active,
.artist_profile ul.tabs > li > a.active:hover {
  color: #fff;
  border-bottom-color: #e30d7f;
}

.artist_profile ul.tabs > li > a[data-count]:after {
  content: attr(data-count);
  display: inline-block;
  margin-left: 6px;
  color: #777;
  font-size: 11px;
}

.artist_profile .profile-tabs-more {
  position: relative !important;
}

.artist_profile .profile-tabs-more .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  float: none !important;
  margin-top: 0 !important;
  min-width: 180px;
  padding: 6px 0;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 2px;
  background: #181818;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
  transform: none !important;
  z-index: 1000;
}

.artist_profile .profile-tabs-more .dropdown-menu.show {
  display: block;
}

.artist_profile .profile-tabs-more .dropdown-menu a {
  display: block;
  padding: 8px 14px;
  color: #bdbdbd;
  font-size: 13px;
}

.artist_profile .profile-tabs-more .dropdown-menu a:hover,
.artist_profile .profile-tabs-more .dropdown-menu a.active {
  color: #fff;
  background: #222;
}

.artist_profile .dd-tabs-more-mobile {
  display: none !important;
}

.artist_profile .detail,
.artist_profile .profile-detail-bar {
  clear: both;
  display: block;
  min-height: 29px;
  margin: 0;
  padding: 7px 12px !important;
  color: #aeb4bd;
  line-height: 15px;
  background: #1f1f1f !important;
  border-top: 1px solid rgba(255, 255, 255, .04);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.artist_profile .detail strong {
  color: #fff;
  font-weight: 700;
}

.artist_profile .profile-right-content {
  position: relative;
  float: right;
  width: 320px;
  min-height: 220px;
  color: #aaa;
  border-left: 1px solid rgba(255, 255, 255, .08);
  z-index: 50;
  pointer-events: auto;
}

.artist_profile .profile-left-content {
  position: relative;
  margin-right: 320px;
  padding-bottom: 20px;
  z-index: 1;
}

.artist_profile .profile-left-content .feed_post_block {
  padding: 0 20px 20px;
}

.artist_profile .profile-left-content .feed_post_block#user-feed-data,
.artist_profile .profile-left-content .feed_post_block .feed_post_block,
.artist_profile .profile-left-content .feed_post_block ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.artist_profile .song_search_list.dd-profile-original-track {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  list-style: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.artist_profile .song_search_list.dd-profile-original-track .dd-track-shell {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.artist_profile .song_search_list.dd-profile-original-track .blurred-cover-bg,
.artist_profile .song_search_list.dd-profile-original-track .dd-feed-track-body,
.artist_profile .song_search_list.dd-profile-original-track .sfy_song_post,
.artist_profile .song_search_list.dd-profile-original-track .sfy_song_hdr,
.artist_profile .song_search_list.dd-profile-original-track .sfy_song_btmprt,
.artist_profile .song_search_list.dd-profile-original-track .ss_actions,
.artist_profile .song_search_list.dd-profile-original-track .post-actions,
.artist_profile .song_search_list.dd-profile-original-track > hr,
.artist_profile .song_search_list.dd-profile-original-track > .valign {
  display: none !important;
}

.artist_profile .profile-left-content .dd-feed-track-body {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.artist_profile .profile-left-content .feed_post,
.artist_profile .profile-left-content .sfy_song_post {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.artist_profile .profile-left-content .fp_head,
.artist_profile .profile-left-content .opts_feed,
.artist_profile .profile-left-content .sfy_song_post > hr,
.artist_profile .profile-left-content .sfy_song_post > .valign.post-actions,
.artist_profile .profile-left-content .sfy_song_post > .valign:has(.post-actions) {
  display: none !important;
}

.artist_profile .profile-left-content .dd-feed-track-body .blurred-cover-bg,
.artist_profile .profile-left-content .dd-feed-track-body > hr,
.artist_profile .profile-left-content .dd-feed-track-body > .valign,
.artist_profile .profile-left-content .dd-feed-track-body .post-actions {
  display: none !important;
}

.artist_profile .profile-left-content .sfy_song_post > .post-actions,
.artist_profile .profile-left-content .sfy_song_post > .valign.post-actions,
.artist_profile .profile-left-content .sfy_song_post > .valign:has(.post-actions),
.artist_profile .profile-left-content .feed_post > .post-actions,
.artist_profile .profile-left-content .feed_post > .valign.post-actions,
.artist_profile .profile-left-content .feed_post > .valign:has(.post-actions) {
  display: none !important;
}

.artist_profile .profile-right-content .p20,
.artist_profile .sidebar_widget,
.artist_profile .user_side_info_list {
  color: #aaa;
}

.artist_profile .profile-right-content hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.artist_profile .profile-right-content .sidebar_widget.sfy_usr_side {
  position: relative !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 255, 255, .07) !important;
  border-radius: 8px !important;
  color: rgba(255, 255, 255, .74) !important;
  background: #1f2227 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18) !important;
  z-index: 55 !important;
  pointer-events: auto !important;
}

.artist_profile .profile-right-content .sfy_usr_side .artist-genre-info {
  margin: 0 0 16px !important;
  padding: 14px !important;
  border: 1px solid rgba(102, 126, 234, .22) !important;
  border-left: 3px solid #667eea !important;
  border-radius: 8px !important;
  background: #242833 !important;
  box-shadow: none !important;
}

.artist_profile .profile-right-content .sfy_usr_side .artist-genre-info > div:first-child {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 8px !important;
}

.artist_profile .profile-right-content .sfy_usr_side .artist-genre-info > div:first-child span {
  color: rgba(255, 255, 255, .52) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.artist_profile .profile-right-content .sfy_usr_side .artist-genre-info > div:last-child {
  padding-left: 26px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.artist_profile .profile-right-content .sfy_usr_side .sfy_usr_stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 0 16px !important;
  padding: 0 0 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
}

.artist_profile .profile-right-content .sfy_usr_side .sfy_usr_stats a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  min-height: 42px !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(255, 255, 255, .07) !important;
  border-radius: 7px !important;
  color: rgba(255, 255, 255, .66) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  background: rgba(255, 255, 255, .035) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.artist_profile .profile-right-content .sfy_usr_side .sfy_usr_stats a:hover {
  color: #fff !important;
  border-color: rgba(227, 13, 127, .35) !important;
  background: rgba(227, 13, 127, .11) !important;
}

.artist_profile .profile-right-content .sfy_usr_side .sfy_usr_stats a span {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.artist_profile .profile-right-content .sfy_usr_side .sfy_usr_stats a svg {
  flex: 0 0 auto !important;
  margin-right: 4px !important;
  pointer-events: none !important;
}

.artist_profile .profile-right-content .sfy_usr_side .user_side_info_list {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .70) !important;
}

.artist_profile .profile-right-content .sfy_usr_side .user_side_info_list li {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 30px !important;
  padding: 5px 0 !important;
  color: rgba(255, 255, 255, .70) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.artist_profile .profile-right-content .sfy_usr_side .user_side_info_list a {
  position: relative !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.artist_profile .profile-right-content .sfy_usr_side .user_side_info_list li:first-child {
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
}

.artist_profile .profile-right-content .sfy_usr_side .about-name-heading {
  padding: 0 0 10px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

.artist_profile .profile-right-content .sfy_usr_side .user_side_info_list li svg {
  flex: 0 0 auto !important;
  width: 20px !important;
  height: 20px !important;
}

.artist_profile .profile-right-content .sfy_usr_side .user_side_info_list > p:empty {
  display: none !important;
}

.artist_profile .profile-right-content .sfy_usr_side .user_side_info_list li:has(p.mb-0) {
  display: block !important;
  padding: 0 !important;
}

.artist_profile .profile-right-content .sfy_usr_side .user_side_info_list li p.mb-0 {
  display: block !important;
  margin: 2px 0 10px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255, 255, 255, .07) !important;
  border-radius: 8px !important;
  color: rgba(255, 255, 255, .72) !important;
  background: rgba(255, 255, 255, .035) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.artist_profile .profile-right-content .sfy_usr_side .imageWrap {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  margin-top: 10px !important;
  margin-right: 8px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .05) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.artist_profile .profile-right-content .sfy_usr_side .imageWrap:hover {
  border-color: rgba(227, 13, 127, .38) !important;
  background: rgba(227, 13, 127, .12) !important;
}

.artist_profile .profile-right-content .sfy_usr_side .imageWrap img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  pointer-events: none !important;
}

html.day-mode .artist_profile .profile-right-content .sidebar_widget.sfy_usr_side {
  color: #444 !important;
  background: #fff !important;
  border-color: rgba(0, 0, 0, .08) !important;
  box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1 !important;
}

html.day-mode .artist_profile .profile-right-content .sfy_usr_side .artist-genre-info {
  background: #f7f8fa !important;
  border-color: rgba(102, 126, 234, .24) !important;
}

html.day-mode .artist_profile .profile-right-content .sfy_usr_side .artist-genre-info > div:first-child span {
  color: #667085 !important;
}

html.day-mode .artist_profile .profile-right-content .sfy_usr_side .artist-genre-info > div:last-child,
html.day-mode .artist_profile .profile-right-content .sfy_usr_side .sfy_usr_stats a span,
html.day-mode .artist_profile .profile-right-content .sfy_usr_side .about-name-heading {
  color: #111 !important;
}

html.day-mode .artist_profile .profile-right-content .sfy_usr_side .sfy_usr_stats,
html.day-mode .artist_profile .profile-right-content .sfy_usr_side .about-name-heading {
  border-color: rgba(0, 0, 0, .08) !important;
}

html.day-mode .artist_profile .profile-right-content .sfy_usr_side .sfy_usr_stats a {
  color: #555 !important;
  border-color: rgba(0, 0, 0, .08) !important;
  background: #f7f8fa !important;
}

html.day-mode .artist_profile .profile-right-content .sfy_usr_side .user_side_info_list,
html.day-mode .artist_profile .profile-right-content .sfy_usr_side .user_side_info_list li {
  color: #555 !important;
}

html.day-mode .artist_profile .profile-right-content .sfy_usr_side .user_side_info_list li p.mb-0 {
  color: #555 !important;
  background: #f7f8fa !important;
  border-color: rgba(0, 0, 0, .08) !important;
}

html.day-mode .artist_profile .profile-right-content .sfy_usr_side .imageWrap {
  border-color: rgba(0, 0, 0, .08) !important;
  background: #f7f8fa !important;
}

.artist_profile ul.tables,
.artist_profile .dd-track-table {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.artist_profile ul.tables li.track,
.artist_profile .dd-track-table li.track {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 100px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  color: #9a9a9a !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 1;
}

.artist_profile ul.tables li.track:after,
.artist_profile .dd-track-table li.track:after {
  content: "";
  position: absolute;
  left: 0;
  right: 128px;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, .08);
  pointer-events: none;
  z-index: 0;
}

.artist_profile ul.tables.zebra li.track:nth-child(odd),
.artist_profile .dd-track-table li.track:nth-child(odd) {
  background: transparent !important;
}

.artist_profile ul.tables li.track:hover,
.artist_profile .dd-track-table li.track:hover {
  background: transparent !important;
}

.artist_profile ul.tables li.track:before,
.artist_profile .dd-track-table li.track:before {
  content: "";
  position: absolute;
  inset: 0 128px 0 0;
  background: #222;
  pointer-events: none;
  z-index: 0;
}

.artist_profile ul.tables.zebra li.track:nth-child(odd):before,
.artist_profile .dd-track-table li.track:nth-child(odd):before {
  background: #252525;
}

.artist_profile ul.tables li.track:hover:before,
.artist_profile .dd-track-table li.track:hover:before {
  background: #2b2b2b;
}

.artist_profile ul.tables li.track .cover,
.artist_profile .dd-track-table li.track .cover {
  position: absolute !important;
  top: 0 !important;
  right: 28px !important;
  left: auto !important;
  display: block !important;
  width: 100px !important;
  height: 100px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #333 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: none !important;
  z-index: 1;
}

.artist_profile ul.tables li.track .vote-controls,
.artist_profile .dd-track-table li.track .vote-controls {
  position: absolute !important;
  top: 14px !important;
  left: 62px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  color: #aaa !important;
  line-height: 20px !important;
  background: inherit !important;
  z-index: 2;
}

.artist_profile li.track .vote-controls a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 20px !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: 20px !important;
  opacity: .5;
}

.artist_profile li.track .vote-controls i.fa {
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  font-size: 0 !important;
  line-height: 0 !important;
  vertical-align: middle;
}

.artist_profile li.track .vote-controls i.fa:before {
  content: none !important;
}

.artist_profile li.track .vote-controls i.fa-chevron-up {
  border-bottom: 7px solid currentColor;
}

.artist_profile li.track .vote-controls i.fa-chevron-down {
  border-top: 7px solid currentColor;
}

.artist_profile li.track .vote-controls .total {
  display: block;
  min-height: 20px;
  width: 34px;
  color: #d9d9d9;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.artist_profile li.track .vote-controls a:hover,
.artist_profile li.track .vote-controls a.is-active {
  color: #ff0084 !important;
  opacity: 1;
}

.artist_profile li.track .vote-controls .vote-up.is-active,
.artist_profile li.track.is-liked .vote-controls .vote-up {
  color: #ff0084 !important;
  opacity: 1;
}

.artist_profile li.track .vote-controls .vote-down.is-active,
.artist_profile li.track.is-disliked .vote-controls .vote-down {
  color: #ff0084 !important;
  opacity: 1;
}

.artist_profile ul.tables li.track .play-controls,
.artist_profile .dd-track-table li.track .play-controls {
  position: absolute !important;
  top: 25px !important;
  left: 14px !important;
  display: block !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, .34) !important;
  cursor: pointer;
  line-height: 1 !important;
  min-width: 0 !important;
  opacity: 0;
  text-align: center;
  transition: opacity .2s, color .2s, transform .2s;
  z-index: 3;
}

.artist_profile .dd-track-table li.track:hover .play-controls,
.artist_profile .dd-track-table li.track.is-loading .play-controls,
.artist_profile .dd-track-table li.track.is-playing .play-controls,
.artist_profile .dd-track-table li.track.active-track .play-controls,
.artist_profile .dd-track-table li.track.amplitude-playing .play-controls {
  opacity: 1;
}

.artist_profile li.track .play-controls .control {
  position: absolute;
  inset: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border-radius: 50%;
  color: rgba(255, 255, 255, .34);
  background: rgba(0, 0, 0, .18);
  font-size: 0 !important;
  line-height: 1;
  cursor: pointer;
  transition: opacity .18s, transform .18s, background .18s, color .18s;
}

.artist_profile li.track:hover .play-controls .control.play,
.artist_profile li.track:hover .play-controls .control.stop {
  color: #111;
  background: rgba(255, 255, 255, .08);
}

.artist_profile li.track .play-controls .control.play:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid currentColor;
}

.artist_profile li.track .play-controls .control.stop {
  display: flex !important;
  color: #ff0089;
  opacity: 0;
  pointer-events: none;
  transform: scale(.72);
}

.artist_profile li.track .play-controls .control.stop:before,
.artist_profile li.track .play-controls .control.stop:after {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  margin: 0 2px;
  border-radius: 1px;
  background: currentColor;
  transform-origin: center bottom;
}

.artist_profile li.track.is-playing .play-controls .control.play,
.artist_profile li.track.active-track .play-controls .control.play,
.artist_profile li.track.amplitude-playing .play-controls .control.play {
  opacity: 0;
  pointer-events: none;
  transform: scale(.72);
}

.artist_profile li.track.is-playing .play-controls .control.stop,
.artist_profile li.track.active-track .play-controls .control.stop,
.artist_profile li.track.amplitude-playing .play-controls .control.stop {
  background: rgba(255, 0, 137, .16);
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.artist_profile li.track .play-controls.play_btn:before {
  display: none !important;
  content: none !important;
}

.artist_profile ul.tables li.track .margin,
.artist_profile .dd-track-table li.track .margin {
  position: absolute !important;
  top: 10px !important;
  left: 112px !important;
  right: 618px !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 27px !important;
  background: transparent !important;
  z-index: 2;
}

.artist_profile li.track .song {
  display: block;
  max-width: 80%;
  min-height: 20px;
  overflow: hidden;
  color: #eee;
  font-size: 1.1em;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artist_profile li.track .song:hover {
  color: #ff0084;
}

.artist_profile li.track .variation-tag,
.artist_profile li.track .artist {
  display: block;
  overflow: hidden;
  color: #aaa;
  font-size: .9em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artist_profile li.track .variation-tag {
  display: inline-block;
  max-width: 200px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2px 4px;
  border-radius: 3px;
  background-color: rgba(0, 217, 113, .4);
  font-weight: 400;
  line-height: 15px;
  opacity: .8;
  text-transform: none;
}

.artist_profile ul.tables li.track .track-controls,
.artist_profile .dd-track-table li.track .track-controls {
  position: absolute !important;
  top: 20px !important;
  right: 156px !important;
  left: auto !important;
  display: block !important;
  width: 340px !important;
  max-width: calc(100% - 560px) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #9a9a9a !important;
  text-align: right !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 2;
}

.artist_profile .profile-left-content .dd-profile-track-row .dd-track-table li.track .track-controls,
.artist_profile .profile-left-content .dd-profile-track-row .dd-feed-track-body .dd-track-table li.track .track-controls,
.artist_profile .profile-left-content .dd-feed-track-body .dd-track-table li.track .track-controls {
  position: absolute !important;
  top: 20px !important;
  right: 156px !important;
  left: auto !important;
  width: 430px !important;
  max-width: 430px !important;
  min-width: 430px !important;
  text-align: right !important;
  transform: none !important;
}

.artist_profile .profile-left-content .dd-profile-track-row .dd-track-table li.track .margin,
.artist_profile .profile-left-content .dd-profile-track-row .dd-feed-track-body .dd-track-table li.track .margin,
.artist_profile .profile-left-content .dd-feed-track-body .dd-track-table li.track .margin {
  position: absolute !important;
  top: 10px !important;
  left: 112px !important;
  right: 622px !important;
  width: auto !important;
  max-width: none !important;
}

.artist_profile .profile-left-content .dd-profile-track-row .dd-track-table li.track .cover,
.artist_profile .profile-left-content .dd-profile-track-row .dd-feed-track-body .dd-track-table li.track .cover,
.artist_profile .profile-left-content .dd-feed-track-body .dd-track-table li.track .cover {
  position: absolute !important;
  top: 0 !important;
  right: 28px !important;
  left: auto !important;
  width: 100px !important;
  height: 100px !important;
}

.artist_profile li.track .track-controls .p10 {
  padding: 10px 10px 4px !important;
}

.artist_profile li.track .track-controls .f12 {
  color: #a9abb0 !important;
  font-size: 12px !important;
}

.artist_profile li.track .by-user {
  color: #e8e8e8;
  font-weight: 700;
}

.artist_profile li.track .by-user:hover {
  color: #ff0084;
}

.artist_profile li.track .track-tags {
  display: block !important;
  max-width: 100% !important;
  padding: 5px 10px 10px !important;
  overflow: hidden !important;
  text-align: right !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.artist_profile .profile-left-content .dd-profile-track-row .dd-track-byline,
.artist_profile .profile-left-content .dd-feed-track-body .dd-track-byline {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  text-align: right !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.artist_profile .profile-left-content .dd-profile-track-row .track-tags,
.artist_profile .profile-left-content .dd-feed-track-body .track-tags {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 5px 10px 0 !important;
  overflow: hidden !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.artist_profile .profile-left-content .dd-profile-track-row .track-tags .tag,
.artist_profile .profile-left-content .dd-feed-track-body .track-tags .tag {
  float: none !important;
  display: inline-block !important;
  max-width: 190px !important;
  margin: 0 0 0 6px !important;
  vertical-align: top !important;
}

.artist_profile li.track .tag {
  display: inline-block;
  max-width: 120px;
  margin-right: 5px;
  padding: 2px 5px;
  overflow: hidden;
  border-radius: 3px;
  color: #aaa;
  background: rgba(255, 255, 255, .1);
  font-weight: 300;
  font-size: 11px;
  line-height: 17px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: top;
  white-space: nowrap;
}

.artist_profile li.track .hash:before {
  content: "# ";
  opacity: .7;
}

.artist_profile li.track .tag:hover {
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

.artist_profile #artist_search_loading {
  color: #aaa;
}

.artist_profile .hd-profile-subscribe-btn {
  color: #111 !important;
  background: linear-gradient(135deg, #f97316, #facc15) !important;
}

@media (max-width: 1024px) {
  .artist_profile .profile-right-content {
    float: none;
    width: auto;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .artist_profile .profile-left-content {
    margin-right: 0;
  }

  .artist_profile .profile-left-content .feed_post_block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .artist_profile ul.tabs > li.float-right:not(.profile-tabs-more) {
    display: none;
  }

  .artist_profile .dd-tabs-more-mobile {
    display: block !important;
  }

  .artist_profile ul.tables li.track .margin,
  .artist_profile .dd-track-table li.track .margin {
    top: 8px !important;
    left: 112px !important;
    right: 460px !important;
    width: auto !important;
    line-height: 23px !important;
  }

  .artist_profile ul.tables li.track .track-controls,
  .artist_profile .dd-track-table li.track .track-controls {
    top: 20px !important;
    right: 156px !important;
    left: auto !important;
    width: 300px !important;
    max-width: calc(100% - 420px) !important;
    text-align: right !important;
  }
}

@media (max-width: 640px) {
  .artist_profile .profile-header,
  .artist_profile .artist_cover {
    min-height: 310px !important;
    padding: 64px 14px 28px !important;
  }

  .artist_profile .profile-avatar {
    width: 104px;
    height: 104px;
    margin-bottom: 16px;
  }

  .artist_profile .profile-header-content h1 {
    font-size: 220%;
  }

  .artist_profile .profile-header-content h3 {
    font-size: 150%;
  }

  .artist_profile .button-group,
  .artist_profile .profile-action-group {
    gap: 5px;
  }

  .artist_profile .button,
  .artist_profile button,
  .artist_profile .btn,
  .artist_profile a.btn,
  .artist_profile .ds-btn {
    min-height: 31px;
    padding: 5px 10px !important;
  }

  .artist_profile #bottom {
    padding: 14px;
  }

  .artist_profile ul.tabs {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .artist_profile ul.tabs > li,
  .artist_profile ul.tabs > li.float-right {
    float: none;
    flex: 0 0 auto;
  }

  .artist_profile ul.tables li.track,
  .artist_profile .dd-track-table li.track {
    min-height: 94px;
  }

  .artist_profile ul.tables li.track .cover,
  .artist_profile .dd-track-table li.track .cover {
    display: none !important;
  }

  .artist_profile ul.tables li.track:after,
  .artist_profile .dd-track-table li.track:after {
    right: 0;
  }

  .artist_profile ul.tables li.track:before,
  .artist_profile .dd-track-table li.track:before {
    right: 0;
  }

  .artist_profile ul.tables li.track .vote-controls,
  .artist_profile .dd-track-table li.track .vote-controls {
    top: 17px !important;
    left: 62px !important;
  }

  .artist_profile ul.tables li.track .play-controls,
  .artist_profile .dd-track-table li.track .play-controls {
    top: 24px !important;
    left: 14px !important;
    opacity: 1;
  }

  .artist_profile ul.tables li.track .margin,
  .artist_profile .dd-track-table li.track .margin {
    left: 112px !important;
    right: 90px !important;
    width: auto !important;
  }

  .artist_profile li.track .song {
    font-size: 13px;
  }

  .artist_profile ul.tables li.track .track-controls,
  .artist_profile .dd-track-table li.track .track-controls {
    top: 42px !important;
    left: 112px !important;
    right: 90px !important;
    width: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 420px) {
  .artist_profile .profile-header-content h1 {
    font-size: 185%;
  }

  .artist_profile .profile-header-content h3 {
    font-size: 130%;
  }

  .artist_profile .profile-header-content > span,
  .artist_profile .profile-header-content .user-online-status-wrapper {
    font-size: 12px !important;
  }

  .artist_profile .edit_cover {
    top: 60px;
    right: 10px;
  }

  .artist_profile .edit_cover .btn-file,
  .artist_profile .edit_cover .ip-edit-position-btn {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .artist_profile .profile-left-content .feed_post_block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .artist_profile ul.tables li.track .vote-controls,
  .artist_profile .dd-track-table li.track .vote-controls {
    left: 58px !important;
  }

  .artist_profile ul.tables li.track .play-controls,
  .artist_profile .dd-track-table li.track .play-controls {
    left: 12px !important;
  }

  .artist_profile ul.tables li.track .margin,
  .artist_profile .dd-track-table li.track .margin,
  .artist_profile ul.tables li.track .track-controls,
  .artist_profile .dd-track-table li.track .track-controls {
    left: 108px !important;
    right: 10px !important;
  }
}
