html {
  height: 100%;
}
body {
  background: url(../../img/resources/bg_mobile.jpg) center center no-repeat
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222;
  font-size: 12px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #fff;
  min-height: 100%;
  position: relative;
}

header {
  padding: 10px 20px;
}

.hidden {
  display: none !important;
}

.navbar {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 0px;
  padding: 0;
  padding-left: 30px;
}
.info_navbar {
  width: 100%;
  font-size: 15px;
  padding: 5px 10px 5px 0;
}

.info_navbar_member {
  text-align: right;
  padding: 0;
}

.info_navbar_saldo {
  text-align: left;
  padding: 0;
}

footer#footer_home {
  margin: 20px 0;
}
footer#footer_games {
  display: table !important;
  border: 1px solid #e7e7e7;
  position: fixed;
  font-size: 8px;
  z-index: 1;
  width: 100%;
  height: 8vh;
  bottom: 0;
  background: #000 !important;
  padding: 7px;
  padding-bottom: 0;
  left: 0;
  bottom: 0;
}
.div_footer {
  width: 19vw;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 1px;
}
.btn_footer {
  color: #ffd700;
  font-size: 3vw;
}
.btn-copy {
  margin: 7px;
  padding: 9px 31px;
  outline: none;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fa4031 28%, #a42627 84%);
  border: 1px solid #7d1717; /*box-shadow: 1px 1.7px 5px 0 #000000c0; -moz-box-shadow: 1px 1.7px 5px 0 #000000c0; -webkit-box-shadow: 1px 1.7px 5px 0 #000000c0;*/
}

#footer_games2 {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  display: table !important;
  border: 1px solid #555;
  background: url(../../img/resources/headerBg.jpg) repeat top center;
  padding: 7px;
  padding-bottom: 0;
  height: 8vh;
}

.row:after,
.row:before {
  display: none;
}
a {
  color: #000;
}
.container,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0;
}

::-webkit-input-placeholder {
  text-align: center;
}
:-moz-placeholder {
  text-align: center;
}
::-moz-placeholder {
  text-align: center;
}
:-ms-input-placeholder {
  text-align: center;
}
.input-read {
  background-color: #ccc !important;
}

/* ==== BUTTON ==== */
.btn-wap {
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ffc477),
    color-stop(1, #fb9e25)
  );
  background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
  background-color: #ffc477;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 10px;
  margin: 0;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
  display: inline-block;
}

.btn-live-chat {
  -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
  box-shadow: inset 0px 1px 0px 0px #f5978e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #f24537),
    color-stop(1, #c62d1f)
  );
  background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
  background-color: #f24537;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d02718;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 10px;
  margin: 0;
  text-decoration: none;
  text-shadow: 0px 1px 0px #810e05;
  display: inline-block;
}

.btn-green {
  background-color: #27ae60;
  -moz-border-radius: 28px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
  position: relative;
  top: 20px;
}
.btn-green:hover {
  background-color: #5cbf2a;
}

.btn-red {
  -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
  -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
  box-shadow: inset 0px 1px 0px 0px #cf866c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #d0451b),
    color-stop(1, #bc3315)
  );
  background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
  background-color: #d0451b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #942911;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #854629;
  position: relative;
  top: 20px;
}
.btn-red:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #bc3315),
    color-stop(1, #d0451b)
  );
  background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
  background-color: #bc3315;
}
.btn-gray {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #f9f9f9),
    color-stop(1, #e9e9e9)
  );
  background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
  background-color: #f9f9f9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}
.btn-gray:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #e9e9e9),
    color-stop(1, #f9f9f9)
  );
  background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
  background-color: #e9e9e9;
}
/* ==== BUTTON ==== */

/* ==== LOGIN ==== */
#form_login {
  text-align: center;
  position: relative;
  margin-top: 0;
}

#form_login fieldset {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 5px;
  padding-top: 10px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
}

#form_login fieldset:not(:first-of-type) {
  display: none;
}

