@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
:root {
  --bg-body: #23292e;
  --text-body: #aaafb5;
  --bg-sidebar: #16191c;
  --text-sidebar: #aaafb5;
  --bg-table: #2e3439;
  --text-table: #aaafb5;
  --bg-table-header-new: #126e51;
  --text-table-header-new: #eeeeee;
  --text-highlight: #ffffff;
  --bg-menu1: #3c444b;
  --text-menu1: #aaafb5;
  --btn-primary: #0e684e !important;
  --text-btn-primary: #ffffff !important;
  --btn-secondary: 75, 75, 75;
  --text-btn-secondary: #eeeeee;
  --btn-reset: #fc4242;
  --theme-secondary:#20327b;
}

body {
  font-family: "Noto Sans";
  background-color: var(--bg-body);
  font-size: var(--font-body);
  line-height: 22px;
  letter-spacing: 0;
  color: var(--text-body);
  scrollbar-width: thin;
  scrollbar-color: #333333 #000000;
}

a {
  text-decoration: none !important;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans', sans-serif;
}

/*page laod*/
.PageLoadPopup .close {
  cursor: pointer !important;
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 45px;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
  color: #fff;
  background: red;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*page laod*/

/*dash footer*/
.inner-footer {
  font-size: 13px;
  margin-top: 0px;
  /*border-top: 1px solid #3c444b;
  padding: 8px;*/
  width: 100%;
  /*display: flex;
  margin-top: 15px !important;
  flex-wrap: wrap;
  align-items: center;*/
  position: relative;
}
.inner-footer .support {
  width: 100%;
  display: flex;
  background-color: #444;
  padding: 10px;
  justify-content: center;
  color: #ddd;
  border-radius: 0px;
  position: relative;
  flex-wrap: wrap;
}
.inner-footer .support h2{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.footer-menu ul{
    padding:7px;
    margin-top:8px;
}
.footer-menu ul li{
    margin:0 10px;
}

.footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.footer-menu ul li a {
    color: var(--text-body);
    font-weight: bold;
    font-size: 14px;
    transition: 0.5s;
    border-bottom: 1px solid var(--text-body);
}
.footer-top {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--text-body);
    padding-bottom: 6px;
    width: 90%;
    margin: 20px auto 0;
}
.footer-top .secure-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.footer-top img {
    max-height: 30px;
    max-width: 100px;
    margin-right: 10px;
}
.footer-top .secure-logo img {
    max-height: 50px;
}

/*dash footer*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

/*topbar*/
.desk-bal-info .balance-information {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 3px;
  padding-top: 3px;
}
.desk-bal-info .balance-row {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  padding: 4px 5px;
}
.desk-bal-info .balance-text-left {
  flex-basis: 50%;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #000;
}
.desk-bal-info .balance-price {
  color: #000;
  font-size: 10px;
}
.desk-bal-info .ab_rae_btns {
  padding: 5px 0;
  border-bottom: 1px solid var(--primary-color);
}
.desk-bal-info .ab_rae_btns .ab_btns {
  border: 1px solid var(--primary-color);
  background: none;
  color: var(--primary-color);
  margin: 0 auto;
}
.desk-bal-info .ab_rae_btns .ab_btns,
.desk-bal-info .ab_rae_btns .rae_btns {
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0;
  font-size: 10px;
  display: block;
}
.desk-bal-info .ab_rae_btns .rae_btns {
  background: var(--primary-color);
  color: #fff;
  margin: 5px auto 0;
  border: 1px solid var(--primary-color);
}
.desk-bal-info .ab_rae_btns button {
  width: 95%;
}
.balance-information {
  border-bottom: 1px solid #2e3438;
  border-top: 1px solid #2e3438;
  padding-bottom: 3px;
  padding-top: 3px;
  list-style: none;
}
.balance-row {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  padding: 4px 5px;
}
.balance-text-left {
  flex-basis: 55%;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1rem;
  color: #fff;
}
.balance-text-left small {
  font-size: 10px;
}
.balance-price {
  color: #eee;
}
.ab_rae_btns {
  text-align: center;
  padding: 5px 0;
}
.ab_rae_btns .ab_btns {
  border: 1px solid var(--bg-table-header-new);
  background: none;
  color: var(--bg-table-header-new);
  margin: 0 auto;
}
.ab_rae_btns .ab_btns,
.ab_rae_btns .rae_btns {
  text-transform: uppercase;
  border-radius: 100px;
  padding: 10px 4px;
  font-size: 12px;
  width: 95%;
}
.ab_rae_btns .rae_btns {
  background: var(--bg-table-header-new);
  color: #fff;
  margin: 5px auto 0;
  border: 1px solid var(--bg-table-header-new);
}
.dropdown-menu-right p {
  text-align: center !important;
  font-size: 12px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.header-top {
  position: fixed;
  top: 0;
  height: 34px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  background-color: var(--bg-table-header-new);
}

.header-top ul {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  padding: 0;
}

.header-top ul li {
  margin: 0 16px;
  padding: 0 16px;
  position: relative;
  color: #fff;
}

.header-top ul li a {
  font-weight: 700;
  font-size: 14px;
  transition: .5s;
  color: var(--text-highlight);
}

.header-top ul li::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 8px;
  top: 10px;
  right: -16px;
}

.header-top ul li:last-child:after {
  background-color: transparent !important;
}

.color-box-container {
  right: 210px;
}

.color-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
}

.color-box.dark-box {
  background-color: #000;
}

.color-box {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #fdcf13;
}

.color-box.light-box {
  background-color: #fff;
}

.color-box.blue-box {
  background-color: #00f;
}

.depo-withdraw-btn {
  position: absolute;
  right: 5px;
  top: 3px;
}

.depo-withdraw-btn .btn {
  height: 28px;
  padding: 0 10px;
  line-height: 24px;
  opacity: 1;
  color: #fff;
  width: auto;
  margin: 0;
}

.depo-withdraw-btn .btn {
  height: 28px;
  padding: 0 10px;
  line-height: 24px;
  opacity: 1;
  color: #fff;
  width: auto;
  margin: 0;
}

.topbar {
  z-index: 9999;
  height: 70px;
  top: 0;
  right: 0;
  left: 0;
  transition: background .3s ease-in-out;
  position: fixed;
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}

#marquee_text {
  align-items: center;
  justify-content: center;
  float: left;
  color: #fff;
  font-size: 14px;
}

.top-right {
  margin: 0;
  padding: 0;
  text-align: center;
}

.top-right .dropdown-toggle::after {
  display: none;
}

