/* main content start */

.lotteryListTable thead {
  color: #fff;
  background-color: #302525;
}

thead th:nth-child(1) {
  width: 20%;
}

thead th:nth-child(2) {
  width: 40;
}

thead th:nth-child(3) {
  width: 25%;
}

thead th:nth-child(4) {
  width: 15%;
}

.slot1 {
  display: inline-block;
}
.lottery_slot_1 img {
  display: inline-block;
  width: 45px;
  height: 45px;
}
.slot_1_info {
  margin-left: 8px;
  text-align: left;
}
.slot_1_info p span {
  margin-right: 5px;
}
.slot2_result {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.slot2_result_small {
  width: 62%;
  height: 100%;
  display: inline-block;
}
.slot2_notes {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.slot2_result .circleBlue {
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 35px;
}
.slot2_notes .notes {
  float: left;
  margin-right: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
}
.slot2_result .result {
  float: left;
  margin-right: 5px;
  width: 36px;
  height: 37px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
.slot2_result .circle {
  float: left;
  margin-right: 5px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: var(--font-normal);
  color: #fff;
}
.slot2_result .smallcircle {
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: var(--font-small);
  color: #fff;
  margin-bottom: 2px;
}
.loader {
  display: none;
  color: red;
  margin-inline: auto;
}
p.loader {
  text-align: center;
  font-size: var(--font-normal);
}
.slot4 {
  display: inline-flex;
  vertical-align: middle;
  height: 100%;
  justify-content: center;
}
.slot4 a {
  border: 1px solid #343139;
  color: #343139;
  display: inline-block;
  width: 42px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  background-color: transparent;
  vertical-align: text-top;
  padding: 0;
}
.slot4 a:hover {
  background-color: #333;
  color: #fff;
}
.slot4 a {
  text-decoration: none;
}
.cards_shape {
  font-family: IcoFont;
}
.result.cards {
  display: inline-block;
  width: 26px;
  height: 40px;
  margin: 0 2px 0 0;
  padding: 1px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1),
    0 0 0 1px hsla(0, 0%, 4%, 0.3);
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.3);
  text-align: center;
  font-size: var(--font-normal);
  margin-right: 5px;
  font-weight: bold;
}
.spade::before {
  content: "\E658";
}
.clubs::before {
  content: "\E655";
}
.heart:before {
  content: "\E657";
}
.diamond:before {
  content: "\E656";
}
.cards_slot.redblue {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.cards_slot.redblue .cards_result {
  justify-content: center;
}
.slot2.br_cards {
  text-align: center;
}
.redblue_img {
  padding-bottom: 5px;
}
.slot2.cards_slot2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.slot2.cards_slot3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}
.slot2.cards_slot4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
}
.slot2.cards_slot5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.slot2.cards_slot5 .top {
  width: 100%;
}
.slot2.cards_slot5 .cards_slot span {
  font-size: var(--font-large);
  margin-right: 5px;
  white-space: nowrap;
}
.top .slot2_result.cards_result {
  display: flex;
  justify-content: center;
}
.slot2.bg_cards {
  background-image: url(../images/socer_bg.png);
  background-position: 50%;
}
.bg_cards .cards_slot {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two equal-width columns */
  grid-template-rows: auto; /* Auto rows */
  width: 100%;
}
.wide {
  grid-column: span 2; /* Makes this item span two columns */
}
.bg_cards .cards_slot .cards_result {
  justify-content: center;
}
.cards_slot {
  display: inline-flex;
  margin-bottom: 5px;
}
.team {
  display: flex;
  justify-content: space-evenly;
  font-weight: bold;
  font-size: var(--font-normal);
}
.cards_result {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  margin-right: 5px;
}
.cards_result.twopcs {
  justify-content: flex-start;
}
.slot2.cards span,
.slot2.cards_slot2 span,
.slot2.cards_slot3 span,
.slot2.cards_slot4 span {
  font-size: var(--font-large);
  margin-right: 5px;
  white-space: nowrap;
}

/* main content end */
