@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");.ant-modal .ant-modal-close:hover {
  background-color: transparent !important;
}

.ant-modal-footer {
  margin-top: 0 !important;
}.ModalSetUserName .ant-modal-content {
  background-color: #202125;
  max-width: 414px;
  max-height: 282px;
  border-radius: 20px;
}
.ModalSetUserName .main-modal-connect {
  color: white;
}
.ModalSetUserName .main-modal-connect .title-modal-create-account {
  font-family: "Aldo the Apache";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin: 1rem 2rem;
}
@media (max-width: 479px) {
  .ModalSetUserName .main-modal-connect .title-modal-create-account {
    font-size: 21px;
  }
}
.ModalSetUserName .main-modal-connect .ant-form-item {
  margin-bottom: 8px;
}
.ModalSetUserName .main-modal-connect .ant-form-item-label > label {
  color: #727688;
  font-family: "Orbitron";
}
.ModalSetUserName .main-modal-connect .custom-input {
  background: #202125;
  border-color: #353945;
  color: #fff;
  border-radius: 12px;
  width: 350px;
  height: 48px;
  font-family: "Orbitron";
  margin-left: 9px;
  font-size: 14px;
  margin-bottom: 6px;
}
@media (max-width: 479px) {
  .ModalSetUserName .main-modal-connect .custom-input {
    width: 100%;
  }
}
.ModalSetUserName .main-modal-connect .custom-input:hover, .ModalSetUserName .main-modal-connect .custom-input:focus {
  background: #202125;
  box-shadow: none;
}
.ModalSetUserName .main-modal-connect .custom-input::placeholder {
  font-family: "Orbitron";
  color: #727688;
}
.ModalSetUserName .main-modal-connect .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus-within {
  border: 1px solid #fe6d40;
}
.ModalSetUserName .main-modal-connect .ant-form-item .ant-form-item-explain-error {
  color: #fe6d40 !important;
  font-family: "Orbitron";
  margin-left: 9px;
  font-size: 13px;
}
.ModalSetUserName .main-modal-connect .main-action {
  position: relative;
}
.ModalSetUserName .main-modal-connect .main-action .save-button {
  color: #000000;
  font-weight: 700;
  width: 350px;
  height: 48px;
  padding: 0px 20px;
  border-radius: 12px;
  font-family: "Orbitron";
  font-size: 16px;
  margin-top: 1rem;
  transition: margin-top 0.2s ease;
}
.ModalSetUserName .main-modal-connect .main-action .save-button:not(:disabled) {
  background: #97e631;
}
.ModalSetUserName .main-modal-connect .main-action .save-button:not(:disabled):hover {
  background: #97e631;
  color: #000000;
}
.ModalSetUserName .main-modal-connect .main-action .save-button:disabled {
  background: #424242;
  color: rgba(0, 0, 0, 0.7);
  border: none;
  cursor: not-allowed;
}
.ModalSetUserName .main-modal-connect .main-action svg {
  position: absolute;
  right: 1.5rem;
  top: 2.8rem;
  pointer-events: none;
}:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */

