body {
  margin: 0;
  padding: 0;
}

:root {
  --bg: #1a1d24;
  --card-bg: #252a33;
  --accent: #007BFF;
  --accent-hover: #0088cc;
  --text-light: #f0f0f5;
  --text-muted: #a0a0b0;
  --border-color: #353a43;
  --shadow-color: rgba(0, 0, 0, 0.4);
  --font-family-main: 'Inter', sans-serif;
  --border-radius-md: 8px;
  --border-radius-sm: 4px;
  --primary-color: #6c63ff;
  --accent-color: #00c6ab;
}

.section, body{
  background: linear-gradient(180deg, #000000, #011640);
  background-attachment: fixed;
  min-height: 100vh;
}

.title {
  color: white;
}

@supports (-webkit-touch-callout: none) {
  body::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: env(safe-area-inset-bottom, 20px);
    background-color: #000000; /* Cor preta */
    z-index: 9999;
  }
}

#loaderContainer {
  display: flex;
  position: fixed;
  z-index: 1000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

.loaderNosso i {
  font-size: 40px;
  color: white;
  animation: spin 1s linear infinite;
}

.menu-item i {
  font-size: 24px;
  padding: 5px 0;
}

.mobile-menu i {
  font-size: 24px;
}

.loader {
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
}  

button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.sidebar {
  background-color: #252a33;
  padding: 1rem;
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
  position: fixed;
  height: 100%;
  transition: width 0.3s ease;
}

.main-content {
margin-left: 60px;
transition: margin-left 0.3s ease;
}

.card.skeleton {
width: 150px;
height: 150px;
border-radius: 8px;
background: linear-gradient(
  90deg,
  #333 25%,
  #444 37%,
  #333 63%
);
background-size: 400% 100%;
animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
0% {
  background-position: -200% 0;
}
100% {
  background-position: 200% 0;
}
}

.section-content {
  display: none;
}

.section-content.active {
  display: block;
}

