/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

p {
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

#container {
    /* width: 300px; */
    margin: 0 auto;
    text-align: center;
}

#info span {
    width: 49px;
    margin: 0 2px;
}

header {
    padding: 10px 5px;
    margin-bottom: 20px;
    border: 1px solid;
    border-left: none;
    border-top: none;
    border-right: none;
    border-color: var(--color-orange);
    color: var(--color-white);
}

.left {
    display: inline;
    position: absolute;
    right: 15px;
    line-height: 56px;
}

.left a {
    margin-right: 10px;
}

.logo {
    color: var(--color-white);
}

.border-custom-line {
    border: 1px solid #ff4500ff;
}

.mnav {
    width: 100%;
}

.mnav a.btn {
    width: 50%;
}

.header a {
    float: left;
    color: var(--color-black);
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

h2#greating {
    text-align: center;
    padding: 8px 12px;
    border-radius: 8px;
}

#search_over_wraper {
    height: 150px;
    overflow: hidden;
}

#search_over_wraper ul {
    padding-bottom: 20px;
}

.line,
.form-control,
#reset_btn,
#skip_btn {
    border-radius: 0px;
}

#guess-distribution span {
    margin: 0 2px;
    position: relative;
}

#guess-distribution .span1::after {
    content: "#1";
    position: absolute;
    bottom: -16px;
    color: var(--color-white);
    background: #e9c100;
    width: 100%;
    font-size: 11px;
}

#guess-distribution .span1::after {
    content: "#1";
    position: absolute;
    bottom: -16px;
    color: var(--color-white);
    background: #e9c100;
    width: 100%;
    font-size: 11px;
}

#guess-distribution .span2::after {
    content: "#2";
    position: absolute;
    bottom: -16px;
    color: var(--color-white);
    background: #e9c100;
    width: 100%;
    font-size: 11px;
}

#guess-distribution .span3::after {
    content: "#3";
    position: absolute;
    bottom: -16px;
    color: var(--color-white);
    background: #e9c100;
    width: 100%;
    font-size: 11px;
}

#guess-distribution .span4::after {
    content: "#4";
    position: absolute;
    bottom: -16px;
    color: var(--color-white);
    background: #e9c100;
    width: 100%;
    font-size: 11px;
}

#guess-distribution .span5::after {
    content: "#5";
    position: absolute;
    bottom: -16px;
    color: var(--color-white);
    background: #e9c100;
    width: 100%;
    font-size: 11px;
}

#guess-distribution .span6::after {
    content: "#6";
    position: absolute;
    bottom: -16px;
    color: var(--color-white);
    background: #e9c100;
    width: 100%;
    font-size: 11px;
}

.skip_area {
    position: relative;
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

#search_over_wraper {
    background: var(--color-black);
    position: absolute;
    top: 43px;
    width: 100%;
    /* opacity: 0.9; */
    max-height: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#search_over_wraper ul {
    overflow: scroll;
    height: 100%;
}

li {
    margin: 0;
    padding: 0;
}

#step_area {}

#step_area span {
    margin: 0px 2px;
}

.btn-radius {
    border-radius: 50%;
}


li:hover {
    cursor: pointer;
    background: var(--color-orange2);
}

button {
    width: 50%;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.mform {
    margin: 5px 0px;
    padding: 10px 0px;
    width: 100%;
    font-weight: bold;
}

.line {
    border: 1px solid #e50000;
    margin: 5px 0px;
    padding: 5px 5px;
    width: 100%;
    background: var(--color-black);
}

.list-group-item {
    border-radius: 0;
}

.correct {
    color: #00c879;
    border: 1px solid #00c879;
}

.wrong {
    color: #e50000;
    border: 1px solid #e50000;
}

.skip {
    color: #e50000;
}

canvas {
    max-width: 100% !important;
    /* width: 300px;
    height: 430px; */
}

.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window>div {
    width: 300px;
    position: absolute;
    padding: 0px;
}

.modal-window header {
    font-weight: bold;
}

.modal-window h1 {
    margin: 0 0 15px;
}

.modal-close {
    color: var(--color-white);
    line-height: 50px;
    font-size: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: orange;
}

/* Demo Styles */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    font-size: 18px;
    line-height: 1.4;
}

