@import url('https://fonts.googleapis.com/css2?family=Abel&family=Arimo&display=swap');

/* ==== GLOBAL STYLE ==== */
:root {
	/* Color definitions */
	--color-1: #100E09;
	--color-2: #DAA520;
	--color-3: #FFF;
	--color-4: #DAA520;
	--color-5: #D0D0D0;
	--color-6: #ffffff;
	
	--box-color-1: #292929;
	
	--strip-1: #2d3443;
	
	--hot-1: #d80000;
	
	--transparent-1: #291a01;
	
	--font-1: #ffffff;
	--font-2: #a6a4a4;
	--font-3: #000000;
    
	--gradient-1: linear-gradient(220deg, #BF953F, #FCF6BA, #efc274, #FBF5B7, #AA771C);
	
	/* New Color */
	--background-1: #06090f;
	--background-2: #151d29;
	
	--color-7: #005dfe;
	--color-8: #151d29;
	--color-9: #2c67fc;
	
	--line-1: #484848;
}

body {
    /*background: url(../../img/resources/bg-master.jpg)no-repeat center center fixed #000;
	background-size:cover;*/
	background: var(--background-1);
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative !important;
    font-family: Lato, sans-serif, Arial, Verdana;
    font-size: 12px;
    color: #fff;
}
h1,
h2,
h3,
h4 {
    font-family: 'Arimo', sans-serif;
}
a,
a:focus,
a:hover {
    color: #fff;
}

select,
select option {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 7px !important;
    padding-left: 8px !important;
}
textarea {
    background-color: #272727 !important;
    color: #fff !important;
    border: 1px solid #424242 !important;
    border-radius: 7px !important;
    padding-left: 8px !important;
}
input[type="number"] {
    padding: 0 !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}
.table,
.table-responsive {
    color: #fff;
}
.well {
    background-color: transparent;
    color: #fff;
}
.input-profile {
    background-color: #232323 !important;
    color: #fff !important;
    border: 1px solid #464646;
}
.input-read {
    background-color: #ccc !important;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
::-webkit-input-placeholder {
    color: #cbcbcb;
}
:-moz-placeholder {
    color: #cbcbcb;
}
::-moz-placeholder {
    color: #cbcbcb;
}
:-ms-input-placeholder {
    color: #cbcbcb;
}
::-webkit-scrollbar{
    width: 10px;
	height:7px;
}
::-webkit-scrollbar-track{
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    background: var(--color-4);
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover{
    background: var(--color-7);
}
.container {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px 0;
}
.row {
    margin-left: -0;
    margin-right: -0;
}
.gap {
	height:95px;
}
.blink_me {
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0.4;
    }
}
#loading_image {
    opacity: 0.7;
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
}
#loading_image img {
    width: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_container {
    width: 1240px;
    margin: 0 auto;
}
.sec_container {
    width: 1080px;
    margin: 0 auto;
}
.main_body {
    width: 1080px;
    margin: auto;
}
.col-12 {
	width:100%;
    display: inline-block;
}
.col-6 {
	width:49%;
    display: inline-block;
}
.col-2 {
	width:16.3%;
    display: inline-block;
}
.col-3 {
	width:24.5%;
    display: inline-block;
}
.col-4 {
	width:33%;
    display: inline-block;
}
.cst_menu {
	overflow-x: auto;
	background: var(--color-8);
	padding: 5px 20px;
}
.cst_menu_nav {
	padding: 5px 20px;
}
.cst_menu_c {
	background: var(--color-8);
	padding: 0 20px;
}
.cst_menu .row{
	min-width: 600px;
    width: auto;
}
::-webkit-scrollbar{
    width: 1px;
	height:1px;
}
.cst_menu .col-3{
	width:90px;
	flex:none;
}
.cst_menu_nav .col-6{
	border-radius:8px;
}
.cst_menu_nav .col-6 .games-link{
	padding: 5px 20px;
	background: var(--color-8);
    border-radius: 10px;
    margin: 5px 0;
}
.cst_menu .title-games{
	font-size:10px
}
.cst_menu .games-link, .cst_menu_nav .games-link{
	filter: grayscale(1);
	opacity:0.8;
	width:100%;
	padding-bottom:5px;
	border-bottom: 2px solid var(--line-1);
	cursor:pointer;
	text-decoration:none;
}
.cst_menu_nav .games-link{
	border-bottom: 2px solid rgba(0,0,0,0);
}
.menu_games {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.menu_games_member {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding-top:100px;
}
.title-games {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  font-family: "Abel", sans-serif;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.menu-link, .games-link {
  display:inline-block;
}
.games-link, .btn-play {
  color:#fff;
}
.cst_menu .games-link.active {
	filter: grayscale(0);
	opacity:1;
	border-bottom: 2px solid var(--color-7);
}
.cst_menu_nav .games-link.active {
	filter: grayscale(0);
	opacity:1;
	background: var(--color-7);
}
.cst_menu .games-link.active .title-games{
	color: var(--color-7);
}
.cst_menu_nav .games-link.active .title-games{
	color: var(--font-1);
}
.menu-link img, .games-link img {
  width: 40px;
  position:relative; 
  top:3px;
}
.games-title {
  width: 90%;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 10px auto;
  padding:0 5px;
  font-size:10px;
}
.games-detail {
	padding-top: 10px;
}
.games-detail .row .col-3 {
	text-align: center;
}
.games-detail .games-link{
	margin:2px;
	overflow:hidden;
	border-radius:5px;
	background: url(../../../img/resources/bg_icon.png) center no-repeat ;
}
.games-detail .games-logo {
	width: 100% !important;
}

.main_form {
    padding: 0;
    margin: 0;
}
.main_label {
    margin: 0;
    font-size: 14px;
}
.main_input {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #424242;
    border-radius: 7px;
    padding: 4px 5px;
    margin: 0;
}
.main_title {
    font-family: 'Arimo', sans-serif;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
}
.page_title {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.guide-text {
    font-size: 11px;
    color: #979797;
}
.error-text {
    color:red;
	font-weight:bold;
	font-size:12px; 
}
.inp-captcha {
    background-color: #fff;
    color: #000;
    padding: 2px 0;
    width: 70px;
    height: 30px;
    display: inline-block;
    border-radius: 6px;
}
.imprtn {
	color:red;
}
.icon-pointer {
	cursor:pointer;
}
.chosen-opt {
	background: #000 !important;
	color:#fff !important;
}
.font_bold {
	font-weight: bold;
}
.link_ns {
	list-style:none;
	text-decoration:none;
}
.link_ns:hover {
	list-style:none;
	text-decoration:none;
}
/* ==== GLOBAL STYLE ==== */

/* ==== PASARAN STYLE ==== */
.list_pasaran {
  background: var(--color-8);
  border: 3px outset var(--color-3);
  margin: 5px;
  border-radius: 7px;
  font-size: 16px;
  padding: 10px 5px;
  color: #fff;
  width: 95%;
  display: inline-block;
  text-shadow: 1px 1px 1px #000;
}
.jam_pasaran {
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.nama_pasaran {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: var(--color-7);
}
.hasil_pasaran {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 60px;
}
/* ==== PASARAN STYLE ==== */

/* ==== DATATABLE STYLE ==== */
table.dataTable thead tr {
    background: #0e3947;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background: #000;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background: #333;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
    background: var(--color-7);
}
.pagination > a,
.pagination > a:focus,
.pagination > a:hover {
    background: var(--color-7);
}
/* ==== DATATABLE STYLE ==== */

/* ==== BUTTON STYLE ==== */
.btn-main,
.btn-main:focus {
    background: var(--color-7);
    cursor: pointer;
    color: var(--font-1);
    text-decoration: none;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
}
.btn-main:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.btn-green {
    background:var(--color-7);
    cursor: pointer;
    color: var(--font-1); !important;
    text-decoration: none;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
}
.btn-green:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
#btn-register {
    width: 100%;
}
.btn-masuk,
.btn-masuk:focus {    
    background:var(--color-7);
    cursor: pointer;
    color: var(--font-1);
    text-decoration: none;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
	vertical-align:top
}
.btn-masuk:hover {
    color: var(--font-1);
    background: transparent;
    border: 1px solid var(--color-3);
}

.btn-daftar,
.btn-daftar:focus {
    background: var(--color-8);
    cursor: pointer;
    color: var(--font-1);
    text-decoration: none;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
	vertical-align:top;
    border: 1px solid var(--color-3);
}
.btn-daftar:hover {
    color: var(--font-2);
    background: transparent;
    border: 1px solid var(--color-3);
}

/* ==== BUTTON STYLE ==== */

/* ==== BANNER PROMO STYLE ==== */
.theme-event-img {
    width: 100%;
    border: 1px solid #535353;
}
.li_promo_list {
    list-style-type: none;
    margin-bottom: 0;
    text-align: right;
}
.li_promo_list a {
    position: relative;
    top: -30px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.promo_list {
    list-style-type: none;
    display: none;
    margin-bottom: 5px;
    padding: 10px 20px;
    margin-bottom: 40px;
    background: #000;
    border-radius: 7px;
}
/* ==== BANNER PROMO STYLE ==== */


/* ==== HOME STYLE ==== */
#home_popular_game,
#home_new_game {
    margin: 40px 0;
}
.home_title {
    text-align: left;
    display: inline-block;
}
.home_title .fa-fire {
    color: red;
    margin-right: 10px;
}
.home_title .fa-gem {
    color: limegreen;
    margin-right: 10px;
}
#home_popular_game .home_title_separator {
    width: 720px;
    border-bottom: 2px solid #555;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 15px;
}
#home_new_game .home_title_separator {
    width: 710px;
    border-bottom: 2px solid #555;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 15px;
}
.home_title_button {
    width: 170px;
    text-align: right;
    display: inline-block;
}
.slot-option-home {
    position: relative;
    display: inline-block;
    margin: 2px 2px 8px !important;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    transition: opacity 0.2s ease;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #3f3f3f;
    width: 173px;
    height: 150px;
}
.slot-option-home h3 {
    margin: 0;
    margin-top: 10px;
    font-size: 13px;
    font-family: 'Abel', sans-serif;
}
.slot-option-home a {
    color: #fff;
    text-decoration: none;
}
.game-image {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.game-logo-home {
    width: 30px !important;
    position: absolute;
    top: 0;
    left: 0;
}
.slot-option-home:hover {
    transform: scale(1.1);
}
.daily-win {
    width: 30px !important;
    position: absolute;
    top: -10px;
    right: -3px;
}
.qrcode_box {
    width: 1070px;
    margin: 10px 5px;
}
.qrcode_list {
    width: 350px;
    height: 175px;
    max-height: 175px;
    display: inline-block;
    border: 3px solid #fc0;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    vertical-align: middle;
    margin: auto 0;
}
.qrcode_list img {
    background: #fff;
    height: 130px;
}
.qrcode_list .qrcode_title {
    width: 100%;
    background: var(--color-7);
    border-bottom: 3px solid #fc0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 8px;
    font-weight: bold;
    cursor: default;
}
.qrcode_desc {
    display: inline-block;
    text-align: center;
    width: 210px;
    font-size: 20px;
    color: #fcf0da;
    font-weight: bold;
    text-shadow: 0 1px 2px #191a1b, 0 1px 0 #191a1b;
}
.qrcode_color {
    color: #f1b845 !important;
}
.blur-popup {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.modal-popup-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.modal-popup-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.modal-popup {
    width: 804px;
    height: 405px;
    display: block;
    margin: 50% 0 0 -300px;
    position: relative;
    top: 39%;
    left: 43%;
    background: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.modal-popup-wrapper.open .modal-popup {
    margin-top: -200px;
    opacity: 1;
}
.head-popup {
    width: 100%;
    height: 34px;
    padding: 0;
    overflow: hidden;
    background: none;
    position: absolute;
    top: 5px;
    right: 10px;
}
.btn-close-popup {
    width: 28px;
    height: 28px;
    display: block;
    float: right;
}
.btn-close-popup::before,
.btn-close-popup::after {
    content: "";
    width: 32px;
    height: 6px;
    display: block;
    background: white;
}
.btn-close-popup::before {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close-popup::after {
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-popup {
    background: none;
}
.content-popup img {
    width:100%;
	border:1px solid #AAA;
}
.blur-popup-rm {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.modal-popup-wrapper-rm {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.modal-popup-wrapper-rm.open {
    opacity: 1;
    visibility: visible;
}
.modal-popup-rm {
    width: 500px;
    height: 200px;
    display: block;
    margin: 50% 0 0 -300px;
    position: relative;
    top: 40%;
    left: 52%;
    background: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.modal-popup-wrapper-rm.open .modal-popup-rm {
    opacity: 1;
}
.head-popup-rm {
    width: 100%;
    height: 34px;
    padding: 0;
    overflow: hidden;
    background: none;
}
.btn-close-popup-rm {
    width: 28px;
    height: 28px;
    display: block;
    float: right;
}
.btn-close-popup-rm::before,
.btn-close-popup-rm::after {
    content: "";
    width: 32px;
    height: 6px;
    display: block;
    background: white;
}
.btn-close-popup-rm::before {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close-popup-rm::after {
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-popup-rm {
	background:#222;
	border:2px solid #fff;
}
.btn-footer-close-popup-rm {
	padding:10px 5px;
	background:#fff;
	color:#000;
	text-align:center;
	cursor:pointer;
}


.blur-popup-pass {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  .modal-popup-wrapper-pass {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 150px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .modal-popup-wrapper-pass.open {
    opacity: 1;
    visibility: visible;
  }
  .modal-popup-pass {
  width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .modal-popup-wrapper-pass.open .modal-popup-pass {
    opacity: 1;
  }
  .head-popup-rm {
    width: 100%;
    height: 34px;
    padding: 0;
    overflow: hidden;
    background: none;
  }
  .btn-close-popup-pass {
    width: 28px;
    height: 28px;
    display: block;
    float: right;
  }
  .btn-close-popup-pass::before,
  .btn-close-popup-pass::after {
    content: "";
    width: 24px;
    height: 6px;
    display: block;
    background: white;
  }
  .btn-close-popup-pass::before {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-close-popup-pass::after {
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-popup-pass {
  background: #222;
  border:2px solid #fff;
  }
  .content-popup-pass img {
    width:100%;
  border:1px solid #AAA;
  }
  

.c_content {
	width:100%;
	padding:10px 5px;
	background:#1d1d1d;
	text-align:center;
	font-style: italic;
}
.c_content .title{
	width:15%;
	display:inline-block;
	font-size:20px;
	font-weight:bold;
}
.c_content .desc{
	width:84%;
	color:#acacac;
	display:inline-block;
	text-align:left;
	font-size:16px;
}
.divider {
	background:#393222;
    line-height: 5px;
	margin-bottom:5px;
}
.divider .left, .divider .center, .divider .right{
	display:inline-block;
	height:5px;
}
.divider .left, .divider .right{
	width:40%;
}
.divider .center{
	width:20%;
}
.divider .center{
	background:#daa001;
}
/* ==== HOME STYLE ==== */

/* ==== PASARAN STYLE ==== */
.list-market {
    padding: 0;
    margin: 10px 0px;
}
.list-market .box-result {
    text-align: center;
    margin: 5px;
    padding: 5px;
    display: inline-block;
    width: 201px;
    border: 3px solid #fc0;
    border-radius: 10px;
    background: var(--color-7);
    color: var(--font-1) !important;
}
.list-market .box-result h3 {
    font-size: 20px;
    color: var(--font-1) !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 0;
}
.list-market .box-result li {
    font-size: 48px;
    color: var(--font-1) !important;
    font-weight: bold;
    padding: 0px 2px;
    text-shadow: 2px 2px 3px #000;
}
.list-market .box-result hr {
    margin: 5px 0;
    border: 1px solid white;
}
.list-market .box-result p,
.list-market .box-result span {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.list-market .box-result .result {
    margin-top: 10px;
}
.list-market .box-result .result ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.list-market .box-result .result li {
    list-style: none;
    display: inline-block;
}
.list-market .box-result .result li img {
    width: 32px;
    margin: 2px;
}
.list-market .box-result .see-now {
    color: #fff;
    font-size: 12px;
}
.list-market .box-result .see-now:hover {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-weight: 700;
    text-decoration: none;
}
.jam_pasaran {
    padding: 15px 10px 0;
}
.jam_pasaran table {
    width: 100%;
}
.jam_pasaran .td-col-1 {
    text-align: left;
}
.jam_pasaran .td-col-2 {
    text-align: center;
}
.jam_pasaran .td-col-3 {
    text-align: center;
}

/* ==== PASARAN STYLE ==== */

header .activity-user {
    padding: 0;
    float: right;
    display: inline-block;
    margin-top: 3px;
    margin-right: 7px;
}

header .activity-user .box-deal {
    background: url(../../../others/img/resources/box-invoice.png) no-repeat;
    width: 171px;
    height: 110px;
    float: left;
    position: relative;
    margin: 5px;
}

header .activity-user .box-deal h3 {
    text-align: center;
    line-height: 25px;
    color: #0e1e00;
    font-size: 12px;
    margin: 0;
    font-weight: 700;
}

header .activity-user .box-deal:last-child {
    float: right;
}

.ws_cover {
    border: 0 !important;
}
#wrapper-slider {
    position: absolute;
    top: 27px;
    left: 10px;
    overflow: hidden;
    width: 150px;
    height: 76px;
}

#wrapper-slider #carousel-depo .item {
    float: left;
    font-size: 10px;
    width: 150px;
    color: #fff;
}

#wrapper-slider #carousel-depo .item > div {
    overflow: hidden;
}

#wrapper-slider #carousel-depo .item div.text {
    float: left;
    position: relative;
    width: 150px;
}

#wrapper-slider #carousel-depo .item div.text p {
    margin: 0;
    display: block;
    clear: both;
    color: #05e5f9;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
}

#wrapper-slider #carousel-depo .item div.text p span {
    font-weight: 700;
    float: right;
}

#wrapper-slider #carousel-depo .item div.text:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
    position: absolute;
    left: -20px;
    top: 50%;
}

#wrapper-slider #carousel-wd .item {
    float: left;
    font-size: 10px;
    width: 150px;
    color: #fff;
}

#wrapper-slider #carousel-wd .item > div {
    overflow: hidden;
}

#wrapper-slider #carousel-wd .item div.text {
    float: left;
    position: relative;
    width: 150px;
    margin-top: 3px;
}

#wrapper-slider #carousel-wd .item div.text p {
    margin: 0;
    display: block;
    clear: both;
    color: #fd5318;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
}

#wrapper-slider #carousel-wd .item div.text p span {
    font-weight: 700;
    float: right;
}

#wrapper-slider #carousel-wd .item div.text:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
    position: absolute;
    left: -20px;
    top: 50%;
}

header .nav-menu {
    margin: 30px 0 15px;
    padding: 0;
    display: block;
}

header .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../../../others/img/resources/bg-nav.png) repeat-x;
    height: 33px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    display: block;
}

header .nav-menu ul li {
    float: left;
    line-height: 33px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

header .nav-menu ul li:first-child a {
    border-radius: 5px 0 0 5px;
}

header .nav-menu ul li a {
    color: #2b2b2b;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 10px 45px 7px;
    border-right: 1px solid #a8a1a1;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1px;
}

header .nav-menu ul li a:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../../../others/img/resources/bg-nav-hover.png) repeat-x;
    color: #0f0;
    border-bottom: 1px solid #000;
}

header .nav-menu ul li a:hover:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

header .nav-menu ul li .select {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../../../others/img/resources/bg-nav-hover.png) repeat-x;
    color: #0f0;
    border-bottom: 1px solid #000;
}

header .nav-menu ul li .select:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#div_container {
    width: 1240px !important;
    margin: 0 auto !important;
    display: block;
    min-height: 580px;
}

