body,
html {
    color: #fff;
    width: 100%;
}

body {
    background: url(https://www.club99.com/static/img/club99_bg.35da240.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.body-content {
    height: 100%;
}

.header__logo__wrapper {
    max-width: 135px;
}

.header__navigation__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #121b28;
    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 {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.header__navigation__wrapper a:hover {
    text-decoration: underline;
}

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

.header__menu__wrapper {
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

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


.custom-btn {
    border-color: transparent;
    border-radius: 20px;
    padding: 10px 20px;
    color: #233f89;
    font-size: 1rem;
    font-family: rethink_sans, sans-serif;
    font-weight: 700;
    background: linear-gradient(180deg, #fff, #f4f4f4 16.67%, #d1d1d1 50%, #c4c4c4 65%, #bcbcbc 82.5%, #d1d1d1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-btn:hover,
.custom-btn:focus {
    background: linear-gradient(180deg, #00b5f1 -8.98%, #32aadb 15.73%, #00b5f1 40.44%, #5c8dc2 91.84%, #124556 139.28%);
    color: white;
}

.custom-btn-2 {
    color: white;
    border-color: white;
    background: linear-gradient(180deg, #00b5f1 -8.98%, #32aadb 15.73%, #00b5f1 40.44%, #5c8dc2 91.84%, #124556 139.28%);
}


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

button {
    background: transparent;
    border: none;
}

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

.game-category-wrapper {
    flex-wrap: nowrap;
    overflow-y: scroll;
}

.game-button {
    height: 60px;
    position: relative;
}

.live-btn::before {
    background: url(../../img/poker.png) no-repeat;

}

.live-btn.active::before {
    background: url(../../img/poker-active.png) no-repeat;

}

.slot-btn::before {
    background: url(../../img/slot.png) no-repeat;

}

.slot-btn.active::before {
    background: url(../../img/slot-active.png) no-repeat;

}

.fish-btn::before {
    background: url(../../img/fish.png) no-repeat;

}

.fish-btn.active::before {
    background: url(../../img/fish-active.png) no-repeat;

}

.sport-btn::before {
    background: url(../../img/football.png) no-repeat;

}

.sport-btn.active::before {
    background: url(../../img/football-active.png) no-repeat;

}

.lottery-btn::before {
    background: url(../../img/P-02.png) no-repeat;

}

.lottery-btn.active::before {
    background: url(../../img/P-01.png) no-repeat;

}

.game-button span {
    margin-inline-start: 35px;
    font-weight: 700;
    text-shadow: 0 0 4px #fffc;
    letter-spacing: 0.8px;
    padding-bottom: 2px;
    color: white;
}

.game-button.active span {
    color: black;
}

.game-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    z-index: -1;
    top: 0;
    left: 0;
}

.download-qr-wrapper {
    padding: 20px;
    background: var(--color--primary);
    border-radius: 20px;
}

.section-title {
    font-weight: 600;
    color: var(--color--primary);
    text-align: center;
}

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

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

.single-item img {
    aspect-ratio: 16/6;
    object-fit: cover;
}

.text-justify {
    text-align: justify;
}

.site-nav-marquee {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 30px;
    margin: 3px 0;
    margin-bottom: 15px;
}

.site-nav-marquee img {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: contain;
    top: -5px;
    left: 2px;
    z-index: 1;
}

.smarquee-main {
    position: relative;
    display: flex;
    width: 100%;
    margin: auto;
    margin-left: 15px;
    margin-right: 10px;
}

.smarquee-main:before {
    background: linear-gradient(180deg, #222, #666);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    z-index: -1;
}

.smarquee-main:before,
.smarquee-main:after {
    content: '';
    position: absolute;
    border-radius: 50px;
}

.site-nav-marquee marquee {
    font-size: 14px;
    background: linear-gradient(180deg, #020202, #232323);
    border-radius: 50px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    margin: auto;
    padding-left: 40px;
}

.site-nav-marquee marquee span {
    color: #fff;
}

.smarquee-main:after {
    background: linear-gradient(0deg, #222, #666);
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    left: -6px;
    top: -6px;
    z-index: -2;
}

.site-promo-field h4 {
    color: #fff;
    font-size: 17px;
    padding: 0 15px;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    margin: -2px;
    box-shadow: 0 2px 6px #0007;
    text-shadow: 0 0 1px #fff;
    border: 1px groove #408e5d;
    background: linear-gradient(180deg, #60c382, #08301b);
}

.custom-h4 {
    padding-top: 10px;
    font-size: 20px !important;
    text-shadow: 0 0 4px #39adf0;
    padding-bottom: 15px;
    margin-bottom: 10px !important;
    text-align: center;
}

.home_img_wrapper {
    width: 50px;
}

.promo-wrapper {
    background: rgba(92, 141, 194, .3);
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 16px;
}

.promo-image img {
    border-radius: 10px 10px 0 0
}

.promo-content h4 {
    color: white;
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.custom-table {
    margin-top: 1rem;
    border-radius: 18Px;
    padding: 25Px 16Px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 201, 233, .3)), to(rgba(87, 148, 247, .3)));
    background: linear-gradient(180deg, rgba(255, 201, 233, .3), rgba(87, 148, 247, .3));
    -webkit-box-shadow: 2Px 2Px 4Px 0 hsla(0, 0%, 100%, .5019607843137255);
    box-shadow: 2Px 2Px 4Px 0 hsla(0, 0%, 100%, .5019607843137255);
}

.custom-table .detail td {
    border-right: 1px solid #d5b654;
}

.custom-table .lt-title {
    font-family: Rethink Sans;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    width: 70%;
}

.custom-table .lt-detail {
    font-family: Rethink Sans;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    width: 70%;
    height: 25Px;
    text-align: left;
    padding: .1rem 0;
}

.custom-table .lt-remark {
    font-family: Rethink Sans;
    font-size: 0.8rem;
    font-weight: 400;
    color: #ffcd4c;
    width: 70%;
}

.accordion {
    border-radius: 70px;
}

.accordion-header {
    color: #fff;
}

.accordion-item {
    margin-bottom: 10px;
}

.custom-iframe {
    width: 100%;
    height: 100vh;
    border-radius: 30px;
}

@media(max-width: 767px){
    .custom-iframe {
        width: 100%;
        height: 100vh;
    }
}