.label-error-test {
    color: rgb(247, 15, 15);
}

body {
    background: url(../images/bg.jpg) no-repeat scroll center #1f1f1f;
    color: #fff;
    font-size: 14px;
    overflow-x: hidden;
    background-position: 100%;
    background-size: cover;
}

html,
body {
    height: 100%;
}

#wrapper {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.top-marquee {
    background-color: #042d3d;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    min-height: 20px;
    padding: 9px 16px 9px 4px;
    border: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.top-marquee marquee {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.info-m {
    background: #f6b83f;
    border: 1px solid #f6b83f;
    color: #644405;
    margin-left: 5px;
    padding: 0 8px;
    font-weight: 600;
    border-radius: 2px;
    text-transform: uppercase;
    width: 68px;
    font-size: 12px;
}

.marq-m {
    width: 100%;
}

div#logo img {
    max-width: 300px;
}

#logo {
    position: relative;
    left: 0;
    top: 0;
}

#header {
    position: relative;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 38% 62%;
    align-items: start;
}

div#boxlogin {
    color: inherit;
    font-weight: 500;
    background: transparent;
    padding: 0;
}

.form-ad {
    display: grid;
    grid-template-columns: 170px 170px 126px 92px;
    gap: 8px;
    align-items: baseline;
    justify-content: space-between;
    align-content: flex-start;
}

#buttonlogin {
    float: left;
}

#buttonlupapassword {
    float: left;
    margin: 5px;
    font-size: 16px;
    text-transform: capitalize;
    color: #d04526;
    display: block;
}

#boxlogin img {
    float: left;
    margin-left: 4px;
    width: 120px;
    margin-top: 5px;
}

button#buttonlogin {
    box-shadow: inset 0 0 3px white;
    border: 1px solid #de960a;
    color: #644405;
    background-image: linear-gradient(#fbdca0, #fbba3a);
    width: 92px;
    height: 36px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

button#buttonlogin:hover {
    background-image: linear-gradient(#feecca, #ffd37d);
    box-shadow: inset 0 0 3px white;
    border: 1px solid #fcb834;
}

.form-control {
    height: 36px;
}

/******** Socail Media Lefft Side **********/

.social {
    position: fixed;
    width: 0;
    left: 0;
    margin-top: 0px;
    z-index: 9999;
}

.social ul {
    transform: translate(-130px, 0);
    padding: 0;
}

.social ul li {
    width: 165px !important;
    height: 30px !important;
    display: block;
    margin: 8px;
    margin-left: 0px;
    text-align: right;
    padding: 4px;
    border-radius: 0 20px 20px 0;
    transition: all 1s;
    border: groove 2px #fbfb00;
}

.social ul li a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.social ul li a span {
    padding-right: 5px;
    position: relative;
    top: 3px;
}

.social ul li:hover {
    transform: translate(110px, 0);
    background: rgba(95, 95, 95, 0.7);
}

nav li a img {
    width: 30px;
    margin-left: 5px;
}

/******** Menu **********/
#menu {
    max-width: 980px;
    box-shadow:
        inset 0 1px 1px #899600,
        0 1px 2px rgba(0, 0, 0, 0.8) !important;
    background: linear-gradient(#899600, #698f01);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

.main-game {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#menu ul.main-game li a {
    display: block;
    padding: 0 9px;
    white-space: nowrap;
    color: #e9fe00;
    font-weight: bold;
    text-shadow:
        0 1px 2px #191a1b,
        0 1px 0 #191a1b;
    font-size: 14px;
}

#menu ul.main-game li:hover a {
    position: relative;
    background: #6a8f01;
    z-index: 1000;
}

#menu ul.sub-game li a {
    position: relative;
    display: block;
    padding: 0 9px;
    white-space: nowrap;
    color: #e9fe00;
    font-weight: bold;
    text-shadow:
        0 1px 2px #191a1b,
        0 1px 0 #191a1b;
    font-size: 14px;
    text-transform: uppercase;
}

#menu ul.sub-game {
    text-align: center;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu ul.sub-game li .container-btn-game {
    left: -1px;
    width: 100%;
}

div.cont-tag-promo {
    top: 0;
}

#menu ul.sub-game li a {
    border-right: 2px solid;
    border-color: #e9fe00;
    line-height: 18px;
    padding: 0px 24px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#menu ul.sub-game li:last-child a {
    border: none;
}

ul.sub-game li.tgl:hover {
    background: #6a8f01;
    z-index: 1000;
}

#menu ul.sub-game li a:hover {
    background-color: transparent !important;
}

.container-btn-game li a {
    border: none !important;
}

#content {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 16px;
}