.top-right a {
  cursor: pointer;
  margin: 0 5px;
  border: 2px solid #fff;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}

.top-right li {
  list-style: none;
  display: inline-block;
}

.top-right li img {
  width: 20px;
}

.homelogo:after {
  background-color: #373a4d;
}

.homelogo:after,
.homelogo:before {
  position: absolute;
  right: 0;
  margin: 0 auto;
}

.homelogo:before {
  -webkit-clip-path: polygon(0 0, 48% 0, 41% 14%, 7% 14%);
  clip-path: polygon(0 0, 48% 0, 41% 14%, 7% 14%);
  width: 100%;
  height: 140px;
  content: "";
  display: block;
  bottom: -140px;
  left: 5%;
  text-align: center;
  z-index: 999;
}

.homelogo:after {
  width: 55px;
  content: " ";
  bottom: -11px;
  left: 22%;
  border-radius: 5px;
  z-index: 1;
  height: 3px;
  z-index: 999;
  right: inherit;
}

body .colortheme a {
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  color: #000 !important;
  animation: gradient 2s ease infinite;
}

body .colortheme a:hover {
  color: #000 !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*color-piker*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: var(--bg-sidebar);
  position: fixed;
  top: 34px;
  left: 0;
  bottom: 0;
  width: 200px;
  z-index: 3;
  /*transition: all 0.5s;*/
  padding: 0;
  overflow-y: hidden;
}

.dash-header {
  margin-left: 200px;
  margin-top: 34px;
}

#main {
  margin-left: 200px;
  /* margin-top: 34px; */
  position: relative;
  overflow-x: hidden;
}

@media (max-width: 1199px) {
  #header {
    left: -230px;
  }

  #main {
    margin-left: 0;
  }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.mainlogo {
  margin: 10px;
}

.mainlogo.desktop img {
  height:auto;
  width: 100%;
}

.side-searchbar {
  margin: 10px 20px;
  display: inline-flex;
  width: auto;
  background-color: #444 !important;
  border-color: #444 !important;
  color: #fff;
}

.side-searchbar .input-group-text,
.side-searchbar input {
  background: none;
  border: none;
  font-size: 13px;
  color: #fff;
}
.side-searchbar input:focus{
  color: #fff;
}
.side-searchbar .dropdown{
    width: 100%;
    overflow-x: hidden;
}
.side-searchbar .dropdown button{
    font-size:12px;
    padding-left: 5px;
}
.side-searchbar .dropdown button.active, .side-searchbar .dropdown button:hover{
    background: var(--bg-table-header-new);
    color: #fff;
}
.side-searchbar input:focus {
  outline: none;
  box-shadow: none;
  background: none;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}
#header nav.nav-menu {
  overflow-y: scroll;
  height: max-content;
  height: calc(100vh - 200px);
  scrollbar-width: thin;
  scrollbar-color: var(--bg-table) var(--bg-table-header);
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.nav-menu ul li a {
  display: flex;
  align-items: center;
  padding: 5px 25px 5px 10px;
  margin-bottom: 0;
  transition: 0.3s;
  font-size: 13px;
  border-bottom: none;
  text-transform: capitalize;
  position: relative;
  color: var(--text-sidebar);
}
.nav-menu ul li a img {
    width: 20px;
}
.nav-menu ul li a span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-menu ul li a[aria-expanded="true"] {
  background: var(--bg-table-header-new);
  color: #fff !important;
}
.nav-menu ul li ul li a[aria-expanded="true"] {
  background: var(--bg-table-header-new);
  color: #fff !important;
}
.nav-menu ul li ul li a[aria-expanded="false"]::after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 10px;
}
.nav-menu ul li ul li a[aria-expanded="true"]::after {
  font-family: FontAwesome;
  content: "\f106";
  position: absolute;
  right: 10px;
}
nav.nav-menu ul ul .collapse.show a {
  background: #17191c !important;
}
.nav-menu ul li ul li a {
  background: #3c444b;
  font-size: 12px;
}

.nav-menu ul li ul li a:hover {
  background: #2e3439;
}

.nav-menu ul li a i {
  margin-right: 7px;
  font-size: 18px;
  align-self: flex-end;
}

.nav-menu ul li a em {
  font-style: normal;
}

.nav-menu ul li a[aria-expanded="false"] .icon-4 {
  color: var(--bg-table-header-new);
}

.nav-menu ul li a[aria-expanded="false"] .icon-2 {
  color: #f18521;
}

.nav-menu ul li a[aria-expanded="false"] .icon-1 {
  color: #03b37f;
}

.nav-menu ul li a[aria-expanded="false"] .icon-8 {
  color: #db2752;
}
.nav-menu ul li a[aria-expanded="false"] .icon-40{
  color: #b4845b;
}
.nav-menu ul li a[aria-expanded="false"] .icon-9{
  color: yellow;
}
.nav-menu ul li a[aria-expanded="false"] .icon-10{
 color: #9e4025; 
}
.nav-menu ul li a[aria-expanded="false"] .icon-65{
  color: #02b37f;
}
.nav-menu ul li a[aria-expanded="false"] .icon-66{
  color: #db2752;
}
.nav-menu ul li a[aria-expanded="false"] .icon-11{
  color: #623cea;
}
.nav-menu ul li a[aria-expanded="false"] .icon-38{
  color: #d592ff;
}
.nav-menu ul li a[aria-expanded="false"] .icon-3{
  color: #e44e23;
}
.nav-menu ul li a[aria-expanded="false"] .icon-18{
  color: #e83d1a;
}
.nav-menu ul li a[aria-expanded="false"] .icon-19{
  color: #2f7ed5;
}
.nav-menu ul li a[aria-expanded="false"] .icon-15{
  color: #e83d1a;
}
.nav-menu ul li a[aria-expanded="false"] .icon-53{
  color: #c06c84;
}
.nav-menu ul li a[aria-expanded="false"] .icon-55{
  color: #03b37f;
}
.nav-menu ul li a[aria-expanded="false"] .icon-57{
  color: #b21347;
}
.nav-menu ul li a[aria-expanded="false"] .icon-59{
  color: #74c94b;
}
.nav-menu ul li a[aria-expanded="true"] .icon-1,
.nav-menu ul li a[aria-expanded="true"] .icon-2,
.nav-menu ul li a[aria-expanded="true"] .icon-3,
.nav-menu ul li a[aria-expanded="true"] .icon-4,
.nav-menu ul li a[aria-expanded="true"] .icon-5,
.nav-menu ul li a[aria-expanded="true"] .icon-6,
.nav-menu ul li a[aria-expanded="true"] .icon-7,
.nav-menu ul li a[aria-expanded="true"] .icon-8,
.nav-menu ul li a[aria-expanded="true"] .icon-9,
.nav-menu ul li a[aria-expanded="true"] .icon-10,
.nav-menu ul li a[aria-expanded="true"] .icon-11,
.nav-menu ul li a[aria-expanded="true"] .icon-14,
.nav-menu ul li a[aria-expanded="true"] .icon-15,
.nav-menu ul li a[aria-expanded="true"] .icon-16,
.nav-menu ul li a[aria-expanded="true"] .icon-17,
.nav-menu ul li a[aria-expanded="true"] .icon-18,
.nav-menu ul li a[aria-expanded="true"] .icon-19,
.nav-menu ul li a[aria-expanded="true"] .icon-20,
.nav-menu ul li a[aria-expanded="true"] .icon-53,
.nav-menu ul li a[aria-expanded="true"] .icon-57,
.nav-menu ul li a[aria-expanded="true"] .icon-59,
.nav-menu ul li a[aria-expanded="true"] .icon-40,
.nav-menu ul li a[aria-expanded="true"] .icon-65,
.nav-menu ul li a[aria-expanded="true"] .icon-66,
.nav-menu ul li a[aria-expanded="true"] .icon-38 {
  color: #fff;
}
/*dashboard start*/
.both-section {
  display: flex;
}

