* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  list-style: none;
}
html {
  background-color: #000;
}
html,
body {
  height: 100%;
  color: #fff;
}
body.offline {
}
body.offline::before {
  content: "modo offline ligado";
  position: absolute;
  background-color: #900;
  top: 0;
  left: 0;
  right: 0;
  padding: 2px 10px;
  text-align: right;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  z-index: 999;
}
a {
  cursor: pointer;
}
body > .install {
  display: none;
  position: absolute;
  z-index: 990;
}
body > .location {
  display: none;
  position: absolute;
  z-index: 990;
  visibility: hidden;
}
body.blocked > * {
  display: none !important;
}
body.blocked .blocked {
  display: flex !important;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #000;
}
body.blocked .blocked span {
  font-size: 5rem;
  margin-bottom: 1rem;
}
body.blocked .blocked p {
  line-height: 1.5rem;
  margin: 1rem 2rem;
  text-align: center;
  max-width: 700px;
}
body.blocked .blocked p a {
  color: #fff;
  text-decoration: underline;
}
body.not-installed > * {
  display: none;
}

body.not-installed .install {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #000;
}
body.not-installed .install a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  padding: 15px;
  border-radius: 100%;
  border: 5px solid #ea5740;
  text-align: center;
}
body.not-installed .install a i {
  display: block;
  color: #fff;
  font-size: 4.2rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  height: 5rem;
}
body.not-installed .install a:hover i {
  color: #ea5740;
}
body.not-installed .install a span {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.7;
  bottom: -2rem;
}

body > .location {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #000;
}
body > .location a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  padding: 15px;
  border-radius: 100%;
  border: 5px solid #ea5740;
  text-align: center;
}
body > .location a i {
  display: block;
  color: #fff;
  font-size: 4.2rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  height: 5rem;
}
body > .location a:hover i {
  color: #ea5740;
}
body > .location a span {
  color: #fff;
  position: absolute;
  left: -2rem;
  right: -2rem;
  opacity: 0.7;
  bottom: -2rem;
}

body > .loading {
  display: none;
  position: absolute;
  z-index: 991;
}
body.loading > * {
  display: none;
}
body.loading {
  width: 100%;
  height: 100%;
  background-color: #000;
}
body.loading::after {
  display: none;
}
body.loading > .loading {
  display: flex;
  background-color: #000;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.loading > .loading img {
  animation-name: glow;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
body.loading > .loading span {
  margin-top: 1rem;
  opacity: 0.7;
}

a.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.hide {
  display: none !important;
}
.inner {
  display: block;
  margin: auto;
  max-width: 520px;
  position: relative;
}
#dz-root {
  display: none;
}
dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Header */

#page-wrapper header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 36px 45px;
  z-index: 1;
}
#page-wrapper header h1 {
  display: inline-block;
}
#page-wrapper header .tts {
  display: block;
  position: absolute;
  top: 36px;
  right: 90px;
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 100%;
  border: 2px solid #ea5740;
  text-align: center;
}
body.offline #page-wrapper header .tts {
  opacity: 0.3;
  pointer-events: none;
}
#page-wrapper header .tts span {
  display: none;
}
#page-wrapper header .tts i {
  color: #fff;
  font-size: 0.8rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#page-wrapper header .tts:hover i {
  color: #ea5740;
}

#page-wrapper header .tv {
  display: block;
  position: absolute;
  top: 36px;
  right: 90px;
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 100%;
  border: 2px solid #ea5740;
  text-align: center;
}
body.offline #page-wrapper header .tv {
  opacity: 0.3;
  pointer-events: none;
}
#page-wrapper header .tv span {
  display: none;
}
#page-wrapper header .tv i {
  color: #fff;
  font-size: 0.8rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#page-wrapper header .tv:hover i {
  color: #ea5740;
}

