:root {
    --first-color: #f8f8f8;
    --second-color: #e2e2e2;
    --third-color: #e9e9e9;
    --fourth-color: #b8b7b7;
    --fifth-color: #daebff;
    --footer-color : #001a3b;

    --text-first-color : #303030;
    --text-second-color: #000000;
    --text-third-color: #fff;
    --text-fourth-color: #54c0ff;
}

@font-face {
    font-family: 'theme-font';
    src: url('../fonts/DMSans-Regular.woff2');
}

#nprogress .bar {
    background: var(--footer-color);
}

#nprogress .peg {
    box-shadow: 0 0 10px var(--footer-color), 0 0 5px var(--footer-color);
}

#nprogress .spinner-icon {
    border-top-color: var(--footer-color);
    border-left-color: var(--footer-color);
}

a {
    color: inherit;
    text-decoration: none;
}

.text-primary {
    color: var(--footer-color) !important;
}

body {
   font-family: 'theme-font' !important;
    background: linear-gradient(rgba(51, 51, 204,0.6), rgba(51, 51, 204,0.6)),
                url('/images/iklanku.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 100vh;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.navbar-theme {
    background: var(--footer-color);
    color: #fff;
    padding: 1.1rem;
    border-bottom: 1px solid #fff;
}

 .nav-bottom {
    background: var(--first-color);
    color: var(--text-first-color);
    padding: 1.1rem;
    border-bottom: 1px solid var(--second-color);
}

.navbar-theme {
    font-weight: 700;
}

.not-found-title {
    font-size: 15rem;
}

.nav-bottom {
    font-weight: 500;
}

.header-img {
    color: var(--second-color);
}

.title {
    font-size: 1.5rem;
    text-transform: uppercase;
    color : #fff;
}

.livedrawhead {
    font-size: 1.3rem;
    background: var(--footer-color);
    text-transform: uppercase;
}

.icon-header-right {
    font-size: 3.6rem;
    border: 5px solid var(--text-third-color);
    border-radius: 100%;
    padding: 1.2rem;
    color: var(--text-third-color);
}

.para-header {
    padding: 0;
    margin: 0;
    margin-top: -1.6rem;
    font-weight: 500;
    font-size: 1.2rem;
}

.currency-counter {
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    text-align: center;
    color : #fff;
}

.infotab {
    background: var(--fifth-color);
    padding: 2.3rem;
}

.overlay-header {
    background: rgba(24, 24, 24, 0.521);
    padding: 2.2rem;
    width: 100%;
    height: 200px;
}

.overlay-header h5 {
    font-size: 1.1rem;
}

.card-result {
    background: var(--first-color);
    padding: 2rem;
    border-radius: 0.5rem;
    border: 1px solid var(--fourth-color);
}

.head-result {
    margin-bottom: 0.9rem;
}

.head-result h3 {
    font-size: 1.4rem;
    color: var(--text-second-color);
}

.head-result h6 {
    font-size: 0.84rem;
    color: var(--text-first-color);
}

.btn-menu {
    font-size: 1.5rem;
     color: #fff;
}

.foot-result {
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-result h4 {
    font-size: 1.1rem;
}

.show-results {
    border: 1px solid var(--fourth-color);
    padding: 0.6rem;
    border-radius: 0.4rem;
}

.show-results:hover {
    background: var(--second-color);
}

.show-results button {
    background: none;
    border: none;
}

.show-results button:hover {
    color: var(--text-second-color);
}

.show-results button i {
    font-size: 0.7rem;
}

.prize-symbol {
color: var(--footer-color);
border-radius: 100%;
border: 2px solid var(--footer-color);
padding: 0.1rem 0.6rem;
}

.body-result {
    display: flex;
    justify-content: start;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--second-color);
}



.ball {
     display: flex;
    justify-content: center;
    align-items: center;

    width: 44px;
    height: 44px;
    border-radius: 50%;

    font-size: 1.70rem;
    font-weight: 900;
    color: #ff0000;

    /* biru Australia + efek bola */
    background: radial-gradient(circle at 30% 30%, #4da6ff, #003399 50%, #001a66 80%);
    
    text-shadow:
        0 1px 2px rgba(0,0,0,0.8),
        0 0 3px rgba(0,0,0,0.6);

    box-shadow:
        inset -4px -6px 10px rgba(0,0,0,0.5),
        inset 4px 6px 10px rgba(255,255,255,0.3),
        0 4px 8px rgba(0,0,0,0.6);

    border: 1px solid #002266;
    margin-right: 0.3rem;
    position: relative;
}



.ball:hover {

}

.overlay-header h3 {
    font-weight: 700;
    font-size: 2rem;
}

.overlay-header h5 i {
    font-size: 0.9rem;
}

.list-navbar, .list-nav-bottom , .icon-social, .icon-bank, .mobile-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color:#ff0000;
}

#mobile-menu {
    display: none;
    transition: max-height 0.3s ease;
}

.mobile-menu {
    margin-top: 0.6rem;
}

.mobile-menu li {
    margin-left: 1rem;
    margin-bottom: 0.7rem;
}

.list-navbar, .list-nav-bottom , .icon-social, .icon-bank {
    display: flex;
    align-items: center;
}

.icon-social, .icon-bank {
    justify-content: start;
    border-bottom: 1px solid var(--second-color);
    margin-bottom: 1rem;
    position: relative;
}

.icon-social li, .icon-bank li {
    font-size: 2.8rem;
    margin-right: 1rem;
}

.icon-social li:hover, .icon-bank li:hover {
    color: var(--text-fourth-color);
    cursor: pointer;
}

.icon-social li:last-child, .icon-bank li:last-child {
    margin-right: 0;
}

.icon-bank li:last-child {
    position: absolute;
    right: 0;
    font-size: 0.8rem;
    top: -1.4rem;
}

.wla-footer {
    width: 7rem;
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    filter: brightness(0) invert(1);
}

.list-navbar {
    justify-content: end;
}

.list-navbar li, .list-nav-bottom li {
    margin-right: 1.2rem;
    font-size: 0.96rem;
     color: #000099;
}

.list-navbar li:hover, .list-nav-bottom li:hover{
    color: var(--text-second-color);
    cursor: pointer;
}

.logo {
    width: 12rem;
    max-width: 100%;
}

.list-navbar li:last-child {
    margin-right: 0;
}

.footer {
    margin-top: 2rem;
    border-top: 2px solid var(--text-fourth-color);
    background: var(--footer-color);
    color: var(--text-third-color);
    padding: 3rem;
}

.logo-footer {
    width: 16rem;
    max-width: 100%;
    /* filter: brightness(0) invert(1); */
}

.menu-footers {
    border-bottom: 1px dashed var(--second-color);
    margin-bottom: 2rem;
}

.menu-footers:hover {
    cursor: pointer;
    color: var(--text-fourth-color);
    border-bottom: 1px solid var(--text-fourth-color);
}

.menu-footers h3 {
    font-size: 1.1rem;
}

.menu-footers p {
    font-size: 0.8rem;
}

/*
Responsive Theme
/*

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
    and (orientation: portrait) {
.foot-result h4 {
    font-size: 0.8rem;
}

.head-result h3 {
    font-size: 1.1rem;
}

.head-result h6 {
    font-size: 0.79rem;
}

.currency-counter {
    font-size: 1.4rem;
}

.title {
    font-size: 1.2rem;
}

.prize-symbol {
    padding: 0.1rem 0.4rem;
}

}
 
/* 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) {
  
}