@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

body{
    display: flex;
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: #0a0a0a;
    flex-direction: column;
    align-items: center;
    background-image: url("/dots.png");
    background-size: 25px;
    padding: 100px 0 0 0;
}
#infoBox{
    background: #181818a8;
    color: #ffffff;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
    display: flex;
    width: 1000px;
    height: 200px;
    border-left: #353535  1px solid;
    border-right: #353535  1px solid;
    border-bottom: #353535  1px solid;
    border-top: #353535  1px solid;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#infoBox img{
    border-radius: 15px;;
}
#home{
    width: 1000px;
    padding: 25px;
    background: #181818a8;
    color: #ffffff;
    box-sizing: border-box;
    border-left: #353535  1px solid;
    border-right: #353535  1px solid;
    border-bottom: #353535  1px solid;
    border-radius: 0 0 20px 20px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}


#statusDot{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #dfdfdf;
}
#discordStatus{
    background: #2525256e;
    min-height: 170px;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    border: #3d3d3d 1px solid;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#discordStatus h2{
    margin: 0;
    font-size: 25px;
    color: #cfcfcf;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#status{
    display: flex;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    border: #3d3d3d 1px solid;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#spotifyProgressContainer{
    height: 5px;
    background: #3d3d3d;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#spotifyProgressBar{
    height: 5px;
    border-radius: 5px;
    background: #c7c7c7;
    min-width: 5px;
    width: 0%;
    transition: width 0.3s ease-in-out;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
*{
    transition-duration: 0.5s;
}
.profileLink{
    display: flex;
    gap: 7px;
    color: #cfcfcf;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #1b1b1b;
    border: #3d3d3d 1px solid;
    border-radius: 15px;
    padding: 3px 3px 3px 3px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    max-width: fit-content;
    cursor: pointer;
    margin: 0 5px 0 0;
    transition: width 0.7s ease-in-out;
    align-items: flex-end;
}
.profileLinkIco{
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}
/*@media screen and (min-width: 700px){
    .profileLink:hover{
        width: 100%;
    }
}*/
a{
    text-decoration: none;
}
.skill{
    background: #2b2b2b;
    height: 35px;
    border-radius: 15px;
    object-fit: cover;
    display: flex;
    max-width: fit-content;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    overflow: show;
    gap: 7px;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items: center;
}
.skill_img{
    height: 25px;
    width: 25.1px;
    border-radius: 5px;
    object-fit: cover;
    image-rendering: auto;
    transform: translateZ(0);
}
.skill_level{
    background-color: #6b6b6b;
    color: #d4d4d4;
    border-radius: 10px;
    padding: 1px 5px 1px 5px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    top: -8px;
}
.skills_container{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 100%;
    max-height: 150px;
    padding-right: 5px;
}
#skills h3{
    color: #b4b4b4;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}
#skills h2{
    margin: 0;
    font-size: 25px;
    color: #dbdbdb;
}
#rightSide{
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 40%;
    min-width: 40%;
    max-width: 40%;
}
#skills{
    background: #2525256e;
    min-height: 170px;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    border: #3d3d3d 1px solid;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#bio{
    background: #2525256e;
    min-height: 100px;
    border-radius: 15px;
    box-sizing: border-box;
    border: #3d3d3d 1px solid;
    width: 100%;
    padding: 5px 20px 20px 20px;
    color: #cfcfcf;
    overflow-y: hidden;
    flex: 1 1 auto;
    max-height: 100%;
    position: relative;
    
}
#bioText{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    padding: 0px 20px 10px 20px;
}

#pageSwitch{
    display: flex;
    margin-top: 10px;
    font-size: 18px;
    color: #c7c7c7;
    position: absolute;
    top: 20px;
    right: 25px;
    background: #0f0f0f;
    border: #3d3d3d 1px solid;
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
}

#selectedPage{
    position: absolute;
    width: 85px;
    height: 34px;
    background-color: #2e2e2e59;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}

#spotifyDetails{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #212121;
  border-radius: 10px;
  width: 10px;
}

*::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 10px;
  width: 5px;
  border: 3px solid #212121;
}

*::-webkit-scrollbar-thumb:hover {
  background: #303030;
  cursor: pointer;
}

@media (max-width: 1100px){
    #infoBox, #home{
        width: 80%;
    }
    #rightSide{
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
    #home{
        flex-direction: column;
        align-items: center;
    }
    #rightSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    #spotifyProgressContainer{
        max-width: 300px;
    }
    #bio{
        min-height: 400px;
    }
    #avatar{
        width: 100px !important;
        height: 100px !important;
    }
    #statusDot{
        height: 5px;
        width: 5px;
    }
    #status{
        font-size: 10px;
    }
    #spotifyTitle, #gameTitle{
        font-size: 12px;
    }
    #spotifyArtist{
        font-size: 10px;
    }
    #spotifyImage, #gameImage{
        height: 60px !important;
        width: 60px !important;
    }
    #line1status h2{
        font-size: 18px;
    }
    #HeaderNickname{
        font-size: 35px !important;
    }
}
#spotifyImage{
    transition-duration: 0.25s;
}
#spotifyImage:hover{
    filter: brightness(40%)
}
#spotifyLink:hover::after{
    content: "Open in Spotify";
    position: absolute;
    color: #e6e6e6;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 100%;
}
#lyrics{
    width: 100%;
    font-weight: 600;
    margin: 5px 0 20px 10px;
    color: #d4d4d4;
    background: linear-gradient(to top, #808080, #d4d4d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}