header {
    display: block;
    clear: both;
    position: relative
}

main {
    position: relative
}

.songlist {
    font-size: 1.2em;
    margin-top: 7vh;
    transition: all .3s ease-in-out;
}

.songlist2 {

    height: 100vh;
    overflow-y: auto;
}

#sidebar {
    padding: 70px 0 !Important;
    height: 100Vh;
    overflow: scroll;
    background: #25395c
}

a b {
    color: #fff;
    font-weight: 400;
}

b small {
    display: block;
    line-height: 1em;
    font-weight: 300;
    color: #a0a5c2;
    padding-left: 40px;
}

.nav-pills {
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #4e76b2;
}

:root {
    --bs-nav-pills-link-active-color: #4e76b2;
    --bs-nav-pills-link-active-bg: #4e76b2;
    ;
}

.navbar-brand {
    /* width: 50%; */
    position: absolute;
    right: 50px;
}

.navbar {
    height: 70px;
}

.search.w-50 {
    position: absolute;
    right: 0;
    left: 50px;


}

@media (max-width: 649px) {
    body {
        font-size: 1.2em
    }

    h4 {
        font-size: 1.4em
    }



    .search.w-50 {
        top: 60px;
        width: 100% ! Important;
        right: 0;
        left: 0;
        background: #212529;

    }

    #navclose {
        position: fixed;
        background-size: 120%;
        top: 20px;
    }

    #sidebar {
        width: 100%;
        left: 0;
        overflow: scroll;
        height: 84vh;
        top: 70px;
    }

    body.close .search {
        display: none
    }

    body.close #sidebar {
        display: none
    }

    /*        width: 36px;
        left: 92%;
        text-align:center
    }
    body.close .songlist {

     padding-right:10%;
    }
    body.close a {
        padding-left:3px;
    }
    body.close .badge{
        font-size: .7em;
        font-weight: 500;
        padding: 2px 6px;
        min-width: 24px;
        margin-left: 0;
    }
 
    body.close #sidebar b {
        display: none
    }
        */

    body.close .songlist {

        overflow: hidden
    }
}


a.popup {
    position: absolute;
    right: 5px;
    height: 45px;
    border-radius: 20px;

}

#brand-img {

    height: 45px;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}



.hide {
    display: none;
}

#title_box {
    font-size: .9em
}

#title_box .badge {
    background-color: #4e76b2 ! Important;
    color: #fff ! Important;
    padding: 2px 7px;
    font-weight: 400;
}

#title_box b {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#title_box small {

    padding: 0;
    text-align: center;
    width: auto;

}

footer span {
    display: inline-block;
    margin: 0.25em;
    border: 1px solid silver;
    border-radius: 0.25em;
    padding: .25em 0.5em
}

.icons {
    display: none;
}

.icons i {
    width: 20px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 20px;
    text-align: center
}

.text-plus {
    background: url(./images/font-down.svg);
}

.text-minus {

    background: url(./images/font-up.svg);
}

#floatmenu {
    position: fixed;
    top: 76px;
    right: 8px;
    width: 42px;
    height: 40px;
    z-index: 100;
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 9px;
    padding: 6px 1px;
    color: #465264;
}

#floatmenu:hover .icons {
    display: block;
    background: #575757;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    margin-top: 0px;
}

header#hero {
    background: url('/images/en2.png') no-repeat;
    background-clip: content-box;
    background-size: cover;
    min-height: 20vh;
    color: #fff;
    align-content: space-evenly;
    justify-content: space-around;
    text-align: center;
    text-shadow: 0 0 4px #212529;
}

header#hero h1 small {
    display: block;
    color: #082552;
    text-shadow: 0 0 4px #fff;

}