:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

label {
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body {
    background: #322992;
    font-family: Muli, Arial, Helvetica, sans-serif;
    color: #322992;
    font-size: 14px
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3 {
    line-height: 30px
}

.breadcumbers ul li input:focus,
.comment-form input:focus,
.comment-form textarea:focus,
.contact-form input,
.contact-form textarea,
.cookies-button button:focus,
.mobile-menu-close:focus,
.mobile-menu-tigger:focus,
.mobile-search button:focus,
.search-page-box input:focus {
    outline: 0
}

.mb-10 {
    margin-bottom: 10px !important
}

.header-area {
    background: #201b5e;
    overflow: hidden;
    background: #201b5e
}

.header {
    background: #201b5e;
    padding: 5px 0;
    border-bottom: 3px solid #201b5e
}

.logo {
    margin-top: 10px
}

.header-buttons {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-button {
    color: #fff;
    border: 1px solid #3e32b8;
    border-bottom: 3px solid #292274;
    background: #3e32b8;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 7px;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-button:hover {
    border: 1px solid #110d32;
    border-bottom: 3px solid #110d32;
    background: #110d32;
    color: #fff;
    text-decoration: none
}

#goToNewGames {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px
}

.black a {
    background: #000;
    color: #fff !important;
    border: 1px solid #000
}

.black a:hover {
    background: #fff;
    color: #000 !important;
    border: 1px solid #000
}

.load-more .btn-button {
    padding: 18px 20% 14px 20%
}

.btn-button.red {
    background: #292274;
    border-color: #292274;
    color: #ffffff;
    border-bottom: 0
}

.btn-button.red:hover {
    background: #110d32;
    color: #fff;
    border-color: #110d32;
    border-bottom: 0
}

.btn-button i {
    margin-right: 10px
}

.header-buttons .btn-button {
    margin-left: 7px
}

.header-nav {
    background: #1c1752
}

.header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(0, 0, 0, .5);
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    overflow-x: auto
}

.header-nav ul li {
    display: inline-block;
    padding: 6px 0
}

.header-nav ul li a {
    color: #ffffff;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase
}

.header-nav ul li:last-child a {
    color: #8881d2
}

.header-nav ul li a:before {
    content: "\00bb";
    position: absolute;
    right: -3px;
    top: -1px
}

.header-nav ul li:last-child a:before {
    content: ""
}

.breadcumbers-nav {
    background: #f9f9f9;
    border-radius: 7px 7px 0 0
}

.breadcumbers-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow-x: auto
}

.breadcumbers-nav ul li {
    display: inline-block;
    padding: 6px 0
}

