/*------------------------------------*
 *  # Base Constants
 *------------------------------------*/
/* LAYOUT CONSTANTS */
/*------------------------------------*
 *  # SASS Mixins and Functions
 *------------------------------------*/
/*
 * RTL Language Mixin
 */
/*
 * SASS interpolation
 */
/*
 * PX to EM
 * @param $px - px value to be converted
 * @param $base - base font size (in `em`)
 * Note: 'em' values are calculate based on the element font-size
 *       to properly converts 'px' to 'em', please pass in the element font-size with it
 * Usage example:
    padding: em(16px, 1.6em); // font-size in 'em'
 */
/*
 * Set property by passing a property name, and values.
 * @param $property name - padding, margin etc.
 * @param $values        - values in `px` (space separated for multiple values)
 * @param $font-size     - base font-size in `em`
 * Usage example:
   @include toEm(padding, 8px 16px 8px, 1.6em);
 */
/*
 * Generate typefaces key-value pair of variable name and config
 * Example:
   --paragraph-center-bold-black: (14px, center, bold, black)
 */
/*
 * Sets font-size, font-weight, color, text-transform, text-align and line-height
 * Usage example:
   @include setTypeface(16px, bold, black, uppercase);
 */
/*
 * Set typefaces by passing a typeface variable name
 * @param $var   - typeface variable
 * @param $tt    - text-transform property
 * @param $align - text-align property
 * Usage example:
   @include typeface(--paragraph-bold-black, uppercase, center);
 */
/*
 * Range Slider Thumb styling is set here
 */
/*
 * SVG icons colors
 */
/*
 * Bar Spinner Animation
 * @param $count    - number of bars
 * @param $duration - duration of animation
 * @param $phase    - each bar phase change delay
 * Usage example:
   @include createBarspinnerAnimation(5, 1.2s, 0,1);
 */
/*
 * Tooltip colors
 * @param $color - color property
 * Usage example:
   @include tooltipColor(var(--brand-primary));
 */
/*
 * Convert Tooltip colors
 * @param $color - css color property
 * Usage example:
   @include convertTooltipColor(var(--status-default));
 */
/*
    Constants
*/
/*
    Variables
*/
/*
    List of all typefaces variables in the format: --$FONT_SIZES-$TEXT_ALIGN-$FONT_WEIGHTS-COLORS.
    See $FONT_SIZES, $TEXT_ALIGN, $FONT_WEIGHTS, $COLORS maps above for references.
    Variables name example: --title-center-semibold-red
 */
/*
    to use styles without modifier class on .inline-icon
    use @extend

    e.g. style icon on parent hover:
        a:hover .inline-icon {
            @extend %inline-icon-active;
        }
*/
.side-menu__icon, .account-settings-toggle svg, .advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.side-menu__icon .color1-fill, .account-settings-toggle svg .color1-fill, .advanced-simple-toggle__icon .color1-fill {
  fill: var(--color-text-secondary);
}
.side-menu__icon, .account-settings-toggle svg, .advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.side-menu__icon .color1-stroke, .account-settings-toggle svg .color1-stroke, .advanced-simple-toggle__icon .color1-stroke {
  stroke: var(--color-text-secondary);
}
.side-menu__icon, .account-settings-toggle svg, .advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.side-menu__icon .color2-fill, .account-settings-toggle svg .color2-fill, .advanced-simple-toggle__icon .color2-fill {
  fill: none;
}
.side-menu__icon, .account-settings-toggle svg, .advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.side-menu__icon .color2-stroke, .account-settings-toggle svg .color2-stroke, .advanced-simple-toggle__icon .color2-stroke {
  stroke: none;
}
.active.side-menu__icon, .account-settings-toggle svg.active, .active.advanced-simple-toggle__icon, .account-settings-toggle:hover svg, .header__menu-link--active .header__icon {
  /* postcss-bem-linter: ignore */
}
.active.side-menu__icon .color1-fill, .account-settings-toggle svg.active .color1-fill, .active.advanced-simple-toggle__icon .color1-fill, .account-settings-toggle:hover svg .color1-fill, .header__menu-link--active .header__icon .color1-fill {
  fill: var(--color-text-primary);
}
.active.side-menu__icon, .account-settings-toggle svg.active, .active.advanced-simple-toggle__icon, .account-settings-toggle:hover svg, .header__menu-link--active .header__icon {
  /* postcss-bem-linter: ignore */
}
.active.side-menu__icon .color1-stroke, .account-settings-toggle svg.active .color1-stroke, .active.advanced-simple-toggle__icon .color1-stroke, .account-settings-toggle:hover svg .color1-stroke, .header__menu-link--active .header__icon .color1-stroke {
  stroke: var(--color-text-primary);
}
.active.side-menu__icon, .account-settings-toggle svg.active, .active.advanced-simple-toggle__icon, .account-settings-toggle:hover svg, .header__menu-link--active .header__icon {
  /* postcss-bem-linter: ignore */
}
.active.side-menu__icon .color2-fill, .account-settings-toggle svg.active .color2-fill, .active.advanced-simple-toggle__icon .color2-fill, .account-settings-toggle:hover svg .color2-fill, .header__menu-link--active .header__icon .color2-fill {
  fill: none;
}
.active.side-menu__icon, .account-settings-toggle svg.active, .active.advanced-simple-toggle__icon, .account-settings-toggle:hover svg, .header__menu-link--active .header__icon {
  /* postcss-bem-linter: ignore */
}
.active.side-menu__icon .color2-stroke, .account-settings-toggle svg.active .color2-stroke, .active.advanced-simple-toggle__icon .color2-stroke, .account-settings-toggle:hover svg .color2-stroke, .header__menu-link--active .header__icon .color2-stroke {
  stroke: none;
}
.disabled.side-menu__icon, .account-settings-toggle svg.disabled, .disabled.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.disabled.side-menu__icon .color1-fill, .account-settings-toggle svg.disabled .color1-fill, .disabled.advanced-simple-toggle__icon .color1-fill {
  fill: var(--color-text-disabled);
}
.disabled.side-menu__icon, .account-settings-toggle svg.disabled, .disabled.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.disabled.side-menu__icon .color1-stroke, .account-settings-toggle svg.disabled .color1-stroke, .disabled.advanced-simple-toggle__icon .color1-stroke {
  stroke: var(--color-text-disabled);
}
.disabled.side-menu__icon, .account-settings-toggle svg.disabled, .disabled.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.disabled.side-menu__icon .color2-fill, .account-settings-toggle svg.disabled .color2-fill, .disabled.advanced-simple-toggle__icon .color2-fill {
  fill: none;
}
.disabled.side-menu__icon, .account-settings-toggle svg.disabled, .disabled.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.disabled.side-menu__icon .color2-stroke, .account-settings-toggle svg.disabled .color2-stroke, .disabled.advanced-simple-toggle__icon .color2-stroke {
  stroke: none;
}
.white.side-menu__icon, .account-settings-toggle svg.white, .white.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.white.side-menu__icon .color1-fill, .account-settings-toggle svg.white .color1-fill, .white.advanced-simple-toggle__icon .color1-fill {
  fill: var(--color-text-primary);
}
.white.side-menu__icon, .account-settings-toggle svg.white, .white.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.white.side-menu__icon .color1-stroke, .account-settings-toggle svg.white .color1-stroke, .white.advanced-simple-toggle__icon .color1-stroke {
  stroke: var(--color-text-primary);
}
.border_hover_color.side-menu__icon, .account-settings-toggle svg.border_hover_color, .border_hover_color.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.border_hover_color.side-menu__icon .color1-fill, .account-settings-toggle svg.border_hover_color .color1-fill, .border_hover_color.advanced-simple-toggle__icon .color1-fill {
  fill: var(--color-text-primary);
}
.border_hover_color.side-menu__icon, .account-settings-toggle svg.border_hover_color, .border_hover_color.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.border_hover_color.side-menu__icon .color1-stroke, .account-settings-toggle svg.border_hover_color .color1-stroke, .border_hover_color.advanced-simple-toggle__icon .color1-stroke {
  stroke: var(--color-text-primary);
}
.secondary.side-menu__icon, .account-settings-toggle svg.secondary, .secondary.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.secondary.side-menu__icon .color1-fill, .account-settings-toggle svg.secondary .color1-fill, .secondary.advanced-simple-toggle__icon .color1-fill {
  fill: var(--color-text-secondary);
}
.secondary.side-menu__icon, .account-settings-toggle svg.secondary, .secondary.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
}
.secondary.side-menu__icon .color1-stroke, .account-settings-toggle svg.secondary .color1-stroke, .secondary.advanced-simple-toggle__icon .color1-stroke {
  stroke: var(--color-text-secondary);
}

/**
 * Define Breakpoints here.
 */
/** Need to add new breakpoints for mixins */
/* postcss-bem-linter: ignore */
html {
  font-size: 62.5%;
  /** TODO: define breakpoints */
}

/** @define body */
.body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* postcss-bem-linter: ignore */
*,
html,
.body {
  font-family: "IBM Plex Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 767px) {
  *,
  html,
  .body {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

/** @define select */
.select {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  padding: 2px 3px;
  border: 1px solid var(--color-interactive-default);
  border-radius: 4px;
}

/** @define input */
.input {
  font-family: inherit;
  font-style: inherit;
  padding: 2px 3px;
  color: var(--color-text-secondary);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-text-secondary);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-text-secondary);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-text-secondary);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-text-secondary);
}

/** @define theme */
.theme--light {
  background: #ffffff;
  background: var(--brand-white);
}
.theme--dark {
  background: #181c25;
  background: var(--brand-black);
}

/** @define container */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

/** @define hidden */
.hidden {
  visibility: hidden !important;
  transition: none !important;
}

