.dum10 .casino-detail .casino-table-box:first-child::after {
  content: "";
  background-color: var(--theme1-bg);
  height: 1px;
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
}

.teenunique .casino-table {
  /* background-color: #00000029; */
  padding: 5px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.unique-teen20-box.suspended {
  cursor: not-allowed;
  pointer-events: unset;
  content: "";
}

.unique-teen20-box.suspended::after {
  cursor: not-allowed;
  pointer-events: unset;
  content: "";
  background: transparent;
}

.teenunique .video-box-container {
  max-width: 100%;
  margin-left: auto;
}

/***** casino table for lucky 7*/
/* .casino-table {
    background-color: #f7f7f7;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
} */

.lucky7a .lucky7low,
.lucky7a .lucky7high {
  width: 45%;
}

.lucky7a .casino-table-full-box {
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
  border: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.lucky7acards .card-odd-box {
  margin-right: 10px;
}

/* .lucky7a .casino-table-full-box.lucky7acards {
    justify-content: center;
} */

.lucky7a .lucky7odds {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.lucky7a .casino-table-left-box,
.lucky7a .casino-table-right-box {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border: 0;
}

.ab-result-slider .slider-track {
  display: flex;
  margin-bottom: 10px;
}

.ab-result-slider .slider-container {
  max-width: 90%;
  overflow: scroll;
}

.lottcard .casino-table {
  background-color: var(--table-border);
}

.lottcard .single,
.lottcard .double,
.lottcard .tripple {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  align-items: flex-start;
  padding: 5px;
}

.lottery-box .suspended-box::before {
  cursor: not-allowed;
  pointer-events: all;
}

.lottery-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0;
  width: 100%;
}

.lottery-box .lottery-card {
  width: 10%;
  text-align: center;
  margin: 5px 0;
}

.lottery-box .lottery-card img {
  width: 55px;
  cursor: pointer;
}

.lottery-place-balls {
  display: flex;
  padding: 6px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.lottery-place-balls img {
  width: 50px;
  margin-right: 20px;
  animation-name: ballspin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.lottery-place-balls img:last-child {
  margin-right: 0;
}

.lottcard .single .lottery-place-balls img {
  width: 100px;
}

@keyframes ballspin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.lottcard .double .lottery-place-balls,
.lottcard .tripple .lottery-place-balls {
  width: auto;
  align-items: flex-end;
  margin: 0 auto;
}

.lottery-btn.active {
  border: 1px solid var(--bg-primary90);
  background-color: var(--bg-primary65);
  color: var(--text-primary);
}

.random-bets {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--bg-secondary70);
  color: var(--text-secondary);
  border-radius: 16px;
  padding: 5px;
  margin: 10px auto 0;
}

.random-bets h4 {
  font-size: 16px;
}

.random-bets button {
  min-width: 50px;
  height: 40px;
  margin-right: 7px;
  margin-bottom: 7px;
  border-radius: 8px;
}

.lottery-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}

.lottery-buttons .btn {
  background: var(--bg-info);
  color: #fff;
  width: 30%;
  font-size: 18px;
}

.lottery-result-group {
  padding: 5px;
  margin-right: 5px;
  background-color: var(--bg-secondary85);
  color: var(--text-secondary);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
  margin-bottom: 5px;
}

.lottery-result-icon {
  margin-right: 5px;
}

.lottery-result-icon:last-child {
  margin-right: 0;
}

.lottery-bets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.lottery-my-bet-box {
  height: 46px;
  width: 32%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--bg-primary65);
  color: var(--text-primary);
  border-radius: 8px;
}

/* 
.lottery .casino-remark {
    color: var(--text-fancy);
} */

.lottery-rules-box {
  border: 1px solid var(--text-fancy);
}

.lottery-rules-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--text-fancy);
}

.lottery-rules-title-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-right: 1px solid var(--text-fancy);
  width: 20%;
  justify-content: center;
  padding: 5px;
}

.lottery-rules-title-name > div:first-child {
  font-size: 22px;
  font-weight: bold;
  color: var(--text-fancy);
}

.lottery-rules-title-name > div {
  width: 100%;
}

.lottery-rules-cards {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px;
  align-items: center;
  justify-content: center;
  width: 80%;
}

.lottery-rules-cards .lottery-card {
  margin-right: 5px;
  text-align: center;
}

