:root {
    --bg-gradient: linear-gradient(180deg, #45D900 0%, #FFE500 100%);
    --primary: linear-gradient(90deg, #E2F236 0%, #37D717 100%);
    --secondary: #013F00;
    --accent: #000000;
    --menu-text: #ABFF00;
    --btn-primary-gradient: linear-gradient(180deg, #9ACD32 0%, #FFD600 48.1%, #9ACD32 96.97%);
    --btn-primary-gradient-text: #0C0024;
    --btn-secondary: #013f00;
    --btn-secondary-text: #FFD600;
    --title-line: #ABFF00;
    --text-accent: #ffffff;
    --text-dark: #000000;
    --text-link: #d00a0a;
    --card-gradient: linear-gradient(270deg, #0A0A0A 0%, #424341 100%);
    /*--menu-gradient: linear-gradient(180deg, #025600 0%, #5D8900 100%);*/
    --menu-gradient: linear-gradient(180deg, #5d8605 0%, #023501 100%);
    --border-primary: #c0de00;
    --data-row: #2E2F2D;
    --title-highlight: #ABFF00;
    --ball-bg-gradient: linear-gradient(180deg, #FFD600 0.6%, #9ACD32 35%)
}

/* GENERAL */
body {
    /* background : linear-gradient(#621919,#8B4513,#3C1111) !important; */
    /* background : #8B4513 !important; */
    background: var(--menu-gradient);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#main-wrapper .sidenav {
    background: var(--secondary)!important;
}

.sidenav .collection .collection-item span.title {
    color: var(--text-accent) !important;
}

.disable-scroll {
    position: fixed;
    height: 100%;
    overflow: hidden;
}

#floating-snap-btn-wrapper {
    position: fixed;
    transform: translate(-50%, -50%);
    bottom: 10px;
    left: 80%;
    width: 125px;
    height: 109px;
    border-radius: 50%;
    z-index: 10000;
}

.fab-btn {
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url('../images/frontend_new/freespin.gif');
    background-size: cover;
    color: white;
    z-index: 10000;
}

#rekening-detail {
    text-align: center;
    position: relative;
    background: #2C1500;
    border-radius: 5px;
    border: 1px solid var(--accent);
    padding: 10px;
    margin-bottom: 10px;
}

#rekening-detail #salin-rekening {
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#rekening-header {
    text-transform: uppercase;
    margin: 0px;
    font-size: 16px !important;
    font-weight: 900;
    color: var(--accent);
}

#rekening-body {
    font-size: 14px;
    color: #fff;
}

#rekening-no {
    font-weight: bold;
    font-size: 18px !important;
    color: #fff;
}

#salin-rekening {
    display: none;
    background: transparent !important;
    border: 1px solid var(--accent);
    color: var(--accent) !important;
    padding: 5px 4px !important;
    border-radius: 5px !important;
    cursor: pointer;
}

.bank-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.web .swiper-container {
    border-radius: 5px !important;
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 30px;
}

.web .marqueeHolder {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
}

#pasaranFavorit .grid-item .subtitle {
    color: #fff !important;
}

.primary {
    background: var(--primary) !important;
}

.game-card {
    background: var(--card-gradient) !important;
}

.headerContainer {
    background: var(--primary) !important;
}

.secondary {
    /* background: linear-gradient(180deg,#4F2600,#2A1400) !important; */
    background: var(--secondary) !important;
}

.secondary-bg {
    background: rgba(0, 0, 0, .3) !important;
}

.padding10 {
    padding: 20px;
}

