@charset "utf-8";

.wrapbox > div::before,
.wrapbox > div::after {
  display: table;
  content: ' ';
}
.wrapbox > div::after {
  clear: both;
}

.titleBar {
  height: 23px;
  margin: 10px 0;
}
.titleBar .title {
  display: inline-block;
  margin-top: 0.2em;
  margin-left: 15px;
  overflow: hidden;
  font-size: 1.167em;
  font-weight: bold;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
}
.titleBar .title::before {
  float: left;
  margin-right: 0.3em;
}
.titleBar .title.icon-betList::before,
.titleBar .title.icon-statement::before,
.titleBar .title.icon-result::before {
  margin-top: -0.24em;
  font-size: 1.5em;
}
.titleBar .filterArea {
  float: right;
}
.titleBar .filter .icon-print::before,
.titleBar .filter .icon-refresh::before {
  font-size: 1.5em;
  line-height: 1.1;
}

.breadcrumbs {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs > li::after {
  position: relative;
  top: 0.15em;
  margin: 0 0.3em;
  font-family: 'iconFont';
  font-weight: bolder;
  content: '';
}
.breadcrumbs a {
  color: #d44f02;
  text-decoration: none;
  cursor: pointer;
}

.filterBlock {
  padding: 0.5em;
  background: #ececec;
  border: 1px solid #dfdfdf;
  border-radius: 3px 3px 0 0;
}
.filterBlock .filterRow::after {
  display: block;
  clear: both;
  content: '';
}
.filter,
.filter.dropdown-flexible .selected,
.filter.dropdown-date .selected {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.filter {
  position: relative;
  float: left;
  min-width: 2em;
  height: 2em;
  padding: 0.15em 0.5em;
  margin-left: 0.25em;
  font-size: inherit;
  color: #545454;
  text-decoration: none;
  cursor: pointer;
  background: #ececec;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}
.filter:first-child {
  margin-left: 0;
}
.filter:hover {
  background: white;
}
.filter.primary {
  font-weight: bold;
  color: #fff;
  background-color: #e2a100;
}
.filter.dropdown-flexible {
  padding: 0;
}
.filter.dropdown-flexible > .dropdown-hidden {
  display: none;
}
.filter.dropdown-flexible::after,
.filter.dropdown-date::after {
  position: absolute;
  top: 0.4em;
  right: 0.3em;
  font-family: 'iconFont';
  line-height: 1;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.filter.dropdown-flexible::after {
  content: '';
}
.filter.dropdown-date::after {
  content: '';
}
.filter.dropdown-flexible .selected,
.filter.dropdown-date .selected {
  height: inherit;
}
.filter.dropdown-flexible .selected .txt {
  display: block;
  padding: 0.15em 1.5em 0.15em 0.5em;
}
.filter.dropdown-flexible .dropdownPanel {
  position: relative;
  display: block;
  height: 0;
  max-height: 27em;
  margin-top: -0.2em;
  margin-left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  visibility: hidden;
  border-top: 1px solid #cdcdcd;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.4);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.filter.dropdown-flexible.dropdownActive .dropdownPanel {
  height: auto;
  max-height: 27em;
  visibility: visible;
}
.filter.dropdown-flexible .dropdownPanel .content {
  padding: 0.15em 1.5em 0.15em 0.5em;
  margin-right: -1px;
  margin-left: -1px;
  background: white;
  border-color: #cdcdcd;
  border-style: solid;
  border-width: 0 1px;
}
.filter.dropdown-flexible .dropdownPanel .content:last-child {
  border-bottom-width: 1px;
  border-radius: 0 0 3px 3px;
}
.filter.dropdown-flexible .dropdownPanel .content:hover,
.filter.dropdown-flexible .dropdownPanel .content.keySelected {
  background: #d6d6d6;
}
.filter.dropdown-date .selected {
  margin: -0.15em -0.5em;
}
.filter.dropdown-date .selected .date-input {
  margin: 0.15em 1.3em 0.15em 0.5em;
  font-size: inherit;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.accountTable {
  width: 100%;
  border-collapse: separate !important;
}
.accountTable .tableHead,
.accountTable .tableRow,
.accountTable .tableRow .tableGroup,
.accountTable .tableFooter {
  display: table;
  width: 100%;
  padding: 0;
  table-layout: fixed;
}
.accountTable .tableHead > th,
.accountTable .tableRow > td,
.accountTable .tableFooter > td,
.accountTable .tableRow .tableGroup > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 0.5em;
}
.accountTable .tableHead {
  background: #e2a100 !important;
  border-top: solid 1px #e2a100;
  border-bottom: solid 1px #e2a100;
  border-radius: 3px 3px 0 0;
}
.accountTable .tableHead > th {
  padding: 0;
  border-left: 1px solid #966b00;
}
.accountTable .tableHead th:first-child {
  border-left: 0;
}
.accountTable .tableHead > th > div {
  padding: 0.5em;
  overflow: hidden;
  font-weight: normal;
  color: #fff;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.accountTable .tableRow {
  background: #fff;
  border-bottom: 1px solid #bbb;
}
.accountTable .tableRow:nth-child(2n + 1) {
  background: #eee;
}
.accountTable .tableRow:hover {
  background: #fffad6;
}
.accountTable .tableRow.void {
  background-color: #c7c7c7;
}
.accountTable .tableRow > td + td {
  border-left: 1px solid #bbb;
}
.accountTable .tableRow.tableRow-pointer {
  cursor: pointer;
}
.accountTable .tableRow > td.hasTableGroup {
  padding: 0;
}
.accountTable .tableRow .tableGroup + .tableGroup {
  border-top: 1px solid #bbb;
}
.accountTable .ref,
.accountTable .odds,
.accountTable .credit {
  font-weight: bold;
  color: #341b00;
}
.accountTable .credit .neg {
  color: #ff1616;
}
.accountTable .betType {
  font-weight: bold;
  color: #d44f02;
}
.accountTable .betDetail {
  padding: 0 0 0 0.5em;
  margin: 0 0 0 0.5em;
  border-left: 2px solid #fd640c;
}
.accountTable .betDetail .gameType {
  padding-right: 1.5em;
  color: #ff1616;
}
.accountTable .matchInfo-line {
  color: #7c7c7c;
}
.accountTable .matchInfo-line .leagueName,
.accountTable .remark,
.accountTable .total {
  font-weight: bold;
}
.accountTable .status {
  font-weight: bold;
  color: #ff1616;
}
.accountTable .points-flexible {
  max-width: 8em !important;
  font-weight: bold;
  color: #341b00;
  text-align: center;
}
.accountTable .points-flexible span {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
}
.accountTable .points-flexible span[class*='result-'] {
  width: 13px;
  height: 13px;
  border-radius: 100%;
}
.accountTable .result ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.accountTable .result li {
  width: 10%;
  font-weight: bold;
}
.accountTable .noInfo {
  padding: 0.833em;
  font-weight: bold;
  color: #7c7c7c;
  text-align: center;
  background: #dfdfdf;
}
.accountTable .smallBtn {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  font-size: 1.1em;
  color: #fff;
  cursor: pointer;
  background: #e2a100;
  border-radius: 3px;
}
.accountTable .smallBtn::before {
  position: relative;
  font-size: 1.25em;
  line-height: 1;
}
.accountTable .smallBtn:hover {
  background: #ffbc16;
}
.accountTable .smallBtn.icon-result::before {
  left: 0.1em;
  font-size: 1em;
}
@media screen and (min-width: 0\0) {
  .accountTable .smallBtn.icon-result::before {
    font-size: 0.8em;
  }
}
.accountTable .tableFooter {
  background: #ffddd2;
  border-bottom: 1px solid #cea193;
}
.accountTable .pagination {
  padding: 0.833em 0;
  text-align: center;
}
.accountTable .pagination > a,
.accountTable .pagination > input {
  display: inline-block;
  padding: 0.15em 0.5em;
  color: #545454;
  vertical-align: middle;
  background-color: #ececec;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  outline: none;
}
.accountTable .pagination a {
  font-size: 1.4em;
  line-height: 1em;
  text-decoration: none;
}
.accountTable .pagination a.disabled {
  color: #7c7c7c;
  cursor: default;
  background: #cdcdcd;
}
.accountTable .pagination input {
  font-size: inherit;
  text-align: center;
  background-color: #fff;
}

.icon-betList::before {
  font-family: 'iconFont';
  content: '';
}
.icon-print::before {
  font-family: 'iconFont';
  content: '';
}
.icon-refresh::before {
  font-family: 'iconFont';
  content: '';
}
.icon-statement::before {
  font-family: 'iconFont';
  content: '';
}
.icon-next::before {
  font-family: 'iconFont';
  content: '';
}
.icon-result::before {
  font-family: 'iconFont';
  content: '';
}
.icon-close::before {
  font-family: 'iconFont';
  content: '';
}

.preloader {
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
}
.preloader .spin {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin: 0.34708em 0;
  font-size: 2.4em;
}
.preloader .spin-circle {
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation: spincircle-rotate 5.5s linear infinite;
  animation: spinCircle-rotate 5.5s linear infinite;
}
.preloader .spin-circle::after {
  position: absolute;
  width: 0.24em;
  height: 0.24em;
  content: '';
  background: #fec73e;
  border-radius: 100%;
}
.preloader .spin-circle:nth-child(2) {
  -webkit-animation-delay: 240ms;
  animation-delay: 240ms;
}
.preloader .spin-circle:nth-child(3) {
  -webkit-animation-delay: 480ms;
  animation-delay: 480ms;
}
.preloader .spin-circle:nth-child(4) {
  -webkit-animation-delay: 720ms;
  animation-delay: 720ms;
}
.preloader .spin-circle:nth-child(5) {
  -webkit-animation-delay: 960ms;
  animation-delay: 960ms;
}

@-webkit-keyframes spinCircle-rotate {
  0% {
    opacity: 1;
    -webkit-transform: rotate(215deg);
    transform: rotate(215deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  7% {
    -webkit-transform: rotate(465deg);
    transform: rotate(465deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  30% {
    -webkit-transform: rotate(705deg);
    transform: rotate(705deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  39% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(1185deg);
    transform: rotate(1185deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  75% {
    -webkit-transform: rotate(1425deg);
    transform: rotate(1425deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  76% {
    opacity: 0;
    -webkit-transform: rotate(1425deg);
    transform: rotate(1425deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(1425deg);
    transform: rotate(1425deg);
  }
}

@keyframes spinCircle-rotate {
  0% {
    opacity: 1;
    -webkit-transform: rotate(215deg);
    transform: rotate(215deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  7% {
    -webkit-transform: rotate(465deg);
    transform: rotate(465deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  30% {
    -webkit-transform: rotate(705deg);
    transform: rotate(705deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  39% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(1185deg);
    transform: rotate(1185deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  75% {
    -webkit-transform: rotate(1425deg);
    transform: rotate(1425deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  76% {
    opacity: 0;
    -webkit-transform: rotate(1425deg);
    transform: rotate(1425deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(1425deg);
    transform: rotate(1425deg);
  }
}

.popupPanel,
.popupPanel-large {
  position: absolute;
  z-index: 38;
  display: none;
  width: 45%;
  min-width: 25em;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.8);
}
.popupPanel-large {
  width: 60%;
  min-width: 50em;
}
.heading-default {
  position: relative;
  color: #fff;
  cursor: move;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fec73e),
    to(#e2a100)
  );
  background: -webkit-linear-gradient(top, #fec73e 0%, #e2a100 100%);
  background: -o-linear-gradient(top, #fec73e 0%, #e2a100 100%);
  background: linear-gradient(to bottom, #fec73e 0%, #e2a100 100%);
  background: -webkit-linear-gradient(bottom, #e2a100 0%, #fec73e 100%);
  border-radius: 3px 3px 0 0;
}
.heading-default::after {
  display: block;
  clear: both;
  content: '';
}
.heading-default .floatRight {
  float: right;
}
.heading-default .glyphIcon-large {
  width: 2.5em;
  height: 100%;
  padding: 0.25em 0;
  font-size: 1.25em;
  color: #ffcf6a;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #d89a00;
}
.heading-default .glyphIcon-large:hover {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fece57),
    to(#e2a100)
  );
  background: -webkit-linear-gradient(top, #fece57 0%, #e2a100 100%);
  background: -o-linear-gradient(top, #fece57 0%, #e2a100 100%);
  background: linear-gradient(to bottom, #fece57 0%, #e2a100 100%);
  background: -webkit-linear-gradient(bottom, #e2a100 0%, #fece57 100%);
}
.heading-default .glyphIcon-large::before {
  display: block;
  font-size: 1.55em;
  font-weight: normal;
  line-height: 1;
}
.heading-default .text {
  padding: 0 0.833em;
  overflow: hidden;
  font-weight: bold;
  line-height: 2.5;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popupPanel .contentArea,
.popupPanel-large .contentArea {
  padding: 0.833em;
  color: #545454;
  background: #ececec;
  border-radius: 0 0 3px 3px;
}
.otherContent {
  padding: 0 0 0.833em 0;
}
.otherContent::after {
  display: block;
  clear: both;
  content: '';
}
.otherContent .primary {
  font-weight: bold;
  color: #d44f02;
}
.otherContent .text-strong {
  font-weight: bold;
}
.otherTableHead,
.otherTableRow {
  display: table;
  width: 100%;
  text-align: center;
}
.otherTableRow:hover {
  background: #fffad6;
}
.otherTableHead > div,
.otherTableRow > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 0.3em 0.833em;
}
.otherTableHead {
  color: #fff;
  background: #a3a3a3;
  border-bottom: 1px solid #cdcdcd;
}
.otherTableHead > div {
  max-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.otherTableRow {
  font-weight: bold;
  color: #323232;
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
}
.otherTableRow > div + div {
  border-left: 1px solid #cdcdcd;
}
.otherTable.col3 .colUnit,
.otherTable.col6 .colUnit-crossing-2col {
  width: 33.3%;
}

.otherTable.col6 .colUnit {
  width: 16.66%;
}

.otherTable.col7 .colUnit {
  width: 14.28%;
}

.otherTable.col4 .colUnit,
.otherTable.col10 .colUnit-crossing-2col {
  width: 20%;
}

.otherTable.col10 .colUnit {
  width: 10%;
}

.colUnit50 {
  width: 50%;
}

.colUnit100 {
  width: 100%;
}
.otherTableRow ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.otherTableRow li {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  padding: 2px;
  line-height: 18px;
  vertical-align: middle;
  background-color: #cdcdcd;
  border-radius: 3px;
}
.otherTableRow span[class*='result-'] {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.dice {
  display: inline-block;
  margin-right: 3px;
  background-color: #fff;
  border-radius: 4px;
}
.dice img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.numberCircle {
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  background-color: #d44f02;
  border-radius: 50%;
}
.numberCircle-small {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}
.color-red {
  color: #b53f39;
}
.color-blue {
  color: #2556b3;
}
.color-green {
  color: #4db13e;
}
.result-cR {
  background-color: red;
}
.result-cO {
  background-color: orange;
}
.result-cY {
  background-color: yellow;
}
.result-cA {
  background-color: aqua;
}
.result-cG {
  background-color: green;
}
.result-cB {
  background-color: blue;
}
.result-cP {
  background-color: purple;
}
.SeDie {
  width: 26px;
  height: 26px;
  margin: auto;
  background-color: #efefef;
  border: solid 0.5px #7a7a7a;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #aaa;
}
.SeDie1 {
  background-color: #efefef;
}

.SeDie2 {
  background-color: rgb(226, 96, 106);
}
.flipResult-penalty-card {
  position: relative;
  width: 50px;
  height: 72.6px;
  margin: auto;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 black;
}
.flipResult-penalty-card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.flipResult-penalty-card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 24px;
  font-size: 18px;
  font-weight: bold;
}

.flipResult-penalty-card-number1 {
  color: #000;
}

.flipResult-penalty-card-number0 {
  color: #df0000;
}

.flipResult-penalty-card-front-image {
  width: 35px;
}
.flipResult-bull-card {
  position: relative;
  width: 33px;
  height: 52px;
  margin: auto;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(64, 64, 64, 0.8);
}
.flipResult-bull-card-front {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.flipResult-bull-card-contrast {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60%;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.flipResult-bull-card-image-top {
  position: absolute;
  top: 2px;
  left: 2px;
  display: flex;
  width: 8px;
  height: 8px;
}

.flipResult-bull-card-image-bottom {
  position: absolute;
  right: 2px;
  bottom: 2px;
  display: flex;
  width: 8px;
  height: 8px;
}

.fr-main-bg {
  background-color: #ac3f37;
}

.fr-main-txt {
  color: #ac3f37;
}

.icons {
  fill: currentColor;
}

/* Result.aspx new games */
.penaltyCard {
  display: inline-block;
  width: 25px;
  height: 30px;
  margin: 0 5px;
  line-height: 20px;
  color: black;
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 5px;
}

.penaltyCard-black {
  color: #000;
}

.penaltyCard-red {
  color: #df0000;
}

.penaltyCard-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 13px;
  margin-top: 1px;
  font-weight: bold;
}

.penaltyCard-image {
  width: 14px;
  height: auto;
}

.sedie-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  background-color: #efefef;
  border: solid 0.5px #7a7a7a;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #aaa;
}

.sedie-red {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  color: white;
  background-color: rgb(226, 96, 106);
  border: solid 0.5px #7a7a7a;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #aaa;
}

.sedie-black {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  color: white;
  background-color: black;
  border: solid 0.5px #7a7a7a;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #aaa;
}

.sedie-green {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  color: white;
  background-color: #3a3;
  border: solid 0.5px #7a7a7a;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #aaa;
}

.bullCard-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.bull-group-flex {
  display: flex !important;
  flex-direction: row;
}

.bull-card-flex {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.bull-card-margin-right {
  margin-right: 5px;
}

.bullCard-groupTitle {
  margin-top: -4px;
  margin-bottom: 2px;
  font-weight: bold;
}

.bullCard {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(64, 64, 64, 0.8);
  margin: 2px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding-top: 2px;
}

.bullCard-image {
  fill: currentColor;
}

.bullCard-image-top {
  position: absolute;
  top: 14px;
  left: 3px;
  display: flex;
  width: 14px;
  height: 14px;
}

.bullCard-image-top svg {
  width: 100%;
  padding: 0;
}

.bullCard-image-bottom {
  position: absolute;
  right: 1px;
  bottom: 1px;
  display: flex;
  width: 4px;
  height: 4px;
}

.bullCard-contrast {
  /* margin-top: 30%; */
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60%;
  font-size: 11px;
  font-weight: bold;
  color: red;
}

.border-none {
  border: none !important;
}

.gmtMessage {
  font-size: 12px;
  color: white;
}

.gmtMessage span {
  font-weight: bold;
}

.ball-color {
  width: 16px;
  height: 16px;
  margin: -3px 2px;
}

ol,
ul {
  padding-left: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  color: white;
}
ol {
  padding-left: 16px;
  list-style: decimal;
}
.color-white {
  margin-top: 20px;
  margin-bottom: 7px;
  font-weight: 700;
  color: white!important;
}
b,
strong {
  font-weight: 700;
  color: white;
}
p {
  margin: 0 0 10px;
  color: white;
}
.list-disc {
  list-style: disc;
}
.game_rules {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}
.game_rules h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.game_rules .nav-pills {
  margin-bottom: 20px;
}
.game_rules .nav-pills > li {
  max-width: 180px;
  padding: 10px 15px;
  margin-top: 2px;
  margin-left: 2px;
  font-size: 14px;
  font-weight: normal;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.game_rules .nav-pills > li.active {
  color: #673600 !important;
  background: #eea812;
  background: -moz-linear-gradient(top, #f3c935 2%, #eea812 100%);
  background: -webkit-linear-gradient(top, #f3c935 2%, #eea812 100%);
  background: linear-gradient(to bottom, #f3c935 2%, #eea812 100%);
}
