@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

body,html {
    --audio_volume: 50%;
    --animations-speed: 0.3s;
    --disabled-animations: -1s;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
    background: black;
    user-select: none; /*NO TEXT COPYINg*/
    overflow: hidden;
}

.points_info_boom {
    position: absolute;
    top: 4vh;
    text-align: center;
    border-radius: 3vh;
    width: 100%;
    padding: 5vh;
    height: 27vh;
    background: url(./assets/images/fireworks.gif);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 10vh;
    transition: var(--animations-speed);
    z-index: 3;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    font-family: sans-serif;
    box-sizing: border-box;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.points_info_boom_active {
    opacity: 0.7;
    font-size: 15vh;
}

#file_download_data {
    color: rgb(105, 128, 0);
    font-size: 1.5vh;
    margin-top: 1vh;
    opacity: 0.7;
    z-index: 120;
}

.preloader_important {
    position: fixed;
    color: red;
    font-family: sans-serif;
    font-size: 3vh;
    width: max-content;
    top: 65vh;
    right: 50%;
    z-index: 100;
    left: 50%;
    transform: translate(-50%, 0px);
}

.hard_download {
    position: fixed;
    z-index: 100;
    color: white;
    font-size: 3vh;
    bottom: 9vh;
    width: 100%;
    font-family: sans-serif;
    text-align: center;
}

.sname {
    position: absolute;
    width: 100%;
    margin: 0;
    opacity: 0.7;
    top: 104%;
    user-select: none;
    pointer-events: none;
    transition: calc(var(--animations-speed) + 0.1s);
    left: 50%;
    background: #00000000;
    transform: translate3d(-50%, 0px, 0px);
    transition-timing-function: cubic-bezier(1, -0.01, 0.56, 0.98);
}

#console {
    position: fixed;
    z-index: 3;
    width: calc(100% - 2vh);
    max-width: 60vh;
    box-sizing: border-box;
    height: 30vh;
    background: black;
    left: 1vh;
    bottom: 3vh;
    color: green;
    padding: 0.4vh;
    overflow-y: scroll;
    font-size: 2.1vh;
    user-select: text;
    transition: var(--animations-speed);
    opacity: 0.7;
}

.plctb {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    font-family: sans-serif;
    color: white;
    opacity: 0;    
    transform: scale(1.2);
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    user-select: none;
    pointer-events: none;
    transition: var(--animations-speed) cubic-bezier(0.62, 0, 0, 1);
}

.plctb_active_back {
    background: linear-gradient(180deg, black, transparent);
    opacity: 1;
    transform: scale(1);
}

.plctb_active {
    font-size: 7vh;
    animation-name: plctb_anim;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.62, 0, 0, 1);
}
    
@keyframes plctb_anim {
    from { 
        font-size: 5vh;
    }
    90%,to {
        font-size: 7vh;
    }
}
.exit_console {
    color: red;
    top: 0vh;
    position: sticky;
    font-size: 4vh;
    user-select: none;
    cursor: pointer;
    float: right;
    box-sizing: border-box;
}

anonymous {
    color: red;
}

.stack_trace {
    color: gray;
    display: block;
    font-size: 1.15vh;
}

.console_element {
    display: block;
    line-break: anywhere;
}

.sname_uncover {
    width: 100vw;
    top: 80%;
    padding-top: 2vh;
    padding-bottom: 2vh;
    background: #000000c2;
    opacity: 0.8;
}

.sname_uncover s_name {
    color: white;
    font-size: 6vh;
}

.sname_uncover a_name {
    font-size: 4vh;
    color: gray;
}

s_name, a_name {
    transition: var(--animations-speed);
    display: block;
}

s_name {
    font-size: 3.4vh;
}

s_name::before {
    content: var(--song_name);
}

a_name::before {
    content: var(--artist_name);
}

a_name {
    color: #ffffff8c;
}

.menu {
    opacity: 0.6;
    position: absolute;
    height: 6vh;
    max-width: 90%;
    transition: all var(--animations-speed);
    width: 50vh;
    top: 35vh;
    right: 50%;
    left: 50%;
    transform: translate3d(-50%, 0px, 0px);
    background: unset;
    box-shadow: 0.2vh 0vh 1vh 0vh #212121;
    background-position: center;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
}

#url {
    position: fixed;
    opacity: 0.8;
    top: 102%;
    color: #ffffffad;
    cursor: pointer;
    background: #04ff00ab;
    padding: 0.4vh;
    padding-right: 1vh;
    padding-left: 1vh;
    border-radius: 0.6vh;
    border-style: none;
    z-index: 3;
    font-size: 2.4vh;
    right: 50%;
    width: max-content;
    left: 50%;
    font-family: sans-serif;
    transform: translate(-50%, 0);
    transition: var(--animations-speed);
}

.confirmWindow {
    position: fixed;
    right: 50%;
    left: 50%;
    top: 41%;
    height: max-content;
    width: max-content;
    transform: translate3d(-50%, -50%, 0);
    background: #383838;
    padding: 1vh;
    opacity: 0.7;
    z-index: 25;
    max-width: 30vh;
    text-align: center;
    box-shadow: 0.4vh 0.4vh 0.4vh 0.4vh;
    font-family: 'Roboto', monospace;
    transition: var(--animations-speed);
}

.game_frame {
    position: fixed;
    width: 100%;
    height: 120%;
    box-sizing: border-box;
    z-index: 4;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    transition: color var(--animations-speed);
    pointer-events: none;
    user-select: none;
    box-shadow: inset 0vh 0vh 1vh 0vh;
    opacity: 0;
}