.menu-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.menu-list li {
  list-style: none;
  margin: 0.5rem 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.control-button {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.control-button:active {
  transform: scale(0.9);
}

.control-button i {
  pointer-events: none;
}

.column.is-one-third {max-width: 100%;margin: auto;}

.player-fixed {
  position: fixed;
  bottom: 0;
  left: 60px;
  width: calc(100% - 60px);
  background: linear-gradient(45deg,#3a1c71, #1e1e2f, #3c3c5c);
  background-size: 300% 300%;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 10;
  box-shadow: 0 -2px 5px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform:translateY(80px);
  transition: opacity 1s ease, transform 1s ease;
  animation: gradientAnimation 6s ease infinite;
}

@keyframes gradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes pulse {
0%   { transform: scale(1);   opacity: 1; }
50%  { transform: scale(1.15); opacity: 0.7; }
100% { transform: scale(1);   opacity: 1; }
}

.loading-overlay {
position: relative;
}

.loading-overlay::after {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
border-radius: 50%;  /* mantém o formato da div */
background: rgba(255, 255, 255, 0.3);
animation: pulse 1s ease-in-out infinite;
}

button span, button i {
  pointer-events: none;
}

.player-fixed.show {opacity: 1;transform: translateY(0);}
.radio-details {
  font-size: 12px;
  display: inline-block;
}

.player-fixed .controls {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: auto;
  justify-content: space-between;
}

.radio-detailsModal p {
  margin: 10px 0;
  line-height: 1.6;
  font-size: 1rem;
}

.radio-detailsModal strong {
  color: #555555; 
  font-weight: bold;
}

.radio-detailsModal a {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

.radio-detailsModal a:hover {
  text-decoration: underline;
}

.radio-detailsModal p:last-child {
  margin-top: 15px;
}

.radio-detailsModal p:first-of-type {
  font-style: italic;
  color: #777777;
}

.player-fixed .radio-info {
  flex: 1;
  text-align: center;
}
.generoFavoritos {
  white-space: nowrap;
  overflow: hidden;
  min-width: 130px;
  max-width: 130px;
  text-overflow: ellipsis;
}

.navbar-search .control.is-expanded {
  position: relative;
}

.navbar-search .icon.is-rigth {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: white;
}

.navbar-search .input {
  padding-left: 2.5rem; /* espaço para o ícone */
}

.radio-info {
  max-width: 150px;
  text-align: center;
}

#radio-list {
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.radio-thumbnail img {
  border-radius: 12px;
  filter: brightness(0.9);
  transition: filter 0.3s;
}

.radio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.radio-thumbnail {
  position: relative;
  width: 150px;
  height: 150px;
}

.radio-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.radio-image:hover {
  filter: brightness(1.1);
}

.modal-card-foot {
  justify-content: end;
}

.radio-info {
  margin: 10px 0;
}

.radio-name {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.radio-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  color: white;
}

/* Mostra e aumenta o botão no hover do thumbnail */
.radio-thumbnail:hover .play-button {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.radio-thumbnail .play-button i {
  font-size: 2rem;
  transition: transform 0.2s ease;
}

.radio-thumbnail .play-button.show {
  opacity: 1;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.radio-card:has(.play-button.show) .radio-name {
  color: #00c6ab !important;
  text-shadow: 0 0 8px #00c6ab, 2px 2px 2px rgba(0,0,0,0.7);
  transition: color 0.3s, text-shadow 0.3s;
}

#play-pause-button {
  background: none;
  border: none;
  color: #3273dc;
  font-size: 2rem;
  cursor: pointer;
}
.expanded-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.expanded-player.show {
  transform: translateY(0%);
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.radio-description {
  margin: 15px auto;
  font-size: 1rem;
  max-width: 800px;
  text-align: center;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  font-style: italic;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#fotoEmisoraVivo {
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.expanded-player {
  will-change: transform;
}

#fotoEmisoraVivo::after {
  content: "Toque para expandir";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  white-space: nowrap;
  display: none;
}

#fotoEmisoraVivo:hover::after {
  display: flex;
}

#fotoEmisoraVivo:hover {
  transform: scale(1.1);
}
.live-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #ff5252;
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff5252;
  animation: pulse 1.5s infinite;
}

  input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    background: #64748b;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #38bdf8;
    border-radius: 50%;
    cursor: pointer;
  }
  
  input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #38bdf8;
    border-radius: 50%;
    cursor: pointer;
  }

.share-button i {
font-size: 20px;
}

.modal {
  z-index: 1001;
  transition: opacity 0.3s ease;
}

button, a, img, .radio-info {
  -webkit-tap-highlight-color: transparent;
}

.favorites-button:active {
  outline: 2px solid rgba(0, 0, 0, 0.2);
  outline-offset: 4px;
}

.modal.is-active {
  opacity: 1;
}

.modal-card {
  animation: fadeIn 0.3s ease;
}

.radio-image-container{text-align: center;}

@keyframes fadeIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.radio-modal-image {
  width: 200px;
  border-radius: 12px;
}

.like-button, .favorites-button {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.like-button {
  color: gray;
  font-size: 1.5rem;
  background: none;
}

.like-button:hover {
  scale: 1.1;
}
.favorited {
  color: #ff4b4b;
}

.black {
  color: #000000;
}

#message {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  min-width: 250px;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  z-index: 100000;
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  text-align: center;
}

#message.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.message.success {
  background-color: #28a745;
}

.message.error {
  background-color: #dc3545;
}

.message.info {
  background-color: #3273dc;
}

.close-button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}

.white {
  color: white;
}

.azul{color: #3273dc; background:none; border: none; cursor: pointer;}
.azul i{font-size: 1.5rem;}

.favorites-button {
  background: white;
  color: black;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  flex-direction: column;
}

.favorites-button{
  position: fixed;
  bottom: 80px;
  left: 65px;
}

.favorites-button i{
  color: black;
  font-size: 1.5rem;
}
.favorites-count {
  position: absolute;
  top: -6px;
  left: 2px;
  background: black;
  color: white;
  font-weight: bold;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
}
.favorites-button i:hover{
  color: #ff4b4b !important;
  transition: color 0.3s;
}

.installPrompt {
  position: fixed;
  bottom: 90px;
  left: 8px;
  right: 8px;
  background: #444;
  border: 1px solid #333;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 10000;
  display: none;
  opacity: 0;
  margin: auto;
  max-width: 800px;
}

.installPrompt.show {
  display: block;
  animation: slideIn 0.5s forwards;
  opacity: 1;
}

.installPrompt p {
  margin: 0 0 10px 0;
}

.btnInstall, .btnCancel {
  padding: 10px 15px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.btnInstall {
  background-color: #4CAF50;
  color: white;
}

.btnInstall:hover {
  background-color: #45a049;
}

.btnCancel {
  background-color: #f44336;
  color: white;
}

.btnCancel:hover {
  background-color: #d32f2f;
}
@keyframes slideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

#favoritesList .favorite-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#favoritesList .favorite-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
}
#favoritesList .favorite-item .info {
  flex: 1;
}
#favoritesList .favorite-item .actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  flex-direction: column;
}
#favoritesList .favorite-item .actions {
  color: #ff3860;
  cursor: pointer;
  font-size: 1.2rem;
}

