@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese);
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/*RTL Language Mixin*/
/* stylelint-disable color-no-hex */
/* COLOR PALETTE */
/* colors */
/* status colors */
/* alpha colors */
/* gradient colors */
/* Preserve legacy variables */
/* Primary */
/* stylelint-enable color-no-hex */
/* Wallet gradient background */
/* App Cards gradient background */
/* Wallets */
/*------------------------------------*
 *  # SASS Mixins and Functions
 *------------------------------------*/
/*
 * 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($COLOR_RED);
 */
/*
 * 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;
        }
*/
/**
 * Define Breakpoints here.
 */
/** Need to add new breakpoints for mixins */
/** @define toast-messages; */
.toast-messages {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 767px) {
  .toast-messages {
    top: 2rem;
    height: calc(100vh - 2rem);
  }
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/*RTL Language Mixin*/
/* stylelint-disable color-no-hex */
/* COLOR PALETTE */
/* colors */
/* status colors */
/* alpha colors */
/* gradient colors */
/* Preserve legacy variables */
/* Primary */
/* stylelint-enable color-no-hex */
/* Wallet gradient background */
/* App Cards gradient background */
/* Wallets */
/*------------------------------------*
 *  # SASS Mixins and Functions
 *------------------------------------*/
/*
 * 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($COLOR_RED);
 */
/*
 * 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;
        }
*/
/**
 * Define Breakpoints here.
 */
/** Need to add new breakpoints for mixins */
.theme-select-settings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.theme-select-settings__title {
  margin-bottom: 16px;
  color: var(--text-prominent);
}

.theme-select-settings__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.theme-select-settings__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 207px;
}

.theme-select-settings__option__title {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.43;
  color: var(--text-general);
}

.theme-select-settings__option__title--selected {
  font-weight: bold;
  color: var(--text-prominent);
}

.theme-select-settings__option__icon {
  width: 234px;
  height: 178px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid var(--border-normal);
}

.theme-select-settings__option__icon:hover:not(.theme-select-settings__option__icon--active) {
  border-color: var(--border-hover);
}

.theme-select-settings__option__icon--active {
  border-color: var(--border-active);
}

.theme-select-settings__option__icon--disabled {
  opacity: 0.16 !important;
  cursor: not-allowed !important;
}

/** @define settings-language */
.settings-language {
  width: -moz-fit-content;
  width: fit-content;
}

[dir="ltr"] .settings-language {
  margin-left: 1.6rem;
}

[dir="rtl"] .settings-language {
  margin-right: 1.6rem;
}

@media (max-width: 1279px) {
  .settings-language {
    display: flex;
    flex-direction: column;
    padding: 1.6rem 2.2rem 8rem;
    width: 100%;
  }

  [dir="ltr"] .settings-language {
    margin-left: 0;
  }

  [dir="rtl"] .settings-language {
    margin-right: 0;
  }
}

.settings-language__language-container {
  display: grid;
  grid-template-columns: repeat(4, min-content);
  grid-gap: 0.8rem;
  margin: 1.6rem 0;
}