#page-wrapper header .change-view {
  display: block;
  position: absolute;
  top: 36px;
  right: 150px;
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 100%;
  border: 2px solid #ea5740;
  text-align: center;
}
#page-wrapper header .change-view span {
  display: none;
}
#page-wrapper header .change-view i {
  color: #fff;
  font-size: 0.8rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#page-wrapper header .change-view:hover i {
  color: #ea5740;
}

#page-wrapper header .open-admin {
  display: block;
  position: absolute;
  top: 35px;
  right: 25px;
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 100%;
  border: 2px solid #ea5740;
  text-align: center;
}
#page-wrapper header .open-admin span {
  display: none;
}
#page-wrapper header .open-admin i {
  color: #fff;
  font-size: 0.8rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#page-wrapper header .open-admin:hover i {
  color: #ea5740;
}

/* Player */

#player {
  position: relative;
  height: 100vh;
}
#player.disabled a {
  opacity: 0.3;
}
#player.disabled .controls::before,
#player.disabled .playlists::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#player::after {
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-image: url("../../lib/img/background-gym.jpg");
  background-size: cover;
  background-position: center;
}
body.type-1 #player::after {
  background-image: url("../../lib/img/background-gym.jpg");
}
body.type-2 #player::after {
  background-image: url("../../lib/img/background-barbershop.jpg");
}
body.type-3 #player::after {
  background-image: url("../../lib/img/background-bar.jpg");
}
body.type-4 #player::after {
  background-image: url("../../lib/img/background-restaurant.jpg");
}
body.type-6 #player::after {
  background-image: url("../../lib/img/background-event.jpg");
}
body.type-8 #player::after {
  background-image: url("../../lib/img/background-coworking.jpg");
}
body.type-9 #player::after {
  background-image: url("../../lib/img/background-mitchell.jpg");
}
body.type-10 #player::after {
  background-image: url("../../lib/img/background-sesi-sp.jpg");
}
body.type-11 #player::after {
  background-image: url("../../lib/img/background-market.jpg");
}
body.type-12 #player::after {
  background-image: url("../../lib/img/background-escola.jpg");
}
body.type-15 #player::after {
  background-image: url("../../lib/img/background-pharmacy.jpg");
}
#player .track {
  position: relative;
  display: block;
  height: 60vh;
  text-align: center;
}
#player .track > img {
  margin-top: 36px;
  height: calc(60vh - 36px - 160px);
  max-height: calc(60vh - 36px - 160px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 20px #000;
}
#player .track.user > img {
  box-shadow: 0 0 5px 4px #fff;
  animation-name: glow;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes glow {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}