body {
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    background: var(--color-black);
    color: var(--color-black);
    font-size: 16px !important;
}

a {
    color: inherit;
    text-decoration: none;
}

.label {
    font-size: 14px;
}

.container {
    /* display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-orange: #ff8000;
    --color-orange2: orangered;
}

.center {
    text-align: center;
}

small {
    color: #008334;
    font-size: 16px;
}

.row {
    display: inline-block;
}

.col {
    display: inline;
    width: 20%;
}

.mycontainer {
    width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
    color: var(--color-white);
}

.mycontainer h1,
h2,
h3,
h4 {
    color: var(--color-white);
}

.mycontainer p {
    color: var(--color-white);
}

.hidden {
    display: none !important;
}



#statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.statistic-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px;
}

.statistic-container .statistic {
    font-size: 36px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.05em;
    font-variant-numeric: proportional-nums;
}

.statistic.timer {
    font-variant-numeric: initial;
}

.statistic-container .label {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}



.graph-container {
    width: 100%;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
}

.graph-container .graph {
    width: 100%;
    height: 100%;
    padding-left: 4px;
}

.graph-container .graph .graph-bar {
    height: 100%;
    /* Assume no wins */
    width: 0%;
    position: relative;
    background-color: #787c7e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.graph-container .graph .graph-bar .highlight {
    background-color: #6aaa64;
}

.mhighlight {
    background-color: #6aaa64;
}

.graph-container .graph .graph-bar.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 8px;
}

.graph-container .graph .num-guesses {
    font-weight: bold;
    color: var(--color-white);
}

#statistics,
#guess-distribution {
    padding-bottom: 0px;
}

#guess-distribution .graph-container {
    margin-bottom: 0;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.countdown {
    border-right: 1px solid #1a1a1b;
    padding-right: 12px;
    width: 50%;
}

.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    width: 50%;
}

.no-data {
    text-align: center;
}

button#share-button {
    background-color: #6aaa64;
    color: var(--color-white);
    font-family: inherit;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 80%;
    font-size: 20px;
    height: 52px;
    -webkit-filter: brightness(100%);
}

a#play_un {
    text-decoration: none;
    padding: 2px 10px;
    margin-top: 10px;
    background-color: #6aaa64;
    color: var(--color-white);
    font-family: inherit;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    font-size: 20px;
    height: 52px;
    -webkit-filter: brightness(100%);
}

button#share-button:hover {
    opacity: 0.9;
}

button#share-button game-icon {
    width: 24px;
    height: 24px;
    padding-left: 8px;
}

@media (min-width: 360px) {
    .modal-window>div {
        width: 100%;
        height: 100%;
        overflow: scroll;
    }

    .center {
        text-align: left;
    }
}

@media (min-width: 375px) {
    .modal-window>div {
        width: 100%;

        height: 100%;

        overflow: scroll;
    }

    .center {
        text-align: left;
    }
}

@media (min-width: 390px) {
    .modal-window>div {
        width: 100%;

        height: 100%;

        overflow: scroll;
    }

    .center {
        text-align: left;
    }
}

@media (min-width: 414px) {
    .modal-window>div {
        width: 100%;
        height: 100%;

        overflow: scroll;
    }

    .center {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .modal-window>div {
        width: 100%;
        height: 100%;

        overflow: scroll;
    }
}

@media (min-width: 820px) {
    .modal-window>div {
        width: 100%;
        height: 100%;

        overflow: scroll;
    }
}

@media (min-width: 1024px) {
    .modal-window>div {
        width: 100%;
        height: 100%;

        overflow: scroll;
    }
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }

    .center {
        text-align: left;
    }
}

.left-wrap {
    padding-right: 10px;
}

.left-link {
    margin-left: 8px;
}

/* =================================== menu ================================*/
.nav-wrap {
    /* position: fixed;
    top: 0;
    left: 0; */

    /* width: 100%;
    height: 100%;
    height: 70px;
    background: ​var(--color-black);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99; */
}

