/*--style--*/


a {
    color: var(--text-widget);
    text-decoration: none;
    font-weight: 600;
}

/**floating icon*/
.livechat-wrapper {
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: auto;
    z-index: 99;
}

.myfloat {
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 60px;
    z-index: 99;
}

.hidden {
    display: none;
}

.myfloat.close-icon,
.close-livechat-btn,
.close-float-btn {
    margin-left: 6vh;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: red;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%);
    background-color: red;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.close-livechat-btn:hover,
.close-float-btn:hover {
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.8);
}

/*navbar baru*/
.navbar-desktop {
    display: flex;
}

.navbar-mobile {
    display: none;
}

.navbar {
    width: auto;
    margin: auto;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    display: block;
    z-index: 999;
}

.navbar .navbar-toggler {
    padding: 5px 5px;
    font-size: 16px;
    line-height: 1;
    color: var(--color-5);
    background-color: transparent;
    border: 2px solid var(--color-5);
    border-radius: 5px;
}

.navbar .navbar-toggler:hover {
    padding: 5px 5px;
    font-size: 16px;
    line-height: 1;
    color: var(--color-5);
    background-color: transparent;
    border: 2px solid var(--color-7);
    border-radius: 5px;
}

.navbar .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-color: var(--color-5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: var(--color-5);
    border-radius: 2px;
    ;
}

.navbar .navbar-toggler-icon:hover {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-color: var(--color-5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: var(--color-5);
}

.navbar .nav-link {
    justify-content: center;
    text-align: center;
}

.navbar .nav-link img {
    width: 3.8vh;
    height: 3.8vh;
}


.navbar .nav-item .nav-link {
    font-size: 16px;
    color: #fff;
}

.navbar .nav-item .nav-link:hover {
    font-size: 16px;
    color: #333;
}

.navbar .navbar-brand {
    color: #fff;
    padding: 0px 50px;
}

.navbar .navbar-brand img {
    width: 120px;
    height: 60px;
}

/*sidepanel navbar*/
/* The sidebar menu */
.sidebar {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    height: 20px;
    font-size: 36px;
}

/* The button used to open the sidebar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

/*watermark*/
.watermark {
    background-color: none;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    padding: 1px 1px;
    z-index: 5;
    top: 30px;
    right: 0;
    border: none;
}

.img-bg {
    background-color: var(--color-1);
    border-radius: 10px solid var(--color-1);
    border-radius: 10px;

}

/*--bank--*/
.content-bank {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.content-bank-title {
    width: auto;
    justify-content: center;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
}

.content-bank-title h1 {
    color: var(--color-5);
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0px;
}

.content-bank .bank-item {
    display: block;
    position: relative;
    padding: 1px;
    width: 80px;
    border-radius: 8px;
}

.content-bank .bank-item amp-img {
    display: block;
    width: 100%;
}

/*--ketengah--*/
.bplist {
    justify-content: center;
    text-align: center;
}

/**slider wrapper**/
.slider-container {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

.slider-container::-webkit-scrollbar {
    display: none;
}

.slider-wrapper {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: -20px;
    padding-bottom: 10px;
    justify-content: center;
    text-align: center;
}

.slider-item {
    justify-content: center;
    align-items: center;
    max-width: 60px;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    background: var(--color-2);
}

.slider-item:last-child {
    margin-right: 2px;
}

.slider-item img {
    display: block;
    position: relative;
    max-width: 50px;
    height: auto;
    padding: 3px 2px;
}

.slider-item .title-menu {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 2px 2px;
    max-width: 60px;
    color: var(--title-widget);
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-wrap: nowrap;
    text-transform: uppercase;
}

.slider-item img {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    width: 1fr;
    min-height: auto;
    max-height: 80px;
    aspect-ratio: 2/2;
    filter: grayscale(0);
    object-fit: fill;
}


/**slider rtp**/
.slider-container-rtp {
    overflow: hidden;
    padding: 10px 0px 15px 0px;
}

.slider-rtp::-webkit-scrollbar {
    display: none;
}

.slider-rtp {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: -20px;
    padding-bottom: 10px;
    justify-content: center;
    text-align: center;
}

.slider-rtp .slider-item-rtp {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    background: var(--color-2);
}

.slider-rtp .slider-item-rtp:last-child {
    margin-right: 2px;
}

.slider-rtp .slider-item-rtp img {
    display: block;
    position: relative;
    padding: 3px 2px;
    width: 100%;
}

.slider-rtp .slider-item-rtp .title-menu {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 2px 2px;
    width: 200px;
    color: var(--title-widget);
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-wrap: nowrap;
    text-transform: uppercase;
}

.slider-rtp .slider-item-rtp img {
    display: block;
    position: relative;
    max-width: 18vh;
    height: auto;
    width: 250px;
    min-height: auto;
    height: 80px;
    aspect-ratio: 2/2;
    filter: grayscale(0);
    object-fit: fill;
}


/*carousel slider*/
.carousel-slider {
    width: 100%;
    border-top: 2px solid var(--color-5);
}

.carousel-slider .carousel-item {
    display: block;
    padding-bottom: 0px;

}

.carousel-slider .carousel-item img {
    width: 1fr;
    max-width: 100%;
    height: auto;
}

/*carousel product*/
.carousel-product {
    width: auto;
}

.carousel-product .item-product {
    width: 1fr;
    padding-bottom: 10px;


}

.carousel-product .title {
    width: 100%;
    padding: 0px 10px;
    margin-bottom: -2vh;
    border-bottom: 2px solid var(--color-5);
}

.carousel-product .title .title-left {
    width: 70%;
    text-align: left;
    justify-content: left;
    text-transform: uppercase;
}

.carousel-product .title .title-left img {
    margin-top: -5px;
    padding: 0px 5px;
}

.carousel-product .title .title-right {
    width: 30%;
    text-align: right;
    justify-content: justify;
}

.carousel-product .title .right {
    width: auto;
    font-size: 14px;
}

.carousel-product .title .left {
    width: auto;
    font-size: 14px;
}


.carousel-product h3 {
    font-size: 1.4rem;
    color: var(--color-5);

}

.carousel-product h3 a {
    font-size: 1.4rem;
    color: var(--color-5);

}

.carousel-product .img-fluid {
    width: 0.5fr;
}

.carousel-product .box {
    border: 0.3rem solid transparent;
    border-radius: 12px;
    position: relative;
}

.carousel-product .box:hover {
    border: 0.3rem solid transparent;
    animation: conic-rotate 1s linear infinite;
    background:
        linear-gradient(black, black) padding-box,
        conic-gradient(#ff0000, #ffff00, #00ff00, #00ffff,
            #0000ff, #ff00ff, #ff0000) border-box;
}

.box {
    border: 0.3rem solid transparent;
    border-radius: 12px;
    position: relative;
}

.box:hover {
    border: 0.3rem solid transparent;
    animation: conic-rotate 1s linear infinite;
    background:
        linear-gradient(black, black) padding-box,
        conic-gradient(#ff0000, #ffff00, #00ff00, #00ffff,
            #0000ff, #ff00ff, #ff0000) border-box;
}

@keyframes conic-rotate {
    0% {
        background:
            linear-gradient(black, black) padding-box,
            conic-gradient(from 0deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000) border-box;
    }

    12.5% {
        background:
            linear-gradient(black, black) padding-box,
            conic-gradient(from 45deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000) border-box;
    }

    25% {
        background:
            linear-gradient(black, black) padding-box,
            conic-gradient(from 90deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000) border-box;
    }

    37.5% {
        background:
            linear-gradient(black, black) padding-box,
            conic-gradient(from 135deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000) border-box;
    }

    50% {
        background:
            linear-gradient(black, black) padding-box,
            conic-gradient(from 180deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000) border-box;
    }

    62.5% {
        background:
            linear-gradient(black, black) padding-box,
            conic-gradient(from 225deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000) border-box;
    }

    75% {
        background:
            linear-gradient(black, black) padding-box,
            conic-gradient(from 270deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000) border-box;
    }

    87.5% {
        background:
            linear-gradient(black, black) padding-box,
            conic-gradient(from 315deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000) border-box;
    }

    100% {
        background:
            linear-gradient(black, black) padding-box,
            conic-gradient(from 360deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000) border-box;
    }
}

/*--loginbox--*/
#popup1,
#popup2 {
    width: 100%;
    height: 100%;
    position: fixed;
    background: none;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    margin: auto;
}

#popup1 .btn.btn-download {
    display: block;
    position: relative;
    width: 100%;
    padding: 3px 10px;
    background: #0f8000;
    background-image: linear-gradient(to bottom, var(--green-1), var(--green-2));
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

#popup1 .login {
    color:
        <?php echo $Themes3["themesfontc1"];
    ?>;
    background-image: linear-gradient(to bottom, var(--color-7), var(--color-5));
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 5px 35px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;


}

#popup1 .lupa {
    color: var(--white);
    text-decoration: underline;
    text-align: center;
}

#popup1 .register {
    background-image: linear-gradient(to bottom, var(--red-1), var(--red-2));
    color: var(--white);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    padding: 5px 35px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 1);

}

