/* @import url("https://use.fontawesome.com/releases/v5.7.0/css/all.css"); */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

/* @import url("https://fontawesome.com/v4/assets/font-awesome/css/font-awesome.css"); */

.rc_data, .sidebar-swiper {
  height: 100vh; 
  width: 100%;
  overflow: hidden
}
.rc_data {
  position: fixed;
  right: 0;
  top: 0;
  width: 258px;
}
.sidebar-swiper .swiper-wrapper {
  height: 100%;
}

.sidebar-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sidebar-swiper .swiper-slide img {
  max-height: 100%;
  width: auto;
  object-fit: cover;
}

/* .sidebar-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-swiper .swiper-slide img {
  max-height: 100%;
  width: auto;
} */
body {
  font-family: 'Noto Sans', sans-serif;
  color: #272829;
  overflow-x: hidden;
}

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;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  color: var(--text-light);
}
.inner-footer .support {
  width: 100%;
  padding: 10px;
  color: var(--text-light);
  border-radius: 0px;
  position: relative;
  align-items: center;
  text-align: center;
}
.inner-footer .support h2{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.footer-menu ul{
  padding:10px;
  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 {
  font-weight: bold;
  font-size: 14px;
  transition: 0.5s;
  border-bottom: 1px solid;
  color: var(--text-light);
  text-decoration: none;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed;
  padding: 6px 0;
  width: 90%;
  margin: 0 auto;
}
.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;
}
.social_links{
  display: block;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.social_links a{
  display: block;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
.social_links svg{
  margin-right: 5px;
}
.inner-footer .social_links {
  display: flex;
}
.site-info{
  font-size: 14px;
  text-align: center;
  width: 90%;
  margin: 10px auto;
  padding-bottom: 5px;
}

/*dash footer*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.theme-language {
  background: #111;
  margin: 0;
  padding: 6px;
  top: 4px !important;
  border: 1px solid var(--primary-color);
}
.theme-change h4 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.theme-change-btns .color-box {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  text-transform: capitalize;
  font-size: 14px;
  padding: 4px 0;
  cursor: pointer;
}
.theme-change-btns {
  border: 1px solid var(--primary-color);
  padding: 5px;
  border-radius: 4px;
  background: #222;
}
.header-top ul li a.router-link-active,
.header-top ul li a:hover {
  color: #fdcf13;
}
.dash-uf .fixure-title {
  background: var(--primary-color) !important;
}
.detail_screen .accordion-heading {
  background: var(--primary-color);
}
.dash-uf .fixure-title:after {
  border-left: 23px solid var(--primary-color) !important;
}
/*topbar*/
.header-top {
  background-color: var(--primary-color);
  position: fixed;
  top: 0;
  height: 34px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

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

.header-top ul li {
  margin: 0 7px;
  padding: 0 7px;
  position: relative;
  list-style: none;
}

.header-top ul li a {
  font-weight: 700;
  font-size: 14px;
  transition: .5s;
  color: #fff;
}

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

.header-top ul li:last-child:after {
  background-color: transparent !important;
}
.settingColor-dw,
.color-box-container {
  right: 0;
}
.settingColor-dw,
.color-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.btn_deposit{
  background: #28a745;
  border-color:#28a745;
  font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    border: none;
    padding: 4px 10px;
    margin-right: 5px;
}
.btn_withdrawal{
  background: #dc3545;
  border-color: #dc3545;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  border: none;
  padding: 4px 10px;
  margin-right: 5px;
}
.top_dw_btns a {
  color: #fff !important;
  text-transform: capitalize;
}
.sc_btn a{
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.sc_btn a:after {
  display: none;
}

.deposit_withdrawal h2.userscreen-title {
  background: var(--primary-color);
  display: flex;
}
.deposit_withdrawal h2.userscreen-title button {
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  text-transform:uppercase;
}
.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 {
  position: fixed;
  top: 34px;
  left: 0;
  bottom: 0;
  width: 220px;
  z-index: 3;
  /*transition: all 0.5s;*/
  padding: 0;
  overflow-y: hidden;
}

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

#main {
  display: flex;
  margin-left: 220px;
}
.detailScrn .main_content{
  width: 100%;
}
.detailScrn .rightsidebar_content{
  display: none
}
.main_content{
  width: calc(100% - 258px);
}
.rightsidebar_content{
  width: 258px;
}
@media (max-width: 1199px) {
  #header {
    left: -230px;
  }

  #main {
    margin-left: 0;
  }

}

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

.mainlogo.desktop img {
  max-height: 65px;
  max-width: 100%;
  height: auto;
}

.side-searchbar {
  border-radius: 5px;
  margin: 0 10px 10px 10px;
  display: inline-flex;
  width: auto;
}

.side-searchbar .input-group-text,
.side-searchbar input {
  background: none;
  border: none;
  font-size: 13px;
}

.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%;
}
#header nav.nav-menu h4 {
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
}
.nav-menu ul li a {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  margin-bottom: 0;
  transition: 0.3s;
  font-size: 13px;
  border-bottom: none;
  text-transform: capitalize;
  position: relative;
}

