@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400&display=swap');

:root {
  --text-primary: #0088CC;
  --text-secondary: #2d3e50;
  --primary-bg: #fff;
  --secondary-bg: #000;
  --link-bg: #bbb;
  --grey-bg: #ccc;
  --light-bg: #eee;
  --suspended-color: #730709;
  --red-color: #ff0000;
  --yellow-color: #ffff00;
  --green-color: #00ff00;
  --white-color: #fff;
  --site-color: #000;
  --green-bg: #145b12;
  --blue-color: #0000ff;
  --bg-info: #097c93;
  --bg-fancy: #fdcf13;
  --text-white: #ffffff;
  --bg-table: #f7f7f7;
  --text-table: #333;
  --bg-table-row: #f2f2f2;
  --bg-sidebar: #cccccc;
  --text-info: #17a2b8;
  --text-fancy: #fdcf13;
  --bg-primary65: #0088cca5;
  --bg-primary90: #0088CCE6;
  --bg-secondary70: #2C3E50;
  --text-secondary: #FFFFFF;
  --bg-info: #097c93;
  --bg-secondary85: #2C3E50D9;
  --text-primary: #FFFFFF;
  --table-border: #c7c8ca;
}

.bg-table {
  background: var(--bg-table);
}

#loader-full {
  display: block;
  position: fixed;
  z-index: 9999;
  background-image: url('../imgs/loader.gif');
  background-color: #666;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-size: 100px 100px;
}

/*General CSS*/

html,
body {
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
  color: var(--site-color);
  font-size: 16px;
  line-height: 1.5;
  background-color: var(--primary-bg);
}

.p-r {
  position: relative;
}

@font-face {
  font-family: 'CardCharacters';
  src: url('font/CardCharacters.eot?#iefix') format('embedded-opentype'),
    url('font/CardCharacters.woff') format('woff'), url('CardCharacters.ttf') format('truetype'),
    url('CardCharacters.svg#CardCharacters') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CasinoNumFont';
  src: url('font/casino3dmarquee-webfont.woff2') format('woff2'),
    url('font/casino3dmarquee-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.card-icon {
  font-family: CardCharacters !important;
  display: inline-block;
}

#load {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  position: fixed !important;
  align-items: center;
  z-index: 9999;
  position: relative;
  background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
}

#load-inner {
  position: relative;
  text-align: center;
}

#load-inner img {
  display: block;
  height: 65px;
}

#load-inner i {
  font-size: 24px;
  color: rgb(255, 255, 255);
  margin-top: 40px;
}

.modal-header {
  padding: 10px;
  background: var(--theme1-bg);
  color: var(--primary-color);
  border-radius: 0;
  border: 0;
  display: flex;
  align-items: center;
}

/* .modal-body {
  max-height: calc(91vh - 47px);
  overflow: hidden;
  overflow-y: auto;
} */

.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-header .close {
  color: var(--primary-color);
  opacity: 1;
}

.modal-header .close:focus,
.modal-header .close:hover {
  color: var(--primary-color);
  opacity: 1;
}

ul {
  margin-bottom: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin-bottom: 0;
}

/* .btn-theme {
  color: var(--primary-color) !important;
  background-image: linear-gradient(to right, var(--theme1-bg), var(--theme2-bg)) !important;
  width: 100% !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
  border: 0 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  position: relative;
} */

.suspended {
  position: -webkit-sticky !important;
  position: relative;
}

.sports-wrapper .main-market .suspended:after {
  width: 60%;
  content: attr(data-title);
  font-size: 16px;
  color: #ff0000;
  font-family: "Roboto Condensed", sans-serif;
  /* font-family: Arial, Verdana, Helvetica, sans-serif; */
}

.sports-wrapper .main-market .second-table .suspended:after {
  width: 480px;
}
.sports-wrapper .main-market .second-table .suspended:before {
  display: none;
}

.bookmaker-market .suspended:after {
  width: 60%;
  content: attr(data-title);
  font-size: 16px;
  color: #ff0000;
  /* font-family: Arial, Verdana, Helvetica, sans-serif; */
}

.bookmaker-market .col-4 .suspended:after {
  width: 40%;
  content: attr(data-title);
  font-size: 12px;
  color: #ff0000;
  /* font-family: Arial, Verdana, Helvetica, sans-serif; */
}

.teen9-container .suspended:after {
  width: 60%;
}

.teenpatti-1day .suspended:after {
  width: 40%;
}

.teenpatti-20 .suspended:after {
  width: 50%;
}

.teenpatti-open .suspended:after {
  width: 60%;
}

.poker-20 .suspended:after {
  width: 40%;
}

.poker-1day .suspended:after {
  width: 60%;
}

.poker-6player .suspended:after {
  width: 100%;
}

.casino-32A .suspended:after {
  width: 40%;
}

.casino-32B .suspended:after {
  width: 40%;
}

.casino-32B .casino-32-worli .suspended:after {
  width: 100%;
}

.dragon-tiger-20 .suspended:after {
  width: 100%;
}

.dragon-tiger-1day .suspended:after {
  width: 100%;
  font-family: 'Font Awesome 5 Free';
  content: '\f023';
  font-weight: 900;
  font-size: 16px;
  color: var(--white-color);
}

.dragon-tiger-1day .dt-odds .suspended:after {
  width: 60%;
}

.aaa .aaa-odds .suspended:after {
  width: 40%;
}

.aaa .suspended:after {
  width: 100%;
}

.aaa2 .suspended:after {
  width: 100%;
}

.race2 .suspended:after {
  width: 100%;
}

.race17 .suspended:after {
  width: 100%;
}

.trio .suspended:after {
  width: 100%;
}


.bollywood-table .bt-odds .suspended:after {
  width: 40%;
}

.bollywood-table .suspended:after {
  width: 100%;
}

.lucky7 .suspended:after {
  width: 100%;
}

.lucky7eu2 .suspended:after {
  width: 100%;
}

.notenum .suspended:after {
  width: 100%;
}

.worli-matka .suspended {
  position: relative;
  display: table;
  width: 100%;
}

.worli-matka .suspended:after {
  width: 100%;
}

.suspendedtd {
  position: relative;
}

.suspendedtd:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--white-color);
  text-transform: uppercase;
  font-family: 'Font Awesome 5 Free';
  content: '\f023';
  font-weight: 900;
  font-size: 16px;
  top: 0;
  width: 100%;
}

.dt-card .suspended {
  position: relative;
}

.dt-card .suspended:after {
  width: 100%;
  font-size: 12px;
}

.btn-theme.suspended:after {
  border-radius: 4px;
}

.box-1 {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}

.box-2 {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}

.box-3 {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}

.box-4 {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}

.box-5 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.box-6 {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.box-7 {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
}

.box-8 {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
}

.box-9 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
}

.box-10 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.container-fluid-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.container {
  max-width: 1200px;
}

.row.row1 {
  margin-left: -1px;
  margin-right: -1px;
}

.row.row1>[class*='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}

.row.row2 {
  margin-left: -2px;
  margin-right: -2px;
}

.row.row2>[class*='col-'] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.row3 {
  margin-left: -3px;
  margin-right: -3px;
}

.row.row3>[class*='col-'] {
  padding-left: 3px;
  padding-right: 3px;
}

.row.row4 {
  margin-left: -4px;
  margin-right: -4px;
}

.row.row4>[class*='col-'] {
  padding-left: 4px;
  padding-right: 4px;
}

.row.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.row5>[class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.row5>[class='col'] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.row10 > [class*="col-"], .row.row10 > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.row6 {
  margin-left: -6px;
  margin-right: -6px;
}

.row.row6>[class*='col-'] {
  padding-left: 6px;
  padding-right: 6px;
}

.row.row7 {
  margin-left: -7px;
  margin-right: -7px;
}

.row.row7>[class*='col-'] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.row8 {
  margin-left: -8px;
  margin-right: -8px;
}

.row.row8>[class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

.row.row9 {
  margin-left: -9px;
  margin-right: -9px;
}

.row.row9>[class*='col-'] {
  padding-left: 9px;
  padding-right: 9px;
}

.row.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.row10>[class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-5 {
  margin-right: 5px;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-b-0 {
  margin-bottom: 0;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-l-0 {
  padding-left: 0;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-r-0 {
  padding-right: 0;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.box-w1 {
  width: 85px;
  max-width: 85px;
  min-width: 85px;
}

.box-w2 {
  width: 170px;
  max-width: 170px;
  min-width: 170px;
}

.box-w3 {
  width: 255px;
  max-width: 255px;
  min-width: 255px;
}

.fancy-market .box-w1 {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}

.fancy-market .box-w2 {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}

.fancy-market .box-w3 {
  width: 150px;
}

.fancy-market .box-w4 {
  width: 200px;
}

.fancy-market .box-w5 {
  width: 250px;
}

.fancy-market .box-w6 {
  width: 300px;
}

.fancy-market .box-w7 {
  width: 350px;
}

.fancy-market .box-w8 {
  width: 400px;
}

.fancy-market .box-w9 {
  width: 450px;
}

.fancy-market .box-w10 {
  width: 500px;
}

.box-h1 {
  height: 40px;
}

.box-h2 {
  height: 80px;
}

.box-h3 {
  height: 120px;
}

.box-h4 {
  height: 160px;
}

.box-h5 {
  height: 200px;
}

/*Main CSS*/

.main {
  min-height: calc(100vh - 159px);
}

.header {
  background-color: var(--theme1-bg);
  color: var(--primary-color);
}

.header .logo {
  width: fit-content;
}

.header a {
  color: var(--primary-color);
}

.header-bottom {
  background-color: var(--theme2-bg);
  /* margin-top: 10px; */
  padding: 5px 15px;
}
.header-bottom li:first-child a {
  padding-left: 0;
}

.header-bottom li a {
  color: var(--secondary-color);
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
}

.header-bottom li:nth-child(1) a {
  padding-left: 0;
}

.search .fa-search-plus {
  color: var(--primary-color);
  font-size: 24px;
  margin-left: 10px;
  /*position: absolute;
    right: 10px;
    top: 7px;*/
  float: right;
  margin-top: 0;
}

.header-top {
  height: 73px;
  padding: 4px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-top ul {
  margin-top: -10px;
  /* padding-top: 10px; */
  align-items: center;
  /* align-items: flex-start; */
}

.logo img {
  max-width: 250px;
  max-height: 65px;
  display: inline-block;
}

.logo-login {
  width: 100%;
}

.search {
  position: relative;
  margin-right: 1rem;
  z-index: 2;
  line-height: normal;
}

.search input {
  height: 35px;
  border: 0;
  padding: 0;
  outline: 0;
  width: 0;
  /* border-radius: 2px 2px 0 0; */
  /* border-radius: 17px; */
  /* box-shadow: 0 0 5px var(--secondary-bg); */
  transition: width 0.4s linear;
}

.ballance,
.expose,
.account {
  margin-left: 1rem;
  margin-top: 0;
  line-height: normal;
}

.download-apklink {
  line-height: normal;
}

.header-bottom nav {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.header-bottom li a:hover {
  text-decoration: none;
  background-color: transparent !important;
  color: inherit !important;
}

.header-bottom li a:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: var(--primary-bg);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.header-bottom li a:hover:before,
.header-bottom li a:focus:before,
.header-bottom li a:active:before {
  left: 0;
  right: 0;
}

.header-bottom li a.active {
  background-color: var(--primary-bg);
  color: var(--secondary-color);
}

.account .fa-chevron-down {
  margin-left: .25rem !important;
}

.account>span {
  cursor: pointer;
  position: relative;
}

.account ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1000;
  min-width: 170px;
  padding: 8px 0 !important;
  /* margin: 5px 8px 9px; */
  margin: 0!important;
  font-size: 14px;
  text-align: left;
  background-color: var(--primary-bg);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
}

.header-top .account ul li {
  padding: 4px 16px;
}

.header-top .account ul li:hover {
  /* background: #f5f5f5; */
}

.border-top {
  border-top: 1px solid #ccc;
}

.header-top .account ul li a,
.header-top .account ul li label {
  text-transform: capitalize;
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 0;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 16px;
}

.header-top .account ul li a:hover {
  /* background-color: none; */
  text-decoration: underline;
}

.header-top .account ul h6 {
  padding: 0 8px;
  color: var(--site-color);
}

.sidebar {
  padding: 0 !important;
  height: 100%;
  min-height: 100%;
  max-width: 100% !important;
  background-color: var(--grey-bg);
  color: var(--site-color);
  overflow-y: auto;
  width: 280px;
}

.sidebar-title {
  background-color: var(--theme1-bg);
  padding-bottom: 0;
  cursor: pointer;
  padding: 5px;
  margin-bottom: 0;
  /* margin-top: 1px; */
}

.sidebar-title h5 {
  color: var(--primary-color);
  width: 100%;
  font-size: 16px;
}

.sidebar .sidebar-title :before {
  font-family: 'Font Awesome 5 Free';
  content: '\f106';
  padding-right: 3px;
  font-weight: 900;
  float: right;
  width: 1.25rem;
    height: 1.25rem;
}

.sidebar .sidebar-title.collapsed :before {
  content: '\f107';
}

.sidebar .nav-item .nav-link {
  background: var(--link-bg);
  color: var(--site-color);
  border-bottom: 1px solid #9e9e9e;
  font-weight: normal;
  font-size: 14px;
  padding: 2px 15px;
}

.sidebar .nav-item.active .nav-link {
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--white-color);
}

.sidebar .mtree-main {
  padding: 5px 10px;
}

.sidebar .mtree li {
  padding: 2px 0 2px 10px;
  position: relative;
}

.sidebar .mtree>li {
  padding-left: 0;
}

.sidebar .mtree li a {
  position: relative;
  font-size: 12px;
  text-decoration: none;
  color: var(--site-color);
}

.sidebar .mtree li a:hover {
  text-decoration: none;
}

ul.mtree.transit li.mtree-open>a::after {
  content: '-';
}

ul.mtree.transit li.mtree-closed>a::after {
  content: '+';
}

ul.mtree.transit li.mtree-node>a::after {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  right: -5px;
  top: 0;
  color: var(--site-color);
}

.mtree-open ul li::after {
  bottom: 0;
  content: '';
  left: 4px;
  position: absolute;
  top: 0px;
  border-left: 1px solid var(--secondary-bg);
}

.mtree-open ul li::before {
  background: var(--theme1-bg);
  bottom: auto;
  content: '';
  height: 8px;
  left: 0px;
  margin-top: 2px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
}

#user-book .mtree-open ul li::before {
  background: none;
  height: 0;
  width: 0;
}

.mtree-skin-selector {
  display: none;
}

.sidebar .report-menu li {
  padding: 5px 0;
}

.sidebar .report-menu li a {
  font-size: 14px;
  color: var(--site-color);
}

.sidebar .report-menu li a i {
  margin-right: 10px;
}

marquee {
  display: inline-block;
  width: 55%;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  bottom: -7px;
  right: 0;
  color: var(--primary-color);
}

.game-header {
  padding: 8px;
  overflow: hidden;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--theme1-bg);
  border-radius: 2px 2px 0 0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.featured-box {
  padding-top: 5px;
}

.featured-box-detail {
  max-width: 70% !important;
  -ms-flex: 0 0 70% !important;
  flex: 0 0 70% !important;
  min-height: 70vh;
}

.game-header h2 {
  margin: 6px 17px 3px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--primary-color);
}

.coupon-navigation-filter {
  display: inline-block;
  height: 28px;
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 8px 16px 0;
  margin: 0 0 0 8px;
  text-decoration: none;
  color: #1e1e1e;
  border: 1px solid #bfbfbf;
  background-color: #bfbfbf;
}

.casino-32A tbody {
  position: relative;
}

.coupon-navigation-filter:first-child {
  margin-left: 0;
}

.coupon-card {
  margin-bottom: 16px;
  border-radius: 0 0 2px 2px;
}

.coupon-card .card-header {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 12px;
  padding: 8px;
  width: 100%;
  float: left;
  color: var(--primary-color);
  background-color: var(--theme1-bg);
}

.coupon-card-first .card-header {
  border-radius: 0;
}

.card-header {
  /*line-height: 1.6;*/
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: var(--theme2-bg);
  color: var(--secondary-color);
}

.card-header .card-header-title-container {
  float: left;
  line-height: 26px;
}

.coupon-table {
  margin-bottom: 0;
}

/* .coupon-table thead {
  border-bottom: 3px solid #eee;
} */

.coupon-table thead th {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 6px 0;
  padding-left: 0px;
  color: #333333;
  border-bottom: 0px;
}

.coupon-table thead th:first-child {
  text-align: left;
  width: auto;
  text-indent: 0;
}

.coupon-table .main-market thead th:first-child {
  width: 52%;
}

.coupon-table .bookmaker-market thead th:first-child {
  width: 68%;
}

.bookmaker-container .box-w1 {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}

.coupon-table td:first-child .active {
  margin-right: 30px;
  float: right;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #28a745;
}

.report-main-content {
  max-width: 85% !important;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
}

.datepicker-wrapper {
  display: inline-block;
  position: relative;
}

.datepicker-wrapper .fa-calendar-alt {
  position: absolute;
  top: 9px;
  right: 10px;
}

.select-report {
  margin-left: 20px;
  display: inline-block;
}

.card-title {
  margin-bottom: 0;
  vertical-align: sub;
  cursor: pointer;
  color: var(--secondary-color);
}

footer {
  position: relative;
  background-color: var(--theme1-bg);
  border-top: 2px solid var(--theme2-bg);
  color: var(--primary-color);
}

.loginInner1 {
  width: 350px;
  margin: 2% auto;
  max-width: 90%;
}

.loginInner1 img {
  max-height: 90px;
  max-width: 100%;
  object-fit: contain;
}

.featured-box-login {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 5px #fff;
  background: var(--primary-bg);
}

.error {
  margin-top: 10px;
  margin-bottom: 10px;
  /* display: none; */
  color: var(--red-color);
  display: block;
}

.btn-submit .fa-sign-in-alt {
  font-size: 16px;
  margin-left: 10px;
}

.btn-login {
  width: 100%;
}

.form-check-inline .form-check-input {
  margin-top: .25em;
}

.bet-history-page .table th {
  line-height: 2.063;
}

.fa-android {
  margin-right: 10px;
}

.featured-box-login form .form-group input {
  padding: 5px;
  border-radius: 0px .25rem .25rem 0px;
}

.ReactModalPortal .ReactModal__Overlay.ReactModal__Overlay--after-open {
  background: rgb(0 0 0 / 75%) !important;
}

.login-download-apk:hover {
  color: #000;
  text-decoration: none;
}

/*Modal Design*/

#modalrules .modal-footer {
  justify-content: left !important;
}

/*
.modal-lg {
    max-width: 90%;
}*/

.modal-xs {
  max-width: 300px;
}

.radio input {
  margin-right: 5px;
}

/* /Model Design*/

.login .form-group {
  position: relative;
}

.login .form-group i {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0px .25rem .25rem 0px;
}

.login .form-group .btn-submit.btn-login {
  position: relative;
  border-radius: 0px;
}

.login .form-group .btn-submit.btn-login i {
  background-color: transparent;
  border: none;
  border-radius: 0px .25rem .25rem 0px;

}

.recaptchaTerms {
  font-size: 10px;
}

/*Tabs*/

.nav-tabs {
  display: block;
  border-bottom: 0;
}

.nav-tabs .nav-item {
  display: table-cell;
  /*width: 1%;*/
}

.coupon-table button {
  width: 100%;
  min-width: 40px;
  height: 25px;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0px;
  color: #273a47;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.featured-box-detail .coupon-table button {
  height: auto;
  min-height: 40px;
  padding: 4px 0 1px;
  background: none;
  color: #273a47;
  border: 0;
}

.featured-box-detail .coupon-table button span {
  /*margin-bottom: 3px;*/
  font-size: 10px;
  display: block;
}

.featured-box-detail .coupon-table button span.odd,
.featured-box-detail .coupon-table .team-name {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}

.featured-box-detail .coupon-table button span.odd {
  font-size: 14px;
  margin-bottom: 1px;
}

.coupon-table tr td {
  padding: 0;
  vertical-align: middle;
  font-size: 14px;
  word-wrap: break-word;
}

.main-market .table-bordered td,
.main-market .table-bordered th,
.bookmaker-market .table-bordered td,
.bookmaker-market .table-bordered th,
.fancy-market .table-bordered td,
.fancy-market .table-bordered th {
  border-left: 1px solid var(--primary-bg);
  border-right: 1px solid var(--primary-bg);
  border-top: 0;
  border-bottom: 1px solid #dee2e6 !important;
}

.main-market .table-bordered th,
.bookmaker-market .table-bordered th,
.fancy-market .table-bordered th {
  border-bottom: 1px solid var(--primary-bg) !important;
}

.main-market .table-bordered td:last-child,
.bookmaker-market .table-bordered td:last-child,
.fancy-market .table-bordered td:last-child,
.main-market .table-bordered th:last-child,
.bookmaker-market .table-bordered th:last-child,
.fancy-market .table-bordered th:last-child {
  border-right: 0;
}

.main-market .table-responsive .table-bordered,
.bookmaker-market .table-responsive .table-bordered,
.fancy-market .table-responsive .table-bordered {
  border: 0;
}

.fancy-market .coupon-table tr td,
.bookmaker-market .coupon-table tr td,
.main-market .coupon-table tr td {
  padding: 0;
}

.coupon-table tr td:first-child {
  vertical-align: middle;
}

.bookmaker-market thead,
.fancy-market thead,
.main-market thead,
.main-market tbody,
.fancy-market tbody,
.bet-info,
.bet-detail {
  display: table;
  width: 100%;
}

.game-heading {
  background-color: var(--theme2-bg);
  color: var(--secondary-color);
  padding: 8px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}



.fancy-market .back span,
.fancy-market .lay span {
  display: block;
}

.modal-book {
  position: relative;
}

.modal-book .book-bet {
  position: absolute;
  top: -15px;
  left: 0;
  color: var(--red-color);
  font-size: 14px;
}

.sidebar-right {
  max-width: 30% !important;
  -ms-flex: 0 0 30% !important;
  flex: 0 0 30% !important;
  padding-left: 0 !important;
}

.place-bet {
  position: relative;
  overflow: hidden;
}

.loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0px 0px -27px;
}

.site-loading {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100000;
}

.site-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0px 0px -27px;
}

.sports-wrapper.load {
  /* background-image: url('../../public/imgs/loader.gif'); */
  background-position: center center;
}

.place-bet .card-body {
  padding: 0 0 10px 0;
}

.place-bet.place-bet-football .card-body {
  display: block;
}

/* .place-bet .value-buttons .btn {
  width: auto;
  border: 0;
  min-width: 18.9%;
  margin-top: 2px;
  float: left;
  background-color: #ccc;
  color: #000;
  font-weight: bolder;
  font-size: 14px;
  border-radius: 0px;
  padding: 5px;
  height: auto;
} */

.btn-placebet {
  min-width: 80px;
  width: 25%;
  height: 40px;
  border-radius: 0px;
}

.place-bet .change-value,
.my-bet .clear-all {
  font-size: 12px;
  padding: 2px 6px;
}

.place-bet .coupon-table tr td {
  padding: 4px;
  font-weight: bold;
}

.casino-container-box .suspended::after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--white-color);
  text-transform: uppercase;
  font-family: 'Font Awesome 5 Free';
  content: '\f023';
  font-weight: 900;
  font-size: 16px;
  top: 0;
  color: #fff;
}

.place-bet .coupon-table tr th {
  padding: 4px;
}

.my-bet .card-body {
  padding: 0;
}

.fancy-marker-title h4 {
  padding: 10px;
  background-color: var(--theme2-bg85);
  color: var(--secondary-color);
  font-size: 14px;
}

.featured-box-detail .table-bordered th {
  border-bottom: 0;
}

.my-bet tbody tr td {
  padding: 4px 8px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.place-bet .form-group {
  margin-bottom: 0;
}

/*Custom Scrollbar*/

.mCSB_inside>.mCSB_container {
  margin-right: 15px !important;
}

.bet-buttons {
  width: 70px !important;
  max-width: 70px !important;
}

.video-tv iframe {
  width: 100%;
  height: 100%;
  border: 2px solid var(--grey-bg);
}

.my-bet .fa-times {
  margin-right: 10px;
}

#run-position {
  max-height: 600px !important;
  height: auto !important;
}

.account-statement-report-link {
  cursor: pointer;
}

@-webkit-keyframes blinking {
  0% {
    background-color: #ffc01a;
  }

  49% {
    background-color: #ffc01a;
  }

  50% {
    background-color: #ffc01a;
  }

  99% {
    background-color: #ffc01a;
  }

  100% {
    background-color: #ffc01a;
  }
}

@-moz-keyframes blinking {
  0% {
    background-color: #ffc01a;
  }

  49% {
    background-color: #ffc01a;
  }

  50% {
    background-color: #ffc01a;
  }

  99% {
    background-color: #ffc01a;
  }

  100% {
    background-color: #ffc01a;
  }
}

@keyframes blinking {
  0% {
    background-color: #ffc01a;
  }

  49% {
    background-color: #ffc01a;
  }

  50% {
    background-color: #ffc01a;
  }

  99% {
    background-color: #ffc01a;
  }

  100% {
    background-color: #ffc01a;
  }
}

.blink {
  -webkit-animation: blinking 700ms;
  -moz-animation: blinking 700ms;
  animation: blinking 700ms;
}

.blinkodds {
  animation: blinkingodds 300ms !important;
  -webkit-animation: blinkingodds 300ms !important;
  background-color: #ffc01a !important;
}

@keyframes blinkingodds {
  100% {
    background-color: #ffc01a !important;
  }
}

#account-statement_wrapper .form-control {
  width: auto;
  display: inline-block;
}

