    body {
        background: #161617;
        margin: 0px;
    }

    #app-home-all {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    }

    .compatible {
    width: 100%;
    height: 100%;
    overflow: auto;
    }


    
    .no-compatible {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    }

    .logo {
        display: flex;
        align-items: center;
    }

    .content-top {
        background: rgb(0 0 0 / 70%);
        position: fixed;
        display: flex;
        justify-content: center;
        border-bottom-right-radius: 22px;
        border-bottom-left-radius: 22px;
        width: 100%;
        z-index: 1;
    }

    .barra-top {
        width: 90%;
        padding: 8px;
        border-radius: 8px;
        margin: 4px;
        max-width: 900px;
    }

    .logo-div {
        top: 9px;
        left: 6px;
        width: 37px;
        height: 37px;
        margin-right: 2px;
        z-index: 5;
    }

    .logo-img {
        background-image: url("http://radionoticiasrj.tk/img/radio/logo%20sem%20fundo.png");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 8px;
        border: 0px;
        width: 100%;
        height: 100%;
    }

    .logo-txt-top {
        top: 13px;
        left: 49px;
        width: 100%;
        height: 31px;
        z-index: 3;
    }

    .top-name-p {
        width: 100%;
        height: 28px;
        flex-grow: 1;
        margin: 0px;
        overflow: hidden;
        font-size: 22px;
        font-weight: 900;
        text-transform: capitalize;
        text-align: left;
        letter-spacing: -2px;
        line-height: 33px;
        white-space: pre-line;
        opacity: 1;
        visibility: visible;
        color: rgb(255, 255, 255);
        font-family: Montserrat;
    }

    .botton-share {
        display: flex;
        align-items: center;
        width: 10%;
        max-width: 35px;
        padding: 8px;
        border-radius: 8px;
        margin: 4px;
        justify-content: center;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropbtn {
        background: transparent;
        border: none;
    }

    .list-options {
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: -3px;
        left: 0;
        max-height: 475px;
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        animation-duration: 1.5s;
        animation-timing-function: cubic-bezier(0.28, 0.25, 0.34, 0.29);
    }

    .list-options.show {
        display: block;
        animation-name: slide-up;
    }

    .list-options.hide {
        animation-name: slide-down;
        animation-duration: 1.4s;
    }

    @keyframes slide-up {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(50%);
            opacity: 0.5;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes slide-down {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(50%);
            opacity: 0.5;
        }

        to {
            transform: translateY(100%);
            opacity: 0;
        }
    }

    .dropdown:hover .list-options {
        display: block;
    }


    /* Estilos para os ícones */
    #open-icon,
    #close-icon {
        fill: #ffffff;
        /* Define a cor branca */
        display: inline;
    }

    #close-icon {
        display: none;
    }

    .options {
        align-items: center;
        display: flex;
        flex-direction: column;
    }


    .qr-div {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .qr {
        width: 200px;
        height: 200px;

    }

    .qr_imag {
        width: 100%;
        height: 100%;
    }

    .compartilhe-title {
        text-align: center;
        margin-block-start: 0.5em;
        margin-block-end: 0.5em;
        width: 96%;
        font-size: 20px;
    }

    .compartilhe-txt {
        text-align: center;
        margin-block-start: 0.3em;
        margin-block-end: 0.3em;
        width: 98%;
        font-size: 20px;
    }

    .div-link {
        text-align: center;
        width: 100%;
    }

    .link {
        background-color: #d4d4d47a;
        color: #000;
        font-size: 14px;
        font-weight: 00;
        font-family: 'antenna-cond-medium', sans-serif;
        padding: 5px 8px;
        border-radius: 6px;
        display: inline-block;
        position: relative;
        border: 2px solid #8080807d;
    }

    #copy-button {
        background-color: #a626bb;
        margin-right: 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        font-family: 'antenna-cond-medium', sans-serif;
        padding: 8px 12px;
        border-radius: 6px;
        display: inline-block;
        position: relative;
        border: none;
    }

    #share-android {
        background-color: #731fce;
        margin-right: 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        font-family: 'antenna-cond-medium', sans-serif;
        padding: 8px 12px;
        border-radius: 6px;
        display: inline-block;
        position: relative;
        border: none;
    }

    #message-container {
        display: none;
        margin-right: 10px;
        color: #9C27B0;
        font-size: 14px;
        font-weight: 700;
        font-family: 'antenna-cond-medium', sans-serif;
        padding: 5px 8px;
        border-radius: 6px;
        position: relative;
    }






.content-playlist {
    margin-top: 70px;
    min-width: 245px;
}