#popup1 .formbg,
#popup2 .formbg {
    width: 100%;
    background: #333;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid var(--color-5)
}

#popup1 .window,
#popup2 .window {
    width: 300px;
    height: auto;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    position: relative;
    padding: 10px;
    text-align: center;
    margin: 15% auto;
}

#popup1 .close-button,
#popup2 .close-button {
    position: absolute;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: red;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    background-color: red;
    transition: all 0.3s ease;
    top: 0;
    right: 0px;
    cursor: pointer;
}

#popup1 .logo-wrapper,
#popup2 .logo-wrapper {
    width: 100%;
    padding: 10px;
    border-bottom: 2px solid var(--color-5);
    margin-bottom: 5px;
}

#popup1:target,
#popup2:target {
    visibility: visible;
}

/*--popup contact--*/

#popup2 h2 {
    font-size: 16px;
    color: var(--white);
    padding: 10px;
}

.form-login1 {
    padding: 0;
    max-width: 100%;
    height: 280px;
    border-radius: 10px;
}

.form-login1 .btn.btn-login {
    background-image: var(--gradient-2);
    color: var(--color-2);
}

.form-login1 .btn.btn-daftar {
    background-image: var(--gradient-3);
    color: var(--white);
}

/**contact us */
.contactus table,
.contactus table a {
    margin: auto;
    width: 100%;
    padding: 1vh;
    color: #fff;
    text-align: left;
}

.contactus table tr {
    height: auto;
    vertical-align: middle;
    padding: 10px 0;
}

.contactus table td {
    width: auto;
    padding: 0.3vh 0.3vh;
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
    text-transform: uppercase;
}

/***jackpot **/
/**jackpot zone */

.jackpot {
    margin: auto;
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
    text-align: center;
}

.jackpot .jackpot-img {
    display: inline-flex;
    width: auto;
    right: 0;
}

.jackpot .jackpot-img img {
    width: revert-layer;
    max-width: 320px;
    max-height: 80px;
    right: 0;
}

.jackpot .jackpot-prog {
    display: inline-flex;
    right: 0;
}

