@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
.Header_header__Lhnr8 {
  width: 100%;
  background: #221E23;
  padding: 22.1px 34px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.Header_logoSection__SBOaE {
  margin-right: 35px;
}

.Header_logo__nZ7K6 {
  width: 117px;
}

.Header_navbarCollapse__\+-gIR {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}

.Header_navbar__Gew18 {
  display: flex;
  align-items: center;
}

.Header_navbarNav__x6L0B {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-right: 55px;
}

.Header_navItem__woy74 {
  margin-right: 60px;
}

.Header_navItem__woy74:last-child {
  margin: 0;
}

.Header_navLink__v1a7F {
  font-size: 20px;
  line-height: 1.2;
  font-family: "inter";
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: 0.6s all ease;
}

.Header_active__0pzId .Header_navLink__v1a7F,
.Header_navLink__v1a7F:hover {
  color: #ffffff;
}

.Header_searchWrap__Jikes {
  position: relative;
  width: 454px;
}

.Header_searchIcon__MuCd6 {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  pointer-events: none;
}

.Header_search__FBmnz {
  height: 45px;
  width: 100%;
  border-radius: 10px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  font-family: "inter";
  background: #2D292F;
  border: 1px solid rgba(197, 197, 197, 0.1);
  color: #ffffff;
  padding-left: 63px;
  padding-right: 20px;
}

.Header_search__FBmnz::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.Header_walletInfo__ae8EW {
  display: flex;
  align-items: center;
  gap: 7px;
}

.Header_btn__f10bs {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #312D32;
  border-radius: 6px;
  padding: 9.5px 15px;
  min-width: 90px;
  border: 0;
  font-family: "inter";
}

.Header_primaryBtn__1tI61.Header_btn__f10bs {
  background: #EC43FB;
}

.Header_walletItem__nICC6 {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
}

.Header_highlightText__-g8Gk {
  color: #3ddc97;
  font-weight: 600;
}

.Header_walletValue__sk0PT {
  color: #ffffff;
  font-family: monospace;
}

.Header_logoSection__SBOaE {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Header_headerActions__4i-03 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.Header_walletButton__\+rdsG {
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

.Header_connect__3NrmJ {
  background: #512da8 !important;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
  font-family: "inter" !important;
  padding: 9px;
  border: none;
  cursor: pointer;
}


.Header_disconnect__m6jSl {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.Header_profileSection__D\+fkc {
  display: flex;
  align-items: center;
}

.Header_profilePicture__Qga6X {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid green;
  transition: transform 0.2s ease;
}

/* Mobile Menu Styles */
.Header_mobileActions__Qb2dy {
  display: none;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.Header_menuButton__Hh1oy {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header_mobileMenu__KDhxC {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(27, 31, 39, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0 0 24px 24px;
  padding: 16px;
  transform: translateY(-10px);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.Header_mobileMenuOpen__ma2v4 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.Header_mobileWalletInfo__1hntL {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 90%;
  margin-inline: auto;
}

.Header_buySellContainer__kLO\+E,
.Header_buySellContainerMbl__RKOsl {
  border-radius: 8px;
  height: 34px;
  overflow: hidden;
  position: relative;
  width: 67px;

}

.Header_buySellContainerMbl__RKOsl {
  margin-top: 8px;
}

/* Shared button styles */
.Header_buy__BQTfK {
  background-color: #28a745;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7px;
  cursor: pointer;
}

.Header_sell__kgNuS {
  background-color: #6f42c1;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  justify-content: flex-end;
  align-items: flex-end;
  padding: 8px;
  cursor: pointer;
}


.Header_mobileProfileSection__JYrls {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  gap: 40px
}

.Header_mobileOnly__jB8aP {
  display: none;
}

.Header_mobileWalletButton__6foRP {
  display: none;
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}

/* Media Queries */
@media (max-width: 1024px) {
  .Header_header__Lhnr8 {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .Header_logo__nZ7K6 {
    height: 50px;
    width: 150px;
  }
}

@media (max-width: 768px) {
  .Header_desktopOnly__zJoOB {
    display: none;
  }

  .Header_mobileOnly__jB8aP {
    display: flex;
  }

  .Header_header__Lhnr8 {
    padding: 12px 16px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .Header_logoSection__SBOaE {
    justify-content: flex-start;
  }

  .Header_mobileActions__Qb2dy {
    display: flex;
  }

  .Header_mobileMenu__KDhxC {
    display: block;
  }

  .Header_logo__nZ7K6 {
    height: 40px;
    width: 120px;
  }

  .Header_walletButton__\+rdsG {
    padding: 6px 12px;
    font-size: 13px;
  }

  .Header_walletItem__nICC6 {
    width: 100%;
    justify-content: center;
    padding: 6px 12px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .Header_headerWrapper__tkOPg {
    padding: 0 8px;
    margin-top: 8px;
    width: calc(100% - 16px);
  }

  .Header_header__Lhnr8 {
    width: 95%;
    padding: 10px;
  }

  .Header_logo__nZ7K6 {
    height: 35px;
    width: 105px;
  }
}

.Header_usernameWithBadge__hndPq {
  display: flex;
  align-items: center;
  gap: 6px;
}

.Header_userTypeBadge__HUlP1 {
  background: #333;
  color: #fff;
  font-size: 0.6rem;
  padding: 2px 6px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.85;
  font-weight: 600;
}

/* === Crate & Claim Chips Buttons === */
.Header_iconButton__7YjQn {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  padding: 8px 10px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
}

.Header_iconButton__7YjQn:hover {
  background-color: #7e3ff2;
  transform: scale(1.1);
}

/* === Temporary Modal Styling (placeholder) === */
.Header_modal__9FcZG {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1e1e2f;
  padding: 24px 32px;
  border-radius: 12px;
  z-index: 2000;
  color: white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  text-align: center;
  min-width: 280px;
}

.Header_modalContent__LCMhH {
  margin-bottom: 16px;
  font-size: 18px;
}


.Header_categoryRowWrapper__5vdjc {
  width: 100%;
  background: rgba(27, 31, 39, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 999;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.Header_categoryBar__8HMwL {
  max-width: 1000px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Header_categoryTitle__3zsEx {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.Header_categoryList__IOTm\+ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.Header_categoryButton__foJNO {
  background-color: #512da8;
  color: white;
  padding: 6px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.Header_categoryButton__foJNO.Header_active__0pzId {
  background-color: #3d1c91;
}

.Header_categoryButton__foJNO:hover {
  background-color: #6842d1;
}
.profile-container {
  display: flex;
  flex-direction: row;
  align-items: center; 
  gap: 10px;
  justify-content: center; 
  text-align: center;
  width: auto;
  margin-right: 10px;
}

.profile-picture {
  width: 35px; 
  height: 35px;
  border-radius: 50%;
  object-fit: cover; 
  border: 2px solid white; 
}

.profile-points {
  font-size: 14px;
  color: #3ddc97;
  margin-top: 14px;
  font-weight: bold;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 35, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1000;
}
/* Loader Overlay */
.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(38 38 63 / 90%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Loader Spinner */
.loader {
  /* border: 6px solid #f3f3f3; */
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

/* Loader Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal-content {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  width: 90%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding: 20px 20px;
  position: relative;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.profile-picture-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}

.profile-icon {
  position: relative;
  display: block;
  cursor: pointer;
}

.profile-image, .default-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.edit-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #007bff;
  color: white;
  border-radius: 50%;
  padding: 5px;
}

.file-input {
  display: none;
}

.close-button {
  background: #11071c3e;
  border: none;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.close-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

form {
  padding: 24px;
}

.form-group {
  margin-bottom: 20px;
}

/* Profile picture */
.profilePicture {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.form-group label {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.form-group input:not([type="range"]) {
  width: 95%;
  background: rgba(30, 30, 60, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  color: #ffffff;
  font-size: 14px;
  transition: border-color 0.2s;
}

.form-group input:focus {
  outline: none;
  border-color: #9945FF;
}

.readonly-input {
  background: rgba(30, 30, 60, 0.3) !important;
  cursor: not-allowed;
}

.file-upload {
  margin-top: 8px;
  width: 50%;
}

.file-upload-label {
  display: inline-block;
  background: #9945FF;
  color: #000000;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s;
}

.file-upload-label:hover {
  transform: translateY(-2px);
}

.file-input {
  display: none;
}

.referral-group {
  display: flex;
  gap: 12px;
}

.generate-button {
  background: #9945FF;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s;
}

.generate-button:hover {
  transform: translateY(-2px);
}

.bet-input-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bet-input {
  width: 80px !important;
}

.bet-slider {
  flex: 1 1;
  height: 4px;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  outline: none;
}

.bet-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #9945FF;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}

.bet-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.form-actions {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.extra-buttons {
  margin-top: 24px;
  display: flex;
  gap:5px;
  justify-content: space-between;
}


.save-button,.extra-buttons button {
  background: #9945FF;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s;
}

.save-button:hover {
  transform: translateY(-2px);
}

.error {
  color: #ff4444;
  font-size: 12px;
  margin-top: 4px;
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --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-container-width: fit-content;
  --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-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --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);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: 9999;
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, 9999);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: fit-content;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  left: max(16px, env(safe-area-inset-left));
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  right: max(16px, env(safe-area-inset-right));
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  left: max(16px, env(safe-area-inset-left));
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  right: max(16px, env(safe-area-inset-right));
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: 320px;
  width: var(--toastify-toast-width);
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 14px;
  padding: var(--toastify-toast-padding);
  border-radius: 6px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: var(--toastify-toast-shadow);
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    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: auto;
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: 320px;
  width: var(--toastify-toast-width);
}

.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-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

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

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

.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: #fff;
  color: var(--toastify-text-color-info);
  background: #3498db;
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: #fff;
  color: var(--toastify-text-color-success);
  background: #07bc0c;
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: #fff;
  color: var(--toastify-text-color-warning);
  background: #f1c40f;
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: #fff;
  color: var(--toastify-text-color-error);
  background: hsl(6, 78%, 57%);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: hsl(6, 78%, 57%);
  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: rgba(255, 255, 255, 0.7);
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: auto;
  right: initial;
}

.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: 1;
  opacity: 0.7;
  transform-origin: left;
}

.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: auto;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: 0.2;
  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: #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: #616161;
  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);
  }
}

.modal-content {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  width: 90%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  overflow-y: auto; /* Enable vertical scrolling */
  padding: 20px 20px;
  position: relative;
  min-height: 200px;
  max-height: 80vh; /* Limit maximum height of the modal content */
  display: flex;
  flex-direction: column;
}



.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 35, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1000;
  overflow: hidden; /* Prevent the modal background from scrolling */
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
  /* Loader Overlay */
  .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(38 38 63 / 90%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  /* Loader Spinner */
  .loader {
    /* border: 6px solid #f3f3f3; */
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  /* Loader Animation */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* .modal-content {
    background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
    width: 90%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    padding: 20px 20px;
    position: relative;
    min-height: 200px;

  }
  
  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
   */
  .modal-header h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
  }
  .profile-picture-container {
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
  }
  
  .undo-button{
    text-align: center;
  }
  .text-center{
    cursor: pointer;

  }
  .profile-icon {
    position: relative;
    display: block;
    cursor: pointer;
  }
  
  .profile-image, .default-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #ddd;
  }
  
  .edit-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #007bff;
    color: white;
    border-radius: 50%;
    padding: 5px;
  }
  
  .file-input {
    display: none;
  }
  
  .close-button {
    background: #11071c3e;
    border: none;
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
  }
  
  .close-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  form {
    padding: 24px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  /* Profile picture */
  .profilePicture {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
  
  .form-group label {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  
  .form-group input:not([type="range"]) {
    width: 95%;
    background: rgba(30, 30, 60, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px;
    color: #ffffff;
    font-size: 14px;
    transition: border-color 0.2s;
  }
  
  .form-group input:focus {
    outline: none;
    border-color: #9945FF;
  }
  
  .readonly-input {
    background: rgba(30, 30, 60, 0.3) !important;
    cursor: not-allowed;
  }
  
  .file-upload {
    margin-top: 8px;
    width: 50%;
  }
  
  .file-upload-label {
    display: inline-block;
    background: #9945FF;
    color: #000000;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
  }
  
  .file-upload-label:hover {
    transform: translateY(-2px);
  }
  
  .file-input {
    display: none;
  }
  /* Table Container with Scrollable Rows */
.table-container {
  max-height: 400px; /* Restrict max height */
  overflow-y: auto; /* Enable vertical scrolling for rows */
  background: #151a30;
  border-radius: 8px;
  padding: 5px;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);
}
/* Hide scrollbar but allow scrolling */
.modal-content::-webkit-scrollbar {
  width: 4px; /* Narrow scrollbar */
}

/* Track (background) */
.modal-content::-webkit-scrollbar-track {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  border-radius: 5px;
}

/* Handle (the moving part) */
.modal-content::-webkit-scrollbar-thumb {
  background: linear-gradient(145deg, #0d0d2a, #1a1a3a);
  border-radius: 5px;
}

/* Custom Scrollbar */
.table-container::-webkit-scrollbar {
  width: 8px;
}

.table-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.table-container::-webkit-scrollbar-thumb {
  background: #9945FF;
  border-radius: 4px;
}

/* Full Table */
.wager-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  background: #151a30;
}

/* Table Header (Fixed at the top of modal) */
.wager-table thead {
  background: #1e2547;
}

.wager-table th {
  color: #ffffff;
  padding: 12px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Table Body (Scrollable) */
.wager-table tbody {
  display: block;
  overflow-y: auto;
}

.wager-table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* Alternating Row Colors */
.wager-table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

/* Row Hover Effect */
.wager-table tr:hover {
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.3s ease-in-out;
}

/* Table Cells */
.wager-table td {
  padding: 12px;
  font-size: 14px;
  color: #ffffff;
}

/* Campaign Name */
.wager-table td:first-child {
  font-weight: bold;
}

/* Earnings Colors */
.text-green {
  color: #10c838!important;
  font-weight: bold;
}

.text-red {
  color: #ff4d4d!important;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 600px) {
  .wager-table th,
  .wager-table td {
    padding: 10px;
    font-size: 14px;
  }
}

  .referral-group {
    display: flex;
    gap: 12px;
  }
  
  .generate-button {
    background: #9945FF;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s;
  }
  
  .generate-button:hover {
    transform: translateY(-2px);
  }
  
  .bet-input-group {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .bet-input {
    width: 80px !important;
  }
  
  .bet-slider {
    flex: 1 1;
    height: 4px;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    outline: none;
  }
  
  .bet-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #9945FF;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
  }
  
  .bet-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
  }
  
  .form-actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
  }
  .extra-buttons {
    margin-top: 24px;
    display: flex;
    gap:5px;
    justify-content: space-between;
  }
  
  
  .save-button,.extra-buttons button {
    background: #9945FF;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s;
  }
  
  .save-button:hover {
    transform: translateY(-2px);
  }
  
  .error {
    color: #ff4444;
    font-size: 12px;
    margin-top: 4px;
  }
  
.BuyModal_modal__yaVT4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 35, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1111;
}
/* ✅ Close Button */
.BuyModal_closeButton__VWBfG {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.BuyModal_currencyDropdown__lbYmZ {
  background-color: transparent;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 40px 6px 12px; /* right padding for arrow */
  border: none;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L7 7L13 1%27 stroke=%27white%27 stroke-width=%272%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  transition: border-color 0.2s ease;
}

.BuyModal_currencyDropdown__lbYmZ option {
  background-color: #0f0f2b;
  color: white;
  padding: 10px;
}

.BuyModal_currencyDropdown__lbYmZ:hover {
  border-color: #8888ff;
}
.BuyModal_currencyDropdown__lbYmZ option {
  background-color: #0f0f2b;
  color: white;
  padding: 10px 16px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
}

/* Optional: Add hover/focus style inside dropdown (browser-dependent support) */
.BuyModal_currencyDropdown__lbYmZ option:hover,
.BuyModal_currencyDropdown__lbYmZ option:focus {
  background-color: #1f1f40;
  color: #00ffff;
}

.BuyModal_closeButton__VWBfG:hover {
  opacity: 0.7;
}


.BuyModal_modalContent__2xbmO {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  width: 90%;
  max-width: 420px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  position:relative;

}

.BuyModal_modalTitle__JkooB {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.BuyModal_priceDisplay__6aVgA {
  color: #ffd700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}

.BuyModal_swapContainer__lkM4s {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.BuyModal_inputContainer__Pfy\+N {
  background: rgba(30, 30, 60, 0.5);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.BuyModal_swapInput__WUdbA {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  width: 60%;
  outline: none;
}

.BuyModal_swapInput__WUdbA::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.BuyModal_currencySelector__HuxZT {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(40, 40, 80, 0.8);
  padding: 8px 16px;
  border-radius: 12px;
  color: #ffffff;
}

.BuyModal_currencyIcon__SDXcu {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.BuyModal_modalContent__2xbmO .BuyModal_connectButton__KYbIB {
  width: 100% !important;
  padding: 10px !important;
  border-radius: 8px !important;
  background: #ebae07 !important;
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s !important;
  margin: 10px 0 20px 0 !important;
  border: none !important;
}

.BuyModal_connectButton__KYbIB:hover {
  transform: translateY(-2px);
}

.BuyModal_connectButton__KYbIB:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.BuyModal_balanceContainer__sBr71 {
  background: rgba(30, 30, 60, 0.3);
  border-radius: 16px;
  padding: 16px;
}

.BuyModal_balanceRow__rut5O {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 8px 0;
}

.BuyModal_balanceInfo__8zZAn {
  display: flex;
  align-items: center;
  gap: 8px;
}

.BuyModal_error__IQ4jk {
  color: #ff4444;
  text-align: center;
  margin-top: 16px;
}

/* Toast customization */
.BuyModal_Toastify__toast__KdkUi {
  background: rgba(30, 30, 60, 0.9);
  color: #ffffff;
  border-radius: 12px;
}

.BuyModal_Toastify__progress-bar__oPUpP {
  background: linear-gradient(90deg, #ffd700, #ffc800);
}
.RankingModal_modal-content__tUPHF,
.RankingModal_modalContent__qRBih {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  width: 90%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  /* Enable vertical scrolling */
  padding: 20px 20px;
  position: relative;
  min-height: 200px;
  max-height: 80vh;
  /* Limit maximum height of the modal content */
  display: flex;
  flex-direction: column;
}



.RankingModal_modal__mPjHe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 35, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1000;
  overflow: hidden;
  /* Prevent the modal background from scrolling */
}

/* ✅ Close Button */
.RankingModal_closeButton__qtxH4 {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

/* Container for the ranking list */
.RankingModal_rankingList__vR7Na {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-height: 450px;
  /* Set max height to make it scrollable */
  overflow-y: auto;
  /* Enables vertical scrolling */
  padding: 10px;
}

/* Individual ranking item */
.RankingModal_rankingItem__8BmHb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 12px);
  /* Three columns per row */
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.RankingModal_rankingItem__8BmHb:hover {
  transform: scale(1.05);
}

/* Profile picture */
.RankingModal_profilePicture__Khiov {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Hide scrollbar but allow scrolling */
.RankingModal_rankingList__vR7Na::-webkit-scrollbar {
  width: 8px;
  /* Narrow scrollbar */
}

/* Track (background) */
.RankingModal_rankingList__vR7Na::-webkit-scrollbar-track {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  border-radius: 10px;
}

/* Handle (the moving part) */
.RankingModal_rankingList__vR7Na::-webkit-scrollbar-thumb {
  background: linear-gradient(145deg, #0d0d2a, #1a1a3a);
  border-radius: 10px;
}

/* My Rank Button */
.RankingModal_myRankButton__aRgwv {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: transform 0.2s ease-in-out;
}

.RankingModal_myRankButton__aRgwv:hover {
  transform: scale(1.05);
}

/* Rank Number in Top Left Corner */
.RankingModal_rankNumber__8s5aL {
  position: absolute;
  top: 8px;
  left: 8px;
  background: linear-gradient(145deg, #ffd700, #ff9900);
  color: black;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 50%;
}

/* Highlight effect when user scrolls to their rank */
.RankingModal_highlighted__vIv16 {
  background: rgba(255, 215, 0, 0.5) !important;
  /* Goldish highlight */
  transition: background 0.5s ease-in-out !important;
}


/* Style for Ranking Items */
.RankingModal_rankingItem__8BmHb {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 12px);
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.RankingModal_rankingItem__8BmHb:hover {
  transform: scale(1.05);
}

/* Hide scrollbar for Firefox */
.RankingModal_rankingList__vR7Na {
  scrollbar-width: thin;
  /* Narrow scrollbar */
  scrollbar-color: #1a1a3a #0d0d2a;
  /* Thumb and Track color */
}

/* Optional: Hide scrollbar completely */
.RankingModal_rankingList__vR7Na::-webkit-scrollbar {
  display: none;
}


/* Username */
.RankingModal_username__DIDPv {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;

}

/* Points */
.RankingModal_points__hdHsg,
.RankingModal_airdrop_vs__fDDd0 {
  color: #ffd700;
  /* Gold color for highlight */
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}

.RankingModal_points__hdHsg {
  color: #ffd700;
  /* Gold color for highlight */

}

.RankingModal_airdrop_vs__fDDd0 {
  color: #ffffff;
  /* Gold color for highlight */

}


.RankingModal_closeButton__qtxH4:hover {
  opacity: 0.7;
}


/* .modalContent {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  width: 90%;
  max-width: 420px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  position:relative;

} */

.RankingModal_modalTitle__ECNsT {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.RankingModal_priceDisplay__j1ySH {
  color: #ffd700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}

.RankingModal_swapContainer__DHudB {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.RankingModal_inputContainer__JZ60B {
  background: rgba(30, 30, 60, 0.5);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.RankingModal_swapInput__OAugA {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  width: 60%;
  outline: none;
}

.RankingModal_swapInput__OAugA::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.RankingModal_currencySelector__-XtYS {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(40, 40, 80, 0.8);
  padding: 8px 16px;
  border-radius: 12px;
  color: #ffffff;
}

.RankingModal_currencyIcon__fUxPJ {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.RankingModal_modalContent__qRBih .RankingModal_connectButton__bftYI {
  width: 100% !important;
  padding: 10px !important;
  border-radius: 8px !important;
  background: #ebae07 !important;
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s !important;
  margin: 10px 0 20px 0 !important;
  border: none !important;
}

.RankingModal_connectButton__bftYI:hover {
  transform: translateY(-2px);
}

.RankingModal_connectButton__bftYI:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.RankingModal_balanceContainer__AhziR {
  background: rgba(30, 30, 60, 0.3);
  border-radius: 16px;
  padding: 16px;
}

.RankingModal_balanceRow__6SwE4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 8px 0;
}

.RankingModal_balanceInfo__gbL4H {
  display: flex;
  align-items: center;
  gap: 8px;
}

.RankingModal_error__m9GJs {
  color: #ff4444;
  text-align: center;
  margin-top: 16px;
}

/* Toast customization */
.RankingModal_Toastify__toast__fb5pe {
  background: rgba(30, 30, 60, 0.9);
  color: #ffffff;
  border-radius: 12px;
}

.RankingModal_Toastify__progress-bar__i2i5y {
  background: linear-gradient(90deg, #ffd700, #ffc800);
}
.Footer_footer__EwVYi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px max(20px, env(safe-area-inset-left));
  gap: 12px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.Footer_footer__EwVYi button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #9945FF;
  border: none;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 70px;
}

.Footer_footer__EwVYi button svg {
  font-size: 18px;
}

.Footer_footer__EwVYi button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(153, 69, 255, 0.3);
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  .Footer_footer__EwVYi {
    gap: 8px;
    padding: 8px 12px;
  }

  .Footer_footer__EwVYi button {
    padding: 8px 10px;
    font-size: 11px;
  }

  .Footer_footer__EwVYi button svg {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .Footer_footer__EwVYi {
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    gap: 6px;
  }

  .Footer_footer__EwVYi button {
    font-size: 10px;
    padding: 6px 8px;
  }

  .Footer_footer__EwVYi button svg {
    font-size: 14px;
  }
}


.MainLayout_mainLayout__pw8RT {
  display: flex;
  width: 100%;
  height: calc(100vh - 90px); /* space for fixed header */
  overflow: hidden;
}


.MainLayout_mainLayout__pw8RT > * {
  padding: 15px;
  box-sizing: border-box;
}

/* === Left Panel === */
.MainLayout_mainLayout__pw8RT > :nth-child(1) {
  flex: 1 1;
  max-width: 260px;
  background-color: #221E23;
  overflow-y: auto;
  border-right: 1px solid #322e33;
  padding: 15px 30px 20px 35px;
}

.MainLayout_mainLayout__pw8RT > div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #221E23;
}

.MainLayout_mainLayout__pw8RT > div::-webkit-scrollbar {
	width: 6px;
  background-color: #221E23;
}

.MainLayout_mainLayout__pw8RT > div::-webkit-scrollbar-thumb {
	background-color: #992ad6;
}

/* === Center Panel === */
.MainLayout_mainLayout__pw8RT > :nth-child(2) {
  flex: 2 1;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-top: 0; /* already handled by mainLayout's top margin */
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
  scroll-behavior: smooth;
}

/* === Right Panel === */
.MainLayout_mainLayout__pw8RT > :nth-child(3) {
  flex: 1 1;
  max-width: 347px;
  padding: 30px 24px 30px 15px;
  overflow-y: auto;
}

/* === Optional: WebKit scrollbar (for Chrome/Safari) === */
.MainLayout_mainLayout__pw8RT > :nth-child(2)::webkit-scrollbar {
  width: 8px;
}
.MainLayout_mainLayout__pw8RT > :nth-child(2)::webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}
.MainLayout_mainLayout__pw8RT > :nth-child(2)::webkit-scrollbar-track {
  background: transparent;
}


.products__container {
  padding: 2rem;
}

.productsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  align-items: stretch; /* stretch cards to same height */
}

.currency-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 12px;
}

.currency-tabs button {
  background-color: #1e1e1e;
  color: white;
  border: 2px solid #555;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.currency-tabs button:hover {
  background-color: #292929;
  border-color: #999;
}

.currency-tabs .active {
  background-color: #FFD700;
  color: #000;
  font-weight: bold;
}

.product-card {
  background: #1a1a1a;
  border: 2px solid #FFD700;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #FFD700;
  transition: all 0.3s ease;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.3);
}

.product-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}

.product-title {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 10px;
  color: #FFD700;
}

.product-subtext {
  font-size: 0.9rem;
  color: #ccc;
  margin: 4px 0;
}

.product-price {
  font-weight: bold;
  font-size: 1rem;
  color: #FFD700;
  margin-top: 8px;
}

.buy-button {
  background: linear-gradient(to right, #FFA500, #FF8C00);
  color: black;
  border: none;
  padding: 10px 20px;
  margin-top: 16px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.buy-button:hover {
  background: linear-gradient(to right, #FFB347, #FF7F50);
}

/* === Thumbnail variant === */
.product-card.thumbnail {
  max-width: 160px;
  padding: 10px;
  font-size: 12px;
  background: #111;
  border: 1px solid #FFD700;
  border-radius: 10px;
  text-align: center;
}

.product-card.thumbnail:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.2);
}

.product-card.thumbnail img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}

.product-card.thumbnail .product-title {
  font-weight: bold;
  font-size: 13px;
  margin: 8px 0 4px;
  color: #FFD700;
}

.product-card.thumbnail .product-subtext,
.product-card.thumbnail .product-price {
  font-size: 12px;
  color: #bbb;
  margin-bottom: 4px;
}

.product-card.thumbnail .buy-button {
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 6px;
  background: #FFD700;
  color: black;
  font-weight: bold;
  margin-top: 6px;
  transition: background-color 0.2s ease;
}

.product-card.thumbnail .buy-button:hover {
  background-color: #e6c200;
}

/* Products.css or ConfirmModal.css */
.overlay-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm-modal {
  background: #1a1a1a;
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  color: white;
  text-align: center;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

.confirm-modal button {
  margin: 10px 8px;
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.confirm-modal button:first-of-type {
  background: #999;
}

.confirm-modal button:last-of-type {
  background: #ffcc00;
  color: #000;
  font-weight: bold;
}

/* === Modal Animation === */
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.confirm-modal {
  animation: fadeInScale 0.25s ease-out;
}

.overlay-modal {
  animation: fadeInOverlay 0.2s ease-out;
}

@keyframes fadeInOverlay {
  from { background: rgba(0, 0, 0, 0); }
  to { background: rgba(0, 0, 0, 0.6); }
}

.confirm-modal.lost {
  background: #222;
  border: 2px solid #555;
  color: #eee;
}

.confirm-modal.winner {
  background: #222;
  border: 2px solid #FFD700;
  color: #fff;
  animation: fadeInScale 0.3s ease-out;
}

.confirm-modal.winner h3 {
  color: #FFD700;
}

.confirm-modal.winner button {
  background: #FFD700;
  color: black;
  font-weight: bold;
}

.spinner {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  border: 4px solid #FFD700;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/* LeftComponent.module.css */
/* 
.leftPanel {
  padding: 1rem;
  background-color: #1d0e3a;
  border-radius: 10px;
}

.panelTitle {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.loading {
  color: #bbb;
  text-align: center;
}

.empty {
  color: #bbb;
  text-align: center;
}

.productGrid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
} */

.LeftComponent_btnsWrap__rOGri {
  display: flex;
  gap: 10%;
}

.LeftComponent_sportsBtn__7DmJC {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #ffffff;
  background: #312D32;
  border-radius: 6px;
  padding: 9.5px 15px;
  min-width: 90px;
  border: 0;
  font-family: "inter";
  display: inline-flex;
  gap: 3px;
}

.LeftComponent_sportsBtn__7DmJC.LeftComponent_active__-gg8s {
  
}
.CenterComponent_campaignsContainer__lDH4d {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* Card Layout */
.CenterComponent_campaignContent__GISah {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 500px;
  background-color: #201245;
  border-radius: 10px;
  padding: 12px;
  gap: 10px;
  font-size: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Left: Image */
.CenterComponent_imageContainer__atEgl {
  width: 150px;
  position: relative;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.CenterComponent_walletActionImg__V2T9O {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* Right: Content */
.CenterComponent_contentWrapper__zT2ED {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Buttons stack (Bot, Like, etc.) */
.CenterComponent_buttons__gXHl2 {
  display: flex;
  justify-content: center;        /* ✅ center horizontally */
  gap: 10px;                      /* ✅ tighter spacing */
  margin-top: 10px;               /* ✅ space below YES/NO buttons */
  flex-wrap: wrap;
}

.CenterComponent_iconButton__7sdoF {
  width: 34px;
  height: 34px;
  padding: 6px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #2df9a6;      /* match green theme */
  color: #2df9a6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}

.CenterComponent_iconButton__7sdoF:hover {
  background: rgba(45, 249, 166, 0.1);
  transform: scale(1.05);
}

/* Campaign Info */
.CenterComponent_campaignInfo__1eKAv {
  color: white;
  margin-bottom: 6px;
}

.CenterComponent_campaignInfo__1eKAv h3 {
  font-size: 12px;
  margin: 0 0 4px;
}

.CenterComponent_poolSize__UVDmP {
  font-size: 10px;
  color: #3ddc97;
}

/* Slider & Input */
.CenterComponent_sliderInputGroup__AuUTo {
  margin-bottom: 10px;
}

.CenterComponent_inputRow__ns\+4i {
  display: flex;
  align-items: center;
  gap: 8px;
}

.CenterComponent_slider__q5XQ1 {
  flex: 1 1;
  height: 4px;
  appearance: none;
  background: linear-gradient(to right, #3ddc976e, #3ddc97);
  border-radius: 4px;
  cursor: pointer;
}

.CenterComponent_manualInput__NPISZ {
  font-size: 10px;
  padding: 4px 6px;
  width: 60px;
  text-align: center;
  color: #3ddc97;
  border: 1px solid #3ddc97;
  background: transparent;
  border-radius: 6px;
}

.CenterComponent_amountText__F4TmL {
  font-size: 10px;
  text-align: center;
  color: white;
  margin-top: 4px;
}

/* Direction buttons */
.CenterComponent_directionButtons__nBZsI {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.CenterComponent_directionButton__KEXto {
  flex: 1 1;
  font-size: 10px;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: bold;
  border: none;
  background: linear-gradient(135deg, #3ddc97, #2ac17d);
  color: #1b1f27;
  cursor: pointer;
  text-transform: uppercase;
}

.CenterComponent_directionButton__KEXto:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(61, 220, 151, 0.3);
}

/* Expiry + Wager bubbles */
.CenterComponent_expiryContainer__bj\+Pu {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: bold;
}

.CenterComponent_left_wager_sum__hFlYD,
.CenterComponent_right_wager_sum__VVB8c {
  position: absolute;
  bottom: 8px;
  background: #ba00ff;
  padding: 4px;
  font-size: 10px;
  color: white;
  border-radius: 4px;
}

.CenterComponent_left_wager_sum__hFlYD {
  left: 8px;
}

.CenterComponent_right_wager_sum__VVB8c {
  right: 8px;
}
.CenterComponent_categoryButton__2CIOx {
  padding: 6px 12px;
  background-color: #3a2673;
  color: white;
  border: 1px solid #5f44a3;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.CenterComponent_categoryButton__2CIOx:hover {
  background-color: #52358f;
}

.CenterComponent_categoryButton__2CIOx.CenterComponent_active__OcpGM {
  background-color: #815ad3;
  border-color: #a982f7;
  font-weight: bold;
}


/* .rightWrapper {
  padding: 12px;
  color: white;
}

.heading {
  font-size: 16px;
  margin: 12px 0 8px;
  color: white;
}

.marketPanel {
  background: #2d1d59;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.twitchEmbed iframe {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  border: none;
}

.twitchMeta {
  margin-top: 10px;
  font-size: 12px;
  color: #ccc;
}

.tags {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #aaa;
}

.activityBox {
  background: #2d1d59;
  padding: 12px;
  border-radius: 8px;
}

.activityBox p {
  margin: 6px 0;
  font-size: 13px;
  color: #ccc;
}

.wagerEntry {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.wagerImage {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 10px;
}

.wagerText {
  font-size: 10px;
  line-height: 1.4;
}

.socialFooter {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  padding-bottom: 10px;
}

.socialIcon {
  color: #ffffff;
  font-size: 32px;
  transition: transform 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.socialIcon:hover {
  transform: scale(1.15);
  color: #7e3ff2;
}
 */

.RightComponent_campaign__E9Oyp {
  background: #301B3B;
  border-radius: 10px;
  padding: 20px 27px 16px;
  margin-bottom: 16px;
}

.RightComponent_campaignTitleWrap__-jtP5 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.RightComponent_campaignTitleWrap__-jtP5 img {
  width: 53px;
  height: 53px;
  object-fit: contain;
}

.RightComponent_campaignTitle__kzV4Z {
  font-size: 20px;
  line-height: 1.25;
  color: #FEE421;
  font-weight: 500;
  width: calc(100% - 53px);
  font-family: "Poppins", sans-serif;
  padding-left: 15px;
  margin: 0;
}

.RightComponent_campaignDesp__I2wm0 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  min-height: 50px;
  margin: 0;
}

.RightComponent_customCard__nb5Kp {
  background: #21212A;
  border-radius: 10px;
  padding: 20px 28px 17px;
  margin-bottom: 16px;
}

.RightComponent_customCardWarp__3zr42 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.RightComponent_customCardWarp__3zr42 > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.RightComponent_customCardTitle__uem7M {
  font-size: 18px;
  line-height: 1.15;
  color: #ffffff;
  font-weight: 700;
  width: calc(100% - 30px);
  font-family: "Poppins", sans-serif;
  padding-left: 8px;
  margin: 0;
}

.RightComponent_leaderboardList__HbvrZ {
  padding: 0;
  list-style-type: none;
  margin: 0 0 16px;
}

.RightComponent_leaderboardList__HbvrZ li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14.5px;
}

.RightComponent_leaderboardList__HbvrZ li:last-child {
  margin-bottom: 0;
}

.RightComponent_leaderboardList__HbvrZ li span {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  width: 50%;
}

.RightComponent_leaderboardList__HbvrZ li:first-child span {
  color: #FEE421;
}

.RightComponent_leaderboardList__HbvrZ li span:first-child {
  padding-right: 10px;
}

.RightComponent_leaderboardList__HbvrZ li span:last-child {
  text-align: right;
}

.RightComponent_rankingsbtn__NkiuL {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #14B18C;
  font-weight: 500;
  text-decoration: none;
  text-decoration: initial;
  display: inline-block;
  margin: 0;
}

.RightComponent_popularWager__XwSF7.RightComponent_customCard__nb5Kp > img {
  width: 24px;
  height: 24px;
}

.RightComponent_popularWager__XwSF7.RightComponent_customCard__nb5Kp .RightComponent_customCardTitle__uem7M {
  font-weight: 400;
  color: #FEE421;
  width: calc(100% - 24px);
}

.RightComponent_predictbtn__Oy\+B5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #EC43FB;
  border-radius: 6px;
  padding: 5.5px 15px;
  width: 100%;
  border: 0;
  font-family: "inter";
  display: block;
  text-align: center;
  text-decoration: none;
  text-decoration: initial;
}

.RightComponent_matchWarp__dOmeI {
  position: relative;
}

.RightComponent_matchImg__9T6Zk {
  width: 100%;
}

.RightComponent_lastWagers__yeTei.RightComponent_customCard__nb5Kp > img {
  width: 22px;
  height: 22px;
}

.RightComponent_lastWagers__yeTei.RightComponent_customCard__nb5Kp .RightComponent_customCardTitle__uem7M {
  font-weight: 400;
  width: calc(100% - 22px);
}

.RightComponent_wagerList__4K4cF {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.RightComponent_wagerListItem__FVENK {
  display: flex;
  align-items: center;
  margin: 0 0 7px;
}

.RightComponent_wagerListItem__FVENK:last-child {
  margin: 0;
}

.RightComponent_lastWagers__yeTei .RightComponent_wagerListItem__FVENK img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.RightComponent_wagerListItem__FVENK p {
  font-size: 13px;
  line-height: 1.347;
  color: #ffffff;
  width: calc(100% - 52px);
  font-family: "Poppins", sans-serif;
  padding-left: 8px;
}

.RightComponent_wagerListItem__FVENK p span {
  display: block;
}
.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.loading-spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinnerOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    z-index: 1000;
  }
  
  .spinner {
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top: 6px solid #3ddc97;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
  }
  
  .popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .popupContent {
    background: #1b1f27;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    color: white;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
body {
    background: #26282C;
    color: #ffffff;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    /* overflow: hidden;  */
}

/* Hide scrollbar but allow scrolling */
body::-webkit-scrollbar {
    width: 4px;
    /* Narrow scrollbar */
}

/* Track (background) */
body::-webkit-scrollbar-track {
    background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
    border-radius: 5px;
}

/* Handle (the moving part) */
body::-webkit-scrollbar-thumb {
    background: linear-gradient(145deg, #0d0d2a, #1a1a3a);
    border-radius: 5px;
}

.App_header-maintainable-margin__dxwik {
    margin-top: 0px;
}


@media (max-width: 1024px) {
    .App_header-maintainable-margin__dxwik {
        margin-top: 100px;
    }
}
@media (max-width: 768px) {
    .App_header-maintainable-margin__dxwik {
        margin-top: 0px;
    }
}
.App_wallet-adapter-button__12xjS {
    height: 32px!important;
    font-size: 14px;
    font-weight: 400px;
    font-family:"inter"!important;
}



/* ✅ Smaller Connect Button */
.App_connect-btn__Oi4aR {
    background-color: #3ddc97;
    color: #12181f;
    padding: 4px 8px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease, transform 0.1s;
}

.App_connect-btn__Oi4aR:hover {
    background-color: #2bb673;
    transform: scale(1.05);
}

/* ✅ Campaigns Container */
#App_campaignsContainer000__8QXwS {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

/* ✅ Campaign Cards - Consistent Size */
.App_campaign-content000__LhqOr {
    width: 90%;
    max-width: 600px;
    background: #1b1f27;
    padding: 80px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 550px;
}

/* ✅ Campaign Titles & Pool Size */
.App_campaign-info000__Ui3T1 h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.App_pool-size__t87Q- {
    font-size: 20px;
    color: #3ddc97;
    font-weight: bold;
    margin: 10px 0;
}

/* ✅ Campaign Images - Fixed Size */
.App_campaign-img__JJeZ0 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

/* ✅ Icons */
.App_popup-icon__b8fTH {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.App_popup-icon__b8fTH:hover {
    transform: scale(1.1);
}

/* ✅ Extra Buttons Layout */
.App_extra-buttons__1yG1q {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

/* ✅ Bet Buttons */
.App_bet-buttons__06yV3 {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
    z-index: 10;
}


/* ✅ Responsive Header (Mobile Optimization) */
@media (max-width: 1024px) {
    .App_header__fhC8n {
        min-width: 90%;
        width: 90%;
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }
}

/* ✅ Notification Badge Styling */
.App_notification-badge__3ilLS {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.App_notification-badge__3ilLS img {
    width: 24px;
    height: 24px;
}

.App_notification-badge__3ilLS span {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    padding: 5px 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

@keyframes App_flash__pGLkc {
    0% {
        color: white;
    }

    50% {
        color: #3ddc97;
    }

    100% {
        color: white;
    }
}

#App_campaign-count__Wb5vW.App_flash__pGLkc {
    animation: App_flash__pGLkc 0.5s ease-in-out;
}

/* ✅ Ensure body has enough padding to avoid overlap */
body {
    /* Adjust to match header height */
    /* Adjust to match footer height */
}

.App_spinner-container__WmWJI {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.Footer_footer__zyf6a {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  background: #000000;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px max(20px, env(safe-area-inset-left));
  gap: 12px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  margin:auto
}

.Footer_footer__zyf6a button {
  background: #9945FF;
  border: none;
  color: #ffffff;
  padding: 10px 16px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex: 1 1;
  max-width: fit-content;
  min-width: 80px;
  white-space: nowrap;
}

.Footer_footer__zyf6a button:hover {
  background: #9945FF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(153, 69, 255, 0.3);
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  .Footer_footer__zyf6a {
    padding: 10px max(12px, env(safe-area-inset-left));
    gap: 8px;
  }

  .Footer_footer__zyf6a button {
    padding: 8px 12px;
    font-size: 12px;
    max-width: none;
    min-width: 0;
  }
}

@media screen and (max-width: 480px) {
  .Footer_footer__zyf6a {
    padding: 8px max(8px, env(safe-area-inset-left));
    gap: 6px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
  }

  .Footer_footer__zyf6a button {
    font-size: 9px;
    padding: 8px 6px;
  }
}


.Modal_modal-content__G3PpS,.Modal_modalContent__RZmCn {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  width: 90%;
  max-width: 800px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  overflow-y: auto; /* Enable vertical scrolling */
  padding: 20px 20px;
  position: relative;
  min-height: 200px;
  max-height: 80vh; /* Limit maximum height of the modal content */
  display: flex;
  flex-direction: column;
}
.Modal_modal-content-md__VHADW,.Modal_modalContentMd__d7-aa {

  max-width: 600px!important;
  
}
.Modal_button__U842v {
  background: #9945FF;
  border: none;
  color: #ffffff;
  padding: 10px 16px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex: 1 1;
  max-width: fit-content;
  min-width: 80px;
  white-space: nowrap;
}

 /* Loader Overlay */
 .Modal_loader-overlay__aGwFn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(38 38 63 / 90%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Loader Spinner */
.Modal_loader__a9eJk {
  /* border: 6px solid #f3f3f3; */
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: Modal_spin__OqDoP 1s linear infinite;
}

/* Loader Animation */
@keyframes Modal_spin__OqDoP {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.Modal_modal__BYT0t {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 35, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1000;
  overflow: hidden; /* Prevent the modal background from scrolling */
}
/* ✅ Close Button */
.Modal_closeButton__cFYFj {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}


.Modal_table__OBMI3 {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border-radius: 8px;
  background: #151a30;
}

/* Make both thead and tbody block elements */
.Modal_table__OBMI3 thead,
.Modal_table__OBMI3 tbody {
  display: block;
}

/* Fix header row styling */
.Modal_table__OBMI3 thead {
  background: #1e2547;
}

/* Set max-height & scrolling for body */
.Modal_table__OBMI3 tbody {
  max-height: 450px;
  overflow-y: auto;
}

/* Align columns by fixed widths */
.Modal_table__OBMI3 th,
.Modal_table__OBMI3 td {
  width: 25%; /* You can adjust based on number of columns */
  padding: 12px;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  box-sizing: border-box;
}


.Modal_table__OBMI3 tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}


/* Alternating Row Colors */
.Modal_table__OBMI3 tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}
/* Hide scrollbar but allow scrolling */
.Modal_modalContent__RZmCn::-webkit-scrollbar,tbody::-webkit-scrollbar {
  width: 4px; /* Narrow scrollbar */
}

/* Track (background) */
.Modal_modalContent__RZmCn::-webkit-scrollbar-track,tbody::-webkit-scrollbar-track {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  border-radius: 5px;
}

/* Handle (the moving part) */
.Modal_modalContent__RZmCn::-webkit-scrollbar-thumb,tbody::-webkit-scrollbar-thumb {
  background: linear-gradient(145deg, #0d0d2a, #1a1a3a);
  border-radius: 5px;
}
/* Row Hover Effect */
.Modal_table__OBMI3 tr:hover {
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.3s ease-in-out;
}

/* Table Cells */
.Modal_table__OBMI3 td {
  padding: 12px;
  font-size: 14px;
  color: #ffffff;
}

/* Campaign Name */
.Modal_table__OBMI3 td:first-child {
  font-weight: bold;
}

/* Earnings Colors */
.Modal_text-green__N9\+2r {
  color: #10c838!important;
  font-weight: bold;
}

.Modal_text-red__PhcIE {
  color: #ff4d4d!important;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 600px) {
  .Modal_table__OBMI3 th,
  .Modal_table__OBMI3 td {
    padding: 10px;
    font-size: 14px;
  }
}


/* Hide scrollbar but allow scrolling */
.Modal_rankingList__l94eQ::-webkit-scrollbar {
  width: 8px; /* Narrow scrollbar */
}

/* Track (background) */
.Modal_rankingList__l94eQ::-webkit-scrollbar-track {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  border-radius: 10px;
}

/* Handle (the moving part) */
.Modal_rankingList__l94eQ::-webkit-scrollbar-thumb {
  background: linear-gradient(145deg, #0d0d2a, #1a1a3a);
  border-radius: 10px;
}
/* My Rank Button */
.Modal_myRankButton__Wwy8o {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: transform 0.2s ease-in-out;
}

.Modal_myRankButton__Wwy8o:hover {
  transform: scale(1.05);
}

/* Rank Number in Top Left Corner */
.Modal_rankNumber__oca8I {
  position: absolute;
  top: 5px;
  left: 5px;
  background: linear-gradient(145deg, #ffd700, #ff9900);
  color: black;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 50%;
}
/* Highlight effect when user scrolls to their rank */
.Modal_highlighted__G1R6z {
  background: rgba(255, 215, 0, 0.5)!important; /* Goldish highlight */
  transition: background 0.5s ease-in-out!important;
}


/* Style for Ranking Items */
.Modal_rankingItem__orp7O {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 12px);
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.Modal_rankingItem__orp7O:hover {
  transform: scale(1.05);
}

/* Hide scrollbar for Firefox */
.Modal_rankingList__l94eQ {
  scrollbar-width: thin; /* Narrow scrollbar */
  scrollbar-color: #1a1a3a #0d0d2a; /* Thumb and Track color */
}

/* Optional: Hide scrollbar completely */
.Modal_rankingList__l94eQ::-webkit-scrollbar {
  display: none;
}


/* Username */
.Modal_username__6-Onn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;

}

/* Points */
.Modal_points__wDU-p {
  color: #ffd700; /* Gold color for highlight */
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}


.Modal_closeButton__cFYFj:hover {
  opacity: 0.7;
}


/* .modalContent {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  width: 90%;
  max-width: 420px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  position:relative;

} */

.Modal_modalTitle__kJuj4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.Modal_priceDisplay__8BMKP {
  color: #ffd700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}

.Modal_swapContainer__bUpGD {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.Modal_inputContainer__bQ-fp {
  background: rgba(30, 30, 60, 0.5);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Modal_swapInput__3V3HT {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  width: 60%;
  outline: none;
}

.Modal_swapInput__3V3HT::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.Modal_currencySelector__CCBlN {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(40, 40, 80, 0.8);
  padding: 8px 16px;
  border-radius: 12px;
  color: #ffffff;
}

.Modal_currencyIcon__OF9IP {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.Modal_modalContent__RZmCn .Modal_connectButton__fWutu {
  width: 100% !important;
  padding: 10px !important;
  border-radius: 8px !important;
  background: #ebae07 !important;
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s !important;
  margin: 10px 0 20px 0 !important;
  border: none !important;
}

.Modal_connectButton__fWutu:hover {
  transform: translateY(-2px);
}

.Modal_connectButton__fWutu:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.Modal_balanceContainer__-zi0S {
  background: rgba(30, 30, 60, 0.3);
  border-radius: 16px;
  padding: 16px;
}

.Modal_balanceRow__kuzGJ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 8px 0;
}

.Modal_balanceInfo__v84Hy {
  display: flex;
  align-items: center;
  gap: 8px;
}

.Modal_error__0fy2T {
  color: #ff4444;
  text-align: center;
  margin-top: 16px;
}

/* Toast customization */
.Modal_Toastify__toast__6Susi {
  background: rgba(30, 30, 60, 0.9);
  color: #ffffff;
  border-radius: 12px;
}

.Modal_Toastify__progress-bar__R\+XiB {
  background: linear-gradient(90deg, #ffd700, #ffc800);
}
/* campaign form  */
/* Style individual form group */
.Modal_formGroup__Sfzbf {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.Modal_formGroup__Sfzbf label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
}
.Modal_fileUploadWrapper__BaPLb {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.Modal_fileUploadLabel__fQWUz {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  padding: 10px 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #444;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.Modal_fileUploadLabel__fQWUz:hover {
  background: #2d2d55;
}

.Modal_hiddenFileInput__sKimn {
  display: none;
}

.Modal_selectedFileName__ljtw4 {
  color: #ccc;
  font-size: 13px;
  font-style: italic;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.Modal_formGroup__Sfzbf input,
.Modal_formGroup__Sfzbf textarea,
.Modal_formGroup__Sfzbf select {
  background: rgba(30, 30, 60, 0.5);
  color: white;
  border: none;
  padding: 14px 12px;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  width: 100%;
}

.Modal_formGroup__Sfzbf input[type="file"] {
  padding: 6px;
  background: none;
  border: none;
  color: white;
}

.Modal_imagePreviewBox__4\+HPH {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  justify-content: center;
}

.Modal_imagePreviewBox__4\+HPH img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

/* Select Dropdown Styling */
.Modal_formGroup__Sfzbf select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: rgba(30, 30, 60, 0.5);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  width: 100%;
  cursor: pointer;
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill=%27%23fff%27 height=%2716%27 viewBox=%270 0 24 24%27 width=%2716%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7 10l5 5 5-5z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

/* Option Styling */
.Modal_formGroup__Sfzbf select option {
  background: #1a1a3a;
  color: white;
  padding: 10px;
}



/* campaign form  */

/* my campaigns */
.Modal_invitation_link__o3nn\+{
  cursor: pointer;
  color: #4fd1c5;
  text-decoration: underline;
  display: inline-block;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.Modal_tabButtons__3LIbR {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  gap: 10px;
}

.Modal_tabButtons__3LIbR button {
  background: #222;
  color: #ddd;
  padding: 8px 14px;
  border: 1px solid #444;
  border-radius: 6px;
  cursor: pointer;
}

.Modal_tabButtons__3LIbR .Modal_activeTab__UCLM4 {
  background: gold;
  color: black;
  font-weight: bold;
}

.Modal_lootList__Op2RB {
  list-style: none;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}

.Modal_lootItem__cxRZH {
  padding: 8px;
  border-bottom: 1px solid #333;
}

/* my campaigns */

.SpinnerOverlay_spinnerOverlay__4oJx4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    z-index: 1000;
  }
  
  .SpinnerOverlay_spinner__pDW1m {
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top: 6px solid #3ddc97;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: SpinnerOverlay_spin__o915u 1s linear infinite;
    margin-bottom: 10px;
  }
  
  .SpinnerOverlay_popupOverlay__A3P1T {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .SpinnerOverlay_popupContent__xl59i {
    background: #1b1f27;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    color: white;
  }
  
  @keyframes SpinnerOverlay_spin__o915u {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .SpinnerOverlay_glow__1F4zZ {
    animation: SpinnerOverlay_glow__1F4zZ 1s ease-in-out;
  }
  
  @keyframes SpinnerOverlay_glow__1F4zZ {
    0% {
      box-shadow: 0 0 0 0 rgba(61, 220, 151, 0.4);
    }
  
    70% {
      box-shadow: 0 0 0 10px rgba(61, 220, 151, 0);
    }
  
    100% {
      box-shadow: 0 0 0 0 rgba(61, 220, 151, 0);
    }
  }
/* Vip.css */

/* Button styles for Loot History */
.loot-history-btn {
  background-color: #7e3ff2; /* Purple background */
  color: white; /* Text color */
  padding: 10px 20px; /* Spacing */
  border-radius: 8px; /* Rounded corners */
  border: none; /* Remove default border */
  cursor: pointer; /* Pointer cursor on hover */
  font-size: 16px; /* Text size */
  transition: background-color 0.3s ease;
}

/* Button hover effect */
.loot-history-btn:hover {
  background-color: #5b2dcc; /* Darker purple on hover */
}

/* Layout for the Loot History modal (optional) */
.loot-history-modal {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; /* Make sure it's on top */
}

/* Modal content */
.loot-history-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 600px;
  max-height: 80%;
  overflow-y: auto;
}

.vip-page {
  width: 100%;
  min-height: 100vh;
  background-color: #0e0e0e;
}


.vip-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.products-section {
  background: transparent;
}

.crate-section {
  background: transparent;
}

.vip-title {
  color: #FFD700;
  text-align: center;
  margin: 40px 0 20px;
}

.crate-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}


.LoginModal_modal__CWuPz {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 35, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1111;
}
/* Hide scrollbar but allow scrolling */
textarea::-webkit-scrollbar,tbody::-webkit-scrollbar {
  width: 4px; /* Narrow scrollbar */
}

/* Track (background) */
textarea::-webkit-scrollbar-track,tbody::-webkit-scrollbar-track {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  border-radius: 5px;
}

/* Handle (the moving part) */
textarea::-webkit-scrollbar-thumb,tbody::-webkit-scrollbar-thumb {
  background: linear-gradient(145deg, #0d0d2a, #1a1a3a);
  border-radius: 5px;
}

/* ✅ Close Button */
.LoginModal_closeButton__pHkCg {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.LoginModal_closeButton__pHkCg:hover {
  opacity: 0.7;
}


.LoginModal_modalContent__R3i6P {
  background: linear-gradient(145deg, #1a1a3a, #0d0d2a);
  width: 90%;
  max-width: 420px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  position: relative;

}

.LoginModal_modalTitle__YaERJ {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.LoginModal_priceDisplay__cNAP4 {
  color: #ffd700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}

.LoginModal_Container__4cMHR {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  margin-top: 30px;
  align-items: center;
}
.LoginModal_input__6xgri {
  background: rgba(30, 30, 60, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  outline: none;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.LoginModal_wallet-adapter-button__0cxRT {
  height: 32px!important;
  font-size: 14px;
  font-weight: 400px;
  font-family:"inter"!important;
}
.LoginModal_input__6xgri:focus {
  border-color: #ffd700;
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.2);
}

.LoginModal_input__6xgri::placeholder {
  color: rgba(255, 255, 255, 0.4);
}


.LoginModal_signin_buttons__UuFTC,
.LoginModal_signup_buttons__NXsEk {
  background: #512da8 !important;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  min-width:100px!important;
  width:contain;
  font-family: "inter" !important;
  padding: 9px;
border:none
}

.LoginModal_inputContainer__QnkGo {
  background: rgba(30, 30, 60, 0.5);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.LoginModal_swapInput__cjqfr {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  width: 60%;
  outline: none;
}

.LoginModal_swapInput__cjqfr::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.LoginModal_currencySelector__OsjPm {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(40, 40, 80, 0.8);
  padding: 8px 16px;
  border-radius: 12px;
  color: #ffffff;
}

.LoginModal_currencyIcon__XuW2Q {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.LoginModal_modalContent__R3i6P .LoginModal_connectButton__BdnYC {
  width: 100% !important;
  padding: 10px !important;
  border-radius: 8px !important;
  background: #ebae07 !important;
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s !important;
  margin: 10px 0 20px 0 !important;
  border: none !important;
}

.LoginModal_connectButton__BdnYC:hover {
  transform: translateY(-2px);
}

.LoginModal_connectButton__BdnYC:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.LoginModal_balanceContainer__mD7VY {
  background: rgba(30, 30, 60, 0.3);
  border-radius: 16px;
  padding: 16px;
}

.LoginModal_balanceRow__me5kr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 8px 0;
}

.LoginModal_balanceInfo__Ke1k3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.LoginModal_error__6cYjo {
  color: #ff4444;
  text-align: center;
  margin-top: 16px;
}

/* Toast customization */
.LoginModal_Toastify__toast__0EbMk {
  background: rgba(30, 30, 60, 0.9);
  color: #ffffff;
  border-radius: 12px;
}

.LoginModal_Toastify__progress-bar__fCDjj {
  background: linear-gradient(90deg, #ffd700, #ffc800);
}
.LoginModal_googleButton__3N8\+8 {
  background-color: white;
  color: #444;
  border: none;
  padding: 10px 20px;
  width: 100%;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.LoginModal_googleButton__3N8\+8:hover {
  background-color: #f0f0f0;
}

.LoginModal_google-login-btn__KW4P0 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4285f4;
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s ease;
}

.LoginModal_google-login-btn__KW4P0:hover {
  background-color: #357ae8;
}

.LoginModal_google-icon__vO\+ZT {
  height: 20px;
  margin-right: 10px;
  background: white;
  border-radius: 50%;
  padding: 2px;
}

.LoginModal_sectionHeader__XqD1y {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.LoginModal_divider__DFjMu {
  text-align: center;
  color: #aaa;
  margin: 16px 0;
  font-size: 13px;
  position: relative;
  width: 100%;
}

.LoginModal_divider__DFjMu::before,
.LoginModal_divider__DFjMu::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #333;
}

.LoginModal_divider__DFjMu::before {
  left: 0;
}

.LoginModal_divider__DFjMu::after {
  right: 0;
}

.LoginModal_toggleText__nW6Fw {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  margin-top: 16px;
}

.LoginModal_toggleText__nW6Fw span {
  color: #6fa7ff;
  cursor: pointer;
  font-weight: bold;
}


/* @import url("https://api.fontshare.com/v2/css?f[]=diatype@400,500,600,700&display=swap");

body {
  margin: 0;
  font-family: "Diatype", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
} */

* {
  box-sizing: border-box;
}

.wallet-adapter-button {
  height: 34px !important;
  padding: 15px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "inter" !important;
  font-size: 14px!important;
  color: #ffffff!important;
  border-radius: 5px;
  font-family: "inter" !important;
  padding: 9px!important;
  border: none!important;
  cursor: pointer!important;
}

.wallet-adapter-button-start-icon {
  margin-right: 10px !important;
}

.wallet-adapter-button-start-icon {
  width: 20px !important;
  height: 20px !important;
}
.wallet-adapter-button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: 'DM Sans', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    border-radius: 4px;
}

.wallet-adapter-button-trigger {
    background-color: #512da8;
}

.wallet-adapter-button:not([disabled]):focus-visible {
    outline-color: white;
}

.wallet-adapter-button:not([disabled]):hover {
    background-color: #1a1f2e;
}

.wallet-adapter-button[disabled] {
    background: #404144;
    color: #999;
    cursor: not-allowed;
}

.wallet-adapter-button-end-icon,
.wallet-adapter-button-start-icon,
.wallet-adapter-button-end-icon img,
.wallet-adapter-button-start-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.wallet-adapter-button-end-icon {
    margin-left: 12px;
}

.wallet-adapter-button-start-icon {
    margin-right: 12px;
}

.wallet-adapter-collapse {
    width: 100%;
}

.wallet-adapter-dropdown {
    position: relative;
    display: inline-block;
}

.wallet-adapter-dropdown-list {
    position: absolute;
    z-index: 99;
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 10px;
    padding: 10px;
    top: 100%;
    right: 0;
    margin: 0;
    list-style: none;
    background: #2c2d30;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease, transform 200ms ease, visibility 200ms;
    font-family: 'DM Sans', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wallet-adapter-dropdown-list-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.wallet-adapter-dropdown-list-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    height: 37px;
    color: #fff;
}

.wallet-adapter-dropdown-list-item:not([disabled]):hover {
    background-color: #1a1f2e;
}

.wallet-adapter-modal-collapse-button svg {
    align-self: center;
    fill: #999;
}

.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg {
    transform: rotate(180deg);
    transition: transform ease-in 150ms;
}

.wallet-adapter-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity linear 150ms;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    overflow-y: auto;
}

.wallet-adapter-modal.wallet-adapter-modal-fade-in {
    opacity: 1;
}

.wallet-adapter-modal-button-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 12px;
    cursor: pointer;
    background: #1a1f2e;
    border: none;
    border-radius: 50%;
}

.wallet-adapter-modal-button-close:focus-visible {
    outline-color: white;
}

.wallet-adapter-modal-button-close svg {
    fill: #777;
    transition: fill 200ms ease 0s;
}

.wallet-adapter-modal-button-close:hover svg {
    fill: #fff;
}

.wallet-adapter-modal-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wallet-adapter-modal-container {
    display: flex;
    margin: 3rem;
    min-height: calc(100vh - 6rem); /* 100vh - 2 * margin */
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .wallet-adapter-modal-container {
        margin: 1rem;
        min-height: calc(100vh - 2rem); /* 100vh - 2 * margin */
    }
}

.wallet-adapter-modal-wrapper {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1050;
    max-width: 400px;
    border-radius: 10px;
    background: #10141f;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
    font-family: 'DM Sans', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    flex: 1 1;
}

.wallet-adapter-modal-wrapper .wallet-adapter-button {
    width: 100%;
}

.wallet-adapter-modal-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    padding: 64px 48px 48px 48px;
    text-align: center;
    color: #fff;
}

@media (max-width: 374px) {
    .wallet-adapter-modal-title {
        font-size: 18px;
    }
}

.wallet-adapter-modal-list {
    margin: 0 0 12px 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.wallet-adapter-modal-list .wallet-adapter-button {
    font-weight: 400;
    border-radius: 0;
    font-size: 18px;
}

.wallet-adapter-modal-list .wallet-adapter-button-end-icon,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon,
.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon img {
    width: 28px;
    height: 28px;
}

.wallet-adapter-modal-list .wallet-adapter-button span {
    margin-left: auto;
    font-size: 14px;
    opacity: .6;
}

.wallet-adapter-modal-list-more {
    cursor: pointer;
    border: none;
    padding: 12px 24px 24px 12px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
}

.wallet-adapter-modal-list-more svg {
    transition: all 0.1s ease;
    fill: rgba(255, 255, 255, 1);
    margin-left: 0.5rem;
}

.wallet-adapter-modal-list-more-icon-rotate {
    transform: rotate(180deg);
}

.wallet-adapter-modal-middle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 24px 24px;
    box-sizing: border-box;
}

.wallet-adapter-modal-middle-button {
    display: block;
    cursor: pointer;
    margin-top: 48px;
    width: 100%;
    background-color: #512da8;
    padding: 12px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    color: #fff;
}

