html, body {margin: 0;}

/* iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%;
} */

.jp-audio {
  width: 100%;
  border: 0;
  max-width: 1010px;
  margin: auto;
  background: #fff;
}

.jp-audio .jp-interface {
  box-shadow: 0 1px 3px rgba(13, 25, 32, 0.3);
  background: #b7cf3a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding-top: 2px;
  box-sizing: border-box;
  overflow: hidden;
}

.jp-audio .jp-interface::before {
  position: absolute;
  display: block;
  content: '';
  border-top: 2px solid #000000;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .2;
}

.jp-audio .jp-controls {
  width: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 135px;
  margin-right: 10px;
}

.jp-title-poster {
  display: flex;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.1);
  position: relative;
  flex: 0 0 40px;
  border-radius: 3px;
  overflow: hidden;
}

.jp-title-poster img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.jp-title-poster-no-cover {
  background: rgba(0,0,0,0.2);
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-radius: 50%;
}

.jp-title-poster-no-cover::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
}

.jp-title-poster-no-cover::after {
  content: '';
  position: absolute;
  width: 4%;
  height: 4%;
  top: 48%;
  left: 48%;
  background: #d1bd6c;
  border-radius: 50%;
}

.jp-title-wrapper {
  overflow: hidden;
  margin-right: auto;
  flex: 0 1 100%;
  position: relative;
  height: 22px;
}

