@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Hind:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: "Verdana";
  src: url("../fonts/verdana.ttf");
}

* {
  font-family: "Nunito Sans", sans-serif;
  /* text-transform: uppercase !important; */
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
td,
th {
  user-select: none;
}

.blinking {
  animation: blinkingText .8s infinite;
}


@keyframes blinkingText {
  0% {
    color: #c2e884
  }

  20% {
    color: #c2e884
  }

  40% {
    color: #ff7f00
  }

  60% {
    color: #ff7f00
  }

  80% {
    color: #36cb3b
  }

  100% {
    color: #36cb3b
  }
}

@keyframes blinkingHoverText {
  0% {
    color: red
  }

  20% {
    color: red
  }

  40% {
    color: #08c
  }

  60% {
    color: #08c
  }

  80% {
    color: #000
  }

  100% {
    color: #000
  }
}

.suspended {
  display: flex;
  position: absolute;
  right: 0;
  color: red;
  top: -1px;
  height: 50px;
  width: 49%;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  z-index: 100;
  background-color: #211e1ea1 !important;
}

@keyframes blinkingHoverWhite {
  0% {
    color: red
  }

  20% {
    color: red
  }

  40% {
    color: #ff0
  }

  60% {
    color: #ff0
  }

  80% {
    color: blue
  }

  100% {
    color: blue
  }
}

.custom_button {
  background-color: #FF911F !important;
  color: white;
  font-Weight: bold;
}

.col-img img {
  margin-left: 6px;
}

.navbar-toggler svg {
  font-size: 30px;
}

.backbutton {
  background-color: linear-gradient(135deg, #b06afc 39%, #7411ff 101%);
  ;
  color: white;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.logo {
  height: 20;
}

.bg-image {
  background-image: url("https://wallpapercave.com/wp/wp3509202.jpg");
}

.loginpage-title {
  text-align: center;
  color: #205685;
  font-size: 6rem;
  font-family: "Roboto", sens-serif;
  text-transform: none !important;
  line-height: 0.9;
}

.loginpage-subtitle {
  text-align: center;
  color: #92C738;
  font-size: 1.5rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1.334;
  letter-spacing: 0em;
  text-transform: none !important;
}

.login-input-field {
  width: 100%;
  margin: 10px 0px !important;

  label {
    text-transform: none !important;
  }

  input {
    text-transform: none !important;
  }
}


.dashboard-notification {
  font-weight: bold;
  text-align: center;
  font-size: 31px;
  line-height: 3.5rem;
}

.login-button {
  background-color: #205685 !important;
  color: white;
  padding: 8px 22px !important;
  font-size: 0.9375rem !important;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.02857em !important;
}

.theme-dark {
  background-color: black !important;
}

.logo {
  width: 124px;
  margin-bottom: 10px;

  img {
    width: 100px;
  }
}

.bg-light-opacity {
  background-color: #89ebb75c !important;
}

.bg-theme-dark {
  background-color: black !important;
  color: #fff;
}

.bg-theme-light {
  background-color: #46c35f !important;
  color: #fff;
}

.tab-button {
  border-radius: 0px !important;
}

.navbar {
  border-top: 1px solid #46c35f;
}

.nav-link {
  color: #fff !important;

  &.active {
    font-weight: 500;
  }
}

.lgaai {
  background-color: black !important;
  text-align: center;
}

.casino_lgaai {
  background-color: #72BBEF !important;
  text-align: center;
  color: #000000;
}


.no_comm_lgaai {
  background-color: #FF911F !important;
  text-align: center;
}

.khaai {
  background-color: #f76f78 !important;
  text-align: center;
}

.dashboard-icons {
  a {
    text-decoration: none;
  }

  img {
    width: 150px;
  }

  p {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
  }
}

.match-meta {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0px;

  img {
    width: 90px;
    margin-right: 20px;
    transform: scale(0.8);
    transition: all 1s ease-in-out;
  }

  img {
    transform: scale(1.2);
  }

  h5 {
    color: #002D5B;
    font-size: 18px;
  }

  p {
    color: #46c35f;
    font-size: 14px;
  }
}

.match-row {
  border-bottom: 1px solid #46c35f;
}

.game-bet-data {
  width: 200px;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  color: #fff;
}

.match-bets {
  background: #46666c !important;
  border-color: #46666c !important;
}

.session-bets {
  background: #d00000 !important;
  border-color: #d00000 !important;
}

.topnav {
  padding: 1em;
}

.dashboard-icons img {
  border-radius: 100%;
  width: 170px;
  height: 170px;
  object-fit: cover;
}

.coming-soon {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 0px;
  right: 75px;
  top: -15px;
}

@media only screen and (max-width: 480px) {
  .mobile-hide {
    display: none !important;
  }

  .topnav {
    padding: 0.3em;
  }

  .logo img {
    width: 35px;
  }

  .dashboard-icons img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    object-fit: cover;
  }

  .game-bet-data {
    font-size: 12px;
    padding: 15px;
  }

  .match-meta {
    padding: 15px;
  }

  .coming-soon {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    border-radius: 0px !important;
    right: 35px;
    top: -15px;
  }
}

.vibrate-1 {
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.signin-title {
  position: absolute;
  top: -20px;
  background-color: #11733f;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 4px;
  font-size: 20px;
}

.signin-logo {
  height: 130px;
  width: auto;
  margin: auto;
}

/* .login-page {
  // background: url("../img/login-bg.jpeg");
  // background: url("../img/login-bg.jpeg");
  background-size: cover;
} */

#offcanvasNavbar-expand-navbar {
  background-color: black !important;
  width: 250px;
}

.profile-details {
  font-size: 13px;
}

.bet-price-btn {
  background-color: black !important;
  border-color: #002D5B !important;
  margin-right: 4px;
  margin-top: 4px;
  border-radius: 0px;
}

.scoreboard {
  width: 100%;
  height: 60px;
  background: #1d1d1d;
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 0px 5px;
  font-size: 13px;
}

.session-team {
  display: flex;
  align-items: center;
  height: 56px;
}

.team2,
.team1 {
  width: 20%;
  max-width: 20%;
  text-align: center;
  font-weight: bold;
}

.scoreboard span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  background: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 5px 0px #ccc;

  img {
    width: 80%;
  }
}

.live-status {
  width: 100px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  height: 30px;
  color: #000;
  line-height: 2em;
  box-shadow: inset 0px 0px 5px 0px #ccc;
}

.players {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 50px;
  background: #1d1d1d;
  color: #fff;
  align-items: center;
  font-size: 12px;

  div {
    flex: 1;
  }
}

.text-right {
  text-align: right;
}

ul.rules-list li {
  margin: 5px 0px;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.rules-list {
  font-size: 13.5px;
}

.drag_drop {
  font-size: x-large !important;
}

.lgaai span,
.khaai span {
  font-size: 12px;
  display: block;
}

.suspended-bg {
  background-image: url("../img/suspended-bg.png");
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 100%;
  background-size: contain;
  min-width: 150px;

  span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #ffffffe6;
    width: 100%;
    color: #002D5B;
    font-weight: bold;
  }
}



.inplay-notification {
  background-color: black !important;
  color: #E8FF26;
  font-weight: bold;
  margin-bottom: -7px;
  margin-top: -10px;
}


.exposure {

  z-index: 999;
  width: auto;


  color: #fff;
  font-weight: 800;
  font-size: 10px;
  margin-left: 10px;
  margin-top: 10px;

  p {
    margin: 0px;
    line-height: 1.6em;
  }
}

.score-msg {
  background-color: #1d1d1d;
  font-weight: bold;
}

.last-over {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  padding: 4px;

  span {
    min-width: 16px;
    margin: 0px 3px;
    display: inline-block;
    text-align: center;
    border-radius: 14px;
    font-size: 10px;
  }
}

.profile-title {
  font-weight: 700;
}

.caution-warning {
  text-align: center;

  img {
    width: 90px;
  }

  p {
    font-weight: bold;
    font-size: 20px;
  }
}

.box-shadow-0 {
  box-shadow: unset !important;
}

.loader {
  top: 0px;
  background: #0000004d;
  left: 0;
  z-index: 99;

  img {
    width: 100px;
  }
}

.flip-vertical-right {
  -webkit-animation: flip-vertical-right 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate both;
  animation: flip-vertical-right 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate both;
}

/**
 * ----------------------------------------
 * animation flip-vertical-right
 * ----------------------------------------
 */

@-webkit-keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.match-tv {
  width: 100%;
  height: 200px;
}

.match-score {
  width: 100%;
  height: 200px;
}

.toast-container {
  z-index: 999 !important;
}

.tv-toggle {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;

  button {
    border-radius: 100% !important;
    background-color: black !important;
    width: 40px;
    height: 40px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
  }

  img {
    width: 20px;
    filter: invert(1);
  }
}

.toast {
  width: auto !important;
  color: #fff;
  font-weight: bold;
}

/**
In Play
**/

.date-time {
  position: relative;
  width: 68px;
  height: 45px;
  border-radius: 5px;
  color: #5c6060;
  text-align: center;
  font-weight: 600;
  background-color: #d1d1d1;
  padding: 6px 1px;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
}

.in-play {
  position: relative;
  background-image: linear-gradient(to right,
      #e163dc -30%,
      #c43d5d 20%,
      #5142c3 130%);
  color: #a13f7c;
  font-size: 8px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  text-transform: initial;
}

.animation-box {
  overflow: hidden;
  position: relative;
  float: right;
  width: 73px;
  height: 40px;
  left: 2px;
  top: -4px;
}

.in-play::after,
.in-play::before {
  content: "";
  z-index: 0;
  margin: -5%;
  -webkit-box-shadow: inset 0 0 0 2px;
  box-shadow: inset 0 0 0 2px;
  border-radius: 7px;
  -webkit-animation: clip 8s linear infinite;
  animation: clip 8s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.in-play::before {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.animation-box .flip-animation {
  -webkit-animation: flip 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  animation: flip 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul.collapsible li {
  margin: 0 0 10px;
}

.animation-box .flip-animation li.time_date {
  display: block;
  top: 5px;
  position: relative;
}

.animation-box .flip-animation li {
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 0;
  height: 39px;
  margin-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}

ul:not(.browser-default)>li {
  list-style-type: none;
}

.date-time .time {
  font-size: 9px;
  white-space: nowrap;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #5c6060;
}

.animation-box .flip-animation li .date,
.animation-box .flip-animation li .time {
  color: #fff !important;
}

.date-time .date {
  font-size: 9px;
  white-space: nowrap;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #5c6060;
}

.in-play .in-play-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -px;
  left: 0px;
  position: relative;
}

.in-play .in-play-item .icon-holder-small {
  width: 17px;
  margin-right: 4px;
  top: 0px;
  position: relative;
}

.icon-holder-small {
  width: 24px;
  height: 24px;
  margin: 2px auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes clip {

  0%,
  100% {
    clip: rect(0, 75px, 2px, 0);
  }

  25% {
    clip: rect(0, 2px, 75px, 0);
  }

  50% {
    clip: rect(45px, 75px, 75px, 0);
  }

  75% {
    clip: rect(0, 75px, 75px, 45px);
  }
}

@keyframes clip {

  0%,
  100% {
    clip: rect(0, 75px, 2px, 0);
  }

  25% {
    clip: rect(0, 2px, 75px, 0);
  }

  50% {
    clip: rect(45px, 75px, 75px, 0);
  }

  75% {
    clip: rect(0, 75px, 75px, 45px);
  }
}

@-webkit-keyframes flip {
  0% {
    margin-top: -90px;
  }

  30% {
    margin-top: -60px;
  }

  55% {
    margin-top: -60px;
  }

  75% {
    margin-top: 0;
  }

  99.99% {
    margin-top: 0;
  }

  100% {
    margin-top: -90px;
  }
}

@keyframes flip {
  0% {
    margin-top: -90px;
  }

  30% {
    margin-top: -60px;
  }

  55% {
    margin-top: -60px;
  }

  75% {
    margin-top: 0;
  }

  99.99% {
    margin-top: 0;
  }

  100% {
    margin-top: -90px;
  }
}

.last-results {
  .results {
    float: right;

    li {
      float: left;
      margin: 0px 2px;
      height: 25px;
      width: 25px;
      border-radius: 100%;
      background: #FF911F;
      display: flex;
      color: red;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 14px;
    }

    .result-yellow {
      color: yellow;
    }
  }
}

.old-matches-list {
  text-align: center;
  cursor: pointer;

  .TeamName {
    width: 100%;
    background: black !important;
    font-size: 15px;
    display: grid;
    color: #fff;

    a {
      padding: 5px 0px;
      text-decoration: none;
      font-weight: 800;
    }
  }

  .old-match-details a {
    text-decoration: none;
  }

  .old-match-details a tr td {
    color: #000;
    font-weight: 800;
    font-size: 11px;
    line-height: 1.7em;
  }
}

.toggle-tv-old {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 5px 1px #ccc;
  margin-bottom: 0px;
}

.match-bets-old {
  text-align: center;
  /* color: #fff; */
  font-size: 13px;
  margin-top: -5px;
}

.scoreboard-old {
  font-family: "Verdana", sens-serif;
  border: 2px dotted;
  font-weight: 600;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  min-height: 54px;
  justify-content: center;

  img {
    height: 80px;
    margin: auto;
  }

  @media only screen and (max-width: 480px) {
    img {
      height: 50px;
      width: 100%;
    }
  }
}

.ball-status {
  height: 70px;
  background: #0d81e4;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2em;
}

.score-msg-old {
  background-color: black !important;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0px;
  margin-top: -5px !important;
}

@media only screen and (max-width: 480px) {
  .ball-status {
    font-size: 11px;
    height: 50px;
    line-height: 1.5em;
  }
}

.font-17 {
  span {
    font-size: 17px !important;
  }
}

.locked-session {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #00000085;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.cards {
  position: absolute;
  top: 0px;
  z-index: 9;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px;

  li {
    list-style: none;
    float: left;
    margin-right: 3px;
  }

  img {
    width: 25px;
  }
}

.result-headings {
  display: flex;
  justify-content: space-between;
  background: #002D5B;
  padding: 5px 5px;
  color: #fff;

  h4 {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
  }
}


.card_3d {

  box-shadow: 3px 3px 3px grey;
}

.casino-tabs {
  font-size: 12px !important;
  padding: 4px 10px !important;

  &.active {
    border-bottom: 4px solid #D07619 !important;
  }
}

.casino-bets-list {
  li {
    margin: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 5px;

    h4 {
      font-size: 13px;
      font-weight: 600;
      border-bottom: 1px solid #ccc;
    }

    .bet {
      h4 {
        border-bottom: unset;
        margin-bottom: 2px;
      }

      p {
        margin-bottom: 0px;
      }
    }
  }
}

.bet-result {
  h4 {
    font-size: 14px;
    font-weight: 600;
  }
}

.bet-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 14px;

  img {
    width: 45px;
  }
}

.last-won {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #ff911f;
  font-size: 15px;
  font-weight: 600;
  width: 160px;
  display: flex;
  justify-content: space-between;
  margin: 0px;

  span {
    border: 2px solid #E8FF22;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: inset 0px 0px 6px 0px #ccc;
    padding: 10px;
  }
}

.counter {
  position: absolute;
  right: 2px;
  bottom: 4px;
  color: #ff911f;
  height: 50px;
  font-size: 20px;
  border: 2px solid #E8FF22;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: inset 0px 0px 6px 0px #ccc;
}

.last-results {
  &.h-70 {
    height: 70px !important;
  }

  &.h-100 {
    height: 100px;
  }
}

.casino-bet-amounts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.casino-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #0000004d;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.statement-tabs {
  &.inplay {
    button {
      font-size: 10px;
    }
  }
}

.bet-slip-title {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #fff;

  .h4 {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fff;
  }
}

.match-bets-old thead tr th {
  font-weight: 900;
  line-height: 1em;
  color: #fff;
}

.old-match-bets {
  font-size: 9px;
}

table.table-bordered.score-msg-old.text-dark.table.text-center tbody tr {
  display: flex;
  justify-content: space-between;
}

table.table-bordered.score-msg-old.text-dark.table.text-center tbody tr th {
  display: flex;
  align-items: center;
  padding: 0px;
  border: 0px;
}

.statement-tables {
  thead {
    font-size: 12px;
  }

  &.table> :not(:first-child) {
    border-top: 0px;
  }
}

.statement-tables {
  tbody {
    tr {
      font-size: 12px;
      font-weight: bold;
      border-color: grey !important;
    }

    td {
      border-color: grey !important;
    }
  }
}

.back-btn {
  font-size: 13px !important;
}

.tick-credits {
  display: none !important;
}

.bet-modal {
  .close-modal {
    text-align: right;
  }

  p {
    margin-bottom: 0px;
  }

  .modal-content {
    background-color: #28284e;
    color: var(--white);


    .modal-body {
      padding: 0px;
    }

    .bet-strip {
      background-color: #ffffff47;
      font-size: 12px;
      padding: 10px 0px;
      text-align: center;
      font-weight: bold;

      label {
        color: #ffffffa3;
      }

      p {
        font-size: 16px;
        color: #fff;
      }
    }
  }

  .bet-price-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bet-price-btn {
    background-color: #ffffff47 !important;
    border-color: --white !important;
    font-size: 12px;
    width: 29%;
    margin: 5px auto;
    border-radius: 20px;
  }
}

.inplay-session-bets {
  font-size: 10px;
  font-weight: bold;
}

.notification {
  margin: 0;
  text-align: center;
  background: #002D5B;
  color: #fff;
  box-shadow: 0px 4px 18px 0px #cccccc7a;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: -10px;

}

.amar-akbar-anthony {
  font-size: 10px;

  .casino-card {
    max-width: 33%;
  }
}


.games-types {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 10px;

  li {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 4px 0px #ccc;
    max-width: 80px;
    align-items: center;
    padding: 14px 0px;
    font-weight: 800;
    color: #002D5B;
    font-size: 11px;
    text-align: center;
    cursor: pointer;

    img {
      width: 30px;
    }

    &.active {
      box-shadow: 0px 0px 6px 0px #0000009e;
    }
  }
}

.blink {
  animation: blink 1s steps(1, end) infinite;
  width: 10px;
  height: 10px;
  background-color: #55d18f;
  border-radius: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cell-td {
  vertical-align: middle;
  text-align: center;
  color: white;
}

.pdr-4 {
  padding-right: 5px;
}

.casino-back-btn {
  background: #ff911f !important;
  bottom: 0;
  color: #fff !important;
  left: 0;
  margin: auto;
  padding: 5px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
}

.TeamName a {
  color: white !important
}

.teamClrBlue {
  background-color: rgb(114, 187, 239) !important;
  color: white;
}

.teamClrPink {
  background-color: rgb(250, 169, 186) !important;
  color: white;
}

.mtachImgInfo {
  float: right;
  height: 20px;
  font-size: 10px;
  cursor: pointer;
}

.vertical-middle {
  vertical-align: middle;
}

.session-style {
  background-color: rgb(255, 145, 31);
  color: white;
  font-weight: bold;

}

.session-plus-minus {
  font-weight: 700;
  padding: 5px;
}

.session-plus-minus p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.statement-tabs {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.statement-tabs button {
  border-radius: 0;
  width: 100%;
}

.cstyle {
  position: absolute;
  top: 29px;
  left: 26px;
  font-size: 15px;
  color: gray;
}

.table svg {
  color: white;
  fill: white;
}

.locked-session {
  align-items: center;
  background: #00000085;
  display: flex !important;
  height: 100%;
  justify-content: center;
  left: 0;
}

.cards,
.locked-session {
  position: absolute;
  top: 0;
  width: 100%;
}

.cupstyle {
  position: absolute;
  margin-top: -10px;
  margin-left: 6px;
  width: 30px;
}

.btnclr {
  background-color: black !important;
  border: white;
  outline: none;
}

.btnclr:focus {
  outline: none;
  box-shadow: none;
}

.header-matka {
  width: 100%;
  background: #002D5B;
  vertical-align: baseline;
  font-size: 15px;
  display: grid;
  text-align: center;
  color: #fff;
  padding: 8px;
}

.matka-date h2 {
  font-size: 16px;
  margin-top: 8px;
  text-align: center;
  border-bottom: 1px dotted;
  padding-bottom: 7px;
  width: 100%;
}

.header-matka .blink {
  margin-top: 0px;
  margin-left: 5px;
}

.card-matka h2 {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.card-matka {
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 0;
  box-shadow: 1px 2px 3px #80808070;
  border: 1px solid #b0b0b069;
}

.pd2 {
  padding: 0rem 2rem;
}

.button-matka {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 1rem;
}

.button-matka .jodi-button,
.button-matka .dhai-button,
.button-matka .haruf-button {
  background-color: black !important;
  width: 189px;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-size: 18px;
  box-shadow: 2px 3px 7px 0px #002d5b3d;
}

.button-matka .jodi-button:hover,
.button-matka .dhai-button:hover,
.button-matka .haruf-button:hover {
  box-shadow: none;
  opacity: 0.8;
}

.matka-table thead tr th {
  font-weight: 900;
  line-height: 1em;
  color: #fff;
}

.addmatka {
  background-color: black !important;
  width: 100%;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-size: 16px;
}

.deletematka {
  background-color: red;
  width: 100%;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-size: 16px;
}

td,
th {
  user-select: none;
  font-size: 12px;
}

.centerRight .modal-content {
  width: 96% !important;
  margin: auto !important;
}

.w-100.m-0.btn.btn-primary {
  background-color: #b4c0ac !important;
}

.row {
  align-items: center
}

.nav-bar {
  font-size: 18px
}

.user-info {
  font-size: 15px;
  color: #fff
}

.user-chips,
.user-liability {
  font-size: 12px;
  font-weight: 700
}

.head-logo {
  width: auto;
  max-height: 50px
}

.ttl {
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700
}

.home section {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem
}

.resource {
  padding: .75rem 1.5rem;
  border-radius: .5rem;
  text-align: left;
  text-decoration: none;
  color: #222;
  background-color: #f1f1f1;
  border: 1px solid transparent
}

.resource:hover {
  border: 1px solid #000;
  box-shadow: 0 25px 50px -12px #673ab888
}

@media (max-width: 639px) {
  .home section {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    row-gap: 1rem
  }
}

@media (prefers-color-scheme: dark) {
  .resource {
    color: #ccc;
    background-color: #161616
  }

  .resource:hover {
    border: 1px solid #bbb
  }
}

.sepr {
  margin-top: 10px
}

.oflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4e4f4f
}

.blinking {
  animation: 1s blink ease infinite;
  width: 20px;
  height: 20px;
  border-radius: 100%
}

.blinking-green {
  animation: 1s blink-green ease infinite;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px
}

.blinking-green-na {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px
}

.blinktext {
  color: red;
  font-weight: 700;
  animation: multicolor-animation 2s infinite
}

@keyframes multicolor-animation {
  0% {
    color: red
  }

  25% {
    color: #00f
  }

  50% {
    color: green
  }

  75% {
    color: orange
  }

  to {
    color: purple
  }
}

@-webkit-keyframes blink-green {

  0%,
  to {
    opacity: 0;
    background-color: green
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
    background-color: red
  }

  25% {
    opacity: 1;
    background-color: red
  }

  50% {
    opacity: 0;
    background-color: #ff8c00
  }

  75% {
    opacity: 1;
    background-color: #ff8c00
  }

  to {
    opacity: 0;
    background-color: #ff8c00
  }
}

iframe {
  display: block
}

.betloader {
  width: 20px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #fff 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #fff);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear
}

.scoreboard-iframe-full {
  height: auto !important;
  width: 100% !important;
  min-height: 210px !important;
  overflow: hidden
}

.scoreboard-iframe {
  height: auto !important;
  width: 100% !important;
  max-height: 130px !important;
  overflow: hidden
}

.match {
  padding-right: 0 !important;
  padding-left: 0 !important
}
 
.first-runner-bet-odds-no-value,
.first-runner-bet-odds-yes-value {
  padding: 0 !important;
  font-size: 16px;
  vertical-align: middle !important
}

.first-runner-bet-odds-yes-value {
  margin-bottom: 5px;
  background-color: #fff;
  color: #00f;
  font-weight: 600;
  text-align: center
}

.first-runner-bet-odds-no-value {
  margin-bottom: 5px;
  background-color: #fff;
  color: red;
  font-weight: 600;
  text-align: center
}

.mod-header {
  background: var(--secondry-color);
  color: #fff;
  padding: 7px;
  position: relative;
  height: 35px;
  width: 100%;
  float: left
}

table.bet-value-buttons-table tr td button {
  width: 60px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  border-radius: 50px;
  border: none;
  outline: none;
  background-color: #2a363b;
  color: #fff
}

table.bet-value-buttons-table tr td button.bet-value-clear-button {
  background-color: #d45151;
  color: #fff
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline label {
  margin: 5px 10px 5px 0
}

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd
}

.form-inline button {
  padding: 10px 20px;
  background-color: #1e90ff;
  border: 1px solid #ddd;
  color: #fff
}

.form-inline button:hover {
  background-color: #4169e1
}

@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch
  }
}

.cbox {
  height: 100vh;
  align-items: center;
  display: grid
}

.logo {
  justify-content: center;
  font-size: 40px;
  font-weight: 900;
  color: var(--primary-color)
}

.login-form {
  width: 100%;
  padding: 2em;
  position: relative;
  background: var(--primary-light-color)
}

@media screen and (min-width: 600px) {
  .login-form {
    width: 50vw;
    max-width: 25em
  }
}

.flex-row {
  display: flex;
  margin-bottom: 1em
}

.lf--label {
  width: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  cursor: pointer
}

.lf--input {
  flex: 1;
  padding: 1em;
  border: 0;
  color: #8f8f8f;
  font-size: 1rem;
  background: #fff;
  border: solid 1px #0582c2
}

.lf--input:focus {
  outline: none;
  transition: transform .15s ease;
  transform: scale(1.1)
}

.lf--submit {
  display: block;
  padding: 1em;
  width: 100%;
  background: var(--primary-color);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: .75em;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.lf--submit:focus {
  outline: none;
  transition: transform .15s ease;
  transform: scale(1.1)
}

.lf--forgot {
  margin-top: 1em;
  color: #00d6b7;
  font-size: .65em;
  text-align: center;
  position: relative
}

::-moz-placeholder {
  color: #8f8f8f;
  background: #fff
}

:-ms-input-placeholder {
  color: #8f8f8f;
  background: #fff
}

::placeholder {
  color: #8f8f8f;
  background: #fff
}

.tbl-tr-bg {
  background: var(--secondry-color);
  color: var(--white)
}

.mainDiv {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e3;
  font-family: Open Sans, sans-serif
}

.cardStyle {
  width: 500px;
  border-color: #fff;
  padding: 36px 0;
  border-radius: 4px;
  margin: 30px 0;
  box-shadow: 0 0 2px #00000040;
  background: var(--primary-light-color)
}

#signupLogo {
  max-height: 100px;
  margin: auto;
  display: flex;
  flex-direction: column
}

.formTitle {
  font-weight: 600;
  margin-top: 20px;
  color: #2f2d3b;
  text-align: center
}

.inputLabel {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
  margin-top: 24px;
  font-weight: 900
}

.inputDiv {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin: auto
}

input {
  height: 40px;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  border: solid 1px #ccc;
  padding: 0 11px;
  background: #fff
}

input:disabled {
  cursor: not-allowed;
  border: solid 1px #eee
}

.buttonWrapper {
  margin-top: 40px
}

.submitButton {
  width: 70%;
  height: 40px;
  margin: auto;
  display: block;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px #00000009;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer
}

.submitButton:disabled,
button[disabled] {
  border: 1px solid #cccccc;
  background-color: #ccc;
  color: #666
}

#loader {
  position: absolute;
  z-index: 1;
  margin: -2px 0 0 10px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #666666;
  width: 14px;
  height: 14px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.bet-place-tbl-th {
  text-align: center;
  background: #6cf;
  color: #fff;
  padding: 4px;
  font-weight: 700;
  letter-spacing: 1px
}

.bet-place-tbl-th {
  text-align: center;
  background: var(--secondry-color);
  color: #fff;
  padding: 4px;
  font-weight: 700;
  letter-spacing: 1px
}

.score-tbl td,
th {
  padding: 2px !important;
  border-bottom: none !important;
  border-top: none !important
}

.ldg-tbl-th {
  text-align: center;
  background-color: #2a363b;
  color: #fff;
  padding: 15px !important;
  font-weight: 700;
  letter-spacing: 1px;
  border: 5px solid #E9E9E9 !important
}

.ldg-tbl-td {
  background-color: #fff;
  color: #49494a;
  padding: 13px !important;
  border: 5px solid #E9E9E9 !important;
  text-align: center;
  vertical-align: middle !important;
  word-break: break-all
}

.text-green {
  color: #52b5e1 !important
}

.text-red {
  color: red !important
}

.btn-grad-red {
  background: #e30909;
  width: 100%;
  padding: 8px;
  color: #fff
}

.TeamName {
  background: var(--secondry-color);
  padding: .3em 0;
  border-top: 1px solid var(--secondry-color);
  text-align: center;
  border-radius: 7px 7px 0 0;
  font-weight: 700;
  font-size: 1.1em;
  color: #fff
}

.bet-place-tbl-td {
  background-color: #fff;
  color: #49494a;
  font-size: 16px;
  padding: 4px;
  text-align: center;
  vertical-align: middle !important
}

.main_menu_btn {
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: 2px;
  padding: 13px 35px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px
}

.main_menu_btn a {
  color: #fff !important;
  padding: 12px
}

.gotohome {
  background: var(--primary-color);
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px
}

.rulesbtn {
  width: 100px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: #2a363b;
  color: #fff;
  cursor: pointer;
  display: inline-block
}

.game-img {
  left: 0;
  top: 0;
  z-index: 100;
  transition: filter .2s;
  border-radius: 5px;
  width: 90% !important;
  max-height: 100px
}

.blink {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f0f;
  padding: 10px 0;
  line-height: 10px;
  border-radius: 50px;
  text-align: center;
  animation: blink 1s linear infinite;
  z-index: 999
}

.mtk_select {
  font-size: 20px;
  height: 40px;
  border: 1px solid #728f80;
  margin-top: 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: 700
}

.harup-satta-text {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #2a2a2a !important;
  color: #fff;
  padding: 4px
}

.text-danger {
  color: #d45151
}

.text-success {
  color: #28a745
}

@keyframes blink {
  0% {
    background: #c2e884
  }

  20% {
    background: #c2e884
  }

  40% {
    background: #ff7f00
  }

  60% {
    background: #ff7f00
  }

  80% {
    background: #36cb3b
  }

  to {
    background: #36cb3b
  }
}

.game-img {
  left: 0;
  top: 0;
  z-index: 100;
  transition: filter .2s;
  border-radius: 5px;
  width: 90%
}

.center {
  text-align: center
}

.tp-module .back {
  background: #72bbef
}

.tp-module .lay {
  background: #f9a9ba
}

.game-header {
  font-size: 16px;
  justify-content: space-between;
  display: flex;
  background: var(--secondry-color);
  padding: 5px 10px;
  color: #fff
}

.featured-box-detail {
  max-width: 70% !important;
  -ms-flex: 0 0 70% !important;
  flex: 0 0 70% !important
}

.lucky7-main {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  background: #fff;
  padding: 12px 0;
  border: 4px solid var(--secondry-color)
}

.lucky7-main-bhav {
  display: inline-grid
}

.lucky7-bhav {
  position: relative;
  background: #04284452;
  font-size: 18px;
  color: #fff;
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center
}

.lucky7-main-bhav button {
  width: 100%;
  height: 100%;
  background: #fff0;
  border: none;
  outline: none;
  position: relative;
  color: #fff;
  font-size: 18px
}

.lock-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
  filter: invert(1)
}

.flipclock {
  position: absolute;
  right: 1%;
  bottom: 3%
}

.flipclock-t1 {
  color: #fff;
  font-size: 25px;
  background: #4c4c4c8a;
  padding: 0 5px
}

.susb-bhav {
  position: absolute;
  background: #0a0a0a9c;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0
}

.game-result {
  background: green;
  border-radius: 25px;
  margin: 2px;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center
}

.playerb {
  color: #ff3
}

.result-section {
  display: flex;
  background: #bbb;
  justify-content: flex-end
}

.mr-left-right {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.aaa-bhav {
  display: flex
}

.lucky7-main .back {
  background-color: #72bbef;
  padding: 5px !important
}

.lucky7-main .lay {
  background-color: #faa9ba;
  padding: 5px !important
}

.blink-txt {
  font-size: 8px;
  color: #fff
}

.lucky7-main-bhav span {
  font-size: 16px
}

@media (max-width: 767px) {
  .liveStr {
    height: 210px !important;
    width: 100% !important
  }

  .lucky7-bhav {
    font-size: 14px !important
  }

  .featured-box-detail {
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
  }

  .pd-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .ab2-res-fst-card {
    left: 5px !important
  }
}

.ab2-btn-background {
  background: #04284452;
  width: 100%
}

.ab2-text {
  font-size: 14px;
  padding: 0;
  margin: 5px 5px 0 !important;
  color: #fff;
  text-align: center;
  display: inline-grid;
  cursor: pointer
}

.ab2-bhav {
  text-align: center;
  margin: auto 5px 5px auto;
  background: #087e8f;
  color: #fff;
  display: inline-grid;
  border: 2px solid #d7d04a;
  cursor: pointer
}

.ab2-res-fst-card {
  height: 40px;
  position: absolute;
  left: 20px;
  top: 40%
}

.rescard {
  display: flex;
  width: 100%;
  overflow: hidden
}

.andr-bhar2-res-text {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  color: var(--red);
  width: 80% !important;
  float: right
}

.next-card-res {
  position: absolute;
  right: 0;
  bottom: 15%
}

.perv-card-res {
  position: absolute;
  left: 0;
  bottom: 15%
}

.andarbahar-res .andar-bahar-image {
  width: 25px;
  cursor: pointer;
  margin: 3px
}

.andarbahar-module .andar-bahar-image {
  width: 38px;
  cursor: pointer;
  margin: 3px
}

.res-box {
  width: 30%;
  position: absolute;
  top: 6%;
  left: 0;
  padding-bottom: 5px
}

.tp-res-box {
  width: 31% !important;
  position: absolute;
  top: 20% !important;
  left: 10% !important
}

@media (max-width: 767px) {
  .game-box {
    display: inline-block;
    width: 150px;
    height: 80px;
    margin: 0 5px 10px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    cursor: pointer
  }

  .featured-box-detail {
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
  }

  .pd-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .liveStr {
    height: 210px !important;
    width: 100% !important
  }

  .andarbahar-module .andar-bahar-image {
    width: 50px !important;
    cursor: pointer;
    margin: 5px;
    height: 80px !important
  }

  .andarbahar-res .andar-bahar-image {
    width: 22px !important;
    cursor: pointer;
    margin: 3px;
    height: 35px !important
  }

  .andr-bhar-res-text {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px !important;
    color: #fff
  }

  .mob-ab-cards {
    text-align: center;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding: 10px 0
  }

  .mobile-ab-text-border {
    border-bottom: 1px solid #000
  }

  .mobile-ab2-text-border {
    border-top: 1px solid;
    margin-top: 15px !important
  }

  .ab2-res-fst-card {
    left: 5px !important
  }

  .tp-bhav {
    font-size: 14px !important
  }

  .tp-res-box {
    width: 31% !important;
    position: absolute;
    top: 16% !important;
    left: 0 !important
  }
}

::-webkit-scrollbar {
  width: 0;
  background: transparent
}

::-webkit-scrollbar-thumb {
  background: transparent
}

.tp-susb-bhav {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #0a0a0ab5
}

.tp-bhav {
  text-align: center;
  font-size: 18px;
  background: #04284452;
  color: #fff;
  padding: 10px;
  border-right: 1px solid #fff;
  cursor: pointer
}

.mobile-tp-text {
  text-align: center;
  margin: auto
}

.mobile-tp-border {
  border-bottom: 1px solid #fff
}

div.overlay-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
  z-index: 1
}

table.market-rate-table {
  width: 100%;
  background-color: #e9e9e9;
  border-collapse: collapse;
  border-bottom: 0px solid
}

table.market-rate-table td {
  text-align: center;
  font-family: open-sans-bold;
  border-bottom: 0px solid;
  font-size: 12px;
  color: #3e3e3e
}

table.market-rate-table td span {
  color: #3a61a2;
  font-family: open-sans-bold !important
}

@media all and (max-width: 480px) {
  table.market-rate-table td {
    font-size: 10px
  }
}

.num-pad {
  text-align: center;
  width: 100%;
  font-size: 15px;
  border: 1px solid #3a61a2;
  border-collapse: collapse
}

table.numpad-table {
  background-color: #e9e9e9bf
}

table.min-max-stack-table {
  border: 1px solid #3a61a2;
  color: #fff
}

table.min-max-stack-table tr.bet-values-row td {
  background-color: #3a61a2bf
}

table.numpad-table td.numpad-done-button {
  background-color: #3a61a2;
  color: #fff
}

table.numpad-table td {
  color: #3e3e3e
}

table.numpad-table td input {
  font-size: 15px
}

table.min-max-stack-table td {
  border: 1px solid #3a61a2;
  font-size: 13px
}

table.num-pad.input-close-table {
  border: 0px solid #fff
}

table.min-max-stack-table td input,
table.input-close-table td input {
  width: 100%;
  text-align: center;
  outline: none;
  padding: 10px 0
}

table.input-close-table td input#quantity {
  color: #223f6f;
  background-color: #e9e9e9bf;
  font-family: Roboto;
  font-size: 16px;
  border: none
}

table.input-close-table td.close-num-keyboard {
  width: 60px;
  color: #fff;
  background-color: #631515c4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px
}

table.num-pad.input-close-table td {
  border: 2px solid #223f6f;
  border-bottom: 1px solid #223f6f
}

table.min-max-stack-table td.min-stack {
  background-color: #223f6f
}

table.min-max-stack-table td.max-stack {
  background-color: #3a61a2
}

.num-pad tr td {
  border: 1px solid #223f6f;
  border-bottom: none
}

.numpad-table tr td input {
  width: 90%;
  padding: 10px 0
}

td.clear-button {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto
}

table.done-button-table {
  width: 100%;
  text-align: center
}

table.done-button-table td.numpad-done-button {
  background-color: #3a61a2bf;
  width: 50%
}

table.done-button-table button.amount-btn-color {
  font-size: 15px;
  padding: 10px 20px 13px 0;
  margin: 0;
  background-color: #3a61a200 !important
}

table.done-button-table td.clear-button-td {
  background-color: #631515c4
}

td.clear-button-td input {
  background-color: inherit;
  padding: 0;
  margin: 0;
  background-color: #f000;
  border: none;
  outline: none;
  font-size: 15px;
  font-family: Roboto;
  color: #fff;
  width: 100%
}

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

:root {
  --primary-color: #CF6CA6;
  --primary-light-color: #cf6ca724;
  --secondry-color: #5fa6d2;
  --white: #ffffff;
  --black: #000000;
  --blue: #337ab7;
  --red: #D45151;
  --green: #28a745
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 500
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 1em;
  background: #e3e3e3;
  margin: 0 auto
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(182, 223, 253, .5)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px
}

p {
  margin: auto;
  font-weight: 600
}

button,
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.loader {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, var(--primary-color) 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, var(--primary-color));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear
}