.jackpot .odometer {
    width: auto;
    display: inline-block;
    margin: auto;
    background: #212121;
    position: relative;
    border-radius: 7px;
    padding: 4px 10px;
    overflow: hidden;
    border: 1px solid;
    border-color: yellow #FFCE47 #FFBB00 #FFD970;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}

.jackpot .odometer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid;
    z-index: 1;
    border-color: yellow #FFCE47 #FFBB00 #FFD970;
    background: linear-gradient(to bottom, #101010, rgba(16, 16, 16, 0) 33%);
}

.jackpot .odometer::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    z-index: 1;
    border: 1px solid;
    border-color: #FFCE47 #FFBB00 yellow #FFD970;
    background: linear-gradient(to top, #101010, rgba(16, 16, 16, 0) 50%);
}

.jackpot .odometer__number-wheel {
    width: 50px;
    height: 48px;
    float: left;
    margin-top: 12px;
    margin-left: 1px;
    margin-right: 1px;


    transform-style: preserve-3d;
    transform: translateZ(-4.5rem);

    animation: wheel-spin 10s linear infinite;
}


.jackpot .odometer__number-wheel--6 {
    height: 85px;

    margin-top: -0.42rem;

    margin-bottom: -0.42rem;
}


.odometer__number-wheel--static {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;

    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;

    transform-style: flat !important;
    perspective: none !important;
}


.odometer__number-wheel--static * {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;

    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;

    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}


.odometer__number-wheel--static .odometer__number {
    display: block;
    width: 100%;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 1.98rem !important;
    background: #33333f !important;
    text-align: center !important;
    color: white !important;
    position: relative !important;
    top: -6px !important;
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}


.odometer__number-wheel--static .odometer__number:not(:first-child) {
    display: none !important;
}


.odometer__number-wheel--static::before,
.odometer__number-wheel--static::after {
    content: none !important;
}


.odometer__number-wheel--static {
    width: 50px !important;
    height: 50px !important;
    margin-top: 12px !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
    overflow: visible !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.jackpot .odometer__number-wheel--stop {
    animation-duration: 0s;
}

.jackpot .odometer__number-wheel--ones {
    animation-duration: 10s;
}

.jackpot .odometer__number-wheel--tens {
    animation-duration: 60s;
    animation-delay: 3s;
}

.jackpot .odometer__number-wheel--minutes {
    animation-duration: 600s;

    animation-delay: 18s;

}

.jackpot .odometer__number-wheel--minutes-tens {
    animation-duration: 3600s;

    animation-delay: 180s;

}

.jackpot .odometer__number-wheel--hours {
    animation-duration: 36000s;

    animation-delay: 1800s;

}

.jackpot .odometer__number-wheel--hours-tens {
    animation-duration: 360000s;

    animation-delay: 18000s;

}





.jackpot .odometer__number {
    display: block;
    width: 100%;
    height: 3.6rem;
    line-height: 3rem;
    font-size: 1.98rem;
    /* 3rem * .66 */
    background: #33333f;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 0;
    backface-visibility: hidden;
    color: white;
}

.jackpot .odometer__number:nth-child(1) {
    transform: rotateX(0deg) translateZ(4.59rem);
}

.jackpot .odometer__number:nth-child(2) {
    transform: rotateX(-36deg) translateZ(4.59rem);
}

.jackpot .odometer__number:nth-child(3) {
    transform: rotateX(-72deg) translateZ(4.59rem);
}

.jackpot .odometer__number:nth-child(4) {
    transform: rotateX(-108deg) translateZ(4.59rem);
}

.jackpot .odometer__number:nth-child(5) {
    transform: rotateX(-144deg) translateZ(4.59rem);
}

.jackpot .odometer__number:nth-child(6) {
    transform: rotateX(-180deg) translateZ(4.59rem);
}


.jackpot .odometer__number:nth-child(7) {
    transform: rotateX(-216deg) translateZ(4.59rem);
}

.jackpot .odometer__number:nth-child(8) {
    transform: rotateX(-252deg) translateZ(4.59rem);
}

.jackpot .odometer__number:nth-child(9) {
    transform: rotateX(-288deg) translateZ(4.59rem);
}

.jackpot .odometer__number:nth-child(10) {
    transform: rotateX(-324deg) translateZ(4.59rem);
}

@keyframes wheel-spin {
    0% {
        transform: translateZ(-4.5rem) rotateX(0deg);
    }

    100% {
        transform: translateZ(-4.5rem) rotateX(360deg);
    }
}

/**product-list**/
.product-list {
    width: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;

}

.product-list img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}



/****pagination***/
.pagination {
    display: inline-block;
}

.pagination a {
    background-color: var(--color-3);
    color: var(--title-widget);
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid var(--color-5);
}

.pagination a.active {
    background-color: var(--black);
    color: var(--title-widget);
}

.pagination a:hover:not(.active) {
    background-color: var(--color-1)
}

/**** begin layout style ****/
* {
    font-family: 'Rajdhani', sans-serif;
}

body {
    width: auto;
    background-color: var(--color-1);

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;

}

body.hide-scroll {
    overflow-y: hidden;
}

body a {
    text-decoration: none;
}

.btn,
button,
button:focus,
button:hover {
    border: none;
    box-shadow: none;
    outline: 0;
}

hr.border-dashed {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-width: 3px;
    border-style: dashed;
}

header,
section,
footer {
    display: block;
    position: relative;
}

header {
    position: sticky;
    top: 0;
    z-index: 9;
}

/**** endof layout style ****/
/**** begin default style ****/
.container {
    max-width: 1170px;
}

input[type="text"],
input[type="text"]:focus,
input[type="password"],
input[type="password"]:focus {
    box-shadow: none;
    outline: 0;
}

.text-copyright {
    color: var(--white);
    font-size: 14px;
}

.text-copyright a {
    color: var(--white);
    font-size: 14px;
}

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

/**** endof default style ****/



/**** begin components style ****/
.btn-popup-form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 32px;
    height: 32px;
    background-color: var(--white);

    color: var(--color-1);
    font-size: 18px;
    line-height: 1;
}