@media (max-width: 1279px) {
  .settings-language__language-container {
    grid-template-columns: repeat(2, minmax(40%, 1fr));
    grid-template-rows: auto;
    grid-gap: initial;
    margin: 0 auto;
    padding: 0 0.8rem;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) {
  .settings-language__language-container--disabled {
    opacity: 0.5;
    pointer-events: none;
  }
}

.settings-language__language-button_wrapper {
  display: flex;
  align-items: center;
}

.settings-language__language-link {
  color: var(--text-prominent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  padding: 16px;
  width: 13.6rem;
  height: 8.8rem;
  text-decoration: none;
  background-color: var(--state-normal);
}

@media (max-width: 1279px) {
  .settings-language__language-link {
    padding: 8px;
  }

  .settings-language__language-link--pre-appstore {
    padding: 1.6rem;
  }
}

.settings-language__language-link * {
  cursor: pointer;
}

.settings-language__language-link--active {
  border: 1px solid var(--border-active);
  color: var(--text-prominent);
}

.settings-language__language-link--active * {
  cursor: not-allowed;
}

.settings-language__language-flag {
  width: 3.6rem;
  height: 2.8rem;
}

@media (max-width: 1279px) {
  .settings-language__language-flag {
    margin-top: 1rem;
  }
}

[dir="ltr"] .settings-language__language-name {
  text-align: left;
}

[dir="rtl"] .settings-language__language-name {
  text-align: right;
}

.settings-language__language-name {
  font-size: 1.4rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  color: var(--text-prominent);
  margin-top: 0.8rem;
}

.settings-language__language-name--active {
  font-weight: bold;
  color: var(--text-prominent);
}

@media (max-width: 1279px) {
  .settings-language__language-name {
    font-size: 1.4rem;
  }
}

.settings-language__language--radio-button {
  display: none;
}

.settings-language__language--center-label {
  text-align: center;
}

/** @define dc-modal-header; */
.dc-modal-header--modal-settings {
  background-color: var(--general-main-1);
}

.dc-modal-header__title--modal-settings {
  min-width: 28%;
  background-color: var(--general-section-1);
  max-width: 206px;
}

/** @define dc-modal; */
.dc-modal__container_modal-settings {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}

.dc-modal__container_modal-settings .dc-modal-header {
  border-bottom-width: 0;
}

.dc-modal__container_modal-settings .dc-vertical-tab__tab-meta-wrapper {
  width: 100%;
  max-width: 206px;
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/*RTL Language Mixin*/
/* stylelint-disable color-no-hex */
/* COLOR PALETTE */
/* colors */
/* status colors */
/* alpha colors */
/* gradient colors */
/* Preserve legacy variables */
/* Primary */
/* stylelint-enable color-no-hex */
/* Wallet gradient background */
/* App Cards gradient background */
/* Wallets */
/*------------------------------------*
 *  # SASS Mixins and Functions
 *------------------------------------*/
/*
 * 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($COLOR_RED);
 */
/*
 * 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, .footer__icon, .footer__link:hover .footer__icon, .advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}

.side-menu__icon .color1-fill, .account-settings-toggle svg .color1-fill, .footer__icon .color1-fill, .footer__link:hover .footer__icon .color1-fill, .advanced-simple-toggle__icon .color1-fill {
  fill: var(--text-general);
}

.side-menu__icon .color1-stroke, .account-settings-toggle svg .color1-stroke, .footer__icon .color1-stroke, .footer__link:hover .footer__icon .color1-stroke, .advanced-simple-toggle__icon .color1-stroke {
  stroke: var(--text-general);
}

.side-menu__icon .color2-fill, .account-settings-toggle svg .color2-fill, .footer__icon .color2-fill, .footer__link:hover .footer__icon .color2-fill, .advanced-simple-toggle__icon .color2-fill {
  fill: none;
}

.side-menu__icon .color2-stroke, .account-settings-toggle svg .color2-stroke, .footer__icon .color2-stroke, .footer__link:hover .footer__icon .color2-stroke, .advanced-simple-toggle__icon .color2-stroke {
  stroke: none;
}
.active.side-menu__icon, .account-settings-toggle svg.active, .active.footer__icon, .footer__link:hover .active.footer__icon, .active.advanced-simple-toggle__icon, .account-settings-toggle:hover svg, .ic-settings--active .ic-settings__icon, .header__menu-link--active .header__icon {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}

.active.side-menu__icon .color1-fill, .account-settings-toggle svg.active .color1-fill, .active.footer__icon .color1-fill, .active.advanced-simple-toggle__icon .color1-fill, .account-settings-toggle:hover svg .color1-fill, .ic-settings--active .ic-settings__icon .color1-fill, .header__menu-link--active .header__icon .color1-fill {
  fill: var(--text-prominent);
}

.active.side-menu__icon .color1-stroke, .account-settings-toggle svg.active .color1-stroke, .active.footer__icon .color1-stroke, .active.advanced-simple-toggle__icon .color1-stroke, .account-settings-toggle:hover svg .color1-stroke, .ic-settings--active .ic-settings__icon .color1-stroke, .header__menu-link--active .header__icon .color1-stroke {
  stroke: var(--text-prominent);
}

.active.side-menu__icon .color2-fill, .account-settings-toggle svg.active .color2-fill, .active.footer__icon .color2-fill, .active.advanced-simple-toggle__icon .color2-fill, .account-settings-toggle:hover svg .color2-fill, .ic-settings--active .ic-settings__icon .color2-fill, .header__menu-link--active .header__icon .color2-fill {
  fill: none;
}

.active.side-menu__icon .color2-stroke, .account-settings-toggle svg.active .color2-stroke, .active.footer__icon .color2-stroke, .active.advanced-simple-toggle__icon .color2-stroke, .account-settings-toggle:hover svg .color2-stroke, .ic-settings--active .ic-settings__icon .color2-stroke, .header__menu-link--active .header__icon .color2-stroke {
  stroke: none;
}
.disabled.side-menu__icon, .account-settings-toggle svg.disabled, .disabled.footer__icon, .footer__link:hover .disabled.footer__icon, .disabled.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}

.disabled.side-menu__icon .color1-fill, .account-settings-toggle svg.disabled .color1-fill, .disabled.footer__icon .color1-fill, .disabled.advanced-simple-toggle__icon .color1-fill {
  fill: var(--text-disabled);
}

.disabled.side-menu__icon .color1-stroke, .account-settings-toggle svg.disabled .color1-stroke, .disabled.footer__icon .color1-stroke, .disabled.advanced-simple-toggle__icon .color1-stroke {
  stroke: var(--text-disabled);
}

.disabled.side-menu__icon .color2-fill, .account-settings-toggle svg.disabled .color2-fill, .disabled.footer__icon .color2-fill, .disabled.advanced-simple-toggle__icon .color2-fill {
  fill: none;
}

.disabled.side-menu__icon .color2-stroke, .account-settings-toggle svg.disabled .color2-stroke, .disabled.footer__icon .color2-stroke, .disabled.advanced-simple-toggle__icon .color2-stroke {
  stroke: none;
}
.white.side-menu__icon, .account-settings-toggle svg.white, .white.footer__icon, .footer__link:hover .white.footer__icon, .white.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}

.white.side-menu__icon .color1-fill, .account-settings-toggle svg.white .color1-fill, .white.footer__icon .color1-fill, .white.advanced-simple-toggle__icon .color1-fill {
  fill: var(--text-prominent);
}

.white.side-menu__icon .color1-stroke, .account-settings-toggle svg.white .color1-stroke, .white.footer__icon .color1-stroke, .white.advanced-simple-toggle__icon .color1-stroke {
  stroke: var(--text-prominent);
}
.border_hover_color.side-menu__icon, .account-settings-toggle svg.border_hover_color, .border_hover_color.footer__icon, .footer__link:hover .border_hover_color.footer__icon, .border_hover_color.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}

.border_hover_color.side-menu__icon .color1-fill, .account-settings-toggle svg.border_hover_color .color1-fill, .border_hover_color.footer__icon .color1-fill, .border_hover_color.advanced-simple-toggle__icon .color1-fill {
  fill: var(--text-prominent);
}

.border_hover_color.side-menu__icon .color1-stroke, .account-settings-toggle svg.border_hover_color .color1-stroke, .border_hover_color.footer__icon .color1-stroke, .border_hover_color.advanced-simple-toggle__icon .color1-stroke {
  stroke: var(--text-prominent);
}
.secondary.side-menu__icon, .account-settings-toggle svg.secondary, .secondary.footer__icon, .footer__link:hover .secondary.footer__icon, .secondary.advanced-simple-toggle__icon {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}

.secondary.side-menu__icon .color1-fill, .account-settings-toggle svg.secondary .color1-fill, .secondary.footer__icon .color1-fill, .secondary.advanced-simple-toggle__icon .color1-fill {
  fill: var(--text-less-prominent);
}

.secondary.side-menu__icon .color1-stroke, .account-settings-toggle svg.secondary .color1-stroke, .secondary.footer__icon .color1-stroke, .secondary.advanced-simple-toggle__icon .color1-stroke {
  stroke: var(--text-less-prominent);
}

/**
 * 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(--border-normal);
  border-radius: 4px;
}

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

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

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

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

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

/** @define theme */
.theme--light {
  background: #ffffff;
}

.theme--dark {
  background: #0e0e0e;
}

/** @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: var(--brand-red-coral);
  font-weight: bold;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.link--white {
  color: #ffffff;
}

[dir="ltr"] .link--right {
  float: right;
}

[dir="rtl"] .link--right {
  float: left;
}

.link--prominent {
  color: var(--text-prominent);
}

.link--no-underline:hover {
  text-decoration: none;
}

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

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

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

[dir="ltr"] .icon--centered {
  left: 5%;
}

[dir="rtl"] .icon--centered {
  right: 5%;
}

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

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

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

/** @define deriv-app */
.deriv-app {
  height: 100%;
  overflow: hidden;
}

/*------------------------------------*
 *  # 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 */
:host,
: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;
  --brand-white: #ffffff;
  --brand-dark-grey: #0e0e0e;
  --brand-red-coral: #ff444f;
  --brand-orange: #ff6444;
  --brand-secondary: #85acb0;
  --wallet-airtm: linear-gradient(90deg, #1a8fff 0%, #0083ff 100%);
  --wallet-banxa: linear-gradient(90deg, #000000 0%, #4ac0ba 96.35%);
  --wallet-bitcoin: linear-gradient(90deg, #f89e32 0%, #f7931b 103.12%);
  --wallet-credit: linear-gradient(274.73deg, #464750 3.82%, #0e0f11 88.49%);
  --wallet-dp2p: linear-gradient(90deg, #ff444f 0%, #211d1e 95.22%);
  --wallet-fasapay: linear-gradient(90deg, #f6931c 0%, #4873ac 95.22%);
  --wallet-jeton: linear-gradient(90deg, #ff7635 0%, #ff671f 100%);
  --wallet-mastercard: linear-gradient(90deg, #eb001b 0%, #f79e1b 100%);
  --wallet-neteller: linear-gradient(90deg, #98cc53 0%, #8dc640 100%);
  --wallet-paylivre: linear-gradient(90deg, #352caa 0%, #9a6bfc 100%);
  --wallet-paysafe: linear-gradient(90deg, #e3001b 0%, #008ac9 100%);
  --wallet-perfectmoney: gradient-perfectmoney;
  --wallet-skrill: linear-gradient(274.73deg, #5a205d 3.82%, #7f3883 88.49%);
  --wallet-sticpay: linear-gradient(90deg, #f36938 0%, #f25822 100%);
  --wallet-virtual: linear-gradient(274.25deg, #333333 9.01%, #5c5b5b 103.31%);
  --wallet-visa: linear-gradient(274.73deg, #1a205e 3.82%, #122d96 88.49%);
  --wallet-webmoney: linear-gradient(90deg, #1a77ac 0%, #0068a3 100%);
  --app-card-virtual: linear-gradient(274.25deg, #333333 9.01%, #5c5b5b 103.31%);
  --app-card-virtual-swap-free: linear-gradient(58.51deg, #061828 28.06%, #1a3c60 93.51%);
}

:host .theme--light,
:root .theme--light {
  --general-main-1: #ffffff;
  --general-main-2: #ffffff;
  --general-main-3: #999999;
  --general-main-4: rgba(255, 255, 255, 0.7);
  --general-section-1: #f2f3f4;
  --general-section-2: #f2f3f4;
  --general-section-3: #fafafa;
  --general-section-4: #f5f7fa;
  --general-section-5: #f2f3f4;
  --general-section-6: #f2f3f4;
  --general-disabled: #eaeced;
  --general-hover: #e6e9e9;
  --general-active: #d6dadb;
  --text-general: #333333;
  --text-primary: #999999;
  --text-less-prominent: #999999;
  --text-prominent: #333333;
  --text-disabled: #999999;
  --text-disabled-1: #d6d6d6;
  --text-loss-danger: #ec3f3f;
  --text-profit-success: #4bb4b3;
  --text-warning: #ffad3a;
  --text-red: #ff444f;
  --text-green: #17eabd;
  --text-blue: #0796e0;
  --text-info-blue: #377cfc;
  --text-info-blue-background: #dfeaff;
  --text-colored-background: #ffffff;
  --icon-light-background: #5c5c5c;
  --icon-dark-background: #ffffff;
  --icon-grey-background: #f2f3f4;
  --icon-black-plus: #000000;
  --text-status-info-blue: #377cfc;
  --text-hint: #333333;
  --purchase-main-1: #4bb4b3;
  --purchase-section-1: #3d9494;
  --purchase-main-2: #ec3f3f;
  --purchase-section-2: #d33636;
  --purchase-disabled-main: #eaeced;
  --purchase-disabled-section: #e6e9e9;
  --button-primary-default: var(--brand-red-coral);
  --button-secondary-default: #999999;
  --button-tertiary-default: transparent;
  --button-primary-light-default: rgba(255, 68, 79, 0.16);
  --button-primary-hover: #eb3e48;
  --button-secondary-hover: rgba(0, 0, 0, 0.08);
  --button-tertiary-hover: rgba(255, 68, 79, 0.08);
  --button-primary-light-hover: rgba(255, 68, 79, 0.24);
  --button-toggle-primary: #0796e0;
  --button-toggle-secondary: #d6dadb;
  --button-toggle-alternate: #ffffff;
  --button-get-started-bg: #000000;
  --overlay-outside-dialog: rgba(0, 0, 0, 0.72);
  --overlay-inside-dialog: rgba(255, 255, 255, 0.96);
  --shadow-menu: rgba(0, 0, 0, 0.16);
  --shadow-menu-2: rgba(0, 0, 0, 0.16);
  --shadow-drop: rgba(0, 0, 0, 0.08);
  --shadow-box: rgba(0, 0, 0, 0.4);
  --state-normal: #ffffff;
  --state-hover: #e6e9e9;
  --state-active: #d6dadb;
  --state-disabled: #eaeced;
  --checkbox-disabled-grey: #d6d6d6;
  --sidebar-tab: #d6d6d6;
  --border-normal: #d6dadb;
  --border-normal-1: #d6dadb;
  --border-normal-2: #d6dadb;
  --border-normal-3: #d6d6d6;
  --border-hover: #999999;
  --border-hover-1: #5c5c5c;
  --border-active: var(--brand-secondary);
  --border-disabled: #eaeced;
  --border-divider: #f2f3f4;
  --fill-normal: #ffffff;
  --fill-normal-1: #c2c2c2;
  --fill-hover: #999999;
  --fill-active: var(--brand-secondary);
  --fill-disabled: #eaeced;
  --status-default: #eaeced;
  --status-adjustment: #999999;
  --status-danger: #ec3f3f;
  --status-success: #4bb4b3;
  --status-warning: #ffad3a;
  --status-warning-transparent: rgba(255, 173, 58, 0.16);
  --status-transfer: #ff6444;
  --status-info: #377cfc;
  --status-colored-background: #ffffff;
  --status-alert-background: rgba(255, 173, 58, 0.16);
  --dashboard-swap-free: linear-gradient(58.51deg, #061828 28.06%, #1a3c60 93.51%);
  --dashboard-app: linear-gradient(274.25deg, #333333 9.01%, #5c5b5b 103.31%);
  --payment-skrill: linear-gradient(274.73deg, #5a205d 3.82%, #7f3883 88.49%);
  --payment-visa: linear-gradient(274.73deg, #1a205e 3.82%, #122d96 88.49%);
  --payment-mastercard: linear-gradient(90deg, #eb001b 0%, #f79e1b 100%);
  --payment-credit-and-debit: linear-gradient(274.73deg, #464750 3.82%, #0e0f11 88.49%);
  --payment-bitcoin: linear-gradient(90deg, #f89e32 0%, #f7931b 103.12%);
  --payment-usd-coin: linear-gradient(90deg, #3d83cf 0%, #2775ca 100%);
  --payment-neteller: linear-gradient(90deg, #98cc53 0%, #8dc640 100%);
  --payment-webmoney: linear-gradient(90deg, #1a77ac 0%, #0068a3 100%);
  --payment-jeton: linear-gradient(90deg, #ff7635 0%, #ff671f 100%);
  --payment-sticpay: linear-gradient(90deg, #f36938 0%, #f25822 100%);
  --payment-airtm: linear-gradient(90deg, #1a8fff 0%, #0083ff 100%);
  --payment-dp2p: linear-gradient(90deg, #ff444f 0%, #211d1e 95.22%);
  --payment-deriv: linear-gradient(90deg, #ff6444 0%, #ff444f 100%);
  --transparent-success: rgba(75, 180, 179, 0.92);
  --transparent-info: rgba(55, 124, 252, 0.16);
  --transparent-hint: rgba(55, 124, 252, 0.08);
  --transparent-danger: rgba(255, 68, 79, 0.16);
  --transparent-correct-message: rgba(75, 180, 179, 0.1607843137);
  --transparent-fake-message: rgba(236, 63, 63, 0.1607843137);
  /* TODO: change to styleguide later */
  --gradient-success: linear-gradient(to top, #ffffff, rgba(75, 180, 179, 0.16));
  --gradient-danger: linear-gradient(to top, #ffffff, rgba(255, 68, 79, 0.16));
  --contract-gradient-danger: linear-gradient(to top, #ffffff 85%, rgba(255, 68, 79, 0.16));
  --gradient-right-edge: linear-gradient(to right, rgba(255, 255, 255, 0) -5%, #ffffff 71%);
  --gradient-blue: linear-gradient(90deg, #00a8af 0%, #04cfd8 104.41%);
  --gradient-gold: linear-gradient(90deg, #f7931a 0%, #ffc71b 104.41%);
  --gradient-green: linear-gradient(90deg, #1db193 0%, #09da7a 104.41%);
  --badge-white: #ffffff;
  --badge-blue: #0677af;
  --badge-violet: #2a3052;
  --badge-green: #00a79e;
  --traders-hub-banner-border-color: #e6e9e9;
  --traders-hub-logged-out-banner-bg-color: #f3f4f5;
  --wallets-banner-ready-bg-color: #e2f3f3;
  --wallets-banner-ready-tick-bg-color: #4ab4b3;
  --wallets-banner-border-color: #e6e9e9;
  --wallets-banner-dot-color: #d6d6d6;
  --wallets-banner-active-dot-color: #ff444f;
  --wallets-card-active-gradient-background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.16) 100%);
  --wallet-demo-bg-color: #fff8f9;
  --wallet-demo-divider-color: #fff0f1;
  --wallet-eu-disclaimer: #e6e9e9;
  --wallet-box-shadow: 0px 12px 16px -4px rgba(14, 14, 14, 0.08), 0px 4px 6px -2px rgba(14, 14, 14, 0.03);
  --demo-text-color-1: #c2c2c2;
  --demo-text-color-2: #ffffff;
  --header-background-mt5: #e6f5ff;
  --header-background-others: #e8fdf8;
}

:host .theme--dark,
:root .theme--dark {
  --general-main-1: #0e0e0e;
  --general-main-2: #151717;
  --general-main-3: #1d1f20;
  --general-main-4: rgba(14, 14, 14, 0.5);
  --general-section-1: #151717;
  --general-section-2: #0e0e0e;
  --general-section-3: #242828;
  --general-section-4: #242828;
  --general-section-5: #242828;
  --general-section-6: #6e6e6e;
  --general-disabled: #1d1f20;
  --general-hover: #242828;
  --general-active: #323738;
  --text-prominent: #ffffff;
  --text-general: #c2c2c2;
  --text-less-prominent: #6e6e6e;
  --text-primary: #999999;
  --text-disabled: #3e3e3e;
  --text-disabled-1: #3e3e3e;
  --text-profit-success: #00a79e;
  --text-loss-danger: #cc2e3d;
  --text-red: #ff444f;
  --text-colored-background: #ffffff;
  --text-info-blue: #92b8ff;
  --text-info-blue-background: #182130;
  --text-status-info-blue: #377cfc;
  --text-hint: #c2c2c2;
  --icon-light-background: #5c5c5c;
  --icon-dark-background: #ffffff;
  --icon-grey-background: #333333;
  --icon-black-plus: #ffffff;
  --purchase-main-1: #00a79e;
  --purchase-section-1: #008079;
  --purchase-main-2: #cc2e3d;
  --purchase-section-2: #a32430;
  --purchase-disabled-main: #1d1f20;
  --purchase-disabled-section: #0e0e0e;
  --button-primary-default: var(--brand-red-coral);
  --button-secondary-default: #6e6e6e;
  --button-tertiary-default: transparent;
  --button-primary-light-default: rgba(255, 68, 79, 0.16);
  --button-primary-hover: #eb3e48;
  --button-secondary-hover: rgba(255, 255, 255, 0.08);
  --button-tertiary-hover: rgba(255, 68, 79, 0.08);
  --button-primary-light-hover: rgba(255, 68, 79, 0.24);
  --button-toggle-primary: #0796e0;
  --button-toggle-secondary: #323738;
  --button-toggle-alternate: #323738;
  --button-get-started-bg: #ffffff;
  --overlay-outside-dialog: rgba(0, 0, 0, 0.72);
  --overlay-inside-dialog: rgba(14, 14, 14, 0.96);
  --shadow-menu: rgba(0, 0, 0, 0.84);
  --shadow-menu-2: rgba(0, 0, 0, 0.72);
  --shadow-drop: rgba(0, 0, 0, 0.64);
  --shadow-box: #555975;
  --state-normal: #0e0e0e;
  --state-hover: #242828;
  --state-active: #323738;
  --state-disabled: #1d1f20;
  --checkbox-disabled-grey: #d6d6d6;
  --sidebar-tab: #6e6e6e;
  --border-normal: #323738;
  --border-normal-1: #d6dadb;
  --border-normal-2: #999999;
  --border-normal-3: #6e6e6e;
  --border-hover: #6e6e6e;
  --border-hover-1: #5c5c5c;
  --border-active: var(--brand-secondary);
  --border-disabled: #1d1f20;
  --border-divider: #2e2e2e;
  --fill-normal: #0e0e0e;
  --fill-normal-1: #333333;
  --fill-hover: #6e6e6e;
  --fill-active: var(--brand-secondary);
  --fill-disabled: #1d1f20;
  --status-default: #eaeced;
  --status-adjustment: #999999;
  --status-danger: #cc2e3d;
  --status-warning: #ffad3a;
  --status-warning-transparent: rgba(255, 173, 58, 0.16);
  --status-success: #00a79e;
  --status-transfer: #ff6444;
  --status-info: #377cfc;
  --status-colored-background: #ffffff;
  --status-alert-background: rgba(255, 173, 58, 0.16);
  --transparent-success: rgba(0, 167, 158, 0.92);
  --transparent-info: rgba(55, 124, 252, 0.16);
  --transparent-hint: rgba(55, 124, 252, 0.16);
  --transparent-danger: rgba(255, 68, 79, 0.16);
  --transparent-correct-message: rgba(75, 180, 179, 0.1607843137);
  --transparent-fake-message: rgba(236, 63, 63, 0.1607843137);
  /* TODO: change to styleguide later */
  --gradient-success: linear-gradient(to top, #0e0e0e, rgba(0, 167, 158, 0.16));
  --gradient-danger: linear-gradient(to top, #0e0e0e, rgba(255, 68, 79, 0.16));
  --contract-gradient-danger: linear-gradient(to top, #0e0e0e 85%, rgba(255, 68, 79, 0.16));
  --gradient-right-edge: linear-gradient(to right, rgba(14, 14, 14, 0) -5%, #0e0e0e 71%);
  --gradient-blue: linear-gradient(90deg, #00a8af 0%, #04cfd8 104.41%);
  --gradient-gold: linear-gradient(90deg, #f7931a 0%, #ffc71b 104.41%);
  --gradient-green: linear-gradient(90deg, #1db193 0%, #09da7a 104.41%);
  --badge-white: #ffffff;
  --badge-blue: #0677af;
  --badge-violet: #2a3052;
  --badge-green: #00a79e;
  --traders-hub-banner-border-color: #242828;
  --traders-hub-logged-out-banner-bg-color: #242828;
  --wallets-banner-ready-bg-color: #e2f3f3;
  --wallets-banner-ready-tick-bg-color: #4ab4b3;
  --wallets-banner-border-color: #242828;
  --wallets-banner-dot-color: #d6d6d6;
  --wallets-banner-active-dot-color: #ff444f;
  --wallets-card-active-gradient-background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.16) 100%);
  --wallet-demo-bg-color: #140506;
  --wallet-demo-divider-color: #323738;
  --wallet-eu-disclaimer: #e6e9e9;
  --wallet-box-shadow: 0px 12px 16px -4px rgba(14, 14, 14, 0.08), 0px 4px 6px -2px rgba(14, 14, 14, 0.03);
  --demo-text-color-1: #333333;
  --demo-text-color-2: #333333;
  --header-background-mt5: #e6f5ff;
  --header-background-others: #e8fdf8;
}

.details-form {
  display: grid;
  align-content: start;
}

@media (min-width: 1280px) {
  .details-form {
    padding: 0 0.4rem;
  }
}

@media (max-width: 1279px) {
  .details-form {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.details-form__banner-container {
  display: flex;
  justify-content: center;
  padding: 0 4.6rem;
}

.details-form__banner-container .da-inline-note-with-icon {
  margin-top: 0.8rem;
  padding: 0.8rem;
  display: flex;
  background: rgba(255, 173, 58, 0.16);
  border-radius: 4px;
  gap: 0.8rem;
  line-height: 1.4rem;
}

@media (max-width: 1279px) {
  .details-form__banner-container {
    padding: 0 1.6rem;
  }
}

@media (min-width: 601px) and (max-width: 1279px) {
  .details-form__banner-container {
    display: inline;
  }
}

@media (min-width: 1280px) {
  .details-form__sub-header {
    margin: 0 4rem 4rem;
  }
}

@media (max-width: 1279px) {
  .details-form__sub-header {
    margin-bottom: 0.8rem;
  }
}

.details-form__elements {
  flex-grow: 1;
  margin: 1.2rem auto;
  width: 45%;
}

.details-form__elements--wide {
  width: 45%;
}

.details-form__elements-container {
  height: calc(100% - 76px);
  overflow: hidden;
}

@media (max-width: 1279px) {
  .details-form__elements-container {
    height: auto;
    width: calc(100% - 3.2rem);
    overflow: visible;
    overflow: initial;
    margin: 1.6rem auto;
  }
}

.details-form__elements .dc-autocomplete {
  margin-bottom: 3.2rem;
}

.details-form__elements .dc-radio__input {
  margin-bottom: 2.4rem;
}

.details-form__elements .dc-input__label {
  top: 1rem;
}

.details-form__elements .dc-input label {
  top: 1rem;
  background-color: var(--general-main-2);
}

@media (max-width: 1279px) {
  .details-form__elements .dc-input label {
    background-color: var(--fill-normal);
  }
}

.details-form__elements .dc-input .dc-field--error {
  font-size: 1.1rem;
}

@media (min-width: 1280px) {
  .details-form__elements .dc-input {
    /* To get rid of ugly chrome autofill shadow dom-applied background color */
  }

  .details-form__elements .dc-input__field:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px var(--fill-normal) inset !important;
  }

  .details-form__elements .dc-input__field:-webkit-autofill:hover, .details-form__elements .dc-input__field:-webkit-autofill:focus, .details-form__elements .dc-input__field:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--fill-normal) inset !important;
  }
}

.details-form__elements .dc-datepicker__input .dc-input__field {
  background-color: var(--fill-normal);
}

.details-form__elements .dc-select-native {
  margin-bottom: 3.2rem;
}

.details-form__elements .dc-dropdown__display {
  background-color: var(--general-main-2);
}

.details-form__elements .dc-dropdown__display-placeholder-text {
  background-color: var(--general-main-2);
}

.details-form__elements .dc-dropdown__container {
  margin-bottom: 3rem;
}

@media (max-width: 1279px) {
  .details-form__elements {
    width: 100%;
    margin: 0;
    padding: 1rem 1.6rem 6rem;
    overflow-y: auto;
  }
}

.details-form__loader .barspinner {
  margin-top: 0.4rem;
  margin-bottom: 3.2rem;
}

.details-form__tax {
  position: relative;
}

@media (max-width: 1279px) {
  [dir="ltr"] .details-form__tax {
    padding-right: 2rem;
  }

  [dir="rtl"] .details-form__tax {
    padding-left: 2rem;
  }
}

.details-form__tax .dc-popover {
  position: absolute;
  cursor: pointer;
  top: 10px;
}

[dir="ltr"] .details-form__tax .dc-popover {
  right: -25px;
}

[dir="rtl"] .details-form__tax .dc-popover {
  left: -25px;
}

@media (max-width: 1279px) {
  [dir="ltr"] .details-form__tax .dc-popover {
    right: -5px;
  }

  [dir="rtl"] .details-form__tax .dc-popover {
    left: -5px;
  }
}

.details-form .dc-page-error__container {
  height: 100%;
}

.details-form__heading {
  margin: 1.6rem;
}

.details-form__description {
  margin: 1.6rem auto;
  width: 45%;
}

@media (min-width: 1280px) {
  .details-form__description {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .details-form__description {
    width: 70%;
  }
}

@media (max-width: 1279px) {
  .details-form__description {
    width: auto;
    width: initial;
    margin: 0 2.4rem;
    line-height: 20px;
  }

  [dir="ltr"] .details-form__description {
    text-align: left;
  }

  [dir="rtl"] .details-form__description {
    text-align: right;
  }
}

.cfd-personal-details-modal__form .details-form__description {
  margin: 0 auto;
  width: auto;
  width: initial;
  padding-top: 3.2rem;
}

.details-form .address-details-form__eu {
  margin-top: 4.4rem;
}

.financial-assessment {
  gap: 1.6rem;
}

@media (min-width: 1280px) {
  .financial-assessment__form {
    width: 70%;
  }
}

.modal__container.modal__real-account-signup-modal .dc-vertical-tab__content {
  padding: 0 !important;
}

.accept-risk__header {
  padding: 2.4rem 0;
}

.accept-risk__container {
  padding: 0 2.4rem;
}

.accept-risk__container .dc-text {
  text-align: justify;
}

@media (max-width: 1279px) {
  .accept-risk__container {
    padding: 0 1.6rem;
  }
}

.accept-risk__form {
  display: grid;
  height: calc(100% - 57px);
  position: relative;
  width: 100%;
}

.account-signup-loader {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 904px) {
  .dc-modal__container_real-account-signup-modal {
    width: 768px !important;
  }

  .dc-modal__container--risk-message {
    width: 440px !important;
  }
}

.poi-form-on-signup {
  height: 100%;
  overflow: auto;
  width: 100%;
}

.poi-form-on-signup__fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

@media (max-width: 1279px) {
  .poi-form-on-signup__fields {
    display: inline;
    display: initial;
    position: relative;
  }
}

.poi-form-on-signup__fields span.proof-of-identity {
  width: auto;
  width: initial;
  height: auto;
  height: initial;
}

.poi-form-on-signup__fields .proof-of-identity__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
  justify-content: initial;
}

@media (max-width: 1279px) {
  .poi-form-on-signup__fields .proof-of-identity__container {
    width: 100%;
    overflow-y: visible;
    overflow-y: initial;
    justify-content: initial;
  }
}

.poi-form-on-signup__fields .proof-of-identity__container .icon {
  width: 12.8rem;
  height: 12.8rem;
  margin: 1.6rem 0 2.4rem;
}

.poi-form-on-signup__fields .proof-of-identity__container .dc-input__bottom-label {
  margin: 0;
  margin: initial;
}

.poi-form-on-signup__fields .proof-of-identity__container .btm-spacer {
  margin-bottom: 1.6rem;
}

.poi-form-on-signup__fields .proof-of-identity__container .spacer {
  margin: 1.6rem 0;
}

.poi-form-on-signup__fields .proof-of-identity__container--idv {
  width: 100%;
}

.poi-form-on-signup__fields .proof-of-identity__inner-container {
  display: inline;
  display: initial;
  flex-direction: initial;
  justify-content: initial;
  align-items: initial;
  width: 100%;
}

.poi-form-on-signup__fields .proof-of-identity__image {
  width: 100%;
  max-width: none;
  max-width: initial;
  border-radius: 0;
  border-radius: initial;
  -o-object-fit: initial;
     object-fit: initial;
}

.poi-form-on-signup__fields .proof-of-identity__image-container {
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  padding: 0;
  padding: initial;
  border-radius: 0;
  border-radius: initial;
  background-color: transparent;
  background-color: initial;
}

.poi-form-on-signup__fields .proof-of-identity__fieldset {
  width: 100%;
  margin-bottom: 2rem;
}

@media (max-width: 1279px) {
  .poi-form-on-signup__fields .proof-of-identity__fieldset {
    margin: 0 0 1.8rem;
  }
}

.poi-form-on-signup__fields .proof-of-identity__fieldset-container {
  display: inline;
  display: initial;
  flex-direction: initial;
  justify-content: initial;
  align-items: initial;
}

.poi-form-on-signup__fields .proof-of-identity__fieldset-input {
  width: auto;
  width: initial;
  margin-bottom: 1rem;
}

.poi-form-on-signup__fields .proof-of-identity__sample-container {
  margin-top: 2.4rem;
  width: auto;
  width: initial;
}

[dir="ltr"] .poi-form-on-signup__fields .proof-of-identity__sample-container {
  margin-left: 0;
  margin-left: initial;
}

[dir="rtl"] .poi-form-on-signup__fields .proof-of-identity__sample-container {
  margin-right: 0;
  margin-right: initial;
}

[dir="ltr"] .poi-form-on-signup__fields .proof-of-identity__submit-button {
  margin-left: 0.8rem;
}

[dir="rtl"] .poi-form-on-signup__fields .proof-of-identity__submit-button {
  margin-right: 0.8rem;
}

@media (max-width: 1279px) {
  [dir="ltr"] .poi-form-on-signup__fields .proof-of-identity__submit-button {
    margin-right: 0;
    margin-right: initial;
  }

  [dir="rtl"] .poi-form-on-signup__fields .proof-of-identity__submit-button {
    margin-left: 0;
    margin-left: initial;
  }
}

.poi-form-on-signup .details-form {
  display: grid;
  grid-template-rows: minmax(10rem, 1fr) 8.2rem;
  height: 100%;
  position: relative;
}

@media (max-width: 1279px) {
  .poi-form-on-signup .details-form {
    max-height: calc(100% - 5rem);
  }
}

@media (max-width: 1279px) {
  .poi-form-on-signup {
    overflow: hidden;
  }
}

.idv-form {
  grid-template-rows: initial !important;
}

.idv-form {
  display: grid;
}

@media (max-width: 1279px) {
  .idv-form .details-form {
    overflow: visible;
    overflow: initial;
  }
}

@media (min-width: 1280px) {
  .idv-form .details-form {
    padding: 0;
    padding: initial;
  }
}

@media (min-width: 1280px) {
  .mt5-layout {
    display: flex;
    flex-direction: column;
  }
}

.mt5-layout__container {
  overflow: auto;
  height: 100%;
}

@media (min-width: 1280px) {
  .mt5-layout__container {
    padding: 0.8rem 15.5rem;
  }
}

@media (max-width: 1279px) {
  .mt5-layout__container {
    padding: 1.6rem;
  }
}

.mt5-layout .proof-of-identity__footer {
  padding: 1.6rem 2.4rem;
  justify-content: end;
  display: flex;
  border-top: 1px solid var(--general-section-1);
  max-width: none;
  max-width: initial;
}

@media (max-width: 1279px) {
  .mt5-layout .proof-of-identity__footer {
    width: 100%;
    position: relative;
  }
}

@media (max-width: 1279px) {
  .mt5-layout .proof-of-identity__submit-button {
    width: 100%;
    margin: 0;
    margin: initial;
  }
}

.mt5-layout .account-form__footer {
  position: relative;
}

.proof-of-identity__container.mt5-layout {
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1279px) {
  .proof-of-identity__container.mt5-layout {
    width: 100%;
    padding: 0;
    padding: initial;
  }
}

@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,
  .deriv-app,
  .modal-root,
  .dc-mobile-drawer__overlay {
    position: absolute !important;
    top: 0 !important;
    overflow-y: hidden !important;
  }
  body,
  .deriv-app,
  .modal-root,
  .dc-mobile-drawer__overlay {
    /* Break the flow */
    /* Give them all the available space */
    width: 100%;
    height: 100%;
    /* Remove the margins if any */
    margin: 0;
    /* Allow them to scroll down the document */
    /* -webkit-touch-callout only is supported on iOS webkit engine, thus it should apply iOS only styles */
  }

  @supports (-webkit-touch-callout: none) {
    body,
    .deriv-app,
    .modal-root,
    .dc-mobile-drawer__overlay {
      position: fixed !important;
    }
  }

  .dc-mobile-drawer__overlay {
    position: fixed !important;
  }

  .dc-mobile-drawer__overlay.exit {
    animation-name: closeDrawerWrapper;
    animation-delay: 1s;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
  }

  .body {
    /* Sending body at the bottom of the stack */
    z-index: 1;
  }

  .deriv-app {
    /* Making the wrapper stack above the body */
    overscroll-behavior: none;
    z-index: 2;
  }

  .deriv-app .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;
  }

  .deriv-app .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);
    top: -0.8rem;
  }

  [dir="ltr"] .deriv-app .notification-messages .trade-notifications {
    margin-right: 0.4rem;
  }

  [dir="rtl"] .deriv-app .notification-messages .trade-notifications {
    margin-left: 0.4rem;
  }

  .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 {
  margin: 48px 0 36px;
  height: calc(100vh - 48px - 36px);
  overflow: hidden;
  backface-visibility: hidden;
  background-color: var(--general-main-1);
}

.app-contents--is-disabled:after {
  opacity: 1;
  pointer-events: auto;
}

.app-contents--is-route-modal {
  background-color: var(--overlay-outside-dialog);
}

.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 .ciq-menu {
    top: 0;
    margin: 0.8rem;
    z-index: 2;
  }
}

@media (max-width: 1279px) {
  .app-contents {
    margin-bottom: 0;
    height: calc(100% - 40px);
    position: relative;
    margin-top: 40px;
  }

  .app-contents--is-scrollable {
    overflow-y: auto;
  }

  .app-contents--is-dashboard {
    height: calc(100% - 48px);
    margin-top: 48px;
  }

  .app-contents--is-hidden {
    margin-top: 0;
  }

  .app-contents--is-dtrader-v2 {
    height: calc(100% - 40px);
    margin-top: 40px;
  }

  .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 .cq-symbol-select-btn {
    padding: 0.3rem 0.9rem;
  }

  .app-contents .cq-symbol-select-btn .cq-symbol-dropdown {
    transform: scale(1);
  }

  [dir="ltr"] .app-contents .cq-symbol-select-btn .cq-symbol-dropdown {
    margin-left: auto;
  }

  [dir="rtl"] .app-contents .cq-symbol-select-btn .cq-symbol-dropdown {
    margin-right: 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 .cq-symbol-select-btn .ic-icon:not(.cq-symbol-dropdown) > svg {
    padding: 0.4rem;
  }

  .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(--general-section-1);
    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 {
  opacity: 0;
}

[dir="ltr"] .contract--enter {
  transform: translate3d(calc(100% + 1.6em), 0, 0);
}

[dir="rtl"] .contract--enter {
  transform: translate3d(calc(-1*(100% + 1.6em)), 0, 0);
}

.contract--exit {
  opacity: 0;
  pointer-events: none;
}

[dir="ltr"] .contract--exit {
  transform: translate3d(calc(100% + 1.6em), 0, 0);
}

[dir="rtl"] .contract--exit {
  transform: translate3d(calc(-1*(100% + 1.6em)), 0, 0);
}

/** @define advanced-simple-toggle */

.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(--general-hover);
}

.advanced-simple-toggle:focus {
  outline: none;
}
/** @define category-wrapper */
.category-wrapper {
  width: 2.4em;
  height: 2.4em;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--general-section-1);
}

/** @define type-wrapper */
.type-wrapper {
  width: 2.4em;
  height: 2.4em;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--general-section-1);
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}

.type-wrapper .color1-fill {
  fill: var(--brand-red-coral);
}

.type-wrapper .color2-fill {
  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 {
  color: var(--text-general);
}

.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;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/** @define header; weak */
.header {
  position: fixed;
  z-index: 99;
  box-sizing: border-box;
  height: 48px;
  width: 100%;
  top: 0;
  transition: opacity 0.3s;
  backface-visibility: hidden;
  background-color: var(--general-main-1);
  border-bottom: 1px solid var(--general-section-1);
}

.header--is-disabled:after {
  opacity: 1;
  pointer-events: auto;
}

.header--is-hidden {
  display: none;
}

.header__menu-mobile-whatsapp-link {
  text-decoration: none;
  color: var(--text-general);
}

[dir="ltr"] .header__menu-mobile-whatsapp-link {
  padding-left: 1.6rem;
}

[dir="rtl"] .header__menu-mobile-whatsapp-link {
  padding-right: 1.6rem;
}

.header__menu-mobile-traders-hub {
  padding-top: 2rem;
}

.header__menu-mobile-livechat {
  border-bottom: 1px solid var(--general-section-2);
}

.header__menu-mobile-body-wrapper {
  position: relative;
  height: calc(100% - 4rem);
}

.header__menu-mobile-platform-switcher {
  position: absolute;
  height: 100%;
  top: 2.4rem;
}

[dir="ltr"] .header__menu-mobile-platform-switcher {
  left: 0;
}

[dir="rtl"] .header__menu-mobile-platform-switcher {
  right: 0;
}

.header__menu-mobile-theme {
  border-bottom: 1px solid var(--general-section-2);
}

[dir="ltr"] .header__menu-mobile-theme {
  padding-right: 0;
}

[dir="rtl"] .header__menu-mobile-theme {
  padding-left: 0;
}

.header__menu-mobile-theme--responsible-trading {
  border-bottom: 1px solid var(--general-section-2);
}

.header__menu--separator {
  width: 2rem;
  height: 3.2rem;
}

[dir="ltr"] .header__menu--separator {
  border-right: 1px solid var(--general-section-1);
  margin-right: 1rem;
}

[dir="rtl"] .header__menu--separator {
  border-left: 1px solid var(--general-section-1);
  margin-left: 1rem;
}

.header__menu--dtrader--separator {
  margin-top: 0.8rem;
  height: 3.2rem;
}

[dir="ltr"] .header__menu--dtrader--separator {
  border-right: 1px solid var(--general-section-1);
}

[dir="rtl"] .header__menu--dtrader--separator {
  border-left: 1px solid var(--general-section-1);
}

[dir="ltr"] .header__menu--dtrader--separator--account {
  margin-right: 1rem;
}

[dir="rtl"] .header__menu--dtrader--separator--account {
  margin-left: 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;
}

[dir="ltr"] .header__redirect--dtratder {
  margin-left: 50rem;
}

[dir="rtl"] .header__redirect--dtratder {
  margin-right: 50rem;
}

.header__redirect--dtratder--link {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
}

[dir="ltr"] .header__redirect--dtratder--link {
  margin-right: 5rem;
}

[dir="rtl"] .header__redirect--dtratder--link {
  margin-left: 5rem;
}

.header__menu-mobile-link {
  text-decoration: none;
  display: flex;
  flex: 1;
  align-items: center;
}

.header__menu-mobile-link--active .header__menu-mobile-link-text {
  font-weight: bold;
  color: var(--text-prominent);
}

.header__menu-mobile-link-text {
  font-size: 1.4rem;
  color: var(--text-general);
  flex: 1;
}

.header__menu-mobile-link-icon {
  width: 16px;
  height: 16px;
}

[dir="ltr"] .header__menu-mobile-link-icon {
  margin-right: 16px;
}

[dir="rtl"] .header__menu-mobile-link-icon {
  margin-left: 16px;
}

[dir="ltr"] .header__menu-mobile-link-flag-icon {
  margin-right: 16px;
}

[dir="rtl"] .header__menu-mobile-link-flag-icon {
  margin-left: 16px;
}

.header__menu-mobile-link-suffix-icon {
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
}

.header__menu-items {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header__navbar-icons {
  cursor: pointer;
  padding: 0.8em 1.6em;
  align-self: center;
  height: 100%;
}

.header__navbar-icons--notify-toggle {
  order: 2;
  order: 2;
  padding: 0.5em 1em;
  width: 2em;
}

[dir="ltr"] .header__menu-divider {
  margin-left: 20rem;
}

[dir="rtl"] .header__menu-divider {
  margin-right: 20rem;
}

.header__menu-left {
  justify-content: flex-start;
  order: -1;
  display: inline-flex;
  flex: 1;
  height: 47px;
}

@media (min-width: 1024px) {
  .header__menu-left {
    align-items: center;
  }
}

.header__menu-left-extensions {
  display: flex;
  align-items: center;
}

.header__menu-left-logo {
  align-self: center;
  margin: 0 1.2rem;
  cursor: pointer;
}

.header__menu-right {
  justify-content: flex-end;
  order: 1;
  display: inline-flex;
  height: 47px;
  position: relative;
}

.header__menu-right--hidden {
  display: none;
}

@media (max-width: 1279px) {
  .header__menu-right .acc-info__separator {
    display: none;
  }

  [dir="ltr"] .header__menu-right .notifications-toggle {
    margin-right: 0;
  }

  [dir="rtl"] .header__menu-right .notifications-toggle {
    margin-left: 0;
  }
}

.header__menu--back-to-old-ui--dtrader {
  padding: 0 1.5rem 2.5rem;
  width: 110%;
}

.header__menu--back-to-ui {
  display: flex;
  width: 90%;
  justify-content: space-between;
  border-radius: 1rem;
}

.header__menu--back-to-ui--dark {
  background-color: var(--general-main-1);
  display: flex;
  width: 90%;
  justify-content: space-between;
  border-radius: 1rem;
}

.header__menu--traders-hub {
  padding: 1.5rem;
}

.header__menu--traders-hub-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__menu--traders-hub-text {
  width: 13rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[dir="ltr"] .header__menu--traders-hub-beta-icon {
  margin: 0 4rem 0 1rem;
}

[dir="rtl"] .header__menu--traders-hub-beta-icon {
  margin: 0 1rem 0 4rem;
}

.header__menu--explore-traders-hub {
  border-radius: 1rem;
}

.header__menu--explore-traders-hub--dark {
  background-color: var(--general-main-1);
}

.header__menu--explore-traders-hub .dc-btn__text {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header__menu--exit-traders-hub {
  border-radius: 1rem;
}

.header__menu--exit-traders-hub--dark {
  background-color: var(--general-main-1);
}

.header__menu--exit-traders-hub .dc-btn__text {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

[dir="ltr"] .header__menu--exit-traders-hub-beta-icon {
  margin: 0 4rem 0 1rem;
}

[dir="rtl"] .header__menu--exit-traders-hub-beta-icon {
  margin: 0 1rem 0 4rem;
}

.header__menu--back-to-ui-text {
  align-items: flex-start;
}

.header__menu--back-to-ui-text--dark {
  color: var(--text-prominent);
  align-items: flex-start;
}

.header__menu-mobile-right-arrow {
  align-items: flex-end;
  display: inline-flex;
}

.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 {
  font-size: 1.6rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  line-height: 1.75;
  padding: 0.5em 0;
  position: relative;
  color: var(--text-general);
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}

.header__menu-link-text .color1-fill {
  fill: var(--text-general);
}

.header__menu-link-text .color1-stroke {
  stroke: var(--text-general);
}

.header__menu-link-text .color2-fill {
  fill: none;
}

.header__menu-link-text .color2-stroke {
  stroke: none;
}

.header__menu-link-text .color3-fill {
  fill: var(--text-general);
}

.header__menu-link-text .color3-stroke {
  stroke: var(--text-general);
}

.header__menu-link-text:before {
  position: absolute;
  top: 1.4em;
}

[dir="ltr"] .header__menu-link-text:before {
  left: 1.2em;
}

[dir="rtl"] .header__menu-link-text:before {
  right: 1.2em;
}

.header__menu-link-text:after {
  display: block;
  content: attr(title);
  font-weight: 400;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.header__menu-link:hover:not(.header__menu-link--active) {
  background-color: var(--general-hover);
}

.header__menu-link--active > .header__menu-link-text[title] {
  font-weight: bold;
  color: var(--text-prominent);
}

.header__menu-link--active > .header__menu-link-text[title]:after {
  color: var(--text-prominent);
}

.header__logo {
  background-color: var(--brand-secondary);
  border-radius: 10px;
  color: var(--text-colored-background);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  height: 20px;
  line-height: 1.43;
  text-align: center;
  width: 50px;
}

[dir="ltr"] .header__logo {
  margin-left: 8px;
}

[dir="rtl"] .header__logo {
  margin-right: 8px;
}

.header__mobile-drawer-icon {
  width: 16px;
  height: 16px;
  transform: scale(1.3);
}

.header__mobile-drawer-toggle {
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  height: inherit;
}

[dir="ltr"] .header__mobile-drawer-toggle {
  border-right: 1px solid var(--general-section-1);
}

[dir="rtl"] .header__mobile-drawer-toggle {
  border-left: 1px solid var(--general-section-1);
}

.header__title {
  display: inline-block;
  font-weight: bold;
  color: var(--text-prominent);
}

.header__icon {
  vertical-align: middle;
}

[dir="ltr"] .header__icon {
  margin-right: 0.8rem;
}

[dir="rtl"] .header__icon {
  margin-left: 0.8rem;
}

@media (max-width: 1279px) {
  .header {
    height: 40px;
  }

  .header .header__menu-left,
  .header .header__menu-right {
    height: 39px;
  }
}

.header__divider {
  width: 0.1rem;
  height: 3rem;
  background: var(--general-section-2);
}

[dir="ltr"] .header__divider {
  margin-left: 0.8rem;
}

[dir="rtl"] .header__divider {
  margin-right: 0.8rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header__divider {
    height: 2.4rem;
  }
}

.header-v2 {
  height: 40px;
  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: 40px;
  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);
}

[dir="ltr"] .header-v2__acc-info__select-arrow--up {
  transform: rotate(180deg);
}

[dir="rtl"] .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 {
  display: flex;
  justify-content: center;
  height: var(--core-spacing-2000);
  padding: var(--core-spacing-400) var(--core-spacing-50);
}

.contract-details-header-v2 .arrow {
  position: absolute;
  cursor: pointer;
}

[dir="ltr"] .contract-details-header-v2 .arrow {
  left: var(--core-size-1200);
}

[dir="rtl"] .contract-details-header-v2 .arrow {
  right: var(--core-size-1200);
}

/** @define footer; weak */
.footer {
  position: fixed;
  bottom: 0;
  padding: 0 1em;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: opacity 0.3s;
  backface-visibility: hidden;
  background: var(--general-main-1);
  color: var(--text-prominent);
  border-top: 1px solid var(--general-section-1);
}

.footer--is-disabled {
  border-top: none;
}

.footer--is-disabled:after {
  opacity: 1;
  pointer-events: auto;
}

.footer__links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  height: 100%;
  /* fix issue with rogue tiny-popover div generated in footer links */
}

[dir="ltr"] .footer__links--left {
  margin-right: auto;
}

[dir="rtl"] .footer__links--left {
  margin-left: auto;
}

.footer__links--left:hover {
  cursor: pointer;
}

.footer__links div {
  height: inherit;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.footer__links--dark-mode {
  padding: 0.8rem;
  cursor: pointer;
}

.footer__links--dark-mode:hover {
  background: var(--general-hover);
}

.footer__link {
  padding: 0 0.8em;
  text-decoration: none;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.footer__link:hover {
  background: var(--general-hover);
}

.footer__icon {
  width: 1.6em;
  height: 1.6em;
}

@media (max-width: 600px) {
  .footer {
    display: none;
  }
}

@keyframes blinking-network-status {
  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/** @define network-status  */
.network-status__wrapper {
  height: 1.4em;
  position: relative;
}

[dir="ltr"] .network-status__wrapper--is-mobile .network-status__circle {
  margin: 0.2em 0 0.2em -0.2em;
}

[dir="rtl"] .network-status__wrapper--is-mobile .network-status__circle {
  margin: 0.2em -0.2em 0.2em 0;
}

.network-status__tooltip {
  text-decoration-line: none;
}

[dir="ltr"] .network-status__tooltip {
  left: auto;
  left: initial;
}

[dir="rtl"] .network-status__tooltip {
  right: auto;
  right: initial;
}

.network-status__circle {
  background: var(--general-section-1);
  width: 1em;
  height: 1em;
  margin: 0.2em 1.6em;
  border-radius: 50%;
}

.network-status__circle--online {
  background: var(--text-profit-success);
}

.network-status__circle--offline {
  background: var(--text-loss-danger);
}

.network-status__circle--blinker {
  animation: blinking-network-status 0.4s alternate infinite;
  background: var(--text-profit-success);
}

/** @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;
  padding: 0 1em;
  font-size: 1.2rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  line-height: 1.25;
  color: var(--text-general);
}

[dir="ltr"] .server-time {
  margin-right: 1em;
}

[dir="rtl"] .server-time {
  margin-left: 1em;
}

[dir="ltr"] .server-time--is-mobile {
  padding: 0 1em 0 0;
  margin-right: 0;
}

[dir="rtl"] .server-time--is-mobile {
  padding: 0 0 0 1em;
  margin-left: 0;
}

/** @define ic-settings */
.ic-settings--active {
  position: relative;
  background: var(--state-hover);
}

.ic-settings--active:after {
  content: "";
  height: 0.2em;
  width: 100%;
  position: absolute;
  top: 0;
  background: var(--text-prominent);
}

[dir="ltr"] .ic-settings--active:after {
  left: 0;
}

[dir="rtl"] .ic-settings--active:after {
  right: 0;
}

.ic-settings--active .ic-settings__icon {
  pointer-events: none;
}

[dir="ltr"] .ic-settings-language__text{
  margin-left: 0.4rem;
}

[dir="rtl"] .ic-settings-language__text{
  margin-right: 0.4rem;
}

.ic-settings--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

/** @define footer-regulatory-information */
.footer-regulatory-information {
  padding: 2rem;
}

[dir="ltr"] .footer-regulatory-information p{
  text-align: left;
}

[dir="rtl"] .footer-regulatory-information p{
  text-align: right;
}

.footer-regulatory-information p {
  font-size: 1.4rem;
  color: var(--text-prominent);
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
}

[dir="ltr"] .footer-regulatory-information__link{
  text-align: left;
}

[dir="rtl"] .footer-regulatory-information__link{
  text-align: right;
}

.footer-regulatory-information__link {
  font-size: 1.4rem;
  color: var(--text-prominent);
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  color: var(--brand-red-coral);
  text-decoration: none;
}

.footer-regulatory-information__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.4rem;
}

/** @define footer-icon-separator */
.footer-icon-separator {
  height: 1.6rem !important;
}
.footer-icon-separator {
  width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--general-section-1);
  margin: 0 0.1rem;
}

.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(--overlay-outside-dialog);
}

.modal-root:not(:empty) {
  display: flex;
  opacity: 1;
}

.modal-root--absolute {
  z-index: 9999;
}

.traders-hub-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 48px;
  top: 0;
  box-sizing: border-box;
  border-bottom: 1px solid var(--general-section-1);
  background-color: var(--general-main-1);
  backface-visibility: hidden;
  transition: opacity 0.3s;
  display: flex;
}

[dir="ltr"] .traders-hub-header {
  left: 0;
}

[dir="rtl"] .traders-hub-header {
  right: 0;
}

.traders-hub-header--is-disabled:after {
  opacity: 1;
  pointer-events: auto;
}

.traders-hub-header--is-hidden {
  display: none !important;
}

@media screen and (max-width: 380px) {
  .traders-hub-header__cashier-button, .traders-hub-header__logo-wrapper {
    display: none;
  }
}

@media (max-width: 1279px) {
  .traders-hub-header {
    display: flex;
    justify-content: space-between;
    height: 4rem;
  }
}

.traders-hub-header__logo-wrapper {
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 380px) {
  .traders-hub-header__logo-wrapper--cashier {
    display: none;
  }
}

.traders-hub-header__menu-left {
  display: inline-flex;
  height: 47px;
  align-items: center;
}

@media (max-width: 1279px) {
  .traders-hub-header__menu-left {
    height: 3.8rem;
  }
}

.traders-hub-header__menu-left-extensions {
  display: flex;
  overflow: hidden;
}

.traders-hub-header__mobile-parent {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.traders-hub-header__menu-right {
  justify-content: flex-end;
  display: inline-flex;
  flex: 1;
  align-items: center;
}

.traders-hub-header__menu-right--items {
  display: flex;
  align-items: center;
}

.traders-hub-header__menu-right--items--onboarding {
  padding: 2.5rem;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .traders-hub-header__menu-right--items--onboarding {
    padding: 1rem;
  }
}

@media (max-width: 1279px) {
  [dir="ltr"] .traders-hub-header__menu-right--items--notifications {
    padding: 0 2rem 0 1rem;
  }

  [dir="rtl"] .traders-hub-header__menu-right--items--notifications {
    padding: 0 1rem 0 2rem;
  }
}

@media (max-width: 1279px) {
  [dir="ltr"] .traders-hub-header__menu-right--items--notifications__cashier {
    padding-right: 1rem;
  }

  [dir="rtl"] .traders-hub-header__menu-right--items--notifications__cashier {
    padding-left: 1rem;
  }
}

.traders-hub-header__menu-right--items--account-toggle {
  height: 47px;
}

@media (max-width: 1279px) {
  .traders-hub-header__menu-right--items--account-toggle {
    height: 3.8rem;
  }
}

@media (max-width: 1279px) {
  [dir="ltr"] .traders-hub-header__menu-right--items--account-toggle .acc-info__wrapper {
    margin-right: 0;
  }

  [dir="rtl"] .traders-hub-header__menu-right--items--account-toggle .acc-info__wrapper {
    margin-left: 0;
  }
}

.traders-hub-header__menu-right--items--account-toggle .acc-info__wrapper .acc-info__separator {
  width: auto;
  width: initial;
}

.traders-hub-header__menu-middle {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  justify-content: space-between;
}

.traders-hub-header__logo {
  margin-bottom: 0.2rem !important;
}

.traders-hub-header__logo {
  height: 1.8rem;
}

[dir="ltr"] .traders-hub-header__logo {
  padding: 0 1rem 0 1.5rem;
}

[dir="rtl"] .traders-hub-header__logo {
  padding: 0 1.5rem 0 1rem;
}

@media (max-width: 1279px) {
  [dir="ltr"] .traders-hub-header__logo {
    margin-left: 0.7rem;
  }

  [dir="rtl"] .traders-hub-header__logo {
    margin-right: 0.7rem;
  }
}

.traders-hub-header__tradershub {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

[dir="ltr"] .traders-hub-header__tradershub {
  padding: 0 1rem 0 1.6rem;
}

[dir="rtl"] .traders-hub-header__tradershub {
  padding: 0 1.6rem 0 1rem;
}

.traders-hub-header__tradershub:hover:not(.traders-hub-header__tradershub--active) {
  background-color: var(--general-hover);
}

.traders-hub-header__tradershub--active > .traders-hub-header__tradershub--text {
  font-weight: bold;
  color: var(--text-prominent);
}

[dir="ltr"] .traders-hub-header__tradershub--home-logo {
  padding-right: 0.8rem;
}

[dir="rtl"] .traders-hub-header__tradershub--home-logo {
  padding-left: 0.8rem;
}

.traders-hub-header__tradershub--text {
  font-size: 1.6rem;
}

.traders-hub-header__tradershub > * {
  cursor: pointer;
}

.traders-hub-header__tradershub--onboarding {
  padding: 2rem;
  cursor: pointer;
}

[dir="ltr"] .traders-hub-header__tradershub--onboarding {
  margin-right: 0.3rem;
}

[dir="rtl"] .traders-hub-header__tradershub--onboarding {
  margin-left: 0.3rem;
}

.traders-hub-header__divider {
  width: 0.1rem;
  height: 3rem;
  background: var(--general-section-2);
}

[dir="ltr"] .traders-hub-header__divider {
  margin-right: 1rem;
  margin-left: 0.8rem;
}

[dir="rtl"] .traders-hub-header__divider {
  margin-left: 1rem;
  margin-right: 0.8rem;
}

@media (max-width: 1279px) {
  .traders-hub-header__divider {
    height: 2.4rem;
  }
}

[dir="ltr"] .traders-hub-header__divider--wallets {
  margin-left: 0;
}

[dir="rtl"] .traders-hub-header__divider--wallets {
  margin-right: 0;
}

.traders-hub-header__redirect {
  display: flex;
  cursor: pointer;
}

.traders-hub-header__redirect--link {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
}

[dir="ltr"] .traders-hub-header__redirect--link {
  margin-right: 1rem;
}

[dir="rtl"] .traders-hub-header__redirect--link {
  margin-left: 1rem;
}

.traders-hub-header__redirect--cashierlink {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 2rem;
}

[dir="ltr"] .traders-hub-header__redirect--cashierlink {
  margin-right: 1rem;
}

[dir="rtl"] .traders-hub-header__redirect--cashierlink {
  margin-left: 1rem;
}

.traders-hub-header__redirect--cashiertext {
  padding: 0.7rem;
}

.traders-hub-header__redirect--beta {
  padding: 0 0.7rem;
}

.traders-hub-header__dtrader--redirect {
  display: flex;
  align-items: center;
}

[dir="ltr"] .traders-hub-header__dtrader--redirect {
  margin-right: 1rem;
}

[dir="rtl"] .traders-hub-header__dtrader--redirect {
  margin-left: 1rem;
}

.traders-hub-header__dtrader--redirect--link {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
}

.traders-hub-header__dtrader--redirect--beta {
  padding: 0 0.5rem;
}

[dir="ltr"] .traders-hub-header__setting {
  margin-right: 2.2rem;
}

[dir="rtl"] .traders-hub-header__setting {
  margin-left: 2.2rem;
}

.traders-hub-header__setting--icon {
  cursor: pointer;
}

@media (max-width: 1279px) {
  [dir="ltr"] .traders-hub-header__notification .notifications-toggle {
    margin-right: 0;
  }

  [dir="rtl"] .traders-hub-header__notification .notifications-toggle {
    margin-left: 0;
  }
}

.traders-hub-header-wallets__logo {
  align-self: center;
  margin: 0 1.2rem;
  cursor: pointer;
}

.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(--text-colored-background);
}

/** @define login-prompt */
.login-prompt {
  height: calc(100vh - 84px);
  margin: 0 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-prompt__icon {
  height: 6.4em;
  width: 6.4em;
  margin-bottom: 1em;
}

.login-prompt__icon-svg {
  height: 100%;
  width: 100%;
}

.login-prompt__message {
  font-size: 1.4em;
}

.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;
  color: var(--text-general);
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  color: var(--text-prominent);
  margin: 0 0 16px;
  text-transform: none;
}

.media__heading .inline-message {
  margin-top: 1.6rem;
}

.media__icon {
  height: 120px;
  border-radius: 4px;
  min-width: 160px;
}

[dir="ltr"] .media__icon {
  margin-right: 1.6em;
}

[dir="rtl"] .media__icon {
  margin-left: 1.6em;
}

.media__icon:empty {
  background-color: var(--general-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;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  color: var(--text-prominent);
}

.media__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-transform: none;
  text-transform: initial;
  color: var(--text-prominent);
}

/** @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%;
}

[dir="ltr"] .side-menu__sub-header-layout {
  border-left: 2px solid var(--general-main-1);
}

[dir="rtl"] .side-menu__sub-header-layout {
  border-right: 2px solid var(--general-main-1);
}

.side-menu__title {
  font-size: var(--text-size-s);
  font-weight: bold;
  margin: 0 0.8rem;
  color: var(--text-prominent);
}

.side-menu__header--active {
  background-color: var(--general-main-1);
  /* postcss-bem-linter: ignore */
}

.side-menu__header--active:hover {
  background-color: var(--general-main-1) !important;
}

.side-menu__header--active div {
  font-weight: bold;
}

.side-menu__header--disabled {
  opacity: 0.32;
  pointer-events: none;
}

.side-menu__icon {
  font-weight: bold;
}

[dir="ltr"] .side-menu__icon {
  transform: rotate(360deg);
  margin-left: auto;
}

[dir="rtl"] .side-menu__icon {
  transform: rotate(-360deg);
  margin-right: auto;
}

/* postcss-bem-linter: ignore */
.dc-vertical-tab__tab .dc-vertical-tab__header {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}

[dir="ltr"] .dc-vertical-tab__tab .dc-vertical-tab__header .dc-vertical-tab__header__link {
  margin-left: 4px;
}

[dir="rtl"] .dc-vertical-tab__tab .dc-vertical-tab__header .dc-vertical-tab__header__link {
  margin-right: 4px;
}
.dc-vertical-tab__tab .dc-vertical-tab__header--active {
  /* postcss-bem-linter: ignore */
}

[dir="ltr"] .dc-vertical-tab__tab .dc-vertical-tab__header--active .dc-vertical-tab__header__link {
  margin-left: 0;
}

[dir="rtl"] .dc-vertical-tab__tab .dc-vertical-tab__header--active .dc-vertical-tab__header__link {
  margin-right: 0;
}

.dc-vertical-tab__tab .dc-vertical-tab__header--disabled {
  opacity: 0.32;
  pointer-events: none;
}

.livechat {
  display: flex;
  width: 100%;
  align-items: center;
}

[dir="ltr"] .livechat {
  padding-right: 1.6rem;
}

[dir="rtl"] .livechat {
  padding-left: 1.6rem;
}

.livechat__icon {
  width: 1.6rem;
  height: 1.6rem;
}

[dir="ltr"] .livechat__icon {
  margin-right: 1.6rem;
}

[dir="rtl"] .livechat__icon {
  margin-left: 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(--general-main-2);
  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;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  text-align: center;
  line-height: 1.5;
  color: var(--text-general);
  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;
}

[dir="ltr"] .cookie-banner__btn-dont-accept, [dir="ltr"] .cookie-banner__btn-dont-accept:hover {
  margin-right: 8px;
}

[dir="rtl"] .cookie-banner__btn-dont-accept, [dir="rtl"] .cookie-banner__btn-dont-accept:hover {
  margin-left: 8px;
}

.cookie-banner__btn-accept {
  width: -moz-fit-content;
  width: fit-content;
}

.notification-banner {
  position: relative;
  display: flex;
  background-color: var(--general-main-1);
  color: var(--text-prominent);
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 var(--shadow-menu), 0 4px 6px 0 var(--shadow-menu);
  width: 100%;
  max-width: 40rem;
  min-height: 14.4rem;
  transition: transform 0.25s ease, opacity 0.25s linear;
  z-index: 10;
  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 {
  z-index: 12;
  width: 50%;
  min-width: 210px;
}

[dir="ltr"] .notification-banner--left {
  padding: 1.6rem 0 1.6rem 1.6rem;
}

[dir="rtl"] .notification-banner--left {
  padding: 1.6rem 1.6rem 1.6rem 0;
}

.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;
  background-color: #ff6444;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  z-index: 11;
}

[dir="ltr"] .notification-banner__bg {
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

[dir="rtl"] .notification-banner__bg {
  left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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;
  bottom: -0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 15.2rem;
  width: auto;
  z-index: 12;
  pointer-events: none;
}

[dir="ltr"] .notification-banner__img {
  right: 1.2rem;
}

[dir="rtl"] .notification-banner__img {
  left: 1.2rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  .notification-banner__img {
    height: 12rem;
    bottom: 0;
  }

  [dir="ltr"] .notification-banner__img {
    right: 0.8rem;
  }

  [dir="rtl"] .notification-banner__img {
    left: 0.8rem;
  }
}

.notification-banner__close-icon {
  position: absolute;
  z-index: 12;
  top: 1.6rem;
  cursor: pointer;
}

[dir="ltr"] .notification-banner__close-icon {
  right: 1.6rem;
}

[dir="rtl"] .notification-banner__close-icon {
  left: 1.6rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  .notification-banner {
    height: 100%;
    max-height: 13.8rem;
    width: calc(100vw - 1.6rem);
    top: -0.2rem;
  }

  [dir="ltr"] .notification-banner {
    left: 0.8rem;
  }

  [dir="rtl"] .notification-banner {
    right: 0.8rem;
  }
}

.notification-promo {
  position: relative;
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--general-main-1);
  box-shadow: 0 4px 6px 0 var(--shadow-menu), 0 4px 6px 0 var(--shadow-menu);
  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%;
  z-index: 12;
  pointer-events: none;
}

[dir="ltr"] .notification-promo__img {
  right: 0;
  border-radius: 0 4px 4px 0;
}

[dir="rtl"] .notification-promo__img {
  left: 0;
  border-radius: 4px 0 0 4px;
}

.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;
  top: 1.6rem;
  cursor: pointer;
}

[dir="ltr"] .notification-promo__close-icon {
  right: 1.6rem;
}

[dir="rtl"] .notification-promo__close-icon {
  left: 1.6rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  .notification-promo {
    height: 100%;
    max-height: 12.2rem;
    width: calc(100vw - 1.6rem);
    top: -0.2rem;
  }

  [dir="ltr"] .notification-promo {
    left: 0.8rem;
  }

  [dir="rtl"] .notification-promo {
    right: 0.8rem;
  }

  .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 {
  width: -webkit-fill-available;
}

[dir="ltr"] .onfido-container .onfido-sdk-ui-Camera-webcamContainer {
  left: auto;
}

[dir="rtl"] .onfido-container .onfido-sdk-ui-Camera-webcamContainer {
  right: auto;
}

.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;
  z-index: 1;
  max-width: -moz-max-content;
  max-width: max-content;
}

[dir="ltr"] .onfido-container__info-message {
  left: 50%;
  transform: translate(-50%);
}

[dir="rtl"] .onfido-container__info-message {
  right: 50%;
  transform: translate(50%);
}

@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(--general-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__section {
  display: grid;
  align-items: center;
}

@media (min-width: 1280px) {
  .account-form__section {
    grid-template-areas: "section-side-note section-content";
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
  }
}

@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-top: 1px solid var(--general-section-1);
  background-color: var(--general-main-1);
}

[dir="ltr"] .account-form__footer {
  border-radius: 0 4px 4px 0;
}

[dir="rtl"] .account-form__footer {
  border-radius: 4px 0 0 4px;
}

@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(--text-prominent);
  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;
  }

  [dir="ltr"] .account-form__footer-note--dashboard {
    text-align: left;
  }

  [dir="rtl"] .account-form__footer-note--dashboard {
    text-align: right;
  }
}

.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(--text-prominent);
}

.account-form__footer-btn-dashboard:hover {
  background-color: transparent !important;
  background-color: initial !important;
}

@media (min-width: 1280px) {
  [dir="ltr"] .account-form__footer-btn {
    margin-left: 1.6rem;
  }

  [dir="rtl"] .account-form__footer-btn {
    margin-right: 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;
}

[dir="ltr"] .account-form__footer--dashboard {
  margin-left: 6rem;
}

[dir="rtl"] .account-form__footer--dashboard {
  margin-right: 6rem;
}

@media (max-width: 1279px) {
  .account-form__footer--dashboard {
    width: 100vw;
  }

  [dir="ltr"] .account-form__footer--dashboard {
    margin-left: 0;
    margin-left: initial;
  }

  [dir="rtl"] .account-form__footer--dashboard {
    margin-right: 0;
    margin-right: 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;
  }
}

[dir="ltr"] .account-form__footer-poa {
  margin-left: 0;
  margin-left: initial;
}

[dir="rtl"] .account-form__footer-poa {
  margin-right: 0;
  margin-right: 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(--general-section-1);
    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-bottom: 0;
}

[dir="ltr"] .account-form_poa .account__scrollbars_container {
  padding-left: 0;
}

[dir="rtl"] .account-form_poa .account__scrollbars_container {
  padding-right: 0;
}

[dir="ltr"] .account-form_poa-submit-error {
  justify-content: left;
}

[dir="rtl"] .account-form_poa-submit-error {
  justify-content: right;
}

@media (min-width: 1280px) {
  .file-uploader__container {
    margin: 1.6rem 0;
    padding: 1.6rem 2.4rem;
    border-radius: 8px;
    border: 1px solid var(--border-normal);
  }
}

.file-uploader__container .files-description__title {
  margin-bottom: 1.6rem;
}

.file-uploader__container .files-description li {
  list-style-type: disc;
}

[dir="ltr"] .file-uploader__container .files-description li {
  margin-left: 2.4rem;
}

[dir="rtl"] .file-uploader__container .files-description li {
  margin-right: 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;
  cursor: pointer;
  transition: transform 0.25s linear;
}

[dir="ltr"] .file-uploader__remove-btn {
  right: 0.8rem;
}

[dir="rtl"] .file-uploader__remove-btn {
  left: 0.8rem;
}

.file-uploader__remove-btn:hover {
  transform: scale(1.25, 1.25);
}

.file-uploader__remove-btn--error circle {
  fill: var(--status-danger);
}

.file-uploader__remove-btn-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .file-uploader__remove-btn-container {
  left: 0;
}

[dir="rtl"] .file-uploader__remove-btn-container {
  right: 0;
}

.proof-of-identity {
  width: 100%;
  height: 100%;
}

.proof-of-identity__main-container {
  max-width: 68.2rem;
}

@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 .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;
  }
}

[dir="ltr"] .proof-of-identity__footer-alert {
  margin-right: auto;
}

[dir="rtl"] .proof-of-identity__footer-alert {
  margin-left: 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;
  }
}

[dir="ltr"] .proof-of-identity__sample-container {
  margin-left: 1.6rem;
}

[dir="rtl"] .proof-of-identity__sample-container {
  margin-right: 1.6rem;
}

@media (max-width: 1279px) {
  .proof-of-identity__sample-container {
    width: 94%;
  }

  [dir="ltr"] .proof-of-identity__sample-container {
    margin-left: 0;
    margin-left: initial;
  }

  [dir="rtl"] .proof-of-identity__sample-container {
    margin-right: 0;
    margin-right: initial;
  }
}

.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: #f2f3f4;
}

.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(--text-prominent);
}

.wallet-card__usd-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(244, 67, 54, 0.24) 0%, rgba(40, 57, 145, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__usd-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(244, 67, 54, 0.24) 0%, rgba(40, 57, 145, 0.48) 100%) #ffffff;
  }
}

.wallet-card__usd-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(244, 67, 54, 0.24) 0%, rgba(40, 57, 145, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__usd-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(244, 67, 54, 0.4) 0%, rgba(244, 67, 54, 0.16) 50.52%, rgba(40, 57, 145, 0.56) 100%) #151717;
  }
}

.wallet-header__usd-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(244, 67, 54, 0.4) 0%, rgba(244, 67, 54, 0.16) 50.52%, rgba(40, 57, 145, 0.56) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__usd-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(244, 67, 54, 0.4) 0%, rgba(244, 67, 54, 0.16) 50.52%, rgba(40, 57, 145, 0.56) 100%) #ffffff;
  }
}

.wallet-header__usd-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(244, 67, 54, 0.4) 0%, rgba(244, 67, 54, 0.16) 50.52%, rgba(40, 57, 145, 0.56) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__usd-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(244, 67, 54, 0.4) 0%, rgba(244, 67, 54, 0.16) 50.52%, rgba(40, 57, 145, 0.56) 100%) #151717;
  }
}

.wallet-card__aud-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(13, 180, 61, 0.24) 0%, rgba(255, 205, 0, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__aud-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(13, 180, 61, 0.24) 0%, rgba(255, 205, 0, 0.48) 100%) #ffffff;
  }
}

.wallet-card__aud-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(13, 180, 61, 0.24) 0%, rgba(255, 205, 0, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__aud-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(13, 180, 61, 0.24) 0%, rgba(255, 205, 0, 0.48) 100%) #151717;
  }
}

.wallet-header__aud-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(13, 180, 61, 0.4) 0%, rgba(13, 180, 61, 0.16) 50.52%, rgba(255, 205, 0, 0.56) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__aud-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(13, 180, 61, 0.4) 0%, rgba(13, 180, 61, 0.16) 50.52%, rgba(255, 205, 0, 0.56) 100%) #ffffff;
  }
}

.wallet-header__aud-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(13, 180, 61, 0.4) 0%, rgba(13, 180, 61, 0.16) 50.52%, rgba(255, 205, 0, 0.56) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__aud-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(13, 180, 61, 0.4) 0%, rgba(13, 180, 61, 0.16) 50.52%, rgba(255, 205, 0, 0.56) 100%) #151717;
  }
}

.wallet-card__eur-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.24) 0%, rgba(248, 209, 46, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__eur-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.24) 0%, rgba(248, 209, 46, 0.48) 100%) #ffffff;
  }
}

.wallet-card__eur-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.24) 0%, rgba(248, 209, 46, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__eur-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.24) 0%, rgba(248, 209, 46, 0.48) 100%) #151717;
  }
}

.wallet-header__eur-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.4) 0%, rgba(40, 57, 145, 0.16) 50.52%, rgba(248, 209, 46, 0.56) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__eur-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.4) 0%, rgba(40, 57, 145, 0.16) 50.52%, rgba(248, 209, 46, 0.56) 100%) #ffffff;
  }
}

.wallet-header__eur-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.4) 0%, rgba(40, 57, 145, 0.16) 50.52%, rgba(248, 209, 46, 0.56) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__eur-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.4) 0%, rgba(40, 57, 145, 0.16) 50.52%, rgba(248, 209, 46, 0.56) 100%) #151717;
  }
}

