@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/* Cores Padrão do Projeto */
/* Blue */
/* line 14, app/assets/stylesheets/web_player/novabrasil.css.sass */
.hidden {
  display: none !important;
}

/* line 17, app/assets/stylesheets/web_player/novabrasil.css.sass */
.logo {
  width: 90px;
  height: auto;
}

/* line 21, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player {
  background-color: #173f68;
  height: 100vh;
  min-height: 295px;
  width: 100%;
  background-image: url(/assets/custom/novabrasil/bg-914e82710d14c8177a3f5df752ca192b92807055e2279591aa003a0f798e8a31.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 31, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container {
  max-width: 495px;
}

/* line 34, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .figure {
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .figure img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: center;
}

/* line 45, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .play-pause {
  width: 45px;
}

/* line 48, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .play-pause #executar-player {
  background-color: #fff;
  background-image: url(/assets/custom/novabrasil/play-1fe6f5591a5926e1d08e7d3eecc22ff2ce368419d8d2b2b42499f227c6cd82b2.svg);
  background-position: 19px 16px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: none;
  border-radius: 50%;
  height: 45px;
  text-indent: -9999px;
  width: 45px;
}

/* line 60, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .play-pause #executar-player.pause {
  background-image: url(/assets/custom/novabrasil/pause-551b2d545a9db3ece16784ff7c90cbf14821fb4986fd20956ef839696ece6c82.svg);
  background-position: 16px 17px;
}

/* line 64, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .info-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

/* line 70, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .info {
  margin-left: 15px;
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 7px;
}

/* line 78, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .info h5 {
  color: #fff;
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}

/* line 88, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .info span {
  color: #c2c2c2;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

/* line 96, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .like-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 101, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .song-likes {
  margin-left: 10px;
}

/* line 104, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .song-likes button {
  width: 35px;
  background: none;
  border: none;
}

/* line 111, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .song-likes .like.active svg path {
  fill: #50b848;
}

/* line 116, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .song-likes .dislike.active svg path {
  fill: #d60000;
}

/* line 120, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .settings .volume {
  position: relative;
  width: 100%;
}

/* line 124, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .settings .volume .icone--volume {
  background-image: url(/assets/custom/novabrasil/volume-98b7128cb7b7744c6d3613840038835605a362fd63d031a09bf37d200923bd7e.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 23px;
  display: inline-block;
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .settings .volume .icone--volume.volume-mudo {
  background-image: url(/assets/custom/novabrasil/volume-mudo-df0e653e221df9d40729c1b8182e1bad9fa9a733ee5c686c79a9a56f01110551.svg);
  background-size: 16px auto;
}

/* line 137, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .settings .volume input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  height: 4px;
  border-radius: 5px;
  margin-left: 10px;
  background-image: linear-gradient(#05D8E8, #05D8E8);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}

/* line 149, app/assets/stylesheets/web_player/novabrasil.css.sass */
.player .container .settings .volume input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  background: #05D8E8;
  cursor: pointer;
  border-radius: 50%;
}