#account-statement_wrapper #account-statement_filter {
  text-align: right;
}

.error-page footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.error-page {
  background-color: #eee;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-content {
  color: #ff0000;
}

.btn-bth {
  background-color: #222;
  color: #fff;
  border-radius: 8px;
}

.disabled {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  pointer-events: none;
}

.coupon-table button.custom-btn-spinner {
  height: 12px;
  line-height: 12px;
  min-width: 20px;
  width: 20px;
  vertical-align: top;
  border-radius: 0;
}

.coupon-table button.custom-btn-spinner i {
  font-size: 10px;
}

.amountint {
  width: 35px;
  padding-left: 5px;
  float: left;
  height: 24px;
}

.bet-stake input {
  width: 60px;
  font-size: 12px;
  height: 24px;
}

.bet-for {
  width: 50%;
}

/* 
.bet-odds {
  width: 25%;
} */

.bet-stakes {
  width: 15%;
}

.bet-profit {
  width: 10%;
}

/*.game-name,
.game-date,
.game-odds,
.game-teams {
    display: inline-block;
    width: 48%;
    margin-bottom: 5px;
}*/

.search-game-name,
.game-date {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}

.game-teams {
  width: 100%;
  float: left;
}

.search-game-ul {
  background: var(--primary-bg);
  color: rgb(0, 0, 0);
  padding: 10px;
  width: 500px;
  max-height: 450px;
  overflow: auto;
  box-shadow: 1px 0px 10px var(--secondary-bg);
  position: absolute;
  top: 100%;
}

.search-game-ul li {
  border-bottom: 1px solid var(--grey-bg);
  padding: 5px 0;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.search-game-ul li:last-child {
  border-bottom: 0;
}

.search-game-ul li a {
  color: var(--site-color);
}

.search-game-ul li a:hover {
  text-decoration: none;
}

.login {
  width: 100%;
  background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
}

.bet-message td {
  padding: 0 !important;
}

.nav-tabs .nav-link {
  border-radius: 0;
  color: var(--site-color);
  background-color: var(--grey-bg);
  border-right: 1px solid var(--theme2-bg) !important;
  border: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 0;
  border-right-color: 1px solid var(--theme2-bg);
}

.report-main-content form>span {
  display: inline-block;
  padding-top: 10px;
  vertical-align: top;
}

.report-main-content form>.d-inline-block {
  vertical-align: top;
}

.nopading {
  padding: 0 !important;
}

.div-figure {
  width: 31.33% !important;
  overflow: hidden;
  margin-right: 1% !important;
  margin-left: 1% !important;
  padding: 0;
  max-width: 31.33%;
  float: left;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #000;
}

.div-figure img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.div-figure img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

#gamePlay .modal-lg {
  width: 100%;
  max-width: 100%;
}

#gamePlay .modal-header {
  padding-bottom: 5px;
  padding-top: 5px;
}

/*Design for Rules*/

.rules-container .sidebar {
  padding: 0;
}

.rules-container ul li {
  padding: 12px 5px;
  border-bottom: 2px solid var(--grey-bg);
}

.rules-container .card {
  border: 0;
  border-radius: 0;
}

.rules-container .card-header {
  border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper {
    width: 1100px;
    overflow-x: auto;
    overflow-y: hidden;
  }


}

/*Scorecard*/

.scorecard {

  background-image: url('https://versionobj.ecoassetsservice.com/v65/static/front/img/scorecard-bg.png');
  font-size: 12px !important;
  width: calc(100% - 8px);
  padding: 6.5px 5px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  z-index: 1;
  margin-left: 4px;
  margin-right: 4px;
}

.tx-16 {
  font-size: 16px;
}

.scorecard:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ball-runs {
  background: var(--theme1-bg);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 14px;
  background-color: #08c;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  /* margin-right: 4px; */
}

.ball-runs.four {
  background: #087f23;
}

.ball-runs.six {
  background: #883997;
}

.ball-runs.wicket {
  background: var(--red-color);
}

/*HV Design*/

.hv-container .nav-tabs .nav-link.active {
  border-bottom: 0 !important;
  color: var(--secondary-color);
}

.hv-container .nav-tabs .nav-link {
  background-color: var(--grey-bg);
  border-radius: 0;
  color: var(--site-color);
  font-size: 1rem;
  border-right: 1px solid var(--grey-bg);
  font-weight: bold;
  text-align: center;
}

/*.hv-container .nav-tabs .nav-link:hover
{
    border: 1px solid transparent;
}*/

.hv-container .nav-tabs {
  display: flex;
}

.card-number {
  font-size: 3rem;
  height: 40px;
  line-height: 40px;
}

.hv-container table td {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.hv-container .line-odd-even {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}

.hv-container .card-odds {
  font-size: 14px;
}

.hv-container table td,
.hv-container table th {
  border-left: 1px solid var(--primary-bg) !important;
  border-right: 1px solid var(--primary-bg) !important;
  border-top: 1px solid var(--primary-bg) !important;
  border-bottom: 1px solid var(--primary-bg) !important;
}

.hv-container .nav-tabs .nav-item {
  min-width: 80px;
  width: auto;
}

.hv-container .btn-submit {
  min-width: 100px;
  background: var(--theme2-bg);
  border-color: var(--theme2-bg);
}

.hv-container .table-ifno i {
  font-size: 22px;
  color: var(--theme2-bg);
  cursor: pointer;
}

.hv-container .table-ifno .hightlight {
  animation: blinkinghighlight 1s infinite;
}

@keyframes blinkinghighlight {
  0% {
    color: var(--site-color);
  }

  49% {
    color: var(--red-color);
  }

  50% {
    color: var(--yellow-color);
  }

  99% {
    color: transparent;
  }

  100% {
    color: var(--site-color);
  }
}

.rulenum {
  margin-right: 5px;
  background: var(--grey-bg);
}

.hv-container .bet-action {
  cursor: pointer;
}

.hv-container .bet-action.selected {
  background: var(--green-color);
  color: var(--white-color);
}

.hv-container #result-desc {
  font-size: 40px;
  padding: 25px;
}

.home-banner {
  text-align: center;
  position: relative;
  display: block;
  max-height: 80vh;
  background-origin: civer;
  background-position: center;
  height: 80vh;
  width: 100%;
  background-size: contain;
  background: cover;
  background-color: var(--primary-bg);
  background-repeat: no-repeat;
}

.btn-black {
  background-color: #222;
  border-color: #222;
  color: var(--white-color);
}

.btn-black:hover {
  color: var(--white-color);
  background-color: var(--secondary-bg);
  border-color: var(--secondary-bg);
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active {
  color: var(--primary-color);
  background-color: var(--secondary-bg);
  border-color: var(--secondary-bg);
}

.home-products-container-title {
  padding: 6px !important;
  font-size: 16px;
}

.clock2digit {
  max-width: 300px;
  bottom: -25px;
  position: absolute !important;
  right: -37px;
  width: auto !important;
  transform: scale(0.6);
  top: auto;
}

.clock3digit {
  max-width: 300px;
  bottom: -25px;
  position: absolute !important;
  right: -50px;
  width: auto !important;
  transform: scale(0.6);
}

.clickhere {
  font-size: 20px;
  width: 300px;
  position: relative;
  -webkit-animation: mymove 5s infinite;
  /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite;
}

.clickhere.blinking {
  animation: blinkingTextClickHere 0.8s infinite;
}

/*.clickhere.blinking:hover span{
    animation:blinkingHoverText 0.8s infinite;
}*/

@-webkit-keyframes mymove {
  0% {
    left: 0;
  }

  25% {
    left: 25%;
  }

  50% {
    left: 100%;
  }

  75% {
    left: 25%;
  }

  100% {
    left: 0;
  }
}

@keyframes blinkingTextClickHere {
  0% {
    color: red;
    left: 0;
  }

  20% {
    color: red;
  }

  40% {
    color: red;
    left: 20px;
  }

  60% {
    color: var(--site-color);
  }

  80% {
    color: var(--site-color);
  }

  100% {
    color: var(--site-color);
    left: 40px;
  }
}

/*Hands and patterns*/

.bet-note {
  text-align: center;
  padding: 10px;
}

.bet-note span {
  font-weight: bold;
  font-style: italic;
  font-size: 1.2rem;
  vertical-align: middle;
}

.won-player {
  border: 2px solid var(--green-color);
  padding: 0 8px;
}

.hands-pattern-container .won-player-container img {
  width: 20px;
}

.patterns-container {
  background-color: rgba(0, 0, 0, 0.5);
  height: 170px;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.patterns-container p {
  padding: 2px 5px;
  color: var(--white-color);
  text-transform: uppercase;
  cursor: pointer;
}

.patterns-container p:hover {
  background-color: var(--primary-bg);
  color: var(--site-color);
}

.patterns-container p:last-child {
  border-bottom: 0;
}

.video-container {
  position: relative;
  background: var(--secondary-bg);
  min-height: 400px;
}

.hands-pattern-container td {
  text-align: center;
  border: 0;
  padding: 4px;
}

/*.hands-pattern-container td button {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 12px 8px;
}*/

.hands-pattern-container .nav-tabs .nav-link {
  border-radius: 0;
  font-size: 1rem;
  color: var(--site-color);
}

.hands-pattern-container .nav-tabs {
  display: flex;
}

.hands-pattern-container .mCSB_scrollTools {
  width: 6px !important;
}

.hands-pattern-container .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666 !important;
}

.hands-pattern-container .mCSB_inside>.mCSB_container {
  margin-right: 6px !important;
}

.card-red {
  color: var(--red-color) !important;
}

.card-black {
  color: var(--site-color) !important;
}

.hands-pattern-container .point {
  float: right;
  text-align: right;
  margin-top: 1px;
  font-weight: bold;
  font-size: 16px;
}



.hands-pattern-container .nav-tabs .nav-link {
  background-color: var(--grey-bg);
  border-radius: 0;
  color: var(--site-color);
  font-size: 1rem;
  border-right: 1px solid var(--primary-bg);
  font-weight: 700;
  text-align: center;
}

.ubook b {
  font-weight: normal;
  font-size: 12px;
}

.hands-pattern-container .ubook {
  font-weight: bold;
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}

.hands-pattern-container .min-max {
  font-size: 11px;
  float: right;
}

.hands-pattern-container .hands tr td {
  width: 50%;
}

.hands-pattern-container .patterns tr td {
  width: 33.33%;
}

.theme1bg {
  background-color: var(--theme1-bg);
}

.theme2bg {
  background-color: var(--theme2-bg);
}

.theme1color {
  color: var(--primary-color);
}

.theme2color {
  color: var(--secondary-color);
}

/*.hands-pattern-container td button {
    color: var(--primary-color);
    background-image: linear-gradient(to right, var(--theme1-bg), var(--theme2-bg));
}*/

.poker9-result .resultd {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* Lucky CSS Starts here */

/*.low-high-btn {
    color: var(--primary-color);
    background-image: linear-gradient(to right, var(--theme1-bg), var(--theme2-bg));
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 20px;
}*/

.card-seven img {
  width: 40px;
  cursor: pointer;
}

.lucky-seven-content {
  background-color: var(--light-bg);
  padding: 10px;
}

.luckyseven-img img {
  width: 50px;
}

.card-image {
  display: inline-block;
}

/*Custom CSS*/

.coupon-navigation-filter.active {
  border-color: var(--primary-bg);
  background-color: var(--primary-bg);
}

.coupon-navigation-filter.inplay {
  color: var(--white-color);
  border-color: #20a052;
  background-color: #20a052;
}

.login .main {}

.btn-submit {
  background-color: var(--theme1-bg);
  border-color: var(--theme1-bg);
  color: var(--primary-color);
}

.featured-box-login h4 {
  color: var(--theme1-bg);
}

.table input {
  border: 1px solid var(--grey-bg);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--theme2-bg);
  border-color: transparent;
  color: var(--secondary-color);
}

.lay,
.lay-color {
  background-color: #faa9ba !important;
}

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

.layx {
  background-color: #f9c9d4 !important;
}

.backx {
  background-color: #a7d8fd !important;
}

.game-heading .card-header-title {
  font-size: 20px;
  /* text-transform: uppercase; */
  font-weight: 400;
}

.card {
  box-shadow: 0 0 5px #a4a4a4;
}

.place-bet thead tr,
.my-bet thead tr {
  background-color: var(--grey-bg);
}

.place-bet .table input {
  background-color: var(--primary-bg);
}

.table tr.bet-info {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
  width: 100%;
}

.table tr.bet-message {
  background-color: var(--primary-bg);
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}

.modal-book {
  color: #303030;
  font-weight: normal;
}

.activity-modal {
  border: 10px solid var(--theme1-bg);
  border-radius: 8px;
}

/* .value-buttons button {
  margin-right: 3px;
} */

@media (min-width: 1025px) {
  div.table-responsive {
    overflow-x: hidden !important;
  }
}

.sidebar-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(204, 204, 204, 0.5);
  z-index: 10;
}

.sidebar-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0px 0px -27px;
  width: 32px;
}

.tv-container {
  margin-top: 0;
  margin-bottom: 4px;
}

.video-iframe {
  border: 0;
  background: #222;
  height: 260px;
  width: 100%;
}

.animation-iframe {
  height: 235px;
  width: 100%;
  /* background-image: url(../../animation_banner.png),
    linear-gradient(var(--theme1-bg), var(--theme2-bg)); */
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid;
}

.blinking span {
  animation: blinkingText 0.8s infinite;
}

.blinking:hover span {
  animation: blinkingHoverText 0.8s infinite;
}

@keyframes blinkingText {
  0% {
    color: var(--red-color);
  }

  20% {
    color: var(--red-color);
  }

  40% {
    color: var(--yellow-color);
  }

  60% {
    color: var(--yellow-color);
  }

  80% {
    color: var(--white-color);
  }

  100% {
    color: var(--white-color);
  }
}

@keyframes blinkingHoverText {
  0% {
    color: var(--red-color);
  }

  20% {
    color: var(--red-color);
  }

  40% {
    color: var(--yellow-color);
  }

  60% {
    color: var(--yellow-color);
  }

  80% {
    color: var(--white-color);
  }

  100% {
    color: var(--white-color);
  }
}

@keyframes blinkingHoverWhite {
  0% {
    color: var(--red-color);
  }

  20% {
    color: var(--red-color);
  }

  40% {
    color: var(--yellow-color);
  }

  60% {
    color: var(--yellow-color);
  }

  80% {
    color: var(--white-color);
  }

  100% {
    color: var(--white-color);
  }
}

.ball-runs.wicket {
  background: var(--red-color);
}

/* 
.ball-runs {
  background: var(--theme1-bg);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: var(--primary-color);
  font-weight: bold;
} */
.ball-runs {
  font-weight: 600;
}
.ball-runs:last-child {
  margin-right: 0;
}
.ball-runs.playera {
  background: #355e3b;
  color: #ff4500;
}

.ball-runs.playerb {
  background: #355e3b;
  color: #ffff33;
}

.ball-runs.playerc {
  background: #355e3b;
  color: #08c;
}

.ball-runs.playertie {
  background: var(--theme2-bg);
  color: var(--secondary-color);
}

.teenpatti-rules {
  cursor: pointer;
}

.teenpatti .modal-dialog {
  width: 370px;
}

#rules-container {
  min-height: 400px;
}

.video-overlay {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: auto;
  left: 0;
  content: '';
  top: 0;
  padding: 5px;
}

.video-overlay.right {
  right: 0;
  left: auto;
  text-align: right;
}

.video-overlay h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.video-overlay .card-inner {
  margin-bottom: 5px;
}

.video-overlay img {
  width: 40px;
  height: auto;
  /* margin-right: 2px; */
  /* margin-left: 2px; */
}

#result-desc {
  background: rgba(0, 0, 0, 0.4);
  color: var(--white-color);
  text-align: right;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.greenbx {
  color: var(--green-color);
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.yellowbx {
  color: var(--yellow-color);
  font-weight: bold;
  text-transform: uppercase;
}

.redbx {
  color: var(--red-color);
  font-weight: bold;
  text-transform: uppercase;
}

.winner-label {
  /*font-size: 22px;
    color: var(--primary-color);
    padding: 10px;*/
  margin-top: 5px;
}

.round-id {
  font-size: 18px;
}

.player-number {
  border-right: 1px solid var(--theme1-bg);
  flex: 1;
}

.player-number:last-child {
  border-right: 0;
}

.player-container {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  flex-direction: row;
}

.board-result {
  border-top: 1px solid var(--theme1-bg);
  padding-top: 10px;
  padding-bottom: 10px;
}

.second-row {
  border-top: 1px solid var(--theme1-bg);
}

.player-container {
  /*border-bottom: 1px solid var(--theme1-bg);*/
  padding-bottom: 10px;
}

.last-result {
  cursor: pointer;
  /* margin-left: 2px; */
}

.last-result-slider .owl-prev {
  position: absolute;
  top: 0;
  left: -20px;
}

.last-result-slider .owl-next {
  position: absolute;
  top: 0;
  right: -20px;
}

.last-result-slider .owl-next span,
.last-result-slider .owl-prev span {
  color: #333;
  font-size: 45px;
  line-height: 1;
}

/* Andar Bahar Module */

.andarbahar-module .andar-bahar.table td {
  border: 1px solid #333;
}

.andarbahar-module .andar-bahar.table tr.bet-info {
  background-color: var(--primary-bg);
}

.andarbahar-module .andar-bahar.table .p-title {
  font-size: 16px;
  text-transform: uppercase;
}

.andarbahar-module .andar-bahar-image {
  width: 45px;
  cursor: pointer;
}

.andarbahar-module .ab-slider {
  margin: 0 15px;
  width: 120px;
}

.andarbahar-module #andar-box,
.andarbahar-module #bahar-box {
  vertical-align: top;
  height: 80px;
}

.andarbahar-module #andar-box .game-section,
.andarbahar-module #bahar-box .game-section {
  position: relative;
}

.andarbahar-module #andar-box .game-section .odds,
.andarbahar-module #bahar-box .game-section .odds {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}

.andarbahar-module .owl-next {
  position: absolute;
  top: 0;
  left: -20px;
}

.andarbahar-module .owl-prev {
  position: absolute;
  top: 0;
  right: -20px;
}

.andarbahar-module .owl-next span,
.andarbahar-module .owl-prev span {
  color: var(--white-color);
  font-size: 33px;
}

/*.nav-rules,
.download-apklink {
    margin-top: 5px;
    margin-right: 10px;
}*/

.download-apklink a:hover {
  text-decoration: none;
}

.download-apklink .blinking:hover span {
  animation: blinkingHoverWhite 0.8s infinite;
}

.election-menu {
  animation: blinkingElection 1s infinite;
}

@keyframes blinkingElection {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.div-tooltip {
  display: none;
  position: absolute;
  background-color: transparent;
  padding: 10px;
  color: #222;
  z-index: 1000;
  font-size: 22px;
  text-shadow: 1px 1px 5px var(--grey-bg);
}

.blinking .lineanimation {
  height: 1px;
  width: 20px;
  background-color: red;
  animation: pulse 4s ease infinite alternate, nudge 0.5s linear infinite alternate;
  border-radius: 100%;
  position: absolute;
}

@keyframes pulse {

  0%,
  100% {
    background-color: var(--red-color);
  }

  50% {
    background-color: var(--primary-bg);
  }
}

@keyframes nudge {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(25px, 0);
  }

  100% {
    transform: translate(50px, 0);
  }
}

.card-number {
  font-family: 'CasinoNumFont';
}

.teenpattixyz .main-table.table {
  vertical-align: middle;
}

.teenpattixyz .main-table.table,
.teenpattixyz .main-table.table td,
.teenpattixyz .main-table.table th,
.teenpattixyz .main-table.table tr {
  border-color: #222;
  vertical-align: middle;
  border-bottom: 1px solid #222 !important;
}

.teenpattixyz .main-table.table tr.bet-info {
  background-color: var(--primary-bg);
}

.teenpattixyz .main-table.table .p-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px;
}

.teenpattixyz .game-section .card-image {
  border: 3px solid #eee;
  display: inline-block;
  height: 45px;
  height: 65px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
}

.teenpattixyz .game-section .card-image.selected {
  border: 3px solid green;
}

.teenpattixyz .main-table.table .brate {
  font-weight: bold;
  font-size: 16px;
  padding: 4px;
}

