@import url("https://fonts.googleapis.com/css?family=Merriweather:400, 700, 400italic");
.board-default {
    background: #fff;
}
.game-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 60px - 72px);
}
.game-spation {
    width: 60%;
    height: inherit;
    max-width: 60%;
    min-height: 600px;
    border-radius: 0.4rem;
    box-shadow: 0 0 10px #c5c5c554;
}

.game-spation.game-spation-alt {
    min-height: 400px;
}
.wordEND {
    color: #535353;
    font-weight: 700;
    font-size: 4rem;
    text-align: center;
    text-transform: lowercase;
}
.guesslist{
    overflow: auto;
    max-height: 31rem;
    width: fit-content;
    margin: 0 auto;
}
.text-uppercase{
    text-transform: uppercase;
}
div#task-game .message-game{
    background: #ffef66b5;
    border-radius: 0.3rem;
    color: #000000;
    padding: 0.4rem;
    margin-top: 0.9rem;
}
.message-game-guess-words{
    background: #ffef66b5;
    border-radius: 0.3rem;
    color: #000000;
    padding: 0.4rem;
    margin-top: 0.9rem;
}
.word-syllable{
    width: fit-content;
    margin: 0 auto;
}
.write-word-sill{
    font-size: 50px;
    line-height: 1.5;
    font-weight: 900;
    text-transform: uppercase;
    color: #644385;
    letter-spacing: 1px;
}
.user-content-middle {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    padding: 5% 5% 0% 5%;
}
.wordEND::first-letter {
    text-transform: uppercase;
}
#wordHintsTxt{
    text-transform: uppercase;
    font-weight: 900;
}
.user-content-image {
    width: 80px;
    height: 80px;
    border-radius: 4px;
}
.user-content-w2 {
    flex: 1;
    align-items: center;
    display: flex;
    padding-left: 15px;
}
.user-content-w3 {
    align-items: center;
    display: flex;
    white-space: nowrap;
}
.user-content-w3 p {
    width: -webkit-fill-available;
    text-align: right;
    font-size: 22px;
    color: #686868;
}
#wordHints,
.btnCkeck{
    display: none;
}
.game-detailes {
    width: 37%;
    border-radius: 0.4rem;
    background: #fff;
    box-shadow: 0 0 10px #c5c5c554;
    padding: 0;
    position: relative;
}
.game-setings {
    width: 3%;
}
.divError{
    display: none;
}
.container-input {
    display: flex;
    justify-content: space-between;
    transition: .25s;
    margin-top: 1rem;
}

