.section-title {
    font-size: 1.3rem;
}

.page-title {
    margin-top: 5px;
    margin-bottom: 20px;
}

:root {
    --poppins: 'Poppins', sans-serif;
    --anim: all ease-out 0.3s;
    --solid: rgb(103, 88, 250);
    --linear: linear-gradient(270deg, rgba(103, 88, 250, 1) 0%, rgba(140, 88, 250, 1) 100%);
    --color1: #151436;
    --color2: rgb(38, 38, 83);
}

html {
    background: var(--color1);
}

body {
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, 0.71);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
}

h1 {
    font-size: 24px;
    font-weight: 600;
}

h2 {
    font-size: 22px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
}

h1, h2, h3, h4 {
    color: #fff;
}

p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: #6758FA;
}

img {
    max-width: 100%;
}

.master {
    width: 100%;
    float: left;
    position: relative;
}

.left-sidebar {
    width: 190px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 0px 0px 0px;
    box-shadow: 0px 0px 23px -4px rgb(255 255 255 / 8%);
}

.left-categories {
    width: 100%;
    float: left;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.left-categories li {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
}

.left-categories li a {
    display: flex;
    position: relative;
    gap: 10px;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.8);
    height: 35px;
    z-index: 2;
}

.left-categories li a:hover {
    color: #00fab8;
    transition: transform .1s;
    transform: translateX(10px);
}

.g-icon img {
    max-width: 100%;
    max-height: 100%;
}

.left-categories .category-item.active a {
    background: #00916b;
    color: #fff;
    border-radius: 100px;
    font-weight: bolder;
}

.site-logo img {
    display: block;
}

.site-logo a {
    display: inline-block
}

.site-logo {
    margin-bottom: 15px;
    width: 170px;
    margin-left: 9px;
}

.g-icon {
    width: 25px;
    height: 25px;
    display: flex;
}

.g-content {
    width: calc(100% - 190px);
    float: right;
}

.g-content section, .top-nav {
    width: 100%;
    padding: 10px 20px 10px 20px;
}

nav#mainNav {
    float: left;
}

.g-content section {
    float: left;
}

.g-content section .container-fluid, .top-nav .container-fluid {
    padding: 0;
}

input.form-control:active, input.form-control:hover {
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgb(50 115 220 / 25%);
    background: #3f3f68;
    color: #acacb5;
}

input.form-control {
    background: #3f3f68;
    margin-bottom: 0 !important;
    border: none;
    color: #acacb5;
    border-radius: 4px;
    height: 2.5em;
}

.navbar-collapse {
    align-items: flex-start
}

.sidebar-right {
    position: fixed;
    top: 65px;
    left: 100%;
    max-height: calc(100vh - 60px);
    background: #262653;
    padding: 20px 0 40px 30px;
}

.search-bar {
    max-width: 33.3%;
    margin-right: auto;
    position: relative;
    padding-right: 16px;
}

.search-bar input.search {
    background: #262653;
    border-radius: 25px !important;
    border: none;
    height: 51px;
    margin-bottom: 0;
    color: #fff;
    padding: 10px 20px 10px 50px;
    box-sizing: border-box;
    max-width: 100%;
    width: 360px;
    font-size: 14px;
    margin: 0 !important;
}

.search-bar .bi-search {
    position: absolute;
    color: #fff;
    top: 10px;
    left: 17px;
    z-index: 6;
    font-size: 21px;
}

.form-inline .input-group .form-control:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    outline: none;
    box-shadow: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-title {
    position: relative;
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .section-title {
        font-size: 24px;
    }
}

.page-title {
    margin-top: 5px;
    margin-bottom: 20px;
}

.section-title h3, .section-title h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.section-title .g-icon {
    top: 0;
}

.grid-1 {
    margin: 0;
    padding: 5px;
}

.game-item {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #262653;
    padding: 5px;
    height: 100%;
}

.list-info {
    position: relative;
    padding: 3px 10px 0 10px;
    text-align-last: center;
}

.list-info:after {
    content: "";
    display: block;
    clear: both;
}

.list-thumbnail {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.list-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.list-1 .list-thumbnail {
    max-width: 130px;
    margin-right: 5px;
}

.list-1 .list-thumbnail img {
    border-radius: 0;
}

.grid-1 .list-thumbnail img {
    width: 100%;
    aspect-ratio: 4 / 2.25;
}

.row:last-child {
    margin-bottom: 0;
}

.row {
    margin-top: 0;
}

.list-thumbnail .small-thumb img {
    width: 100%;
}

.mobile-thumb-play {
    background: #000000;
    overflow: hidden;
    border-radius: 8px;
    mask-image: linear-gradient(to bottom, rgb(0 0 0), rgb(0 0 0 / 0%));
}

.mobile-thumb-play img {
    width: 100%;
    opacity: 1;
}

.game-details {
    clear: both;
}

.game-details h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 200%;
    margin-top: 10px;
}

.game-details {
    clear: both;
}

.single-description {
    font-size: 14px;
    line-height: 200%;
}

.highlight-text {
    color: #fff;
    margin-bottom: 10px;
}