.wallet-card__gbp-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.24) 0%, rgba(40, 57, 145, 0.24) 0.01%, rgba(244, 67, 54, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__gbp-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.24) 0%, rgba(40, 57, 145, 0.24) 0.01%, rgba(244, 67, 54, 0.48) 100%) #ffffff;
  }
}

.wallet-card__gbp-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.24) 0%, rgba(40, 57, 145, 0.24) 0.01%, rgba(244, 67, 54, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__gbp-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.24) 0%, rgba(40, 57, 145, 0.24) 0.01%, rgba(244, 67, 54, 0.48) 100%) #151717;
  }
}

.wallet-header__gbp-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.4) 0%, rgba(40, 57, 145, 0.16) 50.52%, rgba(244, 67, 54, 0.56) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__gbp-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.4) 0%, rgba(40, 57, 145, 0.16) 50.52%, rgba(244, 67, 54, 0.56) 100%) #ffffff;
  }
}

.wallet-header__gbp-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.4) 0%, rgba(40, 57, 145, 0.16) 50.52%, rgba(244, 67, 54, 0.56) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__gbp-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(40, 57, 145, 0.4) 0%, rgba(40, 57, 145, 0.16) 50.52%, rgba(244, 67, 54, 0.56) 100%) #151717;
  }
}