div#flash {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.navbar-default {
    background-color: initial;
    border-color: #7d9300;
}
.navbar ul li > a {
    display: block;
    padding: 0 9px !important;
    white-space: nowrap;
    color: #e9fe00 !important;
    font-weight: bold;
    text-shadow:
        0 1px 2px #191a1b,
        0 1px 0 #191a1b;
    font:
        bold 14px/28px Verdana,
        Arial,
        Helvetica,
        sans-serif !important;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background: #6a8f01 !important;
}
/************ Tabs ***************/
div#tabs2 {
    margin: 0 !important;
    padding: 0;
}
.ui-tabs .ui-tabs-nav {
    padding: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-right: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom: 0;
}
.tab-slider-section {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #666;
    background: transparent;
}

.tab-se {
    background: rgba(37, 37, 37, 0.8) none repeat scroll 0 0;
    color: #fff;
    /* padding: 5px; */
    position: relative;
    height: fit-content;
}

div#tabs2 {
    background: none 0px 0px repeat scroll rgba(37, 37, 37, 0.8);
}

.ui-widget-header {
    background: none;
    border: none;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 1px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: normal;
    border: 1px solid #e5e5e5;
    color: #ffffff;
    background: none;
    background: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #e9fe01;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0px 1px 1px #e9fe01;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: transparent;
    border-color: #e5e5e5;
}

body .video {
    height: 0;
    padding-bottom: 43.25%;
    position: relative;
    width: 100%;
}

.boxresult {
    background: transparent;
    width: 100%;
    border: 0;
}

.boxresult .box-r {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.boxresult p {
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

.box-r img {
    max-width: 120px;
    height: auto;
}

.boxresult .v-link {
    color: #2a8fbd;
    text-decoration: none;
}

.boxresult .v-link:hover {
    color: #fff;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    height: 380px;
}

.scroll-box {
    display: flex;
    gap: 10px;
    overflow: hidden;
    /* hide scrollbar */
    white-space: nowrap;
    padding: 10px;
}

.box-scroll-result {
    flex: 0 0 auto;
    width: 200px;
    /* adjust size */
    background: #202020;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
}

#box-scroll-content {
    display: flex;
    gap: 10px;
    /* overflow-x: auto; */
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 10px;
}
.box-scroll-result {
    flex: 0 0 calc(25% - 7.5px); /* 4 per row (desktop) */
}
.box-scroll-result p {
    padding: 10px;
    margin: 0;
}

.box-scroll-result img {
    background-color: #fff;
    border-radius: 4px;
}

.gm-img img {
    background-color: transparent;
    width: 24px;
}

.divider {
    border-bottom: 1px solid #666666;
    margin: 4px 0;
}

.box-img-sp {
    height: 110px;
}

#statusbank {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#statusbca {
    background: url(../images/bank/BCA.webp) no-repeat;
    max-width: 210px;
    width: 100%;
    height: 50px;
    background-size: 100% 100%;
}

#statusmandiri {
    background: url(../images/bank/MANDIRI.webp) no-repeat;
    max-width: 210px;
    width: 100%;
    height: 50px;
    background-size: 100% 100%;
}

#statusbni {
    background: url(../images/bank/BNI.webp) no-repeat;
    max-width: 210px;
    width: 100%;
    height: 50px;
    background-size: 100% 100%;
}

#statusbri {
    background: url(../images/bank/BRI.webp) no-repeat;
    max-width: 210px;
    width: 100%;
    height: 50px;
    background-size: 100% 100%;
}

#statusinfo {
    position: absolute;
    right: 0px;
    top: 17px;
    width: 110px;
}

.floating-menu {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 99999;
}

.menu-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    box-shadow: 0px 0px 12px 1px #9acd32;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
    border: 0;
    background-image: url(../images/2b1NDFt.webp);
    border: 0;
    font-size: 34px;
    font-weight: 700;
}

.menu-item {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #111;
    box-shadow: inset 0 0 0 2px #9acd32;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, 0);
    opacity: 0;
    transition: 0.4s;
}

.menu-item img {
    max-width: 100%;
}

.floating-menu.open .menu-item:nth-child(2) {
    transform: translate(-175px, -0px);
    opacity: 1;
}

.floating-menu.open .menu-item:nth-child(3) {
    transform: translate(-120px, -60px);
    opacity: 1;
}

.floating-menu.open .menu-item:nth-child(4) {
    transform: translate(-65px, -120px);
    opacity: 1;
}

.floating-menu.open .menu-item:nth-child(5) {
    transform: translate(-10px, -180px);
    opacity: 1;
}
#fl_menu {
    width: 186px;
    height: auto;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 9999;
    transition: top 0.1s ease;
}
#fl_menu .label {
    line-height: 0;
    padding: 0;
}
#fl_menu .menu {
    background: rgba(0, 0, 0, 0.75);
    padding: 5px;
    border-radius: 5px 0 0 5px;
}

