body {

    color: #007bff;
}

.main-logo {
    height: 200px;
}

#top-marquee {
    font-size: 1.2rem;
    background-color: #007bff;
    color: white;
    padding: 5px 0;
    margin-bottom: 20px;
}

.navbar-collapse {
    background-color: rgb(255, 255, 255, 0.1);
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: x-large;
    margin: 0 20px;
}

.main-container {
    position: relative;
    min-height: 100vh;
    padding: 0;
    /* 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;
    z-index: -1;
}

.footer-container {
    background-color: #007bff;
    color: #c7ffff;
}

.main-prize ul,
.other-prize ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    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 #00fefc;
    background: #7868E6;
}

.result-pagination nav a {
    position: relative;
    margin: 50px 20px 0;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: x-large;
    /* text-transform: uppercase; */
    background-color: #007bff !important;
    border: none;
    text-decoration: none;
}

.result-pagination nav a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.result-pagination nav a:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

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

.home-container {
    background-color: rgb(255, 255, 255, 0.7);
    margin-top: 40px;
    border: 5px solid #007bff;
}

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

.main-prize h1,
.other-prize h2 {
    color: #007bff;
    background-color: rgb(255, 255, 255, 0.8);
    font-weight: 700;
}

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

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

}

.home-other-prize .col-12 h3 {
    color: #007bff;
    background-color: rgb(255, 255, 255, 0.8);
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 0;
}


.about-container {
    border-radius: 0px;
    background-color: white;
    /* background: linear-gradient(225deg, #c2fafa, #a3d3d3); */
    box-shadow: -5px 5px 10px #a3d3d3,
        5px -5px 10px #c7ffff;
}

.about-container h2 {
    width: auto;
    color: white;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #007bff;
}

.about-container .col-12 div,
.about-container .col-12 ol,
.about-container .col-12 h3 {
    padding-left: 50px;
    margin: 15px 0;
}

.live-draw-container {
    color: white;
    background: linear-gradient(225deg, #0084ff, #006fe6);
    box-shadow: -5px 5px 10px #006fe6,
        5px -5px 10px #0087ff;
}
@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;
    }
}
