:root {
  --fixed-height: calc(100vh - 82px);
}

#name {
  cursor: pointer;
  transform: scale(1);
  transition: 100ms ease-in;
  font-family: MuseoModerno;
  font-size: 3em;
  margin: 0;
  color: #8DA8AD;
  transition: font-weight 0.2s ease-in-out;
  font-weight: 300;
  margin-bottom: 20px;
}

.loading-icon {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#name-preview {
  cursor: pointer;
  transform: scale(1);
  transition: 100ms ease-in;
  font-family: MuseoModerno;
  font-size: 3em;
  margin: 0;
  color: #8DA8AD;
  transition: font-weight 0.2s ease-in-out;
  font-weight: 300;
  margin-bottom: 20px;
  display: none;
}

#name:hover,
#name-preview:hover {
  font-weight: 500;
}

.header-itms {
  display: flex;
}

apple-music-progress {
  margin-top: 11px !important;
}

apple-music-playback-controls::part(play-button) {
  color: var(--contrast-color, #2F3633) !important;
}

apple-music-playback-controls::part(play-button) svg {
  fill: var(--contrast-color, #2F3633) !important;
}

apple-music-playback-controls {
  --amp-icon-color: var(--contrast-color, #2F3633);
  --amp-icon-fill: var(--contrast-color, #2F3633);
}

apple-music-playback-controls button[data-action="play"] {
  color: var(--contrast-color, #2F3633) !important;
}

apple-music-playback-controls button[data-action="play"] svg {
  fill: var(--contrast-color, #2F3633) !important;
}

.header-itm {
  width: 10vw;
  height: 82px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  font-size: 100%;
  color: #2F3633;
}

detail-label {
  border: 1px solid #396E80;
  border-radius: 5px;
  padding: 3px;
  color: #396E80;
}

detail-subheading {
  color: #2F3633;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  margin-right: 0;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8em;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-itm p {
  flex: 0 0 fit-content;
}

#player {
  align-items: center;
  margin-left: 25%;
}

.focus-heading {
  color: #396E80;
  font-weight: 600;
  font-size: 300%;
  margin-left: 3%;
  margin-top: 5%;
  margin-bottom: 0;
  margin-right: 0;
  width: fit-content;
}

.focus-subheading {
  color: #8DA8AD;
  font-weight: 600;
  font-size: 200%;
  margin-left: 3%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0
}

#controls {
  width: 2000%;
}

#controls div {
  display: inline-flex;
  max-width: fit-content;
  overflow: hidden;
}

apple-music-progress {
  width: 85%;
  margin-left: 4%;
}

#currentplay {
  width: 20%;
  height: 10%;
  margin: 0;
  display: table-cell;
  padding: 10px;
  border-left: 1px solid #2F3633;
  cursor: pointer;
}

#np-btn:hover {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #396E80;
  transition: 100ms ease;
}

#srch-btn:hover {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #396E80;
  transition: 100ms ease;
}


.header {
  display: flex;
  margin: 0;
  flex: 0 1 auto;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  padding-bottom: 10px;
  padding-top: 5px;
  background-color: #E3E1DB;
  opacity: .8;
}

#greater-pc-desktop {
  flex: 0 1 auto;
  position: fixed;
  z-index: 1000;
  width: calc(100vw - 20px);
  display: flex;
  padding-bottom: 10px;
  padding-top: 5px;
  bottom: 0;
  justify-content: space-around;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  padding: 5px;
  margin: 10px;
  vertical-align: middle;
  opacity: 0;
  transform: translateY(100%);
}


.title-font {
  font-family: "MuseoModerno", sans-serif;
  font-optical-sizing: auto;
  font-weight: 250;
  font-style: italic;
}

#nameplate {
  align-items: center;
}

hr {
  background-color: #2F3633;
  width: 100%;
  margin: 0;
}

body {
  background-color: #E3E1DB;
  margin: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;
  max-width: 100%;
  display: flex;
  flex-flow: column;
}

input[type="search"] {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.moving-note {
  animation: moveUpDown 0.5s linear infinite alternate;
  position: inline-flex;

}

#lyrics {
  text-align: right;
  height: var(--fixed-height);
  max-height: var(--fixed-height);
}

#table-wrap {
  overflow-x: hidden;
}

@keyframes pulseDiv {
  0% {
    margin: 5%;
    background-color: #396E80;
    color: #396E80;
    border-radius: 10px;
  }

  100% {
    margin: 5%;
    background-color: #8DA8AD;
    color: #8DA8AD;
    border-radius: 10px;
  }
}

@keyframes moveUpDown {
  0% {
    color: #396E80;
  }

  100% {
    color: #8DA8AD;
  }
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

#trklst {
  margin-left: 1%;
  font-size: 1.5em;
}

