/* Corpo */

.body-container {
  display: flex;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

/* Barra lateral */

.sidebar {
  display: flex;
  flex-direction: column;
  width: 540px;
  height: 92%;
  background-color: rgb(0, 0, 0);
}

.sidebar .nav-sidebar {
  display: flex;
  flex-direction: column;
  margin: 10px;
  background-color: rgb(18, 18, 18);
  padding: 20px 24px 0px 0px;
  border-radius: 8px;
}

/* Logo Spotify */

.sidebar .nav-sidebar .logo-spotify img {
  width: 20%;
  cursor: pointer;
  padding-left: 21px;
}

/* Icones */

.sidebar .nav-sidebar .icon-sidebar-container ul li {
  display: flex;
  padding: 13px 0px;
  align-items: center;
}

.sidebar .nav-sidebar .icon-sidebar-container ul li a {
  display: flex;
  gap: 20px;
  padding-left: 24px;
  text-decoration: none;
}

.sidebar .nav-sidebar .icon-sidebar-container ul li a i {
  font-size: 18px;
  color: rgb(179, 179, 179);
}

.sidebar .nav-sidebar .icon-sidebar-container ul li a .fa {
  font-size: 20px;
}

.sidebar .nav-sidebar .icon-sidebar-container ul li a .sidebar-text {
  font-weight: 700;
}

.sidebar .nav-sidebar .icon-sidebar-container ul li a :hover {
  color: #fff;
  transition: color 0.5s;
}

/* Biblioteca */

.library {
  display: flex;
  flex-direction: column;
  background-color: rgb(18, 18, 18);
  margin: 0px 10px 0px 10px;
  border-top: 8px;
  height: 100%;
  overflow: auto;
  border-radius: 8px;
}

.library .library-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
}

.library .library-content .library-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
}

.library .library-content .library-btn .fa-solid {
  font-size: 20px;
  padding-right: 18px;
  color: rgb(179, 179, 179);
}

.library .library-content .library-btn .library-text {
  font-size: 18px;
  font-weight: 700;
  color: rgb(179, 179, 179);
}

.library .library-content .library-btn .library-text:hover,
.library .library-content .library-btn .fa-solid:hover {
  color: #fff;
  transition: color 0.5s;
  cursor: pointer;
}

.library .library-content .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  color: #6b6b6b;
  font-size: 20px;
}

.library .library-content .fa:hover {
  color: rgb(179, 179, 179);
  background-color: rgb(25, 25, 25);
  border-radius: 25px;
  height: 35px;
  width: 35px;
  transition: color 0.5s;
  cursor: pointer;
}
/* Nova Playlist  */

.section_playlist_podcast {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #242424;
  border-radius: 6px;
  margin: 8px 8px;
  padding: 16px 20px;
}

.section_playlist_podcast .new-playlist {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section_playlist_podcast .new-playlist .title-text {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  padding: 0px 0px 10px 0px;
}

.section_playlist_podcast .new-playlist .subtitle-text {
  font-size: 16px;
  color: #fff;
  padding: 0px 0px 10px 0px;
}

.section_playlist_podcast .new-playlist .section-playlist-podcast-btn {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
  padding: 10px;
  margin-top: 12px;
  border: 0px;
  width: 120px;
  cursor: pointer;
  margin-top: 12px;
}

.section_playlist_podcast .new-playlist .section-playlist-podcast-btn:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.section_playlist_podcast .new-playlist #btn-podcast {
  width: 150px;
}

.section_playlist_podcast .new-playlist .section-playlist-podcast-btn span {
  font-weight: 600;
  font-size: 16px;
}

/* Termos e condicoes */

.terms-section {
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(18, 18, 18);
  margin: 0px 8px 0px 10px;
  padding: 16px 20px;
  color: rgb(179, 179, 179);
}

.terms-section div {
  padding: 8px 8px;
}

.terms-section div span {
  font-family: "Circular-Light";
  font-size: 13px;
  cursor: pointer;
}

.terms-section div span:hover {
  text-decoration: underline;
}

/* Seletor de idiomas */

.languages {
  padding: 0px 28px 32px 28px;
  margin: 0px 8px 8px 10px;
  background-color: rgb(18, 18, 18);
}

.languages .languages-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 8px 5px;
  gap: 5px;
  background-color: rgb(18, 18, 18);
  border: #6b6b6b 1px solid;
  border-radius: 40px;
  cursor: pointer;
}

.languages .languages-btn:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.languages .languages-btn .fa-solid {
  font-size: 18px;
  color: #fff;
}
.languages .languages-btn .languages-ptbr {
  font-size: 16px;
  color: #fff;
}

.principal-container {
  display: flex;
  flex-direction: column;
}

/* Navegação do seletor de múscia */
.principal-container {
  width: 100%;
  height: 92%;
}

.principal-content-container {
  display: flex;
  margin-right: 10px;
  width: 100%;
  height: 75px;
  border-radius: 20%;
}

.principal-content-container .nav-section {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  background-color: rgb(16, 16, 16);
}

.principal-content-container .nav-section .nav-btn-container-left {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px 10px;
  width: 6%;
}