@font-face {
  font-family: "Aldo the Apache";
  src: url("/assets/AldotheApache-DWxvqsmt.ttf") format("truetype");
}
.wheel-container {
  height: 100%;
  padding: 24px 32px 32px 32px;
  border-radius: 20px;
  min-height: 750px;
  border: 1px solid #424242;
  background: transparent;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .wheel-container {
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .wheel-container .round-info-container {
    margin-bottom: 8px;
  }
}
.wheel-container .round-info {
  font-family: Aldo the Apache;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--White, #ffffff);
}
@media screen and (max-width: 768px) {
  .wheel-container .round-info {
    font-size: 18px;
  }
}
.wheel-container .time {
  min-width: 67px;
  justify-content: center;
  align-items: center;
  height: 36px;
  display: flex;
  gap: 5px;
  padding: 8px 15px 8px 15px;
  border-radius: 12px;
  border: 1px solid #97e631;
  color: #97e631;
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 768px) {
  .wheel-container .time {
    padding: 5px 12px;
    height: auto;
  }
}
.wheel-container .wheel-wrapper {
  margin: auto 0;
}
.wheel-container .wheel-wrapper .time-display {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.wheel-container .wheel-wrapper .time-display .seconds {
  font-size: 12px;
}
.wheel-container .share-icon {
  border: 1px solid #FFD300;
  border-radius: 12px;
  padding-inline: 12px;
  font-size: 10px;
  font-weight: bold;
  color: #FFD300;
  margin-left: 10px;
  font-family: "Orbitron";
  cursor: pointer;
}
.wheel-container .share-icon:hover {
  opacity: 0.85;
}
.win-record {
  color: white;
  text-align: center;
}
.win-record__title {
  padding: 8px 10px;
  gap: 10px;
  background: #202125;
  font-family: Aldo the Apache;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  border-top-right-radius: 19px;
  border-top-left-radius: 19px;
}
.win-record__header {
  margin-bottom: 1rem;
  border: 1px solid #424242;
  border-radius: 20px;
}
.win-record__header-sections {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.win-record__header-sections .section {
  flex: 1;
  text-align: center;
}
.win-record__header-sections .section__title {
  font-size: 18px;
  color: #9ca3af;
  margin-bottom: 8px;
}
.win-record__header-sections .section__icons {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.win-record__header-sections .section__icons span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #25252b;
  border: 2px solid #4b4545;
  font-size: 24px;
  overflow: hidden;
}
.win-record__header-sections .section__icons span img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.win-record__header-sections .section:not(:last-child) {
  margin-right: 16px;
}
.win-record__players-count {
  border-top-right-radius: 19px;
  border-top-left-radius: 19px;
  font-size: 1.25rem;
  padding: 10px;
  background-color: #1d1d1f;
}
.win-record__players-count .current {
  color: #22c55e;
}
.win-record__players-count .max {
  color: #9ca3af;
}
.win-record__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1rem 1.5rem;
  min-height: 329px;
}
.win-record__grid .player-card {
  position: relative;
  background-color: #2a2b35;
  border-radius: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid rgba(19, 255, 161, 0.4);
  overflow: hidden;
}
.win-record__grid .player-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  background-color: var(--item-bg-color);
  z-index: 1;
}
.win-record__grid .player-card__info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-inline: 1rem;
  position: relative;
  z-index: 2;
}
.win-record__grid .player-card__info-icon {
  font-size: 1.5rem;
}
.win-record__grid .player-card__info-details .name {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  width: 100%;
}
.win-record__grid .player-card__percentage {
  color: #22c55e;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}
.win-record__grid .player-card__percentage .value {
  font-size: 0.875rem;
  color: #9ca3af;
}
.win-record__bet-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-bottom: 1rem;
}
.win-record__bet-section .bet-card {
  border-radius: 0.5rem;
  border: 1px solid #4b4545;
}
.win-record__bet-section .bet-card .title {
  font-size: 1.125rem;
  background-color: #1d1d1f;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}
.win-record__bet-section .bet-card__row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.win-record__bet-section .bet-card__row span {
  font-size: 1.5rem;
}
.win-record__bet-section .bet-card__footer {
  margin-top: 1rem;
  color: #9ca3af;
}
.win-record__connect-btn {
  width: 100%;
  background-color: #97e631 !important;
  border: 1px solid #97e631 !important;
  color: #000000;
  border-radius: 12px;
  font-weight: bold;
  padding: 14px !important;
  text-transform: uppercase;
  font-family: Orbitron;
  line-height: 1.25;
  font-size: 16px;
  margin-bottom: 1rem;
}
.win-record__connect-btn:hover {
  background-color: #97e631 !important;
  border-color: #97e631 !important;
  color: #000000 !important;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .win-record__connect-btn {
    margin-bottom: 16px;
    position: fixed;
    bottom: 0;
    width: calc(100% - 32px);
    z-index: 1000;
  }
}
.win-record__bet-now {
  border: none;
  width: 100%;
  padding: 8px 40px;
  gap: 0px;
  border-radius: 12px;
  justify-content: space-between;
  background: #6a51fc;
  margin-bottom: 1rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .win-record__bet-now {
    margin-bottom: 55px;
    position: fixed;
    bottom: 0;
    width: calc(100% - 32px);
    margin-inline: auto;
    z-index: 1000;
  }
}
.win-record__bet-now .text-bet {
  font-family: Orbitron;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  text-transform: uppercase;
}
.win-record__bet-now .min-max {
  font-family: Orbitron;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fbf0f0;
}
.win-record__bet-now:hover {
  background: #6a51fc;
}
.win-record__bet-now .content-btn-right svg {
  width: 30px !important;
  height: 30px !important;
}
.win-record__bet-now:active {
  transform: scale(0.98);
}
.win-record__bet-now.disabled {
  background: var(--Gray-Gray-6, #424242) !important;
  cursor: no-drop !important;
}
.win-record__bet-now.disabled .text-bet {
  color: #8a8c92 !important;
}
.win-record__bet-now.disabled .min-max {
  color: #8a8c92 !important;
}
@media (max-width: 640px) {
  .win-record__grid, .win-record__bet-section {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .main-control {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }
}
.main-control .item-win-record {
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .main-control .item-win-record {
    width: 100%;
  }
}
.main-control .item-win-record .title {
  font-family: Orbitron;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.main-control .item-win-record .item-win {
  margin-top: 1rem;
  gap: 12px;
}
.main-control .latest {
  border-right: 1px solid #424242;
}
@media screen and (max-width: 768px) {
  .main-control .latest {
    border-right: none;
    border-bottom: 1px solid #424242;
  }
}
.main-control .list-player {
  padding: 18px 26px;
  max-height: 312px;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-control .list-player .item-player-bet {
  background: #353945;
  border-radius: 20px;
  margin-bottom: 10px;
}
.main-control .list-player .item-player-bet .player-card {
  padding: 10px;
  position: relative;
  border-radius: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main-control .list-player .item-player-bet .player-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: var(--item-bg-color);
  z-index: 1;
}
.main-control .list-player .item-player-bet .player-card .name-player {
  font-family: Orbitron;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--White, #ffffff);
}
.main-control .list-player .item-player-bet .player-card .value {
  font-family: Orbitron;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--Gray-Gray-7, #d3d3df);
}
.main-control .list-player .item-player-bet .player-card .percentage {
  font-family: Orbitron;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--Gray-Gray-7, #d3d3df);
}
.main-control .list-player .item-player-bet .player-card .info-player {
  padding-right: 10px;
}
.main-control .list-player .item-player-bet.me {
  border: 1px solid #70b11d;
  background: rgba(112, 177, 29, 0.5);
}
.main-control .list-player .item-player-bet.wining {
  border: 1px solid #d27aff !important;
  background: rgba(106, 81, 252, 0.5) !important;
}
.main-control .main-info-your-bet {
  margin: auto;
}
.main-control .main-info-your-bet .info-your-bet {
  justify-content: center;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Orbitron;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #d3d3df;
}
.main-control .main-info-your-bet .info-your-bet-round {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Orbitron;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #d3d3df;
}
.main-control .main-info-your-bet .amount-bet {
  font-family: Orbitron;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #97e631;
}
.potential-return {
  color: #ffe500;
  text-align: right;
  font-family: Orbitron;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.text-chance {
  color: #ffe500;
  text-align: right;
  font-family: Orbitron;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.number-chance {
  color: #ffe500;
  text-align: right;
  font-family: Orbitron;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.loading_main_time {
  width: 20px;
  height: 20px;
}
.loading_main_time .svg_main {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.winner-icon {
  position: absolute;
  left: 0;
}
.warning-error-bet .ant-popover-arrow {
  display: none;
}
.warning-error-bet .ant-popover-inner {
  display: flex;
  padding: 6px 16px;
  gap: 12px;
  border-radius: 8px;
  background: #FFE500;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.warning-error-bet .ant-popover-inner .text-warning {
  align-items: center;
  align-items: center;
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--Gray-Black, #000000);
}
.warning-error-bet-hide .ant-popover-arrow {
  display: none;
}
.warning-error-bet-hide .ant-popover-inner {
  display: none;
}
.round-info-bonus {
  color: #d3d3df;
  font-weight: 400;
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .round-info-bonus {
    margin-bottom: 10px;
    font-size: 10px;
  }
}
.round-info-bonus-title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .round-info-bonus-title {
    font-size: 14px;
  }
}
.wheel-round-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #97e631;
  text-align: center;
  font-family: "Aldo the Apache";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
.hint-game {
  color: #97e631;
  font-size: 26px;
  font-family: "Aldo the Apache";
  margin-block: 24px;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: 0.8px;
  text-align: center;
  padding-inline: 12px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .hint-game {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.hint-game--waiting {
  animation: glitterColor 1s ease-in-out 0s infinite alternate;
}
.hint-game--starting {
  animation: fadeOut 5s ease-in 10s 1;
  animation-fill-mode: forwards;
}
@keyframes glitterColor {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.full-width-img-dance {
  position: absolute;
  right: 25px;
  bottom: 0px;
  z-index: 100;
  width: 200px;
}
@media (max-width: 479px) {
  .full-width-img-dance {
    right: 10px;
    width: 100px;
  }
}
.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo:hover {
  filter: drop-shadow(0 0 2em rgba(100, 108, 255, 0.6666666667));
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em rgba(97, 218, 251, 0.6666666667));
}
@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}
.card {
  padding: 2em;
}
.read-the-docs {
  color: #888;
}
.wrapper-toast {
  position: relative;
  background: #eef4ff;
  box-sizing: border-box;
  align-items: flex-start;
  overflow: hidden;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  z-index: 1060;
  margin-bottom: 8px;
}
@media only screen and (max-width: 576px) {
  .wrapper-toast {
    margin-bottom: 8px;
  }
}
.ant-notification .ant-notification-notice-wrapper {
  background: unset;
}
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice {
  padding: 6px 16px;
  border-radius: 8px;
  min-height: 47px;
  width: 320px;
}
@media only screen and (min-width: 1200px) {
  .ant-notification .ant-notification-notice-wrapper .ant-notification-notice {
    width: 430px;
  }
}
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-description,
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-message {
  color: #ffffff;
  font-family: "Orbitron";
}
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
  margin-inline-start: 30px;
  margin-inline-end: 15px;
}
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-message {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-close {
  width: 20px;
  height: 20px;
  inset-inline-end: unset;
  top: 10px;
  right: 10px;
  color: #202125;
}
.wrapper-toast .body-toast {
  padding: 0;
  display: flex;
  font-size: 0.75rem;
  font-family: "Orbitron";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.wrapper-toast .toast-icon {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.wrapper-toast .toast-error-icon {
  filter: "";
}
.wrapper-toast .toast-success-icon {
  filter: "";
}
.wrapper-toast .toast-warning-icon {
  filter: "";
}
.wrapper-toast .toast-close-icon {
  width: 16px;
  height: 16px;
  color: #fff;
}
.wrapper-toast .Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  border-radius: 0px 10px 10px 0px;
}
.wrapper-error-toast {
  background: #fe6d40;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.wrapper-error-toast .ant-notification-notice-message {
  color: #000 !important;
  font-size: 16px !important;
}
.wrapper-error-toast .ant-notification-notice-description {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .wrapper-error-toast .toast-body__top {
    font-size: 16px;
  }
}
.wrapper-success-toast {
  background: #97e631;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}
.wrapper-success-toast .ant-notification-notice-message {
  color: #000 !important;
  font-size: 16px !important;
}
.wrapper-success-toast .ant-notification-notice-description {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.wrapper-dark-toast {
  background: #22263b;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.wrapper-dark-toast .toast-body__top {
  color: #fff;
}
.wrapper-warning-toast {
  background: #fffaeb;
}
.wrapper-warning-toast .ant-notification-notice-message {
  color: #000 !important;
  font-size: 16px !important;
}
.wrapper-warning-toast .ant-notification-notice-description {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.wrapper-info-toast {
  border-radius: 8px;
  background: #97e631;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.wrapper-info-toast .ant-notification-notice-message {
  color: #000 !important;
  font-size: 16px !important;
}
.wrapper-info-toast .ant-notification-notice-description {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.wrapper-info-toast .body-toast {
  align-items: start;
}
.wrapper-info-toast .body-toast .Toastify__toast-icon {
  margin: 0;
}
.Toastify__toast-body {
  align-items: flex-start !important;
}
.Toastify__toast-body svg {
  margin-top: 5px;
}
.wrapper-info-toast .Toastify__progress-bar--info {
  background: #414459;
}
.d-flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: end;
}
.justify-space-between {
  justify-content: space-between;
}
.w-100 {
  width: 100%;
}
.mb-16 {
  margin-bottom: 16px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: inset 0 0 14px 14px transparent;
  border: solid 4px transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Customize the thumb color */
  border-radius: 14px;
}
.ant-btn > span:not(:only-child) {
  align-self: center !important;
}
html {
  overscroll-behavior: none !important;
}
.ant-table-body {
  overscroll-behavior: none !important;
  overflow-y: auto;
}
.hidden {
  overflow: hidden;
}
.ant-layout-content {
  padding-inline: calc(50vw - 820px);
  background-color: #000;
}
.ant-layout {
  background-color: #000;
}
.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.ant-menu-submenu.ant-menu-submenu-popup.ant-menu.ant-menu-dark.ant-menu-submenu-placement-bottomLeft {
  border-radius: var(--Button-Border-8, 8px);
  background: var(--Gray-Gray-9, #353945) !important;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 6px 0px;
  inset: 64px auto auto 322px !important;
}
.ant-menu-submenu.ant-menu-submenu-popup.ant-menu.ant-menu-dark.ant-menu-submenu-placement-bottomLeft .ant-menu.ant-menu-sub.ant-menu-vertical {
  background: transparent !important;
  box-shadow: none;
}
.ant-menu-submenu.ant-menu-submenu-popup.ant-menu.ant-menu-dark.ant-menu-submenu-placement-bottomLeft .ant-menu.ant-menu-sub.ant-menu-vertical li.ant-menu-item.ant-menu-item-only-child {
  color: var(--White, #fff);
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.ant-menu-submenu.ant-menu-submenu-popup.ant-menu.ant-menu-dark.ant-menu-submenu-placement-bottomLeft .ant-menu.ant-menu-sub.ant-menu-vertical li.ant-menu-item.ant-menu-item-only-child:hover {
  background: rgba(151, 230, 49, 0.1) !important;
  color: var(--Main, #97e631) !important;
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.ant-menu-submenu.ant-menu-submenu-popup.ant-menu.ant-menu-dark.ant-menu-submenu-placement-bottomLeft .ant-menu.ant-menu-sub.ant-menu-vertical li.ant-menu-item.ant-menu-item-selected.ant-menu-item-only-child {
  background: rgba(151, 230, 49, 0.1) !important;
  color: var(--Main, #97e631) !important;
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
li.ant-menu-overflow-item.ant-menu-item.ant-menu-item-selected {
  background-color: transparent !important;
  display: flex !important;
  align-items: center !important;
}
li.ant-menu-overflow-item.ant-menu-item {
  display: flex !important;
  align-items: center !important;
}
.ant-menu-overflow-item {
  min-width: 120px;
}
@media (max-width: 479px) {
  .ant-menu-submenu-title {
    padding: 0px !important;
    margin: 0px !important;
    display: flex !important;
    align-items: center !important;
    color: var(--Gray-Gray-4, #b7b8bf) !important;
    font-family: Orbitron;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
  li.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected .ant-menu-submenu-title {
    color: #97e631 !important;
  }
  li.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected svg path {
    fill: #97e631;
  }
  .ant-menu-submenu-arrow {
    display: none !important;
  }
  .ant-menu.ant-menu-sub.ant-menu-inline {
    background: transparent !important;
  }
  li.ant-menu-item.ant-menu-item-only-child {
    padding-left: 25px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
  }
  li.ant-menu-item.ant-menu-item-selected.ant-menu-item-only-child {
    display: flex !important;
    align-items: center !important;
    color: #97e631 !important;
    background-color: transparent !important;
  }
}
li.ant-menu-overflow-item.ant-menu-submenu.ant-menu-submenu-horizontal .ant-menu-submenu-title {
  display: flex !important;
  align-items: center !important;
  color: var(--Gray-Gray-4, #b7b8bf);
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
li.ant-menu-overflow-item.ant-menu-submenu.ant-menu-submenu-horizontal.ant-menu-submenu-selected {
  border-bottom: 1px solid #97e631;
  background-color: transparent !important;
}
li.ant-menu-overflow-item.ant-menu-submenu.ant-menu-submenu-horizontal.ant-menu-submenu-selected .ant-menu-submenu-title {
  display: flex !important;
  align-items: center !important;
  color: #97e631 !important;
}
li.ant-menu-overflow-item.ant-menu-submenu.ant-menu-submenu-horizontal.ant-menu-submenu-selected .ant-menu-item-icon {
  color: #97e631 !important;
}
li.ant-menu-overflow-item.ant-menu-submenu.ant-menu-submenu-horizontal.ant-menu-submenu-selected svg path {
  fill: #97e631;
}
.no-scroll {
  overflow: hidden;
  height: 100%;
}
body.ant-modal-open {
  overflow-y: auto !important;
  width: 100% !important;
}
.game-container {
  gap: 16px;
  background-color: #000000;
  padding: 16px 80px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .game-container {
    padding: 16px 16px;
  }
}
.game-header {
  color: #fff;
  display: flex;
  padding: 0 0rem 1rem 0rem;
  display: flex;
  justify-content: space-between;
}
.game-header-title {
  font-size: 32px;
  font-family: "Aldo the Apache";
  font-weight: bold;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 768px) {
  .game-header-title {
    font-size: 24px;
    line-height: 19px;
  }
}
.game-header-button {
  font-family: Orbitron;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #97e631;
}
.game-header-button:hover {
  color: #97e631 !important;
}
.game-header-button:focus {
  background-color: #444;
  outline: none;
}
@media screen and (max-width: 768px) {
  .game-header-button {
    font-size: 14px;
  }
}
.cXBHIJ {
  background-color: #88e23b !important;
  color: black !important;
}
#root {
  height: 100%;
  overflow: hidden;
}.tab-container {
  display: flex !important;
  gap: 8px;
  align-items: center;
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 600;
  margin-top: 3px;
}
@media (max-width: 479px) {
  .tab-container {
    justify-content: space-between;
    width: 100%;
  }
}
.tab-container .tab-item, .tab-container .active {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  width: fit-content;
  border-bottom: 1px solid transparent;
}
.tab-container .tab-item svg path, .tab-container .active svg path {
  stroke: #fff;
}
.tab-container .active {
  color: #97e631;
  background-color: transparent;
  border-color: #97e631;
}
.tab-container .active svg path {
  stroke: #97e631;
}.ant-pagination a,
.ant-pagination .ant-pagination-item-ellipsis {
  color: #fff !important;
  font-size: 1rem;
}
.ant-pagination .ant-pagination-disabled {
  display: flex;
  align-items: center;
}
.ant-pagination .ant-pagination-item a {
  text-decoration: none;
}
.ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
.ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,
.ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis {
  opacity: 1;
  color: #97e631 !important;
}

.pagination {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.pagination .ant-pagination-prev,
.pagination .ant-pagination-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .ant-pagination-item {
  background-color: #000000;
  border: 1px solid #000000;
  color: white;
}
.pagination .ant-pagination-item:hover {
  background-color: #97e631;
  border: 1px solid #97e631;
  color: #fff;
}
.pagination .ant-pagination-item-active {
  background-color: #97e631;
  border: 1px solid #97e631;
}
.pagination .ant-pagination-item-active a {
  color: #000000 !important;
}.table-common {
  background: #000000;
  overscroll-behavior: contain;
  background-color: inherit;
}
.table-common .ant-table {
  border-radius: 12px;
  border: 1px solid #424242;
  overflow: hidden;
}
.table-common .ant-table-scroll-horizontal {
  background: #000000;
}
.table-common .ant-table-thead > tr > th {
  background: #202125;
  color: #777e90;
  border-bottom: none;
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 600;
}
.table-common .ant-table-thead > tr > th:before {
  display: none !important;
}
.table-common .ant-table-thead > tr > th.ant-table-column-sort, .table-common .ant-table-thead > tr > th:hover {
  background: #202125 !important;
}
.table-common .ant-table-tbody > tr > td {
  background: #000000;
  color: #f9fafb;
  font-family: "Orbitron";
  border-color: #353945;
}
.table-common.degens-race-table .ant-table-tbody > tr.rank-1 > td {
  border-top: 1px solid #353945;
}
.table-common.degens-race-table .ant-table-tbody > tr > td {
  border-bottom: none;
}
.table-common .ant-table-tbody > tr > td.ant-table-cell-with-append {
  position: relative;
  clear: both;
}
.table-common .ant-table-tbody > tr > td.ant-table-cell-with-append .ant-table-row-indent {
  display: none;
}
.table-common .ant-table-tbody > tr.clickabled {
  cursor: pointer;
}
.table-common .ant-table-tbody > tr > td.ant-table-cell-with-append .custom-expand-icon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 13px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-common .ant-table-tbody > tr:last-child td {
  border: none;
}
.table-common .ant-table-tbody > .ant-table-row {
  background: #000000;
}
.table-common .ant-table-tbody > .ant-table-row.expanded-row-animate {
  animation: slideDown 0.3s ease-in-out;
}
.table-common .ant-table-tbody > .ant-table-row.expanded-row-root td {
  border-top: 1px solid #97e631 !important;
}
.table-common .ant-table-tbody > .ant-table-row.expanded-row td {
  border-bottom: 1px solid #97e631;
}
.table-common .ant-table-tbody > tr:hover > td,
.table-common .ant-table-tbody > .ant-table-row .ant-table-cell-row-hover {
  background: rgba(112, 177, 29, 0.1019607843);
}
.table-common .ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: #000000;
}
.table-common .ant-table-tbody .no-data {
  height: 432px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.table-common .ant-table-tbody .no-data p {
  color: #777e90;
  margin-top: 8px;
}
.table-common .winner-column {
  display: flex;
  align-items: center;
  gap: 8px;
}
.table-common .winner-column .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.table-common .winner-column-fifty {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.table-common .winner-column-fifty .roi-text {
  color: #7d8186;
  font-family: "Orbitron";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.table-common .yourEntry-column {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.table-common .winner-entry-column {
  display: flex;
  gap: 8px;
}
.table-common .winner-entry-column .column-one {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.table-common .winner-entry-column .column-two {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.table-common .winner-entry-column .column-two .column-two-detail {
  display: flex;
  flex-direction: column;
}
.table-common .winner-entry-column .column-two .column-two-detail .percent {
  font-family: "Orbitron";
  font-size: 10px;
  font-weight: 400;
  line-height: 12.5px;
  color: #7d8186;
}
.table-common .date-column {
  display: flex;
  flex-direction: column;
}
.table-common .sol-tag {
  background: #1a1a1a;
  border: 1px solid #444;
  color: #00ff00;
}
.table-common .result {
  color: #00ff00;
}
.table-common a {
  color: #00b8ff;
}
.table-common a:hover {
  color: #008cff;
}

.table-common .ant-table-cell-with-append .winner-entry-column {
  flex: 1;
}

.table-common .expanded-row-animate .ant-table-cell-with-append .winner-entry-column {
  padding-left: 10px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ant-table-cell-scrollbar:not([rowspan]) {
  box-shadow: none !important;
}.betting-history {
  background: #000;
  color: #fff;
  min-height: 100vh;
  padding: 40px 80px;
}
@media (max-width: 479px) {
  .betting-history {
    padding: 0 16px 20px 16px;
  }
}
.betting-history .tab-container {
  display: none !important;
}
@media (max-width: 479px) {
  .betting-history .tab-container {
    display: flex !important;
  }
}
.betting-history .header-title {
  color: #fff;
}
.betting-history .filters {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.betting-history .filters .select-filter {
  gap: 0px;
}
.betting-history .filters .ant-select {
  height: 36px;
}
.betting-history .filters .ant-select-selection-placeholder {
  color: #fff;
}
.betting-history .filters .ant-select-selector {
  background-color: #202125;
  border: 1px solid #424242 !important;
  border-radius: 12px;
}
.betting-history .filters .ant-select-selection-item {
  color: #fff;
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}
.betting-history .filters .anticon svg {
  margin-top: 3px;
  color: #fff;
}
.betting-history .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .betting-history .header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 16px;
  }
}
.betting-history .header svg {
  margin-bottom: -10px;
}
.betting-history .header .profile-header-text {
  color: #97e631;
  font-size: 24px;
  font-weight: 400;
  font-family: "Aldo the Apache";
  line-height: 0.75;
  text-transform: uppercase;
  flex: 1;
  margin: 0;
}
.betting-history .unclaimed-winnings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 479px) {
  .betting-history .unclaimed-winnings {
    justify-content: space-between;
    width: 100%;
  }
}
.betting-history .unclaimed-winnings .claim-button {
  background: #001522;
  border: 1px solid #97e631;
  border-radius: 12px;
  padding: 13px 15px 10px;
  height: 36px;
  margin-left: 24px;
}
.betting-history .unclaimed-winnings .claim-button span {
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 700;
  line-height: 0;
  color: #97e631;
  text-transform: uppercase;
}
.betting-history .unclaimed-winnings .claim-button:not(:disabled):hover {
  background: #06051b !important;
  border-color: #97e631 !important;
  color: #000 !important;
}
.betting-history .unclaimed-winnings .claim-button:disabled {
  background: #06051b;
  border-color: #424242;
  cursor: not-allowed;
}
.betting-history .unclaimed-winnings .claim-button:disabled span {
  color: #d3d3df;
}
.betting-history .unclaimed-winnings .winnings-amount {
  color: #fff;
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 500;
}
.betting-history .unclaimed-winnings .winnings-amount span:first-child {
  padding-right: 8px;
}
@media (max-width: 479px) {
  .betting-history .unclaimed-winnings .winnings-amount {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.betting-history-status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
}
.betting-history-status .claim-button {
  padding: 2px 10px !important;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 1.25;
  height: 25px;
}
.betting-history .ant-table-row > .ant-table-cell-row-hover {
  background: #000000 !important;
}
.betting-history-tabs {
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .betting-history-tabs {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.betting-history-tabs .ant-radio-group {
  border: none;
}
.betting-history-tabs .ant-radio-group .ant-radio-button-wrapper:not(:first-child)::before {
  display: none;
}
.betting-history-tabs .ant-radio-group .ant-radio-button-wrapper {
  border-radius: 8px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
}
.betting-history-tabs .ant-radio-group .ant-radio-button-wrapper span:last-child {
  display: inline-block;
  margin-top: 4px;
}
.betting-history-tabs .ant-radio-group .ant-radio-button-wrapper-checked {
  background: rgba(112, 177, 29, 0.1019607843) !important;
  color: #88e23b;
}
.betting-history-rank {
  font-size: 10px;
  font-weight: 600;
}
.betting-history-rank .big {
  font-size: 14px;
  font-weight: 700;
}
.betting-history-rank.rank-1 {
  color: #ffe500;
}
.betting-history-rank.rank-3 {
  color: #fe6d40;
}
.betting-history .view-detail {
  color: #8a8c92;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}

.status-win {
  color: #97e631;
}
.status-lose {
  color: #fe6d40;
}
.status-refund {
  color: #ffe500;
}

.betting-table .ant-table-content {
  overflow-x: auto !important;
  overflow-y: hidden;
}
.betting-table .ant-table-content table {
  width: fit-content !important;
  min-width: 100%;
}

button.player-status-button {
  border: none !important;
  text-transform: capitalize;
  font-size: 12px;
  height: unset;
  font-weight: 600 !important;
}
button.player-status-button.pending-button {
  background-color: rgba(255, 229, 0, 0.15) !important;
  color: #ffe500 !important;
  pointer-events: none;
}
button.player-status-button.success-button {
  background-color: rgba(151, 230, 49, 0.15) !important;
  color: #97e631 !important;
}
button.player-status-button.sending-button {
  background-color: rgba(46, 140, 255, 0.15) !important;
  color: #2E8CFF !important;
  pointer-events: none;
}
button.player-status-button.failed-button {
  background-color: rgba(254, 109, 64, 0.15) !important;
  color: #fe6d40 !important;
}.base-button {
  background-color: #97e631 !important;
  border: 1px solid #97e631 !important;
  color: #000000;
  border-radius: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Orbitron;
}
.base-button.fullWidth {
  width: 100%;
  border-radius: 8px;
}
.base-button.info {
  background-color: #1890ff !important;
  border-color: #1890ff !important;
  color: #ffffff;
}
.base-button.info:hover {
  background-color: #1890ff !important;
  border-color: #1890ff !important;
  color: #ffffff !important;
}
.base-button.text {
  background-color: #424242 !important;
  border-color: #424242 !important;
  color: #ffffff;
}
.base-button.text:hover {
  background-color: #424242 !important;
  border-color: #424242 !important;
  color: #ffffff !important;
}
.base-button span {
  margin-top: 3px;
}
.base-button span.ant-btn-icon {
  margin-top: 0;
  margin-bottom: 3px;
}
.base-button:disabled {
  background-color: #424242 !important;
  border-color: #424242 !important;
  color: #8a8c92;
}
.base-button.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover {
  background-color: #97e631;
  border-color: #97e631;
  color: #000000;
  font-weight: bold;
}.claim-button {
  padding: 2px 10px !important;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 1.25;
  height: 25px;
}.with-draw-content {
  background: #202125;
  padding: 32px;
  color: #fff;
  font-family: Orbitron;
}
.with-draw-title {
  font-family: "Aldo the Apache";
  font-size: 24px;
  line-height: 1.3333333333;
  color: #fff;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.with-draw-close {
  cursor: pointer;
}
.with-draw-list {
  margin: 0;
  padding: 0;
}
.with-draw-list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4285714286;
}
.with-draw-list li:not(:last-child) {
  margin-bottom: 8px;
}
.with-draw-list li.line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #424242;
}
.with-draw-list li span.bold {
  font-weight: 600;
}
.with-draw-list li span.title {
  color: #d3d3df;
}
.with-draw-button {
  margin-top: 32px;
  margin-bottom: 8px;
  width: 100%;
  height: 48px;
  padding: 14px;
  background: #97e631;
  border-color: #97e631;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.with-draw-button:hover {
  background: #97e631 !important;
  border-color: #97e631 !important;
  color: #000000 !important;
}
.with-draw-button:disabled {
  background: #97e631 !important;
  border-color: #97e631 !important;
}
.with-draw-fee {
  color: #d3d3df;
  margin-bottom: 0;
}.profile-setting {
  background-color: #000;
  color: #fff;
  padding-inline: 5rem;
  border-radius: 8px;
}
@media (max-width: 479px) {
  .profile-setting {
    padding-inline: 1rem;
  }
}
.profile-setting .tab-container {
  display: none;
}
@media (max-width: 479px) {
  .profile-setting .tab-container {
    display: flex;
  }
}
.profile-setting .profile-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
  background: transparent;
}
.profile-setting .profile-tab .ant-menu-title-content {
  margin-inline-start: 0 !important;
}
.profile-setting .profile-tab > li.ant-menu-item {
  background: transparent !important;
  margin: 0;
  padding: 0 !important;
  width: fit-content;
  border-radius: unset;
  text-transform: capitalize;
  font-weight: 600;
  gap: 8px;
  font-family: Orbitron;
}
.profile-setting .profile-tab > li.ant-menu-item .ant-menu-item-extra {
  padding-inline-start: 8px;
}
.profile-setting .profile-tab > li.ant-menu-item.ant-menu-item-selected {
  color: #97e631;
}
.profile-setting .profile-tab > li:first-child.ant-menu-item.ant-menu-item-selected > svg > path,
.profile-setting .profile-tab > li:first-child.ant-menu-item.ant-menu-item-selected .ant-menu-title-content .ant-menu-item-extra > svg > path {
  fill: #97e631;
}
.profile-setting .profile-tab > li:not(:first-child).ant-menu-item.ant-menu-item-selected > svg > path,
.profile-setting .profile-tab > li:not(:first-child).ant-menu-item.ant-menu-item-selected .ant-menu-title-content .ant-menu-item-extra > svg > path {
  stroke: #97e631;
}
.profile-setting .profile-header-text {
  color: #97e631;
  font-size: 24px;
  font-weight: 400;
  font-family: "Aldo the Apache";
  letter-spacing: 4%;
  line-height: 32px;
  margin-block: 32px;
}
@media (max-width: 479px) {
  .profile-setting .profile-header-text {
    margin-block: 1rem 20px;
  }
}
.profile-setting .profile-header {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  width: 30%;
}
.profile-setting .profile-header .avt-profile {
  position: relative;
  display: inline-block;
}
.profile-setting .profile-header .avt-profile .profile-avatar {
  display: block;
  border: 2px solid #ccc;
  border-radius: 50%;
  object-fit: cover;
}
.profile-setting .profile-header .avt-profile .upload-overlay {
  position: absolute;
  bottom: -10px;
  right: -4px;
  z-index: 10;
  padding: 5px;
  cursor: pointer;
}
.profile-setting .profile-header .profile-details {
  display: flex;
  flex: 1;
  font-family: "Orbitron";
  gap: 1rem;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 479px) {
  .profile-setting .profile-header .profile-details {
    gap: 0.3rem;
  }
}
.profile-setting .profile-header .profile-details .profile-wallet {
  color: #fff;
}
.profile-setting .profile-header .profile-details .profile-wallet-address {
  display: flex;
  gap: 8px;
}
.profile-setting .profile-header .profile-details .profile-wallet-address .id-wallet {
  color: #fff;
}
.profile-setting .profile-header .profile-details .profile-wallet-address .id-btn-copy {
  cursor: pointer;
  margin-top: 2px;
  margin-left: 2px;
}
.profile-setting .profile-header .upload-avatar button {
  background: #1a1a1a;
  border-color: #666;
  color: #fff;
}
.profile-setting .profile-header .upload-avatar button:hover {
  background: #333;
}
.profile-setting .profile-form-container {
  margin-top: 32px;
  border-top: 1px solid #353945;
  padding: 16px;
  width: 40%;
}
@media (max-width: 479px) {
  .profile-setting .profile-form-container {
    width: 100%;
    margin-top: 24px;
    padding: 24px 0px 0px 0px;
  }
}
.profile-setting .profile-form-container .profile-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 479px) {
  .profile-setting .profile-form-container .profile-form {
    gap: 8px;
  }
}
.profile-setting .profile-form-container .profile-form .ant-form-item {
  margin-bottom: 0;
  transition: margin-bottom 0.2s ease;
}
.profile-setting .profile-form-container .profile-form .ant-form-item.ant-form-item-has-error {
  margin-bottom: 10px;
}
.profile-setting .profile-form-container .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}
.profile-setting .profile-form-container .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional) {
  margin-right: 0;
}
.profile-setting .profile-form-container .ant-form-item-explain-error {
  color: #ff4d4f;
  font-size: 14px;
  margin-top: 4px;
}
.profile-setting .profile-form-container .form-section-title {
  color: #fbf0f0;
  font-family: "Orbitron";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.profile-setting .profile-form-container .ant-form-item-label > label {
  color: #727688;
  font-family: "Orbitron";
}
.profile-setting .profile-form-container .custom-input {
  background: #000000;
  border-color: #353945;
  color: #fff;
  border-radius: 12px;
  height: 48px;
  font-family: "Orbitron";
}
.profile-setting .profile-form-container .custom-input:hover, .profile-setting .profile-form-container .custom-input:focus {
  background: #000000;
  box-shadow: none;
}
.profile-setting .profile-form-container .custom-input::placeholder {
  font-family: "Orbitron";
  color: rgba(255, 255, 255, 0.5);
}
.profile-setting .profile-form-container .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus-within {
  border: 1px solid #fe6d40;
}
.profile-setting .profile-form-container .ant-form-item .ant-form-item-explain-error {
  color: #fe6d40 !important;
  font-family: "Orbitron";
}
.profile-setting .profile-form-container .save-button {
  margin-top: 24px;
  color: #000000;
  font-weight: 700;
  width: 135px;
  height: 48px;
  padding: 0px 20px 0px 20px;
  gap: 5px;
  border-radius: 12px;
  font-family: "Orbitron";
  font-size: 16px;
}
@media (max-width: 479px) {
  .profile-setting .profile-form-container .save-button {
    width: 100%;
  }
}
.profile-setting .profile-form-container .save-button:not(:disabled) {
  background: #97e631;
}
.profile-setting .profile-form-container .save-button:not(:disabled):hover {
  background: #97e631;
  color: #000000;
}
.profile-setting .profile-form-container .save-button:disabled {
  background: #424242;
  color: rgba(0, 0, 0, 0.7);
  border: none;
  cursor: not-allowed;
}.screen-footer {
  height: 54px;
  padding: 0 40px;
  align-items: center;
  text-align: center;
  background-color: #202125;
  color: #b7b8bf;
  margin: auto;
  width: 100vw;
  font-family: "Orbitron";
  font-size: 10px;
  line-height: 1.5;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .screen-footer {
    padding: 0 16px;
    font-size: 9px;
  }
}
.screen-footer-social {
  border-radius: 12px;
  padding: 8px 16px;
  gap: 16px;
  height: 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.screen-footer-social button.ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: 6px;
  background-color: #353945;
}
.screen-footer-social .ant-btn-icon {
  display: flex !important;
}
@media (max-width: 480px) {
  .screen-footer-social {
    padding: 8px 0;
    gap: 6px;
    border-radius: 15px;
    margin: 0 0 0 auto;
  }
  .screen-footer-social svg {
    max-height: 15px !important;
  }
}.ModalListWalletConnect .ant-modal-content {
  background-color: #202125;
  padding: 25px 40px !important;
}
@media (max-width: 479px) {
  .ModalListWalletConnect .ant-modal-content {
    padding-inline: 14px !important;
  }
}
.ModalListWalletConnect .ant-modal-content .ant-modal-close {
  top: 6px !important;
  right: 30px !important;
}
.ModalListWalletConnect .title-modal-list-wallet {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Aldo the Apache";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
}
.ModalListWalletConnect .title-modal {
  color: #fff;
  text-align: center;
  font-family: "Aldo the Apache";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
}
.ModalListWalletConnect .title-modal-connect {
  color: #fff;
  text-align: left;
  font-family: "Orbitron";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
}
.ModalListWalletConnect .main-modal-connect-head {
  margin-bottom: 40px;
}
.ModalListWalletConnect .main-modal-connect-head .title-modal-create-account {
  font-family: "Aldo the Apache";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
}
.ModalListWalletConnect .main-modal-pending-head {
  margin-top: 20px;
}
.ModalListWalletConnect .main-modal-pending-head .title-pending {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  max-width: 250px;
  margin-top: 40px;
}
.ModalListWalletConnect .main-modal-pending-head .description {
  font-family: Orbitron;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #8a8c92;
}
.ModalListWalletConnect .main-modal-connect-content {
  margin-top: 20px;
  color: #fff;
}
.ModalListWalletConnect .main-modal-connect-content .wallet-item {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}
.ModalListWalletConnect .main-modal-connect-content .wallet-detected {
  font-family: Orbitron;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #777e90;
}
.ModalListWalletConnect .main-modal-connect-content .input-name {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb;
  font-size: 18px;
}
.ModalListWalletConnect .main-modal-connect-content .ant-input-status-error {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb !important;
  font-size: 18px;
  background-color: rgba(57, 57, 57, 0.8588235294);
}
.ModalListWalletConnect .main-modal-connect-content .ant-input-status-error:hover {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb;
  font-size: 18px;
}
.ModalListWalletConnect .main-modal-connect-content .ant-input-filled:focus-within {
  border-color: transparent;
  background: rgba(57, 57, 57, 0.8588235294);
}
.ModalListWalletConnect .main-modal-connect-content ::placeholder {
  color: #dbdbdb;
}
.ModalListWalletConnect .main-modal-connect-content .label-input {
  font-size: 18px;
}
.ModalListWalletConnect .main-modal-connect-content .main-action .save-change-button {
  background: #88e23b;
  border-color: #88e23b !important;
  font-weight: 700;
}
.ModalListWalletConnect .main-modal-connect-content .main-action .save-change-button:hover {
  background-color: #88e23b !important;
  border-color: #88e23b !important;
  color: black !important;
}
.ModalListWalletConnect .title_install_wallet {
  color: #ffffff;
  font-family: Orbitron;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.ModalListWalletConnect .description_install_wallet {
  color: #8a8c92;
  font-family: "Orbitron";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 10px;
}
.ModalListWalletConnect .wallet_not_install {
  background: #121212;
}
.ModalListWalletConnect .add_wallet {
  border-radius: 12px;
  background-color: #97e631;
  border-color: #97e631;
  font-family: Orbitron;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
@media (max-width: 479px) {
  .ModalListWalletConnect .add_wallet {
    font-size: 12px;
  }
}
.ModalListWalletConnect .add_wallet:hover {
  background-color: #97e631 !important;
  border-color: #97e631 !important;
  color: #000000 !important;
}

.ModalWalletForMobile .ant-modal-content {
  background-color: #202125;
  width: 540px;
}
@media (max-width: 479px) {
  .ModalWalletForMobile .ant-modal-content {
    width: 100%;
  }
}
.ModalWalletForMobile .title-modal-list-wallet {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Aldo the Apache";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
}
.ModalWalletForMobile .ant-image .ant-image-img {
  border-radius: 8px !important;
}
@media (max-width: 479px) {
  .ModalWalletForMobile .ant-image .ant-image-img {
    border-radius: 4px !important;
  }
}
.ModalWalletForMobile .main-modal-connect-head {
  margin-top: 20px;
}
.ModalWalletForMobile .main-modal-connect-head .title-modal-create-account {
  font-family: "Aldo the Apache";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
}
.ModalWalletForMobile .main-modal-pending-head {
  margin-top: 20px;
}
.ModalWalletForMobile .main-modal-pending-head .title-pending {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  max-width: 250px;
  margin-top: 40px;
}
.ModalWalletForMobile .main-modal-connect-content {
  margin-top: 20px;
  color: #fff;
}
.ModalWalletForMobile .main-modal-connect-content .wallet-item {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}
.ModalWalletForMobile .main-modal-connect-content .wallet-detected {
  color: wheat;
}
.ModalWalletForMobile .main-modal-connect-content .input-name {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb;
  font-size: 18px;
}
.ModalWalletForMobile .main-modal-connect-content .ant-input-status-error {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb !important;
  font-size: 18px;
  background-color: rgba(57, 57, 57, 0.8588235294);
}
.ModalWalletForMobile .main-modal-connect-content .ant-input-status-error:hover {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb;
  font-size: 18px;
}
.ModalWalletForMobile .main-modal-connect-content .ant-input-filled:focus-within {
  border-color: transparent;
  background: rgba(57, 57, 57, 0.8588235294);
}
.ModalWalletForMobile .main-modal-connect-content ::placeholder {
  color: #dbdbdb;
}
.ModalWalletForMobile .main-modal-connect-content .label-input {
  font-size: 18px;
}
.ModalWalletForMobile .main-modal-connect-content .main-action .save-change-button {
  background: #88e23b;
  border-color: #88e23b !important;
  font-weight: 700;
}
.ModalWalletForMobile .main-modal-connect-content .main-action .save-change-button:hover {
  background-color: #88e23b !important;
  border-color: #88e23b !important;
  color: black !important;
}
.ModalWalletForMobile .title_install_wallet {
  color: #ffffff;
  font-family: "Orbitron";
  font-size: 18px;
  font-weight: 600;
  line-height: 22.5px;
}
@media (max-width: 479px) {
  .ModalWalletForMobile .title_install_wallet {
    font-size: 16px;
  }
}
.ModalWalletForMobile .description_install_wallet {
  color: #8a8c92;
  font-family: "Orbitron";
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.ModalWalletForMobile .wallet_not_install {
  background: #121212;
}
.ModalWalletForMobile .add_wallet {
  background-color: #88e23b;
  border-color: #88e23b;
  color: black;
  font-weight: 700;
  min-width: 129px;
  min-height: 36px;
  border-radius: 12px;
  font-family: "Orbitron";
  font-size: 14px;
  line-height: 17.5px;
}
.ModalWalletForMobile .add_wallet:hover {
  background-color: #88e23b !important;
  border-color: #88e23b !important;
  color: black !important;
}

.ModalConnectingWallet .ant-modal-content {
  background-color: #202125;
  min-height: 430px !important;
}
.ModalConnectingWallet .title-modal-list-wallet {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Aldo the Apache";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
}
.ModalConnectingWallet .main-modal-connect-head {
  margin-top: 20px;
}
.ModalConnectingWallet .main-modal-connect-head .title-modal-create-account {
  font-family: "Aldo the Apache";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
}
.ModalConnectingWallet .main-modal-pending-head {
  margin-top: 4rem;
}
.ModalConnectingWallet .main-modal-pending-head .title-pending {
  color: #fff;
  font-family: "Orbitron";
  font-size: 18px;
  font-weight: 700;
  line-height: 22.5px;
  text-align: center;
}
.ModalConnectingWallet .main-modal-pending-head .title-description {
  padding: 0 3rem;
  color: #8a8c92;
  font-family: "Orbitron";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.ModalConnectingWallet .main-modal-pending-head-title {
  margin-top: 2rem;
}
.ModalConnectingWallet .main-modal-pending-head-title .title-pending {
  color: #fff;
  font-family: "Orbitron";
  font-size: 18px;
  font-weight: 700;
  line-height: 22.5px;
  text-align: center;
}
.ModalConnectingWallet .main-modal-pending-head-title .title-description {
  padding: 10px 2rem;
  color: #8a8c92;
  font-family: "Orbitron";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.ModalConnectingWallet .main-modal-connect-content {
  margin-top: 20px;
  color: #fff;
}
.ModalConnectingWallet .main-modal-connect-content .wallet-item {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}
.ModalConnectingWallet .main-modal-connect-content .wallet-detected {
  color: wheat;
}
.ModalConnectingWallet .main-modal-connect-content .input-name {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb;
  font-size: 18px;
}
.ModalConnectingWallet .main-modal-connect-content .ant-input-status-error {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb !important;
  font-size: 18px;
  background-color: rgba(57, 57, 57, 0.8588235294);
}
.ModalConnectingWallet .main-modal-connect-content .ant-input-status-error:hover {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb;
  font-size: 18px;
}
.ModalConnectingWallet .main-modal-connect-content .ant-input-filled:focus-within {
  border-color: transparent;
  background: rgba(57, 57, 57, 0.8588235294);
}
.ModalConnectingWallet .main-modal-connect-content ::placeholder {
  color: #dbdbdb;
}
.ModalConnectingWallet .main-modal-connect-content .label-input {
  font-size: 18px;
}
.ModalConnectingWallet .main-modal-connect-content .main-action .save-change-button {
  background: #88e23b;
  border-color: #88e23b !important;
  font-weight: 700;
}
.ModalConnectingWallet .main-modal-connect-content .main-action .save-change-button:hover {
  background-color: #88e23b !important;
  border-color: #88e23b !important;
  color: black !important;
}
.ModalConnectingWallet .title_install_wallet {
  color: #ffffff;
  font-family: "Orbitron";
  font-size: 18px;
  font-weight: 600;
  line-height: 22.5px;
}
.ModalConnectingWallet .description_install_wallet {
  color: #8a8c92;
  font-family: "Orbitron";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.ModalConnectingWallet .wallet_not_install {
  background: #121212;
}
.ModalConnectingWallet .add_wallet {
  background-color: #88e23b;
  border-color: #88e23b;
  color: black;
  font-weight: 700;
  min-width: 129px;
  min-height: 36px;
  border-radius: 12px;
  font-family: "Orbitron";
  font-size: 14px;
  line-height: 17.5px;
}
.ModalConnectingWallet .add_wallet:hover {
  background-color: #88e23b !important;
  border-color: #88e23b !important;
  color: black !important;
}
.ModalConnectingWallet .connecting-button {
  margin-top: 2rem;
  color: #000000;
  font-weight: 700;
  width: 100%;
  height: 48px;
  padding: 0px 20px 0px 20px;
  gap: 5px;
  border-radius: 12px;
  font-family: "Orbitron";
  font-size: 16px;
}
.ModalConnectingWallet .connecting-button:not(:disabled) {
  background: #97e631;
}
.ModalConnectingWallet .connecting-button:not(:disabled):hover {
  background: #97e631;
  color: #000000;
}
.ModalConnectingWallet .connecting-button:disabled {
  background: #70b11d;
  color: #000;
  border: none;
  cursor: not-allowed;
}

.icon_back {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1010;
  cursor: pointer;
}

.login-with-social {
  background-color: #424242;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.login-with-social .title-login-with-social {
  padding: 0 10px;
  font-family: "Orbitron";
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.login-with-social .icon-login-with-social {
  padding: 0 10px;
  display: flex;
  gap: 4px;
}

.title-connect-crypto-wallet {
  font-family: "Orbitron";
  font-size: 16px;
  font-weight: 400;
  color: white;
}.loading_main {
  position: relative;
  width: 112px;
  height: 112px;
  margin: auto;
}
.loading_main .svg_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.loading_main .icon_position {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 30px;
}.ModalUnSupportWallet .ant-modal-content {
  background-color: #202125;
  padding: 25px 30px !important;
}
@media (max-width: 479px) {
  .ModalUnSupportWallet .ant-modal-content {
    padding-inline: 14px !important;
  }
}
.ModalUnSupportWallet .ant-modal-content .ant-modal-close {
  top: 20px !important;
  right: 30px !important;
}
.ModalUnSupportWallet .main-modal-head {
  margin-bottom: 40px;
}
.ModalUnSupportWallet .main-modal-head .title-modal-create-account {
  font-family: "Aldo the Apache";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
}
.ModalUnSupportWallet .main-modal-content .unsupported-browser {
  color: #fff;
  text-transform: uppercase;
  font-family: Aldo the Apache;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.ModalUnSupportWallet .main-modal-content .description {
  margin-top: 16px;
  font-family: Orbitron;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #D3D3DF;
}
.ModalUnSupportWallet .main-modal-content .confirm-button {
  margin-top: 40px;
  padding: 20px 25px;
  gap: 5px;
  border-radius: 12px;
  opacity: 0px;
  background: #97E631;
  border-color: #97E631;
  font-family: Orbitron;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.ModalUnSupportWallet .main-modal-content .confirm-button:hover {
  background: #97E631;
  border-color: #97E631;
  color: #000000;
}.custom-popover {
  margin-left: 16px;
}
.custom-popover .ant-popover-arrow {
  display: none !important;
}
.custom-popover .ant-popover-content {
  width: 233px !important;
  background-color: #202125 !important;
  border-radius: 20px;
}
.custom-popover .ant-popover-content .ant-popover-inner {
  border-radius: 20px;
  padding: 32px 24px;
  background-color: #202125;
}
.custom-popover .ant-popover-content .profile-avatar {
  display: block;
  border: 2px solid #ccc;
}
.custom-popover .ant-popover-content .text-action {
  cursor: pointer;
  color: #fff;
  font-family: Orbitron;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.custom-popover .ant-popover-content .item_menu:not(:first-child) {
  padding-top: 12px;
}
.custom-popover .ant-popover-content .amount {
  color: #fff;
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom-popover .ant-popover-content .action {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.custom-popover .ant-popover-content .address {
  color: #fff;
  display: flex;
  font-family: Orbitron;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.custom-popover .ant-popover-content .id-user {
  color: #fff;
  display: flex;
  font-family: Orbitron;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 12px;
}
.custom-popover .ant-popover-content .copy-icon-container {
  position: relative;
}
.custom-popover .ant-popover-content .copy-tooltip {
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #000000;
  padding: 4px 8px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s;
}
.custom-popover .ant-popover-content .copy-tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.wallet-connect-button {
  background-color: #97e631 !important;
  border: 1px solid #97e631 !important;
  color: #000000;
  border-radius: 12px;
  font-weight: bold;
  padding: 15px !important;
  text-transform: uppercase;
  font-family: Orbitron;
  line-height: 0;
}
@media (max-width: 479px) {
  .wallet-connect-button {
    font-size: 12px;
    padding: 6px !important;
  }
}
.wallet-connect-button:hover {
  background-color: #97e631 !important;
  border-color: #97e631 !important;
  color: #000000 !important;
  font-weight: bold;
  cursor: pointer;
}
.wallet-connect-button span {
  margin-top: 3px;
}

.custom-tooltip {
  margin-left: 16px;
}

.close-tooltip {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

.main-info-rank {
  margin-left: 10px;
  line-height: normal;
  color: #fff;
}

.text-point {
  margin-top: 2px;
  border: 1px solid #97E631;
  border-radius: 10px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  cursor: pointer;
}

.main-actions-privy .btn-deposit {
  background-color: #1A6DD8;
  color: white !important;
  font-weight: 700;
  margin-bottom: 10px;
}
.main-actions-privy .btn-deposit:hover {
  background-color: #1A6DD8 !important;
  color: white !important;
  border-color: transparent !important;
  background: #1A6DD8 !important;
}
.main-actions-privy .btn-withdraw {
  background-color: #88E23B;
  color: black;
  font-weight: 700;
  margin-bottom: 10px;
}
.main-actions-privy .btn-withdraw:hover {
  background-color: #88E23B !important;
  color: black !important;
  border-color: transparent !important;
  background: #88E23B !important;
}
.main-actions-privy .btn-common-action {
  font-weight: 700;
  width: 100%;
  border-radius: 10px;
  border-color: transparent;
}.connect-wallet-button {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.connect-wallet-button .ant-btn {
  height: 36px;
}
@media (max-width: 479px) {
  .connect-wallet-button .ant-btn {
    height: 30px;
  }
}
@media (max-width: 479px) {
  .connect-wallet-button.hide {
    display: none;
  }
}

.connect-wallet-button * {
  text-transform: none;
}

.ModalConnectButton .ant-modal-content {
  background-color: #202125;
}
.ModalConnectButton .main-modal-connect-head {
  margin-top: 20px;
}
.ModalConnectButton .main-modal-connect-head .title-modal {
  color: white;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  max-width: 250px;
  margin-bottom: 50px;
}
.ModalConnectButton .main-modal-connect-head .title-modal-create-account {
  color: white;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 50px;
}
.ModalConnectButton .main-modal-connect-content {
  margin-top: 20px;
  color: white;
}
.ModalConnectButton .main-modal-connect-content .wallet-item {
  color: white;
  margin-left: 10px;
  font-size: 20px;
}
.ModalConnectButton .main-modal-connect-content .wallet-detected {
  color: wheat;
}
.ModalConnectButton .main-modal-connect-content .input-name {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb;
  font-size: 18px;
}
.ModalConnectButton .main-modal-connect-content .ant-input-status-error {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb !important;
  font-size: 18px;
  background-color: rgba(57, 57, 57, 0.8588235294);
}
.ModalConnectButton .main-modal-connect-content .ant-input-status-error:hover {
  background: rgba(57, 57, 57, 0.8588235294);
  color: #dbdbdb;
  font-size: 18px;
}
.ModalConnectButton .main-modal-connect-content .ant-input-filled:focus-within {
  border-color: transparent;
  background: rgba(57, 57, 57, 0.8588235294);
}
.ModalConnectButton .main-modal-connect-content ::placeholder {
  color: #dbdbdb;
}
.ModalConnectButton .main-modal-connect-content .label-input {
  font-size: 18px;
}
.ModalConnectButton .main-modal-connect-content .main-action .save-change-button {
  background: #88e23b;
  border-color: #88e23b !important;
  font-weight: 700;
}
.ModalConnectButton .main-modal-connect-content .main-action .save-change-button:hover {
  background-color: #88e23b !important;
  border-color: #88e23b !important;
  color: black !important;
}.withDrawModal {
  color: #ffffff;
}
.withDrawModal .ant-modal-content {
  padding: 0 !important;
}
.withDrawModal .ant-modal-content {
  background: #202125;
  border-radius: 20px;
}
.withDrawModal .content-modal {
  min-height: 60vh;
  overflow: auto;
}
.withDrawModal .header-modal {
  background: #353945;
  border-radius: 20px 20px 0px 0px;
  gap: 0px;
  padding: 20px 30px;
  opacity: 0px;
}
.withDrawModal .header-modal .text-header {
  font-family: Orbitron;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .withDrawModal .header-modal .text-header {
    font-size: 18px;
  }
}
.withDrawModal .select-token {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .withDrawModal .select-token {
    display: none;
  }
}
.withDrawModal .select-token .ant-select-selection-item {
  color: #97e631;
}
.withDrawModal .select-token .ant-select-selector {
  color: #97e631;
  background-color: rgba(151, 230, 49, 0.1490196078);
  border-radius: 8px;
  border: none;
  padding: 10px 12px;
  height: 50px;
}
.withDrawModal .select-token .ant-select-selector .balance-token {
  font-family: "Orbitron";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.withDrawModal .select-token .ant-select-arrow {
  color: #97e631;
}
.withDrawModal .select-token .ant-select-dropdown {
  padding: 6px 0 !important;
}
.withDrawModal .main-list-token {
  padding: 20px 12px;
  border-right: 1px solid #353945;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .withDrawModal .main-list-token {
    width: 100%;
    border-bottom: 1px solid #353945;
    border-right: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.withDrawModal .main-list-token .title {
  font-family: Orbitron;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  padding: 20px 16px;
}
@media screen and (max-width: 768px) {
  .withDrawModal .main-list-token .title {
    font-size: 14px;
    line-height: 1.5;
  }
}
.withDrawModal .main-bet {
  padding: 20px 30px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .withDrawModal .main-bet {
    width: 100%;
  }
}
.withDrawModal .main-bet .main-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.withDrawModal .main-bet .main-form .main-input {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.withDrawModal .main-bet .container-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.withDrawModal .main-bet .container-input input::placeholder {
  color: #777e90;
  font-weight: 400;
  font-size: 14px;
}
.withDrawModal .main-bet .title {
  font-family: Orbitron;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.withDrawModal .main-bet .text-button-option {
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
  text-align: left;
  color: #ffffff;
}
.withDrawModal .main-bet .text-button-option:hover {
  color: #ffffff;
}
.withDrawModal .main-bet .input-token-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.withDrawModal .main-bet .input-token-container .image-token {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
}
.withDrawModal .main-bet .input-token {
  border-radius: 8px !important;
  padding: 10px 16px;
  height: 52px;
  background: rgba(151, 230, 49, 0.1490196078);
  color: white;
  border-color: rgba(151, 230, 49, 0.1490196078);
  font-size: 14px;
  font-weight: 700;
  text-align: end;
  font-family: "Orbitron";
}
.withDrawModal .main-bet .input-token:focus-within {
  background: rgba(151, 230, 49, 0.1490196078) !important;
}
.withDrawModal .main-bet .input-token:hover {
  background: rgba(151, 230, 49, 0.1490196078) !important;
}
.withDrawModal .main-bet .input-token.error {
  border-color: #fe6d40 !important;
}
.withDrawModal .main-bet .input-token .ant-input {
  font-size: 16px;
  font-weight: 700;
  text-align: end;
  font-family: "Orbitron";
}
.withDrawModal .main-bet .input-token.meme-input {
  background: rgba(210, 122, 255, 0.1019607843);
  border-color: rgba(210, 122, 255, 0.1019607843);
  color: #d27aff;
}
.withDrawModal .main-bet .input-token.meme-input:hover {
  background: rgba(210, 122, 255, 0.1019607843) !important;
}
.withDrawModal .main-bet .input-token.meme-input:focus-within {
  background: rgba(210, 122, 255, 0.1019607843) !important;
}
.withDrawModal .main-bet .note {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  color: #d3d3df;
}
.withDrawModal .main-bet .text-warning-msg {
  font-size: 12px;
  color: #fe6d40;
}
.withDrawModal .btn-bet-now {
  margin-top: auto;
  align-self: center;
  padding: 20px;
  margin-top: 10px;
  gap: 5px;
  border-radius: 12px;
  background: #97e631;
  border-color: #97e631;
  font-family: Orbitron;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  text-transform: uppercase;
}
.withDrawModal .btn-bet-now:not(:disabled):hover {
  background: #97e631 !important;
  border-color: #97e631 !important;
  color: #000 !important;
}
.withDrawModal .btn-bet-now span:not {
  display: flex !important;
  align-items: center !important;
}
.withDrawModal .btn-bet-now:disabled {
  background: #424242;
  border-color: #424242;
  color: #d3d3df;
  cursor: not-allowed;
}
.withDrawModal .list-token {
  font-size: 16px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .withDrawModal .list-token {
    margin-bottom: 0;
  }
}
.withDrawModal .list-token .ant-menu-item-selected {
  background: rgba(112, 177, 29, 0.1019607843);
  gap: 0px;
  border-radius: 8px;
  height: 50px;
  padding: 10px 16px !important;
  color: #97e631 !important;
}
.withDrawModal .list-token .ant-menu-item {
  margin: 0 !important;
  gap: 0px;
  border-radius: 8px;
  height: 50px;
  padding: 10px 16px !important;
  width: 100%;
  color: #ffffff;
}
.withDrawModal .list-token .ant-menu-item:hover {
  color: #97e631 !important;
}
.withDrawModal .list-token .name-token {
  font-family: Orbitron;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .withDrawModal .list-token .name-token {
    display: none;
  }
}
.withDrawModal .list-token .balance-token {
  font-family: Orbitron;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
  justify-content: end;
}
.withDrawModal .note-warning {
  margin-top: 8px;
  margin-bottom: 32px;
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fe6d40;
}
.withDrawModal__note {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #d3d3df;
}
.withDrawModal__note span {
  color: #d3d3df;
}
.withDrawModal .list-token {
  list-style-type: none;
  padding: 0;
}
.withDrawModal .list-token li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 8px 16px;
  border-bottom: 1px solid #353945;
  background-color: rgba(112, 177, 29, 0.1019607843);
  border-radius: 8px;
  color: #88e23b;
}
.withDrawModal .list-token li:last-child {
  border-bottom: none;
}
.withDrawModal .list-token li .token-name {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.withDrawModal .list-token li .token-amount {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.withDrawModal .main-bet div.title {
  margin-bottom: 8px;
}
.withDrawModal .main-bet div.title span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0.42px;
}
.withDrawModal .main-bet div.title.big span {
  font-size: 16px;
  color: #ffffff;
}
.withDrawModal .main-bet input.input-token {
  background-color: #353945;
  border-color: #424242;
  height: 44px;
}
.withDrawModal .main-bet input.input-token::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
  text-align: left;
  text-transform: unset;
}
.withDrawModal .main-bet div.note {
  font-size: 12px;
}
.withDrawModal .main-bet div.note.danger {
  color: #ec5f59;
}.drawer-menu {
  background-color: #000 !important;
  color: #fff !important;
}
.drawer-menu-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.drawer-menu-profile .address {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Orbitron";
}
.drawer-menu-nav {
  display: flex;
  flex-direction: column;
  background: transparent;
}
.drawer-menu-nav .ant-menu-title-content {
  margin-inline-start: 0 !important;
}
.drawer-menu-nav > li.ant-menu-item {
  background: transparent !important;
  margin: 0;
  padding: 0 !important;
  width: fit-content;
  border-radius: unset;
  text-transform: capitalize;
  font-weight: 600;
  gap: 8px;
  font-family: Orbitron;
}
.drawer-menu-nav > li.ant-menu-item .ant-menu-item-extra {
  padding-inline-start: 8px;
}
.drawer-menu-nav > li.ant-menu-item.ant-menu-item-selected {
  color: #97e631;
}
.drawer-menu-nav > li:first-child.ant-menu-item.ant-menu-item-selected > svg > path,
.drawer-menu-nav > li:first-child.ant-menu-item.ant-menu-item-selected .ant-menu-title-content .ant-menu-item-extra > svg > path {
  fill: #97e631;
}
.drawer-menu-nav > li:not(:first-child).ant-menu-item.ant-menu-item-selected > svg > path,
.drawer-menu-nav > li:not(:first-child).ant-menu-item.ant-menu-item-selected .ant-menu-title-content .ant-menu-item-extra > svg > path {
  stroke: #97e631;
}
.drawer-menu .ant-collapse-header {
  padding: 0 !important;
}
.drawer-menu .ant-collapse-expand-icon > span > svg {
  fill: #fff;
}
.drawer-menu .ant-collapse-header-text {
  color: #fff;
  flex: none !important;
  margin-inline-end: 0 !important;
  font-size: 14px;
  font-weight: 600;
  font-family: "Orbitron";
}
.drawer-menu .ant-collapse-content-box {
  padding: 0 !important;
}
.drawer-menu .token-list {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  gap: 12px;
}
.drawer-menu .amount {
  color: #fff;
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.drawer-menu .text-action {
  font-size: 16px;
  font-weight: 600;
  font-family: "Orbitron";
}

.ant-drawer-content-wrapper {
  width: 100% !important;
}

.connect-wallet-btn-in-drawer {
  width: 100%;
  height: 40px;
  margin-top: auto;
  background-color: #97e631 !important;
  border: 1px solid #97e631 !important;
  color: #000000;
  border-radius: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Orbitron;
  line-height: 1.25;
  font-size: 16px;
}.screen-header {
  display: flex;
  align-items: center;
  background-color: #242323;
  padding: 0 40px;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #353945;
}
@media screen and (max-width: 768px) {
  .screen-header {
    padding: 0 8px;
  }
}
.screen-header .btn-home {
  background: #1b1e25;
  border: 2px solid #646464;
  padding: 0px 6px;
}
.screen-header .btn-home:hover {
  background: #1b1e25 !important;
  border: 2px solid #646464 !important;
  padding: 0px 6px !important;
}
.screen-header .header-right {
  border-radius: 12px;
  padding: 8px 16px;
  gap: 16px;
  height: 36px;
  border-radius: 15px;
  margin-right: 10px;
  background: rgba(217, 217, 217, 0.2705882353);
  display: flex;
  align-items: center;
}
.screen-header .header-right .ant-btn-icon {
  display: flex !important;
}
@media (max-width: 480px) {
  .screen-header .header-right {
    width: Fixed 126px px;
    padding: 8px 20px;
    gap: 6px;
    border-radius: 15px;
  }
  .screen-header .header-right svg {
    max-height: 15px !important;
  }
}
.screen-header .header-left {
  margin-right: auto;
  height: 57%;
  line-height: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .screen-header .header-left {
    margin-left: 3%;
    margin-right: 15px;
  }
}
.screen-header .header-left .logo-main {
  height: 36px;
  width: auto;
}
@media (max-width: 479px) {
  .screen-header .header-left .logo-main--home {
    height: 17px !important;
  }
}
@media (max-width: 479px) {
  .screen-header .header-left .logo-main {
    height: 27px;
  }
}
.screen-header .navbar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .screen-header .navbar-right {
    margin-right: 1%;
  }
}
.screen-header .navbar-right img {
  margin-right: 10px;
  height: 100%;
}
.screen-header .navbar-right .menu-icon {
  display: none;
}
@media (max-width: 1023px) {
  .screen-header .navbar-right .menu-icon {
    display: block;
  }
}
.screen-header .navbar-right .menu-icon.hide {
  display: none;
}
.screen-header .navbar-right .box-user {
  border-radius: 8px;
  padding: 4px 6px;
  border: 1px solid #727688;
  font-size: 10px;
  color: #ffffff;
  line-height: normal !important;
  margin-right: 10px;
  min-width: 80px;
  cursor: pointer;
}
.screen-header .navbar-right .box-user-tag {
  padding: 2px 12px;
  background: #2E8CFF;
  border-radius: 8px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: center;
}
.screen-header .navbar-left {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
}
@media (max-width: 479px) {
  .screen-header .navbar-left--login {
    gap: 0px !important;
    min-width: 180px;
    max-width: 220px;
  }
}
@media (max-width: 479px) {
  .screen-header .navbar-left {
    gap: 0px !important;
  }
}
.screen-header .main-info-rank {
  margin-left: 10px;
  line-height: normal !important;
  color: #fff;
}
.screen-header .text-point {
  margin-top: 2px;
  border: 1px solid #97E631;
  border-radius: 10px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  cursor: pointer;
}
.screen-header-nav {
  display: flex;
  align-items: center;
  height: 100%;
  background: transparent;
  margin-left: 12px;
  flex: 1;
}
@media (max-width: 1023px) {
  .screen-header-nav {
    display: none;
  }
}
.screen-header-nav > li.ant-menu-item {
  background: transparent;
  margin: 0;
  height: 100%;
  width: fit-content;
  border-radius: unset;
  text-transform: capitalize;
  font-weight: 600;
  gap: 8px;
  font-family: Orbitron;
}
.screen-header-nav > li.ant-menu-item .ant-menu-item-extra {
  padding-inline-start: 8px;
}
.screen-header .ant-menu-submenu-title {
  font-family: Orbitron !important;
}
.screen-header-nav > li.ant-menu-item.ant-menu-item-selected {
  border-bottom: 1px solid #97e631;
  color: #97e631;
}
.screen-header-nav > li:first-child.ant-menu-item.ant-menu-item-selected > svg > path,
.screen-header-nav > li:first-child.ant-menu-item.ant-menu-item-selected .ant-menu-title-content .ant-menu-item-extra > svg > path {
  fill: #97e631;
}
.screen-header-nav > li:not(:first-child).ant-menu-item.ant-menu-item-selected > svg > path,
.screen-header-nav > li:not(:first-child).ant-menu-item.ant-menu-item-selected .ant-menu-title-content .ant-menu-item-extra > svg > path {
  stroke: #97e631;
}

.sound > .ant-btn-icon {
  display: inline-flex;
  margin-right: 10px;
}

.custom-popover-switch-network {
  margin-left: 16px;
}
.custom-popover-switch-network .ant-popover-arrow {
  display: none !important;
}
.custom-popover-switch-network .ant-popover-content {
  width: 260px !important;
  background-color: #202125 !important;
  border-radius: 20px;
}
.custom-popover-switch-network .ant-popover-content .ant-popover-inner {
  border: thin solid rgba(255, 255, 255, 0.231372549);
  border-radius: 20px;
  padding: 20px !important;
  background-color: #202125;
}
.custom-popover-switch-network .ant-popover-content .address {
  color: #fff;
  display: flex;
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.custom-popover-switch-network .ant-popover-content .main-item-network {
  margin-top: 6px;
  padding: 2px 12px 12px 12px;
  border-radius: 20px;
  border: thin solid rgba(255, 255, 255, 0.231372549);
}
.custom-popover-switch-network .ant-popover-content .main-item-network .ant-input-outlined:hover {
  background-color: transparent !important;
}
.custom-popover-switch-network .ant-popover-content .main-item-network .ant-input:focus,
.custom-popover-switch-network .ant-popover-content .main-item-network .ant-input-focused {
  box-shadow: none !important;
  border-color: rgba(217, 217, 217, 0.1607843137) !important;
}
.custom-popover-switch-network .ant-popover-content .main-item-network .recommended-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #D27AFF;
}
.custom-popover-switch-network .ant-popover-content .main-item-network .ant-input {
  background-color: transparent !important;
  border-top: 1px solid rgba(217, 217, 217, 0.1607843137) !important;
  border-left: 1px solid rgba(217, 217, 217, 0.1607843137) !important;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1607843137) !important;
  border-right: none !important;
  color: rgba(217, 217, 217, 0.8509803922) !important;
}
.custom-popover-switch-network .ant-popover-content .main-item-network input {
  height: 40px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  font-size: 14px;
}
.custom-popover-switch-network .ant-popover-content .main-item-network input::placeholder {
  color: rgba(217, 217, 217, 0.8509803922);
}
.custom-popover-switch-network .ant-popover-content .main-item-network .ant-input-group-addon {
  padding: 0 !important;
  border-top: 1px solid rgba(217, 217, 217, 0.1607843137) !important;
  border-right: 1px solid rgba(217, 217, 217, 0.1607843137) !important;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1607843137) !important;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.custom-popover-switch-network .ant-popover-content .main-item-network .ant-input-group-addon button {
  font-family: Orbitron;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  border: none;
  margin-right: 3px;
  gap: 5px;
  border-radius: 12px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #97E631;
}
.custom-popover-switch-network .ant-popover-content .main-item-network .ant-input-group-addon .disabled {
  background-color: #424242;
  color: #8A8C92 !important;
}
.custom-popover-switch-network .ant-popover-content .item-network {
  margin-top: 10px;
  justify-content: space-between;
  border-radius: 12px;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  font-family: Orbitron;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF !important;
}
.custom-popover-switch-network .ant-popover-content .item-network:hover {
  cursor: pointer;
  background: rgba(112, 177, 29, 0.1019607843) !important;
  color: #97E631 !important;
}
.custom-popover-switch-network .ant-popover-content .item-selected {
  background: rgba(112, 177, 29, 0.1019607843) !important;
  color: #97E631 !important;
}

.selected-network-solana {
  padding: 6px 20px;
  background-color: #1A1A1A;
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .selected-network-solana--login {
    padding: 4px 8px !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 479px) {
  .selected-network-solana {
    padding: 4px 8px;
    margin-right: 10px;
  }
  .selected-network-solana img {
    width: 20px !important;
    height: 20px !important;
  }
}

.selected-network-eclipse {
  padding: 6px 20px;
  background-color: #A0FEA0;
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .selected-network-eclipse--login {
    padding: 4px 8px !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 479px) {
  .selected-network-eclipse {
    padding: 4px 8px;
    margin-right: 10px;
  }
}

.title-select-network {
  color: #fff;
  display: flex;
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.title-select-rpc {
  color: #fff;
  display: flex;
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.btn_outlink {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}

.tournament-icon .ant-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 28/9;
  max-width: 140px;
  height: auto;
}.sider-container .ant-layout-sider-children {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #353945;
  padding-left: 70px;
}
.sider-container .ant-layout-sider-children h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Aldo the Apache";
  letter-spacing: 4%;
  margin-block: 32px;
}
.sider-container .ant-menu {
  padding-left: 0 !important;
}

.custom-menu, .custom-menu-horizontal {
  font-size: 16px;
  background-color: transparent;
  font-family: "Orbitron";
}
.custom-menu svg, .custom-menu-horizontal svg {
  margin-right: 5px;
  margin-bottom: 5px;
}
.custom-menu .ant-menu-item, .custom-menu-horizontal .ant-menu-item {
  padding-left: 0 !important;
  margin-left: 0;
}
.custom-menu .ant-menu-item-selected, .custom-menu-horizontal .ant-menu-item-selected {
  background-color: rgba(112, 177, 29, 0.1019607843) !important;
  color: #97e631 !important;
}
.custom-menu .ant-menu-item-selected svg path, .custom-menu-horizontal .ant-menu-item-selected svg path {
  stroke: #97e631;
}
.custom-menu-horizontal {
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  padding-inline: 0 !important;
}

.ant-layout-sider {
  background-color: #000000 !important;
  width: 100% !important;
}
@media (max-width: 479px) {
  .ant-layout-sider {
    display: none;
  }
}

.ant-menu .ant-menu-item .ant-menu-item-icon + span {
  margin-inline-start: unset;
}.logo {
  width: 100%;
  height: auto;
  display: block;
  margin: 16px auto;
  padding: 0 16px;
}

.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
  min-height: 5rem;
}
.app-header .header-title {
  color: white !important;
  margin: 0;
}

.main-content {
  background-color: #000000;
}.round-details-modal .ant-modal-content {
  background-color: #2d2f38;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}
.round-details-modal .modal-header {
  background-color: #353945;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.round-details-modal .modal-header h2 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  font-family: "Aldo the Apache";
  line-height: 32px;
  letter-spacing: 1.4px;
}
.round-details-modal .modal-header .close-btn {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
.round-details-modal .round-details-table {
  background-color: #202125;
  padding: 24px;
}
.round-details-modal .round-details-table .ant-table-thead > tr > th {
  color: #777e90;
  background-color: transparent;
  font-family: "Orbitron";
  font-weight: 600;
  font-size: 14px;
  border-bottom: none;
}
.round-details-modal .round-details-table .ant-table-thead > tr > th::before {
  display: none;
}
.round-details-modal .round-details-table .ant-table-tbody > tr {
  background: transparent !important;
}
.round-details-modal .round-details-table .ant-table-tbody > tr > td {
  background: #202125 !important;
  text-align: center;
  border-color: #353945;
}
.round-details-modal .round-details-table .winner-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.round-details-modal .round-details-table .winner-entry .amount {
  text-align: left;
}
.round-details-modal .round-details-table .winner-entry .amount div:first-child {
  font-weight: bold;
}
.round-details-modal .round-details-table .winner-entry .amount .percentage {
  font-size: 12px;
  color: #888;
}
.round-details-modal .round-details-table .winner-entry-column {
  gap: 16px;
}
.round-details-modal .round-details-table .winner-entry-column .column-one {
  justify-content: flex-end;
}
.round-details-modal .round-details-table .view-tx-link {
  color: white;
}
.round-details-modal .round-details-table .view-tx-link .external-link-icon {
  width: 20px;
  height: 20px;
}
.round-details-modal .round-details-table .ant-table {
  border: 1px solid #424242;
  background: transparent;
}

.text-no-data {
  color: #777e90;
  font-family: "Orbitron";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.no-data-loading {
  display: flex;
  text-align: center;
  min-height: 300px;
  justify-content: center;
  align-items: center;
}
.game-history {
  background: #000;
  color: #fff;
  min-height: 100vh;
  padding: 40px 80px;
}
@media (max-width: 479px) {
  .game-history {
    padding-inline: 16px;
    padding-block: 20px;
  }
}
.game-history .header-title {
  color: #fff;
}
.game-history .filters {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.game-history .filters .select-filter {
  gap: 0px;
}
.game-history .filters .ant-select {
  height: 36px;
}
.game-history .filters .ant-select-selection-placeholder {
  color: #fff;
}
.game-history .filters .ant-select-selector {
  background-color: #202125;
  border: 1px solid #424242 !important;
  border-radius: 12px;
}
.game-history .filters .ant-select-selection-item {
  color: #fff;
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}
.game-history .filters .anticon svg {
  margin-top: 3px;
  color: #fff;
}
@media (max-width: 767px) {
  .game-history .filters {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .game-history .filters .ant-select {
    height: 36px;
  }
  .game-history .filters .ant-select-selection-placeholder {
    color: #fff;
  }
  .game-history .filters .ant-select-selector {
    background-color: #202125;
    border: 1px solid #424242 !important;
    border-radius: 12px;
  }
  .game-history .filters .ant-select-selection-item {
    color: #fff;
    font-family: "Orbitron";
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
  }
  .game-history .filters .anticon svg {
    margin-top: 3px;
    color: #fff;
  }
}
.game-history .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.game-history .header .profile-header-text {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Aldo the Apache";
  line-height: 0.75;
  text-transform: uppercase;
  flex: 1;
  margin: 0;
  display: flex;
  align-items: center;
}
.game-history .header .profile-header-text span {
  margin-left: 16px;
}
.game-history-search {
  height: 40px;
  min-width: 255px;
  max-width: 345px;
  border-radius: 12px;
  border: 1px solid #353945;
  background: transparent !important;
  color: #8a8c92 !important;
}
@media (max-width: 767px) {
  .game-history-search {
    min-width: 150px;
    max-width: 250px;
  }
}
.game-history-search:hover {
  background: transparent;
  border: 1px solid #353945;
}
.game-history-search input::placeholder {
  color: #8a8c92 !important;
}
.game-history-search:active, .game-history-search:focus, .game-history-search:focus-within {
  border-color: #97e631;
}
.game-history-search-50-50 {
  height: 40px;
  min-width: 255px;
  max-width: 345px;
  border-radius: 12px;
  border: 1px solid #353945;
  background: transparent !important;
  color: #8a8c92 !important;
}
@media (max-width: 767px) {
  .game-history-search-50-50 {
    min-width: 200px;
    max-width: 343px;
  }
}
.game-history-search-50-50:hover {
  background: transparent;
  border: 1px solid #353945;
}
.game-history-search-50-50 input::placeholder {
  color: #8a8c92 !important;
}
.game-history-search-50-50:active, .game-history-search-50-50:focus, .game-history-search-50-50:focus-within {
  border-color: #97e631;
}
.game-history-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.game-history-filters .select-ratio {
  display: block;
  min-width: 350px;
}
.game-history-filters .game-history-select {
  display: none;
}
.game-history-filters .select-filter {
  gap: 0px;
}
.game-history-filters .ant-select {
  height: 36px;
}
.game-history-filters .ant-select-selection-placeholder {
  color: #fff;
}
.game-history-filters .ant-select-selector {
  background-color: #202125;
  border: 1px solid #424242 !important;
  border-radius: 12px;
}
.game-history-filters .ant-select-selection-item {
  color: #fff;
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}
.game-history-filters .anticon svg {
  margin-top: 3px;
  color: #fff;
}
@media (max-width: 767px) {
  .game-history-filters {
    margin-bottom: 20px;
    gap: 16px;
  }
  .game-history-filters .select-ratio {
    display: none;
  }
  .game-history-filters .ant-select-selection-item {
    color: #97e631 !important;
    font-weight: 600;
    margin-right: 12px;
  }
  .game-history-filters .game-history-select {
    display: block;
    height: 40px;
  }
  .game-history-filters .game-history-select .ant-select-selector {
    color: #97e631;
    background: rgba(112, 177, 29, 0.3);
    border-radius: 12px;
    border: none;
    padding: 8px 16px;
    line-height: 20px;
  }
}
.game-history-filters-50-50 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.game-history-filters-50-50 .select-ratio {
  display: block;
  min-width: 350px;
}
.game-history-filters-50-50 .game-history-select {
  display: none;
}
.game-history-filters-50-50 .select-filter {
  gap: 0px;
}
.game-history-filters-50-50 .ant-select {
  height: 36px;
}
.game-history-filters-50-50 .ant-select-selection-placeholder {
  color: #fff;
}
.game-history-filters-50-50 .ant-select-selector {
  background-color: #202125;
  border: 1px solid #424242 !important;
  border-radius: 12px;
}
.game-history-filters-50-50 .ant-select-selection-item {
  color: #fff;
  font-family: "Orbitron";
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}
.game-history-filters-50-50 .anticon svg {
  margin-top: 3px;
  color: #fff;
}
@media (max-width: 767px) {
  .game-history-filters-50-50 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 16px;
  }
  .game-history-filters-50-50 .ant-select-selection-item {
    font-weight: 600;
    margin-right: 12px;
  }
  .game-history-filters-50-50 .game-history-select {
    display: block;
    height: 40px;
  }
  .game-history-filters-50-50 .game-history-select .ant-select-selector {
    color: #97e631;
    background: rgba(112, 177, 29, 0.3);
    border-radius: 12px;
    border: none;
    padding: 8px 16px;
    line-height: 20px;
  }
}
.game-history-tag {
  background: #202125;
  padding: 11px 24px 10px;
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  font-family: Orbitron;
  border: none;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
  margin-right: 12px;
}
.game-history-tag.active {
  background: rgba(112, 177, 29, 0.3019607843);
  color: #97e631;
}
@media (max-width: 767px) {
  .game-history-tag {
    min-width: 20px;
    margin-right: 8px;
  }
}
.game-history .ant-table-row > .ant-table-cell-row-hover {
  background: #000000 !important;
}
.game-history-rank {
  font-size: 10px;
  font-weight: 600;
}
.game-history-rank .big {
  font-size: 14px;
  font-weight: 700;
}
.game-history-rank.rank-1 {
  color: #ffe500;
}
.game-history-rank.rank-3 {
  color: #fe6d40;
}
.game-history .view-detail {
  color: #8a8c92;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}

.status-win {
  color: #97e631;
}
.status-lose {
  color: #fe6d40;
}
.status-refund, .status-cancelled {
  color: #ffe500;
}

.ant-table-column-sorters {
  justify-content: flex-start !important;
}

.ant-table-column-sorters .ant-table-column-title {
  flex: unset !important;
  margin-right: 10px;
}

.ant-modal-content {
  padding: 32px;
  background: #202125;
}

.ant-modal-close-x {
  position: absolute;
  top: 16px;
}

.ant-modal-title {
  font-family: "Aldo the Apache";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  background: #202125;
  margin-bottom: 32px;
}

.ant-modal-header {
  background-color: #f0f0f0; /* Thay đổi màu sắc theo ý muốn */
}

.ball-icon-winning {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.cell-half {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}.main-layout {
  height: 100vh;
}
.referral {
  background: #000;
  color: #fff;
  padding: 40px 80px;
}
@media (max-width: 479px) {
  .referral {
    padding: 0 16px 20px 16px;
  }
}
.referral .tab-container {
  display: none;
}
@media (max-width: 479px) {
  .referral .tab-container {
    display: flex;
  }
}
.referral .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
.referral-header-text {
  color: #97e631;
  font-size: 24px;
  font-weight: 400;
  font-family: "Aldo the Apache";
  line-height: 0.75;
  text-transform: uppercase;
  flex: 1;
  margin: 0;
}
.referral-box {
  border-radius: 15px;
  background: #202125;
  color: inherit;
  border: none;
  height: 100%;
  padding: 20px 24px;
}
.referral-box .ant-card-body {
  padding: 0;
  border-radius: none;
}
.referral-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.referral-number {
  font-family: "Aldo the Apache";
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 1.28px;
}
.referral-section-title {
  font-family: "Aldo the Apache";
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.96px;
  color: #b7b8bf;
  text-transform: uppercase;
  margin-bottom: 0;
}
.referral-link {
  margin-top: 16px;
}
.referral-link-input {
  border-radius: 15px;
  background: #202125;
  padding: 8px 24px;
  border: none;
  outline: none;
  height: 48px;
  flex: 1;
}
.referral-button {
  height: 48px;
  text-transform: capitalize;
}
.referral-tooltip .ant-tooltip-inner {
  font-size: 12px;
  font-weight: 600;
  color: #b7b8bf;
  padding: 12px 16px;
}
.referral-tooltip .ant-tooltip-arrow {
  bottom: 1px !important;
}
.referral-icon-button.copy svg path {
  fill: #ffffff;
}
.referral-icon-button.share svg path {
  stroke: #ffffff;
}
.referral-social {
  padding: 12px 20px;
  border-radius: 10px;
  background: #353945;
  backdrop-filter: blur(3.75px);
}
.referral-social svg path {
  fill: #ffffff;
}
.referral-table {
  margin-top: 16px;
}
.referral .referral-invite {
  background: linear-gradient(315.6deg, #2b8f00 -46.06%, #202125 39.11%);
  border-radius: 15px;
  padding: 24px 80px;
  gap: 80px;
  opacity: 0px;
  border: none;
}
.referral .referral-invite .ant-card-body {
  padding: 0;
}
.referral .referral-title-detail {
  font-family: "Aldo the Apache", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: start;
  color: white;
  margin-bottom: 5px;
}
.referral .referral-title-bold {
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #777e90;
}
.referral .referral-title-little {
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: left;
  color: white;
}
.referral .title-little::before {
  content: "●";
  color: #97e631;
  margin: 0 5px 0 50px;
}
@media (max-width: 576px) {
  .referral .referral-title-detail {
    font-size: 18px;
  }
  .referral .referral-title-bold {
    font-size: 14px;
  }
  .referral .referral-title-little {
    font-size: 14px;
  }
  .referral .referral-invite {
    padding: 24px 30px;
  }
}.weekly-leaderboard {
  padding: 80px 0;
  margin: 0 auto;
  width: 73.8888888889%;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .weekly-leaderboard {
    width: 90%;
  }
}
@media (max-width: 479px) {
  .weekly-leaderboard {
    width: 100%;
    padding: 32px 16px;
  }
}

.my-reward-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(136, 226, 59, 0.15);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 479px) {
  .my-reward-header {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
  }
}
.my-reward-header__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 479px) {
  .my-reward-header__left {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
.my-reward-header__icon {
  background: #88e23b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.my-reward-header__icon svg path {
  stroke: #000000;
}
@media (max-width: 479px) {
  .my-reward-header__icon {
    width: 32px;
    height: 32px;
  }
  .my-reward-header__icon svg {
    width: 16px;
    height: 16px;
  }
}
.my-reward-header__title {
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .my-reward-header__title {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
.my-reward-header__desc {
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.42px;
  color: #777e90;
}
.my-reward-header__right {
  padding-left: 32px;
  min-width: 140px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 479px) {
  .my-reward-header__right {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
}
.my-reward-header__amount {
  color: #88e23b;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 2px;
}
.my-reward-header__label {
  color: #777e90;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.42px;
}

.tournament-no {
  background: #88e23b;
  color: #000000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.42px;
}

.tournament-name {
  color: #88e23b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.42px;
}

.tournament-date {
  color: #777e90;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 140% */
  letter-spacing: 0.3px;
}

.claimed {
  color: #70b11d;
  font-weight: 700;
  margin-left: 4px;
}

.unclaimed {
  color: #ffd600;
  font-weight: 700;
  margin-left: 4px;
}

.weekly-leaderboard .ant-tabs-nav-wrap {
  justify-content: center;
  height: 46px;
}
@media (max-width: 479px) {
  .weekly-leaderboard .ant-tabs-nav-wrap {
    height: 40px;
  }
}

.weekly-leaderboard .ant-tabs-nav::before {
  display: none;
}

.weekly-leaderboard .ant-tabs-nav-list {
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  transform: unset !important;
  gap: 16px;
}
@media (max-width: 479px) {
  .weekly-leaderboard .ant-tabs-nav-list {
    gap: 8px;
  }
}

.weekly-leaderboard .ant-tabs-tab {
  padding: 12px 24px;
  border-radius: 30px;
  border: 2px solid #353945;
  margin: 0 !important;
  font-weight: 600;
  color: #b7b8bf;
}
.weekly-leaderboard .ant-tabs-tab:hover {
  color: #b7b8bf;
}
@media (max-width: 479px) {
  .weekly-leaderboard .ant-tabs-tab {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.weekly-leaderboard .ant-tabs-tab .ant-tabs-tab-btn {
  color: #b7b8bf;
}
.weekly-leaderboard .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn, .weekly-leaderboard .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:focus:not(:focus-visible) {
  color: #000000;
}
@media (max-width: 479px) {
  .weekly-leaderboard .ant-tabs-tab svg {
    width: 16px;
    height: 16px;
  }
}
.weekly-leaderboard .ant-tabs-tab.ant-tabs .ant-tabs-tab-btn:focus:not(:focus-visible) {
  color: #88e23b;
}

.weekly-leaderboard .ant-tabs-tab-active {
  border-color: #88e23b;
  background: rgba(136, 226, 59, 0.2);
}

.weekly-leaderboard .ant-tabs-tab.ant-tabs-tab-active svg path {
  stroke: #88e23b;
}

.weekly-leaderboard .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #88e23b !important;
}

.weekly-leaderboard .ant-tabs-nav {
  margin-bottom: 48px;
}

.weekly-leaderboard .ant-tabs-nav .ant-tabs-nav-operations {
  display: none;
}

.weekly-leaderboard .ant-tabs-nav::before,
.ant-tabs-ink-bar {
  display: none;
}

.tournament-banner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tournament-banner__top {
  width: 100%;
  border-radius: 24px;
  position: relative;
  box-shadow: 0px 0px 10.5px 0px rgba(136, 226, 59, 0.5) inset, 0px 17px 50px 0px rgba(136, 226, 59, 0.25) inset;
  margin-bottom: 100px;
  aspect-ratio: 343/90;
  overflow: hidden;
}
@media (max-width: 479px) {
  .tournament-banner__top {
    margin-bottom: 50px;
    border-radius: 8px;
  }
}
.tournament-banner__banner-content {
  color: #ffffff;
  max-width: 500px;
}
.tournament-banner__banner-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.tournament-banner__banner-desc {
  font-size: 16px;
  opacity: 0.85;
  margin-bottom: 28px;
}
.tournament-banner__banner-btn {
  background: #88e23b !important;
  color: #ffffff !important;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  cursor: pointer;
  transition: background 0.2s;
}
.tournament-banner__podium {
  display: flex;
  justify-content: center;
  width: 100%;
}
.tournament-banner__podium.desktop {
  margin-bottom: 100px;
}
@media (max-width: 479px) {
  .tournament-banner__podium.desktop {
    margin-bottom: 64px;
  }
}
.tournament-banner__podium.mobile {
  margin-bottom: 48px;
}
.tournament-banner__podium-card {
  border-radius: 30px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(25px);
  aspect-ratio: 333/460;
}
@media (max-width: 479px) {
  .tournament-banner__podium-card {
    aspect-ratio: 333/460;
    min-height: unset;
  }
}
.tournament-banner__podium-card-linear {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tournament-banner__podium-card-linear--height::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 32.683982684%;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(173, 152, 255, 0) 0%, #ad98ff 50%, rgba(173, 152, 255, 0) 100%);
  animation: moveUpVerticalFade 4s linear infinite;
}
.tournament-banner__podium-card-linear--height::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 32.683982684%;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(173, 152, 255, 0) 0%, #ad98ff 50%, rgba(173, 152, 255, 0) 100%);
  animation: moveDownVerticalFade 4s linear infinite;
}
.tournament-banner__podium-card-linear--width::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 42.9429429429%;
  opacity: 0.9;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: moveLeftAndFade 3.8s linear infinite;
}
.tournament-banner__podium-card-linear--width::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 42.9429429429%;
  opacity: 0.9;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: moveRightAndFade 3.8s linear infinite;
}
.tournament-banner__podium-card-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .tournament-banner__podium-card-inner {
    border-radius: 12px;
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tournament-banner__podium-card-inner {
    padding-top: 24px;
  }
}
.tournament-banner__podium-card-bg {
  position: absolute;
  z-index: -1;
}
.tournament-banner__podium-card-bg--top {
  top: -50%;
  left: -50%;
  width: 89.7897897898%;
  height: 67.9653679654%;
  border-radius: 50%;
  opacity: 0.2;
  background: var(--Palette-Blue, #6a51fc);
  filter: blur(20px);
}
.tournament-banner__podium-card-bg--right {
  top: 50%;
  transform: translateY(-50%);
  right: -6%;
  width: 11.7117117117%;
  height: 22.5108225108%;
  border-radius: 10%;
  background: var(--Palette-Blue, #6a51fc);
  opacity: 0.3;
  filter: blur(20px);
}
.tournament-banner__podium-card-bg--bottom {
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 35.2813852814%;
  border-radius: 45%;
  opacity: 0.5;
  filter: blur(25px);
}
.tournament-banner__podium-card--3 .tournament-banner__podium-card-bg--bottom {
  background: #2E8CFF;
}
.tournament-banner__podium-card--2 .tournament-banner__podium-card-bg--bottom {
  background: #88e23b;
}
.tournament-banner__podium-card--1 .tournament-banner__podium-card-bg--bottom, .tournament-banner__podium-card--1 .tournament-banner__podium-card-bg--right, .tournament-banner__podium-card--1 .tournament-banner__podium-card-bg--top {
  background: #ffe500;
}
.tournament-banner__podium-card--1 .tournament-banner__podium-card-bg--top {
  opacity: 0.1;
}
.tournament-banner__podium-card--1 .tournament-banner__podium-card-linear--height::after, .tournament-banner__podium-card--1 .tournament-banner__podium-card-linear--height::before {
  background: linear-gradient(180deg, rgba(255, 229, 0, 0) 0%, #ffe500 50%, rgba(255, 229, 0, 0) 100%);
}
.tournament-banner__podium-card--1 .tournament-banner__podium-card-inner {
  box-shadow: 0 0 10px 0 #ffe500, 0 16px 50px 0 rgba(255, 229, 0, 0.3);
}
.tournament-banner__podium-card--2, .tournament-banner__podium-card--3 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .tournament-banner__podium-card {
    border-radius: 12px;
    margin-top: 0;
  }
  .tournament-banner__podium-card--1 {
    order: 1;
  }
  .tournament-banner__podium-card--2 {
    order: 2;
  }
  .tournament-banner__podium-card--3 {
    order: 3;
  }
}
.tournament-banner__wrap-podium-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  fill: rgba(255, 255, 255, 0.05);
  box-shadow: 0px -6px 10px 0px rgba(255, 255, 255, 0.18) inset, 0px 0px 4px 0px rgba(255, 255, 255, 0.25) inset;
  backdrop-filter: blur(100px);
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tournament-banner__wrap-podium-icon {
    width: 60px;
    height: 60px;
    top: -35px;
  }
}
@media (max-width: 479px) {
  .tournament-banner__wrap-podium-icon {
    width: 40px;
    height: 40px;
    top: -22px;
  }
}
.tournament-banner__podium-card--1 .tournament-banner__wrap-podium-icon-shadow {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 75px;
  height: 70px;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
  box-shadow: 0 0 10px 0 #ffe500, 0 16px 50px 0 rgba(255, 229, 0, 0.3);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tournament-banner__podium-card--1 .tournament-banner__wrap-podium-icon-shadow {
    width: 55px;
    height: 50px;
    top: -35px;
  }
}
@media (max-width: 479px) {
  .tournament-banner__podium-card--1 .tournament-banner__wrap-podium-icon-shadow {
    width: 35px;
    height: 30px;
    top: -22px;
  }
}
.tournament-banner__sol {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .tournament-banner__sol {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.tournament-banner__usd {
  font-size: 14px;
  color: #a2a2a2;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.42px;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tournament-banner__usd {
    margin-bottom: 4px;
  }
}
@media (max-width: 479px) {
  .tournament-banner__usd {
    font-size: 8px;
    margin-bottom: 0;
  }
}
.tournament-banner__wrap-badge {
  position: relative;
  text-align: center;
  width: 44.6096654275%;
}
@media screen and (min-width: 576px) {
  .tournament-banner__wrap-badge {
    width: 37%;
  }
}
@media screen and (min-width: 1440px) {
  .tournament-banner__wrap-badge {
    width: 44.6096654275%;
  }
}
.tournament-banner__wrap-badge::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  opacity: 0.4;
  filter: blur(37px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tournament-banner__blink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}
.tournament-banner__podium-card--3 .tournament-banner__wrap-badge::before {
  background: #fe6d40;
}
.tournament-banner__podium-card--2 .tournament-banner__wrap-badge::before {
  background: #ffffff;
}
.tournament-banner__podium-card--1 .tournament-banner__wrap-badge::before {
  background: #2e8cff;
  opacity: 0.4;
  filter: blur(30px);
  top: 26%;
  left: 68%;
}
.tournament-banner__podium-card--1 .tournament-banner__wrap-badge::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: var(--Palette-Red, #e81301);
  opacity: 0.3;
  filter: blur(30px);
  top: 2%;
  left: -20px;
}
.tournament-banner__badge {
  object-fit: contain;
}
.tournament-banner__avatar-wrap {
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .tournament-banner__avatar-wrap {
    margin-bottom: 4px;
  }
}
.ant-image .tournament-banner__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2.095px solid rgba(255, 255, 255, 0.4);
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ant-image .tournament-banner__avatar {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 479px) {
  .ant-image .tournament-banner__avatar {
    width: 32px;
    height: 32px;
  }
}
.tournament-banner__card-bottom {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 5px 30px 32px;
  flex: 1;
}
@media (max-width: 479px) {
  .tournament-banner__card-bottom {
    padding: 0 10px 5px 10px;
  }
}
.tournament-banner__card-bottom::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  transform: scaleX(1.2);
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px -6px 10px 0px rgba(255, 255, 255, 0.18) inset;
}
@media (max-width: 479px) {
  .tournament-banner__card-bottom::before {
    top: 13px;
  }
}
.tournament-banner__name {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .tournament-banner__name {
    margin-bottom: 4px;
    font-size: 10px;
  }
}
.tournament-banner__played-label {
  color: #b7b8bf;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .tournament-banner__played-label {
    margin-bottom: 0;
    font-size: 8px;
  }
}
.tournament-banner__played {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.48px;
}
@media (max-width: 479px) {
  .tournament-banner__played {
    margin-bottom: 0;
    font-size: 10px;
  }
}
.tournament-banner__countdown-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  width: 100%;
  max-width: none;
}
@media (max-width: 479px) {
  .tournament-banner__countdown-wrap {
    margin-top: 0;
    margin-bottom: 56px;
  }
}
.tournament-banner__countdown-label {
  color: #88e23b;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 32px;
}
@media (max-width: 479px) {
  .tournament-banner__countdown-label {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.tournament-banner__countdown {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
}
@media (max-width: 479px) {
  .tournament-banner__countdown {
    font-size: 18px;
    gap: 6px;
  }
}
.tournament-banner__countdown-item {
  width: 65px;
  height: 65px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #ffffff;
  background: #000000;
  box-shadow: 0px 8px 16px 0px rgba(136, 226, 59, 0.12), 0px 12px 32px 0px rgba(136, 226, 59, 0.21), 0px 0px 12px 0px rgba(255, 255, 255, 0.3) inset, 0px -24px 32px 0px rgba(255, 255, 255, 0.05) inset, 0px 8px 24px 0px rgba(255, 255, 255, 0.12) inset;
}
@media (max-width: 479px) {
  .tournament-banner__countdown-item {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }
}
.tournament-banner__note {
  color: #fff;
  font-size: 14px;
  text-align: center;
  opacity: 0.85;
  margin-bottom: 12px;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 479px) {
  .tournament-banner__note {
    font-size: 12px;
    letter-spacing: 0.36px;
    white-space: normal;
  }
}

.tournament-leaderboard-table .ant-table-tbody > tr.my-rank-row > td {
  background: rgba(136, 226, 59, 0.15);
}

.rank-modal {
  aspect-ratio: unset;
}
.rank-modal .ant-modal-content {
  background: transparent;
  padding: 0;
}
.rank-modal__container {
  padding: 56px 32px 24px 32px;
  justify-content: space-between;
  position: relative;
}
.rank-modal__container::before {
  display: none;
}
.rank-modal__container .tournament-banner__podium-card-bg--bottom {
  background: #ffe500;
  bottom: -20%;
}
.rank-modal .tournament-banner__podium-card-bg--bottom {
  bottom: -20%;
}
.rank-modal__medal {
  margin-bottom: 12px;
}
.rank-modal__title {
  color: #ffffff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  margin-bottom: 8px;
}
.rank-modal__subtitle {
  color: #88e23b;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 32px;
}
.rank-modal__rewards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 32px;
}
.rank-modal__reward-item {
  display: flex;
  align-items: center;
  border-radius: 1000px;
  padding: 16px 20px;
  gap: 16px;
  border: 0.718px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0 14.369px 17.961px -3.592px rgba(0, 0, 0, 0.1), 0 5.747px 7.184px -4.311px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
.rank-modal__reward-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1333333333);
  object-fit: contain;
}
.rank-modal__reward-amount {
  color: #fff;
  font-size: 20px;
  font-family: Orbitron, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.rank-modal__reward-label {
  color: #bdbdbd;
  font-size: 13px;
  font-family: Orbitron, sans-serif;
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: 1px;
}
.rank-modal__close-btn {
  width: 100%;
  margin-top: 8px;
  padding: 24px;
  background: #88e23b;
  color: #000000;
  border-radius: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.48px;
}

@keyframes moveRightAndFade {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(120%, 0);
    /* For top/bottom, overridden by direction */
  }
}
@keyframes moveLeftAndFade {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-120%, 0);
    /* For top/bottom, overridden by direction */
  }
}
@keyframes moveUpVerticalFade {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, -200%);
  }
}
@keyframes moveDownVerticalFade {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 200%);
  }
}
.reward {
  background: #000000;
  color: #ffffff;
  line-height: 1.5;
  height: 100%;
}
@media (max-width: 479px) {
  .reward {
    padding: 0;
  }
}
.reward-section-hero {
  padding: 40px 80px;
}
@media (max-width: 479px) {
  .reward-section-hero {
    padding: 16px 20px;
  }
}
.reward-title {
  font-family: "Aldo the Apache";
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 1.28px;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .reward-title {
    font-size: 24px;
  }
}
.reward-subtitle {
  color: #b7b8bf;
  font-size: 16px;
  margin-bottom: 0;
}
.reward-subtitle span {
  color: #97e631;
  font-weight: 600;
}
@media (max-width: 479px) {
  .reward-subtitle {
    font-size: 14px;
  }
}
.reward-section-content {
  height: 100%;
}
.reward-tab-section {
  background: rgba(255, 255, 255, 0.0784313725);
  padding: 60px 80px;
  height: 100%;
}
@media (max-width: 479px) {
  .reward-tab-section {
    padding: 20px 16px;
  }
}
.reward-title-section {
  font-family: "Aldo the Apache";
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: 1.6px;
  flex: 1;
  margin: 0;
  cursor: default;
  background: linear-gradient(180deg, #ffe500 0%, #97e631 73.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 479px) {
  .reward-title-section {
    font-size: 24px;
    letter-spacing: 0.96px;
    margin-bottom: 16px;
  }
}
.reward-title-section.icon {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.reward-title-section.icon::after {
  content: "";
  background-image: url("/icons/bookmark.svg");
  width: 32px;
  height: 28px;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 5px;
  background-size: cover;
}
@media (max-width: 479px) {
  .reward-title-section.icon::after {
    width: 18px;
    height: 16px;
  }
}
.reward-title-section.icon::before {
  content: "";
  background-image: url("/icons/bookmark.svg");
  width: 32px;
  height: 28px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  display: block;
  margin-bottom: 5px;
  background-size: cover;
}
@media (max-width: 479px) {
  .reward-title-section.icon::before {
    width: 18px;
    height: 16px;
  }
}
.reward-tab .ant-tabs-nav {
  margin: 0 0 48px 0;
}
@media (max-width: 479px) {
  .reward-tab .ant-tabs-nav {
    flex-direction: column;
    margin: 0 0 32px 0;
  }
}
.reward-tab .ant-tabs-nav .ant-tabs-nav-operations {
  display: none;
}
.reward-tab .ant-tabs-nav-wrap {
  justify-content: flex-end;
  height: 46px;
}
@media (max-width: 479px) {
  .reward-tab .ant-tabs-nav-wrap {
    height: 42px;
  }
}
.reward-tab .ant-tabs-nav-list {
  background: #202125;
  border-radius: 20px;
  overflow: hidden;
  transform: unset !important;
}
@media (max-width: 479px) {
  .reward-tab .ant-tabs-nav-list {
    transform: unset !important;
  }
}
.reward-tab .ant-tabs-tab {
  padding-left: 57px;
  padding-right: 57px;
  border-radius: 20px;
  margin: 0 !important;
  font-weight: 600;
  color: #b7b8bf;
}
@media (max-width: 390px) {
  .reward-tab .ant-tabs-tab {
    padding: 0;
    justify-content: center;
    width: 50rem;
  }
}
.reward-tab .ant-tabs-tab:hover {
  color: #b7b8bf;
}
.reward-tab .ant-tabs-tab .ant-tabs-tab-btn {
  color: #b7b8bf;
}
.reward-tab .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn, .reward-tab .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:focus:not(:focus-visible) {
  color: #000000;
}
.reward-tab .ant-tabs-tab-active {
  background: #97e631;
}
.reward-tab .ant-tabs-nav::before,
.reward .ant-tabs-ink-bar {
  display: none;
}
.reward-card {
  background: #202125;
  padding: 20px 24px;
}
.reward-card .ant-card-head {
  padding: 0;
  min-height: unset;
  border-color: #353945;
  padding-bottom: 16px;
}
.reward-card .ant-card-body {
  padding: 32px 0 32px 0;
}
@media (max-width: 479px) {
  .reward-card .ant-card-body {
    padding: 16px 0 0 0;
  }
}
.reward-label {
  font-family: "Aldo the Apache";
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.96px;
  color: #b7b8bf;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .reward-label {
    font-size: 18px;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: 0.72px;
    margin-bottom: 12px;
  }
}
.reward-head {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.reward-head.rank {
  color: #97e631;
}
.reward-point {
  font-size: 18px;
  color: #f9fafb;
  font-weight: 700;
  flex: 1;
}
@media (max-width: 479px) {
  .reward-point {
    font-size: 16px;
  }
}
.reward-rank-item-head {
  font-size: 24px;
  color: #f9fafb;
  font-weight: 700;
}
.reward-rank-item-label {
  font-size: 14px;
  color: #777e90;
  font-weight: 500;
}
.reward-daily-quest {
  color: #b7b8bf;
  padding-left: 0;
  padding-right: 0;
}
.reward-daily-quest .ant-card-head {
  padding: 0 24px 16px 24px;
}
.reward-daily-quest .ant-card-head .ant-card-head-title {
  font-size: 14px;
  color: #b7b8bf;
  font-weight: 500;
}
.reward-daily-quest .ant-card-head .ant-card-head-title .reward-quest-time {
  display: flex;
  height: 36px;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #97e631;
  font-weight: 700;
  color: #97e631;
}
.reward-daily-quest .ant-card-body {
  padding: 16px 0 16px 0;
}
.reward-daily-quest .ant-list {
  height: 280px;
  overflow-y: auto;
}
.reward-daily-quest .ant-list-item {
  padding: 0;
}
.reward-daily-quest-item {
  width: 100%;
  height: 75px;
  color: #b7b8bf;
  font-weight: 600;
  padding: 11px 24px;
}
@media (max-width: 479px) {
  .reward-daily-quest-item {
    flex-wrap: wrap;
    padding: 11px 16px;
  }
}
.reward-daily-quest-item-point {
  color: #ffffff;
}
.reward-daily-quest-item.completed {
  background: rgba(112, 177, 29, 0.1019607843);
}
.reward-daily-quest-item.completed .reward-daily-quest-item-point {
  color: #97e631;
}
.reward-daily-quest-label {
  flex: 25% 0 0;
}
@media (max-width: 479px) {
  .reward-daily-quest-label {
    flex: 40% 0 0;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }
}
@media (max-width: 479px) and (orientation: landscape) {
  .reward-daily-quest-label {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}
.reward-daily-quest-point {
  flex: 20% 0 0;
}
@media (max-width: 479px) {
  .reward-daily-quest-point {
    margin-top: 4px;
    flex: 25% 0 0;
    white-space: nowrap;
  }
}
.reward-daily-quest-progressbar.ant-progress-line {
  width: unset;
  flex: 1;
}
.reward-daily-quest-progressbar .ant-progress-inner {
  background: #424242;
}
.reward-daily-quest-progressbar .ant-progress-bg {
  background: #97e631 !important;
}
.reward-note {
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
  color: #777e90;
  display: block;
  padding: 24px 16px 0 24px;
}
@media (max-width: 479px) {
  .reward-note {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .reward .reward-daily-quest-progressbar {
    flex-basis: 100%;
    margin-top: 4px;
  }
}
.reward-quests {
  background: #202125;
  padding: 32px 24px;
  border-radius: 8px;
}
@media (max-width: 479px) {
  .reward-quests {
    padding: 20px 16px;
  }
}
.reward-quests .reward-title-section {
  text-align: center;
}
.reward-quests-content {
  margin-top: 32px;
}
.reward-quests-content .ant-tabs-nav {
  width: 238px;
  min-height: 300px;
}
@media (max-width: 479px) {
  .reward-quests-content .ant-tabs-nav {
    width: unset;
    min-height: unset;
    margin: 0 0 24px 0;
  }
}
.reward-quests-content .ant-tabs-nav .ant-tabs-extra-content {
  width: 100%;
}
.reward-quests-content .ant-tabs-nav-wrap {
  padding-right: 24px;
}
@media (max-width: 479px) {
  .reward-quests-content .ant-tabs-nav-wrap {
    padding-right: 0;
    flex: 1;
    height: 50px;
  }
}
.reward-quests-content .ant-tabs-nav-list {
  border-radius: unset;
}
@media (max-width: 479px) {
  .reward-quests-content .ant-tabs-nav-list {
    overflow-x: scroll;
    scrollbar-width: thin;
    /* Đặt độ rộng của thanh cuộn */
    scrollbar-color: #777e90 #ffffff;
    padding-bottom: 8px;
  }
}
.reward-quests-content .ant-tabs-content-holder {
  border-color: #353945;
}
.reward-quests-content .ant-tabs-tab {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  margin: 4px 0 0 0 !important;
  color: #ffffff;
}
@media (max-width: 479px) {
  .reward-quests-content .ant-tabs-tab {
    padding: 8px 12px;
  }
}
.reward-quests-content .ant-tabs-tab:hover {
  color: #ffffff;
}
.reward-quests-content .ant-tabs-tab .ant-tabs-tab-btn,
.reward-quests-content .ant-tabs-tab .ant-tabs-tab-btn:focus:not(:focus-visible) {
  color: #ffffff;
}
.reward-quests-content .ant-tabs-content .ant-tabs-tabpane {
  padding-left: 64px !important;
}
@media (max-width: 479px) {
  .reward-quests-content .ant-tabs-content .ant-tabs-tabpane {
    padding-left: 0 !important;
  }
}
.reward-quests-content .ant-tabs-tab-active {
  background: rgba(112, 177, 29, 0.1019607843);
  border-radius: 8px;
}
.reward-quests-content .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #88e23b !important;
}
.reward-quests-content .ant-tabs-nav::before,
.reward-quests-content .ant-tabs-ink-bar {
  display: none;
}
.reward-quests-title {
  font-family: "Aldo the Apache";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0.72px;
  color: #ffffff;
  margin-bottom: 32px;
  text-align: left;
  padding: 0 24px;
}
.reward-quests-item {
  border-radius: 12px;
  background: rgba(53, 57, 69, 0.5);
  color: #ffffff;
  padding: 16px 24px;
  flex: 1;
}
@media (max-width: 479px) {
  .reward-quests-item {
    padding: 12px;
  }
}
.reward-quests-item .ant-progress-text {
  font-size: 20px !important;
  color: #f9fafb !important;
  font-weight: 700 !important;
}
@media (max-width: 479px) {
  .reward-quests-item .ant-progress-text {
    font-size: 14px !important;
  }
}
.reward-quest-label {
  font-size: 18px;
  color: #f9fafb;
  font-weight: 700;
  flex: 1;
}
@media (max-width: 479px) {
  .reward-quest-label {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 479px) and (orientation: landscape) {
  .reward-quest-label {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}
.reward-quest-description {
  font-size: 16px;
  color: #777e90;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
@media (max-width: 479px) {
  .reward-quest-description {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 479px) and (orientation: landscape) {
  .reward-quest-description {
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
.reward-quest-tooltip-label {
  font-size: 14px;
  color: #f9fafb;
  font-weight: 700;
  flex: 1;
}
.reward-quest-tooltip-description {
  font-size: 10px;
  color: #777e90;
  font-weight: 500;
  line-height: 24px;
}
.reward-quest-point {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 479px) {
  .reward-quest-point {
    font-size: 13px;
    white-space: nowrap;
  }
}
.reward-quest-sub-point {
  font-size: 12px;
}
@media (max-width: 479px) {
  .reward-quest-sub-point {
    font-size: 10px;
    margin-left: 4px;
  }
}
.reward-icon {
  margin-bottom: 3px;
}
.reward-icon.fill path {
  fill: #97e631;
}
.reward-icon.stroke path {
  stroke: #97e631;
}

.leader-board {
  color: #ffffff;
}
.leader-board-tag {
  background: #202125;
  padding: 10px 24px;
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  font-family: Orbitron;
  border: none;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
  margin-right: 12px;
}
.leader-board-tag.active {
  background: rgba(112, 177, 29, 0.3019607843);
  color: #97e631;
}
@media only screen and (max-width: 991px) {
  .leader-board-tag {
    min-width: 60px;
    padding: 8px 14px;
    margin-right: 8px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 400px) {
  .leader-board-tag {
    font-size: 12px;
  }
}
.leader-board-rank {
  font-weight: 700;
  font-size: 16px;
}
.leader-board-rank svg > path {
  stroke: #ffffff;
}
@media only screen and (max-width: 991px) {
  .leader-board-rank {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 400px) {
  .leader-board-rank {
    font-size: 12px;
  }
}
.leader-board-text__highlight {
  color: #97e631;
}
.leader-board-table {
  margin-top: 24px;
}
.leader-board-table-column-rank {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-board-table-column-rank > .index {
  height: 36px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-board-table .ant-table-tbody > tr:hover > td,
.leader-board-table .ant-table-tbody > .ant-table-row .ant-table-cell-row-hover {
  background: #000000;
}
.leader-board-table .ant-table-tbody > tr.hightlight > td {
  background: transparent;
}
.leader-board-table .ant-table-tbody > tr.pin > td {
  background: rgba(112, 177, 29, 0.1019607843);
}
.leader-board-table .ant-table-tbody > tr.hightlight {
  background-color: #000000;
  position: relative;
}
.leader-board-table .ant-table-tbody > tr.hightlight .reg-rank {
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
}
.leader-board-table .ant-table-tbody > tr.hightlight.rank-1 {
  background-image: linear-gradient(90deg, rgba(255, 229, 0, 0.25) 0%, rgba(255, 229, 0, 0) 100%);
  background-attachment: fixed;
}
.leader-board-table .ant-table-tbody > tr.hightlight.rank-1 .reg-rank {
  background-color: #ffe500;
}
.leader-board-table .ant-table-tbody > tr.hightlight.rank-2 {
  background-image: linear-gradient(90deg, rgba(210, 122, 255, 0.25) 0%, rgba(210, 122, 255, 0) 100%);
  background-attachment: fixed;
}
.leader-board-table .ant-table-tbody > tr.hightlight.rank-2 .reg-rank {
  background-color: #d27aff;
}
.leader-board-table .ant-table-tbody > tr.hightlight.rank-3 {
  background-image: linear-gradient(90deg, rgba(254, 109, 64, 0.25) 0%, rgba(254, 109, 64, 0) 100%);
  background-attachment: fixed;
}
.leader-board-table .ant-table-tbody > tr.hightlight.rank-3 .reg-rank {
  background-color: #fe6d40;
}
.leader-board-table .ant-table-tbody > tr.ant-table-row.hightlight .ant-table-cell-row-hover {
  background: transparent !important;
}

.redirect-icon.active {
  cursor: pointer;
}
.redirect-icon.active rect {
  fill: #97e631;
}
.redirect-icon.active path {
  fill: #000000;
}.not-found-page {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  align-items: center;
  justify-content: center;
  background-image: url("/images/404-bg.png");
  font-family: "Aldo the Apache";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-weight: 400;
}
.not-found-page--container {
  align-items: center;
  justify-content: center;
  margin-top: -100px;
}
@media (max-width: 479px) {
  .not-found-page--container img {
    width: 296px;
  }
}
.not-found-page--container .title-404 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .not-found-page--container .title-404 {
    font-size: 40px;
  }
}
.not-found-page--container .des-404 {
  font-family: "Orbitron";
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 24px;
  color: #d3d3df;
}
@media (max-width: 479px) {
  .not-found-page--container .des-404 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-inline: 30px;
    text-align: center;
  }
}
.not-found-page--container button.back-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  color: #000000;
  font-weight: 700;
  padding: 8px 16px;
  gap: 5px;
  border-radius: 12px;
  font-family: "Orbitron";
  font-size: 16px;
  background: #97e631;
}
.not-found-page--container button.back-404:hover {
  opacity: 0.9;
  cursor: pointer;
  color: #000;
}/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
