@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap);
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
/** @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
 *------------------------------------*/
/* 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.
 */
.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 {
  margin-left: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 320px) and (max-width: 767px) {
  .settings-language {
    display: flex;
    flex-direction: column;
    padding: 1.6rem 2.2rem 8rem;
    width: 100%;
    margin-left: 0;
  }
}
.settings-language__language-container {
  display: grid;
  grid-template-columns: repeat(4, min-content);
  grid-gap: 0.8rem;
  margin: 1.6rem 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .settings-language__language-flag {
    margin-top: 1rem;
  }
}
.settings-language__language-name {
  font-size: 1.4rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  text-align: left;
  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 (min-width: 320px) and (max-width: 767px) {
  .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
 *------------------------------------*/
/* 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;
        }
*/
.notifications-toggle:hover .notifications-toggle__icon {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}
.notifications-toggle:hover .notifications-toggle__icon .color1-fill {
  fill: var(--text-prominent);
}
.notifications-toggle:hover .notifications-toggle__icon .color1-stroke {
  stroke: var(--text-prominent);
}
.notifications-toggle:hover .notifications-toggle__icon .color2-fill {
  fill: none;
}
.notifications-toggle:hover .notifications-toggle__icon .color2-stroke {
  stroke: none;
}
/**
 * Define Breakpoints here.
 */
.notifications {
  /** @define notifications-toggle; weak */
  /** @define notifications-dialog; weak */
  /** @define notifications-empty; weak */
  /** @define notifications-item; weak */
}
.notifications-toggle {
  position: relative;
  margin-right: 24px;
}
.notifications-toggle__icon {
  width: 26px;
  height: 26px;
  pointer-events: none;
}
.notifications-toggle__icon-wrapper {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.notifications-toggle__icon-wrapper--active {
  cursor: default;
}
.notifications-toggle__icon .color1-fill {
  fill: var(--text-general);
}
.notifications-toggle__icon .color1-stroke {
  stroke: var(--text-general);
}
.notifications-toggle__step {
  position: absolute;
  left: 1rem;
  top: -2px;
  pointer-events: none;
}
.notifications-toggle--active .dc-popover {
  pointer-events: none;
}
.notifications-dialog {
  position: absolute;
  top: 48px;
  left: calc(-50% - 10rem);
  width: 264px;
  height: 525px;
  background: var(--general-main-2);
  border-radius: 4px;
  box-shadow: 0 4px 8px 2px var(--shadow-menu);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.25s linear;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}
.notifications-dialog__header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--border-normal);
}
.notifications-dialog__header-text {
  margin: 1rem 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notifications-dialog__header {
    display: none;
  }
}
.notifications-dialog__footer {
  height: 3.7rem;
  align-items: end;
  display: flex;
  justify-content: end;
  padding-left: 1.3rem;
  background: var(--general-main-2);
  box-shadow: 0 4px 8px 2px var(--shadow-menu);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.25s linear;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.notifications-dialog__separator {
  border-bottom: 1px solid var(--general-section-1);
}
.notifications-dialog__clear {
  border: 1px solid var(--shadow-box);
  height: 2.4rem;
  width: auto;
  bottom: 0.6rem;
  right: 1.7rem;
  padding: 0.7rem;
}
.notifications-dialog__clear:hover {
  background: var(--button-secondary-hover);
}
.notifications-dialog__content {
  padding: 0.8rem 0;
  height: calc(100% - 37px);
  border-radius: 4px;
}
.notifications-dialog__content--empty {
  display: flex;
}
.notifications-dialog__content--sticky {
  display: flex;
  position: sticky;
  bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notifications-dialog__content {
    height: calc(100vh - 40px);
  }
}
.notifications-dialog--enter-done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.notifications-dialog--enter, .notifications-dialog--exit {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}
@media (min-width: 320px) and (max-width: 767px) {
  .notifications-dialog {
    opacity: 1;
    opacity: initial;
    transform: none;
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    box-shadow: none;
    height: 100%;
    width: 100%;
    background: var(--general-main-2);
  }
}
.notifications-dialog--pre-appstore {
  left: calc(-50% - 18rem);
}
@media (min-width: 320px) and (max-width: 767px) {
  .notifications-dialog--pre-appstore {
    left: calc(3% - 1rem);
  }
}
.notifications-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notifications-empty__container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notifications-empty__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notifications-empty__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}
.notifications-empty__icon .color1-fill {
  fill: var(--text-less-prominent);
}
.notifications-empty__header {
  padding: 8px;
}
.notifications-item {
  padding: 0.8rem;
  margin-left: 3.2rem;
  margin-right: 0.8rem;
  position: relative;
}
.notifications-item:not(:last-child):after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -3.2rem;
  width: calc(100% + 4rem);
  height: 1px;
  background: var(--border-disabled);
}
.notifications-item__cta-button {
  padding: 0.3rem 0.8rem;
  margin: 0.8rem 0 0.8rem auto;
  height: 2.4rem;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notifications-item__cta-button {
    margin: 0.8rem 0 1.6rem auto;
  }
}
.notifications-item__link-wrapper {
  display: flex;
  justify-content: flex-end;
}
.notifications-item__title {
  margin-bottom: 4px;
  position: relative;
}
.notifications-item__title-icon {
  position: absolute;
  left: -26px;
  top: 2px;
  height: 16px;
  width: 16px;
  pointer-events: none;
}
.notifications-item__message {
  font-size: 1.2rem;
  color: var(--text-prominent);
  line-height: 1.5;
}
.notifications-item__message a {
  text-decoration: none;
  font-weight: bold;
  color: var(--text-prominent);
}
.notifications-item__action {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notifications-item {
    display: flex;
    flex-direction: column;
  }
  .notifications-item:after {
    left: -1.8rem;
    width: calc(100% + 1.4em);
    height: 2px;
  }
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
.platform-switcher {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  transition: background-color 0.3s;
  cursor: pointer;
}
.platform-switcher:not(.platform-switcher--is-mobile):hover {
  background-color: var(--general-hover);
}
.platform-switcher svg:first-child,
.platform-switcher p,
.platform-switcher h1 {
  margin: 0 0 0 0.8rem;
}
.platform-switcher svg:last-child {
  margin: 0 0.8rem;
}
.platform-switcher__arrow {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.platform-switcher__arrow .color1-fill {
  fill: var(--text-general);
}
.platform-switcher__preloader {
  margin-top: 4px;
  align-self: center;
  width: 146px;
}
.platform-switcher__preloader--is-mobile {
  width: 162px;
}
.platform-switcher--active .platform-switcher__arrow {
  transform: rotate(180deg);
}
@media (min-width: 320px) and (max-width: 767px) {
  .platform-switcher {
    width: 100%;
    height: 100%;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
/* @define platform-dropdown; weak */
.platform-dropdown {
  z-index: 7;
  background-color: var(--overlay-outside-dialog);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}
@media (min-width: 320px) and (max-width: 767px) {
  .platform-dropdown {
    position: absolute;
  }
  .platform-dropdown .platform-dropdown__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 295px;
    padding-right: 1.6rem;
    background-color: var(--general-main-2);
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .platform-dropdown .platform-dropdown__list-platform {
    width: calc(100% - 1.6rem);
    margin: 1.4rem 1.6rem;
    padding: 1.4rem 1.6rem;
  }
}
.platform-dropdown--enter-done {
  opacity: 1;
}
.platform-dropdown--enter-done .platform-dropdown__list {
  transform: translateY(48px);
}
.platform-dropdown__cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
  cursor: pointer;
}
.platform-dropdown__cta--link {
  color: var(--text-loss-danger);
}
@media (min-width: 320px) and (max-width: 767px) {
  .platform-dropdown__cta {
    position: relative;
    padding: 1rem 0 0 1.3rem;
    text-align: center;
  }
}
.platform-dropdown__list {
  background-color: var(--general-main-1);
  width: 100%;
  position: fixed;
  top: 0;
  transform: translateY(0px);
  transition: transform 0.25s ease;
  display: flex;
  flex-flow: wrap;
  padding-bottom: 3rem;
}
.platform-dropdown__list-platform {
  position: relative;
  display: inline-flex;
  background-color: transparent;
  color: var(--text-general);
  text-decoration: none;
  margin: 2.4rem 1.6rem;
  padding: 2.4rem 1.6rem;
  width: 320px;
  border-radius: 0.8rem;
  /* postcss-bem-linter: ignore */
}
.platform-dropdown__list-platform-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.platform-dropdown__list-platform-description {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0.8rem;
}
.platform-dropdown__list-platform-background {
  opacity: 0;
  transition: opacity 0.25s ease;
  background-color: var(--general-hover);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: inherit;
}
.platform-dropdown__list-platform.active {
  border: solid 2px var(--border-active);
}
.platform-dropdown__list-platform:not(.active):hover {
  background: var(--state-hover);
}
@media (min-width: 320px) and (max-width: 767px) {
  .platform-dropdown__list-platform {
    width: 302px;
  }
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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;
        }
*/
.acc-switcher__logout-icon, .acc-info__select-arrow {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}
.acc-switcher__logout-icon .color1-fill, .acc-info__select-arrow .color1-fill {
  fill: var(--text-general);
}
.acc-switcher__logout-icon .color1-stroke, .acc-info__select-arrow .color1-stroke {
  stroke: var(--text-general);
}
.acc-switcher__logout-icon .color2-fill, .acc-info__select-arrow .color2-fill {
  fill: none;
}
.acc-switcher__logout-icon .color2-stroke, .acc-info__select-arrow .color2-stroke {
  stroke: none;
}
.active.acc-switcher__logout-icon, .active.acc-info__select-arrow {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}
.active.acc-switcher__logout-icon .color1-fill, .active.acc-info__select-arrow .color1-fill {
  fill: var(--text-prominent);
}
.active.acc-switcher__logout-icon .color1-stroke, .active.acc-info__select-arrow .color1-stroke {
  stroke: var(--text-prominent);
}
.active.acc-switcher__logout-icon .color2-fill, .active.acc-info__select-arrow .color2-fill {
  fill: none;
}
.active.acc-switcher__logout-icon .color2-stroke, .active.acc-info__select-arrow .color2-stroke {
  stroke: none;
}
.disabled.acc-switcher__logout-icon, .disabled.acc-info__select-arrow {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}
.disabled.acc-switcher__logout-icon .color1-fill, .disabled.acc-info__select-arrow .color1-fill {
  fill: var(--text-disabled);
}
.disabled.acc-switcher__logout-icon .color1-stroke, .disabled.acc-info__select-arrow .color1-stroke {
  stroke: var(--text-disabled);
}
.disabled.acc-switcher__logout-icon .color2-fill, .disabled.acc-info__select-arrow .color2-fill {
  fill: none;
}
.disabled.acc-switcher__logout-icon .color2-stroke, .disabled.acc-info__select-arrow .color2-stroke {
  stroke: none;
}
.white.acc-switcher__logout-icon, .white.acc-info__select-arrow {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}
.white.acc-switcher__logout-icon .color1-fill, .white.acc-info__select-arrow .color1-fill {
  fill: var(--text-prominent);
}
.white.acc-switcher__logout-icon .color1-stroke, .white.acc-info__select-arrow .color1-stroke {
  stroke: var(--text-prominent);
}
.border_hover_color.acc-switcher__logout-icon, .border_hover_color.acc-info__select-arrow {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}
.border_hover_color.acc-switcher__logout-icon .color1-fill, .border_hover_color.acc-info__select-arrow .color1-fill {
  fill: var(--text-prominent);
}
.border_hover_color.acc-switcher__logout-icon .color1-stroke, .border_hover_color.acc-info__select-arrow .color1-stroke {
  stroke: var(--text-prominent);
}
.secondary.acc-switcher__logout-icon, .secondary.acc-info__select-arrow {
  /* postcss-bem-linter: ignore */
  /* postcss-bem-linter: ignore */
}
.secondary.acc-switcher__logout-icon .color1-fill, .secondary.acc-info__select-arrow .color1-fill {
  fill: var(--text-less-prominent);
}
.secondary.acc-switcher__logout-icon .color1-stroke, .secondary.acc-info__select-arrow .color1-stroke {
  stroke: var(--text-less-prominent);
}

/**
 * Define Breakpoints here.
 */
/** @define acc-info */
.acc-info {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  padding: 0 1.6rem 0 1.7rem;
}
.acc-info__preloader {
  position: absolute;
  top: 0;
  right: 0;
  width: 37rem;
  height: 4rem;
  z-index: 2;
  background: var(--general-main-1);
}
.acc-info__preloader:before {
  content: "";
  position: absolute;
  left: -8rem;
  width: 8rem;
  height: 3.5rem;
  top: 0;
  background: var(--general-main-1);
}
.acc-info__preloader--no-currency:before {
  left: -9rem;
  width: 9rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .acc-info__preloader {
    width: 14rem;
    height: 4rem;
    top: -0.3rem;
  }
  .acc-info__preloader:before {
    display: none;
  }
  .acc-info__preloader--is-crypto {
    width: 100%;
  }
}
.acc-info__preloader__dtrader {
  position: absolute;
  top: 0;
  right: 0;
  width: 37rem;
  height: 4rem;
  z-index: 2;
  background: var(--general-main-1);
}
.acc-info__preloader__dtrader--wallets {
  width: 47rem;
}
.acc-info__preloader__dtrader:before {
  content: "";
  position: absolute;
  left: -8rem;
  width: 8rem;
  height: 3.5rem;
  top: 0;
  background: var(--general-main-1);
}
.acc-info__preloader__dtrader--no-currency:before {
  left: -9rem;
  width: 9rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .acc-info__preloader__dtrader {
    width: 14rem;
    height: 4rem;
    top: -0.3rem;
  }
  .acc-info__preloader__dtrader:before {
    display: none;
  }
  .acc-info__preloader__dtrader--is-crypto {
    width: 100%;
  }
}
.acc-info__container {
  align-items: center;
  -webkit-box-align: center;
  display: flex;
}
.acc-info__wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  position: relative;
  margin-right: 0.8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.acc-info__id {
  pointer-events: none;
}
.acc-info__id-icon {
  vertical-align: middle;
  margin-right: 0.8rem;
}
.acc-info__separator {
  border-right: 1px solid var(--general-section-1);
  width: 2rem;
  height: 3.2rem;
  margin-right: -0.1rem;
}
.acc-info__balance {
  font-size: 1.6rem;
  color: var(--text-profit-success);
  font-weight: 700;
  text-transform: default;
  text-align: center;
  line-height: 1.75;
  line-height: 2.4rem;
  pointer-events: none;
  margin-right: 0.8rem;
}
.acc-info__account-type-and-balance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem 0.1rem 0;
  pointer-events: none;
}
.acc-info__select-arrow {
  pointer-events: none;
  transform: rotate(0);
  transform-origin: 50% 45%;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.acc-info__select-arrow--invert {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .acc-info:hover:not(.show):not(.acc-info--is-disabled) {
    background: var(--state-hover);
  }
  .acc-info:hover:not(.show):not(.acc-info--is-disabled) .symbols {
    background: transparent;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .acc-info {
    padding: 0 1rem;
    margin-right: -0.8rem;
  }
  .acc-info__balance {
    font-size: 1.4rem;
  }
  .acc-info__balance--no-currency {
    white-space: nowrap;
  }
}
.acc-info--is-virtual .acc-info__balance {
  color: var(--text-profit-success);
}
.acc-info--is-disabled {
  cursor: not-allowed;
}
.acc-info--show .acc-info__select-arrow {
  transform: rotate(180deg);
}
.acc-info--show .acc-info__select-arrow--invert {
  transform: rotate(0deg);
}
.acc-info__button {
  margin: 0 1.6em 0 0 !important;
}
.acc-info__button:not(:last-child) {
  margin-right: 1em;
}
@media (min-width: 320px) and (max-width: 767px) {
  .acc-info__button {
    height: 2.8rem !important;
  }
}
.acc-info__wallets {
  padding: 1.2rem 1.6rem;
  gap: 0.8rem;
}
.acc-info__wallets-notification-icon {
  margin-right: 1rem;
}
.acc-info__wallets-container {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}
.acc-info__wallets-account-type-and-balance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  pointer-events: none;
}
.acc-info__wallets-balance {
  color: var(--text-general);
  margin-right: 0;
}

/* @define acc-switcher; weak */
.acc-switcher {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 0.8rem;
  height: 4rem;
  position: relative;
}
.acc-switcher--is-loading {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--general-main-2);
}
.acc-switcher__wrapper {
  border-radius: 4px;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.25s linear;
  box-shadow: 0 8px 16px 0 var(--shadow-menu);
  right: 0;
  top: calc(100% + 4px);
  width: 320px;
  background-color: var(--general-main-2);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .acc-switcher__wrapper {
    position: static;
    position: initial;
  }
}
.acc-switcher__wrapper--wallets {
  width: 32rem;
  right: -3.2rem;
}
.acc-switcher__wrapper--enter-done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.acc-switcher__wrapper--enter, .acc-switcher__wrapper--exit {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}
.acc-switcher__wrapper .acc-switcher__button {
  max-width: calc(100% - 1.6rem);
  margin: 0.2rem 0.8rem 0.8rem;
  height: 4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .acc-switcher__wrapper {
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    right: auto;
    right: initial;
    width: 100%;
    box-shadow: none;
    height: 100%;
    border-radius: 0;
  }
}
.acc-switcher__wrapper .dc-themed-scrollbars {
  scrollbar-color: var(--text-less-prominent) transparent;
}
.acc-switcher__wrapper .dc-themed-scrollbars::-webkit-scrollbar-thumb {
  background-color: var(--text-less-prominent);
}
.acc-switcher__new-account {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem 1.8rem;
  font-size: var(--text-size-xs);
}
.acc-switcher__new-account-text {
  margin-left: 0.8rem;
}
.acc-switcher__new-account-btn {
  margin-left: auto;
}
.acc-switcher__new-account--disabled {
  opacity: 0.5;
  cursor: default;
}
.acc-switcher__reset-account-btn {
  margin-left: auto;
}
.acc-switcher__list {
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  background: var(--general-main-2);
}
.acc-switcher__list-wrapper {
  padding: 0.4rem 0.8rem 0;
}
.acc-switcher__list-title {
  flex: 1;
}
.acc-switcher__list-container {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.acc-switcher__help-icon {
  cursor: pointer;
  margin-left: 0.8rem;
  vertical-align: middle;
}
.acc-switcher__accounts {
  border-radius: 4px;
  background: var(--general-main-2);
  position: relative;
}
.acc-switcher__accounts .acc-switcher__account {
  margin-bottom: 2px;
  background: var(--general-main-2);
}
.acc-switcher__accounts .acc-switcher__account:hover:not(.acc-switcher__account--selected) {
  background-color: var(--state-hover);
  border-radius: 4px;
}
.acc-switcher__accounts .acc-switcher__account.acc-switcher__account--disabled:hover {
  background-color: var(--general-main-2);
}
.acc-switcher__accounts .acc-switcher__account .acc-switcher__id {
  color: var(--text-general);
  width: 100%;
  line-height: 1.43;
}
.acc-switcher__accounts .acc-switcher__account--selected {
  background: var(--state-active);
}
.acc-switcher__accounts .acc-switcher__account--selected .acc-switcher__id {
  color: var(--text-prominent);
  font-weight: 700;
}
.acc-switcher__accounts .acc-switcher__account--selected .acc-switcher__id--virtual:before {
  color: var(--text-prominent);
  border: 1px solid var(--text-prominent);
}
.acc-switcher__accounts .acc-switcher__account--disabled {
  opacity: 0.5;
  cursor: default;
}
.acc-switcher__accounts .acc-switcher__account:only-child {
  border-radius: 4px;
}
.acc-switcher__accounts .acc-switcher__account:last-child {
  margin-bottom: 8px;
}
.acc-switcher__accounts--is-loading {
  padding-bottom: 0.8rem;
}
.acc-switcher__account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0.3rem 1.6rem;
  position: relative;
  background: var(--general-main-2);
  text-decoration: none;
}
.acc-switcher__account .acc-switcher__id {
  font-size: 1.4rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  text-align: left;
  line-height: 1.5;
  align-items: center;
  display: flex;
  color: var(--text-prominent);
}
.acc-switcher__account .acc-switcher__id-icon {
  margin-right: 8px;
}
.acc-switcher__account:hover:not(.acc-switcher__account--selected) {
  background: var(--state-hover);
}
.acc-switcher__account--selected {
  background: var(--state-active);
  border-radius: 4px;
}
.acc-switcher__account--selected .acc-switcher__id {
  font-size: 1.4rem;
  color: var(--text-colored-background);
  font-weight: 700;
  text-transform: none;
  text-align: left;
  line-height: 1.5;
}
.acc-switcher__account--selected .acc-switcher__id--virtual:before {
  color: var(--text-prominent);
  border: 1px solid var(--text-prominent);
}
.acc-switcher__account--selected .acc-switcher__loginid-text {
  color: var(--text-prominent);
  font-weight: normal;
}
.acc-switcher__account--selected .no-currency {
  color: var(--text-prominent);
}
.acc-switcher__footer {
  align-items: center;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  padding-left: 1.3rem;
}
.acc-switcher__compare {
  justify-self: end;
  grid-column: 1/2;
}
.acc-switcher__logout {
  grid-column: 2/3;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  justify-self: start;
  padding: 1.6em 1.3em;
}
.acc-switcher__logout-text {
  cursor: pointer;
}
.acc-switcher__logout-icon {
  margin-left: 8px;
  cursor: pointer;
}
.acc-switcher__balance {
  margin-left: auto;
  text-align: right;
}
.acc-switcher__separator {
  display: block;
  position: relative;
}
.acc-switcher__separator:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--general-section-2);
  z-index: 1;
}
.acc-switcher__separator--no-padding:after {
  width: calc(100% + 0.4rem);
}
.acc-switcher__separator--auto-margin {
  margin-top: auto;
}
.acc-switcher__total {
  height: 2.6rem;
  margin: 0.4rem 1.6rem;
  align-items: center;
  display: flex;
}
.acc-switcher__total-subtitle {
  margin: 0 1.6rem 1.2rem;
}
.acc-switcher__loginid-text {
  font-size: 1rem;
  color: var(--text-less-prominent);
  line-height: 1.4;
}
.acc-switcher__loginid-text--disabled {
  color: var(--text-disabled);
}
.acc-switcher__loader {
  margin: 1rem auto !important;
}
.acc-switcher__loader {
  font-size: 0.8rem;
}
.acc-switcher__btn {
  width: calc(100% - 32px);
  margin: 0 16px 8px;
}
.acc-switcher__btn--traders_hub {
  margin: 1.3rem 1.1rem 1rem 1rem;
}
.acc-switcher__traders-hub {
  padding: 1.2rem 0.5rem 0.6rem 0.8rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .acc-switcher__traders-hub {
    padding: 1.2rem 0.5rem 0.6rem 2.5rem;
  }
}
.acc-switcher__traders-hub--link {
  cursor: pointer;
  text-decoration: none;
}
.acc-switcher__traders-hub--link :hover {
  cursor: pointer;
  text-decoration: underline;
}
.acc-switcher__traders-hub--text {
  align-items: center;
  color: var(--text-loss-danger);
}