#queuehistory {
  margin-left: 1%;
  font-size: 1.5em;
  margin-top: 1%
}

#greater-trklst {
  margin-left: .5%
}

@media (min-width: 650px) {
  #greater-pc {
    display: none !important;
  }
  #np {
    width: 29vw;
  }
}

@media (max-width: 650px) {
  #infobox {
    flex-direction: column;
    max-width: 100vw;
  }

  #queuehistory {
    font-size: 150%;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .queue-trklst {
    margin-bottom: 2%
  }

  #queuehistorywrapper {
    margin-top: 3%;
    position: relative;
  }

  #queue-content {
    padding: 15px;
    max-height: 50vh;
  }

  #trklst {
    font-size: 150%;
  }

  .header-itm {
    width: 17%;
  }

  .header {
    width: 100vw
  }

  #info-img {
    width: auto !important;
    height: 13vh
  }

  #np-child {
    flex-direction: row-reverse;
    align-items: center;
    display: flex !important;
  }

  #info-wrapper {
    flex-grow: 1;
    flex-direction: column;
  }

  #np-child.info-page {
    flex-direction: row-reverse !important;;
  }

  #infobox {
    height: unset !important;
  }
  

  #greater-pc apple-music-progress {
    width: 95% !important;
  }

  #nameplate {
    margin-left: auto !important;
    margin-right: auto;
  }

  #greater-pc-desktop {
    display: none !important;
  }

  #info-title {
    font-size: 200%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  #tlcontent table {
    margin-left: 0 !important;
  }

  #info-album {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
  }

  apple-music-progress {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: neue-haas-grotesk-display !important;
  }

  #ind-content {
    max-width: 100vw !important;
    margin: 0 !important;
  }

  #tlcontent-np {
    max-width: 100vw !important;
    max-height: fit-content !important;
    overflow: initial !important;
    margin: 0;
    padding: 30px;
    flex-direction: column;
    width: initial !important;
  }

  #lyrics {
    width: 91.4% !important;
    height: 70vh !important;
    text-align: left !important;
  }

  .lyric-line {
    text-align: left !important;
    font-size: 2.5em !important;
  }

  #info-artist {
    font-size: 150%
  }

  #np-child {
    flex-direction: column !important;
  }

  #info-year {
    font-size: 100%
  }

  #tracklist {
    white-space: nowrap;
    max-width: 100vw;
  }

  #tlcontent {
    max-width: 100vw !important;
    max-height: fit-content !important;
    overflow: initial !important;
  }


  #np {
    max-width: 100vw !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 10px;
  }

  #info {
    max-width: 100vw !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 10px;
  }

  #greater-pc {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #greater-trklst {
    justify-content: center;
    margin-left: 0 !important;
  }
}

#secondary-more-btn {
  text-align: center;
  width: 100vw;
}

#info-wrapper-np {
  flex-grow: 1;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

#content {
  width: 100%;
  min-height: var(--fixed-height);
  height: var(--fixed-height);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 82px;
  position: relative;
}

card {
  min-width: 269.232px;
  max-width: 269.232px;
  height: 269.232px;
  border: 3px solid var(--card-bg-color, #396E80);
  padding: 0;
  border-radius: 10px;
  transition: all 300ms ease-in-out;
  position: relative;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 3%;
  margin-right: 3%;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  background-color: var(--card-bg-color, #396E80);
}

.marquee-style {
  animation: marquee 5s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

#bigcards,
#heavycards,
#rec-cards {
  display: flex;
  border-spacing: 2vh;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 1%;
}

.skeleton-page p {
  animation: pulseDiv 0.5s linear infinite alternate;
}

.skeleton-page #table-wrap {
  color: #E3E1DB;
  background-color: #E3E1DB
}

.lyric-break-note {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  margin-left: 1%;
}

#lyrics {
  width: 95%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  font-family: "neue-haas-grotesk-display", sans-serif;
  border-radius: 10px;
  overflow-y: scroll;
  height: 100vh;
  scroll-behavior: smooth;
}

#lyrics::-webkit-scrollbar {
  display: none;
}

#lyrics {
    scroll-behavior: smooth;
}

.lyric-line {
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 5vw;
  cursor: pointer;
  font-weight: 600;
  text-align: right;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.6;
  transition-delay: 0ms;
}

