.worliMatka {
  width: 100%;
  /* font-family: Arial, sans-serif; */
}

.tableResponsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
  position: relative;
}

.tableResponsive.tableSuspended {
  pointer-events: none;
  /* opacity: 0.6; */
}

.suspendedOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(217, 220, 223) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  pointer-events: none;
}

.lockIcon {
  width: 20px;
  height: 20px;
  background-color: #1f5058;
  mask-image: url(../../../assets/img/lock.svg);
  -webkit-mask-image: url(../../../assets/img/lock.svg);
  mask-size: 20px 20px;
  -webkit-mask-size: 20px 20px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.tableBordered {
  border: 1px solid #ddd;
}

.worliMatka tr.back {
  text-align: center;
  background-color: #72bbef;
}

.worliMatka .table tr td,
.worliMatka .table tr th {
  vertical-align: middle;
  padding: 4px;
  border: 1px solid #ddd;
}

.worliMatka .table tr th {
  border-bottom: 0 !important;
}

.worliMatka tr {
  background-color: #fff;
}

.betAction {
  cursor: pointer;
  transition: background-color 0.2s;
}

.betAction div {
  font-family: CasinoNumFont !important;
}

.dBlock {
  display: block;
}

.textCenter {
  text-align: center;
}

.cardOdds {
  background-color: #fff;
  font-weight: bold;
}

.srate,
.mrate {
  font-family: CasinoNumFont, Arial, sans-serif;
}

.cardNumber {
  font-size: 16px;
  font-weight: bold;
  font-family: 'CasinoNumFont', Arial, sans-serif;
}

.lineOddEven {
  font-size: 14px;
  font-weight: bold;
}

.betAction p {
  margin: 4px 0 0 0;
  font-size: 12px;
  font-weight: normal;
}

/* Suspended/Locked state */
.betAction.suspended span,
.betAction.suspended p {
  opacity: 1;
}

@media (max-width: 768px) {
  .cardNumber {
    font-size: 36px;
  }

  .lineOddEven {
    font-size: 12px;
  }

  .betAction p {
    font-size: 10px;
  }
}