#nickInput {
    position: absolute;
    color: white;
    z-index: 1;
    width: 100%;
    height: 5vh;
    box-sizing: border-box;
    background: #ff00005c;
    border: unset;
    font-size: 2vh;
    box-shadow: 0vh 0vh 1vh #ff0707;
    transition: var(--animations-speed);
}

#room_selector {
    position: absolute;
    bottom: -2.4vh;
    width: 70%;
    left: 50%;
    transform: translate3d(-50%, 0px,0px);
    opacity: 1;
    background: gray;
    font-size: 1.7vh;
    font-family: sans-serif;
    color: white;
    border-radius: 0.4vh;
}

.menuActive {
    height: 50vh;
    background: #212121;
    top: 20vh;
}

.songBoxItem {
    height: 8vh;
    width: 8vh;
    transition: width var(--animations-speed);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0.4vh;
    padding-right: 8.2vh;
    /*padding-top: 0.4vh;*/
    font-size: 2vh;
    font-family: 'Roboto', monospace;
    box-sizing: border-box;
    background-color: #41414180;
    overflow: hidden;
    color: transparent;
    align-self: flex-end;
}

.player_left {
    animation-name: player_left_anim;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    transform: scale(0);
}
    
@keyframes player_left_anim {
    from { transform: scale(1);width: 8vh; height: 8vh;   margin: 0.2vh;}
    75%,to {transform: scale(0);width: 0vh;  height: 0vh;  margin: 0vh;}
}

.song_box_deleted {
    animation-name: song_box_deleted_anim;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    transform: scale(0);
    padding: 0vh !important;
}
    
@keyframes song_box_deleted_anim {
    from { transform: scale(1);height: 8vh;    margin: 0.4vh;}
    75%,to {transform: scale(0);height: 0vh;    margin: 0vh;}
}

.songBoxAnimation {
    animation-name: songBoxItem_anim;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes songBoxItem_anim {
    from { filter: opacity(0);}
    75%,to {filter: opacity(1);}
}

.playerBox {
    box-sizing: border-box;
    position: relative;
    font-variant-caps: petite-caps;
    height: 8vh;
    width: 8vh;
    background: linear-gradient(180deg, #ffffff2e, #0066ff26);
    margin: 0.2vh;
    display: inline-block;
    color: white;
    font-family: 'Roboto', monospace;
    font-size: 5.6vh;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    line-break: auto;
    border-radius: 0.2vh;
    box-shadow: 0.1vh 0.1vh 0.4vh black;
    transition: var(--animations-speed);
    opacity: 0.6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation-name: player_join_anim;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}
    
@keyframes  player_join_anim {
    from { filter: blur(1vh);}
    75%,to {filter: blur(0vh);}
}

.spotifyPlayer {
    position: fixed;
    top: 6vh;
    background-repeat: no-repeat;
    margin-left: 5.4vh;
    height: 3.4vh;
    width: 3.4vh;
    background-image: var(--audio_service_icon);
    background-size: contain;
    opacity: 1;
    transition: calc(var(--animations-speed) + 0.2s);
}

.playerBox:hover [class="spotifyPlayer"] {
    opacity:0.9;
    margin-left: 17.4vh;
}

.playerBox:hover .spacer_me {
    opacity: 7;
    margin-left: 20.4vh;
}

.player_me {
    margin-right: 2vh;
}

.settings:hover {
    height: 30vh;
    width: 8vh;
    background-image: url(./assets/images/gear_anim.svg);
    background-size: contain;
}

.players_holder {
    width: max-content;
}

.players {
    position: absolute;
    width: 100%;
    overflow-x: overlay;
    top: 3.9vh;
    height: auto;
    padding: 0.4vh;
    padding-right: 9vh;
    opacity: 0.6;
    z-index: 3;
    right: 0px;
    left: 0px;
    transform: translate3d(0px, 0px,0px);
    box-sizing: border-box;
    background: linear-gradient(180deg, #00000073,#0000000d);
    transition: calc(var(--animations-speed) + 0.3s);
    transition-timing-function: cubic-bezier(0.79, -0.01, 0.22, 0.86);
}

.players-lobby-active {
    background: #8080807a;
    top: 76%;
    right: 50%;
    left: 50%;
    transform: translate3d(-50%, 0px,0px);
    border-radius: 1.2vh;
    width: 70%;
    opacity: 1;
}

@media (max-width: 800px) {     /*small screen*/
    #version {
        opacity: 0 !important;
    }  

    .game_frame { 
        opacity: 0.6;
    }

    .curtains {
        display: none !important;
    }

    body,html {
        /*--animations-speed: var(--disabled-animations);*/
    }

    .menuActive {
        left: 1vh;
        top: 21vh;
        width: calc(100% - 11.5vh);
        transform: translate3d(0%, 0px,0px);
    }

    .menuFull {
        left: 50%;
        width: 100%;  
        transform: translate3d(-50%, 0px,0px);
    }

    .players-lobby-active{
        left: 1vh;
        top: 40vh;
        width: calc(100% - 11.5vh);
        transform: translate3d(0%, 0px,0px);
    }

    .players-full {
        width: 100%;
        transform: translate3d(-50%, 0px,0);
        max-width: 90%;
        left: 50%;
    }

    .reduce_animations_div {
        font-size: 1.5vh !important;
    }

    .notificationBar {
        min-width: 90%;
    }

    .settings_opener_ingame {
        bottom: 47px !important;
    }
    /*.inner-recommended {
        transition: var(--animations-speed);
        opacity: 0 !important;
        pointer-events: none;
    }

    .customSongsPanel {
       transform: translate(0px, -50%) !important;
        bottom: auto !important;
        top: 50% !important;
        height: 90% !important; 

    }*/

    #guessBox {
        max-width: 100% !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 1vh !important;
        transform: translate3d(0, 0,0px) !important;
        font-size: 25px !important; 
    }
    
    #guessBox:focus {
        outline-width: 0.2vh !important;
        outline-color: blue;
        outline-style: groove;
        color: white !important;
    }

    .footer {
        font-size: 1.6vh !important;
    }

    .confirmWindow {
        max-width: unset;
        width: 75%;
    }

    .confirmWindow .btnAsk {
        font-size: 4vh;
        margin-top: 5vh;
    }

    .confirmWindow .askText {
        font-size: 5vh;
    }

    /*    #room_selector {
        bottom: -15px;
        font-size: 15px;
    }

    #nickInput {
        height: 40px;
        font-size: 15px;
    }

    .songBoxItem {
        height: 50px;
        width: 50px;
        padding-right: 50px;
    }

    .playerBox {
        height: 60px;
        width: 60px;
        font-size: 45px;

    }

    .playerBox:hover {
        width: 130px;
    }

    .spotifyPlayer { 
        top: 45px;
        height: 25px;
        width: 25px;
        margin-left: 45px;
    }*/
}



