:root {
  --primary-color: #b70b20;
  --primary: #b70b20;
  --white-color: #fff;
  --white: #fff;
  --fb-color-btn: #1877f2;
  --google-color-btn: #4285f4;
  --black-color: #000000;
  --dark-bg: #131313;
  --text-dark: #2d3035;
  --dark-grey: #4f5762;
  --light-grey: #737d8b;
  --text-light: #c9d1d7;
  --Ultra-Light: #f6f7fa;
  --Logo-Red: #e11e38;
  --light-bg: #ECEFF5;
  --light: #ECEFF5;
}

@font-face {
  font-family: Jost-Black;
  src: url(../fonts/Jost-Black.ttf);
}

@font-face {
  font-family: Jost-Bold;
  src: url(../fonts/Jost-Bold.ttf);
}

@font-face {
  font-family: Jost-SemiBold;
  src: url(../fonts/Jost-SemiBold.ttf);
}

@font-face {
  font-family: Jost-ExtraBold;
  src: url(../fonts/Jost-ExtraBold.ttf);
}

@font-face {
  font-family: Jost-Medium;
  src: url(../fonts/Jost-Medium.ttf);
}

@font-face {
  font-family: Jost-Regular;
  src: url(../fonts/Jost-Regular.ttf);
}

@font-face {
  font-family: Jost-ExtraLight;
  src: url(../fonts/Jost-ExtraLight.ttf);
}

body {
  margin: 0;
  padding: 0;
  font-family: Jost-Regular;
}