.wallet-card__p2p-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(255, 68, 79, 0.24) 0%, rgba(255, 100, 68, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__p2p-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(255, 68, 79, 0.24) 0%, rgba(255, 100, 68, 0.48) 100%) #ffffff;
  }
}

.wallet-card__p2p-bg--dark {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(255, 68, 79, 0.24) 0%, rgba(255, 100, 68, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__p2p-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(255, 68, 79, 0.24) 0%, rgba(255, 100, 68, 0.48) 100%) #151717;
  }
}

.wallet-header__p2p-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(255, 68, 79, 0.4) 0%, rgba(255, 68, 79, 0.16) 50.52%, rgba(255, 100, 68, 0.56) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__p2p-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(255, 68, 79, 0.4) 0%, rgba(255, 68, 79, 0.16) 50.52%, rgba(255, 100, 68, 0.56) 100%) #ffffff;
  }
}

.wallet-header__p2p-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(255, 68, 79, 0.4) 0%, rgba(255, 68, 79, 0.16) 50.52%, rgba(255, 100, 68, 0.56) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__p2p-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(255, 68, 79, 0.4) 0%, rgba(255, 68, 79, 0.16) 50.52%, rgba(255, 100, 68, 0.56) 100%) #151717;
  }
}

.wallet-card__payment-agent-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(151, 151, 151, 0.24) 0%, rgba(178, 194, 195, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__payment-agent-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(151, 151, 151, 0.24) 0%, rgba(178, 194, 195, 0.48) 100%) #ffffff;
  }
}

