.list-thumbnail img {
    transition: all .3s ease
}

.list-game:hover .list-thumbnail img {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.list-thumbnail {
    overflow: hidden
}

.social-share {
    display: inline-block;
    margin-right: 10px
}

.social-icon {
    width: 40px;
    height: 40px;
    transition: opacity .3s ease
}

.social-icon:hover {
    opacity: .8
}

.list-thumbnail {
    position: relative;
    overflow: hidden
}

.hover-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    color: white;
    text-align: center;
    padding: 15px 0;
    transform: translateY(100%);
    transition: transform .3s ease-in-out;
    font-weight: 700
}

.list-game:hover .hover-info {
    transform: translateY(0)
}

.list-thumbnail.square-thumb {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-color: #f0f0f0;
    overflow: hidden
}

.list-thumbnail.square-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.placeholder-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-item {
    margin: 0 2px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    text-decoration: none;
    transition: all .3s ease
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.arrow.left {
    border-right: 5px solid currentColor;
    margin-right: 5px
}

.arrow.right {
    border-left: 5px solid currentColor;
    margin-left: 5px
}

@media(min-width:768px) {
    .col-md-1-5 {
        width: 12.5%
    }
}

.navbar-nav .nav-link {
    transition: all .3s ease;
    position: relative;
    padding: 10px;
    border-radius: 10px
}

.navbar-nav .nav-link:hover {
    background-color: #f1c40f;
    color: #654900 !important;
    transform: scale(1.05)
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #e67e22;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out
}

.navbar-nav .nav-link:hover::before {
    visibility: visible;
    transform: scaleX(1)
}

.links.list-categories {
    list-style-type: none;
    padding: 0
}

.links.list-categories a {
    text-decoration: none;
    color: #333;
    transition: transform .3s ease, color .3s ease;
    display: block
}

.links.list-categories li {
    padding: 10px;
    transition: transform .3s ease
}

.links.list-categories a:hover li {
    transform: translateY(-3px)
}

.game-player {
    background-color: #212234;
    border-radius: 10px;
    color: white
}

.game-area {
    position: relative;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px
}

.game-iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none
}

.game-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 5px
}

.game-control-btn {
    background-color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.single-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px
}

.single-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold
}

.action-btn>div {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.action-btn i,
.action-btn img {
    color: white;
    font-size: 16px
}

.header-left {
    display: flex;
    align-items: center;
    gap: 10px
}

.header-left img {
    border-radius: 10px
}

.action-btn {
    display: flex;
    gap: 20px
}

.info-the-game .rating {
    margin-bottom: 10px;
    font-size: 14px;
    color: #9595d1
}

.info-the-game .rating i {
    margin-right: 5px
}

.star-on {
    color: #ffa73f;
    margin-right: 5px;
    margin-bottom: -3px;
    width: 16px;
    display: inline-block;
    font-size: 13.5px;
    position: relative;
    left: 1px;
    top: -1px
}

.info-the-game .rating i.star-off {
    margin-right: 5px;
    color: #5c5b73
}

article {
    line-height: 1.6
}

article h1,
article h2,
article h3,
article h4 {
    margin-top: 1.2em;
    margin-bottom: .6em;
    font-weight: bold
}

article h1 {
    font-size: 28px
}

article h2 {
    font-size: 22px
}

article h3 {
    font-size: 18px
}

article h4 {
    font-size: 16px
}

article p {
    font-size: 16px;
    margin: .5em 0
}

article ul,
article ol {
    margin: 1em 0;
    padding-left: 1.5em
}

article li {
    margin: .5em 0
}

article a {
    color: #0073e6;
    text-decoration: none
}

article a:hover {
    text-decoration: underline
}

.search-box {
    position: relative;
    width: 300px
}

.search-box .search-bar {
    width: 100%
}

.search-box .search-results-container {
    position: absolute;
    width: 100%;
    z-index: 9999;
    margin-left: 10px
}

.search-box .search-results {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #2d2e47;
    max-height: 300px;
    overflow-y: auto;
    background: #212234;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 100%;
    border-radius: 10px;
    margin-top: 11px
}

.search-box .search-results li {
    padding: 10px;
    border-bottom: 1px solid #2d2e47;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #e0e0e0
}

.search-box .search-results li:last-child {
    border-bottom: none
}

.search-box .search-results li:hover {
    background-color: #2a2b40
}

.search-box .search-result-thumb {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 5px
}

.search-box .search-result-info {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-box .search-results .search-all {
    background-color: #2a2b40;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.search-box .search-results .search-all:hover {
    background-color: #333450
}

.search-box .searching-indicator {
    display: none;
    padding: 10px;
    text-align: center;
    background-color: #212234;
    border: 1px solid #2d2e47;
    border-radius: 10px;
    margin-top: 11px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #e0e0e0
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #1a1b2e
}

::-webkit-scrollbar-thumb {
    background: #3a3b4f;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #4a4b5f
}

* {
    scrollbar-width: thin;
    scrollbar-color: #3a3b4f #1a1b2e
}

body {
    -ms-overflow-style: none
}

.custom-scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.footer {
    background-color: #212234
}

.copyright {
    background-color: #151520
}

.report-modal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.report-modal-content {
    background-color: #fefefe;
    color: #000;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 320px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.report-label {
    padding: 0 10px;
    margin-right: 5px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 8px;
}