/** @define absolute-center-v */
.absolute-center-v {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

/** @define link */
.link {
  color: #ff444f;
  color: var(--brand-primary);
  font-weight: bold;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.link--white {
  color: #ffffff;
  color: var(--brand-white);
}
.link--right {
  float: right;
}
.link--prominent {
  color: var(--color-text-primary);
}
.link--no-underline:hover {
  text-decoration: none;
}

.link--no-bold {
  color: var(--color-text-danger);
  text-decoration: none;
}

.link.dark {
  color: var(--brand-red-grey);
}

/** @define icon */
.icon--centered {
  top: 0.8em;
  left: 5%;
}

/** @define center-text */
.center-text {
  text-align: center;
}

/** @define no-margin */
.no-margin {
  margin: 0;
}

/** @define hr */
.hr {
  border-top: var(--color-surface-border);
  display: block;
  height: 1px;
  border: 0;
  margin: 0.5em 0;
  padding: 0;
}

/** @define derivatives-trader */
.derivatives-trader {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

/*------------------------------------*
 *  # Reset SCSS
 *  - to make browsers render all elements more consistently
 *  - Reference:  https://github.com/AdamMarsden/simple-typography/blob/master/_reset.scss
 *------------------------------------*/
/* stylelint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
input,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
  font-size: 10px;
}

body {
  line-height: 1;
  height: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

/* stylelint-enable */
/**
 * New Theme System - Main Entry Point
 * 
 * This file imports the new token-based theme system.
 * It replaces the old themes.scss (now in legacy/themes.scss).
 */
/*------------------------------------*
 *  # Color Constants (Auto-Generated)
 *------------------------------------*/
/*
 * This file is auto-generated from brand.config.json
 * Do not edit manually - run 'npm run generate:colors' instead
 */
/* COLOR PALETTE */
/* Semantic colors from brand configuration */
/* Auto-generated color variants */
/**
 * Brand Tokens - Core White-Label Variables (Auto-Generated)
 *
 * This file is auto-generated from brand.config.json
 * Do not edit manually - run 'npm run generate:colors' instead
 *
 * Partners only need to customize colors in brand.config.json
 */
:root {
  --brand-primary: #ff444f;
  --brand-secondary: #85acb0;
  --brand-tertiary: #ff6b35;
  --brand-success: #4bb4b3;
  --brand-danger: #ec3f3f;
  --brand-warning: #ffad3a;
  --brand-info: #2196f3;
  --brand-neutral: #999999;
  --brand-primary-light: #ff5761;
  --brand-primary-dark: #e63d47;
  --brand-secondary-light: #91b4b8;
  --brand-secondary-dark: #789b9e;
  --brand-tertiary-light: #ff7a49;
  --brand-tertiary-dark: #e66030;
  --brand-danger-light: #ee5252;
  --brand-danger-dark: #d43939;
  --brand-success-light: #5dbcbb;
  --brand-success-dark: #44a2a1;
  --brand-warning-light: #ffb54e;
  --brand-warning-dark: #e69c34;
  --brand-info-light: #37a1f4;
  --brand-info-dark: #1e87db;
  --brand-white: #ffffff;
  --brand-black: #181c25;
}

/**
 * Semantic Color Tokens (Auto-Generated)
 *
 * This file is auto-generated from brand.config.json
 * Do not edit manually - run 'npm run generate:colors' instead
 *
 * These variables provide semantic meaning to colors and reference the brand tokens.
 * SCSS functions use actual color constants, not CSS variables.
 */
:root .theme--light {
  --color-surface-primary: var(--brand-white);
  --color-surface-overlay: rgba(255, 255, 255, 0.96);
  --color-surface-inverse: var(--brand-black);
  --color-surface-section: rgb(243.45, 243.65, 244.1);
  --color-surface-border: rgb(241.14, 241.38, 241.92);
  --color-text-primary: var(--brand-black);
  --color-text-secondary: rgba(24, 28, 37, 0.7);
  --color-text-secondary-alternate: var(--brand-success-dark);
  --color-text-tertiary: var(--brand-warning-dark);
  --color-text-disabled: rgba(24, 28, 37, 0.4);
  --color-text-inverse: var(--brand-white);
  --color-text-white: var(--brand-white);
  --color-text-black: var(--brand-black);
  --color-text-success: var(--brand-success);
  --color-text-danger: var(--brand-danger);
  --color-text-warning: var(--brand-warning);
  --color-text-info: var(--brand-info);
  --color-text-link: rgb(255, 93.5, 103);
  --color-interactive-default: rgba(24, 28, 37, 0.2);
  --color-interactive-hover: rgb(229.5, 229.5, 229.5);
  --color-interactive-active: rgb(216.75, 216.75, 216.75);
  --color-interactive-disabled: rgba(24, 28, 37, 0.1);
  --color-interactive-focus: var(--brand-info);
  --color-status-success: var(--brand-success);
  --color-status-success-bg: rgba(75, 180, 179, 0.16);
  --color-status-danger: var(--brand-danger);
  --color-status-danger-bg: rgba(236, 63, 63, 0.16);
  --color-status-warning: var(--brand-warning);
  --color-status-warning-bg: rgba(255, 173, 58, 0.16);
  --color-status-info: var(--brand-info);
  --color-status-info-bg: rgba(33, 150, 243, 0.16);
  --color-status-neutral: var(--brand-neutral);
  --color-shadow-subtle: rgba(24, 28, 37, 0.08);
  --color-shadow-medium: rgba(24, 28, 37, 0.16);
  --color-shadow-strong: rgba(24, 28, 37, 0.84);
  --color-gradient-overlay: linear-gradient(to top, #ffffff 85%, rgba(236, 63, 63, 0.16));
  --color-gradient-success: linear-gradient(to top, #ffffff, rgba(75, 180, 179, 0.16));
  --color-gradient-danger: linear-gradient(to top, #ffffff, rgba(236, 63, 63, 0.16));
}
:root .theme--dark {
  --color-surface-primary: var(--brand-black);
  --color-surface-overlay: rgba(24, 28, 37, 0.96);
  --color-surface-inverse: var(--brand-white);
  --color-surface-section: rgb(30.93, 34.81, 43.54);
  --color-surface-border: rgb(42.48, 46.16, 54.44);
  --color-text-primary: var(--brand-white);
  --color-text-secondary: rgba(255, 255, 255, 0.8);
  --color-text-secondary-alternate: var(--brand-success-light);
  --color-text-tertiary: var(--brand-warning-light);
  --color-text-disabled: rgba(255, 255, 255, 0.4);
  --color-text-inverse: var(--brand-black);
  --color-text-white: var(--brand-white);
  --color-text-black: var(--brand-black);
  --color-text-success: var(--brand-success);
  --color-text-danger: var(--brand-danger);
  --color-text-warning: var(--brand-warning);
  --color-text-info: var(--brand-info);
  --color-text-link: rgb(255, 93.5, 103);
  --color-interactive-default: rgb(64.131147541, 74.8196721311, 98.868852459);
  --color-interactive-hover: rgb(40.0524590164, 46.7278688525, 61.7475409836);
  --color-interactive-active: rgb(56.1049180328, 65.4557377049, 86.4950819672);
  --color-interactive-disabled: rgb(48.0786885246, 56.0918032787, 74.1213114754);
  --color-interactive-focus: var(--brand-info);
  --color-status-success: var(--brand-success);
  --color-status-success-bg: rgba(75, 180, 179, 0.16);
  --color-status-danger: var(--brand-danger);
  --color-status-danger-bg: rgba(236, 63, 63, 0.16);
  --color-status-warning: var(--brand-warning);
  --color-status-warning-bg: rgba(255, 173, 58, 0.16);
  --color-status-info: var(--brand-info);
  --color-status-info-bg: rgba(33, 150, 243, 0.16);
  --color-status-neutral: var(--brand-neutral);
  --color-shadow-subtle: rgba(24, 28, 37, 0.64);
  --color-shadow-medium: rgba(24, 28, 37, 0.84);
  --color-shadow-strong: rgba(24, 28, 37, 0.72);
  --color-gradient-overlay: linear-gradient(to top, #181c25 85%, rgba(236, 63, 63, 0.16));
  --color-gradient-success: linear-gradient(to top, #181c25, rgba(75, 180, 179, 0.16));
  --color-gradient-danger: linear-gradient(to top, #181c25, rgba(236, 63, 63, 0.16));
}

/**
 * Component Color Tokens (Auto-Generated)
 *
 * This file is auto-generated from brand.config.json
 * Do not edit manually - run 'npm run generate:colors' instead
 *
 * These variables define colors for specific UI components.
 * SCSS functions use actual color constants, not CSS variables.
 */
:root .theme--light {
  --color-button-primary-bg: var(--brand-primary);
  --color-button-primary-text: var(--color-text-white);
  --color-button-primary-hover: var(--brand-primary-dark);
  --color-button-secondary-bg: transparent;
  --color-button-secondary-border: var(--color-interactive-active);
  --color-button-secondary-text: var(--color-text-black);
  --color-button-secondary-hover: var(--color-interactive-hover);
  --color-button-tertiary-bg: transparent;
  --color-button-tertiary-text: var(--brand-primary);
  --color-button-tertiary-hover: rgba(255, 68, 79, 0.08);
  --color-button-disabled-bg: var(--color-interactive-disabled);
  --color-button-disabled-text: var(--color-text-disabled);
  --color-trade-buy: #4bb4b3;
  --color-trade-buy-bg: rgb(60, 144, 143.2);
  --color-trade-sell: #ec3f3f;
  --color-trade-sell-bg: rgb(225.6682464455, 22.3317535545, 22.3317535545);
  --color-trade-sell-text: #ff4d6e;
  --color-trade-disabled: var(--color-interactive-disabled);
  --color-input-bg: var(--color-surface-primary);
  --color-input-border: var(--color-interactive-default);
  --color-input-border-focus: var(--color-interactive-focus);
  --color-input-border-error: var(--brand-danger);
  --color-input-text: var(--color-text-secondary);
  --color-input-placeholder: var(--color-text-disabled);
  --color-link-default: var(--brand-primary);
  --color-link-hover: var(--brand-primary-dark);
  --color-link-visited: var(--brand-primary);
  --color-card-bg: var(--color-surface-primary);
  --color-card-border: var(--color-interactive-default);
  --color-card-shadow: var(--color-shadow-subtle);
  --color-nav-bg: var(--color-surface-primary);
  --color-nav-border: var(--color-surface-border);
  --color-nav-item-active: var(--brand-danger);
  --color-nav-item-hover: var(--color-interactive-hover);
  --color-modal-bg: var(--color-surface-primary);
  --color-modal-bg-secondary: var(--color-surface-section);
  --color-modal-popover-bg: #ffffff;
  --color-modal-backdrop: rgba(24, 28, 37, 0.28);
  --color-modal-border: var(--color-interactive-default);
  --color-table-header-bg: rgb(243.45, 243.65, 244.1);
  --color-table-border: var(--color-interactive-default);
  --color-table-row-hover: rgb(238.83, 239.11, 239.74);
  --color-table-row-selected: var(--color-status-info-bg);
  --color-chart-buy: var(--color-trade-buy);
  --color-chart-sell: var(--color-trade-sell);
  --color-chart-grid: var(--color-interactive-default);
  --color-chart-axis: var(--color-text-secondary);
  --color-notification-success-bg: var(--color-status-success-bg);
  --color-notification-success-border: var(--color-status-success);
  --color-notification-error-bg: var(--color-status-danger-bg);
  --color-notification-error-border: var(--color-status-danger);
  --color-notification-warning-bg: var(--color-status-warning-bg);
  --color-notification-warning-border: var(--color-status-warning);
  --color-notification-info-bg: var(--color-status-info-bg);
  --color-notification-info-border: var(--color-status-info);
  --color-progress-bg: rgba(24, 28, 37, 0.1);
  --color-progress-fill: var(--brand-primary);
  --color-loading-spinner: var(--brand-primary);
  --color-badge-success-bg: var(--color-status-success);
  --color-badge-success-text: var(--color-surface-primary);
  --color-badge-danger-bg: var(--color-status-danger);
  --color-badge-danger-text: var(--color-surface-primary);
  --color-badge-warning-bg: var(--color-status-warning);
  --color-badge-warning-text: var(--brand-black);
  --color-badge-info-bg: var(--color-status-info);
  --color-badge-info-text: var(--color-surface-primary);
  --color-badge-neutral-bg: var(--color-status-neutral);
  --color-badge-neutral-text: var(--color-surface-primary);
}
:root .theme--dark {
  --color-button-primary-bg: var(--brand-primary);
  --color-button-primary-text: var(--color-text-white);
  --color-button-primary-hover: var(--brand-primary-dark);
  --color-button-secondary-bg: transparent;
  --color-button-secondary-border: var(--color-interactive-active);
  --color-button-secondary-text: var(--color-text-white);
  --color-button-secondary-hover: rgba(255, 255, 255, 0.08);
  --color-button-tertiary-bg: transparent;
  --color-button-tertiary-text: var(--brand-primary);
  --color-button-tertiary-hover: rgba(236, 63, 63, 0.08);
  --color-button-disabled-bg: var(--color-interactive-disabled);
  --color-button-disabled-text: var(--color-text-disabled);
  --color-trade-buy: #4bb4b3;
  --color-trade-buy-bg: rgb(60, 144, 143.2);
  --color-trade-sell: #ec3f3f;
  --color-trade-sell-bg: rgb(225.6682464455, 22.3317535545, 22.3317535545);
  --color-trade-sell-text: #ff4d6e;
  --color-trade-disabled: var(--color-interactive-disabled);
  --color-input-bg: var(--color-surface-primary);
  --color-input-border: var(--color-interactive-default);
  --color-input-border-focus: var(--color-interactive-focus);
  --color-input-border-error: var(--brand-danger);
  --color-input-text: var(--color-text-secondary);
  --color-input-placeholder: var(--color-text-disabled);
  --color-link-default: var(--brand-primary);
  --color-link-hover: var(--brand-primary-dark);
  --color-link-visited: var(--brand-primary);
  --color-card-bg: rgb(40.0524590164, 46.7278688525, 61.7475409836);
  --color-card-border: var(--color-interactive-default);
  --color-card-shadow: var(--color-shadow-subtle);
  --color-nav-bg: var(--color-surface-primary);
  --color-nav-border: var(--color-surface-border);
  --color-nav-item-active: var(--brand-danger);
  --color-nav-item-hover: var(--color-interactive-hover);
  --color-modal-bg: var(--core-color-solid-slate-1100);
  --color-modal-bg-secondary: var(--core-color-solid-slate-1000);
  --color-modal-popover-bg: #20242f;
  --color-modal-backdrop: rgba(24, 28, 37, 0.6);
  --color-modal-border: var(--color-interactive-default);
  --color-table-header-bg: rgb(54.0983606557, 63.1147540984, 83.4016393443);
  --color-table-border: var(--color-interactive-default);
  --color-table-row-hover: rgb(54.0983606557, 63.1147540984, 83.4016393443);
  --color-table-row-selected: var(--color-status-info-bg);
  --color-chart-buy: var(--color-trade-buy);
  --color-chart-sell: var(--color-trade-sell);
  --color-chart-grid: var(--color-interactive-default);
  --color-chart-axis: var(--color-text-secondary);
  --color-notification-success-bg: var(--color-status-success-bg);
  --color-notification-success-border: var(--color-status-success);
  --color-notification-error-bg: var(--color-status-danger-bg);
  --color-notification-error-border: var(--color-status-danger);
  --color-notification-warning-bg: var(--color-status-warning-bg);
  --color-notification-warning-border: var(--color-status-warning);
  --color-notification-info-bg: var(--color-status-info-bg);
  --color-notification-info-border: var(--color-status-info);
  --color-progress-bg: rgb(48.0786885246, 56.0918032787, 74.1213114754);
  --color-progress-fill: var(--brand-primary);
  --color-loading-spinner: var(--brand-primary);
  --color-badge-success-bg: var(--color-status-success);
  --color-badge-success-text: var(--color-surface-primary);
  --color-badge-danger-bg: var(--color-status-danger);
  --color-badge-danger-text: var(--color-surface-primary);
  --color-badge-warning-bg: var(--color-status-warning);
  --color-badge-warning-text: var(--brand-black);
  --color-badge-info-bg: var(--color-status-info);
  --color-badge-info-text: var(--color-surface-primary);
  --color-badge-neutral-bg: var(--color-status-neutral);
  --color-badge-neutral-text: var(--color-surface-primary);
}

/**
 * Typography Tokens
 * 
 * These variables define text sizes, line heights, and font weights.
 * These are well-structured and don't need consolidation.
 */
:root {
  --text-size-xxxxs: 0.8rem;
  --text-size-xxxs: 1rem;
  --text-size-xxs: 1.2rem;
  --text-size-xs: 1.4rem;
  --text-size-s: 1.6rem;
  --text-size-xsm: 1.8rem;
  --text-size-sm: 2rem;
  --text-size-m: 2.4rem;
  --text-size-xm: 2.8rem;
  --text-size-l: 3.2rem;
  --text-size-xl: 4.8rem;
  --text-size-xxl: 6.4rem;
  --text-lh-xxs: 1;
  --text-lh-xs: 1.25;
  --text-lh-s: 1.4;
  --text-lh-m: 1.5;
  --text-lh-l: 1.75;
  --text-lh-xl: 2;
  --text-lh-xxl: 2.4;
  --text-weight-lighter: lighter;
  --text-weight-normal: normal;
  --text-weight-bold: bold;
  --text-weight-bolder: bolder;
  --text-align-left: start;
  --text-align-right: right;
  --text-align-center: center;
  --text-align-end: end;
  /**
  * Semantic Typography Tokens
  * 
  * These provide semantic meaning to typography combinations.
  */
  --typography-heading-xl: var(--text-weight-bold) var(--text-size-xxl) / var(--text-lh-xs);
  --typography-heading-l: var(--text-weight-bold) var(--text-size-xl) / var(--text-lh-s);
  --typography-heading-m: var(--text-weight-bold) var(--text-size-l) / var(--text-lh-s);
  --typography-heading-s: var(--text-weight-bold) var(--text-size-m) / var(--text-lh-m);
  --typography-body-l: var(--text-weight-normal) var(--text-size-s) / var(--text-lh-m);
  --typography-body-m: var(--text-weight-normal) var(--text-size-xs) / var(--text-lh-m);
  --typography-body-s: var(--text-weight-normal) var(--text-size-xxs) / var(--text-lh-s);
  --typography-caption-l: var(--text-weight-normal) var(--text-size-xs) / var(--text-lh-s);
  --typography-caption-m: var(--text-weight-normal) var(--text-size-xxs) / var(--text-lh-s);
  --typography-caption-s: var(--text-weight-normal) var(--text-size-xxxs) / var(--text-lh-xs);
  --typography-button-l: var(--text-weight-bold) var(--text-size-xs) / var(--text-lh-xs);
  --typography-button-m: var(--text-weight-bold) var(--text-size-xxs) / var(--text-lh-xs);
  --typography-button-s: var(--text-weight-bold) var(--text-size-xxxs) / var(--text-lh-xs);
  --typography-label: var(--text-weight-bold) var(--text-size-xxs) / var(--text-lh-s);
  --typography-label-small: var(--text-weight-bold) var(--text-size-xxxs) / var(--text-lh-s);
}

/**
 * Theme System Architecture:
 * 
 * 1. Brand Tokens (tokens/brand.scss)
 *    - 6 core brand colors that control everything
 *    - White-label override system
 *    - Auto-derived color variants
 * 
 * 2. Semantic Tokens (tokens/semantic.scss)
 *    - Surface colors (consolidates 19 white variables)
 *    - Text colors (consolidates 63 text variables)
 *    - Interactive states (consolidates state/border/fill)
 *    - Status colors (consolidates 28 status variables)
 * 
 * 3. Component Tokens (tokens/components.scss)
 *    - Button colors (consolidates 24 button variables)
 *    - Trading colors (consolidates 12 purchase variables)
 *    - Form, navigation, modal, table colors
 * 
 * 4. Typography Tokens (tokens/typography.scss)
 *    - Text sizes, line heights, font weights
 *    - Semantic typography combinations
 */
@keyframes closeDrawerWrapper {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1279px) {
  /** disabling pull to refresh on iOS / Android browsers */
  /* postcss-bem-linter: ignore */
  body,
  .derivatives-trader,
  .modal-root,
  .body {
    /* Sending body at the bottom of the stack */
    z-index: 1;
  }
  .derivatives-trader {
    /* Making the wrapper stack above the body */
    overscroll-behavior: none;
  }
  .derivatives-trader .trade-notifications {
    position: absolute;
    width: 40rem;
    max-width: calc(100% - 1.6rem);
    z-index: 6;
    top: 0.8rem;
    right: 0.8rem;
    bottom: auto;
    left: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .derivatives-trader .notification-messages .trade-notifications {
    position: relative;
    top: initial;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    max-width: 32.8rem;
    width: calc(100% - 0.8rem);
    margin-right: 0.4rem;
    top: -0.8rem;
  }
  .modal-root {
    height: 100% !important;
  }
  .popup-root > .dc-toast {
    top: 48px;
    z-index: 3;
    margin: auto;
    position: absolute;
  }
  .popup-root .dc-toast-popup {
    max-width: calc(100vw - 1.6rem);
    left: 1.6rem;
    width: calc(100vw - 3.2rem);
    top: 48px;
    position: absolute;
    right: 1.6rem;
  }
}
/** @define app-contents; weak */
.app-contents {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  background-color: var(--color-surface-primary);
}
.app-contents--is-disabled:after {
  opacity: 1;
  pointer-events: auto;
}
.app-contents--is-route-modal {
  background-color: var(--color-modal-backdrop);
}
.app-contents--is-hidden {
  margin-top: 0;
}
.app-contents--is-onboarding {
  margin: 0 !important;
}
.app-contents--is-onboarding {
  padding: 0;
  height: inherit;
}
@media (max-width: 600px) {
  .app-contents {
    margin-left: 0;
    margin-bottom: 0;
    height: calc(100% - 56px);
    position: relative;
    margin-top: 56px;
  }
  .app-contents--is-scrollable {
    overflow-y: auto;
  }
  .app-contents--is-dashboard {
    height: calc(100% - 56px);
    margin-top: 56px;
  }
  .app-contents--is-hidden {
    margin-top: 0;
  }
  .app-contents--is-dtrader-v2 {
    height: calc(100% - 56px);
    margin-top: 56px;
  }
  .app-contents--is-dtrader-v2[\:has\(.trade-notification\)] {
    position: static;
    position: initial;
  }
  .app-contents--is-dtrader-v2[\:has\(.trade-notification\)] {
    position: static;
    position: initial;
  }
  .app-contents--is-dtrader-v2[\:has\(.trade-notification\)] {
    position: static;
    position: initial;
  }
  .app-contents--is-dtrader-v2:has(.trade-notification) {
    position: static;
    position: initial;
  }
  .app-contents--is-dtrader-v2--with-banner {
    height: calc(100% - 128px);
    margin-top: 128px;
  }
  .app-contents--is-dtrader-v2--with-banner[\:has\(.trade-notification\)] {
    position: static;
    position: initial;
  }
  .app-contents--is-dtrader-v2--with-banner[\:has\(.trade-notification\)] {
    position: static;
    position: initial;
  }
  .app-contents--is-dtrader-v2--with-banner[\:has\(.trade-notification\)] {
    position: static;
    position: initial;
  }
  .app-contents--is-dtrader-v2--with-banner:has(.trade-notification) {
    position: static;
    position: initial;
  }
  .app-contents .ciq-menu {
    top: 0;
    margin: 0.8rem;
    z-index: 2;
  }
  .app-contents .cq-symbol-select-btn {
    padding: 0.3rem 0.9rem;
  }
  .app-contents .cq-symbol-select-btn .cq-symbol-dropdown {
    transform: scale(1);
    margin-left: auto;
  }
  .app-contents .cq-symbol-select-btn .cq-symbol {
    font-size: 1.2rem;
  }
  .app-contents .cq-symbol-select-btn .cq-chart-price {
    display: none;
  }
  .app-contents .cq-symbol-select-btn .cq-symbol-info {
    margin: 0 0.8rem;
    white-space: nowrap;
  }
  .app-contents .chart-container__loader {
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
  }
  .app-contents .contract-details-wrapper {
    height: inherit;
    position: relative;
    z-index: 1;
  }
  .app-contents .contract-audit-card {
    background-color: var(--color-surface-primary);
    border-radius: 4px;
  }
  .app-contents .contract-audit-card .contract-audit__wrapper {
    height: 100%;
  }
}

/** @define popup-root */
.popup-root {
  position: absolute;
  z-index: 9999;
}

/** @define contract */
.contract--enter {
  transform: translate3d(calc(100% + 1.6em), 0, 0);
  opacity: 0;
}
.contract--exit {
  transform: translate3d(calc(100% + 1.6em), 0, 0);
  opacity: 0;
  pointer-events: none;
}

/** @define advanced-simple-toggle */
/*rtl:begin:ignore*/
.advanced-simple-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin shorthand for values below does not work */
  width: calc(100% + 16px);
  margin-top: 8px;
  margin-left: -8px;
  margin-bottom: -9px;
  margin-right: 0;
  padding: 8px 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 0;
  background: none;
  transition: background-color 0.25s linear;
}
.advanced-simple-toggle__icon {
  transition: transform 0.2s ease;
}
.advanced-simple-toggle__icon--active {
  transform: rotate(180deg);
}
.advanced-simple-toggle:hover {
  cursor: pointer;
  background-color: var(--color-interactive-hover);
}
.advanced-simple-toggle:focus {
  outline: none;
}

/*rtl:end:ignore*/
/** @define category-wrapper */
.category-wrapper {
  width: 2.4em;
  height: 2.4em;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-surface-section);
}

/** @define type-wrapper */
.type-wrapper {
  width: 2.4em;
  height: 2.4em;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-surface-section);
  /* postcss-bem-linter: ignore */
}
.type-wrapper .color1-fill {
  fill: #ff444f;
  fill: var(--brand-primary);
}
.type-wrapper {
  /* postcss-bem-linter: ignore */
}
.type-wrapper .color2-fill {
  fill: #85acb0;
  fill: var(--brand-secondary);
}

/** @define no-scroll */
.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}

/** @define mobile-only */
@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

/** @define error */
.error__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 9em);
}
.error__message {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .error__message {
    font-size: calc(0.5357142857vw + 12.2857142857px);
  }
}
@media screen and (min-width: 1440px) {
  .error__message {
    font-size: 20px;
  }
}
.error__message {
  color: var(--color-text-secondary);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/** @define header; weak */
.header {
  position: absolute;
  box-sizing: border-box;
  height: 48px;
  width: 100%;
  top: 0;
  transition: opacity 0.3s;
  backface-visibility: hidden;
  background-color: var(--color-surface-primary);
  border-bottom: 1px solid var(--color-surface-border);
}
@media (min-width: 601px) {
  .header {
    display: none;
  }
}
.header--is-disabled:after {
  opacity: 1;
  pointer-events: auto;
}
.header--is-hidden {
  display: none;
}
.header__menu-mobile-whatsapp-link {
  text-decoration: none;
  color: var(--color-text-secondary);
  padding-left: 1.6rem;
}
.header__menu-mobile-livechat {
  border-bottom: 1px solid var(--color-surface-border);
}
.header__menu-mobile-body-wrapper {
  position: relative;
  overflow-y: auto;
  height: calc(100% - 5.6rem);
}
.header__menu-section {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 0 2.4rem;
}
.header__menu-section-header {
  padding: 0 1.6rem;
}
.header__menu-section-title {
  color: var(--color-text-primary);
}
.header__menu-logout {
  height: 7.2rem;
}
.header__menu-logout .header__menu-mobile-link-text {
  border-bottom: none;
}
.header__menu-logout .header__menu-mobile-link-text * {
  color: var(--color-text-danger);
}
.header__menu-mobile-theme {
  border-bottom: 1px solid var(--color-surface-border);
  padding-right: 0;
}
.header__menu-mobile-theme--responsible-trading {
  border-bottom: 1px solid var(--color-surface-border);
}
.header__menu--separator {
  border-right: 1px solid var(--color-surface-border);
  width: 2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
.header__menu--dtrader--separator {
  border-right: 1px solid var(--color-surface-border);
  margin-top: 0.8rem;
  height: 3.2rem;
}
.header__menu--dtrader--separator--account {
  margin-right: 1rem;
}
.header__menu__redirect {
  display: flex;
}
.header__menu__redirect--link {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
}
.header__redirect--dtratder {
  display: flex;
  margin-left: 50rem;
}
.header__redirect--dtratder--link {
  display: flex;
  align-items: center;
  margin-right: 5rem;
  padding: 0.5rem;
  text-decoration: none;
}
.header__menu-mobile-link {
  text-decoration: none;
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
}
.header__menu-mobile-link--active .header__menu-mobile-link-text {
  font-weight: bold;
}
.header__menu-mobile-link-text {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-surface-border);
}
.header__menu-mobile-link-icon {
  margin-right: 16px;
}
[dir=rtl] .header__menu-mobile-link-suffix-icon {
  rotate: 180deg;
}
.header__menu-mobile-link-flag-icon {
  margin-right: 16px;
}
.header__menu-items {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header__menu-divider {
  margin-left: 20rem;
}
.header__menu-toggle {
  align-self: center;
  display: flex;
}
.header__menu-links {
  height: 100%;
  align-self: center;
}
@media (max-width: 1279px) {
  .header__menu-links {
    display: none;
  }
}
.header__menu-link {
  height: 100%;
  padding: 0 1.6em;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  transition: background-color 0.3s;
  cursor: pointer;
}
[dir="ltr"] .header__menu-link-text {
  text-align: left;
}
[dir="rtl"] .header__menu-link-text {
  text-align: right;
}
.header__menu-link-text {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-text-black);
  text-transform: none;
  line-height: 1.75;
  padding: 0.5em 0;
  position: relative;
  color: var(--color-text-primary);
  /* postcss-bem-linter: ignore */
}
.header__menu-link-text .color1-fill {
  fill: var(--color-text-primary);
}
.header__menu-link-text {
  /* postcss-bem-linter: ignore */
}
.header__menu-link-text .color1-stroke {
  stroke: var(--color-text-primary);
}
.header__menu-link-text {
  /* postcss-bem-linter: ignore */
}
.header__menu-link-text .color2-fill {
  fill: none;
}
.header__menu-link-text {
  /* postcss-bem-linter: ignore */
}
.header__menu-link-text .color2-stroke {
  stroke: none;
}
.header__menu-link-text {
  /* postcss-bem-linter: ignore */
}
.header__menu-link-text .color3-fill {
  fill: var(--color-text-primary);
}
.header__menu-link-text {
  /* postcss-bem-linter: ignore */
}
.header__menu-link-text .color3-stroke {
  stroke: var(--color-text-primary);
}
.header__menu-link:hover:not(.header__menu-link--active) {
  background-color: var(--color-interactive-hover);
}
.header__menu-link--active > .header__menu-link-text[title] {
  font-weight: bold;
  color: var(--color-text-primary);
}
.header__menu-link--active > .header__menu-link-text[title]:after {
  color: var(--color-text-primary);
}
.header__logo {
  padding: 0 1.6rem;
}
.header__title {
  display: inline-block;
  font-weight: bold;
  color: var(--color-text-primary);
}
.header__icon {
  vertical-align: middle;
}
@media (max-width: 1279px) {
  .header {
    height: 56px;
  }
  .header .header__menu-left,
  .header .header__menu-right {
    height: 55px;
  }
}
.header__divider {
  width: 0.1rem;
  height: 3rem;
  background: var(--color-surface-primary);
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__divider {
    height: 2.4rem;
  }
}

.header-v2 {
  height: 56px;
  border-bottom: none;
}
.header-v2--with-banner {
  height: 128px;
}
.header-v2__acc-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.header-v2__acc-info__name {
  display: flex;
  align-items: center;
  gap: var(--core-spacing-200);
}
h5.header-v2__acc-info__balance {
  color: var(--core-color-opacity-black-600);
}
.header-v2__acc-info__container {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: var(--core-spacing-800);
  padding-right: var(--core-spacing-800);
}
.header-v2__acc-info__container .notifications__icon {
  fill: var(--core-color-opacity-black-600);
}
.header-v2__acc-info__container .notifications__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--core-size-1800);
  height: var(--core-size-1800);
}
.header-v2__acc-info__wrapper {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--core-spacing-400);
}
.header-v2__acc-info__select-arrow {
  pointer-events: none;
  transform: rotate(0);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-v2__acc-info__select-arrow--up {
  transform: rotate(180deg);
}
.header-v2__loader {
  display: flex;
  justify-content: space-between;
  padding: var(--core-spacing-300) var(--semantic-spacing-general-md);
}

.contract-details-header-v2 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: var(--core-spacing-400) var(--core-spacing-50);
}
.contract-details-header-v2 .arrow {
  position: absolute;
  cursor: pointer;
  left: var(--core-size-1200);
}

.modal-root {
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  display: none;
  overflow: hidden;
  opacity: 0;
  background-color: var(--color-modal-backdrop);
}
.modal-root:not(:empty) {
  display: flex;
  opacity: 1;
}
.modal-root--absolute {
  z-index: 9999;
}

/** @define server-time */
[dir="ltr"] .server-time {
  text-align: left;
}
[dir="rtl"] .server-time {
  text-align: right;
}
.server-time {
  display: inline-flex;
  align-self: center;
  margin-right: 1rem;
  padding: 0 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-text-black);
  text-transform: none;
  line-height: 1.25;
  color: var(--color-text-secondary);
}
.server-time--is-mobile {
  padding: 0 1rem 0 0;
  margin-right: 0;
}

@keyframes blinking-network-status {
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** @define network-status  */
.network-status__wrapper {
  height: 1.4rem;
  position: relative;
}
.network-status__wrapper--is-mobile .network-status__circle {
  margin: 0.2rem 0 0.2rem -0.2rem;
}
.network-status__tooltip {
  left: auto;
  left: initial;
  text-decoration-line: none;
}
.network-status__circle {
  background: var(--color-surface-primary);
  width: 1rem;
  height: 1rem;
  margin: 0;
  border-radius: 50%;
}
.network-status__circle--online {
  background: var(--color-text-success);
}
.network-status__circle--offline {
  background: var(--color-text-danger);
}
.network-status__circle--blinker {
  animation: blinking-network-status 0.4s alternate infinite;
  background: var(--color-text-success);
}

.account-settings-toggle {
  margin-right: 1.2rem;
}
.account-settings-toggle svg {
  height: 20px;
  width: 20px;
}
/** @define error-box */
.error-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  text-align: center;
  color: var(--color-surface-primary);
}

.media {
  margin: 0 0 24px;
}
[dir="ltr"] .media__heading {
  text-align: left;
}
[dir="rtl"] .media__heading {
  text-align: right;
}
.media__heading {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-text-black);
  text-transform: none;
  line-height: 1.5;
  color: var(--color-text-primary);
  margin: 0 0 16px;
  text-transform: none;
}
.media__heading .inline-message {
  margin-top: 1.6rem;
}
.media__icon {
  height: 120px;
  margin-right: 1.6em;
  border-radius: 4px;
  min-width: 160px;
}
.media__icon:empty {
  background-color: var(--color-interactive-disabled);
}
[dir="ltr"] .media__description {
  text-align: left;
}
[dir="rtl"] .media__description {
  text-align: right;
}
.media__description {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-text-black);
  text-transform: none;
  line-height: 1.5;
  color: var(--color-text-primary);
}
.media__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-transform: none;
  text-transform: initial;
  color: var(--color-text-primary);
}