@keyframes l13 {
  to {
    transform: rotate(1turn)
  }
}

header {
  display: flex;
  min-height: 60px;
  align-items: center;
  width: 100%
}

header nav {
  display: flex
}

header a {
  color: #fff;
  padding: .75rem;
  text-decoration: none
}

.padding0 {
  padding: 0 !important
}

.margin0 {
  margin: 0 !important
}

.sticky {
  position: fixed !important;
  background-color: var(--primary-color);
  top: 0;
  z-index: 999
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: .5rem;
  margin-left: .5rem
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.text-red {
  color: var(--red)
}

.text-green,
.text-success {
  color: var(--green)
}

.stopreaload {
  overscroll-behavior: contain
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

table {
  width: 100%;
  overflow: auto
}

table {
  border-collapse: collapse
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

th,
td {
  padding: 3px
}

.back-btn {
  border-radius: 2px;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  padding: 6px;
  color: #fff;
  font-weight: 700;
  background: var(--secondry-color);
  width: 100%
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem
}

.col-xs,
.col-12 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}

.col-xs-1,
.col-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%
}

.col-xs-2,
.col-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%
}

.col-xs-3,
.col-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%
}

.col-xs-4,
.col-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%
}

.col-xs-5,
.col-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%
}

.col-xs-6,
.col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.col-xs-7,
.col-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%
}

