.alert {
	padding: 1em;
	border-radius: 5px;
	background-color: maroon;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}
.alert.success {
	background-color: green;
}

.pagination li a {
	color: #c5c5c5;
}

.yellow .pagination li a {
	color: #222;
}
.yellow .pagination li.active {
	background-color: #000;
}
.yellow .pagination li.active a {
	color: #ffee58;
}
.h-100 {
	height: 100%;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex--evenly {
	justify-content: space-evenly;
}
.flex--center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex .between {
	justify-content: space-between;
}
.grid {
	display: grid;
	gap: 5px;
	grid-template-columns: 1fr;
	/* margin-top: 0.5rem; */
	/* margin-bottom: 1rem; */
}
.grid.gap--10 {
	gap: 10px;
}
.grid.col--2 {
	grid-template-columns: 1fr 1fr;
}
.grid.col--3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.grid.col--4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.col--5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid.col--10 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid.col--responsive {
	grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 500px) {
	.grid.col--responsive {
		grid-template-columns: 1fr 1fr;
	}
}
/*@media only screen and (max-width: 7680px) {*/
/*	.grid.col--responsive {*/
/*		grid-template-columns: 1fr 1fr;*/
/*	}*/
/*}*/
.grid .grid-item {
	padding: 10px 5px;
	text-align: center;
	border-radius: 5px;
}

.grid .active {
	font-weight: bold;
}

.text-bold {
	font-weight: bold !important;
}
.text-shadow {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.ribbon-wrapper {
	width: 108px;
	height: 108px;
	overflow: hidden;
	position: absolute;
	top: -6px;
	right: -6px;
}
.ribbon-wrapper .ribbon {
	font: bold 15px Sans-Serif;
	line-height: 18px;
	color: #e9ea7b;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -4px;
	top: 26px;
	width: 150px;
	background-color: #6daaab;
	box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
	letter-spacing: 0.5px;
	box-shadow: -3px 5px 6px -5px rgb(0 0 0 / 50%);
	outline: 1px dotted #e5e82c;
	outline-offset: -4px;
	background-image: radial-gradient(circle farthest-side, #ff1c1a, #bf0b00);
	text-shadow: 2px 1px 0px rgb(0 0 0 / 20%);
}
.ribbon-wrapper .ribbon:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 4px solid #bf0b00;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #bf0b00;
}
.ribbon-wrapper .ribbon:after {
	content: "";
	position: absolute;
	right: 7px;
	top: 100%;
	z-index: -1;
	border-left: 4px solid transparent;
	border-right: 4px solid #bf0b00;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #bf0b00;
}
.ribbon-wrapper .ribbon:before,
.ribbon-wrapper .ribbon:after {
	content: "";
	border-top: 4px solid #bf0b00;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	bottom: -4px;
}


.ribbon-h-wrapper {
	/* width: 100%; */
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: -4px;
	left: -4px;
}
.ribbon-h-wrapper .ribbon {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #e9ea7b;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 5px 0;
	left: 0px;
	right: 0px;
	background-color: #6daaab;
	box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
	letter-spacing: 0.5px;
	box-shadow: -3px 5px 6px -5px rgb(0 0 0 / 50%);
	outline: 1px dotted #ffee58;
	outline-offset: -4px;
	background-image: radial-gradient(circle farthest-side, #ff1c1a, #bf0b00);
	text-shadow: 2px 1px 0px rgb(0 0 0 / 20%);
}
.ribbon-h-wrapper .ribbon:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 4px solid #bf0b00;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #bf0b00;
}
.ribbon-h-wrapper .ribbon:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 4px solid transparent;
	border-right: 4px solid #bf0b00;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #bf0b00;
}
.ribbon-h-wrapper .ribbon:before,
.ribbon-h-wrapper .ribbon:after {
	content: "";
	border-top: 4px solid #bf0b00;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	bottom: -4px;
}


/* .ribbon-h {
	display: block;
	width: calc(100% + 20px);
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
	background: #EDBA19;
	position: relative;
	top: 20px;
  }
  .ribbon-h:before, .ribbon-h:after {
	content: "";
	position: absolute;
  }
  .ribbon-h:before {
	height: 0;
	width: 0;
	bottom: -10px;
	left: 0;
	border-top: 10px solid #cd8d11;
	border-left: 10px solid transparent;
  }
  .ribbon-h:after {
	height: 0;
	width: 0;
	right: 0;
	bottom: -10px;
	border-top: 10px solid #cd8d11;
	border-right: 10px solid transparent;
  } */
/* GENERAL */
body{
    /* background : linear-gradient(#621919,#8B4513,#3C1111) !important; */
    /* background : #8B4513 !important; */
    background: url('../images/bg.jpg') no-repeat !important;
    background-size : cover !important;
    background-attachment : fixed !important;
    background-position:center !important;
}

.sidenav .collection .collection-item span.title {
	color: #FFCD83 !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 : #000000;
    border-radius : 5px;
    border : 1px solid #FFCD83;
    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 : #FFCD83;
}

#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 #FFCD83;
    color: #FFCD83 !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 : #002003 !important;
}