.reduce_animations_div {
    position: absolute;
    top: 7vh;
    color: #ffffff8a;
    font-size: 2vh;
    font-family: sans-serif;
}

.lobby {
    z-index: 3;
    height: 100%;
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    background-image: url(https://i.gifer.com/fxk4.gif);
    background-position: center;
    background-blend-mode: color-burn;
    background-size: auto 100%;
    background-color: #5e0000bf;
    filter: blur(0vh);
    transform: scale(1);
}

.lobby_preload {
    filter: blur(1vh);
}

.lobby_active {
    transition: calc(var(--animations-speed) + 1s);
    transition-timing-function: cubic-bezier(0.49, 0.46, 0, 1.01);
    /*animation: fade_lobby 900ms ease-in-out 1;*/
    transition-delay: 0.7s;
}

@keyframes fade_lobby {
   /* from,to   {}    
    10% {;}*/
}

.lobby_inactive {
    transform: scale(4);
    transition-delay: 0.4s;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    /*background-size: auto 250%;
    background-color: #5e3500bf;*/
}

.lobby_no_def_anim {
    transition: 0s !important;
    transition-delay: 0s !important;
}

.lobby_active [class="inner-recommended"]{
    display: block;
    opacity: 1;
}

.lobby_loading {
    filter: blur(4vh);
    transform: scale(2);
    transition: var(--animations-speed);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.lobby_loaded {
    background-size: auto 150%;
    background-color: #006785f7;
}

#ping {
    position: fixed;
    font-size: 2vh;
    right: 5vh;
    bottom: 5vh;
    opacity: 0.4;
    transition: var(--animations-speed);
    z-index: 6;
    font-family: 'Roboto', monospace;
    user-select: none;
    pointer-events: none;
}

#bvideo {
    opacity: 1;
    user-select: none;
    pointer-events: none;
    transition: var(--animations-speed);
    top: 50%;
    right: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%,0px) scale3d(1.2,1.2,1.2);
}

.background {
    position: fixed;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    box-sizing: border-box;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: var(--animations-speed);
    /*-webkit-filter: blur(3vh);*/
    background-image: url(./assets/images/nice_box.webp);
    /*background-image: url(https://media2.giphy.com/media/l0HlSIXEdFXVivfTG/giphy.gif?cid=ecf05e47119faaa8eea414011d89c33101450dbbeb867b6d&rid=giphy.gif); GOT IT HERE!!1!*/
    /*filter: blur(3vh);*/
    filter: blur(3vh) brightness(0.5);
    box-shadow: 1vh 0vh 2vh 0.4vh black;
}

#bstatic{
    animation-name: background_anim;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes background_anim {
    from,to,10% { transform: scale(1);filter: blur(3.1vh) brightness(0.5);}
    75%,85% { transform: scale(1.2);filter: blur(3vh) brightness(1);}
}

.inactiveSlide {
    transform: translate3d(-110%, 0,0px);
    transition: calc(var(--animations-speed) + 0.2s) !important;
}

#wordWas {
    color: red;
    margin: 0.4vh;
}


#notificationCenter {
    color: white;
    font-size: 5vh;
    padding-top: 35vh;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    transition: var(--animations-speed);
    box-shadow: 0.4vh 0vh 1vh 1vh black;
    box-sizing: border-box;
    background-color: #000000ba;
    background-size: cover;
    background-blend-mode: soft-light;
    background-position: center;
    opacity: 0.9;
    background-repeat: no-repeat;
    z-index: 2;
    text-align: center;
    font-family: 'Roboto', monospace;
}

.player {
    border-radius: 0.1vh;
    position: fixed;
    width: 35vh;
    height: 35vh;
    top: 50%;
    right: 50%;
    left: 50%;
    z-index: 1;
    box-sizing: border-box;
    background: #0000003d;
    transform: translate3d(-50%, -53%,0px) scale3d(1,1,1);
    box-shadow: 1vh 1vh 1vh black;
    transition: transform var(--animations-speed) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    cursor: pointer;
}

