body {
    background-color: var(--color-bg);
    font-family: var(--font-dm-sans);
    overflow: hidden;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 10px; 
    width: 360px;
}

.sidebar__navigation {
    background-color: var(--color-bg2);
    border-radius: 8px;
    padding: 16px 0 0 16px;
}

.logo img {
    width: 80px;
}

.sidebar__navigation .logo {
    background: var(--color-bg2);
    display: flex;
    border-radius: 8px;
    padding: 10px 0 0 5px;
}

.sidebar nav ul {
    margin-top: 10px;
    padding: 0px 20px 10px 10px;
}

.sidebar nav ul li {
    padding: 10px 0px;
}

.sidebar nav ul li a {
    color: var(--color-txt);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.sidebar nav ul li a span{
    margin-right: 18px;
}

.library{
    background-color: var(--color-bg2);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 4px 8px;
    color: var(--color-txt);
    font-weight: 600;
    font-size: 14px;
    position: fixed;
    top: 165px;
    bottom: 105px;
    width: 345px;
    justify-content: flex-start;
}

.library .library__content{
    display: flex;
    justify-content: space-between;
}

.library .library__button{
    display: flex;
    margin-right: 10px;
    color: var(--color-txt);
    background-color: transparent;
    border: 0px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding: 20px 10px;
    cursor: pointer;
}

.library .library__button .fa{
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: 300;
    padding-right: 8px;
}

.library .library__content .fa-plus{
    margin: 24px 10px;  
}

.scroll-container {
    max-height: 290px; /* Defina a altura máxima desejada */
    overflow-y: hidden;
}

.scroll-container:hover{
    overflow-y: auto;
}

.scroll-container::-webkit-scrollbar {
    width: 10px; /* Largura da barra de rolagem */
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: var(--color-scroll); /* Cor da alça da barra de rolagem */
}

.scroll-container::-webkit-scrollbar-track {
    background-color: transparent; /* Cor da trilha da barra de rolagem */
}

.section-playlist {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--color-bg3);
    color: var(--color-txt);
    font-weight: 600;
    font-size: 14px;
    margin: 8px 0px;
    padding: 16px 20px;
    border-radius: 10px;
}

.section-playlist .section-playlist__content {
    display: flex;
    flex-direction: column;
}

.section-playlist__content .text {
    padding-bottom: 14px;
    color: var(--color-txt-wht);
    letter-spacing: 0.5px;
}

.section-playlist__content .title {
    font-weight: 700;
}

.section-playlist__content .subtitle{
    font-weight: 500;
    font-size: 12px;
}

.section-playlist__content .section-playlist__button{
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    padding: 10px;
    margin-top: 12px;
    border: 0px;
    width: 113px;
    cursor: pointer;
}

.section-podcast {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--color-bg3);
    color: var(--color-txt);
    font-weight: 600;
    font-size: 14px;
    margin: 8px 0px;
    padding: 16px 20px;
    border-radius: 10px;
}

.section-podcast .section-podcast__content {
    display: flex;
    flex-direction: column;
}

.section-podcast__content .text {
    padding-bottom: 14px;
    color: var(--color-txt-wht);
    letter-spacing: 0.5px
}

.section-podcast__content .title {
    font-weight: 700;
}

.section-podcast__content .subtitle{
    font-weight: 500;
    font-size: 12px;
}

.section-podcast__content .section-podcast__button{
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    padding: 10px;
    margin-top: 12px;
    border: 0px;
    width: 140px;
    cursor: pointer;
}
  
.section-playlist__content button:hover, 
.section-podcast button:hover,
.languages__button:hover {
  transform: scale(1.1);
}

.sidebar .legal {
    margin-top: 30px;
    margin-left: 20px;
}

.sidebar .legal a{
    color: var(--color-txt);
    font-weight: 500;
    font-size: 10px;
    text-decoration: none;
    padding-right: 10px;
    line-height: 2;
}

.sidebar .cookies {
    margin: 30px 20px;
}

.sidebar .cookies a{
    color: var(--color-txt);
    font-weight: 600;
    font-size: 10px;
    text-decoration: none;
}

.sidebar .cookies a:hover{
    text-decoration: underline;
}

.sidebar .languages__button{
    background-color: transparent;
    border: 1px solid #878787;
    color: #fff;
    cursor: pointer;
    align-items: center;
    font-weight: bold;
    width: 170;
    margin: 8px;
    padding: 8px;
    border-radius: 20px;
}

.banner-premium {
    background: linear-gradient(to left, #FF0000, #FFA500, #FFFF00, #00FF00, #0000FF, #4B0082, #8A2BE2);
    padding: 20px;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
 }

.banner__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: var(--color-txt-wht);
}

.banner__text .title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.banner__text .subtitle{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    flex-shrink: 0;

}

.banner__button {
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    padding: 14px;
    border: 0px;
    width: 180px; 
    cursor: pointer;
    flex-shrink: 0;
}

.banner__button:hover{
    transform: scale(1.1);
}