.game-card{
    background : #000000 !important;
}

.headerContainer {
    background : #000000 !important;
}

.secondary {
    /* background: linear-gradient(180deg,#4F2600,#2A1400) !important; */
    background : #000000 !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-border{
	border-color: #FFCD83 !important;
}
	
.accent-bg {
    background : #FFCD83;
}

.accent {
    color : #FFCD83 !important;
}

.border-theme {
	border-color: #FFCD83 !important;
}

.main-navbar {
    background: #000000;
}
.main-navbar ul li a{
    color : #fff !important;
    font-size: 11pt !important;
}

.main-navbar ul li:hover{
    background : linear-gradient(#ff9900,#FFCD83) !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,#FFCD83) !important;
    /* transform: skew(-10deg,0deg); */
}

.main-navbar .active a{
    color : #111  !important;
    /* transform: skew(-10deg,0deg); */
}

.main-navbar .active:hover a{
    color : #FFCD83  !important;
}

.slide-menu-theme {
	background: linear-gradient(#072205,#011002) !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 : #FFCD83 !important;
    font-weight: bold;
}

.slide-menu-theme .tabs .tab>a:focus {
    background: rgba(0,0,0,.3);
    color : #FFCD83 !important;
}

.slide-menu-theme .tabs .indicator {
    background-color: #FFCD83;
    
}

.slide-menu-theme .tabs .tab>a.active,
.slide-menu-theme .tabs .tab>a:hover {
    background: rgba(0,0,0,.3);
    color: #FFCD83;
}

.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: #00000035;
}

#tabContent .card {
    /* border: 1px solid #FFCD83; */
    /* background-color: #000000; */
    background : linear-gradient(180deg,#072205,#000000);
}

.btn-copy {
    background: transparent !important;
    border: 1px solid #FFCD83;
    color: #FFCD83 !important;
    padding : 5px 4px !important;
    border-radius: 5px !important;
    cursor: pointer;
}

.helper-msg {
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px;
    font-size : 10px !important;
    background: rgba(255, 255, 255, .05);
}

.btn-primary {
    background: linear-gradient(180deg,#664003,#B38121,#E3EA69,#B38121,#664003);
    color : #000000 !important;
}

.btn-secondary {
    background: transparent !important;
    border: 1px solid #FFCD83;
    color: #FFCD83 !important;
}

.gradient-btn{
	background: linear-gradient(180deg,#664003,#B38121,#E3EA69,#B38121,#664003);
    color : #000000 !important;
}

.gradient-btn:hover{
	background: linear-gradient(180deg,#664003,#B38121,#E3EA69,#B38121,#664003);
	color : #000 !important;
}


table>tbody>tr:nth-child(odd){
    background : #000000;
    margin-top: 5px;
}

table>tbody>tr:nth-child(even){
    background : #072205;
    margin-top: 5px;
}

.grid .grid-item {
	color: #FFCD83;
	background-color: #000000;
}

.grid .grid-item:hover {
	color: #FFCD83;
	background-color: #000000;
}

.grid .grid-item.--box {
	border: 1px solid #FFCD83;
}

.grid .grid-item.active {
	background-color: #FFCD83;
	color: #000000;
}
.grid .grid-item.--box.active {
	border: 1px solid #000000;
}

/* View pasaran home */
table#latest_close_market {
    background: transparent !important;
    /* border-top: 1px dashed #FFCD83 !important;
    border-left: 1px dashed #FFCD83 !important;
    border-right: 1px dashed #FFCD83 !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: #000000 !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 #FFCD83 !important; */
}

#pasaranFavorit {  
    /* background : #000000; */
}

#pasaranFavorit .grid-item{
    background : linear-gradient(180deg,#072205,#011203);
    border : 1px solid #FFCD83;
}

#pasaranFavorit .grid-item .date-label{  
    color : #111 !important;
    background : linear-gradient(180deg,#E3EA69,#876100);
}

#pasaranFavorit .sTitle::after{  
    background: #000000;
}

#pasaranFavorit .grid-item .date-label{
	color : #000;
}

