.title-main > h1, h2, h3, h4, h5, h6 {
    font-size: 1.3rem;
    margin-bottom: 0.9rem;
}

:root {
   --first-color: #9d8640;
    --second-color: #312402;
    --third-color: #fab907;
    --fourth-color: #9d8640;
    --fifth-color: #fab907;
    --sixth-color: #fff;
    --dark-color: #000;
    --navbar-color: #181818;
    --tw-shadow-color:#e2a03f;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    --tw-shadow: var(--tw-shadow-colored);
}

body{
    background: rgb(6, 8, 24);
    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: "Ubuntu", sans-serif;
}

.hidden {
    display: none;
}

.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(--third-color) !important;
    border-color: var(--third-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;
}

.res-pasaran {
    padding: 2px;
    color: var(--sixth-color);
    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;
}

.res-pasaran p {
    margin: 0;
    font-size: .75rem;
    padding: 0;
    font-family: "Audiowide", sans-serif;
}

.table-jadwal tbody > tr > th {
    text-align: center !important;
}

.text-btnlivedraw {
    font-size: 0.9rem;
}

.top-nav {
    padding: 9px;
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #181818;
    color: #fff;
    height: 53px;

}

.text-pasar {
    font-size: 0.75rem !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.75rem;
    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;
}
.order-lg-3 {
    order: 0 !important;
}
.winner-wrapper {
    border: var(--second-color) 1px solid;
    padding: 0.37rem;
    position: relative;
    border-radius: 7px;
    z-index: 13;
}

.bg-mainslide {
    background: #0f0f0f;
}