.title-h2-playlist {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0.35em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    width: 70px;
    height: 19px;
    margin: 0px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    text-align: left;
    letter-spacing: -1px;
    line-height: 19px;
    white-space: pre-line;
    opacity: 1;
    visibility: visible;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
}

.itens-playlist {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.link-playlist {
    display: flex;
    align-items: center;
    background: white;
    padding: 10 8;
    border-radius: 12px;
    width: 50%;
    margin: 2px;
    justify-content: space-around;
}

.playlist {
    display: flex;
    align-items: center;
    background: white;
    padding: 10 8;
    border-radius: 12px;
    width: 48%;
    margin: 2px;
    justify-content: space-around;
}

.title-p-playlist {
    margin-block-start: 1em;
    margin-block-end: 1.2em;
    margin-inline-start: 0px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    letter-spacing: -1.1px;
    white-space: pre-line;
    visibility: visible;
    color: rgb(0 0 0);
    font-family: 'Montserrat';
}

.img-playlist {
    max-width: 30px;
    max-height: 30px;

}

.content-radios{
    margin-bottom: 40px;

}

.title-h3-radios {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0.35em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    width: 116px;
    height: 19px;
    margin: 0px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    text-align: left;
    letter-spacing: -1px;
    line-height: 19px;
    white-space: pre-line;
    opacity: 1;
    visibility: visible;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
}

#radio-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(47.33%, 1fr));
    gap: 1.3rem;
    padding: 1.05rem;
    position: initial;
    justify-items: center;
    height: 100%;
    justify-content: center;
}

@media (min-width: 551px) {
  #radio-list {
    grid-template-columns: repeat(3, minmax(30.33%, 1fr));
  }
}

@media (max-width: 220px) {
  #radio-list {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
  }
}


.radios {
    display: table-cell;
    width: 100vw;
    height: 100%;
    max-width: 900px;
}

.radio-container {
    background-color: #000000;
    padding: 7px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    position: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.cover-img {  
  position: relative;
  padding-bottom: 100%; /* proporção de 1:1 (quadrado) */
  width: 100%;
  z-index: 0;
  }

.cover {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border: none;
  border-radius: 6px;
}

.song-info {
    padding: 2px;
    /* text-align: center; */
    width: 100%
}

.artist {
    font-family: 'Montserrat';
    letter-spacing: -1.16px;
    font-weight: 800;
    font-size: 0.9rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.name-radio {
    font-family: 'Montserrat';
    letter-spacing: -1.16px;
    font-weight: 800;
    font-size: 0.9rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.song {
    font-family: 'Montserrat';
    letter-spacing: 0.16px;
    font-weight: 400;
    font-size: 0.7rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.gene-radio {
    font-family: 'Montserrat';
    letter-spacing: 0.16px;
    font-weight: 400;
    font-size: 0.7rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}



// loaging page

#app-home-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 73px;
    height: 73px;
    z-index: 9999;
}

.loader {
    width: 60px;
    height: 60px;
    border: 6px solid #7f25b0;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.5s linear infinite;
}

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


@keyframes contentSlideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  20% {
    opacity: 0.2;
    transform: translateY(0);
  }

  40% {
    opacity: 0.4;
    transform: translateY(0);
  }

  60% {
    opacity: 0.6;
    transform: translateY(0);
  }

  80% {
    opacity: 0.8;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/////

#app-home-content {
  transform: translateY(0px);
  opacity: 0;
  transition: opacity 1s ease;
}

    .compatible {
      display: block;
    }
    
    .no-compatible {
      display: none;
    }
    
    @media (max-width: 248px) {
      .compatible {
        display: none;
      }
      
      .no-compatible {
        display: block;
      }
    }

@media (min-width: 901px) {
  .compatible {
    display: none;
  }
}


.container-no-compatible {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 207px;
    transform: translate(-50%, -50%);
    background: white;
    padding: 54px 0px;
    border-radius: 12px;
}

.icon-no-compatible {
    display: flex;
    max-width: 245px;
    /* transform: translate(-50%, -50%); */
    /* margin-top: 50%; */
    /* margin-left: 100%; */
    flex-direction: column;
    align-items: center;
}

.text-no-compatible {
    font-size: 0.9rem;
    margin-top: 14px;
    color: black;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
}

.beat-icon {
  fill: #7f25b0;
  animation: beat 1s infinite;
  font-size: 3rem;
}

@keyframes beat {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.app-no-compatible {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

@media (max-width: 900px) {
  .app-no-compatible {
    display: none;
  }
}

@media (min-width: 901px) {
  .app-no-compatible {
    display: block;
  }
}