.form-bg-color {
  background: var(--Ultra-Light);
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.ms-36 {
  margin-left: 36px !important;
}

.ms-92 {
  margin-left: 92px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-18 {
  padding: 18px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.p-20 {
  padding: 20px;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}


.pt-40 {
  padding-top: 40px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-36 {
  font-size: 36px !important;
}


.fw-normal {
  /* font-weight: 400 !important; */
  font-family: Jost-Regular !important;
}

.fw-medium {
  /* font-weight: 500 !important; */
  font-family: Jost-Medium !important;
}

.fw-semibold {
  /* font-weight: 600 !important; */
  font-family: Jost-SemiBold !important;
}

.fw-bold {
  /* font-weight: 700 !important; */
  font-family: Jost-Bold !important;
}

.fw-bolder {
  /* font-weight: 800 !important; */
  font-family: Jost-ExtraBold !important;
}

.text-black {
  color: var(--black-color) !important;
}

.text-dark {
  color: var(--text-dark) !important;
}

.text-light-grey {
  color: var(--light-grey) !important;
}

.text-light {
  color: var(--text-light) !important;
}

.sign-in-btn {
  width: 120px !important;
}
.boxHeight .w-full {
    width: 100%;
}

.boxHeight {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}
/* header start */
div#loadMoreContainer .btn.btn-primary {
    padding-top: 10px;
    padding-bottom: 10px;
}
div#loadMoreContainer {
    text-align: center;
}
.header {
  background-image: linear-gradient(0deg, #4f5762, #000 60%);
}


.logo {
  max-width: 284.594px;
  width: 100%;
  flex-shrink: 0;
  object-fit: contain;
}

.header .power-logo {
  width: 100%;
  max-width: 180.143px;
  object-fit: contain;
}

.header .mobile-sidebar .nav-item {
  margin: 0 0.5rem;
}

.header .mobile-sidebar .nav-item .dropdown-toggle::after {
  display: none;
}


.mobile-sidebar .nav-link:hover,
.mobile-sidebar .nav-link.active {
  color: var(--primary-color) !important;
}

.dropdown-menu.show .dropdown-item:hover {
  color: var(--primary-color);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}
.song-card-custom.big-card .category-song-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.song-card-custom.big-card .category-song-img {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 8px;
}
.song-card-custom.big-card .category-song-img .song-play {
    position: absolute;
    bottom: 13px;
    right: 10px;
}
.song-card-custom.big-card .category-song-img .song-play img {
    position: unset !important;
    height: 50px;
    width: 50px;
    object-fit: contain;
    z-index: 1;

}
.card.song-card-custom.small-card .song-img{
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 8px;
}
.card.song-card-custom.small-card .song-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* header end */

/* buttons start */
.outline-primary-btn {
  display: flex;
  padding: 10px 11px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  font-size: 14px;
  font-family: Jost-Bold;
  border: 1.25px solid var(--primary-color) !important;
  background: var(--white-color) !important;
  color: var(--primary-color) !important;
}

.outline-fb-btn {
  border: 1.25px solid var(--fb-color-btn) !important;
  background: var(--white-color) !important;
  color: var(--fb-color-btn) !important;
}

.outline-google-btn {
  border: 1.25px solid var(--google-color-btn) !important;
  background: var(--white-color) !important;
  color: var(--google-color-btn) !important;
}

.outline-apple-btn {
  border: 1.25px solid var(--black-color) !important;
  background: var(--white-color) !important;
  color: var(--black-color) !important;
}

.primary-btn {
  display: flex;
  padding: 10px 11px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  font-size: 14px;
  font-family: Jost-Bold;
  border: 1.25px solid var(--primary-color) !important;
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  transition: all 0.2s;
}

.primary-btn:hover {
  background: #a80518 !important;
}

/* buttons end */

.form-bg-img {
  background-image: url("../images/login-bg.jpg") !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* form section start */
.listening-music-person {
  height: 687.42px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.form-card-design {
  border-radius: 30px;
  background: var(--Ultra-Light);
  display: inline-flex;
  padding: 37px 78px 41.803px 74px;
  flex-direction: column;
  width: 100%;
}

.custom-input-group {
  border-radius: 8px;
  border: 1.25px solid var(--text-light);
  background: var(--white-color);
  font-size: 14px;
}

.custom-input-group .input-group-text {
  color: var(--dark-grey);
}

/* form section end */

/* sign-up start */
.sign-up-card {
  width: 1050px;
  border-radius: 30px;
  background: var(--Ultra-Light);
  padding: 32px 41px;
}

.sign-up-card .music-img-signup {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.border-top-light {
  border-top: 1px solid var(--text-light);
}

.border-bottom-light {
  border-bottom: 1px solid var(--text-light);
}

.sign-up-card .hot-108-logo {
  width: 395px;
  height: 85px;
  object-fit: contain;
}

/* sign-up end */

/* page design start */
main {
  background-color: var(--Ultra-Light);
}

.back-icon-img {
  position: absolute;
  left: -65px;
}

.background-dark-linear {
  border-radius: 8px;
  width: 100%;
  height: 423px;
  background: linear-gradient(180deg,
      #000 0%,
      #020303 25%,
      #0a0b0d 44%,
      #171a1d 62%,
      #2a2e34 78%,
      #424851 93%,
      #4f5762 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-dark-linear img {
  height: 173px;
  object-fit: contain;
  width: 100%;
}

.text-primary {
  color: var(--primary-color) !important;
}

.view-more-btn .dropdown-toggle {
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  width: fit-content;
  padding: 8px 12px;
}

.view-more-btn .dropdown-toggle::after {
  display: none;
}

.top-home-img {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.top-home-img img {
  width: 100%;
  object-fit: cover;
}

.top-home-img .home-img-content {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline;
}

.home-page-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page-image img {
  width: 100%;
  object-fit: cover;
  height: 562px;
}

.home-page-image .hot-radio-content {
  position: absolute;
}

.page-light-bg {
  background: var(--light-bg);
}

.song-card-custom {
  border-radius: 10px;
  background: var(--white-color);
  border: 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
}

.song-card-custom .song-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.song-card-custom .song-img.active {
  position: relative;
}

.song-card-custom .song-img.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%);
}

.song-card-custom .song-img .song-play {
  position: absolute;
  bottom: 13px;
  right: 10px;
  height: 50px;
  width: 50px;
  object-fit: contain;
  z-index: 1;
}

.powerhits-card-img {
     position: relative;
    padding-top: 56.25%;
    overflow: hidden;

}

.powerhits-card-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.powerhits-card-img .powerhits-card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.powerhits-card-img .powerhits-card-content .title {
    font-size: 22px;
    font-family: Jost-Bold;
    color: var(--white-color);
    margin-bottom: 10px;
}
.powerhits-card-img .powerhits-card-content .details {
    font-size: 14px;
    font-family: Jost-Regular;
    color: var(--text-light);
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.powerhits-card-img .home-page-img-bottom {
  height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-card-custom {
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(7, 7, 7, 0.10);
  display: flex;
  padding: 35px 42px;

  margin-top:15px;
}
.flexFull{
    flex:1 1 0%;
}
.news-card-img {
 border-radius: 8px;
height:158px;
width:158px;
min-width:158px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}

.news-card-img img {
      width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.upload-news-img {
  height: 150px;
  width: 150px;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 8px;
}

.upload-news-img .upload-img-input {
  height: 150px;
  width: 150px;
  cursor: pointer;
  opacity: 0;
}

.news-heading-img {
  height: 423px;
  border-radius: 8px;
  overflow: hidden;

}

.news-heading-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.accordion-custom .accordion-item {
  border-radius: 8px;
  background: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(7, 7, 7, 0.10);
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: none;
}

/* playlists */
.table-card-design {
  border-radius: 10px;
  overflow: hidden;
  border: 1.25px solid var(--light-bg);
  background: var(--white-color);
}

.table-card-design thead th {
  background-color: var(--light-grey);
  padding: 22px 10px 20px;
  font-size: 14px;
  font-family: Jost-Bold;
  color: var(--white-color);
      white-space: nowrap;
}

.table-card-design thead tr th:first-child,
.table-card-design thead tr th:last-child,
.table-card-design .table tbody tr td:first-child,
.table-card-design .table tbody tr td:last-child {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.table-card-design .table tbody tr td {
  vertical-align: middle;
}

.table-card-design .table tbody tr.active td {
  background: var(--Ultra-Light);
}

.table-card-design .playlist-small-image {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  position: relative;
}

.table-card-design tbody tr.active .playlist-small-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%);
}

.table-card-design tbody tr.active .playlist-small-image svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-self: center;
  align-self: center;
}

.playlist-small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.station-logo {
  display: flex;
  padding: 58px 0px 58.173px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-top: 2px solid var(--primary-color);
  background: var(--black-color);
}

/* page design end */

/* footer start */
.footer {
  background-color: var(--dark-bg);
}

.footer .grey-section-image {
  background-image: url("../images/grey-rectangle.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150.565px;
  position: relative;
}

.grey-section-image-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grey-section-image-content .song-name {
  font-size: 18px;
  font-family: Jost-Bold;
  color: var(--white-color);
}

.footer .select-station-name {
  position: relative;
}

.footer .select-station-name .form-select {
  background: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: var(--white-color);
  font-size: 18px;
  font-style: normal;
  font-family: Jost-Bold;
  line-height: normal;
}

.footer .select-station-name .form-select option {
    font-family: Font-Regular;
    color: #000;
}

.footer .select-station-name .form-select option:hover {
    background-color: var(--primary);
}

.footer .select-station-name i {
  position: absolute;
  top: 11px;
  right: 14px;
  color: var(--text-light);
}

.footer .music-image {
  width: 86px;
  height: 86px;
  flex-shrink: 0;
  object-fit: cover;
}

.footer .progress.music-player {
  max-width: 100%;
  width: 300px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Logo-Red);
}

.footer .progress.music-player .bg-light-color {
  border-radius: 10px;
  background: var(--white-color);
}

.footer .progress.volume-medium {
  width: 100px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Logo-Red);
}

.footer .progress.volume-medium .bg-light-color {
  border-radius: 10px;
  background: var(--white-color);
}

.footer-bottom {
  padding: 77px 0 38px;
}

.footer-bottom .small-hot-108-img {
  width: 138px;
  height: 29px;
  flex-shrink: 0;
  object-fit: contain;
}

.footer .google-play-img {
  margin-top: 75px;
}

.footer .google-play-img img {
  width: 128.89px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}
@media screen and (max-width:767px){
    .news-card-img {
        height:unset;
        width:100%;
        min-width:100%;
        padding-top:100%;
        margin-bottom:15px;
        margin-right:0;
}
    .news-card-custom {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

}
/* footer end */

/* responsive tablet & mobile screen start */
@media screen and (max-width: 992px) {
  .logo {
    max-width: 200.594px;
  }

  .header .power-logo {
    max-width: 150px;
  }

  .ms-36 {
    margin-left: 0 !important;
  }

  .ms-92 {
    margin-left: 0 !important;
  }

  .sign-in-btn {
    width: 84px !important;
  }

  .listening-music-person {
    height: 400px;
  }

  .form-card-design {
    padding: 1.5rem;
  }

  .sign-up-card {
    padding: 1.5rem;
    margin: 0 1rem;
    width: 100%;
    max-width: 600px;
  }

  .sign-up-card .hot-108-logo {
    max-width: 200px;
    width: 100%;
  }


  .footer .station-logo .logo {
    max-width: 200px;
  }

  .footer .grey-section-image {
    background-image: none;
    height: unset;
  }

  .grey-section-image-content {
    position: unset;
    background: linear-gradient(45deg,
        var(--text-dark),
        var(--dark-grey),
        var(--dark-grey));
    padding: 1rem;
  }

  .footer .select-station-name .form-select {
    font-size: 14px;
  }

  .footer .music-image {
    width: 46px;
    height: 46px;
  }

  .grey-section-image-content .song-name {
    font-size: 14px;
  }

  .footer .grey-section-image-content .artist-name {
    padding-top: 0px !important;
    font-size: 12px !important;
  }

  .footer .progress.music-player {
    max-width: 220px;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {

  .mobile-sidebar {
    background: var(--dark-bg);
    justify-items: start !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 100vh;
    margin-left: -240px;
    z-index: 99;
    transition: all 0.4s;
  }

  .mobile-sidebar.show {
    margin-left: 0px;
  }

  .mobile-sidebar .navbar-nav {
    text-align: start !important;
  }

  .navbar-close-btn .close-btn {
    color: var(--text-light) !important;
  }


  .back-icon-img {
    position: unset;
    margin-right: 1rem;
  }
}


.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-family: Jost-Bold;
  color: #fff;
}

.page-title {
  color: var(--black-color);
  font-family: Jost-ExtraBold;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
}

.section-title {
  color: var(--black-color);
  font-family: Jost-ExtraBold;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
}

.song-card-custom .card-title {
  color: var(--black-color);
  font-family: Jost-Bold;
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 0;
      white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.small-card .card-title {

  font-size: 14px;

}

.song-card-custom .card-sub-title {
  color: var(--black-color);
  font-family: Jost-Regular !important;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.banner-top {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.banner-bottom {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.title-one {
  color: var(--white);
  font-family: Jost-ExtraBold;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.sub-title-one {
  color: var(--light);
  font-family: Jost-Regular;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.bottom-content h1 {
  color: var(--white);
  text-align: center;
  font-family: Jost-ExtraBold;
  font-size: 33px;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal;
  text-transform: uppercase;
}

.bottom-content p {
  color: var(--light);
  text-align: center;
  /* Paragraph */
  font-family: Jost-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 850px;
}

.custom-btn-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.btn-primary {
  display: inline-flex;
  padding: 20px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1.25px solid var(--primary);
  background: var(--primary);
  text-decoration: none;
  color: var(--white);
  text-align: center;
  font-family: Jost-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.2s;
}

.btn-primary:hover,
.btn-primary:active,
.btn:first-child:active,
.btn-primary:focus {
    background: #c01f33 !important;
    border-color: #c01f33 !important;
}

.border-bottom-10 {
  border-bottom: 10px solid var(--primary);
}

.border-top-10 {
  border-top: 10px solid var(--primary);
}

.contentContainer h1 {
  color: var(--black-color);
  font-family: Jost-ExtraBold;
  font-size: 33px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.contentContainer p {
  color: var(--text-dark);
  font-family: Jost-Regular;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

.contentContainer .link-btn {
  font-family: Jost-Semibold;
  color: var(--text-dark);
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline-block;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.bg-ultra-light {
  background: var(--Ultra-Light) !important;
}

.bg-white {
  background: #fff !important;
}

.iconBox {
  text-align: center;
}

.iconBox img {
  width: 100%;
  max-width: 81px;
  margin: auto;
}

.iconBox h1 {
  color: var(--black-color);
  text-align: center;
  font-family: Jost-Bold;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
}

.iconBox p {
  color: var(--text-dark);
  text-align: center;
  font-family: Jost-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.list-style-02 .card {
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgba(7, 7, 7, 0.10);
  padding: 30px;
  border: 0px;
}

.list-style-02 .card .item {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--light-grey);
}
.list-style-02 .card .item-list-02{
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.list-style-02 .card .item-list-02 .btn-primary{

    padding:7px 14px !important;
}
.list-style-02 .card .item .avatar {
  width: 59px;
  min-width: 59px;
  height: 59px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.list-style-02 .card .item .thumbnail {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.list-style-02 .card .item .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.list-style-02 .card .item .avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.list-style-02 .card .item .label {
  margin-right: 15px;
  flex: 1 1 0%;
}

.list-style-02 .card .item .label h1 {
  color: var(--black-color);
  /* H3 */
  font-family: Jost-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.list-style-02 .card .item .label p {
  color: var(--text-dark);
  /* Paragraph */
  font-family: Jost-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 3px;
}

.list-style-02 .card .item .note {
  text-align: right;
}

.list-style-02 .card .item .note a {
  color: var(--text-dark);
  text-align: right;
  /* Hyperlink-Big */
  font-family: Jost-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.list-style-02 .card .item .note p {
  color: var(--text-dark);
  text-align: right;
  margin: 0;
  /* Paragraph */
  font-family: Jost-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list-style-02 .card .card-content {
  color: var(--dark-grey);
  /* Paragraph */
  font-family: Jost-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
}

.list-style-02 .card .post-share {
  margin-top: 25px;
}

.list-style-02 .card .post-share ul {
  padding: 0;
  margin: 0;
}

.list-style-02 .card .post-share ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.list-style-02 .card .post-share ul li:last-child {
  margin-right: 0 !important;
}

.list-style-02 .card .post-share ul li a {
  text-decoration: none;
}

.list-style-02 .card .post-share ul li a img {
  width: 20px;
}

.view-all-btn {
  font-size: 18px;
  color: var(--text-dark);
  font-family: Jost-Medium;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.list-style-1 {
  display: inline-flex;
  padding: 35px 42px;
  align-items: center;
  width: 100%;
  gap: 30px;
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(7, 7, 7, 0.10);
  margin-bottom: 30px;
}

.list-style-1 .list-img {
  width: 158px;
  height: 158px;
  border-radius: 8px;
  overflow: hidden;
}

.list-style-1 .list-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.list-style-1 .list-items .title {
  color: var(--black-color);
  font-size: 22px;
  font-style: normal;
  font-family: Jost-ExtraBold;
  line-height: normal;
  margin: 0;
  padding-bottom: 10px;
}

.list-style-1 .list-items .date {
  color: var(--black-color);
  font-family: Jost-Regular;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  margin: 0;
  padding-bottom: 10px;
}

.list-style-1 .list-items .details {
  color: var(--text-dark);
  font-family: Jost-Regular;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  margin: 0;
  padding-bottom: 10px;
}

.list-style-1 .list-items .primary-btn {
  display: flex;
  padding: 10px 11px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  width: fit-content;
  border: 1.25px solid var(--primary-color);
  background: var(--primary-color);
  font-size: 14px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
}

.dark-grey-bg {
  background: var(--text-dark);
}

.light-subtitle {
  color: var(--white-color);
  font-family: Jost-ExtraBold;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.dark-subtitle {
  color: var(--black-color);
  font-family: Jost-ExtraBold;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.small-title {
  color: var(--black-color);
  font-family: Jost-Bold;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.song-card-custom .category-song-img.center-play-btn {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.category-song-img.center-play-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}



.song-card-custom .category-song-img.center-play-btn .song-play {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*height: 50px;*/
  /*width: 50px;*/
  /*object-fit: contain;*/
  z-index: 1;
  /*display: flex;*/
  /*justify-self: center;*/
  /*align-self: center;*/
}

.table-card-design td p {
  color: var(--text-dark);
  font-family: Jost-Regular;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

@media screen and (max-width: 992px) {
  .list-style-1 {
    flex-direction: column;
    padding: 1rem;
  }
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.success-card {
  display: flex;
  width: 538px;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  border-radius: 10px;
  background: var(--white-color);
}
.success-card .details {
  color: var(--text-dark);
  text-align: center;
  font-family: Jost-Regular;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  margin: 0;
}
.success-card .success-btn {
  border-radius: 8px;
  border: 1.25px solid var(--Success);
  background: var(--Success);
  padding: 13px 43px;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Jost-Bold;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.success-card .success-btn:hover,
.success-card .success-btn:active {
  border: 1.25px solid #34a762;
  background: #34a762;
}
.success-card .images-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  margin-top: 23px;
}
.success-card .images-section img {
  width: 135px;
  height: 40px;
  object-fit: contain;
}

 
@media screen and (max-width: 992px) {
  .success-card {
    max-width: 538px;
    padding: 25px;
    gap: 20px;
  }
}


.invalid-feedback
 {
    display: block !important;
 }
/* responsive tablet & mobile screen start */



.music-list::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.music-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 4px;
}
 
/* Handle */
.music-list::-webkit-scrollbar-thumb {
  background: var(--primary); 
  border-radius: 4px;
}




.music-list {
  max-height: 250px;
  overflow-y: auto;
}

.mesic-item {
  display: flex;
  padding: 10px;
  background: #727b8a;
  border-radius: 8px;
  margin-bottom: 10px;
  color: var(--text-light);
}

.music-thumbnail {
  height: 45px;
  width: 45px;
  min-width: 45px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 15px;
  border: 1px solid #fff;
}

.music-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.music-content {
  flex: 1 1 0%;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
}

.music-content h1 {
  margin-top: 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Jost-Bold;
  margin-bottom: 5px;
}

.music-content p {
  margin: 0;
  font-size: 14px;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.music-seen-time {
  margin-left: 10px;
  font-size: 14px;
  font-family: Jost-Bold;
  color: #fff;
}

.btn-play-lg i {
  height: 25px;
  width: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: 23px;*/
  margin-right: 8px;
}

.btn-play-lg {
  /*font-size: 18px;*/
  /*text-transform: uppercase;*/
  min-width: 180px;

  /*justify-content: flex-start !important;*/
  /*padding-left: 15px;*/
}

.bg-red-900 {
  background-color: var(--text-dark) !important;
}

.segment-buttons-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #e8e8e8 transparent;
}


/* For Webkit browsers */
.segment-buttons-wrapper::-webkit-scrollbar {
  height: 3px;
}

.segment-buttons-wrapper::-webkit-scrollbar-thumb {
  background-color: #717171;
  border-radius: 3px;
}

.segment-buttons {
  display: inline-flex;
  white-space: nowrap;
  /* Remove border from container because wrapper has it */
  border-radius: 0.375rem;
}

.segment-buttons button {
  border: none;
  padding: 0.5rem 1.25rem;
  background: white;
  color: var(--primary-color);
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
  user-select: none;
  flex: 0 0 auto;
  /* prevent shrinking */
  border-right: 1px solid #eceff5;
}

.segment-buttons button:last-child {
  border-right: none;
}

.segment-buttons button.active {
  background-color: var(--primary-color);
  color: white;
  font-weight: 600;
}

.segment-buttons button:focus {
  outline: none;
  box-shadow: none;
  z-index: 1;
  position: relative;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  left: 10px;
  right: auto;
  background-color: rgb(0, 0, 0, 0.6);
  height: 27px !important;
  border-radius: 50%;
  color: #fff;
  background-size: 27px 16px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  right: 10px;
  left: auto;
  background-color: rgb(0, 0, 0, 0.6);
  height: 27px !important;
  border-radius: 50%;
  color: #fff;
  background-size: 27px 16px !important;
}

.recently-played-container a, 
.view-more-btn a {
    color: var(--text-light);
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
}
.recently-played-container a:hover, 
.view-more-btn a:hover,
.recently-played-container a:focus, 
.view-more-btn a:focus {
    color: var(--primary);
}
@media screen and (max-width:767px){
.text-line-4 {
       -webkit-line-clamp: 3 !important; /* number of lines to show */
       line-clamp: 3 !important; 
    }
}
.text-line-4 {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}