.nav-wrap .navbar1 {
    /* height: 100%;
    width: 100%;  */
    /* background: red; */
    /* padding: 0 50px; */

    /* height: 70px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
}

.nav-wrap .navbar1 .nav-links {
    line-height: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-wrap .navbar1 .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.nav-wrap .navbar1 .links li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0 10px;
}

.nav-wrap .navbar1 .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
}

.navbar1 .links li:hover a {
    color: var(--color-orange2);
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-wrap .navbar1 .links li .arrow {
    /* background: red; */
    width: 22px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: var(--color-white);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-wrap .navbar1 .links li .sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    line-height: 40px;
    background: var(--color-black);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding-left: 0;
}

.nav-wrap .navbar1 .links li:hover {
    background: transparent;
    color: var(--color-orange2);
}

.navbar1 .links li:hover .htmlCss-sub-menu,
.navbar1 .links li:hover .js-sub-menu {
    display: block;
}

.navbar1 .links li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar1 .links li .sub-menu a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 0 22px;
}

.navbar1 .links li .sub-menu li:hover a {
    color: var(--color-orange2);
}

.navbar1 .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar1 .search-box {
    position: relative;
    padding-left: 8px;
    /* height: 40px;
    width: 40px; */
}

.navbar1 .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: var(--color-white);
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar1 .search-box .input-box {
    position: absolute;
    /* right: calc(100% - 40px); */
    top: 65px;
    left: -246px;
    height: 60px;
    width: 300px;
    background: var(--color-orange);
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar1.showInput .search-box .input-box {
    top: 72px;
    opacity: 1;
    pointer-events: auto;
    background: var(--color-orange);
    border: 1px solid rgb(33 33 33 / 28%);
    box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.3);
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: var(--color-orange);
    right: 10px;
    top: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 6px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 35px;
    width: calc(100% - 20px);
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar1 .nav-links .sidebar-logo {
    display: none;
}

.navbar1 .bx-menu {
    display: none;
}

@media (max-width:920px) {
    .nav-wrap .navbar1 {
        max-width: 100%;
        /* padding: 0 25px; */
    }

    .nav-wrap .navbar1 .logo a {
        font-size: 27px;
    }

    .nav-wrap .navbar1 .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    .nav-wrap .navbar1 .links li a {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width:800px) {
    .navbar1.showInput .search-box .input-box {
        left: 0;
        top: 56px;
        width: 270px;
    }

    .search-box .input-box::before {
        right: unset;
        left: 18px;
    }



    .nav-wrap {
        /* position: relative; */
    }

    .navbar1 .bx-menu {
        display: block;
    }

    .nav-wrap .navbar1 .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        height: 100%;
        background: var(--color-black);
        line-height: 40px;
        padding: 20px;
        padding-top: 10px;
        padding-left: 0px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar1 .nav-links .sidebar-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: var(--color-white);
    }

    .sidebar-logo i,
    .navbar1 .bx-menu {
        font-size: 24px;
        color: var(--color-white);
        padding: 10px 12px;
    }

    .nav-wrap .navbar1 .links {
        display: block;
        margin-top: 20px;
    }

    .nav-wrap .navbar1 .links li .arrow {
        position: absolute;
        left: 44px;
        top: 9px;
    }

    .nav-wrap .navbar1 .links li {
        display: block;
        padding: 0;
    }

    .nav-wrap .navbar1 .links li .sub-menu {
        position: relative;
        top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }

    .nav-wrap .navbar1 .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar1 .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar1 .links li .sub-menu .more-sub-menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .navbar1 .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar1 .links li .sub-menu .more span {
        /* background: red; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    .navbar1 .links li:hover .htmlCss-sub-menu,
    .navbar1 .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar1 .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar1 .nav-links.show3 .links .js-sub-menu,
    .navbar1 .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar1 .nav-links.show1 .links .htmlcss-arrow,
    .navbar1 .nav-links.show3 .links .js-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar1 .nav-links.show2 .links .more-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
    .nav-wrap .navbar1 .nav-links {
        max-width: 100%;
    }
}

.nav-wrap .navbar1 .show_mobile {
    left: 0%;
}

.btn_search {
    width: 44px;
    border: none;
    outline: none;
    background: transparent;
    fill: var(--color-white);
    /* padding: 10px 12px; */
}

.btn_search .icon-search::before {
    color: var(--color-white);
}

/* ================================== header-game - game-full-rate */
/* game-full-rate */
.game-full-rate {
    padding-left: 10px;
}

#append-rate .rating img {
    display: unset;
    margin-bottom: 0;
    width: 22px;
    height: 22px;
}

.font-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.5;
}