.bottom-br {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accent-bg {
    background: var(--accent);
    color: var(--text-accent)!important;
}

.accent {
    color: var(--text-accent) !important;
}

.accent-link {
    color: var(--text-link) !important;
}

.text-dark {
    color: var(--text-dark) !important;
}

.text-accent {
    color: var(--text-accent) !important;
}

.tab_content-item .text-accent {
    color: var(--accent) !important;
}

.border-theme {
    border-color: var(--accent) !important;
}

.main-navbar {
    background: var(--primary);
}

.main-navbar ul li a {
    color: #fff !important;
    font-size: 11pt !important;
}

.main-navbar ul li:hover {
    background: linear-gradient(#ff9900, #FFA800) !important;
    /* transform: skew(-10deg,0deg); */
}

/* .main-navbar ul li:hover a{
    color : #111 !important;
    transform: skew(10deg,0deg);
} */

.main-navbar .active {
    background: linear-gradient(#ff9900, #FFA800) !important;
    /* transform: skew(-10deg,0deg); */
}

.main-navbar .active a {
    color: #111 !important;
    /* transform: skew(-10deg,0deg); */
}

.main-navbar .active:hover a {
    color: var(--accent) !important;
}

.slide-menu-theme {
    /*background: var(--menu-gradient) !important;*/
    background: transparent !important;
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
    /* margin-top : 10px !important; */
}


.slide-menu-theme .tabs .tab>a.active {
    background: rgba(0, 0, 0, .3);
    color: #FFA800 !important;
    font-weight: bold;
}

.slide-menu-theme .tabs .tab>a:focus {
    background: rgba(0, 0, 0, .3);
    color: #FFA800 !important;
}

.slide-menu-theme .tabs .indicator {
    background-color: #FFA800;

}

.slide-menu-theme .tabs .tab>a.active,
.slide-menu-theme .tabs .tab>a:hover {
    background: rgba(0, 0, 0, .3);
    color: #FFA800;
}

.web #tabContent {
    padding: 20px !important;
}

.tab_content-item {
    margin-top: 20px;
}

#tabContent {
    margin: 20px 0 20px 0 !important;
    padding-top: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* padding : 20px !important; */
    /* background: #061B0F87; */
}

#tabContent .card {
    /* border: 1px solid #FFA800; */
    /* background-color: #2C1500; */
    background: var(--card-gradient);
}

.btn-copy {
    background: transparent !important;
    border: 1px solid #FFA800;
    color: #FFA800 !important;
    padding: 5px 4px !important;
    border-radius: 5px !important;
    cursor: pointer;
}

.helper-msg {
    text-transform: uppercase;
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid #FFA800;
}

.btn-primary {
    background: var(--btn-primary-gradient);
    color: #2C1500 !important;
}

.btn-secondary {
    background: transparent !important;
    border: 1px solid var(--border-primary);
    color: var(--btn-secondary-text) !important;
}

.gradient-btn {
    background: var(--btn-primary-gradient);
    color: #2C1500 !important;
}

.gradient-btn:hover {
    background: var(--secondary);
    color: #fff !important;
}


table>tbody>tr:nth-child(odd) {
    background: var(--secondary);
    margin-top: 5px;
}

table>tbody>tr:nth-child(even) {
    background: var(--secondary);
    margin-top: 5px;
}

.grid .grid-item {
    color: var(--menu-text);
    background-color: var(--secondary);
}

.grid .grid-item:hover {
    color: var(--accent);
    background-color: var(--primary)!important;
}

.grid .grid-item.--box {
    border: 1px solid var(--border-primary);
}

.grid .grid-item.active {
    background-color: var(--accent);
    color: var(--text-accent);
}

.grid .grid-item.--box.active {
    border: 1px solid #000000;
}

/* View pasaran home */
table#latest_close_market {
    background: transparent !important;
    /* border-top: 1px dashed #FFA800 !important;
    border-left: 1px dashed #FFA800 !important;
    border-right: 1px dashed #FFA800 !important; */
    /* border-bottom: 1px dashed #ffee58 !important; */
    border-collapse: separate;
    border-spacing: 0 1em;
    margin-bottom: 2rem;
}

table#latest_close_market>tbody>tr>td {
    background: var(--data-row) !important;
}

table#latest_close_market>tbody>tr>td:first-child {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

table#latest_close_market>tbody>tr>td:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}



table#latest_close_market>tbody>tr:last-child {
    /* border-bottom: 1px dashed #FFA800 !important; */
}

#pasaranFavorit {
    /* background : #2C1500; */
}

#pasaranFavorit .grid-item {
    background: var(--card-gradient);
    border: 1px solid var(--border-primary);
}

#pasaranFavorit .grid-item .date-label {
    color: #111 !important;
    background: linear-gradient(180deg, #FFA800, #ff9900);
}

#pasaranFavorit .sTitle::after {
    background: #2C1500;
}

#pasaranFavorit .grid-item .date-label {
    color: #000;
}

.ballSmall {
    color: #111;
    border-radius: 5px !important;
    background: var(--ball-bg-gradient);
    font-weight: 900 !important;
    /* background: radial-gradient(closest-side at 40% 40%, #f7ef8a 0%, #f7ef8a 65%, #ae8625 100%); */
    border: 1px solid var(--border-primary);
}

span.ballVerySmall {
    color: #111;
    border-radius: 5px !important;
    background: var(--ball-bg-gradient);
    /* background: radial-gradient(closest-side at 40% 40%, #f7ef8a 0%, #f7ef8a 65%, #ae8625 100%); */
    border: 1px solid var(--border-primary);
}

#pasaran {
    border: 1px solid var(--border-primary) !important;
}

#pasaran li:nth-child(even) {
    background-color: #2C1500 !important;
}

#pasaran li:nth-child(odd) {
    background-color: var() !important;
}

