body, html {
    margin: 0;
    padding: 0;
}

.button__row {
    display: flex;
    align-items: center;
    justify-content:center;
    max-width: 1000px;
    width: 100%;
}

.question__answer {
    height: 100vh;
    align-items: center;
    justify-content:center;
    flex-direction: column;
    width: 100%;
    background-color: #310e68;
    background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
}

.button__row .button{
    width: 40vw;
    height: 10vh;
    min-height: 150px;
    text-align: center;
    border: solid white;
    display: flex;
    justify-content: center;
    align-items:  center;
    font-size: 2.3rem;
    font-family: 'Rowdies', sans-serif;
    background: -webkit-linear-gradient(rgba(10, 61, 98, .7), rgba(10, 61, 98, .7)), url("../css/img/partyhardy.png");
    background-size: cover;
    background-position: center;
    color: white;
    box-shadow: none;
}

.button__row #button2:active, .button__row #button3:active, .button__row #button2:focus, .button__row #button3:focus {
    background-color: linear-gradient(rgba(5, 14, 37, .7), rgba(5, 14, 37, .7)), url("../css/img/partyhardy.png");
    background: -webkit-linear-gradient(rgba(5, 14, 37, .8), rgba(5, 14, 37, .8)), url("../css/img/partyhardy.png");
    background-position: center;
}

.button__row #button1:active, .button__row #button4:active, .button__row #button1:focus, .button__row #button4:focus {
    background-color: linear-gradient(rgba(5, 14, 37, .7), rgba(5, 14, 37, .7)), url("../css/img/partyhardy.png");
    background: -webkit-linear-gradient(rgba(5, 14, 37, .8), rgba(5, 14, 37, .8)), url("../css/img/partyhardy.png");
    background-position: center;
}

.clientModifier {
    background-color: #c2b6b6;
    background-image: linear-gradient(315deg, #c2b6b6 0%, #576574 74%);
    border-radius: 200px;
    width: 3rem;
    height: 3rem;
    color: #6F1E51;
    display: flex;
    align-items:  center;
    justify-content: center;
    font-size: 2rem;
    margin-left: 15px;
    padding: 0.25rem;
}

.clientModifier:first-child {
    margin-left: 0px;
}

.button__row #button1 {
    border-radius: 60px 0px 0px 0px;
    background: -webkit-linear-gradient(rgba(183, 21, 64, .5), rgba(183, 21, 64, .7)), url("../css/img/partyhardy.png");
    background-size: cover;
    background-position: center;
    border-width: 4px 2px 2px 4px;
}

.button__row #button2 {
    border-radius: 0px 60px 0px 0px;
    border-width: 4px 4px 2px 2px;
}

.button__row #button3 {
    border-radius: 0px 0px 0px 60px;
    border-width: 2px 2px 4px 4px;
}

.button__row #button4 {
    border-radius: 0px 0px 60px 0px;
    background: -webkit-linear-gradient(rgba(183, 21, 64, .5), rgba(183, 21, 64, .7)), url("../css/img/partyhardy.png");
    background-size: cover;
    background-position: center;
    border-width: 2px 4px 4px 2px;
}


.Player__info{
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Rowdies', sans-serif;
}

.shotsTaken {
    content : "Shots : "
}

.wait__screen {
    background-color: #ecf0f1;
    color: black;
    height: 100vh;
}

.playername {
    font-size: 2rem;
}

.shotsTaken {
    font-size: 3rem;
}

.shotsTaken {
    color: red;
}

.underline {
    height: 5px;
    width: 70%;
    background-color: #c0392b;
}

.modifier__row {
    display: flex;
}

