@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialicons.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconsoutlined.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconsround.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconssharp.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconstwotone.woff2") format("woff2");
}
/*------------------------Font Awesome Shortcut--------------------------*/
.lotteryResultsWrapper {
  font-family: "Nunito Sans";
  color: #fafafa;
  position: relative;
}
.lotteryResultsWrapper .nextDrawDateWrapper {
  padding: 1.4rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: rgb(34, 34, 34);
  background: linear-gradient(0deg, rgb(34, 34, 34) 0%, rgb(0, 0, 0) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.lotteryResultsWrapper .nextDrawDateWrapper .betButtonsWrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDateWrapper .betButtonsWrapper {
    flex-direction: column !important;
    width: 100% !important;
    align-items: stretch !important;
    gap: 0.8rem !important;
  }
}
.lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDate {
  font-size: 1.6rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0.5rem 1rem;
  min-width: 250px;
  flex: 1 1 auto;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
}
.lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDate:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 550px) {
  .lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDate {
    font-size: 1.4rem;
    min-width: 200px;
    flex: 1 1 100%;
  }
}
.lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn {
  font-family: "Roboto";
  background: rgba(255, 193, 7, 0.9);
  color: #000;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  min-width: 48px;
  flex: 0 0 auto;
}
.lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn .betHistoryBtn-icon {
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn:hover:not(:disabled) {
  background: rgb(255, 193, 7);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 193, 7, 0.3);
}
.lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn:active:not(:disabled) {
  transform: translateY(0);
}
.lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  .lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn .betHistoryBtn-icon {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  .lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    flex: 0 0 auto;
  }
  .lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn .betHistoryBtn-icon {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .lotteryResultsWrapper .nextDrawDateWrapper .betHistoryBtn .betHistoryBtn-icon {
    font-size: 1.2rem;
  }
}
.lotteryResultsWrapper .nextDrawDateWrapper > a {
  font-family: "Roboto";
  font-size: 1.6rem;
  padding: 1rem 2rem;
  background: #FAFAFA !important;
  color: #000 !important;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
}
.lotteryResultsWrapper .nextDrawDateWrapper > a:hover {
  background: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(250, 250, 250, 0.3);
}
@media screen and (max-width: 768px) {
  .lotteryResultsWrapper .nextDrawDateWrapper > a {
    font-size: 1.3rem;
    padding: 0.7rem 1.2rem;
  }
}
@media screen and (max-width: 550px) {
  .lotteryResultsWrapper .nextDrawDateWrapper > a {
    font-size: 1.2rem;
    padding: 0.6rem 1rem;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .lotteryResultsWrapper .nextDrawDateWrapper > a {
    font-size: 1.1rem;
    padding: 0.5rem 0.8rem;
  }
}
.lotteryResultsWrapper .nextDrawDateWrapper .betNowBtn {
  font-family: "Roboto";
  font-size: 1.6rem;
  padding: 1rem 2rem;
  background: #FAFAFA !important;
  color: #000 !important;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
  min-width: 0;
}
.lotteryResultsWrapper .nextDrawDateWrapper .betNowBtn[type=button] {
  padding: 0.8rem 1.5rem;
}
.lotteryResultsWrapper .nextDrawDateWrapper .betNowBtn:hover {
  background: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(250, 250, 250, 0.3);
}
@media screen and (max-width: 768px) {
  .lotteryResultsWrapper .nextDrawDateWrapper .betNowBtn {
    font-size: 1.3rem;
    padding: 0.7rem 1.2rem;
  }
  .lotteryResultsWrapper .nextDrawDateWrapper .betNowBtn[type=button] {
    padding: 0.7rem 1.2rem;
  }
}
@media screen and (max-width: 550px) {
  .lotteryResultsWrapper .nextDrawDateWrapper .betNowBtn {
    font-size: 1.2rem;
    padding: 0.6rem 1rem;
    width: 100% !important;
    max-width: 100% !important;
  }
  .lotteryResultsWrapper .nextDrawDateWrapper .betNowBtn[type=button] {
    padding: 0.6rem 1rem;
  }
}
@media screen and (max-width: 400px) {
  .lotteryResultsWrapper .nextDrawDateWrapper .betNowBtn {
    font-size: 1.1rem;
    padding: 0.5rem 0.8rem;
  }
  .lotteryResultsWrapper .nextDrawDateWrapper .betNowBtn[type=button] {
    padding: 0.5rem 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDateWrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDateWrapper .nextDrawDate {
    width: 100%;
    margin-bottom: 0;
  }
  .lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDateWrapper .betButtonsWrapper {
    flex-direction: column !important;
    width: 100% !important;
    align-items: stretch !important;
    gap: 0.8rem !important;
  }
  .lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDateWrapper .betHistoryBtn,
  .lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDateWrapper .betNowBtn {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 550px) {
  .lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDateWrapper .nextDrawDate {
    width: 100%;
    margin-bottom: 0;
  }
  .lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDateWrapper .betHistoryBtn,
  .lotteryResultsWrapper .nextDrawDateWrapper .nextDrawDateWrapper .betNowBtn {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.betHistoryModal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.75) !important;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 99999 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  overflow-y: auto;
  animation: fadeIn 0.3s ease;
  margin: 0 !important;
  pointer-events: auto !important;
}
@media screen and (max-width: 768px) {
  .betHistoryModal {
    padding: 1rem;
    align-items: flex-start;
    padding-top: 2rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.betHistoryModal .betHistoryModal-content {
  background: rgb(34, 34, 34);
  background: linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(0, 0, 0) 100%);
  border-radius: 16px;
  width: 100%;
  max-width: 800px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  animation: slideUp 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .betHistoryModal .betHistoryModal-content {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 12px;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.betHistoryModal .betHistoryModal-header {
  padding: 2rem 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
.betHistoryModal .betHistoryModal-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}
@media screen and (max-width: 768px) {
  .betHistoryModal .betHistoryModal-header {
    padding: 1.5rem;
  }
}
.betHistoryModal .betHistoryModal-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .betHistoryModal .betHistoryModal-title {
    font-size: 1.8rem;
  }
}
.betHistoryModal .betHistoryModal-close {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  padding: 0;
  line-height: 1;
}
.betHistoryModal .betHistoryModal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg) scale(1.1);
}
.betHistoryModal .betHistoryModal-close:active {
  transform: rotate(90deg) scale(0.95);
}
.betHistoryModal .betHistoryModal-close span {
  display: block;
  font-weight: 300;
}
.betHistoryModal .betHistoryModal-body {
  padding: 2.5rem;
  overflow-y: auto;
  flex: 1;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .betHistoryModal .betHistoryModal-body {
    padding: 1.5rem;
  }
}
.betHistoryModal .betHistoryModal-body::-webkit-scrollbar {
  width: 8px;
}
.betHistoryModal .betHistoryModal-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.betHistoryModal .betHistoryModal-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.betHistoryModal .betHistoryModal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.betHistoryModal .betHistoryModal-filter {
  margin-bottom: 2rem;
}
.betHistoryModal .betHistoryModal-filter .betHistoryDateFilter {
  font-size: 1.6rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 300px;
  cursor: pointer;
  min-width: 250px;
}
.betHistoryModal .betHistoryModal-filter .betHistoryDateFilter:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .betHistoryModal .betHistoryModal-filter .betHistoryDateFilter {
    max-width: 100%;
    min-width: 200px;
    font-size: 1.4rem;
  }
}
.betHistoryModal .betHistoryModal-bets .betHistoryModal-bets-title {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.betHistoryModal .betHistoryModal-bets .betHistoryModal-loading,
.betHistoryModal .betHistoryModal-bets .betHistoryModal-empty {
  text-align: center;
  padding: 3rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
}
.betHistoryModal .betHistoryModal-bets .betHistoryModal-bets-list {
  display: grid;
  gap: 1.5rem;
}
.betHistoryModal .betHistoryModal-bet-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.8rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.betHistoryModal .betHistoryModal-bet-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.betHistoryModal .betHistoryModal-bet-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.betHistoryModal .betHistoryModal-bet-item:hover::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .betHistoryModal .betHistoryModal-bet-item {
    padding: 1.4rem;
  }
}
.betHistoryModal .betHistoryModal-bet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.betHistoryModal .betHistoryModal-bet-provider {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffd700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.betHistoryModal .betHistoryModal-bet-time {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
}
.betHistoryModal .betHistoryModal-bet-amount {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4ecdc4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .betHistoryModal .betHistoryModal-bet-amount {
    font-size: 2rem;
  }
}
.betHistoryModal .betHistoryModal-bet-numbers {
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.betHistoryModal .betHistoryModal-bet-numbers .betHistoryModal-bet-numbers-label {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0.5rem;
}
.betHistoryModal .betHistoryModal-bet-numbers .betHistoryModal-bet-numbers-value {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1rem;
}
.betHistoryModal .betHistoryModal-bet-receipt {
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border-left: 3px solid rgba(255, 255, 255, 0.3);
}
.betHistoryModal .betHistoryModal-bet-receipt .betHistoryModal-bet-receipt-label {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.betHistoryModal .betHistoryModal-bet-receipt .betHistoryModal-bet-receipt-content {
  font-size: 1.4rem;
  color: #fff;
  white-space: pre-wrap;
  font-family: "Courier New", monospace;
  line-height: 1.6;
}
.betHistoryModal .betHistoryModal-bet-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
}
.betHistoryModal .betHistoryModal-bet-footer .betHistoryModal-bet-receiptNo {
  font-family: "Courier New", monospace;
}
.betHistoryModal .betHistoryModal-bet-footer .betHistoryModal-bet-voided {
  color: #ff6b6b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.nextDrawInfo {
  padding: 1rem 1.4rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.nextDrawInfo:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.nextDrawInfo .nextDrawInfo-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .nextDrawInfo .nextDrawInfo-content {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}
.nextDrawInfo .nextDrawInfo-icon {
  font-size: 2rem;
  line-height: 1;
  opacity: 0.9;
  animation: pulse 2s ease-in-out infinite;
}
@media screen and (max-width: 550px) {
  .nextDrawInfo .nextDrawInfo-icon {
    font-size: 1.8rem;
  }
}
.nextDrawInfo .nextDrawInfo-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
@media screen and (max-width: 550px) {
  .nextDrawInfo .nextDrawInfo-text {
    font-size: 1.3rem;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.9;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

.fourdWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  box-sizing: border-box;
}
.fourdWrapper .location-header {
  flex: 1 1 100%;
  width: 100%;
  margin: 2rem 0 1rem 0;
  padding: 1rem 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.fourdWrapper .location-header:first-child {
  margin-top: 0;
}
.fourdWrapper .location-header .location-header-separator {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0;
  text-align: left;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fourdWrapper .location-header.location-malaysia .location-header-separator {
  color: #ffd700;
}
.fourdWrapper .location-header.location-singapore .location-header-separator {
  color: #ff6b6b;
}
.fourdWrapper .location-header.location-sabah-sarawak .location-header-separator {
  color: #4ecdc4;
}
.fourdWrapper .location-header.location-cambodia .location-header-separator {
  color: #95e1d3;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .location-header .location-header-separator {
    font-size: 1.5rem;
  }
}
.fourdWrapper .fourd-iso {
  flex: 0 0 calc(33% - 1rem);
  min-width: calc(360px - 2.8rem);
  max-width: 414px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  background: #333333;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso {
    flex: 1 1 100%;
  }
}
.fourdWrapper .fourd-iso .fourd-title {
  position: relative;
  height: 6rem;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-title {
    height: 5rem;
  }
}
.fourdWrapper .fourd-iso .fourd-title img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6rem;
  width: auto;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-title img {
    height: 5rem;
  }
}
.fourdWrapper .fourd-iso .fourd-title .fourd-title-infos .fourd-title-name p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-title .fourd-title-infos .fourd-title-name p {
    font-size: 1.4rem;
  }
}
.fourdWrapper .fourd-iso .fourd-title .fourd-title-infos .fourd-title-dateID {
  display: flex;
  flex-wrap: nowrap;
}
.fourdWrapper .fourd-iso .fourd-title .fourd-title-infos .fourd-title-dateID .fourd-title-dateID-date {
  font-size: 1.2rem;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-title .fourd-title-infos .fourd-title-dateID .fourd-title-dateID-date {
    font-size: 1rem;
  }
}
.fourdWrapper .fourd-iso .fourd-title .fourd-title-infos .fourd-title-dateID .fourd-title-dateID-id {
  font-size: 1.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-title .fourd-title-infos .fourd-title-dateID .fourd-title-dateID-id {
    font-size: 1rem;
  }
}
.fourdWrapper .fourd-iso .fourd-title.MAGNUM, .fourdWrapper .fourd-iso .fourd-title.MG {
  background: #FBBF15;
}
.fourdWrapper .fourd-iso .fourd-title.MAGNUM .fourd-title-name, .fourdWrapper .fourd-iso .fourd-title.MG .fourd-title-name {
  color: #000;
}
.fourdWrapper .fourd-iso .fourd-title.MAGNUM .fourd-title-dateID-date, .fourdWrapper .fourd-iso .fourd-title.MG .fourd-title-dateID-date {
  color: #000;
}
.fourdWrapper .fourd-iso .fourd-title.MAGNUM .fourd-title-dateID-id, .fourdWrapper .fourd-iso .fourd-title.MG .fourd-title-dateID-id {
  color: #4A4A4A;
}
.fourdWrapper .fourd-iso .fourd-title.TOTO, .fourdWrapper .fourd-iso .fourd-title.T4 {
  background: #E92B29;
}
.fourdWrapper .fourd-iso .fourd-title.TOTO .fourd-title-name, .fourdWrapper .fourd-iso .fourd-title.T4 .fourd-title-name {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.TOTO .fourd-title-dateID-date, .fourdWrapper .fourd-iso .fourd-title.T4 .fourd-title-dateID-date {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.TOTO .fourd-title-dateID-id, .fourdWrapper .fourd-iso .fourd-title.T4 .fourd-title-dateID-id {
  color: #4A4A4A;
}
.fourdWrapper .fourd-iso .fourd-title.DAMACAI, .fourdWrapper .fourd-iso .fourd-title.PM {
  background: #fff;
}
.fourdWrapper .fourd-iso .fourd-title.DAMACAI .fourd-title-name, .fourdWrapper .fourd-iso .fourd-title.PM .fourd-title-name {
  color: #1B1E54;
}
.fourdWrapper .fourd-iso .fourd-title.DAMACAI .fourd-title-dateID-date, .fourdWrapper .fourd-iso .fourd-title.PM .fourd-title-dateID-date {
  color: #1B1E54;
}
.fourdWrapper .fourd-iso .fourd-title.DAMACAI .fourd-title-dateID-id, .fourdWrapper .fourd-iso .fourd-title.PM .fourd-title-dateID-id {
  color: #B8B8B8;
}
.fourdWrapper .fourd-iso .fourd-title.CASHSWEEP {
  background: #006220;
}
.fourdWrapper .fourd-iso .fourd-title.CASHSWEEP .fourd-title-name {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.CASHSWEEP .fourd-title-dateID-date {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.CASHSWEEP .fourd-title-dateID-id {
  color: #B8B8B8;
}
.fourdWrapper .fourd-iso .fourd-title.SABAH88 {
  background: #E31E27;
}
.fourdWrapper .fourd-iso .fourd-title.SABAH88 .fourd-title-name {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.SABAH88 .fourd-title-dateID-date {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.SABAH88 .fourd-title-dateID-id {
  color: #B8B8B8;
}
.fourdWrapper .fourd-iso .fourd-title.L4 {
  background: #3333FF;
}
.fourdWrapper .fourd-iso .fourd-title.L4 .fourd-title-name {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.L4 .fourd-title-dateID-date {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.L4 .fourd-title-dateID-id {
  color: #B8B8B8;
}
.fourdWrapper .fourd-iso .fourd-title.STC {
  background: #F5C500;
}
.fourdWrapper .fourd-iso .fourd-title.STC .fourd-title-name {
  color: #000;
}
.fourdWrapper .fourd-iso .fourd-title.STC .fourd-title-dateID-date {
  color: #000;
}
.fourdWrapper .fourd-iso .fourd-title.STC .fourd-title-dateID-id {
  color: #4A4A4A;
}
.fourdWrapper .fourd-iso .fourd-title.SG, .fourdWrapper .fourd-iso .fourd-title.S4 {
  background: #017FC1;
}
.fourdWrapper .fourd-iso .fourd-title.SG .fourd-title-name, .fourdWrapper .fourd-iso .fourd-title.S4 .fourd-title-name {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.SG .fourd-title-dateID-date, .fourdWrapper .fourd-iso .fourd-title.S4 .fourd-title-dateID-date {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.SG .fourd-title-dateID-id, .fourdWrapper .fourd-iso .fourd-title.S4 .fourd-title-dateID-id {
  color: #B8B8B8;
}
.fourdWrapper .fourd-iso .fourd-title.ST {
  background: #F8C100;
}
.fourdWrapper .fourd-iso .fourd-title.ST .fourd-title-name {
  color: #000;
}
.fourdWrapper .fourd-iso .fourd-title.ST .fourd-title-dateID-date {
  color: #000;
}
.fourdWrapper .fourd-iso .fourd-title.ST .fourd-title-dateID-id {
  color: #4A4A4A;
}
.fourdWrapper .fourd-iso .fourd-title.SC {
  background: #00AA00;
}
.fourdWrapper .fourd-iso .fourd-title.SC .fourd-title-name {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.SC .fourd-title-dateID-date {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.SC .fourd-title-dateID-id {
  color: #B8B8B8;
}
.fourdWrapper .fourd-iso .fourd-title.T5, .fourdWrapper .fourd-iso .fourd-title.T6 {
  background: #E92B29;
}
.fourdWrapper .fourd-iso .fourd-title.T5 .fourd-title-name, .fourdWrapper .fourd-iso .fourd-title.T6 .fourd-title-name {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.T5 .fourd-title-dateID-date, .fourdWrapper .fourd-iso .fourd-title.T6 .fourd-title-dateID-date {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.T5 .fourd-title-dateID-id, .fourdWrapper .fourd-iso .fourd-title.T6 .fourd-title-dateID-id {
  color: #4A4A4A;
}
.fourdWrapper .fourd-iso .fourd-title.M6 {
  background: #FBBF15;
}
.fourdWrapper .fourd-iso .fourd-title.M6 .fourd-title-name {
  color: #000;
}
.fourdWrapper .fourd-iso .fourd-title.M6 .fourd-title-dateID-date {
  color: #000;
}
.fourdWrapper .fourd-iso .fourd-title.M6 .fourd-title-dateID-id {
  color: #4A4A4A;
}
.fourdWrapper .fourd-iso .fourd-title.P6 {
  background: #fff;
}
.fourdWrapper .fourd-iso .fourd-title.P6 .fourd-title-name {
  color: #1B1E54;
}
.fourdWrapper .fourd-iso .fourd-title.P6 .fourd-title-dateID-date {
  color: #1B1E54;
}
.fourdWrapper .fourd-iso .fourd-title.P6 .fourd-title-dateID-id {
  color: #B8B8B8;
}
.fourdWrapper .fourd-iso .fourd-title.HL, .fourdWrapper .fourd-iso .fourd-title.H6 {
  background: #e81409;
}
.fourdWrapper .fourd-iso .fourd-title.HL .fourd-title-name, .fourdWrapper .fourd-iso .fourd-title.H6 .fourd-title-name {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.HL .fourd-title-dateID-date, .fourdWrapper .fourd-iso .fourd-title.H6 .fourd-title-dateID-date {
  color: #fafafa;
}
.fourdWrapper .fourd-iso .fourd-title.HL .fourd-title-dateID-id, .fourdWrapper .fourd-iso .fourd-title.H6 .fourd-title-dateID-id {
  color: #B8B8B8;
}
.fourdWrapper .fourd-iso .fourd-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.fourdWrapper .fourd-iso .fourd-results .fourd-results-iso {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-results .fourd-results-iso {
    flex: 1 1 33%;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 1.2rem;
    color: #B8B8B8;
  }
}
.fourdWrapper .fourd-iso .fourd-results .fourd-results-iso .fourd-results-iso-label {
  flex: 1 1 50%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-results .fourd-results-iso .fourd-results-iso-label {
    flex: 1 1 100%;
  }
}
.fourdWrapper .fourd-iso .fourd-results .fourd-results-iso .fourd-results-iso-label .fourd-results-iso-label-num {
  margin-right: 1rem;
}
.fourdWrapper .fourd-iso .fourd-results .fourd-results-iso .fourd-results-iso-label .fourd-results-iso-label-num sup {
  font-size: 0.7em;
}
.fourdWrapper .fourd-iso .fourd-results .fourd-results-iso .fourd-results-iso-result {
  flex: 1 1 50%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-results .fourd-results-iso .fourd-results-iso-result {
    font-size: 2rem;
    flex: 1 1 100%;
    color: #fafafa;
  }
}
.fourdWrapper .fourd-iso .fourd-specials .fourd-specials-title {
  font-size: 1.4rem;
  background: #444444;
  color: #B8B8B8;
  padding: 0.6em;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-specials .fourd-specials-title {
    font-size: 1.2rem;
  }
}
.fourdWrapper .fourd-iso .fourd-specials .fourd-specials-results {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
}
.fourdWrapper .fourd-iso .fourd-specials .fourd-specials-results .fourd-specials-results-iso {
  flex: 0 0 calc(20% - 1rem);
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-specials .fourd-specials-results .fourd-specials-results-iso {
    font-size: 1.4rem;
  }
}
.fourdWrapper .fourd-iso .fourd-consolations .fourd-consolations-title {
  font-size: 1.4rem;
  background: #444444;
  color: #B8B8B8;
  padding: 0.6em;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-consolations .fourd-consolations-title {
    font-size: 1.2rem;
  }
}
.fourdWrapper .fourd-iso .fourd-consolations .fourd-consolations-results {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
}
.fourdWrapper .fourd-iso .fourd-consolations .fourd-consolations-results .fourd-consolations-results-iso {
  flex: 0 0 calc(20% - 1rem);
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-iso .fourd-consolations .fourd-consolations-results .fourd-consolations-results-iso {
    font-size: 1.4rem;
  }
}
.fourdWrapper .fourd-t5t6 .fourd-t5-results {
  padding: 1.5rem;
  border-bottom: 1px solid #444444;
  margin-bottom: 1.5rem;
}
.fourdWrapper .fourd-t5t6 .fourd-t5-results .fourd-t5-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-t5t6 .fourd-t5-results .fourd-t5-title {
    font-size: 1.4rem;
  }
}
.fourdWrapper .fourd-t5t6 .fourd-t5-results .fourd-t5-prizes .fourd-t5-prize-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  width: 100%;
  gap: 3rem;
}
.fourdWrapper .fourd-t5t6 .fourd-t5-results .fourd-t5-prizes .fourd-t5-prize-row:last-child {
  margin-bottom: 0;
}
.fourdWrapper .fourd-t5t6 .fourd-t5-results .fourd-t5-prizes .fourd-t5-prize-row .fourd-t5-prize-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
}
.fourdWrapper .fourd-t5t6 .fourd-t5-results .fourd-t5-prizes .fourd-t5-prize-row .fourd-t5-prize-item .fourd-t5-prize-label {
  font-size: 1.4rem;
  color: #B8B8B8;
  min-width: 3rem;
}
.fourdWrapper .fourd-t5t6 .fourd-t5-results .fourd-t5-prizes .fourd-t5-prize-row .fourd-t5-prize-item .fourd-t5-prize-label sup {
  font-size: 0.7em;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-t5t6 .fourd-t5-results .fourd-t5-prizes .fourd-t5-prize-row .fourd-t5-prize-item .fourd-t5-prize-label {
    font-size: 1.2rem;
    min-width: 2.5rem;
  }
}
.fourdWrapper .fourd-t5t6 .fourd-t5-results .fourd-t5-prizes .fourd-t5-prize-row .fourd-t5-prize-item .fourd-t5-prize-value {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-t5t6 .fourd-t5-results .fourd-t5-prizes .fourd-t5-prize-row .fourd-t5-prize-item .fourd-t5-prize-value {
    font-size: 1.6rem;
  }
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results {
  padding: 1.5rem;
  padding-top: 0;
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-title {
    font-size: 1.4rem;
  }
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes {
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row:last-child {
  margin-bottom: 0;
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row .fourd-t6-prize-label {
  font-size: 1.4rem;
  color: #B8B8B8;
  min-width: 3rem;
  flex-shrink: 0;
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row .fourd-t6-prize-label sup {
  font-size: 0.7em;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row .fourd-t6-prize-label {
    font-size: 1.2rem;
    min-width: 2.5rem;
  }
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row .fourd-t6-prize-value {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-left: 1rem;
  position: relative;
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row .fourd-t6-prize-value > span:first-child {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row .fourd-t6-prize-value .fourd-t6-or {
  font-size: 1.2rem;
  color: #B8B8B8;
  font-weight: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  flex-shrink: 0;
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row .fourd-t6-prize-value > span:first-child > span:first-child {
  margin-right: auto;
}
.fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row .fourd-t6-prize-value > span:first-child > span:last-child {
  margin-left: auto;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-t5t6 .fourd-t6-results .fourd-t6-prizes .fourd-t6-prize-row .fourd-t6-prize-value {
    font-size: 1.6rem;
    flex-direction: column;
    gap: 0.2rem;
    align-items: center;
  }
}
.fourdWrapper .fourd-6d .fourd-6d-results {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}
.fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row:last-child {
  margin-bottom: 0;
}
.fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row .fourd-6d-prize-label {
  font-size: 1.4rem;
  color: #B8B8B8;
  min-width: 3rem;
  flex-shrink: 0;
}
.fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row .fourd-6d-prize-label sup {
  font-size: 0.7em;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row .fourd-6d-prize-label {
    font-size: 1.2rem;
    min-width: 2.5rem;
  }
}
.fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row .fourd-6d-prize-value {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-left: 1rem;
  position: relative;
}
.fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row .fourd-6d-prize-value > span:first-child {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row .fourd-6d-prize-value .fourd-t6-or {
  font-size: 1.2rem;
  color: #B8B8B8;
  font-weight: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  flex-shrink: 0;
}
.fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row .fourd-6d-prize-value > span:first-child > span:first-child {
  margin-right: auto;
}
.fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row .fourd-6d-prize-value > span:first-child > span:last-child {
  margin-left: auto;
}
@media screen and (max-width: 550px) {
  .fourdWrapper .fourd-6d .fourd-6d-results .fourd-6d-prize-row .fourd-6d-prize-value {
    font-size: 1.6rem;
    flex-direction: column;
    gap: 0.2rem;
    align-items: center;
  }
}

.swal2-popup.bet-history-popup .swal2-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}
.swal2-popup.bet-history-popup .bet-history-container {
  max-height: 60vh;
  overflow-y: auto;
  padding: 0 1rem;
}
.swal2-popup.bet-history-popup .bet-history-container::-webkit-scrollbar {
  width: 6px;
}
.swal2-popup.bet-history-popup .bet-history-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.swal2-popup.bet-history-popup .bet-history-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.swal2-popup.bet-history-popup .bet-history-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.swal2-popup.bet-history-popup .betHistoryModal-filter {
  margin-bottom: 2rem;
  text-align: center;
}
.swal2-popup.bet-history-popup .betHistoryModal-filter label {
  display: block;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.swal2-popup.bet-history-popup .betHistoryModal-filter .betHistoryDateFilter {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.swal2-popup.bet-history-popup .betHistoryModal-bets-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4ecdc4;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(78, 205, 196, 0.3);
}