.widget-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.sm-widget {
    margin-top: 5px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    background: #262653;
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

section.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    margin-top: 10px;
}

.footer-area {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

section.section-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
}

p.copyright {
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

section.post-list .section-title.page-title {
    margin-bottom: 15px;
    margin-top: 12px;
}

.post-meta {
    font-size: 15px;
    color: #aebfbc;
    margin-top: auto;
    margin-bottom: 5px;
}

section.section-search .section-title {
    padding-top: 5px;
    margin-bottom: 0
}

section.section-search .row {
    margin-top: 0;
    margin-left: -12px;
    margin-right: 12px;
    width: calc(100% + 24px);
}

@media (max-width: 1024px) {
    section.section-search .section-title {
        padding-top: 2px;
        margin-bottom: 18px;
    }

    .g-content section.sidebar-right {
        padding-top: 20px;
        padding-left: 30px !important;
        overflow-y: auto;
        padding-right: 30px !important;
        padding-bottom: 24px;
    }

    .search-bar input.search {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .section-title h3 {
        font-size: 18px;
    }

    .section-title.page-title h3 {
        font-size: 24px;
    }

    .section-title img {
        width: 32px;
        display: block;
        height: 32px;
    }

    .section-title .g-icon {
        top: 0;
        width: 32px;
        height: 32px;
    }

    .list-title {
        font-size: 16px;
    }

    .grid-1 {
        margin-bottom: 0;
    }

    .row:last-child {
        margin-bottom: 0;
    }

    .footer .col-md-4 {
        padding-bottom: 1rem;
    }

    .footer .col-md-4:last-child {
        padding-bottom: 0;
    }

    section.post-list .section-title.page-title {
        margin-bottom: 20px;
        margin-top: 12px;
    }

    h4.widget-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {

    .left-sidebar {
        width: 100vw;
        z-index: 9;
        left: -100vw;
    }

    .left-categories {
        position: absolute;
        top: 65px;
        left: -100vw;
        max-height: calc(100vh - 80px);
        background: #1f1f2f;
        padding: 10px 0 10px 0px;
        transition: var(--anim);
        -moz-transition: var(--anim);
        -webkit-transition: var(--anim);
        height: 100%;
    }

    .left-categories.show {
        left: 100vw;
    }

    .sidebar-right {
        position: fixed;
        z-index: 9;
        background: #262653;
        height: calc(100vh - 65px);
        left: 100%;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        transition: var(--anim);
        -moz-transition: var(--anim);
        -webkit-transition: var(--anim);
    }

    .sidebar-right.show {
        left: 0;
    }

    .g-content {
        width: 100%;
        padding-top: 65px;
    }

    .g-content section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .side-header {
        position: absolute;
        left: 100vw;
        top: 0;
        width: 100vw;
        height: 65px;
        /*background: #262653;*/
        background-color: rgb(33 34 51 / 85%);
        backdrop-filter: blur(4px);
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

    .burger-left {
        width: 65px;
        height: 65px;
        float: left;
        text-align: center;
        padding-top: 7px;
    }

    .burger-right {
        width: 65px;
        height: 65px;
        float: right;
        text-align: center;
        padding-top: 10px;
    }

    .site-logo {
        width: calc(100% - 130px);
        float: left;
        padding: 10px 25px;
        margin-bottom: 0;
        height: 65px;
        display: block;

    }

    .site-logo a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 125px;
    }

    #mainNav {
        display: none;
    }

    .search-bar {
        max-width: 100%;
        margin-bottom: 35px;
        padding-right: 0;
    }

    .site-logo {
        margin-bottom: 0;
    }
}

.section-title p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.71);
    padding-bottom: 12px;
}

.wgt-list-game {
    box-shadow: 0 0 0 0 rgba(50, 50, 50, .25);
    border-radius: 5px;
}

.wgt-list-game-grid .wgt-list-game {
    padding: 5px;
    margin: 5px;
}

.wgt-list-game-vertical {
    margin-bottom: 5px;
    width: 100%;
    position: relative;
    padding: 0;
}

.wgt-list-game-vertical .wgt-list-game {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    gap: 10px;
}

.wgt-list-game-vertical .wgt-list-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.wgt-list-game-vertical .wgt-list-title {
    margin-bottom: 8px;
}

.wgt-list-game-vertical .wgt-list-title {
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 23ch;
}

@media (min-width: 768px) {
    .wgt-list-game-vertical .wgt-list-category, .wgt-list-game-vertical .wgt-list-title {
        color: #FFFFFF;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 15ch;
    }
}

@media (max-width: 767px) {
    .wgt-list-game-vertical .wgt-list-category, .wgt-list-game-vertical .wgt-list-title {
        color: #FFFFFF;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 30ch;
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .game-grid-container {
        grid-auto-columns: calc(100vw / 3) !important;
        grid-template-rows: repeat(2, calc(100vw / 3 * 0.55)) !important;
    }

    .arrow-left-btn, .arrow-right-btn {
        display: none !important;
    }

    .grid-image-container {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .grid-item {
        height: auto;
        width: 100%;
    }

}

.game-item:hover {
    transform: scale(1.03);
    transition: all .2s ease-in-out;
    border-style: solid;
    border-color: #00fab8;
}

.bi-search::before {
    color: #00fab8;
}

.btn:hover {
    border-color: #00fab8;
}

.game-content {
    position: relative;
}

.game-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 45%);
    padding: 10px 30px 10px 30px;
    width: 180px;
    background-color: #00fab8;
    color: #21212f;
}