#home_body {
    width: 1240px;
    margin: 0 auto;
}

#body_container {
    padding: 0;
}

#body_slider {
    float: left;
    display: inline-block;
}

#carousel {
    margin-top: 10px;
    padding: 0;
}

#body_market {
    width: 245px;
    padding: 0 5px;
    float: right;
    display: inline-block;
    height: 360px;
}

.psr_result {
    float: right;
}

.each_result {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 5px;
    margin-right: 5px;
}

#date_open {
    color: #fff;
    font-size: 14px;
}

.casino {
    position: absolute;
    top: 620px;
    background: url(../../../others/img/resources/box-casino.png) no-repeat;
    height: 78px;
    width: 520px;
    background-size: 100%;
    background-position: 0 4px;
    margin: 10px 0;
    box-shadow: 0 5px 5px 0 #000;
    padding: 0 !important;
}

.casino .head-img {
    position: relative;
    left: -8px;
    top: 1px;
    display: inlin-block;
    float: left;
}

.casino img {
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.casino img:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0.7;
}

.casino img:hover:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.contact {
    position: absolute;
    top: 710px;
    padding: 0 !important;
    height: 78px;
    width: 530px !important;
    float: right !important;
    background-position: 0 0;
    margin: 10px 0;
    box-shadow: 0 5px 5px 0 #000;
}