#player .track .title {
  position: relative;
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#player .track .title::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  right: 0;
  height: 0.5em;
  margin-left: -37px;
  width: 74px;
  border-top: 3px solid #ea5740;
}
#player .track .artist {
  position: relative;
  display: block;
  margin-top: 22px;
  text-align: center;
  font-size: 18px;
}
#player .track .duration {
  position: relative;
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 22px;
}
#player .controls {
  display: block;
  height: 25vh;
}
#player .controls > ul {
  display: block;
  width: 100%;
  height: 100%;
}
#player .controls > ul > li {
  display: block;
  float: left;
  width: 30%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#player .controls > ul > li.block {
  visibility: hidden;
}
#player .controls > ul > li > a {
  display: inline-block;
  border-radius: 100%;
  border: 4px solid #ea5740;
  color: #fff;
  height: 71px;
  width: 71px;
  text-align: center;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#player .controls > ul > li a:hover {
  color: #ea5740;
}
#player .controls > ul > li a i {
  font-size: 2.5rem;
  line-height: 4.9rem;
}
#player .controls li.play a,
#player .controls li.pause a {
  border: 8px solid #ea5740;
  height: 140px;
  width: 140px;
}
#player .controls li.play,
#player .controls li.pause {
  width: 40%;
}
#player .controls li.play a i,
#player .controls li.pause a i {
  font-size: 5rem;
  line-height: 10rem;
}
#player .controls li.play a i {
  padding-left: 10px;
}
#player .controls .block ul {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  display: block;
  height: calc(40vh - 40px);
  padding: 20px 0;
  max-width: calc(100vw - 40px);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  align-items: center;
  z-index: 999;
}
#player .controls .block ul li {
  height: 33.33%;
  justify-content: center;
  align-items: center;
  display: flex;
}
#player .controls .block ul li a {
  width: 100%;
  display: block;
  padding: 6px;
  margin: 0 30px;
  border: 2px solid #ea5740;
  border-radius: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#player .controls .block ul li a:hover {
  color: #ea5740;
}
#player .controls .block ul li.close {
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  top: -15px;
  right: -17px;
}
#player .controls .block ul li.close a {
  height: 30px;
  width: 30px;
  display: block;
  padding: 0;
  margin: 0;
  border: 2px solid #ea5740;
  background-color: rgba(0, 0, 0, 0.8);
}
#player .controls .block ul li.close a i {
  font-size: 0.8rem;
  line-height: 2.1rem;
}
#player .playlists {
  display: block;
  height: 15vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#player .playlists a.current {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: -1.5rem;
}
#player.disabled .playlists progress {
  opacity: 0.3;
}
#player .playlists progress {
  position: absolute;
  bottom: 0.3rem;
  height: 0.3rem;
  width: 90%;
  max-width: 18rem;
  opacity: 0.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #eee;
  border-radius: 3px;
  transition: all 0.5s;
}
#player .playlists:hover progress,
#player .playlists progress.warning {
  opacity: 1;
  height: 0.6rem;
}
#player .playlists progress:after {
  content: attr(data-label);
  font-size: 0.8em;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -17px;
}
#player .playlists progress::-webkit-progress-bar {
  background: #eee;
  border-radius: 0;
}

#player .playlists progress::-webkit-progress-value {
  background-color: #ea5740;
  border-radius: 0;
}

#player .playlists progress::-moz-progress-bar {
  background-color: #ea5740;
  border-radius: 0;
}
#player .playlists progress.warning::-webkit-progress-value {
  background-color: #aa0000;
}

#player .playlists progress.warning::-moz-progress-bar {
  background-color: #aa0000;
}
#player .playlists a.current i {
  display: inline-block;
  border: 2px solid #ea5740;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  float: left;
  font-size: 1.6rem;
  margin-right: 10px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#player .playlists a.current span {
  line-height: 36px;
}
#player .playlists a.current:hover i {
  color: #ea5740;
}
#player .playlists a.current i::before {
  line-height: 37px;
}
#player .playlists ul.list {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  display: block;
  min-height: calc(40vh - 40px);
  padding: 20px 0;
  max-width: calc(100vw - 40px);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  align-items: center;
  z-index: 999;
}
#player .playlists ul.list li {
  margin: 7px 0;
}
#player .playlists ul.list li span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}
#player .playlists ul.list li span:hover {
  color: #ea5740;
}
#player .playlists ul.list li a {
  color: #fff;
}
#player .playlists ul.list li a:hover {
  color: #ea5740;
}
#player .playlists ul.list li.in-progress a.download {
  animation: opacity 1s ease-in-out infinite;
  opacity: 1;
}
body.offline #player .playlists ul.list li a.download {
  display: none;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

#player .playlists ul li.close {
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  margin: 0;
  top: -15px;
  right: -17px;
}
#player .playlists ul li.close a {
  height: 30px;
  width: 30px;
  display: block;
  padding: 0;
  margin: 0;
  border: 2px solid #ea5740;
  border-radius: 100%;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.8);
}
#player .playlists ul li.close a i {
  font-size: 0.8rem;
  line-height: 2.1rem;
  border: 0;
}

/* Playlist */