.principal-content-container .nav-section .nav-btn-container-left .fa-solid {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(10, 10, 10);
  color: rgb(130, 130, 130);
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.principal-content-container
  .nav-section
  .nav-btn-container-left
  .fa-solid:hover {
  cursor: pointer;
}

.principal-content-container .nav-section .nav-btn-container-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  width: 244px;
}

.principal-content-container .nav-btn-container-right .signin-btn {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(179, 179, 179);
  font-weight: bold;
  font-size: 17px;
  word-spacing: 2px; 
}

.principal-content-container .nav-btn-container-right .signin-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
  color: #fff;
}

.principal-content-container .nav-btn-container-right .login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 45px;
  border-radius: 9999px;
  font-size: 17px;
  font-weight: bold;
}

.principal-content-container .nav-btn-container-right .login-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* Seção principal para selação de músicas */

.principal-container .musics-section {
  height: 100%;
  margin-right: 10px;
  margin-bottom: 8px;
  background-image: linear-gradient(180deg, rgb(30, 30, 30), rgb(10, 10, 10));
  overflow: auto;
}

.principal-container .musics-section .list-musics-text {
  display: flex;
  justify-content: space-between;
  margin: 8px 28px;
}

.principal-container
  .musics-section
  .list-musics-text
  .list-musics-text-left
  .text-left {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
}
.principal-container .musics-section .list-musics-text .list-musics-text-right {
  padding-top: 10px;
}

.principal-container
  .musics-section
  .list-musics-text
  .list-musics-text-right
  .text-right {
  color: rgb(179, 179, 179);
}

.principal-container
  .musics-section
  .list-musics-text
  .list-musics-text-left
  a:hover {
  cursor: pointer;
  text-decoration: underline #fff 1px;
}

.principal-container
  .musics-section
  .list-musics-text
  .list-musics-text-right
  a:hover {
  cursor: pointer;
  text-decoration: underline rgb(179, 179, 179) 1px;
}

/* Opções de músicas para seleção */

.musics-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 24px;
  overflow: auto;
}

.musics-section .music-play {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(22, 22, 22);
  margin: 15px 15px;
  height: 260px;
  width: 200px;
  border-radius: 5%;
  overflow: hidden;
  transition: background-color 0.5s ease;
}

.musics-section .music-play:hover {
  cursor: pointer;
  background-color: #282828;
  transition: background-color 0.5s ease;
}

.play-btn {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  left: 75%;
  transform: translateX(-50%);
  background-color: #54c758;
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
}

.musics-section .music-play:hover .play-btn {
  display: flex;
  cursor: pointer;
}

.play-btn i {
  margin-left: 2px;
  color: #000;
  font-size: 20px;
}

.musics-section .music-play .music-img {
  position: relative;
  text-align: center;
  margin: 15px 15px 15px 15px;
  height: 160px;
  width: 80%;
  border-radius: 5%;
}

.musics-section .music-play .music-img img {
  width: 100%;
  border-radius: 3%;
}
.musics-section .music-play .music-text-container {
  width: 100%;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 0px 25px;
}

.musics-section .music-play .music-title {
  font-weight: 700;
  color: #fff;
}

.musics-section .music-play .music-subtitle {
  font-weight: 700;
  color: rgb(134, 134, 134);
}

/* Links Externos e Redes Sociais */

.other-links-container {
  display: flex;
  justify-content: space-between;
  margin: 60px 40px 40px 40px;
  padding-bottom: 40px;
  border-bottom: solid 0.1px rgb(30, 30, 30);
}

.other-links-container .links-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
}

.other-links-container .links-left .links-list ul li {
  list-style: none;
  margin-top: 7px;
}

.other-links-container .links-left .links-list ul li span {
  color: #fff;
  font-weight: bold;
}

.other-links-container .links-left .links-list ul li a {
  color: rgb(164, 164, 164);
}

.other-links-container .links-left .links-list ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.other-links-container .links-right {
  display: flex;
  flex-direction: row;
  width: 10%;
  justify-content: space-between;
}

.other-links-container .links-right .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(41, 41, 41);
  width: 42px;
  height: 40px;
  border-radius: 100%;
  font-size: 18px;
  text-decoration: none;
}

.other-links-container .links-right .social-links:hover {
  background-color: rgb(114, 114, 114);
}

.other-links-container .links-right .social-links i {
  color: #fff;
}

/* Copyright */

.copyright-text {
  margin-left: 40px;
  margin-bottom: 50px;
  color: rgb(164, 164, 164);
}

/* Rodapé */

.footer-container {
  display: flex;
  background-color: #000000;
  position: fixed;
  margin-bottom: 2px;
  bottom: 0;
  width: 100%;
  height: 8%;
}

.footer-container .ad-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3px 10px 0px 10px;
  width: 100%;
  height: 84%;
  background-image: linear-gradient(
    90deg,
    rgb(175, 40, 150),
    rgb(81, 154, 245)
  );
}

.footer-container .ad-container .text-footer {
  margin: 10px 0px 10px 15px;
  color: #fff;
}

.footer-container .ad-container .subscribe-btn {
  display: flex;
  margin-right: 17px;
}

.footer-container .ad-container .subscribe-btn button {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.footer-container .ad-container .subscribe-btn button:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