/** @define set-currency; weak */
.set-currency {
  margin-right: 8px;
}
.set-currency .dc-btn {
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .set-currency .dc-btn {
    height: 2.8rem !important;
  }
}

/** @define no-currency; weak */
.no-currency {
  font-size: 0.8rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  text-align: center;
  line-height: inherit;
  text-transform: none;
  color: var(--text-less-prominent);
  line-height: 1.5;
  text-align: right;
}

/** @define badge-server; weak */
.badge-server {
  display: inline-block;
  background-color: #2a3052;
  padding: 0.2rem;
  border-radius: 0.2rem;
  margin-left: 0.5rem;
  height: 2.2rem;
}
.badge-server-bot {
  color: var(--text-colored-background);
}
.badge-server--disabled {
  background-color: var(--border-disabled);
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
.add-or-manage {
  flex-direction: row; /* fix for Safari */
  flex-wrap: wrap;
  height: 100%;
}
.add-or-manage .dc-tabs__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 7rem;
}
.add-or-manage .dc-tabs__list--header-fit-content {
  margin: 0 auto;
}
.add-or-manage .account-wizard--disabled-message p:first-child {
  font-size: 1.2rem;
  border-radius: 4px;
}
.add-or-manage .currency-selector__radio-group--is-header {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-general);
  text-align: center;
}
.add-or-manage .currency-selector__description {
  display: none;
}
.add-or-manage .currency-selector__deposit-warn {
  width: 78%;
  margin: calc(3% - 1rem) auto;
  padding: 10px;
  background-color: var(--general-section-1);
  border-radius: 4px;
}
.add-or-manage__with-margin--is-header {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-general);
  text-align: center;
}
@media (min-width: 1024px) {
  .add-or-manage .currency-selector__radio-group--with-margin {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    width: 768px;
  }
  .add-or-manage .dc-form-submit-button--absolute {
    position: absolute;
    padding: 1.6rem;
    width: 100%;
    right: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .add-or-manage {
    flex-wrap: initial;
  }
  .add-or-manage .account-wizard__btn-area .dc-btn, .add-or-manage .account-wizard__btn-area .dc-btn:last-child {
    min-width: 0;
    min-width: initial;
    margin: 0 1.6rem;
  }
  .add-or-manage .currency-selector__radio-group--with-margin {
    margin-bottom: 3rem;
  }
  .add-or-manage .change-currency .currency-list__items {
    margin-bottom: 12rem;
  }
  .add-or-manage .change-currency .dc-form-submit-button--relative {
    position: fixed;
    right: 0;
  }
  .add-or-manage .account-wizard--disabled-message p:first-child {
    width: 100%;
    margin-top: 0.6rem;
    padding: 2rem 1rem;
  }
  .add-or-manage .account-wizard--disabled .currency-list__items {
    margin-top: 1.6rem;
  }
  .add-or-manage .dc-form-submit-button {
    position: fixed;
    padding: 15px;
    height: 72px;
    bottom: 0;
    width: 100%;
    background-color: var(--fill-normal);
    border: 2px solid var(--general-section-1);
  }
  .add-or-manage .dc-form-submit-button button {
    width: 100%;
  }
}

.dc-modal__container_real-account-signup-modal--success .status-dialog__close {
  display: none;
}
.dc-modal__container_real-account-signup-modal--success .status-dialog__footer {
  margin: 0;
  flex-direction: row;
  justify-content: center;
}
.dc-modal__container--risk-message .status-dialog {
  width: auto;
}

.status-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  padding: 2.4rem;
}
.status-dialog__close {
  position: absolute;
  cursor: pointer;
  top: 1.8rem;
  right: 1.8rem;
}
.status-dialog__header {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
  position: relative;
}
.status-dialog__header .bottom-right-overlay {
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: 3rem;
  height: 3rem;
}
.status-dialog__header svg.inline-icon {
  width: 90px;
  height: 120px;
}
.status-dialog__header svg {
  display: block;
}
.status-dialog__header svg.dc-icon--red {
  margin: 0 1rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .status-dialog__header svg {
    max-width: 96px;
    height: auto;
  }
}
.status-dialog__header--xlarge, .status-dialog__header--large {
  width: auto;
  flex-grow: 1;
}
.status-dialog__header--xlarge .bottom-right-overlay, .status-dialog__header--large .bottom-right-overlay {
  width: 4.8rem;
  height: 4.8rem;
  right: -1rem;
  bottom: -1rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .status-dialog__header--xlarge .bottom-right-overlay, .status-dialog__header--large .bottom-right-overlay {
    max-width: 3.6rem;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .status-dialog__header--xlarge, .status-dialog__header--large {
    flex-grow: 0;
  }
}
.status-dialog__header--xlarge svg:first-child {
  width: 12.8rem;
  height: 12.8rem;
}
.status-dialog__header--large svg.inline-icon {
  width: 12rem;
  height: 12rem;
}
.status-dialog__header--center {
  justify-content: center;
  width: auto;
  margin-top: 3rem;
}
.status-dialog__header--set-currency svg:first-child {
  margin: 0 auto;
}
.status-dialog__header--set-currency .bottom-right-overlay {
  bottom: 2rem;
}
.status-dialog__body {
  flex-grow: 1;
}
.status-dialog__body--no-grow {
  flex-grow: 0;
  margin-bottom: 3.2rem;
}
.status-dialog__message-header {
  margin: 1rem 0 0.8rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .status-dialog__message-header {
    line-height: 24px;
    margin-top: 1.6rem;
  }
}
.status-dialog__message-text {
  padding: 0.2rem 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .status-dialog__message-text {
    padding: 0 1rem;
    line-height: 2rem;
  }
}
.status-dialog__footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 1.4rem 0 0;
}
.status-dialog__footer .dc-btn {
  margin: 0.4rem;
  height: 4rem;
  border-width: 2px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .status-dialog__footer .dc-btn {
    margin: 0.4rem 1.4rem;
  }
}
@media (min-width: 1024px) {
  .status-dialog {
    width: 44rem;
    min-height: 35.2rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .status-dialog {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 6rem 0 0;
  }
}

.finished-add-currency__dialog {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  padding: 0rem 2.4rem 2.4rem;
}
.finished-add-currency__footer {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin: 1.4rem 0 0;
  justify-content: center;
}
.finished-add-currency__footer .dc-btn {
  margin: 0.4rem;
  height: 4rem;
  border-width: 2px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .finished-add-currency__footer .dc-btn:first-child {
    margin: 0.4rem 1.4rem;
  }
  .finished-add-currency__footer .dc-btn:last-child {
    margin: 0.4rem 1.4rem 0.4rem 0;
  }
}
@media (min-width: 1024px) {
  .finished-add-currency {
    width: 38.4rem;
    min-height: 30rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .finished-add-currency {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 6rem 0 0;
  }
}
.finished-add-currency__close {
  display: block;
  cursor: pointer;
  padding: 0.6rem 0.8rem 0;
  margin: 1.2rem 1.6rem 0 auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .finished-add-currency__close {
    margin: 0.8rem;
  }
}

.dc-mobile-dialog {
  height: 100%;
}

.dc-mobile-dialog--enter-done .dc-mobile-dialog__content {
  transform: none;
  transform: initial;
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
.change-currency {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.change-currency__title, .change-currency__sub-title {
  text-transform: none;
}
.change-currency__title {
  margin-top: 3rem;
}
.change-currency__sub-title {
  margin-bottom: 1.6rem;
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
.set-currency-modal {
  text-align: center;
}
.set-currency-modal__heading-container {
  margin: 2rem auto;
  color: var(--text-general);
}
@media (min-width: 320px) and (max-width: 767px) {
  .set-currency-modal__heading-container__main-heading {
    padding: 0 3rem;
  }
}
.set-currency-modal__heading-container__sub-heading {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-top: 2rem;
}
.set-currency-modal .currency-selector {
  min-height: 390px;
}
.set-currency-modal .currency-selector__radio-group--is-header {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-general);
}
.set-currency-modal .currency-selector__description {
  display: none;
}
@media (min-width: 1024px) {
  .set-currency-modal .currency-selector__crypto .currency-list__items {
    margin-bottom: 9rem;
  }
  .set-currency-modal .currency-selector .dc-form-submit-button {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 1.3rem;
    background-color: var(--general-main-1);
  }
  .set-currency-modal .currency-selector .dc-form-submit-button--center {
    justify-content: flex-end;
    height: auto;
    height: initial;
  }
  .set-currency-modal .currency-selector .dc-modal-footer {
    background-color: var(--general-main-1);
    position: fixed;
    right: 0;
    width: 100%;
    bottom: 3.5rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .set-currency-modal .currency-selector {
    overflow-y: auto;
  }
  .set-currency-modal .currency-selector__container--no-top-margin {
    height: auto;
    height: initial;
  }
  .set-currency-modal .currency-selector .dc-form-submit-button {
    position: fixed;
  }
  .set-currency-modal .currency-selector .dc-form-submit-button button {
    width: 100%;
  }
  .set-currency-modal .currency-selector .dc-modal-footer {
    background-color: var(--general-main-1);
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
.details-form {
  display: grid;
  align-content: start;
}
@media (min-width: 1024px) {
  .details-form {
    padding: 0 0.4rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .details-form__banner-container {
    padding: 0 1.6rem;
  }
}
@media (min-width: 1024px) {
  .details-form__sub-header {
    margin: 0 4rem 4rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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: 1024px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .details-form__tax {
    padding-right: 2rem;
  }
}
.details-form__tax .dc-popover {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: -25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .details-form__tax .dc-popover {
    right: -5px;
  }
}
.details-form__tin-warn-divider {
  height: 5rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .details-form__tin-warn-divider {
    height: 6rem;
  }
}
.details-form__tin-confirm {
  margin-left: -5px;
}
.details-form__tin-confirm .dc-checkbox__box {
  align-self: baseline;
}
.details-form .dc-page-error__container {
  height: 100%;
}
.details-form__description {
  margin: 1.6rem auto;
  width: 45%;
}
@media (min-width: 1024px) {
  .details-form__description {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .details-form__description {
    width: 70%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .details-form__description {
    text-align: left;
    width: auto;
    width: initial;
    margin: 0 2.4rem;
    line-height: 20px;
  }
}
.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: 1024px) {
  .financial-assessment__form {
    width: 70%;
  }
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
.dc-modal__container_real-account-signup-modal {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  background-color: var(--general-main-1);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dc-modal__container_real-account-signup-modal {
    max-height: calc(100vh - 10.2rem) !important;
  }
}
.dc-modal__container_real-account-signup-modal--success {
  min-width: 0 !important;
  min-width: initial !important;
  max-height: none !important;
  max-height: initial !important;
}
.dc-modal__container_real-account-signup-modal--success {
  border-radius: 4px;
  overflow: hidden;
  max-width: 47.8rem;
}
.dc-modal__container_real-account-signup-modal .dc-modal-header__title {
  text-transform: none;
  border-top-left-radius: 1rem;
}
.dc-modal__container_real-account-signup-modal--error .account-wizard--error {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding-top: 10rem;
}
.dc-modal__container_real-account-signup-modal--error .account-wizard--error__restricted-country-error {
  padding: 3.3rem 2.4rem 2.4rem;
}
.dc-modal__container_real-account-signup-modal--error .account-wizard--error__restricted-country-error .dc-btn {
  margin-top: 1.9rem;
}
.dc-modal__container_real-account-signup-modal--error .account-wizard--error__invalid-input-error {
  margin: 2.4rem auto;
  padding-top: 0;
  padding-top: initial;
}
.dc-modal__container_real-account-signup-modal--error .account-wizard--error__invalid-input-error .dc-btn {
  margin-top: 1.9rem;
}
.dc-modal__container_real-account-signup-modal--error .account-wizard--error__invalid-input-error .invalid_fields_input {
  display: list-item;
  margin: 0.5rem auto;
  list-style: disc;
  list-style-position: inside;
}
.dc-modal__container_real-account-signup-modal--error > svg {
  width: 12.8rem;
  height: 12.8rem;
  align-self: center;
  margin: 2rem 0 0;
}
.dc-modal__container_real-account-signup-modal--error h1 {
  font-size: 1.6rem;
  color: var(--text-general);
  font-weight: 700;
  text-transform: none;
  text-align: center;
  line-height: 1.75;
  text-transform: none;
  color: var(--text-general);
  margin: 1.6rem 0 0.8rem;
}
.dc-modal__container_real-account-signup-modal--error p {
  font-size: 1.4rem;
  color: var(--text-prominent);
  font-weight: 400;
  text-transform: none;
  text-align: center;
  line-height: 1.5;
  text-transform: none;
  width: 80%;
  margin-bottom: 2.4rem;
}
.dc-modal__container_real-account-signup-modal--error a.dc-btn {
  font-size: 1.4rem;
  color: var(--text-general);
  font-weight: 700;
  text-transform: none;
  text-align: center;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  color: var(--text-colored-background);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.dc-modal__container_real-account-signup-modal--error a.email-inline {
  color: var(--brand-red-coral);
  font-weight: bold;
  text-decoration: none;
}
.dc-modal__container_real-account-signup-modal--error span.chat-inline {
  color: var(--brand-red-coral);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.dc-modal__container_real-account-signup-modal--loading {
  width: 30rem;
  max-height: 30rem;
}
.dc-modal__container_real-account-signup-modal--loading .dc-modal-header__title {
  height: 0;
}
.dc-modal__container_real-account-signup-modal .dc-themed-scrollbars {
  height: 100%;
}
.dc-modal__container--risk-message {
  height: auto !important;
  width: 44rem !important;
}
.dc-modal__container--risk-message .dc-themed-scrollbars {
  max-height: none !important;
}
.dc-modal__container--risk-message .dc-modal-footer {
  border-top: none;
  padding: 2.4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dc-modal__container--risk-message {
    width: 30rem !important;
  }
}
.dc-modal__container_center-risk-modal .dc-modal-header {
  border-bottom: 1px solid var(--general-section-1);
}
.dc-modal__container_center-risk-modal .dc-modal-body {
  text-align: center;
  padding: 2.4rem 2.4rem 0rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dc-modal__container_center-risk-modal .dc-modal-body {
    padding: 1.6rem 1.6rem 0rem;
  }
}
.dc-modal__container_center-risk-modal .dc-modal-body .risk-acceptance__text {
  margin-top: 2.4rem;
}
.dc-modal__container_center-risk-modal .dc-modal-body .verified-account__text {
  margin-top: 2.4rem;
}
.dc-modal__container_center-risk-modal .dc-modal-footer {
  justify-content: center;
}
.dc-modal__container_verified_account .dc-modal-body {
  text-align: center;
}
.dc-modal__container_verified_account .dc-modal-footer {
  justify-content: center;
}

.dc-mobile-dialog__account-signup-mobile-dialog .account-wizard--error p {
  text-align: center;
}
.dc-mobile-dialog__account-signup-mobile-dialog .account-wizard--error span.chat-inline {
  color: var(--brand-red-coral);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: block;
  text-align: center;
}

.dc-modal-header--real-account-signup-modal {
  border-bottom: 1px solid var(--general-section-1);
}

.account-wizard {
  display: grid;
  grid-template-rows: 13rem minmax(10rem, 1fr);
  height: calc(100% - 5.7rem);
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .account-wizard {
    transform: translateY(0);
  }
  .account-wizard--deriv-crypto {
    grid-template-rows: 0 !important;
  }
  .account-wizard .currency-list__items__is-crypto {
    margin-bottom: 9rem;
  }
  .account-wizard .dc-input__label {
    background-color: var(--fill-normal) !important;
  }
  .account-wizard .dc-modal-footer {
    background-color: var(--general-main-1);
    z-index: 1;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-wizard {
    grid-template-rows: 1fr auto;
    overflow: hidden;
  }
  .account-wizard--set-currency {
    grid-template-rows: 1fr 7rem;
  }
}
.account-wizard.add-or-manage {
  grid-template-rows: 1fr 1fr;
}
.account-wizard.add-or-manage .dc-form-submit-button {
  padding: 2rem;
}
@media (min-width: 1024px) {
  .account-wizard.add-or-manage form {
    grid-template-rows: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-wizard.add-or-manage {
    grid-template-rows: 1fr 1fr;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.account-wizard > h2 {
  text-transform: none;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  color: var(--text-general);
  font-weight: 700;
  text-transform: none;
  text-align: center;
  line-height: 1.75;
  color: var(--text-less-prominent);
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-wizard > h2 {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.account-wizard > h3 {
  font-size: 1.2rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  text-align: center;
  line-height: 1.25;
  text-transform: none;
  color: var(--text-general);
  margin-bottom: 1.6rem;
}
.account-wizard form {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .account-wizard form {
    display: grid;
    grid-template-rows: minmax(20rem, 1fr);
  }
}
.account-wizard form .currency-selector__radio-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.account-wizard form .currency-selector__radio-group--is-header {
  font-size: 1.6rem;
  margin: 2rem 0 0;
  font-weight: bold;
  color: var(--text-prominent);
}
.account-wizard form .currency-selector__description {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  color: var(--text-prominent);
  font-weight: 400;
  text-transform: none;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-wizard form .currency-selector__description {
    width: 100%;
    padding: 1.6rem;
    text-align: center;
  }
}
.account-wizard form .currency-selector__description--info {
  display: flex;
  background-color: var(--transparent-info);
  border-radius: 4px;
  padding: 0.8rem;
  gap: 0.8rem;
  align-items: center;
}
.account-wizard form .currency-selector__container {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-wizard form .currency-selector__container {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .account-wizard form .currency-selector__container--no-top-margin {
    margin-top: 0;
  }
}
.account-wizard form .currency-selector__button {
  margin-top: 1.6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-wizard form .currency-selector--deriv-account {
    border-top: 2px solid var(--general-section-1);
    padding-top: 1rem;
  }
  .account-wizard form .currency-selector--deriv-account .dc-btn:last-child {
    width: 90%;
    margin: 0 auto;
  }
}
.account-wizard__body {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .account-wizard__body .details-form {
    grid-template-rows: minmax(10rem, 1fr);
  }
}
.account-wizard__set-currency p {
  margin: 2.4rem 0;
  font-size: 1.4rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  text-align: center;
  line-height: 1.5;
  text-transform: initial;
  color: var(--text-prominent);
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-wizard__set-currency p {
    font-size: 1.2rem;
    margin: 2.4rem auto 0 2.4rem;
    text-align: left;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-wizard__set-currency h2 {
    font-size: 1.2rem;
    text-align: left;
    margin-left: 2.4rem;
  }
}
.account-wizard .checkbox {
  align-items: center;
  margin: 1rem 0 0;
}
.account-wizard .checkbox__box--active {
  background-color: var(--brand-red-coral);
}
.account-wizard .checkbox__box--active:after {
  font-size: 1.3rem;
  line-height: 2rem;
}
.account-wizard .checkbox__label {
  font-size: 1.4rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  text-align: left;
  line-height: 1.5;
  text-transform: none;
}
.account-wizard--disabled {
  position: relative;
}
.account-wizard--disabled .currency-list__items {
  margin-top: 2.4rem;
}
.account-wizard--disabled .currency-list__item {
  pointer-events: none;
}
.account-wizard--disabled .currency-list__item svg {
  opacity: 0.08;
}
.account-wizard--disabled .currency-list__item .label {
  color: var(--text-disabled);
}
.account-wizard--disabled-message {
  display: flex;
  justify-content: center;
}
.account-wizard--disabled-message-description {
  margin-top: 2.4rem;
  width: 78%;
  background-color: var(--status-warning-transparent);
  padding: 0.8rem 0;
  border-radius: 4px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-wizard--error {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .account-wizard--error__restricted-country-error, .account-wizard--error__invalid-input-error {
    margin: auto 2.4rem;
    height: calc(100vh - 84px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
  }
  .account-wizard--error__restricted-country-error .dc-btn, .account-wizard--error__invalid-input-error .dc-btn {
    margin-top: 1.9rem;
    width: 100%;
  }
  .account-wizard--error__restricted-country-error .invalid_fields_input, .account-wizard--error__invalid-input-error .invalid_fields_input {
    display: list-item;
    margin: 0.5rem auto;
    list-style: disc;
    list-style-position: inside;
  }
  .account-wizard--error h1 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    color: var(--text-prominent);
  }
  .account-wizard--error p {
    font-size: 1.4rem;
    margin: 1.6rem;
    line-height: 1.4;
    color: var(--text-general);
  }
  .account-wizard--error .dc-btn {
    height: 4rem;
  }
  .account-wizard--error .dc-ion {
    width: 100%;
    max-width: 9.6rem;
    margin-top: 2rem;
    height: auto;
  }
  .account-wizard__header-steps {
    padding: 1.6rem 0 0;
    width: 100%;
  }
  .account-wizard__header-steps-title {
    padding: 0 1.6rem 0.8rem;
  }
  .account-wizard__header-steps-subtitle {
    padding: 1.6rem 1.6rem 0;
  }
}

.add-crypto-currency,
.change-currency {
  height: 100%;
}
.add-crypto-currency__title,
.change-currency__title {
  margin-top: 3rem;
}
.add-crypto-currency__sub-title,
.change-currency__sub-title {
  margin-bottom: 1rem;
}
.add-crypto-currency__button,
.change-currency__button {
  margin-top: 1.6rem;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .add-crypto-currency .dc-form-submit-button,
  .change-currency .dc-form-submit-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1.5rem;
    background-color: var(--general-main-1);
  }
  .add-crypto-currency .dc-btn,
  .change-currency .dc-btn {
    width: 100%;
  }
}

@media screen and (max-height: 568px) {
  .cashier-deposit .currency-selector__radio-group--with-margin {
    margin-bottom: 6rem;
  }
}

/* TODO: [refactor-components] Refactor form subheader to components */
.account-form__header {
  font-size: var(--text-size-xs);
  font-weight: bold;
  margin-bottom: 1.6rem;
  position: relative;
  height: 1.6rem;
  white-space: nowrap;
}
.account-form__header-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.account-form__header-section:after {
  border-top: 1px solid var(--general-section-1);
  content: "";
  height: 100%;
  width: 100%;
  margin-top: 0.3rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-form__header-section:after {
    border-top-color: var(--general-disabled);
  }
}
.account-form__header--has-description {
  margin-bottom: 0.5rem;
}
.account-form__header:not(:first-child) {
  margin-top: 1.6rem;
}
.account-form__title {
  padding-right: 0.8rem;
}
.account-form__subtitle {
  align-self: baseline;
  padding-right: 0.8rem;
  margin-top: 0.2rem;
}
.account-form__description {
  font-size: 1.2rem;
  font-weight: normal;
  color: var(--text-prominent);
  margin-bottom: 2rem;
  line-height: 1.5;
}

@media (min-width: 320px) and (max-width: 767px) {
  .emp-status {
    padding-right: 2rem;
  }
}

.trading-assessment {
  display: flex;
  flex-direction: column;
}
.trading-assessment .dc-radio-group {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trading-assessment {
    height: calc(100vh - 16rem);
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .trading-assessment--existing-user {
    margin-top: 9.2rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .trading-assessment--existing-user {
    height: calc(100vh - 12rem);
  }
  .trading-assessment--existing-user .trading-assessment__side-note {
    padding: 2.2rem 1.6rem;
  }
}
.trading-assessment__wrapper__dropdown--list--display {
  height: 4rem;
}
.trading-assessment__side-note {
  text-align: justify;
  padding: 0 10rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trading-assessment__side-note {
    padding: 0 1.6rem;
  }
}
.trading-assessment__question-counter {
  margin: 2.4rem 0 0;
  padding-left: 12rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trading-assessment__question-counter {
    padding-left: 1.6rem;
  }
}
.trading-assessment__form {
  margin-top: 1.6rem;
  display: grid;
  grid-template-rows: 4.7fr 1fr;
}
.trading-assessment__form--existing_user {
  grid-template-rows: 5.8fr 1fr;
}
.trading-assessment__form--layout {
  grid-template-rows: 35rem 1fr !important;
}
.trading-assessment__form--fields {
  display: flex;
  padding: 0 10rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trading-assessment__form--fields {
    padding: 0 1.6rem;
  }
}
.trading-assessment__form .dc-themed-scrollbars {
  width: 100%;
}
.trading-assessment__form .dc-dropdown__display .dc-dropdown__display-placeholder-text-limit-fit {
  max-width: none;
  max-width: initial;
  padding-bottom: 0.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trading-assessment__form .dc-dropdown__display .dc-dropdown__display-placeholder-text-limit-fit {
    width: 90%;
    white-space: normal;
  }
}
.trading-assessment__wrapper__question .dc-field--error {
  padding-left: 0;
  margin: 1.6rem 0;
}
@media (min-width: 1024px) {
  .trading-assessment__wrapper__question {
    padding: 0 2rem;
  }
}
.trading-assessment__wrapper__question .dc-radio-group {
  gap: 1.6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trading-assessment__wrapper__question .dc-radio-group__circle {
    align-self: flex-start !important;
  }
}
.trading-assessment__wrapper__dropdown {
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .trading-assessment__wrapper__dropdown {
    padding: 0 3rem;
  }
}
.trading-assessment .disable-pointer {
  cursor: not-allowed;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trading-assessment .dc-dropdown__display-placeholder {
    width: 100%;
  }
  .trading-assessment .dc-dropdown__display-placeholder .trading-assessment__form .dc-dropdown__display .dc-dropdown__display-placeholder-text-limit-fit {
    width: 90%;
  }
  .trading-assessment .dc-dropdown__display-placeholder--is-left-text.dc-dropdown__display-placeholder--is-title {
    white-space: normal !important;
  }
  .trading-assessment .dc-dropdown__display-placeholder--is-left-text.dc-dropdown__display-placeholder--is-title {
    line-height: 1.6rem;
  }
}
.trading-assessment__existing_btn {
  border-top: 2px solid var(--general-disabled);
  display: flex;
  justify-content: end;
  padding: 1rem 2rem;
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trading-assessment__btn-group {
    position: fixed;
    bottom: 0;
    padding: 1.6rem;
    border-top: 2px solid var(--general-disabled);
    width: 100%;
    display: flex;
    background: var(--general-main-1);
  }
  .trading-assessment__btn-group--btn {
    width: 100%;
  }
}

.dc-mobile-dialog__risk-acceptance {
  margin-top: 9.4rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2.4rem;
}
.dc-mobile-dialog__test-warning {
  margin-top: 1.6rem;
}
.dc-mobile-dialog__test-warning .dc-modal-body {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.dc-mobile-dialog__test-warning .dc-modal-footer {
  position: fixed;
  bottom: 0;
  padding: 1.6rem;
  border-top: 2px solid var(--general-disabled);
  width: 100%;
  display: flex;
  background: var(--general-main-1);
}
.dc-mobile-dialog__test-warning .dc-modal-footer .dc-btn {
  width: 100%;
}

.field-layout .trading-assessment__wrapper__dropdown div:last-child .dc-dropdown__display-placeholder {
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .field-layout .trading-assessment__wrapper__dropdown div:last-child .dc-dropdown__display .dc-dropdown__display-placeholder-text-limit-fit {
    white-space: inherit;
    text-overflow: initial;
  }
}
.field-layout .trading-frequency--field {
  height: 5rem;
}

.risk-tolerance-modal__title {
  margin-bottom: 3.7rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.risk-tolerance-modal__title--separator {
  border-top: 2px solid var(--general-section-5);
  width: 50%;
}
.risk-tolerance-modal__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.risk-tolerance-modal__footer {
  display: flex;
  justify-content: center;
}

.personal-details-form,
.address-details-form {
  width: 100%;
}
@media (min-width: 1024px) {
  .personal-details-form,
  .address-details-form {
    padding: 0 16rem;
  }
}

.personal-details-form .dc-radio-group__input {
  width: 0;
  height: 0;
}

.wizard__main-step .account-form__fieldset {
  max-width: none !important;
  max-width: initial !important;
}

.wizard__main-step .account-form__fieldset {
  width: 100%;
}
.wizard__main-step .details-form__elements {
  width: 100%;
}
.wizard__main-step .financial-assessment__form {
  width: 70%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .wizard__main-step .financial-assessment__form {
    width: 100%;
  }
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
.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 (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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;
  margin-left: 0;
  margin-left: initial;
  width: auto;
  width: initial;
}
.poi-form-on-signup__fields .proof-of-identity__submit-button {
  margin-left: 0.8rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .poi-form-on-signup__fields .proof-of-identity__submit-button {
    margin-right: 0;
    margin-right: initial;
  }
}
.poi-form-on-signup .details-form {
  display: grid;
  grid-template-rows: minmax(10rem, 1fr) 8.2rem;
  height: 100%;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .poi-form-on-signup .details-form {
    max-height: calc(100% - 5rem);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .poi-form-on-signup {
    overflow: hidden;
  }
}

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

.idv-form {
  display: grid;
}
@media (min-width: 320px) and (max-width: 767px) {
  .idv-form .details-form {
    overflow: visible;
    overflow: initial;
  }
}
@media (min-width: 1024px) {
  .idv-form .details-form {
    padding: 0;
    padding: initial;
  }
}

@media (min-width: 1024px) {
  .mt5-layout {
    display: flex;
    flex-direction: column;
  }
}
.mt5-layout__container {
  overflow: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .mt5-layout__container {
    padding: 0.8rem 15.5rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .mt5-layout .proof-of-identity__footer {
    width: 100%;
    position: relative;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .proof-of-identity__container.mt5-layout {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    padding: 0;
    padding: initial;
  }
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
#dt_set_account_currency_modal .dc-btn--secondary {
  margin-right: 1rem;
}
/*------------------------------------*
 *  # Constants
 *------------------------------------*/
/* 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.
 */
/* 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: "Poppins", 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;
}
.link--right {
  float: right;
}
.link--prominent {
  color: var(--text-prominent);
}

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

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

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

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

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

/** @define hr */
.hr {
  border-top: var(--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-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;
  --brand-white: #ffffff;
  --brand-dark-grey: #0e0e0e;
  --brand-red-coral: #ff444f;
  --brand-purple-coral: #7c68ee;
  --brand-blue-coral: #3572ef;
  --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, #7c68ee 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: #7c68ee;
  --button-secondary-default: #999999;
  --button-tertiary-default: transparent;
  --button-primary-light-default: rgba(255, 68, 79, 0.16);
  --button-primary-hover: #36ba98;
  --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;
  --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, #7c68ee 0%, #211d1e 95.22%);
  --payment-deriv: linear-gradient(90deg, #ff6444 0%, #7c68ee 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;
  --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: #7c68ee;
  --button-secondary-default: #6e6e6e;
  --button-tertiary-default: transparent;
  --button-primary-light-default: rgba(255, 68, 79, 0.16);
  --button-primary-hover: #36ba98;
  --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;
  --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;
  --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(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;
}

@keyframes closeDrawerWrapper {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /** 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);
    margin-right: 0.4rem;
    top: -0.8rem;
  }
  .modal-root {
    height: 100% !important;
  }
  .popup-root > .dc-toast {
    top: 48px;
    z-index: 3;
    margin: auto;
    position: absolute;
  }
  .popup-root .dc-toast-popup {
    max-width: calc(100vw - 1.6rem);
    left: 1.6rem;
    width: calc(100vw - 3.2rem);
    top: 48px;
    position: absolute;
    right: 1.6rem;
  }
}
/** @define landscape-blocker; weak */
.landscape-blocker {
  /* enable temporary landscape blocker UI in landscape */
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--general-main-1);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--text-prominent);
  font-size: 1.6rem;
  z-index: 9999;
  font-weight: bold;
  gap: 2.4rem;
}
.landscape-blocker__icon {
  width: 8rem;
  height: 6.2rem;
}
.landscape-blocker__message {
  padding: 1.6rem 11rem;
}
@media screen and (orientation: portrait) {
  .landscape-blocker__message--landscape {
    display: none;
  }
}
.landscape-blocker__message--portrait {
  text-align: center;
  line-height: var(--text-lh-m);
}
@media screen and (orientation: landscape) {
  .landscape-blocker__message--portrait {
    display: none;
  }
}
@media (min-width: 1024px) {
  .landscape-blocker {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (max-aspect-ratio: 13/9) {
  .landscape-blocker {
    display: none;
  }
}

/** @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 (min-width: 320px) and (max-width: 767px) {
  .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 .ciq-menu {
    top: 0;
    margin: 0.8rem;
    z-index: 2;
  }
  .app-contents .cq-symbol-select-btn {
    padding: 0.3rem 0.9rem;
  }
  .app-contents .cq-symbol-select-btn .cq-symbol-dropdown {
    transform: scale(1);
    margin-left: auto;
  }
  .app-contents .cq-symbol-select-btn .cq-symbol {
    font-size: 1.2rem;
  }
  .app-contents .cq-symbol-select-btn .cq-chart-price {
    display: none;
  }
  .app-contents .cq-symbol-select-btn .cq-symbol-info {
    margin: 0 0.8rem;
    white-space: nowrap;
  }
  .app-contents .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 {
  transform: translate3d(calc(100% + 1.6em), 0, 0);
  opacity: 0;
}
.contract--exit {
  transform: translate3d(calc(100% + 1.6em), 0, 0);
  opacity: 0;
  pointer-events: none;
}

/** @define advanced-simple-toggle */
.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 desktop-only */
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

/** @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);
  padding-left: 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;
  left: 0;
}
.header__menu-mobile-theme {
  border-bottom: 1px solid var(--general-section-2);
  padding-right: 0;
}
.header__menu-mobile-theme--trader-hub {
  border-bottom: 1px solid var(--general-section-2);
}
.header__menu--separator {
  border-right: 1px solid var(--general-section-1);
  width: 2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
.header__menu--dtrader--separator {
  border-right: 1px solid var(--general-section-1);
  margin-top: 0.8rem;
  height: 3.2rem;
}
.header__menu--dtrader--separator--account {
  margin-right: 1rem;
}
.header__menu__redirect {
  display: flex;
}
.header__menu__redirect--link {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
}
.header__redirect--dtratder {
  display: flex;
  margin-left: 50rem;
}
.header__redirect--dtratder--link {
  display: flex;
  align-items: center;
  margin-right: 5rem;
  padding: 0.5rem;
  text-decoration: none;
}
.header__menu-mobile-link {
  text-decoration: none;
  display: flex;
  flex: 1;
  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 {
  margin-right: 16px;
  width: 16px;
  height: 16px;
}
.header__menu-mobile-link-flag-icon {
  margin-right: 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;
}
.header__menu-divider {
  margin-left: 20rem;
}
.header__menu-left {
  justify-content: flex-start;
  order: -1;
  display: inline-flex;
  flex: 1;
  height: 47px;
}
.header__menu-left-extensions {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.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 (min-width: 320px) and (max-width: 767px) {
  .header__menu-right .acc-info__separator {
    display: none;
  }
  .header__menu-right .notifications-toggle {
    margin-right: 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;
}
.header__menu--traders-hub-beta-icon {
  margin: 0 4rem 0 1rem;
}
.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%;
}
.header__menu--exit-traders-hub-beta-icon {
  margin: 0 4rem 0 1rem;
}
.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: 520px) {
  .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;
}
.header__menu-link-text {
  font-size: 1.6rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  text-align: left;
  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;
  left: 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;
  margin-left: 8px;
}
.header__mobile-drawer-icon {
  width: 16px;
  height: 16px;
  transform: scale(1.3);
}
.header__mobile-drawer-toggle {
  padding: 0 1.2rem;
  border-right: 1px solid var(--general-section-1);
  display: flex;
  align-items: center;
  height: inherit;
}
.header__title {
  display: inline-block;
  font-weight: bold;
  color: var(--text-prominent);
}
.header__icon {
  margin-right: 0.8rem;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header {
    height: 40px;
  }
  .header .header__menu-left,
  .header .header__menu-right {
    height: 39px;
  }
}

/** @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 */
}
.footer__links--left {
  margin-right: 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: 768px) {
  .footer {
    display: none;
  }
}

@keyframes blinking-network-status {
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** @define network-status  */
.network-status__wrapper {
  height: 1.4em;
  position: relative;
}
.network-status__wrapper--is-mobile .network-status__circle {
  margin: 0.2em 0 0.2em -0.2em;
}
.network-status__tooltip {
  left: auto;
  left: initial;
  text-decoration-line: none;
}
.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 */
.server-time {
  display: inline-flex;
  align-self: center;
  margin-right: 1em;
  padding: 0 1em;
  font-size: 1.2rem;
  color: var(--text-general);
  font-weight: 400;
  text-transform: none;
  text-align: left;
  line-height: 1.25;
  color: var(--text-general);
}
.server-time--is-mobile {
  padding: 0 1em 0 0;
  margin-right: 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;
  left: 0;
  background: var(--text-prominent);
}
.ic-settings--active .ic-settings__icon {
  pointer-events: none;
}
.ic-settings-language__icon {
  margin-right: 0.4rem;
}
.ic-settings-language__icon--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.ic-settings--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

/** @define footer-regulatory-information */
.footer-regulatory-information {
  padding: 2rem;
}
.footer-regulatory-information p {
  font-size: 1.4rem;
  color: var(--text-prominent);
  font-weight: 400;
  text-transform: none;
  text-align: left;
  line-height: 1.5;
}
.footer-regulatory-information__link {
  font-size: 1.4rem;
  color: var(--text-prominent);
  font-weight: 700;
  text-transform: none;
  text-align: left;
  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;
  left: 0;
  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;
}
.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 (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .traders-hub-header__menu-right--items--onboarding {
    padding: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .traders-hub-header__menu-right--items--notifications {
    padding: 0 2rem 0 1rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .traders-hub-header__menu-right--items--notifications__cashier {
    padding-right: 1rem;
  }
}
.traders-hub-header__menu-right--items--account-toggle {
  height: 47px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .traders-hub-header__menu-right--items--account-toggle {
    height: 3.8rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .traders-hub-header__menu-right--items--account-toggle .acc-info__wrapper {
    margin-right: 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;
  justify-content: space-between;
}
.traders-hub-header__logo {
  margin-bottom: 0.2rem !important;
}
.traders-hub-header__logo {
  height: 1.8rem;
  padding: 0 1rem 0 1.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .traders-hub-header__logo {
    margin-left: 0.7rem;
  }
}
.traders-hub-header__tradershub {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 1rem 0 1.6rem;
  cursor: pointer;
}
.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);
}
.traders-hub-header__tradershub--home-logo {
  padding-right: 0.8rem;
}
.traders-hub-header__tradershub--text {
  font-size: 1.6rem;
}
.traders-hub-header__tradershub > * {
  cursor: pointer;
}
.traders-hub-header__tradershub--onboarding {
  padding: 2rem;
  margin-right: 0.3rem;
  cursor: pointer;
}
.traders-hub-header__divider {
  width: 0.1rem;
  height: 3rem;
  margin-left: 0.8rem;
  background: var(--general-section-2);
}
@media (min-width: 320px) and (max-width: 767px) {
  .traders-hub-header__divider {
    height: 2.4rem;
  }
}
.traders-hub-header__redirect {
  display: flex;
  cursor: pointer;
}
.traders-hub-header__redirect--link {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  padding: 0.5rem;
  text-decoration: none;
}
.traders-hub-header__redirect--cashierlink {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  text-decoration: none;
  padding: 2rem;
}
.traders-hub-header__redirect--cashiertext {
  padding: 0.7rem;
}
.traders-hub-header__redirect--beta {
  padding: 0 0.7rem;
}
.traders-hub-header__dtrader--redirect {
  display: flex;
  margin-right: 1rem;
  align-items: center;
}
.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;
}
.traders-hub-header__setting {
  margin-right: 2.2rem;
}
.traders-hub-header__setting--icon {
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .traders-hub-header__notification .notifications-toggle {
    margin-right: 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;
}
.media__heading {
  font-size: 1.4rem;
  color: var(--text-general);
  font-weight: 700;
  text-transform: none;
  text-align: left;
  line-height: 1.5;
  color: var(--text-prominent);
  margin: 0 0 16px;
  text-transform: none;
}
.media__icon {
  height: 120px;
  margin-right: 1.6em;
  border-radius: 4px;
  min-width: 160px;
}
.media__icon:empty {
  background-color: var(--general-disabled);
}
.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;
  text-align: left;
  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%;
  border-left: 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 {
  transform: rotate(360deg);
  margin-left: auto;
  font-weight: bold;
}

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

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

/** @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;
  margin-right: 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;
  padding: 1.6rem 0 1.6rem 1.6rem;
  width: 50%;
  min-width: 210px;
}
.notification-banner--right {
  position: relative;
  width: calc(100% - 138px);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .notification-banner__title {
    white-space: nowrap;
  }
}
.notification-banner__description {
  margin-top: 0.8rem;
}
.notification-banner__btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  margin-top: 4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-banner__btn-wrapper {
    margin-top: 1rem;
  }
}
.notification-banner__bg {
  position: absolute;
  right: 0;
  background-color: #ff6444;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 11;
}
.notification-banner__trustpilot .notification-banner__bg {
  max-width: 13.8rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-banner__trustpilot .notification-banner__bg {
    max-width: 11rem;
  }
}
.notification-banner__img {
  position: absolute;
  right: 1.2rem;
  bottom: -0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 15.2rem;
  width: auto;
  z-index: 12;
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-banner__img {
    height: 12rem;
    bottom: 0;
    right: 0.8rem;
  }
}
.notification-banner__close-icon {
  position: absolute;
  z-index: 12;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-banner {
    height: 100%;
    max-height: 13.8rem;
    width: calc(100vw - 1.6rem);
    left: 0.8rem;
    top: -0.2rem;
  }
}

.notification-promo {
  position: relative;
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--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%;
  right: 0;
  z-index: 12;
  pointer-events: none;
  border-radius: 0 4px 4px 0;
}
.notification-promo--container {
  width: 100%;
  padding: 16px;
}
.notification-promo--left {
  max-width: calc(100% - 128px);
}
.notification-promo__btn {
  margin-top: 16px;
}
.notification-promo__close-icon {
  position: absolute;
  z-index: 12;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-promo {
    height: 100%;
    max-height: 12.2rem;
    width: calc(100vw - 1.6rem);
    left: 0.8rem;
    top: -0.2rem;
  }
  .notification-promo__btn {
    margin-top: 6px;
  }
}

.onfido-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.onfido-container__hidden {
  display: none;
}
.onfido-container-view_wrapper {
  position: relative;
  min-width: 32.8rem;
  min-height: 50rem;
  margin: auto;
}
.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 {
    padding: 1.6rem;
  }
  .onfido-container .onfido-sdk-ui-PageTitle-titleWrapper {
    margin: 2.4rem 0 0;
  }
  .onfido-container .onfido-sdk-ui-PageTitle-title {
    font-size: 2rem;
    text-align: center;
  }
  .onfido-container .onfido-sdk-ui-PageTitle-titleSpan {
    font-size: 2rem;
  }
}
.onfido-container .onfido-sdk-ui-Camera-webcamContainer {
  left: auto;
  width: -webkit-fill-available;
}
.onfido-container__disabled {
  opacity: 0.5;
  pointer-events: none;
}
.onfido-container__info-message {
  width: 100% !important;
}
.onfido-container__info-message {
  position: absolute;
  top: 1.6rem;
  left: 50%;
  z-index: 1;
  transform: translate(-50%);
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .account-form__fieldset--email-consent {
    margin-bottom: 1.6rem;
  }
}
.account-form__poi-inline-message {
  margin-bottom: 1.6rem;
}
.account-form__poi-confirm-example {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .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: 1024px) {
  .account-form__poi-confirm-example_container {
    padding: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .account-form__poi-confirm-example_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.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 (min-width: 320px) and (max-width: 767px) {
  .account-form__poi-confirm-example .account-form__section-side-note {
    margin-top: 1.6rem;
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .account-form__section {
    grid-template-areas: "section-side-note section-content";
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-form__section {
    grid-template-areas: "section-side-note" "section-content";
  }
}
.account-form__section-side-note {
  grid-area: section-side-note;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-form__section-side-note {
    margin-top: 0;
    margin-top: initial;
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .account-form__section-content {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .account-form__section--reversed {
    grid-template-areas: "section-content section-side-note";
    grid-template-columns: 1fr auto;
  }
}
.account-form__footer {
  height: 8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  padding: 1.6rem 2.4rem;
  align-items: center;
  justify-content: flex-end;
  z-index: 4;
  border-radius: 0 4px 4px 0;
  border-top: 1px solid var(--general-section-1);
  background-color: var(--general-main-1);
}
.account-form__footer .back-btn {
  margin-right: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-form__footer .back-btn {
    width: 100%;
  }
}
.account-form__footer .back-btn .back-btn-icon {
  margin-right: 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;
  text-align: right;
  min-width: 27.6rem;
  max-width: 36.6rem;
  height: 3.6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-form__footer-note {
    width: auto;
    text-align: center;
    align-self: center;
  }
  .account-form__footer-note--dashboard {
    margin: 0 1.6rem;
    text-align: left;
  }
}
.account-form__footer-btn {
  height: 4rem;
}
.account-form__footer-btn-wrapper {
  align-items: normal;
  display: flex;
  flex-direction: row;
}
@media (min-width: 320px) and (max-width: 767px) {
  .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: 1024px) {
  .account-form__footer-btn {
    margin-left: 1.6rem;
  }
  .account-form__footer-btn-wrapper--dashboard {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-form__footer-btn--has-bottom-margin {
    margin-bottom: 1.6rem;
  }
}
.account-form__footer--dashboard {
  width: 68.5rem;
  margin-left: 6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-form__footer--dashboard {
    width: 100vw;
    margin-left: 0;
    margin-left: initial;
  }
  .account-form__footer--dashboard .account-form__footer-btn {
    min-width: 35%;
  }
  .account-form__footer--dashboard .account-form__footer-btn-wrapper {
    flex-direction: row;
  }
  .account-form__footer--dashboard > div {
    display: flex;
    justify-content: space-around;
  }
}
.account-form__footer-poa {
  margin-left: 0;
  margin-left: initial;
}
.account-form__footer-all-fields-required {
  padding-bottom: 2.4rem;
  padding-top: 0.8rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-form__footer {
    flex-direction: column;
    height: auto;
    align-items: initial;
    border-top: 2px solid var(--general-section-1);
  }
}
.account__scrollbars_container {
  height: 100%;
  padding-top: 2.4rem;
  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 (min-width: 320px) and (max-width: 767px) {
  .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: 1024px) {
  .account__scrollbars_container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .account__scrollbars_container {
    height: auto;
    height: initial;
    padding-top: 0;
    padding-top: initial;
    padding-bottom: 0;
    padding-bottom: initial;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .account-management__message-content {
    padding-top: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .account-management__container {
    max-width: 68.2rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .idv-layout .poi-form-on-signup__fields .proof-of-identity__fieldset {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .account-form_poa .account-form__section-content {
    width: 100%;
  }
}
.account-form_poa .account-form__fieldset {
  max-width: none;
  max-width: initial;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
}
.account-form_poa .account__scrollbars_container {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.account-form_poa-submit-error {
  justify-content: left;
}

@media (min-width: 1024px) {
  .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;
  margin-left: 2.4rem;
}
.file-uploader__container .files-description li::marker {
  font-size: 1.2rem;
}
.file-uploader__file-dropzone-wrapper {
  flex: 1;
  height: 13.2rem;
  position: relative;
}
.file-uploader__file-dropzone-wrapper .dc-file-dropzone {
  border-radius: 8px;
}
.file-uploader__file-dropzone-wrapper .dc-file-dropzone__message {
  max-width: none;
  max-width: initial;
}
.file-uploader__file-dropzone-wrapper .dc-file-dropzone__message-subtitle {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.file-uploader__file-title {
  margin: 2.4rem 0 1.6rem;
}
.file-uploader__file-supported-formats {
  display: flex;
  justify-content: space-between;
  margin: 1.6rem 0 2.4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .file-uploader__file-supported-formats {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .file-uploader__file-supported-formats span {
    max-width: 14rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .file-uploader__file {
    flex: initial;
    margin-bottom: 2.4rem;
    height: 15rem;
  }
}
.file-uploader__remove-btn {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.8rem;
  right: 0.8rem;
  cursor: pointer;
  transition: transform 0.25s linear;
}
.file-uploader__remove-btn:hover {
  transform: scale(1.25, 1.25);
}
.file-uploader__remove-btn--error circle {
  fill: var(--status-danger);
}
.file-uploader__remove-btn-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.proof-of-identity {
  width: 100%;
  height: 100%;
}
.proof-of-identity__main-container {
  position: relative;
  max-width: 68.2rem;
  height: 100%;
}
.proof-of-identity .min-height .idv-layout {
  min-height: 30vh;
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .proof-of-identity__container {
    min-height: 0;
    min-height: initial;
    overflow-y: scroll;
    padding: 0 1.6rem;
  }
  .proof-of-identity__container--status {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-top: 2.4rem;
  }
}
.proof-of-identity__container--reset {
  align-items: normal;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proof-of-identity__container--reset {
    overflow-y: visible;
    overflow-y: initial;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .proof-of-identity__container--reset .proof-of-identity__submit-button {
    margin: 0;
    margin: initial;
    width: 100%;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .proof-of-identity__container .icon {
    margin-top: 5.2rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .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;
  }
}
.proof-of-identity__country-text {
  margin-bottom: 1.6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .proof-of-identity__inner-container {
    flex-direction: column;
  }
}
.proof-of-identity__header {
  margin-bottom: 1.6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .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;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proof-of-identity__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    bottom: 0;
  }
  .proof-of-identity__footer .proof-of-identity__submit-button {
    width: 100%;
  }
}
.proof-of-identity__footer-alert {
  margin-right: auto;
}
.proof-of-identity__fieldset {
  width: 39.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proof-of-identity__fieldset {
    width: 94%;
    margin: 0.4rem 0 3.2rem;
  }
}
.proof-of-identity__fieldset .country-dropdown {
  min-height: 35.2rem;
}
.proof-of-identity__fieldset-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proof-of-identity__fieldset-container {
    width: 100%;
  }
}
.proof-of-identity__fieldset-input {
  width: 39.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proof-of-identity__fieldset-input {
    width: 94%;
    margin-top: 0.4rem;
  }
}
.proof-of-identity__sample-container {
  margin-left: 1.6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proof-of-identity__sample-container {
    margin-left: 0;
    margin-left: initial;
    width: 94%;
  }
}
.proof-of-identity__sample-container-external {
  margin-top: 2.8rem;
}
.proof-of-identity__image-container {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px;
  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 (min-width: 320px) and (max-width: 767px) {
  .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: 1024px) {
  .proof-of-identity__mismatch-container .idv-form {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .proof-of-identity__mismatch-container .account__scrollbars_container {
    padding-top: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .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 (min-width: 320px) and (max-width: 767px) {
  .formik__confirmation-checkbox {
    margin-bottom: 1.6rem;
  }
}
.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__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 (min-width: 320px) and (max-width: 767px) {
  .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 */
.page-404__image {
  margin-right: 1.6rem;
}
@media screen and (max-width: 758px) {
  .page-404__image {
    margin: 0;
  }
}

/** @define account-deactivated */
.account-closed {
  padding: 24px 95px;
  color: var(--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;
}
.reset-trading-password__password-success .reset-trading-password__icon {
  margin: 0 0 2.4rem 3rem;
}
.reset-trading-password__password-success .reset-trading-password__heading {
  margin-bottom: 0.8rem;
}
.reset-trading-password__password-success .reset-trading-password__subtext {
  margin-bottom: 2.4rem;
}
.reset-trading-password__residence-selection, .reset-trading-password__password-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: nowrap column;
}
.reset-trading-password__password-selection .reset-trading-password__heading {
  margin-bottom: 3.3rem;
}
.reset-trading-password__heading {
  margin-bottom: 0.8rem;
}
.reset-trading-password__text {
  text-align: center;
  margin-bottom: 3.3rem;
}
.reset-trading-password__subtext {
  margin-bottom: 1.6rem;
}
.reset-trading-password__hint {
  margin-bottom: 2.4rem;
}
.reset-trading-password__btn {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}
.reset-trading-password__fieldset {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .reset-trading-password__fieldset {
    max-width: 30rem;
  }
}
.reset-trading-password__input-field {
  margin-bottom: 1.2rem;
}
.reset-trading-password__password-field {
  /* postcss-bem-linter: ignore */
}
.reset-trading-password__password-field > label {
  top: 0.9rem;
  background-color: var(--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;
  margin-left: 1.6rem;
}
.unlink-password__password-success .unlink-password__heading {
  margin-bottom: 0.8rem;
}
.unlink-password__password-success .unlink-password__subtext {
  margin-bottom: 2.4rem;
}
.unlink-password__residence-selection, .unlink-password__password-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: nowrap column;
}
.unlink-password__password-selection .unlink-password__heading {
  margin-bottom: 3.3rem;
}
.unlink-password__heading {
  margin-bottom: 0.8rem;
}
.unlink-password__text {
  text-align: center;
  margin-bottom: 3.3rem;
}
.unlink-password__subtext {
  margin-bottom: 1.6rem;
}
.unlink-password__hint {
  margin-bottom: 2.4rem;
}
.unlink-password__btn {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}
.unlink-password__fieldset {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .unlink-password__fieldset {
    max-width: 30rem;
  }
}
.unlink-password__input-field {
  margin-bottom: 1.2rem;
}
.unlink-password__password-field {
  /* postcss-bem-linter: ignore */
}
.unlink-password__password-field > label {
  top: 0.9rem;
  background-color: var(--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
 *------------------------------------*/
/* 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.
 */
/** @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;
  }
}
.notification-messages--traders-hub {
  margin: 1rem 1rem 0 0;
}

/** @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;
}
.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: 25rem;
  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;
  margin-right: 3.2rem;
}
.notification__close-button {
  position: absolute;
  top: 1.05rem;
  right: 1.6rem;
  visibility: visible;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.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-right: 1.6rem;
  margin-top: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
}
.notification__icon-type--is-background {
  width: 21rem;
  height: 21rem;
}
.notification__icon-background {
  position: absolute;
  left: -25px;
  bottom: -5px;
  pointer-events: none;
  opacity: 0.08;
  z-index: 0;
}
.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);
    margin-right: 0.4rem;
  }
}