/* buku mimpi */
#bukuMimpi .tabs .indicator {
    background-color: #FFA800 !important;
    height: 5px;
}

#bukuMimpi .tabs .tab a {
    color: #FFA800 !important;
    font-weight: normal;
    font-size: 2em;
}

#bukuMimpi .tabs .tab a:hover {
    background-color: #FFA800 !important;
    color: #000 !important;
}

#bukuMimpi .tabs .tab a.active {
    background-color: transparent !important;
    font-weight: bolder;
    color: #FFA800 !important;
    /* color: #ffee00 !important; */
}

/* PAITO */
#paito .grid-item {
    border: 1px solid #FFA800;
    background: #2C1500 !important;
    color: #FFA800;
}

#paito .grid-item:hover {
    background-color: #FFA800 !important;
    color: #000;
    font-weight: bold;
}

#paito .grid-item:hover .sub {
    color: #2c1b02;
}

#paito .grid-item .sub {
    color: rgba(255, 255, 255, .8);
}

#member-box table thead tr th {
    color: #FFA800 !important;
}

#member-box table thead tr,
#member-box table {
    background: #2C1500 !important;
    border: 1px solid #FFA800;
}


/* PILIH PASARAN */
#pilih_pasaran .dropdown-content li a:hover {
    background: #FFA800 !important;
    color: #000000 !important;
}

#pilih_pasaran .dropdown-content li:nth-child(odd) a {
    background: var(--accent);
}

#pilih_pasaran .dropdown-content li:nth-child(even) a {
    background: var(--accent);
}

/* MENU GAMES */

#menuGames>a:hover {
    background: var(--primary) !important;
    color: var(--accent) !important;
}

#menuGames>a {
    color: var(--menu-text) !important;
}

#menuGames>a.accent-bg {
    color: var(--text-accent) !important;
    background: var(--accent) !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #ffee58 !important;
    color: #000000 !important;
}

/* GAMES */
table.games.compact {
    border: 1px solid var(--border-primary) !important;
    background: var(--secondary) !important;
}

table.games.compact tfoot tr {
    border-bottom: 1px solid var(--border-primary) !important;
}

table.games.compact thead {
    border-bottom: 1.5px solid var(--border-primary) !important;
    background: var(--secondary) !important;
    color: var(--menu-text) !important;
}

table.games.compact button {
    background: linear-gradient(180deg, #FFA800, #ff9900);
    color: #2C1500 !important;
}

table.games.compact button:hover {
    background: linear-gradient(180deg, #ff9900, #FFA800);
    color: #2C1500 !important;
}

#form-pola_tarung label {
    color: #FFA800;
}

/* TRANSFER */
#saldo .collection-item:nth-child(even) {
    background: #2C1500;
}

#saldo .collection-item:nth-child(odd) {
    background: #2C1500;
}

#saldo .secondary-content {
    color: #000000;
    font-weight: bold;
}

#saldo .total {
    border-top: 1px solid #FFA800 !important;
}


#saldo #toto {
    border-bottom: 1px solid #FFA800 !important;
}

#saldo .pSaldo {
    color: 'white';
}

#saldo .collection-header {
    color: #000000;
    background: #ffee58;
}

#saldo .collection {
    border: 1px solid #FFA800 !important;
}

/* DEPOSIT */
#deposit-cont .card-panel {
    background: #2C1500 !important;
}

#deposit-cont .table-responsive thead {
    border-bottom: 1.2px solid #FFA800 !important;
    background: #2C1500 !important;
}

/* WITHDRAW */
#withdraw-cont .card-panel {
    background: #2C1500 !important;
}

#withdraw-cont .table-responsive thead {
    border-bottom: 1.2px solid #FFA800 !important;
    background: #2C1500 !important;
}

/* HISTORY TRANSAKSI */
#transaction-cont .table-responsive table thead {
    background: #2C1500 !important;
    border: 1.2px solid #FFA800;
}

#transaction-cont .table-responsive table tbody {
    border: 1.2px solid #FFA800;
}

/* INVOICE */
#invoice-cont .table-responsive table thead {
    background: #2C1500 !important;
    border: 1.2px solid #FFA800;
}

#invoice-cont .table-responsive table tbody {
    border: 1.2px solid #FFA800;
}

#invoiceTable th {
    border-top: 1px solid #FFA800;
    border-bottom: 1px solid #FFA800;
}

/* DASHBOARD MOBILE */
#lottery .saldo {
    background: #2C1500;
    border: 1px solid #FFA800;
    color: #FFA800;
}

/* HISTORY MOBILE */
#historyTable th {
    border-top: 1px solid var(--border-primary);
    border-bottom: 1px solid var(--border-primary);
}

