#first-section{
    z-index: 1;
    background: url('../img/first.jpg');
    background-size: cover;
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom : 20px;
}
#second-section{
    z-index: 1;
    background: url('../img/second.png');
    background-repeat: repeat;
    background-color: #fff;
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom : 20px;
}
h2{
    color : #111;
}

.text-muted {
    color: whitesmoke!important;
}
.text-idx {
    color: #00190e;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
}
.changeLang , option{
    background-color: #00190e;
    color: #ffffff;
}
.changeLang:focus {
    background-color: #00190e;
    color: #ffffff;
}
.next-ld-info {
    margin-top: 35px;
    text-align: center;
}
.next-ld-info p{
    display: inline-block;
    padding: 10px 5px;
}
.result_num {
    width: 45px;
}
#last_result_page {
    padding-top: 125px;
    text-align: center;
    padding-bottom: 0;
}
#last_result thead tr th {
    background-color: #2347bd;
    vertical-align: middle;
}
#last_result tbody tr td {
    vertical-align: middle;
    background-color: #8e0500;
}
#last_result {
    min-width: 750px;
}
.last_result_info {
    overflow-x: scroll;
    margin-bottom: 50px;
}
.last_result_info::-webkit-scrollbar {
    display: none;
}
.page-link, .page-item.disabled .page-link {
    background-color: #00190e;
    border: none;
    color: #f2c037;
}
#livedraw_page {
    padding-top: 125px;
}
#livedraw_page .f1{
    margin-top: 50px;
}
.jp-info {
    text-align: center;
}
.mny_logo {
    max-width: 60px;
}
.jp-info span {
    line-height: 60px;
    font-size: 32px;
}
.custom-nav .navbar-nav img {
    width: 100px;
}
#idx_page{
    padding-top: 120px;
    padding-bottom: 0;
}
#full_nav {
    align-items: center;
    justify-content: center;
}
.white {
    color: #fff;
    text-shadow: -1px -1px 1px #aaa, 2px 2px 1px #111;
}
.banner {
    text-transform: uppercase;
    position: relative;
    left: 50%;
    display: block;
    margin: 0 -400px;
    width: 800px;
    padding: 20px;
    font-weight: bolder;
    text-align: center;
    color: #070707;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
}
/* .banner::before, .banner::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -70px;
    top: 26px;
    display: block;
    width: 40px;
    height: 0px;
    border: 30px solid #ed1c24;
    border-right: 20px solid #282828;
    border-bottom-color: #0091ff;
    border-left-color: transparent;
    transform: rotate(-5deg);
    box-sizing: initial;
}
.banner::after {
    left: auto;
    right: -70px;
    border-left: 20px solid #282828;
    border-right: 30px solid transparent;
    transform: rotate(5deg);
} */
.panel-inverse {
    border-radius: 10px;
    border : 1px solid #00190e;
}
.panel-heading.latest {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    color: #00190e !important;
    background: #fff;
    padding : 15px 0px 15px 15px;
    font-weight: bolder;
}
.draw {
    padding: 25px 0;
    font-weight: bolder;
}
.img-head {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 45px;
    height: auto;
}
.bg-prize {
    
    color: #fff;
}
#idx_page .table thead th {
    background-color: #00190e;
    color : #fff;
}
#idx_draw_info {
    max-width: 750px;
    margin: 0 auto;
}
.result_num_idx {
    width: 40px;
}
.panel-body .table, .panel-heading{
    /* border: 2px solid #8e0500; */
}
.services_boxes {
    background-color: #fff;
    border-radius: 15px!important;
    padding : 20px 0;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    text-align: center;
}
.services_icon {
    border-radius: 35px;
    font-weight: 400;
    color: #00190e!important;
}
.services_icon h5 {
    font-weight: bold!important;
}
.data-head {
    top: 50px;
    right: 25px;
}
.services_icon p {
    margin: 0;
}
#livedraw_page thead th {
    background-color: #00190e;
}

.lottery_info {
    background: #00347b;
}

.prize:nth-child(1){
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color : #000;
}
.prize_info {
    background-color: #dfe8f4;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: bolder;
    padding: 10px 0;
    color: #111;
}
@media screen and (min-width : 992px) {
    #navbarCollapse, .logo-dark, .logo-light{
        display: none!important;
    }
    .small_view {
        display: none;
    }
}
@media screen and (max-width : 991px) {
    #full_nav {
        display: none;
    }
    .web_view {
        display: none;
    }
}
@media screen and (max-width: 767px){
    #idx_page, #livedraw_page, #last_result_page{
        padding-top: 70px;
    }
    .banner {
        font-size: 14px;
        margin: 0 -40%;
        margin-bottom: 30px;
        width: 80%;
        height: 40px;
        padding : 0;
        line-height: 40px;
    }
    #idx_draw_info {
        max-width: 355px;
        margin-top: -20px;
    }
}
@media screen and (max-width : 525px) {
    #idx_draw_info {
        max-width: 300px;
    }
}
@media screen and (max-width : 425px) {
    #idx_draw_info {
        max-width: 250px;
    }
}
@media screen and (max-width : 375px) {
    #idx_draw_info {
        max-width: 200px;
    }
    .result_num_idx {
        width: 35px;
    }
}