/*css for dark theme*/
.default-theme.body-dark-bg{
   background:#001d41 !important;
}
.body-dark-bg{
   background:#000 !important;
}
.body-light-bg{
   background: #fff !important;
}
.jackpot-box{
  background: var(--background);
}
.card{
  background: var(--on-background);
}
.theme-01.body-dark-bg .mainTabs-ul::-webkit-scrollbar-thumb,
.theme-02.body-dark-bg .mainTabs-ul::-webkit-scrollbar-thumb,
.theme-03.body-dark-bg .mainTabs-ul::-webkit-scrollbar-thumb,
.theme-04.body-dark-bg .mainTabs-ul::-webkit-scrollbar-thumb,
.theme-05.body-dark-bg .mainTabs-ul::-webkit-scrollbar-thumb{
  background: #fff !important;
}
/* .left-side-menu{
  background: var(--background) !important;
} */
.navbar-custom, .swal2-popup{
  background: var(--background) !important;
}
.bg-theme{
  background: var(--background) !important;
  box-shadow: none !important;
  border: none !important;
}
.bm-icon,
.fancy-icon,
.team-name b,
.dashboard-tabs ul.nav-pills li a,
.team-name p b,
.team-name p b time,
.team-name p,
.inplay-ui #today .team-name p b:before,
.inplay-ui #tomorrow .team-name p b time:before,
.inplay-ui #tomorrow .team-name p b:before,
.inplay-ui #today .team-name p b time:before,
.team-name p b time:before,
.team-name p b:before,
p.market-name,
.avatar-profile h3,
.no-data-found h2,
.no-internet h2,
.avatar-profile h2,
.profile-table td,
.betslip-setting .form-group input,
.betslip-setting .form-group input:focus,
.betslip-setting .btn-stake,
.video.stuck,
.bst-tabs li a,
.rules-ui li,
.rules-ui h3,
.new-sport,
.no-data,
.main-tabs ul.nav-pills li a,
.main-tabs ul.nav-pills li a,
.event-title,
.account-ui table td,
.market-name i,
.matkaTotal,
h5.ct_title{
  color: var(--primary) !important;
}
.avatar-profile img {
  filter: contrast(0.5);
}
.profit-loss .btn-proloss{
  box-shadow: none !important;
}
.blue-table .stake-btn button,
.team-name p,
.min-max,
.bst-content .col-4 em,
.inplay-ui ul li a,
.jackpot-box h4,
.jackpot-list h2,
.bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col,
.avatar-profile h2,
.profile-table td,
.betslip-setting .form-group input::placeholder,
.betslip-setting .btn-stake,
.betslip-setting .btn-stake i,
.profile-form label,
.profile-form input::placeholder,
.account-ui .btn-download,
.account-ui select,
.profit-loss h4 i,
.team-name .tn-icons i,
.matched-unmatched-table .modal-header h4,
.betslip-setting .stakes-label,
.betslip-setting .form-group input::placeholder,
#Profit-Loss table tbody tr td a,
.bl-buttons .bl-btn{
  color: var(--primary);
}
.body-dark-bg .event-title i.mdi.mdi-arrow-left {
    background: #fff;
    padding: 0 5px;
    color: #000;
    line-height: 1;
    font-weight: 900;
}
.body-light-bg .event-title i.mdi.mdi-arrow-left {
    background: #000;
    padding: 0 5px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
}
.body-dark-bg .market-section .my-1,
.body-dark-bg .matkaUi{
  background: #2f2e2e;
  border-bottom: 1px solid #313131;
}
.body-light-bg .market-section .my-1,
.body-light-bg .matkaUi{
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
}
.body-dark-bg .suspended{
      background: rgb(255 255 255 / 75%);
    color: #e40202;
}
.body-light-bg .suspended{
  background:rgb(255 255 255 / 60%);
  color: #e40202;
}
.body-dark-bg .back{
    /*background: #70BDF2 !important;*/
    box-shadow: inset 0 0 0 1px #70BDF2 !important;
    background: none;
    transition: 0.9s;
}
.body-dark-bg .back:hover{
  background: #70BDF2 !important;
}
.body-dark-bg .lay{
    /*background: #FFAFBD !important;*/
    box-shadow: inset 0 0 0 1px #FFAFBD !important;
    background: none;
    transition: 0.9s;
}
.body-dark-bg .lay:hover{
  background: #FFAFBD !important;
}
.body-dark-bg .right-bar{
  background: #000;
}
.body-light-bg .right-bar{
  background: #fff;
}
.body-dark-bg .user-menus ul li a{
  color: #fff !important;
  border-bottom: 1px solid rgb(255 255 255 / 7%);
}
.body-light-bg .user-menus ul li a{
  color: #000 !important;
  border-bottom: 1px solid rgb(0 0 0 / 3%);
}
.body-light-bg .back{
    background: #70BDF2 !important;
}
.body-light-bg .back:hover{
  background: #70BDF2 !important;
}
.body-light-bg .back1{
    background: #98D5FF !important;
}
.body-light-bg .back2{
    background: #B4E0FF !important;
}
.body-light-bg .lay{
    background: #FFAFBD !important;
}
.body-light-bg .lay1{
    background: #FFBEC9 !important;
}
.body-light-bg .lay2{
    background: #FFDBE1 !important;
}
.body-dark-bg .dashboard-tabs ul.nav-pills li a.active{
  background: #fff !important;
  color: #000 !important;
}

.body-dark-bg .blue-area{
  background: none;
  border: 1px solid #70BDF2;
  color: #fff;
}
.body-dark-bg .red-area{
  background: none;
  border:1px solid #FFAFBD;
  color: #fff;
}
.body-light-bg .blue-area{
  background: #70BDF2;
  border: none;
  color: #000;
}
.body-light-bg .red-area{
  background: #FFAFBD;
  border:none;
  color: #000;
}
/*odds blink*/
.body-dark-bg .bl-btn.blink-back {
  background: #70bdf2 !important;
  color:#000;
}
.body-dark-bg .bl-btn.blink-lay{
 background: #ffafbd !important;
  color:#000;
}
.body-light-bg .bl-btn.blink-lay{
  background: #dc6b7f !important;
  color: #000;
}
.body-light-bg .bl-btn.blink-back {
  background: #529dd0 !important;
  color:#000;
}
/*odds blink*/
/* css for dark theme*/