.col-xs-8,
.col-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%
}

.col-xs-9,
.col-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%
}

.col-xs-10,
.col-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%
}

.col-xs-11,
.col-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%
}

.col-xs-12,
.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.col-xs-offset-0 {
  margin-left: 0
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-md-offset-0 {
    margin-left: 0
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  margin: 0 5px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-primary {
  color: #fff;
  background-color: var(--secondry-color);
  border-color: var(--secondry-color)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn,
.btn-lg {
  padding: .5rem 1rem !important;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn,
.btn-sm {
  padding: .2rem .3rem;
  font-size: .85rem;
  line-height: 1;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 20px 0;
  border-radius: .25rem
}

.pagination>li {
  display: inline
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.rules-span-custom {
  background: #000;
  color: #fff;
  font-size: 20px;
  padding: 0 18px
}

.f-right {
  float: right
}

.modal {
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: #0006;
  z-index: 1072
}

.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .4s;
  animation-name: animatetop;
  animation-duration: .4s
}

@-webkit-keyframes animatetop {
  0% {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  0% {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.modal-header {
  padding: 2px 4px;
  background-color: var(--primary-color);
  color: #fff
}

.fade {
  opacity: 1;
  transition: opacity .15s linear
}

.modal-body {
  padding: 2px 1px;
  max-height: 500px;
  overflow: auto
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  background-color: var(--primary-color)
}

@media screen and (max-width: 600px) {
  .d-sm-none {
    display: none
  }

  .modal-content {
    width: 100%
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important
  }
}

.row {
  align-items: center
}

.nav-bar {
  font-size: 18px
}

.user-info {
  font-size: 15px;
  color: #fff
}

.user-chips,
.user-liability {
  font-size: 12px;
  font-weight: 700
}

.head-logo {
  width: auto;
  max-height: 50px
}

.ttl {
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700
}

.home section {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem
}

.resource {
  padding: .75rem 1.5rem;
  border-radius: .5rem;
  text-align: left;
  text-decoration: none;
  color: #222;
  background-color: #f1f1f1;
  border: 1px solid transparent
}

.resource:hover {
  border: 1px solid #000;
  box-shadow: 0 25px 50px -12px #673ab888
}

@media (max-width: 639px) {
  .home section {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    row-gap: 1rem
  }
}

@media (prefers-color-scheme: dark) {
  .resource {
    color: #ccc;
    background-color: #161616
  }

  .resource:hover {
    border: 1px solid #bbb
  }
}

.sepr {
  margin-top: 10px
}

.oflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4e4f4f
}

.blinking {
  animation: 1s blink ease infinite;
  width: 20px;
  height: 20px;
  border-radius: 100%
}

.blinking-green {
  animation: 1s blink-green ease infinite;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px
}

.blinking-green-na {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px
}

.blinktext {
  color: red;
  font-weight: 700;
  animation: multicolor-animation 2s infinite
}

@keyframes multicolor-animation {
  0% {
    color: red
  }

  25% {
    color: #00f
  }

  50% {
    color: green
  }

  75% {
    color: orange
  }

  to {
    color: purple
  }
}

@-webkit-keyframes blink-green {

  0%,
  to {
    opacity: 0;
    background-color: green
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
    background-color: red
  }

  25% {
    opacity: 1;
    background-color: red
  }

  50% {
    opacity: 0;
    background-color: #ff8c00
  }

  75% {
    opacity: 1;
    background-color: #ff8c00
  }

  to {
    opacity: 0;
    background-color: #ff8c00
  }
}

iframe {
  display: block
}

.betloader {
  width: 20px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #fff 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #fff);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear
}

.scoreboard-iframe-full {
  height: auto !important;
  width: 100% !important;
  min-height: 210px !important;
  overflow: hidden
}

.scoreboard-iframe {
  height: auto !important;
  width: 100% !important;
  max-height: 130px !important;
  overflow: hidden
}

.match {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.first-runner-bet-odds-no-value,
.first-runner-bet-odds-yes-value {
  padding: 0 !important;
  font-size: 16px;
  vertical-align: middle !important
}

.first-runner-bet-odds-yes-value {
  margin-bottom: 5px;
  background-color: #fff;
  color: #00f;
  font-weight: 600;
  text-align: center
}

.first-runner-bet-odds-no-value {
  margin-bottom: 5px;
  background-color: #fff;
  color: red;
  font-weight: 600;
  text-align: center
}

.mod-header {
  background: var(--secondry-color);
  color: #fff;
  padding: 7px;
  position: relative;
  height: 35px;
  width: 100%;
  float: left
}

table.bet-value-buttons-table tr td button {
  width: 60px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  border-radius: 50px;
  border: none;
  outline: none;
  background-color: #2a363b;
  color: #fff
}

table.bet-value-buttons-table tr td button.bet-value-clear-button {
  background-color: #d45151;
  color: #fff
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline label {
  margin: 5px 10px 5px 0
}

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd
}

.form-inline button {
  padding: 10px 20px;
  background-color: #1e90ff;
  border: 1px solid #ddd;
  color: #fff
}

.form-inline button:hover {
  background-color: #4169e1
}

@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch
  }
}

.cbox {
  height: 100vh;
  align-items: center;
  display: grid
}

.logo {
  justify-content: center;
  font-size: 40px;
  font-weight: 900;
  color: var(--primary-color)
}

.login-form {
  width: 100%;
  padding: 2em;
  position: relative;
  background: var(--primary-light-color)
}

@media screen and (min-width: 600px) {
  .login-form {
    width: 50vw;
    max-width: 25em
  }
}

.flex-row {
  display: flex;
  margin-bottom: 1em
}

.lf--label {
  width: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  cursor: pointer
}

.lf--input {
  flex: 1;
  padding: 1em;
  border: 0;
  color: #8f8f8f;
  font-size: 1rem;
  background: #fff;
  border: solid 1px #0582c2
}

.lf--input:focus {
  outline: none;
  transition: transform .15s ease;
  transform: scale(1.1)
}

.lf--submit {
  display: block;
  padding: 1em;
  width: 100%;
  background: var(--primary-color);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: .75em;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.lf--submit:focus {
  outline: none;
  transition: transform .15s ease;
  transform: scale(1.1)
}

.lf--forgot {
  margin-top: 1em;
  color: #00d6b7;
  font-size: .65em;
  text-align: center;
  position: relative
}

::-moz-placeholder {
  color: #8f8f8f;
  background: #fff
}

:-ms-input-placeholder {
  color: #8f8f8f;
  background: #fff
}

::placeholder {
  color: #8f8f8f;
  background: #fff
}

.tbl-tr-bg {
  background: var(--secondry-color);
  color: var(--white)
}

.mainDiv {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e3;
  font-family: Open Sans, sans-serif
}

.cardStyle {
  width: 500px;
  border-color: #fff;
  padding: 36px 0;
  border-radius: 4px;
  margin: 30px 0;
  box-shadow: 0 0 2px #00000040;
  background: var(--primary-light-color)
}

#signupLogo {
  max-height: 100px;
  margin: auto;
  display: flex;
  flex-direction: column
}

.formTitle {
  font-weight: 600;
  margin-top: 20px;
  color: #2f2d3b;
  text-align: center
}

.inputLabel {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
  margin-top: 24px;
  font-weight: 900
}

.inputDiv {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin: auto
}

input {
  height: 40px;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  border: solid 1px #ccc;
  padding: 0 11px;
  background: #fff
}

input:disabled {
  cursor: not-allowed;
  border: solid 1px #eee
}

.buttonWrapper {
  margin-top: 40px
}

.submitButton {
  width: 70%;
  height: 40px;
  margin: auto;
  display: block;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px #00000009;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer
}

.submitButton:disabled,
button[disabled] {
  border: 1px solid #cccccc;
  background-color: #ccc;
  color: #666
}

#loader {
  position: absolute;
  z-index: 1;
  margin: -2px 0 0 10px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #666666;
  width: 14px;
  height: 14px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.bet-place-tbl-th {
  text-align: center;
  background: #6cf;
  color: #fff;
  padding: 4px;
  font-weight: 700;
  letter-spacing: 1px
}

.bet-place-tbl-th {
  text-align: center;
  background: var(--secondry-color);
  color: #fff;
  padding: 4px;
  font-weight: 700;
  letter-spacing: 1px
}

.score-tbl td,
th {
  padding: 2px !important;
  border-bottom: none !important;
  border-top: none !important
}

.ldg-tbl-th {
  text-align: center;
  background-color: #2a363b;
  color: #fff;
  padding: 15px !important;
  font-weight: 700;
  letter-spacing: 1px;
  border: 5px solid #E9E9E9 !important
}

.ldg-tbl-td {
  background-color: #fff;
  color: #49494a;
  padding: 13px !important;
  border: 5px solid #E9E9E9 !important;
  text-align: center;
  vertical-align: middle !important;
  word-break: break-all
}

.text-green {
  color: #52b5e1 !important
}

.text-red {
  color: red !important
}

.btn-grad-red {
  background: #e30909;
  width: 100%;
  padding: 8px;
  color: #fff
}

.TeamName {
  background: var(--secondry-color);
  padding: .3em 0;
  border-top: 1px solid var(--secondry-color);
  text-align: center;
  border-radius: 7px 7px 0 0;
  font-weight: 700;
  font-size: 1.1em;
  color: #fff
}

.bet-place-tbl-td {
  background-color: #fff;
  color: #49494a;
  padding: 4px;
  text-align: center;
  vertical-align: middle !important
}

.main_menu_btn {
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: 2px;
  padding: 13px 35px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px
}

.main_menu_btn a {
  color: #fff !important;
  padding: 12px
}

.gotohome {
  background: var(--primary-color);
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px
}

.rulesbtn {
  width: 100px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: #2a363b;
  color: #fff;
  cursor: pointer;
  display: inline-block
}

.game-img {
  left: 0;
  top: 0;
  z-index: 100;
  transition: filter .2s;
  border-radius: 5px;
  width: 90% !important;
  max-height: 100px
}

.blink {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f0f;
  padding: 10px 0;
  line-height: 10px;
  border-radius: 50px;
  text-align: center;
  animation: blink 1s linear infinite;
  z-index: 999
}

.mtk_select {
  font-size: 20px;
  height: 40px;
  border: 1px solid #728f80;
  margin-top: 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: 700
}

.harup-satta-text {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #2a2a2a !important;
  color: #fff;
  padding: 4px
}

.text-danger {
  color: #d45151
}

.text-success {
  color: #28a745
}

@keyframes blink {
  0% {
    background: #c2e884
  }

  20% {
    background: #c2e884
  }

  40% {
    background: #ff7f00
  }

  60% {
    background: #ff7f00
  }

  80% {
    background: #36cb3b
  }

  to {
    background: #36cb3b
  }
}

.game-img {
  left: 0;
  top: 0;
  z-index: 100;
  transition: filter .2s;
  border-radius: 5px;
  width: 90%
}

.center {
  text-align: center
}

.tp-module .back {
  background: #72bbef
}

.tp-module .lay {
  background: #f9a9ba
}

.game-header {
  font-size: 16px;
  justify-content: space-between;
  display: flex;
  background: var(--secondry-color);
  padding: 5px 10px;
  color: #fff
}

.featured-box-detail {
  max-width: 70% !important;
  -ms-flex: 0 0 70% !important;
  flex: 0 0 70% !important
}

.lucky7-main {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  background: #fff;
  padding: 12px 0;
  border: 4px solid var(--secondry-color)
}

.lucky7-main-bhav {
  display: inline-grid
}

.lucky7-bhav {
  position: relative;
  background: #04284452;
  font-size: 18px;
  color: #fff;
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center
}

.lucky7-main-bhav button {
  width: 100%;
  height: 100%;
  background: #fff0;
  border: none;
  outline: none;
  position: relative;
  color: #fff;
  font-size: 18px
}

.lock-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
  filter: invert(1)
}

.flipclock {
  position: absolute;
  right: 1%;
  bottom: 3%
}

.flipclock-t1 {
  color: #fff;
  font-size: 25px;
  background: #4c4c4c8a;
  padding: 0 5px
}

.susb-bhav {
  position: absolute;
  background: #0a0a0a9c;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0
}

.game-result {
  background: green;
  border-radius: 25px;
  margin: 2px;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center
}

.playerb {
  color: #ff3
}

.result-section {
  display: flex;
  background: #bbb;
  justify-content: flex-end
}

.mr-left-right {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.aaa-bhav {
  display: flex
}

.lucky7-main .back {
  background-color: #72bbef;
  padding: 5px !important
}

.lucky7-main .lay {
  background-color: #faa9ba;
  padding: 5px !important
}

.blink-txt {
  font-size: 8px;
  color: #fff
}

.lucky7-main-bhav span {
  font-size: 16px
}

@media (max-width: 767px) {
  .liveStr {
    height: 210px !important;
    width: 100% !important
  }

  .lucky7-bhav {
    font-size: 14px !important
  }

  .featured-box-detail {
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
  }

  .pd-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .ab2-res-fst-card {
    left: 5px !important
  }
}

.ab2-btn-background {
  background: #04284452;
  width: 100%
}

.ab2-text {
  font-size: 14px;
  padding: 0;
  margin: 5px 5px 0 !important;
  color: #fff;
  text-align: center;
  display: inline-grid;
  cursor: pointer
}

.ab2-bhav {
  text-align: center;
  margin: auto 5px 5px auto;
  background: #087e8f;
  color: #fff;
  display: inline-grid;
  border: 2px solid #d7d04a;
  cursor: pointer
}

.ab2-res-fst-card {
  height: 40px;
  position: absolute;
  left: 20px;
  top: 40%
}

.rescard {
  display: flex;
  width: 100%;
  overflow: hidden
}

.andr-bhar2-res-text {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  color: var(--red);
  width: 80% !important;
  float: right
}

.next-card-res {
  position: absolute;
  right: 0;
  bottom: 15%
}

.perv-card-res {
  position: absolute;
  left: 0;
  bottom: 15%
}

.andarbahar-res .andar-bahar-image {
  width: 25px;
  cursor: pointer;
  margin: 3px
}

.andarbahar-module .andar-bahar-image {
  width: 38px;
  cursor: pointer;
  margin: 3px
}

.res-box {
  width: 30%;
  position: absolute;
  top: 6%;
  left: 0;
  padding-bottom: 5px
}

.tp-res-box {
  width: 31% !important;
  position: absolute;
  top: 20% !important;
  left: 10% !important
}

@media (max-width: 767px) {
  .game-box {
    display: inline-block;
    width: 150px;
    height: 80px;
    margin: 0 5px 10px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    cursor: pointer
  }

  .featured-box-detail {
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
  }

  .pd-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .liveStr {
    height: 210px !important;
    width: 100% !important
  }

  .andarbahar-module .andar-bahar-image {
    width: 50px !important;
    cursor: pointer;
    margin: 5px;
    height: 80px !important
  }

  .andarbahar-res .andar-bahar-image {
    width: 22px !important;
    cursor: pointer;
    margin: 3px;
    height: 35px !important
  }

  .andr-bhar-res-text {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px !important;
    color: #fff
  }

  .mob-ab-cards {
    text-align: center;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding: 10px 0
  }

  .mobile-ab-text-border {
    border-bottom: 1px solid #000
  }

  .mobile-ab2-text-border {
    border-top: 1px solid;
    margin-top: 15px !important
  }

  .ab2-res-fst-card {
    left: 5px !important
  }

  .tp-bhav {
    font-size: 14px !important
  }

  .tp-res-box {
    width: 31% !important;
    position: absolute;
    top: 16% !important;
    left: 0 !important
  }
}

::-webkit-scrollbar {
  width: 0;
  background: transparent
}

::-webkit-scrollbar-thumb {
  background: transparent
}

.tp-susb-bhav {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #0a0a0ab5
}

.tp-bhav {
  text-align: center;
  font-size: 18px;
  background: #04284452;
  color: #fff;
  padding: 10px;
  border-right: 1px solid #fff;
  cursor: pointer
}

.mobile-tp-text {
  text-align: center;
  margin: auto
}

.mobile-tp-border {
  border-bottom: 1px solid #fff
}

div.overlay-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
  z-index: 1
}

table.market-rate-table {
  width: 100%;
  background-color: #e9e9e9;
  border-collapse: collapse;
  border-bottom: 0px solid
}

table.market-rate-table td {
  text-align: center;
  font-family: open-sans-bold;
  border-bottom: 0px solid;
  font-size: 12px;
  color: #3e3e3e
}

table.market-rate-table td span {
  color: #3a61a2;
  font-family: open-sans-bold !important
}

@media all and (max-width: 480px) {
  table.market-rate-table td {
    font-size: 10px
  }
}

.num-pad {
  text-align: center;
  width: 100%;
  font-size: 15px;
  border: 1px solid #3a61a2;
  border-collapse: collapse
}

table.numpad-table {
  background-color: #e9e9e9bf
}

table.min-max-stack-table {
  border: 1px solid #3a61a2;
  color: #fff
}

table.min-max-stack-table tr.bet-values-row td {
  background-color: #3a61a2bf
}

table.numpad-table td.numpad-done-button {
  background-color: #3a61a2;
  color: #fff
}

table.numpad-table td {
  color: #3e3e3e
}

table.numpad-table td input {
  font-size: 15px
}

table.min-max-stack-table td {
  border: 1px solid #3a61a2;
  font-size: 13px
}

table.num-pad.input-close-table {
  border: 0px solid #fff
}

table.min-max-stack-table td input,
table.input-close-table td input {
  width: 100%;
  text-align: center;
  outline: none;
  padding: 10px 0
}

table.input-close-table td input#quantity {
  color: #223f6f;
  background-color: #e9e9e9bf;
  font-family: Roboto;
  font-size: 16px;
  border: none
}

table.input-close-table td.close-num-keyboard {
  width: 60px;
  color: #fff;
  background-color: #631515c4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px
}

table.num-pad.input-close-table td {
  border: 2px solid #223f6f;
  border-bottom: 1px solid #223f6f
}

table.min-max-stack-table td.min-stack {
  background-color: #223f6f
}

table.min-max-stack-table td.max-stack {
  background-color: #3a61a2
}

.num-pad tr td {
  border: 1px solid #223f6f;
  border-bottom: none
}

.numpad-table tr td input {
  width: 90%;
  padding: 10px 0
}

td.clear-button {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto
}

table.done-button-table {
  width: 100%;
  text-align: center
}

table.done-button-table td.numpad-done-button {
  background-color: #3a61a2bf;
  width: 50%
}

table.done-button-table button.amount-btn-color {
  font-size: 15px;
  padding: 10px 20px 13px 0;
  margin: 0;
  background-color: #3a61a200 !important
}

table.done-button-table td.clear-button-td {
  background-color: #631515c4
}

td.clear-button-td input {
  background-color: inherit;
  padding: 0;
  margin: 0;
  background-color: #f000;
  border: none;
  outline: none;
  font-size: 15px;
  font-family: Roboto;
  color: #fff;
  width: 100%
}

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

:root {
  --primary-color: #CF6CA6;
  --primary-light-color: #cf6ca724;
  --secondry-color: #5fa6d2;
  --white: #ffffff;
  --black: #000000;
  --blue: #337ab7;
  --red: #D45151;
  --green: #28a745
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 500
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 1em;
  background: #e3e3e3;
  margin: 0 auto
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(182, 223, 253, .5)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px
}

p {
  margin: auto;
  font-weight: 600
}

button,
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.loader {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, var(--primary-color) 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, var(--primary-color));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear
}

@keyframes l13 {
  to {
    transform: rotate(1turn)
  }
}

header {
  display: flex;
  min-height: 60px;
  align-items: center;
  width: 100%
}

header nav {
  display: flex
}

header a {
  color: #fff;
  padding: .75rem;
  text-decoration: none
}

.padding0 {
  padding: 0 !important
}

.margin0 {
  margin: 0 !important
}

.sticky {
  position: fixed !important;
  background-color: var(--primary-color);
  top: 0;
  z-index: 999
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: .5rem;
  margin-left: .5rem
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.text-red {
  color: var(--red)
}

.text-green,
.text-success {
  color: var(--green)
}

.stopreaload {
  overscroll-behavior: contain
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

table {
  width: 100%;
  overflow: auto
}

table {
  border-collapse: collapse
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

th,
td {
  padding: 3px
}

.back-btn {
  border-radius: 2px;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  padding: 6px;
  color: #fff;
  font-weight: 700;
  background: var(--secondry-color);
  width: 100%
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem
}

.col-xs,
.col-12 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}

.col-xs-1,
.col-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%
}

.col-xs-2,
.col-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%
}

.col-xs-3,
.col-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%
}

.col-xs-4,
.col-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%
}