#expanded-player {
  color: white;
  padding: 20px;
  border-radius: 12px 12px 0 0;
  box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.2);
  margin:auto;
  background-color: black;
}

#expanded-image-container {
  text-align: center;
  margin-bottom: 15px;
}

#expanded-image {
  border-radius: 12px;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
}
/* Estiliza o botão de compartilhar */
.share-button {
  margin: auto;
  background: #007BFF;
  color: #ffffff;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.share-button:hover {
  transform: scale(1.1);
  background: #0056b3; /* Tom mais escuro no hover */
  color: #ffffff;
}

hr {
  background-color: #007BFF;
}

.app-footer {
background: linear-gradient(180deg, #011640, #000000);
color: #ffffff;
padding: 40px 20px;
font-family: 'Inter', sans-serif;
text-align: center;
border-top: #007BFF solid 2px;
}

.footer-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
gap: 20px;
}

.footer-logo h2 {
font-size: 1.8rem;
margin-bottom: 5px;
color: #007BFF;
}

.footer-logo p {
font-size: 1rem;
margin: 0;
color: #bbbbbb;
}

.footer-links {
text-align: center;
}

.footer-links a {
color: #ffffff;
text-decoration: none;
font-size: 1.2rem;
display: inline-flex;
align-items: center;
gap: 8px;
transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a i {
font-size: 1.5rem; /* Tamanho do ícone */
}

.footer-credits{
transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a:hover, .footer-credits:hover {
color: #007BFF;
transform: scale(1.1); /* Animação ao passar o mouse */
}

.footer-links p {
margin-top: 10px;
font-size: 0.9rem;
color: #bbbbbb; /* Texto informativo */
}

.footer-credits p {
margin: 5px 0;
font-size: 1rem;
color: #ffffff;
}

.footer-credits strong {
color: #007BFF; /* Destaque para nomes */
}

.footer-credits small {
font-size: 0.8rem;
color: #888888; /* Texto menor e discreto */
}

.form-group {
margin-bottom: 15px;
text-align: left;
}

.form-group label {
display: block;
font-size: 1.2rem;
color: #ffffff;
margin-bottom: 5px;
}

#botaoEnviarEmisora {
background-color: #007bff;
width: 100%;
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
}
#botaoEnviarEmisora:hover{
background-color: #0056b3;
}

.notification-container {
margin-top: 10px;
}

.linkNex {
color: white;
text-decoration: underline;
}

.linkNex:hover {
transition: all .3s ease;
color: dodgerblue;
}

.profile-card {
max-width: 350px;
padding: 20px;
display: flex;
justify-content: space-between;
gap: 8px;
}

.avatar {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 10px;
box-shadow: 0 2px 4px 2px rgba(255, 255, 255, 0.301);
border: solid 2px rgb(193 193 193 / 51%);
}

.google-btn {
padding: 10px 20px;
font-size: 16px;
display: flex;
align-items: center;
gap: 10px;
border-radius: 12px;
border: 1px solid #ccc;
background-color: white;
cursor: pointer;
width: 100%;
justify-content: center;
max-width: 300px;
}

.google-btn:hover {
border-radius: 32px;
transition: all .3s ease;
}

.textoSemQuebra {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 90%;
}

.google-btn img {
width: 20px;
height: 20px;
}

.bio.empty {
color: #999;
font-style: italic;
}
.section {
  padding: 0 !important;
  max-width: 1280px;
  margin: 0 auto;
}

