/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.container-game {
    width: 1370px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1399px) {
    .container-game {
        width: 1140px;
    }
}

@media (max-width: 1199px) {
    .container-game {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .container-game {
        width: 100%;
    }
}

/* Thiet lap quang cao*/

.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

@media (min-width: 1340px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 160px;
    }
}

@media (min-width: 1880px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 300px;
    }
}

#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;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html {
    font-size: 16px;
    font-weight: 500;
    min-height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-family: roboto condensed, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: #013d4c;
}

a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    text-decoration: none;
    -webkit-transition: .2s ease color, .2s ease background, .2s ease border;
    -o-transition: .2s ease color, .2s ease background, .2s ease border;
    transition: .2s ease color, .2s ease background, .2s ease border;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin: 0;
}

table {
    border-collapse: collapse;
}

table th, table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input, select, textarea, button {
    background-color: transparent;
    font-size: 16px;
    color: #333;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}

input, button {
    border: 0;
}

.container {
    position: relative;
    width: 1174px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.bg-fff {
    background-color: #fff;
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.font-fff {
    color: #fff;
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.center-box {
    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;
}

.grid-clayover {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, 174px);
    grid-auto-flow: dense;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-item {
    position: relative;
}

.a-grid {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.span-2x1 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.span-2x2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    height: 220px;
}

.span-3x3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    height: 340px;
}

.clear {
    clear: both;
}

/*menu*/
header {
    padding: 10px 0;
    margin: 0 0 30px;
    background: #fff;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 22%);
}

.menu-header-bar {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.site-nav {
    margin-left: -15px;
}

.shadow-box {
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0 5px 5px;
    box-shadow: rgb(0 0 0 / 15%) 0 5px 5px;
}

.a-nav-menu {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    text-transform: capitalize;
    background: #419bef;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%), 0 5px 3px -3px rgb(156 39 176 / 40%);
    border-radius: 5px;
    margin: 0 5px;
}

.a-nav-menu:hover {
    background-color: #ff6a00;
}

.icon-menuheader {
    width: 17px;
    height: 19px;
    margin-right: 10px;
}

.form {
    border-radius: 7px;
    width: 242px;
    height: 44px;
    position: relative;
}

.nav-search {
    width: 100%;
    height: 100%;
    padding: 0 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding-right: 44px;
}

.nav-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 100%;
    cursor: pointer;
}

.button-mobile-menu {
    width: 44px;
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    display: none;
}

.line {
    width: 100%;
    height: 3px;
    background-color: #212529;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
    max-width: 30px;
}

.line:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #212529;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.line:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #212529;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.line.active {
    background-color: transparent;
}

.line.active:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.line.active:after {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobile-popup {
    background: #fff;
    position: absolute;
    z-index: 11;
    top: 53px;
    right: 0;
    padding: 10px 25px 10px 20px;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mobile-link {
    padding: 10px 10px 10px 30px;
    white-space: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: inherit;
    text-transform: capitalize;
    font-weight: 600;
}

/*game_item*/
.page-wrapper {
    min-height: 80vh;
}

.row-headding {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #489fef;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 22%);
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.row-headding>* {
    background-color: #ff6a00;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    min-height: 44px;
    box-sizing: border-box;
}

.row-headding h1 {
    margin-left: 10px;
    text-transform: uppercase;
}

.card-game {
    width: 174px;

}

.card-inner {
    position: relative;
    z-index: 0;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0.1em 0.1em 0.4em 0 #888;
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-duration: .5s;
}

.card-thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.card-heading {
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.25s;
}

.card-inner:hover {
    transform: scale(1.1);
}

.card-inner:hover .card-heading {
    bottom: 0;
}

.content-box {
    background: #fff;
    border-radius: 7px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 100;
}

.content-box ul, .content-box ol {
    list-style: disc;
    padding-left: 40px;
}

.content-box li {
    list-style: disc;
}

.content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6 {
    font-weight: 700;
    text-transform: capitalize;
}

.loadingImage {
    -webkit-animation: loadingAnimation 1s linear infinite;
    animation: loadingAnimation 1s linear infinite;
}

@-webkit-keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*game_play*/
.grid__game {
    display: flex;
    justify-content: center;
}

.game-grid-sub {
    padding: 0 15px;
}

.card-game-sub {
    margin-bottom: 15px;
}

.grid-game {
    width: 100%;
}

.h2-category h3 {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.ctGameBox {
    display: inline-block;
    text-transform: lowercase;
    background-color: #489fef;
    color: #fff;
    margin-right: 10px;
    border-radius: 8px;
    padding: 2px 8px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    40% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    60% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    80% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    40% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    60% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    80% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
}

.ctGameBox:hover {
    -webkit-animation: swing 1s infinite;
    animation: swing 1s infinite;
}

.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;
}

.comment-box-app {
    max-width: 100%;
    background-color: #fff;
    margin: 8px 0;
}

.header-game {
    background-color: #489fef;
    height: auto;
    overflow: hidden;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#append-rate {
    border-radius: 5px;
    padding: 5px;
    background-color: #323232;
}

.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
}

.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 {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #ff6a00;
    border-radius: 5px;
}

.header-game-extend>span>svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}


.exit-fullscreen {
    width: 44px;
    height: 44px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.clipboard-share {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 45px;
}

.hide-zindex {
    z-index: -20;
    visibility: hidden;
}

.close-sharing-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}

.inline-sharing-box h3 {
    margin-bottom: 10px;
    color: #000;
}

.grid-content {
    margin: 15px 0;
}


/*pagination*/

.pagination {
    margin: 30px 0;
    text-align: center;
}

.next_page {
    width: 44px;
    height: 44px;
    margin: 0 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: 44px;
    font-size: 16px;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: 50%;
}

.next_page:hover {
    background-color: #fff;
    color: #212529;
}

.active_ {
    background-color: #fff;
    color: #212529;
}

.search_found {
    overflow: hidden;
    box-sizing: border-box;
}

.search_found ul {
    list-style-type: disc;
}

.search_found ul li {
    list-style-type: disc !important;
    list-style-position: inside;

}

/*footer*/

.footer {
    padding: 16px 0;
    text-align: right;
    background-color: #fff;
    text-align: center;
    margin-top: 30px;
}

.link {
    display: inline-block;
    margin-left: 15px;
    padding: 10px 0;
    color: inherit;
}

.link:hover {
    text-decoration: underline;
}

.totop {
    position: fixed;
    z-index: 2;
    right: 15px;
    bottom: 15px;
    background: #000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0.8;
}

.totop svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.totop:hover {
    opacity: 1;
}

.throw-ads-300x250, .throw-ads-468x60, .throw-ads-970x90, .throw-ads-160x600, .throw-ads-768x90, .throw-ads-320x90, .throw-ads-728x90 {
    display: none;
}

.throw-ads-300x250 {
    margin-bottom: 10px;
}

.throw-ads-970x90, .throw-ads-768x90, .throw-ads-468x60, .throw-ads-728x90, .throw-ads-320x90 {
    margin: 15px 0;
}

.throw-ads-160x600 {
    min-width: 160px;
}

.blue {
    color: #09ffea;
}

.green {
    color: #5dff4b;
}

.red {
    color: #ff2b2b;
}

.orange {
    color: #f27b3e;
}

.yellow {
    color: #ffef4b;
}

.violet {
    color: #9258e3;
}

.pink {
    color: #ff4bde;
}

.cookie {
    color: #fbc574;
}

.size-12 {
    font-size: 12px;
}

.size-13 {
    font-size: 13px;
}

.size-13 {
    font-size: 13px;
}

.size-14 {
    font-size: 14px;
}

.size-15 {
    font-size: 15px;
}

.size-16 {
    font-size: 16px;
}

.size-17 {
    font-size: 17px;
}

.size-18 {
    font-size: 18px;
}

.size-19 {
    font-size: 19px;
}

.size-20 {
    font-size: 20px;
}

@media (min-width:786px) {
    .container {
        width: 786px;
    }

    .throw-ads-728x90 {
        display: block;
    }
}

@media (min-width: 980px) {
    .container {
        width: 980px;
    }

    .mobile-popup {
        visibility: hidden !important;
        transform: scale(0) !important;
    }
}

@media (min-width: 1174px) {
    .container {
        width: 1174px;
    }

    .flex-row-frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .h2-category h3 {
        margin-top: 0;
    }

    .throw-ads-160x600 {
        display: block;
    }

}


@media (min-width:1500px) {
    .ads-160-left, .ads-160-right {
        display: block;
    }

    .ads-160-right-inner {
        display: none !important;
    }
}

@media (max-width:1173px) {
    .game-grid-sub {
        display: none;
    }
}

@media (max-width: 979px) {
    .site-nav {
        display: none;
    }

    .totop {
        visibility: hidden;
    }

    .content-box {
        padding: 30px 15px;
    }

    .row-headding h1, .row-headding h2 {
        margin: 0 15px;
    }

    .footer {
        text-align: center;
    }

    .button-mobile-menu {
        display: flex;
    }
}

@media (max-width:787px) {
    .container, .frame__game {
        width: 100%;
    }

    .mixible-content {
        width: 100%;
    }

    .throw-ads-320x90 {
        display: block;
    }
}

@media (max-width: 576px) {
    .menu-header-bar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .site-logo {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .form {
        width: 220px;
    }

    .header-game {
        max-height: unset;
    }

    .box-header {
        justify-content: center;
        flex-direction: column;
    }

    #append-rate {
        margin-bottom: 10px;
    }
}