@font-face {
    font-family: "ubuntu1";
    src: url("../fonts/Ubuntu-Regular.ttf");
  }
  
  .title-main > h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.3rem;
    margin-bottom: 0.9rem;
  }
  
  :root {
    --first-color: #00ffff;
    --second-color: #006375;
    --third-color: #00d5e8;
    --fourth-color: #0082a9;
    --fifth-color: #02b1cc;
    --sixth-color: #000000;
    --dark-color: #025d5e;
    --navbar-color: linear-gradient(to bottom,#00fbff 0%,#0087a5 100%);
    --o-color: #000000;
  }
  
  body {
    background: url("../images/bg.webp");
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position-x: center !important;
    background-position-y: center !important;
    background-color: rgb(15, 15, 15);
    font-family: "ubuntu1";
  }
  
  .icon-teksberjalan i {
    color: var(--first-color) !important;
  }
  
  .title-main > p {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  
  .showgames {
    display: none;
  }
  
  .bg-wa {
    background: #11a116;
  }
  
  .page-link {
    background-color: var(--second-color);
    color: var(--sixth-color) !important;
    border-color: var(--first-color) !important;
  }
  
  .page-link:hover {
    background-color: var(--third-color);
  }
  
  .page-item.active .page-link {
    background-color: var(--first-color) !important;
    border-color: var(--first-color) !important;
  }
  
  .page-item.disabled .page-link {
    background-color: var(--fourth-color) !important;
    opacity: 0.4 !important;
  }
  
  .title-wa {
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    text-shadow: -1px 1px 3px #000000 !important;
    text-transform: uppercase;
  }
  
  .icon-providers {
    background: var(--third-color);
    padding: 10px;
    border-radius: 5px;
  }
  .icon-providers:hover {
    cursor: pointer;
    background: var(--fourth-color);
  }
  
  .icon-providers > img {
    width: 70px;
  }
  
  center {
    font-size: 1.2rem;
  }
  
  .table-jadwal {
    font-size: 12px !important;
  }
  
  @font-face {
    font-family: "font-dig";
    src: url("../fonts/Audiowide-Regular.ttf");
  }
  
  .res-pasaran {
    padding: 2px;
    color: #000000;
    text-align: center;
  }
  
  .bg-angka {
    background-color: var(--dark-color);
  }
  
  .res-pasaran h3 {
    padding: 0;
    margin: 0;
    color: var(--sixth-color);
    letter-spacing: 0.2rem;
    font-size: 2.8rem;
    font-family: "font-dig";
  
    background: linear-gradient(90deg, var(--first-color) 50%, transparent 50%),
      linear-gradient(90deg, var(--first-color) 50%, transparent 50%),
      linear-gradient(0deg, var(--first-color) 50%, transparent 50%),
      linear-gradient(0deg, var(--first-color) 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 5px;
    animation: border-dance 15s infinite linear;
  }
  
  @keyframes border-dance {
    0% {
      background-position: 0px 0px, 100% 100%, 0px 100%, 100% 0px;
    }
    100% {
      background-position: 100% 0px, 0px 100%, 0px 0px, 100% 100%;
    }
  }
  
  .res-pasaran p {
    margin: 0;
    font-size: 0.9rem;
    padding: 0;
  }
  
  .table-jadwal tbody > tr > th {
    text-align: center !important;
  }
  
  .text-btnlivedraw {
    font-size: 0.9rem;
  }
  
  .card-game {
    background: linear-gradient(to bottom,#00fbff 0%,#0087a5 100%);;
    border: 2px solid var(--first-color);
    color: var(--dark-color);
    font-weight: bold;
    border-radius: 10px;
    padding: 0.6rem;
  }
  
  .top-nav {
    padding: 9px;
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #00d5e8;
    color: #000000;
    height: 53px;
  }
  
  .text-pasar {
    font-size: 1rem !important;
  }
  
  .chatbox {
    overflow: scroll;
    overflow-x: hidden;
    height: 350px;
    background: rgb(236, 236, 236);
    padding: 10px;
    width: 100%;
  }
  
  .btn-close {
    background-color: #ff0019;
  }
  
  .receiver,
  .sender {
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 5px;
    padding: 7px;
    width: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .sender {
    background: rgb(235, 181, 6);
    color: #000;
    text-align: left !important;
  }
  
  .receiver {
    background: #242424;
    color: #fff;
  }
  
  .receiver h2,
  .sender h2 {
    font-size: 1rem;
  }
  
  .nav-bar {
    background: var(--navbar-color);
    border-bottom: 1px solid var(--first-color);
    color: #fff;
    font-size: 1rem;
    padding: 0.1rem;
  }
  
  .navbar-brand {
    margin-right: -2rem !important;
    width: 9rem;
  }
  .navbar {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .nav-link {
    font-size: 0.9rem;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 0.7rem;
  }
  
  #hoho {
    list-style-type: none;
    margin: 0;
    padding-left: 6.3rem;
  }
  
  #hoho li {
    font-size: 0.78rem;
  }
  
  #hoho li:hover {
    color: var(--first-color);
    cursor: pointer;
  }
  
  .winner-wrapper {
    border: #000000 1px solid;
    padding: 0.37rem;
    position: relative;
    border-radius: 7px;
    z-index: 13;
  }
  
  .bg-mainslide {
    background: #000000;
  }
  
  .label-winner {
    position: absolute;
    border-radius: 6px;
    background: var(--first-color);
    color: #000000;
    padding: 0.37rem;
    left: 1px;
    font-weight: bold;
    font-size: 0.7rem;
    top: 1px;
    z-index: -99;
  }
  
  .swiper-pagination-progressbar-fill {
    background: var(--fourth-color) !important;
  }
  
  .bg-warning,
  .btn-warning,
  .btn-dark,
  .btn-primary {
    color: var(--o-color) !important;
    background: var(--third-color) !important;
    border-color: var(--fifth-color) !important;
    background: linear-gradient(
      0deg,
      var(--first-color) 0%,
      var(--fifth-color) 100%
    ) !important;
  }
  
  .btn-warning:hover,.btn-primary:hover {
    background: var(--fourth-color) !important;
  }
  
  .activebtnn {
    background: var(--third-color) !important;
    color: var(--sixth-color) !important;
  }
  
  .text-warning {
    color: var(--first-color) !important;
  }
  
  .active {
    color: var(--o-color) !important;
    font-weight: 700;
  }
  .nav-link {
    background: #13131300;
    padding: 8px;
    border-radius: 10px;
  }
  
  .keluaran th {
    color: #000;
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
    border: 1px solid #fff;
    font-size: 15px;
    text-shadow: 1px 1px 0px #ffffff;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      #ffffff 50%,
      rgba(0, 0, 0, 1) 100%
    );
  }
  
  .nav-link:hover {
    background: #ffffff !important;
    color: black !important;
    border-radius: 0px;
  }
  
  a,
  a:hover {
    color: inherit;
    text-decoration: none;
  }
  
  .badge-result {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .notify {
    left: 20%;
  }
  
  .icon-apk {
    width: 30px;
    margin-right: 0.5rem;
  }
  
  .top-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .wrap-pred h5 {
    word-wrap: break-word;
    white-space: normal;
  }
  
  .top-list > li {
    display: inline-block;
    margin-right: 0.4rem;
  }
  
  #loading {
    display: none;
  }
  
  .top-list > li::after {
    content: "|";
    margin-left: 0.4rem;
    color: #868686;
  }
  
  @media only screen and (max-width: 600px) {
    .top-list > li {
      margin-right: 0;
      text-align: left;
      font-size: 0.7rem;
    }
  }
  
  .card-body {
    color: #000 !important;
  }
  
  .resballs {
    font-size: 1.4rem;
    font-weight: bold;
  }
  
  .balls {
    font-size: 1.7rem !important;
  }
  .ball-result {
    font-size: 1.4rem !important;
  }
  .resultnum {
    font-size: 1rem;
  }
  
  .span-result-xs {
    font-weight: bold;
  }
  
  .result {
    font-size: 1.3rem;
    font-weight: bold;
  }
  
  .main {
    background: #000000;
    box-shadow: rgb(0, 238, 255) 0 32px 62px -2px, rgb(0, 158, 193) 0 30px 32px -3px;
    color: #ffffff;
    padding: 1rem;
  }
  
  .btn-small {
    font-size: 0.8rem;
    color: var(--sixth-color);
    padding: 4px 7px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(
      0deg,
      var(--first-color) 0%,
      var(--fourth-color) 100%
    );
    border-color: var(--third-color) !important;
    text-align: center;
  }
  
  marquee {
    border-bottom: 1px solid var(--first-color);
    padding: 2px;
  }
  
  .icon-teksberjalan {
    color: #00d5e8 !important;
    position: absolute;
    background: #000000;
    padding: 2px;
    padding-right: 6px;
    padding-left: 6px;
    top: 0;
    left: -1px;
    z-index: 999;
  }
  
  .border-game {
    border: 2px solid var(--third-color);
  }
  
  @media only screen and (max-width: 283px) {
    .btn-small {
      font-size: 0.6rem;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .prediksi-title {
      font-size: 0.8rem !important;
    }
  
    .btn-lihat {
      font-size: 0.6rem;
    }
  
    .top-nav {
      height: 75px;
    }
  
    .img-mobile {
      width: 35px;
    }
  
    .title-mb-prediksi h2 {
      font-size: 1rem;
      padding: 0;
      margin: 0;
    }
  
    .navbar-ms {
      background: none !important;
    }
  
    .p-prediksi a {
      font-size: 0.9rem;
    }
  }
  
  .title-mb-prediksi {
    background: #222222;
    padding: 8px;
  }
  
  .p-prediksi {
    padding: 4px 8px;
    background: linear-gradient(to bottom,#00fbff 0%,#0087a5 100%);
    border: 1px solid linear-gradient(to bottom,#0087a5 0%,#00fbff 100%);
    border-radius: 5px;
  }
  
  .btn-up {
    position: fixed;
    bottom: 5%;
    right: 3%;
    font-size: 1.2rem;
    z-index: 999;
    display: none;
  }
  
  .result-pasaran {
    width: 800px;
    height: 900px;
    max-width: 100%;
  }
  
  .blinks {
    animation: blinking 0.8s linear infinite;
  }
  
  @keyframes blinking {
    50% {
      opacity: 0;
    }
  }
  
  .content-nav {
    display: flex !important;
    justify-content: center !important;
  }
  
  .bbkomwrap {
    width: 320px !important;
  }
  
  .info-market {
    color: #000000;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  
  .info-market i {
    font-size: 1.1rem;
  }
  
  .info-ttp {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  
  @media only screen and (max-width: 700px) {
    .title-img {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  
    .res-pasaran h3 {
      color: var(--sixth-color);
      font-size: 3.3rem;
    }
  
    .paito-picker {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  
    .title-paito {
      font-size: 1.1rem;
    }
  
    .res-pasaran p {
      font-size: 1.1rem;
    }
  
    .bbkomwrap {
      width: 100% !important;
    }
  
    .title-main > p {
      line-height: 1.2rem;
    }
  
    .wrap-list {
      display: flex;
      justify-content: center;
      text-align: center;
    }
  
    .top-list > li {
      margin-bottom: 0.3rem;
    }
  
    .top-list > li::before {
      content: "|";
      margin-right: 0.4rem;
      color: #868686;
    }
  
    .nav-link {
      padding: 0.5rem;
      padding-bottom: 0.5rem;
      margin-bottom: 0.7rem;
      background: none;
      border-bottom: 1px solid #fff;
    }
  }
  
  .percent {
    height: 20px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
  }
  
  .percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    transform: translateY(10px);
    color: black;
  }
  
  strong {
    color: var(--third-color) !important;
  }
  
  .percent-bar {
    /* background-color: #ffc107; */
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-size: 0.7rem 0.7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
  }
  
  .good {
    background-color: #ffc107;
  }
  
  .great {
    background-color: #28a745;
  }
  
  .bad {
    background-color: #dc3545;
  }
  
  .prediksi-card {
    color: var(--sixth-color) !important;
    background: var(--third-color) !important;
    border-color: var(--fifth-color) !important;
    background: linear-gradient(0deg, var(--fourth-color) 0%, var(--third-color) 100%) !important;
    padding: 15px;
  }
  
  .prediksi-title {
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  
  .prediksi-desc {
    font-size: 0.9rem;
  }
  
  .active-pasaran {
    border: 1px solid transparent;
    -webkit-transition: border 0.1s linear, box-shadow 0.1s linear;
    -moz-transition: border 0.1s linear, box-shadow 0.1s linear;
    transition: border 0.1s linear, box-shadow 0.1s linear;
  }
  
  .active-pasaran.glowing {
    border-color: #ffc400;
    -webkit-box-shadow: 0 0 10px #ffc400;
    -moz-box-shadow: 0 0 10px #ffc400;
    box-shadow: 0 0 10px #ffc400;
  }
  
  .page.active {
    color: #000 !important;
    background: var(--third-color);
  }
  
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav .nav-m {
    background-image: url("../images/spritesheet.png");
    background-repeat: no-repeat;
    position: relative;
    display: block;
    font: bold 15px/43px arial, sans-serif;
    padding: 0 10px 0 40px;
    color: #fff;
    height: 40px;
    width: 186px;
    z-index: 9;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    text-transform: uppercase;
    transition: 0.3s;
  }
  
  .home-m {
    background-position: 8px 10px;
  }
  
  .livedraw-m {
    background-position: 8px -150px;
  }
  
  .data-m {
    background-position: 8px -110px;
  }
  
  .alat-m {
    background-position: 8px -310px;
  }
  
  .prediksi-m {
    background-position: 8px -270px;
  }
  
  .promosi-m {
    background-position: 8px -230px;
  }
  
  .buku-mimpi-m {
    background-position: 8px -70px;
  }
  
  .tour-m {
    background-position: 8px -30px;
  }
  
  .jadwal-m {
    background-position: 8px -190px;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    color: #fff;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .navbar-icons i {
    font-size: 1.7rem;
  }
  
  #table-paito {
    border-collapse: collapse;
    background: #fff;
  }
  
  #table-paito td {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 0;
    width: 20px;
  }
  
  .btn-hapuspaito {
    width: 70px;
    border: none;
    height: 25px;
  }
  
  .box-color {
    width: 55px;
    height: 25px;
  }
  .aqua {
    background-color: aqua;
  }
  .gold {
    background-color: rgb(0, 0, 0);
  }
  .lgreen {
    background-color: lightgreen;
  }
  .dpink {
    background-color: deeppink;
  }
  .violet {
    background-color: violet;
  }
  .turto {
    background-color: turquoise;
  }
  .orange {
    background-color: orange;
  }
  
  .tble {
    background-color: #fff;
  }
  
  #color-selector p {
    clear: both;
  }
  
  .table-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  
  .table-paito tr:nth-last-child(5n + 1) td {
    background: #e8e4e7;
  }
  
  .addi-paito {
    background: none repeat scroll 0 0 #ffffff;
    color: #d7d1d1;
    font-weight: normal;
  }
  
  .e1,
  .e2,
  .e3,
  .e4,
  .e5,
  .e6,
  .e7,
  .e8,
  .e9,
  .e0 {
    background-color: #ff4d4d !important;
    border-radius: 0px;
    color: white;
  }
  .k1,
  .k2,
  .k3,
  .k4,
  .k5,
  .k6,
  .k7,
  .k8,
  .k9,
  .k0 {
    background-color: green !important;
    border-radius: 0px;
    color: white;
  }
  .c1,
  .c2,
  .c3,
  .c4,
  .c5,
  .c6,
  .c7,
  .c8,
  .c9,
  .c0 {
    background-color: blue !important;
    border-radius: 0px;
    color: white;
  }
  .a1,
  .a2,
  .a3,
  .a4,
  .a5,
  .a6,
  .a7,
  .a8,
  .a9,
  .a0 {
    background-color: orange !important;
    border-radius: 0px;
    color: white;
  }
  
  .j1,
  .j2,
  .j3,
  .j4,
  .j5,
  .j6,
  .j7,
  .j8,
  .j9,
  .j0 {
    background-color: #910303 !important;
    border-radius: 0px;
    color: white;
  }
  
  .head th {
    vertical-align: top;
    border: 1px solid #aaa;
    font-size: 0.875rem;
    background-color: #bbbbbb;
    border-top: 1px solid #dee2e6;
  }
  
  .table-paito {
    color: #000;
    background: white none repeat scroll 0 0;
    margin: 10px;
    margin-left: -5px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }
    .sidenav a {
      font-size: 18px;
    }
  }
  
  .bg-head-turnamen {
    background: url("../images/bg-turnamen.jpg") top center;
    background-size: cover;
    padding: 15px;
  }
  
  .close-turnamen {
    font-size: 3.6rem;
  }
  
  .title-turnamen {
    font-weight: 700;
    font-size: 2.6rem;
    padding-left: 7.2rem;
  }
  
  .title-leaderboard {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  
  .leaderboard-card {
    background: rgb(29, 29, 29);
    border-color: #111;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    text-align: center;
  }
  
  .link-syarat {
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  
  .leaderboard-date {
    color: #3384fd;
    font-weight: bold;
  }
  
  .daftar-pemenang {
    width: 15rem;
    text-align: center;
  }
  
  .daftar-pemenang h5 {
    font-weight: bold;
    margin-top: 0.3rem;
    font-size: 1rem;
  }
  
  @media only screen and (max-width: 600px) {
    .title-turnamen {
      font-size: 1.2rem;
      margin-top: 0.6rem;
      padding-left: 0;
    }
  
    .input-konv {
      width: 30px !important;
    }
  
    .bg-head-turnamen {
      background-position: center center;
    }
  
    .close-turnamen {
      font-size: 1.8rem;
    }
  
    .leaderboard-card {
      padding: 4px;
    }
  
    .leaderboard-card h4 {
      font-size: 1rem;
    }
  
    .daftar-pemenang h5 {
      font-size: 0.9rem;
    }
  }
  
  input.cari {
    width: 53px;
    text-align: center;
    color: red;
    margin-right: 4px;
    font-weight: bold;
    background: #f0f7f2;
  }
  
  @media (max-width: 767px) {
    .paito-num {
      font-size: 12px !important;
    }
    .head th {
      font-size: 12px !important;
      background-color: #bbbbbb;
    }
  
    .addi-paito {
      width: 2px !important;
    }
  
    .paito-num {
      background-color: #fff;
      font-weight: bold;
    }
  }
  
  .input-konv {
    width: 50px;
    height: 30px;
    border: none;
    text-align: center;
    border-radius: 4px;
  }
  
  .wa-desc {
    margin-top: -13px;
  }
  
  .form-sgptoto {
    background: url("../images/bg-toto.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  
  .hasil {
    font-size: 2rem;
  }
  
  .tt-title {
    font-size: 0.8rem;
  }
  
  .blocklive,
  .blocklive-prize {
    padding: 5px;
    text-align: center;
  }
  
  .blocklive-prize {
    background-color: #000;
    border: 1px solid #000000;
    color: #000000;
  }
  
  .blocklive-prize h5 {
    font-weight: bold;
    font-size: 1.2rem;
  }
  
  .blocklive {
    background-color: #0b0b0b;
    border: 1px solid #7e7e7e;
  }
  
  .blocklive h5 {
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .main-live {
    background: #2b2928;
    color: #fff;
  }
  
  .tototd {
    font-size: 1.2rem;
  }
  
  .infotxt {
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    font-style: italic;
  }