.body {
    background-image: url(../img/body-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

.jackpot-area {
    display: block;
    margin-top: 8px;
    margin-bottom: 16px;
}

.jackpot-area .jackpot-money {
    background-image: url(../img/gradient-bg.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center center;
    border-radius: 8px;
}
.jackpot-money .card-header {
    text-align: center;
    border-bottom: none;
}
.jackpot-money .card-header h3 {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;    
	background: linear-gradient(to bottom, #efefef 0% ,#efefef 50%,#afafaf 50% ,#afafaf 55% ,#efefef 80%,#efefef 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

@media only screen and (max-width: 1050px){
    .jackpot-money .card-header h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 600px){
    .jackpot-money .card-header h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px){
    .jackpot-money .card-header h3 {
        font-size: 16px;
    }
}

.jackpot-money .card-body {
    /* background: transparent; */
    background-color: rgba(255, 255, 255, .9);
    padding: 5px;
    margin: 0 10px 10px 10px;
    border-radius: 8px;
}
.jackpot-money .transaction-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 3px;
}
.jackpot-money .transaction-box > img {
    margin-right: 10px;
}

@media only screen and (max-width: 1050px){
    .jackpot-money .transaction-box > img {
        width: 40px;
    }
}

@media only screen and (max-width: 1050px){
    .jackpot-money .transaction-box > img {
        width: 30px;
    }
}

.jackpot-money .transaction-type {
    width: 100%;
}
.jackpot-money .transaction-type--top {
    width: 100%;
    background-image: url(../img/gradient-bg-sad.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 2px 2px 6px;
}
.jackpot-money .transaction-type--bottom {
    width: 100%;
    background-image: url(../img/gradient-bg-price.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right;
    padding: 2px 6px 2px 2px;
}

/* color name #0057a1   */

.jackpot-money .transaction-box p {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 0;
}

@media only screen and (max-width: 1050px){
    .jackpot-money .transaction-box p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px){
    .jackpot-money .transaction-box p {
        font-size: 14px;
    }
}
.jackpot-money .transaction-box .transaction-type--name{
    color:#0057a1;
    font-weight: 700;
}

.jackpot-value {
    border-radius: 8px;
    border: 3px solid #00569f;
}


@media only screen and (max-width: 1200px){

    .jackpot-value {
        margin-top:1rem;
    }
    
}


.jackpot-value .card {
    border: none;
}
.jackpot-value .card-header {
    background-image: url(../img/jackpot-header-bg.png);
    background-position: top center;
    background-size: cover;
    border: none;
}
.jackpot-value .card-header h3 {
    font-family: "Bookman Old Style", Fallback, sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #ffffff;
}
@media only screen and (max-width: 1050px){
    .jackpot-value .card-header h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 600px){
    .jackpot-value .card-header h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px){
    .jackpot-value .card-header h3 {
        font-size: 16px;
    }
}
.jackpot-value .card-body {
    position: relative;
    padding: 1.4rem;
}
.jackpot-value .jackpot-value-icon {
    width: 100px;
    height: auto;
    position: absolute;
    top: -33px;
    right: 10px;
}


@media only screen and (max-width: 600px){
    .jackpot-value .jackpot-value-icon {
        width: 75px;
    }
}
.jackpot-value .jackpot-value-icon--domino {
    height: 80px;
    width: auto;
}
@media only screen and (max-width: 600px){
    .jackpot-value .jackpot-value-icon--domino {
        height: 65px;
    }
}
@media only screen and (max-width: 600px){
    .jackpot-value .jackpot-value-icon--poker {
        top: -25px;
    }
}

@media only screen and (max-width: 575px){
    .jackpot-value .jackpot-value-icon--capsa {
        top: -30px;
    }
}
.jackpot-value p {
    font-family: "Bookman Old Style", Fallback, sans-serif;
    font-size: 30px;
    color: #0c489a;
    line-height: 1;
    margin-bottom: 0;
}
@media only screen and (max-width: 1050px){
    .jackpot-value p {
        font-size: 25px;
    }
}
@media only screen and (max-width: 600px){
    .jackpot-value p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px){
    .jackpot-value p {
        font-size: 13px;
    }
}
.web-description-box {
    text-align: center;
    margin-bottom: 1em;
}
.web-description-box h1 {
    font-family: "Arial", Fallback, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #00569e;
}
@media only screen and (max-width: 1050px){
    .web-description-box h1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px){
    .web-description-box h1 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 600px){
    .web-description-box h1 {
        font-size: 15px;
    }
}
.web-description-box h2 {
    font-family: "Arial", Fallback, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #00569e;
}
@media only screen and (max-width: 1050px){
    .web-description-box h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px){
    .web-description-box h2 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 600px){
    .web-description-box h2 {
        font-size: 15px;
    }
}
.web-description-box h3 {
    font-family: "Arial", Fallback, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #00569e;
}
@media only screen and (max-width: 1050px){
    .web-description-box h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px){
    .web-description-box h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 600px){
    .web-description-box h3 {
        font-size: 15px;
    }
}
.web-description-box p {
    font-family: "Arial", Fallback, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #001f38;
}
@media only screen and (max-width: 1050px){
    .web-description-box p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px){
    .web-description-box p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 600px){
    .web-description-box p {
        font-size: 11px;
    }
}
.web-description-box p span{
    font-weight:600;
}
.web-footer {
    justify-content: center;
    text-align: center;
}
.web-footer .nav {
    justify-content: center;
    margin-bottom: .5em;
}
.web-footer .nav a {
    font-family: "Arial", Fallback, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #00569e;
    border-right: 2px solid #001f38;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: all ease .3s;
}

.web-footer .nav a:hover{
    color:#001f38;
}

@media only screen and (max-width: 1050px){
    .web-footer .nav a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 600px){
    .web-footer .nav a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px){
    .web-footer .nav a {
        font-size: 13px;
    }
}
.web-footer .nav a:last-child {
    border-right: none;
}
.web-footer-copyright p {
    font-family: "Arial", Fallback, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #001f38;
}

@media only screen and (max-width: 1050px){
    .web-footer-copyright p  {
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px){
    .web-footer-copyright p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 575px){
    .web-footer-copyright p {
        font-size: 10px;
    }
}

.carousel {height: 400px;}