@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700&display=swap";:root,[data-bs-theme=light] {
    --bs-red-100: #f8d7da;
    --bs-red-200: #f1aeb5;
    --bs-red-300: #ea868f;
    --bs-red-400: #e35d6a;
    --bs-red-500: #dc3545;
    --bs-red-600: #b02a37;
    --bs-red-700: #842029;
    --bs-red-800: #58151c;
    --bs-red-900: #2c0b0e;
    --bs-red-100-rgb: 248, 215, 218;
    --bs-red-200-rgb: 241, 174, 181;
    --bs-red-300-rgb: 234, 134, 143;
    --bs-red-400-rgb: 227, 93, 106;
    --bs-red-500-rgb: 220, 53, 69;
    --bs-red-600-rgb: 176, 42, 55;
    --bs-red-700-rgb: 132, 32, 41;
    --bs-red-800-rgb: 88, 21, 28;
    --bs-red-900-rgb: 44, 11, 14;
    --bs-yellow-100: #fff3cd;
    --bs-yellow-200: #ffe69c;
    --bs-yellow-300: #ffda6a;
    --bs-yellow-400: #ffcd39;
    --bs-yellow-500: #ffc107;
    --bs-yellow-600: #cc9a06;
    --bs-yellow-700: #997404;
    --bs-yellow-800: #664d03;
    --bs-yellow-900: #332701;
    --bs-yellow-100-rgb: 255, 243, 205;
    --bs-yellow-200-rgb: 255, 230, 156;
    --bs-yellow-300-rgb: 255, 218, 106;
    --bs-yellow-400-rgb: 255, 205, 57;
    --bs-yellow-500-rgb: 255, 193, 7;
    --bs-yellow-600-rgb: 204, 154, 6;
    --bs-yellow-700-rgb: 153, 116, 4;
    --bs-yellow-800-rgb: 102, 77, 3;
    --bs-yellow-900-rgb: 51, 39, 1
}

[data-bs-theme=dark] {
    --bs-red-100: #2c0b0e;
    --bs-red-200: #58151c;
    --bs-red-300: #842029;
    --bs-red-400: #b02a37;
    --bs-red-500: #dc3545;
    --bs-red-600: #e35d6a;
    --bs-red-700: #ea868f;
    --bs-red-800: #f1aeb5;
    --bs-red-900: #f8d7da;
    --bs-red-100-rgb: 44, 11, 14;
    --bs-red-200-rgb: 88, 21, 28;
    --bs-red-300-rgb: 132, 32, 41;
    --bs-red-400-rgb: 176, 42, 55;
    --bs-red-500-rgb: 220, 53, 69;
    --bs-red-600-rgb: 227, 93, 106;
    --bs-red-700-rgb: 234, 134, 143;
    --bs-red-800-rgb: 241, 174, 181;
    --bs-red-900-rgb: 248, 215, 218;
    --bs-yellow-100: #332701;
    --bs-yellow-200: #664d03;
    --bs-yellow-300: #997404;
    --bs-yellow-400: #cc9a06;
    --bs-yellow-500: #ffc107;
    --bs-yellow-600: #ffcd39;
    --bs-yellow-700: #ffda6a;
    --bs-yellow-800: #ffe69c;
    --bs-yellow-900: #fff3cd;
    --bs-yellow-100-rgb: 51, 39, 1;
    --bs-yellow-200-rgb: 102, 77, 3;
    --bs-yellow-300-rgb: 153, 116, 4;
    --bs-yellow-400-rgb: 204, 154, 6;
    --bs-yellow-500-rgb: 255, 193, 7;
    --bs-yellow-600-rgb: 255, 205, 57;
    --bs-yellow-700-rgb: 255, 218, 106;
    --bs-yellow-800-rgb: 255, 230, 156;
    --bs-yellow-900-rgb: 255, 243, 205
}

:root {
    --bs-border-color: var(--bs-border-color-translucent)
}

img {
    max-width: 100%
}

.nav-link {
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-padding-x: .5rem
}

button,.btn {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    width: 100%;
    font-weight: 600
}

button.btn-sm,.btn.btn-sm {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.25rem
}

@media(width >= 992px) {
    button,.btn {
        width: max-content
    }
}

button:active,button:disabled,button.disabled,.btn:active,.btn:disabled,.btn.disabled {
    border: none
}

