body {
    background: url(/dist/images/bg-dark.png) !important;
    background-position: center !important;
}

.btn-pink {
    background-image: linear-gradient(180deg, #F52128, #9C0609);
    color: #FFF;
}

.side-menu-1 li:first-of-type {
    background: linear-gradient(180deg, #212121 0%, #212121 100%);
}

.btn-outline-pink {
    border: 2px solid #F52128;
}

.text-pink {
    color: #F52128 !important;
}

img.logo {
    max-height: 43px;
}

.navbar-toggle .icon-bar {
    background-image: linear-gradient(to left, #F52128, #9C0609);
}

.dropdown-toggle::after {
    color: #9C0609;
}

.sticky-top.active {
    background-image: linear-gradient(180deg, #212121, #212121);
}

.nav-list-menu {
    background-color: #212121;
}

.provider-list li.active {
    border: 2px solid #9C0609;
}

#staticBackdropSearchGame button.btn {
    background-image: linear-gradient(180deg, #F52128, #9C0609);
    color: #FFF;
}

.menu-bottom {
    background-image: linear-gradient(180deg, #212121, #212121);
}

.main-icon a {
    background-image: linear-gradient(180deg, #F52128, #9C0609) !important;
    color: #FFF !important;
}

.nav-banking.nav-pills .nav-link.active,
.nav-banking.nav-pills .show>.nav-link {
    color: #fff;
    background-image: linear-gradient(180deg, #F52128, #9C0609);
}

.box-channel:hover {
    border: 4px solid #9C0609;
    color: #F52128;
}

.footer {
    background: #212121;
}

.gameBox .middle i,
.gameBox .middle {
    color: #9C0609;
}

.loading-spinner {
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 90px;
    width: 90px;
    border: 8px solid #9C0609;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
}

.icon-banking {
    background-image: url(../images/icons/svg/deposit.svg);
}

.active>.icon-livedealer {
    background-image: url(../images/gm/casino-red.svg);
}

.active>.icon-slot {
    background-image: url(../images/gm/slot-red.svg);
}

.active>.icon-sport {
    background-image: url(../images/gm/football-red.svg);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #F52128;
    background-color: transparent !important;
}

.ribbon,
.ribbon:before,
.ribbon:after {
    background: #9C0609;
}

.swiper-pagination-bullet-active {
    background: #9C0609;
    opacity: 1;
}

.col-lastwinner {
    background: #212121 !important;
}

.marquee span {
    animation: marqueex 20s linear infinite;
}
nav.fixed-top{
     background-image: linear-gradient(180deg, #070606, #312D2D) !important;
}
@media only screen and (max-width: 539px) {
    .nav-list-menu li a.active img {
        border: 2px solid #F52128;
    }
}