.lyric-line.highlight {
  opacity: 1 !important;
  transition-delay: 0ms;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.lyric-break-note:last-of-type {
  display: none;
}

.lyric-line:nth-child(1) {
  transition-delay: 10ms;
}

.lyric-line:nth-child(2) {
  transition-delay: 50ms;
}

.lyric-line:nth-child(3) {
  transition-delay: 100ms;
}

.lyric-line:nth-child(4) {
  transition-delay: 150ms;
}

.lyric-line:nth-child(5) {
  transition-delay: 200ms;
}

.lyric-line:nth-child(6) {
  transition-delay: 250ms;
}

.lyric-line:nth-child(7) {
  transition-delay: 300ms;
}

.lyric-line:nth-child(8) {
  transition-delay: 350ms;
}

.lyric-line:nth-child(9) {
  transition-delay: 400ms;
}

.lyric-line:nth-child(10) {
  transition-delay: 450ms;
}

.lyric-line:nth-child(11) {
  transition-delay: 500ms;
}

.lyric-line:nth-child(12) {
  transition-delay: 550ms;
}

.lyric-line:nth-child(13) {
  transition-delay: 600ms;
}

.lyric-line:nth-child(14) {
  transition-delay: 650ms;
}

.lyric-line:nth-child(15) {
  transition-delay: 700ms;
}

.lyric-line:nth-child(16) {
  transition-delay: 750ms;
}

.lyric-line:nth-child(17) {
  transition-delay: 800ms;
}

.lyric-line:nth-child(18) {
  transition-delay: 850ms;
}

.lyric-line:nth-child(19) {
  transition-delay: 900ms;
}

.lyric-line:nth-child(20) {
  transition-delay: 950ms;
}

.more-btn {
  font-size: inherit !important;
  margin: 0;
  cursor: pointer;
  margin-right: 1%;
}

card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 7px;
  transition: all 300ms ease-in-out;
}

card heading {
  display: none;
}

card subheading {
  display: none;
}

card:hover img {
  filter: brightness(0.95);
}

card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 300ms ease-in-out;
  z-index: 1;
  pointer-events: none;
}

card:hover::before {
  background: rgba(0, 0, 0, 0.3);
}

card detail-label {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  color: var(--card-contrast-color, #E3E1DB);
  background-color: var(--card-bg-color, #E3E1DB);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.8em;
  border: none;
  font-weight: 500;
  opacity: 0;
  transition: all 300ms ease-in-out;
  pointer-events: none;
}

card:hover detail-label {
  opacity: 1;
}

card .play-btn {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 3;
  background: var(--card-bg-color, #396E80);
  color: var(--card-contrast-color, #E3E1DB);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Material Symbols Outlined';
  font-size: 24px;
  opacity: 0;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  border: none;
  pointer-events: none;
}

card .play-btn:active {
  transform: scale(.92, .92);
  transition: 100ms ease;
}

card:hover .play-btn {
  opacity: 1;
  pointer-events: auto;
}

card .shuffle-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 3;
  background: var(--card-bg-color, #396E80);
  color: var(--card-contrast-color, #E3E1DB);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
  opacity: 0;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  border: none;
}

card:hover .shuffle-btn {
  opacity: 1;
}

#onboard {
  transition: opacity 300ms ease-in;
  display: block;
}


subcard {
  width: 270px;
  height: 160px;
  border: 1px solid;
  padding: 10px;
  box-shadow: -1px 1px #777F76;
  background-color: #2F3633;
  border-radius: 10px;
  transition: 100ms ease-in;
  position: relative;
  margin-top: 2%;
  margin-left: 3%;
  margin-right: 3%;
  flex-wrap: nowrap;
  display: inline-block;
  color: #E3E1DB;
  overflow: hidden;
}

#smallcards {
  display: flex;
  border-spacing: 2vh;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 1%;
}

subcard heading {
  color: #E3E1DB;
  font-weight: 600;
  font-size: 2vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  min-width: 0;
  max-width: 270px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

subcard subheading {
  color: #E3E1DB;
  font-weight: 500;
  font-size: 1vw;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

subcard:hover {
  box-shadow: -3px 3px #777F76;
  transition: 100ms ease-in;
}

subcard th {
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 5px;
}

th {
  display: none;
}

subcard td {
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 5px;
}

input {
  border-radius: 10px;
  width: 94%;
  margin-left: 3%;
  margin-top: 5%;
  font-size: 3em;
  font-family: "neue-haas-grotesk-display";
  background-color: #E3E1DB;
  color: #2F3633;
  padding: 10px;
  border: 3px solid #2F3633
}

#result {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  flex: 1 1 auto;
}

#songcards {
  display: flex;
  border-spacing: 2vh;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 1%;
}

iholder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

artcard {
  width: 350px;
  height: 10vh;
  border: 1px solid;
  padding: 10px;
  box-shadow: -1px 1px #777F76;
  border-radius: 10px;
  transition: 100ms ease-in;
  position: relative;
  margin-top: 2%;
  margin-left: 3%;
  margin-right: 3%;
  background-color: #E3E1DB;
  flex-wrap: nowrap;
  display: inline-flex;
  cursor: pointer;
}

#artcards {
  display: flex;
  border-spacing: 2vh;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 1%;
}

artcard img {
  width: auto;
  height: 10vh;
  display: flex;
  border-radius: 10px;
  margin-bottom: 3px;
}

artcard heading {
  color: #2F3633;
  font-weight: 600;
  font-size: 2vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 5%;
  min-width: 0;
  flex-basis: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

iholder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%
}

artcard:hover {
  box-shadow: -3px 3px #777F76;
  transition: 100ms ease-in;
}

artcard:active {
  transform: scale(.92, .92);
  transition: 100ms ease;
}

#info {
  display: block;
  flex: 1 1 auto;
  align-items: center;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 29vw;
}

#np {
  display: block;
  flex: 1 1 auto;
  align-items: center;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 29vw;
}