.btn-primary,.btn-accent {
    position: relative;
    overflow: hidden
}

.btn-primary::before,.btn-primary::after,.btn-accent::before,.btn-accent::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(-100px) skewX(-15deg)
}

.btn-primary::before,.btn-accent::before {
    width: 60px;
    background: hsla(0,0%,100%,.5);
    filter: blur(30px);
    opacity: .5
}

.btn-primary::after,.btn-accent::after {
    width: 30px;
    left: 30px;
    background: hsla(0,0%,100%,.2);
    filter: blur(5px)
}

.btn-primary:hover::before,.btn-accent:hover::before {
    opacity: 1
}

.btn-primary:hover::before,.btn-primary:hover::after,.btn-accent:hover::before,.btn-accent:hover::after {
    transform: translateX(300px) skewX(-15deg);
    transition: all .9s ease
}

dl {
    display: flex
}

dl dt {
    flex-shrink: 0;
    width: 5rem;
    font-weight: normal;
    opacity: .5
}

dl dd {
    margin-bottom: 0
}

dl:last-child {
    margin-bottom: 0
}

.list-group {
    --bs-list-group-item-padding-y: .75rem;
    --bs-list-group-item-padding-x: .75rem
}

.list-group .list-group-item {
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x)
}

.list-group-item-action:not(.active):hover,.list-group-item-action:not(.active):focus {
    background-color: var(--bs-primary-bg-subtle)
}

.card .card-title {
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent)
}

.card .card-header {
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 1rem
}

@media(width >= 992px) {
    .card .card-header {
        --bs-card-cap-padding-y: 1rem;
        --bs-card-cap-padding-x: 1.5rem
    }

    .card .card-title,.card .card-body {
        padding: 1.25rem
    }
}

.alert {
    --bs-alert-padding-x: .75rem;
    --bs-alert-padding-y: .75rem
}

.modal-content {
    border: 0
}

.modal-content .modal-header {
    border-color: var(--bs-border-color-translucent)
}

table {
    font-size: 90%
}

table th,table td {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.toast {
    position: fixed;
    top: .75rem;
    left: .75rem;
    width: calc(100% - 1.5rem);
    background-color: rgba(var(--bs-body-bg-rgb), 1);
    z-index: 1045
}

@media(width >= 768px) {
    .toast {
        left: auto;
        right: .75rem;
        max-width: 320px
    }
}

.input-group-text {
    background: rgba(0,0,0,0)
}

[inert] .form-control {
    background: var(--bs-secondary-bg);
    color: var(--bs-secondary);
    opacity: .5
}

[inert] .form-floating label {
    color: var(--bs-secondary);
    opacity: .5
}

[inert] .btn,[inert] fieldset .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

[inert] .form-check .form-check-input,[inert] .form-check .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

[inert] .form-check label {
    cursor: default;
    opacity: .5
}

[inert] select {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary)
}

[inert] select option[selected] {
    color: var(--bs-secondary)
}

.form-control:disabled {
    opacity: .5
}

.form-select:disabled {
    color: var(--bs-secondary)
}

@media(width >= 768px) {
    .card--wallet-affiliate .btn {
        width: auto !important
    }
}

.text-accent {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-500-rgb), var(--bs-text-opacity))
}

.text-accent-emphasis {
    color: var(--bs-yellow-800)
}

.bg-accent {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-500-rgb), var(--bs-bg-opacity))
}

.bg-accent-subtle {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-100-rgb), var(--bs-bg-opacity)) !important
}

.text-bg-accent {
    color: var(--bs-black);
    background-color: rgba(var(--bs-yellow-500-rgb))
}

.border-accent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-yellow-500-rgb), var(--bs-border-opacity)) !important
}

.border-accent-subtle {
    border-color: var(--bs-yellow-200)
}

.link-accent {
    color: var(--bs-yellow-500) !important;
    text-decoration-color: var(--bs-yellow-500) !important
}

.link-accent:hover,.link-accent:focus {
    color: var(--bs-yellow-600) !important;
    text-decoration-color: var(--bs-yellow-600) !important
}

