.main-container {
    position: relative;
    min-height: 100vh;
    /* color: #fff; */
}

.main-logo-container {
    background-color: #00000090;
    border-radius: 5px;
    margin: 0px 10px;
    padding: 0px 10px;
}

.main-container::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: url('/assets/background.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

.main-prize ul,
.other-prize ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 28px;
    color: #ffd700;
    text-align: center;
}

main-prize .circle,
.main-prize ul.circles li,
.other-prize .circle,
.other-prize ul.circles li {
    width: 50px;
    height: 50px;
    line-height: 40px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 0px;
    text-align: center;
    border: 5px solid #003e00;
    background: #005900;
}

.result-pagination nav a {
    color: #1E212B;
    border: 2px solid #FFFB05 !important;
    font-size: x-large;
    font-weight: 700;
    margin: 0 20px;
    background-color: rgb(255, 255, 255, 0.5) !important;
}

.result-pagination nav span {
    display: none;
}

.home-detail {
    font-weight: 700;
}

.home-detail h4,
.home-detail h1 {
    color: #FFFF33;
}

.home-detail h2 {
    color: #ffb900;
}

.home-container {
    background-color: rgb(255, 255, 255, 0.1);
    margin-top: 40px;
    border: 5px solid #1E212B;
}

.bottom-banner {
    background-color: #304878;
}

.main-prize h1,
.other-prize h2,
.home-detail h3 {
    color: #ffb900;
    font-weight: 700;
}

.home-other-prize .col-6 {
    font-weight: 500;
    font-size: large;
    padding: 3px 0;
    /* background-color: #1E212B; */
}

.home-other-prize .col-12 {
    color: #1E212B;

}

.clock-color {
    color: #ffb900 !important;
}

.clock-container {
    background-color: rgba(30, 33, 43, 0.75);
    padding: 10px 0;
    border-radius: 10px;
}

.home-other-prize .col-12 h3 {
    color: #ffb900;
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #1E212B;
    font-size: x-large;
    font-weight: 500;
    background-color: #FFFB05;
}

.navbar-nav .nav-item:first-child .nav-link {
    border-radius: 5px 0px 0px 5px;
}

.navbar-nav .nav-item:last-child .nav-link {
    border-radius: 0px 5px 5px 0px;
}

#content {
    background-color: rgb(255, 255, 255, 0.7);
    padding: 30px 20px;
    color: #1E212B;
}

.about-text {
    text-align: justify;
}

.h2.faq {
    background-color: #FFFB05;
    padding: 10px 20px;
}

.about-page-container {
    background-color: #00000080;
    border-radius: 10px;
}
.live-draw-container {
    color: #FFFB05;
    position: relative;
    background-color: ;
}
.bg-yellow {
    background-color: #fffb05;
}

.bg-footer {
    background-color: #fffb0541;
}

.live-draw-container::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #000000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #0f9b0f, #000000);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #0f9b0f, #000000);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    z-index: -1;
}

.live-special-consolation {
    font-size: larger;
    font-weight: 500;
}

.result-pagination nav a {
    color: #fff;
    border: 2px solid #b01519 !important;
    font-size: x-large;
    font-weight: 700;
    margin: 0 20px;
    background-color: #b01519e6 !important;
}

.result-pagination nav span {
    display: none;
}

.page-link {
    color: #f5f7fb !important;
    font-size: larger;
}

.page-navigation-link-night .page-link:not(:disabled):not(.disabled) {
    background-color: #005900a6;
}
.page-navigation-link-night .page-item.disabled .page-link{
    color: #005900 !important;
    background-color: #f5f7fb;
}
.page-link:not(:disabled):not(.disabled) {
    background-color: #005900a6;
}
.page-item.disabled .page-link{
    color: #005900 !important;
    background-color: #f5f7fb;
}
@media (max-width: 1199.98px) {
    .main-logo {
        height: 100px;
        margin: auto;
    }

    .main-prize .circle,
    .main-prize ul.circles li,
    .other-prize .circle,
    .other-prize ul.circles li {
        width: 45px;
        height: 45px;
        line-height: 32px;
    }

    .main-prize ul,
    .other-prize ul {
        font-weight: 500;
        font-size: 24px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #FFFB05;
        font-size: x-large;
        font-weight: 500;
        background-color: unset;
    }

    .navbar-nav .nav-item:first-child .nav-link {
        border-radius: 0px;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-radius: 0px;
    }
}