.center-section {
  width: 75%;
}
.tv-container {
  background: #111;
  padding: 5px;
}
.rightSidebar {
  width: 25%;
  border-radius: 8px;
  padding: 4px;
  height: calc(100vh - 100px);
  overflow-x: hidden;
}

.verical-slider {
  height: 80vh;
}

.verical-slider img {
  margin: 5px 0;
  border-radius: 5px;
}

.dash-header {
  background: var(--bg-body);
  display: flex;
  width: auto;
  padding: 5px 0px 0px 2px;
  border-radius: 0;
  position: sticky;
  top: 34px;
  z-index: 999;
}
.dash-header .upcoming-fixure:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dash-uf {
  width: 38%;
  margin-right: 2px;
}

.news-uf {
/*  width: 38%;*/
}
.news-uf .fixure-box-container{
  width: calc(100% - 50px) !important;
}
.news-uf .news-title img {
    width: 45px;
}
.dash-uf,
.news-uf {
  height: 46px;
}

.upcoming-fixure.dash-uf .fixure-box-container .fixure-box {
  display: block !important;
  width: 100%;
  flex-wrap: nowrap !important;
  border: none;
}

.dash-uf .fixure-box>div:last-child {
  font-size: revert !important;
}

.dash-uf .fixure-title {
  height: 46px !important;
  border-radius: 8px 0 0 8px !important;
  width: 70px !important;
}

.news-uf .fixure-title {
  height: 46px !important;
  border-radius: 8px 0 0 8px !important;
  text-transform: capitalize;
}

.dash-uf .fixure-title:after {
  height: 46px !important;
  content: "";
  position: absolute;
  width: 46px;
  border-top: 23px solid transparent !important;
  border-bottom: 23px solid transparent !important;
  right: -46px;
  top: 0;
}

.news-uf .fixure-title:after {
  height: 46px !important;
  content: "";
  position: absolute;
  width: 46px;
  border-top: 23px solid transparent !important;
  border-bottom: 23px solid transparent !important;
  right: -46px;
  top: 0;
}

.dash-uf .fixure-box-container,
.news-uf .fixure-box-container {
  height: 46px !important;
}

.user-right {
  width: 24%;
  text-align: center;
  margin-left: 2px;
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #444;
  color: #ddd;
  height: 100%;
}
.user-right .btn-group{
  margin-left: 2px;
}
.user-right .balance,
.user-right .btn-group {
  display: inline-flex;
  align-items: center;
  background: #111;
}

.user-right .btn-group a.dropdown-toggle {
  font-size: 13px;
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
  padding-right: 3px;
}

.user-right .balance {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  padding: 0 5px 0 0;
  height: 46px;
}

.user-right .balance span {
  margin: 0 2px;
  color: #fff;
  text-align: right;
  display: block;
  font-size: 12px;
}
.user-right .balance span a{
  color: #fff;
}
.balance > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #444;
  color: #ddd;
  height: 100%;
}
.balance > div:first-child i {
  font-size: 20px;
}
.user-right .dropdown-menu-right a {
  font-size: 13px;
  display: block;
  padding: 7px 10px;
  text-transform: capitalize;
  color: #eee;
}
.dropdown-menu-right{
  background: #111;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.57);
  text-align: left;
/*  padding-top: 30px;*/
  margin-top: 5px;
  border-radius: 0;
}
.dashboard-tabs ul {
  scrollbar-width: none;
  border: none;
}
.dashboard-tabs ul.nav-fill {
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  white-space: nowrap;
  flex-wrap: inherit;
}
.dashboard-tabs ul li a {
  color: var(--text-table);
  border: none !important;
  box-shadow: none;
  padding:0;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0 !important;
}
.dashboard-tabs ul li a span:first-child {
  display: none;
}
.dashboard-tabs ul li em {
  font-style: normal;
}
.dashboard-tabs ul li .highlight em{
  background-image: linear-gradient(
   -225deg,
   var(--theme-secondary) 0%,
   #fff 29%,
   var(--bg-table-header-new) 67%,
   #fff800 100%
 );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: highlight 2s linear infinite;
  display: inline-block;
  font-style:normal;
}

@keyframes highlight {
 to {
   background-position: 200% center;
 }
}
.dashboard-tabs ul li a span {
  padding: 4px 15px;
  display: block;
}
.dashboard-tabs ul li a img {
  width: 16px;
  display: block;
  margin: 0 auto;
}
.dashboard-tabs ul li a:hover {
  border: none;
  box-shadow: none;
}

.dashboard-tabs ul li a.active,
.dashboard-tabs ul li a:hover {
  color: #fff !important;
  background: var(--theme-secondary) !important;
}
.race-inner-tab ul li a {
  padding: 5px 12px !important;
}
.evenListHead {
  padding: 5px 0;
  margin: 0;
  background: var(--bg-table-header-new);
  align-items: center;
}

.dash-evenList .game-title {
  color: #fff;
  font-size: 13px;
  display: inline-flex;
  width: 100%;
  align-items: center;
}

.dash-evenList span.point-title {
  width: 108px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
}
.home_casino h4 {
  font-size: 16px;
  background-color: var(--bg-table-header-new);
  color: var(--text-table-header-new);
  width: 100%;
  padding: 5px;
  margin-bottom: 0;
  font-weight: bold;
}
.home_casino {
  margin-bottom: 5px;
}
.evenListBody {
  margin: 0;
  align-items: center;
  border-bottom: 1px solid #3c444b;
}
.evenListBody .col-md-4.col-12 {
    padding: 0;
}
.dark-theme .evenListBody .col-md-6 {
  text-align: center;
}
.evenListBody .col-md-6 {
  padding: 0 5px;
}
.evenListBody .btn-group {
  display: inline-block;
  margin: 0;
  width: calc(33.33333% - 0px);
}

.evenListBody .btn-group .bl-box {
  width:calc(50% - 2px);
  margin: 0 1px;
}

.game-date {
  padding-right: 22px;
  width: auto;
  display: flex;
  display: -webkit-flex;
}

.game-date.inplay span {
  position: relative;
  width: 50px;
  color: #03b37f;
  text-align: center;
}