.iframe-default {
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* background: red; */
}

.margin-left {
    margin-left: -10px;
}

/* end */

.play-game {
    margin-top: 32px;
    width: 100%;
}

.header-game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 62px;
    height: auto;
    overflow: hidden;
    color: var(--color-white);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px;
    /* margin-top: 16px; */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #1A1B28;
    background: #151620;
    border: 1px solid rgba(0, 0, 0, .125);

}

.box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-header h1 {
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}

.header-game-extend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-game-extend>span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    min-height: 44px;
    margin-left: 5px;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-transition: cubic-bezier(.32, 1.2, .54, 1.17);
    -o-transition: cubic-bezier(.32, 1.2, .54, 1.17);
    transition: cubic-bezier(.32, 1.2, .54, 1.17)
}

.expand {
    margin-right: -5px;
}

.hidden {
    display: none;
}

.header-game-extend>span>svg {
    /* fill: var(--color-orange2); */
    fill: var(--color-white);
}

.header-game-extend>span:hover {
    /* background-color: var(--color-orange2); */
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.share-btn:hover>svg,
.comment-btn:hover>svg,
.theatemode:hover>svg,
.expand-btn:hover>svg {
    /* fill: var(--color-white); */
    fill: var(--color-orange2);
}

.exit-fullscreen {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

/* fullscreen.php */
#expand {
    cursor: pointer !important;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    cursor: pointer !important;
}

@media (max-width: 576px) {
    .header-game {
        max-height: unset;
    }

    .box-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-game-extend {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .game-full-rate {
        margin: 10px 0;
    }
}

/*============================== game_item_ajax ==============================*/
.headline {
    padding: 50px 0;
}

.headline .title-big {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color-white);
    font-size: 34px;
    margin-top: -30px;
}

.headline-col .title-big {
    display: inline;
    vertical-align: middle;
    white-space: normal;
    margin-right: 20px
}

.f-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.headline .title {
    color: var(--color-white);
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.hover_title:hover {
    color: var(--color-orange2);
}

.thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.thumbs .thumb {
    width: 20%;
    padding: 0 15px 36px
}

@media (max-width: 1024px) {
    .thumbs .thumb {
        width: 25%;
    }
}

@media screen and (max-width:767px) {
    .thumbs .thumb {
        width: 33.332%
    }
}

@media screen and (max-width:639px) {
    .thumbs .thumb {
        width: 50%
    }
}


.thumb-inner {
    position: relative;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; */
    height: 100%;
}

.thumb-inner:hover .thumb-link-wrap,
.thumb-inner.is-touched .thumb-link-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: default;
}

.thumb-inner:hover .thumb-link-wrap .thumb-desc,
.thumb-inner.is-touched .thumb-link-wrap .thumb-desc {
    color: var(--color-orange2);
}

.thumb-link-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0 3px 15px #854c12;
    box-shadow: 0 3px 15px #854c12;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;

    height: 100%;
    background: var(--color-white);
}

.thumb-link {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.thumb-desc {
    padding: 8px 10px 12px;
    background-color: var(--color-white);
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    /* overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis */
}

.thumb .img-scalable {
    width: 100%;
    overflow: hidden;
    border-radius: 20px 20px 0 0
}


/*============================== pagination */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

.pagination .btn-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 44px;
    height: 44px;
    padding: 0 6px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid var(--color-orange2);
    color: var(--color-orange2);
    background-color: var(--color-white);
    font-size: 19px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: color, background-color, border-color, -webkit-box-shadow;
    transition-property: color, background-color, border-color, -webkit-box-shadow;
    -o-transition-property: color, background-color, border-color, box-shadow;
    transition-property: color, background-color, border-color, box-shadow;
    transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
}

.pagination .btn-page:hover {
    background-color: var(--color-orange);
    color: var(--color-white);
    cursor: pointer;
}

