@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --ff-sans: "Roboto", sans-serif;
  --ff-mono: "Source Code Pro", monospace;
  --ff-base: var(--ff-sans);
  --ff-code: var(--ff-mono);
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-clear: transparent;
  --color-error: #dc2626;
  --color-image: #e0e0e0;
  --color-primary: #0283fb;
  --color-success: #16a34a;
  --color-warning: #ca8a04;
}

:root {
  --fs-100: 0.5rem;
  --fs-200: 0.625rem;
  --fs-300: 0.75rem;
  --fs-400: 0.875rem;
  --fs-500: 1rem;
  --fs-600: 1.125rem;
  --fs-700: 1.25rem;
  --fs-800: 1.5rem;
  --fs-900: 1.875rem;
  --fs-1000: 2.25rem;
  --fs-1100: 3rem;
  --fs-1200: 3.75rem;
  --fs-1300: 4.5rem;
  --text-2xs: var(--fs-100);
  --text-xxs: var(--fs-200);
  --text-xs: var(--fs-300);
  --text-sm: var(--fs-400);
  --text-md: var(--fs-500);
  --text-lg: var(--fs-600);
  --text-xl: var(--fs-700);
  --text-2xl: var(--fs-800);
  --text-3xl: var(--fs-900);
  --text-4xl: var(--fs-1000);
  --text-5xl: var(--fs-1100);
  --text-6xl: var(--fs-1200);
  --text-7xl: var(--fs-1300);
  --text-base: var(--fs-500);
  --text-desc: var(--fs-400);
  --text-h1: var(--fs-900);
  --text-h2: var(--fs-800);
  --text-h3: var(--fs-700);
  --text-h4: var(--fs-600);
  --text-h5: var(--fs-500);
  --text-h6: var(--fs-400);
  --text-body-xs: var(--fs-300);
  --text-body-sm: var(--fs-400);
  --text-body-md: var(--fs-500);
  --text-body-lg: var(--fs-600);
  --text-body-xl: var(--fs-700);
  --text-button-xs: var(--fs-300);
  --text-button-sm: var(--fs-400);
  --text-button-md: var(--fs-500);
  --text-button-lg: var(--fs-600);
  --text-button-xl: var(--fs-700);
  --text-number-xs: var(--fs-300);
  --text-number-sm: var(--fs-400);
  --text-number-md: var(--fs-500);
  --text-number-lg: var(--fs-900);
  --text-number-xl: var(--fs-1000);
}

:root {
  --radius-100: 4px;
  --radius-200: 8px;
  --radius-300: 12px;
  --radius-400: 16px;
  --radius-500: 24px;
  --radius-600: 32px;
  --radius-700: 40px;
  --radius-800: 48px;
  --radius-full: 9999px;
  --radius-xs: var(--radius-100);
  --radius-sm: var(--radius-200);
  --radius-md: var(--radius-300);
  --radius-lg: var(--radius-400);
  --radius-xl: var(--radius-500);
  --radius-2xl: var(--radius-600);
  --radius-3xl: var(--radius-700);
  --radius-4xl: var(--radius-800);
  --radius-btn-sx: var(--radius-100);
  --radius-btn-sm: var(--radius-200);
  --radius-btn-md: var(--radius-300);
  --radius-btn-lg: var(--radius-400);
  --radius-btn-xl: var(--radius-500);
  --radius-base: var(--radius-300);
  --radius-card: var(--radius-300);
  --radius-item: var(--radius-500);
  --radius-icon: var(--radius-300);
  --radius-chip: var(--radius-full);
  --radius-pill: var(--radius-full);
  --radius-button: var(--radius-300);
  --radius-action: var(--radius-600);
  --radius-input: var(--radius-300);
  --radius-modal: var(--radius-400);
}

:root {
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;
  --fw-base: var(--fw-500);
  --fw-desc: var(--fw-400);
  --fw-h1: var(--fw-700);
  --fw-h2: var(--fw-700);
  --fw-h3: var(--fw-600);
  --fw-h4: var(--fw-600);
  --fw-h5: var(--fw-600);
  --fw-h6: var(--fw-600);
  --fw-body-xs: var(--fw-400);
  --fw-body-sm: var(--fw-500);
  --fw-body-md: var(--fw-600);
  --fw-body-lg: var(--fw-700);
  --fw-body-xl: var(--fw-900);
  --fw-button-xs: var(--fw-400);
  --fw-button-sm: var(--fw-500);
  --fw-button-md: var(--fw-600);
  --fw-button-lg: var(--fw-700);
  --fw-button-xl: var(--fw-900);
  --fw-number-xs: var(--fw-400);
  --fw-number-sm: var(--fw-500);
  --fw-number-md: var(--fw-600);
  --fw-number-lg: var(--fw-700);
  --fw-number-xl: var(--fw-900);
}

