.jumbotron{
    padding-bottom: 25px;
}

.jumbotron ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 460px;
    margin: 0 auto 0 auto;
    padding: 0;
}

table td.active {
    background-color: yellow;
}

table ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-around;
}

table ul li {
    width: 50%;
    text-transform: uppercase;
    font-weight: bold;
}

table ul li.old{
    color: green;
}

table ul li.new{
    color:red;
}

/**
* ! Back to old Days
**/

nav.bg-dark {
    background-color: #FF5E00 !important;
    border: 2px solid #1c1c1c;
}

nav ul.navbar-nav {
    width: 100%;
    justify-content: space-around;
}

nav .nav-link {
    font-weight: bold;
    color: #fff !important;
}

nav .navbar-nav .nav-item {
    position: relative;
}

nav .navbar-nav .nav-item.borderLR::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #1c1c1c;
    top: -8px;
    bottom: -8px;
    left: -100%;
}

nav .navbar-nav .nav-item.borderLR::before {
    content: "";
    position: absolute;
    width: 2px;
    background: #1c1c1c;
    top: -8px;
    bottom: -8px;
    left: 250%;
}

nav .navbar-nav .nav-item .nav-link {
    color: #fff;
}

/*** Jumbotron ***/
.headerSection .topSection,
.bottmSection {
    background-color: #0C62AD;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border: 3px solid #00FF00;
}

.headerSection .topSection p {
    margin-bottom: 5px;
    font-family: math;
    font-size: 20px;
}

.headerSection .topSection a {
    color: #fff;
    font-size: 25px;
}

.middleSection {
    padding-top: 15px;
}

.middleSection ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.middleSection ul li {
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
    margin-right: 20px;
    color: #1c1c1c;
}

.middleSection ul li p#currentTime{
    color: #1c1c1c;
    margin-bottom: 0;
}

.middleSection p.title{
    color: #1c1c1c;
    font-weight: 700;
    font-size: 20px;
}

/*** Upcoming Results ***/
.upcomingResults .card{
    background: transparent;
    border: none;
}

.upcomingResults .card .card-body {
    padding-top: 0;
}

table thead tr th {
    background-color: #2D1ACC;
    color: #fff;
}

table thead tr th.slNo {
    background-color: #B76856;
}

table.table-bordered tbody tr td.firstTd {
    background: #CEC4EB;
    color: red;
    font-weight: 500;
}

/*** Main Result Section ***/
.container-fluid.mainResultSection {
    padding: 0;
    overflow-x: clip;
}

/*** Upcoming Result Sec ***/
ul.upcoming_result_sec {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.upcoming_result_sec li p {
    font-size: 30px;
    font-weight: bold;
    color: #FF0088;
}

ul.upcoming_result_sec li p span {
    display: block;
    font-weight: 700;
    font-size: 25px;
    color: green;
}

.spinner-border {
    position: relative;
    top: 7px;
    left: 10px;
}


/***
* ! Daily Results
***/
.daily_result {
    background-color: #F5ECCE;
    padding: 0 15px;
    border: 1px solid black;
}

.eachGame {
    padding: 3px 1px 3px 1px;
    border: 1px solid black;
    min-height: 110px;
    text-align: center;
}

.eachGame a {
    color: red !important;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
}

.eachGame p {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: serif;
    text-transform: uppercase;
}

.eachGame span {
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.eachGame span b.blue {
    color: blue;
}

/**
* ! Footer styles
***/
footer .parentDiv{
    background: #CEC4EB;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

footer img.android{
    width: 110px;
    object-fit: contain;
    margin-right: 20px;
    border-radius: 10px;
}

footer img.download{
    width: 40px;
    object-fit: contain;
}


/***
* ! Resposive Start
***/
@media (max-width: 767px) {
    .navbar {
        display: none;
    }

    .mobile_nav{
        display: block;
        background-color: #FF5E00;
    }

    .mobile_nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        list-style: none;
        padding: 10px 0 0 0;
        margin: 0;
    }

    .mobile_nav ul li{
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .mobile_nav{
        display: none;
    }
}

@media (max-width: 575px) {
   .daily_result .col-sm-6 {
        width: 50% !important;
   }
}