/*default-theme*/
.default-theme.body-light-bg .dashboard-tabs ul.nav-pills li a.active{
  background: #0F2D53 !important;
  color: #fff !important;
}
.default-theme.body-dark-bg .market-title-row {
  background:transparent linear-gradient(87deg, #ca7785 0%, #70bdf2 100%);
}
.default-theme.body-light-bg .market-title-row {
  background: transparent linear-gradient(90deg, #53A0E9 0%, #0C3261 100%) 0% 0%;
}
.default-theme .modal .modal-content{
  background: #092330 !important;
}
.default-theme .navbar-custom,
.default-theme .swal2-popup{
  background: #07354B !important;
}
.default-theme .custom-nav-bar .btn-login,
.default-theme .login-register .btn-login,
.default-theme .sports-box a.play-button,
.default-theme .download-icon-btn,
.default-theme .market-data-row span.mn-run,
.default-theme .market-data-row span.khado-number,
.default-theme .betslip-setting .btn-add,
.default-theme .password-btn,
.default-theme .btn-match-unmatch,
.default-theme .score-tv .btn-scoreboard,
.default-theme .score-tv .btn-television,
.default-theme .bjd-ui button.btn-bets,
/*.default-theme .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:last-child,
.default-theme .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:hover,*/
.default-theme #sidebar-menu .quick-menu a,
.default-theme .inplay-ui ul li a.active,
.default-theme .inplay-ui ul li a:hover,
.default-theme .bjd-ui .j-teams,
.default-theme .book-fill,
.default-theme .rules-ui h2,
.default-theme .cc-ui .brp .btn-placebet,
.default-theme .cc-ui .brp .btn-book,
.default-theme .color-mode,
.default-theme .topnav-menu-left .rules span,
.default-theme .topnav-menu a .result-link,
.default-theme .cc-ui .accordion .input-group button,
.default-theme .match-unmatch-table table thead,
.default-theme .left-bar-section .nav-tabs .nav-link.active,
.default-theme .bet-table .card .input-group-text,
.default-theme .matkaUi .input-group .input-group-text{
  background: transparent linear-gradient(90deg, #73bdf1 0%, #0C3261 100%) !important;
}
.default-theme .min-max-detail,
.default-theme .notification-list .profile-dropdown .notify-item:last-child,
.default-theme .nav-profile .notify-item:hover{
  background: #0a2431;
}
.default-theme .game-1x1 div {
  background:#0F2D53;
  color: #fff;
}
.default-theme .bg-theme {
  /*background: none !important;*/
  box-shadow: inset 0 0 250px 0 #dddddda1;
  border: 1px solid #f8f8f8;
  transition: 0.9s;
}
.default-theme .bg-theme:hover {
  box-shadow: inset 0 50px 50px 15px #fff;
}
.default-theme .min-max-detail,
.default-theme .password-btn,
.default-theme .betslip-setting .btn-add,
.default-theme .rules-ui h2,
.default-theme .book-fill,
.default-theme .bjd-ui .j-teams,
.default-theme .bjd-ui button.btn-bets,
.default-theme .notification-list .profile-dropdown .notify-item:last-child,
.default-theme .btn-match-unmatch,
.default-theme .score-tv .btn-scoreboard,
.default-theme .score-tv .btn-television{
  color: #fff !important;
}
.default-theme .inplay-ui ul li a {
  border: none !important;
}
.default-theme .profit-loss h3,
.default-theme .left-side-menu,
.default-theme .inner-news,
.default-theme .myMarketUI h2.event-title,
.default-theme .casino_section .nav-tabs,
.default-theme .casino_filter .form_cf .dropdown{
  background: #092330 !important;
}
.default-theme #sidebar-menu > ul > li > a i,
.default-theme #sidebar-menu > ul > li ul.nav-second-level li a i{
  color: #53a0e9;
}
.default-theme .all-dash-tabs .dash-col-3:nth-child(odd) img{
  box-shadow: 0 0 2px 1px #008bc87a;
}
.default-theme .all-dash-tabs .dash-col-3:nth-child(even) img{
  box-shadow: 0 0 2px 1px #e0649394;
}
.default-theme #sidebar-menu .badge {
  background: #008000;
}
.default-theme .bst-tabs li a.active,
.default-theme .betsliptable h4{
  background: linear-gradient(to right, rgb(0 0 0), rgb(0 173 250), rgb(0 0 0));
}
.default-theme h2.profile-page-title,
.default-theme .m-dash-bt,
.default-theme .casino_section .nav-tabs button.active,
.default-theme .casino_section .nav-tabs button:hover,
.default-theme .right-sticky,
.default-theme .custom-modal-popup .btn-login,
.default-theme #sports button.btn-play,
.default-theme .custom-modal-popup .btn-login:hover{
  background: transparent linear-gradient(90deg, #53A0E9 0%, #0C3261 100%) !important;
  color: #fff;
}
.default-theme .betslip-setting .btn-stake{
  border:1px solid #e66694;
}
.default-theme .account-ui h2,
.default-theme h2.page-title{
  background: linear-gradient(to right, rgb(0 0 0), rgb(0 173 250), rgb(0 0 0));
  color: #fff;
  font-weight: 900;
}
.default-theme #sidebar-menu > ul > li .no-data-menu em{
  background-color:#53a0e9;
}
.default-theme .cc-ui .accordion .card-header{
  padding: 10px;
}
.default-theme .cc-min-max{
  /*background: linear-gradient(to right, rgb(0 0 0), rgb(0 173 250), rgb(0 0 0));*/
  background: transparent linear-gradient(87deg, #07354b 0%, #2f2e2e 100%);
  color: #fff;
}
.default-theme .noti-title h6 {
  color: #e66694;
}
.default-theme .main-tabs .mainTabs-ul{
  box-shadow: inset 0 0 0 1px #00b0fd;
  }
.default-theme .mainTabs-ul ul.nav-pills li a.active,
.default-theme .main-tabs ul.nav-pills li a.active:before{
  background: transparent linear-gradient(180deg, #96B5FC 0%, #2177CB 100%) !important;
}
.default-theme .cc-ui .cc-div,
.default-theme .left-bar-section,
.default-theme .nav-pr-col:hover{
    background: #0a2431;
}
@media (max-width: 767.98px){
  .default-theme .user-menus ul li .logout {
    background: transparent linear-gradient(90deg, #73bdf1 0%, #0C3261 100%) !important;
    color: #fff !important;
  }
  .default-theme .mobile-bottom-nav {
    background:linear-gradient(to right, rgb(0 0 0), rgb(0 177 255), rgb(0 0 0));
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  }
  .default-theme .mobile-bottom-nav .mbn-col-3:hover{
    background: #fff;
    transition: all 0.2s ease-in-out 0s;
  }
  .default-theme .user-menus ul li a i{
    color: #70b9ed;
  }
}
/*default-theme*/

/*theme-01*/
.theme-01.body-light-bg .dashboard-tabs ul.nav-pills li a.active{
  background: #b78700 !important;
  color: #fff !important;
}
.theme-01 .market-title-row {
  background:transparent linear-gradient(90deg, #f0b922 0%, #b78700 100%) 0% 0%;
}
.theme-01 .modal .modal-content{
  background: #b78700 !important;
}
.theme-01 .navbar-custom,
.theme-01 .swal2-popup{
  background: #b78700 !important;
}
.theme-01 div.right-sticky,
.theme-01 .btn-play,
.theme-01 .wli-games-slider ul li,
.theme-01 .whitelabel-landBG form .btn-login,
.theme-01 .custom-nav-bar .btn-login,
.theme-01 .login-register .btn-login,
.theme-01 .sports-box a.play-button,
.theme-01 .download-icon-btn,
.theme-01 .market-data-row span.mn-run,
.theme-01 .market-data-row span.khado-number,
.theme-01 .betslip-setting .btn-add,
.theme-01 .password-btn,
.theme-01 .btn-match-unmatch,
.theme-01 .score-tv .btn-scoreboard,
.theme-01 .score-tv .btn-television,
.theme-01 .bjd-ui button.btn-bets,
/*.theme-01 .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:last-child,
.theme-01 .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:hover,*/
.theme-01 #sidebar-menu .quick-menu a,
.theme-01 .inplay-ui ul li a.active,
.theme-01 .inplay-ui ul li a:hover,
.theme-01 .bjd-ui .j-teams,
.theme-01 .book-fill,
.theme-01 .rules-ui h2,
.theme-01 .cc-ui .brp .btn-placebet,
.theme-01 .cc-ui .brp .btn-book,
.theme-01 .color-mode,
.theme-01 .topnav-menu-left .rules span,
.theme-01 .topnav-menu a .result-link,
.theme-01 .cc-ui .accordion .input-group button,
.theme-01 .match-unmatch-table table thead,
.theme-01 .left-bar-section .nav-tabs .nav-link.active,
.theme-01 .bet-table .card .input-group-text,
.theme-01 .matkaUi .input-group .input-group-text{
  background: transparent linear-gradient(90deg, #f5be23 0%, #d8a412 100%) !important;
}
.theme-01 div.sports-box:hover {
    box-shadow: inset 0 0 7px 10px #f0b920;
}
.theme-01 .bg-footer .copyright{
  border-top: 1px solid #f1ba20;
}
.theme-01 .min-max-detail,
.theme-01 .notification-list .profile-dropdown .notify-item:last-child,
.theme-01 .nav-profile .notify-item:hover{
  background: #b78700;
}
.theme-01 .game-1x1 div {
  background:#b78700;
  color: #fff;
}
.theme-01 .bg-theme {
  /*background: none !important;*/
  box-shadow: inset 0 0 250px 0 #dddddda1;
  border: 1px solid #f8f8f8;
  transition: 0.9s;
}
.theme-01 .bg-theme:hover {
  box-shadow: inset 0 50px 50px 15px #fff;
}
.theme-01 .min-max-detail,
.theme-01 .password-btn,
.theme-01 .betslip-setting .btn-add,
.theme-01 .rules-ui h2,
.theme-01 .book-fill,
.theme-01 .bjd-ui .j-teams,
.theme-01 .bjd-ui button.btn-bets,
.theme-01 .notification-list .profile-dropdown .notify-item:last-child,
.theme-01 .btn-match-unmatch,
.theme-01 .score-tv .btn-scoreboard,
.theme-01 .score-tv .btn-television{
  color: #fff !important;
}
.theme-01 .inplay-ui ul li a {
  border: none !important;
}
.theme-01 .profit-loss h3,
.theme-01 .left-side-menu,
.theme-01 .inner-news,
.theme-01 .myMarketUI h2.event-title,
.theme-01 .casino_section .nav-tabs,
.theme-01 .casino_filter .form_cf .dropdown{
  background: #33290c !important;
}
.theme-01 #sidebar-menu > ul > li > a i,
.theme-01 #sidebar-menu > ul > li ul.nav-second-level li a i{
  color: #e1ac18;
}
.theme-01 .all-dash-tabs .dash-col-3:nth-child(odd) img{
  box-shadow: 0 0 2px 1px #008bc87a;
}
.theme-01 .all-dash-tabs .dash-col-3:nth-child(even) img{
  box-shadow: 0 0 2px 1px #e0649394;
}
.theme-01 #sidebar-menu .badge {
  background: #008000;
}
.theme-01 .bst-tabs li a.active,
.theme-01 .betsliptable h4{
  background: linear-gradient(to right, rgb(0 0 0), rgb(234 181 31), rgb(0 0 0));
}
.theme-01 h2.profile-page-title,
.theme-01 .m-dash-bt,
.theme-01 .casino_section .nav-tabs button.active,
.theme-01 .casino_section .nav-tabs button:hover,
.theme-01 .right-sticky,
.theme-01 .custom-modal-popup .btn-login,
.theme-01 #sports button.btn-play,
.theme-01 .custom-modal-popup .btn-login:hover{
  background: transparent linear-gradient(90deg, #f5be23 0%, #d8a412 100%) !important;
  color: #fff;
}
.theme-01 .betslip-setting .btn-stake{
  border:1px solid #e1ac18;
}
.theme-01 .account-ui h2,
.theme-01 h2.page-title{
  background: linear-gradient(to right, rgb(0 0 0), rgb(255 188 0), rgb(0 0 0));
  color: #fff;
  font-weight: 900;
}
.theme-01 #sidebar-menu > ul > li .no-data-menu em{
  background-color:#b78700;
}
.theme-01 .cc-ui .accordion .card-header{
  padding: 10px;
}
.theme-01 .cc-min-max{
  /*background: linear-gradient(to right, rgb(0 0 0), rgb(0 173 250), rgb(0 0 0));*/
  background: transparent linear-gradient(87deg, #07354b 0%, #2f2e2e 100%);
  color: #fff;
}
.theme-01 .noti-title h6 {
  color: #e1ac18;
}
.theme-01 .main-tabs .mainTabs-ul{
  box-shadow: inset 0 0 0 1px #f2c442;
  }
.theme-01 .mainTabs-ul ul.nav-pills li a.active,
.theme-01 .main-tabs ul.nav-pills li a.active:before{
  background: transparent linear-gradient(180deg, #fde08f 0%, #efb920 100%) !important;
}
.theme-01 .cc-ui .cc-div,
.theme-01 .left-bar-section,
.theme-01 .nav-pr-col:hover{
    background: #33290c;
}
@media (max-width: 767.98px){
  .theme-01 .user-menus ul li .logout {
    background: transparent linear-gradient(180deg, #fde08f 0%, #efb920 100%) !important;
    color: #fff !important;
  }
  .theme-01 .mobile-bottom-nav {
    background:linear-gradient(to right, rgb(0 0 0), rgb(0 177 255), rgb(0 0 0));
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  }
  .theme-01 .mobile-bottom-nav .mbn-col-3:hover{
    background: #fff;
    transition: all 0.2s ease-in-out 0s;
  }
  .theme-01 .user-menus ul li a i{
    color: #e1ac18;
  }
}
/*theme-01*/

/*theme-02*/
.theme-02.body-light-bg .dashboard-tabs ul.nav-pills li a.active{
  background: #c10404 !important;
  color: #fff !important;
}
.theme-02 .market-title-row {
  background:transparent linear-gradient(90deg, #3e1111 0%, #c10404 100%) 0% 0%;
}
.theme-02 .modal .modal-content{
  background: #c10404 !important;
}
.theme-02 .navbar-custom,
.theme-02 .swal2-popup{
  background: #c10404 !important;
}
.theme-02 .wli-games-slider ul li,
.theme-02 .whitelabel-landBG form .btn-login,
.theme-02 .custom-nav-bar .btn-login,
.theme-02 .login-register .btn-login,
.theme-02 .sports-box a.play-button,
.theme-02 .download-icon-btn,
.theme-02 .market-data-row span.mn-run,
.theme-02 .market-data-row span.khado-number,
.theme-02 .betslip-setting .btn-add,
.theme-02 .password-btn,
.theme-02 .btn-match-unmatch,
.theme-02 .score-tv .btn-scoreboard,
.theme-02 .score-tv .btn-television,
.theme-02 .bjd-ui button.btn-bets,
/*.theme-02 .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:last-child,
.theme-02 .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:hover,*/
.theme-02 #sidebar-menu .quick-menu a,
.theme-02 .inplay-ui ul li a.active,
.theme-02 .inplay-ui ul li a:hover,
.theme-02 .bjd-ui .j-teams,
.theme-02 .book-fill,
.theme-02 .rules-ui h2,
.theme-02 .cc-ui .brp .btn-placebet,
.theme-02 .cc-ui .brp .btn-book,
.theme-02 .color-mode,
.theme-02 .topnav-menu-left .rules span,
.theme-02 .topnav-menu a .result-link,
.theme-02 .cc-ui .accordion .input-group button,
.theme-02 .match-unmatch-table table thead,
.theme-02 .left-bar-section .nav-tabs .nav-link.active,
.theme-02 .bet-table .card .input-group-text,
.theme-02 .matkaUi .input-group .input-group-text{
  background: transparent linear-gradient(90deg, #fd2121 0%, #b50303 100%) !important;
}
.theme-02 .min-max-detail,
.theme-02 .notification-list .profile-dropdown .notify-item:last-child,
.theme-02 .nav-profile .notify-item:hover{
  background: #c10404;
}
.theme-02 .game-1x1 div {
  background:#ff0000;
  color: #fff;
}
.theme-02 .bg-theme {
  /*background: none !important;*/
  box-shadow: inset 0 0 250px 0 #dddddda1;
  border: 1px solid #f8f8f8;
  transition: 0.9s;
}
.theme-02 .bg-theme:hover {
  box-shadow: inset 0 50px 50px 15px #fff;
}
.theme-02 .min-max-detail,
.theme-02 .password-btn,
.theme-02 .betslip-setting .btn-add,
.theme-02 .rules-ui h2,
.theme-02 .book-fill,
.theme-02 .bjd-ui .j-teams,
.theme-02 .bjd-ui button.btn-bets,
.theme-02 .notification-list .profile-dropdown .notify-item:last-child,
.theme-02 .btn-match-unmatch,
.theme-02 .score-tv .btn-scoreboard,
.theme-02 .score-tv .btn-television{
  color: #fff !important;
}
.theme-02 .inplay-ui ul li a {
  border: none !important;
}
.theme-02 .profit-loss h3,
.theme-02 .left-side-menu,
.theme-02 .inner-news,
.theme-02 .myMarketUI h2.event-title,
.theme-02 .casino_section .nav-tabs,
.theme-02 .casino_filter .form_cf .dropdown{
  background: #3e1111 !important;
}
.theme-02 #sidebar-menu > ul > li > a i,
.theme-02 #sidebar-menu > ul > li ul.nav-second-level li a i{
  color: #c10404;
}
.theme-02 .all-dash-tabs .dash-col-3:nth-child(odd) img{
  box-shadow: 0 0 2px 1px #008bc87a;
}
.theme-02 .all-dash-tabs .dash-col-3:nth-child(even) img{
  box-shadow: 0 0 2px 1px #e0649394;
}
.theme-02 #sidebar-menu .badge {
  background: #008000;
}
.theme-02 .bst-tabs li a.active,
.theme-02 .betsliptable h4{
  background:linear-gradient(to right, rgb(0 0 0), rgb(211 16 16), rgb(0 0 0));
}
.theme-02 h2.profile-page-title,
.theme-02 .m-dash-bt,
.theme-02 .casino_section .nav-tabs button.active,
.theme-02 .casino_section .nav-tabs button:hover,
.theme-02 .right-sticky,
.theme-02 .custom-modal-popup .btn-login,
.theme-02 #sports button.btn-play,
.theme-02 .custom-modal-popup .btn-login:hover{
  background: transparent linear-gradient(90deg, #f91010 0%, #b10202 100%) !important;
  color: #fff;
}
.theme-02 .betslip-setting .btn-stake{
  border:1px solid #c10404;
}
.theme-02 .account-ui h2,
.theme-02 h2.page-title{
  background: linear-gradient(to right, rgb(0 0 0), rgb(193 4 4), rgb(0 0 0));
  color: #fff;
  font-weight: 900;
}
.theme-02 #sidebar-menu > ul > li .no-data-menu em{
  background-color:#c10404;
}
.theme-02 .cc-ui .accordion .card-header{
  padding: 10px;
}
.theme-02 .cc-min-max{
  /*background: linear-gradient(to right, rgb(0 0 0), rgb(0 173 250), rgb(0 0 0));*/
  background: transparent linear-gradient(87deg, #07354b 0%, #2f2e2e 100%);
  color: #fff;
}
.theme-02 .noti-title h6 {
  color: #c10404;
}
.theme-02 .main-tabs .mainTabs-ul{
  box-shadow: inset 0 0 0 1px #db0404;
  }
.theme-02 .mainTabs-ul ul.nav-pills li a.active,
.theme-02 .main-tabs ul.nav-pills li a.active:before{
  background: transparent linear-gradient(180deg, #ff0000 0%, #c10404 100%) !important;
}
.theme-02 .cc-ui .cc-div,
.theme-02 .left-bar-section,
.theme-02 .nav-pr-col:hover{
    background: #3e1111;
}
@media (max-width: 767.98px){
  .theme-02 .user-menus ul li .logout {
    background: transparent linear-gradient(180deg, #ff0000 0%, #c10404 100%) !important;
    color: #fff !important;
  }
  .theme-02 .mobile-bottom-nav {
    background:linear-gradient(to right, rgb(0 0 0), rgb(0 177 255), rgb(0 0 0));
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  }
  .theme-02 .mobile-bottom-nav .mbn-col-3:hover{
    background: #fff;
    transition: all 0.2s ease-in-out 0s;
  }
  .theme-02 .user-menus ul li a i{
    color: #c10404;
  }
}
/*theme-02*/

/*theme-03*/
.theme-03.body-light-bg .dashboard-tabs ul.nav-pills li a.active{
  background: #02bfad !important;
  color: #fff !important;
}
.theme-03 .market-title-row {
  background:transparent linear-gradient(90deg, #1ff6e1 0%, #02bfad 100%) 0% 0%;
}
.theme-03 .modal .modal-content{
  background: #02bfad !important;
}
.theme-03 .navbar-custom,
.theme-03 .swal2-popup{
  background: #02bfad !important;
}
.theme-03 .wli-games-slider ul li,
.theme-03 .whitelabel-landBG form .btn-login,
.theme-03 .custom-nav-bar .btn-login,
.theme-03 .login-register .btn-login,
.theme-03 .sports-box a.play-button,
.theme-03 .download-icon-btn,
.theme-03 .market-data-row span.mn-run,
.theme-03 .market-data-row span.khado-number,
.theme-03 .betslip-setting .btn-add,
.theme-03 .password-btn,
.theme-03 .btn-match-unmatch,
.theme-03 .score-tv .btn-scoreboard,
.theme-03 .score-tv .btn-television,
.theme-03 .bjd-ui button.btn-bets,
/*.theme-03 .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:last-child,
.theme-03 .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:hover,*/
.theme-03 #sidebar-menu .quick-menu a,
.theme-03 .inplay-ui ul li a.active,
.theme-03 .inplay-ui ul li a:hover,
.theme-03 .bjd-ui .j-teams,
.theme-03 .book-fill,
.theme-03 .rules-ui h2,
.theme-03 .cc-ui .brp .btn-placebet,
.theme-03 .cc-ui .brp .btn-book,
.theme-03 .color-mode,
.theme-03 .topnav-menu-left .rules span,
.theme-03 .topnav-menu a .result-link,
.theme-03 .cc-ui .accordion .input-group button,
.theme-03 .match-unmatch-table table thead,
.theme-03 .left-bar-section .nav-tabs .nav-link.active,
.theme-03 .bet-table .card .input-group-text,
.theme-03 .matkaUi .input-group .input-group-text{
  background: transparent linear-gradient(90deg, #1ffde8 0%, #03af9e 100%) !important;
}
.theme-03 .min-max-detail,
.theme-03 .notification-list .profile-dropdown .notify-item:last-child,
.theme-03 .nav-profile .notify-item:hover{
  background: #02bfad;
}
.theme-03 .game-1x1 div {
  background:#02bfad;
  color: #fff;
}
.theme-03 .bg-theme {
  /*background: none !important;*/
  box-shadow: inset 0 0 250px 0 #dddddda1;
  border: 1px solid #f8f8f8;
  transition: 0.9s;
}
.theme-03 .bg-theme:hover {
  box-shadow: inset 0 50px 50px 15px #fff;
}
.theme-03 .min-max-detail,
.theme-03 .password-btn,
.theme-03 .betslip-setting .btn-add,
.theme-03 .rules-ui h2,
.theme-03 .book-fill,
.theme-03 .bjd-ui .j-teams,
.theme-03 .bjd-ui button.btn-bets,
.theme-03 .notification-list .profile-dropdown .notify-item:last-child,
.theme-03 .btn-match-unmatch,
.theme-03 .score-tv .btn-scoreboard,
.theme-03 .score-tv .btn-television{
  color: #fff !important;
}
.theme-03 .inplay-ui ul li a {
  border: none !important;
}
.theme-03 .profit-loss h3,
.theme-03 .left-side-menu,
.theme-03 .cc-ui .cc-div,
.theme-03 .left-bar-section,
.theme-03 .inner-news,
.theme-03 .myMarketUI h2.event-title,
.theme-03 .nav-pr-col:hover,
.theme-03 .casino_section .nav-tabs,
.theme-03 .casino_filter .form_cf .dropdown{
  background: #133c38 !important;
}
.theme-03 #sidebar-menu > ul > li > a i,
.theme-03 #sidebar-menu > ul > li ul.nav-second-level li a i{
  color: #02bfad;
}
.theme-03 .all-dash-tabs .dash-col-3:nth-child(odd) img{
  box-shadow: 0 0 2px 1px #008bc87a;
}
.theme-03 .all-dash-tabs .dash-col-3:nth-child(even) img{
  box-shadow: 0 0 2px 1px #e0649394;
}
.theme-03 #sidebar-menu .badge {
  background: #008000;
}
.theme-03 .bst-tabs li a.active,
.theme-03 .betsliptable h4{
  background: linear-gradient(to right, #000000, rgb(13 204 186), #000000);
}
.theme-03 h2.profile-page-title,
.theme-03 .m-dash-bt,
.theme-03 .casino_section .nav-tabs button.active,
.theme-03 .casino_section .nav-tabs button:hover,
.theme-03 .right-sticky,
.theme-03 .custom-modal-popup .btn-login,
.theme-03 #sports button.btn-play,
.theme-03 .custom-modal-popup .btn-login:hover{
  background:transparent linear-gradient(90deg, #0ef8e2 0%, #02bfad 100%) !important;
  color: #fff;
}
.theme-03 .betslip-setting .btn-stake{
  border:1px solid #02bfad;
}
.theme-03 .account-ui h2,
.theme-03 h2.page-title{
  background: linear-gradient(to right, #000000, #02bfad, #000000);
  color: #fff;
  font-weight: 900;
}
.theme-03 #sidebar-menu > ul > li .no-data-menu em{
  background-color:#02bfad;
}
.theme-03 .cc-ui .accordion .card-header{
  padding: 10px;
}
.theme-03 .cc-min-max{
  /*background: linear-gradient(to right, rgb(0 0 0), rgb(0 173 250), rgb(0 0 0));*/
  background: transparent linear-gradient(87deg, #07354b 0%, #2f2e2e 100%);
  color: #fff;
}
.theme-03 .noti-title h6 {
  color: #02bfad;
}
.theme-03 .main-tabs .mainTabs-ul{
  box-shadow: inset 0 0 0 1px #02bfad;
  }
.theme-03 .mainTabs-ul ul.nav-pills li a.active,
.theme-03 .main-tabs ul.nav-pills li a.active:before{
  background: transparent linear-gradient(180deg, #05ffe7 0%, #02bfad 100%) !important;
}
@media (max-width: 767.98px){
  .theme-03 .user-menus ul li .logout {
    background: transparent linear-gradient(180deg, #05ffe7 0%, #02bfad 100%) !important;
    color: #fff !important;
  }
  .theme-03 .mobile-bottom-nav {
    background:linear-gradient(to right, rgb(0 0 0), rgb(0 177 255), rgb(0 0 0));
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  }
  .theme-03 .mobile-bottom-nav .mbn-col-3:hover{
    background: #fff;
    transition: all 0.2s ease-in-out 0s;
  }
  .theme-03 .user-menus ul li a i{
    color: #02bfad;
  }
}
/*theme-03*/

/*theme-04*/
.theme-04.body-light-bg .dashboard-tabs ul.nav-pills li a.active{
  background: #277349 !important;
  color: #fff !important;
}
.theme-04 .market-title-row {
  background:transparent linear-gradient(90deg, #0ff174 0%, #277349 100%) 0% 0%;
}
.theme-04 .modal .modal-content{
  background: #277349 !important;
}
.theme-04 .navbar-custom,
.theme-04 .swal2-popup{
  background: #277349 !important;
}
.theme-04 .wli-games-slider ul li,
.theme-04 .whitelabel-landBG form .btn-login,
.theme-04 .custom-nav-bar .btn-login,
.theme-04 .login-register .btn-login,
.theme-04 .sports-box a.play-button,
.theme-04 .download-icon-btn,
.theme-04 .market-data-row span.mn-run,
.theme-04 .market-data-row span.khado-number,
.theme-04 .betslip-setting .btn-add,
.theme-04 .password-btn,
.theme-04 .btn-match-unmatch,
.theme-04 .score-tv .btn-scoreboard,
.theme-04 .score-tv .btn-television,
.theme-04 .bjd-ui button.btn-bets,
/*.theme-04 .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:last-child,
.theme-04 .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:hover,*/
.theme-04 #sidebar-menu .quick-menu a,
.theme-04 .inplay-ui ul li a.active,
.theme-04 .inplay-ui ul li a:hover,
.theme-04 .bjd-ui .j-teams,
.theme-04 .book-fill,
.theme-04 .rules-ui h2,
.theme-04 .cc-ui .brp .btn-placebet,
.theme-04 .cc-ui .brp .btn-book,
.theme-04 .color-mode,
.theme-04 .topnav-menu-left .rules span,
.theme-04 .topnav-menu a .result-link,
.theme-04 .cc-ui .accordion .input-group button,
.theme-04 .match-unmatch-table table thead,
.theme-04 .left-bar-section .nav-tabs .nav-link.active,
.theme-04 .bet-table .card .input-group-text,
.theme-04 .matkaUi .input-group .input-group-text{
  background: transparent linear-gradient(90deg, #0ff174 0%, #277349 100%) !important;
}
.theme-04 .min-max-detail,
.theme-04 .notification-list .profile-dropdown .notify-item:last-child,
.theme-04 .nav-profile .notify-item:hover{
  background: #277349;
}
.theme-04 .game-1x1 div {
  background:#277349;
  color: #fff;
}
.theme-04 .bg-theme {
  /*background: none !important;*/
  box-shadow: inset 0 0 250px 0 #dddddda1;
  border: 1px solid #f8f8f8;
  transition: 0.9s;
}
.theme-04 .bg-theme:hover {
  box-shadow: inset 0 50px 50px 15px #fff;
}
.theme-04 .min-max-detail,
.theme-04 .password-btn,
.theme-04 .betslip-setting .btn-add,
.theme-04 .rules-ui h2,
.theme-04 .book-fill,
.theme-04 .bjd-ui .j-teams,
.theme-04 .bjd-ui button.btn-bets,
.theme-04 .notification-list .profile-dropdown .notify-item:last-child,
.theme-04 .btn-match-unmatch,
.theme-04 .score-tv .btn-scoreboard,
.theme-04 .score-tv .btn-television{
  color: #fff !important;
}
.theme-04 .inplay-ui ul li a {
  border: none !important;
}
.theme-04 .profit-loss h3,
.theme-04 .left-side-menu,
.theme-04 .cc-ui .cc-div,
.theme-04 .left-bar-section,
.theme-04 .inner-news,
.theme-04 .myMarketUI h2.event-title,
.theme-04 .nav-pr-col:hover,
.theme-04 .casino_section .nav-tabs,
.theme-04 .casino_filter .form_cf .dropdown{
  background: #0f2d1d !important;
}
.theme-04 #sidebar-menu > ul > li > a i,
.theme-04 #sidebar-menu > ul > li ul.nav-second-level li a i{
  color: #277349;
}
.theme-04 .all-dash-tabs .dash-col-3:nth-child(odd) img{
  box-shadow: 0 0 2px 1px #008bc87a;
}
.theme-04 .all-dash-tabs .dash-col-3:nth-child(even) img{
  box-shadow: 0 0 2px 1px #e0649394;
}
.theme-04 #sidebar-menu .badge {
  background: #008000;
}
.theme-04 .bst-tabs li a.active,
.theme-04 .betsliptable h4{
  background: linear-gradient(to right, #000000, #277349, #000000);
}
.theme-04 h2.profile-page-title,
.theme-04 .m-dash-bt,
.theme-04 .casino_section .nav-tabs button.active,
.theme-04 .casino_section .nav-tabs button:hover,
.theme-04 .right-sticky,
.theme-04 .custom-modal-popup .btn-login,
.theme-04 #sports button.btn-play,
.theme-04 .custom-modal-popup .btn-login:hover{
  background:transparent linear-gradient(90deg, #0ff174 0%, #277349 100%) !important;
  color: #fff;
}
.theme-04 .betslip-setting .btn-stake{
  border:1px solid #277349;
}
.theme-04 .account-ui h2,
.theme-04 h2.page-title{
  background: linear-gradient(to right, #000000, #277349, #000000);
  color: #fff;
  font-weight: 900;
}
.theme-04 #sidebar-menu > ul > li .no-data-menu em{
  background-color:#277349;
}
.theme-04 .cc-ui .accordion .card-header{
  padding: 10px;
}
.theme-04 .cc-min-max{
  /*background: linear-gradient(to right, rgb(0 0 0), rgb(0 173 250), rgb(0 0 0));*/
  background: transparent linear-gradient(87deg, #07354b 0%, #2f2e2e 100%);
  color: #fff;
}
.theme-04 .noti-title h6 {
  color: #277349;
}
.theme-04 .main-tabs .mainTabs-ul{
  box-shadow: inset 0 0 0 1px #277349;
  }
.theme-04 .mainTabs-ul ul.nav-pills li a.active,
.theme-04 .main-tabs ul.nav-pills li a.active:before{
  background: transparent linear-gradient(180deg, #0ff174 0%, #277349 100%) !important;
}
@media (max-width: 767.98px){
  .theme-04 .user-menus ul li .logout {
    background: transparent linear-gradient(180deg, #0ff174 0%, #277349 100%) !important;
    color: #fff !important;
  }
  .theme-04 .mobile-bottom-nav {
    background:linear-gradient(to right, rgb(0 0 0), rgb(0 177 255), rgb(0 0 0));
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  }
  .theme-04 .mobile-bottom-nav .mbn-col-3:hover{
    background: #fff;
    transition: all 0.2s ease-in-out 0s;
  }
  .theme-04 .user-menus ul li a i{
    color: #277349;
  }
}
/*theme-04*/

/*theme-05*/
.theme-05.body-light-bg .dashboard-tabs ul.nav-pills li a.active{
  background: #fd5d00 !important;
  color: #fff !important;
}
.theme-05 .market-title-row {
  background:transparent linear-gradient(90deg, #ff7f35 0%, #cc4b00 100%) !important;
}
.theme-05 .modal .modal-content{
  background: #fd5d00 !important;
}
.theme-05 .navbar-custom,
.theme-05 .swal2-popup{
  background: #fd5d00 !important;
}
.theme-05 .wli-games-slider ul li,
.theme-05 .whitelabel-landBG form .btn-login,
.theme-05 .custom-nav-bar .btn-login,
.theme-05 .login-register .btn-login,
.theme-05 .sports-box a.play-button,
.theme-05 .download-icon-btn,
.theme-05 .market-data-row span.mn-run,
.theme-05 .market-data-row span.khado-number,
.theme-05 .betslip-setting .btn-add,
.theme-05 .password-btn,
.theme-05 .btn-match-unmatch,
.theme-05 .score-tv .btn-scoreboard,
.theme-05 .score-tv .btn-television,
.theme-05 .bjd-ui button.btn-bets,
/*.theme-05 .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:last-child,
.theme-05 .bjd-table .bjd-table-body .bjd-table-body-tr .bjd-col:hover,*/
.theme-05 #sidebar-menu .quick-menu a,
.theme-05 .inplay-ui ul li a.active,
.theme-05 .inplay-ui ul li a:hover,
.theme-05 .bjd-ui .j-teams,
.theme-05 .book-fill,
.theme-05 .rules-ui h2,
.theme-05 .cc-ui .brp .btn-placebet,
.theme-05 .cc-ui .brp .btn-book,
.theme-05 .color-mode,
.theme-05 .topnav-menu-left .rules span,
.theme-05 .topnav-menu a .result-link,
.theme-05 .cc-ui .accordion .input-group button,
.theme-05 .match-unmatch-table table thead,
.theme-05 .left-bar-section .nav-tabs .nav-link.active,
.theme-05 .bet-table .card .input-group-text,
.theme-05 .matkaUi .input-group .input-group-text{
  background: transparent linear-gradient(90deg, #ff7f35 0%, #cc4b00 100%) !important;
}
.theme-05 .min-max-detail,
.theme-05 .notification-list .profile-dropdown .notify-item:last-child,
.theme-05 .nav-profile .notify-item:hover{
  background: #fd5d00;
}
.theme-05 .game-1x1 div {
  background:#fd5d00;
  color: #fff;
}
.theme-05 .bg-theme {
  /*background: none !important;*/
  box-shadow: inset 0 0 250px 0 #dddddda1;
  border: 1px solid #f8f8f8;
  transition: 0.9s;
}
.theme-05 .bg-theme:hover {
  box-shadow: inset 0 50px 50px 15px #fff;
}
.theme-05 .min-max-detail,
.theme-05 .password-btn,
.theme-05 .betslip-setting .btn-add,
.theme-05 .rules-ui h2,
.theme-05 .book-fill,
.theme-05 .bjd-ui .j-teams,
.theme-05 .bjd-ui button.btn-bets,
.theme-05 .notification-list .profile-dropdown .notify-item:last-child,
.theme-05 .btn-match-unmatch,
.theme-05 .score-tv .btn-scoreboard,
.theme-05 .score-tv .btn-television{
  color: #fff !important;
}
.theme-05 .inplay-ui ul li a {
  border: none !important;
}
.theme-05 .profit-loss h3,
.theme-05 .left-side-menu,
.theme-05 .cc-ui .cc-div,
.theme-05 .left-bar-section,
.theme-05 .inner-news,
.theme-05 .myMarketUI h2.event-title,
.theme-05 .nav-pr-col:hover,
.theme-05 .casino_section .nav-tabs,
.theme-05 .casino_filter .form_cf .dropdown{
  background: #311c10 !important;
}
.theme-05 #sidebar-menu > ul > li > a i,
.theme-05 #sidebar-menu > ul > li ul.nav-second-level li a i{
  color: #fd5d00;
}
.theme-05 .all-dash-tabs .dash-col-3:nth-child(odd) img{
  box-shadow: 0 0 2px 1px #008bc87a;
}
.theme-05 .all-dash-tabs .dash-col-3:nth-child(even) img{
  box-shadow: 0 0 2px 1px #e0649394;
}
.theme-05 #sidebar-menu .badge {
  background: #008000;
}
.theme-05 .bst-tabs li a.active,
.theme-05 .betsliptable h4{
  background: linear-gradient(to right, #000000, #fd5d00, #000000);
}
.theme-05 h2.profile-page-title,
.theme-05 .m-dash-bt,
.theme-05 .casino_section .nav-tabs button.active,
.theme-05 .casino_section .nav-tabs button:hover,
.theme-05 .right-sticky,
.theme-05 .custom-modal-popup .btn-login,
.theme-05 #sports button.btn-play,
.theme-05 .custom-modal-popup .btn-login:hover{
  background:transparent linear-gradient(90deg, #ff7c30 0%, #fd5d00 100%) !important;
  color: #fff;
}
.theme-05 .betslip-setting .btn-stake{
  border:1px solid #fd5d00;
}
.theme-05 .account-ui h2,
.theme-05 h2.page-title{
  background: linear-gradient(to right, #000000, #fd5d00, #000000);
  color: #fff;
  font-weight: 900;
}
.theme-05 #sidebar-menu > ul > li .no-data-menu em{
  background-color:#fd5d00;
}
.theme-05 .cc-ui .accordion .card-header{
  padding: 10px;
}
.theme-05 .cc-min-max{
  /*background: linear-gradient(to right, rgb(0 0 0), rgb(0 173 250), rgb(0 0 0));*/
  background: transparent linear-gradient(87deg, #07354b 0%, #2f2e2e 100%);
  color: #fff;
}
.theme-05 .noti-title h6 {
  color: #fd5d00;
}
.theme-05 .main-tabs .mainTabs-ul{
  box-shadow: inset 0 0 0 1px #fd5d00;
  }
.theme-05 .mainTabs-ul ul.nav-pills li a.active,
.theme-05 .main-tabs ul.nav-pills li a.active:before{
  background:transparent linear-gradient(180deg, #ff6e19 0%, #c74d06 100%) !important;
}
@media (max-width: 767.98px){
  .theme-05 .user-menus ul li .logout {
    background:transparent linear-gradient(180deg, #ff6e19 0%, #c74d06 100%) !important;
    color: #fff !important;
  }
  .theme-05 .mobile-bottom-nav {
    background:linear-gradient(to right, rgb(0 0 0), rgb(0 177 255), rgb(0 0 0));
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  }
  .theme-05 .mobile-bottom-nav .mbn-col-3:hover{
    background: #fff;
    transition: all 0.2s ease-in-out 0s;
  }
  .theme-05 .user-menus ul li a i{
    color: #fd5d00;
  }
}
/*theme-05*/