.ballSmall {
	color : #111;
    border-radius: 5px !important;
    background: #FFCD83;
    font-weight: 900 !important;
	/* background: radial-gradient(closest-side at 40% 40%, #f7ef8a 0%, #f7ef8a 65%, #ae8625 100%); */
    border : 1px solid #FFCD83;
}

span.ballVerySmall{
    color : #111;
    border-radius: 5px !important;
    background: #FFCD83;
	/* background: radial-gradient(closest-side at 40% 40%, #f7ef8a 0%, #f7ef8a 65%, #ae8625 100%); */
    border : 1px solid #FFCD83;
}

#pasaran {
    border : 1px solid #FFCD83 !important;
}

#pasaran li:nth-child(even){
    background-color: #072205 !important;
}

#pasaran li:nth-child(odd){
    background-color: #000000 !important;
}

/* buku mimpi */
#bukuMimpi .tabs .indicator {
    background-color: #FFCD83 !important;
    height: 5px;
}

#bukuMimpi .tabs .tab a {
    color: #FFCD83 !important;
    font-weight: normal;
    font-size: 2em;
}
#bukuMimpi .tabs .tab a:hover {
    background-color: #FFCD83 !important;
    color : #000 !important;
}

#bukuMimpi .tabs .tab a.active {
    background-color: transparent !important;
    font-weight: bolder;
    color : #FFCD83 !important;
    /* color: #ffee00 !important; */
}

/* PAITO */
#paito .grid-item {
    border: 1px solid #FFCD83;
    background : #000000 !important;
    color: #FFCD83;
}

#paito .grid-item:hover {
    background-color: #FFCD83 !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: #FFCD83 !important;
}

#member-box table thead tr, #member-box table{
    background : #000000 !important;
    border : 1px solid #FFCD83;
}


/* PILIH PASARAN */
#pilih_pasaran .dropdown-content li a:hover {
    background: #FFCD83 !important;
    color: #000000 !important;
}

#pilih_pasaran .dropdown-content li:nth-child(odd) a{
    background : #000000 ;
}

#pilih_pasaran .dropdown-content li:nth-child(even) a{
    background : #072205;
}

/* MENU GAMES */

#menuGames > a:hover{
    background: #000000 !important;
    color : #FFCD83 !important;
}

#menuGames > a {
    color : #FFCD83 !important;
}

#menuGames > a.accent-bg {
    color : #000000 !important;
    background: #FFCD83 !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #ffee58 !important;
    color: #000000 !important;
}

/* GAMES */
table.games.compact{
	border : 1px solid #FFCD83 !important;
	background: #000000 !important;
}

table.games.compact tfoot tr{
	border-bottom : 1px solid #FFCD83 !important;
}

table.games.compact thead {
	border-bottom : 1.5px solid #FFCD83 !important;
	background: #000000 !important;
	color : #FFCD83 !important;
}

table.games.compact button{
    background: linear-gradient(180deg,#FFCD83,#ff9900);
    color : #000000 !important;
}

table.games.compact button:hover{
    background: linear-gradient(180deg,#ff9900,#FFCD83);
    color : #000000 !important;
}

#form-pola_tarung label {
    color : #FFCD83;
}

/* TRANSFER */
#saldo .collection-item:nth-child(even){
    background : #072205;
}

#saldo .collection-item:nth-child(odd){
    background : #000000;
}

#saldo .secondary-content {
    color: #000000;
    font-weight: bold;
}

#saldo .total{
    border-top : 1px solid #FFCD83 !important;
}


#saldo #toto {
    border-bottom : 1px solid #FFCD83 !important;
}

#saldo .pSaldo {
    color : 'white';
}

#saldo .collection-header{
    color: #000000;
    background: #ffee58;
}

#saldo .collection{
    border : 1px solid #FFCD83 !important;
}

/* DEPOSIT */
#deposit-cont .card-panel{
    background : #000000 !important;
}

#deposit-cont .table-responsive thead {
    border-bottom : 1.2px solid #FFCD83 !important;
    background : #000000 !important;
}

/* WITHDRAW */
#withdraw-cont .card-panel{
    background : #000000 !important;
}