.label-winner {
    position: absolute;
    background: var(--second-color);
    color: var(--sixth-color);
    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 {
    background: #fff;
    text-align: center;
    
}

.text-warning {
    color: var(--first-color) !important;
}

.active {
    color: var(--first-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;
}
.btn-primary {
    background: #181818 !important;
    box-shadow: 0 1px 3px 0 #e2a30f, 0 1px 2px -1px #e2a30f;
    border-color: transparent !important;
    color: #fff !important;
}
.btn-primary:hover {
    background: #181818 !important;
    box-shadow: 0 1px 3px 0 #0d6efd, 0 1px 2px -1px #0d6efd;
    border-color: transparent !important;
    color: #fff !important;
}
.btn-warning {
    background: #181818;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 #e2a03f, 0 1px 2px -1px #e2a03f;
    border-color: transparent;
    color: #888ea8;
    border-radius: .375rem;
}
.btn-warning:hover {
    background: rgb(226 160 63);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 #e2a03f, 0 1px 2px -1px #e2a03f;
    border-color: transparent;
    color: #fff;
    border-radius: .375rem;
}
.activebtnn {
    background: rgb(226 160 63);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 #e2a03f, 0 1px 2px -1px #e2a03f;
    border-color: transparent;
    color: #fff;
    border-radius: .375rem;
}
.res-pasaran h3 {
    background: #181818 !important;
    border-color: transparent !important;
    color: #fff !important;
}
.badge-result {
    position: absolute;
    right: 0;
    top: 0;
}

/* Main Card Styling */
.togel-card.panel {
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #1a1a1a;
  border-radius: 0.375rem;
  max-width: 300px;
  margin: 0 auto;
  border: 2px solid #f59e0b;
}

/* Market Name Styling */
.market-name {
    color: #f59e0b;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

/* Market Code Styling */
.market-code {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* Date Styling */
.market-date {
    color: #ffffff;
    font-size: 12px;
}
/* Bola Styling */

.angka-bola {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
/* Buttons Container */
.button-row {
    display: flex;
    gap: 8px;
}

/* Single Button Styling */
.togel-btn {
    background: #f59e0b;
    color: #1a1a1a;
    border: none;
    border-radius: 4px;
    padding: 6px 0;
    font-weight: bold;
    font-size: 12px;
    flex: 1;
    text-align: center;
    text-decoration: none;
    display: block;
}

/* Result Button Special Styling */
.result-btn {
    background: transparent;
    color: #f59e0b;
    border: 1px solid #f59e0b;
    width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .togel-card {
        padding: 0.5rem;
    }
    .market-name {
        font-size: 16px;
    }
    .togel-btn {
        font-size: 11px;
        padding: 5px 0;
    }
}
.pasaran-results-section {
    margin-top: 40px;
    background: #1a1a1a;
    border: 2px solid #f59e0b;
    border-radius: 8px;
    padding: 20px;
}

.section-title {
    color: #f59e0b;
    text-align: center;
    margin-bottom: 20px;
}

.pasaran-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
}

.pasaran-link {
    background: #2d2d2d;
    color: #f59e0b;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #f59e0b;
    transition: all 0.3s;
}

.pasaran-link:hover, .pasaran-link.active {
    background: #f59e0b;
    color: #1a1a1a;
}

.selected-pasaran-results {
    margin-top: 20px;
}

.selected-pasaran-results h4 {
    color: #f59e0b;
    text-align: center;
    margin-bottom: 15px;
}

.togel-prediction-card {
    border: 2px solid #f59e0b;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 16px;
    background: #1a1a1a;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.togel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.togel-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.togel-logo img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #f59e0b;
    object-fit: cover;
}

.togel-name {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f59e0b;
}

.togel-date {
    font-size: 12px;
    color: #a1a1aa;
}

.togel-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.togel-info-box {
    background: #f59e0b;
    color: #1a1a1a;
    border-radius: 6px;
    padding: 6px;
    text-align: center;
    font-size: 12px;
}

.togel-info-box .label {
    font-weight: bold;
}

.togel-basic-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.togel-basic-box {
    background: #2d2d2d;
    border-radius: 6px;
    padding: 6px;
    text-align: center;
    font-size: 12px;
}

.togel-basic-box strong {
    color: #f59e0b;
}

.togel-section-title {
    background: #f59e0b;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 14px;
}

.togel-number-grid-4d {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.togel-number-grid-3d {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.togel-number-grid-2d {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.togel-number {
    background: #2d2d2d;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.detail-togel-prediction {
    border: 2px solid #f59e0b;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 16px;
    background: #1a1a1a;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.no-prediction {
    text-align: center;
    color: #f59e0b;
    padding: 24px 0;
}
.filter-header h3 {
    color: #f59e0b;
    margin: 0;
    flex: 1 0 100%;
}
.filter-container {
    background: #1a1a1a;
    border: 2px solid #f59e0b;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-group label {
    font-weight: bold;
    color: #ffffff;
}

.filter-group select, 
.filter-group input {
    padding: 8px 12px;
    border: 1px solid #f59e0b;
    border-radius: 4px;
}

/* Panel Container */
.result-card.panel {
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #1a1a1a;
  border-radius: 0.375rem;
  max-width: 300px;
  margin: 0 auto;
  border: 2px solid #f59e0b;
}

/* Text Box Styles */
.date-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background: #1a1a1a;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 12px;
  border: 1px solid #f59e0b;
}

.result-name {
  background-color: #1a1a1a; /* Amber-500 */
  color: #f59e0b;
  font-size: 14px;
}

/* Number Balls Container */
.balls-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border-radius: 0.375rem;
  background: #1a1a1a;
  border: 1px solid #f59e0b;
}

/* Number Ball Image */
.angka-bola.ball-img {
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.2s;
  object-fit: contain;
}

.angka-bola.ball-img:hover {
  transform: scale(1.1);
}

/* Date Style */
.result-date {
  font-size: 11px;
  color: #f59e0b; /* Gray-500 */
}

/* Responsive Styles */
@media (min-width: 640px) {
  .result-card.panel {
    padding: 0.5rem;
  }
  
  .result-name {
    font-size: 16px;
  }
  
  .balls-container {
    gap: 0.75rem;
    padding: 1rem;
  }
  
  .angka-bola.ball-img {
    width: 3rem;
    height: 3rem;
  }
  
  .result-date {
    font-size: 12px;
  }
}

.input-container {
    padding: 0.5rem;
}

@media (min-width: 640px) {
    .input-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.panel {
    padding: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 0.375rem;
    background-color: #1a1a1a;
    border: 2px solid #f59e0b;
}

.input-group {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}
.label {
    color: #888ea8;
}
@media (min-width: 640px) {
    .input-group {
        flex-direction: row;
    }
}

.input-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.input-column {
    flex: 1;
}

@media (min-width: 640px) {
    .input-column {
        flex: 1 0 auto;
    }
}

.form-input {
    width: 100%;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    border: 2px solid #f59e0b;
    background: #1a1a1a;
}

.form-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
    border-color: #3b82f6;
}

.additional-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    width: 100%;
    gap: 0.75rem;
}
input#angka1, input#angka2, input#angka3, input#angka4, input#angka5, input#angka6 {
    color: #fff;
}
@media (min-width: 640px) {
    .additional-input {
        flex-direction: row;
        flex: 1 0 auto;
        width: auto;
    }
}

.plus-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.additional-label {
    display: none;
}

@media (min-width: 640px) {
    .additional-label {
        display: block;
    }
}

.button-group {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    margin-top: 1rem;
}

@media (min-width: 640px) {
    .button-group {
        width: auto;
    }
}

.convert-button, .clear-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0.375rem 2rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 640px) {
    .convert-button, .clear-button {
        flex: 1 0 auto;
    }
}

.convert-button {
    background-color: #1a1a1a;
    border: 1px solid #3b82f6;
    color: #3b82f6;
}

.convert-button:hover {
    background-color: #3b82f6;
    color: #ffffff;
    box-shadow: none;
}

.clear-button {
    background-color: #1a1a1a;
    border: 1px solid #ef4444;
    color: #ef4444;
}

.clear-button:hover {
    background-color: #ef4444;
    color: #ffffff;
    box-shadow: none;
}

.convert-title {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.result-container {
    width: 100%;
    padding: 0.5rem;
    margin-top: 1rem;
}

.result-title {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.result-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.result-ball {
    position: relative;
    width: 3rem;
    height: 3rem;
}

.result-ball img {
    width: 100%;
    height: 100%;
}

.ball-number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ef4444;
}

.error-message {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: #ef4444;
}

.error-message.hidden {
    display: none;
}

.error-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.btn-reset {
    background: #d62b1f;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.btn-reset:hover {
    background: #b8241a;
}

.pasaran-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.pasaran-link {
    background: #2d2d2d;
    color: #f59e0b;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #f59e0b;
}

.pasaran-link.active, .pasaran-link:hover {
    background: #f59e0b;
    color: #1a1a1a;
}
.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: #0f0f0f;
    color: #fff;
    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 rgb(151, 151, 151);
    padding: 2px;
    
}

.icon-teksberjalan {
    position: absolute;
    background: #000;
    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;
    border: 1px solid var(--third-color);
    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 {
    position: relative;
    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: .75rem;
    }

    .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: .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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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: #51ff00; */
    transition: width .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 {
    background-color: #1a1a1a;
    padding: 15px;
    border: 2px solid #f59e0b;
    border-radius: 8px;
    
}

.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: #fff !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 .1s ease-out;
    -webkit-transition: all .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;
  }

  #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: gold;
  }
  .lgreen{
    background-color: lightgreen;
  }
  .dpink {
    background-color: deeppink;
  }
  .violet {
    background-color: violet;
  }
  .turto {
    background-color: turquoise;
  }
  .orange {
    background-color: orange;
  }

  .tble {
    background-color: #fff;
  }
  .aquamarine {
    background-color: #7FFFD4;
  }
  .bviolet {
    background-color: #8A2BE2;
  }
  .magenta {
    background-color: #FF00FF;
  }
  .dblue {
    background-color: #1E90FF;
  }
  .lcyan {
    background-color: #E0FFFF;
  }
  .red {
    background-color: #FF0000;
  }

  #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: #bbbbbb;
  }