.col-xs-5,
.col-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%
}

.col-xs-6,
.col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.col-xs-7,
.col-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%
}

.col-xs-8,
.col-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%
}

.col-xs-9,
.col-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%
}

.col-xs-10,
.col-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%
}

.col-xs-11,
.col-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%
}

.col-xs-12,
.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.col-xs-offset-0 {
  margin-left: 0
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-md-offset-0 {
    margin-left: 0
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  margin: 0 5px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-primary {
  color: #fff;
  background-color: var(--secondry-color);
  border-color: var(--secondry-color)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn,
.btn-lg {
  padding: .5rem 1rem !important;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn,
.btn-sm {
  padding: .2rem .3rem;
  font-size: .85rem;
  line-height: 1;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 20px 0;
  border-radius: .25rem
}

.pagination>li {
  display: inline
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.rules-span-custom {
  background: #000;
  color: #fff;
  font-size: 20px;
  padding: 0 18px
}

.f-right {
  float: right
}

.modal {
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: #0006;
  z-index: 1072
}

.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .4s;
  animation-name: animatetop;
  animation-duration: .4s
}

@-webkit-keyframes animatetop {
  0% {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  0% {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.modal-header {
  padding: 2px 4px;
  background-color: var(--primary-color);
  color: #fff
}

.fade {
  opacity: 1;
  transition: opacity .15s linear
}

.modal-body {
  padding: 2px 1px;
  max-height: 500px;
  overflow: auto
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  background-color: var(--primary-color)
}

@media screen and (max-width: 600px) {
  .d-sm-none {
    display: none
  }

  .modal-content {
    width: 100%
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important
  }
}


.ab2-result-container {
    align-items: center;
}

.ab2-result-container .ab-result-slider {
    margin-left: 4%;
    margin-right: 4%;
    width: 65% !important;
    display: block !important;
    margin-bottom: 5px;
}

.ab2-result-container img {
    height: 50px !important;
    width: 40px !important;
    margin-right: 5px;
}

/*Andar Bahar 2*/

.ab2 .casino-table-full-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid var(--table-border);
    padding: 10px;
}

.ab2 .playera-bets {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 49%;
}

.playera-title {
    width: 10%;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}

.player-sa {
    width: 20%;
    margin-left: 2%;
}

.player-sa-box {
    text-align: center;
    padding: 5px 0;
    border: 3px solid yellow;
    border-radius: 8px;
    margin-bottom: 5px;
}

.player-bet {
    width: 25%;
    margin-left: 2%;
}

.player-bet-box {
    text-align: center;
    padding: 5px 0;
    border: 3px solid yellow;
    border-radius: 8px;
    background-color: #086cb8;
    color: #fff;
    margin-bottom: 5px;
}

.ab2 .casino-table-left-box,
.ab2 .casino-table-right-box {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid var(--table-border);
}

.ab2-box {
    width: 49%;
}

.casino-table-right-box .ab2-box {
    width: 24%;
}

.ab2 .casino-table-left-box .casino-odds {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.ab2 .ab2cards {
    justify-content: center;
}

.ab2 .ab-cards-container {
    width: 250px;
    color: #fff;
}

.ab2 .ab-cards-container img {
    height: 35px !important;
    margin-bottom: 5px !important;
}

.casino-video-cards .col-9 {
    padding-left: 20px;
}

/*Andar Bahar 3*/

.ab.ab3 .andar-box,
.andarbg3 {
    background-color: #fc424280;
}

.ab.ab3 .bahar-box,
.baharbg3 {
    background-color: #fdcf1380;
}
.flip-card-front img{
  height: 25px;


}
.draggable img{
  height: 25px;
 

}
.casino-video-cards{
  position: absolute;
  top:0px
}