#withdraw-cont .table-responsive thead {
    border-bottom : 1.2px solid #FFCD83 !important;
    background : #000000 !important;
}

/* HISTORY TRANSAKSI */
#transaction-cont .table-responsive table thead {
    background : #000000 !important;
    border : 1.2px solid #FFCD83;
}

#transaction-cont .table-responsive table tbody {
    border : 1.2px solid #FFCD83;
}

/* INVOICE */
#invoice-cont .table-responsive table thead {
    background : #000000 !important;
    border : 1.2px solid #FFCD83;
}

#invoice-cont .table-responsive table tbody {
    border : 1.2px solid #FFCD83;
}

#invoiceTable th{
    border-top : 1px solid #FFCD83;
    border-bottom : 1px solid #FFCD83;
}

/* DASHBOARD MOBILE */
#lottery .saldo {
    background: #000000;
    border : 1px solid #FFCD83;
    color: #FFCD83;
}

/* HISTORY MOBILE */
#historyTable th{
    border-top : 1px solid #FFCD83;
    border-bottom : 1px solid #FFCD83;
}

#historyTable tbody tr:nth-child(odd){
    background-color: #000000 !important;
    color : #FFCD83 !important;

}

#historyTable tbody tr:nth-child(even){
    background-color: #072205 !important;
    color : #FFCD83 !important;
}

/* FOOTER MOBILE */
.fixed-footer .item{
	color: #FFCD83;
}

.tabGames .owl-nav .owl-prev {
    color: #FFCD83 !important;
}

.tabGames .owl-nav .owl-next {
    color: #FFCD83 !important;
}

.tabGames .item.active {
    /* background-color: #000000; */
    border-bottom: 3px solid #FFCD83;
}

.tabGames .item.active>.title {
    color: #FFCD83;
}

/* WD MOBILE */
#withdrawTable th{
    border-top : 1px solid #FFCD83;
    border-bottom : 1px solid #FFCD83;
}

/* DEPO MOBILE */
#transferTable th{
    border-top : 1px solid #FFCD83;
    border-bottom : 1px solid #FFCD83;
}

/* TRANSFER MOBILE */
#saldo .collection-header,
#saldo .collection-item {
		color: #000000;
		background: #ffee58;
}

#saldo .secondary-content {
    color: #000000;
}

/* GAMES MOBILE */ 

#breadcrumb {  
    border : 1px solid #FFCD83;
}

#breadcrumb .breadcrumb,
#breadcrumb .breadcrumb:before{
    color : #FFCD83 !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #FFCD83 !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: #FFCD83 !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 : #000000 !important;
}

.result-card li:nth-child(even){
    background : #072205;
    border : none;
}
.result-card li:nth-child(odd){
    background : #000000;
    border : none;
}

.collection,
.collection-header {
    border-color : #FFCD83 !important;
}

#header nav .dropdown-content li a {
	background-color: #FFCD83 !important;
	color: #000000 !important;
}

#header nav .dropdown-content li a:hover {
	background-color: #000000 !important;
	color: #FFCD83 !important;
}

.mPage #headerSaldo {
	background: #000000 !important;
	border-top : 1px solid #FFCD83;
	border-bottom : 1px solid #FFCD83;
}

.pagination li a:hover {
	color: #FFCD83 !important;
}
.pagination li.active {
	background-color: #FFCD83;
}
.pagination li.active a {
	color: #000;
}

/* TRANSFER */
#saldo .card-content label {
    color : #FFCD83 !important;
}

/* DEPOSIT */
#deposit-cont .card-content span{
    color : #FFCD83 !important;
}

/* WITHDRAW */
#withdraw-cont .card-content span{
    color : #FFCD83 !important;
}

#aGames .grid .grid-item {
	background : #000000 !important;
    border : 1px solid #FFCD83;
}

#aGames .grid .grid-item .title {
    color : #FFCD83;
}

.wwH label {
    color : #FFCD83 !important;
}

.section-games .input-field input{
    color : #000 !important;
}

.select-dropdown.dropdown-content {
	background-color: #000000 !important;
}

.select-dropdown.dropdown-content li:nth-child(odd){
	background-color: #000000 !important;
}

.select-dropdown.dropdown-content li:nth-child(even){
	background-color: #072205 !important;
}

.select-dropdown li > a,
.select-dropdown li > span {
	color: #FFCD83 !important;
}

.select-dropdown.dropdown-content li:hover {
	background: #FFCD83 !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;
}