@font-face {
    font-family: "Plus Jakarta Sans";
    src: url('../custom-font.ttf');
}
:root {
    --update-close-btn-percent-move: 4%;
    --update-content-transition-delay: 0.5s;
    --btn-height: 5vh;
    --btn-width: 5vw;
    --btn-size: calc(30px + 30px);
    --btn-size-large: calc(30px + 45px);
    --img-border-rad: 15px;
}
html, body {
    width: 100%;
    height: 100%;
    color: #f7f7f7;
    background-color: #01000a;
    padding: 0;
    margin: 0;
    overflow-x: clip;
    overflow-y: clip;
    overflow: clip;
    scrollbar-width: none;
}
* {
    /*transition: all 0.75s cubic-bezier(.66,-0.03,.35,1.02);*/
    font-family: "Plus Jakarta Sans", sans-serif;
    scroll-behavior: initial;
    transition: opacity 0.5s ease;
    z-index: 5;
    cursor: default;
    scrollbar-width: none;
}
input[type="search"] {
    -webkit-appearance: none; /* Removes the default search icon in WebKit browsers (Chrome, Safari) */
    -moz-appearance: none;    /* Removes the default search icon in Firefox */
    appearance: none;         /* Removes the default search icon across all browsers */
}
.fa-user, .fa-house, .fa-brands, .fa-bars, .fa-music, .fa-xmark, .fa-solid {
    cursor: pointer;
}

*::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}
*::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: transparent;
}
*::-webkit-scrollbar-track:hover {
    background-color: transparent;
}
*::-webkit-scrollbar-track:active {
    background-color: transparent;
}
*::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #0061FF;
    border: 2px solid #130030;
}
*::-webkit-scrollbar-thumb:hover {
    background-color: #0183FF;
}
*::-webkit-scrollbar-thumb:active {
    background-color: #016ED5;
}  
/*----*//*----*/
/*----*//*----*/
/*----*//*----*/