.pagination .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    margin: 0 5px;
    min-width: 44px;
    height: 44px;
    /* color: var(--color-orange);
    background-color: var(--color-white); */
    background-color: var(--color-orange);
    color: var(--color-white);
    border: 1px solid var(--color-orange);
    border-radius: 50%;
    font-size: 19px;
    font-weight: 700;
    cursor: default;
}

/* ========================== game__content */
.not_found {
    width: 100%;
}

.infor-web {
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .125);
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background: var(--color-white);
}

.infor-web .game__content h1 {
    padding: 0;
    text-transform: capitalize;
}

.comment-game-play h2 {
    color: var(--color-black);
}

.sub-title {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.search-target {
    color: var(--color-orange2) !important;
}

.found * {
    color: var(--color-white);
}

.found {
    text-align: center;
    margin: 30px 0;
    word-wrap: break-word;
}

.found .title-big {
    margin-bottom: 40px
}

.search-no {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px
}

.search-empty {
    margin-bottom: 48px
}

.search-empty {
    font-weight: 600
}

/* description */
.description p,
.section-desc p {
    line-height: 1.8
}

.section-desc {
    margin-top: 30px;
    margin-bottom: 8px;
    color: var(--color-white);
    text-align: center;
}

.description h2,
.description h3 {
    padding: 40px 0 20px;
    font-size: 21px
}

.description p,
.section-desc p {
    margin-bottom: 10px
}

.description ul,
.section-desc ul {
    margin-bottom: 10px;
    padding-left: 40px;
    list-style: disc
}

.description li,
.section-desc li {
    margin-bottom: 10px
}

.description li:last-child,
.section-desc li:last-child {
    margin-bottom: 0
}

/* game__content */
.game__content {
    font-size: 16px;
    line-height: 1.5;
    color: var(--black2);
    word-wrap: break-word;
}

.game__content ul,
.game__content ol {
    padding-left: 30px;
    margin-bottom: 26px;
}

.game__content ul:last-child,
.game__content ol:last-child {
    margin-bottom: 0;
}

.game__content li {
    line-height: 26px;
    padding-left: 6px;
    position: relative;
}

/* .game__content li:hover {
  color: #000;
  cursor: pointer;
  background: var(--color-orange2);
} */

.game__content p {
    line-height: 26px;
    margin-bottom: 26px;
    letter-spacing: 0.4px;
}

.game__content a {
    font-style: italic;
    color: var(--color-orange2);
}

.game__content a:hover,
.game__content a:focus {
    color: var(--color-orange);
}

.game__content h1,
.game__content h2,
.game__content h3,
.game__content h4,
.game__content h5,
.game__content h6 {
    font-weight: bold;
    margin-bottom: 12px;
}

.game__content h1:last-child,
.game__content h2:last-child,
.game__content h3:last-child,
.game__content h4:last-child,
.game__content h5:last-child,
.game__content h6:last-child {
    margin-bottom: 0;
}

.game__content img {
    max-width: 100%;
    height: auto;
}

.game__content iframe {
    max-width: 100%;
}

@media (max-width: 576px) {
    .game__content iframe {
        max-width: 100%;
    }
}

.game__content blockquote {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    line-height: 30px;
    margin-bottom: 26px;
}

.game__content blockquote:before {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    bottom: 2px;
    left: 16px;
    width: 3px;
    background-color: var(--color-orange2);
    -webkit-box-shadow: 0 0 13px 0 var(--color-orange);
    box-shadow: 0 0 13px 0 var(--color-orange);
    border-radius: 4px;
}

.game__content blockquote p {
    margin-bottom: 0;
}

.game__content blockquote:last-child {
    margin-bottom: 0;
}

/* tag */
.tags {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 30px;
    margin-bottom: 20px;
}

.tags__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
    gap: 10px
}

.tag__link {
    background: #373636;
    color: var(--color-white);
    border-radius: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 100;
    min-width: 44px;
    padding: 5px
}

.tag__link:hover,
.tag__link:focus,
.tag__link:active {
    color: var(--color-white);
    background: var(--color-orange2);
    border-color: var(--color-orange);
}

.tag__title {
    padding: 0 13px 0 11px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}