body .nav-menu ul li a[aria-expanded="true"] {
  /* background: #20327b; */
  color: #fff !important;
}

.nav-menu ul li ul li a[aria-expanded="true"] {
  background: #20327bbf;
  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-menu ul li ul li a {
  /* background: #3c444b; */
}

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

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

.nav-menu ul li a em {
  font-style: normal;
}
.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-57,
.nav-menu ul li a[aria-expanded="true"] .icon-19,
.nav-menu ul li a[aria-expanded="true"] .icon-18,
.nav-menu ul li a[aria-expanded="true"] .icon-15,
.nav-menu ul li a[aria-expanded="true"] .icon-60,
.nav-menu ul li a[aria-expanded="true"] .icon-66,
.nav-menu ul li a[aria-expanded="true"] .icon-40,
.nav-menu ul li a[aria-expanded="true"] .icon-
.nav-menu ul li a[aria-expanded="true"] .icon-
.nav-menu ul li a[aria-expanded="true"] .icon-
.nav-menu ul li a[aria-expanded="true"] .icon-
.nav-menu ul li a[aria-expanded="true"] .icon-
.nav-menu ul li a[aria-expanded="true"] .icon-
.nav-menu ul li a[aria-expanded="true"] .icon-
.nav-menu ul li a[aria-expanded="true"] .icon-
.nav-menu ul li a[aria-expanded="true"] .icon-
 {
  color: #fff;
}

/*dashboard start*/
.both-section {
  display: flex;
}

.center-section {
  width: 75%;
}

.rightSidebar {
  width: 25%;
  border-radius: 8px;
  padding: 4px;
  height: calc(100vh - 100px);
  overflow-x: hidden;
}
a.detail-casino-link {
  padding: 4px;
  display: block;
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
}
.verical-slider {
  height: 80vh;
}

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

.dash-header {
  display: flex;
  width: auto;
  padding: 5px 0;
  border-radius: 0;
  position: sticky;
  top: 34px;
  z-index: 999;
}

.dash-uf {
  width: 38%;
  margin-right: 4px;
}

.news-uf {
  width: 38%;
}

.dash-uf,
.news-uf {
  height: 40px;
  border-radius: 0 !important
}

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

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

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

.news-uf .fixure-title {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 50px !important;
  height: auto !important;
}
.news-uf .fixure-title img{
  width: 40px;
}
.dash-uf .fixure-title:after {
  height: 40px !important;
  content: "";
  position: absolute;
  width: 40px;
  border-top: 20px solid transparent !important;
  border-bottom: 20px solid transparent !important;
  right: -40px;
  top: 0;
}

.news-uf .fixure-title:after {
  display: none !important;
}
.news-uf .fixure-box-container {
  width: calc(100% - 50px) !important;
}
.dash-uf .fixure-box-container,
.news-uf .fixure-box-container {
  height: 40px !important;
}

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

.user-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444;
}
.user-icon i{
  color: #fff;
  font-size: 20px;
}
.user-right .balance,
.user-right .btn-group {
  display: inline-flex;
  align-items: center;
}
.user-right .balance div em{
  width: 40px;
  background: #444;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-right .balance div em i{
  font-size: 20px;
}
.user-right .balance div{
  display: flex;
  align-items: center;
  background: #111;
  color: #fff;
  height: 40px;
}
.user-right .btn-group{
  background: #111;
}
.user-right .btn-group .dropdown-toggle::after {
  /* content: "\f078";
  border: none;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin: 0;
  vertical-align: middle; */
}
.user-right .balance .ba_ex_dv{
display: block;
padding: 4px;
}
.user-right .balance .ba_ex_dv span {
  display: block;
  text-align: left;
  text-transform: capitalize;
  font-size: 12px;
}
.user-right .btn-group a.dropdown-toggle {
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  padding: 4px;
  color: #fff;
}
.user-right .balance {
  font-size: 12px;
  margin-right: 4px;
}
.user-right .balance span {
  margin: 0 2px;
}
.user-right .dropdown-menu-right a {
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 7px 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.dashboard-tabs ul {
  border: none;
  overflow-x: auto;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow-y: hidden;
}
.dashboard-tabs ul li {
  display: inline-block;
}
.dashboard-tabs ul.nav-fill {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  white-space: nowrap;
  flex-wrap: inherit;
}
.dashboard-tabs ul li a {
  color: var(--text-light);
  border: none !important;
  box-shadow: none;
  padding: 6px 38px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0 !important;
  border-right: 1px solid #3c444b !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino_tabs_ul ul li a.active {
  background: var(--primary-color) !important;
}
.dashboard-tabs ul li a i{
  font-size: 18px;
  margin-right: 4px;
}
.dashboard-tabs ul li a:hover {
  border: none;
  box-shadow: none;
}
.dashboard-tabs ul li a.active,
.dashboard-tabs ul li a:hover,
.dashboard-tabs ul li a.active i,
.dashboard-tabs ul li a:hover i{
  color: #fff !important;
  /* color: #fff !important;
  background: #20327b !important; */
}
.evenListHead {
  display:none;
  margin: 0;
  background: #20327b;
  align-items: center;
  height: 32px;
}

.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;
}

