@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat');

html {
    scroll-behavior: smooth;
}

#login, #loggedin {
    display: none;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
}

#LoginButtonContainer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 65px;
}

#LoginwSpotify {
    background-color: transparent;
    display: inline-block;
    opacity: 0%;
    border: 1px solid;
    border-color: rgb(71, 165, 63);
    transform: scale 100%;
    -webkit-transform: scale(1, 1);
    transition-property: scale, filter, background-color, -webkit-transform, border-color;
    transition-duration: 500ms;
    transition-timing-function: ease;
}

#LoginwSpotify:hover {
    transform: scale 120%;
    -webkit-transform: scale(1.2, 1.2);
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.576));
    background-color: rgb(22, 175, 78);
    border-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #0f0f10;
    overflow: hidden;
} 

#Logocontainer {
    display: flex;
    height: 300px;
    justify-content: center;
    position: relative;
    margin-top: 14%;
}

#MainSpotifyLogo {
    display: inline-block;
    width: auto;
    height: 100%;
    opacity: 0%;
    animation: 1s ease 200ms infinite normal forwards running SpotifyIn, 1.5s ease-in-out 900ms 2 normal forwards running Breathing;
    cursor: pointer;
}

.HoverScale {
    transform: scale 100%;
    -webkit-transform: scale(1, 1);
    margin-right: 0px;
    transition-property: scale, -webkit-transform, margin-right; 
    transition-duration: 500ms;
    transition-timing-function: ease;
}

.HoverScale:hover {
    transform: scale 120%;
    -webkit-transform: scale(1.2, 1.2);
    margin-right: 10px;
}

#SpotifyLogoText {
    font-size: 80px;
    height: 80px;
    width: 0px;
    opacity: 0%;
    font-family: Raleway;
    display: inline-block;
    margin-top: 45px;
    color: white;
}

#loggedin {
    width: 100%;
    text-align: center;
    opacity: 0%;
    padding-top: 50px;
    padding-bottom: 60px;
}

#UsernameRegion {
    height: 40px;
    display: flex;
    justify-content: center;
}

#UsernameSpan {
    color: rgb(160, 160, 160);
    transition-property: color;
    transition-duration: 500ms;
    transition-timing-function: ease;
}

#UsernameSpan:hover {
    color: rgb(177, 44, 44);
    cursor: pointer;
}

#UserInfo {
    display: flex;
    height: 39px;
    width: auto;
    justify-content: center;
}

#LoggedInAs {
    display: inline-block;
    margin: 0px;
    width: 205px;
    text-align: left;
}

#middleregionyt {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

#middleregioninput {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    justify-content: center;
}

#DTyourtoken {
    font-size: 25px;
    text-align: right;
    display: inline-block;
    margin-bottom: 10px;
}

#dl-inputid {
    width: 74%;
    height: auto;
    display: inline-block;
}

#TokenInput {
    background-color: #0f0f10;
    border-color: #1f1f1f;
    color: rgb(160, 160, 160);
    border-width: 1px;
    width: 70%;
    height: 40px;
    display: inline-block;
}

#helpcontainer {
    opacity: 0%;
    display: flex;
    justify-content: center;
    height: 300px;
}

#helpcenterbox > h2 {
    display: inline-block;
    width: auto;
    height: 20px;
    font-size: 20px !important;
    text-align: center;
}

#helpercontainer {
    display: flex;
    flex-direction: row;
}

#helpimg, #helpimg2 {
    display: inline-block;
    width: auto;
    height: 120px;
    margin-top: 15px;
}

#helpercontainer > p {
    display: inline-block;
    color: rgb(160, 160, 160);
    font-size: 28px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
}

#helpcenterbox {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
}

