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

.body-content {
    height: 100%;
}

.header__logo__wrapper {
    max-width: 135px;
}

.header__navigation__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: linear-gradient(#CF575A, #810621);
    top: 0;
    right: 100%;
    transition: all 0.5s;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

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

.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 {
    background: linear-gradient(#CF575A, #810621);
}

.header__menu__wrapper {
    /* background: url('../../img/header_background.png'); */
    background-position: right;
    background-repeat: no-repeat;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

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

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

.custom-btn {
    background-color: #7f0420 !important;
    color: white;
    height: 30px;
    border-radius: 5px;
    width: 100%;
    font-size: 0.8rem;
    padding: 5px 10px;
    font-weight: 600;
    line-height: 1.5;
}

.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:#7f0420;
}

.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%);
    }
}

.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;
}

.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;
}

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