.evenListBody {
  margin: 0;
  align-items: center;
}

.dark-theme .evenListBody .col-md-6 {
  text-align: center;
}

.evenListBody .btn-group {
  display: inline-block;
  margin: 0 1px;
  width: 32%;
}

.evenListBody .btn-group .bl-box {
  width: 49%;
  margin: 0 0.5px;
}

.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%;
}

.team-name {
  max-height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 75%;
}

.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: var(--text-body);
}

.bl-box {
  height: 22px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  width: 16.6666667%;
  color: #000;
  font-size: 16px;
  align-items: center;
  border-radius: 0 !important;
  font-weight: 600;
  cursor: pointer;
}

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

.suspended {
  position: absolute;
  /* color: #ddd; */
  justify-content: center;
  display: inline-block;
  left: 0;
  top: 1px;
  right: 0;
  justify-content: center;
  text-align: center;
  height: 25px;
  background: #dddddd9e;
  border-radius: 4px !important;
  filter: invert(1);
  cursor: no-drop;
  font-size: 17px;
}
.back1{
  background-color: #72bbefcc;
}
.back2{
  background-color: #72bbefa3;
}
.back {
  background-color: #72bbef;
}
.back:hover {
  background-color: #4fa1dc;
}
.lay1{
  background-color: #f994bacc;
}
.lay2{
  background-color: #f994baa3;
}
.lay {
  background-color: #f994ba;
}
.lay:hover {
  background-color: #e16f9a;
}
.race-inner-tab .evenListBody .btn-group {
  width: auto;
  background: #ddd;
}
.race-inner-tab .evenListBody .col-12 {
  text-align: left;
}
.race-inner-tab .evenListBody .btn-group button {
  display: block;
  background: none;
  font-size: 14px;
  padding: 0 5px;
  width: auto;
  height: 30px;
}
.race-inner-tab .evenListBody .game-name{
  padding: 0;
}
/*dashboard end*/

/*DETAIL SCREEN*/
/*scoreboard*/
.banner {
  height: auto;
  border-radius: 8px;
  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*/
.game-header {
  padding: 8px;
  color: #fff;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #20327b;
  font-size: 13px;
  text-transform: uppercase;
}
.game-header a.detail-casino-link {
  display: none;
}
.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 .fav-market{
  padding-left: 10px;
}
.btn-cashout {
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  background: #28a745;
  border-radius: 2px;
  padding: 2px 6px;
  margin: 0 4px;
  color: #fff;
}
.fav-market i {
  color: var(--text-light);
  margin: 0 3px;
  font-size: 14px;
}
.fav-market .fa.fa-star {
  color: yellow;
}

.detail_screen span.min-max {
  font-size: 8px;
  color: var(--text-light);
  background: #222;
  border-radius: 10px;
  padding: 3px 8px;
}
.detail_screen a.accordion-toggle[aria-expanded="true"]:after {
  font-family: 'FontAwesome';
  content: "\f077";
  float: left;
  top: 6px;
  position: relative;
  left: 10px;
  font-size: 10px;
  font-weight: 900;
}
.detail_screen a.accordion-toggle[aria-expanded="false"]:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: left;
  top: 6px;
  position: relative;
  left: 10px;
  font-size: 10px;
  font-weight: 900;
}

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

.detail_screen .accordion-heading {
  padding:3px 0;
}

