:root {
  --plyr-color-main: rgba(0, 0, 0, 0.3) !important;
  --plyr-range-fill-background: #004a80 !important;
  --plyr-audio-control-color: #000 !important;
  --plyr-audio-control-color-hover: #000 !important;
  --plyr-audio-range-track-background: rgba(0, 0, 0, 0) !important;
  --plyr-audio-controls-background: rgba(0, 0, 0, 0) !important;
  --plyr-control-radius: 100% !important;
  --plyr-range-track-height: 5px !important;
}

#sound-examples-container audio {
  display: none;
}

#audiowrap,
#plwrap {
  margin: 0 auto;
}

button.plyr__control:focus {
  background-color: rgba(193, 200, 209, 0.6);
}

#tracks {
  font-size: 0;
  position: relative;
  text-align: center;
}

#nowPlay {
  display: block;
  font-size: 0;
}

#nowPlay span {
  display: inline-block;
  font-size: 1.05rem;
  vertical-align: top;
}

#nowPlay span#npAction {
  padding: 21px;
  width: 30%;
}

#nowPlay span#npTitle {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 70%;
}

#plList li {
  cursor: pointer;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 7px 0;
}

#fixedwrap {
  height: 90px;
}

#fixedwrap.notitle {
  height: unset;
}

#fixedwrap > h2 {
  margin-left: 18px;
  margin-top: 36px;
}

#plList {
  height: calc(100% - 110px);
  overflow-y: auto;
  margin-bottom: 0;
  margin-left: 1em;
  margin-top: 20px;
  margin-right: 60px;
}

/* width */
#plList::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#plList::-webkit-scrollbar-track {
  background: rgba(193, 200, 209, 0.6);
}

/* Handle */
#plList::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
#plList::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.plTitle {
  width: min-content;
}

.plItem {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plLength {
  padding-left: 21px;
  position: absolute;
  right: 21px;
  top: 0;
}

.plSel,
.plSel:hover {
  color: #000;
  cursor: default !important;
  font-weight: bold;
}

.marquee.plSel .plItem {
  animation: marquee 12s linear infinite;
  text-overflow: unset;
  overflow: unset;
}

@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#tracks a {
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 2.3rem;
  height: 40px;
  line-height: 0.2;
  margin: 0 5px 30px;
  padding: 12px;
  text-decoration: none;
  transition: background 0.3s ease;
}

#tracks a:hover,
#tracks a:active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

#tracks a::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.plyr__progress input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 17px;
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
  margin-top: -4px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

.plyr__time {
  font-size: 20px;
}

.plSel {
  background: rgba(255, 255, 255, 0.2);
}

/* All the same stuff for Firefox */
.plyr__progress input[type="range"]::-moz-range-thumb {
  height: 12px;
  width: 17px;
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
  margin-top: -1.12px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for IE */
.plyr__progress input[type="range"]::-ms-thumb {
  height: 7px;
  width: 17px;
  border-radius: 0px;
  background: #000;
  cursor: pointer;
  margin-top: -1.12px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

progress.plyr__progress__buffer {
  border-radius: 0px;
  width: 96%;
  background-color: #fff;
}

.audio-demo-container {
  padding: 20px 0px 0px 20px;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.audio-demo-container.no-image {
  height: fit-content;
  position: relative;
  width: 100%;
  padding: 0;
}

.no-image .plyr__controls {
  padding: 0;
}

#sound-examples-container {
  display: flex;
  position: relative;
  padding: 0 !important;
  margin-bottom: 0;
  width: 100%;
  /* max-width: 1310px !important; 
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.6); */
}

.audio-player-container {
  height: 100%;
}

@media (max-width: 599px) {
  #sound-examples-container img {
    /* filter: opacity(50%); */
    filter: opacity(0%);
  }
  .audio-demo-container {
    width: 95.3%;
  }

  .plTitle {
    font-size: 16px;
  }
}
