body {
    /* background-image: url("../img/bg.jpg"); */
    background : linear-gradient(45deg, #380036, #046868);
    background-size: cover;
}
.no-responsive {
    min-width: 1200px;
}
/* .logo img {
    width: 120px;
    height: 80px;
}
.logo {
    width: 120px;
} */
.counter_box {
    /* background-image: url('../img/jackpot-bg.png');
    background-position-x: center; */
    width: 470px;
    height: 240px;
    font-family: 'Alumni Sans Collegiate One', sans-serif;
    border-radius: 10px;
}
.counter_box h3 {
    position: absolute;
    left: -6px;
    font-size: 72px;
    color: #ffd700;
    text-shadow: 2px 2px 5px #000;
    letter-spacing: 3px;
}
.counter_box p {
    position: absolute;
    bottom: 40px;
    left: 120px;
    font-size: 60px;
    color: #ffd700;
    text-shadow: 2px 2px 5px #000;
    letter-spacing: 3px;
}

.carousel-inner .carousel-item {
    width: 1200px;
    height: 350px;
}
.carousel-item {
    border: 3px solid #fff;
    border-radius: 10px;
    margin-bottom: 25px;
}
.carousel-item img {
    padding: 0 2px;
}
.nav-link {
    text-transform: uppercase;
}
.nav-item {
    background: linear-gradient(#009FFD, #2A2A72);
    /* background: linear-gradient(rgba(204,0,204,.9), rgba(153,102,204,1)); */
    padding : 5px 10px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    box-shadow: 2px 2px 4px #000;
}
.small_info {
    height: 230px;
    float: left;
    border: 2px outset #CCC;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 3px;
    background: linear-gradient(#009FFD, #2A2A72);
    text-shadow: 1px 1px 3px #000;
    /* background: linear-gradient(rgba(204,0,204,.9), rgba(153,102,204,1)); */
    margin-top: 2px;
}
.last_draw .table {
    border: 1px solid #fff;
}
.last_draw thead {
    background-color: #009FFD;
    text-shadow: 1px 1px 3px #000;
}
.last_draw tbody {
    background-color: rgb(5, 12, 38);
}
.last_draw td {
    padding: 5px;
    border: 1px solid #fff;
}
.about_box {
    /* background: linear-gradient(#720c90, #36256d); */
    background: linear-gradient(#009FFD, #2A2A72);
    border: 1px solid #fff;
    border-radius: 10px;
}
.dataTables_info {
    color: #fff!important;
}
.dataTables_paginate {
    color: #fff!important;
}
.content {
    margin-top: 180px;
    margin-bottom: 30px;
    background-color: #e3e3e3;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #555;
}
.info_box {
    padding: 15px 25px;
}
.logo img {
    width: 80px;
    height: 80px;
}
.header_info {
    background-color: #001d3e;
    color: #fff;
}
.prize_info, .conso_info, .starter_info {
    background-color: #000;
}
.prize_info .col-8 {
    padding-right: 0;
}
.prize_info .col-8 span {
    background-color: #001d3e;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 0;
    color: #fff;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.prize_info .col-4{
    padding-left: 0;
}
.prize_info .col-4 span {
    background-color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 0;
    display: block;
    font-weight: bold;
}
.starter_info .col-12 span, .conso_info .col-12 span {
    background-color: #001d3e;
    color: #fff;
    padding: 5px 0;
    display: block;
    border-radius: 5px;
    font-weight: bold;
}
.starter_info .col-4 {
    padding: 5px 15px;
}
.starter_info .col-4 span, .conso_info .col-4 span {
    background-color: #fff;
    display: block;
    margin: 5px 0;
    padding: 2px 0;
    border-radius: 5px;
    font-weight: bold;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #7d38c7;
}
.dropdown-menu li {
    display: inline-block;
}