body.SB-rightMenu-opened .SB-Lite-Mobile {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.SB-Lite-Mobile {
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    background-color: #fff;
    display: block;
}

.SB-mobile-footer {
    background-color: #252F5A;
    height: 65px;
    position: fixed;
    bottom: 0;
    left: auto;
    right: auto;
    max-width: 100%;
    margin: 0 auto;
    z-index: 10000;
}
.SB-mobile-footer ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 100001;
}
.SB-mobile-footer ul li {
    cursor: pointer;
    color: #fff;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-size: 12px;
    padding-top: 5px;
    position: relative;
}
.SB-mobile-footer ul li a {
    display: block;
}
.SB-mobile-footer ul li i {
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
}
.SB-mobile-footer ul li.active {
    color: #ceab5d;
}
.SB-mobile-footer ul li.active i {
    color: #ceab5d;
    font-weight: 500;
}
.SB-mobile-footer ul li.active a .SB-iconHamburgerMenu svg {
    height: 20px;
}
.SB-mobile-footer ul li.active a .SB-iconHamburgerMenu svg path {
    fill: #fff;
}
.SB-mobile-footer ul li.active a .SB-iconHamburgerMenu + div {
    color: #fff;
}
.SB-mobile-footer ul li .SB-iconSVG {
    height: 22px;
    margin-bottom: 3px;
}
.SB-mobile-footer ul li .SB-iconSVG svg {
    height: 22px;
}
.SB-mobile-footer ul li .SB-iconSVG svg path {
    fill: #fff;
}
.SB-mobile-footer ul li.active .SB-iconSVG svg path {
    fill: #ceab5d;
}
.SB-mobile-footer ul li .SB-bets-count {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ceab5d;
    position: absolute;
    top: 3px;
    text-align: center;
    color: #fff;
    line-height: 19px;
    font-weight: bold;
}
.SB-mobile-footer ul li.SB-betslip a {
    position: relative;
    margin-top: -25px;
}
.SB-mobile-footer ul li.SB-betslip .SB-betslip-container {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #004170;
    background-color: #ceab5d;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-top: 20px;
}
.SB-mobile-footer ul li.SB-betslip .SB-betslip-container img {
    width: 16px;
}
.SB-mobile-footer ul li.SB-betslip .SB-bets-count {
    display: none;
}
.SB-mobile-footer ul li.SB-betslip.active {
    color: #ccc;
}
.SB-mobile-footer ul li.SB-betslip.active .SB-betslip-container {
    background-color: #ceab5d;
    color: #000;
}
.SB-mobile-footer ul li.SB-betslip.SB-betSlip-active img {
    display: none;
}
.SB-mobile-footer ul li.SB-betslip.SB-betSlip-active .SB-bets-count {
    position: relative;
    top: auto;
    display: block;
}
.SB-quickBetslip-footer {
    position: fixed;
    bottom: 65px;
    left: auto;
    right: auto;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .SB-quickBetslip-footer {
        display: none;
    }
    .futer{
        display: none;
    }
    .copyright{
        display: block;
    }
    #slip{
        display: block;
    }
    .dividers{
        display: none;
    }
}
@media screen and (max-width: 458px){
    .copyright{
        display: none;
    }
    #slip{
        display: none;
    }
    .dividers{
        display: block;
    }
}
.SB-quickBetslip-footer .SB-quickBetslip-footer-container {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ceab5d;
    color: #000;
    padding: 2px 6px;
    font-weight: 400;
}
.SB-quickBetslip-footer .SB-maxBetsAdded-errorInfo {
    background-color: #da291c;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SB-quickBetslip-footer .SB-maxBetsAdded-errorInfo .SB-iconSVG {
    margin-right: 5px;
    height: 16px;
}
.SB-quickBetslip-footer .SB-maxBetsAdded-errorInfo .SB-iconSVG svg {
    height: 16px;
}
.SB-quickBetslip-footer .SB-maxBetsAdded-errorInfo .SB-iconSVG svg path {
    fill: #fff;
}
.SB-bonusInfo-footer {
    background-color: #ceab5d;
    padding-bottom: 1px;
}
.SB-bonusInfo-footer .SB-bonusInfo-footer-container {
    padding: 4px;
    font-size: 10px;
    text-align: center;
    color: #000;
}
.SB-bonusInfo-footer .SB-hr {
    margin: 0 12px;
    height: 1px;
    background-color: #c7cd07;
}

.footer-text{
    color: #FDB62F;
}
.BLM-bets-count{
    color: #fff;
}
.SB-bets-count{
    color: #fff;
}
.dividers{
    padding:10%;
}