.detail_screen .accordion-heading a {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-light);
}
a.info-rules {
  color: #000000 !important;
  position: absolute;
  right: 10px;
  top: 3px;
}
.detail_screen .accordion-group {
  border-radius: 0;
}
iframe.premium-iframe {
  height: calc(100vh - 100px);
}
.fancy_title a.accordion-toggle {
  padding-left: 20px;
}
.fancy_title a {
  text-transform: uppercase;
  margin-right: 10px;
  position: relative;
}
.newtab_collect a.nav-link {
  position: relative;
  width: auto !important;
  display: inline-block;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
  text-transform: uppercase;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0;
  font-style: normal;
  margin-left: 5px;
  background: yellow;
  padding: 3px 4px;
  line-height: 1;
  border-radius: 2px;
  color: #000;
}
@keyframes blinker {
  50% {
      opacity: 0
  }
}
.bl-title {
  width: calc(16.66666% - 1px);
  border-radius: 0;
  text-align: center;
  margin-right: 0px;
  font-size: 14px;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  margin: 0 0.5px;
}

.back-title {
  background: #72bbef80;
}

.lay-title {
  background: #f994ba80;
}

.nation-name p {
  height: auto;
  margin-bottom: 0;
  line-height: normal;
  font-size: 13px;
  color: var(--text-light);
}

.fancy_rname {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  display: block;
}
.detail_screen .nation-name{
  padding-left: 10px;
}
.detail_screen .nation-name p {
  display: flex;
}
.detail_screen .accordion-heading .row,
.detail_screen .accordion-body .row {
  margin: 0;
  align-items: center;
}
.detail_screen .accordion-heading .col-md-7, .detail_screen .accordion-heading .col-md-5,
.detail_screen .accordion-body .row .col-md-7, .detail_screen .accordion-body .row .col-md-5 {
  padding: 0;
}
.detail_screen .accordion-body {
  padding: 0;
}
.detail_screen .boxes-group{
  display: inline-block !important;
}
.detail_screen .bl-box {
  margin: 0 0.5px;
  border-radius: 0px;
  height: 34px;
  display: inline-block;
  line-height: 1;
  width: calc(16.6666667% - 1px);
}
.detail_screen .bl-box .odds {
  font-weight: 900;
  font-size: 16px;
}
.detail_screen .bl-box i {
  font-size: 12px;
  font-weight: 600;
  display: block;
  font-style: normal;
}
.detail_screen .msgs{
  font-size: 12px;
  color: red;
  font-weight: 600;
}
.new-single-odds-market .bl-box:first-child, .new-single-odds-market .bl-box:last-child {
  display: none;
}
.bookmaker_type4 .row{
  margin: 0;
  border-bottom: 1px solid #343a40;
}
.new-single-odds-market .back.bl-box {
    float: right;
    width: 40% !important;
}
.bookmaker_type4 .back-title {
  width: 40%;
}
.bookmaker_type4 .suspended{
  width: 40%;
  right: 0; 
  margin: 0 0 0 auto;
}
.fancyData {
    margin: 0;
}
.fancyData .col-md-6 {
    padding: 0 5px;
}
.fancyData .nation-name {
    padding: 0;
}
.fancyData span.fancy.fav-market {
    padding: 0;
}
.fancyData .nation-name p {
    font-size: 12px;
    align-items: center;
    position: relative;
}
span.book-fancy {
  position: absolute;
  right: 3px;
  color: red;
}
.bookModal .modal-header {
  background: var(--primary-color);
}
.bookModal .modal-header h5 {
  color: #fff;
}
.bookModal .modal-header .close {
  color: #fff;
}
.bookModal .modal-body table {
  margin: 10px 0;
}
.fancyData .two-odds .bl-box {
  width: calc(50% - 1px) !important;
}
.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;
  border-radius: 0px !important;
  top: 0;
  height: 34px;
  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: 13px;
}
.fancy-min-max {
  text-align: right;
  text-transform: capitalize;
  font-size: 10px;
  font-weight: 600;
}
.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: var(--primary-color);
  color: #fff;
}
.macthed-unmacthed thead td {
  padding: 4px;
  font-size: 11px;
  text-transform: uppercase;
  color: #eee;
}
.macthed-unmacthed tbody td {
  font-size: 12px;
  text-transform: capitalize;
  padding: 4px;
  color: #fff;
}
.no-data {
  color: #FC4242;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
  width: 100%;
  padding: 5px;
  background: #23292e;
}

.market-rule-modal .modal-header {
  background: var(--primary-color);
}
.market-rule-modal .modal-header .close-btn {
  border: none;
  background: none;
}
.market-rule-modal .modal-header h5 {
  color: #fff;
}
.market-rule-modal .modal-header .close-btn span {
  filter: invert(1);
  opacity: 1;
}
.market-rule-modal .modal-body h5{
  font-weight:600;
  font-size:18px;
  color:var(--primary-color)
}
.market-rule-modal .modal-body p {
  font-size: 13px !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: 8px;
  padding: 0;
}

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

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

.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;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}

