body {
    background: url("../img/bg.jpg");
    background-repeat: no-repeat;    
    background-size: cover;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    font-family: Sagarmantha,'Times New Roman';
    text-shadow: 2px 2px #000;
}
.home-box {
    background: linear-gradient(to bottom, #019875 25%, #72cc50 50%);
}
.livedraw-box {
    margin-left: 10px;
}
.add-ons, .livedraw-content {
    display: inline-block;
}
.livedraw-box {
    width: 100%;
}
.header-nav {
    margin: 10px 0;
    display: block;
    position: static;
    text-align: center;
    text-transform: uppercase;
}
.header-nav a {
    padding: 10px 15px;
    color: #ff7874;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px 5px;
    display: inline-block;
}
.header-nav .active  {
    background-color: #ecc000;
    color: #fff;
    border: 2px solid #ff0000;
}
.content-box {
    margin: 30px 0;
}
.livedraw-podium {
    background: url('../img/pod.png');
    background-size: cover;
    background-position: center center;
    margin-right: 20px;
    height: 600px;
    border-radius: 35px;
    margin-bottom: 35px;
}
.livedraw-content {
    position: relative;
    margin-top: 60px;
    width: 100%;
    height: 450px;
    background: url('../img/4d_template.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.podium_ldpage {
    margin-left: 20px;
}
.conso-content {
    width: 50%;
    padding: 20px;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #000;
    margin: 0 auto;
}
.prize1 {
    position: absolute;
    display: inline;
    right: 40%;
    bottom: 270px;
}
.prize2 {
    position: absolute;
    display: inline;
    right: 40%;
    bottom: 170px;
}
.prize3 {
    position: absolute;
    display: inline;
    right: 40%;
    bottom: 70px;
}
.conso-content tbody tr td {
    padding: 15px 0;
}
.info-box {
    margin: 30px 0;
}
.info-box img {
    border-radius: 25px;
}
.logo-img {
    max-width: 150px;
}
.logo, .banner {
    display: inline-block;
}
.next-ld-info p {
    display: inline;
}
#countdown {
    font-weight: bold;
}
.logo {
    width: 100%;
    text-align: center;
}
.livedraw-box thead th {
    background: none;
}
.livedraw-box-big {
    display: none;
    text-align: center;
    padding: 25px 0;
    margin: 20px 0;
    font-size: larger;
    font-weight: bold;
    text-shadow: 1px 1px gold;
    text-transform: uppercase;
    border-radius: 20px;
}
.livedraw-num {
    width: 40px;
}
.table td p {
    display: block;
    margin-top: 20px;
}

.footer {
    text-align: center;
    font-weight: bold;
}
.last_result_info {
    overflow: scroll;
}
#last_result {
    text-align: center;
    overflow: scroll;
}
#last_result thead th, #last_result tr.odd td, #last_result tr.even td{
    background-color: transparent;
}
.content-box .livedraw-box-big thead th {
    background-color: transparent;
}
.content-box .livedraw-box-big {
    display: block;
}
.au-content-title {
    font-weight: bold;
}
.au-content-title {
    padding: 20px 0;
    font-size: larger;
    text-transform: uppercase;
}
.banner {
    width: 100%;
}
.paginate_button {
    text-shadow: none;
}
.page-item.disabled .page-link {
    background-color: transparent;
    color: #555;
}
.pagination>li>a, .pagination>li>span {
    background-color: transparent;
    color: #fff;
}
.jp_prize {
    font-size: 40px;
}
.changeLang {
    width: 50%;
    margin: 0 auto;
    font-size: 24px;
    height: 36px!important;
    background-color: #019875;
    color: #fff;
}
.changeLang:focus {
    background-color: #019875;
    color: #fff;
}
@media screen and (max-width : 767px) {
    .logo {
        width: 100%;
    }
}
@media screen and (max-width : 433px) {
    .livedraw-num {
        width: 25px;
        vertical-align: middle;
    }
}
@media screen and (max-width : 395px) {
    .livedraw-num {
        width: 20px;
        vertical-align: middle;
    }
}
/* @media screen and (max-width : 1200px) {
    .prize1, .prize2, .prize3{
        right: 135px;
    }
} */
@media screen and (max-width : 991px) {
    .prize1, .prize2, .prize3{
        right: 35%;
    }
    .info-box img {
        width: 100%;
    }
}
@media screen and (max-width : 767px) {
    /* .prize1, .prize2, .prize3 {
        right: 40px;
    } */
    .livedraw-num {
        width: 35px;
    }
    .prize1 {
        bottom : 275px;
    }
    .prize2 {
        bottom : 170px;
    }
    .prize3 {
        bottom : 70px;
    }
}
@media screen and (max-width : 520px) {
    .prize1, .prize2, .prize3 {
        right: 35%;
    }
}
@media screen and (max-width : 476px) {
    .prize1, .prize2, .prize3 {
        right: 100px;
    }
    .header-nav a {
        width: 40%;
        margin: 10px 0;
    }
    .livedraw-num {
        width: 40px;
    }
    .prize1 {
        bottom: 275px;
    }
    .prize2 {
        bottom: 175px;
    }
    .prize3 {
        bottom: 75px;
    }
    #last_result .livedraw-num {
        width: 20px;
    }
    .livedraw-content, .conso-content{
        width: 100%;
    }
}
@media screen and (max-width : 425px) {
    .livedraw-content .livedraw-num {
        width: 40px;
    }
    .prize1, .prize2, .prize3 {
        right: 90px;
    }
    .prize1 {
        bottom: 275px;
    }
    .prize2 {
        bottom: 175px;
    }
    .prize3 {
        bottom: 75px;
    }
}
@media screen and (max-width : 374px) {
    .prize1, .prize2, .prize3 {
        right: 50px;
    }
}

@keyframes shadow_bl {
    25%{        
        box-shadow: 2px 2px 10px 2px #ff0000;
    }
    75% {        
        box-shadow: 2px 2px 10px 2px #ecc000;
    }
}