#modalrules .modal-body,
#gameRulesModal .modal-body {
  height: 80vh;
  overflow: auto;
}

.sidebar-title {
  background-color: var(--theme1-bg);
}

.back1 {
  background-color: rgba(114, 187, 239, 0.75);
}

.back2 {
  background-color: rgba(114, 187, 239, 0.5);
}

.lay1 {
  background-color: rgba(250, 169, 186, 0.75);
}

.lay2 {
  background-color: rgba(250, 169, 186, 0.5);
}

.d-t-box {
  background-color: var(--light-bg);
  padding: 10px;
}

/*.dt-button {
    color: var(--primary-color);
    background-image: linear-gradient(to right, var(--theme1-bg), var(--theme2-bg));
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 20px;
}*/

.pair-block {
  border-left: 5px solid var(--theme2-bg);
}

.card-dt .card-image img {
  width: 46.42px;
  height: 65px;
  cursor: pointer;
}

.modal-backdrop {
  opacity: 0.5;
}

/* Home page casino icons */

.casinoicons {
  position: relative;
  box-shadow: 0 25px 8px -8px;
  border-radius: 4px;
  margin-bottom: 25px;
  cursor: pointer;
}

.casinoicons img {
  width: 100%;
  height: auto;
}

.casino-name {
  background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
  color: var(--primary-color);
  padding: 5px;
  position: absolute;
  width: 100%;
  bottom: -15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  font-size: 11px;
}

.casino .card-title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
}

.card-odd-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4px;
  margin-right: 4px;
  cursor: pointer;
}

.card-odd-box .casino-odds {
  margin-bottom: 5px;
  font-size: 14px;
}

.casino-odds {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.notenum .casino-table-right-box {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 5px 0 5px;
  border-bottom: 1px solid var(--table-border);
}

.card-odd-box img {
  height: 65px;
}

.new-launch-casino {
  /* -webkit-animation: NAME-YOUR-ANIMATION 1s infinite; */
  /* Safari 4+ */
  /* -moz-animation: NAME-YOUR-ANIMATION 1s infinite; */
  /* Fx 5+ */
  /* -o-animation: NAME-YOUR-ANIMATION 1s infinite; */
  /* Opera 12+ */
  /* animation: NAME-YOUR-ANIMATION 1s infinite;
    position: absolute;
    right: -15px;
    top: -25px;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 100; */
  position: absolute;
  left: -39px;
  top: -40px;
  padding: 10px;
  border-radius: 50%;
  height: auto;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {

  0%,
  49% {
    background-color: rgba(215, 43, 43, 0.8);
  }

  50%,
  100% {
    background-color: rgba(0, 15, 255, 0.8);
  }
}

.info-icon {
  color: var(--site-color);
  font-size: 16px;
}

.info-block {
  position: relative;
}

.info-block .min-max-info {
  background: rgb(102, 102, 102) none repeat scroll 0% 0%;
  padding: 6px 14px;
  position: absolute;
  color: rgb(255, 255, 255);
  right: 0px;
  z-index: 1000;
}

.casino-content-table {
  background-color: var(--light-bg);
  padding: 15px;
}

.w-1 {
  width: 10% !important;
  min-width: 10% !important;
}

.w-2 {
  width: 20% !important;
  min-width: 20% !important;
}

.w-3 {
  width: 30% !important;
  min-width: 30% !important;
}

.w-4 {
  width: 40% !important;
  min-width: 40% !important;
}

.w-5 {
  width: 50% !important;
  min-width: 50% !important;
}

.w-6 {
  width: 60% !important;
  min-width: 60% !important;
}

.w-7 {
  width: 70% !important;
  min-width: 70% !important;
}

.w-8 {
  width: 80% !important;
  min-width: 80% !important;
}

.w-9 {
  width: 90% !important;
  min-width: 90% !important;
}

.w-10 {
  width: 100% !important;
  min-width: 100% !important;
}

/* Card 32 EU Starts here */

.card32eu-container .card-total-block tr td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.card32eu-container .card-number {
  font-size: 3.5rem;
}

.card32eu-container .info-block .min-max-info {
  left: 0;
  right: unset;
}

.card32eu-container .card32worli .info-block .min-max-info {
  left: unset;
  right: 0;
}

.card32eu-container .bet-action,
.card32eu-container button.back,
.card32eu-container button.lay {
  cursor: pointer;
}

marquee.casino-remark {
  color: #17a2b8;
  width: 100%;
  position: relative;
}

/* dt6 */

.dt6-container .info-block .min-max-info {
  right: unset;
  left: 0;
  white-space: nowrap;
  font-size: 12px;
}

.dt6-container .casino-content-table .info-block .min-max-info {
  right: 0;
  left: unset;
  white-space: nowrap;
  font-size: 12px;
}

.aaa-button {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.aaa-button button {
  padding: 8px;
  border: 0;
  outline: none;
  width: 50%;
  float: left;
  cursor: pointer;
  font-weight: 600;
}

.aaa-content {
  background-color: #eee;
  padding: 0;
}

.aaa-content button {
  min-height: 46px;
  font-size: 18px !important;
}

.aaa-content .card-image img {
  width: auto;
  max-width: 46px;
  height: 65px;
}

/*Horse Racing*/

.horse-racing .table th,
.horse-racing .table td {
  padding-left: 5px;
  padding-right: 5px;
}

.horse-racing .cloth-icon {
  width: 30px;
}

/*Game Detail*/

.table-header,
.table-row {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  /* border-bottom: 1px solid #fff; */
  border-bottom: 0.01em solid #c7c8ca;

}
.table-header {
  background-color: #f7f7f7;
}
.table-row {
  background-color: #f2f2f2;
}

.fancy-market .table-row {
  border-bottom: 0;
}

.fancy-market .fancy-tripple {
  border-bottom: 1px solid #fff;
}

.fancy-market .fancy-tripple.suspended::after {
  width: 46%;
}

.fancy-market .fancy-tripple .table-row>div:not(:first-child) {
  border-bottom: 1px solid #fff;
}

.fancy-market .fancy-tripple .table-row:last-child>div {
  border-bottom: 0;
}

.table-header>div,
.table-row>div {
  padding: 5px 0;
  border: 1px solid #fff;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
}

.table-header>div {
  border-bottom: 0;
}

.table-header>div:first-child,
.table-row>div:first-child {
  padding-left: 5px;
  padding-right: 5px;
}

.table-header>div:last-child,
.table-row>div:last-child {
  border-right: 1px solid #fff;
  padding-right: 5px;
  border-right: 0;
  padding-right: 0;
}

.table-row>div a {
  color: var(--site-color);
}

.table-row>div.back,
.table-row>div.back1,
.table-row>div.back2,
.table-row>div.lay,
.table-row>div.lay1,
.table-row>div.lay2 {
  cursor: pointer;
}

.table-row>div button {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}

.table-row>div .odd~span {
  font-size: 10px;
}

.table-row>div .odd {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1px;
}

.team-name {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-remark {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
}

.market-title {
  background-color: var(--theme2-bg85);
  padding: 4px;
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

.remark {
  color: #097c93;
  padding: 0 5px;
  font-weight: normal;
  font-size: 11px;
  max-width: 100%;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  overflow: hidden;
  display: inline-block;
  z-index: 1050;
}

.fancy-market .box-6 {
  width: 54%;
  min-width: 54%;
  max-width: 54%;
}

.fancy-market .box-1 {
  width: 13%;
  min-width: 13%;
  max-width: 13%;
}

.team-name,
.country-name {
  font-size: 14px;
}

.min-max {
  font-size: 12px;
}
.game-wrapper {
    display: flex;
    padding: 0 5px;
}
.game-name {
  width: calc(100% - 210px);
}

.game-icons {
    float: left;
    text-align: right;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 210px;
}

.game-icon {
  width: 35px;
  text-align: center;
  margin-top: 0;
  display: inline-block;
}

.game-icon .active {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle !important;
  margin-right: 0 !important;
}

.coupon-table td:first-child .active {
  background-color: #28a745;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

/* .icon-tv {
  font-size: 0.6875rem;
} */

.bookmaker-icon,
.fancy-icon {
  height: 12px;
}

.ic-card {
  height: 18px;
}

.report-container .btn-primary {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}

.report-container .form-control {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}

.b-toast-success .toast .toast-header,
.b-toast-danger .toast .toast-header {
  padding: 10px;
}

.toast .toast-header .close {
  line-height: unset;
}

.b-toast-success .toast .toast-header,
.b-toast-danger .toast .toast-header {
  padding: 14px 20px;
  font-size: 16px;
  box-shadow: 0 0 10px;
}

.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: unset !important;
  max-width: unset !important;
  width: auto !important;
}

.b-toast {
  max-width: unset !important;
}

.flip-clock-wrapper ul li a div div.inn {
  background-color: #2e2e2e !important;
  color: #fff !important;
}

.dataTables_filter {
  text-align: right;
}

.dataTables_length select,
.dataTables_filter input {
  display: inline-block;
  width: auto;
}

#rulesList .modal-body {
  padding: 0;
}

#rulesList .modal-dialog {
  max-width: 420px;
}

.player-image-container img {
  width: 50px;
}

.player-number h4 {
  font-size: 16px;
  font-weight: bold;
}

.result-view-all {
  font-size: 14px;
  float: right;
  color: var(--secondary-color);
}

.result-view-all:hover,
.result-view-all:focus {
  color: var(--secondary-color);
}

.result-image img,
.player-type img,
.sixplayer-image img,
.andar-bahar-image {
  width: 50px;
}

.winner-label {
  background-color: var(--green-bg);
  padding: 4px 10px;
  display: inline-block;
  color: var(--white-color);
  min-width: 85px;
}

.tie-label {
  background-color: var(--yellow-bg);
  padding: 4px 10px;
  display: inline-block;
  color: var(--site-color);
  min-width: 85px;
}

.sixplayer-image {
  text-align: center;
}

.teen9-container .table tr,
.teenpatti-1day .table tr {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
  width: 100%;
}

.teen9-container .table td,
.teen9-container .table th,
.teenpatti-1day .table td,
.teenpatti-1day .table th {
  padding: 5px;
  vertical-align: middle;
  border-bottom: 0;
  border-color: #fff;
}

.teen9-container .bet-action,
.teenpatti-1day .bet-action {
  cursor: pointer;
}

.casino-container .table tr {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
  width: 100%;
}

#rulesList .modal-dialog.modal-sm {
  max-width: 420px !important;
}

.board-result-inner {
  background: var(--grey-bg);
  padding: 10px;
  color: var(--site-color);
}

.andarbahar-module .video-overlay {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  content: '';
  z-index: 10;
  padding: 6px;
}

.andarbahar-module .video-overlay h3 {
  font-size: 9px;
  line-height: 9px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  width: 200px;
}

.andarbahar-module .video-overlay .card-inner {
  margin-bottom: 3px;
}

.andarbahar-module .video-overlay img {
  border-radius: 4px;
  width: 30px !important;
  height: auto;
  margin-right: 3px;
}

.andarbahar-module .video-overlay .ab-rtlslider {
  margin: 0 15px;
  width: 200px;
}

.andarbahar-module .video-overlay .ab-rtlslider .owl-next {
  position: absolute;
  top: 0;
  left: -15px;
}

.andarbahar-module .video-overlay .ab-rtlslider .owl-prev {
  position: absolute;
  top: 0;
  right: -15px;
}

.andarbahar-module .video-overlay .ab-rtlslider .owl-next span,
.andarbahar-module .video-overlay .ab-rtlslider .owl-prev span {
  font-size: 26px;
  line-height: 1;
}

.andarbahar-module .andarbg {
  background: lightsalmon;
}

.andarbahar-module .baharbg {
  background: lightgreen;
}

.andarbahar-module #andar-box,
.andarbahar-module #bahar-box {
  vertical-align: top;
  height: 90px;
}

.andarbahar-module .andarbg td:first-child,
.andarbahar-module .baharbg td:first-child {
  vertical-align: middle;
}

.andarbahar-module .andar-bahar.table td {
  border: 1px solid #333;
}

.andarbahar-module #andar-box .game-section,
.andarbahar-module #bahar-box .game-section {
  position: relative;
}

.andarbahar-module .andar-bahar-image {
  width: 45px;
  cursor: pointer;
}

.andarbahar-module #andar-box .game-section .odds,
.andarbahar-module #bahar-box .game-section .odds {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}

.modal-dialog footer {
  background-color: #fff;
}

.modal-dialog.modal-full {
  width: 90%;
  max-width: 90%;
}

.report-main-content a {
  cursor: pointer;
  text-decoration: underline;
}

.text-link {
  color: #007bff;
}

.text-link:hover,
.text-link:focus {
  text-decoration: underline;
}

.text-link-dark {
  color: #222;
}

.text-link-dark:hover,
.text-link-dark:focus {
  text-decoration: underline;
}

.game-rules-icon,
.game-rules-icon:hover,
.game-rules-icon:focus {
  color: #fff;
}

.custom-control-label::after {
  top: 0;
}

.custom-control-label::before {
  top: 0;
}

.binary-chart {
  position: relative;
}

.binary-chart .chart-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  color: #f00;
  font-size: 20px;
  cursor: pointer;
}

.fa-chart-line {
  cursor: pointer;
}

.account-statement-tbl tbody tr {
  cursor: pointer;
}

.search-game-ul {
  display: block;
}

.casino-numfont {
  font-family: 'CasinoNumFont';
  font-size: 270px;
  line-height: 0.8;
  color: #6a0015;
}

.center-cropped {
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 105px;
}

.left_half li.show {
  display: block !important;
}

.left_half li.hide {
  display: none !important;
}

.left_half {
  margin: 0;
}

.ocada-sidebar {
  border-radius: 4px;
  box-shadow: 1px 1px 10px rgba(0, 136, 204, 0.4);
}

.ocada-sidebar a:hover {
  text-decoration: none;
}

.ocada-sidebar li {
  padding: 10px 25px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #555;
  background-color: var(--theme2-bg85);
  color: var(--secondary-color);
}

/*.ocada-sidebar li:before
{
background-color: #fff;
position: absolute;
content: "";
height: 8px;
width: 8px;
border-radius: 50%;
left: 5px;
top: 12px;
}*/

.ocada-sidebar li:hover,
.ocada-sidebar li.active {
  background-color: var(--theme2-bg);
}

.casino-numbers img {
  width: 180px;
}

.casino-bet.place-bet .card-body {
  display: block;
}

.casino-stake {
  height: 30px;
  border: 2px solid #ddd;
  padding: 0 10px;
  font-size: 14px;
  width: 100%;
}

/*.criccasino-select,.criccasino-select:focus
{
background-color: #fff;
color: #ddd;
border: 0;
outline: 0;
box-shadow:none;
}*/

.criccasino-bet-header {
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
}

.criccasino-left-sidebar {
  max-width: 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding-right: 0;
}

.criccasino-main-content {
  max-width: 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.btn_up,
.btn_down,
.btn_up:hover,
.btn_down:hover,
.btn_up:focus,
.btn_down:focus {
  width: 100px;
  background-color: var(--theme2-bg85);
  color: var(--secondary-color) !important;
  border: 1px solid var(--theme2-bg85);
}

.criccasino-main-content .game-heading {
  padding: 8px;
  background-color: var(--theme2-bg85);
}

.bet-stake input {
  width: 80px;
  border: 0;
}

#casino-bet-tbl th {
  width: 33%;
}

.rules-warning {
  float: right;
  /* color: red; */
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.winner-icon i {
  font-size: 26px;
  box-shadow: 0 0 0 var(--secondary-bg);
  -webkit-animation: winnerbox 2s infinite;
  animation: winnerbox 1.5s infinite;
  border-radius: 50%;
  color: #169733;
}

@-webkit-keyframes winnerbox {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 127, 30, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(29, 127, 30, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 127, 30, 0);
  }
}

.mx-input {
  height: calc(2.25rem + 2px) !important;
}

.andar-bg {
  background: lightsalmon;
}

.bahar-bg {
  background: lightgreen;
}

.coupon-card td.back,
.coupon-card td.lay {
  cursor: pointer;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(256, 256, 256, 0.5);
  z-index: 1000;
}

.worli-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(256, 256, 256, 0.5);
  z-index: 1000;
}

.stop-site {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
}

.stop-site>div {
  background-color: #ff0000;
  padding: 30px;
  border-radius: 10px;
  font-size: 30px;
  border: 5px solid #fff;
  line-height: 1;
}

.table-card-container .table tr {
  background-color: transparent;
}

.table-card-container .table tr th {
  border: 0;
}

.table-card img {
  width: 30px;
}

.card-type-icon img {
  width: 25px;
}

.casinoicons {
  position: relative;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {

  0%,
  49% {
    background-color: rgba(215, 43, 43, 0.8);
  }

  50%,
  100% {
    background-color: rgba(0, 15, 255, 0.8);
  }
}

/*Diamond Casino*/

.diamond-casino-container .header {
  background-color: var(--theme1-bg);
  color: var(--primary-color);
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.diamond-casino-container .header .logo {
  display: flex;
}

.diamond-casino-container .header .login-container {
  display: flex;
  align-items: center;
}

.diamond-casino-container .header .logo img {
  height: 80px;
  margin-left: 20px;
}

.diamond-casino-container .login-container .input-group {
  width: 180px;
  margin-right: 10px;
  border-radius: 4px;
}

.diamond-casino-container .login-container .input-group.required {
  border: 1px solid #fee002;
}

.diamond-casino-container .login-container .input-group-append {
  display: -ms-flexbox;
  display: flex;
  height: 32px;
}

.diamond-casino-container .login-container .input-group-text {
  background-color: var(--theme1-bg);
  color: #da9e9e;
  border: 0;
  min-width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diamond-casino-container .login-container .form-control,
.diamond-casino-container .login-container .form-control:hover,
.diamond-casino-container .login-container .form-control:focus {
  border: 0;
  background-color: var(--theme1-bg90);
  color: #da9e9e;
  height: 32px;
  font-size: 13px;
  box-shadow: none;
  outline: 0;
}

.diamond-casino-container .btn-primary {
  background-color: #222;
  border-color: #222;
  color: #fff;
  transition: all 0.8s ease;
}

.diamond-casino-container .btn-primary:hover {
  background-color: #444;
  border-color: #444;
}

.diamond-casino-container .btn-secondary {
  background-color: #fee002;
  border-color: #fee002;
  color: #000;
  transition: all 0.8s ease;
}

.diamond-casino-container .btn-secondary:hover {
  background-color: #fee002;
  border-color: #fee002;
}

.diamond-casino-container .casino-title {
  background: var(--theme1-bg);
  color: #fee002;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}

.diamond-casino-container .casino-title .arrows {
  position: relative;
  width: 15px;
  height: 15px;
}

.diamond-casino-container .casino-title .arrows-left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 40px;
}

.diamond-casino-container .casino-title .arrows-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -40px;
}

.diamond-casino-container .casino-title .arrows::before,
.diamond-casino-container .casino-title .arrows span::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-animation: arrows 1.5s linear infinite;
  animation: arrows 1.5s linear infinite;
  right: -4px;
  font-size: 1em;
}

.diamond-casino-container .casino-title .arrows span::before {
  -webkit-animation: arrows 1.5s linear infinite -0.25s;
  animation: arrows 1.5s linear infinite -0.25s;
}

.diamond-casino-container .casino-title .arrows span::after {
  -webkit-animation: arrows 1.5s linear infinite -0.5s;
  animation: arrows 1.5s linear infinite -0.5s;
}

@-webkit-keyframes arrows {
  0% {
    opacity: 0;
    -webkit-transform: translate(-5px, -50px);
    transform: translate(-5px, -50px);
  }

  10%,
  90% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -webkit-transform: translate(-5px, 0px);
    transform: translate(-5px, 0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-5px, 50px);
    transform: translate(-5px, 50px);
  }
}

@keyframes arrows {
  0% {
    opacity: 0;
    -webkit-transform: translate(-5px, -50px);
    transform: translate(-5px, -50px);
  }

  10%,
  90% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -webkit-transform: translate(-5px, 0px);
    transform: translate(-5px, 0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-5px, 50px);
    transform: translate(-5px, 50px);
  }
}

.diamond-casino-container .casino-box {
  position: relative;
}

.diamond-casino-container .casino-box {
  position: relative;
  cursor: pointer;
  transition: all 1s ease;
  margin-bottom: 30px;
  border: 5px solid #fee002;
  box-shadow: 0 0 10px;
}

.diamond-casino-container .casino-box:hover {
  transform: scale(0.95, 0.95);
  z-index: 1000;
}

.diamond-casino-container .casino-icons .casino-login {
  display: flex;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 6px 0;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 16px;
  font-weight: bold;
  flex-direction: column;
}

.diamond-casino-container .casino-icons:hover .casino-login {
  opacity: 1;
}

.diamond-casino-container .casino-icons img {
  width: 100%;
}

.diamond-casino-container .btn-login {
  border-radius: 3px;
  margin-right: 7px;
  text-transform: uppercase;
  width: auto;
}

.diamond-casino-container .casino-name {
  background-color: var(--theme1-bg);
  color: #fee002;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  width: 90%;
  bottom: -20px;
  border-radius: 4px;
  left: 5%;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Casino Flat;
}

.diamond-casino-container .form-control::-webkit-input-placeholder,
.diamond-casino-container input::-webkit-input-placeholder {
  color: #da9e9e;
}

.diamond-casino-container.form-control:-ms-input-placeholder,
.diamond-casino-container input::-ms-input-placeholder {
  color: #da9e9e;
}

.diamond-casino-container .form-control::placeholder,
.diamond-casino-container input::placeholder {
  color: #da9e9e;
}

.diamond-casino-modal .form-control,
.diamond-casino-modal .form-control:hover,
.diamond-casino-modal .form-control:focus {
  border: 0;
  background-color: #772525;
  color: #da9e9e;
  height: 32px;
  font-size: 13px;
  box-shadow: none;
  outline: 0;
}

.diamond-casino-modal .input-group-text {
  background-color: #691e1e;
  color: #da9e9e;
  border: 0;
  min-width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diamond-casino-modal .btn-primary {
  background-color: #222;
  border-color: #222;
  color: #fff;
  transition: all 0.8s ease;
}

.diamond-casino-modal .btn-primary:hover {
  background-color: #444;
  border-color: #444;
}

.diamond-casino-modal .btn-secondary {
  background-color: #fee002;
  border-color: #fee002;
  color: #000;
  transition: all 0.8s ease;
}

.diamond-casino-modal .btn-secondary:hover {
  background-color: var(--theme2-bg);
  border-color: var(--theme2-bg);
}

.diamond-casino-modal .input-group {
  border-radius: 4px;
}

.diamond-casino-modal .input-group.required {
  border: 1px solid #fee002;
}

#casino-login .modal-content {
  background-color: var(--theme1-bg);
}

.newlacunch-menu a {
  transition: 0.3s ease-in;
  -webkit-animation: newlaunch 1s;
  -moz-animation: newlaunch 1s;
  animation: newlaunch 1s;
  animation-iteration-count: infinite;
}