/** @define side-menu */
.side-menu {
  overflow: hidden;
}
.side-menu__heading {
  padding: 20px 16px;
}
.side-menu__main-header-layout {
  height: 100%;
  min-width: 270px;
}
.side-menu__sub-header-layout {
  padding-top: 56px;
  height: 100%;
  border-left: 2px solid var(--color-surface-border);
}
.side-menu__title {
  font-size: 1.6rem;
  font-size: var(--text-size-s);
  font-weight: bold;
  margin: 0 0.8rem;
  color: var(--color-text-primary);
}
.side-menu__header--active {
  background-color: var(--color-surface-primary);
}
.side-menu__header--active:hover {
  background-color: var(--color-surface-primary) !important;
}
.side-menu__header--active {
  /* postcss-bem-linter: ignore */
}
.side-menu__header--active div {
  font-weight: bold;
}
.side-menu__header--disabled {
  opacity: 0.32;
  pointer-events: none;
}
.side-menu__icon {
  transform: rotate(360deg);
  margin-left: auto;
  font-weight: bold;
}

/* postcss-bem-linter: ignore */
.dc-vertical-tab__tab .dc-vertical-tab__header {
  /* postcss-bem-linter: ignore */
}
.dc-vertical-tab__tab .dc-vertical-tab__header .dc-vertical-tab__header__link {
  margin-left: 4px;
}
.dc-vertical-tab__tab .dc-vertical-tab__header--active {
  /* postcss-bem-linter: ignore */
}
.dc-vertical-tab__tab .dc-vertical-tab__header--active .dc-vertical-tab__header__link {
  margin-left: 0;
}
.dc-vertical-tab__tab .dc-vertical-tab__header {
  /* postcss-bem-linter: ignore */
}
.dc-vertical-tab__tab .dc-vertical-tab__header--disabled {
  opacity: 0.32;
  pointer-events: none;
}

