.left-navbar {
    background-color: rgb(0, 0, 0, 1);
    width: 100vw;
    position: relative;
    min-height: 100vh;
}

.left-navbar::before {
    content: "";
    background-image: url('/assets/left-navbar.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.8;
}

.navbar-light .navbar-nav .nav-link {
    color: #1d0e0a !important;
    font-weight: 700;
    font-size: x-large;
    text-shadow:
        1px 1px 0 #ECDBBA,
        -1px 1px 0 #ECDBBA,
        -1px -1px 0 #ECDBBA,
        1px -1px 0 #ECDBBA;
}

.right-content {
    background-color: rgb(0, 0, 0, 0.0);
    width: 100vw;
    position: relative;
    color: #1d0e0a;
    min-height: 100vh;
    text-shadow:
        1px 1px 0 #ECDBBA,
        -1px 1px 0 #ECDBBA,
        -1px -1px 0 #ECDBBA,
        1px -1px 0 #ECDBBA;
}

.right-content::before {
    content: "";
    background-image: url('/assets/right-content.jpg');
    background-size: cover;
    background-position: center;
    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: 39px;
    background: #ECDBBA;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: solid 4px #1d0e0a;
    text-shadow:
        1px 1px 0 #fff,
        -1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff;
    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: 39px;
    background: #ECDBBA;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: solid 4px #1d0e0a;
    text-shadow:
        1px 1px 0 #fff,
        -1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff;
    display: inline-block;
    padding: 0px;
    font-weight: 700;
    text-align: center;
}


.content-row {
    background-color: rgb(33, 39, 48, 0.8);
    font-weight: 700;
    text-shadow:
        1px 1px 0 #fff,
        -1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff;
}

.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;
    font-weight: 700;
    text-shadow:
        1px 1px 0 #1d0e0a,
        -1px 1px 0 #1d0e0a,
        -1px -1px 0 #1d0e0a,
        1px -1px 0 #1d0e0a;
}

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

.result-row {
    background-color: rgb(33, 39, 48, 0.8);
    /* 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;
}

.clock-color {
    color: #1d0e0a !important;
    text-shadow:
        1px 1px 0 #ECDBBA,
        -1px 1px 0 #ECDBBA,
        -1px -1px 0 #ECDBBA,
        1px -1px 0 #ECDBBA;
}

.navbar-light .navbar-toggler-icon {
    background-color: white;
}

.clock-container {
    background-color: #000000a6;
    padding: 10px 0;
    border-radius: 10px;
}

.page-link {
    color: #1d0e0a !important;
    font-weight: 700;
    font-size: x-large;
    text-shadow:
        1px 1px 0 #ECDBBA,
        -1px 1px 0 #ECDBBA,
        -1px -1px 0 #ECDBBA,
        1px -1px 0 #ECDBBA;
}

.page-link:not(:disabled):not(.disabled) {
    background-color: #000000a6;
}

.page-item.disabled .page-link {
    color: #005900 !important;
    background-color: #f5f7fb;
}


@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;
    }
}
