:root {
    --main-color: #ffff;
    --primary-color: #680003;
    --secondary-color: #f4bd11;
    --primary-rgba: rgba(104, 0, 3, 0.4);
    --secondary-rgba: rgba(244, 189, 17, 0.8);
}

body {
    background: url(../images/background-altm.png) no-repeat fixed;
    background-size: 100% 100%;
}
.wrapper {
    background: unset;
}

.seo-footer {
    padding-bottom: 60px;
}

.wrapper {
    background: url(../images/background-altm.png) no-repeat fixed;
    background-size: cover;
}

.jackpot-wrapper {
    filter: unset;
}

.jackpot-wrapper > span {
    font-size: 8vw;
    color: #000;
    /* margin-top: 15px; */
    font-weight: bolder;
    /* -webkit-text-stroke: 1px #fff; */
}

.progressive-jackpot {
    filter: unset;
}

.progressive-jackpot > h2 {
    display: none;
}

.progressive-jackpot img {
    filter: unset;
}

.navbar-fixed {
    background-color: #000000;
}

.navbar-fixed .logo-img {
    margin-top: 5px;
    max-height: 50px;
    margin-left: 40px;
}

.btn-account {
    background: transparent;
    margin-bottom: 15px;
    margin-top: -4px;
}

.btn-secondary-primary,
.btn-account ul a.icon-btn {
    background: url(../images/btn-login-altm.png) no-repeat;
    background-size: 100% 100%;
    font-weight: bold !important;
    color: #fff !important;
    font-size: 14px;
}

.btn-join {
    background: url(../images/btn-register-altm.png) no-repeat;
    background-size: 100% 100%;
    font-weight: bold !important;
    color: #000 !important;
    font-size: 14px;
}

/* .btn-account>a {
    height: 55px;
    .member-btn > li > a
} */

.btn-account > a{
     height: 55px;
     line-height: 56px !important;
    }
.btn-account ul a.icon-btn
 { 
    line-height: 38px !important;
}

.page-header-title {
    background-color: var(--primary-color);
}

.page-header-title,
.page-header-title a {
    color: #000;
}

.account-menu a.active {
    color: #000;
    background-color: var(--primary-color);
}

.navigation-ribbon .navigation-ribbon-item .active {
    color: #ffc93f;
}

.browser-default input {
    color: #e8e8e8;
    background-color: #333;
}

.bottom-nav-bar a.active {
    color: var(--main-color);
    background: var(--primary-rgba);
}

.bonus-button.btn-await-approval {
    background-color: #fffb00;
    color: #000;
}

.bonus-button.active {
    background-color: var(--primary-color);
    color: #000;
}

.bonus-button.active:hover {
    background-color: var(--primary-color);
    color: #000;
    cursor: pointer;
}

.item-provider.selected {
    border-bottom: 3px solid #f00018;
    background-color: var(--primary-color) !important;
}

/* Menu Game Front index page */
.game-front-wrapper {
    background: url(../images/menu-altm.png) no-repeat;
    background-size: 100% 100%;
}
.side-nav a {
    height: 35px;
}

.game-group-front .nav-link {
    line-height: 19px;
    color: white;
}

.game-group-front .nav-link > i {
    background-image: url(../images/icon_nav.png);
    background-repeat: no-repeat;
}

.game-group-front .nav-link > span {
    position: relative;
    bottom: 0;
    color: #ffc863;
    font-weight: bolder;
    text-transform: uppercase;
}

.game-menu li a.active {
    background: linear-gradient(to bottom, #f00018 1%, #b20000 100%);
    filter: drop-shadow(0 0 6px #ffc93f);
    color: #ffc93f;
}

.game-item-tabs li a.active {
    background: var(--primary-color);
    color: var(--main-color) !important;
}

.supported-bank .bank {
    background: url(../images/bg-bank.png) no-repeat;
    background-size: 100% 100%;
    border: unset;
}

.supported-bank .bank > div {
    background-image: url(../../../images/common/bank-white.png);
}

.bonus-modal .item-provider a {
    filter: unset;
}

.custom-page {
    border-color: var(--primary-color);
}

.promotions-category a.active {
    background: var(--primary-color);
    color: #000;
}

/* Favorite */
.filter-tools a:hover,
.filter-tools a.selected,
.history-button {
    background: radial-gradient(circle, transparent 1%, var(--primary-color) 1%) center center / 15000%
        var(--primary-color);
    border: 1px solid rgb(44 44 44 / 0.7);
    color: #000;
}

/* Bonus */
.wrapper-provider-list .bonus-provider-list {
    background-color: var(--primary-rgba);
}

.item-provider.selected span {
    color: var(--main-color);
}

.bonus-link-detail {
    color: var(--primary-color);
}

.progress-value {
    background: linear-gradient(180deg, var(--secondary-color) 0, var(--primary-color) 100%);
}

/* History Datepicker */
.datepicker table tr td.active,
.datepicker table tr td.active.active {
    background: url(../images/menu-altm.jpg) no-repeat;
    background-size: 150% 150%;
    background-position: center center;
    color: #212529;
}