.livechat {
  display: flex;
  width: 100%;
  align-items: center;
  padding-right: 1.6rem;
}
.livechat__icon {
  margin-right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
}
.livechat__icon-wrapper {
  display: flex;
  align-items: center;
}

#chat-widget-minimized {
  display: none !important;
}

/** @define cookie-banner; weak */
.cookie-banner {
  position: fixed;
  background-color: var(--color-surface-primary);
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.08), 0 0 24px 0 rgba(0, 0, 0, 0.08);
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  color: var(--color-text-black);
  text-transform: none;
  line-height: 1.5;
  color: var(--color-text-secondary);
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 2.8rem 0;
  bottom: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  transition: top 0.3s ease-in-out;
  z-index: 1000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cookie-banner {
    font-size: 12px;
    font-weight: bold;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2.4rem 0;
  }
}
.cookie-banner--theme-dark {
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.64), 0 0 24px 0 rgba(0, 0, 0, 0.64);
}
.cookie-banner--is-closed {
  transform: translateY(152px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .cookie-banner--is-closed {
    transform: translateY(168px);
  }
}
.cookie-banner .description {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .cookie-banner .description {
    width: 640px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .cookie-banner .description {
    max-width: 296px;
  }
}
.cookie-banner__btn-dont-accept, .cookie-banner__btn-dont-accept:hover, .cookie-banner__btn-accept, .cookie-banner__btn-accept:hover {
  margin: 20px auto 0;
  height: 40px;
  border-width: 2px;
  border-radius: 4px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cookie-banner__btn-dont-accept, .cookie-banner__btn-dont-accept:hover, .cookie-banner__btn-accept, .cookie-banner__btn-accept:hover {
    height: 32px;
    border-width: 1px;
  }
}
.cookie-banner__btn-dont-accept, .cookie-banner__btn-dont-accept:hover {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 8px;
}
.cookie-banner__btn-accept {
  width: -moz-fit-content;
  width: fit-content;
}

.notification-banner {
  position: relative;
  display: flex;
  background-color: var(--color-surface-primary);
  color: var(--color-text-primary);
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 var(--color-shadow-medium), 0 4px 6px 0 var(--color-shadow-medium);
  width: 100%;
  max-width: 40rem;
  min-height: 14.4rem;
  transition: transform 0.25s ease, opacity 0.25s linear;
  margin-bottom: 16px;
}
.notification-banner--enter-done {
  opacity: 1;
  transform: translateY(0);
}
.notification-banner--enter, .notification-banner--exit {
  opacity: 0;
  transform: translateY(-16px);
}
.notification-banner--left {
  margin: 1.6rem 0 1.6rem 1.6rem;
  width: 50%;
  min-width: 220px;
}
.notification-banner--right {
  position: relative;
  width: calc(100% - 138px);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .notification-banner__title {
    white-space: nowrap;
  }
}
.notification-banner__description {
  margin-top: 0.8rem;
}
.notification-banner__btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  margin-top: 4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-banner__btn-wrapper {
    margin-top: 1rem;
  }
}
.notification-banner__bg {
  position: absolute;
  right: 0;
  background-color: #ff6444;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 1;
}
.notification-banner__trustpilot .notification-banner__bg {
  max-width: 13.8rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-banner__trustpilot .notification-banner__bg {
    max-width: 11rem;
  }
}
.notification-banner__img {
  position: absolute;
  right: 1.2rem;
  bottom: -0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 15.2rem;
  width: auto;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-banner__img {
    height: 12rem;
    bottom: 0;
    right: 0.8rem;
  }
}
.notification-banner__close-icon {
  position: absolute;
  z-index: 2;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-banner {
    height: 100%;
    max-height: 13.8rem;
    width: calc(100vw - 1.6rem);
    left: 0.8rem;
    top: -0.2rem;
  }
}

.notification-promo {
  position: relative;
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--color-surface-primary);
  box-shadow: 0 4px 6px 0 var(--color-shadow-medium), 0 4px 6px 0 var(--color-shadow-medium);
  border-radius: 4px;
  margin-bottom: 16px;
  transition: transform 0.25s ease, opacity 0.25s linear;
}
.notification-promo--enter-done {
  opacity: 1;
  transform: translateY(0);
}
.notification-promo--enter, .notification-promo--exit {
  opacity: 0;
  transform: translateY(-16px);
}
.notification-promo__img {
  position: absolute;
  -o-object-fit: fill;
     object-fit: fill;
  width: 128px;
  height: 100%;
  right: 0;
  z-index: 12;
  pointer-events: none;
  border-radius: 0 4px 4px 0;
}
.notification-promo--container {
  width: 100%;
  padding: 16px;
}
.notification-promo--left {
  max-width: calc(100% - 128px);
}
.notification-promo__btn {
  margin-top: 16px;
}
.notification-promo__close-icon {
  position: absolute;
  z-index: 12;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-promo {
    height: 100%;
    max-height: 12.2rem;
    width: calc(100vw - 1.6rem);
    left: 0.8rem;
    top: -0.2rem;
  }
  .notification-promo__btn {
    margin-top: 6px;
  }
}

