/* === Sunset Orange Theme === */
body {
    background: url('../img/bg.webp') no-repeat;
    background-color: #3a1f12;
    background-size: cover;
    color: #ffe5d4;
    font-size: 20px;
    font-weight: 600;
    overflow-x: hidden;
}
.logo {
    max-width: 100px;
}
.container {
    overflow: hidden;
}
.nav-link {
    color: #ffe5d4 !important;
}
.nav-link.active {
    color: #ff9248 !important;
    text-shadow: 1px 1px #ff5c1a;
}
.next_ld_box {
    text-align: center;
    margin: 30px auto;
    background: url('../img/ld_border.gif') no-repeat center center;
    background-size: 500px 150px;
    background-color: #2e1205;
    width: 480px;
    height: 150px;
    padding: 45px 0;
}
.time_info {
    vertical-align: middle;
}
.next_ld_box h5, .next_ld_box span {
    display: inline;
}
.index_header {
    text-align: center;
}
.ld_box {
    border: 2px solid #000;
    border-radius: 25px;
    width: 80%;
    margin: 35px auto;
    text-align: center;
}
.ld_box span {
    display: inline-block;
    height: 100%;
}
.box_header {
    background-color: #fcd5b5;
    color: #000;
    padding: 20px 0;
    border-radius: 25px 25px 0 0;
    border-bottom: 4px solid #000;
}
.box_header h3 {
    display: none;
}
.result_num {
    display: inline-block;
    padding: 15px 25px;
    border: 2px solid #ff6700;
    background-color: #ff6700;
    animation: bg_blink_sunset_orange infinite 4s ease-in-out;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    margin: 10px 0;
}
@keyframes bg_blink_sunset_orange {
    0% { background-color: #ff6700; }
    50% { background-color: #3a1f12; }
}
.row_4 a {
    color: #ffe5d4;
}
.row_4 a:hover {
    color: #ff5c1a;
    text-decoration: underline;
}
.box_body {
    background-color: #1b0f07;
    border-radius: 0 0 25px 25px;
}
.last_result_table thead th,
.livedraw_table thead th,
.conso_table thead th,
.start_table thead th {
    background-color: #fcd5b5;
    border-bottom: 2px solid #3a1f12;
}
.last_result_table tbody td,
.livedraw_table tbody td,
.conso_table tbody td,
.start_table tbody td {
    background-color: #3a1f12;
    color: #ffe5d4;
    vertical-align: middle;
}
.section h1 {
    font-weight: 600;
    text-align: center;
    text-shadow: 2px 2px #2e1205;
}
.footer_box {
    text-align: center;
    text-shadow: 2px 2px #000;
}
.home_left_box {
    max-height: 300px;
    overflow: hidden;
}
.clearfix {
    clear: both;
}
.intro_banner {
    width: 100%;
    display: inline-block;
    text-align: right;
}
.last_result_table {
    text-align: center;
    min-width: 700px;
}
#last_result_wrapper .row {
    padding: 10px 20px;
}
.section {
    overflow-x: scroll;
}
.section::-webkit-scrollbar {
    display: none;
}
.livedraw_table {
    text-align: center;
    border: 2px solid #000;
}
.yt_frame {
    width: 100%;
    min-height: 500px;
}
.conso_table, .start_table {
    width: 49.5%;
    display: inline-block;
    text-align: center;
    border: 2px solid #000;
}
@media screen and (max-width : 960px) {
    .intro_banner {
        width: 100%;
    }
}
@media screen and (max-width : 767px) {
    .box_header span {
        display: none;
    }
    .box_header h3 {
        display: block;
    }
    .box_header, .box_body {
        text-align: center;
    }
    .box_header span, .box_body span {
        margin: 10px 0;
    }
    .start_table, .conso_table {
        width: 100%;
    }
}
@media screen and (max-width : 467px) {
    .livedraw_table .result_num {
        font-size: 18px;
        padding: 10px 15px;
    }
}
@media screen and (max-width : 371px) {
    .livedraw_table .result_num {
        font-size: 16px;
        padding: 5px 10px;
    }
}
@media screen and (max-width : 398px) {
    .result_num {
        font-size: 18px;
        padding: 10px 15px;
    }
}