.game-button:hover {
    background-color: #00fab8;
    color: #21212f;
}

.game-button i {
    font-size: 20px;
}

.game-button span {
    font-size: 20px;
    margin-left: 5px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 600px) {
    .game-button {
        margin: 5px;
        padding: 10px 10px;
    }

    .game-button i {
        font-size: 20px;
        display: flex;
    }

    .game-button span {
        font-size: 20px;
        margin-left: 5px;
    }
}

.arrow-right-btn {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 100000;
    width: 50px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.arrow-left-btn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 50px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    cursor: pointer;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.icon {
    font-size: 26px;
}

.hide-scroll::-webkit-scrollbar {
    display: none;
}

.hide-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.game-image {
    max-height: 100% !important;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
}

.game-grid-container {
    display: grid;
    grid-auto-columns: 200px;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 0.7em;
    overflow-x: scroll;
}

.grid-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 2.25;
}

.grid-image-container {
    width: 100%;
    height: 100%;
}

.grid-item:nth-child(9n + 1) {
    grid-row: span 2;
    grid-column: span 2;
}

.grid-text-container {
    position: absolute;
    bottom: 0;
    padding: 3px 0;
    margin: 0 auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.grid-item:hover .grid-text-container {
    opacity: 1;
}

.grid-title {
    font-size: 13px;
    font-weight: 700;
}

.small-thumb {
    width: 100%;
    height: auto;
}

.grid-item:hover {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-color: #00fab8;
}

.btn-primary {
    --bs-btn-bg: #00fab8;
    --bs-btn-border-color: #00916b;
    --bs-btn-hover-bg: #00916b;
    --bs-btn-hover-border-color: #00fab8;
}

.single-row-posts .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.single-row-posts .post-item {
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-row-posts .post-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid #00fab8;
}

@media (max-width: 575.98px) {
    .single-row-posts .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .post-item {
        margin-bottom: 20px;
    }

    .post-item {
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .single-row-posts .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-6 {
        margin-bottom: 30px;
    }
}

.read-more:hover {
    background-color: #00e6a3;
    text-decoration: none;
}

.read-more {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #00fab8;
    padding: 6px 10px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
}

.post-excerpt {
    font-size: 15px;
    margin-bottom: 10px;
    color: #aebfbc;
}

.post-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid #00fab8;
}

.post-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 8px;
    color: #ffffff;
    transition: all 0.3s ease;
    transform-origin: center;
    border: 1px solid transparent;
}

.first-post {
    background-color: #1b2b26;
}

.post-item {
    background-color: #21212F;
    padding: 15px;
    margin-bottom: 20px;
    color: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .single-row-posts .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

:root {
    --color1: #16151B;
    --color2: #21212F;
    --color3: #3a3a4f;
    --color4: #4e4e66;
    --linear: rgba(255, 255, 255, 0.1);
    --text-body: rgba(255, 255, 255, 0.71);
    --text-primary: #fff;
    --text-secondary: rgba(255, 255, 255, 0.71);
    --a-color: #518bd7;
    --a-hover: #1354aa;
    --side-a: rgba(255, 255, 255, 0.8);
    --side-a-hover: rgb(77, 77, 98);
}

html {
    background: var(--color1);
}

body {
    color: var(--text-body);
}

a {
    color: #00fab8;
}

a:hover {
    color: var(--a-hover);
}

h1, h2, h3, h4 {
    color: var(--text-primary);
}

.left-sidebar {
    background: var(--color2);
}

.search-bar input.search {
    background: var(--color2);
    color: var(--text-secondary);
}

.game-item {
    background: var(--color2);
}

.g-icon {
    background: #0000;
}

.sm-widget {
    background: var(--color2);
}

table.scoreboard thead, table.scoreboard thead th {
    background: var(--color2);
}

table.scoreboard tbody, table.scoreboard tbody th, table.scoreboard tbody td {
    background: var(--color3);
}

.max-line-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}


.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    z-index: 10000;
    right: 20px;
    border-radius: 50px;
    background: #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
}

.scroll-top:hover {
    background: #4692ff;
}

.scroll-top img {
    width: 50%;
    height: 50%;
}

.detail-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #5e5e5e;
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 3;
    }
}

.desc_btn {
    background: #00fab8;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 1rem;
}

.bi {
    font-size: 35px;
    color: #fff;
}

.position-relative {
    position: relative;
}

@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("./fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"),
    url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-caret-left-fill::before {
    content: "\f22d";
}

.bi-caret-right-fill::before {
    content: "\f231";
}

.bi-play-circle-fill::before {
    content: "\f4f2";
}

.bi-text-paragraph::before {
    content: "\f5c8";
}

.bi-three-dots-vertical::before {
    content: "\f5d3";
}

.bi-search::before {
    content: "\f52a";
}