.btn-download {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    background-image: var(--gradient-5);
}

.btn-download i {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 1;
}

.btn-download span:last-child {
    font-weight: 600;
}


.card-infobar,
.card-form {
    border-radius: 12px;
}

.card-infobar>.card-body,
.card-form>.card-body {
    display: block;
    position: relative;
    border-radius: 12px;
    z-index: 1;
}

.card-infobar>.card-body::before,
.card-form>.card-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 8px;
    background-color: var(--color-4);
    border-radius: 12px 12px 0 0;
    z-index: -1;
}

.card-infobar>.card-body>.card-title,
.card-form>.card-body>.card-title {
    display: inline-block;
    position: relative;
    padding: 10px 12px 8px;
    background-color: var(--color-4);
    border-radius: 12px 0 20px 0;
    color: var(--title-widget);
    font-size: 20px;
    font-weight: 700;
}

.card-infobar>.card-body>.card-title::before,
.card-form>.card-body>.card-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 25px;
    height: auto;
    background-color: var(--color-4);
    border-radius: 0 0 12px 0;
    transform: skewX(-25deg);
    z-index: -1;
}

.card-support {
    display: block;
    position: relative;
    padding: 1rem;
    border-radius: 8px;
}

.card-support .card-title {
    margin-bottom: 5px;
    font-weight: 500;
}

.card-support .card-sub_title {
    font-size: 14px;
    font-weight: 300;
}

.card-support .card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-image: var(--gradient-2);
    border-radius: 50%;
    color: var(--form-icon);
    font-size: 30px;
    line-height: 1;
}

.card-support .card-icon .icon {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
}

.card-support .card-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
}

.card-support .card-info small {
    font-size: 10px;
}

.card-content input {
    font-weight: 700;
    font-size: 16px;
}


.contact-box {
    display: block;
    position: relative;
}

.contact-box .contact {
    display: block;
    position: relative;
    text-decoration: none;
}

.contact-box .contact .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: var(--color-6);
    border-radius: 50%;
    color: var(--form-icon);
    font-size: 22px;
    line-height: 1;
}

.contact-box .contact .contact-icon .icon {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    line-height: 1;
}

.contact-box .contact .contact-title {
    text-transform: uppercase;
    font-size: 14px;
}

.contact-box .contact .contact-number {
    font-size: 14px;
}

.contact-box hr {
    margin: 12.5px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-9);
}


.content-bar.border-top-bottom {
    padding: 15px 0;
    border-top: 1px solid var(--color-4);
    border-bottom: 1px solid var(--color-4);
}


.hamburger-lines {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top: -24px;
    height: 22px;
    width: 28px;
    z-index: 19;
}

.hamburger-lines .line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: var(--white);
}

.hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.checkbox {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    height: 28px;
    width: 28px;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}

.checkbox:checked~.menu-header-container {
    transform: translateX(0);
}

.checkbox:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
}

.checkbox:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}

.checkbox:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
}

/**footer content */
.footer {
    width: auto;
    height: auto;
    justify-content: justify;
    margin-bottom: 8vh;

}

.footer .copyright {
    display: flex;
    padding: 10px;
    font-size: 12px;
    color: var(--white);
    justify-content: right;
}

.footer .copyright a {
    color: var(--white);
}

.footer .copyright span {
    margin-bottom: 10px;
}

.footer-article {
    margin-top: 1.5vh;
    padding: 15px 0px 15px 0px;
    border-radius: 10px;
}

.article-box {
    display: block;
    position: relative;
}

.article-box p {
    line-height: 1.5;
    text-align: justify;
}

.footer-fixed-navbar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 65px;
    border-top: 5px solid var(--color-5);
    z-index: 999;
}

.footer-fixed-navbar .footer-menu {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}

.footer-fixed-navbar .footer-menu>.menu-item {
    width: 20%;
    height: 100%;
    border-left: 1px solid var(--color-1);
    border-right: 1px solid var(--color-4);
}

.footer-fixed-navbar .footer-menu>.menu-item:first-child {
    border-left: 0;
}

.footer-fixed-navbar .footer-menu>.menu-item:last-child {
    border-right: 0;
}

.footer-fixed-navbar .footer-menu>.menu-item>.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    color: var(--white);
    text-decoration: none;
    padding-top: 1vh;
}

.footer-fixed-navbar .footer-menu>.menu-item>.menu-link>.menu-icon {
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
    color: var(--color-5);
    font-size: 22px;
}

.footer-fixed-navbar .footer-menu>.menu-item>.menu-link>.menu-text {
    font-size: 12px;
}

.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
    transition: transform .5s ease-in-out;
    transform: translateX(-150%);
    z-index: 9999;
}

.form-wrapper.show {
    transform: translateX(0);
}

.form-wrapper .btn-close-popup-form {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 32px;
    color: var(--white);
}

.form-login {
    display: block;
    position: relative;
    padding: 20px;
    max-width: 300px;
    background-color: none;
    border-radius: 12px;
}

.form-login .input-group .input-group-text,
.form-login .input-group .form-control {
    background: var(--white);
    border-color: var(--color-4);
    color: var(--black);
    font-weight: 700;
}

.form-login .input-group .input-group-text {
    background: var(--color-2);
    color: var(--light);
    border-right: 0;
}

.form-login .input-group .form-control {
    border-left: 0;
}

.form-login .input-group .form-control::placeholder {
    color: var(--light);
    font-weight: 700;
}

.form-login .btn {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.form-login .btn.btn-login {
    background-image: var(--gradient-2);
    color: var(--color-2);
}

.form-login .btn.btn-daftar {
    background-image: var(--gradient-3);
    color: var(--white);
}

.form-user-desktop {
    display: none;
}

.form-user-desktop .btn {
    width: 100px;
}

.form-user-desktop .user-saldo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    background-color: var(--light);
    border-radius: 8px;
}