#fl_menu .menu a {
    display: block;
    color: #fff;
    padding: 8px;
    text-decoration: none;
}
div#fl_menu img {
    display: block;
    width: 100%;
}

/********* Footer **********/
#footer {
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
    background: #c0c0c0;
    border-top: #899600 5px solid;
    border-bottom: 1px #adadad solid;
    color: #1e1e1e;
}
.footer-section {
    max-width: 940px;
    margin: auto;
    height: auto;
    position: relative;
}
.footer-section h3 {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: bold;
    text-align: left;
}
.footer-section-content {
    background: #808080;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
}
.footer-menu {
    padding: 16px;
}
.footer-menu ul li {
    border-right: 1px solid #1e1e1e;
    display: inline;
    padding: 0 10px;
}
.footer-menu ul li:last-child {
    border: 0;
}
.footer-menu ul li a {
    color: #d04526;
    font-size: 16px;
}
.footer-menu ul li a:hover {
    color: #808080;
    text-decoration: none;
}

.boxdaftar1 {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    width: 100%;
}
.boxdaftar1 h3 {
    font-size: 24px;
    font-weight: 300;
}
.boxdaftar1 p {
    font-size: 16px;
    color: #f00;
    text-shadow: 1px 1px 3px #242424;
}
fieldset {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    border-color: #d8d8d8;
    margin: 18px 0;
    background-color: rgba(0, 0, 0, 0.8);
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    line-height: inherit;
    border: 0;
    color: #e9fe01;
    font-size: 16px;
    font-weight: bold;
    text-shadow:
        0 1px 2px #191a1b,
        0 1px 0 #191a1b;
    padding: 5px 10px;
}
.boxdaftar2 {
    width: 100%;
}
.boxcontent1 table tbody tr td {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    vertical-align: baseline;
}
p.error-text {
    font-size: 12px;
    font-weight: 400;
    color: #f00;
    text-shadow: none;
    margin: 0;
}
input,
select {
    height: 32px;
    font-weight: 400;
    color: #000;
    padding: 5px;
}
.trdaftar2 {
    background: none;
}
.textdaftar-3 {
    width: initial;
}
.tb-60 {
    max-width: 45%;
    margin: 0 auto;
}
.boxbottom {
    background: none;
    border: 0;
}
.button {
    height: 36px;
    font-size: 18px;
    height: 40px;
}
p.error-text {
    font-size: 12px;
    font-weight: 400;
    color: #f00;
    text-shadow: none;
    margin: 0;
}
.boxheader {
    background: none;
    box-shadow: none;
    text-shadow: unset;
    border: 0;
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 16px;
    line-height: 24px;
}
.box1 {
    background: none;
    box-shadow: none;
}
#tabs {
    font-size: 12px;
    color: #777777;
    background: none;
    border: 0;
}
.maincontent {
    padding: 0;
}

.ui-state-focus {
    background-color: red;
}
.tab-content > .tab-pane {
    background-color: #202020;
    padding: 16px;
}
.ui-bar.ui-bar-b h2 {
    color: #fff !important;
    font-weight: 400;
}
.referral-banner img {
    width: 100%;
}
button.accordion-button {
    background-image: linear-gradient(to right, #9acd32 0%, #fff8dc 50%, #9acd32 100%);
    transition: 0.5s;
    background-size: 200% auto;
    background-color: #98fb98;
    color: transparent;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: 30px;
    text-align: left;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.accordion-button[aria-expanded="true"] {
    background-position: right center;
    background-color: #556b2f;
}
button.accordion-button:hover {
    background-position: right center;
    background-color: #556b2f;
}
.collapse.show {
    visibility: visible;
}
.accordion-body {
    padding: 8px 32px 32px;
}
.referral-banner {
    padding-bottom: 24px;
}
.prormotion-se .bnrbd a {
    transition: filter 0.3s ease;
}
.prormotion-se .bnrbd a:hover {
    filter: grayscale(60%);
}
#faqAccordion .accordion-item {
    background: transparent;
    border: 0;
    margin: 8px 0;
}
#faqAccordion .accordion-body {
    color: #fff;
    font-size: 15px;
    padding: 24px;
}
.accordion-body ul li {
    list-style: none;
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 30px !important;
}
.ui-widget.ui-widget-content {
    border: 0;
}
.ui-tabs .ui-tabs-panel {
    padding: 8px 0;
}
.ad-jackpot {
    padding: 6px 0 18px;
}
.ad-jackpot img {
    width: 100%;
    height: auto;
}
.close-btn {
    display: none;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}
#menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 26px;
    color: white;
    cursor: pointer;
    display: none; /* hide by default */
    z-index: 10000;
}
.footer-social-media {
    display: none;
}
@media (max-width: 992px) {
    .info-m {
        font-size: 10px;
    }
    .top-marquee {
        padding: 4px 8px 4px 4px;
    }
    .top-marquee marquee {
        font-size: 12px;
    }
    div#logo img {
        max-width: 220px;
    }
    #header {
        grid-template-columns: 100%;
        padding: 8px;
    }
    #logo {
        text-align: center;
    }
    #fl_menu {
        top: 22% !important;
        right: 0px;
        width: 135px;
        height: auto;
    }
    .form-control {
        height: 34px;
    }
    #buttonlupapassword {
        font-size: 12px;
    }
    .social {
        top: 25%;
    }
    div#fl_menu img {
        width: 130px;
    }
    .form-ad {
        grid-template-columns: repeat(2, 1fr);
    }
    #boxlogin {
        margin: 0 auto;
    }
    .tab-slider-section {
        grid-template-columns: 100%;
    }
}
@media (max-width: 768px) {
    #menu {
        margin-bottom: 0 !important;
    }
    .form-ad {
        position: relative;
    }
    a#buttonlupapassword {
        position: absolute;
        right: 0;
        top: 30px;
    }
    #boxlogin img {
        margin-left: 40px;
    }
    button#buttonlogin {
        margin: 0;
    }
    #content {
        padding: 8px;
        padding-top: 0;
    }
    /* .ui-tabs .ui-tabs-nav {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  } */
    .floating-menu {
        right: 12px;
    }
    .menu-toggle {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .ui-tabs .ui-tabs-nav li a {
        padding: 0.5em 3px;
        font-size: 11px;
    }

    .box-r img {
        max-width: 85px;
    }
    .boxdaftar1 {
        padding: 16px 0;
    }
    .boxdaftar1 h3 {
        font-size: 18px;
    }
    .boxdaftar1 p {
        font-size: 14px;
    }
    fieldset {
        margin: 0px 0 16px;
    }
    p.error-text {
        position: absolute;
        font-size: 9px;
    }
    .boxcontent1 table tbody tr td {
        padding: 5px 5px 14px;
        font-size: 14px;
    }
    #footer {
        padding: 8px;
    }
    .box1 {
        padding-top: 16px;
    }
    .boxheader {
        font-size: 18px;
    }
    button.accordion-button {
        padding: 12px 16px;
    }
    .accordion-body {
        padding: 8px 16px 16px;
    }
    .boxcontent2 {
        padding: 0;
    }
    #faqAccordion .accordion-body {
        color: #fff;
        font-size: 14px;
        padding: 16px 16px 1px;
    }
    .floating-media {
        display: none;
    }
    #statusbank {
        grid-template-columns: repeat(2, 1fr);
    }
    img#statusinfo {
        width: 100px;
    }
    .box-scroll-result {
        flex: 0 0 calc(50% - 5px); /* 2 per row by default (mobile) */
    }
    #menu {
        margin-bottom: 0 !important;
        position: absolute;
        top: 40px;
        width: auto;
        left: 10px;
        height: 0;
        border: 0;
        padding: 0;
        margin: 0;
    }
    #menu a {
        text-align: left;
    }
    .navbar ul li > a {
        padding: 9px !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #cddc39 !important;
    }
    .navbar-default {
        min-height: 0;
        margin: 0;
        border: none;
    }
    .main-menu {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        box-shadow:
            inset 0 1px 1px #899600,
            0 1px 2px rgba(0, 0, 0, 0.8) !important;
        background: linear-gradient(#899600, #698f01);
        padding: 16px;
        transition: all 0.3s ease;
        display: block;
        z-index: 9999;
    }
    .main-menu li a {
        color: #fff !important;
        display: block;
        padding: 12px 20px;
    }
    .main-menu li a:hover {
        background: #444;
    }
    .main-menu.active {
        left: 0;
    }

    /* Show close button only on mobile */
    #menu-close {
        display: block;
    }
    .navbar-toggle {
        margin: 0;
    }
    .footer-menu {
        padding: 16px 0;
    }
    .footer-menu ul li a {
        font-size: 14px;
    }
    .footer-social-media {
        display: block;
    }
    .footer-menu .sub-footer li a {
        font-size: 12px;
    }
    .footer-social-media ul li {
        float: left;
        list-style: none;
        margin: 8px;
    }
    .footer-social-media ul li img {
        width: 35px;
        background-color: black;
        border-radius: 50%;
    }
}