.wallet-card__payment-agent-bg--dark {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(151, 151, 151, 0.24) 0%, rgba(178, 194, 195, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__payment-agent-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(151, 151, 151, 0.24) 0%, rgba(178, 194, 195, 0.48) 100%) #151717;
  }
}

.wallet-header__payment-agent-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(151, 151, 151, 0.4) 0%, rgba(151, 151, 151, 0.16) 50.52%, rgba(178, 194, 195, 0.56) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__payment-agent-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(151, 151, 151, 0.4) 0%, rgba(151, 151, 151, 0.16) 50.52%, rgba(178, 194, 195, 0.56) 100%) #ffffff;
  }
}

.wallet-header__payment-agent-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(151, 151, 151, 0.4) 0%, rgba(151, 151, 151, 0.16) 50.52%, rgba(178, 194, 195, 0.56) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__payment-agent-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(151, 151, 151, 0.4) 0%, rgba(151, 151, 151, 0.16) 50.52%, rgba(178, 194, 195, 0.56) 100%) #151717;
  }
}

.wallet-card__btc-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(247, 147, 27, 0.24) 0%, rgba(247, 199, 27, 0.477) 99.99%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__btc-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(247, 147, 27, 0.24) 0%, rgba(247, 199, 27, 0.477) 99.99%) #ffffff;
  }
}

