@import url("../../index.css");

.track {
  color: var(--color-text-bright);
}

.artist {
  color: var(--color-text);
}

.album {
  color: var(--rosa);
}

body,
html {
  margin: 0;
  padding: 0
}

h1 a {
  color: inherit;
  text-decoration: none
}

.clear {
  clear: both;
  float: none
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.icon-play {
  font-size: .8em;
  border-radius: 100%;
  background: transparent;
  color: #aaa;
  width: 25px;
  height: 25px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  text-indent: 3px;
  text-decoration: none;
  margin-right: .5em
}

.icon-play:hover {
  color: #fff;
  background-color: #FF005B
}

#now-playing {
  text-align: center;
  color: #aaa
}

#now-playing .fecha {
  font-size: .8em;
  color: #999;
  display: block;
  font-weight: 100
}

@media screen and (max-width: 600px) {
  #contenedor {
    padding: 1em;
    box-sizing: border-box
  }

  h1 {
    font-size: 2em;
    line-height: 1em
  }

  h3 {
    font-size: 1em;
    line-height: 1em;
    margin: 0
  }

  h4 {
    margin: 0
  }

  .count {
    font-size: .8em;
    font-weight: normal
  }
}

#item .cover {
  float: none;
  margin: 1em auto;
  width: 300px;
  height: 300px
}

#item .cover .icon-play {
  line-height: 300px;
  font-size: 10em
}

#item a {
  text-decoration: none
}

#item a:hover {
  color: #fff
}

#item h3 {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em
}

#item h4 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  line-height: 1em;
  padding: 1em 0;
  text-transform: uppercase;
  font-weight: 100
}

.tick {
  font-size: .7em;
  font-family: var(--font-mono);
  background: #f00
}

.tick line {
  stroke: #ddd !important
}

.tick text {
  stroke: #999 !important
}

.domain {
  stroke: #ddd
}

@media screen and (max-width: 600px) {
  #item .cover {
    width: 280px;
    height: 280px
  }
}

.item h3 {
  line-height: 1em;
  margin: 0
}

.item-name {
  color: var(--color-text);
}

.item {
  color: var(--color-text);
  margin-bottom: .5em
}

.item h4 {
  margin: 0;
  font-weight: normal
}

.item .collapsed {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.item .cover {
  display: block;
  width: 80px;
  height: 80px;
  float: left;
  background-color: #FF005B;
  background-position: middle center;
  background-size: cover;
  margin-right: 1em
}

.item .cover .icon-play {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 80px;
  font-size: 2em;
  color: #fff;
  border-radius: 0;
  opacity: 0
}

.item .cover:hover {
  background-blend-mode: screen
}

.item .cover:hover .icon-play {
  background-color: transparent;
  opacity: 1;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5)
}

#periodo-cantidad,
#periodo-calificativo {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 3px 5px;
  font-family: var(--font-mono);
  border: none;
  background: #eee;
  outline: none;
  border-radius: 2px;
  box-sizing: border-box
}

#periodo-cantidad:focus,
#periodo-calificativo:focus {
  background: #fff;
  box-shadow: 0px 0px 3px #FF005B
}

#periodo-calificativo {
  appearance: none;
  padding-left: .5em;
  padding: 10px 5px;
  margin-left: .8em
}

#periodo-cantidad {
  text-align: center
}
