:root {
    --bg-color: #001a33;
    --theme-color: #00e1ff;
    --theme-color2: #0b223d;
    --theme-color3: #004ec4;
    --second-color: #56ebff;
    --o-color: #ffdd00;
    --o-color2: #ff9100;
    --w-color: #fff;
}

@font-face {
    font-family: 'theme-font';
    src: url('../fonts/Amita-Regular.ttf');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

.loading-icon {
    color: var(--second-color);
}

.teks-berjalan {
    background: var(--theme-color2);
    padding: 0.3rem;
    border-bottom: 2px solid var(--theme-color);
}

.month-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;
}

.month-list li {
    padding: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
}

.month-list li:hover {
    background: var(--theme-color);
    cursor: pointer;
}

.swiper-pagination-progressbar-fill {
    background: var(--theme-color) !important;
}

.teks-berjalan-item {
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
}

.border-banner {
    border: 3px solid var(--theme-color);
}

.teks-berjalan-item p {
    padding: 0;
    margin: 0;
}

header {
    padding: 1rem;
    background: linear-gradient(180deg, var(--theme-color2) 0%, var(--theme-color3) 100%);
    position: relative;
}

.logo {
    width: 12rem;
    max-width: 100%;
}

.menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu-list li {
    margin-left: 0.5rem;
    font-size: 0.9rem;
    font-weight: bold;
    background: linear-gradient(0deg, var(--second-color) 0%, var(--theme-color) 50%, var(--bg-color) 100%);
    border: 2px solid var(--theme-color);
    color: var(--w-color);
    border-radius: 10px;
    padding: 0.6rem 1.3rem;
    text-transform: uppercase;
}

.menu-list li span {
    animation: blinker 1s linear infinite;
}

.page-content {
    background: var(--theme-color2);
    border-radius: 5px;
    border: var(--theme-color) 1px solid;
    padding: 1.2rem;
}

.page-content table {
    max-width: 100%;
}

.page-content img {
    max-width: 90%;
    display: block;
    margin-right: auto;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    margin-left: auto;
    border-radius: 10px;
    border-bottom: 4px solid var(--theme-color);
}

.menu-list li:hover {
    cursor: pointer;
}

#nprogress .bar {
    background: var(--second-color);
}

#nprogress .peg {
    box-shadow: 0 0 10px var(--second-color), 0 0 5px var(--second-color);
}

#nprogress .spinner-icon {
    border-top-color: var(--second-color);
    border-left-color: var(--second-color);
}


footer {
    margin-top: 2rem;
    border-top: 1px solid var(--second-color);
    background: var(--theme-color2);
    font-size: 0.65rem;
    padding: 1rem;
    text-transform: uppercase;
}

.modal-header {
    border-bottom: 1px solid var(--second-color);
}

.modal-footer {
    border-top: 1px solid var(--second-color); 
}

.modal-content {
    background-color: var(--bg-color);
    border: 1px solid var(--theme-color);
}

.btn-close {
    color: var(--second-color);
}

.daftar-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.daftar-button button {
    border: none;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.4rem;
}

.daftar-button button:last-child {
    margin-right: 0;
}

.daftar-button button:hover {
    cursor: pointer;
}

.asustogel {
    background: linear-gradient(180deg, #c46800 0%, #703c00 100%);
}

.baim4d {
    background: linear-gradient(180deg, #c40000 0%, #700000 100%);
    color: #fff;
}

.bayutoto {
    background: linear-gradient(180deg, #6c00c4 0%, #4c0070 100%);
    color: #fff;
}

.hujantoto {
    background: linear-gradient(180deg, #2ec400 0%, #097000 100%);
    color: #fff;
}

.salamjptogel {
    background: linear-gradient(180deg, #0065c4 0%, #003170 100%);
    color: #fff;
}


hr {
    opacity: 0.6;
    color: var(--w-color);
}

.daftar-button button:hover {
    opacity: 0.7;
}

.table-hasil {
    width: 100%;
    text-align: center;
}

.table-hasil thead {
    background: var(--theme-color2);
}

.table-hasil thead tr th, .table-hasil tbody tr td {
    padding: 0.4rem;
    
}

.table-hasil thead tr th {
    border: 1px solid var(--theme-color);
}

.table-hasil tbody tr:nth-child(odd) {
    background: var(--theme-color);
}


.table-hasil tbody tr:nth-child(odd) td {
    background: var(--theme-color);
    border: 1px solid var(--theme-color2);
}

.table-hasil tbody tr:nth-child(odd) td:last-child {
    border-right: 1px solid var(--theme-color);
}

.table-hasil tbody tr:nth-child(odd) td:first-child {
    border-left: 1px solid var(--theme-color);
}

.table-hasil tbody tr:nth-child(even) td:last-child {
    border-right: 1px solid var(--theme-color2);
}

.table-hasil tbody tr:nth-child(even) td:first-child {
    border-left: 1px solid var(--theme-color2);
}


.table-hasil tbody tr:nth-child(even) {
    background: var(--theme-color2);
}

.table-hasil tbody tr:nth-child(even) td {
    background: var(--theme-color2);
    border: 1px solid var(--theme-color);
}

.table-hasil tbody tr:hover td {
    cursor: pointer;
    background: var(--o-color);
    color: var(--bg-color);
    font-weight: bold;
    border: 1px solid var(--o-color2);
}

#hasil-bo {
    color: var(--o-color);
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.active>.page-link, .page-link.active {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.page-link {
    color: var(--theme-color2);
}

.dataTables_empty {
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.title-404 {
    font-size: 7rem;
    color: var(--second-color);
}

.btn-turnamen {
    background: linear-gradient(0deg, var(--o-color) 0%, var(--o-color2) 100%);
}

.btn-turnamen:hover {
    background: linear-gradient(0deg, var(--o-color2) 0%, var(--o-color) 100%);
    color: var(--w-color);
}

.btn-bulanan:hover {
    cursor: pointer;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }

/* Responsive */
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
    and (orientation: portrait) {

        .logo {
            width: 8rem;
        }

       .menu-list {
            position: absolute;
            text-align: center;
            background: var(--theme-color2);
            padding: 1rem;
            height: 100vh;
            top: 5rem;
            right: 0;
            z-index: 1;
       }
       .menu-list li {
            margin-top: 0.5rem;
            background: none;
            border: none;
            border-bottom: 1px solid var(--o-color);
            padding: 0.3rem 0.7rem;
            font-size: 0.7rem;
       }

       /* .table-hasil thead tr th {
        width: 6px !important;
       } */
       
       .table-hasil thead tr th, .table-hasil tbody tr td {
            padding: 0.2rem;
            font-size: 0.7rem;
       }

       .daftar-button {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 1rem;
       }

       .daftar-button button {
        width: auto;
        margin-right: 0.6rem;
       }
       
       .page-content  {
          overflow-x: auto;
       }
       
       .page-content table {
           border-collapse: collapse;
       }

      .page-content th, .page-content td {
            /* display: block; */
            width: 100% !important;
          }
          
       
       .page-content td img {
           width : 100%;
           height: auto;
       }
}
 
/* For Mobile Landscape View */
@media screen and (max-device-width: 850px)
    and (orientation: landscape) {
    

}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen
    and (max-device-width: 640px) {
  
}