.wallet-card__btc-bg--dark {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(247, 147, 27, 0.24) 0%, rgba(247, 199, 27, 0.477) 99.99%, rgba(255, 100, 68, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__btc-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(247, 147, 27, 0.24) 0%, rgba(247, 199, 27, 0.477) 99.99%, rgba(255, 100, 68, 0.48) 100%) #151717;
  }
}

.wallet-header__btc-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(247, 147, 27, 0.4) 0%, rgba(247, 147, 27, 0.16) 50.52%, rgba(247, 199, 27, 0.4) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__btc-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(247, 147, 27, 0.4) 0%, rgba(247, 147, 27, 0.16) 50.52%, rgba(247, 199, 27, 0.4) 100%) #ffffff;
  }
}

.wallet-header__btc-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(247, 147, 27, 0.4) 0%, rgba(247, 147, 27, 0.16) 50.52%, rgba(247, 199, 27, 0.4) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__btc-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(247, 147, 27, 0.4) 0%, rgba(247, 147, 27, 0.16) 50.52%, rgba(247, 199, 27, 0.4) 100%) #151717;
  }
}

.wallet-card__eth-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(82, 86, 127, 0.24) 0%, rgba(130, 140, 173, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__eth-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(82, 86, 127, 0.24) 0%, rgba(130, 140, 173, 0.48) 100%) #ffffff;
  }
}