.player:hover {
    transform: translate3d(-50%, -53%,0px) scale3d(1.1,1.1,1.1);
}

.cover1 {
    -webkit-filter: blur(0.9vh);
    filter: blur(0.9vh);  
    transition: var(--animations-speed);
}

.playerBackground {
    transition: var(--animations-speed);
    text-align: center;
    box-sizing: border-box;
    font-size: 3vh;
    color: white;
    font-family: sans-serif;
    height: 100%;
    pointer-events: none;
    user-select: none;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: color-burn;
}

.playerBackground_no_def_anim {
    transition: 0s !important;
}

#loaderBackground {
    position: absolute;
    /* width: 100%; */
    height: 120%;
    box-sizing: border-box;
    background: black;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%,0px);
    user-select: none;
    pointer-events: none;
}

.curtains {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    transform: rotate(45deg) scale(2.4) translate(0px, -50%);
} 

.curtains_mobile {
    transform: rotate(0deg) scale(1) translate(0px, 0px) !important;
}

.curtain {
    width: 100%;
    height: 200%;
    background: #171717f5;
    transition: calc(var(--animations-speed) + 300ms);
    transition-timing-function: cubic-bezier(0.96, 0, 0, 0.99);
}

.curtain_left_mobile {
    height: 100% !important;
    transform: translate(-100%, 0px);
}

.curtain_right_mobile {
    height: 100% !important;
    transform: translate(100%, 0px);
}

.curtain_left {
    transform: translate(-100%, 0px);
}

.curtain_right {
    transform: translate(100%, 0px);
}

.notificationBar {
    transition: var(--animations-speed);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: fixed;
    height: auto;
    width: auto;
    bottom: 10vh;
    max-width: 50vh;
    line-break: auto;
    left: 50%;
    transform: translate3d(-50%, 0px,0px) scale(1.2);
    padding: 0.3vh;
    background: #00b8ff85;
    font-size: 3.3vh;
    opacity: 0;
    color: white;
    border-radius: 1.1vh;
    font-family: 'Roboto', monospace;
    pointer-events: none !important;
    z-index: 5;
    text-align: center;
}

.notificationBarActive {
    transform: translate3d(-50%, 0px,0px) scale(1) !important;
    opacity: 1 !important;
}

.pointsBox {
    text-align: center;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    background: #00dcff38;
    bottom: 0;
    color: white;
    font-size: 1.4vh;
    font-family: 'Roboto', monospace;
}

.lobbyPlayer {
    cursor: pointer;
}

.playerBox:hover {
    width: 20vh;
    border: 0.2vh #043aff75;
    border-style: ridge;
    cursor: pointer;
}

.playerBoxGuessed {
    border: 0.2vh #04ff2375;
    border-style: ridge;
}

.playerBoxNotGuessed {
    border: 0.2vh #ff360475;
    border-style: ridge;
}

.inactive {
    height: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
    transform: scale3d(0,0,0) !important;
    user-select: none;
    pointer-events: none;
}

#nickInput:hover {
    transform: scale(1.12);
}

#searchInput {
    position: relative;
    width: 100%;
    height: 5vh;
    box-sizing: border-box;
    font-size: 2vh;
}

.window {
    padding: 0.3vh;
    height: auto;
    min-height: 20vh;
    max-height: 47vh;
    transition: var(--animations-speed);
    box-shadow: 0.2vh 0vh 1vh 0vh #212121;
    box-sizing: border-box;
    background: #4a4a4a;
    background-image: url(assets/images/eclipse.svg);
    background-size: 10vh;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    overflow-y: auto;
}

.windowHolder {
    position: absolute;
    top: 15vh;
    width: 51vh;
    height: 55vh;
    right: 50%;
    z-index: 4;
    left: 50%;
    transform: translate3d(-50%, 0px,0px);
    background: #63605a;
    transition: var(--animations-speed);
}

.inactivePacks {
    display: none;
}

#finishButton {
    text-align: center;
    color: white;
    font-size: 3vh;
    background: rgb(128, 0, 0);
    font-family: 'Righteous', monospace;
    cursor: pointer;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.songBox {
    overflow: hidden;
    margin-bottom: 0.2vh;
    width: 100%;
    height: 10vh;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #212121 !important;
    box-sizing: border-box;
    padding-left: 11vh;
    color: white;
    padding-top: 0.3vh;
    font-size: 2.4vh;
    font-family: monospace;
    cursor: pointer;
}

.play_box {
    position: absolute;
    top: 0;
    height: 0.4vh;
    width: 0%;
    background: #0bff07d9;
    box-sizing: border-box;
    transition-timing-function: linear !important;
}

.waitRoom {
    flex: 1;
    color: white;
    /*background: url(./assets/images/songio.png);*/
    background-size: cover;
    background-position: center;
    font-size: 3vh;
    opacity: 0;
    font-family: sans-serif;
    /* margin-left: 1vh; */
    padding-top: 1vh;
    transition: var(--animations-speed);
}

.menuActive .waitRoom{
    opacity: 1;
}

.waitRoomLoading {
    background-size: 50%;
    background-position: center;
    background-image: url(assets/images/eclipse.svg);
    background-repeat: no-repeat;
}

.content {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 800px) {
    #guessBox:focus {
        transform: translate3d(-50%, 0,0px) scale3d(1.1,1.1,1.1) !important;
    }

    #guessBox:hover {
        transform: translate3d(-50%, 0,0px) scale3d(1.05,1.05,1.05);
    }
}