.breadcumbers-nav ul li a {
    color: rgba(0, 0, 0, .9);
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.breadcumbers-nav ul li:last-child a {
    color: rgba(0, 0, 0, .5)
}

.breadcumbers-nav ul li a:before {
    content: "\00bb";
    position: absolute;
    right: -3px;
    top: -1px
}

.breadcumbers-nav ul li:last-child a:before {
    content: ""
}

.breadcumbers-area {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin: 10px 0 0
}

.breadcumbers {
    padding: 10px 0 10px 0;
    margin-left: -10px
}

.breadcumbers ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcumbers ul li {
    display: block
}

.breadcumbers ul li a {
    color: #4c6a75;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 9px 10px;
    display: block;
    font-weight: 600;
    margin: 0 5px;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.breadcumbers ul li a:hover {
    background: 0 0;
    color: #03a9f4;
    border: 1px solid #03a9f4;
    text-decoration: none
}

.breadcumbers ul li.red a {
    background: #fff;
    color: #4c6a75;
    border-color: #fff
}

.breadcumbers ul li.red a:hover {
    background: 0 0;
    color: #f44336;
    border-color: #f44336
}

.breadcumbers ul li a i {
    margin-right: 10px
}

.breadcumbers ul li:last-child {
    background: #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcumbers ul li form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcumbers ul li input {
    border: 0;
    background: 0 0;
    color: #bfbfbf;
    font-size: 12px;
    padding: 13px 10px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.breadcumbers ul li button {
    background: 0 0;
    border: 0;
    color: #d9d9d9;
    font-size: 20px;
    position: relative;
    top: 0;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0 8px
}

.breadcumbers ul li button:hover {
    color: #bfbcbc
}

.page-area {
    margin-top: 10px;
    padding: 10px 0 20px
}

.page-text {
    max-width: 850px;
    margin: auto
}

.page-text h5 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: -10px
}

.page-area .contact h1,
.page-area h1,
.page-area h2 {
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 20px
}

.page-area h1 i,
.page-area h2 i {
    margin-right: 10px
}

.page-text p {
    margin-top: 35px;
    line-height: 27px;
    color: #ffffff
}

.page-text p strong {
    color: #fff
}

.page-text a {
    color: #36d798
}

.footer-area {
    padding: 20px 0;
    background: #201a5f;
    margin-top: 10px
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu ul li {
    display: inline-block
}

.footer-menu ul li a {
    color: #fff;
    margin-right: 15px
}

.footer-menu ul li:last-child a {
    margin-right: 0
}

.footer-area p {
    margin: 0;
    color: #fff;
    text-align: right;
    padding-right: 20px
}

.filter.mobile,
.mobile-menu,
.mobile-search {
    display: none
}

.mobile-menu-tigger {
    color: #fff;
    background: #201b5e;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 55px;
    height: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
    border-radius: 8px
}

.mobile-menu-tigger img {
    margin-bottom: 5px;
    width: 30px
}

.mobile-search button {
    background: #201b5e;
    border: 0;
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 25px;
    border-radius: 8px;
    position: relative;
    z-index: 10
}

.mobile-search input {
    background: #201b5e;
    color: #fff;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -15px;
    bottom: -15px;
    padding: 25px;
    z-index: 9;
    height: 85px;
    display: none
}

.mobile-search input::-webkit-input-placeholder {
    color: #fff
}

.mobile-search input::-moz-placeholder {
    color: #fff
}

.mobile-search input:-ms-input-placeholder {
    color: #fff
}

.mobile-search input:-moz-placeholder {
    color: #fff
}

.mobile-menu-wraper {
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    height: 100vh;
    background: #3e32b8;
    z-index: 50;
    padding: 10px;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.mobile-menu-close {
    background: #f44336;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 13px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu-close i {
    font-size: 23px;
    margin-right: 10px
}

.mobile-menu-wraper .title,
.mobile-menu-wraper h2 {
    color: #ffffff;
    font-size: 14px;
    margin: 20px 0 10px;
    font-weight: 600
}

.mobile-menu-wraper ul {
    margin: 0;
    padding: 0
}

.mobile-menu-wraper ul li {
    display: block
}

.mobile-menu-wraper ul li a {
    color: #fff;
    background: #322992;
    display: block;
    margin-bottom: 10px;
    padding: 14px;
    font-weight: 600;
    border-radius: 7px
}

.mobile-menu-wraper ul li a i {
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px
}

.mobile-menu-wraper ul li a:focus,
.mobile-menu-wraper ul li a:hover {
    text-decoration: none;
    background: #110d32
}

.page-text.contact {
    max-width: 520px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff
}

.contact-form input,
.contact-form textarea {
    background: #292176;
    border: 0;
    width: 100%;
    color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    resize: none
}

.contact-form input[type=submit] {
    color: #fff;
    background: #4537d3;
    border: 1px solid #4537d3;
    padding: 29px 15px;
    -webkit-transition: .2s;
    transition: .2s
}

.contact-form input[type=submit]:hover {
    background: #110d32;
    border-color: #110d32
}

.single-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-form.two {
    margin: 0 -5px
}

.single-form.two input {
    margin: 0 5px 10px
}

.single-form.button input {
    width: 210px;
    margin-left: 10px
}

.page-area h1,
.page-area h3 {
    font-size: 16px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700
}

.page-area h1 span,
.page-area h3 span {
    color: #a39bf9;
    font-weight: 400
}

.page-area h1 i,
.page-area h3 i {
    margin-right: 10px
}

.page-area h1.button,
.page-area h3.button {
    margin: 0 0 10px;
    position: relative
}

.page-area h1 button,
.page-area h3 button {
    background: #03a9f4;
    border: 1px solid #03a9f4;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 5px 15px
}

.page-area h1 button:hover,
.page-area h3 button:hover {
    color: #03a9f4;
    background: 0 0
}

.search .title,
.search h2 {
    color: #737373;
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    margin: 10px 0 15px
}

.filter-black {
    opacity: 20%;
    max-width: 100%;
    max-height: 30px;
    margin-top: 15px;
    margin-right: 10px
}

.single-game .title {
    color: #fff
}

.single-game:hover .title {
    color: #fff
}

.single-game:hover .game-title .title {
    color: #fff
}

.game-list {
    margin: 0 -5px;
    overflow: hidden;
    padding-top: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(125px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
    -ms-grid-rows: minmax(130px, auto);
    grid-template-rows: minmax(130px, auto);
    -ms-grid-template-rows: minmax(130px, auto);
    grid-auto-flow: dense;
    -ms-grid-auto-flow: dense;
    text-align: center
}

.game-list.cat {
    -ms-grid-columns: (minmax(171px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(171px, 1fr));
    -ms-grid-rows: minmax(130px, auto);
    grid-template-rows: minmax(130px, auto)
}

.single-game {
    padding: 0 5px;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 10px
}

.single-game a {
    display: block
}

.single-game a:hover {
    text-decoration: none
}

.play-more-link {
    background: #292176;
    border-radius: 7px;
    text-decoration: none;
    transition: .2s
}

.play-more-link:hover {
    background: #3e33b5;
    text-decoration: none
}

.play-more-link .title {
    margin-top: 27%;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center
}

.play-more-link span {
    font-size: 20px
}

.category-image {
    min-height: 80px;
    width: 100%;
    background: #201b5e;
    border-radius: 8px 8px 0 0;
}

.category-image img {
    border-radius: 8px 8px 0 0;
}

.game-image {
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

.game-image img {
    width: 100%;
    background: #201b5e;
    transition: transform .2s, -webkit-transform .2s
}

.alert {
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 10px
}

.single-game:hover .game-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.game-title {
    background: #4537d3;
    border-bottom: 3px solid #292274;
    border-radius: 0 0 8px 8px;
    padding: 4px;
    -webkit-transition: .1s;
    transition: .1s
}

.game-title .title,
.game-title h2 {
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.single-game:hover .game-title {
    background: #110d32;
    border-color: #110d32;
    color: #fff
}

.load-more {
    text-align: center;
    margin-top: 13px
}

.search-page-box {
    background: #f2f2f2;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 70px;
}

.search-page-box input {
    color: #bfbfbf;
    background: 0 0;
    border: 0;
    padding: 13px 15px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 13px
}

.search-page-box form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-page-box button {
    background: 0 0;
    border: 0;
    -webkit-transition: .2s;
    transition: .2s;
    color: #d9d9d9;
    font-size: 20px;
    padding: 5px 10px
}

.search-page-box button:hover {
    color: #9a9696
}

.footer-info-area {
    background: #2b2479;
    border-radius: 8px;
    margin: 10px 10px 0 10px;
    padding: 15px 0 10px 0;
    color: #ffffff
}

.footer-info-area ol {
    padding-left: 5px
}

.footer-info-area h1,
.footer-info-area h2,
.footer-info-area h3 {
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 20px 0;
    position: relative;
    padding-top: 10px
}

.footer-info-area h4 {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 20px;
    position: relative
}

.footer-info-area h5 {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 20px;
    position: relative
}

.footer-info-area h6 {
    color: #f0bd24;
    font-weight: 900;
    font-size: 18px;
    margin: 20px 0 20px 0;
    position: relative
}

.footer-faq {
    margin-top: 20px;
    text-align: center
}

.footer-faq span {
    font-size: 30px
}

.footer-faq h4 {
    margin-top: 10px
}

.footer-faq ol {
    padding: 0
}

.footer-faq li {
    list-style: none
}

.footer-info-area p {
    margin-bottom: 30px;
    line-height: 27px;
    font-size: 14px;
    color: #ffffff
}

.footer-info-area .text-description {
    margin-bottom: 30px;
    line-height: 27px;
    font-size: 14px;
    color: #ffffff
}

.footer-info-area ol {
    line-height: 27px
}

.footer-info-area a {
    font-weight: 700;
    color: #36d798
}

.footer-info-area ol li a {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff
}

.footer-info-area a:hover {
    color: #36d798
}

.footer-info-area p:last-child {
    margin-bottom: 10px
}

.top-ad-area {
    text-align: center
}

.sidebar-wrapper p,
.top-ad-area p {
    font-size: 10px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center
}

.top-ad {
    border-radius: 8px;
    position: relative;
    margin: 0 auto 10px auto
}

.top-ad span.title {
    display: none;
    font-size: 9px;
    color: #fff;
    background: 0 0;
    position: absolute;
    right: -45px;
    top: 37px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.pager-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.pager-header .single-filter {
    margin-left: 10px
}

.related-category-games {
    margin-top: 30px;
    margin-bottom: -10px
}

.filter button {
    background: #f2f2f2;
    border: 0;
    color: rgba(0, 0, 0, .5);
    padding: 5px 15px;
    -webkit-transition: .2s;
    transition: .2s;
    text-align: center
}

.filter button.active,
.filter button:hover,
.filter button:last-child:hover {
    background: #03a9f4;
    color: #fff
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.filter button:last-child {
    background: #ebebeb
}

.pager-header h1 {
    margin: 0 10px 0 0
}

.paginations {
    margin: 10px 0 0
}

.paginations ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-weight: 800
}

.paginations ul li {
    display: inline-block;
    margin-left: 10px
}

.paginations ul li:first-child {
    margin-left: 0
}

.paginations ul li a {
    min-width: 35px;
    min-height: 35px;
    background: #4537d3;
    border-radius: 32px;
    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;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 14px
}

.paginations ul li a:hover,
.paginations ul li.active a {
    background: #fff;
    color: #4537d3;
    text-decoration: none
}

.paginations ul li.active a {
    pointer-events: none;
    text-decoration: none;
    background: #36d798;
    color: #fff
}

.game-ad-box {
    overflow: hidden;
    padding: 30px 5px;
    float: right;
    grid-column-end: -1;
    -ms-grid-column: -3;
    grid-column-start: -3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row: span 2;
    margin-bottom: 10px
}

.game-ad-wrapper {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.game-ad-wrapper p {
    color: #e8e8e8;
    text-align: center;
    font-size: 12px;
    margin: 0;
    margin-bottom: -10px;
    padding: 0 0
}

.game-ad-body {
    padding: 15px;
    min-width: 366px
}

.game-ad {
    min-height: 281px;
    background: #f1f1f1
}

.game-count-down {
    text-align: center;
    background: #292274;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    height: 100%;
    width: 100%
}

.game-count-down .title,
.game-count-down h1 {
    margin: 0;
    color: #827bcb;
    font-size: 25px;
    margin-top: 10px
}

.single-game:hover .game-count-down .title {
    color: #827bcb
}

.game-count-down p {
    margin: 0;
    color: #827bcb;
    font-size: 9px
}

.blog-area {
    margin: 0px;
}

.blog-body-post a {
    color: #3be6a2;
}

.blog-body {
    background: #322992;
    border-radius: 8px;
    padding: 20px 15px 10px;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-area .col-lg-3,
.blog-area .col-lg-9 {
    padding-left: 5px;
    padding-right: 5px
}

.blog-area h2,
.blog-area h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 700
}

.blog-area h2 i,
.blog-area h3 i {
    margin-right: 10px
}

.blog-area h2 span,
.blog-area h3 span {
    color: #d1d1d1;
    font-weight: 400
}

.blog-list {
    overflow: hidden;
    margin: 0 -10px
}

.single-blog {
    padding: 0 5px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 33.33%
}

.single-blog a {
    overflow: hidden;
    border-radius: 8px;
    display: block;
    position: relative
}

.single-blog img {
    width: 100%
}

.blog-title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    left: 0;
    z-index: 2;
    text-align: center;
    overflow: hidden
}

.blog-title .title,
.blog-title h2 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-size: 13px;
    text-align: center
}

.blog-category-tag {
    opacity: .85;
    position: absolute;
    background: #110d32;
    z-index: 1;
    border-radius: 8px;
    margin: 0;
    margin-top: 5px;
    margin-left: 5px
}

.blog-category-tag p {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px
}

.single-blog a:before {
    content: "";
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 50%;
    -webkit-transition: .2s;
    transition: .2s
}

.single-blog:hover a:before {
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #3e32b8));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #3e32b8 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #3e32b8 100%)
}

.sidebar-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px
}

.sidebar {
    background: #201b5e;
    border-radius: 8px;
    padding: 20px
}

.blog-sidebar .sidebar-box .sidebar h3 {
    color: #fff
}

.blog-sidebar .sidebar-box .sidebar p {
    color: #ffffff;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar ul li {
    display: block
}

.sidebar ul li a {
    color: #ffffff;
    background: #292274;
    display: block;
    border: 1px solid #292274;
    margin-top: 10px;
    border-radius: 8px;
    padding: 12px 10px;
    -webkit-transition: .2s;
    transition: .2s
}

.sidebar ul li a:hover,
.sidebar ul li.active a {
    color: #ffffff;
    background: #110d32;
    text-decoration: none
}

.side-ad {
    padding: 0 10px
}

.side-ad h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 9px;
    margin: 0 0 5px
}

.p-black {
    color: #a39bf9;
    text-align: center;
    font-size: 12px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 0;
    opacity: 20%
}

.p-white {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 0;
    opacity: 20%
}

.side-ad-body {
    background: #fff;
    min-height: 600px;
    border-radius: 8px;
    overflow: hidden
}

.single-blog-post h3 {
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    margin: 0;
    font-weight: 400
}

.single-blog-post h1 {
    color: #36d798;
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 23px
}

.blog-post-image-wrapper {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px
}

.blog-post-image-wrapper img {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.blog-post-image {
    width: 110px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.single-blog-post p {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 27px;
    font-size: 14px
}

.single-blog-post p:last-child {
    margin-bottom: 10px
}

.single-blog-post h4 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 700
}

.comment-form input,
.comment-form textarea {
    background: #241e67;
    padding: 14px 20px;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border: 1px solid #241e67;
    width: 100%;
    font-size: 12px;
    color: rgba(255, 255, 255, .7)
}

.comment-form textarea {
    resize: none;
    height: 44px;
    overflow: auto
}

.comment-form input[type=submit] {
    color: #fff;
    background: #4537d3;
    border-color: #4537d3;
    -webkit-transition: .2s;
    transition: .2s
}

.comment-form input[type=submit]:hover {
    background: #110d32;
    border-color: #110d32;
    color: #fff
}

body.gray .comment-form input[type=submit] {
    background: #000
}

body.gray .comment-form input[type=submit]:hover {
    color: #000;
    background-color: #fff
}

body.game-report:before {
    background: #151140;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    content: "";
    -webkit-transition: .5s;
    transition: .5s;
    min-height: 100vh
}

body.game-report {
    overflow: hidden
}

.comment-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px
}

.comment-form-input {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0 5px
}

.comment-form-input:first-child {
    width: 30%
}

.comment-form-input:nth-child(2) {
    width: 60%
}

.comment-form p {
    color: #fff;
    margin: 10px 0;
    font-size: 13px
}

.comment-list {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

.single-comment {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0 5px;
    margin-top: 10px
}

.single-comment-body {
    background: #3c32aa;
    border-radius: 8px;
    padding: 10px
}

.single-comment .title {
    color: #fff;
    font-size: 13px;
    margin: 0 0;
    font-weight: 700
}

.single-comment p {
    font-size: 12px;
    color: #a099e6;
    margin: 0;
    font-weight: 600;
    white-space: pre-wrap;
    word-break: break-word
}

.game-boxed-body {
    background: #1b184d
}

.game-boxed .single-comment-body p {
    margin: 0;
    line-height: 20px
}

.single-comment .title span,
.single-comment h2 span {
    font-weight: 600;
    color: #a099e6
}

.page-area.red h1,
.page-area.red h3 {
    color: #f44336
}

.page-area.red h1 button,
.page-area.red h3 button {
    border-color: #f44336;
    background: #f44336
}

.page-area.red h1 button:hover,
.page-area.red h3 button:hover {
    color: #f44336;
    background: 0 0
}

.page-area.red .single-game:hover .game-title {
    background: #f44336;
    border-color: #cf392d
}

.blog-list.four .single-blog {
    width: 25%
}

.categories-list {
    overflow: hidden
}

.categories-list img {
    max-height: 30px;
    margin-top: -10px;
    margin-left: -5px;
    margin-bottom: -10px;
    margin-right: 5px;
    border-radius: 7px
}

.categories-list ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none
}

.categories-list ul li {
    display: block;
    float: left;
    width: 20%;
    padding: 0 5px
}

.categories-list ul li a {
    display: block;
    background: #f1f1f1;
    margin-top: 10px;
    border-radius: 8px;
    border-bottom: 2px solid #e3e3e3;
    color: rgba(0, 0, 0, .7);
    padding: 10px;
    font-size: 12px;
    -webkit-transition: .2s;
    transition: .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.categories-list ul li a:hover {
    background: #03a9f4;
    text-decoration: none;
    color: #fff;
    border-color: #008dcc
}

.categories-list ul li a span {
    float: right;
    font-weight: 700
}

.cookies-box {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 30px;
    padding: 0 10px;
    z-index: 999
}

.cookies-box-body {
    background: #fff;
    max-width: 1070px;
    margin: auto;
    border-radius: 8px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.cookies-box-body div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.cookies-image {
    width: 150px;
    text-align: center
}

.cookies-text .title,
.cookies-text h2 {
    color: #000;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700
}

.cookies-text p {
    margin: 0;
    color: rgba(0, 0, 0, .7)
}

.cookies-text p a {
    text-decoration: underline;
    color: rgba(0, 0, 0, .7);
    font-style: italic
}

.cookies-button button {
    border: 1px solid #ffd71e;
    background: #ffd71e;
    padding: 25px 20px;
    border-radius: 8px;
    color: #000;
    min-width: 100px;
    -webkit-transition: .2s;
    transition: .2s
}

.cookies-button button:hover {
    background: 0 0;
    color: #ffd71e
}

.game-box-area {
    margin-top: 10px
}

.single-game-page-area {
    margin-top: 10px
}

.single-game-page {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 160px 130px auto 130px 160px;
    grid-template-columns: 160px 130px auto 130px 160px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 10px
}

.sidebar-wrapper {
    margin-bottom: 10px
}

.sidebar-wrapper h2 {
    color: #fff;
    font-size: 9px;
    text-align: center;
    margin: 0 0 5px
}

.sidebar-ad {
    border-radius: 8px
}

.side-game-list {
    width: 130px
}

.side-game {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
    border-bottom: 2px solid #110d32;
    background: #201b5e;
    min-height: 90px
}

.side-game img {
    width: 100%
}

.side-game .title,
.side-game h2 {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    display: none;
    font-weight: 700;
    width: 100%
}

.side-game:hover .title,
.side-game:hover h2 {
    display: block
}

.side-game a {
    display: block
}

.side-game a:hover {
    text-decoration: none
}

.side-game:before {
    display: none;
    content: "";
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #110d32));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #110d32 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #110d32 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    z-index: 1
}

.side-game:hover:before {
    display: block
}

.sidebar-wrapper.under {
    width: 300px
}

.game-boxed-wrapper {
    min-width: 500px
}

.game-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.game-box-side {
    width: 300px
}

.game-box-side-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.game-box-side.right .game-box-side-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.game-box-side.right .sidebar-wrapper {
    margin-right: 0;
    margin-left: 10px
}

.game-boxed a {
    color: #f9c210;
}

.game-boxed {
    color: #ffffff;
    background: #201b5e;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px
}

#comment {
    margin-bottom: 0
}

.game-boxed.game {
    padding: 0
}

.game-boxed-title {
    position: relative;
    padding: 10px 10px 10px 80px;
    color: #ffffff;
    background: #201b5e
}

.game-boxed-image {
    position: absolute;
    max-width: 57px;
    max-height: 57px;
    border-radius: 3px;
    overflow: hidden;
    left: 10px;
    top: 15px;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .55);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .55)
}

.game-boxed .game-boxed-title h1,
.game-boxed .game-boxed-title h2 {
    font-size: 17px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    padding: 0
}

.game-rating-b {
    display: inline-block
}

.game-rating span {
    font-size: 12px
}

.like button {
    color: #ffffff
}

.dislike button {
    color: #ffffff;
    margin-left: 15px
}

.dislike button:focus,
.dislike button:hover,
.like button:focus,
.like button:hover {
    color: #36d798
}

.game-boxed-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 10px
}

.game-boxed-like button {
    background: 0 0;
    outline: 0;
    border: 0
}

.game-boxed-like i {
    margin-right: 5px
}

.game-boxed-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px 10px 0 0
}

.game-play {
    min-width: 550px;
    min-height: 480px;
    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
}

.game-boxed-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.game-boxed-tigger a {
    -webkit-transition: .2s;
    transition: .2s;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 8px;
    margin-right: 0;
    font-size: 20px
}

.game-boxed-tigger a:hover {
    text-decoration: none;
    background: 0 0;
    color: #36d798
}

.game-boxed-tigger {
    width: 60%
}

.game-boxed h2,
.game-boxed h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative
}

.game-boxed h2 i,
.game-boxed h3 i {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0
}

.game-list-box .single-game {
    width: 25%
}

.game-list-box .game-title h2,
.game-list-box .game-title h3 {
    font-size: 12px;
    margin: 0;
    color: #959595;
    text-align: center
}

.game-boxed ul.tag {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none
}

.game-boxed ul.tag li {
    display: inline-block
}

.game-boxed ul.tag li a {
    display: block;
    border: 1px solid #f2f2f2;
    -webkit-transition: .1s;
    transition: .1s;
    background: #f2f2f2;
    color: rgba(0, 0, 0, .5);
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 1px
}

.game-boxed h4 {
    color: #36d798;
    font-size: 15px;
    margin: 0 0 20px;
    font-weight: 600
}

.game-boxed p {
    margin-bottom: 25px;
    line-height: 27px;
    font-size: 14px;
    color: #ffffff
}

.game-boxed p:last-child {
    margin-bottom: 10px
}

.game-description {
    color: #ffffff
}

.game-description a {
    color: #f9c210 !important;
    font-weight: 600
}

.game-description a:hover {
    color: #fff
}

.video-box {
    background: #322992;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: none;
    min-height: 480px
}

.game-boxed .single-comment .title {
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    padding: 0
}

.game-boxed .game-title .title {
    color: #fff;
    font-size: 12px;
    margin: 0
}

.game-title .title {
    font-size: 12px
}

.single-game-carousel {
    background: 0 0;
    border-radius: 5px
}

.single-game-carousel img {
    display: block;
    padding: 2px;
    border-radius: 5px
}

.single-game-carousel-text .title,
.single-game-carousel-text h2 {
    color: #fff;
    font-size: 13px;
    margin: 0;
    font-weight: 700;
    text-align: center
}

.single-game-carousel-text p {
    color: #fff;
    margin: 0;
    font-size: 12px
}

.game-carousel-text {
    min-height: 75px;
    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;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.game-carousel-area {
    display: none;
    margin-top: 10px
}

.game-carousel .owl-nav div {
    background: #292274;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    position: absolute;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    left: -15px;
    width: 25px;
    padding-top: 8px;
    opacity: .5;
    -webkit-transition: .1s;
    transition: .1s
}

.game-carousel .owl-nav div:hover {
    opacity: 1
}

.game-carousel .owl-nav div.owl-next {
    left: auto;
    right: -15px
}

.single-game-carousel a {
    overflow: hidden
}

.single-game-carousel {
    overflow: hidden
}

.game-carousel.owl-carousel.owl-theme.owl-loaded .owl-item {
    max-width: 170px
}

.single-game-carousel-text {
    background: #322992;
    border-radius: 5px;
    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;
    position: absolute;
    top: 200%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden
}

.single-game-carousel:hover .single-game-carousel-text {
    top: 0;
    opacity: .9;
    visibility: visible
}

.single-game-carousel-text img {
    opacity: 0;
    padding: 2px
}

.header-buttons form {
    background: #f2f2f2;
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-buttons form input {
    background: 0 0;
    border: 0;
    color: #bfbfbf;
    padding: 20px 0 20px 20px;
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-buttons form button {
    font-size: 20px;
    color: #d9d9d9;
    background: 0 0;
    border: 0;
    padding: 10px 15px
}

.header-buttons form input:focus {
    outline: 0
}

.breadcumbers ul li.red {
    background: 0 0
}

.header-buttons .title,
.header-buttons h2 {
    margin: 0 15px 0 0;
    font-size: 14px;
    color: #000
}

.header-buttons .title a:hover {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000
}

.header-buttons .title strong,
.header-buttons h2 strong {
    font-weight: 700;
    color: #000
}

.page-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-box-sidebar {
    max-width: 336px;
    min-width: 300px;
    margin-top: -30px;
    margin-left: 10px
}

.page-box-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sidebar-box-re {
    position: sticky;
    top: 80px;
    overflow: auto;
    max-height: 300px;
    background: #201b5e;
    padding: 25px 10px 10px;
    border-radius: 10px;
    margin-bottom: 10px
}

.gray .sidebar-box-re {
    background: #2e2683;
    margin-top: 10px
}

.sidebar-box-re h2,
.sidebar-box-re h3 {
    margin: 0 0 20px;
    font-size: 17px;
    text-align: left;
    color: #ffffff;
    text-align: center
}

.gray.sidebar-box-re h2,
.gray.sidebar-box-re h3 {
    color: #fff;
    text-align: left
}

.sidebar-game {
    background: #f2f2f2;
    border-radius: 5px;
    margin-top: 10px;
    overflow: hidden
}

.small-img-top-games {
    margin-top: 10px;
    color: #ffffff
}

.small-img-top-games li {
    list-style: none
}

.small-img-top-games img {
    height: 30px;
    margin-right: 5px;
    border-radius: 7px
}

.small-img-top-games a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
    background: #26206b;
    border-radius: 7px
}

.small-img-top-games a:hover {
    background: #231c63;
    padding-left: 10px;
    text-decoration: none;
    color: #36d798
}

.gray .sidebar-game {
    background: #4537d3
}

.sidebar-game h2 {
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    padding-left: 15px;
    font-size: 12px;
    text-align: left
}

.sidebar-game h2 a {
    color: #ffffff
}

.gray .sidebar-game h2,
.gray .sidebar-game h2 a {
    color: #ffffff
}

.sidebar-ad-two {
    background: #2e2683;
    border-radius: 5px;
    overflow: hidden
}

.sidebar-ad-two p {
    color: #fff;
    opacity: 30%
}

.sidebar-ad-two span {
    display: block;
    font-size: 10px;
    text-align: center;
    padding: 5px
}

.sidebar-ad-two-wrapper {
    border: 15px solid #2e2683;
    background: #292176;
    margin-top: -12px
}

.sidebar-list-game {
    margin-top: 20px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 14px
}

.sidebar-list-game:first-child {
    margin-top: 30px
}

.sidebar-list-game h2 {
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-weight: 700
}

.sidebar-list-game ol {
    padding: 0 25px
}

.sidebar-list-game a {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: .1s;
    transition: .1s
}

.sidebar-list-game a:hover {
    color: #36d798;
    text-decoration: none
}

.sidebar-list-game h2 i {
    margin-right: 10px
}

.rating {
    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
}

.rating span {
    margin-left: 10px;
    color: #fff;
    font-weight: 700
}

.single-filter .nice-select {
    background: #110d32;
    color: #fff;
    border-color: #110d32;
    min-width: 135px;
    min-height: 42px;
    font-size: 12px
}

.single-filter .nice-select:after {
    border-bottom-color: #fff;
    border-right-color: #fff
}

.nice-select .option {
    color: #4537d3
}

.filter-n-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-filter span {
    margin-right: 15px;
    color: #fff
}

.single-filter .custom-checkbox {
    background: #292176;
    padding: 5px 10px;
    margin: 0 4px;
    border-radius: 5px
}

.single-filter .custom-control-label:after,
.single-filter .custom-control-label:before,
.single-filter .custom-file-label,
.single-filter .custom-select {
    left: -15px;
    top: -1px
}

.single-filter .custom-control-label {
    padding-left: 5px;
    cursor: pointer
}

.single-filter .custom-control-input:checked~.custom-control-label:before {
    border-color: #110d32;
    background-color: #110d32
}

.cat-search-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.nice-select.open .list {
    width: 100%;
    z-index: 10
}

.small-description {
    line-height: 27px
}

.black {
    color: #000 !important
}

body.gray .footer-area {
    background: #000
}

.sidebar-box h2,
.sidebar-box h3 {
    color: #009cfe;
    text-align: center;
    font-size: 18px
}

.sidebar-box .topics {
    margin-bottom: 0;
    margin-top: -10px
}

body.gray .sidebar-box h2,
body.gray .sidebar-box h3 {
    color: #fff
}

.sidebar-box .game-list h2,
.sidebar-box .game-list h3 {
    font-size: 12px;
    margin: 0
}

.sidebar-box p {
    font-size: 11px;
    text-align: center;
    color: #ffffff
}

.sidebar-box .game-list .game-image {
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #a6a6a6
}

.sidebar-box .game-list {
    -ms-grid-columns: (minmax(50%, 50%)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(50%, 50%));
    -ms-grid-rows: minmax(auto, auto);
    grid-template-rows: minmax(auto, auto)
}

.sidebar-box .load-more .btn-button {
    padding: 10px;
    min-width: auto;
    display: block
}

.sidebar-box .load-more {
    margin: 0
}

.sidebar-box-ad {
    min-height: 280px;
    background: #292176;
    border-radius: 5px;
    margin-top: 10px
}

.blog-post-title {
    margin-top: 10px
}

.blog-post-title h1 {
    color: #36d798;
    font-size: 17px;
    margin: 0
}

.blog-post-title p {
    font-size: 12px;
    margin: 0
}

.blog-post-head {
    background: #110d32;
    padding: 15px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-body-text {
    padding: 0 15px;
    line-height: 27px
}

.blog-body .single-game {
    margin-bottom: -10px
}

.blog-body .single-game .game-title {
    color: #110d32
}

.game-bottom-area {
    max-width: 1400px;
    margin: auto
}

.game-boxed-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

.game-boxed-bottom-wrapper h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.game-boxed-bottom-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px
}

.game-boxed-bottom-right {
    text-align: right;
    width: 366px
}

.game-boxed-bottom-right .single-game .game-title {
    margin-top: -2px
}

.game-boxed-bottom-right .single-game .game-title .title {
    color: #fff
}

.game-boxed-bottom-right .single-game:hover .game-title .title {
    color: #fff
}

.sidebar-box-re h2 i,
.sidebar-box-re h3 i {
    margin-right: 10px
}

.sidebar-box h2 i,
.sidebar-box h3 i {
    margin-right: 10px
}

.sidebar-box .sidebar {
    padding: 25px 10px 10px
}

.game-boxed h2 span.inline-rating,
.game-boxed h3 span.inline-rating {
    color: #8b8b8b;
    background: #ececec;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 7px;
    font-weight: 700
}

.game-boxed h2 span.inline-rating i,
.game-boxed h3 span.inline-rating i {
    margin-right: 2px;
    font-size: 10px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0
}

.video-play {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100px;
    height: 100%;
    margin-left: 20px;
    margin-top: -10px;
    margin-bottom: -12px
}

.video-play .play {
    position: absolute;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    z-index: 2
}

.video-play img.game-image {
    width: 100%;
    transition: transform .2s, -webkit-transform .2s
}

.video-play:hover img.game-image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.video-play:before {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.game-boxed.video-boxed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.game-boxed.video-boxed h3 {
    margin: 0
}

.game-boxed.video-boxed h3 span {
    color: #a39bf9;
    font-weight: 400
}

.full-screen .mobile-menu-tigger img {
    height: 30px;
    width: auto;
    margin: 0
}

.full-screen .mobile-menu-tigger {
    width: auto;
    border-radius: 0 5px 5px 0;
    position: relative;
    left: -15px
}

.search-page-box.middle {
    max-width: 600px;
    margin: 0 auto 20px;
    border-radius: 10px
}

.search-page-box.middle input {
    padding: 20px 15px
}

.image-title {
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px
}

.gray .sidebar-game a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-game img {
    height: 45px;
    width: 90px;
    background-color: #110d32;
    margin-right: 10px;
    float: left;
}

.sidebar-game a {
    color: #fff;
    background: #292274;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
    text-align: left
}

.sidebar-game a:hover {
    text-decoration: none;
    background: #110d32;
    color: #fff
}

.blog-boxed-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

.blog-post {
    max-width: 1280px;
    margin: auto
}

.blog-sidebar {
    width: 336px
}

.blog-sidebar .game-title {
    color: #000;
    margin-top: -3px
}

.blog-boxed-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.filter-n-box button.col {
    display: block;
    width: 100%;
    background: #f2f2f2;
    border: 0;
    color: #484848;
    padding: 15px;
    border-radius: 7px 7px 0 0
}

.filter-n-box button.col i {
    margin-left: 10px
}

.filter-collapse {
    background: #dfdfdf;
    position: relative;
    z-index: 99;
    left: 0;
    right: 0;
    border-radius: 0 0 7px 7px;
    top: 100%;
    width: 100%
}

.filter-n-body {
    padding: 10px 8px 2px
}

.filter-collapse .single-filter .custom-checkbox {
    background: #f7f7f7;
    padding: 5px 14px;
    width: auto;
    margin-bottom: 7px;
    border-radius: 5px;
    margin-right: 7px
}

.filter-collapse .single-filter .custom-checkbox .custom-checkbox {
    margin-bottom: 0;
    margin-right: 0
}

.filter-n-box button:focus {
    outline: 0
}

.filter-n-box button.col.collapsed i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-n-box button.col.collapsed {
    border-radius: 7px
}

.game-boxed-bottom-right a.btn-button.red span {
    font-weight: 700
}

.footer-menu {
    padding-left: 10px
}

.blog-list.five .single-blog:nth-child(5) {
    display: none
}

.page-area h3.subtitle {
    color: #36d798;
    font-size: 14px;
    margin: 10px 0 5px
}

.tips-tricks {
    margin-left: -25px
}

.broken-game {
    background-image: url(../images/broke-game-image.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    width: 640px
}

.broken-game span {
    font-size: 200px
}

.broken-game .side-game-list {
    width: 640px;
    text-align: center;
    margin-left: -10px
}

.broken-game .side-game {
    display: inline-block;
    margin-top: 320px;
    margin-left: 20px
}

.broken-game .side-game img {
    width: 178px;
    height: 135px
}

.rectangle-round {
    border-radius: 0 0 7px 7px
}

.breadcumbers-nav-footer {
    margin: 10px 10px -10px 10px
}

.breadcumbers-nav-middle {
    margin-bottom: 0
}

.breadcumbers-nav-footer .breadcumbers-nav,
.breadcumbers-nav-middle .breadcumbers-nav {
    background: #1c1752;
    color: #fff
}

.breadcumbers-nav ul li {
    display: inline-block;
    padding: 6px 0
}

.breadcumbers-nav-footer .breadcumbers-nav ul li a,
.breadcumbers-nav-middle .breadcumbers-nav ul li a {
    color: #ffffff
}

.breadcumbers-nav-footer .breadcumbers-nav ul li:last-child a,
.breadcumbers-nav-middle .breadcumbers-nav ul li:last-child a {
    color: #8881d2
}

.breadcumbers-area {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin: 10px 0 0
}

.breadcumbers {
    padding: 10px 0 10px 0;
    margin-left: -10px
}

.image-title img,
.game-rating-b .fa-star {
    color: #ffd012
}

.added .fa-exclamation-triangle,
.added .fa-heart {
    color: #ee6d17
}

.moderation {
    color: red;
    float: right;
    font-weight: 400
}

.border-red,
.redinput {
    border: red 1px solid !important
}

.mobile-game-play img {
    width: 100%
}

.mobile-game-play button {
    width: 100%
}

.font-150 {
    font-size: 150px !important
}

.font-30 {
    font-size: 30px !important
}

.game-list.cat .mix {
    display: none
}

.opacity07 {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.game-image .label-danger {
    background: #fff;
    font-size: 16px;
    padding: 2px 5px;
    border-radius: 8px;
    position: absolute;
    top: 7px;
    right: 7px
}

.game-image .desktop-only {
    font-size: 40px;
    position: absolute;
    top: 5px;
    right: 35px;
    opacity: .9
}

.game-image .original-tag {
    position: absolute;
    top: 5px;
    right: 7px;
    font-weight: 800;
    font-size: 10px;
    background: #292176;
    color: #fff;
    border-radius: 7px;
    padding: 3px
}

.game-boxed-bottom-right .btn-button {
    text-align: center
}

.mobile-search button[type=submit] {
    display: none;
    position: absolute;
    z-index: 99
}

body.full-screen .footer-area {
    display: none
}

.mobile-game-fullscreen {
    height: 100vh;
    position: relative;
    background: #f5f5f5;
    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
}

#fullscren_btn {
    text-align: center;
    color: #fff;
    font-weight: 800
}

#fullscren_btn p {
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #36d798;
    color: #fff;
    font-weight: 800
}

body.full-screen .footer-area {
    display: none
}

.n-header-area {
    background: #201b5e;
    border-bottom: 3px solid #1c1752;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .2);
    position: relative
}

.n-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.n-logo {
    margin-bottom: -8px
}

.logo-blog {
    margin-bottom: 0
}

.n-menu-tigger {
    background: #1c1752;
    width: 110px;
    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;
    height: 64px;
    margin-right: 25px;
    color: #fff
}

.n-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.n-menu-tigger button {
    width: 55px;
    height: 8px;
    border: 0;
    padding: 0;
    margin: 0;
    background: 0 0;
    position: relative
}

.n-menu-tigger button span {
    position: absolute;
    left: 0;
    background: #fff;
    width: 12px;
    height: 2px;
    top: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.n-menu-tigger button span:last-child {
    top: 100%
}

.n-menu-tigger button span:nth-child(2) {
    top: 4px
}

.n-header-area:before {
    content: "";
    background: #1c1752;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70px
}

.n-menu-tigger button:before {
    content: "Menu";
    color: #fff;
    position: absolute;
    top: -3.5px;
    right: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.n-header-right input {
    background: #1c1752;
    border: 0;
    color: #fff;
    font-weight: 700;
    height: 45px;
    width: 200px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 35px 10px 15px;
    -webkit-transition: .2s;
    transition: .2s
}

.n-header-right button:focus,
.n-header-right input:focus,
.n-menu-tigger button:focus {
    outline: 0;
    width: 300px
}

.n-header-right input::placeholder {
    color: rgba(255, 255, 255, .7)
}

.n-header-right input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.n-header-right input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.n-header-right input::-moz-placeholder {
    color: #fff
}

.n-header-right {
    position: relative
}

.n-header-right button {
    background: 0 0;
    border: 0;
    color: #9b96cd;
    position: absolute;
    right: 5px;
    font-size: 20px;
    z-index: 9;
    top: 10px
}

.is-sticky .header-area,
.is-sticky .n-header-area {
    z-index: 99 !important
}

.n-main-menu {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 100;
    left: -320px;
    width: 320px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    -webkit-transition: .3s;
    transition: .3s
}

.oepn-side-menu .n-main-menu {
    left: 0
}

.n-main-menu .n-menu-tigger {
    background: #fff;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 30px;
    border-bottom: 3px solid #f7f7f7;
    height: 67px
}

.n-main-menu .n-menu-tigger button:before {
    color: #403799
}

.n-main-menu .btn-p {
    background: #b3b1cb;
    width: 100%;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 15px
}

.n-main-menu .btn-p:hover {
    background: #322992
}

.n-main-menu-body {
    padding: 10px 10px 30px !important;
    height: calc(100vh - 67px);
    width: 320px !important
}

.sn-main-menu h2 {
    color: #e2e2e2;
    font-weight: 400;
    font-size: 12px;
    margin: 20px 0 25px
}

.sn-main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sn-main-menu ul li {
    display: block
}

.sn-main-menu ul li a {
    display: block;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 600;
    color: #bfbfbf;
    margin-bottom: 10px;
    background: #fcfcfc;
    border-radius: 5px;
    padding: 15px 15px
}

.sn-main-menu ul li a:hover {
    text-decoration: none;
    padding-left: 30px;
    color: #322992
}

.n-main-menu .jspContainer {
    width: 305px !important
}

.n-main-menu .jspPane {
    width: 278px !important
}

.n-main-menu .jspTrack {
    background: 0 0
}

.n-main-menu .jspVerticalBar {
    background: 0 0
}

.n-main-menu .jspDrag {
    background: #ededed;
    border-radius: 3px;
    width: 10px
}

.n-main-menu .n-menu-tigger button span {
    background: #403799
}

.img-placeloader {
    min-height: 100px
}

.noscriptmsg {
    background: #000;
    color: #fff;
    padding: 30px;
    text-align: center;
    width: 100%
}

.tag_icon {
    position: absolute;
    top: 5px;
    right: 7px;
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    padding: 3px;
    animation-name: heartbeat;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}

.single-game:hover .tag_icon {
    display: none
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.game-not-working-box {
    position: fixed;
    z-index: 999;
    background: #3e32b8;
    border-radius: 8px;
    top: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .9);
    left: 50%;
    width: 600px;
    margin-left: -300px;
    overflow: hidden;
    margin-top: -116px;
    display: none
}

.game-not-working-body {
    min-height: 169px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.game-not-working-body p {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 14px
}

.game-not-working-body p.title {
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 25px
}

.game-not-working-botton {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 170px;
    grid-template-columns: auto 170px
}

.game-not-working-botton button {
    border: 0;
    background: #221a63;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 20px
}

.game-not-working-botton button.reported-cancel {
    background: #110d32
}

.game-not-working-botton button:hover {
    background: #fff;
    color: #110d32
}

.game-not-working-thankyou {
    position: fixed;
    z-index: 999;
    background: #3e32b8;
    border-radius: 8px;
    top: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .9);
    left: 50%;
    width: 600px;
    margin-left: -300px;
    overflow: hidden;
    margin-top: -33px;
    text-align: center;
    padding: 20px;
    display: none
}

.game-not-working-thankyou p {
    color: #ffffff;
    margin: 0
}

.game-not-working-thankyou p img {
    margin-right: 10px
}

.outgoing-broke-game {
    min-height: 300px;
    text-align: center;
    left: 50%
}

.outgoing-broke-game span {
    font-size: 12px;
    color: #d3d0ff;
    margin-top: 5px
}

.outgoing-broke-game img {
    display: block;
    margin: 40px auto 10px auto;
    border-radius: 7px
}

.outgoing-broke-game button {
    border: none;
    display: block;
    text-align: center;
    width: 200px;
    height: 40px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 7px;
    background: #37d799;
    color: #fff;
    font-weight: 800;
    -webkit-transition: .2s;
    transition: .2s
}

.outgoing-broke-game button:hover {
    text-decoration: none;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: #0fa
}

.background-iframe-placeholder {
    background: url(../images/preloader.gif) center center no-repeat;
}

.add-button {
    padding: 12px;
    text-align: center;
    margin-left: 25px;
    text-decoration: none;
    outline: 0;
    color: #fff;
    background-color: #3be6a2;
    border: none;
    border-radius: 7px;
    transition: .2s
}

.add-button:hover {
    background-color: #31c58b
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .game-list {
        display: block;
        overflow: hidden;
        padding: 15px 10px 10px;
        border-radius: 0 0 10px 10px
    }
    .sidebar-box .game-list {
        display: block;
        overflow: hidden;
        padding: 15px 10px 10px;
        border-radius: 0 0 10px 10px
    }
    .game-list.cat {
        display: block;
        overflow: hidden;
        background: #002258;
        padding: 15px 10px 10px;
        border-radius: 0 0 10px 10px
    }
    .single-game {
        margin: 0 0 10px;
        padding: 0 5px;
        float: left;
        width: 10%;
        position: relative;
        transition: .2s;
        display: block
    }
    .single-game a {
        display: block;
        background: #04142e;
        color: #fff;
        border-radius: 10px;
        overflow: hidden
    }
    .single-game-page {
        display: flex
    }
    .item-one,
    .item-two {
        display: block;
        margin-right: 10px
    }
    .item-five,
    .item-four {
        display: block;
        margin-left: 10px
    }
    .item-five,
    .item-one {
        width: 160px !important
    }
    .item-four,
    .item-two {
        width: 130px !important
    }
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-search:before {
    content: "\f002"
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    background: red;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px
}

.jspCap {
    display: none
}

.jspTrack {
    background: #dde;
    position: relative
}

.jspDrag {
    background: #bbd;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.tooltip {
    margin-top: 7px;
    background: #fff;
    border-radius: 7px;
    padding: 5px;
}

.c_order {
    padding-left: 18px;
    line-height: 40px;
    border-radius: 5px;
    background: #110d32;
    color: #fff;
    border: solid 1px #110d32;
    min-width: 135px;
    min-height: 42px;
    font-size: 12px
}

.btn-subscribe-youtube {
    margin-top: 10px
}

.btn-subscribe-youtube p {
    display: inline-block;
    left: 50%;
    top: 50%;
    background: red;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 10px;
    width: 30%;
    border-radius: 7px
}