.wallet-card__eth-bg--dark {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(82, 86, 127, 0.24) 0%, rgba(130, 140, 173, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__eth-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(82, 86, 127, 0.24) 0%, rgba(130, 140, 173, 0.48) 100%) #151717;
  }
}

.wallet-header__eth-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(82, 86, 127, 0.4) 0%, rgba(82, 86, 127, 0.16) 50.52%, rgba(130, 140, 173, 0.4) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__eth-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(82, 86, 127, 0.24) 0%, rgba(130, 140, 173, 0.48) 100%) #ffffff;
  }
}

.wallet-header__eth-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(82, 86, 127, 0.4) 0%, rgba(82, 86, 127, 0.16) 50.52%, rgba(130, 140, 173, 0.4) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__eth-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(82, 86, 127, 0.24) 0%, rgba(130, 140, 173, 0.48) 100%) #151717;
  }
}

.wallet-card__ltc-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(165, 168, 169, 0.24) 0%, rgba(193, 204, 207, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__ltc-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(165, 168, 169, 0.24) 0%, rgba(193, 204, 207, 0.48) 100%) #ffffff;
  }
}

.wallet-card__ltc-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(165, 168, 169, 0.4) 0%, rgba(165, 168, 169, 0.16) 50.52%, rgba(193, 204, 207, 0.4) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__ltc-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(165, 168, 169, 0.24) 0%, rgba(193, 204, 207, 0.48) 100%) #151717;
  }
}

.wallet-header__ltc-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(165, 168, 169, 0.4) 0%, rgba(165, 168, 169, 0.16) 50.52%, rgba(193, 204, 207, 0.4) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__ltc-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(165, 168, 169, 0.4) 0%, rgba(165, 168, 169, 0.16) 50.52%, rgba(193, 204, 207, 0.4) 100%) #ffffff;
  }
}

.wallet-header__ltc-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(165, 168, 169, 0.4) 0%, rgba(165, 168, 169, 0.16) 50.52%, rgba(193, 204, 207, 0.4) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__ltc-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(165, 168, 169, 0.4) 0%, rgba(165, 168, 169, 0.16) 50.52%, rgba(193, 204, 207, 0.4) 100%) #151717;
  }
}

