.logo {
    width: 150px;
    max-width: 100%;
}

.breadcrumbs {
    margin-top: 85px;
    background: #191919;
    color: #fff;
    padding: 5px;
}

.breadcrumb-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cls {
    cursor: pointer;
}

.footer-logo-payment {
    width: 13rem;
    max-width: 100%;
}

.breadcrumb-list li {
    display: inline-block;
    font-size: 0.8rem;
}
.pick-4 {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.btn-results {
    text-decoration: none;
    color: #00d4ff;
    padding: 1rem;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 90px !important;
    background: #ffffff;
}

.active>.page-link, .page-link.active {
    background-color: #000bb1 !important;
    border-color: #000bb1 !important;
    color: #fff !important;
}

.page-link {
    color: #000bb1 !important;
}

.btn-results:hover {
    color: #000bb1;
    box-shadow: 2px 8px 9px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 2px 8px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 8px 9px 0px rgba(0,0,0,0.75);
}

.title-small {
    font-size: 0.8rem;
}

.jackpot-title {
    font-size: 3rem;
    margin-top: -5px !important;
    padding: 1px !important;
}

.jackpot-amount {
    color: #ffcc31;
    font-weight: bold;
    text-shadow: 1px 1px #cb5800;
}

.balls, .balls-result {
    display: inline-block;
    width: 2.3rem;
    height: 2.3rem;
    margin-right: 0.1505rem;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 2.3rem;
    font-size: 1.2rem;
    color: #222222;
    font-weight: 700;
    -webkit-box-shadow: 0 2px 0 0 #ccc;
    box-shadow: 0 2px 0 0 #ccc;
    vertical-align: bottom;
  }

  .balls-red {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.1505rem;
    background-color: #099eff;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 2.3rem;
    font-size: 1.2rem;
    color: #222222;
    font-weight: 700;
    -webkit-box-shadow: 0 2px 0 0 #ccc;
    box-shadow: 0 2px 0 0 #ccc;
    vertical-align: bottom;
  }

.currency {
    font-size: 1.5rem;
    font-weight: bold;
}

.result-main {
    height: 100%;
    padding: 3rem;
    color: #fff;
    background: #1a28ff;
    background: linear-gradient(0deg, #1a28ff 0%, #000bb1 100%);
}
.lottery-main {
    background: url("../images/lotto.webp") center center;
    background-size: 100% !important;
    padding: 4rem;
    height: 100%;
    background-attachment: fixed !important;
    background-position-x: top !important;
    background-position-y: top !important;
    background-color: rgb(15, 15, 15);
}

.logo-foot {
    position: relative;
    top: -30px;
}

.spinn {
    width: 16rem !important;
    height: 16rem !important;
}

.logo-loading {
    max-width: 100%;
    width: 200px;
}

@media only screen and (max-width: 600px) {

    .logo {
        width: 100px;
    }

    .ticket-tit {
        font-size: 0.8rem;
    }

    .balls-result {
        width: auto;
        display: inline !important;
        font-size: 0.8rem;
        height: auto;
        border: none;
        font-weight: bold;
        -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    }

    .lottery-main {
        background-size: 100% !important;
        background-position-x: center !important;
        background-position-y: center !important;
    }

    .breadcrumbs {
        margin-top: 40px;
        background: inherit;
        color: #191919;
        border-bottom: 1px dashed #222222;
    }

    .logo-foot {
        position: static;
        top: 0;
    }

}



footer {
    background: #000bb1;
    color: #fff;
    padding: 2.4rem;
    padding-top: 3rem;
}

.foot-text {
    font-size: 0.9rem;
}

.icon-foot {
    font-size: 2.4rem;
}

.copyright {
    background: #00065d;
    color: #fff;
    padding: 1px;
}

.copyright p {
    margin-top: 12px;
    font-size: 0.7rem;
}

.lang-wb {
    color: inherit;
    text-decoration: none;
}

.lang-wb:hover {
    color:#099eff;
}