

@media only screen and (max-width: 990px) {
  /* DONT DISPLAY LIST */
  #menu, .garis, .togelresult {
    display: none;
  }

  .container{
    width: 26px;
    margin-left: 83px;
    height: 68px;
  }
 .clock{
    padding: 6px 4.5%;
    margin-left: 160px;
 }

 #txtUserName, #Text1, #txtPassword, #txtCode {
  width: 90px!important;
 }
 
table{
  margin-left: -192px;
}
 
  /* MOBILE VERSION CSS */
  body {
    width: auto;
    font-size: 12px !important;
  }
  header {
    width: auto;
    margin: 1%;
    display: block;
    clear: both;
  }
  .broadcast, .small-banner, .togelresult-m, .hubkami, .tengah, .sepatu {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
  .broadcast, .small-banner, .tengah, .sepatu, .kaki, .tnls {
    width: auto;
  }
  .logo {
    margin-top: 1%;
    max-width: 33%;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  .loginbtn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1%;
  }
  .loginbtn a {
    height: auto;
    float: right;
    border-radius: 6px;
    color: #000;
    text-decoration: none;
    background: gold;
    border: none;
    padding: 3px 8px;
    font-size: 0.8em;
  }
  .loginbtn i {
    padding-right: 3px;
  }
  #msk {
    margin-right: 1%;
  }
  .broadcast {
    display: inline-flex;
    position: relative;
    margin-bottom: 1%;
  }
  .pesan {
    border: 1px solid gold;
    border-radius: 8px;
    float: right;
    font-style: normal;
    color: gold;
  }
  .slider {
    background: #070707;
  }
  .slider .carousel-indicators .active {
    background: #f4e082;
  }
  .slider .carousel-indicators {
    position: absolute;
    bottom: 3px;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    text-align: center;
    list-style: none;
  }
  .slider .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 3px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #5a5a5a;
    border-radius: 0px;
    border: none;
  }
  .main-menu-outer-container {
    display: flex;
  }
  .main-menu-outer-container > i {
    background: #e2c360;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 3px;
  }
  .main-menu-outer-container > main {
    margin: 0;
    flex-grow: 1;
    display: flex;
    overflow: auto;
  }
  .main-menu-outer-container > main > a:first-child {
    margin-left: auto;
  }
  .main-menu-outer-container > main > a:last-child {
    margin-right: auto;
  }
  .main-menu-outer-container > main > a {
    display: block;
    white-space: nowrap;
    padding: 10px;
    min-width: 80px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #e2c360;
  }
  .main-menu-outer-container > main > a > img {
    display: block;
    height: 24px;
    width: 24px;
    margin: 8px auto;
  }

  .togelresult-m img {
    max-width: 100%;
    height: auto;
  }
  .togelresult-m, .hubkami {
    text-align: center;
    width: 50%;
    border: 1px solid gold;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: gold;
    display: inline-block;
  }
  .togelresult-m h5, .hubkami h5 {
    font-weight: bold;
    position: absolute;
    top: -18px;
    background: #0d0d0d;
    padding: 0 10px;
    left: 10px;
    font-size: 17px;
    color: gold;
  }
  .togelresult-m li, .hubkami li{
    list-style: none;
    padding: 8px;
  }
  .empatangka {
    padding: 12px !important;
  }
  .hubkami {
    background-image: none;
  }
  .pmet {
    margin-top: 3%;
  }
  .kaki {
    margin-left: 8%;
    margin-right: 8%;
  }
  /* MODAL */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
    background-color: #171717;
    margin: auto;
    padding: 12px;
    border: 1px solid gold;
    border-radius: 8px;
    width: 80%;
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    max-width: 10%;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .loginPanel-new {

  }
  .form-group {
    margin: auto;
    position: relative;
  }
  .inner-addon-new {
    padding: 8px;
  }
  .form {
      width: 100%;
      padding: 15px;
      border-radius: 8px;
      position: relative;
      text-align: center;
      display: flex;
  }
}