.lottery-rules-cards .lottery-card img {
  width: 40px;
  height: auto;
  max-height: unset;
}

.lottcard .nav-pills .nav-link {
  color: #000;
}

.lottcard .nav-pills .nav-link.active {
  color: #fff;
}

.rules-section .nav-tabs li .nav-link.active {
  background-color: var(--theme1-bg);
  color: var(--text-primary);
}

@media only screen and (max-width: 767px) {
  .lucky7a .lucky7low,
  .lucky7a .lucky7high {
    width: 40%;
  }

  .lucky7a .lucky7 img {
    height: 50px;
  }

  .lucky7acards .card-odd-box {
    margin-right: 2px;
  }
}

.ab3 .bahar-box,
.ab4 .bahar-box,
.baharbg3 {
  background-color: #fdcf1380;
}

.ab3 .andar-box,
.ab4 .andar-box,
.andarbg3 {
  background-color: #fc424280;
}

.ab3 .bahar-box,
.ab4 .bahar-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
}

.ab3 .andar-box,
.ab4 .andar-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
}

.teensin .casino-odds-box {
  width: 25%;
}

.teensin .casino-table-full-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid var(--table-border);
}

.teensin .casino-table-full-box img {
  height: 100px;
  z-index: 10;
}

.teensin .casino-odd-box-container {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-top: 20px;
}

.teensin .casino-odd-box-container .casino-odds-box {
  width: 50%;
}

.teensin .casino-odds-box.suspended-box::before {
  top: -12px;
}