.contact .inner-contact {
    height: 70px;
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 0;
    width: 520px;
}

.contact .head-img {
    position: relative;
    left: -3px;
    top: 1px;
    float: left;
}

.contact ul {
    float: left;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.contact ul li {
    float: left;
    margin: 0 12px;
}

.contact ul li img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.contact ul li img:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0.7;
}

.contact ul li img:hover:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.contact ul li .btn-soc {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}

.popover .popover-title {
    color: #000;
    font-weight: 400;
}

#body_all {
    width: 1240px;
    margin: auto;
    padding-top: 0;
}

.all_games {
    width: 33%;
    display: inline-block;
    padding: 10px;
    text-align: center;
}

#all_games_header {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 42px;
}

.main-btn-play {
    width: 100%;
    color: #fff;
    background-color: #000612;
    background: -moz-linear-gradient(#000612, #08366f);
    background: -webkit-linear-gradient(#000612, #08366f);
    background: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#000612),
        to(#08366f)
    );
    background: -o-linear-gradient(#000612, #08366f);
    background: linear-gradient(#000612, #08366f);
    padding: 5px;
    text-transform: uppercase;
}

.date_forum {
    color: #fff;
}

.date_forum:hover {
    color: #000;
}

.title_forum {
    color: #f9c667;
}

.title_forum:hover {
    font-weight: 700;
}

div.memo {
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
}

div.memo-detail {
    margin: 10px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
}

div.memo-detail span {
    float: right;
    font-size: 11px;
}

#fragment {
    position: absolute;
    width: 80px;
    height: 440px;
    top: -40px;
    left: 0;
    z-index: 1000;
}

span.closing {
    position: relative;
    top: 30px;
    left: 60px;
    cursor: pointer;
    color: #fff;
}

#fragment2 {
    position: absolute;
    width: 80px;
    height: 440px;
    top: 320px;
    left: 0;
    z-index: 1000;
}

span.closing2 {
    position: relative;
    top: 30px;
    left: 60px;
    cursor: pointer;
    color: #fff;
}

#custom_modal {
    color: #ddd;
    padding: 5px;
}
#login_header {
	text-align:center;
	padding:20px 0px;
}
.modal-content {
    background: #1a202c;
    color: #fff;
    border-radius: 20px;
}
.modal-header {
	border:0px;
}
.modal-body h4 {
    color: #fff;
}
#form_login .title_modal {
	font-size:14px;
	padding:15px 10px 2px 10px;
}
#form_login #username_log_games, #form_login #pass_log_games {
	background: none;
    width: 100%;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0px;
    border: 1px solid #c6c6c6;
	font-size:16px;
}
#form_login #member_captcha {
	padding:15px 10px;
}
#form_login #captchaimg {
	width: 90px;
    height: 45px;
}
#form_login #captcha_code_games {
	margin: 5px auto;
    text-align: center;
    width: 30%;
	background: none;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #c6c6c6;
	font-size:16px;
}
#form_login .button_modal {
	padding:5px 0;
}
#form_login .button_modal .btn-masuk, 
#form_login .button_modal .btn-daftar {
	width: 100%;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px;
}

