@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,400italic);
/*====================================================================sqiper====================================================================*/
.swiper {
    height: 100%;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s all;
  background: #fff;
  border-radius: 0.4rem;
}
.swiper-slide-fiorst{
    align-items: flex-start!important;
    justify-content: flex-start!important;
}
.swiper-horizontal>.swiper-scrollbar {
    height: 13px!important;
}
/*====================================================================sqiper====================================================================*/

.quiz_box.activeQuiz,
.result_box.activeResult{
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
    height: 100%;
    display: flex;
}
.maximize-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #e8e8e8;
    height: 100%;
}
.maximize-content-game {
    width: 69%!important;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.content-reading-course{
    height: 80vh;
    overflow-y: auto;
    padding: 0 2rem 4rem 2rem;
}
.start_btn button{
    font-size: 25px;
    font-weight: 500;
    color: #007bff;
    padding: 15px 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}
.fs-15{
    font-size: 15px!important;
}
.ipa-start{
    resize: none;
    height: 100%;
    padding: 2rem 1.9rem!important;
    background: white;
    border: 0px!important;
}
.ipa-end{
    width: 100%;
    height: 100%;
    padding: 2rem 1.9rem;
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: white;
}
.fa-volume-high-btn{
    width: 4rem;
    height: 4rem;
    font-size: 22px;
    margin: 1rem auto;
}
.fa-volume-high-btn::before{
    transform: translate3d(0, 0.38em, -1em);
}
.transition-btn-3d:active {transform: translate(0em, 0.38em);}
.fa-volume-high{
    pointer-events: none;
}
.ipa-end .warning {
    border-bottom: 3px solid #f9a938;
    opacity: 0.8;
}
.no-hover:hover{
    box-shadow: none!important;
}
.flex-1{
    flex: 1;
}

.quiz_box{
    width: 100%;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.flashcard-know-content ol{
    list-style: decimal!important;
    margin-left: 1.5rem!important;
    margin-top: 1rem!important;
}
.flashcard-know-content ul{
    list-style: decimal!important;
    margin-left: 1.5rem!important;
    margin-top: 1rem!important;
}
table.MsoNormalTable{
    width: 100%!important;
    max-width: 100%!important;
    background: rgb(247, 247, 248)!important;
    border-width: initial;
    border-style: none;
    border-color: initial;
}
table.MsoNormalTable td{
    border-width: 1pt;
    border-color: rgb(217, 217, 227);
    border-image: initial;
    padding: 1%!important;
    vertical-align: top!important;
}
.score_text p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    color: black;
    margin-bottom: 4%;
}
.control-lesson{
    width: fit-content;
    display: flex;
    margin: 0 auto;
}
.next-lesson-page {
    max-width: fit-content;
    margin-left: .5rem;
}
button.button-3.bg-1.group-btn-end.restart {
    max-width: fit-content;
}

.quizContentCenter {
    width: 80%;
    margin: 0 auto;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
p.MsoNormal {
    margin-left: 0!important;
}
.timer{
    color: #004085;
    background: #cce5ff;
    border: 1px solid #b8daff;
    height: 45px;
    padding: 0 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 145px;
}

.group-timer.little-time {
    color: #dd3832;
}

.time_left_txt{
    font-weight: 400;
    font-size: 17px;
    user-select: none;
}
.time_line{
    display: none;
    height: 3px;
    background: #007bff;
} 
.que_text{
    font-size: 25px;
    font-weight: 600;
}
.game-question-paragraph {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #525252;
}
.option_list{
    display: block;
}

.option_list .option{
    width: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-align: center;
    transition: 0s;
    text-transform: uppercase;
    border-radius: 0.5rem;
    font-size: 16px;
    padding: 3% 3%;
    cursor: pointer;
    border: 1px solid #dedede;
    transition: 0.5s!important;
    background-size: 200% auto;
    color: #a7b6e4;
    margin-bottom: 2.5%;
}

.option_list .option:hover{
    background-image: linear-gradient(to right, #ddd6f3 0%, #ffcfcc 51%, #ddd6f3 100%);
    background-position: right center;
    color: #393939;
    text-decoration: none;
    border: 1px solid transparent;
}

.option_list .option.correct{
    background: #80b343 !important;
    color: white !important;
    border: none !important;
    font-weight: 900;
}

.option_list .option.incorrect{
    background: #ca3431 !important;
    color: white !important;
    border: none !important;
    font-weight: 900;
}

.option_list .option.disabled{
    pointer-events: none;
}

div.option > span{
    width: 100%;
}

.dataTestQuestion{
    display: none;
}
.testFooter{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 1.6rem 5% 1.6rem;
}
.testFooter.group-btn-end {
    left: 0;
}
.option_list .option .icon{
    height: 26px;
    width: 27px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: 24px;
}
#flashcardsMoreInfo .uk-modal-dialog{
    width: auto!important;
}
.option_list .option .icon.tick{
    background: white;
    padding: 0;
    box-shadow: 0 0 5px grey;
    color: green;
    border-radius: 50%;
}

.option_list .option .icon.cross{
    background: white;
    padding: 0;
    box-shadow: 0 0 5px grey;
    color: #ff1f1f;
    border-radius: 50%;
}

.startQuizWordGame{
    display: none;
    height: 100%;
}

button.show{
    display: block;
    pointer-events: auto;
    transform: scale(1);
}

.result_box{
    opacity: 0;
    width: 82%;
    padding: 20px 0;
    margin: 0 auto;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s all;
    background: #fff;
    border-radius: 0.4rem;

}
/*========================================================gam========================================================e*/
.content-word{
    width: 100%;
}
.board-default {
    background: #fff;
}
.question-default {
    color: #525252;
}
.btn-default {
    border: 1px solid #dedede;
    transition: 0.5s !important;
    background-size: 200% auto;
    color: #a7b6e4;
}
.btn-default:hover {
    background-image: linear-gradient(to right, #ddd6f3 0, #ffcfcc 51%, #ddd6f3 100%);
    background-position: right center;
    color: #393939;
    text-decoration: none;
    border: 1px solid transparent;
}
.game-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.game-spation {
    width: 60%;
    height: initial;
    min-height: calc(100vh - 60px - 72px);
    max-width: 60%;
    border-radius: 0.4rem;
    box-shadow: 0 0 10px #c5c5c554;
}
.game-spation.know-learning {
    min-height: 500px;
    height: calc(100vh - 60px - 72px);
    max-height: unset;
}
.game-detailes {
    width: 37%;
    border-radius: 0.4rem;
    background: #fff;
    box-shadow: 0 0 10px #c5c5c554;
    padding: 0;
    position: relative;
}
.data-quiz-middle-after-test{
    display: none;
    padding: 0 5%;
}
.content-games-center {
    width: 100%;
    padding-bottom: calc(68px + 5%);
}
span.select2.select2-container.select2-container--default {width: 100%!important;}
span.select2-container.select2-container--default.select2-container--open,
span.select2-container.select2-container--bootstrap4.select2-container--open {
    z-index: 9999!important;
}
.game-setings {
    width: 3%;
}
.game-button {
    width: 100%;
}
.game-button p {
    font-size: 17px;
    display: flex;
}
.game-button span:nth-child(1) {
    margin-right: 10%;
}
.block-answer {
    width: 100%;
    margin-bottom: 2.5%;
}
.user-content-top {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    background: #e9e9e9;
    padding: 3% 1%;
    border-radius: 0.4rem 0.4rem 0 0;
}
.user-content-middle {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    padding: 5%;
}
.back-games-category {
    font-size: 21px;
    background: 0 0;
    padding: 4px 8px;
    border-radius: 0.4rem;
    color: #4b4847;
}
.back-games-category:hover {
    color: #4b4847;
}
.flashcard-words::first-letter,
.flashcard-sentences::first-letter,
.flashcard-questions::first-letter {
  text-transform: uppercase;
}
.flashcard-words{
    font-size: 41px;
    color: #535353;
    width: 90%;
    margin: 0 auto;
    font-weight: 500;
    text-transform: lowercase;
    text-align: center;
    opacity: 1;
    transition: .2s;
}
.flashcard-sentences.hide,
.flashcard-words.hide {
    opacity: 0;
}
.flashcard-questions{
    font-size: 21px;
    color: #535353;
    width: 90%;
    margin: 0 auto;
    font-weight: 500;
    text-transform: lowercase;
    text-align: center;
}
.flashcard-sentences{
    font-size: 36px;
    color: #535353;
    width: 90%;
    margin: 0 auto;
    font-weight: 500;
    text-transform: lowercase;
    text-align: center;
}
.word-transcription{
    margin-top: -9px;
    margin-bottom: 0px;
    color: #545454;
    font-weight: 100;
    font-size: 23px;
}
.ipa-international {
    color: #59cc04;
    font-weight: 400;
}
.wordSetting{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
p#ipa-british-txt,
p#ipa-usa-txt {
    margin-bottom: 10px;
}
.btnContentWord {
    background: #ebebeb5e;
    margin: 1.4rem 0.3rem 1.4rem 0;
    border-radius: 0.3rem;
    display: block;
    padding: 10px 14px;
    color: #1e1e1e;
}
.btnContentWord:hover{
    background: #c3c3c35e;
}
.info-title-game {
    color: #666564;
    text-align: center;
    max-width: 100%;
    -webkit-line-clamp: 1;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.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-w2 span {
    font-size: 19px;
    margin-top: 9px;
    margin-left: 5px;
    display: block;
}
.user-content-w3 p {
    width: -webkit-fill-available;
    text-align: right;
    font-size: 22px;
    color: #686868;
}
.game-question {
    margin: 17% auto 18% auto;
}
.btn-answer {
    width: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-align: center;
    transition: 0s;
    text-transform: uppercase;
    border-radius: 0.5rem;
    font-size: 16px;
    padding: 3% 3%;
    cursor: pointer;
}
.h2-content {
    text-align: center;
    color: #4e4e4e;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    margin: 3rem 0 1rem 0;
    letter-spacing: 0;
}
.font-family-merriweather,
.font-family-merriweather span,
.font-family-merriweather p{
    font-family: Merriweather, Georgia, serif!important;
}
}
.content-reading{
    overflow-y: auto;
    height: 100%;
    position: relative;
    border-color: #999;
    padding: 1.5rem 1rem 9.5rem 2rem;
}
.content-reading-know{
    overflow-y: auto;
    height: 97%;
    position: relative;
    border-color: #999;
    padding: 1.5rem 1rem 1.5rem 2rem;
}
.hr-1 {
  margin: 2em 0;
  text-align: center;
  line-height: 1px;
  height: 1px;
  background: #ddd;
  border: 15px solid #fff;
  border-left: 0;
  border-right: 0;
  font-size: 1.5em;
}
.hr-1:after {
  content: attr(txt);
  color: #ddd;
  display: inline;
  background: #fff;
  padding: 0.2em 0.5em;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: 0.3s ease all;
}
.hr-1:before {
  position: absolute;
  content: "";
  background: transparent;
  border-spacing: 10px;
  margin-top: -24px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  margin-left: 1px;
  width: 49px;
  height: 49px;
  transition: 0.3s ease-out all;
  border-radius: 100px;
}
.hr-1:not(.heart):hover:after {
  border: 1px solid #ddd;
}
.hr-1:not(.heart):hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #ddd;
  transition: 3s cubic-bezier(0.5, -0.74, 0.79, 1.53) all;
  -webkit-animation: out 0.3s cubic-bezier(0.5, -0.74, 0.79, 1.53) 3.2s forwards;
  -moz-animation: out 0.3s cubic-bezier(0.5, -0.74, 0.79, 1.53) 3.2s forwards;
  animation: out 0.3s cubic-bezier(0.5, -0.74, 0.79, 1.53) 3.2s forwards;
}
.hr-1.heart:after {
  color: #F84BA2;
  padding: 0.2em 0.4em;
}
.hr-1-FPS{
    margin: 2em 0 0em 0!important;
}
.flashcard-phonetic-symbols{
    font-weight: 800;
    color: #575e84;
    font-size: 21px;
    text-align: center;
    margin: 0 0 16px 0;
}
.p-context{
    font-size: 17px;
    text-align: left;
}
.p-context p {
    text-align: left;
}
.game-spation-center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.group-rating {
    display: flex;
}
.summ-rating {
    font-size: 30px;
    font-weight: 500;
    color: #555;
}
.added-rating {
    font-size: 1.45rem;
    font-weight: 500;
    margin: 0 0 0 7%;
}
.added-rating {
    color: #85a94e;
}
.rated-sidebar-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 0 1.6rem 5% 1.6rem;
}

.data-quiz {
    padding: 0 5%;
}
.data-content-user {
    font-weight: 500;
    color: #1d1d1d;
    text-align: right;
    max-width: 50%;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.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;
}
.group-buttons-end {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.group-btn-end {
    width: 100%;
    position: relative!important;
    height: 48px;
    user-select: none;
        right: inherit;
    left: inherit;
    top: inherit;
    margin-top: 0;
    display: inline-flex;
}
.group-btn-end.permanently-visible {
    pointer-events: all !important;
    opacity: 1 !important;
    cursor: pointer !important;
    display: inline-flex !important;
}
ul.keyboardUl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #1f1f1f;
    border-radius: 0.3em 0.3em 0 0;
    padding: 13px;
}
.keyboardModal{
    padding: 0;
}
h4.listH4 {
    margin-top: 1.4rem;
    font-size: 17px;
    color: #505050;
}
input.virtual-keyboards {
    background: #333;
    min-width: 57px;
    color: #eee;
    height: 52px;
    box-shadow: 0 0.2em 0 0.05em #222;
    border-radius: 0.3em;
    border: 1px solid #444;
}
li.letterBtn {
    padding: 0px 6px 3px 0;
}
.keyboardtxtspace{
    padding: 1rem;
    border-radius: 0 0 0.3em 0.3em;
    background: #1f1f1f;
}
input.virtual-keyboards:hover{
    background: #13e998ab;
    color: white;
}
textarea#typeipa-input {
    resize: none;
    color: white!important;
    height: 15rem;
    min-height: 15rem;
    border: none!important;
    background: #333333;
}
textarea#typeipa-input:focus,
textarea#typeipa-input:hover{
    box-shadow: none!important;
    border: none!important;
}
.next_btn{
    text-align: center;
}
.next_btn.disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.group-btn-li {
    flex: 1;
}
.group-btn-li:first-child {
    padding-right: .5rem!important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
button.button-3.bg-9.group-btn-end.swiper-button-prev i.fa-solid.fa-arrow-left,
button.button-3.bg-9.group-btn-end.swiper-button-next i.fa-solid.fa-arrow-right{
    color: #616161;
}
.start-test{
    display: none;
}
.btn-bg-next {
    background: #80b442 !important;
    color: #fff !important;
}
.btn-bg-next .back-games-category,
.btn-bg-next .info-title-game {
    color: #fff !important;
}
.groupBtnControl{
    width: 100%;
}
.group-timer-test{
    display: none;
}
.group-timer-false {
    opacity: 0;
}
.settings-flex {
    width: 100%;
    display: flex;
    margin: 0.3% 0 3% 0;
}
.settings-text {
    width: 60%;
}
.p-settings {
    margin: 0;
    line-height: 2.4;
}
.flashcard h3 {
    color: inherit;
}

@media only screen and (min-width: 1930px) {
    .gr-btn-alt .group-btn-li:first-child {
        padding-right: 0rem!important;
    }
}
@media only screen and (min-width: 1920px) {
    .game-detailes {
        max-height: inherit;
        min-height: auto;
    }
}

@media only screen and (width: 1024px) and (height: 1366px) {
    .game-content {
        display: block;
    }
    .gr-btn-alt .group-btn-li:first-child {
        padding-right: 0rem!important;
    }
    .group-buttons-end.gr-btn-alt {
        position: inherit!important;
        padding: 0!important;
        background: transparent!important;
        width: 100%!important;
    }
    .game-spation {
        width: 100%;
        max-width: 100%;
        max-height: 72vh;
    }
    div.game-spation.game-spation-alt{
        max-height: 45vh!important;
        min-height: 350px!important;
        height: calc(100vh - 60px - 72px);
    }
    .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;
    }
    .game-detailes {
       width: 100%;
       margin-bottom: 11rem;
       padding-bottom: 3rem;
    }
    .group-buttons-end {
        background: #f3f3f3;
        position: fixed;
        bottom: 2%;
        display: flex;
        padding: 3rem;
        width: 95%;
        border-radius: 0.4rem;
        left: 2.5%;
        z-index: 1;
    }
    .group-buttons-end-know{
        position: inherit!important;
        padding: 2rem 1.6rem 0% 1.6rem!important;
    }
    .user-content-top{
        padding: 1.4% 1%;
    }
    .user-content-middle{
        padding: 3% 5% 1% 5%;
    }
    .game-detailes-alt{
        max-height: inherit;
        min-height: auto;
        height: auto;
    }
    .btn-controls-setings {
        margin: 0;
    }
    .added-rating {
        margin: 0 0 0 3%;
    }
    #fa-expand {
        display: none;
    }
    .content-reading-course{
        height: inherit;
        overflow-y: auto;
        padding: 0 0 4rem 0;
    }
    .content-reading{
        height: 68vh;
    }
    .content-reading-know{
        height: 68vh;
    }
    .game-spation.board-default.know-learning {
        height: auto;
    }
}
@media only screen and (width: 1280px) and (height: 1024px) {
    .maximize-content-game {
        width: 95%!important;
    }
}
@media only screen and (width: 1280px) and (height: 800px) {
    .maximize-content-game {
        width: 95%!important;
    }
}
@media only screen and (width: 1280px) and (height: 720px) {
    .maximize-content-game {
        width: 95%!important;
    }
}
@media only screen and (width: 1024px) and (height: 768px) {
    .maximize-content-game {
        width: 96%!important;
    }
}
@media only screen and (max-width: 1024px) {
    .flashcard-words {
        width: 68%;
        font-size: 31px;
    }

    .game-content.maximize-content-game{
        width: 93%!important;
        position: absolute;
        float: left;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
    }
    .flashcard-sentences {
        font-size: 30px;
        width: 88%;
    }
    .flashcard-questions{
        font-size: 19px;
        width: 88%;
    }
    .gr-btn-alt .group-btn-li:first-child {
        padding-right: 0rem!important;
    }
}
@media only screen and (max-width: 810px) {
    .game-content {
        display: block;
    }

    .content-games-center {
        padding-bottom: 0;
    }

    .game-detailes-alt{
        max-height: 26rem!important;
        min-height: 26rem!important;
        margin-bottom: 1rem!important;
    }
    div.game-spation.game-spation-alt{
        max-height: 45vh!important;
        min-height: 350px!important;
        height: calc(100vh - 60px - 72px);
    }
    .content-reading-course{
        height: inherit;
        padding: 0 1rem 4rem 1rem;
    }
    .game-spation {
        width: 100%;
        max-width: 100%;
        max-height: 72vh;
        min-height: auto;
    }
    .group-buttons-end.gr-btn-alt {
        position: inherit!important;
        padding: 0!important;
        background: transparent!important;
        width: 100%!important;
    }
    .game-content.active-test .game-spation {
        max-height: unset;
        height: auto;
    }
    .game-setings {
        width: 100%;
    }
    .user-content-top{
        padding: 1.4% 1%;
    }
    .user-content-middle{
        padding: 3% 5% 2% 5%;
    }
    .group-buttons-end-know{
        position: inherit!important;
        padding: 2rem 1.6rem 0% 1.6rem!important;
    }
    .gr-btn-alt{
        position: inherit!important;
        background: transparent!important;
        display: inherit!important;
        padding: 0!important;
        width: 100%!important;
        border-radius: 0!important;
    }
    .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;
    }
    .game-detailes {
        width: 100%;
        margin-bottom: 11rem;
        padding-bottom: 1rem !important;
    }
    .game-detailes.game-word-alt {
        margin-bottom: 0;
    }
    .game-question {
        margin: 0rem auto 3rem auto;
    }
    .game-question-paragraph {
        font-size: 19px;
    }
    .quizContentCenter {
        width: 63%;
        margin: 3rem auto 0 auto;
        height: auto;
    }
    .option_list .option {
        font-size: 15px;
        padding: 3% 3%;
        margin-bottom: 1rem;
    }
    .option_list .option:last-child {
        margin-bottom: calc(3rem - 3px);
    }
    .flashcard-words {
        font-size: 32px;
        width: 72%;
        margin: 0 auto;
        font-weight: 400;
    }
    .flashcard-questions,
    .flashcard-sentences{
        font-size: 28px;
        width: 72%;
        margin: 0 auto;
        font-weight: 400;
    }
    .buttons-setings {
        margin: 2.4% 0;
    }
    .btn-controls-setings {
        margin: 0;
    }
    .added-rating {
        margin: 0 0 0 3%;
    }
    #fa-expand {
        display: none;
    }
    .group-buttons-end {
        background: #f3f3f3;
        position: fixed;
        bottom: 2%;
        display: flex;
        padding: 3rem;
        width: 95%;
        border-radius: 0.4rem;
        left: 2.5%;
        z-index: 1;
    }
    .game-content.active-test{
        display: flex;
    }
}

