body {
    background-color: rgb(139, 169, 245, 0.2);
}

.bg-nav {
    /* background: rgb(139, 169, 245, 0.1); */
    /* background: linear-gradient(90deg, rgba(2,0,36,0) 20%, rgba(139,169,245,1) 45%, rgba(139,169,245,1) 55%, rgba(0,212,255,0) 80%); */

}

.nav-item a {
    font-size: 2rem;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    color: #171717;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #5e40d4;

}

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

.top-divider {
    height: 4px;
    background-color: #5e40d4;
    /* background-color: #c977d4; */
}

.prize-divider {
    height: 3px;
    /* background-color: #6c6eca; */
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 20%, rgb(139, 169, 245) 45%, rgba(139, 169, 245, 1) 55%, rgba(0, 212, 255, 0) 80%);
    margin: 15px 0;

}

.home-prize {
    background: rgb(94, 64, 212, 0.7);
    background: linear-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%);
    color: #f9f4f5;
    padding: 10px 0;
    /* color: #2b2460; */
}

.main-prize {
    /* background-color: #8ba9f5; */

    /* border-left: 2px solid #6c6eca; */
    /* border-right: 2px solid #6c6eca; */

}

.other-prize {}

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

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

.special-consolation {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.result-container-fluid {
    position: relative;
}

.result-container-fluid::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url('/images/result-background.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: fit;
}

.result-container {
    position: relative;
}

.result-table {
    background-color: rgb(94, 64, 212, 0.6);
    color: #f9f4f5;
    font-size: larger;
}

.result-pagination nav a{
    color: #5e40d4;
    border: 2px solid rgb(94, 64, 212) !important;
    font-size: x-large;
    font-weight: 700;
    margin: 0 20px;
    background-color: rgb(200, 184, 219, 0.9) !important;
}
.result-pagination nav span {
    display: none;
}

.about-title {
    color: #5e40d4;
}
.about-subtitle {
    color: #c8b8db;
    font-weight: 700;
}

.about-page-container p {
    font-size: large;
}

@media (max-width: 991.98px) {
    .main-logo {
        width: 100px;
    }
    .navbar-brand {
        margin: 0 auto;
    }

    .home-prize {
        background: rgb(94, 64, 212, 0.7);
    }

    .main-prize h3 {
        font-size: 3rem;
    }

    .other-prize h5 {
        font-size: 2rem;
    }

    .prize-divider {
        height: 5px;
        background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(139, 169, 245) 25%, rgba(139, 169, 245, 1) 75%, rgba(0, 212, 255, 0) 100%);
    }

    .special-consolation {
        font-size: 1.5rem;
    }
    .result-pagination nav a{
        margin: 0;
    }

}
