body {
  background-color: #2E3547;
}

.header h1 {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    font-size: 5vh;
    font-weight: 700;
}

.header {
    background-color: #232937;
    height: 8vh;
    width: 100%;
}

.footer {
    background-color: #232937;
    height: 8vh;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.footer h1 {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    font-size: 5vh;
    font-weight: 500;
    width: 98%;
    max-width: 324.38px;
    margin-left: auto;
    margin-right: auto;
}

.content {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    width: 98%;
    height: 98%;
}

.content .cart {
    text-align: center;
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to bottom, #404040 6%, #000000 50%);
    height: 19vh;
    max-height: 17.5vh;
    width: 98%;
    max-width: 324.38px;
    border-radius: 14px;
    box-shadow: inset 0px 11px 8px -10px #000, inset 0px -12px 8px -11px #8d888896;
    border-top: 4px solid #101010;
    border-right: 4px solid #101010;
    border-left: 4px solid #101010;
    border-bottom: 2px solid rgb(255 255 255 / 36%);
}

.headerCart {
    height: 50%;
    border-radius: 10px 10px 6px 6px;
    position: relative;
    visibility: hidden;
}

.footerCart {
  height: 50%;
  position: relative;
}

.footerHS {
  visibility: hidden;
}

.activeCart {
  background: linear-gradient(to bottom, #4d9e54 8%, #2b8931 64%);
}

.playCart {
  background: linear-gradient(to bottom, #D42B2B 8%, #D11A1A 64%) !important;
}

.show {
  visibility: visible;
}

.progress_bar {
    background: #00000082;
    width: 98%;
    height: 7px;
    border-radius: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
}

.progressed {
    background: #a6f51f;
    height: 7px;
    width: 0px;
    z-index: 999999;
    border-radius: 2px;
}

.number {
    position: absolute;
    color: #2EEEE6;
    bottom: 8px;
    right: 10px;
    font-size: 2.8vh;
}

.dur {
    position: absolute;
    color: #fff;
    font-size: 3.4vh;
    left: 0.2vw;
    top: -8px;
    overflow: hidden;
    max-width: 15vh;
}

.txtIntro {
  position: absolute;
  color: #fff;
  font-size: 1.5vh;
  top: 3.5vh;
  left: 0.2vw;
  text-transform: uppercase;
}

.intro {
    position: absolute;
    color: #fff;
    font-size: 2.2vh;
    left: 11.5vh;
    top: 3vh;
}

.txtFullDur {
    position: absolute;
    color: #fff;
    font-size: 1.5vh;
    top: 5.5vh;
    left: 0.2vw;
    text-transform: uppercase;
}

.fullDur {
    position: absolute;
    color: #fff;
    font-size: 1.5vh;
    top: 5.5vh;
    left: 11.5vh;
}

.title {
    position: absolute;
    color: #fff;
    font-size: 2.2vh;
    font-weight: 400;
    left: 0.2vw;
    top: 1.2vh;
    max-width: 324.38px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-height: 3.2vh;
    width: 98%;
    text-align: left;
}

.artist {
    position: absolute;
    color: #fff;
    font-size: 2.2vh;
    font-weight: 400;
    left: 0.2vw;
    top: 4.2vh;
    text-transform: uppercase;
    max-width: 324.38px;
    width: 98%;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-align: left;
    max-height: 3.2vh;
}

[data-cd1-title-cart]:before {
    content: attr(data-cd1-title-cart) !important;
}

[data-cd1-artist-cart]:before {
    content: attr(data-cd1-artist-cart) !important;
}

[data-cd1-time-cart]:before {
    content: attr(data-cd1-time-cart) !important;
}

[data-cd1-fulltime-cart]:before {
    content: attr(data-cd1-fulltime-cart) !important;
}
