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

:root {
  --text-primary: #08c;
  --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;
}

/*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: 15px;
  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(96vh - 47px);
  overflow: 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: Arial, Verdana, Helvetica, sans-serif;
}

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

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

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

.lucky7 .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.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 a {
  color: var(--primary-color);
}

.header-bottom {
  background-color: var(--theme2-bg);
  /* margin-top: 10px; */
  padding: 9px 0;
}

.header-bottom li a {
  color: var(--secondary-color);
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 16px;
  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;
}

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

.header-top {
  height: 60px;
  margin-top: 10px;
  display: flex;
}

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

.logo img {
  width: auto;
  height: 57px;
}

.logo-login {
  width: 100%;
}

.search {
  position: relative;
  margin-right: 20px;
  z-index: 2;
}

.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: 10px;
  margin-top: 0;
}

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

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

.account ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1000;
  min-width: 170px;
  padding: 5px 0;
  margin: 5px 8px 9px;
  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: 6px 12px;
}

.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.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

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

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

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

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

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

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

.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: 0.3rem 1rem;
}

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

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

.featured-box-login {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  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-input {
  margin-top: 1px;
}

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

/*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: 10px;
  top: 8px;
}

/*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: 10px;
  width: 100%;
}

.game-heading .card-header-title {
  font-size: 18px;
  font-weight: bold;
}

.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: 23.9%;
  margin-top: 2px;
  float: left;
  background-color: var(--theme2-bg);
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

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

#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;
  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 {
  width: 100%;
  padding: 5px;
  background-image: url('../imgs/scorecard-bg.png');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
}

.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);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 14px;
}

.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 .patern-name {
  float: left;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

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

.download-apk a:hover {
  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: #f9c9d4 !important;
}

.back,
.back-color {
  background-color: #a7d8fd;
}

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

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

.game-heading .card-header-title {
  font-size: 15px;
  text-transform: uppercase;
}

.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.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: 35px;
  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;
  width: 45px;
  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: 8px;
}

#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: 45px;
  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%;
}

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

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

.aaa-content .card-image img {
  width: 40px;
}

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

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

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

.fancy-min-max,
.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: 6px 8px;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: bold;
}

.remark {
  color: #8b0000;
  font-weight: bold;
}

.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-name {
  width: 80%;
  float: left;
}

.game-icons {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 15px;
}

.game-icon {
  width: 25px;
  text-align: center;
  margin-top: 2px;
  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: 70px;
}

#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: 5px;
  margin-bottom: 5px;
}

.meter-lh-card-container {
  background-color: #ccc;
  padding: 5px 0;
  text-align: center;
}

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

.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: #59a845;
  border: 2px solid #59a845;
  color: #fff;
  box-shadow: 2px 4px 4px #00000047;
  text-decoration: none !important;
}

.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: #fff;
  border: 2px solid #59a845;
  color: #59a845;
}

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

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

.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 {
  overflow-x: scroll !important;
  max-height: 300px;
  overflow-y: scroll;
}

.table-responsive-new th {
  white-space: nowrap;
}

.tab_video {
  border: none;
  width: 100%;
  height: 155px;
  margin-top: -8px;
}

.red {
  color: red;
}

.green {
  color: green;
}

.marquee-container {
  height: 25px;
}

.flex05 {
  flex: 0.5;
  display: flex;
  align-items: center;
}

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

.card-header h4 {
  text-transform: uppercase;
  font-size: 20px;
}

.card-header {
  padding: 5px 10px;
}

.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 {
  height: 36px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  height: 36px;
  font-size: 16px;
  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 {
  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: 10px 0px;
  background: var(--theme2-bg);
  margin-right: 5px;
  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 {
  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;
}

.favourite {
  padding: 0px 0px 5px 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 a {
  text-decoration: none;
}

.ReactModal__Overlay {
  z-index: 3;
}

@media (max-width: 768px) {
  .ReactModal__Content {
    margin-top: 20%;
  }
     .slot-iframe.show {
       left: 0;
       top: 0;
       width: 100%;
       /* height: 100vh; */
       height: 96vh;
       transition: none;
     }
         .home-page .casino-list-item {
                width: calc(25% - 10px);
         }
                 .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: 5%;
}

.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;
  cursor: pointer;
  height: 60px;
  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: 5px;
  display: flex;
  color: #8b0000;
  font-weight: bold;
  margin-bottom: 10px;
}

.imgspace {
  margin-bottom: 5px;
  margin-top: 5px;
}

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

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

.aaa-content .card-image img {
  width: 40px;
}

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

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

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

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

.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: 35px;
  height: auto;
  margin-right: 2px;
  margin-left: 2px;
}

.col-20 {
  width: 19.5%;
  margin-right: 1px;
}

.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%;
  right: 10px;
}

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

.matchlist .coupon-table button.lay {
  height: 25px;
}

#dragontiger1Day .suspended::after {
  width: 60%;
}

#dragontiger1Day tr.suspended::after {
  height: 45px;
}

#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: 5px;
  margin-bottom: 5px;
}

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

.fivewicket .suspended::after {
  width: 60%;
}

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

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

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

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

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

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

.superover .info-block i {
  color: #fff;
}

.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: 2px 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;
}
.cc-20 .score-img {
  width: 70%;
}

.selected-card {
  border: 2px solid green !important;
}

.csmobileround {
  position: absolute;
  top: 10;
  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 {}

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

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

.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;
} */
.MuiAutocomplete-root {
  width: 40px !important;
  transition: width 0.4s linear;
}

.MuiAutocomplete-root.show {
  background: var(--primary-bg);
  width: 250px !important;
  transition: width 0.4s linear;
  display: block;
}

.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 .cc-banner-img {
  height: 400px;
  opacity: 0.7;
}

.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: 8px 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: #007bff !important;
  border-color: #007bff !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: 1.25rem;
  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%;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}

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

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  flex: 1;
}

.footer-links a {
  color: #fff
}

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

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

.footer-bottom img {
  max-height: 30px;
  max-width: 100px;
  margin-right: 10px;
}

.secure-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.footer-bottom .secure-logo img {
  max-height: 50px;
}

.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(16.66% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.casino-list-item.rect {
  width: calc(16.66% - 10px);
}

.casino-list-item .casino-list-item-banner {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}

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

.casino-list-item.rect .casino-list-item-banner {
  padding-top: 53.33%;
}
.margin-modal{     
 margin: 0.75rem 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(--theme1-bg);
  height: 100%;
  width: 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(--theme2-bg);
  color: var(--primary-bg);
}
.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: 260;
  top: 100%;
  width: calc(100% - 263px);
  z-index: 10;
}

.slot-iframe iframe {
  width: 100%;
  height: calc(100% - 47px);
}

.slot-iframe.show {
  top: 125px;
  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);
  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;
}

.casino-list-item-banner.loading {
  background-color: #eee;
  filter: blur(5px);
}
.casino-list-item-banner.loaded {
  filter: none;
}