#form_login input,
#form_login textarea {
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
  margin: 0 15px;
  margin-bottom: 10px;
  width: 93%;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
#form_login select {
  background-color: #fff !important;
  color: #000;
  margin: 0 15px;
  border-radius: 7px;
  width: 93% !important;
}
#form_login select option {
  background-color: #fff !important;
  color: #000;
}
#form_login input:focus,
#form_login textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  caret-color: red;
  border: 1px solid #9b0103;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}
#btn-masuk {
  width: 95%;
  margin: 5px 10px;
  margin-top: 0;
  border-radius: 8px;
  font-size: 16px;
}
#btn-daftar {
  width: 95%;
  margin: 5px 10px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff !important;
}
/* ==== LOGIN ==== */

.pasaran {
  width: 93%;
  color: #fff;
  margin: 20px;
}
.list_pasaran {
  margin-bottom: 5px;
  background-color: #ccc;
  border-radius: 7px;
  font-size: 16px;
  padding: 5px;
  color: #000;
  width: 100%;
}
.nama_pasaran {
  width: 50%;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.jam_pasaran {
  width: 25%;
  display: inline-block;
  color: #555;
  font-size: 14px;
  text-align: right;
}
.hasil_pasaran {
  width: 20%;
  display: inline-block;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: blue;
  letter-spacing: 0.5px;
}

.bank_list_header {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.menu_box {
  margin: 0 auto;
  padding: 0 auto;
  text-align: center;
}

.btn.link {
  padding: 0;
  font-size: 4vw;
  letter-spacing: unset;
}

a,
a:hover,
a:visited {
  color: #0f0;
}

a:hover {
  font-weight: 700;
}

a.icon {
  color: #000;
}

.bg-primary {
  background-image: radial-gradient(
    circle,
    #cb4d4d,
    #b73f3f,
    #a43031,
    #912124,
    #7e1018
  );
}

.content-wrap {
  background-image: radial-gradient(
    circle,
    #d7d0d0,
    #bcb7b9,
    #a29fa1,
    #898889,
    #717171
  );
}

.tabs {
  box-shadow: 0 0 20px 5px #fff;
}

.link_pasaran {
  color: red;
}

section.cta {
  background-image: linear-gradient(
    to bottom,
    #fff,
    #e0d1e4,
    #cfa2bc,
    #c07286,
    #a64646
  );
  padding-top: unset;
}

.rekening_header {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}

.bank_depo_row {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  margin: 5px;
  box-shadow: 0 0 20px 10px #000;
}

#nt-example1 li,
#nt-example11 li {
  background-color: rgba(62, 0, 1, 0.7);
  overflow: hidden;
  height: 45px;
  padding: 10px;
  line-height: 20px;
  list-style: none;
  font-size: 16px;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 5px;
  font-weight: 700;
}

#nt-example1 li {
  color: #c39b38;
}

#nt-example11 li {
  color: #a47a00;
}

.block_title,
section.game_list {
  text-align: center;
}

#nt-example1 li:hover,
#nt-example11 li:hover {
  background: rgba(255, 255, 255, 0.4);
}

.block_title {
  color: #fff;
  font-size: 25px;
}

.input_box_login {
  padding: 5px;
}

.btn-outline-primary {
  color: #fff;
  border-color: #fff;
}

.link,
.link:hover,
.link:visited,
.link_dp_wd_lg:hover,
.link_dp_wd_lg:visited {
  color: #fff !important;
  font-size: 13px !important;
}

.nav_btn {
  font-size: 1.5vh;
  margin-top: 5px;
}

.casino_header,
.game_list > div > div:nth-child(2) > div,
.sport_header {
  font-size: 30px;
}

#download {
  padding-top: unset;
  padding-bottom: unset;
}

.menu {
  padding: 20px;
}

.label_depo {
  padding-top: 10px;
}

.custom_footer {
  min-height: 150px;
}

section.agreement {
  background-image: #000;
}

.agreement_button {
  text-align: right;
  padding: 10px;
}