#myModalLabel {
    color: #fff;
}

.title_discount {
    color: #fff;
}

.close {
    background-color: #fff;
    opacity: 1;
}

#pagination_post {
    margin: 0;
    padding: 0;
    text-align: center;
}

#pagination_tabel {
    padding: 0;
}

#pagination_tabel li {
    display: inline-block;
    background: var(--color-7);
    border-radius: 7px;
}

#pagination_tabel li a {
    color: #fff;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 8px !important;
}

#pagination_tabel .active,
#pagination_tabel .active a {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 8px !important;
}

#pagination_tabel li a:hover {
    background-color: #000;
    border: 1px solid #fff;
}

#pagination_modal li {
    display: inline-block;
}

#pagination_modal li a {
    color: #fff;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 8px !important;
}

#pagination_modal .active {
    background-color: #f9c667 !important;
    color: #000 !important;
    border-radius: 8px !important;
}

#pagination_modal li a:hover {
    color: rgba(254, 192, 0, 1);
}

.print_detail,
.view_detail {
    padding: 5px 10px;
    color: var(--font-1);
    background: var(--color-7);
    border-radius: 8px;
    cursor: pointer;
}
.print_detail:hover,
.view_detail:hover {
    color: #000;
    background-color: #000612;
    background: -moz-linear-gradient(#000612, #08366f);
    background: -webkit-linear-gradient(#000612, #08366f);
    background: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#000612),
        to(#08366f)
    );
    background: -o-linear-gradient(#000612, #08366f);
    background: linear-gradient(#000612, #08366f);
}
.btn-submit {
    background: radial-gradient(
            ellipse farthest-corner at right bottom,
            #fedb37 0%,
            #fdb931 0%,
            #9f7928 0%,
            #8a6e2f 0%,
            transparent 80%
        ),
        radial-gradient(
            ellipse farthest-corner at left top,
            #ffffff 0%,
            #ffffac 8%,
            #d1b464 70%,
            #fdb931 100%,
            #5d4a1f 100%
        );
    border-radius: 4px;
    font-weight: bold;
    color: #000;
    width: 285px;
}

.btn-submit:hover {
    color: #fff;
    background-color: #000612;
    background: -moz-linear-gradient(#000612, #08366f);
    background: -webkit-linear-gradient(#000612, #08366f);
    background: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#000612),
        to(#08366f)
    );
    background: -o-linear-gradient(#000612, #08366f);
    background: linear-gradient(#000612, #08366f);
}

@media screen and (max-width: 426px) {
    #bottom_menu span {
        width: 50%;
        border-bottom: 1px solid #fff;
    }
}

/* ----------- START SOCIAL MEDIA ----------- */

#widget_sosmed {
    position: fixed;
    bottom: 15px;
    visibility: visible;
    z-index: 2147483639;
    background: transparent;
    border: 0px;
    padding: 10px 10px 0px 0px;
    float: left;
    margin-right: -10px;
    backface-visibility: hidden;
    opacity: 1;
    top: 50px;
    left: -200px;
}

#header_sosmed {
    background-color: #003a8f;
    min-height: 173px;
}

#header_sosmed img {
    position: relative;
    padding: 0;
}

#close_social {
    position: relative;
    top: -30px;
    left: 150px;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
    background-color: red;
}
.social-icon {
    color: #fff;
    width: 200px;
    position: relative;
    padding: 3px 7px;
    padding-left: 5px;
    border-bottom: solid white 1px;
    font-size: 14px;
}
.social-logo {
    width: 30px;
    padding-right: 5px;
}

#widget_link {
    position: fixed;
    bottom: 15px;
    visibility: visible;
    z-index: 2147483639;
    background: transparent;
    border: 0px;
    padding: 10px 10px 0px 0px;
    float: right;
    margin-right: -10px;
    backface-visibility: hidden;
    opacity: 1;
    top: 50px;
}

#header_link {
    background-color: #bb830c;
    min-height: 167px;
}

#widget_lucky_spin {
    position: fixed;
    bottom: 10px;
    visibility: visible;
    z-index: 2147483639;
    background: transparent;
    border: 0px;
    padding: 10px 10px 0px 0px;
    float: left;
    margin-right: -10px;
    backface-visibility: hidden;
    opacity: 1;
    left: 0px;
}

