@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--------------------------*/
.swal2-container {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(108, 108, 108, 0.1) !important;
}
.swal2-container .swal2-popup {
  border-radius: 6px;
  width: 90%;
  max-width: 550px;
  box-sizing: border-box;
  padding: 2em 8em;
  background: #000000;
  border: 1px solid #FEA827;
}
.swal2-container .swal2-popup.sweetalert-popup-border {
  border: 1px solid #ffffff;
  padding: 2rem;
  font-size: 1rem;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-title {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  margin-top: 2rem;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-content {
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #fff;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-content .row {
  margin: 0 2rem;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-content table {
  width: 100%;
  margin: 2rem 0;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-content table tr {
  text-align: left;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-content table tr.text-bold {
  font-weight: bold;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-content table tr.text-bold td {
  width: 50%;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-content table td {
  border: 1px solid #ffffff;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-actions {
  flex-wrap: nowrap;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-actions .swal2-styled.swal2-confirm {
  padding: 1.5rem 4rem;
  color: #fff;
  background: rgb(144, 144, 144);
  background: linear-gradient(180deg, rgb(144, 144, 144) 0%, rgb(58, 57, 57) 100%);
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 6px;
  width: 100%;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-actions .swal2-styled.swal2-confirm:focus {
  outline: none;
  box-shadow: none;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-actions .swal2-styled.swal2-deny {
  padding: 1.5rem 4rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 6px;
  border: 0;
  background-color: #FEA827 !important;
  width: 100%;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-actions .swal2-styled.swal2-deny:hover {
  background-image: none;
}
.swal2-container .swal2-popup.sweetalert-popup-border .swal2-actions .swal2-styled.swal2-deny:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 550px) {
  .swal2-container .swal2-popup.sweetalert-popup-border {
    border: 0;
  }
  .swal2-container .swal2-popup.sweetalert-popup-border .swal2-header .swal2-image {
    width: 45% !important;
    height: auto !important;
  }
  .swal2-container .swal2-popup.sweetalert-popup-border .swal2-header .swal2-title {
    font-size: 2.8rem;
    margin: 2rem 0 0rem 0;
  }
  .swal2-container .swal2-popup.sweetalert-popup-border .swal2-content .swal2-html-container .row {
    margin: 0;
  }
  .swal2-container .swal2-popup.sweetalert-popup-border .swal2-content .swal2-html-container .row.justify-content-center {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .swal2-container .swal2-popup.sweetalert-popup-border .swal2-content .swal2-html-container .row table {
    margin: 0;
  }
  .swal2-container .swal2-popup.sweetalert-popup-border .swal2-content .swal2-html-container .row table tr td {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .swal2-container .swal2-popup.sweetalert-popup-border .swal2-actions {
    margin-top: 1.5rem;
  }
}
.swal2-container .swal2-popup .swal2-header .swal2-close {
  color: #fff;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
}
.swal2-container .swal2-popup .swal2-header .swal2-close:focus {
  outline: none;
  box-shadow: none;
}
.swal2-container .swal2-popup .swal2-header .swal2-image {
  margin: 6rem auto auto;
}
.swal2-container .swal2-popup .swal2-content {
  padding: 3rem 0;
  color: #B8B8B8;
  font-size: 1.6rem;
}
.swal2-container .swal2-popup .swal2-content i {
  font-size: 8rem;
  color: #ffffff;
}
.swal2-container .swal2-popup .swal2-content .swal2-validation-message {
  margin: 0;
  background: transparent;
  color: #E85B5E;
  justify-content: left;
  padding: 0;
  margin-top: -1rem;
}
.swal2-container .swal2-popup .swal2-content .swal2-validation-message::before {
  display: none;
}
.swal2-container .swal2-popup .swal2-actions {
  margin: 0rem auto 3rem;
  padding: 0;
}
.swal2-container .swal2-popup .swal2-actions button {
  flex: 1 1 44%;
}
.swal2-container .swal2-popup .swal2-actions button.swal2-styled {
  margin: 0;
}
.swal2-container .swal2-popup .swal2-actions button.swal2-cancel {
  margin-left: 4rem;
}
@media screen and (max-width: 550px) {
  .swal2-container .swal2-popup {
    padding: 1em;
  }
}
@media screen and (max-width: 576px) {
  .swal2-container {
    padding: 1rem;
  }
}

.modal.show {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  --webkit-backdrop-filter: blur(15px);
  background: rgba(108, 108, 108, 0.1) !important;
}
.modal .modal-dialog .modal-content {
  background: #000000;
  border: 0;
  border-radius: 6px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  align-self: center;
}
.modal .modal-dialog .modal-content .modal-header .close {
  font-family: serif;
  line-height: 1.2em;
  font-size: 3rem;
  text-shadow: none;
  opacity: 1;
  color: #ffffff;
  font-weight: 400;
  padding: 1rem 2rem;
}
.modal .modal-dialog .modal-content .modal-body .noNew {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .modal .modal-dialog {
    padding: 1rem;
    margin: 0;
  }
}

.swal2-popup.bet-history-popup {
  max-height: 75vh !important;
  height: 75vh !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}
.swal2-popup.bet-history-popup .swal2-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 1.5rem 1.5rem 1rem 1.5rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-bottom: 1.5rem !important;
  flex-shrink: 0 !important;
}
.swal2-popup.bet-history-popup .swal2-title {
  font-size: 2rem !important;
  font-weight: bold !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  flex: 1 !important;
}
.swal2-popup.bet-history-popup .bet-history-container {
  max-height: calc(75vh - 150px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 0 1rem !important;
  flex: 1 !important;
  min-height: 0 !important;
}
.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: 1.5rem !important;
  text-align: left !important;
  padding: 0 1.5rem !important;
}
.swal2-popup.bet-history-popup .betHistoryModal-filter label {
  display: block !important;
  margin-bottom: 0.8rem !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}
.swal2-popup.bet-history-popup .betHistoryModal-filter .betHistoryDateFilter {
  width: 100% !important;
  max-width: 300px !important;
  margin: 0 !important;
  font-size: 1.4rem !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 4px !important;
  padding: 0.8rem 1rem !important;
  cursor: pointer !important;
}
.swal2-popup.bet-history-popup .betHistoryModal-bets-title {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #4ecdc4 !important;
  margin-bottom: 1.5rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05rem !important;
  text-align: left !important;
  padding: 0 1.5rem 1rem 1.5rem !important;
  border-bottom: 1px solid rgba(78, 205, 196, 0.3) !important;
}
.swal2-popup.bet-history-popup .betHistoryModal-bet-item {
  display: flex !important;
  flex-direction: column !important;
}
.swal2-popup.bet-history-popup .bet-history-amount-box {
  margin-top: 1rem !important;
  width: 100% !important;
  max-width: 200px !important;
  align-self: center !important;
}
@media screen and (max-width: 768px) {
  .swal2-popup.bet-history-popup {
    width: 95% !important;
    max-width: 100% !important;
    max-height: 75vh !important;
    height: 75vh !important;
    margin: 0.5rem auto !important;
    padding: 1rem !important;
  }
  .swal2-popup.bet-history-popup .swal2-close {
    position: absolute !important;
    top: 0.5rem !important;
    right: 0.5rem !important;
    z-index: 9999 !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 1.8rem !important;
  }
  .swal2-popup.bet-history-popup .swal2-title {
    font-size: 1.8rem !important;
    margin-bottom: 1.5rem !important;
  }
  .swal2-popup.bet-history-popup .bet-history-container {
    max-height: calc(75vh - 120px) !important;
    padding: 0 0.5rem !important;
  }
  .swal2-popup.bet-history-popup .betHistoryModal-filter {
    padding: 0 1rem !important;
  }
  .swal2-popup.bet-history-popup .betHistoryModal-filter label {
    font-size: 1.3rem !important;
  }
  .swal2-popup.bet-history-popup .betHistoryModal-filter .betHistoryDateFilter {
    max-width: 100% !important;
    font-size: 1.3rem !important;
  }
  .swal2-popup.bet-history-popup .betHistoryModal-bets-title {
    padding: 0 1rem 1rem 1rem !important;
    font-size: 1.4rem !important;
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
  .swal2-popup.bet-history-popup .betHistoryModal-bet-item {
    flex-direction: column !important;
    padding: 1rem !important;
  }
  .swal2-popup.bet-history-popup .bet-history-datetime {
    font-size: 1.2rem !important;
    margin-bottom: 0.8rem !important;
  }
  .swal2-popup.bet-history-popup .bet-history-amount-box {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 1rem !important;
  }
  .swal2-popup.bet-history-popup .bet-history-table-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .swal2-popup.bet-history-popup .bet-history-table-wrapper table {
    font-size: 1.2rem !important;
    min-width: 280px !important;
  }
  .swal2-popup.bet-history-popup .bet-history-table-wrapper th,
  .swal2-popup.bet-history-popup .bet-history-table-wrapper td {
    padding: 0.5rem !important;
    font-size: 1.1rem !important;
  }
  .swal2-popup.bet-history-popup .bet-history-amount-box div:first-child {
    font-size: 1.1rem !important;
  }
  .swal2-popup.bet-history-popup .bet-history-amount-box div:last-child {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .swal2-popup.bet-history-popup {
    width: 98% !important;
    max-height: 75vh !important;
    height: 75vh !important;
    padding: 0.8rem !important;
    margin: 0.3rem auto !important;
  }
  .swal2-popup.bet-history-popup .swal2-close {
    top: 0.3rem !important;
    right: 0.3rem !important;
    width: 2.2rem !important;
    height: 2.2rem !important;
    font-size: 1.6rem !important;
  }
  .swal2-popup.bet-history-popup .swal2-title {
    font-size: 1.6rem !important;
    padding-right: 3rem !important;
  }
  .swal2-popup.bet-history-popup .bet-history-container {
    max-height: calc(75vh - 100px) !important;
    padding: 0 0.3rem !important;
  }
  .swal2-popup.bet-history-popup .betHistoryModal-bet-item {
    padding: 0.8rem !important;
  }
  .swal2-popup.bet-history-popup .bet-history-table-wrapper table {
    font-size: 1.1rem !important;
    min-width: 250px !important;
  }
  .swal2-popup.bet-history-popup .bet-history-table-wrapper th,
  .swal2-popup.bet-history-popup .bet-history-table-wrapper td {
    padding: 0.4rem !important;
    font-size: 1rem !important;
  }
}

.bet-history-container-wrapper {
  max-height: 100vh !important;
  overflow: hidden !important;
}
@media screen and (max-width: 768px) {
  .bet-history-container-wrapper {
    padding: 0.5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .bet-history-container-wrapper {
    padding: 0.3rem !important;
  }
}

#toast-container.toast-top-right {
  top: 20px;
  right: 20px;
}
#toast-container > div {
  padding: 1.5rem 2rem;
  box-shadow: 0px 0px 20px #000000;
  margin: 0;
  opacity: 1;
}
#toast-container > div:hover {
  box-shadow: 0px 0px 20px #000000;
}
#toast-container > .toast-error {
  color: #ffffff;
  background-color: rgba(151, 0, 0, 0.9);
  background-image: none !important;
  display: flex;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#toast-container > .toast-error::after, #toast-container > .toast-error::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#toast-container > .toast-error::before {
  content: "\f071";
  color: #ffffff;
  font-size: 2rem;
}
#toast-container > .toast-error .toast-message {
  font-size: 1.6rem;
  padding: 0 2rem;
}
#toast-container > .toast-warning {
  color: #000000;
  background-color: rgba(254, 168, 39, 0.9);
  background-image: none !important;
  display: flex;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#toast-container > .toast-warning::after, #toast-container > .toast-warning::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#toast-container > .toast-warning::before {
  content: "\f071";
  color: #000;
  font-size: 2rem;
}
#toast-container > .toast-warning .toast-message {
  font-size: 1.6rem;
  padding: 0 2rem;
}
#toast-container > .toast-success {
  color: #ffffff;
  background-color: rgba(45, 139, 0, 0.9);
  background-image: none !important;
  display: flex;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#toast-container > .toast-success::after, #toast-container > .toast-success::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#toast-container > .toast-success::before {
  content: "\f058";
  color: #ffffff;
  font-size: 2rem;
}
#toast-container > .toast-success .toast-message {
  font-size: 1.6rem;
  padding: 0 2rem;
}