.game-date.inplay span:after {
  content: "";
  background-color: #03b37f;
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -1px;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1.2s;
}

@-webkit-keyframes run {
  0% {
    left: 0;
    width: 5%
  }

  50% {
    width: 100%
  }

  100% {
    right: 0;
    width: 5%
  }
}

.game-title .day {
  height: 22px;
  opacity: .8;
  display: inline-block;
  min-width: 70px;
  margin-bottom: 0;
  position: relative;
}

.game-name {
  padding-left: 16px;
  vertical-align: top;
  width: 100%;
}
.game-name a{
  color: var(--text-table);
}
.team-name {
  max-height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  color: var(--text-table);
}

.team-name.team-event {
  font-size: 12px;
}

.game-icons {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.game-icon {
  text-align: center;
  margin-right: 5px;
}

.f-bm-icon {
  font-weight: 600;
  color: #AAAFB5;
}

.bl-box {
  /*height: 40px;
  padding: 2px 0;
  width: 16.6666667%;
  color: #000;
  font-size: 13px;
  align-items: center;
  border-radius: 0px !important;
  font-weight: 600;
  cursor: pointer;*/
  border-radius: 0;
  padding: 0;
  height: 24px;
  line-height: 24px;
  color: #000;
  font-weight: var(--font-bold);
  text-align: center;
  font-size: var(--font-odds);
}

.bl-box.no-val {
  border-radius: 0px;
}

.suspended {
  position: absolute;
  justify-content: center;
  display: inline-block;
  left: 0;
  top: 1px;
  right: 0;
  justify-content: center;
  text-align: center;
  height: 25px;
  background: #dddddd9e;
  filter: invert(1);
  cursor: no-drop;
  font-size: 17px;
}

.back {
  background-color: #72bbef;
}

.back:hover {
  background-color: #4fa1dc;
}

.lay {
  background-color: #f994ba;
}

.lay:hover {
  background-color: #e16f9a;
}

.raceListBody {
  border-bottom: 1px solid #2e3438;
  align-items: center;
}
.raceListBody .game-name .team-name {
  width: 100%;
  font-weight: 500;
}
.raceListBody .game-name {
  padding-left: 5px;
}
.racing_listing {
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0;
}
.racing_listing .rl-box {
    padding: 3px 7px;
    color: #000;
    margin-right: 2px;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 2px;
    border: none;
    background: #fff;
}

.home-right-sidebar {
  background: var(--bg-sidebar);
}
.myslidersidebar{
  padding: 5px;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.myslidersidebar .slider {
  position: relative;
  box-sizing: border-box;
  animation: slider 15s linear infinite;
  list-style-type: none;
  text-align: center;
}
.myslidersidebar .slider li{
  margin-bottom: 5px;
}
.myslidersidebar .slider:hover {
    animation-play-state: paused;
}
.special-menu {
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 4px;
  background: var(--bg-table-header-new);
  color: var(--text-table-header-new) !important;
}
@keyframes slider {
    0%   { top:   10em }
    100% { top: -14em }
}
.myslidersidebar.blur .slider {
    margin: 0;
    padding: 0;
}
.myslidersidebar.blur:before, .myslidersidebar.blur::before,
.myslidersidebar.blur:after,  .myslidersidebar.blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%; 
    height: 2em;
    background-image: linear-gradient(180deg, #23292d, rgba(255,255,255,0));
}
.myslidersidebar.blur:after, .myslidersidebar.blur::after {
    bottom: 0;
    transform: rotate(180deg);
}
.myslidersidebar.blur:before, .myslidersidebar.blur::before {
    top: 0;
}
/*dashboard end*/

/*DETAIL SCREEN*/
/*scoreboard*/
.banner {
  height: auto;
  border-radius: 0px;
  background: linear-gradient(0deg, #100b1e 0, #160d27 26.42%, #11091d 48.45%, #030309 100%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.banner.scorecard-banner,
.banner.scorecard-banner img {
  height: 90px;
  background-position: center;
  background-size: cover;
}

.scorecard {
  width: 100%;
  border-radius: 8px;
  /*background-color: #2e3439;*/
  position: absolute;
  font-size: 13px;
  max-width: 95%;
}

.container-main {
  background: none !important;
}

.scorecard-row {
  padding: 5px 10px;
  border-bottom: 1px solid #3c444b;
}

.ball-runs {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 25px;
  border-radius: 50%;
  font-size: 11px;
  background-color: #08c;
  color: #fff;
  text-align: center;
}

/*scoreboard*/


.de_fancyTab {
  width: 100%;
  background: #23292d !important;
  overflow-x: auto;
  padding: 0;
  margin: 5px 0 0 0 !important;
}
.de_fancyTab li a {
  padding: 5px 10px !important;
}
.de_fancyTab a.nav-link.active,
.de_fancyTab a.nav-link:hover{
  background: var(--bg-table-header-new) !important;
}
.game-header {
  padding: 8px;
  color: #fff;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: var(--bg-table-header-new);
  font-size: 13px;
  text-transform: uppercase;
}
.multi-market-link {
    color: #fff;
}
.multi-market-link i {
    font-size: 18px;
}
.all-markets {
  padding: 5px;
  width: 100%;
  margin-top: 5px;
  border-radius: 4px;
  word-break: break-all;
  word-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.all-markets a {
  margin-right: 10px;
  font-size: 13px;
}

.detail_screen a.accordion-toggle[aria-expanded="true"]:after {
  font-family: 'FontAwesome';
  content: "\f077";
  float: left;
  top: 3px;
  position: relative;
  left: -4px;
}

.fav-market i {
  margin: 0 1px;
  font-size: 15px;
}

.fav-market .fa.fa-star-half-stroke {
  color: #ddd;
}

.fav-market .fa.fa-star {
  color: yellow;
}
.btncashout {
  background: var(--bs-green) !important;
  padding: 4px;
  font-size: 12px !important;
  border: 1px solid var(--bs-green);
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800 !important;
}
.btncashout i{
  font-style:normal;
}
.detail_screen span.min-max {
font-size: 10px;
color: yellow;
background: var(--bg-body);
padding: 2px 7px;
position: absolute;
right: 12px;
line-height: normal;
top: 0;
bottom: 0;
width: 75px;
text-align: center;
display: inline-table;
}
.detail_screen span.min-max span {
display: block;
line-height: 1;
}

.accordion-heading .row {
  align-items: center;
}
.detail_screen a.accordion-toggle[aria-expanded="false"]:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: left;
  top: 3px;
  position: relative;
  left: -4px;
}

.detail_screen .accordion {
  margin-top: 5px;
  overflow-x: hidden;
}

.detail_screen .accordion-heading {
  border-radius: 8px 8px 0 0;
  padding: 5px 8px;
  background: var(--bg-table-header-new);
}

.detail_screen .accordion-heading a {
  font-size: 13px;
  font-weight: 500;
  background: var(--bg-table-header-new);
  color: #fff;
}

.detail_screen .accordion-group {
  border-radius: 8px 8px 0 0;
  margin-bottom: 5px;
}

.bl-title {
  width: 52px;
  color: #fff;
  border-radius: 0;
  text-align: center;
  margin-right: 1px;
  font-size: 12px;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.back-title {
  background: none;
  text-transform: uppercase;
}

.lay-title {
  background: none;
  text-transform: uppercase;
}

.nation-name p {
  height: 19px;
  margin-bottom: 6px;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 13px;
}

.fancy_rname {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  display: block;
}

.detail_screen .nation-name p {
  display: flex;
}
.detail_screen .nation-name p .float-right {
  position: absolute;
  right: 0;
}
.detail_screen .accordion-body {
  padding: 1px 0 0 5px;
  background: #222;
  margin-bottom: 5px;
}
.detail_screen .accordion-body .row {
  border-bottom: 1px solid #23292d;
  align-items: center;
}
.detail_screen .bl-box {
  cursor: pointer;
  margin: 0 1px;
  height: 38px;
  padding: 3px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(16.66% - 1px);
}

.detail_screen .bl-box .odds {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.detail_screen .bl-box span {
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
}

.boxes-group {
  position: relative;
  width: 100%;
}

.boxes-group.two-odds {
  width: 100%;
  display: block;
}

.boxes-group.two-odds .bl-box {
  width: 50%;
}

.boxes-group .suspended {
  color: #FC4242;
  filter: initial;
  text-transform: uppercase;
  top: 0;
  height: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 600;
}

.boxes-group .bl-box:last-child {
  margin-right: 0 !important;
}

.market-message {
  text-transform: capitalize;
  padding: 0 5px;
  font-size: 12px;
}

.fancy-min-max {
  text-align: right;
  text-transform: capitalize;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  padding-right: 2px;
}
a.book {
  background: none !important;
  margin: 0 3px;
}
.macthed-unmacthed table {
  margin-bottom: 0;
}
.macthed-unmacthed ul a {
  padding: 4px;
  font-size: 11px;
  background: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  box-shadow: none;
}

.macthed-unmacthed ul a.actrive,
.macthed-unmacthed ul a:hover {
  background: #222;
  color: #fff;
}

.macthed-unmacthed thead td {
  font-size: 11px;
  text-transform: uppercase;
  color: #eee;
  border-color: #23292d !important;
  padding: 6px;
  white-space: nowrap;
}

.macthed-unmacthed tbody td {
  font-size: 12px;
  text-transform: capitalize;
  padding: 6px;
  color: #fff;
  white-space: nowrap;
}

.no-data {
  color: #FC4242;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
  width: 100%;
  padding: 5px;
  background: #23292e;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    top: 2px;
    font-style: normal;
    margin-left: 5px;
    background: #fdcf14;
    padding: 3px 4px;
    line-height: 1;
    border-radius: 2px;
    color: #000;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.premium-iframe {
  text-align: center;
  background: var(--bg-table-header-new);
  padding: 2px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100vh;
}
.newtab_collect .nav-tabs {
  background: #3d444b;
  padding: 3px;
  justify-content: center;
  display: flex;
}
.newtab_collect .nav-tabs li:last-child a{
  margin-right: 0 !important;
}
.newtab_collect .nav-tabs a {
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff !important;
  margin-right: 3px !important;
  font-size: 12px;
  padding: 5px;
  position: relative;
  border: 1px solid var(--bg-table-header-new) !important;
  width: 100%;
  justify-content: center;
}
.newtab_collect .nav-tabs li {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    text-align: center !important;
}
.align-item-center{
  align-items: center;
}

.newtab_collect a {
  position: relative;
  background: var(--theme-secondary) !important;
  border-radius: 0 !important;
}
/*DETAIL SCREEN*/

/*betting table*/
.close img {
  width: 14px !important;
  right: 5px !important;
  position: absolute;
  top: 15px !important;
}

.bet-slip-container {
  margin-bottom: 16px;
}

.bet-slip-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.bet-slip-box {
  border-radius: 8px;
  margin-top: 5px;
  padding: 4px;
  background: #333;
}

.bet-slip {
  padding: 5px;
  margin-bottom: 0;
}

.bet-slip .bl-box {
  width: 50%;
  height: auto;
  line-height: normal;
  margin: 0 1px;
}

.bet-slip .bl-box span {
  line-height: normal;
}

.bet-slip-box .userProfit {
  margin: 4px;
  padding: 2px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  background: #23292e;
  color: #fff;
}

.bet-nation,
.match-result {
  font-size: 13px;
}

.bet-nation img {
  width: 10px;
  height: 10px;
}

.bet-team {
  margin-top: 6px;
  color: #fdcf13;
  font-size: 13px;
  font-weight: 600;
}

.odds-box {
  position: relative;
  height: 40px;
  width: 80px;
  border-radius: 4px;
  padding: 0;
}

.odds-box input {
  height: 40px;
  width: 80px;
  background: 0 0;
  border: 0;
  background: none;
  font-size: 13px;
}

.bet-input .form-control {
  height: 36px;
  border: 0;
}

.bet-input.back-border,
.bet-input.lay-border {
  border-left: 0;
}

.bet-input {
  margin: 0 1px 5px 1px;
  width: calc(50% - 2px);
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 36px;
}

.back-border {
  border-left: 5px solid #72bbef;
}
.lay-border {
  border-left: 5px solid #f994ba;
}

.bet-input:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation-name: rotateborder;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotateborder;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: rotateborder;
  -moz-animation-duration: 4s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

.bet-input.back-border:before {
  background-color: #72bbef;
  background-image: linear-gradient(#72bbef, #72bbef), linear-gradient(#72bbef, #72bbef), linear-gradient(#72bbef, #72bbef), linear-gradient(var(--bg-table-header), var(--bg-table-header));
}
.bet-input.lay-border:before {
  background-color: #f994ba;
  background-image: linear-gradient(#f994ba, #f994ba), linear-gradient(#f994ba, #f994ba), linear-gradient(#f994ba, #f994ba), linear-gradient(var(--bg-table-header), var(--bg-table-header));
}

.bet-input:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #23292e;
  border-radius: 0;
  -webkit-transform: translateZ(0);
}

@keyframes rotateborder {
  100% {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn)
  }
}

.bet-buttons .btn {
  width: calc(25% - 3px);
  margin-right: 3px;
  margin-bottom: 3px;
  height: 30px;
  border-radius: 4px;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
}

.bet-buttons .btn:hover {
  opacity: .8;
}

.bet-buttons {
  display: inline-block;
  width: 100%;
}

.confirm-bets {
  padding: 0 8px 8px 8px;
}

.bet-slip-container .place-bet-btn {
  padding: 0;
  margin-top: 5px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #03b37f;
  border-color: #03b37f;
  cursor: not-allowed;
}

.tv-container a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: var(--bg-table-header-new);
}

.tv-container a[aria-expanded="false"]::after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 10px;
}

.tv-container a[aria-expanded="true"]::after {
  font-family: FontAwesome;
  content: "\f106";
  position: absolute;
  right: 10px;
}

/*betting table*/

/*account statement*/
.users_ui {
  margin: 6px;
  padding: 6px;
  border-radius: 8px;
  min-height: calc(100vh - 60px);
}

.users-title {
  position: relative;
}

.ac-search {
  position: absolute;
  right: 0;
  top: 0;
}

.users-title h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
}

.users_ui label {
  display: block;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
}

.users_ui input,
.users_ui select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  background: none;
  border: 1px solid #aaafb5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  text-transform: capitalize;
}

.users_ui input:focus,
.users_ui select:focus {
  box-shadow: 0 0 4px #aaafb5;
  outline: none;
  background: none;
  border: 1px solid #aaafb5;
}

.users_ui .btn-primary {
  background-color:var(--bg-table-header-new);
  border-color: var(--bg-table-header-new);
  font-size: 1rem;
  text-transform: capitalize;
}

.users_ui table {
  border: 1px solid #3c444b;
}

.users_ui table thead th {
  background: var(--bg-table-header-new);
  color: #fff;
  padding: 6px;
  text-transform: capitalize;
  font-size: 13px;
  border: 0;
}

.users_ui table tbody td {
  color: var(--text-sidebar);
  padding: 6px;
  text-transform: capitalize;
  font-size: 13px;
  border: 0;
}

.users_ui table tbody tr {
  border-bottom: 1px solid #3c444b;
}

.users_ui table tbody tr:hover {
  background: #00000013;
}
.users_ui .btn-info{
  background: var(--bg-table-header-new);
  border-color: var(--bg-table-header-new);
}
.red {
  color: red !important;
}

.green {
  color: green !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: none;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: none;
  background-color: #03b37f;
  border-color: #03b37f;
  opacity: .8;
}

.btDataTable tr.redbg td {
  background: #feafb2 !important;
}

.btDataTable tr.greenbg td {
  background: #8dd2f0 !important;
}

.btDataTable td button {
  text-transform: capitalize;
}

.dataTables_info,
.dataTables_filter {
  display: none;
}

.dataTables_wrapper .col-sm-12.col-md-7 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
}

.dataTables_paginate ul li {
  margin: 0;
}

.page-item.disabled .page-link {
  background: none;
  color: #eaebf0 !important;
  border: 0 !important;
}

.paginate_button.previous:before {
  font-family: FontAwesome;
  content: "\f104";
}

.paginate_button.next:after {
  font-family: FontAwesome;
  content: "\f105";
}

.paginate_button.previous a,
.paginate_button.next a {
  display: none;
}

.page-item.active .page-link {
  border-color: #03b37f;
  z-index: 1;
  background: #03b37f !important;
  border-radius: 50px;
}

.dataTables_filter label,
.dataTables_length label {
  display: inline-flex;
  align-items: center;
}

.dataTables_paginate ul li {
  margin: 0 7px;
  align-items: center;
  display: flex;
  color: #ddd;
}

.dataTables_paginate ul li a {
  color: #000 !important;
  border-radius: 5px;
  padding: 5px 10px;
}

.page-item.active .page-link {
  background: none;
  z-index: 1;
}

.rp-icons {
  display: flex;
  position: absolute;
  right: 0;
}

.rp-icons i {
  font-size: 30px;
  margin: 0 5px;
}

.rp-icons i.fa-file-pdf-o {
  color: red;
}

.rp-icons i.fa-file-excel-o {
  color: green;
}

/*account statement*/

.casino-report-tabs {
  padding: 10px 0;
  margin-top: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.casino-report-tabs .nav-tabs .nav-link {
  padding-top: 0;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  border: 0;
  cursor: pointer;
  font-size: 13px;
}

.casino-report-tabs .nav-tabs {
  border: 0;
}

.users-tabs {
  margin: 0 auto;
  justify-content: center;
  padding: 5px 0;
  margin-top: 15px;
}

.users-tabs li a {
  color: #aaafb5 !important;
  padding: 5px 10px;
  border-radius: 0 !important;
  font-size: 14px;
}

.users-tabs li a.active {
  background: none !important;
  box-shadow: inset 0px -2px 0 0 #ddd;
  font-weight: 600;
}

.radios-btns {
  position: absolute;
  left: 25%;
  width: 100px;
  display: flex;
  height: 30px;
  align-items: center;
}

.tbta {
  position: absolute;
  right: 25%;
  display: flex;
  font-size: 14px;
  height: 30px;
  align-items: center;
}

.tbta div {
  margin: 0 5px;
}

.button-value h5 {
  font-size: 15px !important;
}

.button-value th,
.button-value td {
  padding: 6px;
  border: none !important;
  font-size: 15px;
}

.button-value input {
  padding: 5px;
  font-size: 15px;
  background-color: #444;
  height: 36px;
  border-radius: 0;
  border: 1px solid #555;
  color: #ddd;
  margin: 5px;
}
.button-value .row{
  border-left: 1px solid #3c444b;
  border-right: 1px solid #3c444b;
  margin: 5px 0;
}
.button-value .row .col-6 {
    border-bottom: 1px solid #3c444b;
    padding-right: 10px;
    padding-left: 0;
    text-align: left;
    text-transform: capitalize;
    padding-left: 0px;
    font-size: 14px;
    color: #fff;
}
.button-value .row .col-6 label{
  margin: 0;
  padding: 8px;
}
.bg-theme{
  background: var(--bg-table-header-new);
}
.modal-content form {
  font-size: 13px;
}
.stake-modal .modal-content,
.rules-modal .modal-content,
.change-password-modal .modal-content {
    background: #000 !important;
}
.stake-modal .card,
.rules-modal .card,
.change-password-modal .card{
    background:none;
}
.stake-modal .card-header,
.rules-modal .card-header,
.change-password-modal .card-header{
    color:#fff;
}
.rules-modal .card-header .close,
.change-password-modal .card-header .close{
    color:#fff;
    filter:invert(1);
}
.stake-modal .card-body,
.rules-modal .card-body,
.change-password-modal .card-body{
    background:#222;
}
.change-password-modal form input{
    background:#222;
    border:1px solid #444;
    border-radius:0;
}

.rules-modal .panel-heading{
    background:#111;
}
.rules-modal .panel-heading button{
    display:block;
    width:100%;
    text-align:left;
    padding:0;
    color:#fff;
}
.rules-modal .panel-body{
    padding:5px
}
.rules-modal .panel-body table td{
    font-size:13px;
    color:#999;
}
.profile_content div {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile_content h1 {
    color: #ddd;
    border-bottom: 1px solid #2e3438;
    padding-bottom: 10px;
}

.profile_content h1 i {
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--bg-table-header-new);
}

.profile_content div strong {
    font-size: 15px;
    color: #eee;
    margin-right: 20px;
    width: 50%;
}

.profile_content div b {
    margin-left: 20px;
    color: #ffffff;
    width: 50%;
}

.profile_content {
    background: #3d444b;
    padding: 30px;
    border-radius: 3px;
}

.profile_content div strong:after {
    content: ':';
    padding-left: 5px;
    color: #999;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 7px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 230px;
  bottom: 0;
  width: 100%;
  z-index: 5;
  background: #272c33;
  text-align: left;
}

#footer .copyrgt {
  font-size: 12px;
  color: #eaebf0;
  text-align: left;
}

.mb-ts1,
.mb-ts2 {
  display: none;
}

.desktop {
  display: flex !important;
}

.mobile {
  display: none !important;
}
.casino_thumbs {
  margin-top: 10px;
}
.casino_thumbs img {
  height: 177px;
  width: 100%;
}
.casino_thumbs .row {
  margin: 0;
}
.casino_thumbs .row .col-md-3 {
  padding: 0 2px;
  margin-bottom: 4px;
}
.casino_thumbs .row .col-md-3 a {
  display: block;
}
.casino_thumbs .row .col-md-3 a img {
  border-radius: 5px;
}
.casino_tabs ul{
  scrollbar-width: none;
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    margin: 5px 0;
    border: 1px solid #3d444b;
}
.casino_tabs ul li{
    display: inline-block;
    border-right: 1px solid #3d444b;
    border-radius: 0 !important;
}
.casino_tabs ul li a{
    text-transform: capitalize;
    font-size: 13px;
    color: #a8a9b4;
    border-radius: 0 !important;
}
.casino_tabs ul li a.active,
.casino_tabs ul li a:hover{
    background: var(--bg-table-header-new) !important;
    color:#fff;
}
span.total-pl {
  color: #02b37f;
}
.fancy_odds_boxes .boxes-group .suspended {
  width: 33.9% !important;
  right:0;
  margin: auto 0 auto auto;
  font-size: 11px !important;
}
.sport99990, .sport99990:hover, .sport99990:focus, .sport99990:active,
.sport1, .sport1:hover, .sport1:focus, .sport1:active {
    background-color:#03b37f !important;
}
.sport4, .sport4:hover, .sport4:focus, .sport4:active {
    background-color: #20327b !important;
}
.sport2, .sport2:hover, .sport2:focus, .sport2:active {
    background-color: #f18521 !important;
}
.new-event {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 3px 0;
}

.new-event .new-event-item {
  flex: 1;
  max-width: 100%;
  background-image: url("https://wver.sprintstaticdata.com/v53/static/front/img/wave2.svg");
  background-position: center bottom;
  min-width: calc(20% - 5px);
  margin: 0 1px;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-top: 0;
}

.new-event .new-event-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  width: 100%;
}