.update-container {
    transition: all 0.5s ease, outline 0.2s ease, outline-offset 0.2s ease, box-shadow 0.2s ease, transform 0.5s ease;
    width: 75%;
    height: 75%;
    display: block;
    overflow: clip;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(25,25,25,0.9);
    outline: 2px solid grey;
    color: white;
    border-radius: 10px;
    z-index: 999;
    cursor: default;
    box-shadow: 0 0 0 0 black;
}
.update-container:hover {
    transition: all 0.25s ease, outline 0.15s ease, outline-offset 0.15s ease, box-shadow 0.15s ease;
    outline-offset: 5px;
    box-shadow: 0 0 5px 5px black;
}
.update-container .update-header {
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: default;
    transition: all 0.5s ease, opacity 0.3s ease var(--update-content-transition-delay);
}
.update-container .update-header h2 {
    margin: 0;
    cursor: default;
    font-size: calc(1.75vw + 1.75vh);
}
.update-container .update-header h6 {
    margin: 2px;
    font-size: calc(0.3vw + 0.65vh);
    cursor: default;
}
.update-container .update-body {
    width: 50%;
    height: 75%;
    padding: 0 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    overflow: auto;
    overflow-x: clip;
    transition: all 0.2s ease, opacity 0.3s ease 0.5s;
}
.update-container .update-close-btn {
    width: calc(3vw + 3vh);
    height: calc(3vw + 3vh);
    color: white;
    background-color: rgba(0, 0, 15, 0.5);
    outline: 1px solid rgb(45, 45, 50);
    transition: all 0.2s ease, opacity 0.3s ease 0.5s;
    position: absolute;
    top: var(--update-close-btn-percent-move);
    right: var(--update-close-btn-percent-move);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.update-container .update-close-btn:hover {
    transition: all 0.15s ease, opacity 0.3s ease 0.5s;
    outline: 1px solid white;
    outline-offset: 5px;
    background-color: rgba(0,0,25,0.9);
}

/*----*//*----*/
/*----*//*----*/
/*----*//*----*/

.header {
    position: relative;
    width: 100%;
    height: fit-content;
    min-height: 25%;
    padding: 2vh 0;
    color: white;
    /*background: linear-gradient(180deg, #080054 0%, #050030 100%);
    background: #050030 url(../images/header-image.jpg) center center/cover no-repeat;
    */
    background: #050030;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s ease, opacity 0.5s ease-in-out;
    z-index: 0;
    overflow-x: clip;
    position: relative;
    -webkit-box-reflect: below -15px linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
}
.header::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 6.5vh;
    /*
    background: linear-gradient(180deg, #050030 0%, #050035 100%);
    background: linear-gradient(180deg, #1100a7 0%, #0b0071 100%);
    */
    filter: brightness(0.5);
    background: linear-gradient(180deg, rgba(5, 0, 48,1) 25%, rgba(1, 0, 10, 0) 100%);
}
.header::before {
    content: '';
    transition: all 0s ease;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100;
    min-height: 25%;
    width: 100%;
    /*background: #050030 url(images/header-image.jpg) center center/cover no-repeat;
    filter: blur(10px) brightness(0.3);
    opacity: 0.8;*/
    background-color: rgba(0,0,0,0.5);
    filter: brightness(0.7);
    z-index: 1;
    overflow: clip;
}
.header .header-name {
    transition: all 0.25s ease;
    font-size: calc(2.5vw + 2.5vh);
    transform: scale(1);
    cursor: default;
    margin: 5%;
    -webkit-box-reflect: below -28px linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
}
.loading-header {
    transition: all 0.25s ease;
    font-size: calc(1.5vw + 1.5vh);
    transform: scale(1);
    margin: 3%;
    cursor: default;
}
.header .header-name:hover, .loading-header:hover {
    text-shadow: 0 0 5px white;
    transition: all 0.15s ease;
    transform: scale(1.005);
}
.header .socials-container {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    backdrop-filter: blur(5px) saturate(105%) brightness(90%);
}
.header .link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: fit-content;
    text-align: center;
    width: fit-content;
    padding: calc(0.5vw + 0.5vh);
    background-color: rgba(36, 36, 36, 0.25);
    color: white;
    margin: 2%;
    text-decoration: none;
    max-width: 80%;
    min-width: 20%;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 1px solid transparent;
    transition: outline 0.2s ease, outline-offset 0.2s ease;
    box-shadow: 0 0 2px 1px rgb(30, 30, 30);
    backdrop-filter: blur(5px) saturate(105%) brightness(90%);
}
.header .link p {
    margin: 0;
    margin-left: 5px;
    cursor: pointer;
}
.header .link:hover, .header .link.inputSelect {
    box-shadow: 0 0 2px 5px rgba(255, 255, 255, 0.2);
    outline-offset: 5px;
    border: 1px solid rgba(129, 129, 129, 0.405);
    outline: 1px solid white;
    transition: outline 0.15s ease, outline-offset 0.15s ease, box-shadow 0.15s ease;
}

.header-vert-display {
    display: none;
}

/*----*//*----*/
/*----*//*----*/
/*----*//*----*/