.ab-title {
  width: 10%;
  text-align: center;
  border-left: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.ab-cards {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #000;
  padding: 10px;
  padding-bottom: 0;
}

.unique-teen20 .video-box-container {
  max-width: 100%;
  margin-left: auto;
}

.unique-teen20 .casino-table {
  /* background-color: #00000029; */
  padding: 5px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.unique-teen-title {
  text-align: center;
  background: var(--theme1-bg);
  color: var(--primary-bg);
  padding: 6px 12px;
  font-size: 16px;
  /* border-radius: 4px; */
  opacity: 0.9;
  margin-bottom: 8px;
}

.unique-teen-title i {
  font-size: 20px;
}

.unique-teen20-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0;
  /* width: 100%; */
  margin: 0 auto;
  gap: 10px;
}

.unique-teen20-box.suspended {
  cursor: not-allowed;
  pointer-events: unset;
}

.unique-teen20-box.suspended .unique-teen20-card {
  pointer-events: none;
}

.unique-teen20-box .unique-teen20-card {
  /* width: 10%; */
  text-align: center;
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.unique-teen20-box .unique-teen20-card img:first-child {
  width: 30px;
}

.unique-teen20-box .unique-teen20-card img {
  width: 80px;
  height: auto;
  cursor: pointer;
  /* border: 3px solid; */
}

.unique-teen20-box .unique-teen20-card img.select {
  /* transform: scale(1.05); */
  border: 3px solid var(--bg-primary);
}

.unique-teen20-place-balls {
  display: flex;
  padding: 6px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ab-cards-container {
  width: 135px;
}

.ab-cards-container img {
  height: 50px !important;
  width: auto !important;
  margin-right: 5px !important;
}

.ms-4 {
  margin-left: 0.75rem !important;
}

.dum10 .casino-video-current-card {
  position: absolute;
  top: 68px;
  left: 200px;
  background: rgba(0, 0, 0, 0.4);
  height: auto;
  padding: 5px;
}

.unique-teen20-place-balls img {
  width: 30px;
}

.unique-teen20-bets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.unique-teen20-bet-box {
  height: 46px;
  width: 32%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--bg-primary65);
  color: var(--text-primary);
  border-radius: 8px;
}

.unique-teen20-result-group {
  padding: 5px;
  margin-right: 5px;
  background-color: var(--bg-secondary85);
  color: var(--text-secondary);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
  margin-bottom: 5px;
}

.unique-teen20-result-icon {
  margin-right: 5px;
}

.unique-teen20-table .unique-teen20-table-head,
.unique-teen20-table .unique-teen20-table-row {
  border-bottom: 1px solid var(--table-border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4px 8px;
}

.unique-teen20-table .unique-teen20-table-head {
  font-weight: bold;
}

.unique-match-bet {
  width: 70%;
}

.unique-match-odds,
.unique-match-stake {
  width: 15%;
  text-align: right;
}

.unique-your-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4px;
  width: 95%;
  margin: 5px auto;
  background: #0000001c;
  border-radius: 4px;
}

.unique-your-card h4 {
  text-align: center;
}

.unique-your-card img {
  height: 40px;
  margin-right: 5px;
}

.kbc .kbc-btns .casino-nation-name {
  background: var(--theme2-bg);
  color: var(--primary-color);
  border-radius: 12px;
  padding: 6px;
  border: 1px solid #fdcf13;
  border-bottom: 0;
  text-align: left;
}

.kbc .kbc-btns .btn-group {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.kbc .kbc-btns .btn {
  background-color: #72bbef;
  color: #000;
  color: #000;
  border: 2px solid #fdcf13;
  width: calc(50% - 4px);
  flex: 0 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 1px;
  border-top: 0;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}

.kbc .casino-odd-box-container {
  margin-bottom: 10px;
}

.kbc .kbc-btns .btn img {
  width: 30px;
}

.worli-odd {
  font-size: 40px;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Odd_ {
  text-transform: uppercase;
}

.Even_ {
  text-transform: uppercase;
}

.videoCards h5 {
  font-weight: bold;
  /* font-size: 20px; */
}
/* .teen62 .videoCards h5 {
    
} */

.rec.rec-arrow {
  border-radius: 50%;
  background-color: inherit !important;
  color: #000;
  box-shadow: none;
  width: 20px;
  height: 20px;
  font-size: 14px;
  background-color: #ccc !important;
  line-height: 20px;
  min-width: 20px;
}

.dydPIA {
  margin: 0px !important;
}

.poker20 .poker20-other-odds .casino-odds-box-container {
  width: 32%;
  margin-bottom: 10px;
}

.poker20 .poker20-other-odds .casino-odds-box {
  width: 100%;
}

.poker20-other-odds .casino-table-left-box,
.poker20-other-odds .casino-table-right-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 0;
  padding-top: 10px;
}

.poker .casino-nation-detail {
  width: 60%;
}

.poker .casino-odds-box {
  width: 20%;
}

.poker1day-other-odds {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.poker1day-other-odds .casino-table-left-box,
.poker1day-other-odds .casino-table-right-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 0;
  padding-top: 10px;
}

.poker .poker1day-other-odds .casino-odds-box {
  width: 49%;
}

.poker .poker1day-other-odds .casino-odds-box.suspended-box::before {
  top: -12px;
}

.poker .suspended::after {
  width: 100% !important;
}

.playerlottcard {
  margin-right: 5px;
  background-color: var(--theme2-bg);
  color: var(--primary-color);

  justify-content: center;
  align-items: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
  margin-bottom: 5px;
  width: 40px;
  line-height: 30px;
  height: 30px;
}

.playerlottcard span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.ks-playerlottcard {
  padding: 5px;
  width: unset;
  height: unset;
  margin-left: 0;
}
.ks-playerlottcard span {
  line-height: 1.5;
  letter-spacing: 0.55;
  font-weight: 400;
}

.trap-number-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--theme2-bg);
  margin-bottom: 10px;
  padding: 5px;
}

.trap-number-icon img {
  height: 50px;
  margin-right: 5px;
}

.lucky7cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 24%;
  background-color: var(--bg-table-row);
  padding: 10px 0 0 0;
  height: 130px;
  align-content: flex-start;
}

.card-odd-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.teen20c .casino-odds-box,
.teen20 .casino-odds-box,
.pteen20 .casino-odds-box,
.tteen20 .casino-odds-box {
  width: 25%;
}

.teen20c .casino-nation-detail,
.teen20 .casino-nation-detail,
.pteen20 .casino-nation-detail,
.tteen20 .casino-nation-detail {
  display: flex;
  align-items: flex-start;
  /* flex-direction: column; */
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 5px;
  min-height: 46px;
}

.teen20c .teenpatti20-other-oods .casino-odds-box,
.teen20 .teenpatti20-other-oods .casino-odds-box,
.pteen20 .teenpatti20-other-oods .casino-odds-box,
.tteen20 .teenpatti20-other-oods .casino-odds-box {
  width: 49%;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px;
}

.teen20c .teenpatti20-other-oods img,
.teen20 .teenpatti20-other-oods img,
.pteen20 .teenpatti20-other-oods img,
.tteen20 .teenpatti20-other-oods img {
  height: 35px;
}