#guessBox {
    transition: var(--animations-speed);
    position: fixed;
    z-index: 1;
    width: 100%;
    max-width: 50vh;
    right: 50%;
    left: 50%;
    font-size: 2.4vh;
    bottom: 4vh;
    transform: translate3d(-50%, 0,0px);
    opacity: 0.7;
    border-radius: 0.5vh;
    padding: 0.4vh;
    border-style: unset;
    background: #00000042;
    box-shadow: 1vh 1vh 1vh black;
    color: white;
    outline-width: 0;
}

#startButton:hover {
    transform: scale(1.1);
    border-radius: 1vh;
}

#startButton {
    transition: var(--animations-speed);
    flex: 0;
    text-align: center;
    color: white;
    font-size: 3vh;
    background: #10ff0099;
    font-family: 'Righteous', monospace;
    cursor: pointer;
}

.request_play{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #bababa80;
    z-index: 14;
    opacity: 0;
    background-image: url(./assets/images/5206-200.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12vh;
    color:#00a1ffb5;
    font-size: 4vh;
    font-family: 'Roboto';
    text-align: center;
    pointer-events: none;
    padding-top: 5vh;
    transform: scale(1.2);
    transition: 1s;
    top: 0;
}

.request_play_active {
    cursor: pointer !important;
    pointer-events: all !important;
    opacity: 1 !important;
    transform: scale(1) !important;
}

.request_play::after {
    content: "Press here to play the audio";
}

.timer {
    position: fixed;
    text-shadow: 0.4vh 0.4vh 1vh black;
    left: 50%;
    top: 50%;
    font-size: 17.4vh;
    color: white;
    transform: translate3d(-50%, -50%,0px);
    z-index: 3;
    font-family: 'Titillium Web', sans-serif;
}
    
.confirmWindowClosed {
    transform: translate3d(-50%, -50%,0px) scale3d(0.1,0.1,0.1) !important;
    opacity: 0 !important;
    pointer-events: none;
}

.scoreText {
    float: right;
    color: green;
    margin-right: 1vh;
}

.askText {
    margin: 0;
    font-size: 4vh;
    color: white;
    margin-bottom: 1vh;
}

.btnAsk {
    padding: 0.4vh;
    color: white;
    font-size: 2vh;
    display: inline-block;
    box-shadow: 0.4vh 0.4vh 0.4vh black;
    cursor: pointer;
    border-radius: 0.2vh;
    transition: var(--animations-speed);
}

.btnAsk:hover {
    transform: scale(1.1);
}

.btnYes {
    float: left;
    background: #00ff0052;
}

.btnNo {
    float: right;
    background: rgba(255, 32, 32, 0.58);
}

.timerAnim {
    transition: 2s;
    transition-timing-function: cubic-bezier(0.62, 0, 0, 1);
    font-size: 24.4vh;
    will-change: transform;
    opacity: 0;
}

.timer_inactive {
    opacity: 0;
    user-select: none;
    pointer-events: none;
}

.preloader {
    color: red;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: black;
    background-image: url(./assets/images/eclipse.svg);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 20vh;
    /*transition: var(--animations-speed);*/
    transition-property: background-position-y;
    background-position: center;
}

.loader {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: black;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-image: url(assets/images/background3.gif); //JS MAINTAINS*/
    animation-name: lobbyAnim;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    /*transition: var(--animations-speed);*/
}
.loader_inactive {
    user-select: none;
    pointer-events: none;
    transform: scale(1.2);
    opacity: 0 !important;
}
@keyframes lobbyAnim {
    from { 
        filter: invert(1);
    }
    30%,95% {
        filter: invert(0);
    }
}

#spotifyLogo{
    height: 7vh;
    position: absolute;
    bottom: -20vh;
    right: 50%;
    left: 50%;
    transform: translate3d(-50%, 0,0px);
    animation-name: spotifyLogoAnim;
    animation-duration: 3.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes spotifyLogoAnim {
    from,to { 
        bottom: -20vh;
    }
    13%,95% {
        bottom: 5vh;
    }
}

#spotifyText {
    color: white;
    font-size: 3vh;
    font-family: 'Monoton', monospace;
    position: fixed;
    bottom: 13vh;
    left: -50%;
    right: 50%;
    margin: 0;
    width: max-content;
    transform: translate3d(-50%, 0px,0px);
    animation-name: spotifyLogoAnimText;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes spotifyLogoAnimText {
    from { 
        left: -50%;
    }
    15%,95% {
        left: 50%;
    }
    to {
        left: 500%;
    }
}

#gameText:hover {
    font-size: 10vh;
    text-shadow: 0vh 0vh 1vh white;
}

#gameTextBelow:hover {
    font-size: 4vh;
    text-shadow: 0vh 0vh 1vh rgb(105, 133, 255);
}

#gameTextBelow {
    transition: var(--animations-speed);
    color: rgba(168, 162, 255, 0.658);
    text-shadow: 0vh 0.2vh 0.2vh rgb(0, 0, 0);
    font-size: 3vh;
    font-family: 'Roboto', monospace;
    position: fixed;
    top: 45vh;
    left: 50%;
    text-align: center;
    cursor: pointer;
    right: 50%;
    margin: 0;
    opacity: 0;
    width: max-content;
    transform: translate3d(500%, 0px,0px);
    animation-name: AnimTextGameB;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes AnimTextGameB {
    from,to {
        opacity: 1;
    }
    from { 
        transform: translate3d(500%, 0px,0px);
    }
    20%,95% {
        transform: translate3d(-50%, 0px,0px);
    }
    to {
        transform: translate3d(-500%, 0px,0px);
    }
}


