.main-logo {
    max-width: 300px;
    height: auto;
}

.bg-nav {
    background-color: #24326780;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: x-large;
    text-transform: uppercase;
    font-weight: 600;
    /* border: 2px solid #000; */
    margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fc0404;
}

.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;
    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: #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 #672437;
    background: #243267;
}

.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 a {
    position: relative;
    margin: 50px 20px 0;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    /* text-transform: uppercase; */
    background-color: #821a1b !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 h3 {
    color: #243267;
    font-weight: 700;
}

.home-detail h2 {
    color: #672437;
    text-transform: uppercase;
}
.home-detail h4 {
    color: #672437;
}

.home-container {
    /* background-color: rgb(255, 255, 255, 0.5); */

    margin-top: 0px;
    /* border: 5px solid #253586; */
}

.home-other-prize,
.home-main-prize,
.home-result {
    border-radius: 10px;
    border: 2px solid #b22325;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: inset 10px -10px 20px #e6e6e6,
        inset -10px 10px 20px #ffffff;
}

#top-clock, #top-morning-countdown {
    font-weight: 700;
    color: #ffffff;

}

.clock-container {
    /* background: rgba(255, 255, 255, 0.65); */
    background-color: rgb(162, 32, 34, 0.65);
    color: #ffffff;

}


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

.main-prize h1,
.other-prize h2 {
    color: #a22022;
    font-weight: 700;
}

.home-other-prize .col-6 {
    font-weight: 700;
    font-size: large;
    padding: 3px 0;
    color: #243267;
}

.home-other-prize .col-12 {


}

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

.about-box {
    border-radius: 20px;
    background: linear-gradient(45deg, #f0f0f0, #cacaca);
    box-shadow: 10px -10px 0px #cacaca,
        -10px 10px 0px #f6f6f6;
}

.about-heading {
    background-color: #a22022;
    color: white;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom-banner {
    background-color: #a22022;
    padding: 20px 10px;
}

.live-draw-container {
    color: white;
    border-radius: 10px;
    background: linear-gradient(45deg, #ad2224bf, #921d1fbf);
}

.live-heading {
    color: #fc0404;
    background-color: #304878;
    margin: 20px 10px;
    padding: 10px 10px;
}

.special-consolation-title {
    border-radius: 5px;
    padding: 3px;
    color: #a22022;
    background-color: #fff;
}

.live-special-consolation {
    font-size: large;
}

.prize-col {
    background-color: white;
    border-radius: 5px;
    color: #a22022;
}

.result-head {
    background-color: #304878;
    color: #fc0404;
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border: 0;
}
.navbar-toggler-icon {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
}

.result-pagination nav a {
    color: #fff;
    border: 2px solid rgb(176, 21, 25) !important;
    font-size: x-large;
    font-weight: 700;
    margin: 0 20px;
    background-color: rgb(176, 21, 25, 0.9) !important;
}

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

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

.result-pagination .page-link:not(:disabled):not(.disabled) {
    background-color: #AC0D0Da6;
}
.result-pagination .page-item.disabled .page-link,
body > div > div.container.my-3.px-0 > div > div{
    color: #AC0D0D !important;
    background-color: #f5f7fb;
}
@media (max-width: 1199.98px) {

    .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;
    }
    .clock-container {
        font-size: x-large;
    }
    body > div > div.container.my-3.px-0 > div.table-responsive-sm.live-draw-container > div.row.justify-content-end > div > h1,
    body > div > div.container.my-3.px-0 > div > div > div.table-responsive-sm.live-draw-container > div.row.justify-content-end > div > h1 {
        font-size: xx-large;
    }
}