#historyTable tbody tr:nth-child(odd) {
    background-color: var(--secondary) !important;
    color: var(--text-accent) !important;

}

#historyTable tbody tr:nth-child(even) {
    background-color: var(--secondary) !important;
    color: var(--text-accent) !important;
}

/* FOOTER MOBILE */
.fixed-footer .item {
    color: var(--accent);
}

.tabGames .owl-nav .owl-prev {
    color: var(--title-line) !important;
}

.tabGames .owl-nav .owl-next {
    color: var(--title-line) !important;
}

.tabGames .item.active {
    /* background-color: #2C1500; */
    border-bottom: 3px solid var(--title-line);
}

.tabGames .item.active>.title {
    color: var(--title-highlight)!important;
}

/* WD MOBILE */
#withdrawTable th {
    border-top: 1px solid #FFA800;
    border-bottom: 1px solid #FFA800;
}

/* DEPO MOBILE */
#transferTable th {
    border-top: 1px solid #FFA800;
    border-bottom: 1px solid #FFA800;
}

/* TRANSFER MOBILE */
#saldo .collection-header,
#saldo .collection-item {
    color: #000000;
    background: #ffee58;
}

#saldo .secondary-content {
    color: #000000;
}

/* GAMES MOBILE */

#breadcrumb {
    border: 1px solid var(--border-primary);
}

#breadcrumb .breadcrumb,
#breadcrumb .breadcrumb:before {
    color: var(--title-highlight) !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #FFA800 !important;
    color: #000000 !important;
}

.section-games input {
    background: #fff !important;
    border: none !important;
    border-radius: 2px !important;
}

.section-games .input-field input:focus+label {
    color: #FFA800 !important;
}

.section-games[dt-tipe_game="diskon"] .bg {
    border: 1px solid #07f0a2;
    color: #07f0a2 !important;
}

.section-games[dt-tipe_game="no-diskon"] .bg {
    border: 1px solid #ffd903;
    color: #ffd903 !important;
}

.section-games[dt-tipe_game="bolak-balik"] .bg {
    border: 1px solid #ff03c0;
    color: #ff03c0 !important;
}

footer {
    background: #2C1500 !important;
}

.result-card li:nth-child(even) {
    background: #2C1500;
    border: none;
}

.result-card li:nth-child(odd) {
    background: #2C1500;
    border: none;
}

.collection,
.collection-header {
    border-color: #FFA800 !important;
}

#header .btn {
    color: var(--accent)!important;
}

#header nav .dropdown-content li a {
    background-color: #FFA800 !important;
    color: #000000 !important;
}

#header nav .dropdown-content li a:hover {
    background-color: #2C1500 !important;
    color: #FFA800 !important;
}

.mPage #headerSaldo {
    background: var(--secondary) !important;
    border-top: 1px solid #FFA800;
    border-bottom: 1px solid #FFA800;
}

.pagination li a:hover {
    color: #FFA800 !important;
}

.pagination li.active {
    background-color: #FFA800;
}

.pagination li.active a {
    color: #000;
}

.card-content .accent {
    color: var(--text-dark)!important;
}

/* TRANSFER */
#saldo .card-content label {
    color: #FFA800 !important;
}

/* DEPOSIT */
#deposit-cont .card-content span {
    color: #FFA800 !important;
}

/* WITHDRAW */
#withdraw-cont .card-content span {
    color: #FFA800 !important;
}

#aGames .grid .grid-item {
    background: var(--card-gradient) !important;
    border: 1px solid var(--border-primary);
}

#aGames .grid .grid-item .title {
    color: var(--menu-text);
}

.wwH label {
    color: #FFA800 !important;
}

.section-games .input-field input {
    color: #000 !important;
}

.select-dropdown.dropdown-content {
    background-color: #2C1500 !important;
}

.select-dropdown.dropdown-content li:nth-child(odd) {
    background-color: #2C1500 !important;
}

.select-dropdown.dropdown-content li:nth-child(even) {
    background-color: #2C1500 !important;
}

.select-dropdown li>a,
.select-dropdown li>span {
    color: #FFA800 !important;
}

.select-dropdown.dropdown-content li:hover {
    background: #FFA800 !important;
}

.select-dropdown.dropdown-content li:hover>span {
    color: #000000 !important;
}

.fb-fab {
    bottom: 90px !important;
}

.fb-bg {
    background-color: #4267B2 !important;
}

.fb-bg:hover {
    background-color: #29487D !important;
}

.fb-fab {
    bottom: 90px !important;
}

#pasaranFavorit .grid-item .title,
#pasaranFavorit .grid-item .periode,
.periode,
.col-pasaran .title {
    color: var(--title-highlight) !important;
}