.btn-accent {
    --bs-btn-color: var(--bs-black);
    --bs-btn-bg: var(--bs-yellow-500);
    --bs-btn-border-color: var(--bs-yellow-500);
    --bs-btn-hover-color: var(--bs-black);
    --bs-btn-hover-bg: var(--bs-yellow-400);
    --bs-btn-hover-border-color: var(--bs-yellow-400);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: var(--bs-black);
    --bs-btn-active-bg: var(--bs-yellow-600);
    --bs-btn-active-border-color: var(--bs-yellow-600);
    --bs-btn-active-shadow: inset 0 3px 5px rgb(var(--bs-black-rgb) 0.125);
    --bs-btn-disabled-color: var(--bs-black);
    --bs-btn-disabled-bg: var(--bs-yellow-500);
    --bs-btn-disabled-border-color: var(--bs-yellow-500)
}

.btn-outline-accent {
    --bs-btn-color: var(--bs-yellow-500);
    --bs-btn-border-color: var(--bs-yellow-500);
    --bs-btn-hover-color: var(--bs-black);
    --bs-btn-hover-bg: var(--bs-yellow-500);
    --bs-btn-hover-border-color: var(--bs-yellow-500);
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: var(--bs-black);
    --bs-btn-active-bg: var(--bs-yellow-600);
    --bs-btn-active-border-color: var(--bs-yellow-600);
    --bs-btn-active-shadow: inset 0 3px 5px rgb(var(--bs-black-rgb) 0.125);
    --bs-btn-disabled-color: var(--bs-yellow-500);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-yellow-500);
    --bs-gradient: none
}

.header-area {
    background-color: var(--bs-black);
    color: var(--bs-white);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    border-top: 4px solid var(--bs-primary);
    z-index: 9
}

.header-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    height: 54px;
    background: var(--bs-primary)
}

@media(width >= 768px) {
    .header-area:before {
        left:50%;
        transform: translateX(-50%);
        width: 124px;
        height: 55px
    }
}

.header-area .branding {
    position: relative;
    top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 124px;
    height: 56px;
    background: var(--bs-primary)
}

.header-area .branding img {
    display: block;
    margin: 0
}

@media(width >= 768px) {
    .header-area .branding {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }
}

.header-area .branding::before,.header-area .branding::after {
    content: "";
    position: absolute;
    top: 0
}

.header-area .branding::before {
    left: -378px;
    width: 380px;
    height: 100%;
    background: var(--bs-primary)
}

.header-area .branding::after {
    display: inline-block;
    right: -56px;
    width: 0;
    height: 0;
    border-width: 56px 56px 0 0;
    border-color: var(--bs-primary) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid
}

@media(width >= 768px) {
    .header-area .branding::before {
        display:inline-block;
        left: -56px;
        top: 0;
        width: 0;
        height: 0;
        background: rgba(0,0,0,0);
        border-width: 0 56px 56px 0;
        border-color: rgba(0,0,0,0) var(--bs-primary) rgba(0,0,0,0) rgba(0,0,0,0);
        border-style: solid
    }
}

.header-area .btn-primary {
    overflow: clip
}

.header-area .btn-group-contact {
    display: none
}

@media(width >= 768px) {
    .header-area .btn-group-contact {
        position: relative;
        top: 4px;
        display: flex;
        align-items: center;
        gap: .25rem;
        margin-right: auto;
        width: auto
    }
}

.header-area .profile-bar {
    position: relative;
    padding: .25rem
}

@media(width >= 768px) {
    .header-area .profile-bar {
        padding-left: .25rem
    }
}

.header-area .profile-bar .profile {
    flex-shrink: 0;
    cursor: pointer
}

.header-area .profile-bar .profile img {
    width: 48px;
    height: 48px;
    border: 3px solid var(--bs-success);
    border-radius: 100%
}

.header-area .dropdown .dropdown-toggle::after {
    display: none
}

.header-area .dropdown .dropdown-menu {
    margin-top: 1rem;
    padding: 0 1rem;
    width: 100vw;
    background-color: var(--bs-black);
    border: 0
}

.header-area .dropdown .dropdown-menu .dropdown-item {
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
    border-bottom: 1px solid var(--bs-border-color-translucent)
}

.header-area .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--bs-border-color-translucent)
}

.header-area .dropdown .dropdown-menu .dropdown-item:last-of-type {
    border: 0
}