.wallet-card__ust-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__ust-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #ffffff;
  }
}

.wallet-card__ust-bg--dark {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__ust-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #151717;
  }
}

.wallet-header__ust-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__ust-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #ffffff;
  }
}

.wallet-header__ust-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__ust-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #151717;
  }
}

.wallet-card__usdt-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__usdt-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #ffffff;
  }
}

.wallet-card__usdt-bg--dark {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__usdt-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #151717;
  }
}

.wallet-header__usdt-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__usdt-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #ffffff;
  }
}

.wallet-header__usdt-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__usdt-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #151717;
  }
}

.wallet-card__tusdt-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__tusdt-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #ffffff;
  }
}

.wallet-card__tusdt-bg--dark {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__tusdt-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #151717;
  }
}

.wallet-header__tusdt-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__tusdt-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #ffffff;
  }
}

.wallet-header__tusdt-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__tusdt-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #151717;
  }
}

.wallet-card__eusdt-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__eusdt-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #ffffff;
  }
}

.wallet-card__eusdt-bg--dark {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__eusdt-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(0, 147, 147, 0.24) 0%, rgba(0, 147, 147, 0.48) 100%) #151717;
  }
}

.wallet-header__eusdt-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__eusdt-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #ffffff;
  }
}

.wallet-header__eusdt-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__eusdt-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(0, 147, 147, 0.4) 0%, rgba(0, 147, 147, 0.16) 50.52%, rgba(4, 217, 217, 0.4) 100%) #151717;
  }
}

.wallet-card__usdc-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(39, 117, 202, 0.24) 0%, rgba(34, 76, 225, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__usdc-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(39, 117, 202, 0.24) 0%, rgba(34, 76, 225, 0.48) 100%) #ffffff;
  }
}

.wallet-card__usdc-bg--dark {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(39, 117, 202, 0.24) 0%, rgba(34, 76, 225, 0.48) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__usdc-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(39, 117, 202, 0.24) 0%, rgba(34, 76, 225, 0.48) 100%) #151717;
  }
}

.wallet-header__usdc-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(39, 117, 202, 0.4) 0%, rgba(39, 117, 202, 0.16) 50.52%, rgba(34, 76, 225, 0.4) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__usdc-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(39, 117, 202, 0.4) 0%, rgba(39, 117, 202, 0.16) 50.52%, rgba(34, 76, 225, 0.4) 100%) #ffffff;
  }
}

.wallet-header__usdc-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(39, 117, 202, 0.4) 0%, rgba(39, 117, 202, 0.16) 50.52%, rgba(34, 76, 225, 0.4) 100%) #151717;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__usdc-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(39, 117, 202, 0.4) 0%, rgba(39, 117, 202, 0.16) 50.52%, rgba(34, 76, 225, 0.4) 100%) #151717;
  }
}

.wallet-card__xrp-bg {
  background: radial-gradient(295.23% 141.42% at 0% 100%, rgba(108, 106, 151, 0.28) 0%, rgba(50, 48, 99, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__xrp-bg {
    background: radial-gradient(295.23% 141.42% at 0% 100%, rgba(108, 106, 151, 0.28) 0%, rgba(50, 48, 99, 0.48) 100%) #ffffff;
  }
}

.wallet-header__xrp-bg {
  background: radial-gradient(295.23% 141.42% at 0% 100%, rgba(108, 106, 151, 0.28) 0%, rgba(50, 48, 99, 0.48) 100%) #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__xrp-bg {
    background: radial-gradient(295.23% 141.42% at 0% 100%, rgba(108, 106, 151, 0.28) 0%, rgba(50, 48, 99, 0.48) 100%) #ffffff;
  }
}

.wallet-card__demo-bg {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(255, 100, 68, 0.24) 0%, rgba(255, 68, 79, 0.48) 100%) #212329;
  position: relative;
}

.wallet-card__demo-bg:not([class*="--hide-watermark"]):not([class*="--small"]):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/public/images/app/wallet/wallet-demo-bg-light.dc37832ca7b0f09e4244cf5908fba6bd.svg);
  background-repeat: repeat;
  background-size: 70px;
  mix-blend-mode: overlay;
  opacity: 0.24;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__demo-bg {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(255, 100, 68, 0.24) 0%, rgba(255, 68, 79, 0.48) 100%) #212329;
  }
}

.wallet-card__demo-bg--dark {
  background: radial-gradient(100% 277.78% at 0% 100%, rgba(255, 100, 68, 0.24) 0%, rgba(255, 68, 79, 0.48) 100%) #fbdddd;
  position: relative;
}

.wallet-card__demo-bg--dark:not([class*="--hide-watermark"]):not([class*="--small"]):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/public/images/app/wallet/wallet-demo-bg-dark.cd2d79a9663211a2d9efe4ba2a4a78d0.svg);
  background-repeat: repeat;
  background-size: 70px;
  mix-blend-mode: overlay;
  opacity: 0.24;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-card__demo-bg--dark {
    background: radial-gradient(100% 277.78% at 0% 100%, rgba(255, 100, 68, 0.24) 0%, rgba(255, 68, 79, 0.48) 100%) #fbdddd;
  }
}

.wallet-header__demo-bg {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(255, 100, 68, 0.4) 0%, rgba(255, 100, 68, 0.16) 50.52%, rgba(255, 68, 79, 0.4) 100%) #212329;
  position: relative;
}

.wallet-header__demo-bg:not([class*="--hide-watermark"]):not([class*="--small"]):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/public/images/app/wallet/wallet-demo-bg-light.dc37832ca7b0f09e4244cf5908fba6bd.svg);
  background-repeat: repeat;
  background-size: 70px;
  mix-blend-mode: overlay;
  opacity: 0.24;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__demo-bg {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(255, 100, 68, 0.4) 0%, rgba(255, 100, 68, 0.16) 50.52%, rgba(255, 68, 79, 0.4) 100%) #212329;
  }
}

.wallet-header__demo-bg--dark {
  background: radial-gradient(100% 4130.74% at 0% 100%, rgba(255, 100, 68, 0.4) 0%, rgba(255, 100, 68, 0.16) 50.52%, rgba(255, 68, 79, 0.4) 100%) #fbdddd;
  position: relative;
}

.wallet-header__demo-bg--dark:not([class*="--hide-watermark"]):not([class*="--small"]):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/public/images/app/wallet/wallet-demo-bg-dark.cd2d79a9663211a2d9efe4ba2a4a78d0.svg);
  background-repeat: repeat;
  background-size: 70px;
  mix-blend-mode: overlay;
  opacity: 0.24;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wallet-header__demo-bg--dark {
    background: radial-gradient(100% 4130.74% at 0% 100%, rgba(255, 100, 68, 0.4) 0%, rgba(255, 100, 68, 0.16) 50.52%, rgba(255, 68, 79, 0.4) 100%) #fbdddd;
  }
}

@media (max-width: 1279px) {
  .cfd-proof-of-address .account__scrollbars_container--grid-layout {
    padding: 2.4rem 1.6rem;
    overflow-y: auto;
  }
}

.cfd-proof-of-address .dc-form-submit-button {
  background-color: var(--general-main-1) !important;
}

.cfd-proof-of-address__form {
  padding: 1.6rem 6rem;
}

/** @define page-404 */
[dir="ltr"] .page-404__image {
  margin-right: 1.6rem;
}

[dir="rtl"] .page-404__image {
  margin-left: 1.6rem;
}

@media screen and (max-width: 758px) {
  .page-404__image {
    margin: 0;
  }
}

/** @define account-deactivated */
.account-closed {
  padding: 24px 95px;
  color: var(--text-prominent);
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  max-width: 44rem;
  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 #e6e9e9;
}

.reset-password__btn,
.link-expired__btn {
  margin: 0;
  background-color: var(--button-primary-default);
  font-weight: bold;
  color: var(--text-colored-background);
  font-size: 1.2rem;
}

.reset-password__btn:hover,
.link-expired__btn:hover {
  background-color: var(--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(--general-main-2);
}

@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;
}

[dir="ltr"] .reset-trading-password__password-success .reset-trading-password__icon {
  margin: 0 0 2.4rem 3rem;
}

[dir="rtl"] .reset-trading-password__password-success .reset-trading-password__icon {
  margin: 0 3rem 2.4rem 0;
}

.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(--general-main-2);
}

/* @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;
}

[dir="ltr"] .unlink-password__password-success .unlink-password__icon {
  margin-left: 1.6rem;
}

[dir="rtl"] .unlink-password__password-success .unlink-password__icon {
  margin-right: 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(--general-main-2);
}

/* @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(--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(--button-primary-default);
  font-weight: bold;
  align-self: flex-end;
  color: var(--text-colored-background);
  font-size: 1.2rem;
}

.reset-email__btn:hover {
  background-color: var(--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(--general-main-2);
}

.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(--status-danger);
  font-style: italic;
}

.redirect-notice {
  z-index: 50000;
}
@charset "UTF-8";
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/*RTL Language Mixin*/
/* stylelint-disable color-no-hex */
/* COLOR PALETTE */
/* colors */
/* status colors */
/* alpha colors */
/* gradient colors */
/* Preserve legacy variables */
/* Primary */
/* stylelint-enable color-no-hex */
/* Wallet gradient background */
/* App Cards gradient background */
/* Wallets */
/*------------------------------------*
 *  # SASS Mixins and Functions
 *------------------------------------*/
/*
 * 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($COLOR_RED);
 */
/*
 * 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;
        }
*/
/**
 * Define Breakpoints here.
 */
/** Need to add new breakpoints for mixins */
/** @define notification-messages; */
.notification-messages {
  width: 40rem;
  z-index: 6;
  position: absolute;
  right: 0;
  margin-top: 1.6rem;
}

.notification-messages > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 320px) and (max-width: 767px) {
  .notification-messages {
    max-width: calc(100% - 3.2rem);
    left: 1.6rem;
    right: 1.6rem;
  }
}

[dir="ltr"] .notification-messages--traders-hub {
  margin: 1rem 1rem 0 0;
}

[dir="rtl"] .notification-messages--traders-hub {
  margin: 1rem 0 0 1rem;
}

/** @define notification; weak */
.notification {
  position: relative;
  display: flex;
  border-radius: 4px;
  width: 100%;
  max-width: 40rem;
  padding: 1.6rem;
  color: var(--text-prominent);
  background-color: var(--general-main-2);
  box-shadow: 0 4px 6px 0 var(--shadow-menu), 0 4px 6px 0 var(--shadow-menu);
  overflow: hidden;
  transition: transform 0.25s ease, opacity 0.25s linear;
}

[dir="ltr"] .notification {
  direction: ltr;
}

[dir="rtl"] .notification {
  direction: rtl;
}

.notification--enter-done {
  opacity: 1;
  transform: translateY(0);
}

.notification--enter, .notification--exit {
  opacity: 0;
  transform: translateY(-16px);
}

.notification--small {
  max-width: 28rem;
}

.notification__cta-button {
  padding: 0 0.8rem;
  margin-top: 1.6rem;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 27rem;
  align-self: flex-end;
}

.notification__text-container {
  display: flex;
  flex-direction: column;
  z-index: 2;
  width: 100%;
}

.notification__text-body {
  font-size: 1.4rem;
  line-height: 1.43;
}

.notification__action {
  display: flex;
  justify-content: flex-end;
}

.notification__header {
  margin-bottom: 0.8rem;
}

[dir="ltr"] .notification__header {
  margin-right: 3.2rem;
}

[dir="rtl"] .notification__header {
  margin-left: 3.2rem;
}

.notification__close-button {
  position: absolute;
  top: 1.05rem;
  visibility: visible;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

[dir="ltr"] .notification__close-button {
  right: 1.6rem;
}

[dir="rtl"] .notification__close-button {
  left: 1.6rem;
}

.notification__close-button:focus, .notification__close-button:active {
  outline: none;
}

.notification__close-button:after {
  content: "×";
  font-size: 30px;
  font-weight: 400;
  color: var(--text-prominent);
  font-family: monospace;
}

.notification__icon-type {
  margin-top: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
}

[dir="ltr"] .notification__icon-type {
  margin-right: 1.6rem;
}

[dir="rtl"] .notification__icon-type {
  margin-left: 1.6rem;
}

.notification__icon-type--is-background {
  width: 21rem;
  height: 21rem;
}

.notification__icon-background {
  position: absolute;
  bottom: -5px;
  pointer-events: none;
  opacity: 0.08;
  z-index: 0;
}

[dir="ltr"] .notification__icon-background {
  left: -25px;
}

[dir="rtl"] .notification__icon-background {
  right: -25px;
}

.notification__icon-background--header-only {
  bottom: -10.5rem;
}

.notification:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .notification {
    max-width: 328px;
    width: calc(100% - 0.8rem);
  }

  [dir="ltr"] .notification {
    margin-right: 0.4rem;
  }

  [dir="rtl"] .notification {
    margin-left: 0.4rem;
  }
}