#game_btn,
.agreement_title,
.casino_header,
.game_image_div,
.menu_box,
.menu_depo_wd,
.pasaran_header,
.pasaran_item,
.sport_header {
  text-align: center;
}

.agreement_div {
  padding-top: unset;
}

.casino_header {
  color: #fff;
  font-weight: 700;
}

.sport_header {
  color: #fff;
  font-weight: 700;
}

.slide_show {
  margin-top: 50px;
}

.menu_box {
  margin: 0 auto;
  padding: 0 auto;
}

.btn.link {
  padding: 0;
  font-size: 4vw;
  letter-spacing: unset;
}

.a,
.h {
  padding-right: unset;
  padding-left: unset;
  margin: 0 auto;
  height: 180vh;
}

#main_content {
  background: url(../flexor/img/loader.gif) center center no-repeat;
  background-size: 50px;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  width: 200%;
  height: 200%;
  position: absolute;
}

.object_container {
  height: 900px;
  width: 100%;
}

.game_link.container {
  max-width: 1140px;
}

img {
  width: 100%;
}

.game_desc {
  text-align: center;
}

.game_menu {
  background-image: linear-gradient(
    to right top,
    #b51a1a,
    #b01817,
    #ab1515,
    #a61312,
    #a11010
  );
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff;
  box-shadow: 0 0 20px 7px #acacac;
}

#game_btn {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  background: #000;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  border-left: 5px gold solid;
  border-bottom: 5px gold solid;
  border-right: 5px gold solid;
  background-image: linear-gradient(
    to bottom,
    #aa1818,
    #95271e,
    #802f24,
    #6c3429,
    #56362f
  );
}

div > div.game_menu > .col-3 {
  border-left: 1px gray solid;
  border-right: 1px gray solid;
}

#game_btn > a,
div > div.game_menu > .col-3 > a {
  color: #fff;
  text-decoration: none;
}

.game_image {
  width: 30%;
}

.main_content {
  margin-top: 50px;
  background: #000;
}

.pasaran_header {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
}

.pasaran_item {
  font-size: 15px;
  color: #fff;
}

.online {
  color: green;
}

.offline {
  color: red;
}

.pasaran_item_box {
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: inset 0 0 20px 4px #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link_dp_wd_lg {
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#depo_wd_area {
  margin-left: 0;
  margin-right: 0;
  background-image: linear-gradient(
    to right top,
    #979695,
    #a7a6a5,
    #b7b6b6,
    #c7c6c7,
    #d7d7d7
  );
  margin-bottom: 20px;
}

#depo_wd_area .container {
  padding: 0;
}

.menu_depo_wd {
  margin: auto 0;
}

.data_promo,
.label_promo {
  width: 50%;
  text-align: left;
  padding: 0 10px;
  display: inline-block;
}

.input_depo_wd {
  margin-bottom: 10px;
}

.label_promo {
  float: left;
}

.data_promo {
  float: right;
}

.menu_icon {
  width: 25px;
}

.modal-content {
  background-color: rgba(55, 0, 0, 0.7);
  color: #ebebeb;
}

.qrcode_box {
  width: 100%;
  margin: 10px 5px;
}

.qrcode_list {
  width: 49%;
  display: inline-block;
  border: 2px solid #fff;
}

.qrcode_list .qrcode_title {
  width: 100%;
  border-bottom: 2px solid white;
  background: linear-gradient(to bottom, #0173ab 5%, #00abff 100%);
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  font-weight: bold;
}

.qrcode_desc {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 26px 5px;
}

.lnk-bank-01 {
  width: 80px;
  background-image: url(../../img/resources/bank01.png);
}
.lnk-bank-02 {
  width: 80px;
  background-image: url(../../img/resources/bank02.png);
}
.lnk-bank-03 {
  width: 80px;
  background-image: url(../../img/resources/bank03.png);
}
.lnk-bank-04 {
  width: 80px;
  background-image: url(../../img/resources/bank04.png);
}