@media(width >= 768px) {
    .header-area .dropdown .dropdown-menu {
        padding: 0;
        width: 280px
    }

    .header-area .dropdown .dropdown-menu .dropdown-item {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.footer-area {
    margin-top: auto;
    padding: 4rem 0 1.5rem 0;
    background-color: hsla(0,0%,100%,.075)
}

@media(width >= 1400px) {
    .footer-area {
        padding-bottom: 1rem !important
    }
}

body {
    font-family: "Noto Sans Thai";
    background-color: #200
}

.page {
    padding-top: 4rem;
    min-height: 100vh
}

.main-area {
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media(width >= 1200px) {
    .main-area {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,.2) rgba(0,0,0,0)
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0)
}

*::-webkit-scrollbar-track {
    background: rgba(0,0,0,0)
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 6px;
    border: 3px solid rgba(0,0,0,0);
    background-clip: padding-box
}

*::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.3)
}

.navigator-categories {
    position: relative;
    padding: 1rem 0;
    background-color: var(--bs-black)
}

.navigator-categories .wrapper {
    max-width: 1140px;
    overflow: auto
}

.navigator-categories .wrapper nav {
    display: flex;
    justify-content: center;
    gap: .5rem;
    border-bottom: 0;
    width: max-content
}

.navigator-categories .wrapper nav .nav-link {
    position: relative;
    padding: 0;
    text-align: center;
    border-radius: var(--bs-border-radius);
    width: 80px;
    border: 1px solid rgba(0,0,0,0)
}

.navigator-categories .wrapper nav .nav-link img {
    width: 100%;
    border-radius: var(--bs-border-radius)
}

.navigator-categories .wrapper nav .nav-link span {
    position: absolute;
    bottom: 0;
    padding: .5rem 0;
    width: 100%;
    display: block;
    font-weight: 700;
    line-height: 1.25;
    color: var(--bs-white);
    text-shadow: 0 0 3px var(--bs-primary)
}

.navigator-categories .wrapper nav .nav-link span small {
    display: block;
    font-size: 60%
}

.navigator-categories .wrapper nav .nav-link:first-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.navigator-categories .wrapper nav .nav-link:first-of-type img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.navigator-categories .wrapper nav .nav-link:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.navigator-categories .wrapper nav .nav-link:last-of-type img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.navigator-categories .wrapper nav .nav-link.active {
    position: relative;
    border-color: var(--bs-yellow-500)
}

.navigator-categories .wrapper nav .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to top, rgb(var(--bs-warning-rgb), 0.5), rgb(var(--bs-warning-rgb), 0.25), transparent)
}

.navigator-categories .wrapper nav .nav-link.active span {
    color: var(--bs-yellow-500);
    text-shadow: 0 0 3px var(--bs-primary)
}

@media(width <= 768px) {
    .navigator-categories {
        position: relative;
        gap: .75rem
    }

    .navigator-categories:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 4.5rem;
        height: 100%;
        background-image: linear-gradient(to left, var(--bs-black), rgb(var(--bs-black-rgb), 0.25), transparent)
    }

    .navigator-categories.no-after:after {
        content: none
    }
}

@media(width <= 768px)and (width <= 576px) {
    .navigator-categories .container-md {
        padding: 0
    }
}

@media(width >= 768px) {
    .navigator-categories .wrapper {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto
    }

    .navigator-categories .wrapper nav {
        width: 100%;
        overflow: hidden
    }

    .navigator-categories .wrapper nav .nav-link {
        flex: 1;
        overflow: hidden;
        width: 96px
    }

    .navigator-categories .wrapper nav .nav-link:first-of-type,.navigator-categories .wrapper nav .nav-link:last-of-type {
        border-radius: var(--bs-border-radius)
    }

    .navigator-categories .wrapper nav .nav-link img {
        width: 100%
    }

    .navigator-categories .wrapper nav .nav-link img:first-of-type,.navigator-categories .wrapper nav .nav-link img:last-of-type {
        border-radius: var(--bs-border-radius)
    }

    .navigator-categories .wrapper nav .nav-link:hover img {
        transform: scale(1.25);
        transition: .2s
    }
}

.modal-sign .modal-header {
    border: none
}

.modal-sign .modal-content {
    background: linear-gradient(to top, var(--bs-modal-bg) 65%, var(--bs-primary-bg-subtle))
}

.notfound-page {
    height: 100vh
}

