:root{
    --theme-black:#1A1A1A;
    --theme-green:#32EE90;
}
body.dark-mode .sidebar-menu .sub-menu img{
filter: brightness(0) saturate(100%) invert(100%);
}
body.dark-mode .normal{
    display: none !important;
}
body.dark-mode .dark-img{
   display: flex !important;
}
body.dark-mode .upcommig-wrapper-item{
  background-image: url('../images/dark-bg-horse.svg');
}
body.dark-mode .upcommig-wrapper-item{
    background-color: var(--theme-black);
    color: #fff;
}
body.dark-mode .upcommig-wrapper-item.u1{
    background-color: #4b462d;
}
body.dark-mode .upcommig-wrapper-item.u2{
    background-color: #4b3d33;
}
body.dark-mode .upcommig-wrapper-item.u3{
    background-color: #2a4337;
}
body.dark-mode .upcommig-wrapper-item.u4{
    background-color: #3c2e4d;
}
body.dark-mode .content,
body.dark-mode{
    background-color: #242424;
}
body.dark-mode .sidebar{
    background-color: #212121;
}
body.dark-mode .header{
     background-color: var(--theme-black);
}
body.dark-mode .sidebar-menu a{
    background-color: #242424;
    color: #808080;
}
body.dark-mode .slider-container{
     background-color: #212121;
}
body.dark-mode .title{
     color: #fff;
}
body.dark-mode .running-wrapper {
   background-color: var(--theme-black);
}
body.dark-mode .running-right h4{
     color: #fff;
}
body.dark-mode .leader-board {
       background-color: var(--theme-black);
}
body.dark-mode .left-table tbody tr td {
    border-bottom: 3px solid var(--theme-black);
}
body.dark-mode .left-table tbody tr:nth-child(1),body.dark-mode .left-table tbody tr:nth-child(2),body.dark-mode .left-table tbody tr:nth-child(3) {
    background: linear-gradient(to right, #201F18, #1A2D24);
}
body.dark-mode table tbody td,body.dark-mode  .leaderboard-table tbody tr td{
     color: #fff;
}
body.dark-mode .leaderboard-table td:last-child {
    color: #28BE73;
}
body.dark-mode footer,body.dark-mode footer::before,body.dark-mode footer::after{
   background-color: #2B2B2B;
}
body.dark-mode footer::before,body.dark-mode footer::after{
   z-index: 1;
}
body.dark-mode .btn{
     border: none;
}
body.dark-mode .wrapper-left > p.game-start{
   color: #fff;
}
body.dark-mode header .btn-signin{
    background-color: #242424;
    color: #fff;
}
body.dark-mode .running-right p{
    color: #808080;
}
body.dark-mode .leader-board-title{
    background-image: url('../images/leader-dark-bg.svg');
    background-size: cover;
}
body.dark-mode .leader-title-right h6 ,body.dark-mode .deposit-wrapper h3{
    color: #fff;
}
body.dark-mode .leaderboard-table th{
    color: #5F6D66;
}
body.dark-mode .deposit-wrapper{
      background-image: none;
      background-color: var(--theme-black);
      position: relative;
}
body.dark-mode .deposit-wrapper::before{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
     background: url('../images/deposit-dark-bg.svg') no-repeat;
               background-size: cover;
               opacity: 0.1;
}
body.dark-mode .table-footer p{
        color: #808080;
}
body.dark-mode .footer-top,body.dark-mode .footer-description h5,body.dark-mode .footer-menu h4{
    color: #fff;
}
body.dark-mode .footer-description p,.footer-menu ul li a{
       color: #808080;
}
body.dark-mode .footer-bottom p{
    color: #555555;
}

body.dark-mode .footer-top ,body.dark-mode  .footer-center{
    border-bottom: 1px solid #303030;
}
body.dark-mode .tab-btn{
    background-color: transparent;
     color: #808080;
}
body.dark-mode .tab-btn.active {
    background-color: #242424;
    color: #fff;
}
body.dark-mode .table-footer button{
        background-color: #242424;
    color: #fff;
}
body.dark-mode .table-footer button img {
    background-color: transparent;
     filter: brightness(0) saturate(100%) invert(100%);
}

body.dark-mode .running-left{
    background: linear-gradient(135deg, #28BE73, #303030);
    color: #fff;
}
body.dark-mode .mode-change button{
    background-color: #555555;
    opacity: 0.5;
    border-radius: 0;
}
body.dark-mode .mode-change button.active{
    background-color: var(--theme-black);
    opacity: 1;
    border-radius:8px;
    color: #fff;
}
body.dark-mode .mode-change button img,body.dark-mode .deposit-header img{
     filter: brightness(0) saturate(100%) invert(100%);
}

body.dark-mode .popup-content{
    background-image: url('../images/welcome-dark.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
body.dark-mode .popup-text{
    color: #fff;
}
body.dark-mode .modal-content{
    background-color: var(--theme-black);
}
body.dark-mode .modal-header{
   background: transparent;
   background-color: var(--theme-black);
    background-image: url('../images/modal-dark.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
body.dark-mode .modal-body{
    color: #fff;
}
body.dark-mode .modal-body>h2,body.dark-mode .modal-body label,body.dark-mode .modal-body .signin-link{
    color: #fff;
}
body.dark-mode input{
    background-color: #242424;
    color: #555555;
    border-color: transparent;
}
body.dark-mode .label-flex a{
    color: #5F6D66;
}
body.dark-mode .eye-icon img{
      filter: brightness(0) saturate(100%) invert(100%);
}
body.dark-mode .wallet-wrapper li {
    color: #fff;
}

body.dark-mode .deposit-header,body.dark-mode .notification,body.dark-mode .user span{
    background-color: #242424;
}

body.dark-mode .notification a img{
    filter: brightness(0) saturate(100%) invert(100%);
}
body.dark-mode .notification span{
    color: var(--theme-black);
}
body.dark-mode .btn-gradient{
    border: none;
}
body.dark-mode .radio-group{
    background-color: #242424;
}
body.dark-mode .radio-option span,body.dark-mode .login-popup-body h5{
    color: #fff;
}
body.dark-mode .login-popup {
    background-color: var(--theme-black);
}
body.dark-mode .btn-light{
    color: #fff;
    background-color: #323232;
}
body.dark-mode  .login-popup-header{
    background-image: url(../images/login-dark-bg.svg);
}
body.dark-mode .user-profile{
    background-color: #242424;
}
body.dark-mode .user-profile li{
    color: #808080;
}
body.dark-mode .footer-mobile-menu{
    background-color: var(--theme-black);
}
body.dark-mode .footer-mobile-menu ul li{
    color: #808080;
}
body.dark-mode .footer-mobile-menu ul li.active{
            color: var(--theme-black);
}
body.dark-mode .race-menu{
    background-color: var(--theme-black);
}
body.dark-mode .leaderboard-page thead th{
   background-color: transparent;
}
body.dark-mode .leaderboard-page .tab-buttons{
background-color: transparent;
border-bottom: 1px solid #2B2B2B;
}
body.dark-mode .loader-container{
     background-color: #242424;
}

body.dark-mode .tab-header{
    background: linear-gradient(90deg, rgba(33, 33, 33, 0.85) 0%, rgba(33, 33, 33, 0.75) 100%);
}

body.dark-mode .tab-nav-container li{
    color:#808080
}

body.dark-mode .tab-nav-container li.active,body.dark-mode .tab-nav-container li:hover {
    color: #fff;
}

body.dark-mode .white-container{
    background:var(--theme-black);
}

body.dark-mode .live-player-list-box {
    background:var(--theme-black);
}

body.dark-mode .live-player-list .no-race-message{
    color: #808080 !important;
  }

body.dark-mode .no-data-container {
    color: #808080;
  }

body.dark-mode .live-player-heading {
    background:#242424;
}

body.dark-mode .live-player {
    background: #212121;
    background: linear-gradient(90deg, rgba(33, 33, 33, 1) 0%, rgba(26, 26, 26, 0.12) 100%);
}

body.dark-mode .live-player-name h5 {
    color:#FFFFFF;
}

body.dark-mode .count-players {
    color: #555555;
    background:#2B2B2B;
}

body.dark-mode .bet-tab-btn {
    background: #2B2B2B;
    color: #808080;
    border-bottom: none;
}

body.dark-mode .bet-tab-btn.bet-tab-btn-active {
    background: var(--theme-black);
    color: #fff;

    border-bottom: none;
}

body.dark-mode .bet-data-tab {
    background: #212121;;
}

body.dark-mode .bet-history-item-head {
    background: var(--theme-black);
}

body.dark-mode .bet-slip-content-head {
    background: var(--theme-black);
}

body.dark-mode .bet-slip-code-text {
    color: #555555;
}

body.dark-mode .time-box.red-transparent-bg {
    background: #2A1C1D;
}

body.dark-mode .bet-slips-list {
    background: #212121;
}

body.dark-mode .bet-slip-item:not(:last-child){
    border-bottom:1px solid #2B2B2B
}

body.dark-mode .bet-slip-item-name, body.dark-mode .bet-point {
    color:#808080;
}

body.dark-mode .bet-point-close-wrap img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(35%) saturate(280%) hue-rotate(277deg) brightness(110%) contrast(106%);
}

body.dark-mode .bet-point-calculation {
    background: var(--theme-black);
}

body.dark-mode .bet-point-value-box, body.dark-mode .bet-point-value-box input {
    background: #242424;
}

body.dark-mode .bet-point-type, body.dark-mode .bet-point-value-box span {
    color: #fff;
}

body.dark-mode .total-text, body.dark-mode .total-value {
    color: #808080;
}

body.dark-mode .bet-points-wrap .odds {
    background: #262E2A;
}

body.dark-mode .bet-point-total .black-bold, body.dark-mode .bet-history-amount-item label, body.dark-mode .bet-history-amount-item p {
    color: #fff!important;
}

body.dark-mode .place-bet {
    background: #2b2b2b;
    color: #555555;
}

body.dark-mode .game-book {
    background: #212121;
    color: #808080;
}

body.dark-mode .bet-history-view-all {
    background: var(--theme-black);
}

body.dark-mode .bet-race-yellow-bg {
    background: url(../images/bet-race-dark-bg-1.svg) no-repeat center left;
}

body.dark-mode .bet-race-orange-bg {
    background: url(../images/bet-race-dark-bg-2.svg) no-repeat center left;
}

body.dark-mode .bet-race-green-bg {
    background: url(../images/bet-race-dark-bg-3.svg) no-repeat center left;
}

body.dark-mode .bet-on-other-races-item p {
    color: #fff;
}

body.dark-mode .light-tab-bg {
    display: none;
}

body.dark-mode .dark-tab-bg {
    display: block;
}

body.dark-mode .racing-leader-table-header {
    background: url(../images/car-racing-leader-table-header-bg-1.svg) no-repeat center center;
    background-size: cover;
}

body.dark-mode .racing-leader-table-container {
    background: #212121;
}

body.dark-mode .racing-leader-table-container .leaderboard-table th {
    color:#808080
}

body.dark-mode .head-xp {
    color: #fff!important;
}

body.dark-mode .view-all-wrap {
    background:#212121;
}

body.dark-mode .view-all-wrap label {
    color:#808080;
}

body.dark-mode .view-all-wrap img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(0%) saturate(0%) hue-rotate(356deg) brightness(92%) contrast(93%);
}

body.dark-mode .racing-leader-table-subtitle {
    color:#fff;
}

body.dark-mode .race-time {
    background: #303030;
    color: #FFFFFF;
}

body.dark-mode .upcoming-races-table {
    background: var(--theme-black);
}

body.dark-mode .upcoming-races-table-timing span {
    background: #555555;
}

body.dark-mode .upcoming-races-table-header {
    background: #212121;
}

body.dark-mode .green-gradient-bg {
    background: linear-gradient(90deg, rgba(7, 89, 48, 0.85) 0%, rgba(26, 26, 26, 0.75) 100%);
}

body.dark-mode .yellow-gradient-bg {
    background: #594E08;
    background: linear-gradient(90deg, rgba(89, 78, 8, 0.85) 0%, rgba(26, 26, 26, 0.75) 100%);
}

body.dark-mode .red-gradient-bg {
    background: #59090F;
    background: linear-gradient(90deg, rgba(89, 9, 15, 0.85) 0%, rgba(26, 26, 26, 0.75) 100%);
}

body.dark-mode .pink-gradient-bg {
    background: #59012B;
    background: linear-gradient(90deg, rgba(89, 1, 43, 0.85) 0%, rgba(26, 26, 26, 0.75) 100%);
}

body.dark-mode .orange-gradient-bg {
    background: #593302;
    background: linear-gradient(90deg, rgba(89, 51, 2, 0.85) 0%, rgba(26, 26, 26, 0.75) 100%);
}

body.dark-mode .blue-gradient-bg {
    background: #073B59;
    background: linear-gradient(90deg, rgba(7, 59, 89, 0.85) 0%, rgba(26, 26, 26, 0.75) 100%);
}

body.dark-mode .purple-gradient-bg {
    background: #3D0659;
    background: linear-gradient(
        90deg,
        rgba(61, 6, 89, 0.85) 0%,
        rgba(26, 26, 26, 0.75) 100%
    );
}

body.dark-mode .teal-gradient-bg {
  background: #085959;
  background: linear-gradient(
    90deg,
    rgba(8, 89, 89, 0.85) 0%,
    rgba(26, 26, 26, 0.75) 100%
  );
}

body.dark-mode .upcoming-race-name {
    color: #FFF;
}

body.dark-mode .score-1 {
    background: #2B2B2B;
    color: #808080;
}

body.dark-mode .score-2 {
    background: #242424;
    color: #808080;
}

body.dark-mode .score-3 {
    background: #212121;
    color: #808080;
}

body.dark-mode .score-x {
   color: #808080;
}

body.dark-mode .upcoming-races-table .percentage {
    color: #fff;
}

body.dark-mode .upcoming-races-table .odds {
    background: #262E2A;
}
body.dark-mode .upcoming-races-table .odds:hover {
    background: #28BE73;
    color: #262E2A;
}

body.dark-mode .odds {
    background: #262E2A;
}
body.dark-mode .odds:hover {
    background: #28BE73;
    color: #262E2A;
}

 .bet-on-other-races-item {
    background-size: cover!important;
}
body.dark-mode
body.dark-mode .racing-leader-table-container .leaderboard-table tbody tr:nth-child(1) td, body.dark-mode .racing-leader-table-container .leaderboard-table tbody tr:nth-child(2) td, body.dark-mode .racing-leader-table-container .leaderboard-table tbody tr:nth-child(3) td {
    border-bottom: 1px solid #000000;
}

body.dark-mode .upcommig-wrapper-item:hover {
        background-color: var(--theme-black)!important;
}

body.dark-mode .upcommig-wrapper-item .btn-overlay {
    background: transparent!important;
}

body.dark-mode .bet-placed-message p {
    color:#808080
}

body.dark-mode .bet-placed-message h4 {
    color: #FFFFFF;
}
body.dark-mode .common-title h1{
    color: #fff;
}
body.dark-mode .common-tab{
    background-color: #212121;
}
body.dark-mode .common-tab .tab-btn.active{
    color: var(--theme-green);
    background-color: #2B2B2B;
}
body.dark-mode .common-tab-wrapper{
    background-color: #212121;
}
body.dark-mode .balance-header{
    background-color: #242424;
}
body.dark-mode .balance-item h5{
    color:#808080
}
body.dark-mode .balance-item h4{
    color: #fff;
}
body.dark-mode .balance-flex a{
    color: #fff;
}
body.dark-mode .balance-flex a img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(316deg) brightness(104%) contrast(107%);
}
body.dark-mode .balance-flex a.active{
   color: var(--theme-green);
}
body.dark-mode .balance-flex a.active img{
    filter: brightness(0) saturate(100%) invert(64%) sepia(89%) saturate(369%) hue-rotate(95deg) brightness(103%) contrast(91%);
}
body.dark-mode .wallet-table-filters select{
    color: #fff;
    background-color: #242424;
    border: 1px solid #242424;
}
body.dark-mode .wallet-table th{
    color: #808080;
}
body.dark-mode .wallet-table thead{
    background-color: #242424;
}
body.dark-mode .wallet-table tbody tr{
    border-color: #2B2B2B;
}
body.dark-mode .pagination{
    color: #808080;
}
body.dark-mode .pagination .active{
    background-color: #303030;
    color: #fff;
}
body.dark-mode .wallet-table-footer{
    color: #808080;
}
body.dark-mode .profile-box{
    background-color: #212121;
}
body.dark-mode .inner-title{
    border-color: #2B2B2B;
}
body.dark-mode .inner-title h4{
    color: #fff;
}
body.dark-mode .user-data img{
    border-color: #fff;
}
body.dark-mode .user-right h5{
    color: #fff;
}
body.dark-mode .user-right p {
    color: #808080;
}
body.dark-mode .contact-item h5{
    color: #fff;
}
body.dark-mode .contact-item a{
    color: #808080;
}
body.dark-mode .flex-right .verify{
    color: var(--theme-green);
}
body.dark-mode .profile-bottom{
    background-color: #1A1A1A;
}
body.dark-mode .profile-bottom h4{
    color: #fff;
}
body.dark-mode .btn-red{
    color: #DC3545;
}
body.dark-mode .prefernce-box-item{
    background-color: #212121;
}
body.dark-mode .prefernce-box-item > h5{
    color: #808080;
    border-color: #808080;
}
body.dark-mode .prefence-inner-item h5{
    color: #fff;
}
body.dark-mode .prefernce-box select{
    background-color: #2c2c2c;
    color: #fff;
}
body.dark-mode .slider{
    background-color: #555555;
}
body.dark-mode .xp-card{
   background: linear-gradient(
    135deg,
    #2e3e2f 0%,
    #343e2e 30%,
    #2a2c2b 70%,
    #1f1f1f 100%
  );
}
body.dark-mode h2.main-title,body.dark-mode .xp-header h4,body.dark-mode .xp-total,body.dark-mode .xp-progress-labels{
    color: #fff;
}
body.dark-mode .xp-footer{
    color: rgba(256,256,256,0.4);
}
body.dark-mode .xp-btn ,body.dark-mode .inline-search-box button{
    background:#2f2f2f;
    color: #fff;
}
body.dark-mode .inline-search-box{
    background-color: #242424;
    border: 1px solid #2B2B2B;
}
body.dark-mode .inline-search-box input{
    color: #808080;
}
body.dark-mode .no-rewards{
    background-color: #212121;
}
body.dark-mode .no-reward-box h4{
     color: rgba(256,256,256,0.6);
}
body.dark-mode .no-reward-box p{
         color: rgba(256,256,256,0.4);
}
body.dark-mode .no-reward-box img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(323deg) brightness(105%) contrast(103%);
}
body.dark-mode .bonus-top h3,body.dark-mode .bonus-top p{
    color: #fff;
}
body.dark-mode .bonus-bottom{
    background-color: #272727;
}
body.dark-mode .bonus-data p{
    color: #fff;
}
body.dark-mode .bonus-data h6{
    color: #808080;
}
body.dark-mode .accordion-title,body.dark-mode .accordion-content{
    color: #fff;
}
body.dark-mode .accordion-item ,body.dark-mode .license-item{
    background-color: #2c2c2c;
}
body.dark-mode .license-item figure{
    background-color: #373737;
}
body.dark-mode .common-text p ,body.dark-mode .common-text ul li,body.dark-mode .license-item p{
    color: #808080;
}
body.dark-mode .common-text h3,body.dark-mode .common-text h1,body.dark-mode .common-text h2,body.dark-mode .common-text h4,body.dark-mode .common-text h5,body.dark-mode .common-text h6{
    color: #fff;
}
body.dark-mode .profile-header-top{
    color: #fff;
    background-color: #2B2B2B;
    border-bottom: none;
}
body.dark-mode .notif-header-top{
     color: #fff;
    background-color: #2b2b2b;
    border-bottom: none;
}
body.dark-mode .profile-wrapper{
    background-color: #212121;
}
body.dark-mode .notifications-wrapper{
  background-color: #303030;
}
body.dark-mode .edit-profile-btn img,body.dark-mode .achievements-header img,body.dark-mode .profile-title img,body.dark-mode .delete img,body.dark-mode .toggle-arrow{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(323deg) brightness(105%) contrast(103%);
}
body.dark-mode .achievements-wrapper{
    background-color: #242424;
}
body.dark-mode .achievements-header span,body.dark-mode .achievements-header a{
    color: #fff
}
body.dark-mode .achievement{
    background: rgba(256,256,256,0.2);
}
body.dark-mode .footer-content{
    color: #808080;
}
body.dark-mode .profile-form .form-group label{
    color: #808080;
}
body.dark-mode .sticky-footer{
    background-color: #242424;
    border: none;
}
body.dark-mode .notification-item{
    background-color: #2b2b2b;
}
body.dark-mode .notif-header{
    color: #808080;
}
body.dark-mode .notif-caption{
    color: #fff;
}
body.dark-mode .toggle-btn{
    color: #fff;
    background-color: #363636;
}
body.dark-mode .notif-body{
    color: #808080;
}
body.dark-mode .notif-footer{
    border-top: 1px solid #303030
}

body.dark-mode .notif-modal .toggle-label{ color: #fff;}
body.dark-mode .filter-wrapper{
    background: #1A1A1A;
}
body.dark-mode .filter-wrapper select,body.dark-mode .filter-wrapper input{
    background: transparent;
    color: #808080;
}
body.dark-mode input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
    cursor: pointer;
}

body.dark-mode input[type="date"]::-moz-calendar-picker-indicator {
    filter: brightness(0) invert(1);
    cursor: pointer;
}
body.dark-mode .live-player-grid .live-player-heading{
    margin-left: 5px;
    margin-right: 5px;
}
body.dark-mode .live-player-title{
    color: #808080;
}
body.dark-mode .live-player-box-header time{
    color: #fff;
}
body.dark-mode .pagination-wrapper{
    background-color: #1A1A1A;
}
body.dark-mode .pagination-wrapper img{
  filter: brightness(0) invert(1);
}
body.dark-mode .pagination-wrapper li a{
    color: #808080;
}
body.dark-mode .pagination-wrapper li.active a{
    color: #fff;
    background-color: #242424;
}
body.dark-mode .sidebar-menu .invert{
    filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(0%) hue-rotate(239deg) brightness(97%) contrast(99%) !important;
}
body.dark-mode .popup-content p{
    color: #fff;
}
body.dark-mode .popup-preview{
    color: #fff;
    background-color: #1A1A1A;
}
body.dark-mode .modal.live-support .modal-content{
        background: radial-gradient(circle at top left, #4e4f4e, #617956,#657252, #4e4f4e);
}
body.dark-mode .search-box{
      background: rgba(28, 28, 28, 0.3);
}
body.dark-mode .search-box input{
    background: transparent;
    color: #fff;
}
body.dark-mode .box-light{
      background: rgba(28, 28, 28, 0.2);
}
body.dark-mode .quick-help-title,body.dark-mode .help-item,body.dark-mode .section-title,body.dark-mode .section{
    color: rgba(256,256,256,0.8);
}
body.dark-mode .help-item{
    background: rgba(28, 28, 28, 0.2);
}
body.dark-mode .help-container h2,body.dark-mode .live-social p{
    color: #fff;
}
body.dark-mode  .mobile-header-new img:first-child{
      filter: brightness(0) invert(1); 
}
body.dark-mode .article-title,body.dark-mode .article-paragraph,body.dark-mode .article-list,body.dark-mode .live-support .modal-header h3{
    color: #fff;
}
body.dark-mode .section-title{
    color: #fff;
}
body.dark-mode .live-footer{
      background: rgba(28, 28, 28, 0.7);
      color: #fff;
}
body.dark-mode .live-footer a{ 
    color: #fff;
}
body.dark-mode .live-footer img{ 
       filter: brightness(0) invert(1); 
}
body.dark-mode .live-footer a:last-child{
    color:#28BE73;
}
body.dark-mode .live-footer a:last-child img{
filter: brightness(0) saturate(100%) invert(58%) sepia(66%) saturate(499%) hue-rotate(98deg) brightness(92%) contrast(85%);
}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode{}
body.dark-mode .bet-point-value-box input {color: #ffffff;}
body.dark-mode .bet-point-value-box::-webkit-input-placeholder { color: #ffffff; } 
body.dark-mode .bet-point-value-box:-moz-placeholder { color: #ffffff; opacity: 1; }
body.dark-mode .bet-point-value-box::-moz-placeholder { color: #ffffff; opacity: 1; }
body.dark-mode .bet-point-value-box:-ms-input-placeholder { color: #ffffff; }
