.hot-song-container {
  --chart-white: #ffffff;
}

[data-theme="light"] {
  --chart-category-bg-highlight: #ee0033;
  --chart-category-border: #e4e4e7;
  --category-name: #a1a1aa;
  --hot-song-card-shadown: #d8d8d833;
  --hot-song-card-shadown-element: 0px 7.36px 25.78px 0px;
  --hot-song-card-text: #364469;
  --hot-song-card-content-bg: #ffffff;
}

[data-theme="dark"] {
  --chart-category-bg-highlight: rgba(196, 19, 43, 1);
  --chart-category-border: rgba(255, 255, 255, 0.15);
  --category-name: #FFFFFF;
  --hot-song-card-shadown: #2F2F2F33;
  --hot-song-card-shadown-element: 0px 7.36px 25.78px 0px;
  --hot-song-card-text: #ffffff;
  --hot-song-card-content-bg: #222226;
}

.hot-song-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.hot-song-flag {
  width: 4px;
  height: 22px;
  border-radius: 12px;
  background-color: #f81539;
}

.hot-song_icon-play {
  height: 40px;
  width: 40px;
  background-color: #EE0033;
  -webkit-mask: url(../../../images/hot-song-icon-play.svg) no-repeat center;
  mask: url(../../../images/hot-song-icon-play.svg) no-repeat center;
}

.hot-song-title span {
  font-family: FS PF BeauSans Pro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  color: var(--iz-color-label-radio);
}

.hot-song-title-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hot-song-title_action {
  display: flex;
  gap: 30px;
}

.hot-song-wrap {
  position: relative;
  /* width: 235px; */
  /* box-shadow: var(--hot-song-card-shadown-element) var(--hot-song-card-shadown); */
  cursor: pointer;
  /* border-radius: 7px !important; */
}

.hot-song-icon-play-container {
  z-index: 1;
  position: absolute;
  bottom: 90px;
  right: 14px;
  background-color: white;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  box-shadow: 0px 2.2px 5.5px 0px #0000001A;
}

.hot-song-icon_play-white {
  height: 36px;
  width: 40px;
  background-color: #000;
  -webkit-mask: url(../../../images/hot-song-icon_play-white.svg) no-repeat
    center;
  mask: url(../../../images/hot-song-icon_play-white.svg) no-repeat center;
}

.hot-song_label {
  position: absolute;
  left: -7px;
  top: 12px;
  width: 8px;
  height: 13px;
  background-image: url(../../../images/hot-song-label.svg);
  background-repeat: no-repeat;
}

.hot-song_label-hot {
  position: absolute;
  left: -7px;
  top: -8px;
  width: 86px;
  height: 35px;
  background-image: url(../../../images/hot-song-label-hot.svg);
  background-repeat: no-repeat;
}

.hot-song-img {
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.hot-song-content {
  width: 100%;
  position: relative;
  height: 77px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  overflow: hidden;
}

.hot-song-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: scale(1.1);
}

.hot-song-content_title {
  font-family: FS PF BeauSans Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: var(--hot-song-card-text);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 2px;
}

.hot-song-content_des {
  font-family: FS PF BeauSans Pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  color: #71717a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hot-song-content_bottom-label {
  font-family: FS PF BeauSans Pro, sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  line-height: 11px;
  color: var(--hot-song-card-text);
}

.hot-song-content_box {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px 12px 13px 13px;
  position: absolute;
  background-color: var(--hot-song-card-content-bg);
}

/* ghi de swiper */
.hot-song-wrapper-container .swiper-button-next,
.hot-song-wrapper-container .swiper-button-prev {
  position: relative;
  color: #a1a1aa;
}

.hot-song-wrapper-container .swiper-button-next:after,
.hot-song-wrapper-container .swiper-button-prev:after {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 50%;
  background-color: var(--iz-bg-icon-prev-next);
  border: 1px solid var(--iz-border-icon-prev-next);
}

.hot-song-wrapper-container .swiper-pagination {
  margin-top: 13px;
  position: relative;
}

.hot-song-wrapper-containerr .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
}

.hot-song-wrapper-container .swiper-pagination-bullet-active {
  background: #a1a1aa;
  opacity: 1;
  padding: 4px 7px;
  border-radius: 29px;
}

/* HOT SONG CATEGORY */

.hot-song-container .hot-song-category {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}

.hot-song-container .hot-song-category .category-name.category-name-highlight {
  background-color: var(--chart-category-bg-highlight);
  color: var(--chart-white);
  font-weight: 500;
}

.hot-song-category .category-name {
  font-size: 18px;
  color: var(--category-name);
  padding: 12px 32px;
  border: 1px solid var(--chart-category-border);
  border-radius: 20px;
  font-weight: 400;
  cursor: pointer;
}

.hot-song-title-action {
  display: flex;
  gap: 20px;
}

/*  MOSTLY DOWNLOADED DETAIL */
.mostly-downloaded-category {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}

.mostly-downloaded-category .category-name {
  font-size: 20px;
  font-weight: 400;
  font-family: FS PF BeauSans Pro, sans-serif;
  line-height: 26px;
  color: var(--category-name);
  cursor: pointer;
  border: 1px solid var(--chart-category-border);
  border-radius: 20px;
  padding: 12px 32px;
}

.mostly-downloaded-category .category-name.category-name-highlight {
  background-color: var(--chart-category-bg-highlight);
  color: #ffffff;
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  .mostly-downloaded-category {
    justify-content: center;
    gap: 20px;
  }
  .mostly-downloaded-category .category-name {
    font-size: 24px;
  }
}