/* ----------- END SOCIAL MEDIA ----------- */

/* ============ START PROFILE ============ */
.tab__container {
    width: 100%;
    margin: 0;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.tab__title {
    margin: 0;
    margin-bottom: 30px;
    border-radius: 10px;
}
.tab__title .tab__button:first-of-type {
    margin: 0;
}
.tab__title .tab__button {
    background: #f5f5f5;
    padding: 15px 5px;
    color: #545454;
    border: 0;
    outline: none;
    margin: 0 -5px;
    cursor: pointer;
    width: 150px;
    font-size: 16px;
}
.tab__title .tab_button-active {
    border-bottom: none;
    background: #84d6ff;
    color: #003a79;
}
.tab__title .tab_button-active img {
    filter: none;
}
.tab__inside {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: none;
    opacity: 0;
    height: 0;
    transform: translateY(10px);
    transition: transform 0.3s ease-in;
    margin: 0 auto;
    font-size: 14px !important;
}
.tab__inside-active {
    display: block;
    opacity: 1;
    height: 100%;
    transform: translateY(0);
    transition: transform 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
}

.div-bank {
    padding: 5px;
}
.bank-list {
    background-color: #212121;
    color: #aaa;
    width: 99%;
    border: 1px solid #424242 !important;
    margin: 0 auto;
}
.bank-list tr,
.bank-list tr td {
    padding: 2px 15px;
    text-align: left;
}
/* ============ END PROFILE ============ */

.nav_container .nav_menu li:hover {
    color: #fff;
}

.ribbon-transfer {
    background-color: #e43;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 1px;
    padding: 0;
    width: 85px;
    border-radius: 8px;
    white-space: nowrap;
    margin: 0 auto;
}

.ribbon-seamless {
    background-color: #1aa7ec;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 1px;
    padding: 0;
    width: 85px;
    border-radius: 8px;
    white-space: nowrap;
    margin: 0 auto;
}