@media(width >= 992px) {
    .single-page {
        min-height: 640px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.single-page .case-middle {
    width: 100%
}

@media(width >= 992px) {
    .single-page .case-middle {
        width: unset;
        min-width: 480px;
        max-width: 512px
    }
}

.landing-page,.game-lists-page {
    min-height: 100vh;
    color: var(--bs-white)
}

.landing-page .main-wrapper,.game-lists-page .main-wrapper {
    background: rgba(0,0,0,0) url(../img/landing/bg-page.webp) center top/cover no-repeat;
    background-attachment: fixed
}

.landing-page .main-area,.game-lists-page .main-area {
    padding-bottom: 0
}

.landing-page .section--wrapper,.game-lists-page .section--wrapper {
    padding: 1rem;
    background: var(--bs-black);
    border-radius: var(--bs-border-radius)
}

@media(width >= 768px) {
    .landing-page .section--wrapper,.game-lists-page .section--wrapper {
        padding: 1rem 2rem
    }
}

.landing-page .section--wrapper .heading,.game-lists-page .section--wrapper .heading {
    margin-bottom: 1rem;
    text-shadow: 1px 1px 4px var(--bs-primary)
}

.landing-page .marquee-container,.game-lists-page .marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box
}

.landing-page .marquee-container .marquee-content,.game-lists-page .marquee-container .marquee-content {
    display: inline-block;
    animation: marquee-scroll 30s linear infinite
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.landing-page .item-link,.game-lists-page .item-link {
    position: relative;
    padding: 0;
    border: 1px solid var(--bs-primary);
    border-radius: var(--bs-border-radius)
}

.landing-page .item-link:hover,.game-lists-page .item-link:hover {
    position: relative;
    top: -0.75rem;
    box-shadow: 4px 4px 0 var(--bs-primary-border-subtle);
    transition: .2s
}

.landing-page .item-link img,.game-lists-page .item-link img {
    border-radius: var(--bs-border-radius)
}

.landing-page .item-link.item-link--bg,.game-lists-page .item-link.item-link--bg {
    background: radial-gradient(125% 125% at 50% 10%, var(--bs-black) 40%, var(--bs-primary) 100%);
    padding: .5rem
}

.landing-page .item--see-more,.game-lists-page .item--see-more {
    position: relative;
    padding: 0;
    border-radius: var(--bs-border-radius)
}

.landing-page .item--see-more img,.game-lists-page .item--see-more img {
    border-radius: var(--bs-border-radius)
}

.landing-page .item--see-more span,.game-lists-page .item--see-more span {
    position: absolute;
    z-index: 1;
    width: calc(100% - 1rem);
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -0.5rem;
    padding: .25rem;
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
    color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: var(--bs-border-radius)
}

.landing-page .item--see-more:after,.game-lists-page .item--see-more:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--bs-primary-rgb), 0.5);
    border-radius: var(--bs-border-radius)
}

.landing-page .item--see-more:hover,.game-lists-page .item--see-more:hover {
    position: relative;
    top: -0.75rem;
    box-shadow: 4px 4px 0 var(--bs-primary-border-subtle);
    transition: .2s
}

.landing-page .section,.game-lists-page .section {
    padding-top: .5rem;
    padding-bottom: .5rem
}