.teen20c .casino-odds-box,
.teen20 .casino-odds-box,
.pteen20 .casino-odds-box,
.tteen20 .casino-odds-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-weight: bold;
  border-left: 1px solid var(--table-border);
  cursor: pointer;
  min-height: 46px;
}

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

.market-2 .market-nation-detail {
  width: calc(100% - 160px);
}

.market-2 .suspended::after,
.market-2 .suspended-table::after {
  width: 110px;
}

.dt20 .casino-table-left-box,
.dt20 .casino-table-right-box,
.dt20b .casino-table-left-box,
.dt202 .casino-table-left-box,
.dt20b .casino-table-right-box,
.dt202 .casino-table-right-box,
.pdt20 .casino-table-left-box,
.pdt20 .casino-table-right-box,
.tdt20 .casino-table-left-box,
.tdt20 .casino-table-right-box {
  gap: 4px;
}
.pdt20 .suspended::after,
.tdt20 .suspended::after {
  width: 100% !important;
}
.plucky7 .suspended:after {
  width: 100% !important;
}
.tlucky7 .suspended:after {
  width: 100% !important;
}
#pdt6 tr.suspended::after {
  height: 45px;
}
#pdt6 .suspended::after {
  width: 60%;
}
#pdt6 button.suspended::after {
  width: 100%;
}

#tdt6 tr.suspended::after {
  height: 45px;
}
#tdt6 .suspended::after {
  width: 60%;
}
#tdt6 button.suspended::after {
  width: 100%;
}
.pcard32 .videoCards h5,
.card32 .videoCards h5 {
  font-size: 18px;
}
.dt20 .casino-table-full-box,
.dt20 .casino-table-left-box,
.dt20 .casino-table-right-box,
.dt20b .casino-table-full-box,
.dt20b .casino-table-left-box,
.dt20b .casino-table-right-box,
.dt202 .casino-table-full-box,
.dt202 .casino-table-left-box,
.dt202 .casino-table-right-box,
.pdt20 .casino-table-full-box,
.pdt20 .casino-table-left-box,
.pdt20 .casino-table-right-box,
.tdt20 .casino-table-full-box,
.tdt20 .casino-table-left-box,
.tdt20 .casino-table-right-box {
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
  border: 0;
}

.ab3 .videocard-title,
.ab4 .videocard-title {
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  margin-top: 0px;
}

.dt20 .dt20odds,
.dt20b .dt20odds,
.dt202 .dt20odds,
.pdt20 .dt20odds,
.tdt20 .dt20odds {
  width: calc(25% - 3px);
  margin-right: 0;
  margin-bottom: 0;
}

.dt20 .dt20cards,
.dt20b .dt20cards,
.dt202 .dt20cards,
.pdt20 .dt20cards,
.tdt20 .dt20cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 0;
  padding: 10px 10px 0 10px;
  /* background: var(--bg-sidebar); */
  border: 1px solid var(--bg-sidebar);
  width: 100%;
}

.dt20 .dt20dragon,
.dt20b .dt20dragon,
.dt202 .dt20dragon,
.pdt20 .dt20dragon,
.tdt20 .dt20dragon {
  width: calc(29% - 3px);
}

.dt20 .dt20dragon,
.dt20b .dt20dragon,
.dt202 .dt20dragon,
.pdt20 .dt20dragon,
.tdt20 .dt20dragon {
  margin-right: 8px;
  width: calc(24.3% - 3px);
}

.dt20 .dt20pair,
.dt20b .dt20pair,
.dt202 .dt20pair,
.pdt20 .dt20pair,
.tdt20 .dt20pair {
  margin-right: 0;
  border-left: 5px solid var(--theme2-bg);
  padding-left: 8px;
}

.teen .casino-nation-detail,
.pteen .casino-nation-detail,
.tteen .casino-nation-detail {
  width: 60%;
}

.teen .casino-odds-box,
.pteen .casino-odds-box,
.tteen .casino-odds-box {
  width: 20%;
}

.teen .casino-table .suspended-row::before,
.teen .casino-table .suspended-row::after,
.pteen .casino-table .suspended-row::before,
.pteen .casino-table .suspended-row::after,
.tteen .casino-table .suspended-row::before,
.tteen .casino-table .suspended-row::after {
  width: 40% !important;
}