#playlist {
  position: relative;
  display: block;
  padding: 0;
}
#playlist .track {
  position: relative;
  display: block;
  height: 86px;
  padding: 15px;
  clear: both;
  border-radius: 80px 0 0 80px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#playlist .track:first {
  margin-top: 20px;
}
#playlist .track:hover {
  position: relative;
  display: block;
  height: 86px;
  padding: 15px;
  clear: both;
  background-color: #222;
}
#playlist .track .image {
  float: left;
  height: 80px;
  width: 80px;
  border: 3px solid #ea5740;
  border-radius: 100%;
  margin-right: 15px;
}
#playlist .track .details {
  display: block;
  padding-top: 5px;
}
#playlist .track .details .title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}
#playlist .track .details .duration {
  font-size: 0.9rem;
}
#playlist .track .details .artist {
  font-size: 0.9rem;
}
#playlist .track .details .duration::after {
  content: " \2022 ";
}
#playlist .track .votes {
  margin-top: 10px;
  display: block;
  font-size: 0.8rem;
}
#playlist .track .votes li {
  float: left;
  margin-right: -7px;
}
#playlist .track .votes li:last-child {
  margin-left: 17px;
}
#playlist .track .votes li img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

@media (min-width: 768px) {
  /* Columns View */

  body.columns {
    height: 100vh;
    overflow: hidden;
  }
  body.columns::after {
    content: "";
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-image: url("../../lib/img/background-gym.jpg");
    background-size: cover;
    background-position: center;
  }
  body.type-1.columns::after {
    background-image: url("../../lib/img/background-gym.jpg");
  }
  body.type-2.columns::after {
    background-image: url("../../lib/img/background-barbershop.jpg");
  }
  body.type-3.columns::after {
    background-image: url("../../lib/img/background-bar.jpg");
  }
  body.type-4.columns::after {
    background-image: url("../../lib/img/background-restaurant.jpg");
  }
  body.type-6.columns::after {
    background-image: url("../../lib/img/background-event.jpg");
  }
  body.type-8.columns::after {
    background-image: url("../../lib/img/background-coworking.jpg");
  }
  body.type-9.columns::after {
    background-image: url("../../lib/img/background-mitchell.jpg");
  }
  body.type-10.columns::after {
    background-image: url("../../lib/img/background-sesi-sp.jpg");
  }
  body.type-11.columns::after {
    background-image: url("../../lib/img/background-market.jpg");
  }
  body.type-12.columns::after {
    background-image: url("../../lib/img/background-escola.jpg");
  }
  body.type-15.columns::after {
    background-image: url("../../lib/img/background-pharmacy.jpg");
  }

  /* Header */

  body.columns #page-wrapper header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 15px 20px 20px;
    z-index: 1;
  }
  body.columns #page-wrapper header .open-admin {
    top: 20px;
    right: 15px;
  }
  body.columns #page-wrapper header .change-view {
    top: 65px;
    right: 15px;
  }
  body.columns #page-wrapper header .tts {
    top: 110px;
    right: 15px;
  }
  body.columns #page-wrapper header .tv {
    top: 155px;
    right: 15px;
  }

  /* Player */

  body.columns #player {
    width: 50vw;
    float: left;
  }
  body.columns #player::after {
    display: none;
  }
  body.columns #player .track {
  }
  body.columns #player .track > img {
    margin-top: 90px;
    max-height: calc(60vh - 90px - 160px);
  }

  /* Playlist */

  body.columns #playlist {
    width: calc(50vw - 60px);
    height: 100vh;
    float: left;
    padding: 0;
    z-index: 2;
  }
  body.columns #playlist .inner {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    overflow-y: scroll;
  }
  body.columns #playlist .inner > ul {
    padding: 10px 10px;
    margin: 0;
    min-height: calc(100vh - 20px);
    background-color: rgba(0, 0, 0, 0.4);
  }
  body.columns #playlist ::-webkit-scrollbar {
    width: 10px;
  }
  body.columns #playlist ::-webkit-scrollbar-track {
    border-radius: 0;
  }
  body.columns #playlist ::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
    outline: 1px solid slategrey;
  }
}

