    /* CUSTOM CSS */

    /* HEADER */
    .header {
        background: linear-gradient(to bottom,
                #131313,
                #000000);
        border-bottom: 1px solid #181818;
    }

    .header-category__menu-item-link,
    .user-referral__menu-item-link,
    .game-promotions__menu-item-link,
    .user-transactions__menu-item-link {
        background: linear-gradient(0deg,
                #ffbe1b 35%,
                #f39e07 52%,
                #d17a00 72%,
                #8f4e00 100%) !important;
        border: 1px solid #ffbe1b !important;
        color: black;
    }

    .header-category__menu-item-link:hover,
    .user-referral__menu-item-link:hover,
    .game-promotions__menu-item-link:hover,
    .user-transactions__menu-item-link:hover {
        background: linear-gradient(45deg,
                #ffbe1b 35%,
                #f39e07 52%,
                #d17a00 72%,
                #8f4e00 100%) !important;
        border: 1px solid #ffbe1b !important;
    }

    .header-misc__link--login,
    .header-misc__link--register {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        font-weight: 700;
        transition: all .3s ease;
    }

    .header-misc__link--login {
        background: linear-gradient(0deg,
                #ffffff 0%,
                #f3f3f3 18%,
                #dddddd 45%,
                #bdbdbd 75%,
                #9b9b9b 100%) !important;
        box-shadow:
            inset 0 2px 0 rgba(255, 255, 255, .9),
            inset 0 -2px 0 rgba(0, 0, 0, .15),
            0 4px 12px rgba(255, 255, 255, .18);
    }

    .header-misc__link--login:hover {
        transform: translateY(-2px);
        color: white;
        background: linear-gradient(45deg,
                #ffffff 0%,
                #f3f3f3 18%,
                #dddddd 45%,
                #bdbdbd 75%,
                #9b9b9b 100%) !important;
    }

    .header-misc__link--register {
        background: linear-gradient(0deg,
                #ffbe1b 35%,
                #f39e07 52%,
                #d17a00 72%,
                #8f4e00 100%) !important;
        border: 1px solid #ffbe1b !important;
        animation: goldGlow 1.8s ease-in-out infinite;
    }

    .header-misc__link--register:hover {
        transform: translateY(-2px);
        background: linear-gradient(45deg,
                #ffbe1b 35%,
                #f39e07 52%,
                #d17a00 72%,
                #8f4e00 100%) !important;
        color: white;
        border: 1px solid #ffbe1b;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, .55),
            inset 0 -2px 0 rgba(102, 55, 0, .45),
            0 2px 6px rgba(255, 190, 27, .35),
            0 6px 16px rgba(209, 122, 0, .45);
    }

    .header-misc__link--login::before,
    .header-misc__link--register::before {
        content: "";
        position: absolute;
        top: -55%;
        left: -140%;
        width: 50%;
        height: 230%;
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0),
                rgba(255, 255, 255, .55),
                rgba(255, 255, 255, 0)) !important;
        transform: rotate(45deg);
        pointer-events: none;
    }


    .header-misc__link--register::before {
        animation: shine 1.5s linear infinite;
    }

    @keyframes shine {

        0% {
            left: -140%;
            opacity: 0;
        }

        8% {
            opacity: 1;
        }

        30% {
            left: 170%;
            opacity: 1;
        }

        38% {
            opacity: 0;
        }

        100% {
            left: 170%;
            opacity: 0;
        }

    }

    @keyframes goldGlow {

        0% {
            box-shadow:
                inset 0 2px 0 rgba(255, 255, 255, .55),
                inset 0 -2px 0 rgba(110, 60, 0, .45),
                0 2px 6px rgba(255, 190, 27, .20),
                0 5px 12px rgba(209, 122, 0, .15);
            filter: brightness(1);
        }

        20% {
            box-shadow:
                inset 0 2px 0 rgba(255, 255, 255, .75),
                inset 0 -2px 0 rgba(110, 60, 0, .45),
                0 0 10px rgba(255, 190, 27, .45),
                0 0 22px rgba(243, 158, 7, .35),
                0 0 35px rgba(255, 190, 27, .25);
            filter: brightness(1.08);
        }

        40% {
            box-shadow:
                inset 0 2px 0 rgba(255, 255, 255, .6),
                inset 0 -2px 0 rgba(110, 60, 0, .45),
                0 2px 8px rgba(255, 190, 27, .25),
                0 5px 14px rgba(209, 122, 0, .18);
            filter: brightness(1.02);
        }

        60% {
            box-shadow:
                inset 0 2px 0 rgba(255, 255, 255, .8),
                inset 0 -2px 0 rgba(110, 60, 0, .45),
                0 0 14px rgba(255, 190, 27, .55),
                0 0 28px rgba(243, 158, 7, .40),
                0 0 42px rgba(255, 190, 27, .28);
            filter: brightness(1.12);
        }

        80% {
            box-shadow:
                inset 0 2px 0 rgba(255, 255, 255, .6),
                inset 0 -2px 0 rgba(110, 60, 0, .45),
                0 2px 8px rgba(255, 190, 27, .25),
                0 5px 14px rgba(209, 122, 0, .18);
            filter: brightness(1.02);
        }

        100% {
            box-shadow:
                inset 0 2px 0 rgba(255, 255, 255, .55),
                inset 0 -2px 0 rgba(110, 60, 0, .45),
                0 2px 6px rgba(255, 190, 27, .20),
                0 5px 12px rgba(209, 122, 0, .15);
            filter: brightness(1);
        }

    }

    .separator-line {
        width: 1px;
        background: white !important;
        height: 80%;
        flex-shrink: 0;
        box-shadow: 0px 0px 1px white !important;
    }

    /* END HEADER */

    /* BODY */
    .content {
        background: #000000;
    }

    /* Image */
    .splide__slide img {
        vertical-align: bottom;
        border: 1px solid #181818 !important;
    }

    /* Content Text */
    .content-page {
        color: #ffbb00 !important;
    }

    .content-page__header-title-content,
    .user-referral__content-header--content,
    .game-promotions__content-header--content {
        color: #ffbb00 !important;
        font-size: 16px;
        white-space: nowrap;
    }

    .content-provider__item-link span {
        color: #ffbb00 !important;
        font-weight: bold !important;
    }

    /* Marquee */
    .marquee__msg {
        background: linear-gradient(to bottom,
                #131313,
                #000000);
        color: #ffbb00 !important;
        font-weight: bold !important;
    }

    .marquee__wrapper {
        background: linear-gradient(to bottom,
                #131313,
                #000000);
    }

    /* Price Jackpot */
    .counter-prize {
        color: #ffbb00 !important;
        background: black !important;
        border: 1px solid #333333 !important;
    }

    /* Content */
    .content-page__header {
        background: black !important;
    }

    .content-page__wrapper {
        background: black !important;
        border-top: 1px solid #181818 !important;
    }

    /* Modals */
    .modals-sidemenu .modal-content {
        background: linear-gradient(to top, #000000, #252525);
        border: 1px solid grey;
    }

    .sideform-body {
        background: linear-gradient(to top, #252525, #252525);
        border-top: 2px solid grey;
        border-bottom: 2px solid grey;
    }

    /* Button Content */
    .content-page__header-btn {
        background: linear-gradient(0deg,
                #ffbe1b 35%,
                #f39e07 52%,
                #d17a00 72%,
                #8f4e00 100%) !important;
        border: 1px solid #ffbe1b !important;
    }

    .content-page__header-btn:hover {
        background: linear-gradient(45deg,
                #ffbe1b 35%,
                #f39e07 52%,
                #d17a00 72%,
                #8f4e00 100%) !important;
        border: 1px solid #ffbe1b !important;
    }

    .btn {
        color: #000;
    }

    .footer {
        background: #000000;
        border-top: 1px solid #333333;
    }

    hr.solid {
        border-top: 1px solid #333333;
    }

    .footer-payments--item {
        background: #ececec;
        border: 1px solid #333333;
    }

    .line,
    .footer-partner--item-img {
        background: linear-gradient(to bottom,
                #131313,
                #000000);
        border: 1px solid white;
    }

    /* END BODY */

    /* MOBILE */
    /* HUMBERGER MENU */
    .header__container {
        background: linear-gradient(to bottom,
                #131313,
                #000000);
    }

    .header.nav-change {
        background: linear-gradient(to top, #000, #2f2f2f);
        background-position: 100% 100%;
    }

    .sidebar__content {
        background: black;
    }

    .sidemenu-profile {
        background: linear-gradient(to bottom,
                #131313,
                #000000);
    }

    .sidemenu-nav__item-link:hover,
    .sidemenu-nav__item-link.active {
        background: linear-gradient(to bottom,
                #131313,
                #000000);
    }

    .sidemenu-nav__item-link {
        color: white;
    }

    /* END HUMBERGER MENU */

    /* ICON PROVIDER */
    .box-title-category {
        color: #ffbe1b !important;
    }

    /* END ICON PROVIDER */
    /* BUTTON */
    .header-btn,
    .layout-game-default-alt__item-btn {
        background: linear-gradient(0deg,
                #ffffff 0%,
                #f3f3f3 18%,
                #dddddd 45%,
                #bdbdbd 75%,
                #9b9b9b 100%) !important;
        box-shadow:
            inset 0 2px 0 rgba(255, 255, 255, .9),
            inset 0 -2px 0 rgba(0, 0, 0, .15),
            0 4px 12px rgba(255, 255, 255, .18);
    }

    .header-btn--alt {
        background: linear-gradient(0deg,
                #ffbe1b 35%,
                #f39e07 52%,
                #d17a00 72%,
                #8f4e00 100%) !important;
        border: 1px solid #ffbe1b !important;
        animation: goldGlow 1.8s ease-in-out infinite;
    }

    /* END BUTTON */

    .content-page--original {
        background: #000000;
    }

    /* PROMOTION */
    .game-promotions__content-item--body-header span:first-of-type {
        color: #ffa800;
        font-weight: 400;
    }

    /* END PROMOTION */

    /* FOOTER MOBILE */
    .content-page__footer-btn {
        background: linear-gradient(to top, #a7a7a7, #e6e6e6);
        box-shadow: 0px 2px 0px 0px #333333;
        color: black;
    }

    .sidenav-float__item-link {
        color: white;
    }

    /* END FOOTER MOBILE */

    /* CSS POP UP ERROR REGIST MOBILE */
    .lp-modal__backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .62);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        backdrop-filter: blur(2px)
    }

    .lp-modal__backdrop.show {
        display: flex
    }

    .lp-modal {
        width: min(92vw, 420px);
        border-radius: 16px;
        overflow: hidden;
        background: #121212;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .12);
        box-shadow: 0 16px 48px rgba(0, 0, 0, .5);
        transform: scale(.96);
        opacity: 0;
        transition: .18s ease
    }

    .lp-modal.show {
        transform: scale(1);
        opacity: 1
    }

    .lp-modal__head {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 16px;
        background: linear-gradient(135deg, #1b1b1b, rgba(255, 200, 107, .14))
    }

    .lp-modal__head .ico {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: grid;
        place-items: center
    }

    .lp-modal--err .ico {
        background: #7a1d1d
    }

    .lp-modal--ok .ico {
        background: #1f6b3d
    }

    .lp-modal__title {
        font-weight: 700
    }

    .lp-modal__body {
        padding: 16px;
        line-height: 1.5
    }

    .lp-modal__actions {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        padding: 0 16px 16px
    }

    .lp-btn {
        padding: 10px 14px;
        border-radius: 10px;
        border: 1px solid transparent;
        cursor: pointer
    }

    .lp-btn--gold {
        background: #ffc86b;
        color: #161616;
        font-weight: 700
    }

    .lp-btn--ghost {
        background: transparent;
        color: #fff;
        border-color: rgba(255, 255, 255, .24)
    }

    /* END CSS POP UP ERROR REGIST MOBILE */
    /* END MOBILE */
    /* END CUSTOM CSS */