.teen .casino-table .suspended-row::before,
.pteen .casino-table .suspended-row::before,
.tteen .casino-table .suspended-row::before {
  background-image: url(../imgs/lock.svg);
  background-size: 17px 17px;
  filter: invert(1);
  -webkit-filter: invert(1);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  pointer-events: none;
}

.suspended-row {
  position: relative;
}

.teen .teenpatti1day-other-odds .casino-nation-detail,
.pteen .teenpatti1day-other-odds .casino-nation-detail,
.tteen .teenpatti1day-other-odds .casino-nation-detail {
  width: 22%;
}

.teen .teenpatti1day-other-odds .casino-odds-box,
.pteen .teenpatti1day-other-odds .casino-odds-box,
.tteen .teenpatti1day-other-odds .casino-odds-box {
  width: 13%;
}

.casino-odds-box {
  border-left: 1px solid #c7c8ca;
}

.market-2 .suspended-row::after,
.market-2 .suspended-table::after {
  width: 160px;
}
.market-6 .suspended-row::after,
.market-6 .suspended-table::after {
  width: 240px;
}

/* .flip-card img {
    height: 35px;
    width: 28px;
    margin-right: 5px;
} */

/* .flip-card {
    justify-content: center;
} */

.cricket20-container {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.cricket20-left,
.cricket20-right {
  width: calc(50% - 4px);
  box-shadow: rgb(170, 170, 170) 0px 0px 3px;
  padding: 5px;
  background: var(--bg-table-row);
}

.cricket2020 .score-box {
  position: relative;
  height: 64px;
  margin-top: 30px;
  background-image: url(../imgs/score-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 45px;
  padding: 0px;
  background-position: center center;
}

.cricket2020 .team-score-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding: 10px 20px;
}

.cricket2020 .ball-icon {
  position: absolute;
  left: 50%;
  top: -25px;
  height: 50px;
  transform: translateX(-50%);
}

.cricket2020 .ball-icon img {
  height: 60px;
}

.cricket2020 .blbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  width: 170px;
  height: 40px;
  transform: translateX(-50%);
  bottom: -15px;
}

.cricket2020 .blbox div {
  width: 35%;
  text-align: center;
  color: #000;
  height: 40px;
  line-height: 40px;
  border: 0;
}