.form-user-desktop .user-saldo .saldo-icon {
    height: 20px;
    font-size: 16px;
    color: #000;
}

.form-user-desktop .user-saldo .saldo-value {
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.form-user-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    height: auto;
    background-color: var(--color-3);
}

.form-user-mobile .form-header {
    display: block;
    position: relative;
    padding: 20px 15px;
    border-bottom: 2px solid var(--color-5);
}

.form-user-mobile .form-header .btn {
    padding: 4px 0;
    width: 100px;
    height: 32px;
}

.form-user-mobile .form-header .btn-close-popup-form {
    position: relative;
    top: unset;
    left: unset;
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: var(--white);
    z-index: 2;
}

.form-user-mobile .form-header .btn-close-popup-form i {
    width: 32px;
    height: 32px;
    color: #000;
}

.form-user-mobile .form-header .text-welcome {
    font-size: 20px;
}

.form-user-mobile .form-header .user-saldo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px;
    background-color: var(--light);
    border-radius: 8px;
}

.form-user-mobile .form-header .user-saldo .saldo-icon {
    width: 23px;
    height: 23px;
    font-size: 22px;
    color: #000;
}

.form-user-mobile .form-header .user-saldo .saldo-value {
    font-weight: 700;
}

.form-user-mobile .form-body {
    display: block;
    position: relative;
    padding: 12.5px 20px;
}

.form-user-mobile .form-body .user-menu {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-user-mobile .form-body .user-menu>.menu-item {
    padding: 12.5px 0;
    border-top: 2px solid var(--color-4);
    border-bottom: 2px solid var(--color-1);
}

.form-user-mobile .form-body .user-menu>.menu-item:first-child {
    border-top: 0;
}

.form-user-mobile .form-body .user-menu>.menu-item:last-child {
    border-bottom: 0;
}

.form-user-mobile .form-body .user-menu>.menu-item>.menu-link {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.form-user-mobile .form-body .user-menu>.menu-item>.menu-link>.nav-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    color: var(--color-6);
}

.form-user-mobile .form-body .user-menu>.menu-item>.menu-link>.nav-icon>i {
    font-size: 20px;
}

.form-user-mobile .form-footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
}

.form-user-mobile .form-footer .btn {
    padding: 8px 0;
    border: 0;
    border-radius: 0;
}

.form-user-mobile .form-footer .btn .fi {
    width: 16px;
    height: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--black);
    border: 0px solid var(--color-2);
    border-radius: 5px;
}

.form-input-wrapper .form-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 45px;
    height: 35px;
    background-color: none;
    border-right: 0px solid var(--color-4);
    border-radius: 5px 0 0 5px;
    color: var(--color-3);
    text-align: center;
    font-weight: 700;
}

.form-input-wrapper .form-input {
    display: block;
    position: relative;
    padding: 8px 10px;
    width: 100%;
    height: 35px;
    background-color: transparent;
    border: 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 700;
    outline: 0;
}

.game-wrapper {
    display: block;
    position: relative;
    background-image: radial-gradient(circle at center, var(--color-3), var(--color-1));
    border-radius: 20px;
    overflow: hidden;
}

.game-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 10px;
    background-image: var(--gradient-6);
    border-radius: 20px;
}

.game-wrapper .game-wrapper-title {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 8px 0;
    width: 160px;
    background-image: var(--gradient-2);
    border-radius: 0 0 30px 30px;
    color: var(--color-1);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.game-wrapper .game-wrapper-title::before,
.game-wrapper .game-wrapper-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 40px;
    height: auto;
    background-image: var(--gradient-2);
    border-radius: 0 0 0 12px;
    transform: skewX(25deg);
    z-index: -1;
}

.game-wrapper .game-wrapper-title::after {
    left: auto;
    right: -10px;
    border-radius: 0 0 12px 0;
    transform: skewX(-25deg);
}

.game-wrapper .title-separator {
    display: block;
    position: relative;
    width: auto;
    height: 10px;
    z-index: 1;
}

.game-wrapper .title-separator.left {
    margin-right: 50px;
    background-image: linear-gradient(to right, var(--color-5), var(--color-7));
}

.game-wrapper .title-separator.right {
    margin-left: 50px;
    background-image: linear-gradient(to right, var(--color-7), var(--color-5));
}

.game-wrapper .title-separator.left::before,
.game-wrapper .title-separator.left::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 15px;
    height: auto;
    background-color: var(--color-7);
    transform: skewX(25deg);
    z-index: -1;
}

.game-wrapper .title-separator.left::after {
    right: -25px;
    width: 8px;
}

.game-wrapper .title-separator.right::before,
.game-wrapper .title-separator.right::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 15px;
    height: auto;
    background-color: var(--color-7);
    transform: skewX(-25deg);
    z-index: -1;
}

.game-wrapper .title-separator.right::after {
    left: -25px;
    width: 8px;
}

.game-list .game-item {
    display: block;
    position: relative;
    width: 100%;
    max-width: 200px;
    height: auto;
    background-color: var(--color-6);
    border-radius: 12px;
}

.game-list .game-item img {
    border-radius: 12px;
}

.game-list .game-item .game-title {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 5px 10px;
    width: 100%;
    color: var(--color-1);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.game-list .game-item .game-link {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 12px;
}

.game-list .game-item:hover .game-link {
    display: flex;
}

.game-list .game-item .game-link .btn-play {
    display: block;
    position: relative;
    padding: 5px 30px;
    background-image: linear-gradient(to right, var(--color-7), var(--color-5));
    border-radius: 50px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.25px;
    text-decoration: none;
    text-transform: uppercase;
}


.icon-box-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-box-info .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-image: var(--gradient-2);
    border-radius: 50%;
    color: var(--form-icon);
    font-size: 30px;
    line-height: 1;
}