.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;
    color: #000;
}

  .table-paito {
    color: #000;
    background: white none repeat scroll 0 0;
  }
  
  thead {
      
  }

  
  @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;
}

.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 #ffba00;
    color : #ffba00;
}

.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;
}
.gold-colour {
    color: #fdd702;
}
.text-center {
    text-align: center;
}
.white-colour {
    color: #fff;
}
.text-justify {
    text-align: justify;
}
.header-paito {
    padding: 0.625rem;
    display: flex;
    width: 100%;
    gap: 0.5rem;
    background: #1a1a1a;
    border-radius: 0.375rem;
    margin: auto;
    border: 2px solid #f59e0b;
}
.color-list {
    border-radius: .375rem;
    width: 28px !important;
    height: 28px !important;
    display: flex;
    align-items: center;
}
select#nama-pasaran.form-paito {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
    background: #1a1a1a !important;
    border-color: #f59e0b !important;
    border-radius: 5px;
    font-weight: 400;
    position: relative;
    text-align: left;
    color: #888ea8;
    width: 100% !important;
}
.form-input-paito {
    flex: 1;
    padding: 4px;
    font-size: 12px;
    height: 36px;
    line-height: 34px;
    background: #1a1a1a !important;
    border: 1px solid #f59e0b !Important;
    border-radius: 5px;
    font-weight: 400;
    text-align: left;
    color: #888ea8;
    width: 100% !important;
}
.reset-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background: #1a1a1a;
  text-transform: capitalize;
  font-size: .875rem;
  border: 1px solid #f59e0b;
  margin-top: 8px;
  color: #f59e0b !important;
}
@media only screen and (max-width: 600px) {
    select#nama-pasaran.form-paito {
        width: 360px !important;
    }
    .form-input-paito {
        width: 174px !Important;
    }
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.gap-2 {
    gap: .5rem;
}
.flex-auto {
    flex: 1 1 auto;
}
.grid {
    display: grid;
}
.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
}