.new-event .new-event-item:last-child {
  border-right: 0;
}

.new-event span {
  color: var(--text-white);
  font-size: var(--font-caption);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: auto;
  max-width: calc(100% - 42px);
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
   line-height: normal;
}

.new-event .d-icon {
  font-size: 20px;
}

.bookModal .modal-header {
  padding: 5px;
  background: var(--bg-table-header-new);
  color: #fff;
}

.bookModal .modal-header .close img {
  filter: unset;
}
.bookModal .modal-body{
  padding: 10px !important;
}
.bookModal .modal-body .col-md-12 {
  padding: 0;
}
.bookModal .modal-body th {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px;
}

.bookModal .modal-body td {
  font-size: 12px;
  text-align: center;
  padding: 6px;
}
.home_casino{
  display: none;
}
@media (max-width: 767px) {
  .users_ui{
    padding: 4px 2px;
  }
  .casino_thumbs{
    margin-top: 0;
  }
  .home_casino{
    display: block;
  }
  .dashboard-tabs .tab-content .dash-evenList{
    max-height: 310px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mobile-nav-active .mobile-nav-toggle .menu-button-bar:nth-child(2) {
    display: none;
  }
  .mobile-nav-active .mobile-nav-toggle .menu-button-bar:nth-child(1){
      transform: rotate(0.86turn);
      position: relative;
      top: 9px;
      left: 5px;
  }
  .mobile-nav-active .mobile-nav-toggle .menu-button-bar:nth-child(3){
      transform: rotate(0.13turn);
      bottom: 5px;
      position: relative;
      top: 3px;
      left: 5px;
  }
  .detail_screen a.accordion-toggle[aria-expanded="false"]:after,
  .detail_screen a.accordion-toggle[aria-expanded="true"]:after{
    left: -15px;
  }
  .detail_screen span.min-max{
    right: 0;
  }
  .betslip-mobile .bet-slip .close-bet {
    background: none !important;
  }
  .blink-soft{
    right: 15px;
  }
  .de_fancyTab {
    display: block !important;
    white-space: nowrap;
  }
  .de_fancyTab li {
    display:inline-block !important;
  }
  .home-right-sidebar{
    display: none;
  }
  .evenListBody .btn-group .bl-box{
    height: 32px;
  }
  .new-event span{
    font-size: 12px;
  }
  .new-event {
    scrollbar-width: none;
    margin-bottom:0;
    margin-top:0;
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .new-event .new-event-item {
    padding: 5px;
    background-repeat: repeat;
    background-size: contain;
    min-width: calc(40% - 10px);
    margin-right: 1px;
    margin-top: 0;
    margin-left: 0;
  }
  .casino_thumbs img {
    height: 75px;
  }
  .fancy_odds_boxes .boxes-group .suspended{
    width: 100% !important;
  }
  .detail_screen .accordion-body {
    padding: 5px;
  }
  .mobile {
    display: flex !important;
  }

  .desktop {
    display: none !important;
  }

  .detail_screen .accordion-heading .row {
    margin: 0;
  }

  .bet-buttons .btn {
    width: calc(25% - 3px);
    margin: 0 3px 3px 0;
  }

  /*new*/
  .m-logo {
    width: 90px;
    position: absolute;
    left: 12%;
  }

  .color-box-container,
  .depo-withdraw-btn {
    position: unset;
  }
  #header .depo-withdraw-btn{
    margin: 10px auto;
    display: block !important;
    justify-content: center;
    text-align: center;
  }
  #header .depo-withdraw-btn button{
    width: 45%;
  }
  .game-date {
    width: 65px;
    display: block;
    border-right: 1px solid #666;
  }

  .game-title .day {
    width: auto;
    height: auto;
    display: block;
    line-height: normal;
    font-size: 11px;
  }

  .game-name {
    width: 200px;
  }

  .news-uf .fixure-title,
  .news-uf,
  .news-uf .fixure-title:after,
  .news-uf .fixure-box-container {
    height: 30px !important;
  }
  .news-uf .fixure-box-container {
    width: calc(100% - 30px) !important;
  }
  .news-uf .news-title img {
    width: 30px;
  }
  .news-uf .fixure-title:after {
    border-top: 15px solid transparent !important;
    border-left: 15px solid #03b37f !important;
    border-bottom: 15px solid transparent !important;
  }

  .dash-uf,
  .news-uf {
    width: 100%;
  }

  .dash-uf .fixure-box-container,
  .news-uf .fixure-box-container {
    width: 70%;
  }
  .myslider{
    display: none !important;
  }
  .dash-uf {
    order: 2;
    display: none !important;
  }

  .news-uf {
    order: 1;
  }

  .user-right {
    width: auto;
    display: grid;
    right: 10px;
    position: absolute;
  }

  .user-icon {
    height: 20px;
    width: 20px;
    line-height: 15px;
    background: #444;
    border-radius: 100px;
    margin-right: 5px;
  }
  .user-right.mobile {
    display: block !important;
    line-height: normal;
  }
  .user-icon img {
    width: 10px;
  }

  .user-right .balance,
  .user-right .btn-group {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin: 0 5px;
    background: none;
    height: auto;
    text-align: right;
    justify-content: end;
    padding: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
  }

  .mobile-nav-active #header {
    top: 0;
    padding-top: 5px;
    width: 76%;
    z-index: 9999;
    left: 0;
  }

  .mobile-nav-toggle {
    position: sticky;
    left: 5px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }
  .menu-button-bar {
    height: 2px;
    width: 24px;
    border-radius: 1px;
    background-color: #aaafb5;
    display: block;
    margin-bottom: 5px;
  }
  .mobile-nav-toggle i,
  .mobile-nav-active .mobile-nav-toggle i {
    font-weight: 100;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .fa-bars:before {
    font-family: FontAwesome;
    content: "\f060";
  }

  .dash-header {
    display: grid;
    margin: 0;
    position: inherit;
    padding: 0;
  }
  .dashboard-tabs {
    padding-top: 2px !important;
  }

  .header-top {
    height: 45px;
    position: sticky;
    justify-content: space-between;
    background: none;
  }

  .center-section {
    width: 100%;
  }

  .rightSidebar,
  .header-top ul {
    display: none;
  }

  #main {
    padding-bottom: 10px;
  }
  .wrapper-login {
    overflow: hidden;
  }

  .dashboard-tabs ul {
    border: none;
    background: #2e3439;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .evenListBody{
    border-bottom: 1px solid #3c444b;
    background-color: #666;
    padding: 3px;
    margin: 0 0 3px 0;
  }
  .evenListBody .btn-group{
    width: 33.33333%;
  }
  .evenListBody .col-md-8.col-12 {
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    background-color: var(--bg-table);
/*    padding: 4px;*/
    margin-bottom: 3px;
  }
  .dashboard-tabs ul li {
    display: inline-block;
  }
  .dashboard-tabs ul li a {
    padding: 1px;
    font-size: 12px;
    padding: 0;
    display: inline-flex;
    border-right: 1px solid #3c444b !important;
  }
  .dashboard-tabs ul li a span {
    line-height: normal;
  }
  .dashboard-tabs ul li a img {
    display: block;
    margin: 0 auto;
  }
  .dashboard-tabs ul li a i {
    display: block;
    font-size: 18px;
  }

  .dashboard-tabs ul li:last-child {
    margin-right: 0;
  }

  .dashboard-tabs ul .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }

  .side-top-menu a {
    width: 25%;
    text-align: center;
    text-transform: capitalize;
    color: #eee !important;
    font-size: 13px;
    border-right: 1px solid #3c444b;
    align-items: center;
    display: inline-grid;
    margin: 0 auto;
    background: #23292e;
    padding: 5px 0;
  }

  /* .side-top-menu a:first-child {
    background: #3c444b;
  } */

  .side-top-menu a:last-child {
    border-right: none;
  }

  .side-searchbar .mobile-nav-toggle {
    position: absolute;
    font-size: 23px;
    top: 7px;
    right: -35px;
    left: inherit;
  }

  .side-searchbar .mobile-nav-toggle i {
    color: #3c444b;
  }

  .game-header {
    display: grid;
    font-size: 12px;
    justify-content: inherit;
    padding: 4px;
  }

  .tv-m {
    position: absolute;
    right: 12px;
    color: #fff;
  }
  .list-m {
    position: absolute;
    right: 35px;
    color: #fff;
    font-size: 18px;
  }
  .multi-market-link {
    position: absolute;
    right: 58px;
    color: #fff;
  }
  .next_btns{
    position: absolute;
    right: 12px;
    color: #fff;
  }

  .mw-100,
  .all-markets {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
  }

  .boxes-group {
    width: 100%;
  }

  .detail_screen .bl-box {
    width: 50%;
  }

  .fancy-min-max {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 40px;
  }

  .market-message {
    font-size: 11px;
  }

  #header nav.nav-menu {
    overflow-y: scroll;
    height: calc(100% - 100px);
    overflow-x: hidden;
  }

  .ac-search {
    position: inherit;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .users_ui .btn-primary {
    margin-top: 5px;
    display: block;
    width: 100%;
  }

  .dataTables_wrapper .col-sm-12.col-md-7 {
    justify-content: center;
  }

  .report-form {
    border-bottom: 1px solid #3c444b;
    padding-bottom: 5px;
  }

  .users_ui table tbody td {
    white-space: nowrap;
  }

  .radios-btns,
  .tbta {
    position: inherit;
    display: table-header-group;
  }

  .inner-footer .footer-top .support,
  .inner-footer .footer-top .footer-social {
    margin: 10px 0;
  }

  .inner-footer .footer-menu {
    padding: 0;
  }

  .inner-footer .footer-menu ul li {
    margin: 0;
    padding: 0;
    width: 48%;
    justify-content: center;
  }

  .inner-footer .footer-menu ul li a {
    font-size: 12px;
    padding: 1px;
  }
  .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .footer-menu ul li{
    list-style: none;
  }
  .footer-top{
    justify-content: center;
  }
  .inner-footer .footer-menu ul li::after {
    display: none;
  }

  .ball-runs {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }

  /*new*/


}

/* odin */
.casino_division iframe {
  height: calc(100vh - 100px);
  overflow-y: auto;
}

iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
}

.casino-min-max {
  width: 92%;
  text-align: right;
  color: #fff;
}

ul.ks-cboxtags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  background: transparent;
  /* float: right; */
  /* margin-right: 12%; */
  position: absolute;
  right: 0;
}
ul.ks-cboxtags li:first-child {
  margin-right: 5px;
}

ul.ks-cboxtags li {
  display: inline;
}
ul.ks-cboxtags li label {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  white-space: nowrap;
  margin: 2px 1px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
}
ul.ks-cboxtags li label {
  padding: 2px 8px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 12px;
  padding-right: 5px;
  content: "\f067";
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  border: 1px solid #00ad6f;
  background-color: #00ad6f;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}