.icon-box-info .icon .fi {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
}

.icon-box-info .icon .fi.fi-lg {
    width: 35px;
    height: 35px;
    font-size: 35px;
}


.icon-browser {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    filter: grayscale(1);
}

.icon-browser:hover {
    filter: grayscale(0);
}


.icon-bank {
    display: block;
    position: relative;
    padding: 5px;
    width: 70px;
    background-color: var(--white);
    border-radius: 8px;
}


.logo-wrapper {
    display: block;
    position: relative;
    margin-top: 1.3vh;
}

.logo-wrapper .logo-box {
    display: block;
    position: relative;

}

.logo-wrapper .logo-box img {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
}


.modal .modal-dialog .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-header img {
    border-radius: 10px 10px 0 0;
}

.modal .modal-dialog .modal-content .modal-header .close-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border-radius: 50px;
    color: var(--red-1);
    font-size: 25px;
    font-weight: 700;
}

.modal .modal-dialog .modal-content .modal-header .close-modal .fi {
    display: block;
    width: 25px;
    height: 25px;
}

.modal .modal-dialog .modal-content .modal-body {
    border-radius: 0 0 10px 10px;
}


.menu-header-container {
    display: block;
    position: fixed;
    inset: 0;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    transition: transform 0.5s ease-in-out;
    transform: translateX(150%);
}

.menu-header-container .menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    height: auto;
    background-color: var(--color-2);
}

.menu-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-header .menu-item>.menu-link {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 5px;
    flex-direction: column;
    text-decoration: none;
}

.menu-header .menu-item>.menu-link>.nav-icon {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    transition: all .15s ease-in-out;
}

.menu-header .menu-item.active>.menu-link>.nav-icon {
    filter: brightness(50%) sepia(100) saturate(100) hue-rotate(35deg);
}

.menu-header .menu-item:hover>.menu-link>.nav-icon {
    filter: brightness(50%) sepia(100) saturate(100) hue-rotate(35deg);
    transform: scale(1.25);
}

.menu-header .menu-item>.menu-link>.nav-text {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-header .menu-item.active>.menu-link>.nav-text,
.menu-header .menu-item:hover>.menu-link>.nav-text {
    color: var(--color-9);
    font-size: 14px;
    font-weight: 500;
}

.menu-header .menu-item>.nav-dropdown {
    width: auto;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    justify-content: left;
    z-index: 10;
}

.menu-header .menu-item>.nav-dropdown.nav-dropdown-mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 120px;
    bottom: 0;
    padding: 15px;
    text-align: right;
    width: auto;
    height: auto;
    background-color: var(--color-1);
    overflow-y: hidden;
    overflow-y: scroll;
    transform: translateX(150%);
    transition: all .25s ease-in-out;
}

.menu-header .menu-item>.nav-dropdown.nav-dropdown-mobile.show {
    transform: translateX(0);
    margin-bottom: 6.8vh;
    z-index: 999;
}

.navbar-footer {
    width: 100%;
    text-align: center;
}

.navbar-footer .nav-item {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--text-light-color-hover);
}

.navbar-footer .nav-item:last-child {
    margin: 0;
    padding: 0;
    border-right: 0;
}

.navbar-footer .nav-item>.nav-link {
    padding: 0;
    font-size: 1.1vh;
    font-weight: 600;
    line-height: 1;
}

.navbar-footer .nav-item>.nav-link:hover {
    color: var(--color-9);
    display: block;
    font-weight: 500;
}

.notifbar-wrapper {
    display: block;
    position: relative;
    padding-top: 8px;
}

.notifbar-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 8px;
    background-image: var(--gradient-6);
}

.notifbar {
    display: block;
    position: relative;
    border-radius: 0 0 12px 12px;
    padding: 3px;
}

.notifbar::before,
.notifbar::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 40px;
    height: auto;
    background-color: var(--color-5);
    border-radius: 0 0 0 12px;
    transform: skewX(25deg);
    z-index: -1;
}

.notifbar::after {
    left: auto;
    right: -10px;
    border-radius: 0 0 12px 0;
    transform: skewX(-25deg);
}

.notifbar .icon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 5px;
}

.notifbar .icon-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-image: var(--gradient-1);
    border-radius: 50px;
    color: var(--white);
    font-size: 14px;
    line-height: 1;
}

.notifbar .icon-box .icon .fi {
    line-height: 1;
}

.notifbar .icon-box .text {
    font-weight: 700;
    color: var(--black);
}

.notifbar .marquee-bar {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px;
    height: 35px;
    background-color: #000;
    border-radius: 50px;

}

.notifbar .marquee-bar marquee {
    display: block;
    border-radius: 50px;
    line-height: 1;

}


.page-title {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.page-title::before,
.page-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: var(--color-6);
    border-radius: 50px;
}

.page-title::before {
    left: 0;
    width: 10px;
}

.page-title::after {
    left: 15px;
    width: 40px;
}


.promo-box {
    display: block;
    position: relative;
    padding: 3px;
    background-image: var(--gradient-6);
    border-radius: 12px;
}

.promo-box img {
    display: block;
    position: relative;
    border-radius: 10px;
}

.promo-box .btn-popup-promo {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    background-image: var(--gradient-2);
    border-radius: 20px 0 10px 0;
    color: var(--color-1);
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}

.promo-box .btn-popup-promo .fi {
    display: block;
    width: 14px;
    height: 14px;
}

.promo-box .btn-popup-promo::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 30px;
    height: auto;
    background-image: var(--gradient-2);
    border-radius: 10px 0 0 0;
    transform: skewX(-15deg);
    z-index: -1;
}


.provider-wrapper {
    display: block;
    position: relative;
}