.modifier {
    width: 90px;
    height: 90px;
    font-size: 2.5rem;
    background-color: #d3d3d3;
    background-image: linear-gradient(315deg, #d3d3d3 0%, #57606f 74%);
    border-radius: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #f1c40f;
    border: 3px solid #57606f;
}

.question__info {
    margin-bottom: 50px !important;
    color: white;
    text-align: center;
    font-family: 'Rowdies', sans-serif;
}

.question__info h2 {
    font-size: 2.5rem;
}

.round__info {
    margin-top: 50px !important;
    color: white;
    text-align: center;
    font-family: 'Rowdies', sans-serif;
}

.join__wrapper {
    display: flex;
    background-color: #310e68;
    background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.join__wrapper .input__box {
    display: flex;
    width: 90%;
    height:50%;
    max-width: 600px;
    max-height: 600px;
    min-height: 500px;
    background: -webkit-linear-gradient(rgba(183, 21, 64, .5), rgba(183, 21, 64, .7)), url("../css/img/partyhardy.png");
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.join__wrapper .input__box img {
    width: 50%;
}

.join__wrapper .input__box  h2 {
    color: white;
    font-size: 3rem;
    font-family: 'Rowdies', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.join__wrapper .input__box  input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    margin: 0;
    text-align: center;
    border-radius: 50px;
    font-size: 1.8rem;
    max-width: 50%;
    background-color: #63021c;
    color: white;
    font-family: 'Rowdies', sans-serif;
    border: 0px solid white;
    padding: 15px 0px 15px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}


.join__wrapper .input__box input:focus, .join__wrapper .input__box input:hover {
    outline: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
    appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.join__wrapper .input__box button {
    margin-top: 50px;
    font-size: 1.8rem;
    background-color: #310e68;
    padding: 10px 50px 10px 50px;
    color: white;
    border-radius: 50px;
    font-family: 'Rowdies', sans-serif;
    border: 5px solid white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    cursor: pointer;
}

.join__wrapper .input__box label {
    color: white;
    font-size: 2rem;
    font-family: 'Rowdies', sans-serif;
}

.waiting__screen {
    background-color: #310e68;
    background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-family: 'Rowdies', sans-serif;
    text-align: center;
}

.waiting__screen h2 {
    font-size: 2.8rem;
}

.waiting__screen img {
    width: 90%;
    height: auto;
    max-width: 1000px;
}

.waitingcontent {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.character__selection {
    background-color: #310e68;
    background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-family: 'Rowdies', sans-serif;
    text-align: center;
}

.character__selection .content__block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: -webkit-linear-gradient(rgba(183, 21, 64, .5), rgba(183, 21, 64, .5)), url("../css/img/partyhardy.png");
    background-position: center;
    height: auto;
    width: 90%;
    max-width: 1000px;
    padding: 1.5rem 0;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}


.character__selection .content__block  h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 20px;
}


.character__selection .content__block  input {
    text-align: center;
    position: relative;
    border-radius: 50px;
    font-size: 1.8rem;
    max-width: 300px;
    background-color: #63021c;
    color: white;
    font-family: 'Rowdies', sans-serif;
    border: 0px solid white;
    padding: 15px 0px 15px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.character__selection .content__block .player__img {
    margin-bottom: 10px;
    border-radius: 50px;
    background: url("../css/img/characters/DrunkSteve.png");
    background-size: cover;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f1f2f6;
    font-size: 1.2rem;
    user-select: none;
}

.character__selection .content__block .player__img span {
    margin-top: 60%;
    user-select: none;
}

/* .character__selection .content__block .button {
font-size: 1.8rem;
padding: 10px 50px 10px 50px;
color: white;
border: 5px solid white;
margin-top: 20px;
border-radius: 50px;
cursor: pointer;
} */


#thingblock {

}

.gamewrapper__online {
    height: 100vh;
    background-color: #310e68;
    background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
    position: relative;
    color: white;
}

.gamewrapper__online__content {
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 1200px;
    max-height: 1200px;
}

#gamewrapper__online__content::after{
    content: attr(data-readytimercontent);
    display: block;
    font-family: 'Rowdies', sans-serif;
    font-size: 1.5rem;
    color: white;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    text-align: center;
}

.orb {
    width: 250px;
    height: 250px;
    background-color: white;
    color: #6D214F;
    border-radius: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orb h2 {
    max-width: 80%;
    margin: 0px;
    padding: 0px;
    font-size: 2.4rem;
    text-align: center;
    font-family: 'Rowdies', sans-serif;
}

.gamewrapper__online .logo {
    width: 500px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%,-50%);
}

.gamewrapper__online .logo h2 {
    font-family: 'Rowdies', sans-serif;
    font-size: 4rem;
    margin-top: 0px;
    margin-left: 7.5%;
}

.gamewrapper__online .logo p {
    font-family: 'Righteous', cursive;
    font-size: 1.5rem;
    margin-top: 0px;
    margin-left: 7.5%;
}

.gamewrapper__online .logo img {
    width: 100%;
}


/*parent*/
.joining__player {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}

/*children*/
.joined__player__icon {
    width: 200px;
    height: 200px;
    border: 5px solid #b71540;
    background: url("../css/img/characters/DrunkSteve.png");
    background-position: center;
    background-size: contain;
    border-radius: 200px;
}


.joined__player__icon::after {
    content: "";
    height: calc(100% + 1.5rem);
    width: calc(100% + 1.5rem);
    position: relative;
    display: block;
    background: linear-gradient(315deg, #08e1ae 0%, #98de5b 74%);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-.75rem, -.75rem);
    opacity: 0;
    transition: opacity .75s;
}

.ready .joined__player__icon::after {
    opacity: 1;
}

.joined__player__kick{
    display: flex;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    background-color: black;
    border: 5px solid #b71540;
    border-radius: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: calc(100% - 2rem);
    font-family: sans-serif;
    user-select: none;
    cursor: pointer;
}

.joined__player__kick:hover{
    background-color: #555555;
}

.joined__player__name {
    background-color: black;
    margin-top: 0px;
    text-align: center;
    width: 180px;
    margin-top: -20px;
}
/*ends here*/

.joined__player__name h2 {
    padding: 8px 0px 8px 0px;
    margin: 0px;
    font-family: 'Rowdies', sans-serif;
}

.heartbeat{
    -webkit-animation: heartbeat 5s ease-in-out infinite both;
    animation: heartbeat 5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
