@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

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;
  margin-top: 16px;
  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 .footer-logo {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.inner-footer .footer-logo img {
  max-width: 100%;
  max-height: 50px;
}

.inner-footer .footer-top img {
  height: 24px;
  margin-right: 4px;
}

.footer-top .col-md-3 {
  padding: 0 3px;
}

.inner-footer .footer-top .footer-social {
  /*float: right;*/
}

.inner-footer .footer-top .support {
  font-size: 13px;
}

.inner-footer .footer-menu {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: start;
}

.inner-footer .footer ul {
  display: inline-block;
  margin: 0;
}

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

.inner-footer .footer-menu ul li {
  margin: 0 10px;
  padding: 0 12px;
  position: relative;
  display: inline-flex;
}

.inner-footer .footer ul li {
  float: left;
}

.inner-footer .footer-menu ul li a {
  font-weight: 700;
  font-size: 13px;
  transition: .5s;
}

.inner-footer .footer-menu ul li::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 8px;
  top: 7px;
  right: -16px;
}

.inner-footer .footer-menu ul li:last-child::after {
  display: none;
}

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

/*topbar*/
.header-top {
  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 16px;
  padding: 0 16px;
  position: relative;
  list-style: none;
}

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

.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 {
  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;
  padding-bottom: 20px;*/
  /*  display: inline-flex;*/
}

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

  #main {
    margin-left: 0;
  }

}

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

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

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

.nav-menu ul li a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 0;
  transition: 0.3s;
  font-size: 13px;
  border-bottom: none;
  text-transform: capitalize;
  position: relative;
}

.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="false"] .icon-4 {
  color: #20327b;
}

.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="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 {
  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;
}

.verical-slider {
  height: 80vh;
}

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

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

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

.news-uf {
  width: 38%;
}

.dash-uf,
.news-uf {
  height: 46px;
  border-radius: 8px !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: 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;
  width: 70px !important;
  text-transform: capitalize;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.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: 12px;
}

.user-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
}

.user-right .balance,
.user-right .btn-group {
  display: inline-flex;
  align-items: center;
}

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

.user-right .balance {
  font-size: 13px;
  margin-right: 18px;
}

.user-right .balance span {
  margin: 0 2px;
}

.user-right .dropdown-menu-right a {
  font-size: 14px;
  display: block;
  padding: 7px 10px;
  font-weight: 600;
  text-transform: capitalize;
}



.dashboard-tabs ul {
  border: none;
}

.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: #787e83;
  border: none !important;
  box-shadow: none;
  padding: 4px 15px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0 !important;
}

.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: #20327b !important;
}

.evenListHead {
  margin: 0;
  background: #20327b;
  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;
}

.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;
  font-weight: 600;
}

.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%;
  font-weight: 600;
}

.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: #6a6e73;
}

.bl-box {
  height: 24px;
  padding: 2px 0;
  width: 16.6666667%;
  color: #000;
  font-size: 13px;
  align-items: center;
  border-radius: 4px !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;
}

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

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

.lay {
  background-color: #f994ba;
}

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

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

.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-o {
  color: #666;
}

.fav-market .fa.fa-star {
  color: yellow;
}

.detail_screen span.min-max {
  font-size: 11px;
  color: yellow;
  background: #222;
  border-radius: 10px;
  padding: 3px 8px;
}

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

.detail_screen .accordion-heading a {
  font-size: 13px;
  font-weight: 600;
}

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

.bl-title {
  width: 52px;
  border-radius: 4px;
  text-align: center;
  margin-right: 5px;
  font-size: 14px;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}

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

.lay-title {
  background: #f994ba80;
}

.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 .accordion-body {
  padding: 5px 8px;
}

.detail_screen .bl-box {
  margin: 0 0.5px;
  border-radius: 4px;
  height: 38px;
  padding: 3px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

.detail_screen .bl-box span {
  font-size: 11px;
  font-weight: 400;
  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;
  border-radius: 3px !important;
  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: 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 {}

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

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

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

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

.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-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: #03b37f;
  border-color: #03b37f;
  font-size: 1rem;
  text-transform: capitalize;
}

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

.users_ui table thead th {
  padding: 6px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  border: 0;
}

.users_ui table tbody td {
  padding: 6px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  border: 0;
}

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

.users_ui table tbody tr:hover {
  background: #00000013;
}

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

@media (max-width: 767px) {
  .mobile {
    display: flex !important;
  }

  .desktop {
    display: none !important;
  }

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

  .bet-buttons .btn {
    width: 18%;
  }

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

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

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

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

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

  .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: 10px;
    position: absolute;
  }

  .user-icon {
    height: 20px;
    width: 20px;
    line-height: 15px;
    background: #4d555d;
  }

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

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

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

  .mobile-nav-toggle {
    position: fixed;
    left: 15px;
    top: 12px;
    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;
  }

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

  .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: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .evenListBody .col-12 {
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
  }

  .dashboard-tabs ul li a {
    padding: 1px;
    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: 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: 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: 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 {
    padding: 8px;
  }

  .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 {
    color: #00d850 !important;
    font-size: 11px;
    padding: 1px;
  }

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