.divError{
  color: red;
}
.summ-rating {
    font-size: 30px;
    font-weight: 500;
    color: #555555;
}
.guess0 div{
    background: #3a3a3c;
}
.guess0 div,
.guessletter {
    margin: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-quiz-middle {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-games-center {
    width: 100%;
    padding-bottom: calc(68px + 5%);
}
.all-votes {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    justify-items: center;
    padding: 0% 0 5% 0;
}

.all-votes .series {
    display: flex;
    font-size: 30px;
}

.all-votes .series i,
.all-votes .series p {
    color: #686868;
}

.all-votes .series.__active .icon,
.all-votes .series.__active .series-counter {
    color: #f08200;
}

.all-votes .series-counter {
    margin: 0 10px;
    font-weight: 500;
    font-size: 22px;
}

.all-votes .votes {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.all-votes .votes i {
    font-size: 22px;
    margin-right: 10px;
}

.all-votes .votes .correct {
    color: #80B442;
}

.all-votes .votes .wrong {
    color: rgb(163 161 161);
}
.votes-overflow{
    overflow: auto;
    max-height: 8rem;
}
.lblAllowDoubles{
  margin: 0 15px 0 15px;
}
.user-content-top {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    background: #e9e9e9;
    padding: 3% 1%;
    border-radius: 0.4rem 0.4rem 0 0;
}
.game-spation-content{
    width: 80%;
}

.game-spation-alt .game-spation-content{
    height: inherit;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.guess0,
.guess-flex{
    width: fit-content;
    display: flex;
    margin: 0rem auto;
}
.info-title-game {
    color: #666564;
    text-align: center;
    max-width: 100%;
    font-size: 15px!important;
    -webkit-line-clamp: 1;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.game-spation-center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rated-sidebar-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 0 1.6rem 5% 1.6rem;
}
.maximize-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #e8e8e8;
    height: 100%;
}
.maximize-content-game {
    width: 69%;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.data-quiz {
    padding: 1.3rem 5% 0 5%;
}
.buttons-setings {
    width: fit-content;
    margin: 0 auto;
}
.btn-controls-setings {
    font-size: 15px;
    background: 0 0;
    padding: 3px 5px;
    border-radius: 0.4rem;
    text-align: center;
    color: #444;
    margin: 0 0 0.5rem 0;
    cursor: pointer;
    display: block;
}
.btn-controls-setings:hover {
    background: #cfcfcf;
}
.correct-response {
    background-color: #9dda54;
}

.wrong-response {
    background-color: #ff5858;
}
.historyUl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.historyUl li{
    width: calc(25% - 0.5rem);
    border-radius: 0.4rem;
    padding: 0.3rem;
    margin: 0 0.5rem 0.5rem 0;
    color: black;
    text-align: center;
}
.group-buttons-end {
    display: flex;
    width: 100%;
}
.group-btn-end {
    width: 94%;
    position: relative !important;
    height: 48px;
    user-select: none;
    right: inherit;
    left: inherit;
    top: inherit;
    margin-top: 0;
    display: inline-flex;
}
#checkGameWord{
    width: 100%;
}
.group-btn-li {
    flex: 1;
}
.btn-bg-next {
    background: #80b442 !important;
    color: #fff !important;
}
.btn-bg-next:hover {
    color: #fff !important;
    background: #a2e454 !important;
}

@media only screen and (min-width: 1920px) {
    .game-detailes {
        max-height: inherit;
        min-height: auto;
    }
}
@media only screen and (width: 1280px) and (height: 720px) {
    .guesslist {
        max-height: 25rem;
    }
    .votes-overflow {
        max-height: 6rem;
    }
}
@media only screen and (width: 1280px) and (height: 1024px) {
    .maximize-content-game {
        width: 95%;
    }
}
@media only screen and (width: 1280px) and (height: 800px) {
    .maximize-content-game {
        width: 95%;
    }
}
@media only screen and (width: 1280px) and (height: 720px) {
    .maximize-content-game {
        width: 95%;
    }
}
@media only screen and (width: 1024px) and (height: 768px) {
    .maximize-content-game {
        width: 96%;
    }
}

@media only screen and (max-width: 1024px){
    /*.game-spation {*/
    /*    height: calc(100vh - 30px - 72px);*/
    /*    max-height: calc(100vh - 30px - 72px);*/
    /*}*/
    .user-content-middle {
        padding: 2% 5%  0% 5%;
    }
}
@media only screen and (width: 1024px) and (height: 1366px) {
    .game-content {
        display: block;
    }
    .game-spation {
        width: 100%;
        max-width: 100%;
        /*max-height: 34vh;*/
        /*max-height: 54vh;*/
        /*height: 54vh;*/
        display: inherit;
        vertical-align: inherit;
    }
    .user-content-top {
        padding: 1.4% 1%;
    }
    .data-quiz {
        padding: 1.3rem 3% 0 3%;
    }
    .rated-sidebar-footer{
        position: inherit;
        padding: 1.5rem 3% 0% 3%;
    }
    .game-detailes {
        width: 100%;
        max-height: inherit;
        min-height: auto;
        padding-bottom: 4rem;
    }
    /*  =======  */
    .game-setings {
        width: 100%;
    }
    .buttons-setings {
        width: 100%;
        margin: 1% 0;
        padding: 1.4% 0 1.4% 1.6%;
        display: flex;
        background: #fff;
        border-radius: 0.4rem;
        box-shadow: 0 0 10px #c5c5c554;
    }
    .btn-controls-setings {
        margin: 0;
    }
    #fa-expand {
        display: none;
    }
}
@media only screen and (max-width: 810px) {
    .game-content {
        display: block;
    }

    .game-spation {
        height: calc(100vh - 60px - 72px);
        display: inherit;
        vertical-align: inherit;
        width: 100%;
        min-width: 100%;
    }
    .game-spation.game-spation-alt {
        max-height: 45vh!important;
        min-height: 350px!important;
    }
    .guesslist {
        max-height: 24rem;
    }
    .user-content-top {
        padding: 1.4% 1%;
    }
    .data-quiz {
        padding: 1.3rem 3% 0 3%;
    }
    .rated-sidebar-footer{
        position: inherit;
        padding: 0;
    }
    .game-detailes {
        width: 100%;
        max-height: inherit;
        min-height: auto;
        padding-bottom: 1rem;
    }
    .game-setings {
        width: 100%;
    }
    .buttons-setings {
        width: 100%;
        margin: 1% 0;
        padding: 1.4% 0 1.4% 1.6%;
        display: flex;
        background: #fff;
        border-radius: 0.4rem;
        box-shadow: 0 0 10px #c5c5c554;
    }
    .buttons-setings {
        margin: 2% 0;
    }
    .btn-controls-setings {
        margin: 0;
    }
    #fa-expand {
        display: none;
    }
    .group-buttons-end {
        position: inherit;
        padding: 0;
        width: 100%;
        background: transparent;
    }
    .group-buttons-end {
        background: #d7d7d7;
        position: fixed;
        bottom: 2%;
        display: flex;
        padding: 2rem;
        width: 95%;
        border-radius: 0.4rem;
        left: 2.5%;
    }
    .bg-9 {
        background-image: linear-gradient(to bottom right, #ffffff, #ffffff)!important;
    }
    .btn-bg-next {
        background: #80b442 !important;
    }
    .content-games-center {
        padding-bottom: 0;
    }
    section.game-detailes {
        margin-bottom: 9rem;
        padding-bottom: 1rem;
    }
    section.game-detailes-alt {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .user-content-top {
        padding: 2% 1%;
    }
    .historyUl li{
        width: calc(33.333% - 0.5rem);
    }

}
@media only screen and (max-width: 600px) {
    .historyUl li{
        width: calc(50% - 0.5rem)
    }

}

@media only screen and (max-width: 540px) {
    .wordEND {
        font-weight: 400;
        font-size: 38px;
    }
    .user-content-middle {
        padding: 5% 4% 0% 4%;
    }
    .user-content-w2 {
        flex: 1 0 0%;
        margin-left: 2%;
    }
    .historyUl li{
        width: 100%;
        margin: 0 0rem 0.5rem 0;
    }

}

@media only screen and (max-width: 440px) {
    .user-content-w2 {
        flex: 1 0 0%;
        margin-left: 2%;
    }

}


@media only screen and (max-width: 432px) {
    .game-detailes {
        padding-bottom: 2rem;
        margin-bottom: 11rem;
    }
    .user-content-middle {
        padding: 3% 3% 0% 3%;
    }
    .rating-status,
    .summ-rating {
        font-size: 27px;
    }
    .guess0 div, .guessletter {
        width: 52px;
        height: 52px;
    }
}
@media only screen and (width: 432px) and (height: 800px) {
    .guesslist {
        max-height: 18rem;
    }
    .group-buttons-end {
        background: #d7d7d7;
        position: fixed;
        bottom: 2%;
        display: flex;
        padding: 2rem;
        width: 95%;
        border-radius: 0.4rem;
        left: 2.5%;
    }
    .bg-9 {
        background-image: linear-gradient(to bottom right, #ffffff, #ffffff)!important;
    }
    .btn-bg-next {
        background: #80b442 !important;
    }
}
@media only screen and (width: 432px) and (height: 768px) {
    .guesslist {
        max-height: 17rem;
    }
    .group-buttons-end {
        background: #d7d7d7;
        position: fixed;
        bottom: 2%;
        display: flex;
        padding: 2rem;
        width: 95%;
        border-radius: 0.4rem;
        left: 2.5%;
    }
    .bg-9 {
        background-image: linear-gradient(to bottom right, #ffffff, #ffffff)!important;
    }
    .btn-bg-next {
        background: #80b442 !important;
    }
}


@media only screen and (max-width: 600px) {
    .user-content-w2 {
        flex: 1 0 0%;
        margin-left: 2%;
    }
}

@media only screen and (max-width: 425px) {
    .user-content-top {
        padding: 4.4% 1%;
    }
}


@media only screen and (max-width: 414px) {
    .guesslist {
        max-height: 16rem;
    }
    .group-buttons-end {
        background: #d7d7d7;
        position: fixed;
        bottom: 2%;
        display: flex;
        padding: 2rem;
        width: 95%;
        border-radius: 0.4rem;
        left: 2.5%;
    }
    .bg-9 {
        background-image: linear-gradient(to bottom right, #ffffff, #ffffff)!important;
    }
    .btn-bg-next {
        background: #80b442 !important;
    }
    .guess0 div, .guessletter {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 412px) {
    .game-detailes {
        max-height: inherit;
        min-height: auto;
    }
}

@media only screen and (max-width: 400px) {
    .guesslist {
        max-height: 13rem;
    }
    .user-content-w2 {
        flex: 1 0 0%;
        margin-left: 2%;
    }
    .group-timer,
    .user-content-w3 p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 393px) {
    .guesslist {
        max-height: 17rem;
    }
    li > p.group-timer > i.fa-solid.fa-clock {
        display: none;
    }
    .group-timer, .user-content-w3 p {
        font-size: 19px;
    }
}
@media only screen and (max-width: 384px) {
    .guesslist {
        max-height: 13rem;
    }
}
@media only screen and (width: 360px) and (height: 480px) {
    .guesslist {
        max-height: 8rem;
    }
    .group-buttons-end{
        padding: 1rem;
    }
}



@media only screen and (max-width: 320px) {
    .buttons-setings {
        margin: 5% 0;
        padding: 4.4% 0 4.4% 3.6%;
    }
    .wordEND {
        font-weight: 400;
        font-size: 28px;
    }
}
@media only screen and (max-width: 320px) {
    .group-buttons-end {
        padding: 1rem 0.6rem;
    }
    .guesslist {
        max-height: 10rem;
    }
}
@media (min-width: 1200px) {
    .main_content .container {
        max-width: 94%;
        padding: 30px 0;
        margin-left: auto;
        margin-right: auto;
    }
}