@media (max-width: 767px) {
  /* Header */

  #page-wrapper header {
    padding: 15px 0;
    text-align: center;
  }
  #page-wrapper header h1 {
    display: block;
  }
  #page-wrapper header .change-view {
    display: none;
  }
  #page-wrapper header .open-admin {
    top: 35px;
    right: 25px;
  }
  #page-wrapper header .tts {
    top: 80px;
    right: 25px;
  }
  #page-wrapper header .tv {
    top: 125px;
    right: 25px;
  }

  /* Player */

  #player .track {
    height: 65vh;
  }
  #player .track > img {
    margin-top: 80px;
    max-height: calc(65vh - 80px - 160px);
  }
  #player .controls {
    height: 20vh;
  }
  #player .controls .block ul {
    height: calc(35vh - 40px);
  }
  #player .controls > ul > li > a {
    height: 51px;
    width: 51px;
    border-width: 3px;
  }
  #player .controls > ul > li > a i {
    font-size: 2.2rem;
    line-height: 3.7rem;
  }
  #player .controls li.play a,
  #player .controls li.pause a {
    height: 100px;
    width: 100px;
    border-width: 6px;
  }
  #player .controls li.play a i,
  #player .controls li.pause a i {
    font-size: 4rem;
    line-height: 7.3rem;
  }
  #player .playlists {
    display: block;
    height: 15vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #player .playlists ul ul {
    min-height: calc(35vh - 40px);
  }

  #player .playlists > ul > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }
  #player .playlists > ul > li > a i {
    display: inline-block;
    border: 2px solid #ea5740;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
    margin-right: 10px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  #player .playlists > ul > li > a:hover i {
    color: #ea5740;
  }
}

/* Page Cover */

.page-cover {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 980;
  display: none;
  overflow-x: auto;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.page-cover .box {
  background-color: transparent;
  border-radius: 10px;
  max-width: 80vw;
  width: 500px;
  display: none;
  margin: auto;
}
.page-cover .box header {
  position: relative;
  background-color: #ea5740;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
.page-cover .box header h2 {
  color: #fff;
  font-size: 1.2rem;
}
.page-cover .box header .close {
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  height: 30px;
  width: 30px;
  border-radius: 2rem;
  background-color: #ea5740;
  color: #fff;
  text-align: center;
}
.page-cover .box header .close i {
  font-size: 0.8rem;
  line-height: 2.1rem;
}

.page-cover .box section {
  background-color: #fff;
  padding: 20px;
}
.page-cover .box section p {
  color: #333;
  margin: 10px 0;
  font-size: 0.9rem;
}
.page-cover .box section select {
  width: 100%;
  border: 0;
  margin-bottom: 10px;
  background-color: #eee;
  padding: 5px;
  box-sizing: border-box;
}
.page-cover .box section textarea {
  width: 100%;
  border: 0;
  background-color: #eee;
  padding: 5px 10px;
  box-sizing: border-box;
}
.page-cover .box footer {
  background-color: #ccc;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  text-align: right;
}
.page-cover .box footer a {
  color: #fff;
  display: inline-block;
  background-color: #ea5740;
  padding: 5px 20px;
  border-radius: 2rem;
  font-size: 1rem;
}
.page-cover .box a:hover {
  background-color: #e67a0d;
}
@media (max-width: 768px) {
  .page-cover {
    padding: 1rem;
  }
}

/* Screen Size Handles */

.desktop {
  display: inherit;
}
.mobile {
  display: none;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: inherit;
  }
}

/* Playlists Cover */

#playlists {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#playlists .close {
  display: none;
}
#playlists label {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  cursor: pointer;
}
#playlists label input {
  display: none;
}
#playlists label span {
  position: relative;
  font-size: 1rem;
}
#playlists label span:before {
  content: " ";
  position: absolute;
  left: -2rem;
  height: 1rem;
  width: 1rem;
  border: 1.5px solid #ea5740;
}
#playlists label input:checked + span:before {
  background-color: #ea5740;
}
#playlists label input:checked + span:after {
  content: "";
  position: absolute;
  left: -1.7rem;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