/*============================== breadcrumbs ==============================*/
.breadcrumbs {
    margin: 0 0 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.breadcrumbs a {
    color: var(--color-orange2);
    text-decoration: none;
    font-size: 16px
}

.breadcrumbs a:hover {
    color: var(--color-orange);
}

.breadcrumbs__delimiter {
    padding: 0 4px;
}

/* ================================================================================= */
.hide-main-panel {
    position: fixed;
    background: var(--color-white);
    width: 30px;
    height: 42px;
    right: 0;
    top: 72px;
    /* -webkit-border-radius: 0 40px 40px 0; */
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 40px 40px 0;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0 4px 0 rgb(0 0 0 / 20%) inset;
    box-shadow: 0px 0 4px 0 rgb(0 0 0 / 20%) inset;
    padding: 2px 6px 2px 0;
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #b1bcc6;
    cursor: pointer;
    z-index: 9999;
}

.hide-main-panel:hover {
    background: #efefef;
}

.sidebar_content {
    position: fixed;
    top: 71px;
    right: 0;
    width: 450px;
    background: var(--color-white);
    color: var(--color-black);
    overflow-y: scroll;
    bottom: 0;
}

.inner_content {
    padding: 15px;
}

.sidebar_content h2,
h3,
h4,
h5 {
    color: #000 !important;
}

@media (max-width: 512px) {
    .sidebar_content {
        width: 100%;
        right: -100%
    }
}

/*============================== loading_mask */
.hidden-load {
    display: none;
}

.loading_mask {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading_mask>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.action .loading_mask>svg {
    left: 50%;
}

/*============================== footer*/
.footer-wrap {
    border-top: 1px solid var(--color-orange);
    padding: 30px;
}

.footer-wrap .flex-center {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.infor {
    text-align: center;
}

.infor a:hover {
    color: var(--color-orange2);
}

.infor a {
    color: var(--color-white);
    font-weight: 700;
    font-size: 16px;
}

.infor a::after {
    content: "|";
    margin: 0 5px;
    color: var(--color-orange);
}

.infor a:last-child::after {
    content: "";
}

/* ================================== Ads =========== */
.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-title {
    text-align: center;
    background: #1494CA;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.make-ads {
    margin-bottom: 24px;
}

.throw-ads-300x600 {
    width: 300px;
    min-width: 300px;
}

.throw-ads-160x600 {
    width: 160px;
    min-width: 160px;
}

.throw-ads-970x90,
.throw-ads-768x90,
.throw-ads-468x60,
.throw-ads-320x100,
.throw-ads-320x50,
.throw-ads-300x600,
.throw-ads-300x250,
.throw-ads-200x200,
.throw-ads-160x600 {
    display: none;
    overflow: hidden;
}

.throw-ads-300x250 {
    display: block;
}

.throw-ads-970x90 {
    display: block;
}

.responsive-none {
    display: none;
}

.responsive-block {
    display: block;
}

@media (min-width:1000px) {
    .responsive-none {
        display: block;
    }

    .responsive-block {
        display: none;
    }

    .throw-ads-970x90,
    .throw-ads-768x90 {
        display: block;
    }
}

@media (min-width: 1366px) {
    .throw-ads-300x600 {
        width: 160px;
        min-width: 160px;
        display: block;
    }

    .throw-ads-160x600 {
        display: block;
    }
}

@media (min-width:1700px) {
    .throw-ads-left {
        width: 160px;
        min-width: 160px;
    }
}

@media (min-width: 1919px) {
    .throw-ads-300x600 {
        display: block;
    }
}

@media (min-width:600px) and (max-width: 999px) {
    .throw-ads-468x90 {
        display: block;
    }
}

.myads {
    display: none;
    position: absolute;
    top: 115px;
    height: 600px;
    width: 160px;
}

.ads_left {
    left: 3px;
    text-align: left;

}

.ads_right {

    right: 3px;
    text-align: right;
}

.team__about h3 {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (max-width: 1666px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1880px) {
    .ads_left {
        display: block;
        width: 300px;
    }

    .ads_right {
        display: block;
        width: 300px;
    }
}

@media (min-width: 1340px) {
    .ads_left {
        display: block;
    }

    .ads_right {
        display: block;
    }
}

@media (min-width: 1220px) {
    .ads_left {
        display: block;
    }

    .ads_right {
        display: block;
    }
}

.ads,
.ads_left,
.ads_right {
    z-index: 2;
}