html, body{
    background-color: #151515;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}
body.css-bsflash{
    box-shadow: inset 0px 0px 150px rgb(100 120 150 / 75%);
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainContainer{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}
#mainContainer::-webkit-scrollbar-track {
    background-color: #22262d;
}
#mainContainer::-webkit-scrollbar-thumb {
    background-color: #e9eef5;
    border-radius: 10px;
}
#mainContainer::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


.groupcontainer{
    height: 100vh;
    width: 100vw;
    padding: 150px;
}
@media (max-width: 1200px){
    .groupcontainer{
        padding: 150px 60px;
    }
}

.align-middle-absolute{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#topmenubar{
    position: absolute;
    top: 50px;
    height: 60px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}
#settingsbtn,
#userprofilebtn,
#usersignoutbtn,
#mainmenubtn,
#leavelobbybtn,
#exitgamebtn{
    border-radius: 50%;
    background-color: #252525;
    padding: 15px;
    border: 1px solid transparent;
    transition: border .2s ease-in-out;
    color: white;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    -webkit-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
}
#settingsbtn:hover,
#userprofilebtn:hover,
#usersignoutbtn:hover,
#mainmenubtn:hover,
#leavelobbybtn:hover,
#exitgamebtn:hover{
    border: 1px solid white;
}
.css-container-block {
    border-radius: 15px;
    background-color: #252525;
    color: #fff;
    padding: 30px 45px;
    margin: 0px 20px;
    -webkit-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
}
.choiceNetworkMode{
    text-align: center;
    border: 1px solid transparent;
    transition: border .2s ease-in-out;
    cursor: pointer;
}
.choiceNetworkMode:hover{
    border: 1px solid white;
}
.choiceNetworkMode i{
    font-size: 76px;
    margin-bottom: 25px;
}

@media (max-width:768px){
    .choiceNetworkMode{
        width: 80%;
    }
}


.choiceAnswer{
    text-align: center;
    border: 1px solid transparent;
    transition: border .2s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 0 6px black, 0 0 3px black;
    padding: 50px;
}
.choiceAnswer:hover{
    border: 1px solid white;
}
.choiceAnswer i{
    font-size: 76px;
    margin-bottom: 25px;
}

@media (max-width:768px){
    .choiceAnswer{
        width: 100%;
    }
}

#choiceAnswer0 {
    background: linear-gradient(to right, #685200,#ffcc01);
}
#choiceAnswer1 {
    background: linear-gradient(to right, #4e0118,#e60146);
}
#choiceAnswer2 {
    background: linear-gradient(to right, #013f54,#03b1ec);
    border-bottom-left-radius: 15px;
}
#choiceAnswer3 {
    background: linear-gradient(to right, #313c06,#a3c614);
    border-bottom-right-radius: 15px;
}

#reportquestionbtn{
    border-radius: 50%;
    background-color: #404040;
    border: 1px solid transparent;
    transition: border .2s ease-in-out;
    color: white;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
}

#reportquestionbtn:hover{
    border: 1px solid white;
}

#GameSoundPage .notificationarea{
    flex: 1;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.choiceQuestions{
    margin: -30px -45px;
    width: calc(100% + 90px);
}
.choiceQuestions .choiceQuestion{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: bold;
    text-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: inset -1px 6px 13px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: inset -1px 6px 13px 0px rgba(0,0,0,0.44);
    box-shadow: inset -1px 6px 13px 0px rgba(0,0,0,0.44);
}
.choiceQuestions .choiceQuestion#choice0 {
    background: linear-gradient(to right, #685200,#ffcc01);
}
.choiceQuestions .choiceQuestion#choice1 {
    background: linear-gradient(to right, #4e0118,#e60146);
}
.choiceQuestions .choiceQuestion#choice2 {
    background: linear-gradient(to right, #013f54,#03b1ec);
    border-bottom-left-radius: 15px;
}
.choiceQuestions .choiceQuestion#choice3 {
    background: linear-gradient(to right, #313c06,#a3c614);
    border-bottom-right-radius: 15px;
}
.choiceQuestions.choiceQuestionsanswered .choiceQuestion:not(.goodanswer) {
    background: linear-gradient(to right, #454545,#959595) !important;
}
#CountDownPage h3{
    font-size: 7rem;
}

ul.blocks-selector-2 {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 15px 0;
    flex-wrap: wrap;
    margin: 0;
}
ul.blocks-selector-2 li.block-select {
    border-radius: 15px;
    padding: 15px;
    background-color: #555;
    cursor: pointer;
    text-align: center;
    flex: 1;
    margin: 5px;
    transition: box-shadow 0.2s ease;
}
ul.blocks-selector-2 li.block-select.selected {
    background-color: #194a91;
    border-color: #999;
}

ul.blocks-selector-3 {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 15px 0;
    flex-wrap: wrap;
    margin: 0;
}
ul.blocks-selector-3 li.block-select {
    border-radius: 15px;
    padding: 15px;
    background-color: #555;
    cursor: pointer;
    text-align: center;
    flex: 1;
    margin: 5px;
    transition: box-shadow 0.2s ease;
}
ul.blocks-selector-2 li.block-select:not(.selected):hover,
ul.blocks-selector-3 li.block-select:not(.selected):hover{
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
ul.blocks-selector-3 li.block-select.selected {
    background-color: #194a91;
    border-color: #999;
}

.choicePlaylist{
   overflow: hidden;
   position: relative;
   padding: 75px 45px;
   cursor: pointer;
   border: 1px solid transparent;
}
.choicePlaylist img{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    filter: opacity(0.7);
}
.choicePlaylist h3{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    text-align: center;
    text-shadow: 0 0 6px black, 0 0 3px black;
}
.js-choosePlayList:hover{
    border-color: white !important;
}


#LearnPage{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}


@media (max-width:768px){
    #LearnPage {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 10px;
    }
}



#datatoguess{
    font-size: 4rem;
    text-transform: uppercase;
}
.css-blink-anim{
    opacity: 1;
    animation: blink 1s ease-in infinite;
}
@keyframes blink {
    0% {
      opacity: 1;
    }
    20% {
      opacity: 1;
    }
    30% {
      opacity: 0.5;
    }
    40% {
      opacity: 0.7;
    }
    50% {
      opacity: 0.8;
    }
    70% {
      opacity: 0.4;
    }
    80% {
      opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}