@media only screen and (max-width: 600px) {
    .flashcard-questions{
        font-size: 20px;
        width: 88%;
    }
    .flashcard-sentences {
        font-size: 22px;
        width: 95%;
    }
    .flashcard-words {
        font-size: 29px;
        width: 95%;
    }
    .table-know {
        overflow-x: auto;
    }
}
@media only screen and (max-width: 540px) {
    .user-content-middle {
        padding: 5% 4%;
    }
    ul li.user-content-w3:nth-child(3) {
        margin-right: 3%;
    }
    .game-spation {
        width: 100%;
        max-width: 100%;
        max-height: 50vh;
    }
}

@media only screen and (max-width: 432px) {
    .game-detailes {
        margin-bottom: 8rem;
    }

    .rating-status,
    .summ-rating {
        font-size: 27px;
    }
    .user-content-middle {
        padding: 3%;
    }
    .group-buttons-end {
        padding: 1.9rem 1rem;
    }
    .rated-sidebar-footer.group-buttons-end-know {
        padding: 1.5rem 1rem 0% 1rem!important;
    }
    .game-question {
        width: 89%;
    }
}
@media only screen and (max-width: 425px) {
    .info-title-game {
        max-width: 86%;
    }
    .quizContentCenter {
        width: 85%;
        margin: 3rem auto 0 auto;
    }
}
@media only screen and (max-width: 400px) {
    .group-timer,
    .user-content-w3 p {
        font-size: 16px;
    }
    .user-content-w3 p {
        width: auto;
        text-align: left;
    }
    ul li.user-content-w3:nth-child(3) {
        margin-right: 3%;
        width: auto;
    }
    button.button-3.bg-1.group-btn-end.restart {
        max-width: fit-content;
    }
}
@media only screen and (max-width: 393px) {
    li > p.group-timer > i.fa-solid.fa-clock {
        display: none;
    }
    .group-timer,
    .user-content-w3 p {
        font-size: 19px;
    }
    .next-lesson-page{
        display: none;
    }
}
@media only screen and (max-width: 320px) {
    .game-question-paragraph {
        font-size: 17px;
        line-height: 1.3;
    }
    .buttons-setings {
        margin: 5% 0;
        padding: 4.4% 0 4.4% 3.6%;
    }
    .flashcard-questions{
        font-size: 15px;
        width: 92%;
    }
    .flashcard-sentences,
    .flashcard-words{
        font-size: 20px;
    }
    .option_list .option {
        font-size: 14px;
        padding: 3% 3%;
        margin-bottom: 0.5rem;
    }
    .quizContentCenter {
        margin: 4.5rem auto 0 auto;
    }
    .score_text p {
        font-size: 13px;
        line-height: 1.2;
    }
    button.button-3.bg-1.group-btn-end.restart {
        max-width: 100%;
    }
    .word-transcription {
        font-size: 17px;
    }
    .data-quiz p {
        font-size: 12px;
        line-height: 1.7;
    }
}
@media (min-width: 1200px) {
    .main_content .container {
        max-width: 94%;
        padding: 30px 0;
        margin-left: auto;
        margin-right: auto;
    }
}