#gameText {
    transition: var(--animations-speed);
    color: white;
    text-shadow: 0.4vh 0.4vh 1vh black;
    font-size: 8vh;
    opacity: 0.6;
    font-family: 'Righteous', monospace;
    position: fixed;
    top: -50%;
    left: 50%;
    right: 50%;
    margin: 0;
    transform: translate3d(-50%, 0px,0px);
    text-align: center;
    overflow: hidden;
    animation-name: AnimTextGame;
    animation-duration: 3.4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes AnimTextGame {
    from,to { 
        top: -50%;
    }
    18%,95% {
        top: 35vh;
    }
    from,15% {
        filter: blur(1vh);
        width: 5vh;
    }
    40%,to {
        width: 40vh;
    }
    43% {
        filter: blur(0vh);
    }
}

#version {
    position: fixed;
    right: 1vh;
    top: 4vh;
    color: white;
    font-size: 1.4vh;
    opacity: 0.4;
    font-family: sans-serif;
    text-align: right;
}

#gameTextWait {
    transition: var(--animations-speed);
    color: white;
    text-shadow: 0.4vh 0.4vh 1vh black;
    font-size: 3vh;
    font-family: 'Roboto', monospace;
    position: fixed;
    left: 50%;
    right: 50%;
    bottom: -10%;
    margin: 0;
    width: max-content;
    transform: translate3d(-50%, 0px,0px);
    transition: var(--animations-speed);
}

.gameTextWaitActive {
    bottom: 17vh !important;
}

#error {
    color: red;
    font-size: 5vh;
    font-family: 'Roboto', monospace;
    position: fixed;
    top: -50%;
    transition: var(--animations-speed);
    left: 50%;
    right: 50%;
    box-shadow: 0vh 0vh 0.6vh red;
    margin: 0;
    width: max-content;
    max-width: 80%;
    transform: translate(-50%, 0px);
    text-align: center;
}

.footer {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    height: 3.9vh;
    width: 100%;
    padding: 1vh;
    color: white;
    background: #353535;
    font-size: 1.7vh;
    font-family: 'Roboto', monospace;
    opacity: 0.7;
    transition: var(--animations-speed);
    z-index: 4;
    overflow: hidden;
}

.footer:hover {
    /*padding-top: 5vh;*/
    font-size: 1.8vh;
    padding-right: 1vh;
    padding-left: 1vh;
    height: 55ch;
    /*text-align: center;*/
    background: rgb(38, 42, 43);
    z-index: 6;
    transition: 1.8s !important;
    opacity: 1;
    color: rgb(255, 58, 58);
}

#f-details {
    opacity: 0;
    margin: 0;
    box-sizing: border-box;
}

.footer:hover #f-details {
    opacity: 1;
}

a {
    color: white;
}

.cspHolder {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cspOptionsClear {
    background: #0099ff66;
    font-size: 2vh;
    color: white;
    min-width: 7vh;
    box-sizing: border-box;
    font-family: monospace;
    text-align: center;
    opacity: 0.8;
    margin: 0.3vh;
    cursor: pointer;
    border-bottom-right-radius: 1vh;
    border-bottom-left-radius: 1vh;
}

.cspOptions {
    background: #ff00007d;
    font-size: 3vh;
    color: white;
    min-width: 7vh;
    box-sizing: border-box;
    font-family: monospace;
    text-align: center;
    opacity: 0.8;
    margin: 0.3vh;
    cursor: pointer;
    border-top-right-radius: 1vh;
    border-top-left-radius: 1vh;
}

.playerOutline {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: none;
}
.customSongsPanel {
    flex-direction: column;
    display: flex;
    position: fixed;
    height: 78%;
    padding: 0.4vh;
    background: #79797959;
    border-top-left-radius: 1vh;
    border-bottom-left-radius: 1vh;
    right: 0;
    z-index: 4;
    opacity: 0.8;
    bottom: -26%;
    overflow-y: auto;
    transition: var(--animations-speed);
    transform: translate3d(0px, -50%, 0px);
}

.customSongsPanel_inactive {
    right: -20vh;
    user-select: none;
    pointer-events: none;
    opacity: 0;
}

.test_screen {
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    z-index: 4;
    transition: var(--animations-speed);
    color: green;
    font-family: monospace;
    background-blend-mode: hard-light;
    font-size: 2.4vh;
    padding-top: 4vh;
}

.chat_box_active {
    opacity: 1 !important;
}

.playerBox_full {
    width: 40vh !important;
    max-width: 100%;
}

.chat_box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: var(--animations-speed);
    text-align: left;
    color: white;
    font-size: 3.4vh;
    padding: 1.4vh;
    background: #000000;
    font-style: unset;
    font-variant-caps: normal;
    box-sizing: border-box;
    right: 0;
    border: unset;
}

.songBoxItem:hover {
    width: 20vh !important;
    cursor: pointer;
    color: white !important;
    border-top-right-radius: 1.0vh;
    border-bottom-right-radius: 1.0vh;
}