.newlacunch-menu {
  transition: 0.3s ease-in;
  -webkit-animation: newlaunch 1s;
  -moz-animation: newlaunch 1s;
  animation: newlaunch 1s;
  animation-iteration-count: infinite;
}

@keyframes newlaunch {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #ffff00;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #ff0000;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #ffff00;
  }
}

@-moz-keyframes newlaunch {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #ffff00;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #ff0000;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #ffff00;
  }
}

@-webkit-keyframes newlaunch {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #ffff00;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #ff0000;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #ffff00;
  }
}

.fancy-tab {
  min-height: 300px;
  position: relative;
}

.fancy-message {
  background-color: #ccc;
  color: #000;
  padding: 6px;
  text-align: center;
}

.game-page .nav-tabs {
  display: inline-block;
  box-shadow: 0 8px 8px -7px;
}

.game-page .nav-tabs .nav-link {
  background-color: var(--theme2-bg);
  color: var(--secondary-color);
}

.game-page .nav-tabs .nav-link.active {
  background-color: var(--theme1-bg);
  color: var(--secondary-color);
}

.meter-content img {
  width: 35px;
  margin-right: 4px;
  margin-bottom: 4px;
}


.meter-lh-card-container h5 {
  vertical-align: middle;
}

.meter-lh-card img {
  width: 30px;
  margin-right: 5px;
}

.cmeter-container .info-icon {
  color: #fff;
}

.cmeter-container .cmeter-title {
  height: 50px;
}

.cmeter .result-image img {
  width: 35px;
}

.cc-banner-container {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 60%;
  height: 160px;
  display: flex;
  justify-content: center;
  left: 20%;
  top: 15%;
  color: #fff;
}

.cc-banner-container-inner {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 98%;
  height: 150px;
  display: flex;
  justify-content: center;
  left: 1%;
  top: 3%;
  color: #fff;
  padding: 20px 5px;
  border: 1px solid #fff;
}

