body{
   /* background-color: #000;*/
   /* font-family: var(--font-dm-sans);*/
}
h1{
    color: #fff;
}
.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 12px;
    width: 300px;
}

.sidebar__navigation{
    background-color: #121212;
    border-radius: 8px;
    padding: 16px 0 0 16px;

}
.sidebar__navigation .logo{
    background: #121212;
    display: flex;
    border-radius: 8px;
    padding: 16px 0 0 16px;
}
.sidebar nav ul{
    margin-top: 20px;
    padding: 0 20px 10px 20px;
}.sidebar nav ul li a{
    color: #b3b3b3;
    text-decoration: none;
    font-weight: 600;
    
    font-size: 14px;
}
.sidebar ul li {
    padding: 10px 0;

}
.library{
    background-color: #121212;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 4px 8px;
    color: #b3b3b3;
    font-weight: 600;
    font-style: 14px;
    margin-top: 10px;
}
.library .library__content{
    display: flex;
    justify-content: space-between ;
}

.library .library__button{
    display: flex;
    margin-right: 10px;
    color: #b3b3b3;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700; 
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding: 20px 10px;
    
}
.section-playlist__button{
    display: flex;
    margin-right: 10px;
    margin: 8px;
    color: #000;
    background-color:#b3b3b3;
    border: 0px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding:  10px;
    cursor: pointer;
}
.library .library__button .fa{
    font-size: 20px;
    margin-right: 10px;
    font-weight: 300;
    padding-right: 8px;
    cursor: pointer;
}
.library .library__content .fa-plus{
    margin: 24px 10px ;
}
.section-playlist{
    
    align-items: flex-start;
    justify-content: space-between;
    background-color: #242424;
    gap: 20px;
    color: #b3b3b3;
    font-weight: 600;
    font-size: 14px;
    margin: 8px 0px;
    padding: 16px 20px;
    

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

}
 .text{
    padding-bottom: 14px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
}

.title{
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}
 .subtitle{
    padding-right: 500;
    font-size: 12px;
    font-family: "DM Sans", sans-serif;
}
.sidebar .cookies{
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    text-decoration: none;
    text-transform: none;
    margin-top: 12px;
    padding: 10px;
    border: 0px;
    width: 113px;
    
}

.sidebar .cookies{
    margin: 20px 25px;
}
.sidebar .cookies a{
    color: #b3b3b3;
    font-weight: 500;
    font-size: 10px;
    text-decoration: none;
}
.sidebar .cookies a:hover{
    text-decoration: underline;
}
.languages .languages__button{
    background-color: transparent;
    border: 1px solid #878787;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    width: 170px;
    padding: 8px;
    margin: 8px;
    border-radius: 20px;
}

.logo img{
    width: 80px;

}
.disclaimer-premium {
    clear: both;
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #232525, #5b9693);
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
}
#text {
    flex-wrap: wrap;
    display: flex;
   flex-shrink: 0;
   display: inline-block;
   justify-content: center;
   margin: 0;
}
/*.disclaimer-premium .disclaimer-premium__title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}*/

.disclaimer-premium .disclaimer-premium__subtitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.disclaimer-premium button {
    background-color: #ffffff;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    padding: 30px 30px;
    border: 0px;
    border-radius: 40px;
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
}
/*.text{
    list-style: none;
    display: inline-block;
    white-space: nowrap;
}*/
/*.disclaimer-premium .text{
    display: inline-block;
}*/
    nav#footer {
        display: block;
    }
    nav#menu ul{
        list-style: none;
        position: absolute;
        top: 20%;
        left: 30%;
    }
    nav#footer li{
        display: inline-block;
        background-color: #ffffff;
        padding: 10px;
        margin: 5px;
        transition: backgroundcolor 0.8s;
        
    }
    nav#footer li:hover {
        background-color: #606060;
    }
    nav#footer h1 {
        display: none;
    }
    
    nav#footer a {
        color: #000000;
        text-decoration: none;
        
    }
    
    nav#footer a:hover {
        color: #ffffff;
        text-decoration: underline;
        cursor: pointer;
    }



