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

.main-container::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-image: url('/assets/background.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff000;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff000;
    font-weight: 700;
}

#top-marquee {
    padding: 5px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff000;
    color: #006600;
}

.winning-text h6 {
    font-weight: 700;
    color: #fff000;
}
.winning-text p {
    font-weight: 700;
 }

.page-home-left {
    background-color: rgb(0, 0, 0, 0.75);
    border: 3px solid #fff000;
    border-radius: 5px;

}
.footer-bg {
    background-color: black;

}

.page-home-left h1 {
    text-transform: uppercase;
    color: #fff000;
}

.title-morning {
    color: #e4032e;
    text-transform: uppercase;
}

.title-night {
    color: #e4032e;
    text-transform: uppercase;
}

.page-home-right {
    background-color: rgb(255, 0, 0, 0.5);
    border: 2px solid #003399;
}
.page-home-right h3 {
    color: #fff000;
}

.about-page {
    background-color: rgb(255, 0, 0, 0.4);
}

.about-page h2 {
    color: #fff000;
    margin-top: 20px;
}

.result-page-title {
    color: #fff000;
}

.result-card-detail {
    font-size: 1.5rem;
    font-weight: 600;
    background-color: rgb(255, 240, 0);
    padding: 3px 0;
}

.result-card-main-prize {
    font-size: 1.4rem;
    background-color: #006600;
    color: white;
    padding: 10px 0;
}

.result-card-special-consolation h6 {
    font-size: 1.2rem;
    font-weight: 600;
}
.result-pagination nav a{
    color: #ff0000;
    border: 2px solid rgb(255, 255, 255) !important;
    font-size: x-large;
    font-weight: 700;
    margin: 0 20px;
    background-color: rgb(255, 240, 0) !important;
}
.result-pagination nav span {
    display: none;
}
.main-prize ul, .other-prize ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 30px;
    color: #003399;
    text-align: center;
}

.main-prize .circle,
.main-prize ul.circles li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff000;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 0px;
    font-weight: 700;
    text-align: center;
}

.other-prize .circle,
.other-prize ul.circles li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff000;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 0px;
    font-weight: 700;
    text-align: center;
}

.live-detail {
    background-color: #fff000;
    color: #003399;
    padding: 10px 0;
}

.live-detail h5 {
    margin: 0;
}

.live-draw-countdown a {
    color: #ffffff;
    font-size: xx-large;
    font-weight: 700;
    background-color: #e4032e;
    border-radius: 3px;
    text-decoration: none;

}
.navbar-light .navbar-toggler {
    background-color: #fff000;
}
.title-prize {
    color : #e4032e;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ffffff;
    padding: 2px 5px;
    border-radius: 3px;
}

.special-consolation {
    color: #fff000;
    font-size: large;
}

.left-navbar {
    background-color: #00000080;
}

@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: 42px;
    }

    .main-prize ul,
    .other-prize ul {
        font-weight: 500;
        font-size: 24px;
    }
}
