#lyrics {
    font-size: 20px;
}
#lyricsdiv {
    padding: 10px;
}
.uselessbody{
    display: flex;
    justify-content: center;
}
#superbody{
    margin-bottom: 100px;
}
.trackdiv {
    border-top-color: black;
    border-top-style: inset;
    border-top-width: 1px;
    margin-top: -1px;
    border-left-color: black;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: black;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 2px;
}
#controlbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#playbackbtn {
    margin-top: 5px;
    display: inline-block;
    height: 40px;
    width: 40px;
    /* filter: invert(100%); no longer needed */
    border-radius: 20px;
    margin-bottom: 1px;
}
#playbackbtn:hover {
    margin-top: 4px;
    display: inline-block;
    height: 42px;
    width: 42px;
    filter: invert(100%); 
    border-radius: 20px;
    margin-bottom: 0px;
}
#playlistbody {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
}
.barclass {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: black;
}
#sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    flex-direction: column;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
}
.baritemclm {
    display: inline-block;
    width: 100%;
    height: 20%;

}
#xlbaritem {
    border-top-color: gray;
    border-top-width: 1px;
    border-top-style: solid;
    height: calc(75% - 200px + 15px);
    overflow: scroll;
    white-space: nowrap;
}
::-webkit-scrollbar {
    width: 15px;
  }
::-webkit-scrollbar-track {
    background: black; 
}
::-webkit-scrollbar-thumb {
    background: black; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
#bottombar {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: rgb(39, 40, 41);
    border-top-color: gray;
    border-top-style: solid;
    border-top-width: 1px;
}
.baritem {
    display: inline-block;
    width: 33.3%;
}
#mainbody {
    display: flex;
    justify-content: center;
    display: inline-block;
    padding: 3px;
    margin-left: 20%;
    width: 80%;
    padding-bottom: 20px;

    background-color: rgb(28, 30, 31);
}
body {
    background-color: rgb(28, 30, 31);
    color: whitesmoke;
    font-family: Circular, Arial, Helvetica, sans-serif;
}
.lowerpart{
    background-color: rgb(24, 26, 27);
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 25px;
    text-align: center;
    margin-top: 10px;
}
h1 {
    font-size: 60px;
    text-align: center;
}
.btnbody{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.playlistid{
    display: inline-block;
    padding: 12px;
    border-color: whitesmoke;
    border-style: solid;
    border-width: 1px;
    border-radius: 500px;
    margin-top: 10px;
    width: 200px;
}
.block {
    display: inline-block;
    font-size: 20px;
    padding: 12px;
    background-color: #1ED760;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 500px;
    margin-top: 10px;
    text-align: center;
    width: 350px;
}
div.block:hover {
    padding: 10px;
    display: inline-block;
    background-color: #1ED760;
    border-color: white;
    border-style: solid;
    border-width: 3px;
    border-radius: 500px;
    margin-top: 10px;
    text-align: center;
    width: 355px;
}
.blocklike {
    display: inline-block;
    font-size: 20px;
    padding: 12px;
    background-color: #1ED760;
    border-color: #1ED760;
    border-style: solid;
    border-width: 1px;
    border-radius: 500px;
    margin-top: 10px;
    text-align: center;
    width: 350px;
}
.inputblock {
    font-size: 20px;
    padding: 12px;
    display: flex;
    justify-content: center;
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 500px;
    margin-top: 10px;
    width: 320px;
    text-align: center;
}
.subbody{
    display: flex;
    justify-content: center;
}
#authbtn {
    width: inherit;
}
#authbox {
    height: 130px;
}
.flexcontainerclm {
    display: flex;
    flex-direction: column;
    width: 80%;
}
#meinfo {
    padding-top: 20px;
    font-size: 20px;
    display: inline-block;
}
#lyricsbtn {
    width: 80%;
}
#progressBar {
    padding-top: -2px;
    height: 5px;
    border-radius: 2.5px;
    border-color: transparent;
    background-color: rgb(92, 91, 91);
    width: 400px;
    display: inline-block;
}
#innerProgressBar{
    height: 5px;
    border-radius: 2.5px;
    border-color: transparent;
    background-color: rgb(153, 152, 152);
    width: 0px;
}
#lyricsbtn {
    width: 100px;
}
#progressdiv {
    white-space: nowrap;
    font-size: 12px;
}
#playlistmakerbtn {
    font-size: 14px;
    width: inherit;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 36x0px;
    height: 40px;
    -moz-padding-start: calc(10px - 3px);
    padding-left: 10px;
    background: whitesmoke;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    margin: 5px;
}
#karaokebottombar {
    position: fixed;
    right: 0;
    bottom: 70px;
    width: calc(80% - 5px);
    height: 90px;
    background-color: rgb(39, 40, 41);
    border-top-color: gray;
    border-top-style: solid;
    border-top-width: 1px;
}
#karaokeidinput {
    font-size: 14px;
    background-color: white;
    color: black;
    width: inherit;
}
#openkaraokeclick {
    font-size: 14px;
    width: inherit;
}
#karaokeclickbtn {
    font-size: 14px;
    width: inherit;
}
#btnbox {
    height: 25%;
}
.sidebarbtn {
    display: inline-block;
    font-size: 20px;
    padding: 10px;
    background-color: #1ED760;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 500px;
    margin-top: 3px;
    text-align: center;
    width: 350px;
}
.sidebarbtn:hover {
    padding: 8px;
    border-width: 3px;
}
#karaoketitle {
    margin: 10px;
    text-align: center;
}
#karaokeinfo {
    text-align: center;
}
#popuspace {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
}
#popup {
    width: 300px;
    height: 100px;
    border-color: lightgray;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    background-color: white;
    color: black;
    border-radius: 6px;
}
#blurbackground {
    background-color: rgba(101, 194, 248, 0.527);
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    height: 100%;
    width: 100%;
}
#popupflexclm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    width: 300px;
}
#closebtn {
    background-color: #1a73e8;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px;
}
#controlbuttonsdiv {
    
}
.greytext{
    color: gray;
}