html,
body {
    height: 100%;
    margin: 0;
    background-image: url(/theme/front/img/bg.png);
    color: #fff;
    background-color: #171717;
}

.container-full {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-image: url(/theme/front/img/bg.png);
    color: #fff;
    background-color: #171717;
}

header {
    height: 50px;
    background-color: #171717;
    border-bottom: 1px solid #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
    color: #e43d30;
}

.headerTitle {
    font-weight: 700;
    font-size: 1.2em;
}

.orange-text {
    color: #e43d30;
}

.category-info-box {

    padding-bottom: 16px !important;
    font-size: 1.2em;
    font-weight: 600;
}

.headline-box {
    padding-left: 16px !important;
    padding-bottom: 16px;
    font-size: 1.2em;
    font-weight: 600;
}

.menu-icon {
    font-size: 1.5rem;
    cursor: pointer;
}

#anchor-ad-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: #171717;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
}

#anchor-ad-container .close-bottom {
    position: absolute;
    top: 10%;
    right: 2%;
    background: crimson;
    color: white;
    border: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 10px;
}

footer {
    height: 50px;
    border-top: 1px solid hsla(0, 0%, 86%, .2);
    background-color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

footer ul.horizontal-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

footer ul.horizontal-menu li {
    position: relative;
    padding: 0 10px;
    font-size: 0.8em;
}

footer ul.horizontal-menu li a {
    text-decoration: none;
    color: #b7b7b7;
    transition: background-color 0.3s;
}

footer ul.horizontal-menu li a:hover {
    color: cornflowerblue;
}

footer ul.horizontal-menu li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #999;
}

.middle {
    flex: 1;
    overflow-y: auto;

}

/* Sidebar styles */
.sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    background-color: #343a40;
    color: white;
    transition: left 0.3s ease;
    z-index: 999;
    padding: 1rem;
}

.sidebar.open {
    left: 0;
}

.sidebar .close-btn {
    margin-bottom: 1rem;
    cursor: pointer;
    text-align: center;
}

.sidebar a {
    display: flex;
    align-items: center;
    color: white;
    padding: 0.5rem 0;
    text-decoration: none;
}

.sidebar i {
    margin-right: 0.5rem;
}

.static-card {
    background-color: #292929;
    border-radius: .325rem;
    padding: 10px;
    text-align: left;
    font-size: 0.9em;
    line-height: 26px;
}

.normal-card {
    background-color: #292929;
    border-radius: .325rem;
    display: flex;
    align-items: center;
    padding: 10px;
}

.normal-card p {
    font-size: 0.8em;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.normal-card img {
    border-radius: 10px;
    object-fit: cover;
}

.normal-card h2 {
    text-align: justify;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 1.3em;
}

.game-card {
    background-color: #292929;
    border-radius: .325rem;
    display: flex;
    align-items: center;
    padding: 10px;
}

.game-card p {
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.game-card img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 15px;
}

.game-info {
    flex-grow: 1;
}

.play-btn {
    white-space: nowrap;
}

.game-href {
    color: white;
    text-decoration: none;
}

#my_frame {
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.full-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
}

.full-page img {
    max-width: 100%;
    max-height: 100%;
    width: 96px;
    height: 96px;
}

@media (min-width: 992px) {
    .game-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: 100%;
        background-color: #292929;
        padding: 10px;
    }

    .game-card p {
        font-size: 0.8em;
        margin-top: 10px;
        margin-bottom: 10px !important;
    }

    .game-card img {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        max-width: 80px;
        height: auto;
    }

    .game-info {
        flex-grow: 0;
    }

    .play-btn {
        margin-top: auto;
    }
}
@media (max-width: 767px) {

    .static-card {
        background-color: #292929;
        border-radius: .325rem;
        padding: 10px;
        text-align: left;
        font-size: 0.8em;
        line-height: 26px;
    }

    .normal-card {
        background-color: #292929;
        border-radius: .325rem;
        display: flex;
        align-items: center;
        padding: 10px;
    }

    .normal-card p {
        font-size: 0.8em;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .normal-card h2 {
        text-align: justify;
        padding: 0px !important;
        margin: 0px !important;
        font-size: 0.9em;
    }
}