/**/
/* width */
::-webkit-scrollbar {
    width: 1vh;
    height: 1vh;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

.gFlex {
    flex: 1;
    max-width: 50%;
    height: 3vh;
    color: white;
    font-size: 2vh;
    font-family: sans-serif;
    background: #989898b3;
    border-style: solid;
    border-radius: 0.4vh;
}

.gameOptions {
    flex: 0;
    flex-direction: row;
    display: flex;
    box-sizing: border-box;
}

#login {
    position: fixed;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 4;
    background: linear-gradient(180deg, #8e00f930, #ffffffd4);
    color: white;
    text-align: center;
    font-size: 4vh;
    padding-top: 10vh;
    font-family: 'Roboto', sans-serif;
}

.loginButton {
    font-size: 3vh;
    position: absolute;
    padding: 0.4vh;
    padding-right: 2vh;
    padding-left: 2vh;
    border-radius: 2.5vh;
    background: rgb(68, 68, 68);
    cursor: pointer;
    width: max-content;
    transition: var(--animations-speed);
    right: 50%;
    bottom: 20vh;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: 1.4vh;
}

.loginButton:hover{
    transform: translate(-50%, 0%) scale(1.1);
}

.loginButtonSpotify {
    background: #00963c !important;
    bottom: 15vh !important; 
    z-index: 2 !important;
}

._win_pan {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #3d3d3de8;
    z-index: 3;
    text-shadow: 0.4vh 0.5vh 2vh white;
    color: white;
    font-size: 5vh;
    font-family: sans-serif;
    padding-top: 40vh;
    transform: scale(1);
    background-image: url(https://www.flaticon.com/svg/static/icons/svg/57/57601.svg);
    background-size: 5vh;
    background-position-y: 47vh;
    background-position-x: center;
    background-blend-mode: normal;
    background-repeat: no-repeat;
}

.spacer_me {
    background: #00000082;
    margin-left: 9vh;
    height: 9vh;
    top: 0.3vh;
    width: 0.6vh;
    position: fixed;
    opacity: 1;
    transition: calc(var(--animations-speed) + 0.2s);
    border-radius: 0.4vh;
}

.text {
    position: fixed;
    top: 15vh;
    text-align: center;
    color: white;
    font-size: calc(5vh + 2vw);
    transition: calc(var(--animations-speed) + 0.8s);
    z-index: 3;
    width: 100%;
    transform: translate3d(-100vw, 0px, 0px);
    font-family: 'Roboto', monospace;
    opacity: 0.6;
    animation-name: text_anim;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    filter: drop-shadow(1vh 1vh 0.3vh black);
}

@keyframes text_anim {

}

.preloader_image {
    height: 13vh;
    position: fixed;
    top: 50%;
    right: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
    border-radius: 20vh;
}

.hidden_loader_anims {
    opacity: 0;
}

.error_screen {
    z-index: -2;
    position: fixed;
    height: 100%;
    width: 100%;
    transition: var(--animations-speed);
    transform: scale(1.2);
}

.error_screen {
    transform: scale(1.1) !important;
    background: linear-gradient(0deg, #000000b5, #0000004a);
    z-index: 999 !important;
}

.preloader_image_close {
    transition: calc(var(--animations-speed) + 0.4s);
    transition-timing-function: cubic-bezier(0.56, 0.07, 0.32, 1.27);
    opacity: 0;
    filter: blur(1vh);
    /*height: 200%;
    opacity: 0;
    filter: invert(0.1);
    transform: translate3d(-50%, -50%,0px) rotate(180deg);*/
}

.text_loader {
    color: white;
    font-family: sans-serif;
    font-size: 2vh;
    right: 50%;
    left: 50%;
    bottom: 1vh;
    position: absolute;
    width: 0vh;
    text-align: center;
    transform: translate(-50%,-50%);
    overflow: hidden;
    white-space: nowrap;
}

.text_anim_preload {
    animation: loader_text_anim 2500ms ease-in-out 1;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-delay: 0.5s;
}

@keyframes  loader_text_anim  {
    from {
        transform: translate(-50%,0%);
    }
    30%,80% {
        width: 40vh;
        transform: translate(-50%,0%);
    }
    to{
        width: 40vh;
        transform: translate(-50%,0%) scale(0);
    }    
}

.rectext {
    margin: 0;
    left: 1vh;
    position: fixed;
    margin-top: -2.4vh;
}

#recommended {
    box-sizing: border-box;
    padding: 1vh;
    padding-top: 3.4vh;
    background: #79797971;
    border-top-left-radius: 1.4vh;
    border-top-right-radius: 1.4vh;
    transition: var(--animations-speed);
    width: max-content;
    min-width: 100%;
    color: #ffffff85;
    font-family: sans-serif;
    font-size: 1.6vh;
    opacity: 0.8;
}

#recommended div[class="songBoxItem"]{
    /*overflow: unset !important;*/
    display: inline-block;
}

.inner-recommended {
    position: fixed;
    overflow-x: overlay;
    width: 100%;
    box-sizing: border-box;
    bottom: 0vh;
    display: none;
    opacity: 0;
    transition: var(--animations-speed);
}

.test_button {
    position: fixed;
    top: 4.4vh;
    margin: 0;
    text-decoration: underline;
    cursor: pointer;
    left: 0.4vh;
    color: #8787ff70;
    z-index: 4;
    font-size: 1.7vh;
    font-family: sans-serif;
}

.preprocessor_icon_hide {
    opacity: 0 !important;
    transform: translate(-50%, -50%) scale(0) !important;
    transition-delay: 0s !important;
}

#preprocessor_icon {
    transition: var(--animations-speed);
    transition-delay: 0.6s;
    background-color: rgb(0 0 0 / 32%);
    border-radius: 1vh;
    left: 50%;
    right: 50%;
    bottom: 5vh;
    transform: translate(-50%, -50%);
    position: fixed;
    height: 6vh;
    width: 6vh;
    pointer-events: none;
    user-select: none;
    background-image: url(./assets/images/comunication_white.svg);
    background-size: cover;
    z-index: 3;
}