.cc-banner-container h4 {
  /* font-family: Digital;*/
  font-family: helvetica, 'Segoe UI', Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.cc-banner-container span {
  font-family: Digital;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
}

.cc-banner-title {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  height: 135px;
  width: 135px;
  border-radius: 50%;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #103d9a;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
}

.cc-banner-title>div {
  line-height: 20px;
}

.cc-banner-ball {
  position: absolute;
  top: 195px;
  width: 100%;
  text-align: center;
}

.cc-banner-ball img {
  width: 40px;
  margin-right: 10px;
}

.score-box {
  position: relative;
  height: 70px;
  margin-bottom: 40px;
  padding: 0 !important;
  border-radius: 0 !important;
}

.backbox {
  position: absolute;
  top: 0;
  left: 70%;
  width: 15%;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.laybox {
  position: absolute;
  top: 0;
  left: 85%;
  width: 15%;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.cc-20 .score-img {
  width: 70%;
}

.ball-image {
  width: 50px;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 10px;
}

.team-score {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  display: flex;
  align-items: center;
  height: 50px;
  left: 20%;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cc-20 .min-max {
  position: absolute;
  top: 53px;
  right: 5px;
}

.cc-20 .book {
  position: absolute;
  top: 5px;
  left: 5px;
}

.cc-20 .video-tv-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.cc-20 .cc-banner-img {
  height: 100%;
  opacity: 0.7;
}

.cc-20 .suspended:after {
  width: 30%;
  height: 50px;
  top: 0;
  right: 0;
  border-radius: 0;
}

.cc-20 .last-result .balls {
  width: 40px;
}

.cc-20 .placebet-run {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

.bounce-enter-active {
  animation: bounce-in 0.5s;
}

.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.newlaunch-sidemenu span {
  transition: 0.3s ease-in;
  -webkit-animation: newlaunch 1s;
  -moz-animation: newlaunch 1s;
  animation: newlaunch 1s;
  animation-iteration-count: infinite;
}

/*.baccarat .bet-container
{
    display: flex;
}
.baccarat .player-pair
{
    background-color: #086cb8;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 16%;
    margin-right: 1%;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.baccarat .banker-pair
{
    background-color: #ae2130;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 16%;
    margin-left: 1%;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.baccarat .player-card img
{
    height: 20px;
    margin-right: 2px;
}
.baccarat .player-card .rotate
{
    transform: rotate(270deg);
}
.baccarat .player
{
    background-color: #086cb8;
    width: 22%;
    color: #fff;
    padding: 10px;
}
.tie
{
    background-color: #279532;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22%;
    color: #fff;
    flex-direction: column;
}
.baccarat .banker
{
    background-color: #ae2130;
    width: 22%;
    color: #fff;
    padding: 10px;
}
.baccarat-container
{
    background-color: #eee;
    padding: 15px;
}
.baccarat-container .bet-odds
{
    background-color: var(--theme2-bg);
    font-size: 12px;
    color: #fff;
    width: 100%;
    padding: 6px;
    text-align: center;
    cursor: pointer;
}
.baccarat .baccarat-table tr
{
    background-color: transparent;
}
.baccarat .baccarat-table td
{
    padding: 2px;
    border: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 12px;
    width: 65%;
}
.baccarat .baccarat-table td:last-child
{
    border-right: 0;
    width: 5%;
}
.baccarat .book
{   
    text-align: center;
    margin-top: 5px;
}*/

.baccarat .bet-container {
  display: flex;
}

.baccarat .player-pair {
  width: 16%;
  margin-right: 1%;
  cursor: pointer;
}

.baccarat .player-pair .suspended:after {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.baccarat .player-pair>div:first-child {
  background-color: #086cb8;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: left;
  /* font-size: 14px; */
  line-height: 1;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}

.baccarat .player-pair>div:nth-child(2n) {
  text-align: center;
  margin-top: 5px;
}

.baccarat .banker-pair {
  width: 16%;
  margin-left: 1%;
  cursor: pointer;
}

.baccarat .banker-pair .suspended:after {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.baccarat .banker-pair>div:first-child {
  background-color: #ae2130;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: left;
  /* font-size: 14px; */
  line-height: 1;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}

.baccarat .banker-pair>div:nth-child(2n) {
  text-align: center;
  margin-top: 5px;
}

/* .baccarat .player-card img {
  height: 20px;
  margin-top: 5px;
} */

/*.baccarat .player-card img:first-child
{
    transform: rotate(270deg);
}*/

.baccarat .player {
  width: 22%;
}

.baccarat .player>div:first-child {
  background-color: #086cb8;
  color: #fff;
  padding: 10px;
  height: 70px;
  cursor: pointer;
}

.baccarat .player>div:nth-child(2n) {
  text-align: center;
  margin-top: 5px;
}

.baccarat .tie {
  width: 22%;
  cursor: pointer;
}

.baccarat .tie>div:first-child {
  background-color: #279532;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  height: 70px;
}

.baccarat .tie>div:nth-child(2n) {
  text-align: center;
  margin-top: 5px;
}

.baccarat .banker {
  width: 22%;
  cursor: pointer;
}

.baccarat .banker>div:first-child {
  background-color: #ae2130;
  color: #fff;
  padding: 10px;
  height: 70px;
}

.baccarat .banker>div:nth-child(2n) {
  text-align: center;
  margin-top: 5px;
}

.baccarat-container {
  background-color: #eee;
  padding: 15px;
}

.baccarat-container .bet-odds {
  background-color: var(--theme2-bg);
  font-size: 12px;
  color: #fff;
  width: 100%;
  padding: 6px;
  text-align: center;
  cursor: pointer;
}

.baccarat-container .table tr {
  background-color: transparent;
}

.baccarat-container .table td {
  padding: 2px;
  border: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 12px;
  width: 65%;
}

.baccarat-container .table td:last-child {
  border-right: 0;
  width: 5%;
}

.baccarat .book {
  text-align: center;
  margin-top: 5px;
}

.baccarat .player-card .rotate {
  transform: rotate(270deg);
}

.baccarat .ball-runs.cplayer {
  background-color: #086cb8;
}

.baccarat .ball-runs.cbanker {
  background-color: #ae2130;
}

.baccarat .ball-runs.ctie {
  background-color: #279532;
}

img.lrotate {
  transform: rotate(270deg);
}

img.rrotate {
  transform: rotate(90deg);
}

.ab-2-container {
  width: 100%;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  background-color: #ddd;
  color: #000;
  font-size: 14px;
}

.bet-a {
  display: flex;
  justify-content: center;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 0;
  /*perspective: 45rem;*/
}

.a-title {
  width: 10%;
  text-align: center;
  padding: 5px 0;
  padding-top: 15px;
  /*transform: rotateX(45deg);*/
  font-size: 20px;
}

.sa {
  width: 20%;
  margin-left: 2%;
}

.sa>div:first-child {
  text-align: center;
  padding: 5px 0;
  border: 3px solid yellow;
  border-radius: 8px;
  /*transform: rotateX(45deg);*/
}

.first-bet,
.second-bet {
  width: 25%;
  margin: 0 2%;
}

.first-bet>div:first-child,
.second-bet>div:first-child {
  text-align: center;
  padding: 5px 0;
  border: 3px solid yellow;
  border-radius: 8px;
  /*transform: rotateX(45deg);*/
  background-color: #086cb8;
  color: #fff;
}

.second-bet {
  margin-right: 0;
}

.ab-2-container .book {
  text-align: center;
  margin-top: 5px;
}

.ab-2 .blbox {
  padding: 8px 0;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.ab-2-box {
  background: #ddd;
  color: #000;
  padding: 5px;
}

.ab-2 .bltitle {
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

.ab-2 .bltitle img {
  height: 35px;
}

.ab-2 .info-icon {
  color: #000;
}

.ab-2 .card-image img {
  width: 40px;
}

.ab-2 .video-overlay img {
  border-radius: 4px;
  width: 30px !important;
  height: auto;
  margin-right: 3px;
}

.ab-2 .video-overlay .ab-rtlslider {
  margin: 0 15px;
  width: 200px;
}

.ab-2 .video-overlay .ab-rtlslider .owl-next {
  position: absolute;
  top: 0;
  left: -15px;
}

.ab-2 .video-overlay .ab-rtlslider .owl-prev {
  position: absolute;
  top: 0;
  right: -15px;
}

.ab-2 .video-overlay .ab-rtlslider .owl-next span,
.ab-2 .video-overlay .ab-rtlslider .owl-prev span {
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.abj-result img {
  border-radius: 4px;
  width: 35px !important;
  height: auto;
  margin-right: 3px;
}

/* .abj-result .ab-rtlslider {
    margin: 0 15px;
    width: 200px
} */

.abj-result .ab-rtlslider .owl-next {
  position: absolute;
  top: 0;
  left: -15px;
}

.abj-result .ab-rtlslider .owl-prev {
  position: absolute;
  top: 0;
  right: -15px;
}

.abj-result .ab-rtlslider .owl-next span,
.abj-result .ab-rtlslider .owl-prev span {
  font-size: 26px;
  line-height: 1;
  color: #000;
}

.ab-result img {
  border-radius: 4px;
  width: 40px !important;
  height: auto;
  margin-right: 3px;
}

.ab-result .ab-rtlslider .owl-next {
  position: absolute;
  top: 0;
  left: -15px;
}

.ab-result .ab-rtlslider .owl-prev {
  position: absolute;
  top: 0;
  right: -15px;
}

.ab-result .ab-rtlslider .owl-next span,
.ab-result .ab-rtlslider .owl-prev span {
  font-size: 26px;
  line-height: 1;
  color: #000;
}

.live-casino .casino-icon {
  position: relative;
}

.live-casino .casino-icon img {
  width: 100%;
  height: 200px;
}

.live-casino .casino-icon .casino-name {
  bottom: 0;
}

.live-casino .casinoicons {
  position: relative;
  box-shadow: 0 25px 8px -8px;
  margin-bottom: 25px;
  margin-right: 25px;
  transition: all 1s ease;
}

.live-casino .casinoicons:hover {
  transform: scale(0.95, 0.95);
}

.live-casino .casinoicons img {
  width: 130px;
  height: auto;
}

.live-casino .casino-name {
  background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
  color: var(--primary-color);
  padding: 5px;
  position: absolute;
  width: 100%;
  bottom: -15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.live-casino .new-launch-casino {
  -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
  /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
  /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 1s infinite;
  /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 1s infinite;
  position: absolute;
  right: -15px;
  top: -25px;
  padding: 10px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 100;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {

  0%,
  49% {
    background-color: rgba(215, 43, 43, 0.8);
  }

  50%,
  100% {
    background-color: rgba(0, 15, 255, 0.8);
  }
}

.cc-rules .card {
  border: 1px solid #999;
  box-shadow: 0 8px 6px -6px #000;
  color: #000;
  border-radius: 0;
  margin-bottom: 5px;
  font-size: 14px !important;
}

.cc-rules .card .card-body {
  padding: 8px !important;
}

.cc-rules .card .card-header {
  background-color: transparent;
  padding: 8px;
  color: #000;
}

.cc-rules .card .card-header .card-title {
  color: #000;
  font-size: 16px;
  text-align: center;
}

.cc-rules img {
  height: 30px;
}

.cc-rules .count,
.cc-rules .value {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cc-rules .blink-card {
  animation: blinkcard 1.2s infinite;
}

.cc-rules .card .card-footer {
  padding: 8px;
  background: transparent;
}

@keyframes blinkcard {
  0% {
    background-color: yellow;
  }

  49% {
    background-color: yellow;
  }

  50% {
    background-color: red;
  }

  99% {
    background-color: red;
  }

  100% {
    background-color: yellow;
  }
}

.mymarket {
  text-decoration: underline;
}

.t-underline {
  text-decoration: underline;
}

.cricket-bg-container {
  position: relative;
  font-family: Cricket;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 400px;
  margin: 0 auto;
}

/* .cricket-bg-container.cricketv {
  background-image: url('../img/cricketv-bg.jpg');
}

.cricket-bg-container.cricketv2 {
  background-image: url('../img/cricketv2-bg.jpg');
} */

.cricket-bg-container .nation1 {
  position: absolute;
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
  top: 13%;
  left: 2%;
  line-height: 1;
  word-break: break-all;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
}

.cricket-bg-container .battle-date {
  position: absolute;
  right: 2%;
  top: 13%;
  color: #000;
  font-size: 1rem;
  word-break: break-all;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
}

.cricket-bg-container .battle-date p {
  line-height: 18px;
}

/*.cricket-bg-container
{
    position: relative;
    font-family: Cricket;
    background-image: url("../img/cricket-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
}
.cricket-bg-container .nation1
{
    position: absolute;
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    bottom: 13%;
    left: 1%;
    max-width: 100px;
    line-height: 1;
    word-break: break-all;
}
.cricket-bg-container .nation2
{
    position: absolute;
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    bottom: 13%;
    left: 32%;
    max-width: 100px;
    line-height: 1;
    word-break: break-all;
}
.cricket-bg-container .battle-date
{
    position: absolute;
    left: 13%;
    bottom: 0;
    color: #333;
    font-size: 0.8rem;
}
.cricket-bg-container .battle-date p
{
    line-height: 18px;
}*/

/*.cricketv2-banner
{
    position: relative;
    font-family: Cricket;
    background-image: url("../img/cricketv2-banner.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
}*/

/*Modal Point Tbale*/

.modal-point-table .modal-content {
  /* background-image: url('../img/point-table-bg.jpg'); */
  background-size: cover;
  padding-top: 160px;
  color: #fff;
}

.modal-point-table.cricketv2 .modal-content {
  /* background-image: url('../img/point-table-bg2.jpg'); */
}

.modal-point-table .modal-content .point-team-name img {
  height: 20px;
  margin-right: 5px;
}

.modal-point-table header {
  padding: 0;
  background: transparent;
  /* color: var(--primary-color); */
  /* border-radius: 0; */
  border: 0;
  height: 0;
}

.point-table-link,
.point-table-link:hover {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}

.schedule-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 24px 0;
  margin-bottom: 10px;
}

.schedule-team {
  background-image: linear-gradient(rgb(111, 111, 111), rgb(15, 15, 15));
  position: relative;
  padding-left: 10px;
  color: #fff;
  height: 28px;
  line-height: 28px;
  min-width: 45%;
}

.schedule-team.team1 {
  float: left;
}

.schedule-team.team2 {
  float: right;
  text-align: right;
  padding-right: 10px;
}

.schedule-team.team1:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 28px;
  border-top: 14px solid transparent;
  border-left: 22px solid #363636;
  border-bottom: 14px solid transparent;
  right: -22px;
}

.schedule-team.team2:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 28px;
  border-top: 14px solid transparent;
  border-right: 22px solid #363636;
  border-bottom: 14px solid transparent;
  left: -22px;
}

.schedule-date {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #243084;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  min-width: 160px;
  text-align: center;
}

.schedule-date:after {
  position: absolute;
  content: '';
  border-bottom-width: 24px;
  border-bottom-style: solid;
  border-right-width: 24px;
  border-right-style: solid;
  bottom: 0;
  right: -24px;
  height: 24px;
  width: 24px;
  border-color: #243084;
  border-right-color: transparent;
}

.schedule-date:before {
  position: absolute;
  content: '';
  border-bottom-width: 24px;
  border-bottom-style: solid;
  border-left-width: 24px;
  border-left-style: solid;
  bottom: 0;
  left: -24px;
  height: 24px;
  width: 24px;
  border-color: #243084;
  border-left-color: transparent;
}

.schedule-remark {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cb0045;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  min-width: 160px;
  text-align: center;
}

.schedule-remark:after {
  position: absolute;
  content: '';
  border-top-width: 24px;
  border-top-style: solid;
  border-right-width: 24px;
  border-right-style: solid;
  top: 0;
  right: -24px;
  height: 24px;
  width: 24px;
  border-color: #cb0045;
  border-right-color: transparent;
}

.schedule-remark:before {
  position: absolute;
  content: '';
  border-top-width: 24px;
  border-top-style: solid;
  border-left-width: 24px;
  border-left-style: solid;
  top: 0;
  left: -24px;
  height: 24px;
  width: 24px;
  border-color: #cb0045;
  border-left-color: transparent;
}

.modal-point-table .close-modal {
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 30px;
  cursor: pointer;
}

.modal-point-table .body-inner {
  max-height: calc(96vh - 150px);
  padding: 0 15px;
}

.modal-point-table .modal-body {
  padding: 1rem 0;
}

.cricket-match-result tr th:first-child {
  min-width: 100px;
  word-break: break-all;
}

.mail-link:hover {
  color: #333 !important;
}

.mail-link.white,
.mail-link.white:hover {
  color: #fff !important;
}

.font-hindi {
  font-family: 'Hind', sans-serif;
}

.scorecard-2 {
  background-image: none;
  background-color: #eee;
  color: #000;
  padding: 5px;
}

.scorecard-2 .scorecard-message {
  background-color: var(--theme2-bg);
  color: #fff;
  padding: 8px;
  margin-top: 5px;
  position: relative;
}

.scorecard-2 .scorecard-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: var(--theme2-bg);
  padding: 8px;
  color: #fff;
  cursor: pointer;
}

.scorecard-2 .more-score-detail {
  background-color: #eee;
  padding: 0;
  /*display: flex;*/
  flex-wrap: wrap;
  justify-content: space-between;
  color: #444;
  font-size: 14px;
  line-height: 1;
}

.scorecard-2 .more-score-detail .nav-tabs {
  width: 100%;
}

.scorecard-2 .more-score-detail .nav-tabs .nav-link {
  min-width: 100px;
  text-align: center;
}

.scorecard-2 .more-score-detail-left {
  width: 65%;
}

.scorecard-2 .more-score-detail-title {
  background-color: #d2d2d2;
  padding: 6px;
  font-weight: bold;
  color: #222;
}

.scorecard-2 .more-score-detail-desc {
  padding: 6px 6px 0;
}

.scorecard-2 .more-score-detail-right {
  width: 34%;
}

.scorecard-2 .more-score-link {
  position: absolute;
  right: 8px;
  bottom: 7px;
  cursor: pointer;
  text-decoration: underline;
}

.scorecard-2 .bowling-desc {
  border-bottom: 1px solid #ddd;
}

.scorecard-2 .more-score-detail-center {
  width: 1px;
  background-color: #ddd;
}

.game-heading {
  position: relative;
}

.game-heading-score {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #222;
  padding: 10px;
}

.scorecard-2 .more-score-detail-desc [class*='col-'] {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.scorecard-2 .bb-icon {
  max-height: 20px;
  max-width: 20px;
  margin-right: 5px;
}

.scorecard-2 .nav-tabs .nav-link.disabled {
  background-color: #ddd;
  color: #8c8c8c;
  border-color: #ddd;
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .scorecard-2 .more-score-detail {
    font-size: 11px;
    padding: 5px;
  }
}

.text-bold {
  font-weight: bold;
}

/* Security auth login */

.loginInner1.authentication {
  width: 650px;
}

.loginInner1.authentication .featured-box-login {
  padding: 60px;
}

/* Security auth settings */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.setting-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.setting-box .badge {
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 5px 10px;
}

.setting-box span {
  font-size: 16px;
}

.otp-input {
  width: 70px;
  height: 70px;
  padding: 5px;
  margin: 0 10px;
  font-size: 30px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid red !important;
}

.otp-input:focus {
  border: 3px solid var(--theme1-bg);
  outline: none;
  box-shadow: none;
  /*color: var(--theme1-bg);*/
}

.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-download {
  background-color: #086f3f;
  border: 2px solid #086f3f;
  color: #fff;
  box-shadow: 2px 4px 4px #00000047;
  text-decoration: none !important;
  border-radius: 0px;
}

.btn-download .fa-android {
  font-size: 45px;
}

.btn-download h4 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}

.btn-download .dtext {
  font-size: 18px;
  line-height: 15px;
  text-decoration: none;
}

.btn-download:hover {
  text-decoration: none;
  background-color: #198754;
  border-color: #198754;
  color: #FFF;
}

.base-timer {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 2px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 10px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__label.green,
.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__label.orange,
.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__label.red,
.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: var(--text-yellow);
}

.security-auth .verify-code {
  border: 1px solid #f2f2f2;
  width: auto;
  font-size: 45px;
  line-height: 1;
  color: #585858;
  background: #e4e4e4;
  padding: 10px;
}

.security-auth a.btn {
  text-decoration: none;
}

.security-auth .form-inline {
  justify-content: center;
}

.security-auth .small-box {
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

.security-auth .small-box p {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
}

/* RACE START */

/*Latest Casino*/

.new-casino .back-border {
  border: 2px solid #72bbef;
}

.new-casino .back-border:hover {
  border: 3px solid #72bbef;
}

.new-casino .lay-border {
  border: 2px solid #f994ba;
}

.new-casino .lay-border:hover {
  border: 3px solid #f994ba;
}

.new-casino .casino-video {
  position: relative;
  background-color: transparent;
}

.new-casino .casino-video-title {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  z-index: 10;
  text-align: center;
  min-width: 220px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.new-casino .casino-video-title .casino-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #fdcf13;
  line-height: 22px;
  padding: 0;
  background: transparent;
  position: unset;
  width: auto;
}

.new-casino .casino-video-rid {
  font-weight: bold;
  color: #ddd;
  margin-top: 3px;
}

.new-casino .casino-video .video-box-container {
  max-width: 100%;
}

.new-casino .casino-video .video-box {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-bottom: 56.25%;
}

.new-casino .casino-video .video-box>img,
.new-casino .casino-video .video-box>iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border: 0;
}

.new-casino .casino-odds-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* .new-casino .casino-odds-box-container {
  width: calc(25% - 8px);
  margin-right: 8px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
} */

/* .new-casino .casino-odds-box {
  padding: 4px;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  height: 48px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */

/* .new-casino .casino-odds-box span {
  display: block;
  font-size: 12px;
  width: 100%;
} */

.casino-rid {
  font-size: 16px;
  font-weight: 400;
}

/* .new-casino .casino-odds-box .casino-odds-box-odd {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
  text-transform: uppercase;
} */

.new-casino .casino-odds-box-bhav {
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #333;
  width: 100%;
}

.casino-odds-book {
  text-align: center;
  font-size: 14px;
  color: #333;
  width: 100%;
  font-weight: bold;
  margin-top: 5px;
}

.casino-odds-book .float-right {
  float: none !important;
}

.new-casino .range-icon {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.new-casino .icon-range {
  position: absolute;
  top: 100%;
  background-color: #333;
  padding: 4px;
  max-width: 100%;
  word-wrap: break-word;
  font-size: 12px;
  z-index: 10;
  right: 0;
  transition: 0.1s;
  text-transform: capitalize;
  color: #fff;
}

.new-casino .video-overlay {
  top: 50%;
  transform: translateY(-50%);
}

.new-casino .redqueen .video-overlay img {
  width: 35px;
}

/*Race*/

/*Latest Casino*/

.new-casino .back-border {
  border: 2px solid #72bbef;
}

.new-casino .back-border:hover {
  border: 3px solid #72bbef;
}

.new-casino .lay-border {
  border: 2px solid #f994ba;
}

.new-casino .lay-border:hover {
  border: 3px solid #f994ba;
}

.new-casino .casino-video {
  position: relative;
  background-color: transparent;
}

.new-casino .casino-video-title {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  z-index: 10;
  text-align: center;
  min-width: 220px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.new-casino .casino-video-title .casino-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #fdcf13;
  line-height: 22px;
  padding: 0;
  background: transparent;
  position: unset;
  width: auto;
}

.new-casino .casino-video-rid {
  font-weight: bold;
  color: #ddd;
  margin-top: 3px;
}

.new-casino .casino-video .video-box-container {
  max-width: 100%;
}

.new-casino .casino-video .video-box {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-bottom: 56.25%;
}

.new-casino .casino-video .video-box>img,
.new-casino .casino-video .video-box>iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border: 0;
}

.new-casino .casino-odds-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* .new-casino .casino-odds-box-container {
  width: calc(25% - 8px);
  margin-right: 8px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
} */

/* .new-casino .casino-odds-box {
  padding: 4px;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  height: 48px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */
/* 
.new-casino .casino-odds-box span {
  display: block;
  font-size: 12px;
  width: 100%;
} */

.new-casino .casino-odds-box .casino-odds-box-odd {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.new-casino .casino-odds-box-bhav {
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #333;
  width: 100%;
}

.casino-odds-book {
  text-align: center;
  font-size: 14px;
  color: #333;
  width: 100%;
  font-weight: bold;
  margin-top: 5px;
}

.new-casino .range-icon {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.new-casino .icon-range {
  position: absolute;
  top: 100%;
  background-color: #333;
  padding: 4px;
  max-width: 100%;
  word-wrap: break-word;
  font-size: 12px;
  z-index: 10;
  right: 0;
  transition: 0.1s;
  text-transform: capitalize;
  color: #fff;
}

.new-casino .video-overlay {
  top: 50%;
  transform: translateY(-50%);
}

.new-casino .redqueen .video-overlay img {
  width: 35px;
}

/*Race*/

.new-casino.race {}

.new-casino.race .card-content {
  background-color: #eee;
  padding: 10px;
}

.new-casino.race .casino-odds-box-container-extra {
  width: 100%;
}

.new-casino .video-winner-text {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  /*transform: rotate(90deg);*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: calc(100% - 15px);
  font-size: 30px;
  /*letter-spacing: 22px;*/
  width: 25px;
  border: 1px solid yellow;
  padding: 18px;
  z-index: -1;
}

.new-casino.race .video-overlay {
  /*padding-right: 50px;*/
  width: 290.5px;
}

.new-casino.race .casino-video-title {
  /*color: #fff;*/
}

.new-casino.race .total-points {
  display: flex;
  margin-top: 10px;
}

.new-casino.race .total-points>div {
  padding: 5px;
  margin-right: 5px;
  /*background-color: #9f9f9f;*/
  border: 1px solid #fdcf13;
  color: #fff;
}

.new-casino.race .total-points>div:last-child {
  margin-right: 0;
}

/*.new-casino.race .casino-odds-box.casino-yn
        {
            height: 20px;
        }*/

.new-casino .casino-yn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.new-casino .casino-yn>div {
  margin-right: 1%;
}

.new-casino .casino-yn>div:last-child {
  margin-right: 0;
}

.new-casino .casino-yn .casino-odds-box-bhav {
  flex-direction: row;
}

.new-casino .casino-yn+.casino-odds-book {
  width: 66.66%;
  margin-left: auto;
}

.race-modal img {
  width: 50px;
  margin-left: 2px;
  margin-right: 2px;
}

.race-modal .video-winner-text {
  color: #000;
  position: absolute;
  right: -3px;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: calc(100% - 5px);
  font-size: 30px;
  width: 55px;
  border: 1px solid yellow;
  padding: 20px;
  z-index: -1;
  background-color: #efeded;
}

.race-modal .winner-icon {
  right: -110px;
  top: 0;
  bottom: unset;
}

.race-modal .result-image.k-image {
  position: absolute;
  right: -60px;
}

.race-modal .race-result-box {
  width: 386px;
  position: relative;
  z-index: 10;
}

.last-result.playersuit {
  background-color: #d5d5d5;
  border: 1px solid #626262;
  line-height: 27px;
}

.last-result.playersuit img {
  height: 26px;
}

.main-container {
  min-height: calc(100vh - 169px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}

.center-container {
  width: 100%;
}

.new-casino.race .card-icons {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 34px;
  background-color: #f2f2f291;
  display: inline-block;
}

.new-casino.race .card-icons img {
  width: 26px;
}

.new-casino.race .video-overlay>div,
.race-result-box>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.new-casino .casino-video-rules-icon {
  border: 1px solid #999;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  right: 5px;
  top: 5px;
  z-index: 100;
  color: #fff;
  display: flex;
  height: 40px;
  width: 40px;
  font-size: 24px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.new-casino .casino-video-rules-icon:hover,
.new-casino .casino-video-rules-icon:focus {
  background-color: rgba(115, 115, 115, 0.5);
  outline: 0;
}

/* RACE ED */

#rules-modal .modal-body,
#rulesList .modal-body {
  text-align: center;
  padding: 0;
  background: #333;
}

#rules-modal .modal-body img,
#rulesList .modal-body img {
  max-height: calc(100vh - 120px);
}

.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all 0.3s ease;
  transform-style: preserve-3d;
}

.slide-fade-enter,
.slide-fade-leave-to {
  opacity: 0;
  transform: rotateY(90deg);
}

/*Horse Detail*/

.horse-detail .country-name label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: var(--font-body);
}

.horse-detail .country-name label img {
  height: 25px;
  margin-right: 5px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
}

.horse-detail .country-name label>div:last-child {
  width: calc(100% - 50px);
}

.horse-detail .country-name label div:last-child>span:first-child {
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.horse-detail .country-name label .jockey-detail {
  font-size: 14px;
  margin-top: 5px;
}

.horse-time-detail {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 5px 0 5px;
}

.horse-time-detail a {
  display: flex;
}

.horse-time-detail span {
  background: var(--theme2-bg);
  color: var(--secondary-color);
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.horse-time-detail span.active {
  position: relative;
}

.horse-time-detail span.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid green;
}

.horse-detail .suspended:after {
  content: attr(data-title);
  font-size: 16px;
  color: #ff0000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  width: 60%;
}

.horse-detail .horse-attr {
  background: #ebe7e7;
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 14px;
  margin-left: 2px;
  border-radius: 4px;
  color: #333;
}

.padding-top {
  padding-top: 50px;
}

.padding-bottom {
  padding-bottom: 50px;
}

.section-title {
  padding: 15px 0px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.table-responsive-new {
  max-height: 300px;
  overflow-x: auto;
}

.table-responsive-new th {
  white-space: nowrap;
}

.tab_video {
  border: none;
  width: 100%;
  height: 155px;
  margin-top: -8px;
}

.red {
  color: red !important;
}

.green {
  color: green;
}

.marquee-container {
  height: 25px;
}

.flex05 {
  flex: auto;
}

.justify-content-end {
  justify-content: end;
}

.tx-12 {
  font-size: 12px !important;
}

.tx-14 {
  font-size: 14px;
}

.tx-13 {
  font-size: 13px;
}

.pr0 {
  padding-right: 0px;
}

.pl0 {
  padding-right: 0px;
}

.profile-right-side {
  align-items: center;
}

.marqueeheader {
  width: 100%;
  display: flex;
  align-items: center;
}

footer p {
  display: flex;
  align-items: center;
  justify-content: center;
}



.p0 {
  padding: 0px !important;
}

.mbc-5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.wnwrap {
  white-space: nowrap;
}

/* #customers1 th {
  background: var(--theme1-bg);
  color: var(--primary-bg);
} */

.btn-primary {
  color: #fff;
  background-color: var(--theme1-bg);
  border-color: var(--theme1-bg);
  border-radius: 0px;
}

.card-header h4 {
  font-size: 20px;
}

.card-header {
  padding: .5rem 1rem;
}

.mrc-5 {
  margin-right: 5px;
}

.p10 {
  padding: 10px !important;
}

.btn-primary {
  width: 100%;
}

.mobile-loader {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.header-b-menu {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme2-bg);
}

.header-b-menu a {
  /* height: 36px; */
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  animation: blinker 1s linear infinite;
  text-decoration: none;
}

.btn-link {
  font-weight: 400;
  color: #fff;
  background-color: transparent;
}

.fancy-group {
  display: flex;
}

.fancy-group li {
  width: 95px;
}

.fancy-group li a {
  text-align: center;
  border: 1px solid #fff !important;
}

.fancy-group li a.active {
  background-color: var(--theme1-bg) !important;
  border-color: #fff;
  color: var(--secondary-color);
  border-bottom: 2px solid #fff;
}

.bg-gray {
  background-color: #eee;
}

.book-btn {
  background: #ccc;
  padding: 3px;
}

.fw-600 {
  font-weight: 600;
}

.p5 {
  padding-bottom: 5px !important;
}

.favourite li {
  flex: 1;
  max-width: 100%;
  min-width: calc(20% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background: var(--theme2-bg);
  margin-right: 4px;
  border-radius: 0;
  color: var(--primary-bg);
}

.favourite li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
  color: var(--primary-bg);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.favourite li a span.lable-fav {
  /* margin-left: 5px; */
  white-space: nowrap;
  height: auto;
  /* max-width: calc(100% - 27px); */
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  animation: new-launch 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.favourite li a span.lable-fav span {
  /* margin-left: 5px; */
  white-space: nowrap;
  height: auto;
  max-width: calc(100% - 42px);
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.favourite {
  padding: 0px 0px 4px 0px;
  overflow-x: auto;
  display: flex;
  align-items: center;
}

.favourite ul {
  display: flex;
  width: 100%;
}

.favourite ul li {
  display: flex;
  margin-right: 5px;
  white-space: nowrap;
}

.favourite ul li:last-child {
  margin-right: 0px;

}

.favourite ul li a {
  text-decoration: none;
}

.ReactModal__Overlay {
  z-index: 999999999999;
}

.ReactModal__Overlay .modal-content .modal-header h5 {
  margin-bottom: 0px;
}

.home-page {
  padding: 0;
  padding-right: 0px;
}

.my-bet-component {
  max-height: 400;
  overflow-y: scroll;
}

.detail-page-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

@media (max-width: 768px) {

  /* .ReactModal__Content {
    margin-top: 20%;
  } */
  .main-container {
    min-height: calc(100vh - 145px);
    margin-top: 0;
    align-content: flex-start;
  }

  .my-bet-component {
    max-height: auto;
    overflow-y: auto;
  }

  .modal-xl {
    max-width: 100% !important;
  }

  .casino-result-round-id {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
  }

  .casino-result-desc-item {
    font-size: 15px !important;
    line-height: 20px !important
  }

  /* .casino-table-left-box,
  .casino-table-right-box {
    width: 100% !important;
    padding: 0 5px;
  } */

  /* .casino-table {
    font-size: 12px;
  } */

  /* .casino-table-box {
    padding: 5px;
  } */

  .slot-iframe.show {
    left: 0;
    top: 0 !important;
    width: 100%;
    /* height: 100vh; */
    height: 98vh !important;
    transition: none;
  }

  .casino-list-item .casino-list-name {
    font-size: 8px !important;
    padding: 0px !important;
  }

  /* .home-page .casino-list-item {
    margin-right: 0px !important;
    width: calc(25% - 3px) !important;
  } */

  /* .slots .casino-list-item {
    margin-right: 0px !important;
    width: calc(50% - 10px) !important;
  } */

  /* .live-casino .casino-list-item {
    margin-right: 0px !important;
    width: calc(50% - 10px) !important;
  } */

  .live-casino .casino-list-item .casino-list-item-banner {
    padding-top: 53.33%;
  }

  /* .live-dmd .casino-list-item {
    margin-right: 0px !important;
    width: calc(33% - 1px) !important;
  } */

  /* .fantasy .casino-list-item {
    margin-right: 0px !important;
    width: calc(33% - 1px) !important;
  } */

  .btn-deposit {
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
    font-size: 13px;
    width: 77px;
  }

  .btn-withdraw {
    padding: 5px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 13px;
    width: 77px;
  }

  .slot-iframe .slot-header {
    padding: 5px;
  }

  .close-slot-frame {
    font-size: 18px;
  }

  .slot-iframe iframe {
    height: calc(100% - 31px);
  }

  .fantasy-iframe.show {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: none;
  }

  .fantasy-iframe .slot-header {
    padding: 5px;
  }

  .fantasy-iframe iframe {
    height: calc(100% - 31px);
  }

  .slot-header .title h4 {
    font-size: 20px;
  }
}

.modal-content {
  background-color: var(--primary-bg);
  border: 0;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.5);
  z-index: 5;
  /* margin-top: 1%; */
}

.search-input {
  height: 36px;
}

.search-input:focus {
  width: auto;
}

.MuiInputLabel-root.Mui-focused {
  color: #000 !important;
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  color: #000 !important;
}

.MuiAutocomplete-root .MuiFilledInput-root {
  padding-left: 0px !important;
}

.wd-100 {
  width: 100%;
}

.new-casino .back-border {
  border: 3px solid #72bbef;
}

.new-casino .back-border:hover {
  border: 3px solid #72bbef;
}

.new-casino .lay-border {
  border: 3px solid #f994ba;
}

.new-casino .lay-border:hover {
  border: 3px solid #f994ba;
}

.new-casino .casino-video {
  position: relative;
  background-color: transparent;
}

.new-casino .casino-video-title {
  left: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  z-index: 10;
  text-align: center;
  min-width: 220px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.new-casino .casino-video-title .casino-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #fdcf13;
  line-height: 22px;
  padding: 0;
  background: transparent;
  position: unset;
  width: auto;
}

.new-casino .casino-video-rid {
  font-weight: bold;
  color: #ddd;
  margin-top: 3px;
}

.new-casino .casino-video .video-box-container {
  max-width: 100%;
}

.new-casino .casino-video .video-box {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-bottom: 56.25%;
}

.new-casino .casino-video .video-box>img,
.new-casino .casino-video .video-box>iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border: 0;
}

.new-casino .casino-odds-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* .new-casino .casino-odds-box-container {
  width: 100%;
  margin-right: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
} */

.casino-32A .suspended::after {
  width: 40%;
  height: 45px;
}

.casino-32A .suspended.heightsuspend::after {
  height: 69px;
}

.dragon-tiger-1day .dt-odds .suspended::after {
  width: 60%;
}

/* .new-casino .casino-odds-box {
  padding: 4px;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  height: 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */

.teenpatti-20 .suspended::after {
  width: 50%;
  height: 43px;
}

.onedaypoker .suspended::after {
  width: 40%;
}

.new-casino .back-border {
  border: 3px solid #72bbef;
}

.new-casino .back-border:hover {
  border: 3px solid #72bbef;
}

.new-casino .lay-border {
  border: 3px solid #f994ba;
}

.new-casino .lay-border:hover {
  border: 3px solid #f994ba;
}

.new-casino .casino-video {
  position: relative;
  background-color: transparent;
}

.new-casino .casino-video-title {
  left: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  z-index: 10;
  text-align: center;
  min-width: 220px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.new-casino .casino-video-title .casino-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #fdcf13;
  line-height: 22px;
  padding: 0;
  background: transparent;
  position: unset;
  width: auto;
}

.new-casino .casino-video-rid {
  font-weight: bold;
  color: #ddd;
  margin-top: 3px;
}

.new-casino .casino-video .video-box-container {
  max-width: 100%;
}

.new-casino .casino-video .video-box {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-bottom: 56.25%;
}

.new-casino .casino-video .video-box>img,
.new-casino .casino-video .video-box>iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border: 0;
}

.new-casino .casino-odds-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.new-casino .casino-odds-box-container {
  width: 100%;
  margin-right: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.casino-32A .suspended::after {
  width: 40%;
}

.dragon-tiger-1day .dt-odds .suspended::after {
  width: 60%;
}

.new-casino .casino-odds-box {
  padding: 4px;
  text-align: center;
  margin-top: 5px;
  margin-top: 0;
  cursor: pointer;
  min-height: 46px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.new-casino .casino-odds-box>div {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.teenpatti-20 .suspended::after {
  width: 50%;
  height: 43px;
}

.onedaypoker .suspended::after {
  width: 40%;
}

.box-2 {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}

.box-25 {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}

.box-15 {
  width: 15%;
  min-width: 15%;
  max-width: 15%;
}

.box-35 {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
}

.box-5 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.box-3 {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}

.box-4 {
  width: 40% !important;
  min-width: 40%;
  max-width: 40%;
}

.notice-casino-odds {
  /* border: 1px solid #ccc; */
  padding: 0px;
  display: flex;
  color: #097c93;
  font-weight: bold;
  margin-bottom: 0px;
  width: 100%;
}

.teen33 .notice-casino-odds {
  color: #097c93;
}

/* .new-casino .casino-odds-box span {
  display: block;
  font-size: 12px;
  width: 100%;
  line-height: 20px;
} */

/* .new-casino .casino-odds-box .casino-odds-box-odd {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
  text-transform: uppercase;
} */

.new-casino .casino-odds-box-bhav {
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #333;
  width: 100%;
}

.casino-odds-book {
  text-align: center;
  font-size: 14px;
  color: #333;
  width: 100%;
  font-weight: bold;
  margin-top: 5px;
}

.new-casino .range-icon {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.new-casino .icon-range {
  position: absolute;
  top: 100%;
  background-color: #333;
  padding: 4px;
  max-width: 100%;
  word-wrap: break-word;
  font-size: 12px;
  z-index: 10;
  right: 0;
  transition: 0.1s;
  text-transform: capitalize;
  color: #fff;
}

.new-casino .casino-yn {
  display: flex;
  width: 100%;
}

.new-casino .casino-ynd {
  display: flex;
  width: 100%;
}

.new-casino .casino-ynd>div {
  margin-right: 1%;
  width: 33% !important;
}

.new-casino .casino-yn>div {
  margin-right: 1%;
}

.new-casino .casino-odds-box-bhav {
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #333;
  width: 100%;
}

.new-casino .casino-odds-box-container-extra {
  width: 100%;
}

.btn-theme {
  color: var(--primary-color) !important;
  background-image: linear-gradient(to right, var(--theme1-bg), var(--theme2-bg)) !important;
  width: 100% !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
  border: 0 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  position: relative;
}

.m-t-5 {
  margin-top: 5px;
}



.m-r-5 {
  margin-right: 5px;
}

.aaa-content {
  background-color: #eee;
  padding: 0;
}

.card-image {
  display: inline-block;
}

.card-number {
  font-family: 'CasinoNumFont';
}

.card32eu-container .card-total-block tr td {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bookmaker-market .suspended::after {
  width: 60%;
  content: attr(data-title);
  font-size: 16px;
  color: #ff0000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

.mt30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.baccarat .bet-odds {
  font-size: 13px;
}

.baccarat .bet-odds {
  background-color: var(--theme2-bg);
  font-size: 15px;
  color: #fff;
  width: 100%;
  padding: 6px;
  text-align: center;
  cursor: pointer;
}

.p15 {
  padding: 15px;
}

.new-casino .video-overlay {
  top: 50%;
  transform: translateY(-50%);
}

.new-casino .redqueen .video-overlay img {
  width: 35px;
}

.casino-video-title {
  left: -2px;
  top: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  z-index: 10;
  text-align: center;
  min-width: 220px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.casino-video-title .casino-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #fdcf13;
  line-height: 22px;
  padding: 0;
  background: transparent;
  position: unset;
  width: auto;
}

.casino-video-rid {
  font-weight: bold;
  color: #ddd;
  margin-top: 3px;
}

.video-overlaybox {
  position: absolute;
  top: 0%;
  /* padding-left: 5px; */
}

.table {
  width: 100%;
  margin-bottom: 0px;
  line-height: normal;
}

.table th,
.table td {
  padding: 0.3rem 0.75rem;
  vertical-align: top;
}

/* .table thead th {
  vertical-align: middle;
  border-bottom: 2px solid var(--white);
} */

.table tbody+tbody {
  border-top: 2px solid var(--white);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid var(--white);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #f5f5f5;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #7abaff;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #bbbbbb;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

.box-6 {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.box-6 {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.casino-32A .coupon-table button {
  height: auto;
  min-height: 40px;
  padding: 4px 0 1px;
  background: none;
  color: #273a47;
  border: 0;
}

.casino-32A .coupon-table button span {
  display: block;
  font-size: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}


.ball-runs.cbanker {
  background-color: #ae2130;
}

.ball-runs.cplayer {
  background-color: #086cb8;
}

.ball-runs.ctie {
  background-color: #279532;
}

/* .imgspace {
  margin-bottom: 5px;
  margin-top: 5px;
} */

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* .videoCards img {
  width: 28px;
  height: auto;
  margin-right: 2px;
  margin-left: 2px;
} */
.videoCards p {
  font-size: 12px;
}

.col-20 {
  width: 19%;
  margin: 0;
}

.p-10 {
  padding: 10px;
}

.hidemob {
  display: block;
}

.col-25 {
  width: 25%;
}

.mr-20 {
  margin-right: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.onedaypoker .imgspace {
  display: flex;
}

.onedaypoker .videoCards img {
  width: 30px;
  height: auto;
  margin-right: 2px;
  margin-left: 2px;
}

.onedaypoker20 .imgspace {
  display: flex;
}

.onedaypoker20 .videoCards img {
  width: 30px;
  height: auto;
  margin-right: 2px;
  margin-left: 2px;
}

.twentypoker.suspended::after {
  width: 100%;
}

.onedaypoker.suspended::after {
  width: 100%;
}

.ddb .row5 {
  margin-left: 0px;
  margin-right: 0px;
}

.baccarat .row5 {
  margin-left: 0px;
  margin-right: 0px;
}

.AAA .row5 {
  margin-left: 0px;
  margin-right: 0px;
}

.AAA .coupon-table thead th {
  font-size: 15px;
  padding: 10px;
  vertical-align: middle;
  font-weight: 700;
}

.AAA .coupon-table tr td:first-child {
  padding-left: 15px;
  vertical-align: middle;
  padding-right: 15px;
  font-weight: 500;
}

.AAA .coupon-table button {
  height: auto;
  min-height: 40px;
  padding: 4px 0 1px;
  background: none;
  color: #273a47;
  border: 0;
}

.btabl-casino .suspended:after {
  width: 40% !important;
  height: 45px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 27.9%;
  right: 3px;
}

.mtc-5 {
  margin-top: 5px;
}

.col12 {
  width: 12%;
  margin: 0.2%;
}

.col11 {
  width: 10%;
  margin: 0.3%;
}

.mr--3 {
  margin-right: 2px;
}

.ml--3 {
  margin-left: -3px;
}

.ml-6 {
  margin-left: 6px;
}

.mr-6 {
  margin-right: 3px;
}

.bg-theme {
  background: var(--theme1-bg);
}

.bg-theme2 {
  background: var(--theme2-bg);
}

.bg-theme .statistics-title {
  color: #fff;
}

.mt--50 {
  margin-top: -15px;
}

.mt--30 {
  margin-top: -10px;
}

.mr--1 {
  margin-right: -1px;
}

.tx-red {
  color: red;
}

.row.row6 {
  margin: 0px;
}

.video-overlay-new {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.playeratexta {
  margin-top: 3px;
  margin-bottom: 3px;
}

.playeratextb {}

.tx-yello {
  color: yellow;
}

.tx-green {
  color: green;
}

.d-block {
  display: block;
}

.coupon-table button.back {
  height: 45px;
}

.coupon-table button.lay {
  height: 45px;
}

.matchlist .coupon-table button.back {
  height: 23px;
}

.matchlist .coupon-table button.lay {
  height: 23px;
}

#dragontiger1Day .suspended::after {
  width: 60%;
}

#dragontiger1Day tr.suspended::after {
  height: 45px;
}
/* #dt6 .suspended::after {
  width: 60%;
}

#dt6 tr.suspended::after {
  height: 45px;
}
#dt6 button.suspended::after {
  width: 100%;
} */

.blink-message {
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  width: 100%;
}

.blink-message>div {
  width: calc(100% - 30px);
  -moz-animation: blinktext normal 1s infinite ease-in-out;
  -webkit-animation: blinktext normal 1s infinite ease-in-out;
  -ms-animation: blinktext normal 1s infinite ease-in-out;
  animation: blinktext normal 1s infinite ease-in-out;
  text-decoration: underline;
  line-height: 1.5;
  font-size: 18px;
}

@keyframes blinktext {
  0% {
    opacity: 1;
    color: red;
  }

  50% {
    opacity: 1;
    color: yellow;
  }

  100% {
    opacity: 1;
    color: red;
  }
}

/* #dragontiger1Day button.suspended::after {
  height: 29px;
} */

.suspendwidth .suspended::after {
  width: 100% !important;
}

.total-points {
  display: flex;
  /* margin-top: 10px; */
}

.total-points>div {
  padding: 5px;
  margin-right: 5px;
  /* background-color: #9f9f9f; */
  border: 1px solid #fdcf13;
  color: #fff;
}

.meter-content img {
  width: 30px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.meter-content .col-lg-6 {
  padding-left: 0px;
  padding-right: 10px;
}

.float-left {
  float: left;
}

.fw600 {
  font-weight: 900 !important;
  font-size: 18px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.teenpattixyz table tr td {
  border-color: #222;
  vertical-align: middle;
  border-bottom: 1px solid #222 !important;
}

.teenpattixyz .brate {
  font-weight: bold;
  font-size: 16px;
  padding: 8px;
}

.tx-left {
  text-align: left;
}

.superover .suspended::after {
  width: 20%;
}

.fivewicket .suspended::after {
  width: 60%;
}

.fancy-tripple .suspended::after {
  width: 40%;
}

.border-none {
  border: none !important;
}

.fancy-tripple-box .suspended::after {
  width: 46%;
  content: attr(data-title);
  font-size: 16px;
  color: #ff0000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

.race2020 .suspended::after {
  width: 100%;
}

.queen .suspended::after {
  width: 100%;
}

.dt20b .suspended::after {
  width: 100%;
}

.dt202 .suspended::after {
  width: 100%;
}

.cmeter2020 .suspended::after {
  width: 100%;
}

.baccarat .suspended::after {
  width: 100%;
}

.poker6player .suspended::after {
  width: 100%;
}

.poker6player .bt-action {
  height: auto !important;
  min-height: 50px;
}

.poker6player .nav-tabs .nav-item .nav-link {
  padding: 10px 20px !important;
}

.poker6player .nav-tabs .nav-item .nav-link::before {
  content: "";
  background-color: transparent;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.poker6player .btn-theme {
  background-image: linear-gradient(to right, var(--theme1-bg), var(--theme1-bg)) !important;
}

.ddb .suspended::after {
  width: 100%;
}

.btable2 .suspended::after {
  width: 100%;
}

.superover .info-block i {
  color: #fff;
}

.race2-point {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.dtl20 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--theme2-bg);
  border-color: #fff;
  color: var(--secondary-color);
  border-top: 0 solid #fff;
  border-bottom: none;
}

.dtl20 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  border-bottom: none;
  width: 100%;
}

.dtl20 .nav-tabs .nav-item {
  display: inline-flex;
  width: 33%;
  text-align: center;
}

.card-dtl-mobile {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.card-dtl-mobile .d-flex div {
  width: 33%;
  text-align: center;
}

.card-dtl-mobile img {
  width: 40px;
}

.card-dtl-mobile .d-flex {
  justify-content: center;
  align-items: center;
}

.tx-white {
  color: #fff;
}

.wd44 {
  width: 44px;
}

.horizontal-scorller {
  width: 100%;
  overflow-x: scroll;
}

.horizontal-scorller::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.horizontal-scorller #home-events a {
  white-space: nowrap;
  line-height: 1;
}

.cc-20 .score-img {
  width: 70%;
}

.selected-card {
  border: 2px solid green !important;
}

.csmobileround {
  position: absolute;
  top: 44px;
  color: #fff;
  right: 10;
}

.csmobileround span {
  display: block;
  text-align: right;
  font-size: 14px;
}

.prelative {
  position: relative;
}

/* .float-right {
  float: right;
} */

.pl10 {
  padding-left: 10px;
}

.mt-50 {
  margin-top: 50px;
}

#sidebar-right {
  padding-left: 0px;
}

.t10-iframe iframe {
  border: 0;
  width: 100%;
  height: 450px;
}

.frontend {
  overflow: hidden;
}

.MuiAutocomplete-root .MuiFilledInput-root.MuiInputBase-hiddenLabel.MuiInputBase-sizeSmall .MuiAutocomplete-input {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 35px;
  display: none;
}

.MuiAutocomplete-root .MuiFilledInput-root {
  padding-top: 0px !important;
}

.MuiAutocomplete-root {
  width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 10px;
  display: none;
}

.MuiAutocomplete-root .MuiFilledInput-root .MuiAutocomplete-endAdornment {
  right: 9px;
  display: none;
}

.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-root .MuiFilledInput-root,
.MuiAutocomplete-hasClearIcon.MuiAutocomplete-root .MuiFilledInput-root {
  padding-right: 0px !important;
}

.MuiInputBase-root:after {
  position: relative !important;
  content: '' !important;
}

.MuiInputBase-root:before {
  position: relative !important;
  content: '' !important;
}

.MuiFormLabel-root {
  display: none !important;
}

.MuiAutocomplete-root .MuiFilledInput-root.MuiInputBase-sizeSmall .MuiFilledInput-input {
  padding: 0px 5px !important;
  border-radius: 1px;
}


.lucky5 .suspended:after {
  width: 100%;
}

.dum10 .suspended:after {
  width: 100%;
}

.dt20 .suspended::after {
  width: 100%;
}

.teenpattixyz .suspended::after {
  width: 100%;
}

.giveMeEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 20px;
  max-height: 20px;
  width: 69%;
}

.giveMeEllipsis-matchheading {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 20px;
  width: 69%;
}

.clsforellipse {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg-red {
  background: red !important;
  color: #fff !important;
}

.suspended:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--white-color);
  text-transform: uppercase;
  /* font-family: 'Font Awesome 5 Free'; */
  content: attr(data-title);
  font-weight: 900;
  font-size: 18px;
  top: 0;
  color: red;
}

.search-input-show.show input {
  transition: width 0.4s linear;
}

/* .search:hover .search-input-show {
  width: 300px !important;
  transition: width 0.4s linear;
} */
.search .MuiAutocomplete-root {
  width: 40px !important;
  transition: width 0.4s linear !important;
}

.search .MuiAutocomplete-root.show {
  background: var(--primary-bg);
  width: 150px !important;
  display: block;

  transition: width 0.4s linear !important;
  -webkit-transition: width 0.4s linear !important;
  -moz-transition: width 0.4s linear !important;
  -ms-transition: width 0.4s linear !important;
  -o-transition: width 0.4s linear !important;
  box-shadow: 0 0 5px #6f6f6f;
  border-radius: 0;
}

.MuiInputBase-root {
  background-color: unset !important;
}

.Tp1Day th {
  font-size: 16px !important;
  padding: 3px !important;
  color: #000 !important;
}

.Tp1Day thead {
  border-bottom: 0px solid #eee;
}

.card32btbody.suspended::after {
  width: 100%;
  height: 100%;
}

.sus60perce.suspended::after {
  width: 60%;
  height: 45px;
}

.m-l-1 {
  margin-left: 4px;
}

#dragontiger1Day button.suspended::after {
  width: 100%;
}

.opentp .suspendwidth .suspended::after {
  width: 60% !important;
}

.cc-banner-container {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 60%;
  height: 160px;
  display: flex;
  justify-content: center;
  left: 20%;
  top: 15%;
  color: #fff;
}

.cc-banner-container-inner {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 98%;
  height: 150px;
  display: flex;
  justify-content: center;
  left: 1%;
  top: 3%;
  color: #fff;
  padding: 20px 5px;
  border: 1px solid #fff;
}

.cc-banner-container h4 {
  /* font-family: Digital;*/
  font-family: helvetica, 'Segoe UI', Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.cc-banner-container span {
  font-family: Digital;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
}

.cc-banner-title {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  height: 135px;
  width: 135px;
  border-radius: 50%;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #103d9a;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
}

.cc-banner-title>div {
  line-height: 20px;
}

.cc-banner-ball {
  position: absolute;
  top: 195px;
  width: 100%;
  text-align: center;
}

.cc-banner-ball img {
  width: 40px;
  margin-right: 10px;
}


.cc-20 .placebet-run {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

.bounce-enter-active {
  animation: bounce-in 0.5s;
}

.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.cricket20books {
  position: absolute;
  right: 5px;
  top: 60px;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
}

.cricket20books>div {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.superover .suspended::after {
  content: attr(data-title);
  color: red;
}

.Andar {
  background: lightsalmon;
}

.Bahar {
  background: lightgreen;
}

.Andarbahar2 .bltitle {
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

.Andarbahar2 .blbox {
  padding: 5px 0;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.Andarbahar2 .bltitle img {
  height: 35px;
}

.bg-green {
  background: green;
}

.runposition {
  position: absolute;
  top: 7px;
  right: 14px;
  font-size: 14px;
}

.btn-primary {
  color: #fff !important;
  background-color: var(--theme1-bg) !important;
  border-color: var(--theme1-bg) !important;
}

.custom-trio {
  width: auto !important;
  padding: 4px 25px !important;
  font-size: 18px !important;
}

/* square buttons */
.rec.rec-arrow {
  border-radius: 0;
  background-color: inherit !important;
  color: #fff;
  box-shadow: none;
}

/* round buttons on hover */
/* .rec.rec-arrow:hover {
  border-radius: 0;
  background-color: inherit !important;
  color: #fff;
  box-shadow: none;
} */

/* hide disabled buttons */
/* .rec.rec-arrow:disabled {
  visibility: hidden;
} */

/* disable default outline on focused items */
/* add custom outline on focused items */
.rec-carousel-item:focus {
  outline: none;
  border: none;
}

.w-90P {
  max-width: 90%;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 6px;
  /* border: 1px solid #eee; */
}

.setting-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.setting-box .badge {
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 5px 10px;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.security-auth .form-inline {
  justify-content: center;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.marqueeN {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding: 4px;
  font-size: 12px;
  background-color: #ffffff45;
}

.marqueeN p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(-100%);
  }
}

.rec-carousel-wrapper {
  min-width: 300px;
}

.giveMeEllipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.race20win>div {
  width: 100% !important;
}

.suspense-loading {
  background: var(--theme1-bg);
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.footer.footer-login {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: var(--theme1-bg);
  color: var(--text-primary);
  padding: 4px 8px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  flex: 1;
}

.footer-links .navbar-expand-sm {
  padding: 0px;
}

.footer-links a {
  color: #fff;
  font-weight: bold;
}

.support-detail {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  flex: 1;

}

.support-detail h2 {
  color: #fff;

  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;

}

.social-icons-box {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
}

.mby-5 {
  margin-bottom: 5px;
}

.footer {
  background-color: var(--theme1-bg);
  color: #fff;
  padding: 4px 8px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.social-icons-box {
  display: flex;
  flex-wrap: wrap;
  /* position: absolute;
    right: 10px; */
  flex: 1;
  justify-content: flex-end;
}

.social-icon {
  background-color: var(--text-primary);
  height: 40px;
  width: 40px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon:not(:last-child) {
  margin-right: 5px;
}

.social-icon img {
  height: 30px;
}

.footer-links {
  flex: 1;
}


.support-detail {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  flex: 1;
}

.footer-bottom {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
}

.footer-bottom img {
  max-height: 30px;
  max-width: 100px;
  margin-right: 4px;
}

.footer-bottom .btn {
  background-color: transparent;
  padding: 0;
}

.secure-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.footer-bottom .secure-logo img {
  max-height: 50px;
  margin-right: 4px;
}

.footer-text {
  text-align: center;
}

.me-1 {
  margin-right: .25rem !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.casino-list {
  display: flex;
  flex-wrap: wrap;
}

.casino-list-item {
  width: calc(10% - 2px);
  margin-right: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}

.casino-list-item.rect {
  width: calc(16.66% - 10px);
}

/* .casino-list-item:nth-child(10n) {
  margin-right: 0;
} */

.casino-list-item .casino-list-item-banner {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
}

.casino-list-item .casino-list-name {
  background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
  color: var(--primary-bg);
  padding: 3px;
  /* position: absolute; */
  width: 100%;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0px;
  font-size: 11px;
}

.casino-list-item.rect .casino-list-item-banner {
  padding-top: 53.33%;
}

.margin-modal {
  margin: 1vh auto;
}

.margin-modal-2 {
  margin: 15% auto
}

.btn-deposit {
  background: #22B05D;
  color: #fff
}

.btn-withdraw {
  background: #BA0001;
  color: #fff
}

.nav.casino-sub-tab {
  overflow-x: hidden;
  overflow-y: hidden;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: var(--theme2-bg);
  height: 100%;
}

.nav.casino-sub-tab .nav-item {
  width: 100%;
}

.casino-sub-tab .nav-link {
  height: 34px;
  background-color: transparent;
  color: #fff;
}

.nav-pills .nav-link {
  /* background-color: var(--bg-sidebar); */
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-right: 1px solid var(--bg-secondary);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.casino-sub-tab .nav-link.active {
  background-color: var(--bg-primary65) !important;
  color: var(--primary-bg);
}

.live-casino-top-h-tabs .nav.casino-sub-tab {
  background-color: #6FA5CE;
} 
/* .cas-in-list .casino-list-item {
  width: calc(16.66% - 10px);
} */

.casino-sub-tab-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  padding: 0 5px;
  justify-content: space-between;
  background-color: var(--theme1-bg);
}

.casino-sub-tab-list ul {
  flex-wrap: nowrap !important;
  overflow: scroll !important;
}

.casino-sub-tab-list ul::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.casino-sub-tab-list ul li {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: auto !important;
}

.slot-iframe {
  position: fixed;
  left: 280px;
  top: 100%;
  width: calc(100% - 280px);
  z-index: 10;
}

.slot-iframe iframe {
  width: 100%;
  height: calc(100% - 35px);
}

.slot-iframe.show {
  top: 118px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  z-index: 1000;
  height: calc(100vh - 125px);
}

.slot-iframe .slot-header,
.fantasy-iframe .slot-header {
  /* background: var(--theme2-bg); */
  background: var(--theme1-bg);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  color: var(--primary-bg);
}

.close-slot-frame {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
}

.matchlist .table td,
.table th {
  background: #f7f7f7;
}



/* .casino-table {
  background-color: #f7f7f7;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 16px;
} */

.casino-table-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 4px;
}

.casino-table-full-box {
  width: 100%;
  border-left: 1px solid #c7c8ca;
  border-right: 1px solid #c7c8ca;
  border-top: 1px solid #c7c8ca;
  background-color: #f2f2f2;
}

.casino-table-left-box,
.casino-table-center-box,
.casino-table-right-box {
  width: calc(50% - 2px);
  border-left: 1px solid #c7c8ca;
  border-right: 1px solid #c7c8ca;
  border-top: 1px solid #c7c8ca;
  background-color: #f2f2f2;
}

.casino-table-box-divider {
  background-color: #c7c8ca;
  width: 2px;
}

.casino-table-header,
.casino-table-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #c7c8ca;
}

.casino-nation-detail {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 5px;
  min-height: 46px;
}

.casino-table-header .casino-nation-detail {
  font-weight: bold;
  min-height: unset;
}

.casino-nation-name {
  font-size: 16px;
  font-weight: bold;
  /* color: #000; */
}

.casino-nation-book {
  font-size: 12px;
  font-weight: bold;
  min-height: 18px;
  z-index: 1;
}

.casino-odds-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-weight: bold;
  border-left: 0px solid #c7c8ca;
  cursor: pointer;
  min-height: 46px;
}

.casino-table-header .casino-odds-box {
  cursor: unset;
  padding: 2px;
  min-height: unset;
  height: auto !important;
}

.dum10 .casino-table-header .casino-odds-box {
  padding: 2px;
  font-weight: bold;
  height: auto;
  min-height: unset;
}

.casino-odds {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.casino-odds img {
  height: 35px;
  margin-right: 5px;
}

.teenjoker .casino-odds-box {
  width: 20%;
}

.teenjoker .casino-nation-detail {
  width: 60%;
}

.teenjoker .joker-other-odds .casino-nation-detail,
.teenjoker .joker-other-odds .casino-odds-box {
  width: 20%;
}

.poison20 .casino-odds-box {
  width: 20%;
}

.poison20 .casino-nation-detail {
  width: 60%;
}

.poison20 .joker-other-odds .casino-nation-detail,
.poison20 .joker-other-odds .casino-odds-box {
  width: 20%;
}

.poison .casino-odds-box {
  width: 20%;
}

.poison .casino-nation-detail {
  width: 60%;
}

.poison .joker-other-odds .casino-nation-detail,
.poison .joker-other-odds .casino-odds-box {
  width: 20%;
}

.joker20 .casino-odds-box {
  width: 20%;
}

.joker20 .casino-nation-detail {
  width: 60%;
}

.joker20 .joker-other-odds .casino-nation-detail,
.joker20 .joker-other-odds .casino-odds-box {
  width: 20%;
}

.teen20b .casino-odds-box {
  width: 25%;
}

.teenmuf .casino-odds-box {
  width: 33.33%;
}



.teen20b .casino-nation-detail {
  display: flex;
  align-items: flex-start;
  /* flex-direction: column; */
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 5px;
  min-height: 46px;
}

.teenmuf .casino-nation-detail {
  display: flex;
  align-items: flex-start;
  /* flex-direction: column; */
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 5px;
  min-height: 46px;
}




.teenpatti20-other-oods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}


.teen20b .teenpatti20-other-oods .casino-odds-box {
  width: 49%;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px;
}

.teenpatti20-other-oods .casino-table-left-box,
.teenpatti20-other-oods .casino-table-right-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 0;
  padding-top: 10px;
}


.teen20b .teenpatti20-other-oods img {
  height: 35px;
}

.teen20b .casino-odds-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-weight: bold;
  border-left: 1px solid var(--table-border);
  cursor: pointer;
  min-height: 46px;
}



.suspended-box, .suspended {
  position: relative;
  pointer-events: none;
  cursor: none;
}

.suspended-box::before, .suspended::before {
  background-image: url(../imgs/lock.svg);
  background-size: 17px 17px;
  filter: invert(1);
  -webkit-filter: invert(1);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  pointer-events: none;
}

.suspended-box::after {
  content: "";
  background-color: #373636d6;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  cursor: not-allowed;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  color: #666;
}

.fs-3 {
  font-size: 1.75rem !important;
  line-height: 40px;
}

.lucky7eu2 .btn-theme {
  min-height: 46px;
}

.dum10 .btn-theme {
  min-height: 46px;
  margin: 5px 0;
  font-size: 18px !important;
}

.rules-section .row.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.rules-section .pl-2 {
  padding-left: .5rem !important;
}

.rules-section .pr-2 {
  padding-right: .5rem !important;
}

.rules-section .row.row5>[class*="col-"],
.rules-section .row.row5>[class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.rules-section {
  text-align: left;
  margin-bottom: 10px;
  padding: 0 20px;
}

/* .rules-section .table {
  color: #fff;
  border: 1px solid #444;
  background-color: #222;
  font-size: 14px;
}

.rules-section .table td,
.rules-section .table th {
  border-bottom: 1px solid #444;
  padding: 10px;
}

.rules-section .table th {
  background-color: var(--text-primary);
} */
.rules-section .table {
    color: #333 !important;
    border: 1px solid #c7c8ca !important;
    background-color: #f2f2f2 !important;
    /* font-size: 16px; */
}
.rules-section .table td, .rules-section .table th {
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    vertical-align: middle;
    text-align: center;
}
.rules-section .table td, .rules-section .table th {
    border-bottom: 1px solid #c7c8ca;
}
.rules-section ul li,
.rules-section p {
  margin-bottom: 5px;
  font-size: 16px;
  /* line-height: 24px; */
}

.casino-last-result-title {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 6px;
  border-radius: 0 !important;
  margin-top: 4px;
}

h4, .h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.rules-section::-webkit-scrollbar {
  width: 8px;
}

.rules-section::-webkit-scrollbar-track {
  background: #666666;
}

.rules-section::-webkit-scrollbar-thumb {
  background-color: #333333;
}

.rules-section .rules-highlight {
  color: #FDCF13;
  font-size: 16px;
}

/* .rules-section .rules-sub-highlight {
  color: #FDCF13;
  font-size: 14px;
} */
 .rules-section .rules-sub-highlight {
    color: #353535 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.rules-section .list-style,
.rules-section .list-style li {
  list-style: disc;
}

.rules-section .rule-card {
  height: 20px;
  margin-left: 5px;
}

.rules-section .card-character {
  font-family: Card Characters;
}

.rules-section .red-card {
  color: red;
}

.rules-section .black-card {
  color: black;
}

.rules-section .cards-box {
  background: #fff;
  padding: 6px;
  display: inline-block;
  color: #000;
  min-width: 150px;
}

.casino-table {
  background-color: var(--bg-table);
  color: var(--text-table);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}

/* .casino-table-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 4px;
} */

.casino-table-full-box {
  width: 100%;
  border-left: 1px solid var(--table-border);
  border-right: 1px solid var(--table-border);
  border-top: 1px solid var(--table-border);
  background-color: #f2f2f2;
}

.one-card-meter .meter-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.one-card-meter .meter-btns .meter-btn {
  width: calc(50% - 2px);
}

.one-card-meter .meter-btns .meter-btn-box {
  width: 100%;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-1 {
  transition: all 0.5s;
  position: relative;
  width: 100%;
  height: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  z-index: 1;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-1 img {
  transform: rotate(90deg);
  height: 40px;
  margin-left: 10px;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-1:hover img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 30px;
  transform: scale(1.5) rotate(90deg);
  -webkit-transform: scale(1.5) rotate(90deg);
  -moz-transform: scale(1.5) rotate(90deg);
  -ms-transform: scale(1.5) rotate(90deg);
  -o-transform: scale(1.5) rotate(90deg);
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--back);
  border-radius: 0;
  z-index: -2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 3px solid #e22739;
  box-shadow: 0 0px 6px #c8c8c8;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: green;
  transition: all 0.3s;
  border-radius: 0;
  z-index: -1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-1:hover {
  color: #fff;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-1:hover:before {
  width: 100%;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-2 {
  transition: all 0.5s;
  position: relative;
  width: 100%;
  height: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  z-index: 1;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-2 img {
  transform: rotate(270deg);
  height: 40px;
  margin-right: 10px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-2:hover img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-right: 30px;
  transform: scale(1.5) rotate(270deg);
  -webkit-transform: scale(1.5) rotate(270deg);
  -moz-transform: scale(1.5) rotate(270deg);
  -ms-transform: scale(1.5) rotate(270deg);
  -o-transform: scale(1.5) rotate(270deg);
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--back);
  border-radius: 0;
  z-index: -2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 3px solid #ecc116;
  box-shadow: 0 0px 6px #c8c8c8;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-2:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: green;
  transition: all 0.3s;
  border-radius: 0;
  z-index: -1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-2:hover {
  color: #fff;
}

.one-card-meter .meter-btns .meter-btn .btn-fighter-2:hover:before {
  width: 100%;
}

.mb-20 {
  margin-bottom: 20px;
}


.casino-detail {
  width: 100%;
}

.dum10 .casino-table-header,
.dum10 .casino-table-body {
  width: 100%;
}

.dum10 .casino-nation-detail {
  width: 60%;
  flex-direction: revert;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.dum10 .casino-odds-box {
  width: 20%;
  padding: 0px;
  margin-top: 0px;

}

.dum10 .dtredblack .casino-table-header .casino-odds-box {
  flex-direction: row;
}

.dum10 .casino-table-left-box,
.dum10 .casino-table-right-box {
  width: calc(50% - 2px);
  padding: 4px 4px 0 4px !important;
}

.dum10 .aaa-odd-box {
  margin-bottom: 4px;
  min-height: 92px;
}

.dum10 .casino-table-left-box .casino-odds-box,
.dum10 .casino-table-right-box .casino-odds-box {
  width: 100%;
  margin: 5px 0;
}

.dum10 .casino-video-current-card {
  position: absolute;
  top: 68px;
  left: 200px;
  background: rgba(0, 0, 0, 0.4);
  height: auto;
  padding: 5px;
}

.dum10 .casino-video-current-card .flip-card {
  height: 50px;
  width: 40px;
}

.dum10 .casino-video-current-card .flip-card img {
  height: 100%;
  width: 100%;
}

.dum10 .dkd-total {
  padding: 5px;
  margin-right: 0;
  border: 1px solid yellow;
  color: var(--text-white);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 190px;
  margin-top: 5px;
  align-items: center;
}

.dum10 .dkd-total>div {
  line-height: normal;
}

.dum10 .dkd-total>div:first-child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dum10 .dkd-total>div:first-child>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.dum10 .ab-cards-container {
  margin-top: 10px;
}

.dum10 .casino-detail .casino-table-box:first-child {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 0 !important;
}


/* 
.dum10 .casino-odds {
  font-size: 18px !important;
  font-weight: bold;
} */

.dum10 .casino-table-header {
  border-top: 1px solid var(--table-border);
}

@media only screen and (min-width: 1280px) {
  .dum10 .casino-detail .casino-table-box:first-child {
    width: 70%;
    margin: 0 auto;
  }

  .dum10 .casino-table-header,
  .dum10 .casino-table-body {
    border-left: 1px solid var(--table-border);
  }

  .dum10 .casino-table-header {
    border-top: 1px solid var(--table-border);
  }
}

.notenum .casino-nation-name img {
  height: 30px;
  margin-right: 5px;
}

/* .notenum .card-odd-box img {
  width: 30px;
} */

.me-2 {
  margin-right: .5rem !important;
}

.col-lg-24 {
  flex: 0 0 19.666667%;
  max-width: 19.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.teen1 .casino-nation-detail {
  width: 60%;
}

.teen1 .casino-odds-box {
  width: 20%;
}

.teen1 .seven-up-down-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 2px solid #72bbef;
}

.teen1 .up-box {
  width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 40px;
  position: relative;
  justify-content: flex-end;
}

.teen1 .up-box .up-down-book {
  position: absolute;
  left: 10px;
  z-index: 1;
}

.teen1 .up-down-odds {
  font-weight: bold;
  font-size: 18px;
  /* margin-bottom: 10px; */
}

.teen1 .down-box {
  width: 50%;
  text-align: right;
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-left: 40px;
  justify-content: flex-start;
  position: relative;
}

.teen1 .down-box .up-down-book {
  position: absolute;
  right: 10px;
  z-index: 1;
}

.teen1 .seven-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.teen1 .seven-box img {
  height: 70px;
}

.text-end {
  text-align: right !important;
}

/*trap*/


.trap .casino-nation-detail {
  width: 60%;
}

.trap .casino-odds-box {
  width: 20%;
}

.trap .seven-up-down-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 2px solid #72bbef;
}

.trap .up-box {
  width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 40px;
  position: relative;
  justify-content: flex-end;
}

.trap .up-box .up-down-book {
  position: absolute;
  left: 10px;
  z-index: 1;
}

.trap .up-down-odds {
  font-weight: bold;
  font-size: 18px;
  /* margin-bottom: 10px; */
}

.trap .down-box {
  width: 50%;
  text-align: right;
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-left: 40px;
  justify-content: flex-start;
  position: relative;
}

.trap .down-box .up-down-book {
  position: absolute;
  right: 10px;
  z-index: 1;
}

.trap .seven-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.trap .seven-box img {
  height: 70px;
}

.trap .casino-nation-name img {
  height: 30px;
  margin-right: 5px;
}


.joker1-box {
  width: 100%;
  margin-bottom: 8px;
}

.joker1-other-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  background-color: var(--bg-secondary70);
  color: var(--text-secondary);
  transition: width 1.5s;
  width: 100%;
  overflow: hidden;
}

.joker1-other-cards h4 {
  color: var(--text-primary);
  background: var(--bg-primary90);
  padding: 8px;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 0;
}

.joker1-other-cards div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.joker1-other-cards img {
  height: 60px;
}

.videoCards .joker-card {
  flex-wrap: wrap !important;
  flex-direction: column;
  position: relative;
  display: flex;
  top: 0;
  /* padding: 5px; */
  margin-bottom: 4px;
}

.videoCards .joker-card h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  /* text-transform: uppercase; */
  /* margin: 0; */
}

.videoCards .joker-card span img {
  width: 50px;
  height: 70px;
}

.videoCards .casino-video-cards {
  top: 140px;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: auto;
  padding: 5px;
}

.videoCards .joker-card .text-playerb {
  color: #ef910f;
  font-weight: bold;
}

/* .joker1-other-cards {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  background-color: #2c3e50b3;
  color: var(--text-secondary);
  transition: width 1.5s;
  width: 100%;
  overflow: hidden;
} */

.joker1-other-cards h4 {
  color: #fff;
  background: #0088CCE6;
  padding: 8px;
  border-radius: 4px;
  font-size: 18px;
  /* width: max-content;
  margin: 0 auto; */
}

/* .joker1-other-cards div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
} */

.joker1-other-cards img {
  height: 60px;
}

.casino-container-box .btn-theme {
  height: 46px;
}

/* .casino-result-modal {
  padding: 5px;
} */

.casino-result-round-id {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.casino-result-modal .casino-result-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.casino-result-modal .casino-result-cards img {
  height: 50px;
  width: auto;
  margin-right: 5px;
}

.casino-result-desc-item {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 25px;
}

.casino-result-desc-item div:first-child {
  margin-right: 2%;
  opacity: 0.6;
}

.casino-result-desc-item div:last-child {
  word-break: break-all;
}

.casino-result-desc {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 6px;
  box-shadow: 0 0 4px -1px;
  margin-top: 10px;
}

.casino-winner-icon {
  margin: 0 10px;
}

.casino-winner-icon i {
  font-size: 26px;
  box-shadow: 0 0 0 var(--bg-secondary);
  animation: winnerbox 1.5s infinite;
  border-radius: 50%;
  color: #169733;
}

.modal-xl {
  max-width: 80%;
}

.fw-12 {
  font-size: 12px !important;
}

.cricket20ballpopup span {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
}

.cricket20ballresult {
  position: relative;
  width: auto;
  left: unset;
  top: unset;
  margin: 0;
  display: inline-block;
  animation: none;
}

.ballbyball .market-title {
  background-color: #2C3E50D9;
  color: #fff;
  padding: 4px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.5;
}

.ballbyball .market-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.ballbyball .market-header,
.market-row {
  border-bottom: 0.01em solid var(--table-border);
}

.ballbyball .market-row {
  background-color: var(--bg-table-row);
  display: flex;
  flex-wrap: wrap;
}



.ballbyball .market-header .market-odd-box {
  min-height: 28px;
}

/* .ballbyball .market-odd-box {
  width: 55px;
} */

/* .ballbyball .market-header .market-odd-box b {
  font-size: 16px;
} */

/* .ballbyball .market-odd-box {
  width: 80px;
  padding: 2px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid var(--table-border);
  cursor: pointer;
  min-height: 34px;
} */

/* .ballbyball .fancy-min-max {
  font-size: 10px;
  font-weight: bold;
  color: #097c93;
  word-break: break-all;
  border: none;
} */

/* .ballbyball .fancy-min-max-box {
  width: 60px;
  padding: 0 5px;
  text-align: right;
} */

.ballbyball .market-row {
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
}

.uo-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0px;
  border: 1px solid var(--table-border);
}

.uo-box .casino-nation-detail {
  width: 70% !important;
}

.casino-nation-detail {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 5px;
  min-height: 46px;
}

/* .casino-nation-name {
  font-size: 12px;
} */

.uo-box .casino-odds-box {
  width: 30% !important;
}

.cricket20ballresult {
  position: relative;
  width: auto;
  left: unset;
  top: unset;
  margin: 0;
  display: inline-block;
  animation: none;
}

.goal-result img {
  height: 250px;
}

.goal-result span {
  position: absolute;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  top: unset;
  left: 58%;
  color: #000;
  font-weight: bold;
  bottom: -10px;
  font-size: 15px;
  width: 60%;
  height: 40px;
  display: flex;
  align-items: center;
  bottom: -10px;
  justify-content: center;
}

.goal .casino-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.goal .market-6 {
  min-width: calc(50% - 4px);
  max-width: calc(50% - 4px);
}



.goal .market-title {
  background-color: #2C3E50D9;
  color: #fff;
  padding: 4px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.5;
}

.goal .market-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.goal .market-header,
.market-row {
  border-bottom: 0.01em solid var(--table-border);
}

.goal .market-row {
  background-color: var(--bg-table-row);
  display: flex;
  flex-wrap: wrap;
}

.goal .market-6 .market-nation-detail {
  width: calc(100% - 165px);
  width: calc(100% - 240px);
  font-size: 14px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2px;
}

.goal .market-header .market-odd-box {
  min-height: 28px;
}

.goal .market-odd-box {
  width: 55px;
}

.goal .market-header .market-odd-box b {
  font-size: 16px;
}

.goal .market-odd-box {
  width: 80px;
  padding: 2px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid var(--table-border);
  cursor: pointer;
  min-height: 34px;
}

.goal .fancy-min-max {
  font-size: 10px;
  font-weight: bold;
  color: #097c93;
  word-break: break-all;
  border: none;
}

.goal .fancy-min-max-box {
  width: 85px;
  padding: 0 5px;
  text-align: right;
}

.goal .market-row {
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
}


/* .lucky15 .market-title {
  background-color: #2C3E50D9;
  color: #fff;
  padding: 4px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.5;
} */

.lucky15 .market-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.lucky15 .market-header,
.market-row {
  border-bottom: 0.01em solid var(--table-border);
}

.lucky15 .market-row {
  background-color: var(--bg-table-row);
  display: flex;
  flex-wrap: wrap;
}

.lucky15 .market-6 .market-nation-detail {
  width: calc(100% - 160px);
  padding: 0 5px;
}

.lucky15 .market-header .market-odd-box {
  min-height: 28px;
}

/* .lucky15 .market-odd-box {
  width: 55px;
} */

/* .lucky15 .market-header .market-odd-box b {
  font-size: 16px;
}

.lucky15 .market-odd-box {
  width: 80px;
  padding: 2px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid var(--table-border);
  cursor: pointer;
  min-height: 34px;
} */

.lucky15 .fancy-min-max {
  font-size: 10px;
  font-weight: bold;
  color: #097c93;
  word-break: break-all;
  border: none;
}

/* .lucky15 .fancy-min-max-box {
  width: 60px;
  padding: 0 5px;
  text-align: right;
} */

.lucky15 .market-row {
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
}

.teen120 .onecard20oddbox {
  width: calc(29% - 3px);
  margin-right: 8px;

}
.teen120 .casino-odds-box {
  margin: 2px 0;
  padding: 6px;
}

.teen120 .casino-table-full-box {
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
  border: 0;
}

.teen120 .onecard20tie {
  width: calc(13% - 15px);
}

.teen120 .onecard20pair {
  margin-right: 0;
  border-left: 5px solid #2C3E50;
  padding-left: 8px;
}

.casino-odds-box-theme {
  background-image: linear-gradient(to right, var(--theme1-bg), var(--theme2-bg));
  color: #fff;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}

#loader-section {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#load-inner {
  position: relative;
  text-align: center;
}

#loader-section #load-inner i {
  color: #000;
  font-size: 24px;
  color: #000;
  margin-top: 40px;
}

.joker1-other-cards img.select {
  transform: scale(1.2);
}

.video-box-container {
  max-width: calc(100% - 220px);
  margin-left: auto;
}

.superover2 .video-box-container {
  max-width: 100%;
}

.baccarat .casino-table-full-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.baccarat .baccarat-graph {
  width: 18%;
}
.baccarat-odds-container {
  width: 80%;
}

.rules-section .card-character {
  font-family: CardCharacters !important;
}

.rules-section .rules-highlight {
  color: var(--theme1-bg) !important;
  font-weight: bold;
  font-size: 18px !important;
}

.casino-video-box {
  position: relative;
  padding-bottom: 56.25%;
}
.casino-video-box iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}

.five-cricket-result h4 {
  background-color: #353535E6;
  color: #FFFFFF;
  padding: 5px;
  font-size: 20px;
}

.score-head {
  background-color: #3C6E71D9;
  padding: 10px;
  color: #fff;
}

.redplayer {
  background-color: #b2121f;
}

.blackplayer {
  background-color: #111111;
}

.greenplayer {
  background-color: #17732e;
}

.roulette12 .transfer-board {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 3px 8px 8px;
}

.roulette12 .transfer-board h4 {
  font-size: 18px;
  font-weight: bold;
}

.roulette12 .transfer-board .switch-board-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.roulette12 .transfer-board .switch-board-icon>div {
  /* padding: 8px; */
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

.roulette12 .transfer-board .switch-board-icon>div.active {
  border: 2px solid #000;
}

.roulette12 .transfer-board .switch-board-icon>div.back {
  border-radius: 20px 0 0 20px;
}

.roulette12 .transfer-board .switch-board-icon>div.lay {
  border-radius: 0 20px 20px 0;
}

.roulette12 .transfer-board .switch-board-icon svg {
  width: 80%;
}

/* .roulette12 .casino-table-box {
  padding: 10px;
} */


/* .roulette12 .casino-video-cards{
  left: 65px;
} */

.roulette12 .coin-btns .btn-danger {
  background-color: #ff0000;
}

.roulette12 .coin-btns .btn-info {
  background-color: var(--bg-info);
}

.roulette12 .coin-btns .btn-warning {
  background-color: var(--bg-fancy);
}

.roulette11-table-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid var(--table-border);
  border-left: 1px solid var(--table-border);
  background-color: var(--bg-table);
  color: var(--text-table);
}

.roulette11-table-cell {
  max-width: 50%;
  width: 33.33%;
  flex: 1;
  padding: 4px 8px;
  text-align: center;
  border-right: 1px solid var(--table-border);
  display: flex;
  justify-content: space-between;
}

.roulette-box-container {
  width: 100%;
}


.roulette12 .suspended-box::before {
  filter: invert(0);
  z-index: 2;
}

.roulette12 .suspended-box::after {
  background-color: #d6dedbd6;
  z-index: 1;
}

/* .roulette12 .suspended-box::before {
    background-image: url("../imgs/lock.svg");
    background-size: 17px 17px;
    filter: invert(1);
    -webkit-filter: invert(1);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    pointer-events: none;
} */
.market-volume {
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  /* margin-top: 5px; */
}

.rt-timer .clock2digit {
  max-width: 300px;
  top: -27px;
  position: absolute !important;
  left: -33px;
  width: auto !important;
  transform: scale(0.6);
  bottom: auto;
  right: unset;
  /* top: auto; */
}


.accountstatement.card .card-body {
  /* border: none; */
  min-height: 400px;
}

.accountstatement .mx-datepicker input {
  padding: 5px !important;
  border-radius: 0px;
  box-shadow: none;
}

.accountstatement .custom-select {
  border-radius: 0px;
}

.accountstatement .btn-primary.btn-block {
  border-radius: 0px;
}

/* .accountstatement table thead th {
  background-color: var(--light-bg) !important;
  color: #333;
} */

.shorting {
  font-size: 16px;
}

.dana2 .suspended::after {
  width: 100%;
}

.center-main-container {
  width: calc(100% - 280px);
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
}

.report-page .center-container {
  width: 100%;
}

.sticky {
  width: 27.9%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .center-main-container {
    width: calc(100% - 210px);
  }

  .sticky {
    width: 27.6%;
  }
}

.mb5 {
  margin-bottom: 5px;
}

.dana2 .suspended::after {
  width: 100%;
}

.form-control {
  padding: 5px;
  color: #000;
  border-radius: 0px;
  font-family: "Roboto Condensed", sans-serif;
}

.form-control:hover, .form-control:focus {
  border-color: #b5b5b5;
  outline: none;
  box-shadow: none;
}

.market-6 .market-nation-detail .market-nation-name {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* max-width: calc(100% - 50px); */
  width: 100%;
  height: 30px;
}


.ruleswidth {
  max-width: 1140px;
  margin: 1vh auto;
}

.modal-body .nav-pills .nav-link {
  background-color: #cccccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-right: 1px solid #2C3E50;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--theme2-bg);
  color: var(--secondary-color);
}

/* @font-face {
    font-family: "card-font";
    src: url("../fonts/card-font.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: block;
} */
@font-face {
  font-family: "dfont";
  src: url("../fonts/dfont.eot");
  src: url("../fonts/dfont.eot") format("embedded-opentype"), url("../fonts/dfont.ttf") format("truetype"), url("../fonts/dfont.woff") format("woff"), url("../fonts/dfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "dfont" !important;
  speak-as: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-2:before {
  content: "\e903";
}

.icon-4:before {
  content: "\e905";
}

.icon-1:before {
  content: "\e905";
}

.icon-tv:before {
  content: "\e901";
}

.icon-68:before {
  content: "\e947";
}

.icon-69:before {
  content: "\e946";
}

.icon-999:before {
  content: "\e900";
}

.icon-tv:before {
  content: "\e901";
}

.icon-1:before {
  content: "\e902";
}

.icon-2:before {
  content: "\e903";
}

.icon-3:before {
  content: "\e904";
}

.icon-4:before {
  content: "\e905";
}

.icon-5:before {
  content: "\e906";
}

.icon-6:before {
  content: "\e907";
}

.icon-7:before {
  content: "\e908";
}

.icon-8:before {
  content: "\e909";
}

.icon-9:before {
  content: "\e90a";
}

.icon-10:before {
  content: "\e90b";
}

.icon-11:before {
  content: "\e90c";
}

.icon-12:before {
  content: "\e90d";
}

.icon-13:before {
  content: "\e90e";
}

.icon-14:before {
  content: "\e90f";
}

.icon-15:before {
  content: "\e910";
}

.icon-16:before {
  content: "\e911";
}

.icon-17:before {
  content: "\e912";
}

.icon-18:before {
  content: "\e913";
}

.icon-19:before {
  content: "\e914";
}

.icon-20:before {
  content: "\e915";
}

.icon-21:before {
  content: "\e916";
}

.icon-22:before {
  content: "\e917";
}

.icon-23:before {
  content: "\e918";
}

.icon-24:before {
  content: "\e919";
}

.icon-25:before {
  content: "\e91a";
}

.icon-26:before {
  content: "\e91b";
}

.icon-27:before {
  content: "\e91c";
}

.icon-28:before {
  content: "\e91d";
}

.icon-29:before {
  content: "\e91e";
}

.icon-30:before {
  content: "\e91f";
}

.icon-31:before {
  content: "\e920";
}

.icon-32:before {
  content: "\e921";
}

.icon-33:before {
  content: "\e922";
}

.icon-34:before {
  content: "\e923";
}

.icon-35:before {
  content: "\e924";
}

.icon-36:before {
  content: "\e925";
}

.icon-37:before {
  content: "\e926";
}

.icon-38:before {
  content: "\e927";
}

.icon-39:before {
  content: "\e928";
}

.icon-40:before {
  content: "\e929";
}

.icon-41:before {
  content: "\e92a";
}

.icon-42:before {
  content: "\e92b";
}

.icon-43:before {
  content: "\e92c";
}

.icon-44:before {
  content: "\e92d";
}

.icon-46:before {
  content: "\e92e";
}

.icon-47:before {
  content: "\e92f";
}

.icon-48:before {
  content: "\e930";
}

.icon-49:before {
  content: "\e931";
}

.icon-50:before {
  content: "\e932";
}

.icon-51:before {
  content: "\e933";
}

.icon-52:before {
  content: "\e934";
}

.icon-53:before {
  content: "\e935";
}

.icon-54:before {
  content: "\e936";
}

.icon-55:before {
  content: "\e937";
}

.icon-56:before {
  content: "\e938";
}

.icon-57:before {
  content: "\e939";
}

.icon-58:before {
  content: "\e93a";
}

.icon-59:before {
  content: "\e93b";
}

.icon-60:before {
  content: "\e93c";
}

.icon-61:before {
  content: "\e93d";
}

.icon-62:before {
  content: "\e93e";
}

.icon-63:before {
  content: "\e93f";
}

.icon-64:before {
  content: "\e940";
}

.icon-65:before {
  content: "\e941";
}

.icon-4339:before {
  content: "\e941";
}

.icon-998:before {
  content: "\e942";
}

.icon-suits:before {
  content: "\e943";
}

.icon-66:before {
  content: "\e944";
}

.icon-67:before {
  content: "\e945";
}

.pl-10 {
  padding-left: 10px !important;
}

.casino-list-item .fancy-play {
  position: absolute;
  background: #000000c7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: all 0.5s;
}

.casino-list-item:hover .fancy-play {
  display: flex;
}

.fancy-play i {
  font-size: 44px;
  color: #fff;
}

.fancy-play i.fancy-info {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
}

.fa-info-circle:before {
  content: "\f05a";
}

.cas-in-list .casino-list-item {
  width: calc(14.28% - 1.8px);
}
/* .cas-in-list .casino-list-item:nth-child(7n) {
  margin-right: 0;
} */

.min-max {
  color: #097c93;
  font-weight: bold;
}



.modal-dialog.modal-xl {
  max-width: 90%;
  margin: 10px auto;
}

.table-bordered,
.table-bordered th,
.table-bordered td {
  border: 1px solid #c7c8ca !important;
  padding: 10px
}

.text-black {
  color: #000;
}

.submenu-dropdown .nav-link {
  padding-left: 25px !important;
}

.submenu-dropdown .submenu-dropdown .nav-item .nav-link {
  padding-left: 35px !important;
}

.aviatorv .nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: var(--text-secondary);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.Toastify__toast {
  color: #000 !important;
  font-size: 14px;
  line-height: 20px;
}

.Toastify__toast {
  border-radius: 7px !important;
  padding: 4px 8px !important;
}

.font-22 {
  font-size: 22px;
}

.rules-section .nav-tabs li .nav-link {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.rules-section .nav-tabs li .nav-link:hover {
  cursor: pointer;
}

.rules-section .nav-tabs li .nav-link.active {
  background-color: var(--text-primary);
}

.lottery-rules-box {
  border: 1px solid var(--text-primary);
}

.lottery-rules-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--text-primary);
}

.lottery-rules-title-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-right: 1px solid var(--text-primary);
  width: 20%;
  justify-content: center;
  padding: 10px;
}

.lottery-rules-title-name h4 {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: var(--text-primary);
}

.lottery-rules-title-name p {
  font-size: 14px;
  line-height: 20px;
}

.lottery-rules-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  align-items: center;
  justify-content: center;
  width: 80%;
}

.lottery-rules-cards .lottery-card {
  margin-right: 5px;
  text-align: center;
}

.lottery-rules-cards .lottery-card img {
  width: 40px;
  height: auto;
  max-height: unset;
}

.logo-login.allpanalexchge {
  max-height: 90px;
  max-width: 100%;
  width: auto;
}

.logo-login.daimondexchang99 {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.testtp .suspended::after {
  width: 100%;
}

.odds-count {
  background: #ffffff45;
  padding: 4px;
  font-size: 12px;
}

.disconnected-box {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 1060;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.disconnected-message {
  padding: 10px;
  font-size: 12px;
  background-color: #f7f7f7;
  color: #333;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.disconnected-message i {
  color: #fdcf13;
  font-size: 14px;
}

.disconnected-message b {
  font-size: 14px;
}

.disconnected-buttons {
  display: flex;
  justify-content: space-between;
}

.disconnected-buttons .btn {
  width: 49%;
  padding: 4px;
  border-radius: 8px;
  font-size: 0.7rem;
  color: #000000;
}

.scoretf {
  width: 100%;
  height: auto;
}

.boxodds-4 {
  width: calc(100% - 60%) !important;
  min-width: calc(100% - 60%) !important;
  max-width: calc(100% - 60%) !important;
}

.boxodds-1 {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}

.casino-container-box .nav-tabs .nav-item.show .nav-link,
.casino-container-box .nav-tabs .nav-link {
  border-bottom: none !important;
  border-top: none !important;
  font-size: 12px !important;
}

.casino-container-box .nav-tabs .nav-item.show .nav-link,
.casino-container-box .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  border: 0;
  position: relative;
  width: 100%;
  justify-content: center;
  padding: 10px 5px !important;
  font-weight: bold;
}

.casino-container-box .nav-tabs .nav-item.show .nav-link,
.casino-container-box .nav-tabs .nav-link.active::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  top: -1px;
  content: "";
  left: 0;
}

.casino-container-box .nav-tabs .nav-item.show .nav-link,
.casino-container-box .nav-tabs .nav-link::before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.text-underlin {
  text-decoration: underline;
}

.clock {
  position: absolute !important;
  right: 10px;
  bottom: 10px;
  text-align: right !important;
  top: unset;
  left: unset;
  margin: 0 !important;
  width: auto !important;
}

.casino-last-result-title h6 {
  text-transform: capitalize !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

.sport-match-detail-mobile .nav-tabs .nav-item {
  width: 1%;
}

.sport-match-detail-mobile .nav-tabs .nav-item.show .nav-link,
.sport-match-detail-mobile .nav-tabs .nav-link::before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}


.sport-match-detail-mobile .nav-tabs .nav-item.show .nav-link,
.sport-match-detail-mobile .nav-tabs .nav-link {
  border-bottom: none !important;
  border-top: none !important;
  font-size: 12px !important;
  text-transform: uppercase;
}

.sport-match-detail-mobile .nav-tabs .nav-item.show .nav-link,
.sport-match-detail-mobile .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  border: 0;
  position: relative;
  width: 100%;
  justify-content: center;
  padding: 10px 5px !important;
  font-weight: bold;
}

.sport-match-detail-mobile .nav-tabs .nav-item.show .nav-link,
.sport-match-detail-mobile .nav-tabs .nav-link.active::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  top: -1px;
  content: "";
  left: 0;
}

.btn-info {
  background: #097c93;
}

.btn-danger {
  background: #bd1828;
}

.odd-stake-box {
  background: rgba(255, 255, 255, 0.27);
  padding: 4px;
}

.float-end {
  float: right !important;
}

.place-bet .stakeactionminus,
.place-bet .stakeactionplus {
  height: 28px;
  width: 28px;
  line-height: 28px;
  float: left;
  color: #FFFFFF;
  background: #2C3E50;
  padding: 0px;
  border-radius: 0px;
}

.place-bet .stakeinput:disabled {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(102, 102, 102);
  border-image: initial;
}

.place-bet .stakeinput {
  width: calc(100% - 80px);
  height: 28px;
  float: left;
}

.css-1wbok4e {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  /* height: 728px; */
  background: rgb(35, 41, 46);
  /* overflow-y: hidden; */
  align-content: flex-start;
}

.roulette12 .clock {
  position: absolute !important;
  right: 10px;
  bottom: 10px;
  text-align: left !important;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: auto !important;
}

.flip-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.roulette12 .flip-card {
  height: 64px;
  width: 80px;
  margin-left: 110px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.casino-video-cards img:last-child {
  margin-right: 0;
}

.flip-card-front img,
.flip-card-back img {
  height: 100%;
  width: 100%;
}

.dt20 .dt20cards {
  border: 1px solid #cccccc;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-wrapper .tooltip-text {
  visibility: hidden;
  background-color: black;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  position: absolute;
  z-index: 100;
  bottom: 125%;
  /* Position above the link */
  left: 50%;
  transform: translateX(-50%);
  white-space: break-spaces;
  width: 150px;
  z-index: 9999999999999;
}

.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
}

.scroll-container {
  max-height: 410px;
  overflow-y: scroll !important;
}

.report-page .table-responsive {
  min-height: 300px;
}

.security-auth .btn-group-lg>.btn {
  border-radius: 0px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  /* min-width: 261.33px; */
  padding: 10px;
  flex: auto;
  margin: 10px 0;
}
/* .security-auth .btn-group-lg .btn:last-child {
  min-width: 282.22px;
} */
.security-auth .btn-group-lg .btn+.btn {
  margin-left: 0;
}

.security-auth .btn-group-lg>.btn:hover {
  background-color: #FFF;
  border-color: #28a745;
  color: #28a745;
}

.search-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: 12px;
}

.search-tournament-name,
.search-game-name,
.search-game-date {
  width: 100%;
}

.search-game-name {
  background: var(--bg-secondary85);
  color: var(--text-secondary);
  padding: 5px;
}

/* .place-bet .value-buttons .btn.CASINO {
  width: 32%;
} */

.pb-10 {
  padding-bottom: 5px;
}

/* 

.board-in {
  display: grid;
  grid-template-rows: 105fr 50fr;
  grid-template-columns: 44fr 539fr 44fr;
  grid-template-areas: "center center right" ".      bottom .    ";
  grid-gap: 0.1328125311rem;
  gap: 0.1328125311rem;
  width: 100%;
  position: relative;
  height: 100%;
  pointer-events: none;
}



.board-right .board-cell:first-child {
  border-radius: 0;
}

.board-right .board-cell:last-child {
  border-radius: 0;
}

.board-cell {
  position: relative;
  border-radius: 0;
  min-height: 50px;
}
 

.board-cell-in {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  transition: background-color 180ms var(--g-ttf);
}

.board-cell-in .rate {
  position: absolute;
  line-height: 14px;
  font-size: 14px;
  bottom: 2px;
}

.board-cell-in::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0.1328125311rem;
  border-style: solid;
  border-color: #000;
  border-radius: inherit;
  box-shadow: 0 0 0 4.2500009961rem rgba(var(--g-white-rgb), 0.15) inset;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.board-text,
.board-number {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

.board-cell-in .bet-chip-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}



.board-bottom .board-cell:first-child {
  grid-area: first;
}

.board-bottom .board-cell:nth-child(2) {
  grid-area: second;
}

.board-bottom .board-cell:nth-child(3) {
  grid-area: third;
}

.board-bottom .board-cell:nth-child(4) {
  grid-area: first-half;

  border-radius: 0;
}

.board-bottom .board-cell:nth-child(5) {
  grid-area: even;
}

.board-bottom .board-cell:nth-child(6) {
  grid-area: red;
}

.board-bottom .board-cell:nth-child(7) {
  grid-area: black;
}

.board-bottom .board-cell:nth-child(8) {
  grid-area: odd;
}

.board-bottom .board-cell:last-child {
  grid-area: second-half;
  border-radius: 0;
}

.board-center {
  display: grid;
  grid-area: center;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(13, 1fr);
  grid-template-areas: "zero c f i l o r u x aa ad ag aj" "zero b e h k n q t w z  ac af ai" "zero a d g j m p s v y  ab ae ah";
  grid-gap: 0.1328125311rem;
  gap: 0.1328125311rem;
  pointer-events: all;
}

.board-cell.green {
  background-color: #17732e;
  border-radius: 0;
}

.board-cell.green.active {
  background-color: #119933;
  box-shadow: 0 0 0 4.2500009961rem rgba(255, 255, 255, 0.15) inset;
}

.board-center .board-cell:nth-child(1) {
  grid-area: zero;
}

.board-cell.red {
  background-color: #b2121f;
}

.board-cell.red.active {
  background-color: #e40303;
  box-shadow: 0 0 0 4.2500009961rem rgba(255, 255, 255, 0.15) inset;
}

.board-cell.black {
  background-color: #111111;
}

.board-cell.black.active {
  background-color: #404040;
  box-shadow: 0 0 0 4.2500009961rem rgba(255, 255, 255, 0.15) inset;
}

.board-cell.yellow {
  background-color: #fef0a9;
  color: #b2121f;
}



.board-cell.yellow .board-text,
.board-cell.yellow .borad-number {
  color: red;
}

.board-center .bet-chip-area.center-left {
  top: 50%;
  left: 0;
  width: 50%;
  height: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 20;
}

.board-center .bet-chip-area.bottom-left {
  bottom: 0;
  top: 50%;
  left: 0;
  width: 50%;
  height: 50%;
  transform: translate3d(-50%, 50%, 0);
  z-index: 20;
}

.board-center .bet-chip-area.top-center {
  top: 0;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 20;
}

.board-cell-in .bet-chip-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
}

.board-cell-in .bet-chip-area.coin-place {
  z-index: 14;
}

.board-cell-in .casino-coin {
  width: 35px;
}

.board-cell-in .casino-coin .bet-chip-holder {
  width: 35px;
  height: 35px;
}

.board-cell-in .bet-chip-area img {
  height: 35px;
}

.board-center .board-cell:nth-child(1) {
  grid-area: zero;
}

.board-center .board-cell:nth-child(2) {
  grid-area: a;
}

.board-center .board-cell:nth-child(3) {
  grid-area: b;
}

.board-center .board-cell:nth-child(4) {
  grid-area: c;
}

.board-center .board-cell:nth-child(5) {
  grid-area: d;
}

.board-center .board-cell:nth-child(6) {
  grid-area: e;
}

.board-center .board-cell:nth-child(7) {
  grid-area: f;
}

.board-center .board-cell:nth-child(8) {
  grid-area: g;
}

.board-center .board-cell:nth-child(9) {
  grid-area: h;
}

.board-center .board-cell:nth-child(10) {
  grid-area: i;
}

.board-center .board-cell:nth-child(11) {
  grid-area: j;
}

.board-center .board-cell:nth-child(12) {
  grid-area: k;
}

.board-center .board-cell:nth-child(13) {
  grid-area: l;
}

.board-center .board-cell:nth-child(14) {
  grid-area: m;
}

.board-center .board-cell:nth-child(15) {
  grid-area: n;
}

.board-center .board-cell:nth-child(16) {
  grid-area: o;
}

.board-center .board-cell:nth-child(17) {
  grid-area: p;
}

.board-center .board-cell:nth-child(18) {
  grid-area: q;
}

.board-center .board-cell:nth-child(19) {
  grid-area: r;
}

.board-center .board-cell:nth-child(20) {
  grid-area: s;
}

.board-center .board-cell:nth-child(21) {
  grid-area: t;
}

.board-center .board-cell:nth-child(22) {
  grid-area: u;
}

.board-center .board-cell:nth-child(23) {
  grid-area: v;
}

.board-center .board-cell:nth-child(24) {
  grid-area: w;
}

.board-center .board-cell:nth-child(25) {
  grid-area: x;
}

.board-center .board-cell:nth-child(26) {
  grid-area: y;
}

.board-center .board-cell:nth-child(27) {
  grid-area: z;
}

.board-center .board-cell:nth-child(28) {
  grid-area: aa;
}

.board-center .board-cell:nth-child(29) {
  grid-area: ab;
}

.board-center .board-cell:nth-child(30) {
  grid-area: ac;
}

.board-center .board-cell:nth-child(31) {
  grid-area: ad;
}

.board-center .board-cell:nth-child(32) {
  grid-area: ae;
}

.board-center .board-cell:nth-child(33) {
  grid-area: af;
}

.board-center .board-cell:nth-child(34) {
  grid-area: ag;
}

.board-center .board-cell:nth-child(35) {
  grid-area: ah;
}

.board-center .board-cell:nth-child(36) {
  grid-area: ai;
}

.board-center .board-cell:nth-child(37) {
  grid-area: aj;
} */

.table-remark p {
  padding: 0 5px;
  color: #097c93;
  font-weight: normal;
  font-size: 11px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  z-index: 1050;
}

.table-remark {
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
}

.race-total-point {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  background: #404040;
  padding: 5px;
  min-width: auto;
}

.fw18 {
  font-size: 18px !important;
}



.casino-header {
  background-color: var(--theme2-bg);
  color: var(--secondary-color);
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.casino-header .casino-name-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.casino-header .casino-name-title a {
  color: var(--secondary-color);
  font-weight: 400;
  text-decoration: underline;
  text-transform: capitalize;
  cursor: pointer;
}

.ms-1 {
  margin-left: .25rem !important;
}

.telegram-authdiv input {
  padding: 10px;
  width: 60px !important;
  height: 60px !important;
  text-align: center;
}



.market-6 .suspended::after,
.market-6 .suspended-table::after {
  width: 240px;
}


/* 
.market-2 .suspended::after,
.suspended-table::after {
  font-size: 14px;
} */

.race2020 .casino-nation-name img {
  height: 40px;
  margin-bottom: 5px;
}

.race2020 .casino-table-left-box .casino-odd-box-container {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}

.race2020 .casino-odd-box-container {
  width: calc(25% - 7.5px);
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.race2020 .casino-table-left-box .casino-odd-box-container .casino-nation-name,
.race2020 .casino-table-left-box .casino-odd-box-container .casino-odds-box {
  width: 33.33%;
}

.race2020 .casino-table-left-box {
  width: 33%;
  padding: 5px 5px 0 5px;
}

.race2020 .casino-table-right-box {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 0 5px;
}

.race2020 .casino-table-left-box .casino-odd-box-container .casino-nation-name,
.race2020 .casino-table-left-box .casino-odd-box-container .casino-odds-box {
  width: 33.33%;
}

.race2020 .casino-nation-name {
  width: 100%;
  text-align: center;
}

.race2020 .casino-odds-box {
  width: 49%;
}

.race2020 .casino-odd-box-container:last-child {
  margin-right: 0;
}

.casino-volume {
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  margin-top: 5px;
}

.race2020 .casino-table-right-box .casino-odd-box-container {
  width: calc(33.33% - 10px);
}

.race2020 .casino-table-right-box .casino-odds-box {
  width: 100%;
}

.race2020 .casino-table-right-box .casino-odd-box-container:nth-child(3n) {
  margin-right: 0;
}

.cmeter2020 .btn-theme {
  height: auto;
  background-image: linear-gradient(to right, #f2f2f2, #f2f2f2) !important;
  /* background-color: #f2f2f2; */
  border: 1px solid #c7c8ca;
}

.login-page {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
}

.login-box {
  margin: 2% 0;
  text-align: center;
}

.login-auth-box {
  width: 500px;
  max-width: 90%;
}

.login-box img {
  max-height: 90px;
  max-width: 100%;
}

.login-form {
  padding: 20px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 5px #fff;
}

.login-form .login-title {
  color: var(--bg-primary);
  font-size: 22px;
}

.login-form form {
  margin: 10px 0 0;
}
.login-form form small {
  font-size: 10px;
  display: inline-block;
}
.playersci {
  color: #fff !important;
  background: #355e3b;
}

.ml-10 {
  margin-left: 5px;
}

.d-desktop-none {
  display: none !important;
}

.d-mobile-none {
  display: block !important;
}

.logo.d-mobile-none {
  display: inline-block !important;
}

.desktop-ml-minus-6 {
  margin-left: 0;
}



/* premium casino */

.center-main-container.casino-page {
  width: 100%;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
}

.casino-page .center-container {
  width: calc(100% - 455px);
  padding-bottom: 10px;
}

.casino-page .right-sidebar {
  margin-left: 5px;
}

.sidebar-box {
  margin-bottom: 5px;
}

.right-sidebar .sidebar-title, .sidebar-box .sidebar-title {
  background-color: var(--theme2-bg);
  color: var(--text-secondary);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 0;
  height: 30px;
}
.right-sidebar .table th, .right-sidebar .table td {
  font-size: 14px;
}
.right-sidebar .table {
  background-color: #f7f7f7;
  line-height: 1.5;
}

.sidebar-title h4 {
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.right-sidebar .sidebar-title :before {
  content: none;
}

.right-sidebar {
  width: 450px;
  padding: 0;
  min-height: calc(100vh - 135px);
  max-height: calc(100vh - 135px);
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: 0;
}

.dashbaord-table .table thead th {
  font-size: 14px;
  padding: 5px 5px 4px;
  color: #000;
  line-height: 1.572;
  border-bottom: 1px solid var(--table-border);
  border-top: 1px solid var(--table-border);
}

.table td {
  border-bottom: 1px solid var(--table-border);
}
.dashbaord-table .table thead td {
  border-bottom: 1px solid var(--table-border);
  padding: 0;
}



.casino-data-box {
  padding: 0;
  /* background-color: transparent; */
}

.casino-data-box .row {
  margin-right: -3px;
  margin-left: -3px;
}
.casino-data-box .row>.col-lg-4 {
  padding-right: 3px;
  padding-left: 3px;
}

.no-gap-row-col {
  padding: 0;
}
.no-gap-row-col .row {
  margin-right: -0;
  margin-left: -0;
}
.no-gap-row-col .row>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.no-gap-row-col>.row {
  margin-right: -2px;
  margin-left: -2px;
}
.no-gap-row-col>.row>[class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}

.no-gap-row-col .border-layout-same-as-ref {
  border-left: 1px solid #c7c8ca;
  border-right: 1px solid #c7c8ca;
  border-top: 1px solid #c7c8ca;
  background-color: #f2f2f2;
  padding: 5px;
}
.gck-ui {
  justify-content: space-between;
}
.gck-ui [class*='col-6'] {
  flex: 0 0 49%;
  max-width: 49%;
}

.border-layout-same-as-ref .mt30 {
  margin-top: 20px !important;
}

.new-casino .casino-odds-box-bhav{
  font-size: 16px;
}

.ks-casino-odds-box .back, .ks-casino-odds-box .lay {
  max-height: 46px;
  width: 49%;
}

.live-casino-top-h-tabs {
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
}

.live-casino-top-h-tabs ul li {
  text-transform: capitalize;
}
.live-casino-top-h-tabs ul li .nav-link.active {
  font-weight: 600;
}



.kk-cc-rules img {
  height: 40px;
}
.card.my-bet {
  box-shadow: none;
}

/* .no-gap-row-col .border-layout-same-as-ref .col-6 {
  padding-left: 5px;
  padding-right: 5px;
} */

.modal-title {
  font-weight: bold;
}
.game-icon.e-games {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-icon.e-games span {
  background-color: #d1d1d1;
  color: #202020;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}