.helpimgfade {
    animation-name: HelperIn;
    animation-timing-function: ease-in-out;
    animation-duration: 900ms;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.highlightedtext {
    color: rgb(160, 160, 160);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
}

.ForwardAnim {
    animation-name: ImgContainerAnim;
    animation-timing-function: ease-in-out;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
}

.ReverseAnim {
    animation: 1.5s ease-in-out 900ms 2 normal forwards running Breathing, 1s ease-in-out 0ms 1 normal forwards running ImgContainerAnimReverse;
}

.AnimText {
    animation-name: SpotifyTextIn;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
}

.ReverseAnimText {
    animation-name: SpotifyTextOut;
    animation-timing-function: ease-in-out;
    animation-duration: 900ms;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.AnimLogin {
    animation-name: LoginIn;
    animation-timing-function: ease;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
    animation-delay: 4.4s;
}

.AnimLoginReverse {
    animation-name: LoginOut;
    animation-timing-function: ease;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.DropdownAnimA {
    animation-name: DropdownAnimA;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 4.2s;
}

.DropdownAnimAReverse {
    animation-name: DropdownAnimB;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.Logouth1In {
    animation-name: Logouth1In;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.Logouth1Out {
    animation-name: Logouth1Out;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.LogoutspanIn {
    animation-name: LogoutspanIn;
    animation-timing-function: ease;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
    color: rgb(177, 44, 44) !important;
}

.LogoutspanOut {
    animation-name: LogoutspanOut;
    animation-timing-function: ease;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.UpNavIn {
    animation-name: UpNavIn;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 4.5s;
}

.UpNavOut {
    animation-name: UpNavOut;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.UpNavUp {
    animation-name: UpNavUp;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.UpNavDown {
    animation-name: UpNavDown;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

#ShowCaseFlex {
    display: flex;
    justify-content: center;
    height: auto;
    width: 100%;
    padding: 0px !important;
    bottom: -50px;
    position: absolute;
    z-index: 1;
}

#ShowCaseNav {
    color: #333333;
    font-size: 50px;
    transform: rotate(-90deg);
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
    -webkit-user-select: none;        
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.4s;
}

#ShowCaseNav:hover {
    margin-bottom: 7px;
    color: rgb(235, 235, 235);
}

.sidenav {
    height: 100%; 
    width: 100%; 
    margin-top: 90%;
    position: fixed; 
    top: 0;
    left: 0;
    background-color: #111; 
    overflow-x: hidden;
    transition: 0.7s; 
}

.warningtext {
    color: rgb(202, 36, 36);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
    display: inline-block;
}

@keyframes SpotifyIn {
    0% {backdrop-filter: blur(50px); opacity: 51%;}
    100% {backdrop-filter: blur(0px); opacity: 100%;}
}

@keyframes LoginIn {
    0% {backdrop-filter: blur(50px); opacity: 0%;}
    100% {backdrop-filter: blur(0px); opacity: 100%;}
}

@keyframes LoginOut {
    0% {backdrop-filter: blur(0px); opacity: 100%;}
    100% {backdrop-filter: blur(50px); opacity: 0%;}
}

@keyframes Breathing {
    0% {opacity: 100%;}
    50% {opacity: 51%;}
    100% {opacity: 100%;}
}

@keyframes ImgContainerAnim {
    0% {margin-top: 14%; height: 300px;}
    100% {margin-top: 8%; height: 150px;}
}

@keyframes SpotifyTextIn {
    0%  {width: 0px; opacity: 0%;}
    100%  {width: 150px; opacity: 100%;}
}

@keyframes DropdownAnimA {
    0% {padding-top: 50px; opacity: 0%;}
    100% {padding-top: 10px; opacity: 100%;}
}

@keyframes DropdownAnimB {
    0% {padding-top: 10px; opacity: 100%; height: 200px;}
    100% {padding-top: 0px; opacity: 0%;  height: 0px;}
}

@keyframes ImgContainerAnimReverse {
    0% {margin-top: 8%; height: 150px;}
    100% {margin-top: 14%; height: 300px;}
}

@keyframes SpotifyTextOut {
    0%  {width: 150px; opacity: 100%;}  
    100%  {width: 0px; opacity: 0%;}
}

@keyframes HelperIn {
    0% {opacity: 0%;}
    100% {opacity: 100%;}
}

@keyframes Logouth1In {
    0% {opacity: 100%; width: 205px;}
    40%  {opacity: 0%; width: 205px;}
    100% {opacity: 0%; width: 0px;}
}

@keyframes Logouth1Out {
    0% {opacity: 0%; width: 0px;}
    45%  {opacity: 0%; width: 205px;}
    100% {opacity: 100%; width: 205px;}
}

@keyframes LogoutspanIn {
    0% {opacity: 100%; margin-right: 0px;}
    50% {opacity: 0%; margin-right: 0px;}
    100% {opacity: 100%; margin-right: 7px;}
}

@keyframes LogoutspanOut {
    0% {opacity: 100%; margin-right: 7px;}
    50% {opacity: 0%; margin-right: 7px;}
    100% {opacity: 100%; margin-right: 0px;}
}

@keyframes UpNavIn {
    0% {opacity: 0%; bottom: -40px;}
    60% {opacity: 100%; bottom: 2px;}
    100% {opacity: 100%; bottom: 0px;}
}

@keyframes UpNavOut {
    0% {opacity: 100%; bottom: 0px;}
    100% {opacity: 0%; bottom: -40px;}
}

@keyframes UpNavUp {
    0% {bottom: 0px; transform: rotate(-90deg);}
    100% {top: 0px; bottom: 95%; transform: rotate(180deg);}
}

@keyframes UpNavDown {
    0% {top: 0px; transform: rotate(90deg);}
    100% {bottom: 0px; transform: rotate(-180deg);}
}

.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white); /* Workaround for Chromium's selective color inversion */
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white);
}

#snow {
    position: absolute;
    top: 0px;
    margin: 0;
}