.processor_icon_hide {
    opacity: 0 !important;
    transform: translate(-50%, -50%) scale(0) !important;
}

#processor_icon {
    transition: var(--animations-speed);
    border-radius: 1vh;
    position: fixed;
    height: 15vh;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 15vh;
    pointer-events: none;
    user-select: none;
    background-image: url(./assets/images/DoubleRing-1s-200px.svg);
    background-size: cover;
    z-index: 3;
    opacity: 0.6;
    filter: drop-shadow(2px 4px 6px black);
}

#round_manager {
    position: fixed;
    top: 6vh;
    right: 2vh;
    padding: 0.3vh;
    background: #ffffff52;
    border-radius: 1vh;
    font-size: 4vh;
    max-width: 15vh;
    text-align: center;
    font-family: sans-serif;
    color: white;
    z-index: 4;
    opacity: 0.5;
    transition: var(--animations-speed);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.round_manager_inactive {
    opacity: 0 !important;
    user-select: none;
    pointer-events: none;
}

.v_skip {
    position: fixed;
    left: 0vh;
    height: auto;
    width: auto;
    font-size: 2vh;
    top: 15vh;
    background: #343434;
    z-index: 4;
    color: white;
    font-family: sans-serif;
    max-width: 30vh;
    transition: var(--animations-speed);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.v_skip_hidden {
    left: -35vh;
}

.v_skip_user_txt {
    padding: 0.5vh;
    background: #3e3e3e;
    color: #939393;
}

.v_skip_txt {
    padding: 1vh;
    color: #cacaca;
}

.v_skip_btn {
    width: calc(50% - 0.4vh);
    text-align: center;
    /*display: inline-block;*/
    float: right;
    font-size: 1.5vh;
    padding: 0.2vh;
    transition: var(--animations-speed);
    cursor: pointer;
}

.v_skip_btn_yes {
    background: #009000;
}

.v_skip_btn_no {
    background: #8d3939;
}

.v_skip_count_txt {
    color: #aeaeae;
    margin-left: 0.5vh;
    font-size: 1.3vh;
}

.options_menu {
    position: fixed;
    z-index: 5;
    background: #3f3f3f;
    height: 52vh;
    width: 52vh;
    border-radius: 3vh;
    top: 19vh;
    max-width: 90%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 2vh;
    box-sizing: border-box;
    transition: var(--animations-speed);
    overflow-y: overlay;
    opacity: 0.94;
    background-image: url(./assets/images/back_options.png);
}

.options_menu_closed {
    opacity: 0;
    transform: translate(-50%, 0) scale(1.3);
    pointer-events: none;
    user-select: none;
}

.import_info_bar {
    position: fixed;
    top: 0vh;
    width: 100%;
    height: auto;
    font-size: 1vh;
    padding: 1vh;
    z-index: 4;
    background: #c60000;
}

.options_menu_option {
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 1vh;
    background-color: #8f919feb;
    padding: 1vh;
    padding-left: 8vh;
    font-family: sans-serif;
    font-size: 3vh;
    border-radius: 1vh;
    background-image: url(assets/images/gpu-512.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 1vh;
    transition: var(--animations-speed);
    white-space: nowrap;
    overflow: hidden;
}

.options_menu_option:hover {
    transform: scale(1.03);
    background-color: #818181b7;
}

.options_menu_option:focus {
    transform: scale(1.05);
    background-color: #636363b7;
}

.settings_opener {
    position: fixed;
    top: 5vh;
    left: 1vh;
    height: 5vh;
    width: 5vh;
    background-color: #00000040;
    border-color: #5d5d5d;
    border-style: groove;
    background-image: url(assets/images/gear_static.png);
    background-size: cover;
    z-index: 3;
    border-radius: 0.5vh;
    transition: var(--animations-speed);
    cursor: pointer;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}

.settings_opener:hover {
    background-image: url(assets/images/gear_anim.svg);
}

.settings_opener_inlobby {
    animation: smooth_out_opener2 900ms ease-in-out 1;
}

@keyframes smooth_out_opener2 {
    to {opacity: 1;
        top: 5vh;
        bottom: auto;
    }
    70%{opacity: 0;    top: auto;
        bottom: 4vh;}
    from {opacity: 1;    top: auto;
        bottom: 4vh;}
}
.settings_opener_ingame {
    top: auto;
    bottom: 4vh;
    animation: smooth_out_opener 900ms ease-in-out 1;
    border-style: none !important;
}

@keyframes smooth_out_opener {
    to {opacity: 1;
        top: auto;
        bottom: 4vh;
    }
    70%{opacity: 0;    top: 5vh;
        left: 1vh;
        height: 5vh;
        width: 5vh;}
    from {opacity: 1;    top: 5vh;
        left: 1vh;
        height: 5vh;
        width: 5vh;}
}

.settings_opener_hidden {
    opacity: 0;
    position: fixed;
    background: #3f3f3f;
    height: 52vh;
    width: 52vh;
    border-radius: 3vh;
    top: 19vh;
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    box-sizing: border-box;
}