:root {
  --lh-100: 1;
  --lh-200: 1.2;
  --lh-300: 1.35;
  --lh-400: 1.5;
  --lh-500: 1.65;
  --lh-600: 1.8;
  --lh-700: 2;
  --lh-base: var(--lh-400);
  --lh-desc: var(--lh-200);
  --lh-h1: var(--lh-200);
  --lh-h2: var(--lh-200);
  --lh-h3: var(--lh-300);
  --lh-h4: var(--lh-300);
  --lh-h5: var(--lh-400);
  --lh-h6: var(--lh-400);
  --lh-body-xs: var(--lh-100);
  --lh-body-sm: var(--lh-200);
  --lh-body-md: var(--lh-300);
  --lh-body-lg: var(--lh-400);
  --lh-body-xl: var(--lh-500);
  --lh-button-xs: var(--lh-100);
  --lh-button-sm: var(--lh-200);
  --lh-button-md: var(--lh-300);
  --lh-button-lg: var(--lh-400);
  --lh-button-xl: var(--lh-500);
  --lh-number-xs: var(--lh-200);
  --lh-number-sm: var(--lh-300);
  --lh-number-md: var(--lh-400);
  --lh-number-lg: var(--lh-500);
  --lh-number-xl: var(--lh-600);
}

:root {
  --space-100: 0.25rem;
  --space-200: 0.5rem;
  --space-300: 0.75rem;
  --space-400: 1rem;
  --space-500: 1.25rem;
  --space-600: 1.5rem;
  --space-700: 2rem;
  --space-800: 3rem;
  --space-900: 4rem;
  --space-1000: 5rem;
  --space-1100: 6rem;
  --space-1200: 8rem;
  --space-xxs: var(--space-100);
  --space-xs: var(--space-200);
  --space-sm: var(--space-300);
  --space-md: var(--space-400);
  --space-lg: var(--space-500);
  --space-xl: var(--space-600);
  --space-2xl: var(--space-700);
  --space-3xl: var(--space-800);
  --space-4xl: var(--space-900);
  --space-5xl: var(--space-1000);
  --space-6xl: var(--space-1100);
  --space-7xl: var(--space-1200);
}

:root {
  --breakpoint-xs: 320px;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  --breakpoint-3xl: 1920px;
}

