/* playlist */


.left-bar{
    width: 98%;
    margin-left: 1%;
    justify-content: center;
    height: calc(100% - 128px) !important;
    overflow-x: hidden;
}
.left-bar div{
    width: 100%;
}

.search_bar{
    width: 80% !important;
    display: flex;
    flex-direction: row;
}
/* .left-bar div{
    border: rgb(107, 107, 107) .5px solid;
    border-left: none;
    border-right: none;
    border-collapse: collapse;
} */

.no-border{
    border: none !important;
}

.left-bar hr{
    border: none;
}

/* player */
.player-img-div img{
    width: 100px;
    /* height: 60px; */
    min-height: 0;
    margin: 0;
    margin-top: 10px;
    margin-left: 5px;
}
.player-img-div{
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0;
}


.controls{
    width: 50%;
    height: 40px;
    gap: 2px;
    position: absolute;
    top: 42%;
    left: -7%;
}

.infos{
    width: 65%;
    position: relative;
    top: 5px;
    left: 0%;
    height: 35%;
}

.player-info{
    position: absolute !important;
    left: 31%;
    top: 5px;
}

.infos .player-title{
    margin: 5px;
    font-size: 85%;
}
.infos .player-artist{
    font-size: 85%;
    margin: 5px;
}

.controls div img{
    margin-top: 0;
    width: 35 px;
}

.time-wrapper{
    width: 90%;
    left: 5%;
    bottom: 10px;
}

.time-elem{
    width: 70%;
}

.time-wrapper .left{
    width: 15%;
}
.bottom-player{
    height: 130px;
}

.smaller{
    transform: translateY(0px);
}

.sound{
    height: auto;
    width: auto;
    position: absolute;
    bottom: 35px;
    right: 15px;
}
.sound img:last-of-type{
    width: 40px;
    height: 40px !important;
}

.controls div img:hover{
    background-color: rgb(27,27,27);
    transition: 0ms;
    filter: none;
    transform: none;
}
.smaller:hover{
    background-color: rgb(27,27,27) !important;
}
/* .controls div img:active{
    background-color: rgb(15, 15, 15);
    transition: 100ms;
    filter: invert();
    transform: scale(1.1);
} */

/* search */
.search_bar{
    width: 60%;
    margin-left: 20%;
}
.search_bar input[type="text"]{
    width: 100%;
}

/* artists */
.artist-container .artist{
    width: 10em;
}

/* queue */
.pages{
    width: 100%;
    overflow-x: hidden;
}
.playlist-queue .body{
    width: 100%;
}
#search .body{
    width: 100%;
}

.row .image img{
    border: 1px solid black;
    width: 100%;
}
.row .image{
    width: 20%;
    margin-left: 10px;
}

.row .infos p{
    font-size: 85% !important;
}
.row .infos p:first-child{
    font-size: 110%;
}

.row .number{
    margin-left: 6px;
    font-size: 1em;
}

.head{
    margin-left: 0 !important;
}
.body{
    margin-left: 0 !important;
}


/* new stuff */
/* playlist button */

.open-playlist{
    display: none;
    position: sticky;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 40 px;
    z-index: 9;
    filter: invert(.6);
}   

.playlist-queue .head img{
    margin-left: 1em;
    /* margin-top: 3em; */
}

.playlist-queue .head{
    width: 100%;
    gap: 10px;
    margin-top: 6em;
}

.playlist-queue .head h2{
    font-size: 150%;
}


.public_button{
    /* visibility: hidden; */
    display: none;
}