.togel_title {
    display: inline-block;
    margin: 0;
}
.hover {
    color: white;
}
.main-content {
    display: inline-block;
    padding: 0px;
    z-index: 1;
}
.nav-bottom ul {
    float: right;
    z-index: 1;
}
.nav-bottom ul li {
    float: left;
    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);
    box-shadow: 0 0 5px 2px #84d6ff;
    list-style: none;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0px 10px;
    border-radius: 4px;
    z-index: 1;
}
.box-menu ul {
    list-style: none;
    margin: 5px auto 0;
    padding: 10px;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px 0 #000 inset;
    border: 0;
    text-transform: uppercase;
}
.box-menu ul li {
    background: var(--color-1);
    color: #f9c667;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 0 10px;
    border: 0;
    letter-spacing: 0.1px;
    padding: 5px 10px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.box-menu ul li:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    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);
}
.box-menu ul a {
    color: #fff;
    text-decoration: none;
}
.box-games,
.box-games ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.box-games ul li {
    display: inline-block;
    padding: 5px 39px;
    margin: 2px;
    border: 1px solid black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: var(--color-7);
    color: var(--font-1);
}
.box-games ul li a {
    color: #000;
}
.box-games ul li:hover {
    color: #fff;
    background-color: var(--color-1);
}
.left-side-content {
    display: inline-block;
}
.right-side-content {
    color: #fff;
    float: right;
    display: inline-block;
    font-size: 14px;
}
.main-content-right {
    width: 100%;
    padding: 5px;
    margin: 0 0 15px;
    min-height: 630px;
}
.box-market {
    width: 100%;
}
.box-market .closed {
    position: absolute;
    line-height: 12px;
    margin-top: -20px;
    left: 25px;
    background: var(--color-1);
    color: #fff;
    border-radius: 1px;
    border: 1px solid #fff;
    font-size: 11px;
    padding: 3px;
    width: 222px;
    text-align: center;
    letter-spacing: 0.1px;
}
.box-market .left-tab {
    margin-bottom: 15px;
    margin-top: 15px;
}
.box-market .left-tab h3 {
    text-align: center;
    margin: 10px 0 0;
}
.box-market .left-tab ul {
    list-style: none;
    margin: 5px auto 0;
    padding: 10px;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px 0 #000 inset;
    border: 0;
}
.box-market .left-tab ul li {
    width: 60%;
    background: var(--color-1);
    position: relative;
    margin: 0 0 10px;
    border: 0;
    letter-spacing: 0.1px;
}
.box-market .left-tab ul li a {
    color: var(--font-1);
    line-height: 28px;
    padding: 0 0 0 5px;
    border: 0;
    border-radius: 4px;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px outset var(--color-3);
    background: var(--color-7);
}
.box-market .left-tab ul li a:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border: 2px outset #fff;
    color: #fff;
}
.box-market .left-tab ul li a:hover:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.box-market .left-tab ul li .online {
    background: url(../../../img/bank/online.gif) no-repeat;
    background-position: center;
    background-size: 110px;
    border: 1px solid lime;
    height: 30px;
    width: 78px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -90px;
}
.box-market .left-tab ul li .offline {
    background: url(../../../img/bank/offline.gif) no-repeat;
    background-position: center;
    background-size: 110px;
    border: 1px solid red;
    height: 30px;
    width: 78px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -90px;
}
.box-market .left-tab ul li:last-child {
    margin: 0;
}
ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus {
    border: 0px;
    color: #000;
}
h2.akun_title {
    text-align: left;
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 3px solid #fff;
}
.box-market .left-tab ul .active a {
    background: var(--color-1);
    color: #fff;
    border: 2px outset #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.box-market .left-tab ul .active a:hover {
    border: 2px outset #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.box-market .right-tab {
    background: url(../../../others/img/resources/box-result-big.png) repeat-x;
    float: right;
    padding: 15px 10px;
    margin-left: 10px;
    width: 100%;
    height: 305px;
    border: 1px solid #0f0;
    margin-bottom: 15px;
}
.box-market .right-tab h3.offline {
    font-size: 20px;
    font-weight: 700;
    color: #ef0000;
    margin: 12px 0 6px;
}
.box-market .right-tab h3.offline span {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #ef0000;
}
.box-market .right-tab h3.online {
    font-size: 20px;
    font-weight: 700;
    color: #0f0;
    margin: 12px 0 6px;
}
.box-market .right-tab h3.online span {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #0f0;
}
.box-market .right-tab .closed {
    position: absolute;
    bottom: 10px;
    line-height: 11px;
    left: 45px;
    background: var(--color-1);
    color: #0f0;
    border-radius: 1px;
    border: 1px solid #0f0;
    font-size: 10px;
    padding: 3px;
    width: 193px;
    text-align: center;

    letter-spacing: 0.1px;
}
.box-market .right-tab .open {
    position: absolute;
    bottom: 325px;
    line-height: 11px;
    left: 45px;
    background: var(--color-1);
    color: #ef0000;
    border-radius: 1px;
    border: 1px solid #ef0000;
    font-size: 10px;
    padding: 3px;
    width: 193px;
    text-align: center;
}
.box-market .right-tab .tg-an1f span,
.box-market .right-tab .tg-l5d8 span {
    background: url(../../../others/img/resources/ball-white.png) no-repeat;
    height: 22px;
    width: 23px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #0e470e;
    display: inline-block;
}
.box-market .right-tab .tg-inner {
    margin-top: 5px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.box-market .right-tab .tg-inner td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 5px 0;
    overflow: hidden;
    word-break: normal;
}
.box-market .right-tab .tg-inner th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    overflow: hidden;
    word-break: normal;
}
.box-market .right-tab .tg-inner .tg-ezdf {
    font-weight: 700;
    font-size: 13px;
    background-color: #0e1f00;
    color: #0f0;
    text-align: center;
}
.box-market .right-tab .tg-inner .tg-an1f {
    font-size: 11px;
    background-color: #b3e08c;
    text-align: center;
    color: #010101;
}
.box-market .right-tab .tg-inner .tg-an1f:last-child {
    padding: 5px 2px !important;
}
.box-market .right-tab .tg-inner .tg-l5d8 {
    font-size: 11px;
    background-color: #91bf68;
    text-align: center;
    color: #010101;
}
#head1 th {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.2);
}
.blue-ball {
    background: url(../../img/resources/blue.png);
}
.purple-ball {
    background: url(../../img/resources/purple.png);
}
.green-ball {
    background: url(../../img/resources/green.png);
}
.red-ball {
    background: url(../../img/resources/red.png);
}
.red-ball,
.blue-ball,
.purple-ball,
.green-ball {
    background-size: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: black;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin: 2px;
}
.v_middle {
    font-size: 16px;
    line-height: 42px !important;
    text-align: center;
}
.btn-game {
    border: 2px outset #fff;
    background: var(--color-7);
	color: var(--font-1);
}

.period_header {
	display: inline-block;
	font-size: 18px;
  }
  
  .my_custom_table {
	margin-top: 10px;
	background: white;
	color: black;
  }
  
  .my_custom_table thead {
	background:#222; 
	color:#FFF;
  }
  
  .my_custom_table td {
	border: 1px dotted green !important;
	line-height: 28px !important;
	text-align: center !important;
	padding: 4px !important;
  }
  
  .input_4d_3d_2d,
  .input_2d,
  .input_3d {
	line-height: 24px;
	height: 32px;
	width: 40px;
	text-align: center;
	color: black;
	margin-left: 2px;
	margin-right: 2px;
  }
  
  .opt_unsur,
  .opt_as,
  .opt_kop,
  .opt_kepala,
  .opt_ekor,
  .opt_campuran,
  .opt_shio {
	line-height: 24px;
	height: 32px;
	text-align: center;
	color: black;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 4px !important;
  }
  .desc_game {
      border:1px solid #555;
      border-radius:7px;
      background:#FFF;
      color:#000;
  }
  .aturan {
      color:#000;
  }
  .peraturanContainerBody {
      padding-top:0;
  }
  #unsur_view {
      margin-top:15px;
  }