.google-auth-trigger.svelte-109849d {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}
.two-factor-popup .content {
  width: 39.3rem;
  background-color: #0ff;
}
.two-factor-popup
  .content
  .two-fa-wrapper
  .bottom-section
  .verification-code-wrapper
  .code-label {
  padding-left: 1.5rem;
  font-size: 12px;
  font-weight: 600;
  color: #929dbf;
}
.two-fa-wrapper.svelte-1ythxlv {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.two-fa-wrapper.svelte-1ythxlv .header:where(.svelte-1ythxlv) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.two-fa-wrapper.svelte-1ythxlv .header:where(.svelte-1ythxlv) span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccd6f6;
}
.two-fa-wrapper.svelte-1ythxlv .input:where(.svelte-1ythxlv) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 2rem 1rem 1rem;
  background: #373c4c40;
  border-radius: 2.5rem;
  box-shadow: 0 0.5px #d9d9d940 inset;
}
.two-fa-wrapper.svelte-1ythxlv
  .input:where(.svelte-1ythxlv)
  .label:where(.svelte-1ythxlv) {
  margin-left: 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--Jackbit-Secondary-Text);
}
.two-fa-wrapper.svelte-1ythxlv .core-input {
  width: 100%;
}
.two-fa-wrapper.svelte-1ythxlv .core-input input {
  width: 100%;
  background: #161b28;
}
.confirm.svelte-1ulumvh {
  padding-left: 1.5rem;
}
.confirm.svelte-1ulumvh span {
  font-size: 11px;
  font-weight: 500;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
@media not (min-width: 920px) {
  .auth-popup .overlay .content {
    background: #1f2331;
  }
}
.auth.svelte-vx9a1h {
  display: flex;
  gap: 3rem;
  align-items: stretch;
  width: 80rem;
  height: auto;
}
@media not (min-width: 920px) {
  .auth.svelte-vx9a1h {
    width: 100%;
    overflow: auto;
  }
  .auth.svelte-vx9a1h .half .core-input input {
    background: #161b28;
  }
}
.auth.svelte-vx9a1h .auth-list:where(.svelte-vx9a1h) {
  display: flex;
  gap: 15px;
  margin-bottom: 2.4rem;
  color: #929dbf;
}
@media not (min-width: 920px) {
  .auth.svelte-vx9a1h .auth-list:where(.svelte-vx9a1h) {
    margin-bottom: 0;
  }
}
.auth.svelte-vx9a1h .auth-list:where(.svelte-vx9a1h) .core-button {
  all: unset;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--Jackbit-Secondary-Text, #929dbf);
  cursor: pointer;
}
.auth.svelte-vx9a1h .auth-list:where(.svelte-vx9a1h) .core-button:hover {
  color: var(--Jackbit-Primary-Text, #ccd6f6) !important;
  border: none !important;
}
.auth.svelte-vx9a1h .auth-list:where(.svelte-vx9a1h) .core-button.active {
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
@media not (min-width: 920px) {
  .auth.svelte-vx9a1h {
    flex-direction: column;
    gap: 1.5rem;
    height: 100dvh;
  }
}
.auth.svelte-vx9a1h .banner:where(.svelte-vx9a1h) {
  flex-shrink: 0;
  width: 37.2rem;
}
@media not (min-width: 920px) {
  .auth.svelte-vx9a1h .banner:where(.svelte-vx9a1h) {
    width: 100%;
  }
}
.auth.svelte-vx9a1h .banner:where(.svelte-vx9a1h) img:where(.svelte-vx9a1h) {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
.auth.svelte-vx9a1h .half:where(.svelte-vx9a1h) {
  width: 100%;
}
.auth.svelte-vx9a1h .half:where(.svelte-vx9a1h) .back:where(.svelte-vx9a1h) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background: #373c4c40;
  border-radius: 80rem;
}
.auth.svelte-vx9a1h
  .half:where(.svelte-vx9a1h)
  .back:where(.svelte-vx9a1h)
  svg
  path {
  stroke: #ccd6f6;
}
.auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h) {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0.6rem;
}
.auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h):has(.two-fa-wrapper) {
  margin-top: 50%;
  transform: translateY(-50%);
}
.auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h) form {
  --gap: 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h) form .forget-password {
  padding-right: 1rem;
  margin-bottom: calc(1.6rem - var(--gap));
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: var(--Jackbit-Default-Orange, #f7931a);
  text-align: right;
  cursor: pointer;
}
@media not (min-width: 920px) {
  .auth.svelte-vx9a1h
    .form-wrapper:where(.svelte-vx9a1h)
    form
    .forget-password {
    margin-bottom: calc(2.4rem - var(--gap));
  }
}
.auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h) form .confirm {
  display: flex;
  margin-top: calc(1.6rem - var(--gap));
  margin-bottom: calc(2.4rem - var(--gap));
  font-size: 1.2rem;
}
.auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h) form .or-separator {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-block: 0.5rem;
}
.auth.svelte-vx9a1h
  .form-wrapper:where(.svelte-vx9a1h)
  form
  .or-separator
  .separator-text {
  font-size: 1rem;
  font-weight: 500;
  color: #929dbf;
}
.auth.svelte-vx9a1h
  .form-wrapper:where(.svelte-vx9a1h)
  form
  .or-separator
  .separator {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, #929dbf00, #929dbf);
}
.auth.svelte-vx9a1h
  .form-wrapper:where(.svelte-vx9a1h)
  form
  .or-separator
  .separator:last-child {
  transform: rotate(180deg);
}
.auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h) form .core-button {
  height: 5rem;
}
.auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h) form .google-button {
  font-size: 1.2rem;
  color: #929dbf;
  background: #1f2331;
}
@media not (min-width: 920px) {
  .auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h) form .google-button {
    background: #161b28;
  }
}
.auth.svelte-vx9a1h
  .form-wrapper:where(.svelte-vx9a1h)
  form
  .google-button
  .button-content {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.auth.svelte-vx9a1h
  .form-wrapper:where(.svelte-vx9a1h)
  form
  .google-button:hover {
  color: #ccd6f6 !important;
  background: #1f2331 !important;
  border: none !important;
}
.auth.svelte-vx9a1h
  .form-wrapper:where(.svelte-vx9a1h)
  form
  .google-button:hover
  svg
  path {
  stroke: none !important;
}
.auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h) form .already {
  text-align: center;
}
.auth.svelte-vx9a1h .form-wrapper:where(.svelte-vx9a1h) form .already span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #6b7a99;
}
.auth.svelte-vx9a1h
  .form-wrapper:where(.svelte-vx9a1h)
  form
  .already
  span
  span {
  font-weight: 700;
  color: #ccd6f6;
  cursor: pointer;
}
.bottom-menu.svelte-dbv49v {
  position: fixed;
  bottom: 1.4rem;
  left: 1.2rem;
  z-index: var(--z-index-bottom-menu);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  width: calc(100% - 2.4rem);
  height: 6rem;
  background: #24293799;
  border-radius: 53px;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.bottom-menu.svelte-dbv49v
  .link-container.selected:where(.svelte-dbv49v)
  .link {
  background: #161b2866;
}
.bottom-menu.svelte-dbv49v .link-container:where(.svelte-dbv49v) .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #a6b0d3;
  text-align: center;
  border-radius: 50px;
}
.bottom-menu.svelte-dbv49v .link-container:where(.svelte-dbv49v) .link svg {
  margin-bottom: 0.2rem;
}
.change-password-popup .title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.change-password-popup .title svg {
  width: 3.5rem;
  height: 3.5rem;
}
.change-password-popup .change-password {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  min-width: 40rem;
  padding-top: 2.5rem;
}
.change-password-popup .change-password .forgot-password {
  padding-right: 2rem;
  margin-top: -1rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--Jackbit-Default-Orange, #f7931a);
  text-align: right;
  cursor: pointer;
}
.change-password-popup .change-password h1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  text-align: center;
}
.change-password-popup .change-password .fields form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.change-password-popup .change-password .fields form .core-button {
  height: 4.8rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.change-password-popup .two-fa-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  min-width: 40rem;
  padding-top: 2.5rem;
}
.change-password-popup .two-fa-wrapper .header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.change-password-popup .two-fa-wrapper .header span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccd6f6;
}
.change-password-popup .two-fa-wrapper .input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 2rem 1rem 1rem;
  background: #373c4c40;
  border-radius: 2.5rem;
  box-shadow: 0 0.5px #d9d9d940 inset;
}
.change-password-popup .two-fa-wrapper .input .label {
  margin-left: 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--Jackbit-Secondary-Text);
}
.change-password-popup .two-fa-wrapper .core-input {
  width: 100%;
}
.change-password-popup .two-fa-wrapper .core-input input {
  width: 100%;
  background: #161b28;
}
.app-license.svelte-1p10c3h {
  display: flex;
  gap: 4.1rem;
  padding: 3rem;
  background: #373c4c40;
  border-radius: 1.3rem;
}
@media (max-width: 1249px) {
  .app-license.svelte-1p10c3h {
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
  }
}
@media (max-width: 920px) {
  .app-license.svelte-1p10c3h {
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
  }
}
.app-license.svelte-1p10c3h .license-container {
  flex-shrink: 0;
}
.app-license.svelte-1p10c3h .license-container img {
  border-radius: 18px;
}
.app-license.svelte-1p10c3h .footer-text:where(.svelte-1p10c3h) {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.navigation.svelte-tbanmg {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media not (min-width: 920px) {
  .navigation.svelte-tbanmg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
.navigation.svelte-tbanmg .section:where(.svelte-tbanmg) {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.navigation.svelte-tbanmg
  .section:where(.svelte-tbanmg)
  .title:where(.svelte-tbanmg) {
  font-size: 1.5rem;
  font-weight: 700;
}
.navigation.svelte-tbanmg
  .section:where(.svelte-tbanmg)
  .items:where(.svelte-tbanmg) {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.navigation.svelte-tbanmg
  .section:where(.svelte-tbanmg)
  .items:where(.svelte-tbanmg)
  .item:where(.svelte-tbanmg) {
  font-size: 1.4rem;
  font-weight: 600;
  color: #929dbf;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s ease;
}
@media not (min-width: 920px) {
  .navigation.svelte-tbanmg
    .section:where(.svelte-tbanmg)
    .items:where(.svelte-tbanmg)
    .item:where(.svelte-tbanmg) {
    font-size: 1.2rem;
    white-space: wrap;
  }
}
.navigation.svelte-tbanmg
  .section:where(.svelte-tbanmg)
  .items:where(.svelte-tbanmg)
  .item:where(.svelte-tbanmg):hover {
  color: rgba(var(--color-text-primary), 1);
}
.responsible-gambling.svelte-k6caei {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 1249px) {
  .responsible-gambling.svelte-k6caei {
    justify-content: center;
  }
}
@media (max-width: 920px) {
  .responsible-gambling.svelte-k6caei {
    justify-content: center;
  }
}
.responsible-gambling.svelte-k6caei img:where(.svelte-k6caei) {
  width: auto;
  height: 2.5rem;
}
.socials-wrapper.svelte-a1v0se {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-self: flex-end;
  max-width: 25rem;
  height: 100%;
}
@media (max-width: 1249px) {
  .socials-wrapper.svelte-a1v0se {
    flex-direction: row;
    gap: 1rem;
    width: 100%;
  }
}
@media (max-width: 920px) {
  .socials-wrapper.svelte-a1v0se {
    flex-direction: row;
    gap: 1rem;
    width: 100%;
  }
}
@media (max-width: 1421px) {
  .socials-wrapper.svelte-a1v0se {
    flex-direction: row;
    gap: 1rem;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .socials-wrapper.svelte-a1v0se {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.socials-wrapper.svelte-a1v0se
  .language:where(.svelte-a1v0se)
  .core-select
  .placeholder {
  width: 22rem;
  min-height: 5.1rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  background: var(--Jackbit-Primary-Background, #0c121e);
  border-radius: 50px;
}
@media not (min-width: 920px) {
  .socials-wrapper.svelte-a1v0se
    .language:where(.svelte-a1v0se)
    .core-select
    .placeholder {
    width: clamp(12rem, 34vw, 22rem);
  }
}
.socials-wrapper.svelte-a1v0se
  .language:where(.svelte-a1v0se)
  .core-select
  .placeholder
  img {
  width: 4.1rem;
  height: 4.1rem;
  padding: 0.8rem;
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 30.067px;
}
.socials-wrapper.svelte-a1v0se .socials:where(.svelte-a1v0se) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  padding-bottom: 5rem;
  margin-top: auto;
  margin-left: auto;
}
.socials-wrapper.svelte-a1v0se
  .socials:where(.svelte-a1v0se)
  .banner:where(.svelte-a1v0se) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.1rem;
  height: 5.1rem;
  background: rgba(var(--color-background-primary), 1);
  border-radius: 50%;
}
.socials-wrapper.svelte-a1v0se
  .socials:where(.svelte-a1v0se)
  .banner:where(.svelte-a1v0se)
  img:where(.svelte-a1v0se) {
  width: auto;
  height: 2.7rem;
}
.app-footer.svelte-1mbu63v {
  margin-top: 1.2rem;
  overflow: hidden;
}
.app-footer.svelte-1mbu63v .main-container:where(.svelte-1mbu63v) {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.app-footer.svelte-1mbu63v .wrapper:where(.svelte-1mbu63v) {
  padding: 4.5rem;
  background: rgba(var(--color-background-secondary), 1);
  border-radius: 25px;
}
@media not (min-width: 920px) {
  .app-footer.svelte-1mbu63v .wrapper:where(.svelte-1mbu63v) {
    padding: 2rem 2rem 8rem;
  }
}
.app-footer.svelte-1mbu63v
  .wrapper:where(.svelte-1mbu63v)
  .container:where(.svelte-1mbu63v) {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 4rem;
}
@media (max-width: 1249px) {
  .app-footer.svelte-1mbu63v
    .wrapper:where(.svelte-1mbu63v)
    .container:where(.svelte-1mbu63v) {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 920px) {
  .app-footer.svelte-1mbu63v
    .wrapper:where(.svelte-1mbu63v)
    .container:where(.svelte-1mbu63v) {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1421px) {
  .app-footer.svelte-1mbu63v
    .wrapper:where(.svelte-1mbu63v)
    .container:where(.svelte-1mbu63v) {
    display: flex;
    flex-direction: column-reverse;
  }
}
.app-footer.svelte-1mbu63v
  .wrapper:where(.svelte-1mbu63v)
  .footer-logos:where(.svelte-1mbu63v) {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.app-footer.svelte-1mbu63v
  .wrapper:where(.svelte-1mbu63v)
  .footer-logos:where(.svelte-1mbu63v)
  .logo-helper:where(.svelte-1mbu63v) {
  display: flex;
  gap: 3rem;
  align-items: center;
  width: 100%;
  min-height: 9.5rem;
  padding: 0 3rem;
  margin-top: 1rem;
}
@media not (min-width: 920px) {
  .app-footer.svelte-1mbu63v
    .wrapper:where(.svelte-1mbu63v)
    .footer-logos:where(.svelte-1mbu63v)
    .logo-helper:where(.svelte-1mbu63v) {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: unset;
    min-height: auto;
    padding: 0;
    margin-top: 3.5rem;
  }
}
.app-footer.svelte-1mbu63v
  .wrapper:where(.svelte-1mbu63v)
  .footer-logos:where(.svelte-1mbu63v)
  .logo-helper:where(.svelte-1mbu63v)
  svg:first-child {
  margin-right: auto;
}
@media not (min-width: 920px) {
  .app-footer.svelte-1mbu63v
    .wrapper:where(.svelte-1mbu63v)
    .footer-logos:where(.svelte-1mbu63v)
    .logo-helper:where(.svelte-1mbu63v)
    svg:first-child {
    order: 2;
    margin: auto;
  }
}
.back.svelte-1rjfhnv {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: #262a3a80;
  border-radius: 80rem;
}
.reset-password.svelte-1rjfhnv {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 43.5rem;
}
@media not (min-width: 920px) {
  .reset-password.svelte-1rjfhnv {
    width: 100%;
  }
}
.reset-password.svelte-1rjfhnv h1:where(.svelte-1rjfhnv) {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  text-align: center;
}
.reset-password.svelte-1rjfhnv span.subtitle:where(.svelte-1rjfhnv) {
  font-size: 13px;
  font-weight: 500;
  color: var(--Jackbit-Secondary-Text, #929dbf);
  text-align: center;
}
.reset-password.svelte-1rjfhnv .fields:where(.svelte-1rjfhnv) {
  margin-top: 1.5rem;
}
.reset-password.svelte-1rjfhnv
  .fields:where(.svelte-1rjfhnv)
  form:where(.svelte-1rjfhnv) {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.reset-password.svelte-1rjfhnv
  .fields:where(.svelte-1rjfhnv)
  form:where(.svelte-1rjfhnv)
  .subtitle:where(.svelte-1rjfhnv) {
  margin: 1rem 0;
}
.reset-password.svelte-1rjfhnv
  .fields:where(.svelte-1rjfhnv)
  form:where(.svelte-1rjfhnv)
  .subtitle:where(.svelte-1rjfhnv)
  .try-another-email:where(.svelte-1rjfhnv) {
  color: #fff;
  cursor: pointer;
}
.reset-password.svelte-1rjfhnv
  .fields:where(.svelte-1rjfhnv)
  form:where(.svelte-1rjfhnv)
  .core-button {
  height: 4.8rem;
  margin-top: 0.2rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.convert-currency.svelte-l3o9da {
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.convert-currency.svelte-l3o9da img:where(.svelte-l3o9da) {
  width: 1.9rem;
  height: 1.9rem;
}
.balance.svelte-l3o9da {
  line-height: 1.3rem;
}
.header-balance-dropdown.svelte-1ca8ceo {
  position: absolute;
  top: 110%;
  left: 50%;
  width: 31.3rem;
  padding: 2.5rem;
  background: #1f2331;
  border-radius: 30px;
  box-shadow: 0 4px 4px #00000040;
  transform: translate(-50%);
}
@media not (min-width: 920px) {
  .header-balance-dropdown.svelte-1ca8ceo {
    position: fixed;
    top: var(--header-height-mobile);
    max-width: calc(100% - 2rem);
    height: 49rem;
    max-height: calc(100dvh - var(--header-height-mobile) - 8.4rem);
    border-radius: 2.4rem;
  }
}
.header-balance-dropdown.svelte-1ca8ceo .search:where(.svelte-1ca8ceo) {
  margin-bottom: 2rem;
}
.header-balance-dropdown.svelte-1ca8ceo .search:where(.svelte-1ca8ceo) svg {
  width: 1.3rem;
  height: 1.3rem;
}
.header-balance-dropdown.svelte-1ca8ceo
  .search:where(.svelte-1ca8ceo)
  .core-input
  input {
  height: 4.1rem;
  padding-left: 3.2rem;
  background-color: #161b28e6;
}
.header-balance-dropdown.svelte-1ca8ceo .wallets:where(.svelte-1ca8ceo) {
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 30rem;
  margin-bottom: 2rem;
  overflow: hidden;
  overflow-y: auto;
}
@media not (min-width: 920px) {
  .header-balance-dropdown.svelte-1ca8ceo .wallets:where(.svelte-1ca8ceo) {
    height: 100%;
    max-height: 31.8rem !important;
  }
}
.header-balance-dropdown.svelte-1ca8ceo
  .wallets:where(.svelte-1ca8ceo)
  .wallet:where(.svelte-1ca8ceo) {
  display: flex;
  align-items: center;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #929dbf;
  border-radius: 5rem;
  transition: 0.2s ease-in;
}
@media not (min-width: 920px) {
  .header-balance-dropdown.svelte-1ca8ceo
    .wallets:where(.svelte-1ca8ceo)
    .wallet:where(.svelte-1ca8ceo) {
    font-size: 1.2rem;
  }
}
.header-balance-dropdown.svelte-1ca8ceo
  .wallets:where(.svelte-1ca8ceo)
  .wallet:where(.svelte-1ca8ceo):hover,
.header-balance-dropdown.svelte-1ca8ceo
  .wallets:where(.svelte-1ca8ceo)
  .wallet.active:where(.svelte-1ca8ceo) {
  background: var(--Jackbit-Secondary-Background, #161b28);
}
.header-balance-dropdown.svelte-1ca8ceo
  .wallets:where(.svelte-1ca8ceo)
  .wallet:where(.svelte-1ca8ceo)
  .balance:where(.svelte-1ca8ceo) {
  display: flex;
  align-items: center;
}
.header-balance-dropdown.svelte-1ca8ceo
  .wallets:where(.svelte-1ca8ceo)
  .wallet:where(.svelte-1ca8ceo)
  .balance:where(.svelte-1ca8ceo)
  .fiat-currency-symbol:where(.svelte-1ca8ceo) {
  margin-right: 0.3rem;
}
.header-balance-dropdown.svelte-1ca8ceo
  .wallets:where(.svelte-1ca8ceo)
  .wallet:where(.svelte-1ca8ceo)
  .currency:where(.svelte-1ca8ceo) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.header-balance-dropdown.svelte-1ca8ceo
  .wallets:where(.svelte-1ca8ceo)
  .wallet:where(.svelte-1ca8ceo)
  .currency:where(.svelte-1ca8ceo)
  span:where(.svelte-1ca8ceo) {
  width: 3rem;
}
.header-balance-dropdown.svelte-1ca8ceo
  .wallets:where(.svelte-1ca8ceo)
  .wallet:where(.svelte-1ca8ceo)
  .currency:where(.svelte-1ca8ceo)
  img:where(.svelte-1ca8ceo) {
  width: 2rem;
  height: 2rem;
}
.header-balance-dropdown.svelte-1ca8ceo .settings:where(.svelte-1ca8ceo) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 100%;
  height: 4.1rem;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 500;
  background: #161b28e6;
  border-radius: 42.5px;
}
@media not (min-width: 920px) {
  .header-balance-dropdown.svelte-1ca8ceo .settings:where(.svelte-1ca8ceo) {
    gap: 0.68rem;
  }
  .header-balance-dropdown.svelte-1ca8ceo .settings:where(.svelte-1ca8ceo) svg {
    height: 1.5rem;
  }
}
.header-balance.svelte-1cye882 {
  position: relative;
  display: flex;
  align-items: center;
  height: 5.5rem;
  padding: 0.4rem 1rem 0.4rem 0.45rem;
  margin-left: auto;
  background-color: rgba(var(--color-background-primary-300), 0.6);
  border-radius: 57px;
  -webkit-backdrop-filter: blur(2.5rem);
  backdrop-filter: blur(2.5rem);
}
@media not (min-width: 920px) {
  .header-balance.svelte-1cye882 {
    height: 4.5rem;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
}
.header-balance.svelte-1cye882 .core-button {
  width: 13.1rem;
  height: 4.7rem;
}
@media not (min-width: 920px) {
  .header-balance.svelte-1cye882 .core-button {
    width: 7rem;
    height: 3.9rem !important;
  }
}
.header-balance.svelte-1cye882 .balance:where(.svelte-1cye882) {
  position: relative;
  display: flex;
  align-items: center;
  height: 4.5rem;
  margin-left: 1.3rem;
  font-size: 1.28rem;
  font-weight: 700;
  cursor: pointer;
}
.header-balance.svelte-1cye882 .balance:where(.svelte-1cye882) svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media not (min-width: 920px) {
  .header-balance.svelte-1cye882 .balance:where(.svelte-1cye882) {
    font-size: 1rem;
  }
}
.header-balance.svelte-1cye882
  .balance:where(.svelte-1cye882)
  span:where(.svelte-1cye882) {
  margin-right: 1.375rem;
}
@media not (min-width: 920px) {
  .header-balance.svelte-1cye882
    .balance:where(.svelte-1cye882)
    span:where(.svelte-1cye882) {
    margin-right: 1.1rem;
  }
}
.header-balance.svelte-1cye882
  .balance:where(.svelte-1cye882)
  .left:where(.svelte-1cye882) {
  display: flex;
  align-items: center;
}
.header-balance.svelte-1cye882
  .balance:where(.svelte-1cye882)
  .left:where(.svelte-1cye882)
  .currency-symbol:where(.svelte-1cye882) {
  margin-right: 0.3rem;
}
.header-balance.svelte-1cye882
  .balance:where(.svelte-1cye882)
  .currency:where(.svelte-1cye882) {
  margin-right: 0.55rem;
}
.header-balance.svelte-1cye882
  .balance:where(.svelte-1cye882)
  .currency:where(.svelte-1cye882)
  img:where(.svelte-1cye882) {
  width: 2.3rem;
  height: 2.3rem;
}
@media not (min-width: 920px) {
  .header-balance.svelte-1cye882
    .balance:where(.svelte-1cye882)
    .currency:where(.svelte-1cye882)
    img:where(.svelte-1cye882) {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.header-balance.svelte-1cye882
  .balance:where(.svelte-1cye882)
  .convert-balance:where(.svelte-1cye882) {
  position: absolute;
  top: calc(100% + 1.25rem);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  background-color: rgba(var(--color-background-primary-300), 0.6);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  fill: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
}
.header-balance.svelte-1cye882
  .balance:where(.svelte-1cye882)
  .convert-balance:where(.svelte-1cye882):before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(var(--color-background-primary-300), 0.6);
  border-left: 10px solid transparent;
  transform: translate(-50%);
}
.header-balance.svelte-1cye882 .in-play:where(.svelte-1cye882) {
  margin-right: 1.6rem;
  font-family: Poppins;
  font-size: 12.833px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.language-switcher.svelte-1gt1ody {
  position: relative;
}
.language-switcher.svelte-1gt1ody .options:where(.svelte-1gt1ody) {
  position: absolute;
  top: 120%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 22rem;
  padding: 1rem;
  background: #242937;
  border-radius: 30px;
  box-shadow: 0 4px 4px #00000040;
}
.language-switcher.svelte-1gt1ody
  .options:where(.svelte-1gt1ody)
  button:where(.svelte-1gt1ody) {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  border-radius: 32px;
}
.language-switcher.svelte-1gt1ody
  .options:where(.svelte-1gt1ody)
  button:where(.svelte-1gt1ody)
  .country-flag:where(.svelte-1gt1ody) {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  border-radius: 50%;
}
.language-switcher.svelte-1gt1ody
  .options:where(.svelte-1gt1ody)
  button:where(.svelte-1gt1ody):hover {
  background-color: #161b28;
}
.user.svelte-1ccfb91 {
  position: relative;
}
.user.svelte-1ccfb91 .icon-container:where(.svelte-1ccfb91) {
  position: relative;
}
.user.svelte-1ccfb91
  .icon-container:where(.svelte-1ccfb91)
  .count:where(.svelte-1ccfb91) {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--Jackbit-Default-Purple, #7842e5);
  border-radius: 50%;
}
.user.svelte-1ccfb91 .close-icon:where(.svelte-1ccfb91) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0.9rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  background: #373c4c40;
  border-radius: 1.5rem;
}
.user.svelte-1ccfb91 .user-menu:where(.svelte-1ccfb91) {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 22rem;
  padding: 1rem;
  background: #242937;
  border-radius: 3rem;
  box-shadow: 0 0.4rem 0.4rem #00000026;
}
@media not (min-width: 920px) {
  .user.svelte-1ccfb91 .user-menu:where(.svelte-1ccfb91) {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-index-modal);
    width: 100%;
    height: 100dvh;
    padding: 2.5rem;
    background: var(--Jackbit-Secondary-Background, #161b28);
    border-radius: 0;
  }
}
.user.svelte-1ccfb91
  .user-menu:where(.svelte-1ccfb91)
  .item:where(.svelte-1ccfb91) {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  border-radius: 3.2rem;
  transition: 0.2s ease;
}
@media not (min-width: 920px) {
  .user.svelte-1ccfb91
    .user-menu:where(.svelte-1ccfb91)
    .item:where(.svelte-1ccfb91) {
    font-family: Poppins;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--Jackbit-Secondary-Text, #929dbf);
  }
}
.user.svelte-1ccfb91
  .user-menu:where(.svelte-1ccfb91)
  .item:where(.svelte-1ccfb91)
  svg {
  width: 2.3rem;
}
.user.svelte-1ccfb91
  .user-menu:where(.svelte-1ccfb91)
  .item:where(.svelte-1ccfb91)
  .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--Jackbit-Default-Purple, #7842e5);
  border-radius: 50%;
}
.user.svelte-1ccfb91
  .user-menu:where(.svelte-1ccfb91)
  .item.active:where(.svelte-1ccfb91),
.user.svelte-1ccfb91
  .user-menu:where(.svelte-1ccfb91)
  .item:where(.svelte-1ccfb91):hover {
  background: #161b28;
}
@media not (min-width: 920px) {
  .user.svelte-1ccfb91
    .user-menu:where(.svelte-1ccfb91)
    .item.active:where(.svelte-1ccfb91),
  .user.svelte-1ccfb91
    .user-menu:where(.svelte-1ccfb91)
    .item:where(.svelte-1ccfb91):hover {
    background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  }
}
.user.svelte-1ccfb91 .logout {
  height: 4.1rem;
  font-size: 1.2rem;
  background-color: #1f2331;
}
@media not (min-width: 920px) {
  .user.svelte-1ccfb91 .logout {
    margin-top: auto;
    font-size: 1.4rem;
  }
}
.user.svelte-1ccfb91 .logout:hover {
  color: #e24646 !important;
  background-color: #1f2331 !important;
}
.user.svelte-1ccfb91 .progress {
  padding: 0.5rem;
}
.user.svelte-1ccfb91 .progress .progress-bar {
  height: 1.2rem;
  border: 0.25rem solid transparent;
}
.user.svelte-1ccfb91 .progress .ranges {
  margin-bottom: 0.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7rem;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.user-section.svelte-i64nyz {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-left: auto;
}
.header-authorized.svelte-1pgfjrj {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  width: 100%;
}
.header-unauhtorized.svelte-hv3x26 {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 5.5rem;
  margin-left: auto;
}
@media not (min-width: 920px) {
  .header-unauhtorized.svelte-hv3x26 {
    gap: 0.45rem;
    height: 4.5rem;
  }
}
.header-unauhtorized.svelte-hv3x26 .core-button {
  min-width: 16rem;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
@media not (min-width: 920px) {
  .header-unauhtorized.svelte-hv3x26 .core-button {
    min-width: 8.5rem;
    font-size: 1.1rem;
  }
}
.app-header.svelte-7aozqb {
  position: fixed;
  top: 0;
  left: calc(var(--sidebar-width) + 3rem);
  z-index: var(--z-index-sticky);
  display: flex;
  align-items: center;
  width: calc(100% - (var(--sidebar-width) + 3rem));
  background: linear-gradient(
    180deg,
    #0c121e 19.47%,
    #0c121ebf,
    #0c121e80,
    #0c121e40,
    #0c121e00
  );
}
@media (max-width: 1249px) {
  .app-header.svelte-7aozqb {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-index-sticky);
    width: 100%;
  }
}
@media (max-width: 920px) {
  .app-header.svelte-7aozqb {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-index-sticky);
    width: 100%;
  }
}
@media not (min-width: 920px) {
  .app-header.svelte-7aozqb {
    background: #0c121e;
  }
}
.app-header.svelte-7aozqb .main-container:where(.svelte-7aozqb) {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
}
@media not (min-width: 920px) {
  .app-header.svelte-7aozqb .main-container:where(.svelte-7aozqb) {
    padding: 1rem;
  }
}
.app-header.svelte-7aozqb .left:where(.svelte-7aozqb) {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.app-header.svelte-7aozqb
  .left:where(.svelte-7aozqb)
  img:where(.svelte-7aozqb) {
  height: 3rem;
}
.app-header.svelte-7aozqb
  .left:where(.svelte-7aozqb)
  img.secondary:where(.svelte-7aozqb) {
  height: 4rem;
}
.app-header.svelte-7aozqb
  .left:where(.svelte-7aozqb)
  .tablet-menu:where(.svelte-7aozqb) {
  display: flex;
  gap: 1.8rem;
  align-items: center;
}
.app-header.svelte-7aozqb
  .left:where(.svelte-7aozqb)
  .tablet-menu:where(.svelte-7aozqb)
  img:where(.svelte-7aozqb) {
  height: 2.1rem;
}
.app-header.svelte-7aozqb .user:where(.svelte-7aozqb) {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: auto;
}
.wallet-settings-popup .content {
  background: var(
    --Jackbit-secondary-Mobile-Pop-Up,
    rgb(31, 35, 49)
  ) !important;
  box-shadow:
    0 4px 4px #00000026,
    0 0.5px #d9d9d940 inset !important;
}
.title.svelte-1po68lx {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  margin-bottom: 3.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #97a1c2;
}
.wallet-settings.svelte-1po68lx {
  width: 41rem;
}
@media not (min-width: 920px) {
  .wallet-settings.svelte-1po68lx {
    width: 100%;
  }
}
.wallet-settings.svelte-1po68lx .currencies:where(.svelte-1po68lx) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  width: 100%;
  margin-bottom: 2.2rem;
}
.wallet-settings.svelte-1po68lx
  .currencies:where(.svelte-1po68lx)
  .currency:where(.svelte-1po68lx) {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.wallet-settings.svelte-1po68lx
  .currencies:where(.svelte-1po68lx)
  .currency:where(.svelte-1po68lx)
  span:where(.svelte-1po68lx) {
  width: 2.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #adb8cc;
}
.wallet-settings.svelte-1po68lx
  .currencies:where(.svelte-1po68lx)
  .currency:where(.svelte-1po68lx)
  img:where(.svelte-1po68lx) {
  width: 1.8rem;
  height: 1.8rem;
}
.wallet-settings.svelte-1po68lx
  .currencies:where(.svelte-1po68lx)
  .currency:where(.svelte-1po68lx)
  .checkmark:where(.svelte-1po68lx) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  background: #161b28;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 34px;
  box-shadow:
    0 0.4rem 0.4rem #0000004d inset,
    inset 0 -0.5px #d9d9d940;
}
.wallet-settings.svelte-1po68lx
  .currencies:where(.svelte-1po68lx)
  .currency:where(.svelte-1po68lx)
  .checkmark:where(.svelte-1po68lx)
  .selected:where(.svelte-1po68lx) {
  width: 1.3rem;
  height: 1.3rem;
  background: #00ec66;
  border-radius: 33.871px;
  box-shadow: 0 0 2.71px #3a3e4940;
}
.wallet-settings.svelte-1po68lx .description:where(.svelte-1po68lx) {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #929dbf;
}
.wallet-settings.svelte-1po68lx .option:where(.svelte-1po68lx) {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.wallet-settings.svelte-1po68lx
  .option:where(.svelte-1po68lx)
  .switch:where(.svelte-1po68lx) {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.wallet-settings.svelte-1po68lx
  .option:where(.svelte-1po68lx)
  .switch:where(.svelte-1po68lx)
  span:where(.svelte-1po68lx) {
  font-size: 1.2rem;
  font-weight: 700;
}
.wallet-settings.svelte-1po68lx .save-settings {
  min-width: 12rem;
  height: 4.1rem;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.wallet-settings.svelte-1po68lx p:where(.svelte-1po68lx) {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--Jackbit-Secondary-Text, #929dbf);
  text-align: center;
}
.app-search-categories-item-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.686rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background: #373c4c80;
  border-radius: 3.431rem;
}
.app-search-categories-item-count.active {
  color: #161b28;
  background: var(--Jackbit-Default-Brand-Green, #00ec66);
}
.app-search-categories.svelte-9h4g34 {
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media not (min-width: 920px) {
  .app-search-categories.svelte-9h4g34 {
    display: flex;
    margin-bottom: 1rem;
  }
}
.app-search-categories.svelte-9h4g34 .core-select {
  width: 100%;
}
.app-search-categories.svelte-9h4g34 .core-select .placeholder {
  height: 4.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  text-align: center;
  background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  border-radius: 45.082px;
  box-shadow: 0 4px 5px #00000040;
}
.app-search-categories.svelte-9h4g34
  .app-search-categories-item:where(.svelte-9h4g34) {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--Jackbit-Secondary-Text, #929dbf);
  background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  border: 1px solid transparent;
  border-radius: 50px;
  box-shadow: 0 4px 5px #00000040;
  transition: all 0.2s ease-in-out;
}
@media not (min-width: 920px) {
  .app-search-categories.svelte-9h4g34
    .app-search-categories-item:where(.svelte-9h4g34) {
    flex-shrink: 0;
    width: 10rem;
    font-size: 1.2rem;
  }
}
.app-search-categories.svelte-9h4g34
  .app-search-categories-item:where(.svelte-9h4g34):hover {
  border: 1px solid rgba(146, 157, 191, 0.4);
}
.app-search-categories.svelte-9h4g34
  .app-search-categories-item.selected:where(.svelte-9h4g34) {
  border: 1px solid var(--Jackbit-Default-Brand-Green, #00ec66);
}
.app-search-categories.svelte-9h4g34
  .app-search-categories-item.with-count:where(.svelte-9h4g34) {
  justify-content: flex-start;
}
.app-search-categories.svelte-9h4g34
  .app-search-categories-item.active:where(.svelte-9h4g34) {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.app-search-categories.svelte-9h4g34
  .app-search-categories-item.active:where(.svelte-9h4g34)
  .count:where(.svelte-9h4g34) {
  color: var(--Jackbit-Secondary-Background, #161b28);
  background: var(--Jackbit-Default-Brand-Green, #00ec66);
}
.app-search-categories.svelte-9h4g34
  .app-search-categories-item:where(.svelte-9h4g34)
  .count:where(.svelte-9h4g34) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  height: 3.7rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  background: #373c4c80;
  border-radius: 40.196px;
  transition: all 0.2s ease-in-out;
}
.search-history.svelte-1uheryk {
  padding: 2rem;
  background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  border-radius: 2.5rem;
  box-shadow: 0 0.4rem 0.5rem #00000040;
}
@media not (min-width: 920px) {
  .search-history.svelte-1uheryk {
    padding: 1rem;
    background: #1f2331e6;
    border-radius: 2rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}
.search-history.svelte-1uheryk .header:where(.svelte-1uheryk) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.5rem;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 50px;
}
@media not (min-width: 920px) {
  .search-history.svelte-1uheryk .header:where(.svelte-1uheryk) {
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.search-history.svelte-1uheryk
  .header:where(.svelte-1uheryk)
  button:where(.svelte-1uheryk) {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
@media not (min-width: 920px) {
  .search-history.svelte-1uheryk
    .header:where(.svelte-1uheryk)
    button:where(.svelte-1uheryk) {
    font-size: 1.2rem;
  }
}
.search-history.svelte-1uheryk .history-list:where(.svelte-1uheryk) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 50rem;
  padding-right: 0.5rem;
  overflow: hidden;
  overflow-y: auto;
}
.search-history.svelte-1uheryk
  .history-list:where(.svelte-1uheryk)
  .history-item:where(.svelte-1uheryk) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--Jackbit-Secondary-Text, #929dbf);
  border-bottom: 1px solid rgba(146, 157, 191, 0.05);
}
.search-history.svelte-1uheryk
  .history-list:where(.svelte-1uheryk)
  .history-item:where(.svelte-1uheryk):last-child {
  border-bottom: none;
}
.search-history.svelte-1uheryk
  .history-list:where(.svelte-1uheryk)
  .history-item:where(.svelte-1uheryk)
  .left:where(.svelte-1uheryk) {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.search-history.svelte-1uheryk
  .history-list:where(.svelte-1uheryk)
  .history-item:where(.svelte-1uheryk)
  .icon-container:where(.svelte-1uheryk) {
  width: 3rem;
  height: 3rem;
  background: #373c4c40;
}
.input-container.svelte-f1ry3s {
  position: relative;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 5px #00000040;
}
@media not (min-width: 920px) {
  .input-container.svelte-f1ry3s {
    margin-bottom: 1rem;
  }
}
.input-container.svelte-f1ry3s .core-input input {
  height: 5.5rem;
  font-size: 1.4rem;
  background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  border-radius: 50px;
  box-shadow: 0 4px 5px #00000040;
}
@media not (min-width: 920px) {
  .input-container.svelte-f1ry3s .core-input input {
    height: 4.5rem;
    font-size: 1.1rem;
  }
}
.input-container.svelte-f1ry3s .search-icon:where(.svelte-f1ry3s) {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.input-container.svelte-f1ry3s
  .search-icon:where(.svelte-f1ry3s)
  .instruction:where(.svelte-f1ry3s) {
  margin-right: 2rem;
  font-size: 1.4rem;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
.input-container.svelte-f1ry3s
  .search-icon:where(.svelte-f1ry3s)
  .clear:where(.svelte-f1ry3s) {
  margin-right: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--Jackbit-Secondary-Text, #929dbf);
  transition: color 0.3s ease;
}
@media not (min-width: 920px) {
  .input-container.svelte-f1ry3s
    .search-icon:where(.svelte-f1ry3s)
    .clear:where(.svelte-f1ry3s) {
    font-size: 1.1rem;
  }
}
.input-container.svelte-f1ry3s
  .search-icon:where(.svelte-f1ry3s)
  .clear:where(.svelte-f1ry3s):hover {
  color: var(--Jackbit-Primary-Text, #fff);
}
.input-container.svelte-f1ry3s
  .search-icon:where(.svelte-f1ry3s)
  .close-button:where(.svelte-f1ry3s) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  background: #373c4c40;
  border-radius: 17.5px;
  transition: background 0.3s ease;
}
@media not (min-width: 920px) {
  .input-container.svelte-f1ry3s
    .search-icon:where(.svelte-f1ry3s)
    .close-button:where(.svelte-f1ry3s) {
    width: 3rem;
    height: 3rem;
  }
}
.input-container.svelte-f1ry3s
  .search-icon:where(.svelte-f1ry3s)
  .close-button:where(.svelte-f1ry3s):hover {
  background: #373c4c80;
}
.item.svelte-je18uw {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  padding: 1.5rem 1rem;
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 25px;
}
@media not (min-width: 920px) {
  .item.svelte-je18uw {
    flex-shrink: 0;
    width: 14rem;
  }
}
.item.svelte-je18uw img:where(.svelte-je18uw) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item.svelte-3sxi8u {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 5rem;
}
@media not (min-width: 920px) {
  .item.svelte-3sxi8u {
    padding: 1rem 1rem 1rem 1.2rem;
  }
}
.item.svelte-3sxi8u .icon:where(.svelte-3sxi8u) img:where(.svelte-3sxi8u) {
  mix-blend-mode: luminosity;
}
.item.svelte-3sxi8u .info:where(.svelte-3sxi8u) {
  font-family: Poppins;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
@media not (min-width: 920px) {
  .item.svelte-3sxi8u .info:where(.svelte-3sxi8u) {
    font-size: 1rem;
  }
}
.item.svelte-3sxi8u
  .info:where(.svelte-3sxi8u)
  .sport-name:where(.svelte-3sxi8u) {
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.item.svelte-3sxi8u .teams:where(.svelte-3sxi8u) {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
@media not (min-width: 920px) {
  .item.svelte-3sxi8u .teams:where(.svelte-3sxi8u) {
    font-size: 1rem;
  }
}
.item.svelte-3sxi8u .link-icon:where(.svelte-3sxi8u) {
  margin-left: auto;
}
.search-container.svelte-18xtp8b {
  height: 100%;
  padding: 2rem;
  overflow: hidden;
  background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  border-radius: 25px;
  box-shadow: 0 4px 5px #00000040;
}
@media not (min-width: 920px) {
  .search-container.svelte-18xtp8b {
    height: unset;
    padding: 1rem 1rem 1.5rem;
    border-radius: 2rem;
  }
}
.search-container.svelte-18xtp8b .header:where(.svelte-18xtp8b) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.5rem;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 50px;
}
@media not (min-width: 920px) {
  .search-container.svelte-18xtp8b .header:where(.svelte-18xtp8b) {
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.search-container.svelte-18xtp8b .items:where(.svelte-18xtp8b) {
  height: calc(100% - 6rem);
  overflow: auto;
}
.casino-search.svelte-ottj5z {
  height: 100%;
}
.casino-search.svelte-ottj5z .search-container .items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 1rem;
  align-content: start;
}
@media not (min-width: 920px) {
  .casino-search.svelte-ottj5z .search-container .items {
    display: flex;
    max-height: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .casino-search.svelte-ottj5z .search-container .items .item {
    flex-shrink: 0;
    width: 10.6rem;
  }
  .casino-search.svelte-ottj5z .search-container .items .item .game img {
    border-radius: 10px;
  }
}
.providers-search.svelte-178yg6p {
  height: 100%;
}
.providers-search.selected-providers.svelte-178yg6p .search-container .items {
  grid-template-columns: repeat(4, 1fr);
}
.providers-search.svelte-178yg6p .search-container .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 9rem;
  gap: 1rem;
}
@media not (min-width: 920px) {
  .providers-search.svelte-178yg6p .search-container .items {
    display: flex;
    gap: 0.5rem;
  }
  .providers-search.svelte-178yg6p .search-container .items .item {
    height: 6.5rem;
    border-radius: 1.5rem;
  }
}
.sports-search.svelte-1i25pda {
  height: 100%;
}
.sports-search.svelte-1i25pda .search-container .items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.app-search-popup.core-popup .overlay {
  top: 0;
  align-items: flex-start !important;
}
@media (not (min-width: 1249px)) and (min-width: 920px) {
  .app-search-popup.core-popup .overlay {
    padding: 0 !important;
  }
}
.app-search-popup.core-popup .overlay > .content {
  top: 0;
  bottom: unset;
  left: calc(var(--sidebar-width) 0rem);
  width: 100%;
  max-width: unset;
  padding: 0;
  margin-top: 1rem;
  background: transparent;
  border: unset;
  box-shadow: none;
}
@media (not (min-width: 1249px)) and (min-width: 920px) {
  .app-search-popup.core-popup .overlay > .content {
    left: 0;
    padding: 0 1rem;
  }
}
@media not (min-width: 920px) {
  .app-search-popup.core-popup .overlay > .content {
    left: 0;
    padding: 0.5rem 1rem 0;
    margin-top: 0;
  }
}
.app-search.svelte-157jvp1 {
  max-width: 138rem;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .app-search.svelte-157jvp1 {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 1249px) {
  .app-search.svelte-157jvp1 {
    width: 100%;
    max-width: unset;
  }
}
.app-search.svelte-157jvp1 .search-content:where(.svelte-157jvp1) {
  max-height: calc(100dvh - 11rem);
  overflow: auto;
}
.app-search.svelte-157jvp1 .items:where(.svelte-157jvp1) {
  display: grid;
  gap: 1.5rem;
  height: calc(100dvh - 16rem);
  min-height: 0;
}
@media not (min-width: 920px) {
  .app-search.svelte-157jvp1 .items:where(.svelte-157jvp1) {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    height: unset !important;
    min-height: 80dvh;
  }
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1)
  .casino:where(.svelte-157jvp1),
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1)
  .providers:where(.svelte-157jvp1),
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1)
  .sports:where(.svelte-157jvp1),
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1)
  .esport:where(.svelte-157jvp1) {
  height: 100%;
  min-height: 0;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1)
  .sports:where(.svelte-157jvp1)
  .items,
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1)
  .esport:where(.svelte-157jvp1)
  .items {
  min-height: 0;
}
@media not (min-width: 920px) {
  .app-search.svelte-157jvp1
    .items:where(.svelte-157jvp1)
    .sports:where(.svelte-157jvp1)
    .items,
  .app-search.svelte-157jvp1
    .items:where(.svelte-157jvp1)
    .esport:where(.svelte-157jvp1)
    .items {
    gap: 0.5rem;
    max-height: 16.3rem;
    overflow: auto;
  }
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):has(> :where(.svelte-157jvp1):only-child) {
  grid-template-columns: 1fr;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)) {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child))
  .casino:where(.svelte-157jvp1) {
  grid-row: 1/2;
  grid-column: 1/2;
  min-height: 0;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child))
  .providers:where(.svelte-157jvp1) {
  grid-row: 1/2;
  grid-column: 2/3;
  min-height: 0;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child))
  .sports:where(.svelte-157jvp1) {
  grid-row: 2/3;
  grid-column: 1/2;
  min-height: 0;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child))
  .esport:where(.svelte-157jvp1) {
  grid-row: 2/3;
  grid-column: 2/3;
  min-height: 0;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.sports:where(.svelte-157jvp1)):not(:has(.providers)):not(
    :has(.esport)
  ) {
  grid-template-columns: 1fr;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.sports:where(.svelte-157jvp1)):not(:has(.providers)):not(:has(.esport))
  .casino:where(.svelte-157jvp1) {
  grid-column: 1/-1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.sports:where(.svelte-157jvp1)):not(:has(.providers)):not(:has(.esport))
  .sports:where(.svelte-157jvp1) {
  grid-column: 1/-1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.sports:where(.svelte-157jvp1)):has(.esport:where(.svelte-157jvp1)):not(
    :has(.providers)
  ) {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.sports:where(.svelte-157jvp1)):has(.esport:where(.svelte-157jvp1)):not(
    :has(.providers)
  )
  .casino:where(.svelte-157jvp1) {
  grid-row: 1/2;
  grid-column: 1/-1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.sports:where(.svelte-157jvp1)):has(.esport:where(.svelte-157jvp1)):not(
    :has(.providers)
  )
  .sports:where(.svelte-157jvp1) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.sports:where(.svelte-157jvp1)):has(.esport:where(.svelte-157jvp1)):not(
    :has(.providers)
  )
  .esport:where(.svelte-157jvp1) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .providers:where(.svelte-157jvp1)
  ):has(.sports:where(.svelte-157jvp1)):not(:has(.casino)) {
  grid-template-columns: 1fr;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .providers:where(.svelte-157jvp1)
  ):has(.sports:where(.svelte-157jvp1)):not(:has(.casino))
  .providers:where(.svelte-157jvp1) {
  grid-column: 1/-1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .providers:where(.svelte-157jvp1)
  ):has(.sports:where(.svelte-157jvp1)):not(:has(.casino))
  .sports:where(.svelte-157jvp1) {
  grid-column: 1/-1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .providers:where(.svelte-157jvp1)
  ):not(:has(.casino)):not(:has(.sports)) {
  grid-template-columns: 1fr;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .providers:where(.svelte-157jvp1)
  ):not(:has(.casino)):not(:has(.sports))
  .providers:where(.svelte-157jvp1) {
  grid-column: 1/-1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.providers:where(.svelte-157jvp1)):has(
    .sports:where(.svelte-157jvp1)
  ):not(:has(.esport)) {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.providers:where(.svelte-157jvp1)):has(
    .sports:where(.svelte-157jvp1)
  ):not(:has(.esport))
  .casino:where(.svelte-157jvp1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.providers:where(.svelte-157jvp1)):has(
    .sports:where(.svelte-157jvp1)
  ):not(:has(.esport))
  .providers:where(.svelte-157jvp1) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.providers:where(.svelte-157jvp1)):has(
    .sports:where(.svelte-157jvp1)
  ):not(:has(.esport))
  .sports:where(.svelte-157jvp1) {
  grid-row: 2/3;
  grid-column: 1/-1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.providers:where(.svelte-157jvp1)):has(
    .sports:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1)) {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.providers:where(.svelte-157jvp1)):has(
    .sports:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1))
  .casino:where(.svelte-157jvp1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.providers:where(.svelte-157jvp1)):has(
    .sports:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1))
  .providers:where(.svelte-157jvp1) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.providers:where(.svelte-157jvp1)):has(
    .sports:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1))
  .sports:where(.svelte-157jvp1) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .casino:where(.svelte-157jvp1)
  ):has(.providers:where(.svelte-157jvp1)):has(
    .sports:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1))
  .esport:where(.svelte-157jvp1) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .providers:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1)):not(:has(.casino)):not(:has(.sports))
  .esport:where(.svelte-157jvp1) {
  grid-row: unset;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .providers:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1)):has(.casino:where(.svelte-157jvp1)):not(
    :has(.sports)
  )
  .esport:where(.svelte-157jvp1) {
  grid-column: span 2;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .providers:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1)):has(.sports:where(.svelte-157jvp1)):not(
    :has(.casino)
  )
  .esport:where(.svelte-157jvp1) {
  grid-row: 1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .providers:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1)):has(.sports:where(.svelte-157jvp1)):not(
    :has(.casino)
  )
  .sports:where(.svelte-157jvp1) {
  grid-column: span 2;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .sports:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1)):not(:has(.providers)):not(:has(.casino))
  .esport:where(.svelte-157jvp1) {
  grid-row: 1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .sports:where(.svelte-157jvp1)
  ):has(.esport:where(.svelte-157jvp1)):not(:has(.providers)):not(:has(.casino))
  .sports:where(.svelte-157jvp1) {
  grid-row: 1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .esport:where(.svelte-157jvp1)
  ):has(.casino:where(.svelte-157jvp1)):not(:has(.providers)):not(:has(.sports))
  .esport:where(.svelte-157jvp1) {
  grid-row: 1;
}
.app-search.svelte-157jvp1
  .items:where(.svelte-157jvp1):not(:has(> :only-child)):has(
    .esport:where(.svelte-157jvp1)
  ):has(.casino:where(.svelte-157jvp1)):not(:has(.providers)):not(:has(.sports))
  .sports:where(.svelte-157jvp1) {
  grid-row: 1;
}
.bottom-menu-item.svelte-axqzg3 {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 4.2rem;
  padding: 0 1rem 0 0.5rem;
  cursor: pointer;
  border-radius: 3.1rem;
  transition: 0.2s ease-in;
}
.bottom-menu-item.collapsed.svelte-axqzg3 {
  justify-content: center;
}
.bottom-menu-item.svelte-axqzg3:not(.collapsed):hover {
  background: rgba(var(--color-background-primary), 0.8);
}
.bottom-menu-item.svelte-axqzg3 span {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(var(--color-text-primary), 1);
}
.sidebar-bottom-menu.svelte-1ca4e7f {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
}
.sidebar-bottom-menu.svelte-1ca4e7f
  .item:where(.svelte-1ca4e7f)
  .name:where(.svelte-1ca4e7f) {
  position: absolute;
  right: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border-radius: 50px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transform: translateY(-100%) translate(calc(100% + 2.6rem));
}
.buy-crypto.svelte-nibj0f {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 1.5rem;
  background: rgba(var(--color-background-primary), 0.8);
  border-radius: 2rem;
  -webkit-backdrop-filter: blur(2.5rem);
  backdrop-filter: blur(2.5rem);
}
.buy-crypto.svelte-nibj0f .core-button {
  height: 3.7rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  border-radius: 50px;
  box-shadow: none;
}
.buy-crypto.svelte-nibj0f .core-button:hover {
  color: var(--Jackbit-Default-Brand-Green, #00ec66);
  background: var(--Jackbit-Secondary-Background, #161b28);
}
.buy-crypto.svelte-nibj0f .providers:where(.svelte-nibj0f) {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.buy-crypto.svelte-nibj0f
  .providers:where(.svelte-nibj0f)
  img:where(.svelte-nibj0f) {
  width: auto;
  height: 1.5rem;
}
.buy-crypto-mobile.svelte-nibj0f {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  padding: 1rem;
  cursor: pointer;
  background: #0c121ecc;
  border-radius: 20px;
}
.buy-crypto-mobile.svelte-nibj0f .name:where(.svelte-nibj0f) {
  position: absolute;
  right: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border-radius: 50px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transform: translate(calc(100% + 2.6rem));
}
.navigation-item.svelte-5kikt3 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid rgba(var(--color-text-primary), 0.17);
  border-radius: 24px;
}
.navigation-item.active.svelte-5kikt3 .name:where(.svelte-5kikt3) {
  color: var(--Jackbit-Default-Brand-Green, #00ec66) !important;
}
.navigation-item.collapsed.svelte-5kikt3 {
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.navigation-item.svelte-5kikt3 .icon:where(.svelte-5kikt3) {
  width: 3.1rem;
  height: 3.1rem;
  margin-right: 1rem;
  border-radius: 40px;
  box-shadow:
    inset 0 1px #424550,
    inset 0 -1px #42455080,
    0 4px 4px #00000040;
  transition: 0.2s ease;
}
.navigation-item.svelte-5kikt3 .icon:where(.svelte-5kikt3) svg {
  width: 100%;
  height: 100%;
}
.navigation-item.svelte-5kikt3 .icon.collapsed:where(.svelte-5kikt3) {
  margin-right: 0;
}
.navigation-item.svelte-5kikt3 .name:where(.svelte-5kikt3) {
  font-size: 1.3rem;
  font-weight: 600;
}
.navigation-item.svelte-5kikt3 .name.absolute-name:where(.svelte-5kikt3) {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  white-space: nowrap;
  background-color: rgba(var(--color-background-primary-300), 0.8);
  border-radius: 50px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transform: translateY(-50%) translate(calc(100% + 2.6rem));
}
.navigation-item.svelte-5kikt3 .arrow-down:where(.svelte-5kikt3) {
  margin-left: auto;
}
.navigation-item.svelte-5kikt3:not(.collapsed):hover {
  border: 1px solid rgba(146, 157, 191, 0.6);
}
.navigation-item.svelte-5kikt3:not(.collapsed):hover
  .icon:where(.svelte-5kikt3) {
  border-radius: 40px;
  box-shadow: inset 0 0.5px #d9d9d940;
}
.navigation-item.svelte-5kikt3:not(.collapsed):hover
  .name:where(.svelte-5kikt3) {
  color: #fff;
}
.navigation-item:not(.collapsed).active.svelte-5kikt3,
.navigation-item:not(.collapsed).show-pages.svelte-5kikt3 {
  background: #373c4c40;
  border: 1px solid transparent;
  border-radius: 2.4rem;
}
.pages-container.svelte-5kikt3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  margin-top: 0.5rem;
  background: #373c4c40;
  border-radius: 2rem;
}
.pages-container.svelte-5kikt3 .navigation-item:where(.svelte-5kikt3) {
  all: unset !important;
}
.pages-container.svelte-5kikt3
  .navigation-item.active:where(.svelte-5kikt3)
  .name:where(.svelte-5kikt3) {
  color: #fff !important;
}
.pages-container.svelte-5kikt3
  .navigation-item:where(.svelte-5kikt3)
  .name:where(.svelte-5kikt3) {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
.navigation.svelte-hefsy7 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.navigation.collapsed.svelte-hefsy7 {
  gap: 1.5rem;
}
.extra-navigation-container.svelte-fxax1c {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.extra-navigation-container.svelte-fxax1c
  .extra-navigation:where(.svelte-fxax1c) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.extra-navigation-container.svelte-fxax1c
  .extra-navigation.collapsed:where(.svelte-fxax1c) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  padding: 1rem;
  background: #0c121ecc;
  border-radius: 1.5rem;
  -webkit-backdrop-filter: blur(2.5rem);
  backdrop-filter: blur(2.5rem);
}
.extra-navigation-container.svelte-fxax1c
  .extra-navigation.collapsed:where(.svelte-fxax1c)
  .navigation-item:where(.svelte-fxax1c) {
  padding: 0.5rem 0;
}
.extra-navigation-container.svelte-fxax1c
  .extra-navigation.collapsed:where(.svelte-fxax1c)
  .navigation-item:where(.svelte-fxax1c):hover {
  background: transparent !important;
}
.extra-navigation-container.svelte-fxax1c .navigation-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 4.2rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  cursor: pointer;
  border-radius: 5rem;
  transition: background 0.2s ease-in;
}
.extra-navigation-container.svelte-fxax1c .navigation-item .name {
  position: absolute;
  right: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border-radius: 50px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transform: translate(calc(100% + 2.6rem));
}
.extra-navigation-container.svelte-fxax1c .navigation-item .name.active span {
  color: #00ec66 !important;
}
.extra-navigation-container.svelte-fxax1c .navigation-item:hover,
.extra-navigation-container.svelte-fxax1c .navigation-item.active {
  background: rgba(var(--color-background-primary), 0.8);
}
.extra-navigation-container.svelte-fxax1c .navigation-item .icon {
  width: 3.1rem;
  height: 3.1rem;
  overflow: hidden;
}
.extra-navigation-container.svelte-fxax1c .navigation-item span {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(var(--color-text-primary), 1);
}
.sidebar-wrapper.svelte-1aprao7 {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
  height: calc(100vh - 2rem);
}
@media (max-width: 1249px) {
  .sidebar-wrapper.svelte-1aprao7 {
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media (max-width: 920px) {
  .sidebar-wrapper.svelte-1aprao7 {
    top: 0;
    left: 0;
    height: 100%;
  }
}
.sidebar-wrapper.svelte-1aprao7 .app-sidebar:where(.svelte-1aprao7) {
  position: relative;
  width: var(--sidebar-width);
  height: 100%;
  padding: 3rem 1rem;
  background-color: rgba(var(--color-background-primary-300), 0.6);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: 0.2s ease;
}
.sidebar-wrapper.svelte-1aprao7 .app-sidebar.collapsed:where(.svelte-1aprao7) {
  width: unset;
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar.collapsed:where(.svelte-1aprao7)
  .scroll-helper:where(.svelte-1aprao7) {
  overflow: unset !important;
  scrollbar-width: none;
  transition: all 0.2s ease;
  -ms-overflow-style: none;
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar.collapsed:where(.svelte-1aprao7)
  .scroll-helper:where(.svelte-1aprao7)::-webkit-scrollbar {
  display: none;
}
@media not (min-width: 920px) {
  .sidebar-wrapper.svelte-1aprao7 .app-sidebar:where(.svelte-1aprao7) {
    width: 100vw;
    height: 100vh;
    padding: 2.5rem;
    background: rgba(var(--color-background-secondary), 1);
    border-radius: 0;
  }
}
@media (not (min-width: 1249px)) and (min-width: 920px) {
  .sidebar-wrapper.svelte-1aprao7 .app-sidebar:where(.svelte-1aprao7) {
    width: 40rem;
    padding: 2rem;
    background: rgba(var(--color-background-secondary), 1);
  }
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7)
  .content:where(.svelte-1aprao7) {
  position: relative;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%;
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7)
  .content:where(.svelte-1aprao7)
  .logo:where(.svelte-1aprao7) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
}
@media (not (min-width: 1249px)) and (min-width: 920px) {
  .sidebar-wrapper.svelte-1aprao7
    .app-sidebar:where(.svelte-1aprao7)
    .content:where(.svelte-1aprao7)
    .logo:where(.svelte-1aprao7) {
    padding-left: 15px;
  }
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7)
  .content:where(.svelte-1aprao7)
  .logo:where(.svelte-1aprao7)
  img:where(.svelte-1aprao7) {
  height: 3.4rem;
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7)
  .content:where(.svelte-1aprao7)
  .logo:where(.svelte-1aprao7)
  img.full:where(.svelte-1aprao7) {
  height: 2.4rem;
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7)
  .content:where(.svelte-1aprao7)
  .logo:where(.svelte-1aprao7)
  .icon-container:where(.svelte-1aprao7) {
  width: 3rem;
  height: 3rem;
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7)
  .content:where(.svelte-1aprao7)
  .logo:where(.svelte-1aprao7)
  .sidebar-collapse-button:where(.svelte-1aprao7) {
  position: absolute;
  right: -2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #242937;
  border: 4px solid rgba(var(--color-background-primary), 1);
  border-radius: 50%;
  transition: 0.2s ease-in;
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7)
  .content:where(.svelte-1aprao7)
  .logo:where(.svelte-1aprao7)
  .sidebar-collapse-button.collapsed:where(.svelte-1aprao7) {
  transform: rotate(180deg);
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7)
  .content:where(.svelte-1aprao7)
  .logo:where(.svelte-1aprao7)
  .sidebar-collapse-button:where(.svelte-1aprao7)
  svg
  path {
  fill: rgba(var(--color-primary), 1);
}
@media (max-width: 1249px) {
  .sidebar-wrapper.svelte-1aprao7
    .app-sidebar:where(.svelte-1aprao7)
    .content:where(.svelte-1aprao7)
    .logo:where(.svelte-1aprao7) {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 920px) {
  .sidebar-wrapper.svelte-1aprao7
    .app-sidebar:where(.svelte-1aprao7)
    .content:where(.svelte-1aprao7)
    .logo:where(.svelte-1aprao7) {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7):not(.collapsed):not(.mobile):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 213px;
  content: "";
  background: radial-gradient(
    227.17% 142.66% at -67.06% -31.55%,
    #ccd6f6 1.73%,
    #97a1c2 19.27%,
    #5c647acb 38.8%,
    #313746 61.2%,
    #252a3600
  );
  border-radius: 20px;
  opacity: 0.59;
}
@media not (min-width: 920px) {
  .sidebar-wrapper.svelte-1aprao7
    .app-sidebar:where(.svelte-1aprao7):not(.collapsed):not(.mobile):before {
    display: none;
  }
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7)
  .scroll-helper:where(.svelte-1aprao7) {
  position: relative;
  z-index: var(--z-index-sidebar);
  overflow: hidden;
  overflow-y: auto;
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7)
  .scroll-helper:where(.svelte-1aprao7)
  .navigation-helper:where(.svelte-1aprao7) {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  min-height: calc(100dvh - 13rem);
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7):not(.collapsed)
  .scroll-helper:where(.svelte-1aprao7) {
  width: calc(var(--sidebar-width) - 1rem);
}
@media (max-width: 920px) {
  .sidebar-wrapper.svelte-1aprao7
    .app-sidebar:where(.svelte-1aprao7):not(.collapsed)
    .scroll-helper:where(.svelte-1aprao7) {
    width: unset !important;
  }
}
@media (max-width: 1249px) {
  .sidebar-wrapper.svelte-1aprao7
    .app-sidebar:where(.svelte-1aprao7):not(.collapsed)
    .scroll-helper:where(.svelte-1aprao7) {
    width: unset !important;
  }
}
.sidebar-wrapper.svelte-1aprao7
  .app-sidebar:where(.svelte-1aprao7):not(.collapsed)
  .scroll-helper:where(.svelte-1aprao7)
  .navigation-helper:where(.svelte-1aprao7) {
  width: var(--sidebar-width);
  padding-right: 2rem;
  overflow: hidden;
}
@media (max-width: 920px) {
  .sidebar-wrapper.svelte-1aprao7
    .app-sidebar:where(.svelte-1aprao7):not(.collapsed)
    .scroll-helper:where(.svelte-1aprao7)
    .navigation-helper:where(.svelte-1aprao7) {
    width: unset !important;
    padding-right: 0rem;
  }
}
@media (max-width: 1249px) {
  .sidebar-wrapper.svelte-1aprao7
    .app-sidebar:where(.svelte-1aprao7):not(.collapsed)
    .scroll-helper:where(.svelte-1aprao7)
    .navigation-helper:where(.svelte-1aprao7) {
    width: unset !important;
    padding-right: 0rem;
  }
}
@media not (min-width: 920px) {
  .two-factor-popup .content {
    padding-bottom: 6rem;
    border-radius: 3.5rem 3.5rem 0 0;
  }
}
.two-factor-popup .content .icon-lock span {
  font-size: 14px;
  font-weight: 700;
  color: #ccd6f6;
}
.two-factor-popup .content .two-fa-wrapper .qr-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(85, 95, 121, 0.5);
  border-bottom: 1px solid rgba(85, 95, 121, 0.5);
}
.two-factor-popup .content .two-fa-wrapper .qr-wrapper .title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #ccd6f6;
  text-align: center;
}
.two-factor-popup .content {
  width: 39.3rem;
  padding: 7.4rem 2rem 2rem !important;
  background-color: #0ff;
}
@media not (min-width: 920px) {
  .two-factor-popup .content {
    padding-bottom: 6rem;
    background: #161b28 !important;
    border-radius: 3.5rem 3.5rem 0 0;
  }
}
.two-factor-popup .content .close {
  top: 2rem !important;
  right: 2rem !important;
}
.two-factor-popup .content .icon-lock {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: flex;
  gap: 0.824rem;
  align-items: center;
}
.two-factor-popup .content .icon-lock span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ccd6f6;
}
.two-factor-popup .content .two-fa-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media not (min-width: 920px) {
  .two-factor-popup .content .two-fa-wrapper {
    gap: 1.5rem !important;
  }
}
@media not (min-width: 920px) {
  .two-factor-popup .content .two-fa-wrapper .title {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.two-factor-popup .content .two-fa-wrapper .qr-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(85, 95, 121, 0.5);
}
@media not (min-width: 920px) {
  .two-factor-popup .content .two-fa-wrapper .qr-wrapper {
    gap: 1.1rem;
    padding-bottom: 1.5rem;
  }
}
.two-factor-popup .content .two-fa-wrapper .qr-wrapper {
  border-bottom: 1px solid rgba(85, 95, 121, 0.5);
}
.two-factor-popup .content .two-fa-wrapper .qr-wrapper .qr-wrapper-title {
  margin-bottom: 0.1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ccd6f6;
}
.two-factor-popup .content .two-fa-wrapper .qr-wrapper img {
  width: 13.05rem;
  height: 13.05rem;
  padding: 1.8rem;
  margin-bottom: 0.5rem;
  background-color: #1f2331;
  border-radius: 1.8rem;
}
@media not (min-width: 920px) {
  .two-factor-popup .content .two-fa-wrapper .qr-wrapper img {
    margin-bottom: 0.4rem;
  }
}
.two-factor-popup .content .two-fa-wrapper .qr-wrapper .title span {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccd6f6;
  text-align: center;
}
.two-factor-popup .content .two-fa-wrapper .qr-wrapper .secret-key-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #ccd6f6;
}
.two-factor-popup
  .content
  .two-fa-wrapper
  .qr-wrapper
  .secret-key-wrapper
  .secret-key-title {
  padding-left: 1.5rem;
}
.two-factor-popup
  .content
  .two-fa-wrapper
  .qr-wrapper
  .secret-key-wrapper
  .secret-key {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  font-weight: 500;
  background: #1f2331;
  border-radius: 50px;
}
.two-factor-popup
  .content
  .two-fa-wrapper
  .qr-wrapper
  .secret-key-wrapper
  .secret-key
  svg {
  cursor: pointer;
}
.two-factor-popup .content .two-fa-wrapper .bottom-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
}
.two-factor-popup .content .two-fa-wrapper .bottom-section .password-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.two-factor-popup
  .content
  .two-fa-wrapper
  .bottom-section
  .password-wrapper
  .password-label {
  padding-left: 1.5rem;
  font-size: 12px;
  font-weight: 600;
  color: #929dbf;
}
.two-factor-popup
  .content
  .two-fa-wrapper
  .bottom-section
  .verification-code-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.two-factor-popup
  .content
  .two-fa-wrapper
  .bottom-section
  .verification-code-wrapper
  .password-label {
  padding-left: 1.5rem;
  font-size: 12px;
  font-weight: 600;
  color: #929dbf;
}
.two-factor-popup .content .two-fa-wrapper .bottom-section .confirm-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--Jackbit-Secondary-Background, #161b28);
  background: var(--Jackbit-Default-Brand-Green, #00ec66);
}
.loyalty-popup .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: var(--Mobile-inner-width, 373px);
  padding: 1.5rem !important;
  border-radius: 3rem !important;
}
.loyalty-popup .content .close {
  top: 1.5rem !important;
  right: 1.5rem !important;
}
.loyalty-popup .content .close img {
  width: 3.4rem;
  height: 3.4rem;
}
.loyalty-popup .content .title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.loyalty-popup .content .level-images {
  display: flex;
  justify-content: center;
  height: 11.4rem;
}
.loyalty-popup .content .level-images img {
  height: 100%;
}
.loyalty-popup .content .loyalty-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.loyalty-popup .content .loyalty-info span {
  font-size: 1.2rem;
  font-weight: 700;
}
.loyalty-popup .content .loyalty-info .name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--Jackbit-Default-Brand-Green, #00ec66);
}
.loyalty-popup .content .loyalty-info .progress-section-wrapper {
  display: flex;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  border-radius: 3rem;
}
.loyalty-popup .content .loyalty-info .progress-section-wrapper .right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  padding-top: 1rem;
}
.loyalty-popup
  .content
  .loyalty-info
  .progress-section-wrapper
  .right
  .progress-wrapper {
  margin-top: 0 !important;
}
.loyalty-popup
  .content
  .loyalty-info
  .progress-section-wrapper
  .right
  .top-section {
  display: flex;
  flex-direction: column;
}
.loyalty-popup
  .content
  .loyalty-info
  .progress-section-wrapper
  .right
  .top-section
  div {
  width: fit-content;
}
.loyalty-popup
  .content
  .loyalty-info
  .progress-section-wrapper
  .right
  .top-section
  .hello
  span {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.loyalty-popup
  .content
  .loyalty-info
  .progress-section-wrapper
  .right
  .top-section
  .level-info
  span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
.loyalty-popup
  .content
  .loyalty-info
  .progress-section-wrapper
  .right
  .top-section
  .level-info
  span.value {
  font-weight: 600;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.loyalty-popup
  .content
  .loyalty-info
  .progress-section-wrapper
  .right
  .progress-wrapper
  .percentage-value {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ccd6f6 !important;
}
.loyalty-popup .content .loyalty-info .progress-section-wrapper img {
  flex-shrink: 0;
  width: 7.3rem;
  height: 10rem;
}
.loyalty-popup .content .current-level-info .start span:first-of-type,
.loyalty-popup .content .current-level-info .end span:first-of-type {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
.loyalty-popup .content .rakeback-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
}
.loyalty-popup .content .rakeback-info .info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5.5rem;
  padding: 0.65rem 0.5rem 0.65rem 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: #242a3d80;
  border-radius: 4.7rem;
}
.loyalty-popup .content .rakeback-info .info-item .convert {
  padding: 1rem;
  cursor: pointer;
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 4.3rem;
}
.loyalty-popup .content .rakeback-info .info-item .convert .icon-spin {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.loyalty-popup .content .rakeback-info .info-item .content {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-right: auto;
}
.loyalty-popup .content .rakeback-info .info-item .content .name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.loyalty-popup .content .rakeback-info .info-item .content .value {
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.loyalty-popup .content .rakeback-info .info-item .cashout {
  text-align: center;
}
.loyalty-popup .content .rakeback-info .info-item .cashout .core-button {
  font-size: 1.4rem;
  font-weight: 700;
}
.loyalty-popup .content .rakeback-info .timers {
  display: flex;
  flex: 1 1;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.loyalty-popup .content .rakeback-info .timers .timer {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  border-radius: 3rem;
}
.loyalty-popup .content .rakeback-info .timers .timer .loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
}
.loyalty-popup .content .rakeback-info .timers .timer .loader .ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.loyalty-popup .content .rakeback-info .timers .timer .loader .ring .ring-bg {
  fill: none;
  stroke: #161b28;
  stroke-width: 6;
}
.loyalty-popup
  .content
  .rakeback-info
  .timers
  .timer
  .loader
  .ring
  .ring-progress {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dasharray 0.6s ease;
}
.loyalty-popup .content .rakeback-info .timers .timer .loader .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  border-radius: 50%;
}
.loyalty-popup .content .rakeback-info .timers .timer .name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
.loyalty-popup .content .rakeback-info .timers .timer .values {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
}
.loyalty-popup .content .rakeback-info .timers .timer .values .value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.loyalty-popup .content .rakeback-info .more-info {
  width: 100%;
  height: 5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  text-align: center;
  background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  border-radius: 5rem;
}
.loyalty-popup .content .rakeback-info .more-info a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.loyalty-popup .content .rakeback-info .more-info a span {
  text-align: center;
}
.logic-header.svelte-rlh2tw {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2.9rem;
  margin-bottom: 1.75rem;
}
.logic-header.svelte-rlh2tw .title:where(.svelte-rlh2tw) {
  position: absolute;
  left: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccd6f6;
  transform: translate(-50%);
}
.logic-header.svelte-rlh2tw .option:where(.svelte-rlh2tw) {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-left: auto;
}
.logic-header.svelte-rlh2tw .icon-container:where(.svelte-rlh2tw) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  background-color: #373c4c40;
}
.logic-header.svelte-rlh2tw .icon-container:where(.svelte-rlh2tw):not(.back) {
  width: 2.9rem !important;
  height: 2.9rem !important;
}
.logic-header.svelte-rlh2tw .icon-container.back:where(.svelte-rlh2tw) {
  gap: 1rem;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
}
.logic-header.svelte-rlh2tw
  .icon-container.back:where(.svelte-rlh2tw)
  .back-text:where(.svelte-rlh2tw) {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ccd6f6;
  white-space: nowrap;
}
.logic-header.svelte-rlh2tw
  .icon-container.back:where(.svelte-rlh2tw)
  .back-text:where(.svelte-rlh2tw)
  svg {
  min-width: 2.9rem !important;
  min-height: 2.9rem !important;
  padding: 0.5rem;
  background-color: #373c4c40;
  border-radius: 50%;
}
.logic-header.svelte-rlh2tw .icon-container:where(.svelte-rlh2tw) svg {
  height: 2rem !important;
}
.wallet-logic-box.svelte-1dxpmre {
  padding: 1rem;
  background: var(--Jackbit-Sectioning-Background, rgba(55, 60, 76, 0.25));
  border-radius: 25px;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
}
.buy-crypto-logic.svelte-171gawe {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.buy-crypto-logic.svelte-171gawe img:where(.svelte-171gawe) {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}
.buy-crypto-logic.svelte-171gawe .fields-wrapper:where(.svelte-171gawe) {
  margin-top: auto;
  margin-bottom: 2.5rem;
}
.buy-crypto-logic.svelte-171gawe
  .fields-wrapper:where(.svelte-171gawe)
  .values:where(.svelte-171gawe) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.buy-crypto-logic.svelte-171gawe
  .fields-wrapper:where(.svelte-171gawe)
  .values:where(.svelte-171gawe)
  .value-wrapper.amount:where(.svelte-171gawe) {
  flex: 1;
  width: 100%;
}
.buy-crypto-logic.svelte-171gawe
  .fields-wrapper:where(.svelte-171gawe)
  .values:where(.svelte-171gawe)
  .value-wrapper.select:where(.svelte-171gawe) {
  width: 11.1rem;
}
.buy-crypto-logic.svelte-171gawe
  .fields-wrapper:where(.svelte-171gawe)
  .values:where(.svelte-171gawe)
  .core-select-options {
  height: 22.5rem;
}
.buy-crypto-logic.svelte-171gawe
  .fields-wrapper:where(.svelte-171gawe)
  .values:where(.svelte-171gawe)
  .core-select
  .placeholder {
  height: 4.4rem;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #ccd6f6;
}
.buy-crypto-iframe.svelte-171gawe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 35px;
}
.qr-code-wrapper.svelte-t1h8pk {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-code-wrapper.svelte-t1h8pk .qr-code:where(.svelte-t1h8pk) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.3631rem;
  height: 15.3631rem;
  margin-top: 1.618rem;
  overflow: hidden;
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 22.191px;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
}
.swapped-wrapper.svelte-1xqhaml {
  margin-top: auto;
  transition: opacity 0.2s ease-in-out;
}
.swapped-wrapper.svelte-1xqhaml .separator:where(.svelte-1xqhaml) {
  margin-bottom: 1.5rem;
}
.swapped-wrapper.svelte-1xqhaml
  .separator:where(.svelte-1xqhaml)
  .or:where(.svelte-1xqhaml) {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--Jackbit-Secondary-Text, #929dbf);
  text-align: center;
}
.swapped-wrapper.svelte-1xqhaml
  .separator:where(.svelte-1xqhaml)
  .or:where(.svelte-1xqhaml):before,
.swapped-wrapper.svelte-1xqhaml
  .separator:where(.svelte-1xqhaml)
  .or:where(.svelte-1xqhaml):after {
  flex: 1;
  height: 1px;
  content: "";
  background: #444d61b3;
  opacity: 0.3;
}
.swapped-wrapper.svelte-1xqhaml
  .separator:where(.svelte-1xqhaml)
  p:where(.svelte-1xqhaml) {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ccd6f6;
  text-align: center;
}
.swapped-wrapper.svelte-1xqhaml .swapped:where(.svelte-1xqhaml) {
  display: flex;
  align-items: center;
  padding: 1rem;
  margin-top: auto;
  background: var(--Jackbit-Sectioning-Background, rgba(55, 60, 76, 0.25));
  border-radius: 40px;
}
.swapped-wrapper.svelte-1xqhaml
  .swapped:where(.svelte-1xqhaml)
  .info:where(.svelte-1xqhaml) {
  margin-left: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.swapped-wrapper.svelte-1xqhaml .swapped:where(.svelte-1xqhaml) .core-button {
  width: auto;
  height: 3.5rem;
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: 700;
}
.deposit-logic.svelte-198cgpo {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.deposit-logic.svelte-198cgpo .connect-payment-iframe:where(.svelte-198cgpo) {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 35px;
}
.withdraw-logic-success.svelte-8fh0vs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.withdraw-logic-success.svelte-8fh0vs .container:where(.svelte-8fh0vs) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.withdraw-logic-success.svelte-8fh0vs
  .container:where(.svelte-8fh0vs)
  .icon:where(.svelte-8fh0vs) {
  margin-bottom: 1.8rem;
}
.withdraw-logic-success.svelte-8fh0vs
  .container:where(.svelte-8fh0vs)
  .title:where(.svelte-8fh0vs) {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  color: #ccd6f6;
}
.withdraw-logic-success.svelte-8fh0vs
  .container:where(.svelte-8fh0vs)
  .options:where(.svelte-8fh0vs) {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
}
.withdraw-logic-success.svelte-8fh0vs
  .container:where(.svelte-8fh0vs)
  .options:where(.svelte-8fh0vs)
  .option:where(.svelte-8fh0vs) {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ccd6f6;
}
.withdraw-logic-success.svelte-8fh0vs
  .container:where(.svelte-8fh0vs)
  .options:where(.svelte-8fh0vs)
  .option.option-2:where(.svelte-8fh0vs) {
  color: #97a1c2;
}
.withdraw-logic-success.svelte-8fh0vs .save-address {
  margin-top: auto;
}
.india-logic.svelte-53dfec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
@media not (min-width: 920px) {
  .india-logic.svelte-53dfec {
    width: 100%;
    height: 100%;
  }
}
.india-logic.svelte-53dfec img:where(.svelte-53dfec) {
  margin-top: auto;
}
.india-logic.svelte-53dfec .fields-wrapper:where(.svelte-53dfec) {
  width: 100%;
  margin-bottom: 2.5rem;
}
.india-logic.svelte-53dfec .fields-wrapper.margin-top:where(.svelte-53dfec) {
  margin-top: auto;
}
.india-logic.svelte-53dfec
  .fields-wrapper:where(.svelte-53dfec)
  .values:where(.svelte-53dfec) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.india-logic.svelte-53dfec
  .fields-wrapper:where(.svelte-53dfec)
  .values:where(.svelte-53dfec)
  .value-wrapper.amount:where(.svelte-53dfec) {
  flex: 1;
  width: 100%;
}
.india-logic.svelte-53dfec
  .fields-wrapper:where(.svelte-53dfec)
  .values:where(.svelte-53dfec)
  .value-wrapper.currency:where(.svelte-53dfec) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 4.4rem;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #ccd6f6;
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 30px;
}
.india-logic.svelte-53dfec
  .fields-wrapper:where(.svelte-53dfec)
  .values:where(.svelte-53dfec)
  .value-wrapper.currency:where(.svelte-53dfec)
  img:where(.svelte-53dfec) {
  width: 1.9rem;
  height: 1.9rem;
  margin-top: unset;
}
iframe.svelte-53dfec {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 35px;
}
@media not (min-width: 920px) {
  iframe.svelte-53dfec {
    border-radius: 25px;
  }
}
.withdraw-two-factor.svelte-go5x6q {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
}
.withdraw-two-factor.svelte-go5x6q .container:where(.svelte-go5x6q) {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: auto;
}
.withdraw-two-factor.svelte-go5x6q .title:where(.svelte-go5x6q) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccd6f6;
}
.withdraw-two-factor.svelte-go5x6q .title:where(.svelte-go5x6q) svg {
  width: 3.1rem;
  height: 3.1rem;
}
.withdraw-two-factor.svelte-go5x6q .confirm-button {
  margin-top: auto;
}
.field.svelte-1cdk1x0 .values:where(.svelte-1cdk1x0) {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.field.svelte-1cdk1x0 .converted-amount:where(.svelte-1cdk1x0) {
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--Jackbit-Default-Brand-Green, #00ec66);
}
.field.svelte-1cdk1x0 .currency:where(.svelte-1cdk1x0) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.field.svelte-1cdk1x0
  .currency:where(.svelte-1cdk1x0)
  .name:where(.svelte-1cdk1x0) {
  font-family: Poppins;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ccd6f6;
}
.field.svelte-1cdk1x0
  .currency:where(.svelte-1cdk1x0)
  img:where(.svelte-1cdk1x0) {
  height: 1.8rem;
}
.field.svelte-1cdk1x0 .amount:where(.svelte-1cdk1x0) {
  position: relative;
}
.wallet-select-option-tips {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wallet-select-option-tips .name {
  font-size: 1.2rem;
  font-weight: 600;
}
.wallet-select-option-tips .name.selected {
  color: #00ec66;
}
.wallet-select-option-tips .balance {
  display: flex;
  gap: 0.583rem;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
}
.wallet-select-option-tips .balance img {
  width: 1.8rem;
  height: 1.8rem;
}
.tips-info-wrapper.svelte-yamz68 {
  margin-top: 1rem;
}
.tips-info-wrapper.svelte-yamz68 .tips-info:where(.svelte-yamz68) {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.tips-info-wrapper.svelte-yamz68
  .tips-info:where(.svelte-yamz68)
  .info:where(.svelte-yamz68) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: #373c4c40;
  border-radius: 15px;
}
.tips-info-wrapper.svelte-yamz68
  .tips-info:where(.svelte-yamz68)
  .info:where(.svelte-yamz68)
  svg {
  width: 1.8rem;
  height: 1.8rem;
}
.tips-info-wrapper.svelte-yamz68 .tooltip {
  max-width: 17rem;
  white-space: normal;
}
.wallet-logic.svelte-1qc566q {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
@media (max-height: 800px) {
  .wallet-logic.svelte-1qc566q {
    overflow: auto;
  }
}
.wallet-logic.svelte-1qc566q .submit {
  margin-top: auto;
}
.wallet-logic.svelte-1qc566q .wallet-logic-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wallet-creation.svelte-3t310i {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
.wallet-creation.svelte-3t310i .save-address-book {
  margin-top: auto;
}
.wallet-creation.svelte-3t310i .core-select .placeholder img {
  width: 1.9rem;
  height: 1.9rem;
}
.wallet-creation.svelte-3t310i .value-wrapper:where(.svelte-3t310i) {
  position: relative;
}
.wallet-creation.svelte-3t310i
  .value-wrapper:where(.svelte-3t310i)
  .copy:where(.svelte-3t310i) {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.address-book.svelte-nlh5zs {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  background: var(--Jackbit-Sectioning-Background, rgba(55, 60, 76, 0.25));
  border-radius: 20px;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
}
.address-book.svelte-nlh5zs .left:where(.svelte-nlh5zs) {
  display: flex;
  flex-direction: column;
}
.address-book.svelte-nlh5zs
  .left:where(.svelte-nlh5zs)
  .wallet-name:where(.svelte-nlh5zs) {
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
.address-book.svelte-nlh5zs .right:where(.svelte-nlh5zs) {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-left: auto;
}
.address-book.svelte-nlh5zs
  .right:where(.svelte-nlh5zs)
  .address:where(.svelte-nlh5zs) {
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
.address-book.svelte-nlh5zs .right:where(.svelte-nlh5zs) svg {
  cursor: pointer;
  transition: 0.2s ease;
}
.address-book.svelte-nlh5zs .right:where(.svelte-nlh5zs) svg:hover {
  filter: brightness(1.1);
}
.address-book-items.svelte-1pjikb1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.address-book-items.svelte-1pjikb1 .items-wrapper:where(.svelte-1pjikb1) {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.address-book-items.svelte-1pjikb1
  .items-wrapper:where(.svelte-1pjikb1)
  .items:where(.svelte-1pjikb1) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding-bottom: 2.5rem;
  overflow-y: auto;
}
.address-book-items.svelte-1pjikb1
  .items-wrapper:where(.svelte-1pjikb1)
  .fade-bottom:where(.svelte-1pjikb1) {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  pointer-events: none;
  background: linear-gradient(to bottom, #1f233100, #1f2331);
}
.address-book-items.svelte-1pjikb1 .empty:where(.svelte-1pjikb1) {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: center;
  margin-top: auto;
  font-family: Poppins;
  font-size: 11.949px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--Jackbit-Secondary-Text, #929dbf);
  text-align: center;
  opacity: 0.5;
}
.address-book-items.svelte-1pjikb1 .empty:where(.svelte-1pjikb1) svg {
  width: 6rem;
  height: 6rem;
}
.address-book-items.svelte-1pjikb1 .empty:where(.svelte-1pjikb1) svg path {
  fill: #929dbf;
}
.address-book-items.svelte-1pjikb1 .add-new-address {
  margin-top: auto;
}
.address-book-view.svelte-1hejqra {
  height: 100%;
  overflow: hidden;
}
.field.svelte-4qdw7t .values:where(.svelte-4qdw7t) {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.field.svelte-4qdw7t .limits:where(.svelte-4qdw7t) {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
.field.svelte-4qdw7t .converted-amount:where(.svelte-4qdw7t) {
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--Jackbit-Default-Brand-Green, #00ec66);
}
.field.svelte-4qdw7t .currency:where(.svelte-4qdw7t) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.field.svelte-4qdw7t
  .currency:where(.svelte-4qdw7t)
  .name:where(.svelte-4qdw7t) {
  font-family: Poppins;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ccd6f6;
}
.field.svelte-4qdw7t .currency:where(.svelte-4qdw7t) img:where(.svelte-4qdw7t) {
  height: 1.8rem;
}
.field.svelte-4qdw7t .amount:where(.svelte-4qdw7t) {
  position: relative;
}
.field.svelte-4qdw7t .amount:where(.svelte-4qdw7t) .max:where(.svelte-4qdw7t) {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  transform: translateY(-50%);
  transition: 0.2s ease;
}
.field.svelte-4qdw7t
  .amount:where(.svelte-4qdw7t)
  .max:where(.svelte-4qdw7t):hover {
  color: #00ec66;
}
.field.svelte-bkc2e5
  .value:where(.svelte-bkc2e5)
  .currency:where(.svelte-bkc2e5) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.field.svelte-bkc2e5
  .value:where(.svelte-bkc2e5)
  .currency:where(.svelte-bkc2e5)
  .name:where(.svelte-bkc2e5) {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ccd6f6;
}
.field.svelte-bkc2e5
  .value:where(.svelte-bkc2e5)
  .currency:where(.svelte-bkc2e5)
  img:where(.svelte-bkc2e5) {
  height: 1.8rem;
}
.wrapper.svelte-4rpkc8 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
@media (max-height: 800px) {
  .wrapper.svelte-4rpkc8 {
    overflow: auto;
  }
}
.description.svelte-4rpkc8 {
  padding-left: 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .top-container:where(.svelte-1ezc6n0) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .top-container:where(.svelte-1ezc6n0)
  .title:where(.svelte-1ezc6n0) {
  margin-bottom: 0.906rem;
  font-family: Poppins;
  font-size: 1.7859rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ccd6f6;
  text-align: center;
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .top-container:where(.svelte-1ezc6n0)
  .recieve:where(.svelte-1ezc6n0) {
  font-family: Poppins;
  font-size: 1.4287rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #97a1c2;
  text-align: center;
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .top-container:where(.svelte-1ezc6n0)
  .amount:where(.svelte-1ezc6n0) {
  font-family: Poppins;
  font-size: 1.7859rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ccd6f6;
  text-align: center;
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .info-fields-container:where(.svelte-1ezc6n0) {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .info-fields-container:where(.svelte-1ezc6n0)
  .info-fields:where(.svelte-1ezc6n0) {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  padding: 1rem;
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .info-fields-container:where(.svelte-1ezc6n0)
  .info-fields:where(.svelte-1ezc6n0)
  .info-field:where(.svelte-1ezc6n0) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .info-fields-container:where(.svelte-1ezc6n0)
  .info-fields:where(.svelte-1ezc6n0)
  .info-field:where(.svelte-1ezc6n0)
  .key:where(.svelte-1ezc6n0) {
  font-family: Poppins;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ccd6f6;
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .info-fields-container:where(.svelte-1ezc6n0)
  .info-fields:where(.svelte-1ezc6n0)
  .info-field:where(.svelte-1ezc6n0)
  .value:where(.svelte-1ezc6n0) {
  font-family: Poppins;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #00ec66;
  text-align: right;
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .information-container:where(.svelte-1ezc6n0) {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 2rem 1.5rem;
}
.withdraw-logic-confirmation.svelte-1ezc6n0
  .information-container:where(.svelte-1ezc6n0)
  .info:where(.svelte-1ezc6n0) {
  font-family: Poppins;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ccd6f6;
}
.wallet-logic.svelte-1pymxi6 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
@media not (min-width: 920px) {
  .wallet-logic.svelte-1pymxi6 {
    overflow: auto;
  }
}
.wallet-logic.svelte-1pymxi6 .submit:where(.svelte-1pymxi6) {
  margin-top: auto;
}
.wallet-logic.svelte-brqq76 {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 37.5rem;
  height: 57rem;
  background: var(--Jackbit-Sub-Secondary-Background, #1f2331);
  border-radius: 35px;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
}
@media not (min-width: 920px) {
  .wallet-logic.svelte-brqq76 {
    overflow: auto;
    border-radius: 25px;
  }
}
.wallet-logic.svelte-brqq76 .fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wallet-logic.svelte-brqq76 .fields .field .placeholder {
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
.wallet-logic.svelte-brqq76 .fields .field .value-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4.4rem;
}
.wallet-logic.svelte-brqq76 .fields .field .value-wrapper:hover .value span {
  text-overflow: clip;
}
.wallet-logic.svelte-brqq76 .fields .field .value-wrapper .value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4.4rem;
  padding: 1.3rem 1.5rem;
  overflow: hidden;
  font-family: Poppins;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ccd6f6;
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 30px;
}
.wallet-logic.svelte-brqq76 .fields .field .value-wrapper .value.loading {
  padding: 0;
}
.wallet-logic.svelte-brqq76
  .fields
  .field
  .value-wrapper
  .value
  .skeleton-loading {
  width: 100%;
  height: 100%;
}
.wallet-logic.svelte-brqq76 .fields .field .value-wrapper .value .copy {
  cursor: pointer;
}
.wallet-logic.svelte-brqq76 .fields .field .value-wrapper .value span {
  max-width: 90%;
  overflow-x: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  scrollbar-width: none;
}
.wallet-logic.svelte-brqq76
  .fields
  .field
  .value-wrapper
  .value
  span::-webkit-scrollbar {
  display: none;
}
.wallet-logic.svelte-brqq76
  .fields
  .field
  .value-wrapper
  .core-select
  .placeholder {
  height: 4.4rem;
  padding: 1.3rem 1.5rem;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ccd6f6;
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 30px;
}
.wallet-logic.svelte-brqq76 .fields .field .value-wrapper .core-input {
  width: 100%;
  height: 4.4rem;
}
.wallet-logic.svelte-brqq76 .fields .field .value-wrapper .core-input input {
  width: 100%;
  height: 4.4rem;
  padding: 1.3rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ccd6f6;
  background: var(--Jackbit-Secondary-Background, #161b28);
  border-radius: 30px;
}
.wallet-logic.svelte-brqq76 .fields .field .error {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: red;
}
@media not (min-width: 920px) {
  .wallet-logic.svelte-brqq76 {
    width: 100%;
    height: 100%;
  }
}
.separator.svelte-tuuuxl {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #222634b3, #6d7693b3, #222634b3);
  opacity: 0.7;
}
.wallet-item-wrapper.svelte-1osnfau {
  display: flex;
  gap: 8.5rem;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media not (min-width: 920px) {
  .wallet-item-wrapper.svelte-1osnfau {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.wallet-item-wrapper.svelte-1osnfau .wallet-item:where(.svelte-1osnfau) {
  display: flex;
  flex-shrink: 0;
  gap: 0.8rem;
  align-items: center;
  width: 13rem;
  height: 3.9rem;
  padding: 0.7rem 0.7rem 0.81rem;
  margin-bottom: 4rem;
  overflow: hidden;
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border: 0.5px solid transparent;
  border-radius: 34px;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  transition: 0.2s ease;
}
@media not (min-width: 920px) {
  .wallet-item-wrapper.svelte-1osnfau .wallet-item:where(.svelte-1osnfau) {
    width: 11.9463rem;
    height: 3.1rem;
    padding: 1rem;
    margin-bottom: 0;
  }
}
.wallet-item-wrapper.svelte-1osnfau .wallet-item:where(.svelte-1osnfau):hover {
  cursor: pointer;
  background: #373c4c99;
  border: 0.5px solid
    var(--jackbit-outline-glasmorphism, rgba(217, 217, 217, 0.25));
  box-shadow: 0 4px 4px #0000001a;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.wallet-item-wrapper.svelte-1osnfau .wallet-item.active:where(.svelte-1osnfau) {
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border: 0.5px solid var(--Jackbit-Default-Brand-Green, #00ec66);
  border-radius: 34px;
  box-shadow: 0 4px 4px #0000001a;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.wallet-item-wrapper.svelte-1osnfau .info:where(.svelte-1osnfau) {
  width: 31.777rem;
}
.wallet-item-wrapper.svelte-1osnfau
  .info:where(.svelte-1osnfau)
  .notice:where(.svelte-1osnfau) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #ccd6f6;
}
@media not (min-width: 920px) {
  .wallet-item-wrapper.svelte-1osnfau
    .info:where(.svelte-1osnfau)
    .notice:where(.svelte-1osnfau) {
    font-size: 1rem;
  }
}
.wallet-item-wrapper.svelte-1osnfau
  .info:where(.svelte-1osnfau)
  .description:where(.svelte-1osnfau) {
  font-size: 1.1rem;
  font-weight: 400;
  color: #97a1c2;
}
@media not (min-width: 920px) {
  .wallet-item-wrapper.svelte-1osnfau
    .info:where(.svelte-1osnfau)
    .description:where(.svelte-1osnfau) {
    font-size: 1rem;
  }
}
.wallet-item.svelte-mu872t {
  display: flex;
  flex-shrink: 0;
  gap: 0.8rem;
  align-items: center;
  width: 13rem;
  height: 3.9rem;
  padding: 0.7rem 0.7rem 0.81rem;
  overflow: hidden;
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border: 0.5px solid transparent;
  border-radius: 34px;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  transition: 0.2s ease;
}
.wallet-item.svelte-mu872t:hover {
  cursor: pointer;
  background: #373c4c99;
  border: 0.5px solid
    var(--jackbit-outline-glasmorphism, rgba(217, 217, 217, 0.25));
  box-shadow: 0 4px 4px #0000001a;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.wallet-item.active.svelte-mu872t {
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border: 0.5px solid var(--Jackbit-Default-Brand-Green, #00ec66);
  border-radius: 34px;
  box-shadow: 0 4px 4px #0000001a;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.wallet-item.svelte-mu872t img:where(.svelte-mu872t) {
  width: 2.3896rem;
  height: 2.3896rem;
}
.wallet-item.svelte-mu872t .wallet-name:where(.svelte-mu872t) {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ccd6f6;
}
@media not (min-width: 920px) {
  .wallet-item.svelte-mu872t {
    width: 100%;
    height: 3.2911rem;
    font-size: 0.9641rem;
  }
  .wallet-item.svelte-mu872t img:where(.svelte-mu872t) {
    width: 2.0944rem;
    height: 2.0944rem;
  }
}
.wallet-items.svelte-rkrb7o {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem;
  margin: 2rem 0;
}
@media (max-width: 1300px) {
  .wallet-items.svelte-rkrb7o {
    grid-template-columns: repeat(3, 1fr);
  }
  .wallet-items.svelte-rkrb7o .wallet-item:nth-last-child(2):nth-child(3n + 1),
  .wallet-items.svelte-rkrb7o .wallet-item:nth-last-child(1):nth-child(3n + 2) {
    transform: translate(50%);
  }
  .wallet-items.svelte-rkrb7o .wallet-item:nth-last-child(1):nth-child(3n + 1) {
    grid-column: 2;
  }
}
@media not (min-width: 920px) {
  .wallet-items.svelte-rkrb7o {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    height: 100%;
  }
}
.wallet-buy-crypto-items.svelte-rkrb7o {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 2rem 0;
}
@media not (min-width: 920px) {
  .wallet-buy-crypto-items.svelte-rkrb7o {
    padding: 2rem;
  }
}
.wallet-items.svelte-1u3dyos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem;
  margin: 2rem 0;
}
@media (max-width: 1300px) {
  .wallet-items.svelte-1u3dyos {
    grid-template-columns: repeat(3, 1fr);
  }
  .wallet-items.svelte-1u3dyos .wallet-item:nth-last-child(2):nth-child(3n + 1),
  .wallet-items.svelte-1u3dyos
    .wallet-item:nth-last-child(1):nth-child(3n + 2) {
    transform: translate(50%);
  }
  .wallet-items.svelte-1u3dyos
    .wallet-item:nth-last-child(1):nth-child(3n + 1) {
    grid-column: 2;
  }
}
@media not (min-width: 920px) {
  .wallet-items.svelte-1u3dyos {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    height: 100%;
  }
}
.wallet-items.svelte-1u3dyos .wallet-item:where(.svelte-1u3dyos) {
  display: flex;
  flex-shrink: 0;
  gap: 0.8rem;
  align-items: center;
  width: 13rem;
  height: 3.9rem;
  padding: 0.7rem 0.7rem 0.81rem;
  overflow: hidden;
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border: 0.5px solid transparent;
  border-radius: 34px;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  transition: 0.2s ease;
}
.wallet-items.svelte-1u3dyos .wallet-item:where(.svelte-1u3dyos):hover {
  cursor: pointer;
  background: #373c4c99;
  border: 0.5px solid
    var(--jackbit-outline-glasmorphism, rgba(217, 217, 217, 0.25));
  box-shadow: 0 4px 4px #0000001a;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.wallet-items.svelte-1u3dyos .wallet-item.active:where(.svelte-1u3dyos) {
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border: 0.5px solid var(--Jackbit-Default-Brand-Green, #00ec66);
  border-radius: 34px;
  box-shadow: 0 4px 4px #0000001a;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.wallet-items.svelte-1u3dyos
  .wallet-item:where(.svelte-1u3dyos)
  img:where(.svelte-1u3dyos) {
  width: 2.3896rem;
  height: 2.3896rem;
}
.wallet-items.svelte-1u3dyos
  .wallet-item:where(.svelte-1u3dyos)
  .wallet-name:where(.svelte-1u3dyos) {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ccd6f6;
}
@media not (min-width: 920px) {
  .wallet-items.svelte-1u3dyos .wallet-item:where(.svelte-1u3dyos) {
    width: 100%;
    height: 3.2911rem;
    font-size: 0.9641rem;
  }
  .wallet-items.svelte-1u3dyos
    .wallet-item:where(.svelte-1u3dyos)
    img:where(.svelte-1u3dyos) {
    width: 2.0944rem;
    height: 2.0944rem;
  }
}
.two-factor-container.svelte-1fm33iu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
  margin-top: auto;
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border-radius: 40px;
}
@media not (min-width: 920px) {
  .two-factor-container.svelte-1fm33iu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.two-factor-container.svelte-1fm33iu .description:where(.svelte-1fm33iu) {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
}
@media not (min-width: 920px) {
  .two-factor-container.svelte-1fm33iu .description:where(.svelte-1fm33iu) {
    font-size: 1rem;
  }
}
.two-factor-container.svelte-1fm33iu .core-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 3.5rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--Jackbit-Secondary-Background, #161b28);
}
@media not (min-width: 920px) {
  .two-factor-container.svelte-1fm33iu .core-button {
    width: 100%;
  }
}
.container.svelte-j38bu {
  display: flex;
  gap: 3.861rem;
  justify-content: space-between;
  width: 100%;
  height: 57rem;
}
@media not (min-width: 920px) {
  .container.svelte-j38bu {
    flex-direction: column;
    height: 100% !important;
    padding-top: 6rem;
  }
}
.container.svelte-j38bu .navigation:where(.svelte-j38bu) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 1300px) {
  .container.svelte-j38bu .navigation:where(.svelte-j38bu) {
    max-width: auto;
  }
}
@media not (min-width: 920px) {
  .container.svelte-j38bu .navigation:where(.svelte-j38bu) {
    max-width: 100%;
    height: 100%;
  }
}
.container.svelte-j38bu
  .navigation:where(.svelte-j38bu)
  .header-container:where(.svelte-j38bu) {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
.container.svelte-j38bu
  .navigation:where(.svelte-j38bu)
  .header-container:where(.svelte-j38bu)
  .header:where(.svelte-j38bu) {
  width: 36.6rem;
  height: 5.1rem;
  border-radius: 31px;
}
.container.svelte-j38bu
  .navigation:where(.svelte-j38bu)
  .wallets-container:where(.svelte-j38bu) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
@media not (min-width: 920px) {
  .container.svelte-j38bu
    .navigation:where(.svelte-j38bu)
    .wallets-container:where(.svelte-j38bu) {
    height: 100%;
    padding: 3rem 2rem;
    background: var(--Jackbit-Sectioning-Background, rgba(55, 60, 76, 0.25));
    border-radius: 25px;
    box-shadow:
      inset 0 0.5px #d9d9d940,
      0 0.4rem 0.4rem #00000026 !important;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}
.container.svelte-j38bu
  .navigation:where(.svelte-j38bu)
  .wallets-container:where(.svelte-j38bu)
  .payment-methods:where(.svelte-j38bu) {
  display: grid;
  grid-template-columns: repeat(4, 13rem);
  gap: 2.6rem;
  margin: 2rem 0;
  overflow-y: auto;
}
@media (max-width: 1300px) {
  .container.svelte-j38bu
    .navigation:where(.svelte-j38bu)
    .wallets-container:where(.svelte-j38bu)
    .payment-methods:where(.svelte-j38bu) {
    grid-template-columns: repeat(3, 13rem);
    gap: 2.6rem 4.4rem;
  }
}
@media not (min-width: 920px) {
  .container.svelte-j38bu
    .navigation:where(.svelte-j38bu)
    .wallets-container:where(.svelte-j38bu)
    .payment-methods:where(.svelte-j38bu) {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
  }
}
.container.svelte-j38bu
  .navigation:where(.svelte-j38bu)
  .wallets-container:where(.svelte-j38bu)
  .payment-methods:where(.svelte-j38bu)
  .method:where(.svelte-j38bu) {
  height: 3.9rem;
  border-radius: 34px;
}
.container.svelte-j38bu
  .navigation:where(.svelte-j38bu)
  .wallets-container:where(.svelte-j38bu)
  .bottom:where(.svelte-j38bu) {
  width: 100%;
  height: 5.5rem;
  margin-top: auto;
  border-radius: 40px;
}
.container.svelte-j38bu .logic:where(.svelte-j38bu) {
  flex-shrink: 0;
  width: 37.5rem;
  height: 57rem;
  border-radius: 35px;
}
@media not (min-width: 920px) {
  .container.svelte-j38bu .logic:where(.svelte-j38bu) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 13.2rem);
    border-radius: 25px;
  }
}
.top-header.svelte-18ml8m9 {
  margin: 1.528rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--Jackbit-Secondary-Text, #929dbf);
}
.top-header.svelte-18ml8m9 .left:where(.svelte-18ml8m9) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  opacity: 0.5;
}
.wallets-header.svelte-18ml8m9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
.wallets-header.svelte-18ml8m9 .navigation:where(.svelte-18ml8m9) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.1rem;
  padding: 0.5rem;
  cursor: pointer;
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border-radius: 31.043px;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
  -webkit-backdrop-filter: blur(55.4347877502px);
  backdrop-filter: blur(55.4347877502px);
}
@media not (min-width: 920px) {
  .wallets-header.svelte-18ml8m9 .navigation:where(.svelte-18ml8m9) {
    display: flex;
  }
}
.wallets-header.svelte-18ml8m9
  .navigation:where(.svelte-18ml8m9)
  .navigation-item:where(.svelte-18ml8m9) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 4.1rem;
  padding: 0 2.5rem;
  font-family: Poppins;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  cursor: pointer;
  border-radius: 50.738px;
  transition: 0.2s ease;
}
.wallets-header.svelte-18ml8m9
  .navigation:where(.svelte-18ml8m9)
  .navigation-item.active:where(.svelte-18ml8m9) {
  font-size: 1.4rem;
  color: var(--Jackbit-Default-Brand-Green, #00ec66);
  background: #373c4c99;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
  -webkit-backdrop-filter: blur(50.7381324768px);
  backdrop-filter: blur(50.7381324768px);
}
@media not (min-width: 920px) {
  .wallets-header.svelte-18ml8m9
    .navigation:where(.svelte-18ml8m9)
    .navigation-item:where(.svelte-18ml8m9) {
    padding: 2.01rem;
    font-size: 1.1255rem;
    white-space: nowrap;
  }
  .wallets-header.svelte-18ml8m9
    .navigation:where(.svelte-18ml8m9)
    .navigation-item.active:where(.svelte-18ml8m9) {
    font-size: 1.1255rem;
  }
}
.wallets-not-allow-popup .content {
  width: 43rem;
  height: 25.3rem;
  padding: 2rem !important;
  background-color: #191d2a;
  border-radius: 3.2rem;
}
@media not (min-width: 920px) {
  .wallets-not-allow-popup .content {
    width: 100%;
    height: 31.2rem;
    border-radius: 0;
  }
}
.wallets-not-allow-popup .content .close {
  top: 2rem !important;
  right: 2rem !important;
}
.wallets-not-allow-popup .content .wallets-not-allow-popup-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
.wallets-not-allow-popup
  .content
  .wallets-not-allow-popup-content
  .wallets-not-allow-popup-content-title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #929dbf;
}
.wallets-not-allow-popup
  .content
  .wallets-not-allow-popup-content
  .wallets-not-allow-popup-content-title
  svg
  path {
  stroke: #929dbf;
}
.wallets-not-allow-popup
  .content
  .wallets-not-allow-popup-content
  .wallets-not-allow-popup-content-description {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media not (min-width: 920px) {
  .wallets-not-allow-popup
    .content
    .wallets-not-allow-popup-content
    .wallets-not-allow-popup-content-description {
    margin-top: 0.7rem;
  }
}
.wallets-not-allow-popup
  .content
  .wallets-not-allow-popup-content
  .wallets-not-allow-popup-content-description
  .title {
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccd6f6;
}
.wallets-not-allow-popup
  .content
  .wallets-not-allow-popup-content
  .wallets-not-allow-popup-content-description
  svg {
  width: 45.045px;
  height: 33.771px;
  margin-inline: auto;
  opacity: 0.5;
}
.wallets-not-allow-popup
  .content
  .wallets-not-allow-popup-content
  .wallets-not-allow-popup-content-description
  .description {
  margin-inline: auto;
  font-size: 1.3rem;
  font-weight: 500;
  color: #929dbf;
  text-align: center;
}
.wallets-not-allow-popup .content .wallets-not-allow-popup-content .button {
  margin-top: auto;
}
.wallets-not-allow-popup
  .content
  .wallets-not-allow-popup-content
  .button
  .core-button
  .button-content {
  gap: 0.5rem;
}
.wallets-not-allow-popup
  .content
  .wallets-not-allow-popup-content
  .button
  .core-button
  .button-content
  svg
  path {
  fill: #161b28;
  stroke: #161b28;
}
.wallets-header.svelte-r3q6kd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media not (min-width: 920px) {
  .wallets-header.svelte-r3q6kd {
    align-items: center;
    justify-content: center;
    margin: 0 2.011rem;
  }
}
.wallets-header.svelte-r3q6kd .navigation:where(.svelte-r3q6kd) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.1rem;
  padding: 0.5rem;
  cursor: pointer;
  background: var(--jackbit-fill-glasmorphism, rgba(36, 41, 55, 0.6));
  border-radius: 31.043px;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
  -webkit-backdrop-filter: blur(55.4347877502px);
  backdrop-filter: blur(55.4347877502px);
}
@media not (min-width: 920px) {
  .wallets-header.svelte-r3q6kd .navigation:where(.svelte-r3q6kd) {
    display: flex;
  }
}
.wallets-header.svelte-r3q6kd
  .navigation:where(.svelte-r3q6kd)
  .navigation-item:where(.svelte-r3q6kd) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 4.1rem;
  padding: 0 2.5rem;
  font-family: Poppins;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Jackbit-Primary-Text, #ccd6f6);
  cursor: pointer;
  border-radius: 50.738px;
  transition: 0.2s ease;
}
.wallets-header.svelte-r3q6kd
  .navigation:where(.svelte-r3q6kd)
  .navigation-item:where(.svelte-r3q6kd)
  img:where(.svelte-r3q6kd) {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.5rem;
}
.wallets-header.svelte-r3q6kd
  .navigation:where(.svelte-r3q6kd)
  .navigation-item.active:where(.svelte-r3q6kd) {
  font-size: 1.4rem;
  color: var(--Jackbit-Default-Brand-Green, #00ec66);
  background: #373c4c99;
  box-shadow:
    inset 0 0.5px #d9d9d940,
    0 0.4rem 0.4rem #00000026 !important;
  -webkit-backdrop-filter: blur(50.7381324768px);
  backdrop-filter: blur(50.7381324768px);
}
@media not (min-width: 920px) {
  .wallets-header.svelte-r3q6kd
    .navigation:where(.svelte-r3q6kd)
    .navigation-item:where(.svelte-r3q6kd) {
    padding: 2.01rem;
    font-size: 1.1255rem;
    white-space: nowrap;
  }
  .wallets-header.svelte-r3q6kd
    .navigation:where(.svelte-r3q6kd)
    .navigation-item.active:where(.svelte-r3q6kd) {
    font-size: 1.1255rem;
  }
}
@media not (min-width: 920px) {
  .payments-popup .overlay {
    pointer-events: none;
    background: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
}
.payments-popup .content {
  display: flex;
  max-width: 111rem !important;
  max-height: 93dvh !important;
  padding: 5rem !important;
  background: var(--Jackbit-Secondary-Background, #161b28) !important;
  border: var(--pop-up-outline-px, 0.5px) solid
    var(--jackbit-outline-glasmorphism, rgba(217, 217, 217, 0.25)) !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 5px #00000040 !important;
}
@media not (min-width: 920px) {
  .payments-popup .content {
    position: relative;
    height: calc(100dvh - var(--header-height-mobile));
    padding: 0 !important;
  }
}
.payments-popup .close {
  top: 2.2rem !important;
  right: 2.2rem !important;
}
@media not (min-width: 920px) {
  .payments-popup .close {
    top: 1.5rem !important;
    right: 1.5rem !important;
  }
}
.container.svelte-8111s4 {
  display: flex;
  gap: 3.861rem;
  justify-content: space-between;
  width: 100%;
  height: 57rem;
}
@media not (min-width: 920px) {
  .container.svelte-8111s4 {
    flex-direction: column;
    height: 100% !important;
  }
}
.container.svelte-8111s4 .navigation:where(.svelte-8111s4) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 1300px) {
  .container.svelte-8111s4 .navigation:where(.svelte-8111s4) {
    max-width: auto;
  }
}
@media not (min-width: 920px) {
  .container.svelte-8111s4 .navigation:where(.svelte-8111s4) {
    max-width: 100%;
    height: 100%;
  }
}
.container.svelte-8111s4
  .navigation:where(.svelte-8111s4)
  .wallets-container:where(.svelte-8111s4) {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media not (min-width: 920px) {
  .container.svelte-8111s4
    .navigation:where(.svelte-8111s4)
    .wallets-container:where(.svelte-8111s4) {
    gap: 2.4rem;
    height: 100%;
    padding: 3rem 2rem;
    overflow: auto;
    background: var(--Jackbit-Sectioning-Background, rgba(55, 60, 76, 0.25));
    border-radius: 25px;
    box-shadow:
      inset 0 0.5px #d9d9d940,
      0 0.4rem 0.4rem #00000026 !important;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}
@media not (min-width: 920px) {
  .container.svelte-8111s4 .logic:where(.svelte-8111s4) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 13.2rem);
  }
}
.page-wrapper.svelte-1v2axqk {
  display: flex;
  height: 100%;
}
@media not (min-width: 920px) {
  .page-wrapper.svelte-1v2axqk {
    height: unset;
  }
}
main.svelte-1v2axqk {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
main.full.svelte-1v2axqk {
  padding-bottom: unset;
  padding-left: unset;
}
@media (max-width: 1249px) {
  main.svelte-1v2axqk {
    padding-left: 0 !important;
  }
}
@media (max-width: 920px) {
  main.svelte-1v2axqk {
    padding-left: 0 !important;
  }
}
main.svelte-1v2axqk .main-container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  height: calc(100% - var(--header-height));
  padding-block: 2.4rem 0.8rem;
  margin: 0 auto;
}
@media (max-width: 1560px) {
  main.svelte-1v2axqk .main-container {
    box-sizing: border-box;
  }
}
@media not (min-width: 920px) {
  main.svelte-1v2axqk .main-container {
    max-width: 100vw;
    padding: 1rem;
    margin-left: 0;
  }
}
main.svelte-1v2axqk .main-container:not(.header) {
  margin-top: var(--header-height);
}
@media not (min-width: 920px) {
  main.svelte-1v2axqk .main-container:not(.header) {
    margin-top: calc(var(--header-height));
  }
}
@media (min-width: 920px) {
  main.svelte-1v2axqk .main-container:has(.home-page) {
    padding-top: 0;
    margin-top: 7.5rem;
  }
}
main.svelte-1v2axqk .bottom-section:where(.svelte-1v2axqk) {
  position: fixed;
  right: 1.5rem;
  bottom: 7.7rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
}
main.svelte-1v2axqk
  .bottom-section:where(.svelte-1v2axqk)
  div:where(.svelte-1v2axqk) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.1rem;
  height: 5.1rem;
  cursor: pointer;
  background-color: #24293799;
  border-radius: 50%;
}