.provider-wrapper .provider-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.provider-wrapper .provider-list .provider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100px;
    height: 50px;
    background-image: var(--gradient-1);
    border-radius: 8px;
}

.provider-wrapper .provider-list .provider-item img {
    display: block;
    width: 10vh;
    height: auto;
    max-height: 60px;
    aspect-ratio: 4/3;
    filter: grayscale(1);
    object-fit: contain;
}

.provider-wrapper .provider-list .provider-item img:hover {
    filter: grayscale(0);
}


/**** endof components style ****/
/*amp pop image*/
.custom-lightbox {

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    align-items: center;
    justify-content: center;
    z-index: 200;

}

.custom-lightbox img {
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 90;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-popup {
    position: inherit;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-width: 3px;
    border-style: solid;
    border-color: red;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%);
    background-color: red;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    top: 1vh;
    right: 1vh;
}


.custom-lightbox h1 {
    color: white;
}

/**** begin responsive style ****/

@media only screen and (min-width:375px) {

    .logo-wrapper .logo-box img {
        display: block;
        position: relative;
        max-width: 180px;
        max-height: 50px;
    }
}

@media (max-width: 468px) {
    .header-menu {
        margin-top: -1.6vh;
    }

    .logo-wrapper {
        margin-top: -0.8vh;
    }
}


@media (min-width: 768px) {

    .btn-popup-form,
    .checkbox,
    .hamburger-lines {
        display: none;
    }

    .form-wrapper {
        display: block;
        position: relative;
        background-color: transparent;
        transform: translate(0);
        z-index: 1;
        color: var(--white);
    }

    .form-login {
        padding: 0;
        max-width: 100%;
        background-color: none;
        border-radius: 0;
    }

    .form-login .input-group .form-control {
        max-width: 300px;
        font-weight: 700;
    }

    .form-login .btn {
        width: 70px;
    }

    .game-wrapper .game-wrapper-title {
        padding: 10px;
        width: 200px;
        font-size: 32px;
        letter-spacing: 3px;
    }

    header {
        position: relative;
    }

    .header-menu {
        border-top: 8px solid var(--color-4);
    }

    .icon-box-info .icon {
        width: 65px;
        height: 65px;
        font-size: 40px;
    }

    .icon-box-info .icon .fi {
        width: 40px;
        height: 40px;
    }

    .icon-box-info .icon .fi.fi-lg {
        width: 45px;
        height: 45px;
        font-size: 45px;
    }

    .icon-bank {
        max-width: 90px;
        background-color: var(--color-2);
    }

    /*.logo-wrapper {
        margin-bottom: -20px;
        margin-left: 30px;
        max-width: 230px;
        background-color: var(--color-4);
        border-radius: 0 0 50px 50px;
        z-index: 1;
    }

    /*.logo-wrapper::before,
    .logo-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        bottom: 0;
        width: 40px;
        height: auto;
        background-color: var(--color-4);
        border-radius: 0 0 0 12px;
        transform: skewX(25deg);
        z-index: -1;
    }

    .logo-wrapper::after {
        left: auto;
        right: -10px;
        border-radius: 0 0 12px 0;
        transform: skewX(-25deg);
    }

    .logo-wrapper .logo-box::before,
    .logo-wrapper .logo-box::after {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: -30px;
        bottom: 10px;
        width: 7px;
        height: auto;
        background-color: var(--color-6);
        transform: skewX(25deg);
    }

    .logo-wrapper .logo-box::after {
        left: auto;
        right: -30px;
        transform: skewX(-25deg);
    }*/

    .logo-wrapper {
        display: block;
        position: relative;
        line-height: 1;
    }

    .menu-header-container {
        position: relative;
        padding: 0;
        width: 100%;
        background: transparent;
        transform: translate(0);
    }

    .menu-header-container .menu-wrapper {
        display: block;
        position: relative;
        width: 100%;
        background-color: transparent;
    }

    .menu-header {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        margin-top: 0;
    }

    .menu-header .menu-item>.menu-link {
        min-width: 80px;
        padding: 12.5px 5px;
    }

    .menu-header .menu-item:hover {
        background: var(--color-2) radial-gradient(circle at center, var(--color-3), transparent);
    }

    .menu-header .menu-item>.menu-link>.nav-icon {
        margin-bottom: 3px;
        width: 30px;
        height: 30px;
    }

    .menu-header .menu-item>.menu-link>.nav-text {
        font-size: 14px;
    }

    .menu-header .menu-item:hover>.nav-dropdown {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 20px 15px 15px;
        width: 100%;
        min-height: 100px;
        background-color: var(--transparent-1);
        border-radius: 0 0 12px 12px;
    }

    .menu-header .menu-item:hover>.nav-dropdown>.item {
        flex-basis: 18%;
        padding: 10px;
    }

    .menu-tab-wrapper .menu-tab>.tab-link>.tab-text {
        font-size: 16px;
        font-weight: 700;
    }

    .navbar-footer .nav-item>.nav-link {
        font-size: 14px;
    }

    .notifbar .icon-box {
        margin-right: 10px;
    }

    .custom-lightbox img {
        width: 50%;


    }

}

@media (min-width: 1200px) {}

/**** endof responsive style ****/
/*
* ==========================================
* RTP SLot
* ==========================================
*/
.slot {
    display: block;
    margin-bottom: 10vh;
    ;
}

.slot ul {
    list-style: none;
    ;
}

.slot li {
    font-family: Arial;
    font-size: 0px;
}

.slot li:before {
    padding: 5px 5px 5px 5px;
    background-color: transparent;
    border-radius: 30%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    height: 10px;
    width: 10px;
}

.slot h2 {
    font-size: 24px;
    text-align: center;
    color: #FC0;
}

.slot .slot-sidebar {
    padding-right: 10px;
    padding-left: 0;
    margin-top: 5px;
    background-color: black;
    float: none;
    width: 100%;
    flex: none;
    max-width: 100%;
    padding-right: 0;
}