.odds-box {
  position: relative;
  height: 40px;
  width: 80px;
  border-radius: 4px;
  padding: 0;
  border: 1px solid var(--text-body);
}

.odds-box input {
  height: 40px;
  width: 80px;
  background: 0 0;
  border: 0;
  background: none;
  font-size: 13px;
  color: var(--text-body);
}

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

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

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

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

.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: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 {
  min-width: 19%;
  margin-right: 4px;
  margin-bottom: 4px;
  height: 35px;
  border-radius: 4px;
  background-color: #03b37f52;
  border-color: transparent;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
}

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

.bet-buttons {
  padding: 8px 8px 0 8px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-center;
  flex-wrap: wrap;
}

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

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

.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;
}

.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_ui .unsettled td{
  color: #000 !important;
}
.users_ui .unsettled tr.back:hover{
  background: #72bbef !important;
}
.users_ui .unsettled tr.lay:hover{
  background: #f994ba !important;
}
.users-title {
  position: relative;
}

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

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

.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: 0;
  -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 button{
  border-radius: 0;
}
.users_ui .btn-primary {
  background-color: #03b37f;
  border-color: #03b37f;
  font-size: 1rem;
  text-transform: capitalize;
  border-radius: 0;
}

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

.users_ui table thead th {
  white-space: nowrap;
  padding: 6px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  border: 0;
  background: var(--primary-color);
  color: #fff !important;
}

.users_ui table tbody td {
  padding: 6px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  border: 0;
  vertical-align: middle;
}
.users_ui table tbody td a{
  text-decoration: underline !important;
}
.users_ui table tbody td a.btn-info {
  text-decoration: none !important;
  padding:3px 6px;
  line-height: normal;
  font-size: 12px !important;
  background:var(--primary-color);
  border-color:var(--primary-color);
}
.users_ui table tbody td a.btn-info:hover,
.users_ui table tbody td a.btn-info:focus{
  background:var(--primary-color);
  border-color:var(--primary-color);
}
.users_ui table tbody tr {
  border-bottom: 1px solid #3c444b;
}
tr.back{
  background: #72bbef !important;
}
tr.lay{
  background: #f994ba !important;
}
tr.back td,
tr.lay td{
  color: #000 !important;
}
.users_ui table tbody tr:hover {
  background: #00000013;
}
.users_ui table tfoot {
  background: var(--primary-color);
  color: #fff;
}
.users_ui .pagination {
  margin-top: 3px;
  width: 100%;
  justify-content: end;
}
.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 {
  height: 36px !important;
  font-size: 15px;
}

.modal-content form {
  font-size: 13px;
}