@media(width >= 768px) {
    .landing-page .section,.game-lists-page .section {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.landing-page .section.section--separate,.game-lists-page .section.section--separate {
    background-color: hsla(0,0%,100%,.025)
}

.landing-page .section--hero,.game-lists-page .section--hero {
    padding-top: .5rem
}

.landing-page .section--hero .swiper-button-next,.landing-page .section--hero .swiper-button-prev,.game-lists-page .section--hero .swiper-button-next,.game-lists-page .section--hero .swiper-button-prev {
    height: 100%;
    width: 2rem;
    top: 0;
    margin-top: 0
}

.landing-page .section--hero .swiper-button-next::after,.landing-page .section--hero .swiper-button-prev::after,.game-lists-page .section--hero .swiper-button-next::after,.game-lists-page .section--hero .swiper-button-prev::after {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    color: var(--bs-white);
    transform: translateY(-50%)
}

.landing-page .section--hero .swiper-button-next::after:hover,.landing-page .section--hero .swiper-button-prev::after:hover,.game-lists-page .section--hero .swiper-button-next::after:hover,.game-lists-page .section--hero .swiper-button-prev::after:hover {
    opacity: .75
}

@media(width >= 768px) {
    .landing-page .section--hero .swiper-button-next,.landing-page .section--hero .swiper-button-prev,.game-lists-page .section--hero .swiper-button-next,.game-lists-page .section--hero .swiper-button-prev {
        width: 10%
    }
}

.landing-page .section--hero .swiper-button-prev,.game-lists-page .section--hero .swiper-button-prev {
    left: 0;
    background-image: linear-gradient(to right, rgb(var(--bs-black-rgb), 1), rgb(var(--bs-black-rgb), 0.75), transparent)
}

.landing-page .section--hero .swiper-button-prev:after,.game-lists-page .section--hero .swiper-button-prev:after {
    left: 1rem
}

.landing-page .section--hero .swiper-button-next,.game-lists-page .section--hero .swiper-button-next {
    right: 0;
    background-image: linear-gradient(to left, rgb(var(--bs-black-rgb), 1), rgb(var(--bs-black-rgb), 0.75), transparent)
}

.landing-page .section--hero .swiper-button-next:after,.game-lists-page .section--hero .swiper-button-next:after {
    right: 1rem
}

.landing-page .section--hero img,.game-lists-page .section--hero img {
    width: 100% !important
}

.landing-page .section--offers-special .row,.game-lists-page .section--offers-special .row {
    justify-content: center
}

.landing-page .section--offers-special .row .col-md,.game-lists-page .section--offers-special .row .col-md {
    max-width: 33.333%
}

.landing-page .section--games .grid-x .item-link:nth-of-type(06),.landing-page .section--games .grid-x .item-link:nth-of-type(07),.game-lists-page .section--games .grid-x .item-link:nth-of-type(06),.game-lists-page .section--games .grid-x .item-link:nth-of-type(07) {
    display: none
}

@media(width >= 768px) {
    .landing-page .section--games .grid-x .item-link:nth-of-type(06),.landing-page .section--games .grid-x .item-link:nth-of-type(07),.game-lists-page .section--games .grid-x .item-link:nth-of-type(06),.game-lists-page .section--games .grid-x .item-link:nth-of-type(07) {
        display:block
    }
}

.landing-page .section--lotto .item-link,.game-lists-page .section--lotto .item-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

@media(width >= 768px) {
    .landing-page .section--lotto .item-link,.game-lists-page .section--lotto .item-link {
        border-bottom-left-radius: var(--bs-border-radius);
        border-top-right-radius: 0
    }
}

.landing-page .section--sports .item-link,.landing-page .section--virtual .item-link,.game-lists-page .section--sports .item-link,.game-lists-page .section--virtual .item-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media(width >= 768px) {
    .landing-page .section--sports .item-link,.game-lists-page .section--sports .item-link {
        border-radius: 0
    }
}

@media(width >= 768px) {
    .landing-page .section--virtual .item-link,.game-lists-page .section--virtual .item-link {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-border-radius)
    }
}

.landing-page .section-contact .section--wrapper,.landing-page .section--service-provider .section--wrapper,.game-lists-page .section-contact .section--wrapper,.game-lists-page .section--service-provider .section--wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media(width >= 768px) {
    .landing-page .section-contact .section--wrapper,.landing-page .section--service-provider .section--wrapper,.game-lists-page .section-contact .section--wrapper,.game-lists-page .section--service-provider .section--wrapper {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.landing-page .section--contact .section--wrapper,.game-lists-page .section--contact .section--wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media(width >= 768px) {
    .landing-page .section--contact .section--wrapper,.game-lists-page .section--contact .section--wrapper {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.landing-page .section--contact a.nav-link,.game-lists-page .section--contact a.nav-link {
    text-decoration: none
}

.landing-page .section--service-provider .marquee,.game-lists-page .section--service-provider .marquee {
    position: relative;
    overflow: hidden;
    width: 100%
}

.landing-page .section--service-provider .marquee::before,.landing-page .section--service-provider .marquee::after,.game-lists-page .section--service-provider .marquee::before,.game-lists-page .section--service-provider .marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 3rem;
    height: 100%;
    z-index: 1
}

.landing-page .section--service-provider .marquee::before,.game-lists-page .section--service-provider .marquee::before {
    left: 0;
    background-image: linear-gradient(to right, rgb(var(--bs-black-rgb), 0.95), rgb(var(--bs-black-rgb), 0.5), transparent)
}

.landing-page .section--service-provider .marquee::after,.game-lists-page .section--service-provider .marquee::after {
    right: 0;
    background-image: linear-gradient(to left, rgb(var(--bs-black-rgb), 0.95), rgb(var(--bs-black-rgb), 0.5), transparent)
}

.landing-page .section--service-provider .marquee-track,.game-lists-page .section--service-provider .marquee-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: marquee 16s linear infinite;
    will-change: transform;
    transform: translateZ(0)
}

.landing-page .section--service-provider .item-service-provider,.game-lists-page .section--service-provider .item-service-provider {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    padding: .5rem;
    min-width: 128px;
    background: var(--bs-primary-border-subtle);
    border: 1px solid var(--bs-primary);
    border-radius: var(--bs-border-radius)
}

.landing-page .section--service-provider .small,.game-lists-page .section--service-provider .small {
    font-size: 75%
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.landing-page .grid-x,.game-lists-page .grid-x {
    display: grid;
    gap: .5rem
}

.landing-page .grid-x--3-8,.game-lists-page .grid-x--3-8 {
    grid-template-columns: repeat(3, 1fr)
}

@media(width >= 768px) {
    .landing-page .grid-x--3-8,.game-lists-page .grid-x--3-8 {
        grid-template-columns: repeat(8, 1fr)
    }
}

.landing-page .grid-x--3-5-6,.game-lists-page .grid-x--3-5-6 {
    grid-template-columns: repeat(3, 1fr)
}

.landing-page .grid-x--3-5-6 .item-link,.game-lists-page .grid-x--3-5-6 .item-link {
    min-width: 33.333%
}

@media(width >= 768px) {
    .landing-page .grid-x--3-5-6,.game-lists-page .grid-x--3-5-6 {
        grid-template-columns: repeat(5, 1fr)
    }

    .landing-page .grid-x--3-5-6 .item-link,.game-lists-page .grid-x--3-5-6 .item-link {
        min-width: 20%
    }
}

@media(width >= 1200px) {
    .landing-page .grid-x--3-5-6,.game-lists-page .grid-x--3-5-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .landing-page .grid-x--3-5-6 .item-link,.game-lists-page .grid-x--3-5-6 .item-link {
        min-width: 16.666%
    }
}

.landing-page .navigator-categories {
    background: rgba(0,0,0,0)
}

.landing-page .badge,.game-lists-page .badge {
    transform: translate(-20%, -50%)
}

.landing-page .badge.text-bg-success:before,.game-lists-page .badge.text-bg-success:before {
    border-top: 8px solid var(--bs-success)
}

.landing-page .badge.text-bg-danger:before,.game-lists-page .badge.text-bg-danger:before {
    border-top: 8px solid var(--bs-danger)
}

.landing-page .badge.text-bg-secondary:before,.game-lists-page .badge.text-bg-secondary:before {
    border-top: 8px solid var(--bs-secondary)
}

.flashing-animation {
    opacity: 0;
    -webkit-animation: flashing 3s ease-in-out infinite;
    animation: flashing 3s ease-in-out infinite
}

@keyframes flashing {
    10% {
        opacity: 1
    }

    20% {
        opacity: .5
    }

    30% {
        opacity: 1
    }

    40% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    60% {
        opacity: .5
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: .5
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

.member-page .badge {
    line-height: 1rem;
    white-space: normal
}

.member-page .nav-bg-primary {
    background: var(--bs-primary-bg-subtle)
}

.member-page a.nav-bg-primary:hover,.member-page button.nav-bg-primary:hover {
    background: var(--bs-primary-border-subtle)
}

.member-page .transfer-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: .25rem solid var(--bs-primary-border-subtle)
}

.member-page .transfer-process label {
    position: absolute;
    top: 5.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: var(--bs-primary-bg-subtle);
    z-index: 1
}

.member-page .transfer-process .my-account-bank {
    border-top-left-radius: var(--bs-border-radius-xl)
}

.member-page .transfer-process .my-account-bank:first-of-type {
    background: var(--bs-primary-bg-subtle)
}

@media(width >= 768px) {
    .member-page .transfer-process label {
        top: 50%
    }
}
