/* Import Cozette font */
@import url('../fonts/stylesheet.css');

body {
  font-family: 'cozettevectorregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background-color: #2c2c2c;
  overflow: hidden; /* Hide scrollbars */
}

a {
  color: #f39f88;
  text-decoration: none;
}

a:hover {
  color: #ffbba8;
  text-decoration: none;
}

h3 {
  color: #88f391;
}

.musicPlayerBackground {
    margin: auto;
    position: absolute;
    top: 3%; left: 0; bottom: 0; right: 0;
    background: linear-gradient(180deg, #2b2b2b88, #181818dc);
    border-radius: 10px;
    z-index: 2;
    width: 275px;
    max-height: 32vh;
    min-height: 400px;
    text-align: center;
}

#random {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 45vw;
    max-height: 33vh;
    min-height: 175px;
    z-index: 1;
}

#nowPlaying {
    position: relative;
    top: -2em;
    color: white;
    font-family: 'cozettevectorregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 13px;
    z-index: 3;
}

#nowPlayingAlbum {
    position: relative;
    top: -1em;
    color: white;
    text-align: center;
    font-family: 'cozettevectorregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 13px;
    z-index: 3;
}

#albumImage {
    width: 275px;
    height: 275px;
    position: relative;
    bottom: 2em;
    z-index: 2;
    border-radius: 2%;
}

.volControls {
    position: relative;
    width: 275px;
    top: 0.1em;
    z-index: 3;
}

#volume-control-icon-up {
    position: relative;
    top: 0.1em;
    color: #6196FD;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #1b1b1b;
    z-index: 2;
}

#volume-control-icon-down {
    position: relative;
    top: 0.1em;
    color: #BD82FF;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #1b1b1b;
    z-index: 2;
}

#playbutton {
    position: relative;
    top: 0.5em;
    background: linear-gradient(to right, #BD82FF, #6196FD);
    border: none;
    border-radius: 100%;
    color: #333333;
    padding: 11px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    z-index: 2;
}

#playbutton:hover {
    background: linear-gradient(to right, #cc9fff, #80aaff);
    color: #505050;
}

#cornerLeftLinks {
    max-width: 15%;
    word-wrap: break-word;
    position: absolute;
    top: 2px;
    left: 5px;
    color: #f39f88;
    font-family: 'cozettevectorregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 12px;
    line-height:25px;
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    -moz-user-select: none; /* Old versions of Firefox */
    -khtml-user-select: none; /* Konqueror HTML */
    -webkit-user-select: none; /* Safari */
    -webkit-touch-callout: none; /* iOS Safari */
}

#cornerRightLinks {
    max-width: 80%;
    word-wrap: break-word;
    position: absolute;
    top: 2px;
    right: 5px;
    color: #f39f88;
    font-family: 'cozettevectorregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 12px;
    line-height:25px;
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    -moz-user-select: none; /* Old versions of Firefox */
    -khtml-user-select: none; /* Konqueror HTML */
    -webkit-user-select: none; /* Safari */
    -webkit-touch-callout: none; /* iOS Safari */
}

#visualizerColorButtons {
    max-width: 80%;
    word-wrap: break-word;
    color: #f39f88;
    font-family: 'cozettevectorregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 12px;
    position: absolute;
    top: 2.5em;
    right: 23.75em;
    background-color: #1a1a1ad8; /* Background color for the dropdown */
    padding: 12px 16px 0px 16px; /* Spacing for background edges */
    z-index: 3;
}

.color-link-container {
    margin-bottom: 12px; /* Adjust margin between clickable area */
}

.color-link {
    display: inline-block;
    cursor: pointer;
    text-align: left;
}

.color-box {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle; /* Align with the text vertically */
}

#divider {
    font-weight: bolder;
}

.installAppCtnr {
  display: none;
}

#upNextAlbumImage {
    position: absolute;
    bottom: 20px;
    left: 5px;
}

#nerdyinfo {
    position: absolute;
    bottom: 5px;
    left: 55px;
    font-family: 'cozettevectorregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 12px;
    max-width: 40%;
    word-wrap: break-word;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #1b1b1b;
}

#recentButton {
    position: relative;
    left: -5px;
    bottom: 7em;
    color: #48bb65;
    cursor: pointer;
    font-size: 12px;
    font-family: 'cozettevectorregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: none!important;
    border: none;
    padding: 0!important;
    cursor: pointer;
    z-index: 4;
}

#recentButton:hover {
  color: #58db79;
}

.prevSongs {
    color: #d588f3;
}

#lastPlayingPanel {
    position: absolute;
    bottom: 10%;
    left: -25px;
    font-family: 'cozettevectorregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 12px;
    background-color: #161616be;
    border-radius: 6px;
    z-index: 5;
    max-height: 50vh;
    width: 0px;
    overflow:hidden;
    transition: width .5s; 
    -webkit-transition: width .5s;
}

#lastPlayingPanel h1 {
    margin-bottom: 0px;
    margin-top: 0px;
}

#lastPlayingPanel h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}

#upnextText {
    color: #d588f3;
}

#currentListeners {
    color: #80aaff
}

#radioVisualizer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: -2;
}

#bigfuckingtext {
    font: bold italic 3.0vh sans-serif;
    font-family: 'cozettevectorregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    text-align: center;
    width: 90%;
    cursor: default;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#bigfuckingtext span {
    display: inline-block;
    animation: rainbow 7s normal forwards, wave 7s normal forwards;
    transform: rotate(-0.1turn) scale(0.01, 0.01);
    cursor: default;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}