/*--------------------------------------------------------------
# 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;
}
.aviator-header svg{
  height: 32px;
  transform: rotate(10deg);
  animation:aviatoricon 1s infinite;
}

@keyframes aviatoricon {
  0% {fill:red;}
  50% {fill:#fff;}
  100%{fill:#000;}
}
.new_event_section {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
}

.nes_item {
  background-image: url('https://wver.sprintstaticdata.com/v156/static/front/img/wave2.svg');
  background-position: center bottom;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 2px;
  padding: 0 10px;
}
.nes_item i {
  margin-right: 5px;
  font-size: 20px;
  color: #fff;
}
.nes_item a {
  color: #fff;
  display: flex;
  align-items: center;
}
.nes_item a span {
  font-size: 14px;
}
.nes_item:first-child {
  margin-left: 0;
}
.nes_item:last-child {
  margin-right: 0;
}
.nes_sports1{
  background-color: #20327b;
}
.nes_sports2{
  background-color: #207b2c;
}
.nes_sports3{
  background-color: #7b2060;
}
.nes_sports4{
  background-color: #7b2020;
}
.nes_sports5{
  background-color: #7b2064;
}
.user_login_section {}

.user_login_section form {
    display: flex;
    align-items: center;
}
.user_login_section form input {
    height: 40px;
    border-color: #555;
    border-radius:0;
    font-size:14px;
    background: #444;
}
.user_login_section form input::placeholder{
    text-transform:capitalize;
}
.user_login_section form input:focus{
  box-shadow: 0 0 4px var(--text-body);
  background-color: #23292e;
  border: 1px solid #aaafb5;
  color: var(--text-body);
  box-shadow: none;
}
.user_login_section form button,
.user_login_section form a {
  height: 40px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 0 12px;
  margin: 0 3px;
  display: flex;
  align-items: center;
}
.user_login_section form .form-group, .user_login_section form .input-group {
  margin: 0;
  width: auto;
}
.user_login_section form .input-group-text{
  background: #6c757d;
  border: none;
  color: #fff;
  padding: 0 15px;
}
.user_login_section form .btns_login{
  background: #03b37f;
  border-color: #03b37f;
}
.user_login_section form .btns_forgot{
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.user_login_section form .btns_register{
  background: #03b37f;
  border-color: #03b37f;
}
.m_btns_register,
.m_btns_login{
  display: none;
}
.csn_thumb {
    width: calc(25% - 4px);
    margin: 2px;
}
.csn_div {
    display: ruby;
}
.casino-name {
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 4px;
}
.csn_thumb img {
    height: 155px;
    width: 100%;
    max-height: 155px;
    object-fit: cover;
}
.new_icasino_tabs li img {
  width: 24px;
  filter: invert(1);
  margin-right: 4px;
}
.new_icasino_tabs li span{
  display: flex;
  align-items: center;
}
.bet-table-header {
  position: relative;
  background: var(--primary-color);
  padding: 5px 8px;
}
span.list-sport-title {
  color: #fff;
  background: var(--primary-color);
  /* width: 100%; */
  /* display: block; */
}
.casino_searchbar {
  position: absolute;
  right: 0;
  top: 0;
}
.casino_searchbar span.input-group-text {
  background: none;
  background: #bb1919;
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 0 10px;
}
.casino_searchbar input {
  border: none;
  color: #000;
  padding: 5px;
}
.casino_searchbar input:focus{
  box-shadow: none;
  border: none;
  outline: none;
}
.icon-2 {
  color: #f18521;
}
.dashboard-tabs ul li .bg-2.active,
.dashboard-tabs ul li .bg-in_play.active,
a.bg-2[aria-expanded="true"]{
  background: #f18521;
}
.icon-4{
  color:#20327b;
}
.dashboard-tabs ul li .bg-4.active,
a.bg-4[aria-expanded="true"]{
  background: #20327b;
}
.icon-1{
  color:#03b37f;
}
.dashboard-tabs ul li .bg-1.active,
.dashboard-tabs ul li .bg-7511.active,
.dashboard-tabs ul li .bg-5.active,
a.bg-1[aria-expanded="true"],
a.bg-7511[aria-expanded="true"],
a.bg-5[aria-expanded="true"]{
  background: #03b37f;
}
.icon-8{
  color:#db2752;
}
.dashboard-tabs ul li .bg-8.active,
.dashboard-tabs ul li .bg-20.active,
a.bg-8[aria-expanded="true"],
a.bg-20[aria-expanded="true"]{
  background: #db2752;
}
.icon-22{
  color:#3c7a57;
}
.dashboard-tabs ul li .bg-2.active,
.dashboard-tabs ul li .bg-31.active,
a.bg-22[aria-expanded="true"]{
  background: #3c7a57;
}
.icon-68{
  color:#03b37f;
}
.dashboard-tabs ul li .bg-68.active,
a.bg-68[aria-expanded="true"]{
  background: #03b37f;
}
.icon-15{
  color:#fbb03b;
}
.dashboard-tabs ul li .bg-15.active,
.dashboard-tabs ul li .bg-7522.active,
a.bg-15[aria-expanded="true"],
a.bg-7522[aria-expanded="true"]{
  background: #fbb03b;
}
.icon-18{
  color:#074a60;
}
.dashboard-tabs ul li .bg-18.active,
.dashboard-tabs ul li .bg-998917.active,
a.bg-18[aria-expanded="true"],
a.bg-998917[aria-expanded="true"]{
  background: #074a60;
}
.icon-59{
  color:#11b24b;
}
.dashboard-tabs ul li .bg-59.active,
.dashboard-tabs ul li .bg-6422.active,
a.bg-59[aria-expanded="true"]{
  background: #11b24b;
}
.icon-19{
  color:#2f7ed5;
}
.dashboard-tabs ul li .bg-19.active,
.dashboard-tabs ul li .bg-7524.active,
a.bg-19[aria-expanded="true"],
a.bg-7524[aria-expanded="true"]{
  background: #2f7ed5;
}
.icon-9{
  color:#74c94b;
}
.dashboard-tabs ul li .bg-9.active,
.dashboard-tabs ul li .bg-29.active,
a.bg-9[aria-expanded="true"],
a.bg-29[aria-expanded="true"]{
  background: #74c94b;
}
.icon-55{
  color:#ed5f62;
}
.dashboard-tabs ul li .bg-55.active,
a.bg-55[aria-expanded="true"]{
  background: #ed5f62;
}
.icon-6{
  color:#e44e23;
}
.dashboard-tabs ul li .bg-6.active,
a.bg-6[aria-expanded="true"]{
  background: #e44e23;
}
.icon-3{
  color:#e44e23;
}
.dashboard-tabs ul li .bg-3.active,
.dashboard-tabs ul li .bg-26420387.active,
a.bg-3[aria-expanded="true"],
a.bg-26420387[aria-expanded="true"]{
  background: #e44e23;
}
.icon-35{
  color:#e83d1a;
}
.dashboard-tabs ul li .bg-35.active,
a.bg-35[aria-expanded="true"]{
  background: #e83d1a;
}
.icon-53{
  color:#c06c84;
}
.dashboard-tabs ul li .bg-52.active,
a.bg-52[aria-expanded="true"]{
  background: #c06c84;
}
.icon-40{
  color:#b4845b;
}
.dashboard-tabs ul li .bg-40.active,
.dashboard-tabs ul li .bg-2378961.active,
a.bg-40[aria-expanded="true"],
a.bg-2378961[aria-expanded="true"]{
  background: #b4845b;
}
.icon-10{
  color:#9e4025;
}
.dashboard-tabs ul li .bg-10.active,
.dashboard-tabs ul li .bg-7.active,
a.bg-10[aria-expanded="true"]{
  background: #9e4025;
}
.icon-65{
  color:#7b7bff;
}
.dashboard-tabs ul li .bg-65.active,
a.bg-65[aria-expanded="true"]{
  background: #7b7bff;
}
.icon-60{
  color:#ed5f62;
}
.dashboard-tabs ul li .bg-60.active,
.dashboard-tabs ul li .bg-99990.active,
a.bg-60[aria-expanded="true"],
a.bg-99990[aria-expanded="true"]{
  background: #ed5f62;
}
.icon-12 {
  color: orange;
}
.dashboard-tabs ul li .bg-4339.active,
.dashboard-tabs ul li .bg-12.active,
a.bg-12[aria-expanded="true"]{
  background: orange;
}
.icon-suits {
  color: deeppink;
}
.dashboard-tabs ul li .bg-99998.active,
a.bg-suits[aria-expanded="true"]{
  background: deeppink;
}
.icon-57 {
  color: darkorchid;
}
.dashboard-tabs ul li .bg-57.active,
.dashboard-tabs ul li .bg-3503.active,
a.bg-57[aria-expanded="true"],
a.bg-3503[aria-expanded="true"]{
  background: darkorchid;
}
.icon-58 {
  color: cyan;
}
.dashboard-tabs ul li .bg-58.active,
.dashboard-tabs ul li .bg-6423.active,
a.bg-58[aria-expanded="true"]{
  background: cyan;
}
.icon-66 {
  color: #c99d5c;
}
.dashboard-tabs ul li .bg-99994.active,
a.bg-99994[aria-expanded="true"]{
  background: #c99d5c;
}
.score-card{
  display: none;
}
.mobi_scorecard{
  display: none;
}
@media (max-width: 767px) {
  .desk_scorecard{
    display: none;
  }
  .mobi_scorecard{
    display: block;
  }
  .race-inner-tab .evenListBody .btn-group{
    margin-bottom: 1px;
  }
  span.book-fancy {
    padding-left: 5px;
  }
  a.score-card{
    position: absolute;
    right: 28px;
    display: block;
  }
  .score-card img{
    filter: invert(1);
    width: 20px;
  }
  a.detail-casino-link{
    display: inline !important;
    width: auto;
    position: absolute;
    right: 50px;
    background: none;
  }
  .user-icon,
  .user-right .balance div em{
    width: 34px;
  }
  .user-right .btn-group a.dropdown-toggle,
  .user-right .balance .ba_ex_dv span{
    font-size: 10px;
  }
  .csn_thumb img {
    height: 70px;
    width: 100%;
    max-height: 70px;
    object-fit: cover;
  }
  .casino-name{
    display: none;
  }
  .new-single-odds-market .back.bl-box{
    width: 100% !important;
  }
  .new-single-odds-market .suspended{
    width: 100% !important;
  }
  .news-uf .fixure-title img {
    width: 30px;
  }
  .m_btns_register,
  .m_btns_login{
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 15px;
    margin: 0 2px;
    border: none;
    color: #fff;
    font-weight: 500;
    display: inline;
  }
  .m_btns_register{
    background:#03b37f;
  }
  .m_btns_login{
    background: #444;
  }
  .upcoming-fixure .fixure-title,
  .dash-uf .fixure-title:after{
    /* display: none !important; */
  }
  .new_event_section{
    display: none;
  }
  .nes_item{
    width: auto;
    padding: 0 10px;
    height: 40px;
  }
  .main_content{
    width: 100%;
  }
  .rightsidebar_content{
    display: none;
  }
  .game_count{
    display: none;
  }
  .detail_screen .boxes-group{
    display:flex  !important;
  }
  .mobile {
    display: flex !important;
  }

  .desktop {
    display: none !important;
  }

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

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

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

  .color-box-container,
  .depo-withdraw-btn {
    position: unset;
  }

  .game-date {
    width: 65px;
    display: block;
    line-height: normal;
  }

  .game-title .day {
    width: auto;
  }

  .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-title:after {
    border-top: 15px solid transparent !important;
    border-left: 15px solid #03b37f !important;
    border-bottom: 15px solid transparent !important;
  }
  .news-uf .top_dw_btns {
    position: absolute;
    right: 0;
}
.news-uf .top_dw_btns button {
    margin: 0;
    padding: 2px 8px;
    height: 30px;
}

  .dash-uf{
    width: 100%;
  }
  .news-uf {
    width: 100%;
    /* width: 65%; */
  }

  .dash-uf .fixure-box-container,
  .news-uf .fixure-box-container {
    width: 70%;
  }

  .dash-uf {
    order: 2;
  }

  .news-uf {
    order: 1;
    margin-bottom: 5px;
  }

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

  .user-icon {
    background: #4d555d;
  }

  .user-icon img {
    width: 10px;
  }

  .user-right .balance,
  .user-right .btn-group {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin: 0 2px;
  }

  .mobile-nav-active #header {
    top: 45px;
    width: 76%;
    z-index: 9999;
    left: 0;
    background: #23292e !important;
  }

  .mobile-nav-toggle {
    position: fixed;
    left: 8px;
    top: 14px;
    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;
  }
  .mnt_bars {display: block;}
  .mnt_bars span:first-child{
      margin-top:0;
  }
  .mnt_bars span:last-child{
      margin-bottom:0;
  }
  .mnt_bars span {
      height: 1px;
      background: #fff;
      width: 25px;
      margin: 8px 0;
      display: flex;
  }

  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mnt_bars span:nth-child(1){
    transform: rotate(-45deg);
    position: relative;
    top: 8px;
  }
  .mobile-nav-active .mnt_bars span:nth-child(2){
    transform: rotate(45deg);
    position: relative;
    top: 0;
  }
  .mobile-nav-active .mnt_bars span:last-child{
    display: none;
  }
  .dashboard-tabs{
    padding-top: 0 !important;
  }
  .dash-header {
    display: grid;
    margin: 0;
    position: inherit;
  }

  .header-top {
    height: 45px;
    position: sticky;
    justify-content: flex-end;
  }

  .center-section {
    width: 100%;
  }

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

  #main {
    padding-bottom: 10px;
  }

  .dashboard-tabs ul {
    border: none;
    background: #2e3439;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .evenListBody .col-12 {
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
  }
 .evenListBody .col-md-6{
    padding: 4px;
  }
  .evenListBody .btn-group .bl-box{
    height: 30px;
    width: calc(50% - 1px);
  }
  .team-name {
    max-height: 17px;
    line-height: 17px;
  }
  .evenListBody .col-md-6:last-child {
    background: none;
    padding:4px 0 0 0;
  }
  .evenListBody {
    padding: 4px;
    border: none !important;
    margin-bottom: 4px;
  }
  .evenListBody .btn-group{
    width: calc(33.333% - 2px);
  }
  .dashboard-tabs ul li a {
    padding: 6px 20px;
    font-size: 12px;
  }

  .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: 33%;
    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;
    padding: 5px 0;
  }

  .side-top-menu a.active {
    background: #3c444b;
  }

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

  .side-searchbar .mobile-nav-toggle {
    position: absolute;
    font-size: 23px;
    top: 3px;
    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: 8px;
    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;
  }
  .toss_market .row {
    margin: 0;
  }
  .toss_market .row .col-6 {
      padding: 0 1px;
  }
  .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;
  }

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

  /*new*/
    .footer-menu ul li a{
      font-size: 9px;
    }
    .footer-top{
      width: 90%;
    }
    .footer-top .secure-logo{
      justify-content: flex-start;
    }
    .footer-other {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40%;
    }
    .footer-other img {
      margin: 0 1px !important;
      max-height: 25px !important;
    }
    .nav-menu .footer-top{
      width: 96%;
      font-size: 8px;
      margin: 0 auto;
      border: none;
    }
    .nav-menu .social_links{
      justify-content: center;
    }
    .nav-menu .footer-menu ul li a{
      padding: 0;
    }
    .nav-menu .footer-menu ul li {
      margin: 0 4px;
    }
    .nav-menu .inner-footer {
      padding-bottom: 80px;
    }
    .nav-menu .footer-other {
        width: 65%;
    }
    .nav-menu p.site-info, .nav-menu .copyright {
        display: none;
    }

}

/* 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;
}