.left-navbar {
    background-color: black;
    width: 100vw;
    position: relative;
    color: white;
    min-height: 100vh;
}
.left-navbar::before {
    content: "";
    background-image: url('/assets/left-navbar.jpg');
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.4;
}
.navbar-light .navbar-nav .nav-link {
    color: white !important;
    font-size: x-large;
}

.right-content {
    background-color: rgb(0, 0, 0, 0.5);
    width: 100vw;
    position: relative;
    color: white;
    min-height: 100vh;
}
.right-content::before {
    content: "";
    background-image: url('/assets/right-content.jpg');
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.intro-text {
    font-size: 0.9rem;
}

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

.main-prize .circle,
.main-prize ul.circles li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #ECDBBA;
    -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: 48px;
    height: 48px;
    line-height: 48px;
    background: #ECDBBA;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 0px;
    font-weight: 700;
    text-align: center;
}




.home-result-detail, .home-result-prize, .home-result-other, .page-about {
    padding: 10px 0;
    background-color: rgb(34, 40, 49, 0.6);
}

.home-jackpot h1, .home-jackpot h2{
    color: #EEEEEE;
}

.home-result-other {
    color: #EEEEEE;
    font-size: 1.4rem;
}

.result-row {
    background-color: rgb(33, 39, 48, 0.5);
    color: #eeeeee;
    font-size: 1.5rem;
    text-align: center;
}

.result-pagination nav a{
    color: #EEEEEE;
    border: 2px solid #ECDBBA !important;
    font-size: x-large;
    font-weight: 700;
    margin: 0 20px;
    background-color: rgb(33, 39, 48, 0.8) !important;
}

.result-pagination nav span {
    display: none;
}
@media (max-width: 991.98px) {
    .result-row {
        font-size: 1rem;
    }

    .left-navbar {
        min-height: unset;
    }
    .result-pagination nav a{
        margin: 0;
    }

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

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