.hands-pattern-container .patern-name {
  float: left;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.patern-name-2 {
  background: var(--bg-sidebar);
  margin-left: 10px;
  font-size: 12px;
  padding: 5px;
}

.fw-18 {
  font-size: 18px !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.patern-name-2:empty {
  display: none;
}

.meter-lh-card-container {
  background-color: #2c3e50d9;
  padding: 5px 0;
  text-align: left;
  padding-left: 10px;
  color: #fff;
}

.meter-lh-card-container .text-primary {
  color: #17ec17 !important;
}

.tx-fancy {
  color: #fdcf13;
}

.slots .casino-list-item .casino-list-item-banner {
  padding-top: 75%;
}

.live-casino .casino-list-item .casino-list-item-banner {
  padding-top: 53.33%;
}

.aviator-list .casino-list-item-banner {
  padding-top: 53.33%;
  background-size: contain;
}

.fantasy .casino-list-item .casino-list-item-banner {
  padding-top: 53.33%;
}

.trap .videoCards {
  width: 70px;
  color: #fff;
}

.trap .videoCards .v-slider {
  height: 200px;
  margin-top: 20px;
}

.text-fancy {
  color: var(--text-fancy);
}

.pc5 {
  padding: 5px;
}

.trap .videoCards .v-slider {
  height: 200px;
  margin-top: 20px;
}

.trap .videoCards img {
  height: 30px;
  margin-bottom: 5px;
  width: 25px;
}

.bet-nation-game-name-desktop {
  display: flex;
}

.bet-nation-game-name-mobile {
  display: none;
}

.game-market {
  width: 100%;
  margin-top: 4px;
  color: #333333;
}
.market-2 {
  min-width: calc(33.33% - 4px);
  max-width: calc(100% - 4px);
  margin-left: 2px;
  margin-right: 2px;
  flex: 1;
  width: calc(50% - 4px);
}

.market-6 {
  min-width: calc(100% - 4px);
  max-width: calc(100% - 4px);
  margin-left: 2px;
  margin-right: 2px;
  flex: 1;
}

.mogambo .mogambo-total {
  background-color: #ffe300c7;
  padding: 4px;
  color: #000;
}

.casino-video-cards h5 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}

.mogambo .casino-video-cards {
  padding: 5px;
}

.mogambo .flip-card-container {
  position: relative;
}

.mogambo .casino-table-left-box,
.mogambo .casino-table-right-box {
  width: 50% !important;
  padding: 0;
}

.mogambo .casino-table-right-box {
  border-left: 0;
}

.mogambo .flip-card-container {
  position: relative;
}

.mogambo .flip-card {
  margin-right: 15px;
}

.mogambo .flip-card-container .card-devider {
  position: absolute;
  width: 2px;
  height: 100%;
  padding: 0;
  background: #fff;
  margin-right: 15px;
}

/* .mogambo .casino-volume{
    font-size: 14px;
} */
.mogambo .three-card-total {
  justify-content: center;
  margin-top: 5px;
}

.mogambo .mogambo-total {
  background-color: #ffe300c7;
  padding: 4px;
  color: #000;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
  height: 50px;
  width: 40px;
}
.dana2 .dana-odd-box {
  margin-right: 8px;
}
.dana2 .dana-odd-box:nth-child(1n) {
  margin-right: 5px;
}
.dana2 .dana2odds {
  width: calc(50% - 5px);
}
.dana2 .casino-table-full-box,
.dana2 .casino-table-left-box,
.dana2 .casino-table-right-box {
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
}
.dana2 .casino-nation-detail {
  width: 60%;
  min-height: 36px;
}
.dana2 .casino-odds-box {
  width: 20%;
  min-height: 36px;
}
/* Make sure both pseudo-elements have required properties */

.dana2 .casino-table .suspended-row::before {
  background-image: url(../imgs/lock.svg);
  background-size: 17px 17px;
  filter: invert(1);
  -webkit-filter: invert(1);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  pointer-events: none;
}
.dana2 .casino-table .suspended-row::before,
.dana2 .casino-table .suspended-row::after {
  width: 40%;
}
.dana2 .sicbo-cube-box {
  white-space: nowrap;
  display: flex;
  width: auto;
  flex-direction: row;
  height: auto;
  margin-top: 5px;
}
.dana2 .sicbo-cube-box img {
  margin: 2px;
}
.dana2 .sicbo-cube-box-group {
  width: 100%;
}
@media (max-width: 768px) {
  .worli-odd {
    font-size: 20px;
  }

  /* .mogambo .casino-video-cards {
        padding: 5px 0px;
    } */

  /* .mogambo .casino-video-cards h5 {
        font-size: 12px;
        line-height: 1;
    } */

  .mogambo .casino-video-cards img {
    height: 100%;
    width: 100%;
  }

  .lottery-box .lottery-card {
    width: 20%;
    flex-basis: 20% !important;
  }

  .lottery-box {
    flex-wrap: wrap;
  }

  .lottcard .double .lottery-place-balls,
  .lottcard .tripple .lottery-place-balls {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-sidebar);
    margin-top: 10px;
  }

  .lottery-place-balls img {
    width: 30px;
    margin-right: 10px;
  }

  .lottery-buttons {
    width: 100%;
    padding: 5px;
  }

  .lottcard .casino-last-results {
    padding: 5px;
    margin-top: 5px;
  }

  .lottery-result-group {
    width: calc(20% - 5px);
  }

  .lottery-place-balls {
    padding: 0;
  }

  .lottcard .casino-table .nav {
    width: 100%;
  }

  .lottcard .casino-table .nav .nav-item {
    flex: auto;
  }

  .premium-casino .casino-list-item,
  .our-vip-casino .casino-list-item,
  .virtual-casino .casino-list-item,
  .tembo .casino-list-item {
    width: calc(33.33% - 2.4px) !important;
    margin-bottom: 2px;
  }

  .live-dmd .casino-list-item .casino-list-item-banner {
    padding-top: 100%;
  }

  /* .fantasy .casino-list-item {
        margin-right: 0px !important;
        width: calc(50% - 10px) !important;
    } */

  /* .aviator-list .casino-list-item {
        margin-right: 0px !important;
        width: calc(33.33% - 2.4px) !important;
    } */

  /* .ab3 .videocard-title,
    .ab4 .videocard-title {
        font-size: 12px;
    } */

  /* .ab-cards-container {
        width: 80px;
    } */

  .ab-cards-container img {
    margin-right: 2px;
  }

  .hands-pattern-container .bt-action {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cricket20-left,
  .cricket20-right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* .ballbyball .fancy-min-max-box,
    .lucky15 .fancy-min-max-box {
        width: 85px;
        padding: 0 5px;
        text-align: right;
        display: block;
    } */

  .market-2 .suspended-row::after,
  .market-2 .suspended-table::after {
    width: 120px !important;
  }

  /* 
    .mobile-nation-name {
        font-size: 16px;
        padding: 0 5px;
        font-weight: bold;
        margin-bottom: 5px;
    } */

  /* .videoCards h5 {
        font-size: 12px !important;
        line-height: 1;
    }

    .flip-card {
        height: 20px;
        width: 16px;
    } */

  /* .videoCards img {
        width: 16px;
        height: 20px;
    } */

  .onedaypoker20 .videoCards img {
    width: 16px;
    height: 20px;
  }

  .onedaypoker20 .videoCards p {
    white-space: nowrap;
  }

  .teenpattixyz .main-table.table .brate {
    font-size: 12px;
    font-weight: bold;
  }

  .teenpattixyz .main-table.table h4 {
    font-size: 16px;
    font-weight: bold;
  }

  /* .ab-cards-container img {
        height: 30px !important;
        width: 24px !important;
    } */

  /* .dum10 .ab-cards-container {
        width: 100px !important;
    } */

  /* .dum10 .casino-video-current-card {
        left: 130px;
        top: 55px;
    } */

  /* .dum10 .casino-video-current-card .flip-card {
        height: 30px;
        width: 24px;
    } */

  /* .dum10 .dkd-total {
        width: 140px;
    } */

  /* .dum10 .dkd-total>div {
        line-height: normal;
        font-size: 12px;
    } */

  /* .unique-teen20-box .unique-teen20-card img {
        width: 40px;
        height: auto;
    } */

  .bet-nation-game-name-desktop {
    display: none;
  }

  .bet-nation-game-name-mobile {
    display: flex;
  }
  /* .baccarat .baccarat-graph {
        width: 100% !important;
        margin-bottom: 10px;
    } */
  /* .baccarat-odds-container {
        width: 100% !important;
    } */
}

@media (max-width: 767px) {
  .mogambo .flip-card {
    height: 20px;
    width: 16px;
  }
}

.parchi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
  gap: 1px;
  padding: 5px;
  background: #f6f2f2;
}
.parchi-card-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  background: #000;
  color: #fff;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.parchi-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 0px;
  border: 3px solid #b74e4e;
  background: #c89a9cc4;
  color: #fff;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.parchi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.parchi-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 10px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.parchi-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.parchi-odds {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.85);
  font-size: 13px;
}