.onfido-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.onfido-container__hidden {
  display: none;
}
.onfido-container-view_wrapper {
  position: relative;
  min-width: 32.8rem;
  min-height: 50rem;
  margin: auto;
}
@media (max-width: 1279px) {
  .onfido-container-view_wrapper {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.onfido-container .account-form__poi-confirm-example_container {
  margin-bottom: 0;
}
.onfido-container .onfido-sdk-ui-Modal-inner {
  border-radius: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .onfido-container .onfido-sdk-ui-Theme-step {
    height: auto;
  }
}
@media (max-width: 1279px) {
  .onfido-container {
    padding: 1.6rem;
    height: 100%;
  }
  .onfido-container .onfido-sdk-ui-PageTitle-titleWrapper {
    margin: 2.4rem 0 0;
  }
  .onfido-container .onfido-sdk-ui-PageTitle-title {
    font-size: 2rem;
    text-align: center;
  }
  .onfido-container .onfido-sdk-ui-PageTitle-titleSpan {
    font-size: 2rem;
  }
}
.onfido-container .onfido-sdk-ui-Camera-webcamContainer {
  left: auto;
  width: -webkit-fill-available;
}
.onfido-container__disabled {
  opacity: 0.5;
  pointer-events: none;
}
.onfido-container__info-message {
  width: 100% !important;
}
.onfido-container__info-message {
  position: absolute;
  top: 1.6rem;
  left: 50%;
  z-index: 1;
  transform: translate(-50%);
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 1279px) {
  .onfido-container__info-message {
    margin-top: 1.6rem;
  }
}
.onfido-container__info-message .dc-hint-box {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.onfido-container__status-message {
  background-color: var(--transparent-correct-message);
  justify-content: flex-start;
  transition: transform 0.35s ease, opacity 0.35s linear;
  transform-origin: top;
  opacity: 1;
  width: 98%;
}
.onfido-container__status-message--exit {
  transform: scale(1, 0);
  opacity: 0;
}
.onfido-container__status-message_container {
  position: absolute;
  top: 0.4rem;
  min-height: 3.4rem;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.account-form__fieldset .dc-autocomplete,
.account-form__fieldset .dc-select-native {
  margin-bottom: 3.2rem;
}
@media (max-width: 1279px) {
  .account-form__fieldset--email-consent {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1279px) {
  .account-form__financial-assessment .dc-select-native {
    margin-bottom: 0;
  }
}
.account-form__poi-inline-message {
  margin-bottom: 1.6rem;
}
.account-form__poi-confirm-example {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 1279px) {
  .account-form__poi-confirm-example {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.account-form__poi-confirm-example .account-form__fieldset {
  max-width: none;
  max-width: initial;
}
.account-form__poi-confirm-example--status-message {
  margin-top: 1.6rem;
  text-align: center;
  width: 100%;
}
.account-form__poi-confirm-example_container {
  border: 1px solid var(--color-interactive-active);
  border-radius: 0.8rem;
}
@media (min-width: 1280px) {
  .account-form__poi-confirm-example_container {
    padding: 1.6rem;
  }
}
@media (max-width: 1279px) {
  .account-form__poi-confirm-example_container {
    padding: 1.6rem 1.6rem 0;
    margin-bottom: 2.4rem;
  }
}
.account-form__poi-confirm-example_wrapper {
  transition: transform 0.35s ease, opacity 0.35s linear;
  transform-origin: top;
  opacity: 1;
  padding: 1.6rem;
  max-width: 67rem;
}
@media (max-width: 1279px) {
  .account-form__poi-confirm-example_wrapper {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
}
.account-form__poi-confirm-example_wrapper--exit {
  transform: scale(1, 0);
  opacity: 0;
}
.account-form__poi-confirm-example .da-inline-note-with-icon {
  margin-top: 0;
  padding: 0.8rem;
  display: flex;
  background: var(--status-alert-background);
  border-radius: 4px;
  gap: 0.8rem;
  line-height: 1.4rem;
}
.account-form__poi-confirm-example .account__scrollbars_container {
  padding: 0;
}
.account-form__poi-confirm-example .account__scrollbars_container--grid-layout {
  grid-gap: 0;
}
@media (max-width: 1279px) {
  .account-form__poi-confirm-example .account-form__section-side-note {
    margin-top: 1.6rem;
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .account-form__poi-confirm-example .account-form__section {
    margin-top: 1.6rem;
  }
}
.account-form__poi-confirm-example .account-form__section-content .account-form__fieldset {
  margin-bottom: 0;
}
.account-form__poi-confirm-example .account-form__section-content .account-form__fieldset .dc-input {
  margin-bottom: 1rem;
}
.account-form__poi-confirm-example .account-form__section-content .account-form__fieldset .dc-input--error,
.account-form__poi-confirm-example .account-form__section-content .account-form__fieldset .dc-input.dc-input--hint {
  margin-bottom: 3.8rem;
}
.account-form__poi-confirm-example--button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-color: initial;
  border: medium none currentColor;
  border: initial;
}
.account-form__poi-confirm-example--button__disabled > * {
  cursor: not-allowed;
}
.account-form__poi-additional-information {
  margin-top: 2rem;
}
.account-form__phone-container {
  display: flex;
}
.account-form__phone-container .dc-autocomplete {
  width: 40%;
}
.account-form__phone-container .dc-autocomplete .dc-input__container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1279px) {
  .account-form__phone-container .dc-select-native {
    width: 40%;
  }
  .account-form__phone-container .dc-select-native__container {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.account-form__phone-container--input .dc-input__container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.account-form__section {
  display: grid;
}
@media (min-width: 1280px) {
  .account-form__section {
    grid-template-areas: "section-side-note section-content";
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
  }
}
.account-form__section {
  align-items: center;
}
@media (max-width: 1279px) {
  .account-form__section {
    grid-template-areas: "section-side-note" "section-content";
  }
}
.account-form__section-side-note {
  grid-area: section-side-note;
}
@media (max-width: 1279px) {
  .account-form__section-side-note {
    margin-top: 0;
    margin-top: initial;
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1279px) {
  .account-form__section-side-note__example {
    flex-direction: column;
  }
}
.account-form__section-side-note__example-image {
  align-self: center;
}
.account-form__section-content {
  grid-area: section-content;
}
@media (max-width: 1279px) {
  .account-form__section-content {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .account-form__section--reversed {
    grid-template-areas: "section-content section-side-note";
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 1279px) {
  .account-form__trading-assessment .dc-form-submit-button {
    justify-content: center;
  }
  .account-form__trading-assessment .dc-form-submit-button .dc-btn {
    max-width: 56.8rem;
    width: 100%;
  }
}
[dir="ltr"] .account-form__footer {
  left: 0;
}
[dir="rtl"] .account-form__footer {
  right: 0;
}
.account-form__footer {
  height: 8rem;
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 1.6rem 2.4rem;
  align-items: center;
  justify-content: flex-end;
  z-index: 4;
  border-radius: 0 4px 4px 0;
  border-top: 1px solid var(--color-surface-border);
  background-color: var(--color-surface-primary);
}
@media (min-width: 1280px) {
  .account-form__footer {
    max-width: 100%;
  }
}
@media (max-width: 1279px) {
  [dir="ltr"] .account-form__footer {
    left: 0;
  }
  [dir="rtl"] .account-form__footer {
    right: 0;
  }
  .account-form__footer {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
}
[dir="ltr"] .account-form__footer .back-btn {
  margin-right: 0.8rem;
}
[dir="rtl"] .account-form__footer .back-btn {
  margin-left: 0.8rem;
}
@media (min-width: 601px) and (max-width: 1279px) {
  .account-form__footer .back-btn {
    width: 56.8rem;
  }
}
@media (max-width: 600px) {
  .account-form__footer .back-btn {
    width: 100%;
  }
}
[dir="ltr"] .account-form__footer .back-btn .back-btn-icon {
  margin-right: 0.8rem;
}
[dir="rtl"] .account-form__footer .back-btn .back-btn-icon {
  margin-left: 0.8rem;
}
.account-form__footer .back-btn span {
  display: inline-flex;
  align-items: center;
}
.account-form__footer-note {
  color: var(--color-text-primary);
  font-size: 1.2rem;
  font-size: var(--text-size-xxs);
  line-height: 1.5;
  display: flex;
  justify-content: end;
  align-items: center;
  min-width: 27.6rem;
  max-width: 36.6rem;
  height: 3.6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-form__footer-note {
    justify-content: start;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .account-form__footer-note {
    justify-content: center;
  }
}
@media (max-width: 1279px) {
  .account-form__footer-note {
    width: 100%;
  }
  .account-form__footer-note--dashboard {
    margin: 0 1.6rem;
    text-align: left;
  }
}
.account-form__footer-btn {
  height: 4rem;
}
.account-form__footer-btn-wrapper {
  align-items: normal;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1279px) {
  .account-form__footer-btn-wrapper {
    flex-direction: column;
  }
}
.account-form__footer-btn-dashboard .dc-btn__text {
  color: var(--color-text-primary);
}
.account-form__footer-btn-dashboard:hover {
  background-color: transparent !important;
  background-color: initial !important;
}
@media (min-width: 1280px) {
  .account-form__footer-btn {
    margin-left: 1.6rem;
  }
  .account-form__footer-btn-wrapper--dashboard {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .account-form__footer-btn {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .account-form__footer-btn--has-bottom-margin {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .account-form__footer-btn {
    width: 56.8rem;
    margin: auto;
  }
}
.account-form__footer--dashboard {
  width: 68.5rem;
  margin-left: 6rem;
}
@media (max-width: 1279px) {
  .account-form__footer--dashboard {
    width: 100vw;
    margin-left: 0;
    margin-left: initial;
  }
  .account-form__footer--dashboard .account-form__footer-btn {
    min-width: 35%;
  }
  .account-form__footer--dashboard .account-form__footer-btn-wrapper {
    flex-direction: row;
  }
  .account-form__footer--dashboard > div {
    display: flex;
    justify-content: space-around;
  }
}
.account-form__footer-poa {
  margin-left: 0;
  margin-left: initial;
}
.account-form__footer-all-fields-required {
  padding-bottom: 2.4rem;
  padding-top: 0.8rem;
}
@media (max-width: 1279px) {
  .account-form__footer {
    position: fixed;
    flex-direction: column;
    height: auto;
    align-items: initial;
    border-top: 2px solid var(--color-surface-border);
    width: 100vw;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .account-form__footer {
    padding: 1.6rem 0;
  }
}
.account__scrollbars_container {
  height: 100%;
  padding-bottom: 6.4rem;
}
.account__scrollbars_container-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}
.account__scrollbars_container--grid-layout {
  grid-gap: 4px;
}
.account__scrollbars_container--grid-layout .dc-dropdown-container .dc-dropdown__display-text,
.account__scrollbars_container--grid-layout .dc-dropdown-container .dc-list__item-text {
  text-transform: inherit;
}
@media (max-width: 1279px) {
  .account__scrollbars_container--grid-layout {
    padding: 0 1.6rem;
    overflow-x: hidden;
    overflow-y: auto;
    grid-template-rows: auto auto 1fr;
  }
  .account__scrollbars_container--grid-layout .account-form__header:first-child {
    padding-top: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 1280px) {
  [dir="ltr"] .account__scrollbars_container {
    padding-left: 16px;
  }
  [dir="rtl"] .account__scrollbars_container {
    padding-right: 16px;
  }
  [dir="ltr"] .account__scrollbars_container {
    padding-right: 16px;
  }
  [dir="rtl"] .account__scrollbars_container {
    padding-left: 16px;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  [dir="ltr"] .account__scrollbars_container {
    padding-left: 0;
  }
  [dir="rtl"] .account__scrollbars_container {
    padding-right: 0;
  }
  [dir="ltr"] .account__scrollbars_container {
    padding-right: 0;
  }
  [dir="rtl"] .account__scrollbars_container {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .account__scrollbars_container {
    height: auto;
    height: initial;
    padding-top: 0;
    padding-top: initial;
    padding-bottom: 0;
    padding-bottom: initial;
  }
}
@media (max-width: 1279px) {
  .account-management__message-content {
    padding-top: 2.4rem;
  }
}
@media (min-width: 1280px) {
  .account-management__container {
    max-width: 68.2rem;
  }
}
@media (max-width: 1279px) {
  .account-management__container {
    margin: 0 auto;
  }
}

.idv-layout {
  width: 100%;
}
.idv-layout .poi-form-on-signup__fields .proof-of-identity__container {
  width: 100%;
  padding: 0;
}
.idv-layout .poi-form-on-signup__fields .proof-of-identity__fieldset {
  margin-bottom: 2rem;
}
@media (max-width: 1279px) {
  .idv-layout .poi-form-on-signup__fields .proof-of-identity__fieldset {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1280px) {
  .idv-layout .poi-form-on-signup__fields .proof-of-identity__fieldset-input {
    margin-bottom: 0;
    margin-bottom: initial;
  }
}
.idv-layout .poi-form-on-signup__fields .proof-of-identity__fieldset-container {
  display: flex;
  flex-direction: column;
}
.idv-layout .additional-field {
  margin-bottom: 2rem !important;
}
.idv-layout .additional-field {
  margin-top: 0.8rem;
}
@media (max-width: 1279px) {
  .idv-layout .additional-field {
    margin-top: 1.6rem;
  }
}
.idv-layout .additional-field .dc-input {
  margin-bottom: 0;
  margin-bottom: initial;
}
.idv-layout .additional-field .dc-input__bottom-label {
  margin-bottom: -2rem;
}

.account-form_poa .account-form__section {
  align-items: initial;
}
.account-form_poa .account-form__section-side-note {
  width: 26rem;
}
.account-form_poa .account-form__section-content {
  width: 40rem;
}
@media (max-width: 1279px) {
  .account-form_poa .account-form__section-content {
    width: 100%;
  }
}
.account-form_poa .account-form__fieldset {
  max-width: none;
  max-width: initial;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
}
.account-form_poa .account__scrollbars_container {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.account-form_poa-submit-error {
  justify-content: left;
}

@media (min-width: 1280px) {
  .file-uploader__container {
    margin: 1.6rem 0;
    padding: 1.6rem 2.4rem;
    border-radius: 8px;
    border: 1px solid var(--color-interactive-default);
  }
}
.file-uploader__container .files-description__title {
  margin-bottom: 1.6rem;
}
.file-uploader__container .files-description li {
  list-style-type: disc;
  margin-left: 2.4rem;
}
.file-uploader__container .files-description li::marker {
  font-size: 1.2rem;
}
.file-uploader__file-dropzone-wrapper {
  flex: 1;
  height: 13.2rem;
  position: relative;
}
.file-uploader__file-dropzone-wrapper .dc-file-dropzone {
  border-radius: 8px;
}
.file-uploader__file-dropzone-wrapper .dc-file-dropzone__message {
  max-width: none;
  max-width: initial;
}
.file-uploader__file-dropzone-wrapper .dc-file-dropzone__message-subtitle {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.file-uploader__file-title {
  margin: 2.4rem 0 1.6rem;
}
.file-uploader__file-supported-formats {
  display: flex;
  justify-content: space-between;
  margin: 1.6rem 0 2.4rem;
}
@media (max-width: 1279px) {
  .file-uploader__file-supported-formats {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1279px) {
  .file-uploader__file-supported-formats span {
    max-width: 14rem;
  }
}
@media (max-width: 1279px) {
  .file-uploader__file {
    flex: initial;
    margin-bottom: 2.4rem;
    height: 15rem;
  }
}
.file-uploader__remove-btn {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.8rem;
  right: 0.8rem;
  cursor: pointer;
  transition: transform 0.25s linear;
}
.file-uploader__remove-btn:hover {
  transform: scale(1.25, 1.25);
}
.file-uploader__remove-btn--error circle {
  fill: var(--color-status-danger);
}
.file-uploader__remove-btn-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.proof-of-identity {
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .proof-of-identity__main-container {
    height: 100%;
  }
}
@media (max-width: 1279px) {
  .proof-of-identity__main-container {
    max-width: 100%;
    overflow: hidden;
  }
}
.proof-of-identity__main-container {
  max-width: 68.2rem;
}
.proof-of-identity .min-height .idv-layout {
  min-height: 30vh;
}
@media (max-width: 1279px) {
  .proof-of-identity .min-height {
    min-height: 0;
    min-height: initial;
  }
}
.proof-of-identity__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 1.6rem;
}
@media (max-width: 1279px) {
  .proof-of-identity__container {
    overflow-y: scroll;
    padding: 0 1.6rem;
  }
  .proof-of-identity__container--status {
    height: 100%;
    width: 100%;
    padding-top: 2.4rem;
  }
}
.proof-of-identity__container--reset {
  align-items: normal;
}
@media (max-width: 1279px) {
  .proof-of-identity__container--reset {
    overflow-y: visible;
    overflow-y: initial;
  }
}
@media (max-width: 1279px) {
  .proof-of-identity__container--reset .proof-of-identity__submit-button {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .proof-of-identity__container--reset .form-body {
    z-index: 5;
  }
}
.proof-of-identity__container--reset .account__scrollbars_container--grid-layout {
  padding: 0;
}
.proof-of-identity__container .icon {
  width: 128px;
  height: 128px;
  margin-bottom: 2.6rem;
}
@media (min-width: 1280px) {
  .proof-of-identity__container .icon {
    margin-top: 5.2rem;
  }
}
@media (max-width: 1279px) {
  .proof-of-identity__container .icon {
    width: 72px;
    height: 72px;
  }
}
.proof-of-identity__container .external-dropdown .dc-dropdown-list {
  z-index: 5;
}
.proof-of-identity .continue-trade {
  margin-top: 0 !important;
  margin-top: initial !important;
}
.proof-of-identity__redirection .dc-btn {
  margin-top: 3.2rem;
  height: 4rem;
}
@media (max-width: 1279px) {
  .proof-of-identity__redirection .dc-btn {
    margin: 1.6rem 0;
    padding: 1.6rem;
    width: 100%;
  }
}
.proof-of-identity__country-container {
  align-items: flex-start;
}
.proof-of-identity__country-container .proof-of-identity__fieldset {
  width: 100%;
}
@media (max-width: 1279px) {
  .proof-of-identity__country-container .proof-of-identity__fieldset {
    margin-top: 0;
  }
  .proof-of-identity__country-container .proof-of-identity__fieldset .proof-of-identity__dropdown-container {
    margin-top: 0;
    overflow: visible;
  }
}
.proof-of-identity__country-text {
  margin-bottom: 1.6rem;
}
@media (max-width: 1279px) {
  .proof-of-identity__text {
    text-align: center;
  }
}
.proof-of-identity__dropdown-container {
  margin-top: 1.6rem;
}
.proof-of-identity__inner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1279px) {
  .proof-of-identity__inner-container {
    flex-direction: column;
  }
}
.proof-of-identity__header {
  margin-bottom: 1.6rem;
}
@media (max-width: 1279px) {
  .proof-of-identity__header {
    margin: 1.6rem 0;
  }
}
.proof-of-identity__footer.external-footer {
  padding: 0;
  padding: initial;
  position: static;
  position: initial;
  top: auto;
  top: initial;
  bottom: auto;
  bottom: initial;
  border: none;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 4;
}
.proof-of-identity__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 0;
}
@media (min-width: 1280px) {
  .proof-of-identity__footer {
    max-width: 68.2rem;
  }
}
@media (max-width: 1279px) {
  .proof-of-identity__footer {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1279px) {
  .proof-of-identity__footer .proof-of-identity__submit-button {
    width: 55.2rem;
    align-items: center;
    justify-content: center;
  }
}
.proof-of-identity__footer-alert {
  margin-right: auto;
}
.proof-of-identity__fieldset {
  width: 39.5rem;
}
@media (max-width: 1279px) {
  .proof-of-identity__fieldset {
    width: 94%;
    margin: 0.4rem 0 3.2rem;
  }
}
.proof-of-identity__fieldset .country-dropdown {
  height: 100%;
}
.proof-of-identity__fieldset-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .proof-of-identity__fieldset-container {
    width: 100%;
  }
}
.proof-of-identity__fieldset-input {
  width: 39.5rem;
}
@media (max-width: 1279px) {
  .proof-of-identity__fieldset-input {
    width: 94%;
    margin-top: 0.4rem;
  }
}
.proof-of-identity__sample-container {
  margin-left: 1.6rem;
}
@media (max-width: 1279px) {
  .proof-of-identity__sample-container {
    margin-left: 0;
    margin-left: initial;
    width: 94%;
  }
}
.proof-of-identity__sample-container-external {
  margin-top: 2.8rem;
}
.proof-of-identity__image-container {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.8rem;
  border-radius: 4px;
  background-color: var(--color-text-secondary)-2;
}
.proof-of-identity__image {
  max-width: 24.5rem;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1279px) {
  .proof-of-identity__image {
    max-width: calc(95vw - 16px);
  }
}
.proof-of-identity__redirect {
  width: auto !important;
}
.proof-of-identity .text {
  display: block;
}
.proof-of-identity .btm-spacer {
  margin-bottom: 1.6rem;
}
.proof-of-identity__failed-message {
  margin: 1.6rem auto;
  border-radius: 8px;
  width: 100%;
}
.proof-of-identity__mismatch-container {
  height: 100%;
}
@media (min-width: 1280px) {
  .proof-of-identity__mismatch-container .idv-form {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1280px) {
  .proof-of-identity__mismatch-container .account__scrollbars_container {
    padding-top: 0;
  }
}
@media (max-width: 1279px) {
  .proof-of-identity__mismatch-container .account__scrollbars_container--grid-layout {
    margin-top: 2.4rem;
  }
}
.proof-of-identity__mismatch-container .account-form__header.details {
  margin-top: 0;
  margin-top: initial;
}

@media (max-width: 1279px) {
  .formik__confirmation-checkbox {
    margin-bottom: 1.6rem;
  }
}
.focus-field {
  border-radius: 4px;
  border: 1px solid var(--color-surface-border);
}

.initial-callback {
  font-family: "Ubuntu", sans-serif;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  background-color: #ffffff;
  margin: 48px 0 36px;
  z-index: 99999;
}
@media (min-width: 320px) and (max-width: 767px) {
  .initial-callback {
    margin-top: 40px;
  }
}
.initial-callback__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 40px;
}
.initial-callback__title {
  color: #000000;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

/** @define flyout-selector */
.flyout-selector {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.8rem;
}
.flyout-selector__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  color: var(--color-text-primary);
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1.4rem;
  width: 100%;
  height: 5.6rem;
  text-align: left;
}
.flyout-selector__option:hover:not(:disabled) {
  background-color: var(--color-surface-section);
}
.flyout-selector__option--active {
  border: 1px solid var(--color-text-primary);
  background-color: var(--color-surface-section);
}
.flyout-selector__option:disabled {
  cursor: default;
}
.flyout-selector__option svg {
  flex-shrink: 0;
}
.flyout-selector__option span {
  flex: 1;
}

/** @define page-404 */
.page-404__image {
  margin-right: 1.6rem;
}
@media screen and (max-width: 758px) {
  .page-404__image {
    margin: 0;
  }
}

/** @define account-deactivated */
.account-closed {
  padding: 24px 95px;
  color: var(--color-text-primary);
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  max-width: 44rem;
  font-size: 1.6rem;
  font-size: var(--text-size-s);
}

/* @define reset-password */
.reset-password,
.link-expired {
  margin: 1.6rem 1.6rem 0;
}
.reset-password__residence-selection, .reset-password__password-selection,
.link-expired__residence-selection,
.link-expired__password-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: nowrap column;
}
.reset-password__password-selection .reset-password__heading,
.link-expired__password-selection .reset-password__heading {
  margin-bottom: 3.3rem;
}
.reset-password__heading,
.link-expired__heading {
  margin-bottom: 0.8rem;
}
.reset-password__text,
.link-expired__text {
  text-align: center;
  margin-bottom: 3.3rem;
}
.reset-password__subtext,
.link-expired__subtext {
  margin: 1rem 0 2.4rem;
}
.reset-password__divider,
.link-expired__divider {
  width: 100%;
  border: 1px solid var(--color-text-secondary)-4;
}
.reset-password__btn,
.link-expired__btn {
  margin: 0;
  background-color: var(--color-button-primary-bg);
  font-weight: bold;
  color: var(--color-surface-primary);
  font-size: 1.2rem;
}
.reset-password__btn:hover,
.link-expired__btn:hover {
  background-color: var(--color-button-primary-hover);
}
.reset-password__btn--disabled,
.link-expired__btn--disabled {
  cursor: not-allowed !important;
}
.reset-password__btn--disabled,
.link-expired__btn--disabled {
  opacity: 0.32;
}
.reset-password__fieldset,
.link-expired__fieldset {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .reset-password__fieldset,
  .link-expired__fieldset {
    max-width: 30rem;
  }
}
.reset-password__password-field,
.link-expired__password-field {
  /* postcss-bem-linter: ignore */
}
.reset-password__password-field > label,
.link-expired__password-field > label {
  top: 0.9rem;
  background-color: var(--color-surface-primary);
}
@media (min-width: 320px) and (max-width: 767px) {
  .reset-password__password-set,
  .link-expired__password-set {
    padding-top: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reset-password__spaced-container,
  .link-expired__spaced-container {
    padding: 0 1.6rem;
  }
}
.reset-password__spaced-container .dc-dialog__header-wrapper,
.link-expired__spaced-container .dc-dialog__header-wrapper {
  margin: 0;
}
.reset-password__spaced-container .dc-dialog__content,
.link-expired__spaced-container .dc-dialog__content {
  margin-bottom: 0;
  align-self: auto;
}
.reset-password__spaced-container .dc-dialog__dialog,
.link-expired__spaced-container .dc-dialog__dialog {
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 767px) {
  .reset-password__spaced-container .dc-dialog__dialog,
  .link-expired__spaced-container .dc-dialog__dialog {
    padding: 1.6rem;
    width: 100%;
  }
}
.reset-password__spaced-container .dc-btn,
.link-expired__spaced-container .dc-btn {
  height: auto;
  padding: 1rem 1.6rem;
}
.reset-password__spaced-container .reset-password,
.link-expired__spaced-container .reset-password {
  margin: 0;
}
.reset-password__spaced-container .reset-password__subtext,
.link-expired__spaced-container .reset-password__subtext {
  margin: auto;
}
@media (min-width: 1024px) {
  .reset-password__spaced-container .reset-password__fieldset,
  .link-expired__spaced-container .reset-password__fieldset {
    max-width: none;
    max-width: initial;
  }
}
.reset-password__spaced-container .reset-password__password-selection,
.link-expired__spaced-container .reset-password__password-selection {
  flex-flow: column;
  align-items: end;
  padding-top: 2.4rem;
  gap: 2.4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .reset-password__spaced-container .reset-password__password-selection,
  .link-expired__spaced-container .reset-password__password-selection {
    align-items: stretch;
    padding-top: 1.6rem;
    gap: 1.6rem;
  }
}
.reset-password__spaced-container .link-expired,
.link-expired__spaced-container .link-expired {
  margin: 0;
  padding-top: 2.4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .reset-password__spaced-container .link-expired,
  .link-expired__spaced-container .link-expired {
    padding-top: 1.6rem;
  }
}
.reset-password__spaced-container__content,
.link-expired__spaced-container__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .reset-password__spaced-container__content,
  .link-expired__spaced-container__content {
    gap: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reset-password__spaced-container__fullscreen,
  .link-expired__spaced-container__fullscreen {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .reset-password__spaced-container__fullscreen .dc-dialog__dialog,
  .link-expired__spaced-container__fullscreen .dc-dialog__dialog {
    height: 100%;
    margin-top: 0.2rem;
    max-height: none;
    max-height: initial;
  }
}
.reset-password__spaced-container__email_sent,
.link-expired__spaced-container__email_sent {
  align-items: center;
}

/* @define reset-trading-password */
.reset-trading-password__description--is-centered {
  margin: 0 auto;
  max-width: 70%;
}
.reset-trading-password__confirm-button {
  margin-top: 2.4rem;
}
.reset-trading-password__dialog .dc-dialog__dialog {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.reset-trading-password__dialog .dc-dialog__dialog .dc-dialog__content {
  margin-bottom: 0;
}
.reset-trading-password__error {
  max-width: 38.4rem;
  min-height: 28.4rem;
  padding-top: 2rem;
  text-align: center;
}
.reset-trading-password__lead {
  margin: 1.6rem 0 0;
}
.reset-trading-password__set-password {
  display: flex;
  justify-content: center;
  flex-flow: nowrap column;
}
.reset-trading-password__set-password .reset-trading-password__heading {
  margin-bottom: 2.4rem;
}
.reset-trading-password__password-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reset-trading-password__password-success .reset-trading-password__icon {
  margin: 0 0 2.4rem 3rem;
}
.reset-trading-password__password-success .reset-trading-password__heading {
  margin-bottom: 0.8rem;
}
.reset-trading-password__password-success .reset-trading-password__subtext {
  margin-bottom: 2.4rem;
}
.reset-trading-password__residence-selection, .reset-trading-password__password-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: nowrap column;
}
.reset-trading-password__password-selection .reset-trading-password__heading {
  margin-bottom: 3.3rem;
}
.reset-trading-password__heading {
  margin-bottom: 0.8rem;
}
.reset-trading-password__text {
  text-align: center;
  margin-bottom: 3.3rem;
}
.reset-trading-password__subtext {
  margin-bottom: 1.6rem;
}
.reset-trading-password__hint {
  margin-bottom: 2.4rem;
}
.reset-trading-password__btn {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}
.reset-trading-password__fieldset {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .reset-trading-password__fieldset {
    max-width: 30rem;
  }
}
.reset-trading-password__input-field {
  margin-bottom: 1.2rem;
}
.reset-trading-password__password-field {
  /* postcss-bem-linter: ignore */
}
.reset-trading-password__password-field > label {
  top: 0.9rem;
  background-color: var(--color-surface-primary);
}

/* @define unlink-password */
.unlink-password__dialog .dc-dialog__dialog {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.unlink-password__dialog .dc-dialog__dialog .dc-dialog__content {
  margin-bottom: 0;
}
.unlink-password__set-password {
  display: flex;
  justify-content: center;
  flex-flow: nowrap column;
}
.unlink-password__set-password .unlink-password__heading {
  margin-bottom: 2.4rem;
}
.unlink-password__password-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.unlink-password__password-success .unlink-password__icon {
  margin-bottom: 2.4rem;
  margin-left: 1.6rem;
}
.unlink-password__password-success .unlink-password__heading {
  margin-bottom: 0.8rem;
}
.unlink-password__password-success .unlink-password__subtext {
  margin-bottom: 2.4rem;
}
.unlink-password__residence-selection, .unlink-password__password-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: nowrap column;
}
.unlink-password__password-selection .unlink-password__heading {
  margin-bottom: 3.3rem;
}
.unlink-password__heading {
  margin-bottom: 0.8rem;
}
.unlink-password__text {
  text-align: center;
  margin-bottom: 3.3rem;
}
.unlink-password__subtext {
  margin-bottom: 1.6rem;
}
.unlink-password__hint {
  margin-bottom: 2.4rem;
}
.unlink-password__btn {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}
.unlink-password__fieldset {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .unlink-password__fieldset {
    max-width: 30rem;
  }
}
.unlink-password__input-field {
  margin-bottom: 1.2rem;
}
.unlink-password__password-field {
  /* postcss-bem-linter: ignore */
}
.unlink-password__password-field > label {
  top: 0.9rem;
  background-color: var(--color-surface-primary);
}

/* @define reset-email */
.reset-email .dc-dialog__content {
  margin-bottom: 0;
}
.reset-email__email-selection {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: nowrap column;
}
.reset-email__email-selection .reset-email__heading {
  margin-bottom: 1.6rem;
}
.reset-email__email-selection .reset-email__descripton {
  margin-bottom: 2rem;
}
.reset-email__subtext {
  color: var(--color-status-danger);
  position: relative;
  bottom: 3rem;
}
.reset-email__heading {
  margin-bottom: 0.8rem;
}
.reset-email__text {
  text-align: center;
  margin-bottom: 3.3rem;
}
.reset-email__btn {
  margin: 0;
  background-color: var(--color-button-primary-bg);
  font-weight: bold;
  align-self: flex-end;
  color: var(--color-surface-primary);
  font-size: 1.2rem;
}
.reset-email__btn:hover {
  background-color: var(--color-button-primary-hover);
}
.reset-email__btn--disabled {
  cursor: not-allowed !important;
}
.reset-email__btn--disabled {
  opacity: 0.32;
}
.reset-email__fieldset {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.reset-email__email-field {
  /* postcss-bem-linter: ignore */
}
.reset-email__email-field > label {
  top: 0.9rem;
  background-color: var(--color-surface-primary);
}

.change-email-update {
  display: grid;
  padding: 3.2rem 0;
}
.change-email-update__modal-content {
  display: grid;
  grid-gap: 8px;
}
.change-email-update__modal-close {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1.2rem;
  cursor: pointer;
}
.change-email-update__modal-title {
  margin: 0.8rem 2.4rem;
  text-align: center;
}
.change-email-update__modal-description {
  text-align: center;
  margin: 0 2rem;
}
.change-email-update__modal-icon {
  width: 100%;
  text-align: center;
  margin-top: 1.6rem;
  padding-top: 0;
  padding-bottom: 1.6rem;
  align-self: center;
}
.change-email-update__footer {
  justify-content: center;
}

.email-confirmation {
  margin: 0.5rem 2.4rem 1.7rem;
  word-break: break-word;
}
.email-confirmation__currentEmail {
  color: var(--color-status-danger);
  font-style: italic;
}

.redirect-notice {
  z-index: 50000;
}