.btn-provider img {
    filter: brightness(1) invert(0);
}

.btn-provider:hover img {
    filter: brightness(1) invert(0);
}

.slot-sidebar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.slot-sidebar-nav>li {
    border-bottom: 1px solid #0092b1;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
}

.slot-sidebar-nav>li>a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: black;
}

.btn-provider {
    text-align: center;
    display: block;
}

.enter {
    display: none;
}

.btn-provider span {
    position: unset;
}

.slot .active {
    background-color: #C90;
}

.slot .content {
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.wrapper1 {
    width: 1fr;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.card1 {
    float: left;
    width: 16.666666666666%;
    border: none;
    text-align: center;
    position: relative;

}

.card-content1 {
    margin: 7px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
    background: black;
    border-radius: 25px;
    padding-bottom: 10px;
}

.percent {
    height: 30px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.percent-bar {
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}

.yellow {
    background-color: #ffc107;
}

.green {
    background-color: #28a745;
}

.red {
    background-color: #dc3545;
}

.hover-btn {
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.1s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 87%;
}

.maintenance {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    margin: -6px;
}

.maintenance p {
    position: relative;
    top: 40%;
    font-size: 13px;
}

.slot .play-btn {
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    /* width: 100%; */
    margin-top: 42%;
    padding: 8px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin: 42% 30px 42% 30px;
    background: linear-gradient(to right, #6b5100 0%, #dca600 100%);
    border-radius: 18px;
    transition: all 0.3s ease;
}

.slot .play-btn:hover {
    color: #000;
    background: linear-gradient(to left, #dca600 0%, #6b5100 100%);
}

.img-zoom {
    width: 95%;
    transition: all 0.45s ease-in-out;
    border-radius: 20px;
}

.ygg-img {
    border: 5px solid #2f2f2f;
}

.hover-btn:hover {
    opacity: 100%;
}

.hover-btn:hover~.img-zoom {
    /* transform: scale(1.2); */
    position: relative;
}

.long {
    display: none;
}

.short {
    display: none;
}

.next-btn {
    width: 15%;
}

.mySlides {
    display: none;
}

.next-btn {
    background-color: #292a2b;
    border: none;
    color: #fff;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .footer-menu {
        width: 100%;
    }
}

/*@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}*/

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


/*Multicarousel RTP*/
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    margin-top: -10px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner img {
    padding: 0px 5px;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
    background: var(--color-4);
    color: var(--light);
}

.MultiCarousel .rightLst {
    right: 0;
    background: var(--color-4);
    color: var(--light);
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: var(--color-3);
}

@media (min-width: 993px) {
    .footer-fixed-navbar {
        display: none;
    }
}

/*--floatclose--*/
.close-icon {
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: red;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%);
    background-color: red;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

/*--small big--*/
.mobile1 {
    width: auto;
    height: auto;
    display: block;
}

.desktop1 {
    width: auto;
    height: auto;
    display: none;
}

@media (min-width: 992px) {
    .mobile1 {
        width: auto;
        height: auto;
        display: none;
    }

    .desktop1 {
        width: auto;
        height: auto;
        display: block;
    }
}

@media(max-width:991px) {
    .mobile1 {
        width: auto;
        height: auto;
        display: block;
    }

    .desktop1 {
        width: auto;
        height: auto;
        display: none;
    }

    .slot-sidebar-nav {
        flex-wrap: nowrap;
    }

    .slot-sidebar {
        float: none;
        width: 100%;
        flex: none;
        max-width: 100%;
        padding-right: 0;
    }

    .content {
        float: none;
        width: 100%;
        flex: none;
        max-width: 100%;
    }

    .card1 {
        width: 33.3%;
    }

    .hover-btn {
        display: none;
    }

    .hover-btn:hover.img-zoom {
        transform: scale(1);
        position: relative;
    }

    .btn-provider {
        text-align: center;
        display: block;
    }

    .enter {
        display: block;
    }

    .btn-provider span {
        position: unset;
    }

    .btn-provider i {
        margin: 0;
    }

    .slot-sidebar-nav li {
        border-bottom: none;
    }

    .slot-sidebar-nav li a p {
        font-size: 5px;
    }

    .img-zoom {
        height: auto;
    }

    .slot-sidebar-nav li a img {
        height: 17.5px;
    }

    .maintenance p {
        font-size: 5px;
    }

    .header-form {
        display: none;
    }

    .carousel-slider .carousel-item img {
        height: auto;
        max-height: 350px;
    }

    .navbar-nav {
        border-top: 2px solid var(--color-5);
    }

    .navbar-desktop {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }

    .myfloat {
        bottom: 80px;
        z-index: 99;
    }

    .livechat-wrapper {
        display: none;
    }

    #popup1,
    #popup2 {
        top: 20%;
    }

    .product-list {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));

    }

    .jackpot .jackpot-img img {
        width: revert-layer;
        max-width: 360px;
        max-height: 80px;
        right: 0;
    }

    .jackpot .odometer__number-wheel {
        width: 15.2px;
        height: 48px;
    }

    .jackpot .odometer__number {
        display: block;
        width: 100%;
        height: 3.6rem;
        line-height: 3rem;
        font-size: 1.98rem;
    }

    .odometer__number-wheel--static {
        width: 15px !important;
        height: 48px !important;
        margin-top: 12px !important;
        margin-left: 1px !important;
        margin-right: 1px !important;
        overflow: visible !important;
        display: inline-block !important;
        vertical-align: top !important;
    }

    .footer-fixed-navbar {
        width: 100%;
    }

    .footer-menu {
        width: 100%;
    }

    .slider-rtp .slider-item-rtp img {
        width: 100px;
        height: 60px;

    }
}