@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap');

@font-face {
    font-family: 'BebasNeue';
    src: url('../font/BebasNeue-Regular.ttf');
}

body {
    font-family: 'Merriweather', serif;
    background-color: #dcdcdc;
    background: url(../images/belize_landmark.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.content-home {
    margin-bottom: 60px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

.custom-navbar {
    background-color: #012169 !important;
    border-radius: 0px;
    height: 70px;
    border: 0px;
}

.navbar-brand img {
    height: 40px;
}

.custom-navbar .navbar-right {
    padding: 9px 0px;
}

.list-custom li a {
    color: #fff;
    font-family: 'BebasNeue', sans-serif;
    font-size: 16px;
}

.list-custom li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e30013;
    transition: width .3s;
}

.list-custom li a:hover,
.list-custom li a:focus,
.list-custom li a:active {
    background-color: transparent;
}

.list-custom li a:hover::after {
    width: 100%;
    /*border-bottom: 1px solid #fff;*/
}

.list-custom li a.select-item::after {
    width: 100%;
    /*border-bottom: 1px solid #fff;*/
}

.app-content {
    margin-top: 70px;
    /* margin-bottom: 60px; */
}

.custom-navbar .dropdown-menu {
    padding: 15px;
}

.custom-navbar .dropdown-menu .dropdown-item {
    color: #171696;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent !important;
    border-color: #337ab7;
}


/*HERO*/
.hero {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
}

.hero img {
    width: 100%;
    object-fit: cover;
    transform: translate(0%, -20%);
}

.hero .layer {
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*DRAW*/
.opening {
    /*margin-top: -235px;*/
    margin-top: 40px;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(122, 122, 122, 1);
    -moz-box-shadow: 0px 3px 5px -2px rgba(122, 122, 122, 1);
    box-shadow: 0px 3px 5px -2px rgba(122, 122, 122, 1)
}

.opening .title {
    background-color: #012169;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    font-size: 21px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.content-opening {
    background-color: #fff;
    padding: 15px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.content-opening .time {
    text-align: center;
    font-weight: 700;
    font-size: 33px;
}

/*WINNING*/
.winning {
    margin-top: 40px;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(122, 122, 122, 1);
    -moz-box-shadow: 0px 3px 5px -2px rgba(122, 122, 122, 1);
    box-shadow: 0px 3px 5px -2px rgba(122, 122, 122, 1);
    border-radius: 8px;
}

.winning .title {
    background-color: #012169;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    font-size: 21px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.winning .subs {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
}

.prize {
    color: #000;
    margin-bottom: 20px;
}

.prize .title {
    background-color: transparent;
    color: #000;
}

.num-win {
    text-align: center;
}

.num-win span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border: 2px solid #e30013;
    padding: 6px 11px;
    background-color: #171696;
    border-radius: 100%;
}

/*RESULT*/
.result-pool {
    margin-top: 20px;
    margin-bottom: 60px;
}

.result-number-win {
    margin-top: 60px;
    background-color: #fff;
    border-radius: 8px;
}

.result-number-win .title {
    background-color: #012169;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    font-size: 21px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.result-number-win .about {
    color: #000;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    font-size: 21px;
}

.img-bank-zeland {
    display: flex;
}

.aso-left {
    margin-right: 20px;
}

.about-page {
    margin-bottom: 215px;
}

.table td.prize span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border: 2px solid #e30013;
    padding: 6px 11px;
    background-color: #171696;
    border-radius: 100%;
}

.table td {
    line-height: 2 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #171696 !important;
}

.copy-about {
    padding: 15px;
    text-align: justify;
}

/*FOOTER*/
footer {
    border-top: 15px solid #012169;
    padding: 20px;
    background: #e30013;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .hotline .title {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

footer .hotline .warn {
    text-align: center;
    color: #fff;
}

footer .copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.hot-con {
    margin-bottom: 40px;
    margin-top: 15px;
    color: #fff;
}

.aso {
    margin-top: 15px;
    width: 100%;
    text-align: right;
}

.aso img {
    height: 70px;
}
.about-page {
    margin-bottom: 215px;
}


@media (min-width: 320px) and (max-width: 480px) {
    .app-content {
        margin-bottom: 0px;
    }

    footer {
        position: relative !important;
    }

    div#bs-example-navbar-collapse-1 {
        background: #fff;
        margin-top: 12px;
        box-shadow: 4px 6px 24px rgb(32 32 35 / 10%);
        z-index: 99999;
        position: relative;
    }

    button.navbar-toggle {
        color: #fff;
        border: 1px solid #fff;
        margin-top: 15px;
    }

    span.icon-bar {
        color: #fff;
        background-color: #fff;
    }

    .list-custom li a {
        color: #171696;
        font-family: 'Roboto', sans-serif;
    }

    .hero {
        position: initial;
        width: 100%;
    }

    .hero img {
        width: 100%;
        object-fit: cover;
        transform: none;
        height: 197px;
    }

    .hero .layer {
        display: none;
    }

    /* .opening { */
        /* margin-top: -163px; */
    /* } */

    .aso {
        text-align: left;
    }

    footer .copyright {
        margin-top: 40px;
        text-align: center;
    }

    .aso img {
        height: 50px;
    }

    .table td.prize span {
        line-height: 3;
    }

    footer {
        /* height: 120px; */
    }
    .pagination {
        margin-left: 19%;
    }
}

/* @media only screen and (max-width: 450px) {
    footer {
        height: 120px;
    }
} */


@media (min-width: 481px) and (max-width: 767px) {
    
    .app-content {
        margin-bottom: 0px;
    }

    footer {
        /*position: relative;
*/
        
    }

    div#bs-example-navbar-collapse-1 {
        background: #fff;
        margin-top: 12px;
        box-shadow: 4px 6px 24px rgb(32 32 35 / 10%);
        z-index: 99999;
        position: relative;
    }

    button.navbar-toggle {
        color: #fff;
        border: 1px solid #fff;
        margin-top: 15px;
    }

    span.icon-bar {
        color: #fff;
        background-color: #fff;
    }

    .list-custom li a {
        color: #171696;
        font-family: 'Roboto', sans-serif;
    }

    .hero {
        position: initial;
        width: 100%;
    }

    .hero img {
        width: 100%;
        object-fit: cover;
        transform: none;
        height: 197px;
    }

    .hero .layer {
        display: none;
    }

    /* .opening { */
        /* margin-top: -163px; */
    /* } */

    .aso {
        text-align: left;
    }

    footer .copyright {
        margin-top: 40px;
        text-align: center;
    }

    .aso img {
        height: 50px;
    }

    .table td.prize span {
        line-height: 3;
    }

    footer {
        /* height: 120px; */
    }
    .pagination {
        margin-left: 19%;
    }
}

@media (width: 320px) {
    footer {
        width: 100%;
        padding: 0px;
    }
}