@font-face {
    font-family: "Prompt";
    src: url('../fonts/Prompt.ttf');
}
body {
    background-color: #2d3436;
    background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Prompt','Times New Roman';
    text-shadow: 2px 2px #000;
}
.home-box {
    background-color: #000000;
    background-image: linear-gradient(147deg, #2c3e50 0%, #000000 74%);
}
.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-content {
    position: relative;
    width: 100%;
    height: 450px;
    background: url('../img/prize.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 #ffd746;
    margin: 0 auto;
    margin-top: 35px;
}
.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 {
    position: absolute;
    font-size: 40px;
    right: 25%;
    margin-top: -200px;
}
.changeLang {
    width: 50%;
    margin: 0 auto;
    font-size: 24px;
    height: 36px!important;
    background-color: #019875;
    color: #fff;
}
.table {
    border: 2px solid #fff;
}
.table thead tr {
    background-color: #a60112;
}
.changeLang:focus {
    background-color: #019875;
    color: #fff;
}
.result_num {
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #a60112;
    width: 60px;
    height: 60px;
    background-color: #ffd746;
    color: #000;
    text-shadow: 2px 2px #fff;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    margin: 10px 0;
}
.result_num:nth-child(1) {
    position: absolute;
    left: 35%;
    top: 45%;
}
.result_num:nth-child(2) {
    position: absolute;
    left: 43%;
    top: 45%;
}
.result_num:nth-child(3) {
    position: absolute;
    left: 51%;
    top: 45%;
}
.result_num:nth-child(4) {
    position: absolute;
    left: 59%;
    top: 45%;
}
@media screen and (min-width : 1200px) {
    .jp_prize {
        position: relative;
        text-align: right;
        margin-top: -200px;
    }
    .footer {
        margin-top: 200px;
    }
}
@media screen and (max-width : 1199px) {
    .jp_prize {
        right: 20%;
        margin-top: -175px;
    }
}
@media screen and (max-width : 991px) {
    .jp_prize {
        right: 20%;
        margin-top: -150px;
    }
}
@media screen and (max-width : 767px) {
    .logo {
        width: 100%;
    }
    .jp_prize {
        right: 20%;
        margin-top: -100px;
        font-size: 25px;
    }
}
@media screen and (max-width : 475px) {
    .jp_prize {
        right: 20%;
        margin-top: -85px;
    }
}
@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;
    }
    .jp_prize {
        right: 20%;
        margin-top: -65px;
    }
}
/* @media screen and (max-width : 1200px) {
    .prize1, .prize2, .prize3{
        right: 135px;
    }
} */
@media screen and (max-width : 260px) {
    .jp_prize {
        right: 20%;
        margin-top: -55px;
    }
}
@media screen and (max-width : 991px) {
    .prize1, .prize2, .prize3{
        right: 35%;
    }
    .result_num:nth-child(1) {
        position: absolute;
        left: 30%;
        top: 45%;
    }
    .result_num:nth-child(2) {
        position: absolute;
        left: 40%;
        top: 45%;
    }
    .result_num:nth-child(3) {
        position: absolute;
        left: 50%;
        top: 45%;
    }
    .result_num:nth-child(4) {
        position: absolute;
        left: 60%;
        top: 45%;
    }
    .info-box img {
        width: 100%;
    }
}
@media screen and (max-width : 767px) {
    /* .prize1, .prize2, .prize3 {
        right: 40px;
    } */
    .livedraw-num {
        width: 35px;
    }
    .result_num {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .result_num:nth-child(1) {
        position: absolute;
        left: 30%;
        top: 45%;
    }
    .result_num:nth-child(2) {
        position: absolute;
        left: 40%;
        top: 45%;
    }
    .result_num:nth-child(3) {
        position: absolute;
        left: 50%;
        top: 45%;
    }
    .result_num:nth-child(4) {
        position: absolute;
        left: 60%;
        top: 45%;
    }
}
@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;
    }
    #last_result .livedraw-num {
        width: 20px;
    }
    .livedraw-content, .conso-content{
        width: 100%;
    }
}
@media screen and (max-width : 427px) {
    .livedraw-num {
        width: 30px;
    }
    .result_num {
        padding: 5px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .result_num:nth-child(1) {
        position: absolute;
        left: 25%;
        top: 45%;
    }
    .result_num:nth-child(2) {
        position: absolute;
        left: 37%;
        top: 45%;
    }
    .result_num:nth-child(3) {
        position: absolute;
        left: 49%;
        top: 45%;
    }
    .result_num:nth-child(4) {
        position: absolute;
        left: 61%;
        top: 45%;
    }

}
@media screen and (max-width : 374px) {
    .result_num {
        background-color: transparent;
    }
    .result_num:nth-child(1) {
        position: absolute;
        left: 25%;
        top: 45%;
    }
    .result_num:nth-child(2) {
        position: absolute;
        left: 37%;
        top: 45%;
    }
    .result_num:nth-child(3) {
        position: absolute;
        left: 49%;
        top: 45%;
    }
    .result_num:nth-child(4) {
        position: absolute;
        left: 61%;
        top: 45%;
    }
}
@media screen and (max-width : 320px) {
    .livedraw-num {
        width: 25px;
    }
}
@keyframes shadow_bl {
    25%{        
        box-shadow: 2px 2px 10px 2px #ff0000;
    }
    75% {        
        box-shadow: 2px 2px 10px 2px #ecc000;
    }
}