.parchi-card.suspended {
  pointer-events: none;
  opacity: 0.55;
  filter: grayscale(60%);
}
.mogambo .mini-baccarat .casino-odds-box {
  width: 40%;
}
.mogambo .casino-nation-detail {
  width: 60%;
}
.mogambo .casino-odds-box {
  width: 20%;
}
/* .mogambo{
    margin-bottom: 5px;
} */
.teen20v1 .casino-odds-box {
  width: 25%;
}
.teen20v1 .teenpatti20-other-oods .casino-odds-box {
  width: 49%;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px;
}
.teen20v1 .teenpatti20-other-oods img {
  height: 35px;
}
.teen20v1 .casino-nation-detail {
  padding: 5px;
}

.teen62 .casino-nation-detail {
  width: 60%;
}

.teen62 .casino-odds-box {
  width: 20%;
}

.teen62 .casino-table .suspended-row::before,
.teen62 .casino-table .suspended-row::after {
  width: 40%;
}

.teen62 .teenpatti1day-other-odds .casino-nation-detail {
  width: 22%;
}

.teen62 .teenpatti1day-other-odds .casino-odds-box {
  width: 13%;
}

.teen62 .teenpatti1day-other-odds .casino-odds-box.suspended-box::before {
  top: -12px;
}

.casino-table .suspended-row::before {
  background-image: url(../imgs/lock.svg);
  background-size: 17px 17px;
  filter: invert(1);
  -webkit-filter: invert(1);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  pointer-events: none;
}

.poker6 .back {
  background-color: #72bbef !important;
  width: 100%;
  height: 45px;
  border: none;
}

/****dolidana****/

.doli-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.doli-main .players-bet {
  width: calc(40% - 5px);
  display: flex;
  flex-wrap: wrap;
}

