.game-trend-meron {
  padding: 0px;
  height: 30px;
  width: 30px;

  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 8px solid #990000;
}
.game-trend-wala {
  padding: 0px;
  height: 30px;
  width: 30px;

  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 8px solid #000066;
}

.game-trend-draw {
  padding: 0px;
  height: 30px;
  width: 30px;

  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 8px solid #336600;
}

.game-trend-cancelled {
  padding: 0px;
  height: 30px;
  width: 30px;

  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 8px solid #bebebe;
}
.game-meron {
  padding: 3px;
  height: 30px;
  width: 30px;
  background-color: #990000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 0.5px solid #990000;
}
.game-wala {
  padding: 3px;
  height: 30px;
  width: 30px;
  background-color: #3333cc;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 0.5px solid #000066;
}
.game-draw {
  padding: 3px;
  height: 30px;
  width: 30px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 0.5px solid #336600;
}
.game-cancelled {
  padding: 3px;
  height: 30px;
  width: 30px;
  background-color: #d3d3d3;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 0.5px solid #bebebe;
}
div.ex1 {
  background-color: white;
  height: 200px;
  width: auto;
  overflow-y: scroll;
  overflow-x: scroll;
}
.hide-label {
  display: none;
  visibility: hidden;
}

.swal-wide {
  width: 150px;
  height: 250px;
}
.swal2-title {
  font-size: 10px;
}