/* Container For All Songs */
.song-previews {
    background: linear-gradient(180deg, #01000a 10%, #050035 35%, #03001f 65%, #01000a 100%);
    height: fit-content;
    min-height: 25%;
    width: 100%;
    padding: 5px;
    padding-top: calc(1.5vw + 2vh);
    transition: all 0.5s ease, opacity 0.5s ease-in-out;
}

/* Single Song Container */
.song-previews .preview-container {
    transition: all 0.5s ease;
    width: 90%;
    height: 10%;
    padding: 5px 0px;
    padding-left: 5px;
    margin: calc(5% - 5px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background-color: transparent;
    border-radius: 25px;
}
.song-previews .preview-container:hover {
    transition: all 0.2s ease-out;
    transform: scale(1.01);
}

/* Song Cover Image Container */
.song-previews .preview-container .song-cover {
    padding: 0;
    margin: 0;
    width: calc(25% - 5px);
    height: fit-content;
    min-height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    border-radius: var(--img-border-rad);
}
/* Song Cover Image */
.song-previews .preview-container .song-cover .img-container img {
    transform: scale(0.9);
    width: auto;
    height: 100%;
    transition: transform 0.25s ease-in-out;
    filter: drop-shadow(0px 0px 1px rgb(255, 255, 255));
    -webkit-box-reflect: below -5px linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1));
    border-radius: var(--img-border-rad);
}
.song-previews .preview-container .song-cover .img-container img.tbd {
    opacity: 0;
}
.song-previews .preview-container:hover .song-cover .img-container img {
    transition: transform 0.2s ease-out;
    transform: scale(0.95);
}
.song-previews .preview-container:hover .song-cover .img-container img:hover {
    transition: transform 0.1s ease-out;
    transform: scale(1.0);
}
.song-previews .preview-container:hover .song-cover .img-container i:hover + img {
    transition: transform 0.1s ease-out;
    transform: scale(1.0);
}
.img-container {
    width: fit-content;
    height: fit-content;
    position: relative;
    border-radius: var(--img-border-rad);
}
.img-container.tbd {
    background-color: rgba(255,255,255,0.1);
}

/* Song Name Container */
.song-previews .preview-container .song-name {
    transition: transform 0.25s ease-in-out;
    transform: scale(0.98);
    padding: 0;
    margin: 0;
    width: 25%;
    height: 100%;
    color: white;
    text-align: center;
    cursor: default;
}
.song-previews .preview-container:hover .song-name {
    transform: scale(1.0);
}