.singUp {
background: linear-gradient(to right, #485fc7, #6785d0);
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 1rem;
width: 100%;
transition: background 0.3s;
}

.no-scroll {
overflow: hidden;
height: 100vh;
}

.abrir-player {
margin-top: 1rem;
}

.focusable:focus {
outline: none;
box-shadow: 0 0 0 3px #3273dc;
transform: scale(1.05);
transition: transform .2s;
}

.toggle-container {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.toggle-label {
margin: 0 10px;
font-weight: bold;
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 28px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: gainsboro;
transition: .4s;
border-radius: 34px;
}
.slider:before {
position: absolute;
content: "";
height: 22px;
width: 22px;
left: 3px;
bottom: 3px;
background-color: white;
transition: .4s;
border-radius: 50%;
}
input:checked + .slider {
background-color: #48c774;
}
input:checked + .slider:before {
transform: translateX(32px);
}

.controls-top {
position: absolute;
top: 12px;
right: 12px;
display: flex;
gap: 8px;
z-index: 10;
}

.controls-bottom {
position: absolute;
display: flex;
background: rgba(0,0,0,0.6);
padding: 8px 16px;
align-items: center;
z-index: 10;
width: 100%;
}

.icon-btn {
background: none;
border: none;
color: #fff;
font-size: 20px;
cursor: pointer;
transition: transform 0.2s ease, color 0.2s ease;
}

.icon-btn:hover {
color: #1DB954;
transform: scale(1.2);
}

#progress-container {
  position: relative;
  flex: 1;
  height: 6px;
  margin: 0 10px;
  background: rgba(255,255,255,0.3);
  border-radius: 3px;
  cursor: pointer;
  }
  
  #progress-bar {
  position: absolute;
  height: 100%;
  width: 0;
  background: #ff0000;
  border-radius: 3px;
  transition: width 0.1s linear;
  }
  
  #progress-ball {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.1s linear;
  cursor: pointer;
  }    
    .tv-promo__text {
      flex: 1;
      color: white;
    }
    .tv-promo__text ul {
      color: white;
      margin: 0.5rem 0;
      padding-left: 1.2rem;
    }

  .filtros-container, .controls-area {
    margin-bottom: 1rem;
    position: sticky;
    top: 0;
    width: 100%;
    transition: left 0.3s ease;
    margin: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    z-index: 100;
    background-color: #000000;
    padding: 1rem;
    box-shadow: 0 2px 5px var(--shadow-color);
    display: flex; 
    gap: 16px; 
    justify-content: center; 
    align-items: center;
  }

.volume-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.volume-slider {
  width: 100px;
  height: 4px;
  border-radius: 2px;
  background: #ccc;
  cursor: pointer;
}
.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #555;
  transition: background 0.2s;
}
.volume-slider::-webkit-slider-thumb:hover {
  background: #3273dc;
}

#watch-live-fab {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
  background-color: #e50914;
  color: white;
  padding: 0.8rem 1.6rem;
  border-radius: 50px; /* Mais arredondado para um look de "pílula" */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none; /* Remover sublinhado do link */
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#watch-live-fab:hover {
  background-color: #f61924;
  transform: translateY(-4px) scale(1.05); /* Efeito de elevação e aumento */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  color: white;
}
  
@media (max-width: 768px) {
  .filtros-container {
    justify-content: start; overflow-x: auto;
  }
  .radio-name {
    max-width: 300px;
  }

  .media.mb-4{
    flex-direction: column;
    gap: 16px;
  }

  #playlist-container-todas {
    padding-bottom: 2rem;
  }

  .modal-card {
    height: 100% !important;
    max-height: 100vh !important;
    width: 100% !important;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-links a {
    font-size: 1rem;
  }
  .ticker span {
    font-size: 12px;
  }
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.sidebar {
  display: none;
}

.mobile-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #252a33;
  padding: 0.5rem 0;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  z-index: 1000;
}

.mobile-menu a {
  color: white;
  font-size: 1.2rem;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-menu a.is-active {
  color: rgb(107, 181, 255);
  font-weight: bold;
  opacity: 1;
}

.main-content {
margin-left: 0;
}

.player-fixed {
bottom: 68.8px;
}

.player-fixed {
left: 0;
width: 100%;
}

.favorites-button{
position: fixed;
bottom: 170px;
left: 5px;
}
.volume-control {
  display: none;
}
}

@media (min-width: 769px) {
  .tv-promo {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .mobile-menu {
      display: none;
  }

  .app-footer {
    margin-left: 60px;
  }

.content ol {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  }

.content li+li, .track-item {
  max-width: 300px;
  width: 300px;
}
    ::-webkit-scrollbar {
      width: 12px;
      height: 12px;
    }

      ::-webkit-scrollbar-track {
        background: var(--bg);
        border-radius: 10px;
      }

      ::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
        border-radius: 10px;
        border: 1px solid var(--border-color);
      }

      ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
        cursor: move;
      }

}

.favorite-item {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s;
  background-color: #eef5ff;
  border-left: 4px solid #000000;
}

.favorite-item:hover {
  background-color: #f9f9f9;
}

.favorite-item__image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 1rem;
}

.favorite-item__info {
  flex-grow: 1;
}

.favorite-item__name {
  font-size: 1.1rem;
  color: #333;
}

.favorite-item__genre {
  font-size: 0.9rem;
  color: #777;
}

.favorite-item__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* Espaçamento entre os botões */
}

.action-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: background-color 0.2s, transform 0.2s;
  font-size: 1.2rem;
}

.action-button:hover {
  background-color: #e0e0e0;
  transform: scale(1.1);
}

.action-button.remove-button i {
  color: #ff3860 !important;
}