.template-login header {
  display: none;
}
.template-login footer {
  display: none;
}
.template-login .p-body-head {
  display: flex;
  gap: var(--space-md);
  align-items: center;
  font-weight: var(--fw-body-xs);
  line-height: var(--lh-body-xs);
  margin-bottom: 3rem;
}
.template-login .p-body-head .p-close {
  display: flex;
}
.template-login .p-body-head .p-close .button {
  position: relative;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  min-width: 2.75rem;
  max-width: 2.75rem;
  width: 100%;
  border: 0;
  margin: 0;
  height: 100%;
  min-height: 2.75rem;
  max-height: 2.75rem;
  font-size: var(--text-button-xl);
  font-weight: var(--fw-button-lg);
  line-height: var(--lh-button-xs);
  color: hsla(var(--xf-textColor));
  border-radius: var(--radius-full);
}
.template-login .p-body-head .p-close .button:hover {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-login .p-body-head .p-close .button:focus {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-login .p-body-head .p-close .button:active {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-login .p-body-head .p-title {
  min-width: calc(100% - (44px + 1rem));
  max-width: calc(100% - (44px + 1rem));
}
.template-login .p-body-head .p-title-value {
  flex: 1;
  font-weight: var(--fw-body-sm);
  line-height: var(--lh-body-xs);
}
.template-login .p-body-main .block-middle {
  text-align: center;
  margin-top: 3.5rem;
}
.template-login .p-body-main .chain {
  text-align: center;
  margin-top: 1.5rem;
  border-top: 1px solid hsla(var(--xf-borderColor));
}
.template-login .p-body-main .chain em {
  position: relative;
  bottom: 13px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0 0.5rem;
  font-style: normal;
  background: hsla(var(--xf-contentBg));
}
.template-login .formRow > dt {
  display: none !important;
}
.template-login .formRow > dd {
  display: block;
}
.template-login .formRow > dd ul {
  display: flex;
  margin: 0;
  border: 0;
  gap: var(--space-xs);
  flex-wrap: wrap;
  min-width: 100%;
  max-width: 100%;
  font-weight: var(--fw-base);
  line-height: var(--lh-base);
  padding: 0;
  list-style: none;
}
.template-login .formRow > dd ul li {
  display: flex;
  min-width: 100%;
  max-width: 100%;
}
.template-login .formRow > dd > ul.inputChoices {
  display: none;
}
.template-login .formRow > dd > ul li [data-xf-init=webauthn] {
  display: none;
}
.template-login .formRow > dd > ul li .button {
  flex: 1;
  font-size: var(--text-button-lg);
  font-weight: var(--fw-button-xs);
  line-height: var(--lh-button-xs);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 3rem;
  max-height: 3rem;
  border-radius: var(--radius-pill);
}
.template-login .formRow > dd a[href="/lost-password/"] {
  float: right;
  margin-block: var(--space-xl) 0;
}

.template-lost_password header {
  display: none;
}
.template-lost_password footer {
  display: none;
}
.template-lost_password .p-body-head {
  display: flex;
  gap: var(--space-4);
  align-items: center;
  line-height: normal;
  margin-bottom: 5rem;
}
.template-lost_password .p-body-head .p-close {
  display: flex;
  align-items: center;
  line-height: normal;
}
.template-lost_password .p-body-head .p-close .button {
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border-radius: 100%;
}
.template-lost_password .p-body-head .p-close .button {
  font-size: var(--fs-xl);
  text-decoration: none;
}
.template-lost_password .p-body-head .p-close .button {
  min-height: 100%;
  max-height: 100%;
}
.template-lost_password .p-body-head .p-close .button {
  min-width: 100%;
  max-width: 100%;
}
.template-lost_password .p-body-head .p-close .button--link {
  color: hsla(var(--xf-textColor));
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border-width: initial;
  border-style: initial;
  border-color: initial;
}
.template-lost_password .p-body-head .p-close .button--link {
  min-width: 2.5rem;
  max-width: 2.5rem;
}
.template-lost_password .p-body-head .p-close .button--link {
  min-height: 2.5rem;
  max-height: 2.5rem;
}
.template-lost_password .p-body-head .p-close .button:hover {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-lost_password .p-body-head .p-close .button:focus {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-lost_password .p-body-head .p-close .button:active {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-lost_password .p-body-head .p-title {
  display: flex;
  align-items: center;
  line-height: normal;
}
.template-lost_password .p-body-head .p-title-value {
  font-weight: var(--fw-sm);
  line-height: var(--lh-sm);
}
.template-lost_password .block .formInfoRow {
  margin-bottom: 1.5rem;
}
.template-lost_password .block .formInfoRow + .formRow {
  border-top: initial;
}
.template-lost_password .block .formRow > dt {
  display: none;
}
.template-lost_password .block .formRow > dd {
  display: block;
}

.template-register_form header {
  display: none;
}
.template-register_form footer {
  display: none;
}
.template-register_form .p-body-head {
  display: flex;
  gap: var(--space-4);
  align-items: center;
  line-height: normal;
  margin-bottom: 5rem;
}
.template-register_form .p-body-head .p-close {
  display: flex;
  align-items: center;
  line-height: normal;
}
.template-register_form .p-body-head .p-close .button {
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border-radius: 100%;
}
.template-register_form .p-body-head .p-close .button {
  font-size: var(--fs-xl);
  text-decoration: none;
}
.template-register_form .p-body-head .p-close .button {
  min-height: 100%;
  max-height: 100%;
}
.template-register_form .p-body-head .p-close .button {
  min-width: 100%;
  max-width: 100%;
}
.template-register_form .p-body-head .p-close .button--link {
  color: hsla(var(--xf-textColor));
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border-width: initial;
  border-style: initial;
  border-color: initial;
}
.template-register_form .p-body-head .p-close .button--link {
  min-width: 2.5rem;
  max-width: 2.5rem;
}
.template-register_form .p-body-head .p-close .button--link {
  min-height: 2.5rem;
  max-height: 2.5rem;
}
.template-register_form .p-body-head .p-close .button:hover {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-register_form .p-body-head .p-close .button:focus {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-register_form .p-body-head .p-close .button:active {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-register_form .p-body-head .p-title {
  display: flex;
  align-items: center;
  line-height: normal;
}
.template-register_form .p-body-head .p-title-value {
  font-weight: var(--fw-sm);
  line-height: var(--lh-sm);
}
.template-register_form .block .formRow > dt {
  display: none;
}
.template-register_form .block .formRow > dd {
  display: block;
}
.template-register_form .block .formRow > dd .inputChoices {
  display: none;
}
.template-register_form .block .formRow > dd > ul {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.template-register_form .block .formRow > dd > ul li {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  min-width: 100%;
  max-width: 100%;
}
.template-register_form .block .formRow > dd > ul li .button {
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border-radius: var(--br-fl);
}
.template-register_form .block .formRow > dd > ul li .button {
  min-height: 3rem;
  max-height: 3rem;
}
.template-register_form .block .formRow > dd > ul li .button {
  min-width: 100%;
  max-width: 100%;
}
.template-register_form .block .formRow > dd > ul li .button {
  font-size: var(--fs-lg);
  text-decoration: none;
}
.template-register_form .block .formRow > dd .account-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
}
.template-register_form .block .formRow > dd .account-type .button {
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border: 2px solid hsla(var(--xf-borderColor));
}
.template-register_form .block .formRow > dd .account-type .button {
  font-size: var(--fs-lg);
  text-decoration: none;
}
.template-register_form .block .formRow > dd .account-type .button:hover {
  background: linear-gradient(0deg, hsla(var(--xf-contentHighlightBg)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 1%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)));
  border: 2px solid var(--color-primary);
}
.template-register_form .block .formRow > dd .account-type .button:focus {
  background: linear-gradient(0deg, hsla(var(--xf-contentHighlightBg)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 1%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)));
  border: 2px solid var(--color-primary);
}
.template-register_form .block .formRow > dd .account-type .button:active {
  background: linear-gradient(0deg, hsla(var(--xf-contentHighlightBg)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 1%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)));
  border: 2px solid var(--color-primary);
}
.template-register_form .block .formRow > dd .account-type .button.active {
  background: linear-gradient(0deg, hsla(var(--xf-contentHighlightBg)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 1%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)));
  border: 2px solid var(--color-primary);
}
.template-register_form .block .formRow > dd .account-type .button--link {
  color: hsla(var(--xf-textColor));
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.template-register_form .block .formRow > dd .account-type .button--link {
  min-width: 49%;
  max-width: 49%;
}
.template-register_form .block .formRow > dd .account-type .button--link {
  min-height: 3rem;
  max-height: 3rem;
}

.template-account_security header {
  display: none;
}
.template-account_security footer {
  display: none;
}
.template-account_security .p-body-head {
  display: flex;
  gap: var(--space-4);
  align-items: center;
  line-height: normal;
  margin-bottom: 5rem;
}
.template-account_security .p-body-head .p-close {
  display: flex;
  align-items: center;
  line-height: normal;
}
.template-account_security .p-body-head .p-close .button {
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border-radius: 100%;
}
.template-account_security .p-body-head .p-close .button {
  font-size: var(--fs-xl);
  text-decoration: none;
}
.template-account_security .p-body-head .p-close .button {
  min-height: 100%;
  max-height: 100%;
}
.template-account_security .p-body-head .p-close .button {
  min-width: 100%;
  max-width: 100%;
}
.template-account_security .p-body-head .p-close .button--link {
  color: hsla(var(--xf-textColor));
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border-width: initial;
  border-style: initial;
  border-color: initial;
}
.template-account_security .p-body-head .p-close .button--link {
  min-width: 2.5rem;
  max-width: 2.5rem;
}
.template-account_security .p-body-head .p-close .button--link {
  min-height: 2.5rem;
  max-height: 2.5rem;
}
.template-account_security .p-body-head .p-close .button:hover {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-account_security .p-body-head .p-close .button:focus {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-account_security .p-body-head .p-close .button:active {
  background: hsla(var(--xf-contentHighlightBg));
}
.template-account_security .p-body-head .p-title {
  display: flex;
  align-items: center;
  line-height: normal;
}
.template-account_security .p-body-head .p-title-value {
  font-weight: var(--fw-sm);
  line-height: var(--lh-sm);
}
.template-account_security .block {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.template-account_security .block:not(form) {
  display: none;
}
.template-account_security .block-head {
  font-size: var(--fs-xl);
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  margin-bottom: 20px;
}
.template-account_security .block .formRow--button {
  display: none;
}
.template-account_security .block .formRow + hr {
  display: none;
}

.template-account_details header {
  display: none;
}
.template-account_details footer {
  display: none;
}
.template-account_details .aCib8c {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}
.template-account_details .aCib8c > a {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.template-account_details .aCib8c > a {
  display: inline-block;
}
.template-account_details .aCib8c .button {
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border-radius: 100%;
}
.template-account_details .aCib8c .button {
  position: absolute;
  right: 0;
  margin: 0;
  border: 0;
  bottom: 0;
}
.template-account_details .aCib8c .button--link {
  color: hsla(var(--xf-textColor));
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border-width: initial;
  border-style: inherit;
  border-color: initial;
}
.template-account_details .aCib8c .button--link {
  min-width: 30px;
  max-width: 30px;
}
.template-account_details .aCib8c .button--link {
  min-height: 30px;
  max-height: 30px;
}
.template-account_details .fr96OX {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.template-account_details .fr96OX .fuI3pl {
  display: flex;
  gap: 2%;
  align-items: center;
  line-height: normal;
}
.template-account_details .fr96OX .fuI3pl .input {
  min-width: 32%;
  max-width: 32%;
}

.template-account_bookmarks .block-filterBar {
  margin: auto;
  border: none;
}/*# sourceMappingURL=index.njsukd8l.css.map */