/* Song Links Container */
.song-previews .preview-container .song-links-container {
    padding: 0;
    margin: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
/* Song Link */
.song-previews .preview-container .song-links-container .song-link {
    outline: 1px solid transparent;
    outline-offset: 0px;
    transition: transform 0.25s ease-in-out, outline-offset 0.2s ease-out;
    width: fit-content;
    height: fit-content;
    padding: 0;
    border-radius: 5px;
    background-color: black;
    /*box-shadow: 0px 0px 5px 1px rgb(42, 42, 42);*/
    transform: scale(0.975);
}
.song-previews .preview-container:hover .song-links-container .song-link:hover {
    outline: 1px solid white;
    outline-offset: 5px;
    cursor: pointer;
    transition: transform 0.1s ease-out, outline-offset 0.15s ease-out, outline 0s linear;
    transform: scale(1.1);
}
.song-link {
    transition: transform 0.25s ease-in-out, outline-offset 0.2s ease-out, outline 0.2s ease-out;
    outline: 1px solid transparent;
    transform: scale(1);
}
.song-previews .preview-container:hover .song-links-container .song-link {
    transition: transform 0.25s ease-in-out, outline-offset 0.2s ease-out, outline 0.2s ease-out;
    outline: 1px solid transparent;
    transform: scale(1);
}
/* Song Link (Spotify) */
.song-previews .preview-container .song-links-container .song-link.spotify {
    background-color: #11FF55;
    border-radius: 100%;
}
.song-links-container .song-link .fa-brands.fa-spotify {
    color: #11FF55;
    background-color: black;
    padding: 3px;
    border-radius: 100%;
}
.song-previews .preview-container .song-links-container .song-link.spotifyLink {
    box-shadow: 0px 0px 3px 1px rgb(0, 60, 0);
}
.song-previews .preview-container:hover .song-links-container .song-link.spotifyLink {
    box-shadow: 0px 0px 2px 1px rgb(0, 50, 0);
}
/* Song Link (YT) */
.fa-brands.fa-youtube {
    color: red;
    background-color: white;
    border-radius: 5px;
    padding: 3px;
    border-radius: 5px;
}
.song-previews .preview-container .song-links-container .song-link.youtubeLink {
    box-shadow: 0px 0px 3px 1px rgb(70, 70, 70);
}
.song-previews .preview-container:hover .song-links-container .song-link.youtubeLink {
    box-shadow: 0px 0px 2px 1px rgb(50, 50, 50);
}
/* Song Link (Apple) */
.fa-solid.fa-music {
    background-color: red;
    color: white;
    padding: 3px;
    border-radius: 5px;
}
.song-previews .preview-container .song-links-container .song-link.appleMusicLink {
    box-shadow: 0px 0px 3px 1px rgb(100, 5, 0);
}
.song-previews .preview-container:hover .song-links-container .song-link.appleMusicLink {
    box-shadow: 0px 0px 2px 1px rgb(90, 5, 0);
}

/*----*//*----*/
/*----*//*----*/
/*----*//*----*/

.footer {
    height: fit-content;
    min-height: 100px;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 50%;
    text-align: center;
    cursor: default;
    transition: all 0.5s ease, opacity 0.5s ease-in-out;
}
.copyright-container {
    height: fit-content;
    min-height: 50px;
    padding: 5px;
    width: calc(100% - 10px);
    font-size: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: default;
}

/*----*//*----*/
/*----*//*----*/
/*----*//*----*/

@media (max-width: 700px) {
    /* Remove Header and Convert to Glass Display */
    .header {
        background: transparent;
        position: absolute;
        top: 5vh;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 499;
        -webkit-box-reflect: below -5px linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0));
        width: 60vw;
        height: fit-content;
        padding: 0;
        margin: 0;
        margin-top: 10vh;
        overflow: clip;
        pointer-events: none;
        backdrop-filter: blur(3px) saturate(105%) brightness(90%);
        border-radius: 25px;
        min-height: 0;
        transition: all 0.5s ease, top 0.25s ease;
    }
    .header::before {
        content: '';
        opacity: 0;
        width: 0;
        height: 0;
    }
    .header::after {
        content: '';
        opacity: 0;
        width: 0;
        height: 0;
    }
    .header-name {
        display: none;
    }
    .header .socials-container {
        pointer-events: all;
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 500;
        padding: 0;
        margin: 0;
        transition: all 0.25s ease;
    }
    .header .link {
        border-radius: 25px;
        height: 5vh;
        text-align: center;
        width: 20vw;
        padding: calc(0.5vw + 0.25vh);
        color: white;
        margin: 0;
        text-decoration: none;
        position: relative;
        cursor: pointer;
        outline: 1px solid transparent;
        border: 0px;
        background: rgba(255, 200, 200, 0.15);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0px 0px 0px rgba(255, 255, 255, 0.6);
        transition: all 0.2s ease, outline 0.2s ease, outline-offset 0.2s ease;
        z-index: 501;
    }
    .header .link:nth-child(1) {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 1px 1px 1px rgba(255, 255, 255, 0.6);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .header .link:nth-child(2) {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0px 1px 1px rgba(255, 255, 255, 0.6);
        border-radius: 0;
    }
    .header .link:nth-child(3) {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset -1px 1px 1px rgba(255, 255, 255, 0.6);
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .header .link p {
        display: none;
    }
    .header .link:hover {
        border: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.6);
        outline: 1px solid transparent;
        transition: outline 0.15s ease, outline-offset 0.15s ease, box-shadow 0.15s ease;
    }
    .header .link i {
        transition: all 0.3s ease;
    }
    .header .link:hover i {
        transition: all 0.15s ease;
        transform: scale(1.1);
    }
    .header-vert-display {
        display: block;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0);
        white-space: nowrap;
        transition: all 0.5s ease, opacity 0.25s ease;
    }

    .song-previews {
        padding: 0;
        padding-top: 25px;
        padding-bottom: 5px;
    }
    .song-previews .preview-container {
        width: 75%;
        height: fit-content;
        min-height: 100%;
        padding: 25px 0;
        margin: 7.5% 12.5%;
        flex-direction: column;
    }
    .song-previews .preview-container:nth-child(1) {
        margin: 7.5% 12.5%;
        margin-top: 25vh;
    }
    .song-previews .preview-container .song-cover {
        padding: 0;
        margin: 0;
        width: calc(25% - 5px);
        height: fit-content;
        min-height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 1vh;
    }
    .song-previews .preview-container .song-cover img {
        width: auto;
        height: 100%;
        max-height: 75px;
    }
    .song-previews .preview-container .song-name {
        text-align: center;
        padding-left: 0;
        justify-content: center;
        align-items: center;
        width: 25%;
    }
    .song-previews .preview-container .song-cover .img-container img {
        transform: scale(0.9);
        width: auto;
        height: 100%;
        transition: transform 0.25s ease-in-out;
        filter: drop-shadow(0px 0px 1px rgb(255, 255, 255));
        /*-webkit-box-reflect: below -5px linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));*/
    }
    .song-previews .preview-container .song-name {
        margin-top: 0vh;
        margin-bottom: 1vh;
    }
    .song-previews .preview-container .song-links-container {
        margin-top: 2vh;
    }
}
@media (min-width: 701px) {
    .header {
        height: fit-content;
        min-height: 30%;
        padding: calc(0.75vw) 0;
        padding-bottom: 0;
    }
    .song-previews .preview-container .song-cover {
        padding: 0;
        margin: 15px 0;
        width: calc(18% - 5px);
        height: fit-content;
        min-height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .song-previews .preview-container .song-cover img {
        width: auto;
        height: 100%;
        max-height: 100px;
    }
    .song-previews .preview-container .song-name {
        text-align: left;
        padding-left: 5px;
        justify-content: flex-start;
        align-items: center;
        width: 32%;
    }
    .song-previews .preview-container {
        margin: calc(5% - 5px);
        height: fit-content;
        min-height: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .song-previews .preview-container .song-cover .img-container img {
        transform: scale(0.9);
        width: auto;
        height: 100%;
    }
    .song-previews .preview-container .song-links-container .song-link {
        transform: scale(1.2);
    }
    .song-previews .preview-container:hover .song-links-container .song-link:hover {
        outline: 1px solid white;
        outline-offset: 5px;
        cursor: pointer;
        transition: transform 0.1s ease-out, outline-offset 0.15s ease-out, outline 0s linear;
        transform: scale(1.3);
    }
    .song-link {
        transition: transform 0.25s ease-in-out, outline-offset 0.2s ease-out, outline 0.2s ease-out;
        outline: 1px solid transparent;
        transform: scale(1.175);
    }
    .song-previews .preview-container:hover .song-links-container .song-link {
        transition: transform 0.25s ease-in-out, outline-offset 0.2s ease-out, outline 0.2s ease-out;
        outline: 1px solid transparent;
        transform: scale(1.25);
    }
    .header .header-name {
        transition: all 0.25s ease;
        font-size: calc(2.5vw + 2.5vh);
        transform: scale(1);
        margin: 3% 0% 1% 0%;
        cursor: default;
    }
}

/*----*//*----*/
/*----*//*----*/
/*----*//*----*/

.loading {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.5s ease-in-out, opacity 0.5s ease 0.5s;
    background-color: #01000a;
    overflow: clip;
    z-index: 9999;
}
.loader {
    transition: all 0.5s ease;
}
.loader svg {
    width: 3.25em;
    transform-origin: center;
    animation: rotate 1.25s linear infinite;
}
.loader circle {
    fill: none;
    stroke: hsl(0, 0%, 100%);
    stroke-width: 5;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash 1.69s ease-in-out infinite;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 5, 200;
        stroke-dashoffset: 5px;
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 5, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes loadEndFade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes loadEndSpinner {
    0% {
        opacity: 1;
        stroke-dasharray: 5, 200;
        stroke-dashoffset: 5px;
    }
    50% {
        opacity: 1;
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        opacity: 0;
    }
}