#np-child {
  padding: 2%;
}

#np-child img {
  width: 100%;
  border-radius: 10px;
}

#np audio {
  width: 100%;
  padding-top: 1%;
}

#tlcontent {
  max-width: 70vw;
  max-height: var(--fixed-height);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  flex: 1 1 auto;
}

#tlcontent-np {
  flex-grow: 1;
  align-items: start;
  padding-top: 2.5%;
  padding-right: 2%;
  width: 70vw;
  max-height: calc(var(--fixed-height) - 2.5%);
  justify-content: space-between;
  display: flex;
  overflow: auto;
  flex: 1 1 auto;
  flex-direction: column;
}

#np table {
  width: 100%
}

.moving-fresh {
  animation: spin 4s linear infinite;
  width: max-content;
}

#tlcontent table {
  width: 100%;
  border-spacing: 10px;
  text-align: left;
  margin-left: 3%;
}

.labels {
  font-weight: 500;
}

.playing {
  font-weight: 600;
}

.song-title:hover {
  cursor: pointer;
}

.song-title {
  white-space: wrap;
}

#tlcontent th,
td {
  padding-bottom: 5px;
  padding-top: 5px;
}

tr {
  display: table-row;
}

hr {
  background-color: #2F3633;
  width: 100%;
  margin: 0;
}

.general-music-control {
  text-align: center !important;
  cursor: pointer;
}

.info-play-controls {
  margin: 10px;
}

.info-play-controls:hover {
  transform: scale(1.1);
  transition: 100ms ease-in;
}

#greater-pc-desktop>* {
  margin: 0;
  padding: 0;
}

#greater-pc-desktop apple-music-playback-controls {
  color: inherit;
}

#greater-pc-desktop apple-music-progress {
  color: inherit;
}


#np-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
}

#np-btn .material-symbols-outlined {
  font-size: 3em;
  text-align: center;
  display: block;
}

@media (max-width: 650px) {
  #mobile-nav {
    display: flex !important;
    position: fixed;
    bottom: 2vh;
    left: 50%;
    transform: translateX(-50%) scale(0.92);
    width: 60vw;
    height: 82px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    backdrop-filter: blur(8px) saturate(1.25) contrast(1.09);
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    z-index: 2000;
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(.68, -0.55, .27, 1.55), background 0.3s, box-shadow 0.3s;
    overflow: hidden;
    animation: navExpand 0.7s cubic-bezier(.68, -0.55, .27, 1.55) 0.1s forwards;
    will-change: transform;
  }

  .mobile-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: 70px;
    background: inherit;
    border: none;
    border-radius: 60px;
    font-size: 5em;
    color: #626262;
    cursor: pointer;
    transition: transform 0.18s cubic-bezier(.68, -0.55, .27, 1.55), box-shadow 0.18s, background 0.18s;
    will-change: transform, box-shadow, background;
    margin: 10px;
  }

  body {
    margin-bottom: 100px;
  }

  .mobile-nav-btn span {
    font-size: .6em;
    transition: color 0.2s ease-in-out;
  }

  .header {
    flex-direction: column;
  }

  .header-itms {
    display: none;
  }
}

#mobile-nav {
  display: none;
}

#queuehistorywrapper {
  margin-top: 3%;
  position: relative;
}

#queue-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.2s ease;
}

#queue-header:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

#queue-arrow {
  transition: transform 0.3s ease;
  color: var(--np-text-primary, #2F3633);
}

#queue-content {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  border: 1px solid var(--contrast-color, #2F3633);
  border-radius: 12px;
  margin-bottom: 10px;
  z-index: 1000;
  max-height: 40vh !important;
  overflow-y: scroll;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--background-color, #E3E1DB);
  padding: 5px !important;
}

@media (min-width: 651px) {
  #queue-header {
    padding: 15px 0;
  }

  #queuehistory {
    font-size: 1.2em;
  }
}
