
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    box-sizing: border-box;
}

body {
    line-height: 1;
    font-family: ooredoo;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    background-size: 50%;
    background-repeat: repeat;
    background-position: top center;
    background-image: url(../../../Content/ELEARNING/img/body-bg.jpg);
}

html, body {
}

@font-face {
    font-family: 'ooredoo';
    src: url('../fonts/ooredoo.woff2') format('woff2'), url('../fonts/ooredoo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'grilcb';
    src: url('../fonts/grilcb.woff2') format('woff2'), url('../fonts/grilcb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'azo';
    src: url('../fonts/azosans-regular.woff2') format('woff2'), url('../fonts/azosans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lilita';
    src: url('../fonts/lilitaone-regular.woff2') format('woff2'), url('../fonts/lilitaone-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
.instruction-quiz-spelltheword,
.instruction-quiz-placetheobject {
    line-height: 22px;
}
.mk .instruction-quiz-spelltheword,
.mk .instruction-quiz-placetheobject {
    color: #0054a6;
    line-height: 24px;
}
a {
    text-decoration: none;
    transition: all .3s ease-in;
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.no-pad {
    padding: 0;
}

.flex {
    display: flex;
}

img {
    max-width: 100%;
    display: block;
}

.inline {
    display: inline-block;
}

.center {
    text-align: center;
}

textarea,
input,
button {
    outline: none;
    font-family: azo;
}

button {
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

strong {
    font-weight: 700;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

h1 {
    height: 0px;
    width: 0px;
    opacity: 0;
    overflow: hidden;
}

.btn-green {
    background: #8EC63F;
}
.btn-disabled {
    background: #E5E5E5 !important;
    color: #C6C6C6 !important;
    border: 1px solid #E7E7E7 !important;
}
.btn-blue {
    background: #005DAA;
}

.btn-red {
    background: #ED1B24 !important;
    color: #fff !important;
}

.img-full {
    width: 100%;
}

.black-text {
    color: #3d3d3d;
}

.container {
    width: 640px;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    margin: 0 auto;
}

header {
    height: 65px;
    background-image: url(../img/bg-header.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 10;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    color: #333;
    box-shadow: 0px 0px 5px #6c6c6c;
}

.hamburgerBar {
    width: 27px;
    height: 23px;
    position: absolute;
    cursor: pointer;
    top: 24px;
    z-index: 10;
}

.hamburgerBar span {
    position: relative;
    display: block;
    height: 3px;
    background: #fff;
    border-radius: 30px;
    transition: all ease-in .1s;
    box-shadow: 0px 0px 5px #6c6c6c;
}

.hamburgerBar span::before {
    position: relative;
    display: block;
    height: 3px;
    width: 100%;
    content: '';
    top: 7px;
    background: #fff;
    border-radius: 30px;
    transition: all ease-in .1s;
    box-shadow: 0px 0px 5px #6c6c6c;
}

.hamburgerBar span::after {
    position: relative;
    display: block;
    height: 3px;
    width: 100%;
    content: '';
    top: 11px;
    background: #fff;
    border-radius: 30px;
    transition: all ease-in .1s;
    box-shadow: 0px 0px 5px #6c6c6c;
}

.hamburgerBar.closed span {
    transform: rotate(47deg);
    top: 11px;
}

.hamburgerBar.closed span::before {
    display: none;
}

.hamburgerBar.closed span::after {
    transform: rotate(-90deg);
    top: 0px;
    box-shadow: 0px 0px 0px #6c6c6c;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: 20;
    overflow: hidden;
    transition: all ease-in 0s;
}

.overlay.show {
    width: 100%;
    height: 100%;
}

.main-logo {
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.main-logo a {
    position: relative;
    top: 40px;
    width: 210px;
}

#navigation-wrap {
    background: #fff;
    position: fixed;
    width: 40%;
    height: 100%;
    z-index: 99;
    top: 0;
    transition: all ease-in .2s;
    left: -40%;
}

#navigation-wrap.show {
    left: 0;
}

.navigation-header {
    background-image: url(../img/bg-header.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    padding: 15px 15px 0px 15px;
    text-align: center;
    position: relative;
}

.navLogo {
    width: 220px;
}

.navBackBtn {
    width: 25px;
    position: absolute;
    left: 15px;
    top: 32px;
    cursor: pointer;
}

.nav-back-btn {
    width: 30px;
    position: absolute;
    left: 15px;
    top: 20px;
    cursor: pointer;
}

.navigation-list {
    padding: 16px 20px;
}

.navigation-list li {
    padding:12px 0px;
}

.navigation-list li:last-child,
.navigation-list li:nth-child(2) {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 8px;
    padding-bottom: 20px;
}

.navigation-list li a {
    color: #333;
    display: block;
}

.navigation-list li a:hover {
    color: #f1252f;
}

#mainBody {
    margin-top: 55px;
}

.main-body {
    margin-top: 55px;
}

.card-before_login {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #f7f7f5;
    box-shadow: 0 0 6px #969696;
    border-radius: 20px;
    overflow: hidden;
    color: #f46521;
}

.card-before_login img {
    width: 100%;
}

.landing-wrap h2,
.card-before_login h2 {
    font-size: 35px;
    margin-top: 40px;
    margin-bottom: 15px;
    line-height: 40px;
}

.btn-start_learning .btn-green{
    text-transform: uppercase;
    width: 100%;
    margin: 4px 0;
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 16px;
    letter-spacing: 1px;
    font-size: 14px;

    color: #fff;
    font-weight: 700;
    background: #8DC63F;
    border: 2px solid #80AE42;
}

.btn-start_learning {
    text-align: center;
    margin-top: 15px;
    color: #f46521;
}

.btn-start_learning img {
    width: 300px;
}

footer {
    margin-top: 20px;
    text-align: center;
    font-family: azo;
    font-size: 12px;
    position: relative;
    /*padding-bottom: 15px;*/
    left: 0;
    width: 100%;
    font-weight: 600;
}



.card-after_login {
    text-align: center;
}

.card-after_login .lesson {
    margin: 0 auto 15px auto;
    width: 70%;
    border-radius: 15px;
    box-shadow: 0px 2px 6px #656565;
}

.card-after_login .lesson img {
    width: 100%;
    cursor: pointer;
}

.card-after_login .lesson.lock img {
    opacity: 0.3;
}
.package-phone-number,
#card-xl .card-after_login {
    background: #fff;
    border-radius: 8px;
    padding: 16px 8px;
}
.package-phone-number h2,
#card-xl .card-after_login h2 {
    color: #80AE42;
    font-size: 18px;
}
#card-xl .list-package{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-top:16px;
}
#card-xl .list-package li{
    flex-basis:50%;
    padding:6px;
}
.list-package .package-blue {
    background-color: #008BC9;
}
.list-package .package-yellow {
    background-color: #FA6A0A;
}
.list-package .package-green {
    background-color: #388825;
}
.list-package .package-red {
    background-color: #AC0F13;
}
.list-package .package-purple {
    background-color: #58157B;
}
.list-package-card {
    cursor:pointer;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-align: left;
    line-height: normal;
    background-image: url(../img/dot-bg.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 14px;
    position:relative;
}
.list-package-card:hover{
    opacity:.9;
}
.list-package-card:before{
    content:'';
    position:absolute;
    top:17px;
    right:20px;
    width:10px;
    height:10px;
    border-radius:50%;
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.list-package-card strong{
    font-size:18px;
    margin-bottom:20px;
    display:block;
    position:relative;
}
.selected .list-package-card:before{
    background:#fff;
}
.package-phone-number{
    margin-top:12px;
    text-align:center;
}
.package-phone-number .number-package{
    border:1px solid #E6E6E6;
    background:#F9F9F9;
    border-radius:8px;
    padding:10px 12px;
    font-size:16px;
    width:300px;
    text-align: center;
    font-weight: 600;
    margin-top: 12px;
}
.package-footer{
    position:fixed;
    bottom:0;
    left:0;
    text-align:center;
    width:100%;
    z-index:10;
}
.package-footer h2{
        margin-bottom: 8px;
}
.package-footer-content {
    background: #fff;
    padding:12px 0;
    box-shadow: 0px 0 5px #ddd;
}
.package-option {
    border: 1px solid #E6E6E6;
    background: #F9F9F9;
    border-radius: 8px;
    padding: 12px;
    text-align:left;
    display:flex;
}
.package-select {
    margin-left:auto;
}
.package-footer-content .btn-start_learning {
    margin-top: 8px;
}
#card-xl{
    padding-bottom:90px;
}





.lesson-note {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #83131d;
    margin-bottom: 15px;
}

.lesson-note img {
    display: inline-block;
    width: 16px;
}

.lesson-note span {
    color: #ff5300;
}

.lesson-part {
    box-shadow: 0px 2px 6px #656565;
    border-radius: 22px;
    margin-bottom: 15px;
}

.lesson-category {
    cursor: pointer;
    transition: all ease-in .2s;
    border-radius: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.lesson-category:hover {
    box-shadow: 0px 0px 10px #0054a6;
}

.lesson-category.coming-soon,
.lesson-category.lock {
    cursor: default;
}

.lesson-category.coming-soon,
.lesson-category.lock:hover {
    box-shadow: unset;
}

.lesson-category.lock:before {
    content: '';
    width: 100%;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2;
}

.lesson-green .lesson-category {
    border: 2px solid #007236;
}

.lesson-green .lesson-cat_name {
    background: #007236;
}

.lesson-green .uncomplete {
    color: #007236;
}

.lesson-green .triangle {
    border-color: transparent transparent transparent #007236;
}

.lesson-yellow .lesson-category {
    border: 2px solid #ff5300;
}

.lesson-yellow .lesson-cat_name {
    background: #ff5300;
}

.lesson-yellow .uncomplete {
    color: #ff5300;
}

.lesson-yellow .triangle {
    border-color: transparent transparent transparent #ff5300;
}

.lesson-red .lesson-category {
    border: 2px solid #9e0b0f;
}

.lesson-red .lesson-cat_name {
    background: #9e0b0f;
}

.lesson-red .uncomplete {
    color: #9e0b0f;
}

.lesson-red .triangle {
    border-color: transparent transparent transparent #9e0b0f;
}

.triangle {
    width: 0;
    height: 0;
    border-width: 9px 0 9px 13px;
    border-style: solid;
}

.stts-quiz {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stts-quiz img {
    margin: 0 10px;
}

.stts-quiz .triangle {
    margin: 0 10px;
}

.stts-quiz.complete img {
    width: 20px;
}

.stts-quiz.complete {
    color: #0054a6;
}

.lesson-cat_name {
    color: #fff;
    width: 40%;
    text-align: center;
    font-size: 26px;
    padding: 18px 0px;
    position: relative;
    border-radius: 0px 30px 30px 0px;
}

.lesson-cat_stts {
    width: 60%;
}

.lesson-category.coming-soon {
    border: 2px solid #acacac;
}

.coming-soon .lesson-cat_name {
    background: #acacac;
}

.coming-soon .stts-quiz {
    color: #acacac;
    justify-content: center;
}

.pageContent h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
}

.pageContent .content {
    line-height: 22px;
    text-align: left;
    background: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    font-size: 16px;
    box-shadow: 0px 2px 6px #656565;
}

.pageContent .content p {
    margin-bottom: 15px;
}

.pageContent .content .text-other {
    font-size: 14px;
    margin-top: 15px;
}

.content .text-other a {
    color: #f1252f;
}

.content ol {
    list-style: circle;
}

.content ol li {
    margin-bottom: 15px;
}

.content a {
    color: #0060ad;
}

.quiz-wrapper h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    color: #197b30;
}

.quizCategoryWrap {
    display: flex;
    flex-wrap: wrap;
}

.quizCategory {
    flex: 50%;
    padding: 3px 5px;
}

.quizCategory img {
    cursor: pointer;
    display: inline-block;
    transition: all ease-in .2s;
}

.quizCategory img:hover {
    opacity: .8;
}

.quizCategory:nth-child(2n+1) {
    text-align: right;
}

.totalQuizWrap {
    display: flex;
    align-items: center;
}

.totalQuizWrap span {
    border: 1px solid #fff;
    background: #acacac;
    border-radius: 20px;
    height: 10px;
    width: 100%;
}

.totalQuizWrap span.quizCheck {
    background: #197b30;
}

.back-card,
.front-card,
.quizCard {
    margin-top: 15px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 2px 6px #656565;
}

.quizQuestion img {
    display: inline-block;
    width: 330px;
}

.quizAnswer {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0;
    gap: 14px;
}

.quizAnswer input[type="radio"] {
    display: none;
}

.quizAnswer label {
    width: 48%;
    margin:4px 0;
}

/*.quizAnswer label:nth-child(odd) span {
    margin-right: 8px;
}

.quizAnswer label:nth-child(even) span {
    margin-left: 8px;
}

.quizAnswer label:nth-child(-n+2) {
    margin-bottom: 16px;
}
*/
.quizAnswer span {
    border-radius: 10px;
    border: 2px solid #acacac;
    display: flex;
    padding: 8px 12px;
    cursor: pointer;
    transition: all ease-in .2s;
    align-items: center;
    justify-content: center;
}

.quizAnswer span img {
    width: auto;
    height: 190px;
}

.quizAnswer input[type="radio"]:checked + span {
    border: 2px solid #197b30;
    box-shadow: 0px 0px 8px 4px #197b30;
    color: #197b30;
}

.quizAnswer .wrong-label input[type="radio"]:checked + span {
    border: 2px solid #f00;
    box-shadow: 0px 0px 8px 4px #d50000;
    color: #ff1a00;
}

.answer.select {
    border: 2px solid #197b30;
    box-shadow: 0px 0px 4px #197b30;
    color: #197b30;
}

.btn-wrap {
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-wrap.btn-dual {
    flex-direction: row;
}

.btn-wrap .btn-quiz {
    color: #fff;
    border: 0;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    margin: 0 4px;
    text-transform: uppercase;
    font-family: Ooredoo;
    display: inline-block;
    background: #8dc63f;
    border-radius: 10px;
    transition: all ease-in .2s;
}

.btn-wrap .btn-quiz img {
    display: inline-block;
    width: 7px;
}

.btn-wrap .btn-quiz:hover {
    box-shadow: 0px 0px 4px #000;
}

.btn-wrap .btn-quiz.btn-next-disable {
    cursor: default;
    background: #ACACAC;
}

.btn-wrap.incorrect-answer,
.btn-wrap.correct-answer {
    flex-direction: column;
}

.correct-answer {
    color: #0054a6;
}

.incorrect-answer p,
.correct-answer p {
    margin-bottom: 10px;
    font-size: 16px;
}

.incorrect-answer p strong,
.correct-answer p strong {
    font-size: 18px;
}

.incorrect-answer {
    color: #ED1B23;
}

.quiz-done {
    color: #0072bc;
    font-size: 18px;
    text-transform: uppercase;
}

.quiz-done h3 {
    font-size: 28px;
    margin: 15px 0;
}

.quiz-done p {
    margin-bottom: 15px;
}

.quiz-done .wrong-answer {
    color: #ED1B23;
}

.btn-wrap .btn-next_quiz {
    margin-top: 10px;
}

#bgColoring .content {
    background-image: url(/Content/ELEARNING/img/bg-header.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 45%;
    position: relative;
    padding-bottom: 20px;
}

#bgColoring .content h2 {
    text-align: center;
    width: 100%;
    font-size: 38px;
    color: #fff;
    margin: 0 0 12px;
    line-height: 21px;
    font-family: grilcb;
}

.account-detail {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 20px;
}

.account-list {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
}

.account-list span {
    color: #8dc63f;
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
}

.account-list .account-info {
    display: inline-block;
    padding: 10px 20px;
    font-size: 22px;
    text-align: center;
}

.account-info.progress {
    color: #ff5300;
}

.sttsMembership {
    color: #8dc63f;
    font-size: 22px;
    display: inline-block;
}

.sttsMembership .sttsActive {
    color: #fff;
    margin-left: 10px;
    font-size: 22px;
    display: inline-block;
    background: #0072bc;
    font-family: Ooredoo;
    padding: 8px 20px;
    border-radius: 20px;
    text-transform: uppercase;
}

.stopText {
    margin-top: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

.btnStop {
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.btnStop img {
    width: 220px;
}

.landing-wrap {
    position: relative;
    padding-top: 40px;
    padding-bottom: 140px;
}

.mk .landing-wrap {
    padding-bottom: 140px;
}

.text-lp {
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #f46521;
}

.text-lp h3 {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 10px;
}

.text-lp img {
    display: inline-block;
}

.imgBgLp-wrap {
    position: relative;
}

.btn-lp {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    align-items: center;
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
}

.btn-lp .btn-club-join {
    display: inline-block;
    width: 300px;
}

.mk .btn-lp .btn-club-join {
    width: 200px;
}

.btn-lp span {
    display: inline-block;
    color: #f26522;
    padding: 4px 20px;
    font-size: 16px;
}

.img-quiz {
    display: flex;
    justify-content: center;
}

.icon-speaker,
.img-quiz img {
    display: inline-block;
}

.icon-speaker {
    cursor: pointer;
}

.quiz-aphabet_option {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 18px;
    color: #0154A6;
}

.quiz-aphabet_option span {
    display: block;
}


.el-temporary {
    text-align: center;
    font-size: 18px;
}

.lesson-img-cat img {
    border-radius: 20px;
    box-shadow: 0px 2px 6px #656565;
}

.lesson-img_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px -4px 0;
}

.lesson-img_grid .img-lesson {
    flex-basis: calc(25% / 1);
    padding: 3px 4px;
}

.lesson-img_grid .img-lesson a {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    transition: all ease-in .2s;
    padding-top: 20px;
    cursor: pointer;
    padding-bottom: 10px;
    box-shadow: 0px 0px 3px #656565;
}

.img-lesson a:hover {
    box-shadow: 0px 0px 6px #ff0c0c;
    opacity: .8;
}

.me.select {
    box-shadow: 0px 0px 35px 10px #f30000 inset;
}

.puzzleWrap {
    background-image: url(/Content/ELEARNING/img/bg-puzzle.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
    height: 640px;
}

.puzzleInner {
    overflow: hidden;
    border-radius: 13px;
}

.puzzleInner.gameStarted {
    display: flex;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.me {
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    transition: all ease .1s;
}

.puzzleInner,
.full {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    margin: 0;
}

.full:after {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: contain;
    background-image: url(/Content/ELEARNING/quiz/puzzle/grid2.png);
}

.gameStarted:after {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: contain;
    background-position: 0px 0px;
    background-image: url(/Content/ELEARNING/quiz/puzzle/grid2.png);
}

.prevent-click {
    pointer-events: none;
}

.correct {
    border-radius: 0px;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    animation: corect 0.5s ease;
    animation-delay: 0.2s;
}

@keyframes corect {
    0% {
        transform: scale(1);
        border-radius: 10px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    50% {
        transform: scale(1.25);
        border-radius: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

    100% {
        transform: scale(1);
        border-radius: 0px;
        box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    }
}

.pre_img {
    width: 100%;
    position: absolute;
    left: 100px;
}

.pre_img li {
    display: inline-block;
    list-style: none;
}

.pre_img li img {
    width: 150px;
    height: 75px;
    position: relative;
    cursor: pointer;
}

.cover {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.38);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left:0;
}

.score-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.score {
    background: #fff;
    min-width: 300px;
    max-width: 640px;
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.score .modal-button {
    margin-top: 10px;
}

.score .modal-button button {
    color: #000899;
}

.score .modal-button img {
    width: 6px;
}

.reset {
    position: absolute;
    margin: 0 auto;
    padding: 18px 45px;
    left: 50%;
    transform: translate(-50%, 120px);
}

.btn-puzzle {
    z-index: 999;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    border-radius: 100px;
    margin-top: 15px;
    box-shadow: 0 0px 20px 0px #767676;
}

.btn-puzzle img {
    width: 170px;
}

.btn-puzzle:active {
    border-bottom: 1px solid #BD3E31;
}
/*End Puzzle */


.quizOptionText {
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 26px;
}

.img-title-quiz {
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.flip-wrap .back-card,
.flip-wrap .front-card {
    position: absolute;
    backface-visibility: hidden;
    transition: transform .4s linear 0s;
    width: 100%;
    margin-top: 0;
    font-weight: 700;
    padding: 15px;
}

.flip-wrap .front-card {
    transform: perspective(1000px) rotateY(0deg);
}

.flip-wrap .back-card {
    transform: perspective(1000px) rotateY(180deg);
}

.flash-card-wrap {
    border: 1px solid #8A89C4;
    padding: 15px;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

.flash-card-wrap .quiz-option {
    font-size: 14px;
}

.back-card .img-name,
.front-card .img-name {
    display: block;
    font-size: 26px;
    line-height: normal;
}

.back-card .questionImage,
.front-card .questionImage {
    width: 60%;
}

.img-speaker {
    margin-top: 15px;
}

.img-speaker span {
    display: block;
    color: #000899;
}

.img-name .desc {
    font-size: 14px;
    display: block;
}

.icon-flip {
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    width: 50px;
}

.flash-card-wrap .question-image {
    width: 250px;
}

.flip-wrap {
    position: relative;
    margin-top: 15px;
}

.img-click-flip {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.img-click-flip span {
    line-height: 26px;
}

.front-card,
.back-card {
    color: #000899;
}

.back-card .img-name {
    color: #3d3d3d;
}

.quiz-option {
    /*margin-bottom: 25px;*/
    color: #000899;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.quiz-body .intruction-text {
    color: #0154A6;
    margin-bottom: 10px;
    font-size: 16px;
}

.block-wrap {
    position: relative;
    text-align: center;
}

.instruction-text {
    margin-bottom: 15px;
    text-align: center;
}

.speaker-audio {
    position: absolute;
    bottom: 8px;
    right: 10px;
    border: 0;
    width: 40px;
    padding: 0;
    background: transparent;
}

/*Memory Games*/

.deck-game {
    width: 100%;
    margin: 10px 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card-game {
    padding: 4px;
    display: flex;
    cursor: pointer;
}

.img-assets {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
}

.card-game.open .img-assets {
    transform: rotateY(0);
    cursor: default;
    background: #fff;
}

.card-game.show {
    font-size: 33px;
}

.card-game.match .img-assets {
    transform: rotateY(0);
    cursor: default;
    background: #fff;
    font-size: 33px;
}
.card-game .img-assets .memory-fit-text{
    font-size:26px;
}
.card-game .img-assets {
    width: 100%;
    background-image: url(/Content/ELEARNING/quiz/bg-card.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 6px solid #fff;
    box-shadow: 0px 0px 2px 1px #a9a9a9;
}

.card-game .img-assets span {
    display: inline-block;
    font-weight: 700;
    line-height: normal;
}

.card-game .img-assets .inner-card {
    max-width: 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-game .img-assets .inner-card img {
    width: 70%;
}

.card-game.show .img-assets .inner-card {
    max-width: 300px;
}

.card-game.match .img-assets .inner-card {
    max-width: 300px;
    transform: rotateY(0);
}

#score-panel {
    text-align: left;
    width: 345px;
    margin-bottom: 10px;
}

.stars {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 5px 0 0;
}

.restart {
    float: right;
    cursor: pointer;
}

.deck-game-wrap {
    position: relative;
}

.won-wrap {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 15px;
}

.won-wrap .total-move {
    line-height: 34px;
}

.won-wrap .modal-button button {
    color: #000899;
    font-size: 16px;
}

.win-popup {
    height: 0;
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    transition: all ease-in-out .3s;
    background-color: rgba(0, 0, 0, 0.38);
    display: flex;
    justify-content: center;
    align-items: center;
}

.win-popup.showup {
    height: 100%;
}

.memory-games {
    margin-top: 15px;
}

/*End Memory Games*/

#lessons-list {
    width: 70%;
    margin: 0 auto;
}

.lessons-list {
    width: 70%;
    margin: 0 auto;
}

#lessons-list .img-list {
    border-radius: 15px;
    box-shadow: 0px 2px 4px #959595;
}

.lessons-list .img-list {
    border-radius: 15px;
    box-shadow: 0px 2px 4px #959595;
}

#lessons-list a {
    margin-top: 15px;
}

.lessons-list a {
    margin-top: 15px;
    box-shadow: 0px 0px 4px #959595;
}

.col-wrap {
    display: flex;
    margin-top: 15px;
}

.col-wrap .col {
    flex-basis: calc(100% / 4);
    display: flex;
    padding: 5px;
}

.col-wrap-4 {
    flex-direction: row;
    flex-wrap: wrap;
}

.col-wrap .col .inside {
    background: #fff;
    padding: 10px 0px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px #959595;
}

.col-wrap .disable .inside {
    opacity: .3;
}

.success-page {
    /*font-family: Poppins;*/
    font-weight: 700;
    text-align: center;
    color: #0054a6;
    font-size: 16px;
    line-height: 26px;
}

.success-page h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.success-page p {
    margin-bottom: 20px;
}

.success-page .img-confirmation {
    display: inline-block;
}

.modal {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    min-width: 300px;
    max-width: 640px;
    padding-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    animation-name: animatetop;
    animation-duration: .5s;
    position: relative;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.color-pink {
    color: #FF95BD !important;
}

.close {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #f997ba;
    text-decoration: none;
    cursor: pointer;
}

.modalWrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headModal {
    background: #8EC63F;
    text-align: center;
    font-family: Ooredoo;
    font-size: 24px;
    color: #fff;
    padding: 12px 40px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px black;
}

.modal-middle {
    padding: 20px 15px 5px 15px;
    line-height: 22px;
}

.modal-middle p {
    margin-bottom: 15px;
}

.modal-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    flex-direction:column;
}

.modal-button button {
    margin: 4px 6px;
    color: #fff;
    width: 100%;
    font-weight: 700;
    padding: 12px 10px;
    border-radius: 10px;
    transition: all ease .6s;
    letter-spacing:1px;
}
.modal-button button.noBtn{
    color: #333;
    background:#F4F8FB;
}
.modal-button button:hover {
}

.modal-button button.short {
    width: 50%;
}

.modal-button img {
    display: inline-block;
    width: 7px;
}

#x-unsub-conf-popup .modal-button button:first-child {
    margin-right: 9px;
}

#x-unsub-conf-popup .modal-button button:last-child {
    margin-left: 9px;
}

.closed-modal {
    position: absolute;
    top: 7px;
    right: 12px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.closed-modal:hover {
    color: #333;
}

.lock-lessons .img-list {
    opacity: .4;
}

.lesson-list-category {
    margin-top: 20px;
}

.lesson-list-category .lesson-note {
    margin-top: 10px;
}

.lesson-accordion-list {
    max-height: 0px;
    overflow: hidden;
    transition: all linear .3s;
}

.show .lesson-accordion-list {
    max-height: 1000px;
}

.lesson-accordion-list .list-text {
    display: flex;
    background: #fff;
    border-radius: 8px;
    margin-top: 15px;
    align-items: center;
    font-size: 20px;
    overflow: hidden;
    position: relative;
}

.lesson-1 .list-text {
    border: 2px solid #0054A6;
    color: #0054A6;
    position: relative;
}

.lesson-1 .list-text:hover {
    background: #0054A6;
    color: #fff;
}

.lesson-1 .material-symbols-outlined svg {
    fill: #0054A6;
}

.lesson-2 .list-text {
    border: 2px solid #007236;
    color: #007236;
}

.lesson-2 .list-text:hover {
    background: #007236;
    color: #fff;
}

.lesson-2 .lock-lessons:hover {
    pointer-events: none;
}

.lesson-2 .material-symbols-outlined svg {
    fill: #007236;
}

.lessonDetail-2 .list-text {
    border: 2px solid #8dc63f;
    color: #8dc63f;
}

.lessonDetail-2 .material-symbols-outlined svg {
    fill: #8dc63f;
}

.lessonDetail-2 .list-text:hover {
    background: #8dc63f;
}

.lesson-3 .list-text {
    border: 2px solid #f8931d;
    color: #f26522;
    position: relative;
}

.lesson-3 .list-text:hover {
    background: #f8931d;
    color: #fff;
}

.lesson-3 .lock-lessons:hover {
    pointer-events: none;
}

.lesson-3 .material-symbols-outlined svg {
    fill: #f26522;
}

.lesson-4 .list-text {
    border: 2px solid #b21015;
    color: #b21015;
    position: relative;
}

.lesson-4 .material-symbols-outlined svg {
    fill: #b21015;
}

.lesson-4 .list-text:hover {
    background: #9f0a0e;
    color: #fff;
}

.lesson-5 .list-text {
    border: 2px solid #440E62;
    color: #440E62;
    position: relative;
}

.lesson-5 .list-text:hover {
    background: #440E62;
    color: #fff;
}
.lesson-5 .material-symbols-outlined svg {
    fill: #440E62;
}
.lessonDetail-5 .list-text:hover {
    background: #630460;
}


.lesson-1 .list-text:hover .material-symbols-outlined svg,
.lesson-2 .list-text:hover .material-symbols-outlined svg,
.lesson-3 .list-text:hover .material-symbols-outlined svg,
.lesson-4 .list-text:hover .material-symbols-outlined svg,
.lesson-5 .list-text:hover .material-symbols-outlined svg,
.lessonDetail-1 .list-text:hover .material-symbols-outlined svg {
    fill: #fff;
}

.list-text .img-cat {
    margin-right: 20px;
}

.list-text .img-cat img {
    width: 130px;
}

.lessonDetail-4 .list-text .img-cat img {
    width: 60px;
}

.list-text .material-symbols-outlined {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 30px;
    line-height: 12px;
}

.arr-back {
    fill: #fff;
    position: relative;
    top: -4px;
}

.material-symbols-outlined svg {
    width: 8px;
}

.material-symbols-outlined svg.check-list {
    width: 12px;
}

.unlock-lessons .img-list {
    cursor: pointer;
}

.lesson-list-title.lessonDetail-1 .list-text {
    border: 2px solid #0072BC;
    color: #0072BC;
}

.lesson-list-title .list-text {
    display: flex;
    background: #fff;
    border-radius: 8px;
    margin-top: 15px;
    align-items: center;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.lesson-list-title.lessonDetail-1 .material-symbols-outlined svg {
    fill: #0072BC;
}

.lessonDetail-1 .list-text:hover {
    background: #0072BC;
    color: #fff;
}

.lessonDetail .lock-lessons {
    opacity: .4;
    cursor: default;
}

.lesson-list-title .lock-lessons {
    opacity: .4;
    cursor: default;
}

.lessonDetail-1 .lock-lessons:hover {
    pointer-events: none;
}
/*
.lessonDetail .lock-lessons:hover {
    background: #fff;
}

.lessonDetail-1 .lock-lessons:hover {
    color: #007236;
}

.lessonDetail-1 .lock-lessons:hover .material-symbols-outlined svg {
    fill: #8dc63f;
}
*/
.quizComplete {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.quizComplete-teks {
    position: absolute;
    text-align: center;
    top: 180px;
    left: 0;
    width: 100%;
    font-size: 24px;
}

.quizComplete-teks h3 {
    color: #007236;
    font-size: 36px;
    margin-bottom: 15px;
}

.quizComplete .btn-wrap {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.quizComplete .btn-wrap .btn-quiz {
    width: 30%;
}

#quizImgAnswer {
    font-size: 14px;
}

#quizImgAnswer .quizQuestion {
    color: #0154A6;
}

.text-intruction {
    font-size: 18px;
    margin-top: 8px;
}

.text-intruction strong {
    color: #000;
}

.number-experience-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
}

.experience-rate {
    display: flex;
    flex-basis: calc(100%/5);
    margin: 0 5px;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.experience-rate .exp-number {
    border: 2px solid #A1A1A1;
    border-radius: 50%;
    width: 100%;
    display: flex;
    color: #9A9A9A;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    transition: all ease .4s;
}

.experience-rate .exp-text {
    display: none;
    transition: all ease .4s;
}

.experience-rate.select .exp-text {
    display: block;
    color: #0064AC;
}

.experience-rate.select .exp-number {
    border: 2px solid #0064AC;
    color: #0064AC;
}

.mk .experience-rate.select .exp-text {
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
}

.quiz-intraduce {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 22px;
    background-color: #fff;
    border-radius: 15px;
    padding: 325px 15px 25px 15px;
    color: #0054a6;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 6px #656565;
}

.quiz-intraduce .img-bg-introduce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.quiz-intraduce p {
    margin-bottom: 15px;
}

.quiz-intraduce strong {
    color: #003d78;
}

#unsub-conf-popup-success .modal-middle {
    text-align: center;
}

#unsub-p2-popup-success .modal-middle textarea {
    width: 100%;
    height: 70px;
    padding: 7px;
    font-family: Ooredoo;
    border: 1px solid #A1A1A1;
}

#right-choice-text img {
    width: 230px;
}

.shake {
    animation: shake .5s;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    20% {
        transform: translate(-6px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(6px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-6px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(6px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shakeFlip {
    animation: shakeFlip .5s;
}

@keyframes shakeFlip {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    20% {
        transform: translate(0px, -3px) rotate(1deg);
    }

    30% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -3px) rotate(1deg);
    }

    50% {
        transform: translate(0px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(1px, -3px) rotate(0deg);
    }

    70% {
        transform: translate(0px, -3px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/*Style for language*/
.language-wrap {
    position: absolute;
    right: 0;
    top: 20px;
    height: 29px;
    width: 29px;
    cursor: pointer;
    z-index: 10;
}

.language {
    background: #fff;
    border-radius: 20px;
    padding: 2px;
    box-shadow: 0px 0px 5px 1px #6f6e6e;
}

.language ul {
    margin-top: 6px;
    display: none;
}

.language ul li {
    height: 25px;
}

.language-select {
    display: none;
}

.error-message {
    margin-bottom: 10px;
}

.notification-page {
    text-align: center;
}

.text-raw {
    color: #8dc63f;
}

.faq-page strong {
    position: relative;
    padding-left: 20px;
    display: block;
}

.faq-page span {
    display: block;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.faq-page strong:before {
    content: 'Q.';
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 16px;
    line-height: 20px;
}

.faq-page span:before {
    content: 'A.';
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 16px;
    line-height: 20px;
}

.head-landpage .main-logo a img {
    width: 330px;
}

.head-landpage .main-logo a {
    top: 28px;
}

#loading-animation {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.btn-lp .nominal {
    margin-top: 10px;
}

.mk .btn-lp .nominal {
    margin-top: 0px;
}

.mk .headModal,
.mk .quiz-done p,
.mk .lesson-note,
.mk .number-verify-card h4,
.mk .btn-lp span,
.mk .pageContent .content,
.mk .account-list .account-info,
.mk .account-list span,
.mk .incorrect-answer p,
.mk .correct-answer p,
.mk .quiz-wrapper h2,
.mk .btn-wrap .btn-quiz,
.mk .quiz-aphabet_option,
.mk .quiz-body .intruction-text {
    line-height: 28px;
    font-weight: 600;
}

body.mk {
    font-weight: 600;
}

.mk #bgColoring .content h2 {
    font-size: 30px;
    line-height: 17px;
    margin: 0 0 22px;
}

.mk .text-lp h3 {
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 16px;
}

.mk .card-before_login h2 {
    line-height: 55px;
}

.mk .btn-start_learning a {
    margin-bottom: 10px;
}

.mk .lesson-note img {
    top: 2px;
    position: relative;
}

.mk .quiz-option {
    line-height: 26px;
}

.mk .headModal {
    font-size: 20px;
}

.btn-lp-join img {
    cursor: pointer;
}

.number-verify-card {
    background: #fff;
    z-index: 2;
    width: 450px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    max-height: 0;
    transition: all ease .3s;
}

.number-verify-card.show {
    max-height: 10000px;
    border: 2px solid #8dc63f;
    padding: 9px 10px 10px;
}

.number-verify-card h4 {
    color: #f26522;
    font-size: 18px;
}

.btn-club-submit {
    height: 55px;
    width: auto;
    margin: 0 auto;
    cursor: pointer;
}

.number-verify-card .field-number {
    border: 1px solid #cfcfcf;
    border-radius: 20px;
    margin: 15px 0;
    padding: 10px 15px;
    font-family: Ooredoo;
    font-size: 16px;
    text-align: center;
    width: 320px;
}

.terms-text {
    display: none;
}

.instruction-quiz {
    color: #0054a6;
    line-height: 18px;
    text-align: center;
    margin: 15px 0 15px;
}

.flash-card-game {
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}

.lesson.unlock {
    box-shadow: 0px 1px 4px #585858;
    border-radius: 15px;
}

.text-unicode,
#questionImageNameOrigin {
    color: #000899;
}

#questionImageNameEnglish {
    color: #3d3d3d;
}

.quiz-wrapper-card {
    box-shadow: 0px 2px 6px #656565;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    margin-top: 18px;
    padding: 15px;
    position: relative;
}

.quiz-wrapper-card .instruction-quiz {
    font-weight: 400;
}

.text-question {
    color: #0054a6;
    font-size: 26px;
}

.text-question strong {
    color: #3d3d3d;
}

.wrap-coloring {
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-direction: column;
}

.bg-font-coloring {
    margin: 0 auto;
    position: relative;
    transition: all ease-in-out .4s;
}

.bg-font-coloring svg {
    width: 100%;
    height: auto;
}

.wrap-option-color {
    display: flex;
    flex-direction: row;
    width: 50%;
    margin: 15px 0;
}

.option-color {
    cursor: pointer;
    margin: 0 8px;
    border: 1px solid #595959;
    display: flex;
    border-radius: 50%;
    flex-basis: calc(100%/3);
}

.btn-answers button {
    margin: 15px 6px;
    background: #8EC63F;
    color: #0054a6;
    min-width: 90px;
    border: 0;
    font-size: 22px;
    font-family: 'ooredoo';
    font-weight: 700;
    padding: 8px 50px;
    border-radius: 10px;
    transition: all ease .6s;
}

.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .3s;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-body {
    max-width: 500px;
    min-width: 340px;
    border-radius: 10px;
    padding-bottom: 15px;
    background: #fff;
    overflow: hidden;
    position: relative;
    animation-name: animatetop;
    animation-duration: .5s;
}

.modal-head {
    background: #8EC63F;
    text-align: center;
    font-family: Ooredoo;
    font-size: 22px;
    color: #0054a6;
    padding: 8px 40px;
    position: relative;
    text-transform: uppercase;
}

.modal-middle {
    color: #0054a6;
}

.modal-middle.center {
    text-align: center;
}

.modal-middle strong {
    font-size: 18px;
}

.modal-btn {
    text-align: center;
}

.modal-btn button {
    margin: 0 6px;
    background: #8EC63F;
    color: #0054a6;
    min-width: 90px;
    border: 0;
    font-family: Ooredoo;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 10px;
    transition: all ease .6s;
}

.popupClose {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 12px;
    cursor: pointer;
}

.sub-menu-div {
    padding-left: 25px;
    overflow: hidden;
    max-height: 0px;
    transition: all linear .3s;
}

.sub-menu-div.show {
    max-height: 400px;
    /*transition:all ease-in 1s;*/
}

.picture-card {
    justify-content: center;
}
.drop-slot,
.drag-slot {
    flex-direction: row;
    padding-top: 25px;
}

.dragList {
    border: 1px solid #afafaf;
    margin: 0 6px;
    width: 100% !important;
    font-size: 70px;
    border-radius: 4px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: move;
    color:#212121;
    /*background-image: url(../img/bg-header.jpg);
    background-repeat: repeat;
    background-size: 90%;*/
}

.drop-slot {
    padding-bottom: 20px;
}

.dropList {
    border: 1px dashed #47b547;
    margin: 0 6px;
    width: 100%;
    border-radius: 6px;
    background: #fdfdfd;
    overflow: hidden;
    text-indent: -9999px;
}

.dropList.hovered {
    background: #e5e5e5;
}

.objectDrag {
    padding-top: 40px;
    margin: 0px auto;
    /*width: 80%;*/
}

.objectDrag .dragList {
    border: 0;
    margin: 0 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.objectDrag .dragList:nth-child(even) {
    top: 60px;
}

.objectDrop {
    margin-top: 100px;
    margin-bottom: 30px;
}

.objectDrop .dropList {
    border-radius: 10px;
    overflow: unset;
    text-indent: unset;
    position:relative;
    margin:0 2px;
}
.objectDrop .dropList span{
    position:absolute;
    bottom: -24px;
    line-height: normal;
    width: 100%;
    left: 0;
    color: #44b848;
    text-transform:uppercase; 
    text-align: center;
}
.objectDrag .dragList.correct img{
    width:80%;
}

#btnSlot{
    margin-top:35px;
}

.btn-answers button:disabled,
.btn-answers button[disabled],
#btnSlot button:disabled,
#btnSlot button[disabled] {
    background-color: #cccccc;
    color: #666666;
    cursor:default;
}
#content-drag{
    position:relative;
}
#glitter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    
}
#glitter img{
    width:130px;
    display:inline-block;
}
.trolley-wrap {
    position: relative;
    margin-right: 10px;
    
}
.trolley-wrap .img-trolley{
    position:absolute;
    width:100%;
    top:0;
    left:0;
}
.trolley-panel {
    width: 220px;
    height: 100%;
    padding: 50px 40px 130px 21px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    left: 0;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../quiz/shoping/trolley-vertical.jpg);
}
.trolley-panel img {
    width: 50%;
    display: flex;  
    flex-direction: row;
    flex-wrap: wrap;
}

.drop-place{
    /*border:1px solid #000;*/
}
.rack-panel {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-shadow: 0 0px 10px -3px #737373;
}

.rack-panel .content-drag{
    flex-basis:calc(100%/4);
    padding:10px;
    background:#f1f1f1;
    border: 1px solid #e7e7e7;
    box-shadow: inset 0 0 20px 10px #cacaca;
}
.img-trolley-rack{
    position:absolute;
    bottom:0;
    left:0;
    z-index:5;
}
#match-image-wrap .question-quiz,
#content-drag .question-quiz {
    color: #0054a6;
    margin-top: 20px;
}
#match-image-wrap .question-quiz strong,
#content-drag .question-quiz strong{
    color: #000;
}
.grab {
    cursor: grab;
}

.grabbing {
    cursor: grabbing;
}

.match-image-container {
    background-image: url(../quiz/match-image/bg-animal.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 460px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#gameDeck {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 400px;
    padding:2px;
    margin: 0 auto;
    border-radius:5px;
    box-shadow: 0px 0px 15px 3px #595959;
}
#gameDeck .img-list {
    padding:2px;
    flex-basis: calc(100%/4);
}
#gameDeck .img-list-grid{
    background:#fbfbfb;
    border-radius:5px;
    padding:10px;
    cursor:pointer;
    border: 1px solid #a1a1a1;
}
.img-list.select .img-list-grid {
    box-shadow: inset 0px 0px 50px 10px #001fff;
    border: 1px solid #001fff !important;
}
.img-list.match .img-list-grid img{
    opacity:0;
}
.img-list.wrong .img-list-grid {
    box-shadow: inset 0px 0px 50px 10px #ff0000;
    border: 1px solid #ff0000 !important;
}
.bookGif {
    background: #fff;
    display: flex;
    width: 110px;
    position:relative;
}
.bookGif img {
    
    border-radius: 50%;
}

#dropWord {
    min-height: 65px;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    margin: 15px 20px 0;
    padding:0 ;
/*    padding-right:10px;
    padding-left:130px;*/
    background: url('../img/bg-dotted.jpg') repeat;
}
#dragWord {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:20px;
    margin-bottom:15px;
    justify-content:center;
}
.wordList {
    border-radius: 8px;
    margin: 2px;
    cursor: pointer;
    height: 36px;
    background: #e1e1e1;
    transition: background, color ease-in-out .2s;
}
.drop-word span,
.wordList span {
    display: block;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    color:#000;
}
.wordList.ui-draggable-dragging,
.wordList:hover {
    background: #e1e1e1;
    color: #0054a6;
}
.drop-word span{
    height:36px;
    margin-right:6px;
    margin-bottom:10px;
    margin-top:10px;
    display:inline-block;
    cursor:pointer;
}
.dropListWord {
    border-bottom: 1px solid #d9d9d9;
    padding: 6px 5px;
    margin: 0 3px;
    min-width: 20px;
    overflow: hidden;
    text-indent: -9999px;
}
.mk .btn-answers button {
    padding: 8px 20px 4px 20px;
}
.video-quiz-list .lesson{
    margin-bottom:16px;
}
.video-list {
    position: relative;
    margin: 16px 0;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    padding: 8px;
    box-shadow: 0px 1px 4px #c7c7c7;
}
.lessons-list .video-list a {
    margin: 0;
    box-shadow: unset;
    position:relative;
}
.video-list .video-thumb{
    border-radius: 8px;
}
.video-list .icon-play-video{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-40px;
    width:80px;
    opacity:.6;
    transition:opacity ease-in-out .2s;
}
.video-list h2 {
    font-size: 16px;
    padding: 12px 4px 6px;
}
.lessons-list .video-list a:hover .icon-play-video{
    opacity:1;
}
.fancybox-toolbar .fancybox-button--thumbs,
.fancybox-toolbar .fancybox-button--play,
.fancybox-infobar {
    display: none;
}

.credit-poin {
    background: #F4F8FB;
    flex-direction: row;
    align-items: center;
    padding: 10px 18px;
    border-bottom: 1px solid #EAEAEA;
}
.credit-poin h3{
    letter-spacing:1px;
}
.point-total {
    margin-left: auto;
    border: 1px solid #EAEBEC;
    background: #FFF;
    border-radius: 50px;
    padding: 6px 10px;
}
.coin-number{
    display:flex;
    font-size:16px;
    align-items:center;
    margin-right:12px;
}
.coin-number img{
    margin-right:6px;
}
.point-total .btn-add-poin {
    border: 0;
    padding: 0;
    background: transparent;
}
.point-total .btn-add-poin:hover{
    opacity:.7;
}
.title-page {
    text-align: center;
    background: linear-gradient(180deg, #8DC63F 0%, #648E2A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
    font-family: lilita;
}
.winner-trophy-place {
    flex-direction: row;
    align-items: end;
    justify-content: center;
}
.winner-trophy {
    position: relative;
}
.winner-trophy .winner-detail{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    color:#fff;
    text-align:center;
    height:100%;
    font-family:azo;
    font-weight:700;
    letter-spacing:1px;
    text-shadow: 1px 1px 2px #000;
}
.winner-trophy .winner-phone{
    position: absolute;
    top:20px;
    left:0;
    width:100%;
    font-size:12px;
}
.winner-trophy .winner-score{
    position: absolute;
    bottom:34px;
    left:0;
    width:100%;
    font-size:10px;
}
.first-winner{
    margin-bottom:16px;
}
.first-winner .winner-phone {
    top: 24px;
    text-transform:uppercase;
}
.first-winner .winner-score {
    bottom: 42px;
}
.winner-list-wrap {
    margin-top:16px;
    padding-bottom:24px;
    overflow-y:auto;
}
.winner-list {
    border-radius: 4px;
    padding: 12px 16px;
    color: #8C763A;
    font-family: azo;
    font-weight: 700;
    align-items: center;
    width:80%;
    margin:0 auto 8px;
    background: linear-gradient(#EEE1B5, #EEE1B5) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, 
        linear-gradient(#ebdcb1 0%, #BCA871 100%);
}
.winner-list .rank-score {
    margin-left: auto;
}
.winner-list .rank-number{
    border-radius: 50%;
    background: #8C763A;
    color:#fff;
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}
    .winner-list.marked .rank-number {
        background: #fff;
        color: #008DCB;
    }
.winner-list .rank-phone{
    margin-left:8px;
    letter-spacing:2px;
    text-transform:uppercase;
}
.winner-list.rank-position{
    border-radius: 4px;
    border: 2px solid #1DA3DD;
    background: #008DCB;
    color:#fff;
}
.winner-list.rank-position .rank-number{
    background: #fff;
    color:#008DCB;
}
.winner-list.marked{
    color: #fff;
    background:#008DCB;
}
.bottom-bot{
    background:#fff;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:10;
    padding:12px 0;
}
.bottom-manag {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bottom-manag button{
    color:#fff;
    width:220px;
    padding:12px 0;
    font-weight:700;
    margin:0 4px;
    letter-spacing:1px;
    border-radius: 8px;
}
.bottom-manag .btn-green{
    border: 3px solid #B5DB81;
    letter-spacing:1px;
}
.bottom-manag .btn-blue{
    border: 3px solid #2C83CB;
}
.new-modal-body .modal-btn img,
.credit-charge img,
.credit-charge img,
.bottom-manag .play-again img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 5px;
    width: 18px;
}

.poin-stock {
    padding: 8px 16px;
    color: #8C763A;
    background: #EEE1B5;
    border-radius: 40px;
    width: max-content;
    margin: 0 auto;
    border: 2px solid #8C763A;
}
.redeem-wrapper {
    margin-top: 24px;
    padding-bottom: 70px;
}

.redeem-list-card {
    border-radius: 8px;
    background: #FFF;
    padding:12px 16px;
    align-items:center;
    margin-bottom:12px;
}
.redeem-detail {
    margin-left:12px;
}
.redeem-detail span{
    display:block;
    color: #8DC63F;
    font-size: 12px;
    font-weight: 700;
    margin-top:4px;
    margin-bottom:12px;
}
.redeem-detail button{
    color:#fff;
    font-size:12px;
    letter-spacing:1px;
    padding:4px 16px;
    line-height:18px;
    font-weight:700;
    border-radius: 50px;
    border: 3px solid #B5DB81;
}
.redeem-detail .disable-poin{
    border-radius: 30px;
    background: #ECF1F4;
    padding: 8px;
    color: #CCC;
    font-size: 12px;
    letter-spacing:1px;
}
.redeem-detail .disable-poin strong{
    color: #B0B0B0;
}
.new-modal-body {
    position: relative;
    max-width: 400px;
    min-width: 300px;
    background: #fff;
    border-radius: 24px;
    padding:16px 18px;
}
.new-modal-body .close-icon{
    width:30px;
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
}
.new-modal-body .close-icon:hover{
    opacity:.8;
}
.new-modal-body .modal-btn{
    margin-top:20px;
}
.modal-newver .modal-btn button,
.new-modal-body .modal-btn button {
    text-transform: uppercase;
    width: 100%;
    margin: 4px 0;
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 16px;
    letter-spacing: 1px;
    font-size: 14px;
}
.new-modal-content {
    margin-top:30px;
    text-align:center;
    line-height:normal;
}
.new-modal-content .modal-img-icon{
    display:inline-block;
    margin-bottom:15px;
}
.new-modal-content h2{
    background: linear-gradient(180deg, #8DC63F 0%, #648E2A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family:lilita;
    font-size: 32px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    letter-spacing: 1.28px;
    /*-webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;*/
    margin-bottom:16px;
}
.modal-newver .btn-green,
.new-modal-body .btn-green {
    color: #fff;
    font-weight: 700;
    background: #8DC63F;
    border: 2px solid #80AE42;
}
.modal-newver .btn-normal,
.new-modal-body .btn-normal {
    color: #161616;
    border: 2px solid #BFBFBF;
    background: #F4F8FB;
}
.credit-charge {
    color: #747474;
    font-size: 12px;
    letter-spacing:1px;
    font-family:'Azo Sans';
    font-weight:700;
    margin-top:8px;
}
.gift-img {
    width: 190px;
    display: inline-block;
    margin-top: 16px;
}
.score-card {
    background: #F4F8FB;
    border-radius: 8px;
    border:1px solid #EAEBEC;
}
.score-card .total-poin,
.score-card .total-score{
    padding:16px;
}
.score-card .total-poin .score-number,
.score-card .total-score .score-number{
    margin-left:auto;
}
.score-number strong{
    color:#8DC63F;
}
.score-card .total-score {
    border-bottom: 1px solid #EAEBEC;
}
.score-number,
.score-text {
    color: #161616;
}
.fancybox-video {
    position: relative;
}
.fancybox-video:before{
    content:'<=';
    position:absolute;
    border:1px solid red;
    width:50px;
    height:50px;
    top:0;
    left:0;
    cursor:pointer;
    z-index:9999999;
}
.backVideo {
    content: '<=';
    position: absolute;
    border: 1px solid red;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 9999999;
}
.modal-newver .modal-middle{
    color:#000;
    text-align:center;
}
.modal-newver .modal-btn {
    padding:0 16px;
}
.new-modal-body.not-modal {
    max-width: 100%;
    min-width: 100%;
    padding:0;
}
.not-modal .new-modal-content{
    margin-top:0;
}
.video-rotate .fancybox-video{
    transition:all ease-in .2s;
}

#game-puzzle-wrapper{
    position:relative;
}
.fancybox-button--close svg{
    display:none !important;
}
.fancybox-button--close::before {
    content: url(../img/arrow-down.png);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    transform: rotate(90deg) translateX(0%);
}
.fancybox-toolbar {
    display:none;
    left: 0;
    top: 0;
}


/*CP NEW UI STYLE ========================================================= */
.banner-card{
    margin-bottom:20px;
}
.banner-card a{
    width: 100%;
}
.banner-card img {
    border-radius: 8px;
    width: 100%;
    display:block;
    box-shadow: 1px 1px 4px #bbb;
}

.cp-category-card {
    background: #fff;
    border-radius: 8px; 
    overflow: hidden;
    border: 3px solid #fff;
    margin: 12px 0;
    box-shadow: 1px 1px 4px #bbb;
}
.cp-category-card a{
    display:block;
    color: #161616;
}
.cp-category-card .icon-category img{
    width:100%;
}
.cp-category-card h2{
    display:flex;
    padding:12px 16px;
    flex-direction:row;
    font-size:16px;
    align-items:center;
    font-family:azo;
}
.cp-category-card h2 img{
    margin-left:auto;
}

#popup-competition {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgb(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.competions-popup-banner{
    position:relative;
    border-radius:8px;
    overflow:hidden;
    max-width:470px;
    margin:0 auto;
}
.closed-competions {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.btn-main {
    border-radius: 8px;
    padding: 12px 16px;
    width:90%;
    text-transform:uppercase;
    text-align:center;
}
.btn-green {
    border: 2px solid #C1E383;
    background: #8DC63F;
    color:#fff;
}

.btn-competition-popup {
}
.btn-popup-wrap {
    position: absolute;
    bottom: 20px;
    left:0;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.copyright{
    padding-bottom:16px;
}
.bottom-nav {
    background: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.bottom-nav ul{
    display:flex;
    max-width: 640px;
    margin:0 auto;
}
.bottom-nav ul li{
    width:100%;
    
}
.bottom-nav ul li a.current{
    background: #8DC63F;
    color:#fff;
}
.bottom-nav ul li a.current img {
    filter: contrast(195%);
}
.bottom-nav ul li a{
    padding:4px 0;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    color: #CDCDCD;
    height:100%;
    text-transform:uppercase
}
.bottom-nav ul li a img{
    margin-bottom:6px;
}
.pageContent{
    line-height:normal;
}
.pageContent h3{
    font-size:18px;
    text-align:center;
    margin-bottom:16px;
}
.pageContent p {
    margin-bottom: 15px;
}
.pageContent ol{
    margin-bottom: 15px;
}
.pageContent ol li{
    list-style:decimal;
    margin-left:16px;
    margin-bottom:8px;
    line-height: 22px;
}
.pageContent ol li ul li{
    list-style:disc;
    margin-bottom:4px;
}
.pageContent table{
    margin-top:15px;
    
}
.pageContent table p{
    margin-bottom:0;
}
    .pageContent table td {
        padding: 4px;
        font-size: 12px;
        border: 1px solid #9a9a9a;
    }
.pageContent table tr:first-child{
    background:#c0c0c0;
}
.pageContent a{
    color: #d50507;
}
.timeCountdown {
    width: fit-content;
    margin:16px auto 0;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.timeCountdown img{
    margin-right:6px;
}
.how-to-win-text {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    max-height: 70vh;
    overflow-y: auto;
}
.correction {
    background: #F4F8FB;
    border-radius: 10px;
    border: 1px solid #EAEBEC;
}
.result-quiz {
    display: flex;
    color: #333;
    padding: 12px;
    border-bottom: 1px solid #EAEBEC;
}
.result-quiz:last-child{
    border:0;
}
.result-quiz span{
    margin-left:auto;
}















@media (max-width: 1024px) {
    .navLogo {
            width: 180px;
        }

        .navBackBtn {
            top: 25px;
        }
    }

    @media (max-width: 810px) {
        #navigation-wrap {
            width: 80%;
            left: -80%;
        }
    }

    @media (max-width: 660px) {
        .container {
            width: 100%;
            padding: 0 15px;
        }

        .language-wrap {
            right: 15px;
        }

        .modal-content {
            width: 92%;
        }

        #navigation-wrap {
            width: 90%;
            left: -90%;
        }

        .navLogo {
            width: 170px;
        }

        .navBackBtn {
            width: 25px;
            top: 25px;
        }

        .puzzleWrap {
            padding: 28px;
        }

        .nav-back-btn {
            width: 25px;
        }
    }

    @media (max-width: 550px) {
        .puzzleWrap {
            padding: 24px;
        }
    }

    @media (max-width: 480px) {
        .fancybox-toolbar {
            left: 0;
            bottom: 0;
            top: unset !important;
            right: unset !important;
            
        }
        .fancybox-button--close::before {
            transform: rotate(0deg);
        }
        .video-rotate .fancybox-slide {
            padding: 0;
        }

        .video-rotate .fancybox-content {
            width: 100% !important;
            height: auto !important;
            overflow: hidden !important;
            transform: rotate(-90deg) translateX(0%) scale(1.8);
            transform-origin: center;
        }
        /*.video-rotate .fancybox-video {
        transform: rotate(-90deg) translateY(0%) scale(1.8);
        transform-origin: center;
    }*/
        .new-modal-body {
            max-width: 90%;
        }

        .redeem-detail .disable-poin {
            font-size: 10px;
        }

        .bottom-manag button {
            width: 100%;
        }

        .winner-list {
            width: 100%;
        }

        #dropWord {
            margin: 25px 0px 0;
            padding-top: 10px;
            min-height: 65px;
        }

        .drop-word span {
            margin-bottom: 19px;
            margin-top: 0;
        }

        .won-wrap {
            width: 90%;
        }

        #gameDeck {
            width: 80%;
        }

        .match-image-container {
            background-repeat: repeat-y;
            height: 400px;
        }

        #gameDeck .img-list {
            flex-basis: calc(100%/3);
        }

        .shoping-wrap {
            flex-direction: column-reverse;
        }

        .trolley-wrap {
            margin-top: 15px;
            margin-right: 0;
        }

        .trolley-panel {
            padding: 30px 50px 30px 110px;
            top: 0px;
            width: 100%;
            left: 0px;
            min-height: 160px;
            justify-content: center;
            background-position: center;
            background-image: url(../quiz/shoping/trolley-horizontal.jpg);
        }

            .trolley-panel img {
                width: 50px;
            }

        .objectDrop {
            margin-top: 80px;
        }

            .objectDrop .dropList,
            .objectDrag .dragList {
                margin: 0 1px;
            }

        .btn-answers button {
            font-size: 18px;
        }

        .objectDrop .dropList span {
            font-size: 11px;
        }

        .dropList,
        .dragList {
            font-size: 20px;
            margin: 0 4px;
        }

        .bg-font-coloring {
            margin: 10px auto;
            width: 80%;
        }

        .text-question {
            font-size: 20px;
        }

        .wrap-option-color {
            width: 87%;
        }

        .lesson.unlock {
            border-radius: 12px;
        }

        .mk .pageContent .content,
        .mk .btn-wrap .btn-quiz,
        .mk .quiz-aphabet_option,
        .mk .quiz-body .intruction-text {
            line-height: 24px;
        }

        .mk #bgColoring .content h2 {
            font-size: 22px;
            line-height: 14px;
            margin: 0 0 20px;
        }

        .mk .text-lp h3 {
            font-size: 27px;
            line-height: 42px;
        }

        .mk .btn-lp .btn-club-join {
            width: 226px;
        }

        .mk .landing-wrap {
            padding-bottom: 155px;
        }

        .mk .number-verify-card h4 {
            line-height: 16px;
        }

        .mk .pageContent h2 {
            line-height: 28px;
        }

        .flash-card-wrap .question-image {
            width: 210px;
        }

        .card-game .img-assets span {
            font-size: 18px;
        }

        .card-game .img-assets .memory-fit-text {
            font-size: 14px;
        }

        .quiz-option {
            font-size: 14px;
            line-height: 16px;
        }

        .mk .quiz-option {
            line-height: 22px;
        }

        .back-card .img-name,
        .front-card .img-name {
            font-size: 26px;
        }

        .img-name .desc {
            font-size: 14px;
            line-height: 24px;
        }

        .number-verify-card .field-number {
            margin: 17px 0;
        }

        .number-verify-card {
            width: 94%;
        }

            .number-verify-card h4 {
                font-size: 14px;
            }

            .number-verify-card input[type='number'] {
                width: 300px;
            }

        .head-landpage .main-logo a img {
            width: 250px;
        }

        .text-lp h3 {
            font-size: 34px;
            line-height: 40px;
            margin-bottom: 5px;
        }

        .text-lp {
            font-size: 16px;
        }

        .btnStop img {
            width: 170px;
        }

        .main-body,
        #mainBody {
            min-height: calc(100% - 22%);
        }

        html,
        body {
            height: 100%;
        }

        .list-text .img-cat {
            margin-right: 10px;
        }

        .list-text strong {
            max-width: 188px;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .lessonDetail-4 .list-text strong {
            max-width: 235px;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .quizAnswer span img {
            width: auto;
            height: 95px;
        }

        #right-choice-text img {
            width: 100px;
        }

        .experience-rate.select .exp-text {
            font-size: 10px;
        }

        .quizComplete-teks {
            top: 100px;
            font-size: 18px;
        }

        .quiz-intraduce {
            padding-top: 180px;
        }

        .mk .quiz-intraduce p {
            font-weight: 600;
            line-height: 28px;
        }

        .quiz-wrapper h2 {
            font-size: 18px;
        }

        .quiz-wrapper .not-modal h2 {
            font-size: 28px;
        }

        .quiz-wrapper .memory-games h2 {
            font-size: 12px;
        }

        #game-puzzle-wrapper.quiz-wrapper h2 {
            font-size: 14px;
            line-height: 16px;
        }

        .headModal {
            font-size: 22px;
            padding: 10px 40px;
        }

        .quizComplete-teks h3 {
            font-size: 24px;
            margin-bottom: 7px;
        }

        .quizComplete .btn-wrap {
            bottom: 20px;
        }

        #lessons-list .img-list {
            border-radius: 10px;
        }

        .lessons-list .img-list {
            border-radius: 10px;
        }

        .lesson-list-category .lesson-note {
            font-size: 13px;
        }

            .lesson-list-category .lesson-note img {
                width: 13px;
            }

        #lessons-list {
            width: 100%;
        }

        .lessons-list {
            width: 100%;
        }

        .card-game.match .img-assets img,
        .card-game.show .img-assets img {
            width: 70%;
        }

        .won-wrap h2 span {
            display: block;
        }

        .me.select {
            box-shadow: 0px 0px 30px 4px #f30000 inset;
        }

        #lessons-list {
            width: 100%;
        }

        .lessons-list {
            width: 100%;
        }

        .won-wrap h2 span {
            display: block;
        }

        .puzzleInner {
            border-radius: 8px;
        }

        .puzzleWrap {
            text-align: center;
            padding: 24px;
            height: 398px;
        }

        .speaker-audio {
            bottom: 13px;
            right: 11px;
            width: 30px;
        }

        .mk .speaker-audio {
            bottom: 11px;
        }

        .quizQuestion img {
            width: 160px;
        }

        .quizCategoryWrap {
            margin: 0 -5px 15px;
        }

        .lesson-grid_wrap {
            margin-bottom: 50px;
        }

        .lesson-img-cat img {
            border-radius: 10px;
        }

        .lesson-img_grid .img-lesson a {
            padding-top: 15px;
        }

        .quiz-body .intruction-text,
        .quiz-aphabet_option {
            font-size: 14px;
        }

        .img-quiz img {
            width: 70%;
        }

        .icon-speaker {
            width: 70px;
        }

        #bgColoring .content h2 {
            font-size: 30px;
            line-height: 10px;
            margin: 0 0 15px;
        }

        .pageContent h2 {
            font-size: 20px;
        }

        .account-detail {
            padding: 2px 15px;
        }

        .account-list span {
            font-size: 16px;
        }

        .content ol {
            margin-left: 15px;
        }

        .account-list .account-info {
            font-size: 18px;
            padding: 0px 20px;
        }

        .sttsMembership {
            font-size: 14px;
            text-align: center;
        }

            .sttsMembership .sttsActive {
                padding: 2px 20px;
                font-size: 14px;
            }

        #bgColoring .content {
            padding-bottom: 15px;
        }

        .btn-wrap .btn-quiz {
            width: 97%;
        }

        .triangle {
            border-width: 7px 0 7px 11px;
        }

        .lesson-cat_name {
            font-size: 16px;
            width: 45%;
        }

        .lesson-cat_stts {
            width: 55%;
        }

        .stts-quiz {
            font-size: 18px;
            justify-content: flex-end;
        }

            .stts-quiz img {
                margin: 0 12px;
            }

            .stts-quiz.complete img {
                width: 16px;
            }

            .stts-quiz.uncomplete img {
                width: 9px;
            }

        .lesson-part {
            border-radius: 10px;
        }

        .el-temporary {
            font-size: 14px;
        }

        .card-after_login {
            margin-bottom: 50px;
        }
        #card-xl .card-after_login{
            margin-bottom:0;
        }
        .lesson-note {
            font-size: 14px;
            line-height: 10px;
        }

        .lesson-note img {
            width: 16px;
        }

        body {
            background-size: 100%;
        }

        .card-after_login .lesson {
            border-radius: 12px;
            width: 100%;
        }

        .btn-start_learning img {
            width: 220px;
        }

        .card-before_login h2 {
            font-size: 28px;
            margin-top: 20px;
            margin-bottom: 8px;
            line-height: 34px;
        }

        .mk .card-before_login h2 {
            line-height: 38px;
            font-size: 24px;
        }

        .hamburgerBar {
            top: 18px;
            left: 15px;
        }

        .language-wrap {
            top: 15px;
            right: 15px;
        }

        header {
            height: 55px;
        }

        .main-logo a {
            top: 36px;
            width: 180px;
        }
    }

    @media (max-width: 414px) {
        .btn-puzzle img {
            width: 120px;
        }

        .puzzleWrap {
            padding: 20px;
            height: 384px;
        }

        .puzzleInner {
            border-radius: 6px;
        }

        .instruction-quiz {
            line-height: 16px;
        }

        #game-puzzle-wrapper .instruction-quiz {
            font-size: 12px;
        }
    }

    @media (max-width: 412px) {
        .puzzleWrap {
            height: 382px;
        }
    }

    @media (max-width: 393px) {

        .puzzleWrap {
            padding: 18px;
            height: 363px;
        }
    }

    @media (max-width: 390px) {
        .puzzleWrap {
            height: 360px;
        }
    }

    @media (max-width: 375px) {
        .puzzleWrap {
            height: 345px;
        }
    }

    @media (max-width: 360px) {
        .number-verify-card .field-number {
            width: 270px;
        }

        .puzzleWrap {
            padding: 16px;
            height: 330px;
        }

        .navLogo {
            width: 130px;
        }

        .navBackBtn {
            width: 18px;
            top: 22px;
        }


        .navigation-list li {
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

        .cover {
            width: 330px;
            height: 330px;
            left: 50%;
            margin-left: -165px;
        }
    }

    @media (max-width: 320px) {
        #mainBody {
            margin-top: 40px;
        }

        .puzzleWrap {
            height: 320px;
        }

        .quiz-wrapper h2 {
            margin-bottom: 10px;
        }

        .main-logo a {
            top: 40px;
            width: 140px;
        }

        .quiz-done h3 {
            font-size: 24px;
        }

        .quiz-body .intruction-text {
            line-height: 16px;
            margin-bottom: 0;
        }

        .img-speaker {
            margin-top: 0;
            margin-bottom: 0;
            display: flex;
            justify-content: center;
        }

        .icon-speaker {
            display: block;
            width: 40px;
        }

        .img-quiz {
            display: flex;
            justify-content: center;
        }

        .quiz-aphabet_option {
            margin-top: 8px;
            margin-bottom: 0;
            line-height: 16px;
        }

        .quiz-wrapper {
            min-height: 330px;
        }

        .totalQuizWrap span {
            height: 8px;
        }

        .back-card, .front-card, .quizCard {
            margin-top: 10px;
        }

        .img-quiz img {
            width: 50%;
        }

        .btn-wrap .btn-quiz {
            padding: 8px 0;
        }

        .btn-puzzle img {
            width: 90px;
        }

        .redeem-detail button {
            padding: 2px 16px;
        }
    }

    @media only screen and (device-width: 600px) {
        .container {
            padding: 0 15px;
        }

        #navigation-wrap {
            width: 70%;
            left: -70%;
        }
    }

    @media screen and (max-height: 568px) {
        .container {
            padding: 0 15px;
        }

        header {
            position: relative;
        }

        .quizCategory {
            flex: 20%;
        }

        .content ol {
            margin-left: 15px;
        }

        .quizCard {
            padding: 15px;
        }

        .correct-answer,
        .incorrect-answer {
            margin-top: 0px;
        }

        .btn-wrap .btn-next_quiz {
            margin-top: 0;
        }

        #mainBody {
            margin-top: 50px;
        }

        .main-body {
            margin-top: 50px;
        }

        .quizQuestion img {
            width: 230px;
        }

        .navLogo {
            width: 130px;
        }

        .navBackBtn {
            width: 20px;
            top: 22px;
        }

        .nav-back-btn {
            width: 20px;
            top: 22px;
        }
    }

    @media screen and (max-height: 480px) {
        #mainBody {
            margin-top: 40px;
        }
    }