#playlists ul {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
#playlists li {
  position: relative;
  border: 3px solid #fff;
  border-radius: 15px;
  text-align: center;
  background-color: #000;
  display: block;
  padding-top: calc(100% - 6px);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#playlists li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.25;
  transition: all 0.3s ease-in-out;
}
#playlists li:hover img {
  left: -5%;
  top: -5%;
  width: 110%;
  opacity: 0.5;
}
#playlists li span.title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 45%;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
  text-align: left;
  text-shadow: 0 0 5px #000;
}
#playlists li span.title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  background-color: #ea5740;
  display: block;
  width: 20%;
  height: 3px;
}
#playlists li span.count {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  font-size: 1rem;
  font-weight: normal;
  text-shadow: 0 0 5px #000;
  text-align: left;
}
#playlists li span.count a {
  color: #fff;
  text-shadow: 0;
}
#playlists li a.play {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 2.1rem;
  height: 2.3rem;
  border: 2px solid #ea5740;
  border-radius: 100%;
  line-height: 2.8rem;
  padding-left: 0.2rem;
  font-size: 1.5rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#playlists li a.play:hover {
  background-color: #ea5740;
}
#playlists li a.download,
#playlists li a.remove {
  position: absolute;
  display: none;
  top: 15px;
  right: 15px;
  font-size: 1.3rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#playlists li:hover a.download,
#playlists li:hover a.remove {
  display: block;
}
#playlists li a.download:hover,
#playlists li a.remove:hover {
  color: #ea5740;
}
#playlists li a.remove {
  left: 15px;
  right: auto;
}
#playlists li.in-progress a.download {
  animation: opacity 1s ease-in-out infinite;
  display: block;
  opacity: 1;
}
#playlists li.open-admin {
  position: relative;
}
#playlists li.open-admin a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#playlists .close {
  height: auto;
  width: auto;
  display: block;
  position: fixed;
  top: 10px;
  right: 30px;
  height: 30px;
  width: 30px;
  border-radius: 2rem;
  background-color: #ea5740;
  color: #fff;
  text-align: center;
  z-index: 999;
}
#playlists .close i {
  font-size: 0.8rem;
  line-height: 2.1rem;
}

@media (max-width: 1281px) {
  #playlists {
    max-width: 768px;
  }
  #playlists ul {
    grid-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
  #playlists li span.title {
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-shadow: 0 0 4px #000;
  }
  #playlists li span.count {
    font-size: 0.9rem;
    text-shadow: 0 0 4px #000;
  }
}
@media (max-width: 768px) {
  #playlists ul {
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  #playlists label {
    display: inline-block;
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }
  #playlists .close {
    right: 10px;
  }
}
@media (max-width: 481px) {
  #playlists ul {
    grid-gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  #playlists ul li {
    padding-top: 50%;
  }
  #playlists li img {
    left: 0;
    top: -50%;
  }
  #playlists li:hover img {
    left: -5%;
    top: -55%;
  }
  #playlists .close {
    right: 10px;
  }
}

.dialog .car-license {
  text-align: center;
  display: none;
}
.dialog .car-license label {
  display: block;
  text-align: center;
  margin: 10px 0;
  font-size: 1rem;
  color: #333;
}
.dialog .car-license input {
  display: inline-block;
  width: 30px;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.dialog .car-license input[name="car-license-model"] {
  display: inline-block;
  width: 100%;
  font-size: 2rem;
  text-align: center;
}