.css-input {
  padding: 5px;
  width: 80%;
  font-size: 15px;
  background-color: #201e1e;
  color: #ffffff;
  border: 1px solid;
  border-radius: 0.1em;
}
.css-input:focus {
  border: 1px solid gold;
  outline: none;
}
.clear_btn {
  padding: 5px;
  border-radius: 0.2em;
  border: 1px solid;
  font-family: arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
  width: 20%;
  background-color: #201e1e;
}
.clear_btn:focus {
  opacity: 60%;
}
.clear_btn:hover {
  opacity: 40%;
}
.div-rows {
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.div-pts {
  font-family: arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  color: #ffff00;
}
.div-cols {
  font-family: arial, sans-serif;
  font-size: 25px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

div.tr {
  display: table-row;
  padding: 5px;
}
div.td {
  border: 1px solid #e2e2e2;
  display: table-cell;
  padding: 1px;
}
div.ex1 {
  width: auto;
}
div.points {
  display: table-cell;
  padding: 1px;
}
div.declare {
  border: 1px solid #e2e2e2;
  padding: 1px;
  height: auto;
  width: auto;
  border-radius: 0.2em;
  text-align: center;
  background-color: #e3dac9;
  color: black;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.btn-meron {
  border: 1px solid #f0fff0;
  height: 100%;
  width: 100%;
  padding: 8px;
  border-radius: 0.1em;
  background-color: red;
  font-family: arial, sans-serif;
  font-size: 15px;
  background-position: 0% 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  color: white;
}
.btn-wala {
  border: 1px solid #f0fff0;
  height: 100%;
  width: 100%;
  padding: 8px;
  border-radius: 0.1em;
  background-color: blue;
  font-family: arial, sans-serif;
  font-size: 15px;
  background-position: 0% 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  color: white;
}

.btn-draw {
  border: 1px solid #f0fff0;
  height: 100%;
  width: 100%;
  padding: 8px;
  border-radius: 0.1em;
  background-color: green;
  font-family: arial, sans-serif;
  font-size: 15px;
  background-position: 0% 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  color: white;
}

.btn-cancelled {
  border: 1px solid #f0fff0;
  height: 100%;
  width: 100%;
  padding: 8px;
  border-radius: 0.1em;
  background-color: grey;
  font-family: arial, sans-serif;
  font-size: 15px;
  background-position: 0% 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  color: white;
}

.game-meron {
  padding: 3px;
  height: 30px;
  width: 30px;
  background-color: #990000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 0.5px solid #990000;
}
.game-wala {
  padding: 3px;
  height: 30px;
  width: 30px;
  background-color: #3333cc;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 0.5px solid #000066;
}

.game-draw {
  padding: 3px;
  height: 30px;
  width: 30px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 0.5px solid #336600;
}

.game-cancelled {
  padding: 3px;
  height: 30px;
  width: 30px;
  background-color: #d3d3d3;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 0.5px solid #bebebe;
}

div.ex1 {
  background-color: white;
  height: 200px;
  width: auto;
  overflow-y: scroll;
  overflow-x: scroll;
}
.dark-bg {
  background-color: #1e2024 !important;
}

.my-bets {
  font-family: "Montserrat", sans-serif;
}

.post-bet {
  color: #fff;
  border-color: #009900 !important;
  background-color: #009900 !important;
}

.meron-bg {
  /*background-color:#B31013*/
  background-color: #f34141;
}

.wala-bg {
  /*background-color:#0B4592*/
  background-color: #1e81f1;
}

.noty_theme__sunset.noty_bar .noty_body {
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.noty_theme__sunset.noty_type__error {
  background-color: #f34141 !important;
}

.noty_theme__sunset.noty_type__success {
  background-color: #2eb85c !important;
}

.currentPointsDisplay {
  font-size: 18px;
}

@media (max-width: 479px) {
  .meronodds1010 {
    font-size: 24px !important;
  }
  .walaodds1010 {
    font-size: 24px !important;
  }
  .meronodds1010winnings {
    font-size: 18px !important;
  }
  .walaodds1010winnings {
    font-size: 18px !important;
  }
  .fightNoDisplay {
    font-size: 18px;
  }
  .tdbet-amountm {
    font-size: 14px;
  }
  .tdbet-amountw {
    font-size: 14px;
  }
  .tdbet-amountd {
    font-size: 14px;
  }
  .my-bets {
    font-size: 14px;
  }
}

.label-success {
  background-color: #2eb85c !important;
}

.statusLabel {
  font-weight: 900 !important;
  font-size: 13px !important;
}

.winner-indicator {
  color: #ffdc11 !important;
  font-weight: bold;
  font-size: 14px;
}

.cancel-indicator {
  color: #ffdc11 !important;
  font-weight: bold;
  font-size: 13px;
}

.blinktext {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#betting-dashboard .label {
  font-size: 10px !important;
}

.bettingStatus {
  padding-top: 11px !important;
}

.betAmount {
  font-weight: bold;
}

.userPayoutLabel {
  background-color: #156da8;
  padding: 0px 2px 0px 2px;
  color: #fff;
  font-size: 13px;
}

#betting-dashboard .beting-status-label {
  font-size: 15px !important;
}
/*
@media (min-width:481px)  {
  .meronodds1010 {
    font-size: 24px !important
  }
  .payoutDisplay {
    font-size: 24px !important
  }
}

@media (min-width:600px)  {
  .meronodds1010 {
    font-size: 24px !important
  }
  .payoutDisplay {
    font-size: 24px !important
  }
}
*/

.marquee {
  height: 30px;
  overflow: hidden;
  position: relative;
  background: #b31013;
  color: #fff;
}

.marquee p {
  white-space: nowrap;
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 30px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left 14s linear infinite;
  -webkit-animation: scroll-left 14s linear infinite;
  animation: scroll-left 14s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-300%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-300%);
  }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-300%);
    /* Browser bug fix */
    -webkit-transform: translateX(-300%);
    /* Browser bug fix */
    transform: translateX(-300%);
  }
}

#box-history-automatic {
  position: relative;
  height: 190px;
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: #ecf0f1;
}

#box-history-automatic .badge,
.box-history-automatic .badge {
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.5);

  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 50%;

  width: 30px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  margin-left: 2px;
  margin-right: auto;
  font-family: "Montserrat", sans-serif !important;
}

#box-history-automatic .badge-primary,
.box-history-automatic .badge-primary {
  background-color: #0b4592;
}

#box-history-automatic .badge-danger,
.box-history-automatic .badge-danger {
  background-color: #b31013;
}
#box-history-automatic .badge-success,
.box-history-automatic .badge-success {
  background-color: green;
}

#box-history-automatic table tr td,
.box-history-automatic table tr td {
  max-width: 32px;
  min-width: 35px;
  max-height: 30px;
  min-height: 30px;
  height: 30px;
  padding: 2px 3px 1px 3px;
  background-color: #ecf0f1;
  color: #fff;
  border: 1px solid #dedede;
}

#box-history-automatic table tr td span.badge {
  margin: 0px;
  margin-left: 0px;
}

#box-history-automatic .badge,
.box-history-automatic .badge {
  padding: 10px 2px;
}
