.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.8;
    background-image: url('/assets/background.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}
.main-prize ul, .other-prize ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 28px;
    color:#253586;
    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 #304878;
    background: #FFFB05;
}
.result-pagination nav a{
    color: #253586;
    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 *{
    color: #253586;
    font-weight: 700;
}
.home-container {
    background-color: rgb(255, 255, 255, 0.5);
    margin-top: 40px;
    border: 5px solid #253586;
}

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

.main-prize h1, .other-prize h2 {
    color: #253586;
    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: #253586;
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #253586;
    font-size: x-large;
    font-weight: 500;
    background-color: #FFFB05;
}

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

.h2.faq {
    background-color: #FFFB05;
    padding: 10px 20px;
}
.live-draw-container {
    position: relative;
    /* color: #fff; */
}

.live-draw-container::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url('/assets/live-background.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}
.live-special-consolation {
    font-size: larger;
    font-weight: 500;
}
@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;
    }
}
