body,
html {
    height: 100%;
    margin: 0;
}

.body-content {
    height: 100%;
}

.header__logo__wrapper {
    max-width: 135px;
}

.header__navigation__wrapper {
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    right: 100%;
    z-index: 999;
    display: flex;
    position: fixed;
    padding: 50px 20px 0 20px;
    transition: all 0.5s;
    flex-direction: column;
    background-color: var(--bs-gray-900);
}

.header__navigation__wrapper a {
    padding: 5px 0;
    color: white;
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
}

.header__navigation__wrapper.active {
    left: 0;
    z-index: 999;
}

.header__mobile_nav {
    color: white;
    font-size: 1.5rem;
}

.header__mobile_nav--cross {
    position: absolute;
    top: 20px;
    right: 20px;
}

header {
    margin-bottom: 20px;
}

.header__menu__wrapper {
    background-color: #fff;
    box-shadow: 0px 4px 8px #c8c9c3;
    background-position: right;
    background-repeat: no-repeat;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.side__logo__wrapper {
    width: 18px;
    margin-right: 10px;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

.custom-btn {
    background-image: linear-gradient(#bd7d4d, #6b3110);
    color: #fff;
    font-size: 12px !important;
    font-weight: 400;
    border-radius: 10px;
    height: 35px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game img,
.game-button img {
    border-radius: 10px;
}

button {
    background: transparent;
    border: none;
}

.footer_menu ul {
    list-style-type: none;
}

.marquee {
    overflow: hidden;
    position: relative;
}

.marquee p {
    padding: 5px;
    font-weight: 600;
    color: #cccfd3;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    /* Prevent text from wrapping */
    animation: scroll-left 20s linear infinite;
}

.game-button {
    width: 60px;
    height: 70px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    border-bottom: 2px solid;
    border-color: #cccfd3;
}

.game-button.active {
    border-color: #04686d;
}

.global-section {
    background: url("https://static.wixstatic.com/media/c7d83a_4ddc238038ac4c4388dc30d89344434c~mv2.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.filter-gallery-active {
    display: flex;
    gap: 5px;
    overflow-x: scroll;
}

.game-button-home {
    background: url("../../img/home_inactive.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-home.active {
    background: url("../../img/home_active.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slots {
    background: url("../../img/slot_inactive.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slots.active {
    background: url("../../img/slot_active.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-casino {
    background: url("../../img/casino_inactive.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-casino.active {
    background: url("../../img/casino_active.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-sports {
    background: url("../../img/sport_inactive.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-sports.active {
    background: url("../../img/sport_active.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-lottery {
    background: url("../../img/lottery_inactive.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-lottery.active {
    background: url("../../img/lottery_active.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-other {
    background: url("../../img/others_inactive.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-other.active {
    background: url("../../img/others_active.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.game-button-p2p {
    background: url("../../img/p2p_inactive.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.game-button-p2p.active {
    background: url("../../img/p2p_active.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.promo-button {
    border-radius: 25px;
    background-color: white;
    color: #748ab0;
    height: 35px;
}

.promo-button.active {
    background: linear-gradient(#fee16c, #ffd52a 80%);
    color: white;
}

.rebate-list-size {
    width: 100%;
    height: auto;
}

.has-children {
    align-items: center;
    display: flex !important;
    justify-content: space-between;
}

.more-icon {
    display: flex;
    align-items: center;
}

.more-icon.active {
    transform: rotate(90deg);
}

.children-menu {
    height: 0px;
    overflow: hidden;
}

.children-menu.active {
    height: auto;
    overflow: visible;
}

.bank-img {
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .rebate-list-size {
        width: 40%;
        height: auto;
    }
}