.doli-main .side-bets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(60% - 5px);
  gap: 10px;
}

.doli-main .side-bets .odd-even-pair {
  width: calc(35% - 7px);
  background: #0000000a;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.doli-main .side-bets .bets-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.doli-main .side-bets .odd-even-pair .bets-box .doli-odds-box {
  width: calc(50% - 5px);
}

.doli-main .side-bets .odd-even-pair .bets-box .casino-odds-box {
  width: 100%;
}

.doli-main .side-bets .lucky7-pair {
  width: calc(45% - 7px);
  background: #0000000a;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.doli-main .side-bets .lucky7-pair .bets-box .doli-odds-box {
  width: calc(33.33% - 5px);
}

.doli-main .side-bets .lucky7-pair .bets-box .casino-odds-box {
  width: 100%;
}

.doli-main .casino-table-row {
  width: 100%;
}

.doli-main .casino-nation-detail {
  width: 80%;
  border-left: 1px solid var(--table-border);
  border-top: 1px solid var(--table-border);
}

.doli-main .doli-odds-box {
  width: 20%;
}

.doli-main .casino-odds-box {
  width: 100%;
}

.doli-main .any-pair {
  width: calc(20% - 7px);
}

.doli-main .any-pair .doli-odds-box {
  width: 100%;
}

.doli-main .any-pair .casino-odds-box {
  width: 100%;
  border-radius: 4px;
  height: 60px;
}

.dolidana .casino-volume {
  font-weight: 400;
  /* font-size: 14px; */
}

.dolidana .casino-odds {
  font-size: 16px;
}

.dolidana .odd-name {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.doli-other-bets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-top: 8px;
}

.doli-other-bets .casino-odds-box,
.doli-main .side-bets .casino-odds-box {
  border-radius: 4px;
}

.doli-other-bets h4,
.doli-main .side-bets h4 {
  /* background: var(--bg-sidebar);
    padding:6px 10px;
    color: var(--text-sidebar); */
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.doli-other-bets .bets-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.doli-other-bets .particular-pair {
  width: calc(35% - 5px);
  background: #0000000a;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.doli-other-bets .particular-pair .bets-box .doli-odds-box {
  width: calc(33.33% - 5px);
}
.doli-dana-rules img {
  height: 30px;
  margin-right: 5px;
  text-align: center;
}

.doli-dana-rules td,
.doli-dana-rules th {
  text-align: center;
}
.doli-other-bets .particular-pair .bets-box .casino-odds-box {
  width: 100%;
}

.doli-other-bets .sum-odds {
  width: calc(65% - 5px);
  background: #0000000a;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.doli-other-bets .sum-odds .bets-box .doli-odds-box {
  width: calc(16.66% - 5px);
}

.doli-other-bets .sum-odds .bets-box .casino-odds-box {
  width: 100%;
}

.dolidana .casino-odds-box.suspended-box::before {
  top: -12px;
}

.dolidana .seven-box {
  text-align: center;
}

.dolidana .seven-box img {
  height: 60px;
}

.dolidana .flip-card {
  height: 50px;
  width: 50px;
  margin-right: 5px;
  margin-top: 5px;
}
.dolidana .flip-card img {
  width: 100%;
  height: auto;
}
.dolidana-rules td,
.dolidana-rules th {
  text-align: center;
}

.dolidana-rules img {
  height: 30px;
  margin-right: 5px;
}
.teen9 .suspended:after {
  width: 100%;
}


@media (max-width: 767px) {
  .videoCards h5 {
    font-size: 12px !important;
    line-height: 1;
  }

  .flip-card {
    height: 20px;
    width: 16px;
  }

  .videoCards img {
    width: 16px;
    height: 20px;
  }
  .ab-cards-container img {
    width: 24px !important;
    height: 30px !important;
  }
  .ab-cards-container {
    width: 76px;
  }
  .ab3 .videocard-title,
  .ab4 .videocard-title {
    font-size: 12px;
  }
  .casino-video-cards h5 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .dum10 .casino-video-current-card {
    left: 130px;
    top: 55px;
  }
  .duskadum .casino-video-current-card .flip-card {
    height: 30px;
    width: 24px;
  }
  .dum10 .casino-video-current-card .flip-card {
    height: 30px;
    width: 24px;
  }
}

.lucky5 .btn-theme {
  font-size: 18px !important;
}
