.main-color {
    color: #f21731 !important;
}
.main-content {
    background-color: black;
    position: relative;
    color: white;
}
.main-content::before {
    content: "";
    background-image: url('../images/background.jpg');
    background-size: fill;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

.right-nav {
    background-color: rgb(23, 23, 23, 0.7);
    font-size: 2rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: white !important;

}
.top-image-container {
    height: 30vh;
    background-image: url('../images/top.jpg');
    background-position-y: 636px;
}

.main-prize ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 24px;
    color: #f3f3f3;
}

.main-prize .circle,
.main-prize ul.circles li {
    width: 48px;
    height: 48px;
    line-height: 40px;
    border: 3px solid #fff;
    background: #f21731;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 0px;
    font-weight: 700;
}

.other-prize ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #f3f3f3;
}

.other-prize .circle,
.other-prize ul.circles li {
    width: 48px;
    height: 48px;
    line-height: 38px;
    border: 3px solid rgb(242, 23, 49);
    /* background: radial-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(94, 64, 212, 0.85) 25%, rgba(94, 64, 212, 0.85) 75%, rgba(0, 212, 255, 0) 100%); */
    /* background: #4c3173; */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 0px;
    font-weight: 700;
}

.live-draw-title, .live-draw-results, .results-page, .about-page  {
    background-color: rgb(23, 23, 23, 0.7);
}

.live-draw-results .special-consolation-title {
    background-color: rgb(23, 23, 23, 0.9);
}
.special-consolation {
    letter-spacing: 1px;
    margin: 3px 0;
    font-size: 1.3rem;
}
.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;
}
.results-first {

}
.top-image {

}
