.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/main-background.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}


.clock-color {
    color: #007f00 !important;
}

.clock-container {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px 0;
    border-radius: 10px;
}
.page-link {
    color: #f5f7fb !important;
    font-size: larger;
}

.page-link:not(:disabled):not(.disabled) {
    background-color: #005900a6;
}
.page-item.disabled .page-link{
    color: #005900 !important;
    background-color: #f5f7fb;
}
@keyframes blinker {
    50% {
        filter: contrast(1.2);
    }
}
.bg-dark {
    background-color: rgb(52, 58, 64, 0.5) !important;
}
.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 #00ff00;
    background: #006600;
}
.special-consolation {
    font-size: 1.2rem;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link {
    font-size: x-large;
    font-weight: 700;
    color: #000000;
}
.mobile-logo {
    width: 120px;
}
.mobile-navbar-brand {
    margin: auto;
}
.result-row {
    border-bottom: 3px solid red;
}

.result-detail {
    font-size: 1.45rem;
    font-weight: 700;
}

.result-prize {
    font-size: 1.25rem;
    color: #00ff00;
    text-align: center;
    font-weight: 500;
}
.result-pagination nav a{
    color: #00ff00;
    border: 2px solid #ff0000 !important;
    font-size: x-large;
    font-weight: 700;
    margin: 0 20px;
    background-color: rgb(52, 58, 64, 0.5) !important;
}
.result-pagination nav span {
    display: none;
}
@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;
    }

    .result-detail {
        font-size: large;
        text-align: center;
    }
    .col-6.col-sm-2.result-prize {
        font-size: small;
    }
}