.jp-title {
  color: #000;
  white-space: nowrap;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.jp-title-animated {
  animation: titlescroll 10s linear infinite;
  animation-delay: 2s;
}

@keyframes titlescroll {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.jp-previous, .jp-previous:focus {
  background: url(../img/jp-previous.png) center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 0 0 15px;
}

.jp-next, .jp-next:focus {
  background: url(../img/jp-next.png) center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 0 0 12px;
}

.jp-stop, .jp-stop:focus {
  background: url(../img/jp-stop.png) center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 0 0 10px;
}

.jp-play, .jp-play:focus {
  background: url(../img/jp-play.png) center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 0 0 12px;
}

.jp-state-playing .jp-play, .jp-state-playing .jp-play:focus {
  background: url(../img/jp-play-playing.png) center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 0 0 12px;
}

.jp-head-others {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
}

.jp-current-time {
  width: auto;
  margin-right: 10px;
  color: #000;
  opacity: .7;
}

.jp-audio .jp-type-playlist .jp-progress {
  position: relative;
  top: 0;
  left: 0;
  width: 160px;
  height: 10px;
  background: #91a42e;
}

.jp-seek-bar {
  width: 100%;
  background: #91a42e;
}

.jp-play-bar {
  background: none;
  background-image: linear-gradient(to right, #d93b30 0%, #d83c30 100%);
}

.jp-duration {
  width: auto;
  min-width: 49px;
  margin-left: 10px;
  color: #000;
  opacity: .7;
}

.jp-audio .jp-type-playlist .jp-toggles {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  margin: 0 25px;
  display: flex;
  align-items: center;
}

.jp-toggles button {
  width: 24px;
  height: 24px;
  text-indent: 0;
}

.jp-shuffle, .jp-shuffle:focus, .jp-state-shuffled .jp-shuffle, .jp-state-shuffled .jp-shuffle:focus {
  background: none;
  padding: 0;
  color: #000;
  width: 24px;
  height: 24px;
  margin-left: 20px;
}

.jp-state-shuffled .jp-shuffle, .jp-state-shuffled .jp-shuffle:focus {
  background: none;
  color: #d83c30;
}

.jp-repeat, .jp-repeat:focus, .jp-state-looped .jp-repeat, .jp-state-looped .jp-repeat:focus {
  background: none;
  padding: 0;
  color: #000;
  width: 24px;
  height: 24px;
}

.jp-state-looped .jp-repeat, .jp-state-looped .jp-repeat:focus {
  background: none;
  color: #d83c30;
}

.jp-volume-controls {
  position: relative;
  left: 0;
  top: 0;
  width: 100px;
  display: flex;
  align-items: center;
  margin-right: 30px;
  flex: 0 0 100px;
}

.jp-volume-bar {
  position: relative;
  top: 0;
  left: 0;
  background: #91a42e;
  height: 10px;
  width: 100px;
  margin-left: 30px;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1 !important;
}

.jp-volume-bar-value {
  height: 10px;
  background: none;
  background-image: linear-gradient(to right, #d93b30 0%, #d83c30 100%);
}

.jp-mute, .jp-mute:focus {
  background: none;
  padding: 0;
  color: #000;
  width: 24px;
  height: 24px;
}

.jp-mute .jp-mute-icon, .jp-mute:focus .jp-mute-icon {
  display: block;
}

.jp-mute .jp-mute-muted-icon, .jp-mute:focus .jp-mute-muted-icon {
  display: none;
}

.jp-state-muted .jp-mute, .jp-state-muted .jp-mute:focus {
  background: none;
  color: #d83c30;
}

.jp-state-muted .jp-mute .jp-mute-icon, .jp-state-muted .jp-mute:focus .jp-mute-icon {
  display: none;
}

.jp-state-muted .jp-mute .jp-mute-muted-icon, .jp-state-muted .jp-mute:focus .jp-mute-muted-icon {
  display: block;
}

.jp-branding {
  margin-right: 15px;
}

.jp-branding img {
  display: block;
  width: 31px;
  height: 25px;
}

.jp-playlist {
  border: 0;
  background: #c5d861;
  height: 100%;
  max-height: 558px;
  overflow: auto;
  background: #fff;
  margin-top: 4px;
}

.jp-search.active + .jp-mini + .jp-playlist {
  max-height: 518px;
}

.jp-playlist.hidden {
  display: none;
}

.jp-playlist::-webkit-scrollbar {
  width: 8px;
}

.jp-playlist::-webkit-scrollbar-thumb {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #91a42e;
}

.jp-playlist::-webkit-scrollbar-track {
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.jp-playlist ul {
  padding: 0;
  font-size: 1em;
}

.jp-playlist li {
  padding: 0;
  border: 1px solid rgba(0,0,0,0.2);
  border-right: 0;
  background: #c5d861;
}

.jp-playlist li + li {
  margin-top: 4px;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: none;
  padding: 0;
  background: #e25e5a;
}

div.jp-type-playlist div.jp-playlist a {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

div.jp-type-playlist .jp-search.active + .jp-mini + div.jp-playlist a {
  padding: 7px 10px;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current, div.jp-type-playlist div.jp-playlist a:hover {
  background: #e25e5a;
  color: #000;
}

div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 0;
}

div.jp-type-playlist div.jp-playlist a img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

div.jp-type-playlist div.jp-playlist a span {
  width: 100%;
  margin: 0 15px;
}

div.jp-type-playlist div.jp-playlist a span.duration {
  margin: 0;
  width: auto;
}

#canvas {
  /* margin-bottom: -6px; */
  display: block;
}

/* #diz_container.mobile #canvas {
  display: none;
} */

/* #diz_container.mobile .jp-interface {
  display: block;
  height: 84px;
}

#diz_container.mobile .jp-controls {
  position: absolute;
  top: 23px;
  left: -5px;
}

#diz_container.mobile .jp-controls button {
  width: 38px;
  height: 38px;
  margin: 0 0 0 30px;
}

#diz_container.mobile .jp-title-poster {
  position: absolute;
  top: 44px;
  left: 390px;
}

#diz_container.mobile .jp-title-wrapper {
  position: absolute;
  top: 46px;
  width: calc(100% - 448px);
  left: 448px;
}

#diz_container.mobile .jp-head-others {
  position: absolute;
  top: 9px;
  right: 0;
} */

.jp-mini {
  padding: 15px 40px 15px 10px;
  background: #e25e5a;
  display: flex;
  border-bottom: 2px solid #b04038;
}

.jp-mini-cover {
  width: 200px;
  height: 200px;
  background: rgba(0,0,0,0.1);
  position: relative;
  flex: 0 0 200px;
  border-radius: 3px;
  overflow: hidden;
}

.jp-mini-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.jp-mini-no-cover {
  background: rgba(0,0,0,0.2);
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-radius: 50%;
}

.jp-mini-no-cover::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
}

.jp-mini-no-cover::after {
  content: '';
  position: absolute;
  width: 4%;
  height: 4%;
  top: 48%;
  left: 48%;
  background: #d1bd6c;
  border-radius: 50%;
}

.jp-mini-info {
  width: 100%;
  flex: 0 1 100%;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jp-mini-title .jp-title {
  position: relative;
  color: #222;
  font-weight: 600;
  font-size: 20px;
  white-space: unset;
}

.jp-mini-controls .jp-progress {
  width: 100% !important;
  background: rgba(0,0,0,0.1) !important;
  margin-bottom: 10px;
}

.jp-mini-controls .jp-progress .jp-seek-bar {
  background: rgba(0,0,0,0.1) !important;
}

.jp-mini-controls .jp-progress .jp-play-bar {
  background: rgba(0,0,0,0.6) !important;
}

.jp-mini-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jp-mini-controls .jp-controls {
  width: 140px;
}

.jp-mini-controls .jp-previous, .jp-mini-controls .jp-previous:focus {
  margin-left: 0;
}

.jp-mini-controls .jp-play, .jp-mini-controls .jp-play:focus {
  width: 36px;
  height: 36px;
}

.jp-state-playing .jp-mini-controls .jp-play, .jp-state-playing .jp-mini-controls .jp-play:focus {
  width: 36px;
  height: 36px;
}

.jp-mini-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jp-mini-buttons .jp-toggles {
  margin: 0 !important;
}

.jp-mini-buttons .jp-shuffle {
  margin-left: 20px;
}

.jp-mini-buttons .jp-mute {
  margin-left: 20px;
}

.jp-mini-buttons .jp-list {
  margin-left: 20px;
  position: relative;
  width: 30px;
  height: 19px;
  background: none;
}

.jp-mini-buttons .jp-list > span {
  width: 24px;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  left: 6px;
}

.jp-mini-buttons .jp-list > span::before {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: -6px;
  background: #000;
}

.jp-mini-buttons .jp-list.active > span {
  background: #b7cf3a;
}

.jp-mini-buttons .jp-list.active > span::before {
  background: #b7cf3a;
}

.jp-mini-buttons .jp-list > span:nth-child(1) {
  top: 0;
}

.jp-mini-buttons .jp-list > span:nth-child(2) {
  top: 8px;
}

.jp-mini-buttons .jp-list > span:nth-child(3) {
  top: 16px;
}

.jp-state-shuffled .jp-mini-buttons .jp-shuffle, .jp-state-shuffled .jp-mini-buttons .jp-shuffle:focus {
  color: #b7cf3a;
}

.jp-state-looped .jp-mini-buttons .jp-repeat, .jp-state-looped .jp-mini-buttons .jp-repeat:focus {
  color: #b7cf3a;
}

.jp-state-muted .jp-mini-buttons .jp-mute, .jp-state-muted .jp-mini-buttons .jp-mute:focus {
  color: #b7cf3a;
}

.jp-search-bar {
  width: 40px;
  height: 40px;
  background: url(../img/search-christmas.png) 0 0 no-repeat;
  background-size: cover;
  margin-right: 10px;
  cursor: pointer;
}

.jp-search {
  position: relative;
  display: none;
}

.jp-search.active {
  display: block;
}

.jp-search span {
  width: 20px;
  height: 20px;
  background: url(../img/search-input.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
}

.jp-search a {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.jp-search a::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background: #202020;
  margin: auto;
}

.jp-search a::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  background: #202020;
  margin: auto;
}

.jp-search input {
  border: 0;
  padding: 0 60px 0 40px;
  margin: 0;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #202020;
  box-sizing: border-box;
}
