@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese);

:root {
  /* colors */
  --text-less-prominent: #2a2a2a;
  --text-loss-danger : #FF0000;
}


.dc-icon {
  --fill-color1: var(--text-general);
  --fill-color2: var(--text-less-prominent);
  --fill-color3: var(--general-section-1);
  --fill-color4: var(--icon-grey-background);
  --fill-color5: var(--text-prominent)
}

.dc-icon--disabled {
  --fill-color1: var(--text-disabled);
  --fill-color2: var(--text-disabled)
}

.dc-icon--secondary {
  --fill-color1: var(--text-less-prominent);
  --fill-color2: var(--text-less-prominent);
  --fill-color3: #fff
}

.dc-accordion__wrapper>div:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 1px
}

.dc-accordion__item {
  border: solid var(--general-section-1);
  border-width: 1px 1px 0;
  color: var(--text-general);
  font-size: 1.4rem
}

.dc-accordion__item--first {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.dc-accordion__item--open .dc-accordion__item-header {
  border-bottom: 1px solid var(--general-section-1)
}

.dc-accordion__item--open .dc-accordion__item-content {
  display: block
}

.dc-accordion__item--close .dc-accordion__item-content {
  display: none
}

.dc-accordion__item-header {
  cursor: pointer;
  line-height: 1.43;
  padding: 8px 16px
}

.dc-accordion__item-header-icon {
  vertical-align: middle
}

[dir=ltr] .dc-accordion__item-header-icon-wrapper {
  float: right;
  padding-left: 16px
}

[dir=rtl] .dc-accordion__item-header-icon-wrapper {
  float: left;
  padding-right: 16px
}

.dc-accordion__item-header-icon path,
.dc-accordion__item-header-icon rect {
  fill: var(--text-general)
}

.dc-accordion__item-content {
  padding: 16px
}

.dc-field {
  font-size: var(--text-size-xxs);
  line-height: 1.25;
  position: absolute;
  top: 4.1rem
}

[dir=ltr] .dc-field {
  text-align: left !important
}

[dir=rtl] .dc-field {
  text-align: right !important
}

[dir=ltr] .dc-field--error {
  text-align: left
}

[dir=rtl] .dc-field--error {
  text-align: right
}

.dc-field--error {
  color: var(--text-loss-danger);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  line-height: 1;
  text-transform: none
}

[dir=ltr] .dc-field--error {
  padding-left: 1.1rem
}

[dir=rtl] .dc-field--error {
  padding-right: 1.1rem
}

[dir=ltr] .dc-field--warn {
  text-align: left
}

[dir=rtl] .dc-field--warn {
  text-align: right
}

.dc-field--warn {
  color: var(--text-general);
  color: #999;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  padding-top: .4rem;
  text-transform: none
}

[dir=ltr] .dc-field--warn {
  padding-left: 1.2rem
}

[dir=rtl] .dc-field--warn {
  padding-right: 1.2rem
}

.dc-input__footer .dc-field {
  position: relative;
  top: auto
}

.dc-input {
  display: flex;
  flex-direction: column;
  line-height: 1.43;
  margin-bottom: 3.2rem;
  position: relative;
  width: 100%
}

.dc-input:hover:not(.dc-input--disabled) {
  border-color: var(--border-hover)
}

.dc-input[focus-within] {
  border-color: var(--brand-secondary)
}

.dc-input:focus-within {
  border-color: var(--brand-secondary)
}

.dc-input[focus-within]:hover {
  border-color: var(--brand-secondary)
}

.dc-input:focus-within:hover {
  border-color: var(--brand-secondary)
}

.dc-input--bottom-label-active {
  margin-bottom: 0
}

.dc-input--bottom-label-active.dc-input--error {
  margin-bottom: calc(5rem - 12px)
}

.dc-input__bottom-label {
  margin-bottom: calc(3.2rem - 12px)
}

[dir=ltr] .dc-input__bottom-label {
  margin-left: 1.2rem
}

[dir=rtl] .dc-input__bottom-label {
  margin-right: 1.2rem
}

.dc-input--disabled {
  border-color: var(--border-normal)
}

.dc-input--disabled .dc-datepicker__display-text {
  color: var(--text-less-prominent)
}

@media (max-width:992px) {
  .dc-input--error {
    margin-bottom: 5rem
  }
}

.dc-input--error label {
  color: var(--brand-red-coral) !important
}

.dc-input--error ::-moz-placeholder {
  color: var(--text-loss-danger) !important;
  opacity: 1 !important
}

.dc-input--error ::placeholder {
  color: var(--text-loss-danger) !important;
  opacity: 1 !important
}

.dc-input__container {
  align-items: center;
  border: 1px solid var(--border-normal);
  border-radius: 4px;
  display: flex;
  height: 4rem;
  padding: .5rem 1.2rem
}

.dc-input__container:hover:not(.dc-input--disabled) {
  border-color: var(--general-disabled)
}

.dc-input__container[focus-within] {
  border-color: var(--brand-secondary)
}

.dc-input__container:focus-within {
  border-color: var(--brand-secondary)
}

.dc-input__container[focus-within]:hover {
  border-color: var(--brand-secondary)
}

.dc-input__container:focus-within:hover {
  border-color: var(--brand-secondary)
}

.dc-input__container--error {
  border-color: var(--brand-red-coral) !important
}

.dc-input__container--disabled {
  border-color: var(--general-disabled)
}

.dc-input__field {
  background: none;
  color: var(--text-prominent);
  font-size: var(--text-size-xs);
  height: 100%;
  min-width: 0;
  width: 100%
}

.dc-input__field::-moz-placeholder {
  line-height: 1.5;
  opacity: 0;
  -moz-transition: opacity .25s;
  transition: opacity .25s
}

.dc-input__field::placeholder {
  line-height: 1.5;
  opacity: 0;
  transition: opacity .25s
}

@-moz-document url-prefix("") {
  .dc-input__field::-moz-placeholder {
    line-height: 1.25
  }

  .dc-input__field::placeholder {
    line-height: 1.25
  }
}

.dc-input__field--placeholder-visible::-moz-placeholder {
  opacity: .4
}

.dc-input__field--placeholder-visible::placeholder {
  opacity: .4
}

.dc-input__field:focus,
.dc-input__field:not(:focus):not([value=""]) {
  outline: none
}

.dc-input__field:focus~label,
.dc-input__field:not(:focus):not([value=""])~label {
  padding: 0 4px;
  transform: translateY(-1.8rem) scale(.75)
}

.dc-input__field:disabled {
  -webkit-text-fill-color: var(--text-less-prominent);
  color: var(--text-less-prominent);
  opacity: 1
}

.dc-input__field:disabled~label {
  color: var(--text-less-prominent) !important
}

.dc-input__field:disabled~svg .color1-fill {
  fill: var(--text-less-prominent)
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .dc-input__field:disabled {
      color: var(--text-prominent)
    }
  }
}

.dc-input__field:focus {
  outline: none
}

.dc-input__field:focus~label {
  color: var(--brand-secondary)
}

.dc-input__field:focus::-moz-placeholder {
  opacity: .4
}

.dc-input__field:focus::placeholder {
  opacity: .4
}

.dc-input__field:not(.dc-input--no-placeholder):not(:focus):not([value=""])~label {
  color: var(--text-general)
}

.dc-input__field[type=number]::-webkit-inner-spin-button,
.dc-input__field[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.dc-input__field[type=number] {
  -moz-appearance: textfield
}

.dc-input__field[type=textarea] {
  border: none;
  height: 9.6rem;
  resize: none
}

.dc-input__field[type=textarea]~.dc-field--error {
  top: 10rem
}

.dc-input__field:-webkit-autofill {
  -webkit-text-fill-color: var(--text-prominent) !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 30px var(--fill-normal) inset !important
}

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

.dc-input__field::-ms-reveal {
  display: none
}

.dc-input__textarea:not(.dc-input--no-placeholder):not(:focus):empty~label {
  color: var(--text-less-prominent);
  padding: 0 4px;
  transform: none
}

.dc-input__leading-icon {
  cursor: text;
  font-size: var(--text-size-xs);
  pointer-events: none;
  position: absolute;
  top: 1rem
}

[dir=ltr] .dc-input__leading-icon {
  left: 0;
  margin-left: 1rem
}

[dir=rtl] .dc-input__leading-icon {
  margin-right: 1rem;
  right: 0
}

.dc-input__leading-icon.symbols {
  top: .9rem
}

[dir=ltr] .dc-input__leading-icon.symbols+.dc-input__field {
  padding-left: 4rem
}

[dir=rtl] .dc-input__leading-icon.symbols+.dc-input__field {
  padding-right: 4rem
}

[dir=ltr] .dc-input__leading-icon.symbols--usdc+.dc-input__field,
[dir=ltr] .dc-input__leading-icon.symbols--ust+.dc-input__field {
  padding-left: 4.8rem
}

[dir=rtl] .dc-input__leading-icon.symbols--usdc+.dc-input__field,
[dir=rtl] .dc-input__leading-icon.symbols--ust+.dc-input__field {
  padding-right: 4.8rem
}

.dc-input__trailing-icon {
  font-size: var(--text-size-xs)
}

[dir=ltr] .dc-input__trailing-icon {
  right: 0
}

[dir=rtl] .dc-input__trailing-icon {
  left: 0
}

.dc-input__trailing-icon.symbols {
  top: .9rem
}

[dir=ltr] .dc-input__trailing-icon.symbols+.dc-input__field {
  padding-right: 4rem
}

[dir=rtl] .dc-input__trailing-icon.symbols+.dc-input__field {
  padding-left: 4rem
}

.dc-input__trailing-icon.symbols--usd {
  position: absolute;
  top: 1rem
}

[dir=ltr] .dc-input__trailing-icon.symbols--usd {
  right: 1.1rem
}

[dir=rtl] .dc-input__trailing-icon.symbols--usd {
  left: 1.1rem
}

[dir=ltr] .dc-input__trailing-icon.symbols--usdc+.dc-input__field,
[dir=ltr] .dc-input__trailing-icon.symbols--ust+.dc-input__field {
  padding-right: 4.8rem
}

[dir=rtl] .dc-input__trailing-icon.symbols--usdc+.dc-input__field,
[dir=rtl] .dc-input__trailing-icon.symbols--ust+.dc-input__field {
  padding-left: 4.8rem
}

.dc-input__label {
  background-color: var(--general-main-1);
  color: var(--text-less-prominent);
  font-size: var(--text-size-xs);
  max-width: calc(100% - 1.4rem);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 1.1rem;
  transition: all .25s ease;
  white-space: nowrap
}

[dir=ltr] .dc-input__label {
  left: 1.1rem;
  transform-origin: top left
}

[dir=rtl] .dc-input__label {
  right: 1.1rem;
  transform-origin: top right
}

.dc-input:not(.dc-input--no-placeholder) .dc-input:not(.dc-input--no-placeholder) __label {
  color: var(--text-general);
  transform: translateZ(0);
  transition: all .25s ease
}

[dir=ltr] .dc-input__hint {
  margin: .1rem 0 -1.9rem 1.3rem
}

[dir=rtl] .dc-input__hint {
  margin: .1rem 1.3rem -1.9rem 0
}

.dc-input__hint--relative {
  position: relative;
  top: auto
}

[dir=ltr] .dc-input__hint--relative {
  margin-left: 1.2rem
}

[dir=rtl] .dc-input__hint--relative {
  margin-right: 1.2rem
}

.dc-input__counter {
  color: var(--text-less-prominent);
  font-size: 1.2rem
}

[dir=ltr] .dc-input__counter {
  margin-left: 1.2rem
}

[dir=rtl] .dc-input__counter {
  margin-right: 1.2rem
}

.dc-input--no-placeholder label {
  background-color: var(--fill-normal);
  color: var(--text-prominent);
  padding: 0 4px;
  transform: translateY(-1.8rem) scale(.75)
}

.dc-input__footer {
  display: flex;
  flex-direction: row;
  margin-bottom: -1.6rem
}

[dir=ltr] .dc-input__footer>:not(.dc-input__counter) {
  margin-right: 1.2rem
}

[dir=rtl] .dc-input__footer>:not(.dc-input__counter) {
  margin-left: 1.2rem
}

[dir=ltr] .dc-input__footer>.dc-input__counter {
  margin-left: auto
}

[dir=rtl] .dc-input__footer>.dc-input__counter {
  margin-right: auto
}

.dc-input__wrapper {
  margin-bottom: 1.6rem
}

[dir=ltr] .dc-input__input-group {
  border-radius: 4px 0 0 4px;
  border-right-style: none
}

[dir=rtl] .dc-input__input-group {
  border-left-style: none;
  border-radius: 0 4px 4px 0
}

.dc-text {
  color: var(--text-color);
  font-size: var(--text-size);
  font-weight: var(--text-weight);
  line-height: var(--text-lh);
  text-align: var(--text-align)
}

.amount-input-wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: .8rem
}

.amount-input-container {
  height: 2.8rem;
  position: relative
}

.amount-input-container .dc-input__field {
  color: var(--text-general)
}

.amount-input-container--error .dc-input__field {
  -webkit-text-fill-color: var(--text-loss-danger);
  color: var(--text-loss-danger)
}

.amount-input-container--disabled .dc-input__field {
  color: var(--text-disabled-1)
}

@media (min-width:320px) and (max-width:767px) {
  .amount-input-container {
    height: 2.4rem
  }
}

.amount-input {
  border: none;
  flex: 1;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%
}

.amount-input input {
  font-size: var(--text-size-sm);
  font-weight: var(--text-weight-bold)
}

@media (min-width:320px) and (max-width:767px) {
  .amount-input input {
    font-size: var(--text-size-s)
  }
}

.dc-dropdown-list {
  background-color: var(--state-normal);
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .24);
  cursor: pointer;
  margin-top: 4px;
  position: absolute;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .25s ease, opacity .25s linear;
  z-index: 1
}

.dc-dropdown-list--enter,
.dc-dropdown-list--exit {
  opacity: 0;
  transform: scaleY(0)
}

.dc-dropdown-list--enter-done {
  opacity: 1;
  transform: scale(1)
}

.dc-dropdown-list__group-header {
  align-items: center;
  color: var(--brand-red-coral);
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 3.6rem;
  justify-content: center;
  padding: .6rem
}

.dc-dropdown-list__item {
  align-items: center;
  color: var(--text-general);
  display: flex;
  font-size: 1.4rem;
  min-height: 40px;
  padding: 1rem 1.6rem
}

.dc-dropdown-list__item:hover {
  background-color: var(--state-hover)
}

.dc-dropdown-list__item--active {
  background-color: var(--state-active)
}

[dir=ltr] .dc-dropdown-list__item-icon {
  margin-right: 8px
}

[dir=rtl] .dc-dropdown-list__item-icon {
  margin-left: 8px
}

.dc-dropdown-list__item--disabled {
  color: var(--text-disabled);
  cursor: not-allowed
}

.dc-dropdown-list__separator {
  border-bottom: 1px solid var(--border-normal);
  display: flex;
  margin: 1.6rem;
  width: calc(100% - 3.2rem)
}

.dc-autocomplete {
  position: relative;
  width: 100%
}

.dc-autocomplete__trailing-icon {
  cursor: text;
  pointer-events: none;
  position: absolute;
  transform: rotate(0deg);
  transform-origin: 50% 45%;
  transition: transform .2s ease
}

[dir=ltr] .dc-autocomplete__trailing-icon {
  margin-right: 1.1rem;
  right: 0
}

[dir=rtl] .dc-autocomplete__trailing-icon {
  left: 0;
  margin-left: 1.1rem
}

[dir=ltr] .dc-autocomplete__trailing-icon--opened {
  transform: rotate(-180deg)
}

[dir=rtl] .dc-autocomplete__trailing-icon--opened {
  transform: rotate(180deg)
}

.dc-autocomplete__trailing-icon--disabled {
  --fill-color1: var(--text-less-prominent) !important
}

.dc-autocomplete__trailing-icon .color1-fill {
  fill: var(--text-less-prominent)
}

.dc-autocomplete .dc-input {
  margin-bottom: 0
}

.dc-autocomplete .dc-input--error .dc-autocomplete__trailing-icon .color1-fill {
  fill: var(--text-loss-danger)
}

.dc-autocomplete .dc-input__field {
  text-overflow: ellipsis;
  white-space: nowrap
}

.dc-autocomplete .dc-dropdown-list {
  background: var(--general-main-2);
  box-shadow: 0 8px 16px 0 var(--shadow-menu)
}

.dc-autocomplete:active,
.dc-autocomplete:focus,
.dc-autocomplete[focus-within] {
  outline: 0
}

.dc-autocomplete:active,
.dc-autocomplete:focus,
.dc-autocomplete:focus-within {
  outline: 0
}

.dc-autocomplete:active .dc-input:not(.dc-input--error) .dc-autocomplete__trailing-icon .color1-fill,
.dc-autocomplete:focus .dc-input:not(.dc-input--error) .dc-autocomplete__trailing-icon .color1-fill,
.dc-autocomplete[focus-within] .dc-input:not(.dc-input--error) .dc-autocomplete__trailing-icon .color1-fill {
  fill: var(--brand-secondary)
}

.dc-autocomplete:active .dc-input:not(.dc-input--error) .dc-autocomplete__trailing-icon .color1-fill,
.dc-autocomplete:focus .dc-input:not(.dc-input--error) .dc-autocomplete__trailing-icon .color1-fill,
.dc-autocomplete:focus-within .dc-input:not(.dc-input--error) .dc-autocomplete__trailing-icon .color1-fill {
  fill: var(--brand-secondary)
}

.skeleton {
  background-color: var(--semantic-color-monochrome-surface-normal-lowest);
  border-radius: var(--semantic-borderRadius-md);
  height: 100%;
  width: 100%
}

.skeleton.animated {
  animation: var(--motion-duration-moderate) ease-out alternate infinite pulsate
}

@keyframes pulsate {
  to {
    background-color: var(--semantic-color-monochrome-surface-normal-low)
  }
}

.skeleton.icon {
  height: var(--size-generic-md);
  width: var(--size-generic-md)
}

.skeleton-paragraph {
  display: flex;
  flex-direction: column
}

.barspinner {
  height: 2rem;
  margin: auto;
  white-space: nowrap;
  width: 6rem
}

.barspinner__rect {
  animation: sk-stretchdelay 1.2s ease-in-out infinite;
  border-radius: 20px;
  display: inline-block;
  height: 60%;
  margin: .4rem;
  width: .6rem
}

.barspinner__rect--1 {
  animation-delay: -1.2s
}

.barspinner__rect--2 {
  animation-delay: -1.1s
}

.barspinner__rect--3 {
  animation-delay: -1s
}

.barspinner__rect--4 {
  animation-delay: -.9s
}

.barspinner__rect--5 {
  animation-delay: -.8s
}

.barspinner--dark .barspinner__rect {
  background-color: var(--brand-secondary)
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  to {
    transform: scaleY(1)
  }

  20% {
    transform: scaleY(2)
  }
}

.initial-loader {
  align-items: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%
}

.initial-loader--fullscreen {
  height: 100vh;
  width: 100vw
}

@media (min-width:1024px) {
  .initial-loader--fullscreen {
    height: calc(100vh - 84px)
  }
}

@media (min-width:320px) and (max-width:767px) {
  .initial-loader--fullscreen {
    height: calc(100vh - 40px)
  }
}

.initial-loader__barspinner {
  margin: 5rem auto
}

.initial-loader__barspinner--rect {
  background-color: var(--brand-secondary)
}

.loading-dtrader-v2__contract-details,
.loading-dtrader-v2__positions,
.loading-dtrader-v2__trade {
  display: flex;
  flex-direction: column;
  height: 100%
}

.loading-dtrader-v2__trade {
  background-color: var(--semantic-color-slate-solid-surface-frame-mid);
  gap: var(--semantic-spacing-general-sm);
  overflow-x: hidden;
  padding: 0 var(--core-spacing-400);
  position: relative
}

.loading-dtrader-v2__trade .skeleton-box,
.loading-dtrader-v2__trade .skeleton-box__chart,
.loading-dtrader-v2__trade .skeleton-box__trade-params,
.loading-dtrader-v2__trade .skeleton-box__trade-types {
  background-color: var(--component-modal-bg);
  border-radius: var(--semantic-borderRadius-md);
  display: flex;
  flex-direction: column
}

[dir=ltr] .loading-dtrader-v2__trade .skeleton-box__chart__trade-types,
[dir=ltr] .loading-dtrader-v2__trade .skeleton-box__trade-params__trade-types,
[dir=ltr] .loading-dtrader-v2__trade .skeleton-box__trade-types,
[dir=ltr] .loading-dtrader-v2__trade .skeleton-box__trade-types__trade-types {
  left: calc(var(--semantic-spacing-general-sm)*-1)
}

[dir=rtl] .loading-dtrader-v2__trade .skeleton-box__chart__trade-types,
[dir=rtl] .loading-dtrader-v2__trade .skeleton-box__trade-params__trade-types,
[dir=rtl] .loading-dtrader-v2__trade .skeleton-box__trade-types,
[dir=rtl] .loading-dtrader-v2__trade .skeleton-box__trade-types__trade-types {
  right: calc(var(--semantic-spacing-general-sm)*-1)
}

.loading-dtrader-v2__trade .skeleton-box__chart__trade-types,
.loading-dtrader-v2__trade .skeleton-box__trade-params__trade-types,
.loading-dtrader-v2__trade .skeleton-box__trade-types,
.loading-dtrader-v2__trade .skeleton-box__trade-types__trade-types {
  border-radius: 0;
  border-radius: initial;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--semantic-spacing-general-sm);
  padding: var(--semantic-spacing-general-sm) var(--semantic-spacing-general-md);
  position: relative;
  width: 100vw
}

.loading-dtrader-v2__trade .skeleton-box__chart__trade-types .skeleton,
.loading-dtrader-v2__trade .skeleton-box__trade-params__trade-types .skeleton,
.loading-dtrader-v2__trade .skeleton-box__trade-types .skeleton,
.loading-dtrader-v2__trade .skeleton-box__trade-types__trade-types .skeleton {
  flex-shrink: 0
}

.loading-dtrader-v2__trade .skeleton-box__chart__market,
.loading-dtrader-v2__trade .skeleton-box__market,
.loading-dtrader-v2__trade .skeleton-box__trade-params__market,
.loading-dtrader-v2__trade .skeleton-box__trade-types__market {
  padding: 0 var(--semantic-spacing-general-sm)
}

.loading-dtrader-v2__trade .skeleton-box__chart__trade-params,
.loading-dtrader-v2__trade .skeleton-box__trade-params,
.loading-dtrader-v2__trade .skeleton-box__trade-params__trade-params,
.loading-dtrader-v2__trade .skeleton-box__trade-types__trade-params {
  gap: var(--semantic-spacing-general-md);
  padding: var(--semantic-spacing-general-md)
}

.loading-dtrader-v2__trade .skeleton-box__chart__trade-params-row,
.loading-dtrader-v2__trade .skeleton-box__trade-params-row,
.loading-dtrader-v2__trade .skeleton-box__trade-params__trade-params-row,
.loading-dtrader-v2__trade .skeleton-box__trade-types__trade-params-row {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.loading-dtrader-v2__trade .skeleton-box__chart__trade-params-column,
.loading-dtrader-v2__trade .skeleton-box__trade-params-column,
.loading-dtrader-v2__trade .skeleton-box__trade-params__trade-params-column,
.loading-dtrader-v2__trade .skeleton-box__trade-types__trade-params-column {
  display: flex;
  flex-direction: column;
  gap: var(--semantic-spacing-general-sm)
}

.loading-dtrader-v2__trade .skeleton-box__chart,
.loading-dtrader-v2__trade .skeleton-box__chart__chart,
.loading-dtrader-v2__trade .skeleton-box__trade-params__chart,
.loading-dtrader-v2__trade .skeleton-box__trade-types__chart {
  min-height: 400px;
  padding: var(--semantic-spacing-general-sm)
}

.loading-dtrader-v2__positions {
  background-color: var(--semantic-color-slate-solid-surface-frame-mid);
  width: 100%
}

.loading-dtrader-v2__positions .skeleton-box__filters,
.loading-dtrader-v2__positions .skeleton-box__total-pnl-or-date {
  display: flex;
  gap: var(--semantic-spacing-gap-md);
  margin: var(--semantic-spacing-gap-md) 0;
  padding: 0 var(--semantic-spacing-gap-md)
}

.loading-dtrader-v2__positions .skeleton-box__tabs {
  background-color: var(--component-modal-bg);
  display: flex;
  justify-content: space-around;
  padding: 1.3rem 0;
  width: 100%
}

.loading-dtrader-v2__positions .skeleton-box__total-pnl-or-date {
  justify-content: space-between
}

.loading-dtrader-v2__positions .skeleton-box__contract-cards {
  display: flex;
  flex-direction: column;
  gap: var(--semantic-spacing-gap-md);
  padding: 0 var(--semantic-spacing-gap-md);
  width: 100%
}

.loading-dtrader-v2__contract-details {
  background-color: var(--semantic-color-slate-solid-surface-frame-mid);
  gap: var(--semantic-spacing-general-sm);
  padding: var(--core-spacing-400)
}

.loading-dtrader-v2__contract-details .skeleton-box,
.loading-dtrader-v2__contract-details .skeleton-box__chart,
.loading-dtrader-v2__contract-details .skeleton-box__details {
  background-color: var(--component-modal-bg);
  border-radius: var(--semantic-borderRadius-md);
  display: flex;
  flex-direction: column
}

.loading-dtrader-v2__contract-details .skeleton-box__chart,
.loading-dtrader-v2__contract-details .skeleton-box__chart__chart,
.loading-dtrader-v2__contract-details .skeleton-box__details__chart {
  min-height: 360px;
  padding: var(--semantic-spacing-general-sm)
}

.loading-dtrader-v2__contract-details .skeleton-box__chart__details,
.loading-dtrader-v2__contract-details .skeleton-box__details,
.loading-dtrader-v2__contract-details .skeleton-box__details__details {
  gap: var(--semantic-spacing-general-md);
  padding: var(--semantic-spacing-general-md)
}

.loading-dtrader-v2__contract-details .skeleton-box__chart__details-row,
.loading-dtrader-v2__contract-details .skeleton-box__details-row,
.loading-dtrader-v2__contract-details .skeleton-box__details__details-row {
  display: flex;
  justify-content: space-between;
  padding-top: var(--semantic-spacing-general-sm)
}

.loading-dtrader-v2__contract-details .skeleton-box__chart__details-row:first-child,
.loading-dtrader-v2__contract-details .skeleton-box__details-row:first-child,
.loading-dtrader-v2__contract-details .skeleton-box__details__details-row:first-child {
  padding-top: 0
}

.loading-dtrader-v2__contract-details .skeleton-box__chart__details-row:not(:last-child),
.loading-dtrader-v2__contract-details .skeleton-box__details-row:not(:last-child),
.loading-dtrader-v2__contract-details .skeleton-box__details__details-row:not(:last-child) {
  border-bottom: 1px solid var(--semantic-color-monochrome-border-normal-mid);
  padding-bottom: var(--semantic-spacing-general-sm)
}

.loading-dtrader-v2__contract-details .skeleton-box__chart__details-column,
.loading-dtrader-v2__contract-details .skeleton-box__details-column,
.loading-dtrader-v2__contract-details .skeleton-box__details__details-column {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: var(--semantic-spacing-general-2xs)
}

.loading-dtrader-v2__contract-card {
  background-color: var(--component-modal-bg);
  border-radius: var(--semantic-borderRadius-md);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: var(--semantic-spacing-gap-md);
  height: 10.4rem;
  justify-content: space-between;
  padding: var(--semantic-spacing-general-md);
  width: 100%
}

.loading-dtrader-v2__contract-card .details,
.loading-dtrader-v2__contract-card .status-and-profit {
  align-items: center;
  display: flex;
  gap: var(--core-spacing-400)
}

.loading-dtrader-v2__contract-card .status-and-profit {
  justify-content: space-between
}

.loading-dtrader-v2__contract-card .title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: var(--semantic-spacing-general-xs)
}

.loading-dtrader-v2__contract-card .stake {
  align-self: flex-end
}

.dc-btn {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  height: 3.2rem;
  justify-content: center;
  outline: 0;
  padding: 0 1.6rem;
  position: relative;
  text-decoration: none;
  text-transform: none !important;
  touch-action: manipulation;
  transition: all .2s cubic-bezier(.65, .05, .36, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

.dc-btn__toggle {
  height: auto;
  padding: .8rem 2.5rem
}

.dc-btn__icon,
.dc-btn__text {
  display: flex;
  pointer-events: none
}

.dc-btn__icon {
  color: var(--text-general);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  pointer-events: none;
  text-align: center;
  text-transform: inherit
}

[dir=ltr] .dc-btn__icon {
  padding-right: .8rem
}

[dir=rtl] .dc-btn__icon {
  padding-left: .8rem
}

[dir=ltr] .dc-btn__icon--circle {
  padding-right: 0
}

[dir=rtl] .dc-btn__icon--circle {
  padding-left: 0
}

.dc-btn:not([disabled]):hover {
  text-decoration: none
}

.dc-btn__rounded {
  border-radius: 24px
}

.dc-btn--plus {
  background: inherit;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid var(--border-hover) !important;
  height: 2.4rem !important;
  padding: 0 !important;
  width: 2.4rem
}

.dc-btn--circle {
  border-radius: 50%;
  height: 3.2rem;
  width: 3.2rem !important
}

.dc-btn--circular {
  border-radius: 100px
}

.dc-btn--transparent {
  background: transparent
}

.dc-btn--primary {
  background: var(--button-primary-default);
  color: var(--text-colored-background)
}

.dc-btn--primary:hover:not([disabled]) {
  background: var(--button-primary-hover)
}

.dc-btn--primary:active:not([disabled]) {
  background: var(--button-primary-default)
}

.dc-btn--primary:disabled,
.dc-btn--primary[disabled] {
  cursor: not-allowed !important;
  opacity: .32
}

.dc-btn--primary .dc-btn__icon,
.dc-btn--primary .dc-btn__text {
  color: var(--text-colored-background)
}

.dc-btn--primary__light {
  background: var(--button-primary-light-default)
}

.dc-btn--primary__light:hover:not([disabled]) {
  background: var(--button-primary-light-hover)
}

.dc-btn--primary__light:active:not([disabled]) {
  background: var(--button-primary-light-default)
}

.dc-btn--primary__light:disabled,
.dc-btn--primary__light[disabled] {
  cursor: not-allowed !important;
  opacity: .32
}

.dc-btn--primary__light .dc-btn__icon,
.dc-btn--primary__light .dc-btn__text {
  color: var(--brand-red-coral)
}

.dc-btn--secondary {
  background: transparent;
  border: 1px solid var(--button-secondary-default)
}

.dc-btn--secondary:hover:not([disabled]) {
  background: var(--button-secondary-hover)
}

.dc-btn--secondary:active:not([disabled]) {
  border: 1px solid var(--button-secondary-default)
}

.dc-btn--secondary:disabled,
.dc-btn--secondary[disabled] {
  cursor: not-allowed !important;
  opacity: .32
}

.dc-btn--secondary .dc-btn__icon,
.dc-btn--secondary .dc-btn__text {
  color: var(--text-prominent)
}

.dc-btn--tertiary {
  background: var(--button-tertiary-default)
}

.dc-btn--tertiary:hover:not([disabled]) {
  background: var(--button-tertiary-hover)
}

.dc-btn--tertiary:active:not([disabled]) {
  background: var(--button-tertiary-default)
}

.dc-btn--tertiary .dc-btn__icon,
.dc-btn--tertiary .dc-btn__text {
  color: var(--brand-red-coral)
}

.dc-btn--tertiary:disabled,
.dc-btn--tertiary[disabled] {
  cursor: not-allowed !important;
  opacity: .32
}

.dc-btn--alternate {
  background: var(--button-tertiary-default);
  border: 2px solid var(--button-primary-default)
}

.dc-btn--alternate:hover:not([disabled]) {
  background: var(--button-primary-default)
}

.dc-btn--alternate:hover:not([disabled]) .dc-btn__text {
  color: var(--text-colored-background)
}

.dc-btn--alternate .dc-btn__icon,
.dc-btn--alternate .dc-btn__text {
  color: var(--brand-red-coral)
}

.dc-btn--green {
  background: var(--status-success)
}

.dc-btn--green:hover:not([disabled]) {
  background: var(--transparent-success)
}

.dc-btn--green:active:not([disabled]) {
  background: var(--status-success)
}

.dc-btn--green .dc-btn__icon,
.dc-btn--green .dc-btn__text {
  color: var(--text-colored-background)
}

.dc-btn--black {
  background: var(--button-get-started-bg)
}

.dc-btn--black:active:not([disabled]),
.dc-btn--black:hover:not([disabled]) {
  opacity: .7
}

.dc-btn--black .dc-btn__icon,
.dc-btn--black .dc-btn__text {
  color: var(--general-main-1)
}

.dc-btn__small {
  border-width: 1px;
  height: 2.4rem;
  min-width: 4.8rem
}

.dc-btn__small .dc-btn__text {
  font-size: 1.2rem
}

.dc-btn__medium {
  border-width: 1px;
  height: 3.2rem;
  min-width: 5.6rem
}

.dc-btn__medium .dc-btn__text {
  font-size: 1.4rem
}

.dc-btn__large {
  border-width: 2px;
  height: 4rem;
  min-width: 6.4rem
}

.dc-btn__large .dc-btn__text {
  font-size: 1.4rem
}

.dc-btn__wide {
  height: 4rem;
  width: 100%
}

.dc-btn__effect:focus:not(:active):after {
  animation: buttonEffect .4s;
  animation-fill-mode: forwards;
  border: 0 solid var(--brand-secondary);
  border-radius: inherit;
  bottom: -.1em;
  content: "";
  display: block;
  left: -.1em;
  opacity: .4;
  position: absolute;
  right: -.1em;
  top: -.1em
}

.dc-btn__group {
  white-space: nowrap
}

[dir=ltr] .dc-btn__group .dc-btn+.dc-btn {
  margin-left: 8px
}

[dir=rtl] .dc-btn__group .dc-btn+.dc-btn {
  margin-right: 8px
}

[dir=ltr] .dc-btn__button-group {
  border-radius: 0 4px 4px 0
}

[dir=rtl] .dc-btn__button-group {
  border-radius: 4px 0 0 4px
}

.dc-btn .initial-loader--btn {
  background-color: transparent;
  background-color: initial
}

.dc-btn .initial-loader--btn .initial-loader__barspinner--rect {
  background-color: var(--text-colored-background)
}

[dir=ltr] .dc-btn .initial-loader--btn .barspinner {
  margin: .6rem 4px 0 -4px
}

[dir=rtl] .dc-btn .initial-loader--btn .barspinner {
  margin: .6rem -4px 0 4px
}

.dc-btn .initial-loader--btn .barspinner__rect {
  height: 35%
}

@keyframes buttonEffect {
  to {
    border-width: 6px;
    bottom: -.6em;
    left: -.6em;
    opacity: 0;
    right: -.6em;
    top: -.6em
  }
}

.dc-badge {
  align-items: center;
  color: #fff;
  display: inline-flex;
  justify-content: center
}

.dc-badge--contained {
  border: none
}

.dc-badge--bordered {
  border: 1px solid var(--text-prominent);
  color: var(--text-prominent)
}

.dc-badge--blue {
  background-color: #377cfc
}

.dc-badge--orange {
  background-color: #ff6444
}

.dc-badge--red {
  background-color: var(--theme-color-main)
}

.dc-badge--gray {
  background-color: #d6dadb
}

.dc-badge--full-rounded {
  border-radius: 2px
}

[dir=ltr] .dc-badge--two-rounded {
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px
}

[dir=rtl] .dc-badge--two-rounded {
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px
}

.dc-button-menu {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%
}

.dc-button-menu__button:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

[dir=ltr] .dc-button-menu__button:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

[dir=rtl] .dc-button-menu__button:last-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.dc-button-menu__button {
  background-color: var(--state-normal);
  border: none;
  border-radius: 0;
  margin: 0;
  width: 50%
}

.dc-button-menu__button .dc-btn__text {
  display: contents
}

@media (min-width:1024px) {
  .dc-button-menu__button:hover:not(.dc-button-menu__button--active) {
    background-color: var(--state-hover) !important
  }
}

[dir=ltr] .dc-button-menu__button span {
  text-align: left
}

[dir=rtl] .dc-button-menu__button span {
  text-align: right
}

.dc-button-menu__button span {
  color: var(--text-general);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: inherit
}

.dc-button-menu__button--active {
  background-color: var(--state-active) !important;
  cursor: auto
}

[dir=ltr] .dc-button-menu__button--active span {
  text-align: left
}

[dir=rtl] .dc-button-menu__button--active span {
  text-align: right
}

.dc-button-menu__button--active span {
  color: var(--text-colored-background);
  color: var(--text-prominent);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: inherit
}

.dc-button-menu__toggle {
  background-color: var(--general-section-1);
  border: none;
  border-radius: 6px;
  margin: 0;
  width: 50%
}

.dc-button-menu__toggle .dc-btn__text {
  display: contents
}

@media (min-width:1024px) {
  .dc-button-menu__toggle:hover:not(.dc-button-menu__button--active) {
    background-color: var(--state-hover) !important
  }
}

[dir=ltr] .dc-button-menu__toggle span {
  text-align: left
}

[dir=rtl] .dc-button-menu__toggle span {
  text-align: right
}

.dc-button-menu__toggle span {
  color: var(--text-general);
  color: var(--text-less-prominent);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: inherit
}

.dc-button-menu__toggle--active {
  background-color: var(--state-normal) !important;
  cursor: auto
}

[dir=ltr] .dc-button-menu__toggle--active span {
  text-align: left
}

[dir=rtl] .dc-button-menu__toggle--active span {
  text-align: right
}

.dc-button-menu__toggle--active span {
  color: var(--text-colored-background);
  color: var(--text-prominent);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: inherit
}

[dir=ltr] .dc-button-menu__counter {
  margin-left: .4rem
}

[dir=rtl] .dc-button-menu__counter {
  margin-right: .4rem
}

.dc-button-menu__wrapper {
  background-color: var(--state-normal);
  border-radius: 4px;
  display: flex;
  position: relative;
  width: 100%
}

.dc-button-menu__wrapper .dc-button-menu__button,
.dc-button-menu__wrapper .dc-button-menu__button--active {
  background-color: transparent !important;
  padding: .8rem .6rem;
  white-space: normal;
  z-index: 1
}

.dc-button-menu__wrapper .dc-button-menu__button .dc-btn__text,
.dc-button-menu__wrapper .dc-button-menu__button--active .dc-btn__text {
  line-height: normal
}

.dc-button-menu__wrapper .dc-button-menu__button:nth-last-child(2) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.dc-button-menu--highlight {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform .25s ease;
  z-index: 0
}

.dc-icon,
.dc-popover__target__icon .info:hover {
  --fill-color1: var(--text-general);
  --fill-color2: var(--text-less-prominent);
  --fill-color3: var(--general-section-1);
  --fill-color4: var(--icon-grey-background);
  --fill-color5: var(--text-prominent)
}

.dc-icon--disabled,
.dc-popover__target__icon--disabled .info,
.dc-popover__target__icon--disabled .info:hover {
  --fill-color1: var(--text-disabled);
  --fill-color2: var(--text-disabled)
}

.dc-icon--active {
  --fill-color1: #fff;
  --fill-color2: #fff
}

.dc-icon--green {
  --fill-color1: var(--text-profit-success);
  --fill-color2: var(--text-profit-success);
  --fill-color3: #fff
}

.dc-icon--red {
  --fill-color1: var(--text-loss-danger);
  --fill-color2: var(--text-loss-danger);
  --fill-color3: #fff
}

.dc-icon--secondary,
.dc-popover__target__icon .info {
  --fill-color1: var(--text-less-prominent);
  --fill-color2: var(--text-less-prominent);
  --fill-color3: #fff
}

.dc-icon--brand {
  --fill-color1: var(--brand-red-coral);
  --fill-color2: var(--brand-secondary);
  --fill-color3: #fff
}

.dc-icon--black {
  --fill-color1: var(--icon-black-plus)
}

.dc-icon--orange {
  --fill-color1: var(--status-warning)
}

.dc-popover__wrapper {
  position: relative
}

.dc-popover__container {
  left: 0;
  position: absolute;
  top: 0;
  width: 280px
}

.dc-popover__container-relative {
  position: relative
}

.dc-popover__target__icon .counter {
  color: var(--brand-red-coral);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4em;
  position: absolute;
  top: 50%;
  transform: translateY(-65%)
}

.dc-popover__bubble {
  background: var(--general-active);
  border-radius: 4px;
  color: var(--text-colored-background);
  color: var(--text-prominent);
  cursor: help;
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  max-width: 31.7rem;
  padding: .8rem;
  position: relative;
  text-align: center;
  text-transform: none;
  z-index: 1
}

.dc-popover__bubble__icon {
  flex-grow: 1;
  padding-top: 3px
}

[dir=ltr] .dc-popover__bubble__icon {
  margin-right: .7em
}

[dir=rtl] .dc-popover__bubble__icon {
  margin-left: .7em
}

.dc-popover__bubble__text {
  flex-grow: 2
}

[dir=ltr] .dc-popover__bubble__text {
  direction: ltr
}

[dir=rtl] .dc-popover__bubble__text {
  direction: rtl
}

.dc-popover__bubble--error {
  background-color: var(--status-danger)
}

[dir=ltr] .dc-popover__bubble--error {
  direction: ltr
}

[dir=rtl] .dc-popover__bubble--error {
  direction: rtl
}

@media (min-width:320px) and (max-width:767px) {
  .dc-popover__trade-params {
    max-width: calc(100vw - 6.7rem)
  }
}

.accu-info-display__popover,
.mobile-widget__item-popover {
  max-width: 28rem
}

@media (min-width:320px) and (max-width:767px) {
  .accu-info-display__popover {
    max-width: 33rem
  }

  [dir=ltr] .accu-info-display__popover {
    margin-right: 1rem
  }

  [dir=rtl] .accu-info-display__popover {
    margin-left: 1rem
  }
}

.react-tiny-popover-container--disabled-pointer-event {
  pointer-events: none
}

.react-tiny-popover-cursor-option {
  cursor: pointer
}

.dc-calendar {
  background: var(--general-main-2);
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 var(--shadow-menu);
  box-sizing: border-box;
  font-size: 1rem;
  outline: 0;
  z-index: 999
}

.dc-calendar__footer,
.dc-calendar__header {
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  height: 5rem;
  padding: 1.6rem;
  position: relative
}

.dc-calendar__header {
  justify-content: center
}

[dir=ltr] .dc-calendar__footer .dc-calendar__btn--today,
[dir=ltr] .dc-calendar__footer :last-child:not(:only-child) {
  margin-left: auto
}

[dir=rtl] .dc-calendar__footer .dc-calendar__btn--today,
[dir=rtl] .dc-calendar__footer :last-child:not(:only-child) {
  margin-right: auto
}

.dc-calendar__body {
  border-bottom: .1rem solid var(--general-section-2);
  border-top: .1rem solid var(--general-section-2)
}

.dc-calendar__body--date,
.dc-calendar__body--decade,
.dc-calendar__body--month,
.dc-calendar__body--year {
  grid-gap: 1.2rem;
  display: grid;
  padding: .8rem 2rem
}

.dc-calendar__body--date .dc-calendar__cell,
.dc-calendar__body--decade .dc-calendar__cell,
.dc-calendar__body--month .dc-calendar__cell,
.dc-calendar__body--year .dc-calendar__cell {
  align-items: center;
  border-radius: 5px;
  display: flex;
  justify-content: center
}

.dc-calendar__body--date {
  grid-auto-rows: 2.4rem;
  grid-template-columns: repeat(7, 2.4rem)
}

.dc-calendar__body--date .dc-calendar__cell {
  height: 100%;
  width: 100%
}

.dc-calendar__body--decade,
.dc-calendar__body--month,
.dc-calendar__body--year {
  grid-auto-rows: minmax(4.2rem, auto);
  grid-template-columns: repeat(3, minmax(7.2rem, 1fr))
}

.dc-calendar__body--decade .dc-calendar__cell,
.dc-calendar__body--month .dc-calendar__cell,
.dc-calendar__body--year .dc-calendar__cell {
  height: 3.2rem;
  width: 5.6rem
}

.dc-calendar__body--decade .dc-calendar__cell--other:not(.dc-calendar__cell--today):not(.dc-calendar__cell--active):not(.dc-calendar__cell--disabled),
.dc-calendar__body--month .dc-calendar__cell--other:not(.dc-calendar__cell--today):not(.dc-calendar__cell--active):not(.dc-calendar__cell--disabled),
.dc-calendar__body--year .dc-calendar__cell--other:not(.dc-calendar__cell--today):not(.dc-calendar__cell--active):not(.dc-calendar__cell--disabled) {
  color: var(--text-general)
}

.dc-calendar__body--decade .dc-calendar__cell {
  width: 100%
}

.dc-calendar__icon {
  cursor: pointer
}

[dir=ltr] .dc-calendar__icon {
  right: 5%
}

[dir=rtl] .dc-calendar__icon {
  left: 5%
}

.dc-calendar__icon--today:hover {
  cursor: pointer
}

.dc-calendar__btn {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  outline: none;
  padding: 0 .2rem;
  text-align: center
}

.dc-calendar__btn--disabled {
  cursor: default;
  transition: none
}

.dc-calendar__btn--disabled .dc-calendar__icon {
  cursor: default
}

.dc-calendar__btn--is-hidden {
  display: none
}

[dir=ltr] .dc-calendar__btn--select {
  text-align: left
}

[dir=rtl] .dc-calendar__btn--select {
  text-align: right
}

.dc-calendar__btn--select {
  color: var(--text-general);
  color: var(--text-prominent);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none
}

.dc-calendar__btn--next-month,
.dc-calendar__btn--next-year,
.dc-calendar__btn--prev-month,
.dc-calendar__btn--prev-year {
  height: 1.4em;
  padding: 0 .5em;
  position: absolute
}

[dir=ltr] .dc-calendar__btn--prev-year {
  left: 7%
}

[dir=ltr] .dc-calendar__btn--next-year,
[dir=rtl] .dc-calendar__btn--prev-year {
  right: 7%
}

[dir=rtl] .dc-calendar__btn--next-year {
  left: 7%
}

[dir=ltr] .dc-calendar__btn--prev-month {
  left: 14%
}

[dir=ltr] .dc-calendar__btn--next-month,
[dir=rtl] .dc-calendar__btn--prev-month {
  right: 14%
}

[dir=rtl] .dc-calendar__btn--next-month {
  left: 14%
}

[dir=ltr] .dc-calendar__cell {
  text-align: left
}

[dir=rtl] .dc-calendar__cell {
  text-align: right
}

.dc-calendar__cell {
  align-self: center;
  box-sizing: border-box;
  color: var(--text-general);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
  justify-self: center;
  line-height: 1.25;
  position: relative;
  text-transform: none
}

.dc-calendar__cell--hover {
  background: var(--state-hover);
  color: var(--text-general)
}

.dc-calendar__cell:nth-child(7n):before {
  border-radius: 4px;
  padding: 0
}

.dc-calendar__cell:nth-child(7n+1):before {
  border-radius: 4px
}

[dir=ltr] .dc-calendar__cell:nth-child(7n+1):before {
  left: 0
}

[dir=rtl] .dc-calendar__cell:nth-child(7n+1):before {
  right: 0
}

.dc-calendar__cell:nth-child(7n+1):after {
  content: none
}

[dir=ltr] .dc-calendar__cell--bold {
  text-align: left
}

[dir=rtl] .dc-calendar__cell--bold {
  text-align: right
}

.dc-calendar__cell--bold {
  color: var(--text-general);
  color: var(--text-prominent);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none
}

.dc-calendar__cell--disabled:not(.dc-calendar__cell--today):not(.dc-calendar__cell--between),
.dc-calendar__cell--other:not(.dc-calendar__cell--today):not(.dc-calendar__cell--active):not(.dc-calendar__cell--between) {
  color: var(--text-disabled);
  cursor: default;
  transition: none
}

.dc-calendar__cell--is-hidden {
  display: none
}

.dc-calendar__cell--today {
  border: 1px solid var(--state-active);
  color: var(--text-prominent);
  font-weight: 700
}

.dc-calendar__cell--active,
.dc-calendar__cell--today-duration {
  background: var(--state-active)
}

.dc-calendar__cell--active {
  color: var(--text-prominent);
  font-weight: 700
}

.dc-calendar__cell--active-duration,
.dc-calendar__cell--active:hover {
  background: var(--state-active)
}

.dc-calendar__cell--active-duration:after {
  background: var(--state-active);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

[dir=ltr] .dc-calendar__cell--active-duration:after {
  padding-left: 1rem;
  right: 50%
}

[dir=rtl] .dc-calendar__cell--active-duration:after {
  left: 50%;
  padding-right: 1rem
}

.dc-calendar__cell--between {
  background: var(--state-active);
  color: var(--text-prominent);
  font-weight: 700
}

.dc-calendar__cell--between-hover:before {
  background: var(--state-hover);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -2
}

[dir=ltr] .dc-calendar__cell--between-hover:before {
  padding-left: 3.2rem
}

[dir=rtl] .dc-calendar__cell--between-hover:before {
  padding-right: 3.2rem
}

.dc-calendar__cell--between:hover {
  background: var(--state-active)
}

.dc-calendar__cell--between:before {
  background: var(--state-active);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1
}

[dir=ltr] .dc-calendar__cell--between:before {
  padding-left: 3.2rem
}

[dir=rtl] .dc-calendar__cell--between:before {
  padding-right: 3.2rem
}

.dc-calendar__cell-tooltip {
  cursor: pointer;
  display: inline-grid;
  height: 0;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%
}

[dir=ltr] .dc-calendar__cell-tooltip {
  left: 0
}

[dir=rtl] .dc-calendar__cell-tooltip {
  right: 0
}

.dc-calendar__cell-tooltip-icon {
  display: inherit;
  margin-top: .1rem
}

[dir=ltr] .dc-card {
  text-align: left
}

[dir=rtl] .dc-card {
  text-align: right
}

.dc-card {
  border: 1px solid var(--border-normal);
  border-radius: 4px;
  color: var(--text-general);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.6rem;
  text-transform: none
}

.dc-card__wrapper {
  height: auto;
  margin: 1.6rem
}

.dc-card__wrapper,
.dc-carousel {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.dc-carousel {
  height: 100%
}

.dc-carousel--mt5 {
  justify-content: normal
}

.dc-carousel__container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center
}

.dc-carousel__box {
  overflow: hidden
}

.dc-carousel__box--mt5 {
  margin: 0 -1.4rem
}

.dc-carousel__wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
  padding: .5rem 0;
  transition: transform .3s linear;
  width: -moz-fit-content;
  width: fit-content
}

.dc-carousel__wrapper--mt5 {
  padding-top: 0
}

.dc-carousel__card {
  display: flex;
  flex-direction: column;
  padding-bottom: .8rem
}

.dc-carousel__nav {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
  overflow: hidden;
  padding: 0 2.4rem;
  width: 100%
}

.dc-carousel__nav--upper {
  margin-bottom: 0
}

.dc-carousel__nav-list {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center
}

.dc-carousel__nav--lower {
  margin-bottom: 0
}

.dc-carousel__nav-item {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: .8rem;
  margin: 0 .8rem;
  width: .8rem
}

.dc-carousel__nav-item--active {
  cursor: auto;
  position: absolute;
  top: 0;
  transition: transform .3s linear
}

[dir=ltr] .dc-carousel__nav-item--active {
  left: 0
}

[dir=rtl] .dc-carousel__nav-item--active {
  right: 0
}

.dc-carousel__icon {
  cursor: pointer
}

.dc-carousel__icon--left {
  position: relative
}

[dir=ltr] .dc-carousel__icon--left {
  right: 5.2rem
}

[dir=rtl] .dc-carousel__icon--left {
  left: 5.2rem
}

.dc-carousel__icon--mt5 {
  background: var(--icon-grey-background);
  border-radius: 50%;
  height: 6rem;
  justify-content: space-between;
  line-height: 6rem;
  text-align: center;
  transform: scale(.5);
  width: 6rem
}

.cfd-compare-accounts-carousel {
  --slide-spacing: 1rem;
  --slide-size: 50%;
  --slide-height: 19rem;
  overflow: hidden;
  position: relative
}

.cfd-compare-accounts-carousel__viewport {
  height: 100%;
  overflow: hidden;
  width: 100%
}

@media (max-width:1279px) {
  .cfd-compare-accounts-carousel__viewport {
    padding-bottom: 6rem
  }
}

.cfd-compare-accounts-carousel__container {
  backface-visibility: hidden;
  display: flex;
  flex-direction: row;
  max-height: auto;
  touch-action: pan-y;
  transition: transform 0s ease-in-out
}

[dir=ltr] .cfd-compare-accounts-carousel__container {
  margin-left: calc(var(--slide-spacing)*-1)
}

[dir=rtl] .cfd-compare-accounts-carousel__container {
  margin-right: calc(var(--slide-spacing)*-1)
}

@media (max-width:1279px) {
  .cfd-compare-accounts-carousel__container {
    justify-content: safe center
  }
}

.cfd-compare-accounts-carousel__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  position: relative
}

[dir=ltr] .cfd-compare-accounts-carousel__slide {
  padding-left: var(--slide-spacing)
}

[dir=rtl] .cfd-compare-accounts-carousel__slide {
  padding-right: var(--slide-spacing)
}

.cfd-compare-accounts-carousel__slide__img {
  display: block;
  height: var(--slide-height);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.cfd-compare-accounts-carousel__button {
  align-items: center;
  background-color: var(--general-main-1);
  border: 1px solid var(--general-background-main);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(0, 0, 0, .08), 0 24px 24px rgba(0, 0, 0, .08);
  color: var(--background-site);
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 4rem;
  z-index: 1
}

[dir=ltr] .cfd-compare-accounts-carousel__button--prev {
  left: 1.6rem
}

[dir=ltr] .cfd-compare-accounts-carousel__button--next,
[dir=rtl] .cfd-compare-accounts-carousel__button--prev {
  right: 1.6rem
}

[dir=rtl] .cfd-compare-accounts-carousel__button--next {
  left: 1.6rem
}

.cfd-compare-accounts-carousel__button:disabled {
  display: none;
  opacity: .3
}

.cfd-compare-accounts-carousel__button__svg {
  height: 35%;
  width: 50%
}

@media (min-width:320px) and (max-width:767px) {
  .cfd-compare-accounts-carousel__button {
    display: none
  }
}

.dc-checkbox,
.dc-clipboard {
  cursor: pointer
}

.dc-checkbox {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.dc-checkbox__input {
  display: none
}

.dc-checkbox__box {
  align-self: center;
  border: 2px solid var(--text-less-prominent);
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  height: 16px;
  margin: 0 8px;
  outline: none !important;
  transition: .3s ease-in-out;
  width: 16px
}

.dc-checkbox--active,
.dc-checkbox__box--active {
  background-color: var(--brand-red-coral);
  border: none
}

.dc-checkbox--disabled {
  cursor: not-allowed !important;
  opacity: .5
}

.dc-checkbox--grey-disabled {
  background-color: var(--checkbox-disabled-grey)
}

.dc-checkbox__label--error {
  color: var(--text-loss-danger) !important
}

.dc-checklist {
  max-width: 400px
}

.dc-checklist__item {
  align-items: center;
  border-bottom: 1px solid var(--border-normal);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 12px
}

[dir=ltr] .dc-checklist__item-text {
  text-align: left
}

[dir=rtl] .dc-checklist__item-text {
  text-align: right
}

.dc-checklist__item-text {
  color: var(--text-general);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 80%;
  text-transform: none
}

.dc-checklist__item-status {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px
}

.dc-checklist__item-status--action {
  align-items: center;
  background-color: var(--brand-red-coral);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.dc-checklist__item-status--disabled {
  pointer-events: none
}

.dc-checklist__item-status--button {
  width: auto
}

.dc-checklist__item--disabled {
  opacity: .5;
  pointer-events: none
}

.dc-circular-progress {
  line-height: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content
}

.dc-circular-progress__bar {
  stroke: var(--brand-secondary);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 1s
}

[dir=ltr] .dc-circular-progress__bar {
  transform: scaleX(-1) rotate(-90deg)
}

[dir=rtl] .dc-circular-progress__bar {
  transform: scaleX(-1) rotate(90deg)
}

.dc-circular-progress__bar--warning {
  stroke: var(--status-warning)
}

.dc-circular-progress__bar--danger {
  stroke: var(--status-danger)
}

[dir=ltr] .dc-circular-progress--clockwise {
  transform: rotate(-90deg)
}

[dir=rtl] .dc-circular-progress--clockwise {
  transform: rotate(90deg)
}

.dc-circular-progress__icon {
  height: 100%;
  position: absolute;
  top: 50%;
  width: 1.6rem
}

[dir=ltr] .dc-circular-progress__icon {
  left: 50%;
  transform: translate(-50%, -50%)
}

[dir=rtl] .dc-circular-progress__icon {
  right: 50%;
  transform: translate(50%, -50%)
}

@keyframes SlideIn {
  0% {
    max-height: 0;
    opacity: 0
  }

  to {
    height: auto;
    max-height: 100vh;
    opacity: 1
  }
}

@keyframes SlideOut {
  0% {
    max-height: 100vh;
    opacity: 1
  }

  to {
    max-height: 0;
    opacity: 0
  }
}

.dc-collapsible {
  background-color: var(--general-section-1);
  border-radius: .4rem;
  padding: .8rem
}

.dc-collapsible--has-collapsible-btn {
  padding-top: 0
}

.dc-collapsible--has-title {
  padding-bottom: 0
}

.dc-collapsible__button {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center
}

.dc-collapsible__button--handle {
  align-items: baseline;
  height: 3.8rem
}

.dc-collapsible__icon {
  transition: transform .3s ease-in-out
}

.dc-collapsible__icon--handle {
  background-color: var(--general-active);
  border-radius: .2rem;
  height: .4rem;
  margin-top: .8rem;
  width: 4rem
}

[dir=ltr] .dc-collapsible__icon--top {
  transform: rotate(180deg)
}

[dir=rtl] .dc-collapsible__icon--top {
  transform: rotate(-180deg)
}

.dc-collapsible__icon--top.dc-collapsible__icon--is-open {
  transform: rotate(0deg)
}

[dir=ltr] .dc-collapsible__icon--bottom.dc-collapsible__icon--is-open {
  transform: rotate(180deg)
}

[dir=rtl] .dc-collapsible__icon--bottom.dc-collapsible__icon--is-open {
  transform: rotate(-180deg)
}

.dc-collapsible__item--collapsed {
  margin: initial !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: initial !important
}

[dir=ltr] .dc-collapsible__title {
  margin-left: 0;
  margin-right: auto
}

[dir=rtl] .dc-collapsible__title {
  margin-left: auto;
  margin-right: 0
}

.dc-collapsible .trade-container__fieldset {
  flex: 1
}

.dc-collapsible .trade-container__fieldset .dc-button-menu__wrapper {
  height: 4rem
}

.dc-content-expander__select-arrow .color1-fill {
  fill: var(--text-general)
}

.dc-content-expander__select-arrow .color1-stroke {
  stroke: var(--text-general)
}

.dc-content-expander__select-arrow .color2-fill {
  fill: none
}

.dc-content-expander__select-arrow .color2-stroke {
  stroke: none
}

.active.dc-content-expander__select-arrow .color1-fill {
  fill: var(--text-prominent)
}

.active.dc-content-expander__select-arrow .color1-stroke {
  stroke: var(--text-prominent)
}

.active.dc-content-expander__select-arrow .color2-fill {
  fill: none
}

.active.dc-content-expander__select-arrow .color2-stroke {
  stroke: none
}

.disabled.dc-content-expander__select-arrow .color1-fill {
  fill: var(--text-disabled)
}

.disabled.dc-content-expander__select-arrow .color1-stroke {
  stroke: var(--text-disabled)
}

.disabled.dc-content-expander__select-arrow .color2-fill {
  fill: none
}

.disabled.dc-content-expander__select-arrow .color2-stroke {
  stroke: none
}

.white.dc-content-expander__select-arrow .color1-fill {
  fill: var(--text-prominent)
}

.white.dc-content-expander__select-arrow .color1-stroke {
  stroke: var(--text-prominent)
}

.border_hover_color.dc-content-expander__select-arrow .color1-fill {
  fill: var(--text-prominent)
}

.border_hover_color.dc-content-expander__select-arrow .color1-stroke {
  stroke: var(--text-prominent)
}

.secondary.dc-content-expander__select-arrow .color1-fill {
  fill: var(--text-less-prominent)
}

.secondary.dc-content-expander__select-arrow .color1-stroke {
  stroke: var(--text-less-prominent)
}

.dc-content-expander {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 4rem;
  padding: 0 .8rem;
  position: relative
}

.dc-content-expander__content {
  transition: opacity .25s linear
}

.dc-content-expander__content--enter {
  opacity: 0
}

.dc-content-expander__content--enter-done {
  opacity: 1
}

.dc-content-expander__content--exit {
  opacity: 0
}

.dc-content-expander__title {
  display: block
}

[dir=ltr] .dc-content-expander__title {
  padding-right: .8rem
}

[dir=rtl] .dc-content-expander__title {
  padding-left: .8rem
}

.dc-content-expander__title--spaced {
  flex: 1
}

[dir=ltr] .dc-content-expander--expanded .dc-content-expander__select-arrow {
  transform: rotate(180deg)
}

[dir=rtl] .dc-content-expander--expanded .dc-content-expander__select-arrow {
  transform: rotate(-180deg)
}

.dc-content-expander--expanded .dc-content-expander__select-arrow--invert {
  transform: rotate(0deg)
}

.dc-content-expander__select-arrow {
  pointer-events: none;
  transform: rotate(0);
  transform-origin: 50% 45%;
  transition: transform .3s ease
}

[dir=ltr] .dc-content-expander__select-arrow--invert {
  transform: rotate(180deg)
}

[dir=rtl] .dc-content-expander__select-arrow--invert {
  transform: rotate(-180deg)
}

.dc-content-expander__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%
}

.dc-counter {
  align-items: center;
  background: var(--status-danger);
  border-radius: .8rem;
  color: var(--text-colored-background);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 3px 5px
}

.composite-checkbox {
  border: 1px solid var(--border-normal);
  border-radius: .4rem;
  cursor: pointer;
  height: 100%;
  padding: 1.6rem
}

.composite-checkbox__description {
  margin: 1.2rem 0 0
}

.composite-checkbox:hover:not(.composite-checkbox--active) {
  border: 1px solid var(--border-hover)
}

.composite-checkbox--active {
  border: 1px solid var(--border-active)
}

[dir=ltr] .composite-checkbox .dc-checkbox__box {
  margin-left: 0
}

[dir=rtl] .composite-checkbox .dc-checkbox__box {
  margin-right: 0
}

.dc-progress-slider {
  border-bottom: 1px solid var(--general-section-1);
  box-sizing: border-box;
  margin: 8px 0;
  padding: initial;
  position: relative;
  width: 100%
}

.dc-progress-slider--completed {
  border-bottom: 1px solid var(--general-section-6);
  margin: .4rem 0 .8rem
}

.dc-progress-slider__track {
  background: var(--text-disabled);
  border-radius: 8px;
  height: 6px;
  margin: 2px 0 8px;
  position: relative;
  width: 100%
}

.dc-progress-slider__ticks {
  position: relative
}

.dc-progress-slider__ticks-wrapper {
  display: flex;
  flex-direction: row;
  height: 6px;
  justify-content: space-evenly;
  margin: 2px 0 8px;
  position: relative;
  width: 100%
}

.dc-progress-slider__ticks-step {
  background: var(--state-hover);
  height: 6px;
  margin: 0 2px;
  position: relative;
  width: 100%
}

.dc-progress-slider__ticks-step:before {
  background-color: var(--brand-secondary);
  content: "";
  height: 6px;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transition: transform .25s ease-in;
  width: 100%
}

[dir=ltr] .dc-progress-slider__ticks-step:before {
  left: 0;
  transform-origin: left
}

[dir=rtl] .dc-progress-slider__ticks-step:before {
  right: 0;
  transform-origin: right
}

.dc-progress-slider__ticks-step--marked:before {
  transform: scaleX(1)
}

[dir=ltr] .dc-progress-slider__ticks-step:first-child {
  margin-left: 0
}

[dir=ltr] .dc-progress-slider__ticks-step:last-child,
[dir=rtl] .dc-progress-slider__ticks-step:first-child {
  margin-right: 0
}

[dir=rtl] .dc-progress-slider__ticks-step:last-child {
  margin-left: 0
}

[dir=ltr] .dc-progress-slider__ticks-step:first-child,
[dir=ltr] .dc-progress-slider__ticks-step:first-child:before {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

[dir=ltr] .dc-progress-slider__ticks-step:last-child,
[dir=ltr] .dc-progress-slider__ticks-step:last-child:before,
[dir=rtl] .dc-progress-slider__ticks-step:first-child,
[dir=rtl] .dc-progress-slider__ticks-step:first-child:before {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

[dir=rtl] .dc-progress-slider__ticks-step:last-child,
[dir=rtl] .dc-progress-slider__ticks-step:last-child:before {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.dc-progress-slider__ticks-caption {
  display: flex;
  justify-content: space-between
}

.dc-progress-slider__line {
  background: var(--state-hover);
  border-radius: 8px;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: width .3s
}

[dir=ltr] .dc-progress-slider__line {
  left: 0
}

[dir=rtl] .dc-progress-slider__line {
  right: 0
}

.dc-progress-slider__line--ticks {
  height: 2px
}

.dc-progress-slider__line--green {
  background: var(--status-success) !important
}

.dc-progress-slider__line--yellow {
  background: var(--status-warning) !important
}

.dc-progress-slider__line--red {
  background: var(--status-danger) !important
}

.dc-progress-slider__infinite-loader {
  background-clip: padding-box;
  background-color: var(--state-hover);
  border-radius: 2px;
  display: block;
  height: 4px;
  margin: .5rem 0 1rem;
  overflow: hidden;
  position: relative;
  width: 100%
}

.dc-progress-slider__infinite-loader--indeterminate {
  background-color: var(--state-active)
}

.dc-progress-slider__infinite-loader--indeterminate:after,
.dc-progress-slider__infinite-loader--indeterminate:before {
  background-color: inherit;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  will-change: left, right
}

[dir=ltr] .dc-progress-slider__infinite-loader--indeterminate:after,
[dir=ltr] .dc-progress-slider__infinite-loader--indeterminate:before {
  left: 0
}

[dir=rtl] .dc-progress-slider__infinite-loader--indeterminate:after,
[dir=rtl] .dc-progress-slider__infinite-loader--indeterminate:before {
  right: 0
}

.dc-progress-slider__infinite-loader--indeterminate:before {
  animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

.dc-progress-slider__infinite-loader--indeterminate:after {
  animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
  animation-delay: 1.15s
}

.dc-currency-badge {
  align-self: flex-start;
  background-color: #85acb0;
  border-radius: 4px;
  padding: .3rem
}

.dc-tick-progress {
  grid-gap: .8rem;
  display: grid
}

.dc-tick-progress__tick {
  background-color: var(--fill-disabled);
  border-radius: 50%;
  height: .8rem;
  width: .8rem
}

.dc-tick-progress__tick--on {
  background-color: var(--brand-secondary)
}

.dc-progress-slider-mobile {
  align-items: center;
  display: flex;
  flex-direction: column
}

.dc-progress-slider-mobile__timer {
  margin: .2rem auto
}

.dc-progress-slider-mobile__infinite-loader {
  background-clip: padding-box;
  background-color: var(--state-hover);
  border-radius: 2px;
  display: block;
  height: 4px;
  margin: .5rem 0 1rem;
  overflow: hidden;
  position: relative;
  width: 100%
}

.dc-progress-slider-mobile__infinite-loader--indeterminate {
  background-color: var(--state-active)
}

.dc-progress-slider-mobile__infinite-loader--indeterminate:after,
.dc-progress-slider-mobile__infinite-loader--indeterminate:before {
  background-color: inherit;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  will-change: left, right
}

[dir=ltr] .dc-progress-slider-mobile__infinite-loader--indeterminate:after,
[dir=ltr] .dc-progress-slider-mobile__infinite-loader--indeterminate:before {
  left: 0
}

[dir=rtl] .dc-progress-slider-mobile__infinite-loader--indeterminate:after,
[dir=rtl] .dc-progress-slider-mobile__infinite-loader--indeterminate:before {
  right: 0
}

.dc-progress-slider-mobile__infinite-loader--indeterminate:before {
  animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

.dc-progress-slider-mobile__infinite-loader--indeterminate:after {
  animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
  animation-delay: 1.15s
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%
  }

  60% {
    left: 100%;
    right: -90%
  }

  to {
    left: 100%;
    right: -90%
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%
  }

  60% {
    left: 107%;
    right: -8%
  }

  to {
    left: 107%;
    right: -8%
  }
}

.dc-contract-card-dialog {
  background: var(--general-main-2);
  border-radius: 4px;
  box-shadow: 0 4px 8px 2px var(--shadow-menu);
  display: grid;
  padding: 1.6rem;
  position: fixed;
  transition: transform .3s ease, opacity .25s linear;
  width: 240px;
  z-index: 99
}

.dc-contract-card-dialog--enter-done {
  opacity: 1;
  transform: translateZ(0)
}

.dc-contract-card-dialog--enter,
.dc-contract-card-dialog--exit {
  opacity: 0
}

[dir=ltr] .dc-contract-card-dialog--enter,
[dir=ltr] .dc-contract-card-dialog--exit {
  transform: translate3d(-20px, 0, 0)
}

[dir=rtl] .dc-contract-card-dialog--enter,
[dir=rtl] .dc-contract-card-dialog--exit {
  transform: translate3d(20px, 0, 0)
}

@media (max-width:1279px) {
  .dc-contract-card-dialog__input {
    border-bottom: 1px solid var(--border-disabled);
    padding: 1rem 1.6rem
  }

  .dc-contract-card-dialog__input .dc-popover {
    padding: .6rem 1rem
  }
}

.dc-contract-card-dialog__input .dc-input-wrapper__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--border-normal)
}

.dc-contract-card-dialog__input--currency {
  align-items: center;
  background: transparent;
  border-color: transparent;
  color: inherit;
  display: flex;
  height: 3.2rem;
  justify-content: center;
  position: absolute;
  z-index: 2
}

[dir=ltr] .dc-contract-card-dialog__input--currency {
  right: 4rem
}

[dir=rtl] .dc-contract-card-dialog__input--currency {
  left: 4rem
}

.dc-contract-card-dialog__input--currency--symbol {
  padding-bottom: .2rem
}

.dc-contract-card-dialog__input--currency:before {
  color: var(--text-general);
  color: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-transform: none
}

.dc-contract-card-dialog__popover {
  margin-top: -50%
}

.dc-contract-card-dialog__popover--accumulator {
  margin-top: -20%
}

.dc-contract-card-dialog__popover-bubble .dc-checkbox {
  margin-top: .8rem
}

.dc-contract-card-dialog__popover-bubble .dc-checkbox__label {
  font-size: inherit
}

.dc-contract-card-dialog__button {
  margin-top: .8rem
}

.dc-contract-card-dialog__button .dc-btn {
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .dc-contract-card-dialog__button .dc-btn {
    flex: 1;
    height: 4rem;
    margin: 0 1.6rem
  }
}

.dc-contract-card-dialog__form {
  display: grid;
  flex: 1
}

@media (max-width:1279px) {
  .dc-contract-card-dialog__form {
    grid-template-rows: auto auto 1fr;
    margin: 0 0 1.6rem
  }

  .dc-contract-card-dialog__form--no-stop-loss {
    grid-template-rows: auto 1fr
  }
}

@media (min-width:1280px) {
  .dc-contract-card-dialog__form {
    grid-gap: .8rem
  }
}

[dir=ltr] .dc-contract-card-dialog__form .dc-checkbox__box {
  margin-left: 0
}

[dir=rtl] .dc-contract-card-dialog__form .dc-checkbox__box {
  margin-right: 0
}

.dc-contract-card-dialog__total-profit {
  align-items: center;
  border-bottom: 1px solid var(--border-disabled);
  color: var(--text-general);
  display: flex;
  font-size: 1.4rem;
  height: 3.6rem;
  justify-content: space-between;
  padding: 1.6rem
}

.dc-contract-card-dialog-toggle {
  all: unset;
  border: 1px solid var(--general-section-1);
  border-radius: 4px;
  display: flex;
  height: calc(100% + .4rem);
  justify-content: end;
  position: absolute;
  right: .4rem;
  top: -.4rem;
  width: calc(100% + .4rem)
}

@media (max-width:1279px) {
  .dc-contract-card-dialog-toggle {
    width: 100%
  }
}

.dc-contract-card-dialog-toggle__icon {
  float: right;
  margin: 3px
}

.dc-contract-card-dialog-toggle:hover:not(:disabled):not(.dc-contract-card-dialog-toggle--disabled) {
  border-color: var(--button-secondary-default);
  cursor: pointer
}

@media (min-width:601px) and (max-width:1279px) {
  .dc-mobile-dialog__contract-update {
    margin: 0 auto;
    max-width: 568px
  }
}

.dc-tooltip {
  color: var(--text-prominent);
  font-size: inherit;
  text-decoration: none
}

.dc-tooltip:before {
  background: var(--status-default)
}

.dc-tooltip:after,
.dc-tooltip[data-tooltip-pos=top]:after {
  border-top-color: var(--status-default)
}

.dc-tooltip[data-tooltip-pos=right]:after {
  border-right-color: var(--status-default);
  border-top-color: transparent
}

.dc-tooltip[data-tooltip-pos=left]:after {
  border-left-color: var(--status-default);
  border-top-color: transparent
}

.dc-tooltip[data-tooltip-pos=bottom]:after {
  border-bottom-color: var(--status-default);
  border-top-color: transparent
}

.dc-tooltip__balloon-icon {
  left: -319px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  z-index: 999
}

.dc-tooltip__balloon-icon--show {
  opacity: 1;
  transition: opacity .3s .2s
}

.dc-tooltip[data-tooltip] {
  cursor: auto;
  display: block
}

.dc-tooltip[data-tooltip]:before {
  background: var(--status-default)
}

.dc-tooltip[data-tooltip]:after,
.dc-tooltip[data-tooltip][data-tooltip-pos=top]:after {
  border-top-color: var(--status-default)
}

.dc-tooltip[data-tooltip][data-tooltip-pos=right]:after {
  border-right-color: var(--status-default);
  border-top-color: transparent
}

.dc-tooltip[data-tooltip][data-tooltip-pos=left]:after {
  border-left-color: var(--status-default);
  border-top-color: transparent
}

.dc-tooltip[data-tooltip][data-tooltip-pos=bottom]:after {
  border-bottom-color: var(--status-default);
  border-top-color: transparent
}

.dc-tooltip[data-tooltip]:hover:after,
.dc-tooltip[data-tooltip]:hover:before {
  opacity: .96;
  pointer-events: auto;
  transform: translate(-50%)
}

.dc-tooltip[data-tooltip]:after,
.dc-tooltip[data-tooltip]:before {
  bottom: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 1em);
  transform-origin: top;
  transition: all .18s ease-out .18s;
  z-index: 1
}

[dir=ltr] .dc-tooltip[data-tooltip]:before {
  text-align: left
}

[dir=rtl] .dc-tooltip[data-tooltip]:before {
  text-align: right
}

.dc-tooltip[data-tooltip]:before {
  border-radius: 4px;
  color: var(--text-colored-background);
  content: attr(data-tooltip);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.25;
  line-height: 1.5;
  margin-bottom: 10px;
  max-width: 280px;
  padding: .7em;
  text-decoration: none;
  text-transform: none;
  width: -moz-max-content;
  width: max-content;
  width: 220px
}

.dc-tooltip[data-tooltip]:after {
  border: 6px solid transparent;
  content: "";
  height: 0;
  margin-bottom: -2px;
  pointer-events: none;
  position: absolute;
  width: 0
}

.dc-tooltip[data-tooltip][data-tooltip-pos=right]:after,
.dc-tooltip[data-tooltip][data-tooltip-pos=right]:before {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-1em, -50%)
}

.dc-tooltip[data-tooltip][data-tooltip-pos=right]:before {
  margin-left: 1em
}

.dc-tooltip[data-tooltip][data-tooltip-pos=right]:hover:after,
.dc-tooltip[data-tooltip][data-tooltip-pos=right]:hover:before {
  transform: translateY(-50%)
}

.dc-tooltip[data-tooltip][data-tooltip-pos=left]:after,
.dc-tooltip[data-tooltip][data-tooltip-pos=left]:before {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate(1em, -50%)
}

.dc-tooltip[data-tooltip][data-tooltip-pos=left]:before {
  margin-right: 1em
}

.dc-tooltip[data-tooltip][data-tooltip-pos=left]:hover:after,
.dc-tooltip[data-tooltip][data-tooltip-pos=left]:hover:before {
  transform: translateY(-50%)
}

.dc-tooltip[data-tooltip][data-tooltip-pos=bottom]:after,
.dc-tooltip[data-tooltip][data-tooltip-pos=bottom]:before {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1em)
}

.dc-tooltip[data-tooltip][data-tooltip-pos=bottom]:before {
  margin-top: 1.1em
}

.dc-tooltip[data-tooltip][data-tooltip-pos=bottom]:hover:after,
.dc-tooltip[data-tooltip][data-tooltip-pos=bottom]:hover:before {
  transform: translate(-50%)
}

.dc-tooltip--with-label[data-tooltip]:after,
.dc-tooltip--with-label[data-tooltip]:before {
  margin-top: 1em
}

.dc-tooltip--error[data-tooltip]:before {
  background: var(--status-danger)
}

.dc-tooltip--error[data-tooltip]:after,
.dc-tooltip--error[data-tooltip][data-tooltip-pos=top]:after {
  border-top-color: var(--status-danger)
}

.dc-tooltip--error[data-tooltip][data-tooltip-pos=right]:after {
  border-right-color: var(--status-danger);
  border-top-color: transparent
}

.dc-tooltip--error[data-tooltip][data-tooltip-pos=left]:after {
  border-left-color: var(--status-danger);
  border-top-color: transparent
}

.dc-tooltip--error[data-tooltip][data-tooltip-pos=bottom]:after {
  border-bottom-color: var(--status-danger);
  border-top-color: transparent
}

.dc-tooltip--error[data-tooltip]:after,
.dc-tooltip--error[data-tooltip]:before,
.dc-tooltip--error[data-tooltip][data-tooltip-pos=left]:after,
.dc-tooltip--error[data-tooltip][data-tooltip-pos=left]:before {
  opacity: .96;
  pointer-events: auto;
  transform: translateY(-50%)
}

.dc-tooltip--error[data-tooltip]:before,
.dc-tooltip--error[data-tooltip][data-tooltip-pos=left]:before {
  width: 180px
}

.dc-tooltip--error-secondary[data-tooltip]:before {
  background: var(--status-danger)
}

.dc-tooltip--error-secondary[data-tooltip]:after,
.dc-tooltip--error-secondary[data-tooltip][data-tooltip-pos=top]:after {
  border-top-color: var(--status-danger)
}

.dc-tooltip--error-secondary[data-tooltip][data-tooltip-pos=right]:after {
  border-right-color: var(--status-danger);
  border-top-color: transparent
}

.dc-tooltip--error-secondary[data-tooltip][data-tooltip-pos=left]:after {
  border-left-color: var(--status-danger);
  border-top-color: transparent
}

.dc-tooltip--error-secondary[data-tooltip][data-tooltip-pos=bottom]:after {
  border-bottom-color: var(--status-danger);
  border-top-color: transparent
}

.dc-tooltip--error-secondary[data-tooltip]:after,
.dc-tooltip--error-secondary[data-tooltip]:before,
.dc-tooltip--error-secondary[data-tooltip][data-tooltip-pos=left]:after,
.dc-tooltip--error-secondary[data-tooltip][data-tooltip-pos=left]:before {
  opacity: .96;
  pointer-events: auto;
  top: 55%;
  transform: translateY(-50%)
}

.dc-input-wrapper__icon .color1-fill,
button.dc-input-wrapper__icon .color1-fill {
  fill: var(--text-general)
}

.dc-input-wrapper__icon .color1-stroke,
button.dc-input-wrapper__icon .color1-stroke {
  stroke: var(--text-general)
}

.dc-input-wrapper__icon .color2-fill,
button.dc-input-wrapper__icon .color2-fill {
  fill: none
}

.dc-input-wrapper__icon .color2-stroke,
button.dc-input-wrapper__icon .color2-stroke {
  stroke: none
}

.active.dc-input-wrapper__icon .color1-fill,
button.active.dc-input-wrapper__icon .color1-fill {
  fill: var(--text-prominent)
}

.active.dc-input-wrapper__icon .color1-stroke,
button.active.dc-input-wrapper__icon .color1-stroke {
  stroke: var(--text-prominent)
}

.active.dc-input-wrapper__icon .color2-fill,
button.active.dc-input-wrapper__icon .color2-fill {
  fill: none
}

.active.dc-input-wrapper__icon .color2-stroke,
button.active.dc-input-wrapper__icon .color2-stroke {
  stroke: none
}

.disabled.dc-input-wrapper__icon .color1-fill,
button.disabled.dc-input-wrapper__icon .color1-fill {
  fill: var(--text-disabled)
}

.disabled.dc-input-wrapper__icon .color1-stroke,
button.disabled.dc-input-wrapper__icon .color1-stroke {
  stroke: var(--text-disabled)
}

.disabled.dc-input-wrapper__icon .color2-fill,
button.disabled.dc-input-wrapper__icon .color2-fill {
  fill: none
}

.disabled.dc-input-wrapper__icon .color2-stroke,
button.disabled.dc-input-wrapper__icon .color2-stroke {
  stroke: none
}

.white.dc-input-wrapper__icon .color1-fill,
button.white.dc-input-wrapper__icon .color1-fill {
  fill: var(--text-prominent)
}

.white.dc-input-wrapper__icon .color1-stroke,
button.white.dc-input-wrapper__icon .color1-stroke {
  stroke: var(--text-prominent)
}

.border_hover_color.dc-input-wrapper__icon .color1-fill,
button.border_hover_color.dc-input-wrapper__icon .color1-fill {
  fill: var(--text-prominent)
}

.border_hover_color.dc-input-wrapper__icon .color1-stroke,
button.border_hover_color.dc-input-wrapper__icon .color1-stroke {
  stroke: var(--text-prominent)
}

.secondary.dc-input-wrapper__icon .color1-fill,
button.secondary.dc-input-wrapper__icon .color1-fill {
  fill: var(--text-less-prominent)
}

.secondary.dc-input-wrapper__icon .color1-stroke,
button.secondary.dc-input-wrapper__icon .color1-stroke {
  stroke: var(--text-less-prominent)
}

.dc-input-field {
  margin: .8rem 0 0;
  position: relative
}

[dir=ltr] .dc-input-field__label {
  text-align: left
}

[dir=rtl] .dc-input-field__label {
  text-align: right
}

.dc-input-field__label {
  color: var(--text-general);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: .2rem;
  text-align: center;
  text-transform: none;
  width: 100%
}

.dc-input-field .inline-icon {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1
}

[dir=ltr] .dc-input-field .inline-icon {
  left: 8px
}

[dir=rtl] .dc-input-field .inline-icon {
  right: 8px
}

[dir=ltr] .dc-input-field__helper {
  text-align: left
}

[dir=rtl] .dc-input-field__helper {
  text-align: right
}

.dc-input-field__helper {
  color: var(--text-less-prominent);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.25;
  text-transform: none
}

.dc-input-wrapper,
button.dc-input-wrapper {
  position: relative
}

.dc-input-wrapper__input::-ms-clear,
button.dc-input-wrapper__input::-ms-clear {
  display: none
}

.dc-input-wrapper__button,
button.dc-input-wrapper__button {
  align-items: center;
  background-color: transparent;
  background-color: initial;
  border: none;
  border-radius: 3px;
  display: flex;
  height: 28px;
  justify-content: center;
  margin: initial;
  min-width: 3.2rem;
  padding: 0;
  position: absolute !important;
  top: 2px;
  z-index: 1
}

.dc-input-wrapper__button--increment,
button.dc-input-wrapper__button--increment {
  right: 2px
}

.dc-input-wrapper__button--decrement,
button.dc-input-wrapper__button--decrement {
  left: 2px
}

.dc-input-wrapper__button:hover,
button.dc-input-wrapper__button:hover {
  background: var(--state-hover);
  cursor: pointer
}

.dc-input-wrapper__button:disabled:hover,
button.dc-input-wrapper__button:disabled:hover {
  background: transparent;
  cursor: not-allowed
}

.dc-input-wrapper--disabled,
button.dc-input-wrapper--disabled {
  color: var(--text-disabled);
  pointer-events: none
}

.dc-input-wrapper--inline,
button.dc-input-wrapper--inline {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.input {
  background-color: var(--fill-normal);
  border: 1px solid var(--fill-normal);
  border-radius: 4px;
  color: var(--text-prominent);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  height: 32px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: transform .3s;
  width: 100%
}

[dir=ltr] .input {
  padding-left: .8rem
}

[dir=rtl] .input {
  padding-right: .8rem
}

.input[type=checkbox] {
  background-color: var(--general-section-1);
  border: 1px solid var(--text-less-prominent);
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  height: 16px;
  padding: 0;
  vertical-align: middle;
  width: 16px
}

.input[type=checkbox]:active {
  border-color: var(--brand-red-coral);
  border-radius: 0;
  box-shadow: none
}

.input[type=checkbox]:hover {
  border-color: var(--border-hover)
}

.input[type=checkbox]:focus {
  border-color: var(--border-active);
  border-radius: 0;
  box-shadow: none
}

.input[type=checkbox]:checked {
  background: var(--brand-red-coral);
  border-color: var(--brand-red-coral)
}

.input[type=checkbox]:checked:after {
  display: inline-block
}

.input[type=checkbox]:checked:hover {
  border-color: var(--brand-red-coral)
}

.input[type=checkbox]::-ms-check {
  background: transparent;
  border-color: transparent;
  color: #fff
}

[dir=ltr] .input[type=checkbox]:after {
  text-align: left
}

[dir=rtl] .input[type=checkbox]:after {
  text-align: right
}

.input[type=checkbox]:after {
  color: var(--text-colored-background);
  content: "L";
  display: none;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  position: absolute;
  text-transform: none;
  top: -10%
}

[dir=ltr] .input[type=checkbox]:after {
  left: 25%;
  transform: scaleX(-1) rotate(-40deg)
}

[dir=rtl] .input[type=checkbox]:after {
  right: 25%;
  transform: scaleX(-1) rotate(40deg)
}

.input:not([type=range]) {
  touch-action: manipulation
}

.input[readonly] {
  cursor: pointer
}

.input::-moz-placeholder {
  border-color: var(--border-normal)
}

.input::placeholder {
  border-color: var(--border-normal)
}

.dc-input-wrapper__button:hover~.dc-input-wrapper__input,
.input-hover,
.input:hover,
button.dc-input-wrapper__button:hover~.dc-input-wrapper__input {
  border-color: var(--border-hover)
}

.input:active,
.input:focus {
  border-color: var(--border-active);
  border-radius: 4px;
  color: var(--text-prominent);
  outline: 0
}

.input--has-inline-prefix {
  border-radius: 4px !important
}

[dir=ltr] .input--has-inline-prefix {
  padding-right: 40px !important
}

[dir=rtl] .input--has-inline-prefix {
  padding-left: 40px !important
}

.input--error {
  border: 1px solid #e31c4b !important;
  color: #e31c4b
}

.input:disabled {
  color: var(--text-disabled)
}

.dc-input-wrapper {
  position: relative
}

.dc-input-wrapper--inline {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.dc-themed-scrollbars {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  scroll-behavior: smooth;
  scrollbar-color: var(--state-active) var(--general-main-1);
  scrollbar-width: thin
}

.dc-themed-scrollbars__autohide::-webkit-scrollbar-thumb {
  display: none
}

.dc-themed-scrollbars__autohide--is-hovered::-webkit-scrollbar-thumb {
  display: inline;
  display: initial
}

.dc-themed-scrollbars--has-horizontal {
  overflow-x: auto
}

.dc-themed-scrollbars--hidden-scrollbar::-webkit-scrollbar {
  display: none !important
}

.dc-themed-scrollbars--only-horizontal {
  overflow-x: auto;
  overflow-y: hidden
}

.dc-themed-scrollbars--only-horizontal-overlay {
  overflow-x: overlay;
  overflow-y: hidden
}

.dc-themed-scrollbars-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: -3rem;
  padding-bottom: 3rem;
  white-space: nowrap
}

.dc-themed-scrollbars-wrapper li {
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  padding: 0 3rem;
  vertical-align: middle;
  width: auto
}

@media (min-width:320px) and (max-width:767px) {
  .dc-themed-scrollbars-wrapper li {
    padding: 0 1.1rem
  }
}

.dc-themed-scrollbars::-webkit-scrollbar {
  background-color: transparent;
  border-radius: 10px;
  height: 5px;
  width: 5px
}

.dc-themed-scrollbars::-webkit-scrollbar-track {
  background-color: transparent
}

.dc-themed-scrollbars::-webkit-scrollbar-thumb {
  background-color: var(--state-active);
  border-radius: 10px
}

.dc-mobile-dialog {
  background: var(--fill-normal);
  box-sizing: border-box;
  height: 100vh;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity .2s;
  width: 100vw;
  z-index: 999
}

[dir=ltr] .dc-mobile-dialog {
  left: 0
}

[dir=rtl] .dc-mobile-dialog {
  right: 0
}

.dc-mobile-dialog--enter,
.dc-mobile-dialog--exit {
  opacity: 0;
  pointer-events: none
}

.dc-mobile-dialog--enter .dc-mobile-dialog__content,
.dc-mobile-dialog--exit .dc-mobile-dialog__content {
  transform: scale(0)
}

.dc-mobile-dialog--enter .dc-mobile-dialog__header,
.dc-mobile-dialog--exit .dc-mobile-dialog__header {
  transform: translateY(-100%)
}

.dc-mobile-dialog--enter-done {
  opacity: 1;
  pointer-events: auto
}

.dc-mobile-dialog--enter-done .dc-mobile-dialog__content {
  transform: scale(1)
}

.dc-mobile-dialog--enter-done .dc-mobile-dialog__header {
  transform: translateY(0)
}

.dc-mobile-dialog__content {
  background: var(--fill-normal);
  box-sizing: border-box;
  margin-top: .4rem;
  padding-top: 3.6rem;
  position: relative;
  transition: all .2s ease-out;
  z-index: 1
}

.dc-mobile-dialog__content--is-full-height {
  height: calc(100% - .4rem)
}

.dc-mobile-dialog__content>div {
  height: 100%
}

.dc-mobile-dialog__header {
  align-items: center;
  background: var(--fill-normal);
  border-bottom: 1px solid var(--border-disabled);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 40px;
  justify-content: space-between;
  padding: 1rem;
  position: fixed;
  top: 0;
  transition: all .2s ease-out;
  transition-delay: .2s;
  width: 100%;
  z-index: 4
}

.dc-mobile-dialog__container--has-scroll {
  overflow-x: hidden;
  overflow-y: auto
}

.dc-mobile-dialog__container--has-info-banner .dc-mobile-dialog__header {
  background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
  background: initial;
  position: relative;
  top: auto;
  z-index: auto
}

.dc-mobile-dialog__container--has-info-banner .dc-mobile-dialog__header-wrapper {
  background: var(--fill-normal);
  border-bottom: .01rem solid transparent;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 4
}

.dc-mobile-dialog__container--has-info-banner .dc-mobile-dialog__header-wrapper .inline-message__information {
  margin: 1.6rem .8rem -.8rem
}

.dc-mobile-dialog__container--has-info-banner .dc-mobile-dialog__header-wrapper .learn-more {
  align-items: center;
  background-color: var(--general-section-1);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 5rem;
  justify-content: space-between;
  margin: 1.6rem .8rem .8rem;
  padding: 1.6rem;
  width: calc(100% - 1.6rem)
}

.dc-mobile-dialog__container--has-info-banner .dc-mobile-dialog__content {
  margin-top: 0;
  padding-top: 0
}

.dc-mobile-dialog__footer {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 4
}

.dc-mobile-dialog__title {
  margin: 0
}

[dir=ltr] .dc-mobile-dialog__title {
  padding: 1.2rem 1.2rem 1.2rem .4rem
}

[dir=rtl] .dc-mobile-dialog__title {
  padding: 1.2rem .4rem 1.2rem 1.2rem
}

.dc-mobile-dialog__close-btn-icon {
  --fill-color1: var(--text-prominent) !important;
  height: 1.6rem;
  margin: 1.2rem .4rem;
  width: 1.6rem
}

.dc-result__content {
  flex-direction: column;
  justify-items: center
}

.dc-result__caption,
.dc-result__content {
  align-items: center;
  display: flex;
  gap: .4rem
}

.dc-result__caption {
  font-size: 1.4em;
  font-weight: 700;
  justify-content: center;
  text-transform: capitalize;
  transition: opacity .25s ease
}

.dc-result__caption--won {
  color: var(--text-profit-success)
}

.dc-result__caption--lost {
  color: var(--text-loss-danger)
}

.dc-result__caption-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: calc(100% - 24px);
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 24px;
  width: 100%;
  z-index: 2
}

@media (min-width:320px) and (max-width:767px) {
  .dc-result__caption {
    pointer-events: none
  }
}

.dc-result__close-btn {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 2px;
  visibility: visible
}

.dc-result__close-btn:after {
  color: var(--text-general);
  content: "×";
  font-size: 24px;
  font-weight: 300
}

.dc-result__positions-overlay {
  max-width: 218px
}

.dc-contract-card {
  background-color: var(--general-main-1);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--text-prominent);
  display: flex;
  flex-direction: column;
  padding: .8rem;
  position: relative;
  text-decoration: none
}

.dc-contract-card:before {
  border-radius: 4px;
  content: "";
  height: 52px;
  position: absolute;
  top: 0;
  width: 100%
}

[dir=ltr] .dc-contract-card:before {
  left: 0
}

[dir=rtl] .dc-contract-card:before {
  right: 0
}

.dc-contract-card--green:before {
  background-image: linear-gradient(0deg, rgba(16, 19, 32, 0), rgba(0, 148, 117, .16))
}

.dc-contract-card--red:before {
  background-image: linear-gradient(0deg, rgba(16, 19, 32, 0), rgba(227, 28, 75, .16))
}

.dc-contract-card--loss {
  color: var(--text-loss-danger)
}

.dc-contract-card--profit {
  color: var(--text-profit-success)
}

.dc-contract-card__grid {
  grid-gap: 4px;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 4rem
}

.dc-contract-card__grid-underlying-trade {
  grid-template-columns: 1fr 1fr;
  width: 100%
}

@media (min-width:1280px) {
  .dc-contract-card__grid-underlying-trade--trader {
    grid-template-columns: 1.2fr 1fr
  }
}

.dc-contract-card__grid-underlying-trade--trader--accumulator {
  grid-gap: 1px
}

@media (min-width:1280px) {
  .dc-contract-card__grid-underlying-trade--trader--accumulator {
    display: flex
  }
}

.dc-contract-card__grid-underlying-trade--trader--sold {
  padding-top: 1rem
}

.dc-contract-card__grid-underlying-trade--mobile {
  grid-template-columns: 1fr 1fr 25%
}

.dc-contract-card__grid-profit-payout {
  background: var(--general-hover);
  border-radius: 4px;
  grid-template-columns: 1fr 1fr;
  margin-left: -4px;
  margin-right: -4px;
  padding: 8px 0
}

.dc-contract-card__grid-label {
  align-self: flex-start;
  color: var(--text-general);
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  white-space: nowrap
}

.dc-contract-card__grid-value {
  align-self: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5
}

.dc-contract-card__grid-items {
  grid-gap: .8rem .4rem;
  grid-template-columns: 1fr 1fr;
  padding: .8rem 0
}

.dc-contract-card__result {
  align-items: center;
  background-color: var(--overlay-inside-dialog);
  border-radius: 4px;
  display: flex;
  height: calc(100% - 1rem);
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

.dc-contract-card__result--won,
.dc-contract-card__result--won:after {
  background-image: var(--gradient-success)
}

.dc-contract-card__result--lost,
.dc-contract-card__result--lost:after {
  background-image: var(--gradient-danger)
}

.dc-contract-card__result--lg {
  max-height: 100%
}

[dir=ltr] .dc-contract-card__result:hover {
  background: 0 !important
}

[dir=rtl] .dc-contract-card__result:hover {
  background: 100% !important
}

.dc-contract-card__result:hover .dc-result__content {
  opacity: 0
}

.dc-contract-card__result:after {
  border-radius: 4px;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 2
}

[dir=ltr] .dc-contract-card__result:after {
  left: 0
}

[dir=rtl] .dc-contract-card__result:after {
  right: 0
}

.dc-contract-card__result--enter,
.dc-contract-card__result--exit {
  opacity: 0
}

.dc-contract-card__result--enter-done {
  opacity: 1
}

.dc-contract-card__wrapper {
  background: var(--general-main-1);
  border-radius: 4px;
  margin: 0 1em;
  max-width: 238px;
  min-width: 218px;
  position: relative;
  transition: transform .25s ease, opacity .25s linear;
  width: -moz-min-content;
  width: min-content
}

.dc-contract-card__wrapper .currency-badge {
  margin-bottom: 5px
}

.dc-contract-card__wrapper--active:before {
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .24);
  content: "";
  height: calc(100% + 2px);
  pointer-events: none;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px)
}

[dir=ltr] .dc-contract-card__wrapper--active:before {
  left: -1px
}

[dir=rtl] .dc-contract-card__wrapper--active:before {
  right: -1px
}

.dc-contract-card__wrapper--enter-done {
  opacity: 1;
  transform: translateY(0)
}

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

.dc-contract-card .potential-payout-container,
.dc-contract-card .purchase-price-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.dc-contract-card .potential-payout__label,
.dc-contract-card .purchase-price__label {
  align-self: flex-start;
  color: var(--text-general);
  font-size: 1rem;
  margin-bottom: 4px;
  text-transform: none;
  white-space: nowrap
}

.dc-contract-card .potential-payout__value,
.dc-contract-card .purchase-price__value {
  align-self: flex-start;
  font-size: 1em;
  font-weight: 700
}

[dir=ltr] .dc-contract-card .potential-payout-container {
  padding-left: 4px
}

[dir=rtl] .dc-contract-card .potential-payout-container {
  padding-right: 4px
}

.dc-contract-card .potential-payout-price__value {
  align-self: flex-start;
  font-size: 1em;
  font-weight: 700
}

.dc-contract-card__separator {
  border-top: 1px solid var(--general-section-1);
  margin: 4px 0 0;
  width: 100%
}

.dc-contract-card__underlying-name {
  align-items: center;
  display: flex;
  font-size: 1.2em;
  font-weight: 700;
  justify-content: flex-start;
  max-width: 18rem;
  min-width: 10rem
}

.dc-contract-card__underlying-name--accumulator {
  max-width: 10rem
}

.dc-contract-card__type {
  display: flex;
  font-size: 1.2em;
  font-weight: 700;
  justify-content: flex-start
}

.dc-contract-card__type .category-type .color1-fill {
  fill: var(--brand-red-coral) !important
}

.dc-contract-card__type .category-type .color2-fill {
  fill: var(--brand-secondary) !important
}

.dc-contract-card__symbol {
  margin-left: .4rem
}

.dc-contract-card__symbol--smarttrader-contract {
  width: 7rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-contract-card__symbol--smarttrader-contract {
    width: auto
  }
}

.dc-contract-card__header {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: .5em .2em
}

@media (min-width:320px) and (max-width:767px) {
  .dc-contract-card__header {
    margin: 0 8px
  }
}

.dc-contract-card__body {
  border-radius: 4px;
  color: var(--text-prominent);
  display: flex;
  padding: .8rem .4rem;
  width: 100%
}

.dc-contract-card__body-wrapper {
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .dc-contract-card__body {
    padding: 0 8px
  }

  .dc-contract-card__body-wrapper {
    display: flex
  }
}

.dc-contract-card-items-wrapper {
  grid-gap: .8rem .4rem;
  display: grid;
  flex: 1;
  grid-template-areas: "stake current-stake" "deal-cancel-fee limit-order-info" "buy-price limit-order-info";
  grid-template-columns: 1fr 1fr;
  margin-top: .5rem
}

.dc-contract-card-items-wrapper--mobile {
  grid-gap: .8rem .4rem;
  display: grid;
  flex: 1;
  grid-template-areas: "stake current-stake limit-order-info" "deal-cancel-fee buy-price limit-order-info";
  grid-template-columns: 1fr 1fr 1fr;
  padding: .4rem 0
}

.dc-contract-card-items-wrapper--mobile .dc-contract-card-items-wrapper-group .dc-contract-card-item:first-child {
  margin-bottom: .8rem
}

.dc-contract-card-items-wrapper--has-progress-slider {
  grid-template-areas: "stake current-stake date-expiry" "deal-cancel-fee buy-price date-expiry" "limit-order-info limit-order-info date-expiry";
  grid-template-columns: 1fr 1fr 1fr
}

.dc-contract-card-items-wrapper--has-progress-slider .dc-contract-card__limit-order-info {
  grid-template-columns: 1fr 1fr
}

.dc-contract-card-items-wrapper--has-progress-slider .dc-contract-card__stop-loss {
  order: 0 !important
}

@media (min-width:320px) and (max-width:767px) {

  [dir=ltr] .dc-contract-card--lookbacks .dc-contract-card-item__body,
  [dir=ltr] .dc-contract-card--turbos .dc-contract-card-item__body {
    padding-left: 0
  }

  [dir=rtl] .dc-contract-card--lookbacks .dc-contract-card-item__body,
  [dir=rtl] .dc-contract-card--turbos .dc-contract-card-item__body {
    padding-right: 0
  }
}

.dc-contract-card--lookbacks .dc-contract-card__buy-price,
.dc-contract-card--turbos .dc-contract-card__buy-price {
  grid-column: 1/1;
  grid-row: 1/1;
  padding: .8rem 0 0
}

.dc-contract-card--lookbacks .dc-contract-card__contract-value,
.dc-contract-card--turbos .dc-contract-card__contract-value {
  grid-column: 2/2;
  grid-row: 1/2;
  padding: .8rem 0 0
}

.dc-contract-card--lookbacks .dc-contract-card__entry-spot,
.dc-contract-card--turbos .dc-contract-card__entry-spot {
  grid-column: 1/2;
  grid-row: 2/2
}

.dc-contract-card--lookbacks .dc-contract-card__barrier-level,
.dc-contract-card--turbos .dc-contract-card__barrier-level {
  grid-column: 1/1;
  grid-row: 3/3
}

.dc-contract-card--lookbacks .dc-contract-card__limit-order-info,
.dc-contract-card--turbos .dc-contract-card__limit-order-info {
  grid-column: 2/2;
  grid-row: 2/2
}

.dc-contract-card--lookbacks .dc-contract-card__status,
.dc-contract-card--turbos .dc-contract-card__status {
  align-self: center;
  grid-column: 3/3;
  grid-row: 1/3;
  justify-self: center
}

@media (min-width:320px) and (max-width:767px) {

  .dc-contract-card--lookbacks,
  .dc-contract-card--turbos {
    grid-template-columns: 1fr 1fr 1fr
  }
}

.dc-contract-card__profit-loss {
  align-items: center;
  display: flex;
  font-size: 1.2em;
  font-weight: 700;
  justify-content: flex-start;
  text-align: center
}

.dc-contract-card__profit-loss-label {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 4px;
  max-width: 90px;
  white-space: nowrap
}

[dir=ltr] .dc-contract-card__profit-loss--is-crypto {
  margin-left: -6px
}

[dir=rtl] .dc-contract-card__profit-loss--is-crypto {
  margin-right: -6px
}

.dc-contract-card__profit-loss--negative {
  color: var(--text-loss-danger)
}

.dc-contract-card__profit-loss--negative:before {
  color: inherit;
  content: "-"
}

.dc-contract-card__profit-loss--positive {
  color: var(--text-profit-success)
}

.dc-contract-card__profit-loss--positive:before {
  color: inherit;
  content: "+"
}

.dc-contract-card-item__header {
  line-height: 1.4;
  max-width: calc(100% - 2rem)
}

@media (min-width:320px) and (max-width:767px) {
  .dc-contract-card-item__header {
    max-width: none
  }
}

[dir=ltr] .dc-contract-card-item__body {
  text-align: left
}

[dir=rtl] .dc-contract-card-item__body {
  text-align: right
}

.dc-contract-card-item__body {
  align-self: flex-start;
  color: var(--text-general);
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  line-height: 1.5;
  text-transform: none
}

[dir=ltr] .dc-contract-card-item__body--is-crypto {
  margin-left: -6px
}

[dir=rtl] .dc-contract-card-item__body--is-crypto {
  margin-right: -6px
}

@media (min-width:320px) and (max-width:767px) {
  [dir=ltr] .dc-contract-card-item__body {
    padding-left: .4rem
  }

  [dir=rtl] .dc-contract-card-item__body {
    padding-right: .4rem
  }
}

.dc-contract-card-item__body--loss {
  color: var(--text-loss-danger) !important
}

.dc-contract-card-item__body--loss:before {
  content: "-"
}

.dc-contract-card-item__body--profit {
  color: var(--text-profit-success) !important
}

.dc-contract-card-item__body--profit:before {
  content: "+"
}

.dc-contract-card-item__total-profit-loss {
  align-items: center;
  border-top: 1px solid var(--general-section-1);
  display: flex;
  flex-direction: column;
  margin-top: .8rem;
  padding: .8rem .8rem 0
}

.dc-contract-card-item__total-profit-loss .dc-contract-card-item__body,
.dc-contract-card-item__total-profit-loss .dc-contract-card-item__header {
  align-self: center;
  font-size: 1.4rem;
  line-height: 2rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-contract-card-item__total-profit-loss {
    flex-direction: row;
    grid-column: 1/4;
    justify-content: center
  }

  [dir=ltr] .dc-contract-card-item__total-profit-loss-value {
    margin-left: .2rem
  }

  [dir=rtl] .dc-contract-card-item__total-profit-loss-value {
    margin-right: .2rem
  }
}

.dc-contract-card-item__total-profit-loss-label,
.dc-contract-card-item__total-profit-loss-value {
  font-size: 1.4rem;
  line-height: 2rem
}

.dc-contract-card-item__payout-limit {
  align-items: center;
  border-top: 1px solid var(--general-section-1);
  display: flex;
  flex-direction: column;
  padding: .8rem 0 0
}

.dc-contract-card-item__payout-limit .dc-contract-card-item__body {
  align-self: center
}

.dc-contract-card-item__footer .lookbacks--note {
  margin-top: .4rem
}

.dc-contract-card__sell-button {
  align-items: center;
  border-top: 1px solid var(--general-section-1);
  display: flex;
  justify-content: center;
  margin-top: .8rem;
  min-height: 4rem;
  padding-top: .4rem;
  transition: transform .25s ease, opacity .25s linear
}

.dc-contract-card__sell-button--positions {
  margin: 0 .8rem;
  padding: .8rem 0
}

.dc-contract-card__sell-button--enter-done {
  opacity: 1
}

.dc-contract-card__sell-button--enter,
.dc-contract-card__sell-button--exit {
  opacity: 0;
  transform: translateY(-8px)
}

.dc-contract-card__sell-button--has-cancel-btn {
  gap: .8rem
}

.dc-contract-card__sell-button--has-cancel-btn .dc-btn {
  padding: 0 .5rem
}

.dc-contract-card__sell-button--has-cancel-btn .dc-btn--cancel {
  width: 100%
}

.dc-contract-card__sell-button .dc-remaining-time {
  border-radius: .4rem;
  font-size: 1.2rem
}

[dir=ltr] .dc-contract-card__sell-button .dc-remaining-time {
  margin-left: .8rem
}

[dir=rtl] .dc-contract-card__sell-button .dc-remaining-time {
  margin-right: .8rem
}

.dc-contract-card__sell-button .dc-btn--cancel,
.dc-contract-card__sell-button .dc-btn--sell {
  height: 2.4rem
}

.dc-contract-card__sell-button .dc-btn--cancel .dc-btn__text,
.dc-contract-card__sell-button .dc-btn--sell .dc-btn__text {
  font-size: 1.2rem
}

@media (min-width:320px) and (max-width:767px) {

  .dc-contract-card__sell-button .dc-btn--cancel,
  .dc-contract-card__sell-button .dc-btn--sell {
    height: 3.2rem
  }
}

.dc-contract-card__indicative--movement {
  height: 16px;
  width: 16px
}

[dir=ltr] .dc-contract-card__indicative--movement {
  margin-left: 2px
}

[dir=rtl] .dc-contract-card__indicative--movement {
  margin-right: 2px
}

.dc-contract-card__indicative--movement:after {
  content: "";
  width: 16px
}

.dc-contract-card__status {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 25%
}

[dir=ltr] .dc-contract-card__status .result-icon,
[dir=ltr] .dc-contract-card__status--accumulator-mobile-positions .dc-result__icon {
  margin-left: .4rem
}

[dir=rtl] .dc-contract-card__status .result-icon,
[dir=rtl] .dc-contract-card__status--accumulator-mobile-positions .dc-result__icon {
  margin-right: .4rem
}

.dc-contract-card__limit-order-info {
  grid-gap: .4rem 0;
  display: grid;
  grid-area: limit-order-info;
  position: relative
}

.dc-contract-card__limit-order-info .dc-contract-card__stop-loss {
  padding-bottom: .4rem
}

.dc-contract-card__take-profit {
  position: relative
}

.dc-contract-card__buy-price {
  grid-area: buy-price
}

.dc-contract-card__deal-cancel-fee {
  grid-area: deal-cancel-fee
}

.dc-contract-card__deal-cancel-fee__disabled {
  color: var(--text-disabled-1)
}

.dc-contract-card__deal-cancel-fee__disabled .dc-contract-card-item__body {
  color: inherit
}

.dc-contract-card__stake {
  grid-area: stake
}

.dc-contract-card__date-expiry {
  grid-area: date-expiry
}

.dc-contract-card__date-expiry .dc-contract-card-item__body {
  justify-content: flex-end
}

.dc-contract-card__current-stake {
  grid-area: current-stake
}

.dc-contract-card__sell-button-mobile {
  align-self: center;
  justify-self: center
}

.dc-contract-card__sell-button-mobile .dc-btn--sell {
  height: 3.2rem !important
}

.dc-contract-card__no-resale-msg {
  font-size: 1.1rem
}

.dc-contract-card .contract-audit__wrapper {
  padding: 2px 0;
  width: 100%
}

.dc-contract-card .contract-audit__wrapper--is-open {
  margin-top: .5em
}

.dc-contract-card .contract-audit__toggle {
  margin: 0 0 -.5em;
  width: 100%
}

.dc-contract-card .contract-audit__label {
  font-size: .8em
}

[dir=ltr] .dc-contract-card .contract-audit__label {
  text-align: left
}

[dir=rtl] .dc-contract-card .contract-audit__label {
  text-align: right
}

.dc-contract-card .contract-audit__value {
  font-size: 1em
}

[dir=ltr] .dc-contract-card .contract-audit__value {
  text-align: left
}

[dir=rtl] .dc-contract-card .contract-audit__value {
  text-align: right
}

.dc-contract-card .dc-contract-type__type-wrapper {
  height: auto;
  width: auto
}

.dc-contract-type {
  align-items: center;
  display: flex;
  flex-direction: row;
  text-align: center
}

[dir=ltr] .dc-contract-type {
  margin-left: -4px
}

[dir=rtl] .dc-contract-type {
  margin-right: -4px
}

.dc-contract-type__type-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: .5em .3em
}

.dc-contract-type__type-wrapper .category-type {
  height: 20px;
  width: 20px
}

.dc-contract-type__type-label {
  line-height: 1.5;
  text-align: left;
  width: 3.8em
}

.dc-contract-type__type-label--multipliers,
.dc-contract-type__type-label--smarttrader-contract {
  width: 7rem
}

@media (min-width:320px) and (max-width:767px) {

  .dc-contract-type__type-label--multipliers,
  .dc-contract-type__type-label--smarttrader-contract {
    width: 9rem
  }
}

.dc-contract-type__type-label--lookbacks-contract {
  width: 5rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-contract-type__type-label--lookbacks-contract {
    width: auto
  }
}

.dc-contract-type__type-label-trade-param {
  color: var(--text-less-prominent);
  font-size: 1rem;
  line-height: 1rem
}

.dc-btn--sell {
  width: 100%
}

.dc-remaining-time {
  display: inline
}

.dc-tick-counter-bar__container {
  border-bottom: 1px solid var(--general-section-1);
  box-sizing: border-box;
  grid-column-end: 3;
  grid-column-start: 1;
  margin: .8rem 0;
  padding: initial;
  position: relative;
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .dc-tick-counter-bar__container {
    align-items: center;
    border-bottom: initial;
    display: flex;
    flex-direction: column;
    margin: initial
  }
}

.dc-tick-counter-bar__track {
  background: var(--general-section-1);
  border-radius: 4px;
  height: 1.8rem;
  margin-bottom: .8rem;
  position: relative;
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .dc-tick-counter-bar__track {
    align-items: center;
    border-bottom: initial;
    display: flex;
    flex-direction: column;
    margin: .2rem 0 .4rem
  }
}

.dc-tick-counter-bar__text {
  position: absolute;
  width: 100%
}

.dc-datepicker {
  display: inline-block;
  position: relative;
  width: 100%
}

.dc-datepicker__container {
  align-items: center;
  border: 1px solid var(--border-normal);
  border-radius: 4px;
  display: flex
}

.dc-datepicker__container:hover:not(.dc-input--disabled) {
  border-color: var(--border-hover)
}

.dc-datepicker__container[focus-within] {
  border-color: var(--brand-secondary)
}

.dc-datepicker__container:focus-within {
  border-color: var(--brand-secondary)
}

.dc-datepicker__container[focus-within]:hover {
  border-color: var(--brand-secondary)
}

.dc-datepicker__container:focus-within:hover {
  border-color: var(--brand-secondary)
}

.dc-datepicker__container--error {
  border-color: var(--brand-red-coral) !important
}

.dc-datepicker__container--disabled {
  border-color: var(--general-disabled)
}

@media (max-width:1279px) {
  .dc-datepicker__container input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
  }
}

.dc-datepicker__hint {
  position: absolute;
  top: 4.1rem
}

[dir=ltr] .dc-datepicker__hint {
  margin-left: 1.3rem
}

[dir=rtl] .dc-datepicker__hint {
  margin-right: 1.3rem
}

.dc-datepicker__hint--relative {
  position: relative;
  top: auto
}

[dir=ltr] .dc-datepicker__hint--relative {
  margin-left: 1.2rem
}

[dir=rtl] .dc-datepicker__hint--relative {
  margin-right: 1.2rem
}

.dc-datepicker__input .dc-input__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%
}

.dc-datepicker__input .dc-input__field:hover:not(:disabled) {
  border-color: var(--border-hover);
  cursor: pointer
}

.dc-datepicker__input .dc-input__field:focus {
  outline: none
}

.dc-datepicker__input .dc-input__field:active {
  border-color: var(--border-active)
}

.dc-datepicker__input .dc-input__field::-ms-clear {
  display: none
}

.dc-datepicker__input .dc-input__field::-moz-placeholder {
  line-height: 4rem
}

.dc-datepicker__input--has-leading-icon .dc-input__field {
  text-align: center
}

.dc-datepicker .dc-icon {
  margin-bottom: .3rem
}

[dir=ltr] .dc-datepicker .dc-icon {
  margin-right: -.2rem
}

[dir=rtl] .dc-datepicker .dc-icon {
  margin-left: -.2rem
}

.dc-datepicker .dc-icon:not(.dc-icon--disabled) {
  cursor: pointer
}

.dc-datepicker__picker {
  opacity: 1;
  position: absolute;
  transform: translateZ(0);
  z-index: 2
}

.dc-datepicker__picker--left-enter,
.dc-datepicker__picker--left-exit {
  opacity: 0;
  transform: translate3d(-275px, 0, 0)
}

.dc-datepicker__picker--left-enter-done {
  opacity: 1;
  transform: translate3d(-295px, 0, 0)
}

.dc-datepicker__picker--left-enter-done,
.dc-datepicker__picker--left-exit {
  transition: transform .25s ease, opacity .25s linear
}

.dc-datepicker__picker--top-enter,
.dc-datepicker__picker--top-exit {
  opacity: 0;
  transform: translateZ(0)
}

.dc-datepicker__picker--top-enter-done {
  opacity: 1;
  transform: translate3d(0, -40px, 0)
}

.dc-datepicker__picker--top-enter-done,
.dc-datepicker__picker--top-exit {
  transition: transform .25s ease, opacity .25s linear
}

.dc-datepicker__picker--bottom-enter,
.dc-datepicker__picker--bottom-exit {
  opacity: 0;
  transform: translateZ(0)
}

.dc-datepicker__picker--bottom-enter-done {
  opacity: 1;
  transform: translate3d(0, 40px, 0)
}

.dc-datepicker__picker--bottom-enter-done,
.dc-datepicker__picker--bottom-exit {
  transition: transform .25s ease, opacity .25s linear
}

@media (max-width:1279px) {
  .dc-datepicker--hint {
    margin-bottom: 5rem
  }

  .dc-datepicker__native {
    height: 38px;
    min-width: calc(100% - 1rem);
    opacity: 0;
    position: absolute;
    width: 100%
  }

  .dc-datepicker__display {
    align-items: center;
    color: var(--text-prominent);
    display: flex;
    height: 38px;
    justify-content: flex-start;
    position: relative;
    width: 100%
  }

  [dir=ltr] .dc-datepicker__display {
    padding-left: 1rem
  }

  [dir=rtl] .dc-datepicker__display {
    padding-right: 1rem
  }

  .dc-datepicker__display-text {
    background-color: inherit;
    padding-top: .2rem
  }

  .dc-datepicker__display-text--has-error {
    padding-top: 0
  }

  .dc-datepicker__calendar-icon {
    pointer-events: none
  }

  [dir=ltr] .dc-datepicker__calendar-icon {
    margin-right: 1rem
  }

  [dir=rtl] .dc-datepicker__calendar-icon {
    margin-left: 1rem
  }

  .dc-datepicker__placeholder {
    color: var(--text-general);
    font-size: 1.4rem;
    position: absolute;
    transform: none;
    transition: transform .25s linear
  }

  [dir=ltr] .dc-datepicker__placeholder {
    left: 1.3rem
  }

  [dir=rtl] .dc-datepicker__placeholder {
    right: 1.3rem
  }

  .dc-datepicker__placeholder--has-value {
    background-color: var(--fill-normal);
    color: var(--text-general)
  }

  [dir=ltr] .dc-datepicker__placeholder--has-value {
    transform: translate3d(-14px, -20px, 0) scale(.7)
  }

  [dir=rtl] .dc-datepicker__placeholder--has-value {
    transform: translate3d(14px, -20px, 0) scale(.7)
  }

  .dc-datepicker__placeholder--has-error {
    color: var(--brand-red-coral)
  }

  .dc-datepicker__placeholder--is-focused {
    color: var(--brand-secondary)
  }

  .dc-datepicker__error {
    display: flex;
    position: absolute;
    top: 4.5rem
  }

  [dir=ltr] .dc-datepicker__error {
    left: 1.3rem
  }

  [dir=rtl] .dc-datepicker__error {
    right: 1.3rem
  }
}

.data-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative
}

.data-list__body {
  flex: 1
}

.data-list__body-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%
}

.data-list__footer {
  align-items: center;
  background: var(--general-main-1);
  border-top: 2px solid var(--border-disabled);
  display: flex;
  position: relative;
  width: 100%
}

.data-list__item {
  height: inherit
}

.data-list__item--wrapper {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  height: inherit;
  text-decoration: none
}

@media (min-width:320px) and (max-width:767px) {
  .data-list__item {
    border-radius: 4px
  }
}

.data-list__row {
  display: flex;
  flex-direction: row;
  padding: 4px 16px;
  width: 100%
}

.data-list__row>* {
  flex: 1
}

.data-list__row-content {
  color: var(--text-general);
  font-size: 1.4rem;
  line-height: 2rem
}

.data-list__row-cell--amount {
  align-items: flex-end;
  display: flex;
  flex: none;
  flex-direction: column
}

.data-list__row-title {
  color: var(--text-prominent);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem
}

@media (min-width:320px) and (max-width:767px) {
  .data-list__row-title {
    font-size: 1.2rem
  }
}

.data-list__row-divider {
  margin: 0 1.6rem
}

.data-list__row-divider:after {
  border-top: 1px solid var(--general-main-1);
  content: "";
  display: block
}

.data-list__row--wrapper:not(.data-list__item--dynamic-height-wrapper) {
  height: 100%
}

.data-list__row--timer {
  flex: none
}

.data-list__desc--wrapper {
  align-items: center;
  color: var(--text-general);
  display: flex;
  font-size: var(--text-size-xxs);
  height: inherit;
  padding: 1rem;
  text-align: center
}

.ReactVirtualized__List {
  outline: 0
}

.dc-data-table,
.table {
  display: flex;
  flex-direction: column
}

.table {
  box-sizing: border-box;
  color: var(--text-general);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-transform: default
}

.table__cell {
  align-items: center;
  display: flex;
  padding: .75em
}

[dir=ltr] .table__cell:first-child {
  padding-left: 0
}

[dir=ltr] .table__cell:last-child,
[dir=rtl] .table__cell:first-child {
  padding-right: 0
}

[dir=rtl] .table__cell:last-child {
  padding-left: 0
}

.table__row {
  box-sizing: border-box;
  display: grid;
  grid-auto-rows: max-content;
  padding: 0 1.6em;
  position: relative;
  text-decoration: none
}

.table__row,
.table__row:active,
.table__row:visited {
  color: var(--text-general)
}

.table__row--preloader {
  height: 100%;
  max-height: 64px;
  position: absolute;
  top: 0;
  width: 100%
}

[dir=ltr] .table__row--preloader {
  left: 0
}

[dir=rtl] .table__row--preloader {
  right: 0
}

[dir=ltr] .table__row--icon {
  margin-left: 1rem
}

[dir=rtl] .table__row--icon {
  margin-right: 1rem
}

.table__head {
  border-bottom: 2px solid var(--general-section-1);
  height: 52px
}

.table__head .table__row {
  border-bottom: none;
  color: var(--text-prominent);
  height: 100%
}

.table__body {
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden
}

.table__body .table__row-link:hover {
  background-color: var(--state-hover);
  cursor: pointer
}

.table__body .table__row:last-child {
  border-bottom: none
}

.table__foot,
.table__head {
  font-weight: 500;
  white-space: nowrap
}

.table__foot {
  border-top: 2px solid var(--general-section-1)
}

.table__foot .table__row {
  border-bottom: none;
  color: var(--text-general)
}

.dc-dialog {
  bottom: 0;
  flex-direction: column;
  height: 100vh;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100vw
}

.dc-dialog,
.dc-dialog__wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  top: 0;
  z-index: 999
}

.dc-dialog__wrapper {
  background-color: var(--overlay-outside-dialog);
  height: 100%;
  position: fixed;
  transition: opacity .25s cubic-bezier(.25, .1, .1, .25);
  width: 100%
}

[dir=ltr] .dc-dialog__wrapper {
  left: 0
}

[dir=rtl] .dc-dialog__wrapper {
  right: 0
}

.dc-dialog__wrapper--enter,
.dc-dialog__wrapper--exit {
  opacity: 0
}

.dc-dialog__wrapper--enter .dc-dialog__dialog,
.dc-dialog__wrapper--exit .dc-dialog__dialog {
  opacity: 0;
  transform: translate3d(0, 50px, 0)
}

.dc-dialog__wrapper--enter-done {
  opacity: 1
}

.dc-dialog__wrapper--enter-done .dc-dialog__dialog {
  opacity: 1;
  transform: translateZ(0)
}

.dc-dialog__wrapper--has-portal {
  background-color: transparent
}

.dc-dialog__dialog {
  align-items: center;
  background-color: var(--general-main-2);
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 var(--shadow-menu);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: -48px;
  max-height: 338px;
  max-width: 560px;
  min-height: 176px;
  min-width: 440px;
  padding: 2.4rem;
  transition: transform .25s cubic-bezier(.25, .1, .1, .25), opacity .25s cubic-bezier(.25, .1, .1, .25)
}

.dc-dialog__header-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%
}

.dc-dialog__header-wrapper--end {
  justify-content: flex-end
}

.dc-dialog__header--title {
  align-self: flex-start
}

.dc-dialog__header--close {
  cursor: pointer
}

.dc-dialog__content {
  align-self: flex-start;
  margin-bottom: 2.4rem;
  max-width: calc(440px - 4.8rem);
  width: 100%
}

.dc-dialog__content .dc-input__label {
  background-color: var(--general-main-2)
}

.dc-dialog__content--centered {
  align-self: center
}

.dc-dialog__footer {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .dc-dialog__footer {
    align-items: flex-start;
    flex-wrap: wrap
  }
}

[dir=ltr] .dc-dialog__button {
  margin-left: .8rem
}

[dir=rtl] .dc-dialog__button {
  margin-right: .8rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-dialog__button:not(:last-child) {
    margin-bottom: 1rem
  }
}

@media screen and (max-width:560px) {
  .dc-dialog__dialog {
    min-width: auto
  }

  .dc-dialog__dialog--has-margin {
    min-width: 0;
    min-width: auto;
    width: calc(100vw - 4.8rem)
  }
}

.dc-drawer {
  background: var(--general-main-2);
  position: fixed;
  transition: transform .3s ease;
  will-change: transform
}

.dc-drawer--left {
  display: flex;
  flex-direction: row-reverse
}

[dir=ltr] .dc-drawer--left {
  right: calc(100vw - 16px)
}

[dir=rtl] .dc-drawer--left {
  left: calc(100vw - 16px)
}

.dc-drawer--right {
  display: flex;
  flex-direction: row
}

[dir=ltr] .dc-drawer--right {
  left: calc(100vw - 16px)
}

[dir=rtl] .dc-drawer--right {
  right: calc(100vw - 16px)
}

@media (max-width:1279px) {
  .dc-drawer {
    height: calc(100% - 10.1rem) !important;
    top: calc(100% - 9.8rem) !important;
    width: 100vw !important
  }
}

.dc-drawer__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%
}

[dir=ltr] .dc-drawer__container--left {
  padding-right: 16px
}

[dir=ltr] .dc-drawer__container--right,
[dir=rtl] .dc-drawer__container--left {
  padding-left: 16px
}

[dir=rtl] .dc-drawer__container--right {
  padding-right: 16px
}

@media (max-width:1279px) {
  .dc-drawer__container {
    height: calc(100% - 3.6rem)
  }
}

.dc-drawer__header {
  border-bottom: 1px solid var(--general-section-1);
  font-size: 1.6em;
  font-weight: 700;
  line-height: 40px
}

.dc-drawer__content {
  flex-grow: 1;
  overflow: auto
}

.dc-drawer__footer {
  align-items: center;
  background-color: var(--general-main-2);
  border-top: 1px solid var(--general-section-1);
  font-size: 1.6em;
  font-weight: 700;
  line-height: 40px
}

.dc-drawer__toggle {
  align-items: center;
  background-color: var(--general-section-5);
  border-left: 1px solid var(--border-disabled);
  border-right: 1px solid var(--border-disabled);
  cursor: pointer;
  display: flex;
  height: 100%;
  position: absolute;
  width: 16px
}

@media (max-width:1279px) {
  .dc-drawer__toggle {
    background-color: var(--general-main-1);
    border-top: 1px solid var(--general-section-1);
    height: 3.6rem;
    justify-content: center;
    position: static;
    width: 100%
  }
}

.dc-drawer__toggle-icon {
  transition: .25s ease
}

.dc-drawer__toggle-icon--left {
  transform: rotate(0)
}

[dir=ltr] .dc-drawer__toggle-icon--right {
  transform: rotate(180deg)
}

[dir=rtl] .dc-drawer__toggle-icon--right {
  transform: rotate(-180deg)
}

@media (max-width:1279px) {
  .dc-drawer__toggle-icon {
    height: .8rem;
    transform: rotate(0);
    width: 2.5rem
  }
}

[dir=ltr] .dc-drawer__toggle--open>.dc-drawer__toggle-icon--left {
  transform: rotate(180deg)
}

[dir=rtl] .dc-drawer__toggle--open>.dc-drawer__toggle-icon--left {
  transform: rotate(-180deg)
}

.dc-drawer__toggle--open>.dc-drawer__toggle-icon--right {
  transform: rotate(0)
}

@media (max-width:1279px) {
  [dir=ltr] .dc-drawer__toggle--open>.dc-drawer__toggle-icon {
    transform: rotate(180deg)
  }

  [dir=rtl] .dc-drawer__toggle--open>.dc-drawer__toggle-icon {
    transform: rotate(-180deg)
  }

  .dc-drawer--open {
    transform: translateY(calc(-100% + 3.6rem))
  }
}

.dc-dropdown__select-arrow .color1-fill {
  fill: var(--text-general)
}

.dc-dropdown__select-arrow .color1-stroke {
  stroke: var(--text-general)
}

.dc-dropdown__select-arrow .color2-fill {
  fill: none
}

.dc-dropdown__select-arrow .color2-stroke {
  stroke: none
}

.active.dc-dropdown__select-arrow .color1-fill {
  fill: var(--text-prominent)
}

.active.dc-dropdown__select-arrow .color1-stroke {
  stroke: var(--text-prominent)
}

.active.dc-dropdown__select-arrow .color2-fill {
  fill: none
}

.active.dc-dropdown__select-arrow .color2-stroke {
  stroke: none
}

.disabled.dc-dropdown__select-arrow .color1-fill {
  fill: var(--text-disabled)
}

.disabled.dc-dropdown__select-arrow .color1-stroke {
  stroke: var(--text-disabled)
}

.disabled.dc-dropdown__select-arrow .color2-fill {
  fill: none
}

.disabled.dc-dropdown__select-arrow .color2-stroke {
  stroke: none
}

.white.dc-dropdown__select-arrow .color1-fill {
  fill: var(--text-prominent)
}

.white.dc-dropdown__select-arrow .color1-stroke {
  stroke: var(--text-prominent)
}

.border_hover_color.dc-dropdown__select-arrow .color1-fill {
  fill: var(--text-prominent)
}

.border_hover_color.dc-dropdown__select-arrow .color1-stroke {
  stroke: var(--text-prominent)
}

.secondary.dc-dropdown__select-arrow .color1-fill {
  fill: var(--text-less-prominent)
}

.secondary.dc-dropdown__select-arrow .color1-stroke {
  stroke: var(--text-less-prominent)
}

[dir=ltr] .dc-dropdown__label {
  left: 0
}

[dir=rtl] .dc-dropdown__label {
  right: 0
}

.dc-dropdown__label {
  background-color: var(--fill-normal);
  color: var(--text-prominent);
  font-size: var(--text-size-xs);
  padding: 0 4px;
  pointer-events: none;
  position: absolute;
  transition: all .25s ease;
  z-index: 2
}

[dir=ltr] .dc-dropdown__label {
  transform: translate(.5rem, -1rem) scale(.75)
}

[dir=rtl] .dc-dropdown__label {
  transform: translate(-.5rem, -1rem) scale(.75)
}

.dc-dropdown__label--clicked {
  color: var(--brand-secondary)
}

.dc-dropdown__display {
  align-items: center;
  background: var(--fill-normal);
  border: 1px solid var(--border-normal);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 3.2em;
  justify-content: center
}

.dc-dropdown__display:hover {
  border-color: var(--border-hover);
  outline: 0
}

.dc-dropdown__display:active,
.dc-dropdown__display:focus {
  outline: 0
}

.dc-dropdown__display-text {
  display: flex;
  white-space: nowrap
}

[dir=ltr] .dc-dropdown__display-text {
  padding-left: 1em;
  padding-right: 2.5em
}

[dir=rtl] .dc-dropdown__display-text {
  padding-left: 2.5em;
  padding-right: 1em
}

.dc-dropdown__display-text--placeholder:after {
  align-items: center;
  content: attr(placeholder);
  display: flex;
  height: 100%;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%
}

[dir=ltr] .dc-dropdown__display-text--placeholder:after {
  left: 0
}

[dir=rtl] .dc-dropdown__display-text--placeholder:after {
  right: 0
}

.dc-dropdown__display--has-suffix-icon {
  justify-content: start;
  width: 21rem
}

[dir=ltr] .dc-dropdown__display--has-suffix-icon {
  padding-left: 3rem;
  padding-right: 0
}

[dir=rtl] .dc-dropdown__display--has-suffix-icon {
  padding-left: 0;
  padding-right: 3rem
}

.dc-dropdown__display--is-left-text {
  justify-content: flex-start
}

.dc-dropdown__display--is-left-text .dc-dropdown__display-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

[dir=ltr] .dc-dropdown__display--is-left-text .dc-dropdown__display-text {
  padding-left: 1.2rem
}

[dir=rtl] .dc-dropdown__display--is-left-text .dc-dropdown__display-text {
  padding-right: 1.2rem
}

.dc-dropdown__display--duration {
  margin-top: 1rem
}

.dc-dropdown__display--duration .dc-dropdown__display-text {
  color: var(--text-general) !important;
  padding: 0 !important
}

.dc-dropdown__display--has-symbol {
  justify-content: normal
}

.dc-dropdown__display--no-border {
  border-color: var(--fill-normal)
}

.dc-dropdown__display-placeholder {
  pointer-events: none;
  position: absolute;
  top: 1.2rem;
  transform: translateZ(0);
  transition: all .25s ease
}

[dir=ltr] .dc-dropdown__display-placeholder {
  left: 1rem;
  transform-origin: top left
}

[dir=rtl] .dc-dropdown__display-placeholder {
  right: 1rem;
  transform-origin: top right
}

.dc-dropdown__display-placeholder-text {
  background: var(--fill-normal);
  padding: 0 4px
}

.dc-dropdown__display-placeholder--is-left-text {
  justify-content: flex-start
}

[dir=ltr] .dc-dropdown__display-placeholder--is-left-text {
  left: 8px
}

[dir=rtl] .dc-dropdown__display-placeholder--is-left-text {
  right: 8px
}

.dc-dropdown__display-placeholder--is-left-text.dc-dropdown__display-placeholder--is-title {
  padding: 0 2px;
  transform: translateY(-1.7rem) scale(.75);
  white-space: nowrap
}

.dc-dropdown__display-placeholder--is-left-text.dc-dropdown__display-placeholder--is-title .dc-dropdown__display-placeholder-text {
  color: var(--text-general) !important
}

.dc-dropdown__inner {
  height: 0;
  opacity: 0;
  pointer-events: none;
  width: 0
}

.dc-dropdown__container {
  position: relative
}

[dir=ltr] .dc-dropdown__hint {
  margin-left: 1.2rem
}

[dir=rtl] .dc-dropdown__hint {
  margin-right: 1.2rem
}

.dc-dropdown--no-margin .dc-dropdown__display {
  margin: 0
}

.dc-dropdown__select-arrow {
  color: var(--text-general);
  display: inline-block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  top: calc(50% - 7px);
  transform: rotate(0deg);
  transform-origin: 50% 45%;
  transition: transform .2s ease;
  vertical-align: baseline
}

[dir=ltr] .dc-dropdown__select-arrow {
  right: 12px
}

[dir=rtl] .dc-dropdown__select-arrow {
  left: 12px
}

.dc-dropdown__select-arrow:before {
  content: "⌃";
  display: block;
  height: .53em
}

[dir=ltr] .dc-dropdown__select-arrow--up {
  transform: rotate(-180deg)
}

[dir=rtl] .dc-dropdown__select-arrow--up {
  transform: rotate(180deg)
}

.dc-dropdown__select-arrow--error {
  top: 1.4rem
}

.dc-dropdown--show,
.dc-dropdown:active,
.dc-dropdown:focus {
  border-radius: 4px;
  outline: none
}

.dc-dropdown--show .dc-dropdown__select-arrow,
.dc-dropdown:active .dc-dropdown__select-arrow,
.dc-dropdown:focus .dc-dropdown__select-arrow {
  color: var(--text-general)
}

.dc-dropdown--error {
  margin-bottom: -1.8rem
}

.dc-dropdown--error .dc-dropdown__display {
  border-color: var(--brand-red-coral) !important
}

.dc-dropdown--error .dc-dropdown__display-placeholder-text,
.dc-dropdown--error .dc-dropdown__label {
  color: var(--brand-red-coral) !important
}

.dc-dropdown__list {
  bottom: -.4rem;
  height: 0;
  opacity: 0;
  position: absolute;
  transform: scaleY(0);
  transition: transform .25s ease, opacity .25s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 999
}

[dir=ltr] .dc-dropdown__list {
  left: 0
}

[dir=rtl] .dc-dropdown__list {
  right: 0
}

.dc-dropdown__list--enter,
.dc-dropdown__list--exit {
  opacity: 0;
  transform: scaleY(0)
}

.dc-dropdown__list--enter-done {
  opacity: 1;
  transform: scale(1)
}

.dc-dropdown__list--top {
  bottom: auto;
  top: .8em
}

.dc-dropdown__list--left {
  top: -.1em
}

.dc-dropdown__list--left--enter,
.dc-dropdown__list--left--exit {
  opacity: 0;
  transform: scale(1) translate3d(2em, 0, 0)
}

.dc-dropdown__list--left--enter-done {
  opacity: 1
}

.dc-dropdown__list--portal {
  height: auto;
  margin: .4rem 0
}

.dc-dropdown__list--portal .dc-list {
  position: static
}

.dc-dropdown--left .dc-dropdown__display {
  text-align: center
}

[dir=ltr] .dc-dropdown--left .dc-dropdown__display-text {
  padding-left: 0
}

[dir=rtl] .dc-dropdown--left .dc-dropdown__display-text {
  padding-right: 0
}

.dc-dropdown--left .dc-dropdown__display-symbol {
  position: relative
}

[dir=ltr] .dc-dropdown--left .dc-dropdown__display-symbol {
  float: right;
  margin-left: auto;
  margin-right: .6em;
  right: 0
}

[dir=rtl] .dc-dropdown--left .dc-dropdown__display-symbol {
  float: left;
  left: 0;
  margin-left: .6em;
  margin-right: auto
}

.dc-dropdown--left .dc-dropdown__select-arrow {
  left: .6em;
  right: auto
}

.dc-dropdown--show .dc-dropdown__display {
  border: 1px solid var(--border-active)
}

[dir=ltr] .dc-dropdown--show>.dc-dropdown__select-arrow {
  transform: rotate(-180deg)
}

[dir=rtl] .dc-dropdown--show>.dc-dropdown__select-arrow {
  transform: rotate(180deg)
}

[dir=ltr] .dc-dropdown--show>.dc-dropdown__select-arrow--left {
  transform: rotate(-180deg)
}

[dir=rtl] .dc-dropdown--show>.dc-dropdown__select-arrow--left {
  transform: rotate(180deg)
}

.dc-dropdown--disabled {
  pointer-events: none
}

.dc-dropdown--disabled .dc-dropdown__display {
  border: 1px solid var(--general-disabled)
}

.dc-dropdown--disabled .dc-dropdown__display-text {
  color: var(--text-less-prominent)
}

.dc-dropdown-container {
  margin-top: .8rem;
  min-width: 15rem;
  position: relative;
  width: 100%
}

.dc-dropdown-container:not(.cfd-personal-details-modal__form *):not(.trade-container__multiplier-dropdown):not(.dc-dropdown--left):not(.contract-type-info__dropdown) {
  margin-top: 0
}

.dc-dropdown--has-placeholder .dc-dropdown__display {
  height: 4rem
}

.dc-dropdown--has-placeholder .dc-dropdown__display .dc-dropdown__display-placeholder-text {
  color: var(--text-less-prominent)
}

.dc-dropdown--has-placeholder .dc-dropdown__display .dc-dropdown__display-placeholder-text-limit-fit {
  display: inline-block;
  max-width: 36.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.dc-dropdown--has-placeholder .dc-dropdown__display--clicked .dc-dropdown__display-placeholder-text {
  color: var(--brand-secondary) !important
}

.dc-dropdown--has-placeholder .dc-dropdown__select-arrow {
  top: 12px
}

[dir=ltr] .dc-dropdown--has-placeholder .dc-dropdown__select-arrow {
  right: 16px
}

[dir=rtl] .dc-dropdown--has-placeholder .dc-dropdown__select-arrow {
  left: 16px
}

.dc-dropdown--has-suffix-icon {
  margin-top: 0;
  max-width: -moz-fit-content;
  max-width: fit-content
}

[dir=ltr] .dc-dropdown--has-suffix-icon {
  margin-left: 1rem
}

[dir=rtl] .dc-dropdown--has-suffix-icon {
  margin-right: 1rem
}

.suffix-icon {
  position: absolute;
  transform: rotate(0deg);
  transition: transform .2s ease
}

[dir=ltr] .suffix-icon {
  left: 20px
}

[dir=rtl] .suffix-icon {
  right: 20px
}

[dir=ltr] .suffix-icon--flip {
  transform: rotate(-180deg)
}

[dir=rtl] .suffix-icon--flip {
  transform: rotate(180deg)
}

.dc-list {
  background: var(--general-main-2);
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 var(--shadow-menu);
  position: absolute;
  width: 100%;
  z-index: 2
}

.dc-list--has-suffix-icon {
  width: 21rem
}

.dc-list--left {
  width: auto
}

.dc-list--left .dc-list__item-symbol,
.dc-list--left .dc-list__item-text {
  overflow: hidden;
  padding-left: 2.286em;
  padding-right: 2.286em;
  text-align: center;
  white-space: nowrap
}

.dc-list--large {
  max-height: 404px;
  padding-bottom: 1.6rem
}

.dc-list--large .dc-list__label {
  color: var(--text-prominent);
  height: 4rem;
  padding: 1.6rem .8rem .8rem
}

.dc-list--large .dc-list__item-text {
  margin: 0 .8rem;
  padding: 1rem 1.6rem;
  width: calc(100% - 1.6rem)
}

.dc-list--large .dc-list__item:not(.dc-list--large .dc-list__item--disabled):not(.dc-list--large .dc-list__item--selected):focus,
.dc-list--large .dc-list__item:not(.dc-list--large .dc-list__item--disabled):not(.dc-list--large .dc-list__item--selected):hover {
  border-radius: 4px;
  margin: 0 .8rem;
  width: calc(100% - 1.6rem)
}

.dc-list--large .dc-list__item:not(.dc-list--large .dc-list__item--disabled):not(.dc-list--large .dc-list__item--selected):focus .dc-list__item-text,
.dc-list--large .dc-list__item:not(.dc-list--large .dc-list__item--disabled):not(.dc-list--large .dc-list__item--selected):hover .dc-list__item-text {
  margin: 0;
  width: 100%
}

.dc-list--large .dc-list__separator {
  border-bottom: 4px solid var(--general-section-2);
  margin: 1.6rem 0 0;
  width: 100%
}

.dc-list__label {
  align-items: center;
  color: var(--brand-red-coral);
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 3.6rem;
  justify-content: center;
  padding: .6rem
}

.dc-list__item {
  cursor: pointer;
  width: 100%
}

.dc-list__item-symbol,
.dc-list__item-text {
  display: flex;
  justify-content: center;
  padding: .6rem 1.6rem;
  pointer-events: none;
  vertical-align: middle;
  width: 100%
}

.dc-list__item-text--left {
  justify-content: flex-start
}

[dir=ltr] .dc-list__item-text--left {
  padding-left: 1em
}

[dir=rtl] .dc-list__item-text--left {
  padding-right: 1em
}

.dc-list__item:not(.dc-list__item--disabled):not(.dc-list__item--selected):hover {
  background-color: var(--state-hover);
  color: var(--text-general)
}

[dir=ltr] .dc-list__item--selected .dc-list__item-symbol,
[dir=ltr] .dc-list__item--selected .dc-list__item-text,
[dir=ltr] .dc-list__item--selected .dc-list__item-tooltip {
  text-align: left
}

[dir=rtl] .dc-list__item--selected .dc-list__item-symbol,
[dir=rtl] .dc-list__item--selected .dc-list__item-text,
[dir=rtl] .dc-list__item--selected .dc-list__item-tooltip {
  text-align: right
}

.dc-list__item--selected .dc-list__item-symbol,
.dc-list__item--selected .dc-list__item-text,
.dc-list__item--selected .dc-list__item-tooltip {
  background: var(--state-active);
  border-radius: 4px;
  color: var(--text-colored-background);
  color: var(--text-prominent);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  line-height: 1.43;
  text-transform: none
}

.dc-list__item:focus:not(.dc-list__item--disabled) {
  background-color: var(--state-hover);
  color: var(--text-general);
  outline: none
}

.dc-list__item--disabled {
  color: var(--text-disabled);
  cursor: default;
  opacity: .3
}

.dc-list__item-symbol {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: .6rem 0;
  width: 100%
}

.dc-list__separator {
  border-bottom: 1px solid var(--border-normal);
  display: flex;
  margin: 1.6rem;
  width: calc(100% - 3.2rem)
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .dc-list>div:first-child .dc-list>div:first-child {
      overflow-x: hidden !important;
      overflow-y: auto
    }

    .dc-list>div:first-child .dc-list>div:first-child::-webkit-scrollbar {
      -webkit-appearance: none
    }

    .dc-list>div:first-child .dc-list>div:first-child>div:first-child {
      padding-bottom: 11.5em !important
    }
  }
}

.empty-state {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%
}

.empty-state__content {
  display: flex;
  flex-direction: column;
  gap: .8rem
}

@media (min-width:320px) and (max-width:767px) {
  .empty-state__action .dc-btn__text {
    font-size: var(--text-size-xxs)
  }
}

.dc-expansion-panel__header-container {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: space-between
}

.dc-expansion-panel__header-chevron-icon {
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform .3s ease
}

[dir=ltr] .dc-expansion-panel__header-active .dc-expansion-panel__header-chevron-icon {
  transform: rotate(180deg)
}

[dir=rtl] .dc-expansion-panel__header-active .dc-expansion-panel__header-chevron-icon {
  transform: rotate(-180deg)
}

.dc-expansion-panel__header-active {
  margin-bottom: 1.6rem
}

.dc-expansion-panel__content-array {
  align-items: flex-start;
  display: flex;
  font-size: var(--text-size-xxs);
  justify-content: flex-start;
  line-height: 1.5
}

.dc-expansion-panel__content-chevron-icon {
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  transform: rotate(0deg);
  transition: transform .3s ease
}

[dir=ltr] .dc-expansion-panel__content-active .dc-expansion-panel__content-chevron-icon {
  transform: rotate(90deg)
}

[dir=rtl] .dc-expansion-panel__content-active .dc-expansion-panel__content-chevron-icon {
  transform: rotate(-90deg)
}

[dir=ltr] .dc-expansion-panel__content-array-item-index {
  margin-right: 4px
}

[dir=rtl] .dc-expansion-panel__content-array-item-index {
  margin-left: 4px
}

.dc-modal__container {
  background-color: var(--general-main-2);
  border-radius: 8px;
  box-shadow: 0 4px 6px 0 var(--shadow-menu);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: transform .25s cubic-bezier(.25, .1, .1, .25), opacity .25s cubic-bezier(.25, .1, .1, .25)
}

.dc-modal__container--is-vertical-centered {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%) !important
}

.dc-modal__container--is-vertical-centered .dc-modal__container {
  min-width: 0;
  min-width: auto;
  top: 2rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-modal__container--is-vertical-centered {
    width: calc(100vw - 4.8rem) !important
  }

  [dir=ltr] .dc-modal__container--is-vertical-centered {
    left: 2.4rem
  }

  [dir=rtl] .dc-modal__container--is-vertical-centered {
    right: 2.4rem
  }
}

.dc-modal__container--is-vertical-top {
  position: absolute;
  top: 48px
}

@media (max-width:600px) {
  .dc-modal__container--is-vertical-top {
    top: 40px;
    width: calc(100vw - 3.2rem) !important
  }

  [dir=ltr] .dc-modal__container--is-vertical-top {
    left: 1.6rem
  }

  [dir=rtl] .dc-modal__container--is-vertical-top {
    right: 1.6rem
  }
}

.dc-modal__container--is-vertical-bottom {
  bottom: 36px;
  position: absolute
}

@media (max-width:600px) {
  .dc-modal__container--is-vertical-bottom {
    width: calc(100vw - 3.2rem) !important
  }

  [dir=ltr] .dc-modal__container--is-vertical-bottom {
    left: 1.6rem
  }

  [dir=rtl] .dc-modal__container--is-vertical-bottom {
    right: 1.6rem
  }
}

.dc-modal__container--hide {
  display: none
}

.dc-modal__container--enter,
.dc-modal__container--exit {
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px)
}

.dc-modal__container--enter-done {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0)
}

.dc-modal__container--small {
  max-width: 440px
}

.dc-modal__container--is-confirmation-modal .dc-modal-header,
.dc-modal__container--small .dc-modal-header {
  border-bottom: none
}

.dc-modal__container--is-confirmation-modal .dc-modal-header__title {
  padding: 2.4rem
}

.dc-modal__container--is-confirmation-modal .dc-modal-body {
  padding: 0 2.4rem
}

.dc-modal__container--is-confirmation-modal .dc-modal-footer {
  padding: 2.4rem
}

@media (min-width:601px) {
  .dc-modal__container {
    max-height: calc(100vh - 84px) !important;
    min-width: 440px !important
  }
}

@media (max-width:600px) {
  .dc-modal__container {
    max-width: calc(100vw - 3.2rem) !important
  }
}

@media (max-width:1279px) {
  .dc-modal__container_sent-email__modal {
    height: 42rem !important;
    overflow-y: scroll !important
  }
}

.dc-modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  width: 100%
}

.dc-modal-header__border-bottom {
  border-bottom: 2px solid var(--general-section-5) !important
}

[dir=ltr] .dc-modal-header__icon {
  margin-right: 1rem
}

[dir=rtl] .dc-modal-header__icon {
  margin-left: 1rem
}

.dc-modal-header__icon:hover {
  cursor: pointer
}

.dc-modal-header__title {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 1.6rem 2.4rem
}

.dc-modal-header__title:empty {
  border: none;
  padding: 0
}

@media (min-width:320px) and (max-width:767px) {
  .dc-modal-header__title {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 1.6rem
  }
}

.dc-modal-header__section {
  align-items: center;
  display: flex;
  flex-grow: 1;
  line-height: 24px;
  padding: 1.6rem
}

.dc-modal-header__close {
  cursor: pointer;
  display: block;
  height: 30px;
  padding: .6rem .8rem;
  width: 32px
}

[dir=ltr] .dc-modal-header__close {
  margin: 1.2rem 1.6rem 1.2rem auto
}

[dir=rtl] .dc-modal-header__close {
  margin: 1.2rem auto 1.2rem 1.6rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-modal-header__close {
    margin: .8rem
  }
}

.dc-modal-header--is-title-centered {
  justify-content: flex-end;
  position: relative
}

.dc-modal-header--is-title-centered .dc-modal-header__title {
  justify-content: center;
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .dc-modal-header--is-title-centered .dc-modal-header__title {
    position: absolute
  }
}

.dc-modal-header--is-title-centered .dc-modal-header__close {
  z-index: 1
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .dc-modal-header {
      min-height: 4.8rem
    }
  }
}

.dc-modal-body {
  color: var(--text-prominent);
  font-size: 1.4rem;
  line-height: 1.43;
  padding: 2.4rem
}

.dc-modal-body:first-child {
  padding-top: 2.4rem
}

.dc-modal-body__expiration {
  min-height: 12rem;
  padding: 1.6rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-modal-body {
    font-size: 1.2rem;
    padding: .8rem 2.4rem
  }
}

.dc-modal-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding: 1.6rem
}

.dc-modal-footer .dc-btn {
  margin: 0 .8rem
}

.dc-modal-footer .dc-btn:last-child {
  margin: 0
}

.dc-modal-footer--separator {
  border-top: 2px solid var(--general-section-1)
}

.error-modal {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.error-modal .dc-btn {
  margin-top: 2.4rem
}

@media (min-width:320px) and (max-width:767px) {
  .error-modal {
    height: calc(100vh - 80px)
  }

  .error-modal .dc-btn {
    margin-top: 1.6rem;
    width: 100%
  }
}

.dc-file-dropzone {
  border: 1px dashed var(--border-normal);
  border-radius: 4px;
  color: var(--text-prominent);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  height: 100%;
  padding: 2rem;
  position: relative;
  text-align: center;
  width: 100%
}

.dc-file-dropzone__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%
}

[dir=ltr] .dc-file-dropzone__content {
  left: 0
}

[dir=rtl] .dc-file-dropzone__content {
  right: 0
}

.dc-file-dropzone__message {
  display: block;
  max-width: 168px;
  pointer-events: none;
  position: absolute;
  transition: transform .25s ease, opacity .15s linear
}

.dc-file-dropzone__message,
.dc-file-dropzone__message--enter-done {
  opacity: 1;
  transform: translateZ(0)
}

.dc-file-dropzone__message--enter {
  opacity: 0;
  transform: translate3d(0, -16px, 0)
}

.dc-file-dropzone__message--enter-active,
.dc-file-dropzone__message--exit {
  opacity: 1;
  transform: translateZ(0)
}

.dc-file-dropzone__message--exit-active {
  opacity: 0;
  transform: translate3d(0, -16px, 0)
}

@media (min-width:320px) and (max-width:767px) {
  .dc-file-dropzone__message {
    max-width: 26rem
  }
}

.dc-file-dropzone__filename {
  width: 100%
}

.dc-file-dropzone--has-file {
  background-color: var(--general-section-1);
  border-color: var(--status-success);
  border-style: solid
}

.dc-file-dropzone--has-error {
  border-color: var(--status-danger);
  border-style: solid
}

.dc-file-dropzone--has-error .dc-file-dropzone__filename {
  margin-top: -3em
}

.dc-file-dropzone--is-noclick {
  cursor: auto
}

.dc-file-dropzone:focus,
.dc-file-dropzone:hover {
  outline: 0
}

.dc-file-dropzone:hover {
  background-color: rgba(0, 0, 0, .025)
}

.dc-form-progress {
  position: relative;
  width: 100%
}

.dc-form-progress__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3.2rem
}

.dc-form-progress__header>h2 {
  margin: 2rem 0 0;
  text-transform: none
}

.dc-form-progress__step {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 6rem;
  width: 134px;
  z-index: 2
}

.dc-form-progress__step .identifier {
  background-color: var(--text-less-prominent);
  border: 1px solid var(--text-less-prominent);
  border-radius: 50%;
  display: block;
  margin-top: 4px;
  width: 24px
}

.dc-form-progress__step .identifier--active {
  background-color: var(--brand-red-coral) !important;
  border: 1px solid var(--brand-red-coral) !important
}

.dc-form-progress__steps {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative
}

.dc-form-progress__steps--before {
  border-top: 2px solid var(--text-less-prominent);
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 1.7rem
}

.dc-form-progress__steps--after {
  border-top: 2px solid var(--brand-red-coral);
  transition: width .3s ease
}

@media (min-width:1280px) {
  .dc-form-progress__steps--after {
    bottom: 0;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 1.7rem
  }

  [dir=ltr] .dc-form-progress__steps--after {
    left: 0
  }

  [dir=rtl] .dc-form-progress__steps--after {
    right: 0
  }
}

@media (max-width:1279px) {
  .dc-form-progress__steps--after {
    position: absolute;
    top: 0
  }
}

.dc-form-progress--initial {
  border-top: 2px solid var(--checkbox-disabled-grey)
}

.dc-form-submit-button {
  align-items: center;
  align-self: flex-end;
  background-color: transparent;
  display: flex;
  justify-content: flex-end
}

.dc-form-submit-button:only-child {
  width: 100%
}

.dc-form-submit-button .dc-btn {
  margin: 0 .8rem
}

[dir=ltr] .dc-form-submit-button .dc-btn:first-child {
  margin-left: 0
}

[dir=rtl] .dc-form-submit-button .dc-btn:first-child {
  margin-right: 0
}

.dc-form-submit-button .dc-btn:last-child {
  margin: 0
}

.dc-form-submit-button--absolute {
  background-color: var(--general-main-1);
  border-top: 1px solid var(--general-section-1);
  bottom: 0;
  padding: 1.6rem;
  position: absolute;
  width: 100%
}

[dir=ltr] .dc-form-submit-button--absolute {
  right: 0
}

[dir=rtl] .dc-form-submit-button--absolute {
  left: 0
}

.dc-form-submit-button--center {
  height: 100%;
  justify-content: center;
  width: 100%
}

.dc-form-submit-button--center .btn {
  min-width: 9rem
}

.dc-form-submit-button--error {
  text-transform: none
}

@media (max-width:1279px) {
  .dc-form-submit-button--absolute {
    border-top: 2px solid var(--general-disabled);
    bottom: 0;
    justify-content: center;
    max-height: 70px;
    padding: 1.6rem;
    position: fixed;
    top: auto;
    width: 100%
  }

  [dir=ltr] .dc-form-submit-button--absolute {
    left: 0
  }

  [dir=rtl] .dc-form-submit-button--absolute {
    right: 0
  }

  .dc-form-submit-button--absolute .dc-btn {
    height: 40px;
    max-width: 30rem;
    width: 100%
  }
}

.dc-form-submit-error-message {
  align-items: center;
  display: flex;
  flex: 1
}

[dir=ltr] .dc-form-submit-error-message {
  margin-right: auto
}

[dir=rtl] .dc-form-submit-error-message {
  margin-left: auto
}

[dir=ltr] .dc-form-submit-error-message p {
  padding-left: .8rem
}

[dir=rtl] .dc-form-submit-error-message p {
  padding-right: .8rem
}

@media (max-width:1279px) {
  .dc-form-submit-error-message p {
    line-height: 20px
  }

  .dc-form-submit-error-message {
    bottom: 7rem;
    padding: 0 1.6rem 1rem;
    position: absolute
  }
}

.dc-form-cancel-button {
  align-items: center;
  align-self: flex-start;
  display: flex;
  justify-content: flex-start
}

.dc-form-cancel-button:only-child {
  width: 100%
}

.dc-form-cancel-button .dc-btn {
  margin: 0 .8rem
}

[dir=ltr] .dc-form-cancel-button .dc-btn:first-child {
  margin-left: 0
}

[dir=rtl] .dc-form-cancel-button .dc-btn:first-child {
  margin-right: 0
}

.dc-form-cancel-button .dc-btn:last-child {
  margin: 0
}

.dc-form-cancel-button--absolute {
  bottom: 0;
  padding: 1.6rem;
  position: absolute
}

[dir=ltr] .dc-form-cancel-button--absolute {
  left: 0
}

[dir=rtl] .dc-form-cancel-button--absolute {
  right: 0
}

.dc-form-cancel-button--center {
  height: 100%;
  justify-content: center;
  width: 100%
}

.dc-form-cancel-button--center .btn {
  min-width: 9rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-form-cancel-button--absolute {
    background-color: var(--general-section-2);
    border-top: 2px solid var(--general-disabled);
    bottom: 0;
    max-height: 70px;
    padding: 1.6rem;
    position: absolute;
    top: auto;
    width: 100%
  }

  [dir=ltr] .dc-form-cancel-button--absolute {
    left: 0
  }

  [dir=rtl] .dc-form-cancel-button--absolute {
    right: 0
  }

  .dc-form-cancel-button--absolute .dc-btn {
    height: 40px;
    width: 100%
  }
}

.gradient-background {
  height: 100%;
  justify-content: center;
  overflow: hidden
}

.gradient-background,
.gradient-background__container {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%
}

.gradient-background__container {
  max-width: 128rem
}

.gradient-background__primary {
  aspect-ratio: 1;
  filter: blur(400px);
  opacity: 1;
  position: absolute;
  width: 45.8%
}

[dir=ltr] .gradient-background__primary {
  right: -1.9%
}

[dir=rtl] .gradient-background__primary {
  left: -1.9%
}

@media (min-width:320px) and (max-width:767px) {
  .gradient-background__primary {
    filter: blur(200px);
    opacity: .8;
    top: 30%;
    width: 111%
  }

  [dir=ltr] .gradient-background__primary {
    right: -30%
  }

  [dir=rtl] .gradient-background__primary {
    left: -30%
  }
}

.gradient-background__secondary {
  aspect-ratio: 1;
  filter: blur(140px);
  opacity: 1;
  position: absolute;
  top: 0;
  transform: translateY(-48%);
  width: 23%
}

[dir=ltr] .gradient-background__secondary {
  right: -11%
}

[dir=rtl] .gradient-background__secondary {
  left: -11%
}

@media (min-width:320px) and (max-width:767px) {
  .gradient-background__secondary {
    filter: blur(100px);
    opacity: .8;
    top: -10%;
    width: 62%
  }

  [dir=ltr] .gradient-background__secondary {
    right: -33%
  }

  [dir=rtl] .gradient-background__secondary {
    left: -33%
  }
}

.gradient-background__tertiary {
  aspect-ratio: 1;
  filter: blur(240px);
  opacity: 1;
  position: absolute;
  top: 0;
  transform: translateY(-54%);
  width: 28%
}

[dir=ltr] .gradient-background__tertiary {
  left: -15%
}

[dir=rtl] .gradient-background__tertiary {
  right: -15%
}

@media (min-width:320px) and (max-width:767px) {
  .gradient-background__tertiary {
    filter: blur(200px);
    opacity: .8;
    top: 10%;
    width: 71%
  }

  [dir=ltr] .gradient-background__tertiary {
    left: -35%
  }

  [dir=rtl] .gradient-background__tertiary {
    right: -35%
  }
}

.gradient-background__children {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.gradient-background-two-point {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 50%;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%
}

.gradient-background-two-point__primary {
  aspect-ratio: 1;
  height: 100%
}

.gradient-background-two-point__secondary {
  aspect-ratio: 1;
  height: 120%
}

.gradient-background-two-point__children {
  position: absolute
}

.dc-hint-box {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: var(--text-size-xxxs);
  justify-content: center;
  line-height: 1.4rem;
  padding: 8px
}

.dc-hint-box--inline {
  align-items: flex-start;
  display: flex;
  gap: .8rem;
  margin-top: .8rem
}

.dc-hint-box--inline-message>p {
  padding-bottom: 0 !important
}

[dir=ltr] .dc-hint-box--inline-icon {
  margin-right: 0
}

[dir=rtl] .dc-hint-box--inline-icon {
  margin-left: 0
}

.dc-hint-box--info {
  background-color: var(--transparent-info)
}

.dc-hint-box--warn {
  background-color: var(--status-warning-transparent)
}

.dc-hint-box--danger {
  background-color: var(--transparent-danger)
}

[dir=ltr] .dc-hint-box__icon {
  margin-right: 8px
}

[dir=rtl] .dc-hint-box__icon {
  margin-left: 8px
}

.dc-hint-box__message {
  color: var(--text-prominent)
}

.hint-box-layout {
  align-items: flex-start;
  display: grid;
  grid-template-columns: auto 1fr
}

.dc-horizontal-swipe {
  display: flex
}

.dc-horizontal-swipe--left {
  display: flex;
  position: absolute
}

[dir=ltr] .dc-horizontal-swipe--left {
  left: 0
}

[dir=rtl] .dc-horizontal-swipe--left {
  right: 0
}

.dc-horizontal-swipe--main {
  background: var(--general-main-1);
  transition: .5s ease-in-out;
  width: 100vw;
  z-index: 1000
}

.dc-horizontal-swipe--right {
  display: flex;
  position: absolute
}

[dir=ltr] .dc-horizontal-swipe--right {
  right: 0
}

[dir=rtl] .dc-horizontal-swipe--right {
  left: 0
}

.inline-message {
  align-items: flex-start;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: .8rem;
  height: -moz-min-content;
  height: min-content;
  padding: .8rem
}

@media (min-width:768px) {
  .inline-message__lg {
    border-radius: 8px;
    gap: 1.6rem;
    padding: 1.6rem
  }
}

.inline-message__warning {
  background: rgba(255, 173, 58, .16)
}

.inline-message__information {
  background: rgba(55, 124, 252, .16)
}

.inline-message__announcement {
  background: rgba(75, 180, 179, .16)
}

.inline-message__error {
  background: rgba(236, 63, 63, .16)
}

.inline-message__icon__sm {
  margin-top: .1rem
}

@media (min-width:320px) and (max-width:767px) {
  .inline-message__icon__sm {
    margin-top: 0
  }
}

.inline-message__icon__md {
  margin-top: .2rem
}

@media (min-width:320px) and (max-width:767px) {
  .inline-message__icon__md {
    margin-top: .1rem
  }

  .inline-message__icon__lg {
    margin-top: .2rem
  }
}

.inline-message__messages {
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column
}

.inline-message__messages__xs {
  margin-top: .1rem
}

@media (min-width:320px) and (max-width:767px) {
  .inline-message__messages__xs {
    margin-top: .2rem
  }

  .inline-message__messages__sm {
    margin-top: .1rem
  }
}

.dc-label {
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  line-height: 20px;
  margin: 0 2px;
  padding: 2px 8px;
  position: relative
}

.dc-label:after {
  border-radius: 12px;
  content: "";
  height: 100%;
  opacity: .16;
  position: absolute;
  top: 0;
  width: 100%
}

[dir=ltr] .dc-label:after {
  left: 0
}

[dir=rtl] .dc-label:after {
  right: 0
}

.dc-label--general--default {
  color: var(--status-default)
}

.dc-label--general--default:after {
  background-color: var(--status-default)
}

.dc-label--general--adjustment {
  color: var(--status-adjustment)
}

.dc-label--general--adjustment:after {
  background-color: var(--status-adjustment)
}

.dc-label--general--danger {
  color: var(--status-danger)
}

.dc-label--general--danger:after {
  background-color: var(--status-danger)
}

.dc-label--general--warn {
  color: var(--status-warning)
}

.dc-label--general--warn:after {
  background-color: var(--status-warning)
}

.dc-label--general--success {
  color: var(--status-success)
}

.dc-label--general--success:after {
  background-color: var(--status-success)
}

.dc-label--general--transfer {
  color: var(--status-transfer)
}

.dc-label--general--transfer:after {
  background-color: var(--status-transfer)
}

.dc-label--general--default-invert {
  color: var(--status-less-prominent)
}

.dc-label--general--default-invert:after {
  background-color: var(--status-less-prominent)
}

.dc-label--general--success-invert {
  background-color: var(--status-success);
  color: var(--text-colored-background)
}

.dc-label--general--warn-invert {
  background-color: var(--status-warning);
  color: var(--text-colored-background)
}

.dc-label--general--info {
  color: var(--status-info)
}

.dc-label--general--info:after {
  background-color: var(--status-info)
}

.dc-label--large {
  border-radius: 20px;
  font-size: 16px;
  height: 28px;
  margin: 0 2px
}

[dir=ltr] .dc-label--large {
  padding: 4px 8px 4px 4px
}

[dir=rtl] .dc-label--large {
  padding: 4px 4px 4px 8px
}

.dc-linear-progress {
  align-items: flex-start;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 4px;
  justify-content: flex-start;
  position: absolute;
  width: 100%
}

[dir=ltr] .dc-linear-progress {
  left: 0
}

[dir=rtl] .dc-linear-progress {
  right: 0
}

.dc-linear-progress__bar {
  background-color: var(--brand-red-coral);
  height: 100%;
  transition: width .5s cubic-bezier(.62, .01, .51, .95)
}

.dc-linear-progress__countdown {
  bottom: 1rem;
  color: var(--brand-red-coral);
  font-size: 12px;
  font-weight: 700;
  position: absolute
}

[dir=ltr] .dc-linear-progress__countdown {
  left: 1rem
}

[dir=rtl] .dc-linear-progress__countdown {
  right: 1rem
}

.dc-mobile-drawer__header-close .color1-fill {
  fill: var(--text-prominent)
}

.dc-mobile-drawer__header-close .color1-stroke {
  stroke: var(--text-prominent)
}

@keyframes openDrawer {
  0% {
    transform: translateX(-100%)
  }

  60%,
  to {
    transform: translateX(0)
  }

  80% {
    transform: translateX(-5%)
  }
}

@keyframes openRtlDrawer {
  0% {
    transform: translateX(100%)
  }

  60%,
  to {
    transform: translateX(0)
  }

  80% {
    transform: translateX(5%)
  }
}

@keyframes closeDrawer {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

@keyframes closeRtlDrawer {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(100%)
  }
}

.dc-mobile-drawer {
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-name: openDrawer;
  position: absolute;
  top: 0;
  will-change: transform;
  z-index: 10000
}

[dir=ltr] .dc-mobile-drawer {
  left: 0;
  transform: translateX(-100%)
}

[dir=rtl] .dc-mobile-drawer {
  animation-name: openRtlDrawer;
  right: 0;
  transform: translateX(100%)
}

.dc-mobile-drawer__container {
  background-color: var(--general-main-2);
  box-shadow: 0 16px 16px 0 var(--shadow-menu), 0 0 16px 0 var(--shadow-menu);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative
}

.dc-mobile-drawer-header__title--pre-appstore {
  display: flex;
  justify-content: space-between
}

.dc-mobile-drawer__header {
  align-items: center;
  border-bottom: 1px solid var(--general-section-2);
  display: flex;
  height: 50px;
  line-height: 24px;
  width: 100%;
  z-index: 4
}

.dc-mobile-drawer__header--right {
  flex-direction: row-reverse
}

.dc-mobile-drawer__header-title {
  align-items: center;
  display: flex;
  height: 40px;
  padding: 1.2rem 1.6rem;
  width: 100%
}

[dir=ltr] .dc-mobile-drawer__header-title {
  border-left: 1px solid var(--general-section-2)
}

[dir=rtl] .dc-mobile-drawer__header-title {
  border-right: 1px solid var(--general-section-2)
}

.dc-mobile-drawer__header-section {
  align-items: center;
  display: flex;
  flex-grow: 1;
  line-height: 24px;
  padding: 1.6rem
}

.dc-mobile-drawer__header-close {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: inherit;
  padding: .6rem 1.2rem;
  width: 40px
}

.dc-mobile-drawer__header-wrapper {
  display: flex;
  justify-content: space-between;
  transition: all .2s;
  width: 100%
}

.dc-mobile-drawer__subheader {
  align-items: center;
  background: var(--general-main-2);
  border-bottom: 1px solid var(--general-section-2);
  display: flex;
  height: 72px;
  justify-content: center;
  margin-bottom: 1.8rem;
  min-height: 72px;
  position: absolute;
  width: 100%;
  z-index: 1
}

.dc-mobile-drawer__subheader--hidden {
  visibility: hidden
}

.dc-mobile-drawer__submenu-back {
  height: 16px;
  width: 16px
}

[dir=ltr] .dc-mobile-drawer__submenu-back {
  margin-right: 16px
}

[dir=rtl] .dc-mobile-drawer__submenu-back {
  margin-left: 16px;
  rotate: 180deg
}

.dc-mobile-drawer__submenu-toggle {
  align-items: center;
  display: flex;
  height: 5.6rem
}

[dir=ltr] .dc-mobile-drawer__submenu-toggle {
  padding: 0 1.6rem 0 4.8rem
}

[dir=rtl] .dc-mobile-drawer__submenu-toggle {
  padding: 0 4.8rem 0 1.6rem
}

.dc-mobile-drawer__submenu-toggle--hidden {
  height: 0;
  padding: 0;
  visibility: hidden
}

.dc-mobile-drawer__submenu-toggle-icon {
  height: 16px;
  width: 16px
}

[dir=ltr] .dc-mobile-drawer__submenu-toggle-icon {
  margin-right: 16px
}

[dir=rtl] .dc-mobile-drawer__submenu-toggle-icon {
  margin-left: 16px
}

.dc-mobile-drawer__submenu-toggle-suffix-icon {
  height: 16px;
  width: 16px
}

[dir=ltr] .dc-mobile-drawer__submenu-toggle-suffix-icon {
  margin-left: auto
}

[dir=rtl] .dc-mobile-drawer__submenu-toggle-suffix-icon {
  margin-right: auto;
  rotate: 180deg
}

.dc-mobile-drawer__submenu-list {
  background: var(--general-main-2);
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  transition: transform .25s cubic-bezier(.25, .1, .1, .25);
  width: 100%;
  z-index: 2
}

[dir=ltr] .dc-mobile-drawer__submenu-list {
  left: 0
}

[dir=rtl] .dc-mobile-drawer__submenu-list {
  right: 0
}

.dc-mobile-drawer__submenu-list[\:has\(\.settings-language__language-container\)] {
  z-index: 7
}

.dc-mobile-drawer__submenu-list:has(.settings-language__language-container) {
  z-index: 7
}

.dc-mobile-drawer__submenu-list--enter,
.dc-mobile-drawer__submenu-list--exit {
  opacity: 0;
  pointer-events: none
}

[dir=ltr] .dc-mobile-drawer__submenu-list--enter,
[dir=ltr] .dc-mobile-drawer__submenu-list--exit {
  transform: translateX(-100%)
}

[dir=rtl] .dc-mobile-drawer__submenu-list--enter,
[dir=rtl] .dc-mobile-drawer__submenu-list--exit {
  transform: translateX(100%)
}

.dc-mobile-drawer__submenu-list--enter-done {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0)
}

.dc-mobile-drawer__submenu-list--has-subheader {
  height: 100%
}

.dc-mobile-drawer__submenu-list-title {
  align-items: center;
  display: flex
}

[dir=ltr] .dc-mobile-drawer__submenu-list-title {
  padding: 2rem 0 3.2rem 3.2rem
}

[dir=rtl] .dc-mobile-drawer__submenu-list-title {
  padding: 2rem 3.2rem 3.2rem 0
}

.dc-mobile-drawer__submenu-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.2rem
}

[dir=ltr] .dc-mobile-drawer__submenu-section {
  padding-left: 5.6rem
}

[dir=rtl] .dc-mobile-drawer__submenu-section {
  padding-right: 5.6rem
}

.dc-mobile-drawer__submenu-section-title {
  align-items: center;
  display: flex
}

[dir=ltr] .dc-mobile-drawer__submenu-section-title-text {
  padding-left: 1.6rem
}

[dir=rtl] .dc-mobile-drawer__submenu-section-title-text {
  padding-right: 1.6rem
}

[dir=ltr] .dc-mobile-drawer__submenu-section-content {
  padding-left: 4.8rem
}

[dir=rtl] .dc-mobile-drawer__submenu-section-content {
  padding-right: 4.8rem
}

.dc-mobile-drawer__submenu-section-content .header__menu-mobile-link {
  padding-top: 1.6rem
}

.dc-mobile-drawer__submenu-section-content .header__menu-mobile-link--disabled {
  opacity: .32;
  pointer-events: none
}

.dc-mobile-drawer__body {
  color: var(--text-prominent);
  font-size: 1.4rem;
  height: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 8.8rem
}

.dc-mobile-drawer__body.no-padding {
  padding-top: 0
}

.dc-mobile-drawer__item {
  align-items: center;
  color: var(--text-prominent);
  display: flex;
  font-size: 1.4rem;
  height: 5.6rem;
  justify-content: flex-start;
  line-height: 1.5
}

[dir=ltr] .dc-mobile-drawer__item {
  padding: 0 1.6rem 0 4.8rem
}

[dir=rtl] .dc-mobile-drawer__item {
  padding: 0 4.8rem 0 1.6rem
}

.dc-mobile-drawer__footer {
  display: flex;
  height: 36px;
  justify-content: flex-start;
  padding: 1.6rem;
  z-index: 4
}

.dc-mobile-drawer__footer,
.dc-mobile-drawer__footer--servertime {
  align-items: center;
  border-top: 1px solid var(--general-section-2)
}

.dc-mobile-drawer__footer--servertime {
  justify-content: center
}

.dc-mobile-drawer__overlay {
  background-color: var(--overlay-outside-dialog) !important;
  z-index: 9999 !important
}

.dc-mobile-drawer.exit {
  animation: closeDrawer .3s
}

[dir=rtl] .dc-mobile-drawer.exit {
  animation: closeRtlDrawer .3s
}

.dc-mobile-full-page-modal {
  background: var(--general-main-1);
  height: calc(100% - 80px);
  max-height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 6
}

[dir=ltr] .dc-mobile-full-page-modal {
  left: 0
}

[dir=rtl] .dc-mobile-full-page-modal {
  right: 0
}

.dc-mobile-full-page-modal--flex {
  display: flex;
  flex: 1;
  flex-direction: column
}

.dc-mobile-full-page-modal--popup {
  height: calc(100% - 41px);
  top: 39px
}

.dc-mobile-full-page-modal__header {
  align-items: center;
  display: flex;
  flex: 0;
  flex-direction: row;
  padding: 1.6rem
}

.dc-mobile-full-page-modal__header--border-bottom {
  border-bottom: 2px solid var(--general-section-2)
}

.dc-mobile-full-page-modal__header-return {
  align-items: center;
  display: flex
}

[dir=ltr] .dc-mobile-full-page-modal__header-return {
  margin-right: 1.6rem
}

[dir=rtl] .dc-mobile-full-page-modal__header-return {
  margin-left: 1.6rem
}

.dc-mobile-full-page-modal__header-text {
  display: flex;
  flex-direction: row
}

.dc-mobile-full-page-modal__header-trailing-icon {
  align-items: center;
  display: flex
}

[dir=ltr] .dc-mobile-full-page-modal__header-trailing-icon {
  margin-left: auto
}

[dir=rtl] .dc-mobile-full-page-modal__header-trailing-icon {
  margin-right: auto
}

.dc-mobile-full-page-modal__body {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow-y: auto
}

.dc-mobile-full-page-modal__footer {
  border-top: 2px solid var(--general-section-1);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: auto;
  padding: 1.6rem
}

.dc-mobile-full-page-modal__footer-parent {
  background-color: var(--general-main-1);
  border-top: 1px solid var(--general-section-2);
  padding: .8rem 1.6rem
}

.dc-mobile-full-page-modal form {
  height: 100%
}

.dc-mobile-full-page-modal .dc-page-overlay__content {
  height: 100%;
  position: fixed;
  top: 80px;
  width: 100%
}

.dc-mobile-full-page-modal .dc-page-overlay__header {
  height: 40px;
  position: fixed;
  top: 40px;
  width: 100%
}

.dc-mobile-full-page-modal .dc-tabs {
  display: flex;
  flex-direction: column;
  height: 100%
}

.dc-mobile-full-page-modal .dc-tabs__list {
  height: 4rem;
  width: 100%
}

.dc-mobile-full-page-modal .dc-tabs__item {
  width: 50%
}

.dc-mobile-full-page-modal .dc-tabs__content {
  height: calc(100% - 40px);
  z-index: 5
}

.multi-step {
  height: inherit;
  width: inherit
}

.multi-step__header {
  align-items: center;
  display: flex;
  margin: 2.4rem 1.6rem
}

.multi-step__btn {
  color: var(--text-general);
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700
}

[dir=ltr] .multi-step__btn-icon {
  margin-right: 8px
}

[dir=rtl] .multi-step__btn-icon {
  margin-left: 8px
}

.multi-step__btn-icon .color1-fill {
  fill: var(--text-general)
}

.multi-step__component {
  height: 100%;
  width: 100%
}

@keyframes dc-news-ticker {
  0% {
    transform: translate3d(100%, 0, 0)
  }

  to {
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes dc-news-ticker-2 {
  0% {
    transform: translateZ(0)
  }

  to {
    transform: translate3d(-200%, 0, 0)
  }
}

.dc-news-ticker {
  display: flex;
  overflow: hidden;
  white-space: nowrap
}

.dc-news-ticker__children {
  animation-iteration-count: infinite;
  animation-name: dc-news-ticker;
  animation-timing-function: linear;
  will-change: transform
}

.dc-news-ticker__children:nth-child(2) {
  animation-name: dc-news-ticker-2
}

.dc-news-ticker__item {
  display: inline-block
}

.dc-numpad {
  grid-gap: .3rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.dc-numpad--is-regular {
  grid-template-areas: "np np np np" "r3 r3 r3 b" "r2 r2 r2 b" "r1 r1 r1 o" "z z z o"
}

.dc-numpad--is-currency,
.dc-numpad--is-regular {
  grid-template-columns: min-content min-content min-content minmax(48px, 1fr);
  max-width: -moz-min-content;
  max-width: min-content
}

.dc-numpad--is-currency {
  grid-template-areas: "np np np np" "r3 r3 r3 b" "r2 r2 r2 b" "r1 r1 r1 o" "z z p o"
}

.dc-numpad__input-area {
  display: grid;
  grid-area: np;
  grid-template-areas: "dc inp inp nc";
  grid-template-columns: min-content 1fr 1fr min-content
}

.dc-numpad__decrement {
  grid-area: dc
}

[dir=ltr] .dc-numpad__decrement {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

[dir=rtl] .dc-numpad__decrement {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.dc-numpad__increment {
  grid-area: nc
}

[dir=ltr] .dc-numpad__increment {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

[dir=rtl] .dc-numpad__increment {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.dc-numpad__decrement,
.dc-numpad__increment {
  height: 48px;
  width: 48px
}

.dc-numpad__decrement,
.dc-numpad__increment,
.dc-numpad__input-field {
  background-color: var(--general-section-2);
  color: var(--text-prominent)
}

.dc-numpad__input-field {
  align-items: center;
  border: none;
  border-radius: 0;
  color: var(--text-general);
  color: var(--text-prominent);
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  grid-area: inp;
  justify-content: center;
  line-height: 1.75;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  text-transform: none
}

.dc-numpad__input-field input {
  max-height: 48px;
  padding: 0
}

.dc-numpad__input-field--has-error {
  color: var(--status-danger);
  font-weight: 700
}

[dir=ltr] .dc-numpad__number {
  text-align: left
}

[dir=rtl] .dc-numpad__number {
  text-align: right
}

.dc-numpad__number {
  background-color: var(--general-section-2);
  border-radius: 2.4rem;
  color: var(--text-general);
  color: var(--text-prominent);
  font-size: 1.6rem;
  font-weight: 700;
  height: 48px;
  line-height: 1.75;
  text-transform: none;
  width: 48px
}

[dir=ltr] .dc-numpad__number {
  text-align: left !important
}

[dir=rtl] .dc-numpad__number {
  text-align: right !important
}

.dc-numpad__number--is-disabled,
.dc-numpad__number[disabled] {
  background-color: var(--general-disabled) !important;
  pointer-events: none;
  touch-action: none
}

.dc-numpad__number--r3 {
  grid-row: 2/2
}

.dc-numpad__number--r2 {
  grid-row: 3/3
}

.dc-numpad__number--r1 {
  grid-row: 4/4
}

.dc-numpad__number--zero {
  grid-area: z;
  width: 100% !important
}

.dc-numpad__number--is-left-aligned {
  width: 100%
}

[dir=ltr] .dc-numpad__number--is-left-aligned {
  padding: 0 0 0 4px;
  text-align: left
}

[dir=rtl] .dc-numpad__number--is-left-aligned {
  padding: 0 4px 0 0;
  text-align: right
}

.dc-numpad__dot {
  grid-area: p
}

.dc-numpad__bkspace {
  grid-area: b
}

.dc-numpad__bkspace button {
  height: 100%
}

.dc-numpad__ok {
  grid-area: o
}

.dc-numpad__ok button {
  height: 100%
}

.open-livechat__link {
  background: transparent;
  border: none;
  color: var(--brand-red-coral);
  margin: 0;
  padding: 0
}

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

.dc-page-error__container {
  align-items: center;
  display: flex;
  height: calc(100vh - 84px);
  justify-content: center
}

@media (min-width:1024px) {
  [dir=ltr] .dc-page-error__container--left {
    justify-content: left
  }

  [dir=rtl] .dc-page-error__container--left {
    justify-content: right
  }
}

@media screen and (max-width:1024px) {
  .dc-page-error__container {
    flex-wrap: wrap
  }
}

.dc-page-error__box {
  align-items: center;
  background: var(--general-main-1);
  border: var(--general-main-1);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 2rem
}

@media (min-width:1024px) {
  .dc-page-error__box--left {
    align-items: start
  }
}

@media screen and (min-width:1008px) {
  .dc-page-error__box {
    max-width: calc(100vw - 45%)
  }
}

.dc-page-error__box .inline-icon {
  margin: 0 auto
}

.dc-page-error__message {
  color: var(--text-general);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 1.6rem 0 2.4rem;
  max-width: 502px;
  text-align: center;
  text-transform: none
}

.dc-page-error__message-wrapper {
  display: flex;
  justify-content: center
}

@media (min-width:1024px) {
  [dir=ltr] .dc-page-error__message-wrapper--left {
    justify-content: left
  }

  [dir=rtl] .dc-page-error__message-wrapper--left {
    justify-content: right
  }
}

.dc-page-error__message-wrapper--left .dc-page-error__message-paragraph:not(:last-child) {
  margin-bottom: 1.6rem;
  max-width: 38rem
}

@media (min-width:1024px) {
  [dir=ltr] .dc-page-error__message--left {
    text-align: left
  }

  [dir=rtl] .dc-page-error__message--left {
    text-align: right
  }
}

.dc-page-error__btn {
  margin: 1rem;
  min-width: 14rem
}

.dc-page-error__btn-wrapper {
  display: flex;
  justify-content: center
}

@media (min-width:320px) and (max-width:767px) {
  .dc-page-error__btn {
    margin: 0 0 1.6rem
  }

  .dc-page-error__btn-wrapper {
    flex-direction: column
  }
}

.unhandled-error {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.unhandled-error .dc-btn {
  margin-top: 2.4rem
}

@media (min-width:320px) and (max-width:767px) {
  .unhandled-error {
    height: calc(100vh - 80px)
  }

  .unhandled-error .dc-btn {
    margin-top: 1.6rem;
    width: 100%
  }
}

.dc-page-overlay-portal {
  background-color: var(--general-main-2);
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 48px;
  transition: transform .25s cubic-bezier(.25, .1, .1, .25), opacity .25s cubic-bezier(.25, .1, .1, .25);
  width: 100%
}

@media (max-width:1279px) {
  .dc-page-overlay-portal {
    top: 40px
  }
}

.dc-page-overlay--enter,
.dc-page-overlay--exit {
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px)
}

.dc-page-overlay--enter-done {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 9
}

.dc-page-overlay__header {
  background-color: var(--general-main-1);
  border-bottom: 1px solid var(--general-section-1);
  padding: .8rem 2.4rem;
  position: sticky;
  top: 0;
  z-index: 2
}

.dc-page-overlay__header-title {
  color: var(--text-prominent);
  flex: 1;
  font-size: var(--text-size-m);
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

@media (max-width:1279px) {
  .dc-page-overlay__header-title {
    font-size: 1.6rem
  }
}

.dc-page-overlay__header-close {
  cursor: pointer;
  height: 16px;
  position: absolute
}

[dir=ltr] .dc-page-overlay__header-close {
  right: 0
}

[dir=rtl] .dc-page-overlay__header-close {
  left: 0
}

.dc-page-overlay__header-close .dc-icon {
  --fill-color1: var(--text-prominent)
}

@media (max-width:600px) {
  [dir=ltr] .dc-page-overlay__header-close {
    right: 1.6rem
  }

  [dir=rtl] .dc-page-overlay__header-close {
    left: 1.6rem
  }
}

@media (min-width:601px) and (max-width:1279px) {
  [dir=ltr] .dc-page-overlay__header-close {
    right: 2.4rem
  }

  [dir=rtl] .dc-page-overlay__header-close {
    left: 2.4rem
  }
}

.dc-page-overlay__header-wrapper {
  align-items: center;
  display: flex;
  width: 100%
}

@media (max-width:1279px) {
  .dc-page-overlay__header-wrapper {
    height: 100%;
    padding: 0
  }

  .dc-page-overlay__header {
    height: 4rem;
    margin: 0;
    padding: 0;
    z-index: 3
  }
}

.dc-page-overlay__content {
  background-color: var(--general-main-1);
  display: flex;
  padding: 2.4rem 0 0
}

.dc-page-overlay__content-side-note {
  min-width: 256px
}

[dir=ltr] .dc-page-overlay__content-side-note {
  margin-left: 2.4rem
}

[dir=rtl] .dc-page-overlay__content-side-note {
  margin-right: 2.4rem
}

@media (max-width:1279px) {
  .dc-page-overlay__content {
    flex: 1;
    padding: 0
  }
}

.dc-page-overlay__content,
.dc-page-overlay__header-wrapper {
  margin: auto;
  max-width: 1232px;
  position: relative
}

@media (max-width:1279px) {

  .dc-page-overlay__content,
  .dc-page-overlay__header-wrapper {
    display: flex;
    justify-content: center;
    width: 100%
  }

  .dc-page-overlay {
    display: flex;
    flex-direction: column;
    height: 100%
  }
}

.dc-password-input__visibility-icon {
  background-color: var(--general-main-1);
  cursor: pointer;
  height: 95%;
  padding: 0 1rem;
  width: 3.5rem
}

[dir=ltr] input[style*=background]~.dc-password-input__visibility-icon {
  right: 2.4rem
}

[dir=rtl] input[style*=background]~.dc-password-input__visibility-icon {
  left: 2.4rem
}

.dc-password-meter {
  background: var(--status-danger);
  transition: transform .25s linear;
  z-index: 2
}

[dir=ltr] .dc-password-meter {
  transform-origin: left top
}

[dir=rtl] .dc-password-meter {
  transform-origin: right top
}

.dc-password-meter,
.dc-password-meter__bg {
  border-radius: 0 0 3px 3px;
  height: 4px;
  position: absolute;
  top: 3.5rem;
  width: calc(100% - 2px)
}

[dir=ltr] .dc-password-meter,
[dir=ltr] .dc-password-meter__bg {
  left: 1px
}

[dir=rtl] .dc-password-meter,
[dir=rtl] .dc-password-meter__bg {
  right: 1px
}

.dc-password-meter__bg {
  background: var(--fill-disabled);
  z-index: 1
}

.dc-password-meter__container {
  position: relative
}

.dc-password-meter__container .dc-input {
  border-radius: 4px
}

.dc-password-meter__container .dc-password-meter__warning {
  color: var(--status-warning);
  top: 4.1rem
}

[dir=ltr] .dc-password-meter__container .dc-password-meter__warning {
  padding-left: 1.3rem
}

[dir=rtl] .dc-password-meter__container .dc-password-meter__warning {
  padding-right: 1.3rem
}

.dc-password-meter--weak {
  background-color: var(--status-danger);
  z-index: 2
}

.dc-password-meter--strong {
  background-color: var(--status-success);
  z-index: 2
}

.dc-tabs {
  display: grid;
  position: relative
}

.dc-tabs--top {
  grid-template-rows: auto 1fr
}

.dc-tabs--100vw {
  width: 100vw
}

.dc-tabs__list {
  display: flex;
  line-height: 38px;
  position: relative;
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .dc-tabs__list {
    justify-content: center
  }
}

.dc-tabs__list--overflow-hidden {
  display: block;
  overflow-y: hidden
}

.dc-tabs__list--border-bottom {
  border-bottom: 2px solid var(--general-section-1)
}

.dc-tabs__list--top {
  order: 0
}

.dc-tabs__list--bottom {
  border-top: 2px solid var(--general-section-1);
  order: 1
}

.dc-tabs__list--center {
  justify-content: center;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content
}

.dc-tabs__list--center .dc-tabs__item {
  padding: 0 2.2rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-tabs__list--fit-content {
    width: -moz-fit-content;
    width: fit-content
  }
}

.dc-tabs__list--header-fit-content {
  width: -moz-fit-content;
  width: fit-content
}

@media (min-width:320px) and (max-width:767px) {
  .dc-tabs__list--header-fit-content {
    display: flex;
    justify-content: space-evenly
  }
}

.dc-tabs__list:not(.dc-tabs__list--header-fit-content) {
  justify-content: center
}

.dc-tabs__list--full-width {
  width: 100vw
}

.dc-tabs__item {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  color: var(--text-general);
  font-size: 14px;
  list-style: none;
  text-align: center;
  white-space: nowrap
}

.dc-tabs__item__counter {
  margin-top: -2rem;
  vertical-align: middle
}

[dir=ltr] .dc-tabs__item__icon {
  padding-right: .7rem
}

[dir=rtl] .dc-tabs__item__icon {
  padding-left: .7rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-tabs__item__icon {
    padding-top: .5rem
  }

  [dir=ltr] .dc-tabs__item__icon {
    padding-right: 0
  }

  [dir=rtl] .dc-tabs__item__icon {
    padding-left: 0
  }
}

.dc-tabs__item--header-fit-content {
  padding: 0 29px
}

.dc-tabs__item--is-hidden {
  display: none
}

.dc-tabs__item--is-scrollable-and-active {
  position: relative
}

.dc-tabs__item--is-scrollable-and-active:after {
  border-bottom: 2px solid var(--brand-red-coral);
  content: "";
  display: block;
  position: absolute;
  width: 100%
}

[dir=ltr] .dc-tabs__item--is-scrollable-and-active:after {
  left: 0
}

[dir=rtl] .dc-tabs__item--is-scrollable-and-active:after {
  right: 0
}

.dc-tabs__item:not(.dc-tabs__active) {
  color: var(--text-general);
  cursor: pointer
}

.dc-tabs__item:not(.dc-tabs__item--header-fit-content) {
  width: var(--tab-width)
}

.dc-tabs__active {
  color: var(--text-prominent);
  font-weight: 700
}

.dc-tabs__active-line {
  background: var(--brand-red-coral);
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .3s ease-in-out
}

.dc-tabs__active-line--top {
  bottom: -2px
}

.dc-tabs__active-line--bottom {
  top: -2px
}

.dc-tabs__active-line--is-hidden {
  display: none
}

@media (min-width:320px) and (max-width:767px) {
  .dc-tabs__active-line--fit-content {
    width: 120px
  }
}

.dc-tabs__active-line:not(.dc-tabs__active-line--header-fit-content) {
  width: var(--tab-width)
}

.dc-popup {
  position: relative;
  z-index: 9999
}

.dc-popup__header {
  display: flex;
  width: 100%
}

.dc-popup__header-content {
  flex: 1
}

.dc-popup__header-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.dc-popup__header-close {
  margin-top: -.3rem
}

[dir=ltr] .dc-popup__header-close {
  margin-left: 2.1rem;
  margin-right: -.3rem
}

[dir=rtl] .dc-popup__header-close {
  margin-left: -.3rem;
  margin-right: 2.1rem
}

@media (min-width:320px) and (max-width:767px) {
  .dc-popup__header-close {
    margin-top: .5rem
  }

  [dir=ltr] .dc-popup__header-close {
    margin-right: .5rem
  }

  [dir=rtl] .dc-popup__header-close {
    margin-left: .5rem
  }
}

.dc-popup__header-close-icon {
  cursor: pointer
}

[dir=ltr] .dc-popup__header-button {
  margin-left: 1.6rem
}

[dir=rtl] .dc-popup__header-button {
  margin-right: 1.6rem
}

@media (min-width:320px) and (max-width:767px) {
  [dir=ltr] .dc-popup__header-button {
    margin-left: 2.2rem
  }

  [dir=rtl] .dc-popup__header-button {
    margin-right: 2.2rem
  }
}

.dc-popup__header-balance,
.dc-popup__header-banner {
  align-items: center;
  display: flex
}

.dc-popup__header-banner {
  background-color: var(--status-warning);
  border-radius: 10rem;
  padding: .4rem .8rem
}

@media (min-width:1024px) {
  .dc-popup__header-banner {
    margin-top: .4rem
  }
}

@media (min-width:320px) and (max-width:767px) {
  .dc-popup__header-banner {
    background-color: var(--general-main-1)
  }

  [dir=ltr] .dc-popup__header-banner {
    margin-left: .8rem
  }

  [dir=rtl] .dc-popup__header-banner {
    margin-right: .8rem
  }
}

.dc-popup__header-big-text {
  margin-top: 2rem
}

.dc-popup__header-title-container {
  align-items: center;
  display: flex
}

.dc-popup__body {
  flex: 1;
  min-height: 0;
  padding: 0
}

.dc-popup__body:first-child {
  padding-top: 0 !important
}

.dc-popup__body .dc-tabs__content--popup {
  background: var(--general-main-1)
}

@media (min-width:320px) and (max-width:767px) {
  .dc-popup__body .dc-tabs__list--header--popup {
    -ms-overflow-style: none;
    overflow-y: hidden;
    scrollbar-width: none
  }
}

@media (min-width:320px) and (max-width:767px) and (min-width:27.5rem) {
  .dc-popup__body .dc-tabs__list--header--popup {
    overflow-x: hidden
  }
}

@media (min-width:320px) and (max-width:767px) {
  .dc-popup__body .dc-tabs__list--header--popup::-webkit-scrollbar {
    display: none
  }
}

@media (min-width:320px) and (max-width:767px) {
  .dc-popup__body .dc-tabs__list--popup {
    height: 5.8rem !important
  }
}

@media (min-width:320px) and (max-width:767px) and (max-width:27.5rem) {
  .dc-popup__body .dc-tabs__list--popup {
    width: 123% !important
  }

  [dir=ltr] .dc-popup__body .dc-tabs__list--popup {
    margin-right: 4.2rem
  }

  [dir=rtl] .dc-popup__body .dc-tabs__list--popup {
    margin-left: 4.2rem
  }
}

.dc-popup__body .dc-tabs__item--popup {
  align-items: center;
  border-radius: 16px 16px 0 0;
  display: flex;
  justify-content: center
}

@media (min-width:320px) and (max-width:767px) {
  .dc-popup__body .dc-tabs__item--popup {
    box-sizing: border-box;
    flex-direction: column;
    font-size: 12px;
    height: 5.8rem;
    width: 8.2rem !important
  }
}

.dc-popup__body .dc-tabs__active--popup {
  background: var(--general-main-1)
}

.dc-popup__body .dc-tabs--popup {
  display: flex;
  flex-direction: column;
  height: 100%
}

.dc-popup__footer {
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 1.6rem;
  position: fixed;
  width: 100%
}

.dc-popup__footer__separator {
  border-top: 2px solid var(--general-section-1)
}

.dc-popup__overlay {
  align-items: center;
  background-color: var(--general-main-1);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  padding: 3.2rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .1s ease-in-out
}

.dc-popup__overlay:empty {
  display: none
}

.dc-popup__overlay--enter-done {
  opacity: .95
}

.dc-popup__overlay--exit {
  opacity: 0
}

.dc-popup__overlay-content {
  max-width: 500px
}

.dc-popup__overlay-content-header {
  margin-bottom: .8rem
}

.dc-popup__overlay-content-separator {
  background-color: var(--general-section-1);
  height: 1px;
  width: 100%
}

.dc-popup__overlay-content-list {
  list-style-type: disc;
  margin-top: 2.4rem
}

[dir=ltr] .dc-popup__overlay-content-list {
  padding-left: 1.6rem
}

[dir=rtl] .dc-popup__overlay-content-list {
  padding-right: 1.6rem
}

.dc-popup__overlay-content-list li::marker {
  color: var(--text-general);
  font-size: var(--text-size-xs)
}

.dc-popup__overlay-content-list li+li {
  margin-top: 2rem
}

.dc-popup__overlay-content-button {
  margin-top: 2.4rem
}

.dc-modal-header--popup {
  align-items: flex-start;
  flex-grow: 0;
  height: -moz-fit-content;
  height: fit-content
}

.dc-modal-header__title--popup {
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .dc-modal-header__title--popup {
    align-items: flex-start
  }
}

.dc-modal-header__section--popup {
  padding: 2.4rem
}

[dir=ltr] .dc-modal-header__section .dc-modal-header__close {
  margin: 2.1rem 2.1rem 0 0
}

[dir=rtl] .dc-modal-header__section .dc-modal-header__close {
  margin: 2.1rem 0 0 2.1rem
}

.dc-progress-bar__container {
  align-items: center;
  border-radius: 1.2rem;
  display: flex;
  height: 2.4rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 12rem
}

.dc-progress-bar--danger {
  background-color: var(--status-danger)
}

.dc-progress-bar--warning {
  background-color: var(--status-warning)
}

.dc-progress-bar--normal {
  background-color: var(--status-success)
}

.dc-progress-bar__bar {
  height: 100%;
  position: absolute
}

[dir=ltr] .dc-progress-bar__bar {
  left: 0
}

[dir=rtl] .dc-progress-bar__bar {
  right: 0
}

.dc-progress-bar__empty {
  height: 100%;
  opacity: .16;
  position: absolute;
  width: 100%
}

.dc-progress-bar__label {
  z-index: 2
}

.dc-progress-bar-tracker {
  cursor: pointer;
  display: flex;
  justify-content: center
}

.dc-progress-bar-tracker-rectangle {
  background-color: var(--theme-color-main);
  border-radius: 1rem;
  height: .8rem;
  width: 2.5rem
}

.dc-progress-bar-tracker-circle {
  background-color: var(--fill-normal-1);
  border-radius: 50%;
  height: .8rem;
  margin: 0 .4rem;
  width: .8rem
}

.dc-progress-bar-tracker-transition {
  transition: all .24s linear
}

.dc-progress-indicator {
  position: relative
}

.dc-progress-indicator__container {
  align-items: center;
  border-radius: 4px;
  display: flex;
  height: .4rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%
}

.dc-progress-indicator__bar {
  background-color: var(--status-success);
  height: 100%;
  position: absolute;
  z-index: 2
}

[dir=ltr] .dc-progress-indicator__bar {
  left: 0
}

[dir=rtl] .dc-progress-indicator__bar {
  right: 0
}

.dc-progress-indicator__empty {
  background-color: var(--general-section-1);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1
}

.dc-radio-group {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 16px
}

.dc-radio-group__input {
  display: none
}

[dir=ltr] .dc-radio-group__item {
  text-align: left
}

[dir=rtl] .dc-radio-group__item {
  text-align: right
}

.dc-radio-group__item {
  color: var(--text-prominent);
  color: var(--text-general);
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none
}

[dir=ltr] .dc-radio-group__item:not(:last-child) {
  margin-right: 16px
}

[dir=rtl] .dc-radio-group__item:not(:last-child) {
  margin-left: 16px
}

.dc-radio-group__circle {
  align-self: center;
  border: 2px solid var(--text-general);
  border-radius: 50%;
  box-shadow: 0 0 1px 0 var(--shadow-menu);
  height: 16px;
  min-width: 16px;
  transition: all .3s ease-in-out
}

[dir=ltr] .dc-radio-group__circle {
  margin-right: 8px
}

[dir=rtl] .dc-radio-group__circle {
  margin-left: 8px
}

.dc-radio-group__circle--disabled {
  border-color: var(--border-disabled)
}

.dc-radio-group__circle--selected {
  border-color: var(--brand-red-coral);
  border-width: 4px
}

.dc-radio-group__circle--error {
  border-color: var(--text-less-prominent)
}

.dc-radio-group__label--disabled {
  color: var(--text-disabled)
}

.dc-radio-group__label--error {
  color: var(--text-loss-danger)
}

.dc-read-more__toggle {
  color: var(--status-danger);
  font-weight: var(--text-weight-bold)
}

.dc-read-more__dialog {
  text-decoration: underline
}

.dc-select-native {
  position: relative;
  width: 100%
}

.dc-select-native--hide-selected-value {
  width: 40px
}

[dir=ltr] .dc-select-native--hide-selected-value {
  margin-left: 10px
}

[dir=rtl] .dc-select-native--hide-selected-value {
  margin-right: 10px
}

.dc-select-native--hide-selected-value .dc-select-native__wrapper {
  width: 40px
}

.dc-select-native__container {
  align-items: center;
  border: 1px solid var(--border-normal);
  border-radius: 4px;
  display: flex
}

.dc-select-native__container:hover:not(.dc-input--disabled) {
  border-color: var(--border-hover)
}

.dc-select-native__container[focus-within] {
  border-color: var(--brand-secondary)
}

.dc-select-native__container:focus-within {
  border-color: var(--brand-secondary)
}

.dc-select-native__container[focus-within]:hover {
  border-color: var(--brand-secondary)
}

.dc-select-native__container:focus-within:hover {
  border-color: var(--brand-secondary)
}

.dc-select-native__container--error {
  border-color: var(--brand-red-coral) !important
}

.dc-select-native__container--disabled {
  border-color: var(--general-disabled)
}

.dc-select-native__wrapper {
  height: 38px
}

.dc-select-native__wrapper .dc-input {
  margin-bottom: 0
}

.dc-select-native__arrow {
  --fill-color1: var(--text-less-prominent);
  position: absolute;
  top: 1.3rem
}

[dir=ltr] .dc-select-native__arrow {
  right: 1.3rem
}

[dir=rtl] .dc-select-native__arrow {
  left: 1.3rem
}

.dc-select-native__display {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: flex-start;
  max-width: calc(100vw - 4rem);
  width: 100%
}

[dir=ltr] .dc-select-native__display {
  padding-left: 1.2rem
}

[dir=rtl] .dc-select-native__display {
  padding-right: 1.2rem
}

@media (min-width:601px) and (max-width:1279px) {
  .dc-select-native__display {
    max-width: 56.8rem
  }
}

.dc-select-native__display-text {
  color: var(--text-prominent);
  display: block;
  height: 100%;
  line-height: 3.8rem;
  max-width: calc(100% - 4rem)
}

.dc-select-native__display-text,
.dc-select-native__placeholder {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.dc-select-native__placeholder {
  background-color: var(--fill-normal);
  color: var(--text-less-prominent);
  line-height: 1.43;
  max-width: calc(100% - 3.6rem);
  padding: 0 .4rem;
  pointer-events: none;
  position: absolute;
  top: 1.1rem;
  transform: none;
  transition: transform .25s linear
}

[dir=ltr] .dc-select-native__placeholder {
  left: 1.1rem;
  transform-origin: top left
}

[dir=rtl] .dc-select-native__placeholder {
  right: 1.1rem;
  transform-origin: top right
}

.dc-select-native__placeholder--has-value,
.dc-select-native__placeholder--hide-top-placeholder {
  color: var(--text-general);
  max-width: 100%;
  transform: translateY(-1.8rem) scale(.75)
}

.dc-select-native__placeholder--hide-top-placeholder {
  display: none
}

.dc-select-native__picker {
  height: 38px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}

[dir=ltr] .dc-select-native__picker {
  left: 0
}

[dir=rtl] .dc-select-native__picker {
  right: 0
}

.dc-select-native--disabled .dc-select-native__display-text,
.dc-select-native--disabled .dc-select-native__placeholder:not(.dc-select-native__placeholder--has-value) {
  color: var(--text-less-prominent)
}

.dc-select-native--disabled .dc-icon {
  --fill-color1: var(--text-less-prominent)
}

.dc-select-native--error .dc-select-native__placeholder {
  color: var(--brand-red-coral)
}

[dir=ltr] .dc-select-native__hint {
  margin-left: 1.2rem
}

[dir=rtl] .dc-select-native__hint {
  margin-right: 1.2rem
}

.dc-select-native__suffix-icon {
  position: absolute
}

[dir=ltr] .dc-select-native__suffix-icon {
  left: 11px
}

[dir=rtl] .dc-select-native__suffix-icon {
  right: 11px
}

.send-email-template {
  padding: 0 16px
}

.send-email-template__subtitle,
.send-email-template__title {
  margin-bottom: 1.6rem
}

.send-email-template__subtitle-platform,
.send-email-template__title-platform {
  white-space: nowrap
}

.send-email-template__close {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1.2rem
}

.send-email-template__icon {
  margin-bottom: 2.4rem
}

@media (min-width:320px) and (max-width:767px) {
  .send-email-template__icon {
    margin-top: 3.2rem
  }
}

.send-email-template__cta,
.send-email-template__sent {
  text-align: center
}

.send-email-template__cta-btn {
  margin: 3.2rem auto 0
}

.send-email-template__resend {
  grid-row-gap: 1.6rem;
  color: var(--text-prominent);
  display: grid;
  font-size: var(--text-size-xxs);
  grid-template-rows: 1fr 1fr 1fr;
  line-height: 1.5;
  margin: 2.4rem auto 0;
  max-width: 40rem
}

.send-email-template__resend .sent-email__content {
  grid-gap: .8rem;
  display: grid;
  grid-template-columns: 3.2rem auto
}

.send-email-template__resend .sent-email__content .inline-icon {
  height: 3.2rem;
  width: 3.2rem
}

[dir=ltr] .send-email-template__resend .sent-email__content .inline-icon {
  margin-right: .8rem
}

[dir=rtl] .send-email-template__resend .sent-email__content .inline-icon {
  margin-left: .8rem
}

.send-email-template__btn {
  margin: 0 auto
}

.send-email-template-dashboard {
  width: calc(100vw - 33rem)
}

@media (min-width:320px) and (max-width:767px) {
  .send-email-template {
    margin-bottom: 1.6rem;
    width: 100%
  }
}

.send-email-template__footer {
  margin-top: 2.6rem
}

.send-email-template__footer-live-chat {
  color: var(--text-red);
  cursor: pointer
}

.side-note {
  align-items: flex-start;
  background-color: var(--general-section-1);
  border-radius: 8px;
  gap: 1.6rem;
  padding: 1.6rem 2.4rem
}

.side-note,
.side-note__content {
  align-self: stretch;
  display: flex;
  flex-direction: column
}

.side-note__content {
  gap: .8rem
}

.side-note__header {
  align-items: center;
  display: flex;
  gap: .8rem;
  justify-content: space-between
}

.side-note__action {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: .4rem
}

.side-note__action :hover {
  text-decoration: underline
}

.switcher-status-badge__parent {
  display: flex
}

.switcher-status-badge__container {
  align-items: center;
  border: 1.5px solid var(--status-info);
  border-radius: 4px;
  color: var(--status-info);
  display: inline-flex;
  padding: 2px 7px;
  white-space: nowrap
}

.switcher-status-badge__container--migrated_with_position,
.switcher-status-badge__container--migrated_without_position,
.switcher-status-badge__container--pending,
.switcher-status-badge__container--unavailable,
.switcher-status-badge__container--under_maintenance {
  align-items: center;
  border-color: var(--status-warning);
  color: var(--status-warning);
  font-size: var(--text-size-xxxs)
}

.switcher-status-badge__container--failed {
  border-color: var(--status-danger);
  color: var(--status-danger)
}

[dir=ltr] .switcher-status-badge__container--icon {
  padding: .1rem .5rem 0 0
}

[dir=rtl] .switcher-status-badge__container--icon {
  padding: .1rem 0 0 .5rem
}

[dir=ltr] .switcher-status-badge__container__arrow {
  padding-left: 1rem
}

[dir=rtl] .switcher-status-badge__container__arrow {
  padding-right: 1rem
}

.link-need-verification {
  color: var(--status-info);
  cursor: pointer;
  font-size: var(--text-size-xxxs);
  font-weight: 700;
  text-decoration: underline
}

[dir=ltr] .link-need-verification {
  padding-left: .3rem
}

[dir=rtl] .link-need-verification {
  padding-right: .3rem
}

.link-verification-failed {
  color: var(--status-danger);
  cursor: pointer;
  font-size: var(--text-size-xxxs);
  font-weight: 700;
  text-decoration: underline
}

.swipeable-notification {
  background-color: #d6dadb;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  min-height: 4.8rem;
  padding: .8rem;
  text-decoration: none;
  width: 100%
}

.swipeable-notification * {
  color: #333
}

.swipeable-notification--failure {
  background-color: #fce3e3
}

.swipeable-notification--success {
  background-color: #cedddf
}

.swipeable-notification-content {
  align-self: center
}

.swipeable-notification-time {
  align-self: flex-end
}

[dir=ltr] .swipeable-notification-appear,
[dir=ltr] .swipeable-notification-enter {
  transform: translateX(-100vw)
}

[dir=rtl] .swipeable-notification-appear,
[dir=rtl] .swipeable-notification-enter {
  transform: translateX(100vw)
}

.swipeable-notification-appear-active,
.swipeable-notification-enter-active {
  visibility: hidden
}

.swipeable-notification-appear-done,
.swipeable-notification-enter-done {
  transform: translateX(0);
  transition: transform .3s;
  visibility: visible
}

.swipeable-notification-exit {
  transform: translateX(0)
}

.swipeable-notification-exit-active,
.swipeable-notification-exit-active-left,
.swipeable-notification-exit-active-right {
  transition: all .3s;
  visibility: hidden
}

[dir=ltr] .swipeable-notification-exit-active-left,
[dir=ltr] .swipeable-notification-exit-active-left-left,
[dir=ltr] .swipeable-notification-exit-active-right-left {
  transform: translateX(-100vw)
}

[dir=ltr] .swipeable-notification-exit-active-left-right,
[dir=ltr] .swipeable-notification-exit-active-right,
[dir=ltr] .swipeable-notification-exit-active-right-right,
[dir=rtl] .swipeable-notification-exit-active-left,
[dir=rtl] .swipeable-notification-exit-active-left-left,
[dir=rtl] .swipeable-notification-exit-active-right-left {
  transform: translateX(100vw)
}

[dir=rtl] .swipeable-notification-exit-active-left-right,
[dir=rtl] .swipeable-notification-exit-active-right,
[dir=rtl] .swipeable-notification-exit-active-right-right {
  transform: translateX(-100vw)
}

.dc-swipeable {
  height: 100%;
  position: relative
}

.dc-swipeable__view {
  display: flex;
  flex-direction: row;
  height: inherit;
  position: relative;
  width: -moz-max-content;
  width: max-content
}

[dir=ltr] .dc-swipeable__view {
  transition: left .1s linear
}

[dir=rtl] .dc-swipeable__view {
  transition: right .1s linear
}

.dc-swipeable__item {
  display: inline-flex;
  position: relative;
  width: 100vw
}

.dc-swipeable__item--is-disabled .dc-swipeable__view {
  transition: none
}

[dir=ltr] .dc-swipeable__item--is-disabled .dc-swipeable__view {
  left: -100vw
}

[dir=rtl] .dc-swipeable__item--is-disabled .dc-swipeable__view {
  right: -100vw
}

.dc-swipeable__nav {
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 1.6rem .8rem;
  pointer-events: none;
  position: absolute;
  width: 100vw
}

.dc-swipeable__nav-elevated {
  bottom: 9rem
}

.dc-swipeable__nav svg {
  z-index: 3
}

.dc-swipeable__nav * {
  pointer-events: all
}

.dc-relative-datepicker {
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  width: 100%
}

.dc-relative-datepicker__span {
  cursor: pointer;
  width: 100%
}

.dc-relative-datepicker__input {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

[dir=ltr] .dc-relative-datepicker__input {
  left: 0
}

[dir=rtl] .dc-relative-datepicker__input {
  right: 0
}

.search-box {
  margin: 2.4rem .8rem;
  width: 24rem
}

@media (min-width:320px) and (max-width:767px) {
  .search-box {
    margin: 0;
    width: auto
  }

  .search-box .dc-input {
    height: 4rem
  }
}

.search-box__cross-icon {
  cursor: pointer
}

.search-box__field {
  height: 4.2rem;
  margin-bottom: 0 !important;
  text-indent: 2rem
}

.search-box__field ::-moz-placeholder {
  opacity: .5
}

.search-box__field ::placeholder {
  opacity: .5
}

.search-box__field .dc-input {
  justify-content: center
}

.search-box__field .dc-input__field {
  flex-grow: 1;
  text-indent: 2.4rem;
  width: auto
}

[dir=ltr] .search-box__field .dc-input__field {
  padding-right: 2rem
}

[dir=rtl] .search-box__field .dc-input__field {
  padding-left: 2rem
}

.search-box__field .dc-input__field ::-moz-placeholder {
  opacity: .5
}

.search-box__field .dc-input__field ::placeholder {
  opacity: .5
}

@media (min-width:320px) and (max-width:767px) {
  .search-box__field .dc-input__field {
    grid-column: 1;
    width: 100%
  }

  [dir=ltr] .search-box__field .dc-input__field {
    margin-left: -1.1rem
  }

  [dir=rtl] .search-box__field .dc-input__field {
    margin-right: -1.1rem
  }
}

.search-box__field .dc-input__leading-icon {
  cursor: pointer;
  pointer-events: inherit;
  top: 31%
}

[dir=ltr] .search-box__field .dc-input__leading-icon {
  margin-left: .9rem
}

[dir=rtl] .search-box__field .dc-input__leading-icon {
  margin-right: .9rem
}

@media (min-width:320px) and (max-width:767px) {
  .search-box__field .dc-input__leading-icon {
    padding-bottom: .1rem
  }

  [dir=ltr] .search-box__field .dc-input__leading-icon {
    padding-right: .3rem
  }

  [dir=rtl] .search-box__field .dc-input__leading-icon {
    padding-left: .3rem
  }
}

.dc-table {
  background: inherit;
  color: var(--text-general)
}

.dc-table__row {
  border-bottom: 1px solid var(--general-section-1);
  display: grid;
  height: 100%
}

.dc-table__row--hover:hover {
  background-color: var(--general-section-1);
  cursor: pointer
}

.dc-table__header {
  border-bottom: 2px solid var(--general-section-1);
  height: 52px
}

.dc-table__cell,
.dc-table__head {
  word-wrap: break-word;
  align-items: center;
  backface-visibility: hidden;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.43;
  white-space: inherit;
  word-break: break-word
}

[dir=ltr] .dc-table__cell,
[dir=ltr] .dc-table__head {
  text-align: left
}

[dir=rtl] .dc-table__cell,
[dir=rtl] .dc-table__head {
  text-align: right
}

.dc-table__cell--right {
  display: flex;
  justify-content: flex-end
}

.dc-table__cell--fixed {
  position: sticky;
  z-index: 2
}

[dir=ltr] .dc-table__cell--fixed {
  left: 0
}

[dir=rtl] .dc-table__cell--fixed {
  right: 0
}

.dc-table__head {
  font-weight: 700
}

.dc-table__head--right {
  display: flex;
  justify-content: flex-end
}

.dc-table--scroll .dc-table__header {
  position: sticky;
  top: 0;
  z-index: 3
}

.dc-table--scrollbar {
  display: block
}

@supports (-webkit-hyphens:none) {
  .dc-table--scrollbar {
    display: inline;
    display: initial
  }
}

.dc-toast {
  justify-content: center;
  pointer-events: none;
  transition: transform .25s ease, opacity .25s linear;
  width: 100vw
}

.dc-toast,
.dc-toast__message {
  align-items: center;
  display: flex
}

.dc-toast__message {
  border-radius: 4px;
  color: var(--text-general);
  color: var(--text-colored-background);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: calc(100vw - 3.2rem);
  min-height: 34px;
  padding: .4rem .8rem;
  pointer-events: all;
  text-align: center;
  text-transform: none
}

.dc-toast__error .dc-toast__message {
  background-color: var(--status-danger)
}

.dc-toast__info .dc-toast__message {
  background: var(--status-info);
  font-size: 1.2rem
}

@media only screen and (max-height:580px) {
  .dc-toast__info .dc-toast__message {
    font-size: 1rem
  }
}

.dc-toast__notification .dc-toast__message {
  background: var(--general-active);
  padding: .9rem 1.2rem
}

.dc-toast--enter,
.dc-toast--exit {
  opacity: 0;
  transform: scaleY(0)
}

.dc-toast--enter-done {
  opacity: 1;
  transform: scale(1)
}

.dc-toast--blinker .dc-toast__message {
  animation: toast_blinking .4s infinite alternate
}

.dc-toast:not(:first-child) {
  margin-top: 1rem
}

@keyframes toast_blinking {
  40% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.dc-toggle-switch {
  height: 0;
  visibility: hidden;
  width: 0
}

.dc-toggle-switch__label {
  align-items: center;
  background: var(--general-disabled);
  border-radius: 4.9rem;
  cursor: pointer;
  display: flex;
  height: 2.52rem;
  transition: background-color .25s;
  width: 4.9rem
}

[dir=ltr] .dc-toggle-switch__label {
  margin-left: auto;
  margin-right: 1.6rem;
  padding-left: .4rem
}

[dir=rtl] .dc-toggle-switch__label {
  margin-left: 1.6rem;
  margin-right: auto;
  padding-right: .4rem
}

.dc-toggle-switch__button {
  background: var(--text-colored-background);
  border-radius: 1.9rem;
  height: 1.9rem;
  transition: transform .25s;
  width: 1.9rem
}

.dc-toggle-switch:checked+.dc-toggle-switch__label {
  background: var(--text-profit-success)
}

[dir=ltr] .dc-toggle-switch:checked+.dc-toggle-switch__label .dc-toggle-switch__button {
  transform: translateX(2.25rem)
}

[dir=rtl] .dc-toggle-switch:checked+.dc-toggle-switch__label .dc-toggle-switch__button {
  transform: translateX(-2.25rem)
}

.message-list {
  margin: 0 auto;
  max-width: 63.4rem;
  min-height: 3.2rem;
  width: 100%
}

.message-list .alert-message {
  -moz-column-gap: .8rem;
  column-gap: .8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 3.2rem
}

@media (min-width:320px) and (max-width:767px) {
  .message-list .alert-message {
    margin: 0
  }
}

.message-list .alert-message__icon-container {
  position: relative
}

.message-list .alert-message__icon-container .icon-container__line {
  border: 1px solid var(--border-normal);
  height: 100%;
  position: absolute;
  top: 50%
}

[dir=ltr] .message-list .alert-message__icon-container .icon-container__line {
  left: 50%;
  transform: translate(-50%, -50%)
}

[dir=rtl] .message-list .alert-message__icon-container .icon-container__line {
  right: 50%;
  transform: translate(50%, -50%)
}

.message-list .alert-message__icon-container .icon-container__icon {
  display: flex;
  margin-top: .8rem;
  position: relative
}

.message-list .alert-message__button-container,
.message-list .alert-message__message-container {
  align-items: center;
  display: flex
}

.message-list .alert-message__message-container {
  padding: .7rem 0
}

[dir=ltr] .message-list .alert-message__button-container {
  margin-left: auto
}

[dir=rtl] .message-list .alert-message__button-container {
  margin-right: auto
}

.dc-tick-picker {
  background-color: inherit;
  display: flex;
  flex-direction: column;
  height: 328px;
  justify-content: flex-end;
  max-width: 300px;
  width: 100%
}

.dc-tick-picker div {
  display: flex
}

.dc-tick-picker__calculation {
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 28px
}

.dc-tick-picker__calculation .dc-tick-picker__holder {
  color: var(--purchase-main-2);
  flex-direction: column;
  justify-content: center;
  margin: 0 1.4rem;
  text-align: center
}

.dc-tick-picker__calculation .operator {
  background-color: var(--general-section-2);
  height: 48px;
  width: 48px
}

.dc-tick-picker__calculation .operator .dc-btn__text {
  transform: scale(2)
}

.dc-tick-picker__submit-wrapper {
  justify-content: center;
  margin-bottom: 1.6rem
}

.dc-tick-picker__submit-wrapper button {
  background-color: var(--general-section-2);
  height: 48px;
  width: 112px
}

.dc-tick-picker__submit-wrapper button span {
  color: var(--text-prominent);
  font-size: 1.6rem
}

.dc-tick-picker__submit-wrapper--is-disabled {
  pointer-events: none
}

.dc-tick-picker__submit-wrapper--is-disabled .dc-btn {
  background-color: var(--general-disabled)
}

.dc-timeline__flex {
  display: flex;
  position: relative
}

[dir=ltr] .dc-timeline__flex {
  border-left: 1px solid var(--brand-red-coral);
  margin-left: 1.2rem
}

[dir=rtl] .dc-timeline__flex {
  border-right: 1px solid var(--brand-red-coral);
  margin-right: 1.2rem
}

[dir=ltr] .dc-timeline__flex--no-border {
  border-left: initial
}

[dir=rtl] .dc-timeline__flex--no-border {
  border-right: initial
}

.dc-timeline__container {
  margin-top: 4px
}

[dir=ltr] .dc-timeline__container {
  margin-left: 20px
}

[dir=rtl] .dc-timeline__container {
  margin-right: 20px
}

.dc-timeline__title {
  max-width: 500px
}

.dc-timeline__flex--disabled .dc-timeline__title {
  color: #6e6e6e
}

.dc-timeline__oval {
  background-color: var(--brand-red-coral);
  border-radius: 50%;
  height: 24px;
  line-height: 2.35rem;
  position: absolute;
  text-align: center;
  width: 24px
}

[dir=ltr] .dc-timeline__oval {
  left: -12px;
  margin-right: 8px;
  padding-left: 1px
}

[dir=rtl] .dc-timeline__oval {
  margin-left: 8px;
  padding-right: 1px;
  right: -12px
}

.dc-timeline__flex--disabled .dc-timeline__oval {
  background-color: #6e6e6e
}

.dc-timeline__number {
  position: relative
}

[dir=ltr] .dc-timeline__number {
  left: -1px
}

[dir=rtl] .dc-timeline__number {
  right: -1px
}

.dc-timeline__content {
  color: var(--text-prominent);
  margin: 16px 0
}

.dc-timeline__content:last-of-type {
  margin-bottom: 0
}

.block-ui {
  background: var(--overlay-inside-dialog);
  bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: calc(100% - 4px);
  z-index: 3
}

[dir=ltr] .block-ui {
  left: .2em;
  right: 0
}

[dir=rtl] .block-ui {
  left: 0;
  right: .2em
}

.block-ui__loading {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 11
}

[dir=ltr] .block-ui__loading {
  left: calc(50% - 16px)
}

[dir=rtl] .block-ui__loading {
  right: calc(50% - 16px)
}

.block-ui__loading-spinner {
  margin: 0 auto;
  position: relative;
  width: 4.2em
}

.block-ui__loading-spinner:before {
  content: "";
  display: block;
  padding-top: 100%
}

.block-ui__loading-spinner-circular {
  animation: rotate 2s linear infinite;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  width: 100%
}

.block-ui__loading-spinner-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite, colorRed 6s ease-in-out infinite
}

@keyframes rotate {
  to {
    transform: rotate(1turn)
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

@keyframes colorRed {

  0%,
  to {
    stroke: var(--brand-red-coral)
  }
}

.dc-vertical-tab {
  align-items: flex-start;
  border-radius: 4px;
  display: flex;
  height: 100%;
  justify-content: flex-start
}

.dc-vertical-tab:not(.dc-vertical-tab--floating) {
  background-color: var(--general-section-1)
}

.dc-vertical-tab--floating {
  justify-content: center
}

.dc-vertical-tab--grid {
  display: grid;
  grid-template-areas: "form-sidebar form-title" "form-sidebar form-content";
  grid-template-rows: 5.2rem auto;
  height: calc(100vh - 48px)
}

.dc-vertical-tab__title {
  border-top: 1px solid var(--general-section-1);
  grid-area: form-title;
  height: 5rem
}

.dc-vertical-tab__content-container {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 0
}

.dc-vertical-tab__content-container--has-side-note {
  flex-flow: initial
}

.dc-vertical-tab--full-screen {
  min-height: calc(100svh - 84px);
  width: 100%
}

.dc-vertical-tab--full-screen.dc-vertical-tab--floating {
  min-height: calc(100svh - 137px - 2.4rem)
}

.dc-vertical-tab:not(.dc-vertical-tab--full-screen):not(.dc-vertical-tab--floating) .dc-vertical-tab__content {
  padding: 2.4rem
}

.dc-vertical-tab__action-bar {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  padding: 1.6rem;
  width: 100%
}

.dc-vertical-tab__action-bar-wrapper {
  border-radius: 4px;
  cursor: pointer;
  padding: .4rem .4rem .2rem
}

[dir=ltr] .dc-vertical-tab__action-bar-wrapper {
  margin-left: auto
}

[dir=rtl] .dc-vertical-tab__action-bar-wrapper {
  margin-right: auto
}

.dc-vertical-tab__action-bar-wrapper:hover {
  background: var(--general-hover)
}

.dc-vertical-tab__tab {
  background-color: var(--general-section-1);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 28%;
  position: relative
}

[dir=ltr] .dc-vertical-tab__tab {
  border-radius: 4px 0 0 4px
}

[dir=rtl] .dc-vertical-tab__tab {
  border-radius: 0 4px 4px 0
}

.dc-vertical-tab__tab--floating {
  border-radius: 8px;
  min-width: 256px;
  padding: .8rem
}

.dc-vertical-tab__tab--floating .dc-vertical-tab__header--highlight {
  border-radius: 4px;
  width: calc(100% - 1.6rem)
}

.dc-vertical-tab__tab-meta-wrapper {
  grid-area: form-sidebar
}

.dc-vertical-tab__tab-meta-wrapper--floating {
  position: sticky;
  top: calc(2.4rem + 41px)
}

.dc-vertical-tab__tab-bottom-note {
  margin-top: 1.6rem;
  position: sticky
}

.dc-vertical-tab__header-title {
  align-items: center;
  display: flex;
  padding: 1.6rem;
  text-decoration: none;
  transition: background-color .1s ease-in
}

[dir=ltr] .dc-vertical-tab--grouped .dc-vertical-tab__header {
  padding-left: 4.4rem
}

[dir=rtl] .dc-vertical-tab--grouped .dc-vertical-tab__header {
  padding-right: 4.4rem
}

.dc-vertical-tab--grouped .dc-vertical-tab__header--highlight {
  z-index: -1
}

[dir=ltr] .dc-vertical-tab--grouped .dc-vertical-tab__header--active {
  padding-left: 4.8rem
}

[dir=rtl] .dc-vertical-tab--grouped .dc-vertical-tab__header--active {
  padding-right: 4.8rem
}

[dir=ltr] .dc-vertical-tab__header__icon.dc-vertical-tab__header__icon--active {
  margin-right: 2rem
}

[dir=rtl] .dc-vertical-tab__header__icon.dc-vertical-tab__header__icon--active {
  margin-left: 2rem
}

.dc-vertical-tab__header-group-chevron {
  position: absolute;
  transition: transform .3s ease
}

[dir=ltr] .dc-vertical-tab__header-group-chevron {
  right: 2.4rem
}

[dir=rtl] .dc-vertical-tab__header-group-chevron {
  left: 2.4rem
}

[dir=ltr] .dc-vertical-tab__header-group-chevron--invert {
  transform: rotate(180deg)
}

[dir=rtl] .dc-vertical-tab__header-group-chevron--invert {
  transform: rotate(-180deg)
}

[dir=ltr] .dc-vertical-tab__header,
[dir=ltr] .dc-vertical-tab__header-group {
  text-align: left
}

[dir=rtl] .dc-vertical-tab__header,
[dir=rtl] .dc-vertical-tab__header-group {
  text-align: right
}

.dc-vertical-tab__header,
.dc-vertical-tab__header-group {
  align-items: center;
  color: var(--text-general);
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-transform: none;
  transition: background-color .1s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1
}

[dir=ltr] .dc-vertical-tab__header,
[dir=ltr] .dc-vertical-tab__header-group {
  padding: 1rem 1.2rem 1rem 1.6rem
}

[dir=rtl] .dc-vertical-tab__header,
[dir=rtl] .dc-vertical-tab__header-group {
  padding: 1rem 1.6rem 1rem 1.2rem
}

.dc-vertical-tab__header-group:hover:not(.dc-vertical-tab__header--active):not(.dc-vertical-tab__header-group--active),
.dc-vertical-tab__header:hover:not(.dc-vertical-tab__header--active):not(.dc-vertical-tab__header-group--active) {
  background-color: var(--state-hover)
}

.dc-vertical-tab__header-group__link,
.dc-vertical-tab__header__link {
  font-weight: 400
}

[dir=ltr] .dc-vertical-tab__header-group__link,
[dir=ltr] .dc-vertical-tab__header__link {
  margin-right: .4rem
}

[dir=rtl] .dc-vertical-tab__header-group__link,
[dir=rtl] .dc-vertical-tab__header__link {
  margin-left: .4rem
}

[dir=ltr] .dc-vertical-tab__header-group__icon,
[dir=ltr] .dc-vertical-tab__header__icon {
  margin-right: 1.6rem
}

[dir=rtl] .dc-vertical-tab__header-group__icon,
[dir=rtl] .dc-vertical-tab__header__icon {
  margin-left: 1.6rem
}

.dc-vertical-tab__header-group__icon--active,
.dc-vertical-tab__header__icon--active {
  --fill-color1: var(--text-prominent)
}

.dc-vertical-tab__header-group__counter,
.dc-vertical-tab__header__counter {
  position: absolute
}

[dir=ltr] .dc-vertical-tab__header-group__counter,
[dir=ltr] .dc-vertical-tab__header__counter {
  right: 2rem
}

[dir=rtl] .dc-vertical-tab__header-group__counter,
[dir=rtl] .dc-vertical-tab__header__counter {
  left: 2rem
}

.dc-vertical-tab__header--active .dc-vertical-tab__header-group__link,
.dc-vertical-tab__header--active .dc-vertical-tab__header__link,
.dc-vertical-tab__header-group--active .dc-vertical-tab__header-group__link,
.dc-vertical-tab__header-group--active .dc-vertical-tab__header__link {
  color: var(--text-prominent);
  font-weight: 700
}

.dc-vertical-tab__header--highlight,
.dc-vertical-tab__header-group--highlight {
  background-color: var(--state-normal);
  color: var(--text-prominent);
  content: "";
  display: block;
  height: 41px;
  position: absolute;
  transform: translateZ(0);
  width: 100%;
  z-index: 0
}

[dir=ltr] .dc-vertical-tab__header--highlight,
[dir=ltr] .dc-vertical-tab__header-group--highlight {
  border-left: 4px solid var(--brand-red-coral)
}

[dir=rtl] .dc-vertical-tab__header--highlight,
[dir=rtl] .dc-vertical-tab__header-group--highlight {
  border-right: 4px solid var(--brand-red-coral)
}

.dc-vertical-tab__header--new,
.dc-vertical-tab__header-group--new {
  background-color: var(--text-loss-danger);
  border-radius: 8px;
  color: var(--status-colored-background);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 .4rem;
  padding: 0 .4rem
}

.dc-vertical-tab__header--floating,
.dc-vertical-tab__header-group--floating {
  border-radius: 4px
}

.dc-vertical-tab__content {
  align-items: flex-start;
  background-color: var(--general-main-1);
  display: flex;
  flex-direction: column;
  grid-area: form-content;
  height: 100%;
  justify-content: flex-start;
  min-height: inherit;
  position: relative;
  width: 100%
}

[dir=ltr] .dc-vertical-tab__content {
  border-radius: 0 4px 4px 0
}

[dir=rtl] .dc-vertical-tab__content {
  border-radius: 4px 0 0 4px
}

.dc-vertical-tab__content-side-note {
  min-width: 25.6rem
}

[dir=ltr] .dc-vertical-tab__content-side-note {
  margin-left: 2.4rem
}

[dir=rtl] .dc-vertical-tab__content-side-note {
  margin-right: 2.4rem
}

.dc-vertical-tab__content-side-note-item {
  background-color: var(--general-section-1);
  border-radius: 8px;
  color: var(--text-general);
  font-size: var(--text-size-xxs);
  line-height: 1.5;
  margin-bottom: 2.4rem;
  padding: 1.6rem 2.4rem;
  width: 25.6rem
}

.dc-vertical-tab__content.dc-vertical-tab:not(.dc-vertical-tab--full-screen) {
  height: 100%;
  padding: 2.4rem
}

.dc-vertical-tab__content--floating {
  max-width: 952px;
  min-width: 672px
}

[dir=ltr] .dc-vertical-tab__content--floating {
  margin-left: 2.4rem
}

[dir=rtl] .dc-vertical-tab__content--floating {
  margin-right: 2.4rem
}

.wizard {
  height: inherit;
  width: inherit
}

.player__wrapper {
  position: relative
}

.player__overlay {
  align-items: center;
  background: rgba(0, 0, 0, .5);
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(200px);
  width: 100%
}

.player__overlay--visible {
  opacity: 1
}

.player__overlay__icon {
  margin: 0
}

.player__controls__wrapper {
  bottom: .2rem;
  height: 5.6rem;
  opacity: 0;
  padding: 0 1.6rem;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateZ(200px);
  transition: opacity .25s linear;
  width: 100%;
  z-index: 2
}

[dir=ltr] .player__controls__wrapper {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6))
}

[dir=rtl] .player__controls__wrapper {
  background: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .6))
}

.player__controls__wrapper--visible {
  opacity: 1
}

.player__controls__wrapper--interactive {
  pointer-events: auto
}

.player__controls__progress-bar {
  background-color: var(--text-colored-background);
  border-radius: 4px;
  cursor: pointer;
  height: .4rem;
  margin: .8rem 0;
  width: 100%
}

.player__controls__progress-bar:before {
  bottom: 67%;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  width: 100%
}

.player__controls__progress-bar__filled {
  background-color: var(--brand-red-coral);
  border-radius: 4px;
  height: .4rem;
  position: relative;
  width: 0
}

.player__controls__progress-bar__filled--animated {
  transition: all .3s linear
}

.player__controls__progress-bar__filled--ended {
  width: 100%
}

.player__controls__bottom-bar {
  align-items: center;
  display: flex;
  height: 3.6rem;
  justify-content: space-between;
  padding-bottom: .4rem
}

.player__controls__bottom-bar--blocked {
  pointer-events: none
}

.player__controls__bottom-bar .controls__right {
  width: 10.2rem
}

.player__controls__time-wrapper {
  margin: 0 1.6rem
}

.player__controls__button {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 2.4rem;
  justify-content: center;
  padding: 0;
  width: 2.4rem
}

.player__controls__button svg {
  margin: 0 !important
}

.player__volume__wrapper {
  position: relative
}

.player__volume__wrapper:before {
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  width: 4rem
}

[dir=ltr] .player__volume__wrapper:before {
  right: -1rem
}

[dir=rtl] .player__volume__wrapper:before {
  left: -1rem
}

.player__volume-bar {
  background-color: var(--text-less-prominent);
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  position: relative;
  width: .4rem
}

.player__volume-bar__wrapper {
  align-items: center;
  background-color: var(--general-main-2);
  border-radius: 8px;
  bottom: 2.5rem;
  box-shadow: 0 .8rem 1.6rem 0 var(--shadow-menu);
  display: flex;
  height: 10.4rem;
  justify-content: center;
  opacity: 0;
  padding: .8rem 0;
  position: absolute;
  transform: translateY(0);
  transition: transform .25s ease, opacity .25s linear;
  width: 4rem
}

[dir=ltr] .player__volume-bar__wrapper {
  right: -1rem
}

[dir=rtl] .player__volume-bar__wrapper {
  left: -1rem
}

.player__volume-bar__wrapper--enter,
.player__volume-bar__wrapper--exit {
  opacity: 0;
  transform: translateY(1rem)
}

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

.player__volume-bar__filled {
  background-color: var(--brand-red-coral);
  border-radius: 4px;
  bottom: 0;
  position: absolute;
  width: .4rem
}

.player__volume-bar__filled--animated {
  transition: all .3s linear
}

.player__volume-dot {
  bottom: 90%;
  position: absolute
}

[dir=ltr] .player__volume-dot {
  left: -.4rem
}

[dir=rtl] .player__volume-dot {
  right: -.4rem
}

.player__progress-dot,
.player__volume-dot {
  background-color: var(--brand-red-coral);
  border-radius: 50%;
  cursor: pointer;
  height: 1.2rem;
  width: 1.2rem
}

.player__progress-dot {
  bottom: -.3rem;
  position: absolute
}

[dir=ltr] .player__progress-dot {
  left: calc(100% - .6rem)
}

[dir=rtl] .player__progress-dot {
  right: calc(100% - .6rem)
}

@media (min-width:1024px) {
  .player__progress-dot:hover {
    bottom: -.6rem;
    height: 1.6rem;
    width: 1.6rem
  }
}

.player__progress-dot--increased-drag-area:before {
  border-radius: 50%;
  content: "";
  height: 2.5rem;
  position: absolute;
  top: 50%;
  width: 2.5rem
}

[dir=ltr] .player__progress-dot--increased-drag-area:before {
  left: 50%;
  transform: translate(-50%, -50%)
}

[dir=rtl] .player__progress-dot--increased-drag-area:before {
  right: 50%;
  transform: translate(50%, -50%)
}

.player__progress-dot--enlarged {
  bottom: -.6rem;
  height: 1.6rem;
  width: 1.6rem
}

.player__playback-rate__wrapper {
  position: relative;
  width: 6.2rem
}

.player__playback-rate__wrapper .playback-rate__icon {
  position: absolute
}

[dir=ltr] .player__playback-rate__wrapper .playback-rate__icon {
  left: 0
}

[dir=rtl] .player__playback-rate__wrapper .playback-rate__icon {
  right: 0
}

.player__playback-rate__wrapper .dc-dropdown__select-arrow {
  display: none
}

.player__playback-rate__wrapper .dc-dropdown__display--playback-rate {
  background: none;
  border: none;
  border-radius: 8px;
  height: 2.3rem;
  justify-content: flex-start;
  width: 6.2rem
}

.player__playback-rate__wrapper .dc-dropdown__display--playback-rate .dc-dropdown__display-text {
  color: var(--text-colored-background);
  font-size: 1rem
}

[dir=ltr] .player__playback-rate__wrapper .dc-dropdown__display--playback-rate .dc-dropdown__display-text {
  padding: 0 0 0 2.5rem
}

[dir=rtl] .player__playback-rate__wrapper .dc-dropdown__display--playback-rate .dc-dropdown__display-text {
  padding: 0 2.5rem 0 0
}

.player__playback-rate__wrapper .dc-dropdown-container {
  min-width: 6.2rem;
  width: auto
}

.player__playback-rate__wrapper .dc-dropdown-container:before {
  bottom: 1rem;
  content: "";
  display: block;
  height: 1.7rem;
  position: absolute;
  width: 7rem
}

.player__playback-rate__wrapper .dc-dropdown__list {
  width: 9.7rem
}

[dir=ltr] .player__playback-rate__wrapper .dc-dropdown__list {
  left: auto;
  right: 10%
}

[dir=rtl] .player__playback-rate__wrapper .dc-dropdown__list {
  left: 10%;
  right: auto
}

.player__playback-rate__wrapper .dc-dropdown__display--playback-rate__item {
  align-items: center;
  display: flex;
  height: 4rem;
  justify-content: start
}

@media (min-width:320px) and (max-width:767px) {

  .player__playback-rate__wrapper .dc-list,
  .player__playback-rate__wrapper .dc-themed-scrollbars {
    height: 13.2rem
  }
}

.wallet-icon {
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative
}

.wallet-icon__default-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(244, 67, 54, .24) 0, rgba(40, 57, 145, .48) 100%) #fff
}

.wallet-icon--xsmall {
  height: 1.4rem;
  width: 2.4rem
}

.wallet-icon--small {
  height: 2.4rem;
  width: 4rem
}

.wallet-icon--medium {
  height: 4rem;
  width: 6.4rem
}

.wallet-icon--large {
  height: 5.2rem;
  width: 8.4rem
}

.wallet-icon--xlarge {
  height: 8rem;
  width: 12.8rem
}

.wallet-card {
  position: relative
}

.wallet-card__container {
  border-radius: inherit;
  height: 100%;
  width: 100%
}

.wallet-card__container--active {
  border: 2px solid var(--text-red)
}

.wallet-card__container--small {
  align-items: center;
  display: flex;
  justify-content: center
}

.wallet-card__container-fade {
  background: var(--wallets-card-active-gradient-background);
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0
}

.wallet-card__container-fade--active,
.wallet-card__container:hover .wallet-card__container-fade {
  opacity: 1
}

.wallet-card__container:hover .wallet-card__container-fade--added,
.wallet-card__container:hover .wallet-card__container-fade--disabled,
.wallet-card__container:hover .wallet-card__container-fade--faded {
  opacity: 0
}

.wallet-card__shine {
  background-color: #fff;
  bottom: 0;
  clip-path: polygon(40% 10%, 104% -6.94%, 92.5% 100%, 28% 100%);
  left: 0;
  mix-blend-mode: overlay;
  opacity: .16;
  position: absolute;
  right: 0;
  top: 0
}

[dir=ltr] .wallet-card__shine {
  border-top-right-radius: 8px
}

[dir=rtl] .wallet-card__shine {
  border-top-left-radius: 8px
}

.wallet-card__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1.6rem;
  position: relative;
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .wallet-card__content--medium {
    padding: .8rem
  }
}

.wallet-card--small {
  border-radius: 4px;
  height: 4rem;
  width: 6.4rem
}

.wallet-card--medium {
  border-radius: 8px;
  height: 12rem;
  width: 20rem
}

@media (min-width:320px) and (max-width:767px) {
  .wallet-card--medium {
    height: 9.6rem;
    width: 16rem
  }
}

.wallet-card--large {
  border-radius: 8px;
  height: 14.4rem;
  width: 24rem
}

@media (min-width:320px) and (max-width:767px) {
  .wallet-card--large {
    height: 12.8rem;
    width: 21.6rem
  }
}

.wallet-card__active-icon {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.wallet-card__active-icon--small {
  height: auto;
  position: absolute;
  top: 0;
  width: auto
}

[dir=ltr] .wallet-card__active-icon--small {
  left: 100%;
  transform: translate(-1.2rem, -.4rem)
}

[dir=rtl] .wallet-card__active-icon--small {
  right: 100%;
  transform: translate(1.2rem, -.4rem)
}

.wallet-card__top-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%
}

.wallet-card__bottom-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%
}

.wallet-card__wallet-button {
  background: #fff
}

.wallet-card__wallet-button-text {
  color: #333
}

.wallet-card--disabled,
.wallet-card__wallet-button--added {
  opacity: .32
}

.wallet-card--faded {
  opacity: .72
}

.app-icon {
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative
}

.app-icon__top-icon {
  position: absolute;
  top: 0;
  z-index: 1
}

[dir=ltr] .app-icon__top-icon {
  left: 0
}

[dir=rtl] .app-icon__top-icon {
  right: 0
}

.app-icon__bottom-icon {
  bottom: 0;
  position: absolute
}

[dir=ltr] .app-icon__bottom-icon {
  right: 0
}

[dir=rtl] .app-icon__bottom-icon {
  left: 0
}

.app-icon--small {
  height: 2.4rem;
  width: 4rem
}

.app-icon--small .app-icon__top-icon {
  top: .1rem
}

[dir=ltr] .app-icon--small .app-icon__top-icon {
  left: .1rem
}

[dir=rtl] .app-icon--small .app-icon__top-icon {
  right: .1rem
}

.app-icon--small .app-icon__bottom-icon {
  bottom: .1rem
}

[dir=ltr] .app-icon--small .app-icon__bottom-icon {
  right: .1rem
}

[dir=rtl] .app-icon--small .app-icon__bottom-icon {
  left: .1rem
}

.app-icon--medium {
  height: 4rem;
  width: 6.4rem
}

.app-icon--medium .app-icon__top-icon {
  top: .2rem
}

[dir=ltr] .app-icon--medium .app-icon__top-icon {
  left: .2rem
}

[dir=rtl] .app-icon--medium .app-icon__top-icon {
  right: .2rem
}

.app-icon--medium .app-icon__bottom-icon {
  bottom: .2rem
}

[dir=ltr] .app-icon--medium .app-icon__bottom-icon {
  right: .2rem
}

[dir=rtl] .app-icon--medium .app-icon__bottom-icon {
  left: .2rem
}

.app-icon--large {
  height: 8rem;
  width: 12.8rem
}

.app-icon--large .app-icon__top-icon {
  top: .4rem
}

[dir=ltr] .app-icon--large .app-icon__top-icon {
  left: .4rem
}

[dir=rtl] .app-icon--large .app-icon__top-icon {
  right: .4rem
}

.app-icon--large .app-icon__bottom-icon {
  bottom: .4rem
}

[dir=ltr] .app-icon--large .app-icon__bottom-icon {
  right: .4rem
}

[dir=rtl] .app-icon--large .app-icon__bottom-icon {
  left: .4rem
}

.endpoint {
  margin: 20vh auto;
  min-width: 30rem;
  width: 30vw
}

@media (min-width:320px) and (max-width:767px) {
  .endpoint {
    margin: auto
  }
}

.endpoint__checkbox,
.endpoint__title {
  margin-bottom: 1.6rem
}

.endpoint__checkbox {
  margin-top: 4.5rem
}

[dir=ltr] .endpoint .dc-btn--secondary {
  margin-left: 1.6rem
}

[dir=rtl] .endpoint .dc-btn--secondary {
  margin-right: 1.6rem
}

.endpoint .feature-flags {
  margin-top: 4rem
}

.endpoint .feature-flags__item {
  margin-top: 1.6rem
}

.toast-messages {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  z-index: 1000
}

@media (min-width:320px) and (max-width:767px) {
  .toast-messages {
    height: calc(100vh - 2rem);
    top: 2rem
  }
}

.theme-select-settings {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%
}

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

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

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

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

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

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

.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 {
  cursor: not-allowed !important;
  opacity: .16 !important
}

.settings-language {
  width: -moz-fit-content;
  width: fit-content
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dc-modal-header--modal-settings {
  background-color: var(--general-main-1)
}

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

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

.dc-modal__container_modal-settings .dc-vertical-tab__tab-meta-wrapper {
  max-width: 206px;
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .open-real-account-dialog .dc-dialog__dialog {
    max-width: 32rem
  }

  .open-real-account-dialog .dc-dialog__button,
  .open-real-account-dialog .dc-dialog__content {
    font-size: 1.2rem
  }
}

.ready-to-verify-dialog .dc-dialog__content,
.ready-to-verify-dialog .dc-dialog__footer,
.ready-to-verify-dialog .dc-dialog__header-wrapper {
  display: flex;
  justify-content: center;
  text-align: center
}

@media (min-width:320px) and (max-width:767px) {
  .ready-to-verify-dialog .dc-dialog__dialog {
    margin: 0 1.6rem;
    padding: 1.6rem
  }
}

.ready-to-verify-dialog .dc-dialog__header-wrapper {
  margin-top: 0
}

.need-real-account-for-cashier-dialog .dc-dialog__header-wrapper {
  margin: 0 0 2rem
}

@media (min-width:320px) and (max-width:767px) {

  .need-real-account-for-cashier-dialog .dc-dialog__button,
  .need-real-account-for-cashier-dialog .dc-dialog__content,
  .ready-to-deposit-dialog .dc-dialog__button,
  .ready-to-deposit-dialog .dc-dialog__content {
    font-size: 1.2rem
  }
}

.wallets-upgrade-logout-modal__content {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  width: 36.3rem
}

@media (max-width:1279px) {
  .wallets-upgrade-logout-modal__content {
    align-items: center;
    width: 100%
  }
}

.wallets-upgrade-logout-modal .dc-dialog__dialog {
  background-color: var(--general-section-1);
  max-width: 60rem;
  overflow: hidden;
  width: 100%
}

@media (max-width:1279px) {
  .wallets-upgrade-logout-modal .dc-dialog__dialog {
    padding: 1.6rem;
    width: 32.8rem
  }
}

.wallets-upgrade-logout-modal .dc-dialog__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem
}

@media (max-width:1279px) {
  .wallets-upgrade-logout-modal .dc-dialog__content {
    align-items: center
  }
}

.wallets-upgrade-logout-modal .dc-dialog__footer {
  display: flex;
  justify-content: flex-start
}

@media (max-width:1279px) {
  .wallets-upgrade-logout-modal .dc-dialog__footer {
    justify-content: center
  }
}

[dir=ltr] .wallets-upgrade-logout-modal .dc-dialog__button {
  margin-left: 0
}

[dir=rtl] .wallets-upgrade-logout-modal .dc-dialog__button {
  margin-right: 0
}

@media (min-width:320px) and (max-width:767px) {
  .wallets-upgrade-logout-modal .dc-dialog__button {
    height: 3rem
  }
}

@media (max-width:1279px) {
  .wallets-upgrade-logout-modal .dc-btn__text {
    font-size: var(--text-size-xxs)
  }
}

[dir=rtl] .wallets-upgrade-logout-modal__pic {
  transform: scaleX(-1)
}

@media (min-width:1024px) {
  [dir=ltr] .wallets-upgrade-logout-modal__pic {
    right: -3rem
  }

  [dir=rtl] .wallets-upgrade-logout-modal__pic {
    left: -3rem
  }

  .wallets-upgrade-logout-modal__pic {
    bottom: 1rem;
    height: 12.8rem;
    position: absolute;
    width: 23.5rem
  }
}

@media (max-width:1279px) {
  .wallets-upgrade-logout-modal__pic {
    height: 8.2rem;
    margin-bottom: 1.6rem;
    position: relative;
    width: 100%
  }
}

.wallets-upgrade-completed-modal {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  height: 79.1rem;
  max-width: 120rem;
  padding-top: 8rem;
  width: calc(100vw - 2rem)
}

@media (min-width:320px) and (max-width:767px) {
  .wallets-upgrade-completed-modal {
    height: 100%;
    padding-top: 2.4rem;
    width: 100%
  }
}

.wallets-upgrade-completed-modal__text-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: .8rem
}

@media (min-width:320px) and (max-width:767px) {
  .wallets-upgrade-completed-modal__button {
    width: 100%
  }
}

.wallets-upgrade-completed-modal__pic {
  height: 27.2rem;
  width: 100%
}

@media (min-width:320px) and (max-width:767px) {
  .wallets-upgrade-completed-modal__pic {
    height: 17rem
  }
}

.crypto-transaction-processing-modal__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  height: 100%;
  justify-content: center;
  padding: 2.4rem
}

@media (max-width:1279px) {
  .crypto-transaction-processing-modal__content {
    padding: 1.6rem;
    position: absolute;
    top: 50vh;
    transform: translateY(-50%)
  }
}

.crypto-transaction-processing-modal__content-description {
  align-items: center;
  display: flex;
  flex-direction: column
}

.crypto-transaction-processing-modal__circle {
  background: #ffad3a;
  border-radius: 3.2rem;
  height: 6.4rem;
  position: relative;
  width: 6.4rem
}

.crypto-transaction-processing-modal__dot {
  background: var(--general-main-1);
  border-radius: .5rem;
  height: 1rem;
  position: absolute;
  top: 2.7rem;
  width: 1rem
}

[dir=ltr] .crypto-transaction-processing-modal__dot-0 {
  left: 1.2rem
}

[dir=rtl] .crypto-transaction-processing-modal__dot-0 {
  right: 1.2rem
}

[dir=ltr] .crypto-transaction-processing-modal__dot-1 {
  left: 2.7rem
}

[dir=rtl] .crypto-transaction-processing-modal__dot-1 {
  right: 2.7rem
}

[dir=ltr] .crypto-transaction-processing-modal__dot-2 {
  left: 4.2rem
}

[dir=rtl] .crypto-transaction-processing-modal__dot-2 {
  right: 4.2rem
}

.dc-mobile-dialog__crypto-transaction-processing-modal,
.devtools__toggle-button {
  display: flex;
  justify-content: center
}

.devtools__toggle-button {
  align-items: center;
  background: var(--theme-color-main);
  border: 0;
  border-radius: 20px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 700;
  height: 40px;
  margin: .5em;
  padding: 0 0 2px;
  position: fixed;
  transition: all .2s;
  width: 40px;
  z-index: 99999
}

[dir=ltr] .devtools__toggle-button {
  right: 0
}

[dir=rtl] .devtools__toggle-button {
  left: 0
}

.devtools__toggle-button:hover {
  scale: 1.1
}

.devtools__panel {
  background-color: #0b1521;
  border-top: 1px solid #3f4e60;
  bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  color: #fff;
  display: flex;
  font-family: sans-serif;
  font-size: max(12px, min(1.5vw, 14px));
  height: 290px;
  max-height: 90%;
  position: fixed;
  transform-origin: center top;
  transition: all .2s ease 0s;
  width: 100%;
  z-index: 100000
}

[dir=ltr] .devtools__panel {
  direction: ltr;
  left: 0
}

[dir=rtl] .devtools__panel {
  direction: rtl;
  right: 0
}

.devtools__panel--open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) scale(1);
  visibility: visible
}

.devtools__panel--close {
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px) scale(1.02);
  visibility: hidden
}

.devtools__panel-left {
  display: flex;
  flex: 1 1 500px;
  flex-direction: column;
  max-height: 100%;
  min-height: 40%;
  overflow: auto
}

[dir=ltr] .devtools__panel-left {
  border-right: 1px solid #222e3e
}

[dir=rtl] .devtools__panel-left {
  border-left: 1px solid #222e3e
}

.devtools__panel-right {
  display: flex;
  flex: 1 1 500px;
  flex-direction: column;
  height: 100%;
  overflow: auto
}

.devtools__close-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #3f4e60;
  border: 0;
  border-radius: .3em;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: .9em;
  font-weight: 700;
  margin: .5em;
  padding: .5em;
  position: absolute;
  z-index: 99999
}

[dir=ltr] .devtools__close-button {
  right: 0
}

[dir=rtl] .devtools__close-button {
  left: 0
}

.devtools__panel-title {
  background: #132337;
  padding: .5em;
  position: sticky;
  top: 0;
  z-index: 1
}

.devtools__checkbox-container {
  display: flex;
  flex-wrap: wrap
}

.devtools__checkbox {
  margin: 10px 5px
}

.devtools__checkbox-label {
  color: #fff
}

.devtools__endpoint-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 10px
}

.devtools__endpoint-container a {
  color: var(--theme-color-main)
}

.devtools__endpoint-container .dc-input__field {
  color: #fff
}

.devtools__endpoint-container .dc-input__label {
  background: #0b1521
}

.devtools__endpoint-container .dc-input__field~label {
  color: #fff !important
}

.devtools__endpoint-actions {
  display: flex;
  gap: 15px
}

.landscape-blocker {
  align-items: center;
  background: var(--general-main-1);
  bottom: 0;
  color: var(--text-prominent);
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 2.4rem;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999
}

.landscape-blocker__icon {
  height: 6.2rem;
  width: 8rem
}

.landscape-blocker__message {
  padding: 1.6rem 11rem
}

@media screen and (orientation:portrait) {
  .landscape-blocker__message--landscape {
    display: none
  }
}

.landscape-blocker__message--portrait {
  line-height: var(--text-lh-m);
  text-align: center
}

@media screen and (orientation:landscape) {
  .landscape-blocker__message--portrait {
    display: none
  }
}

@media (min-width:1280px) {
  .landscape-blocker {
    display: none
  }
}

@media screen and (max-width:600px) and (max-aspect-ratio:13/9) {
  .landscape-blocker {
    display: none
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%
}

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

*,
.body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  font-family: IBM Plex Sans, sans-serif;
  text-rendering: optimizeLegibility
}

@media (min-width:320px) and (max-width:767px) {

  *,
  .body,
  html {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }
}

.select {
  border: 1px solid var(--border-normal);
  border-radius: 4px;
  font-size: inherit
}

.input,
.select {
  font-family: inherit;
  font-style: inherit;
  padding: 2px 3px
}

.input {
  color: var(--text-general)
}

::-webkit-input-placeholder {
  color: var(--text-general)
}

::-moz-placeholder {
  color: var(--text-general)
}

:-ms-input-placeholder {
  color: var(--text-general)
}

:-moz-placeholder {
  color: var(--text-general)
}

.theme--light {
  background: #fff
}

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

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

.hidden {
  transition: none !important;
  visibility: hidden !important
}

.absolute-center-v {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0
}

.link {
  color: var(--brand-red-coral);
  font-weight: 700;
  text-decoration: none
}

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

.link--white {
  color: #fff
}

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

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

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

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

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

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

.icon--centered {
  top: .8em
}

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

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

.center-text {
  text-align: center
}

.no-margin {
  margin: 0
}

.hr {
  border: 0;
  display: block;
  height: 1px;
  margin: .5em 0;
  padding: 0
}

.deriv-app {
  height: 100%;
  overflow: hidden
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

html {
  font-size: 10px
}

body,
html {
  height: 100%
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

strong {
  font-weight: 700
}

:host,
:root {
  --text-size-xxxxs: 0.8rem;
  --text-size-xxxs: 1rem;
  --text-size-xxs: 1.2rem;
  --text-size-xs: 1.4rem;
  --text-size-s: 1.6rem;
  --text-size-xsm: 1.8rem;
  --text-size-sm: 2rem;
  --text-size-m: 2.4rem;
  --text-size-xm: 2.8rem;
  --text-size-l: 3.2rem;
  --text-size-xl: 4.8rem;
  --text-size-xxl: 6.4rem;
  --text-lh-xxs: 1;
  --text-lh-xs: 1.25;
  --text-lh-s: 1.4;
  --text-lh-m: 1.5;
  --text-lh-l: 1.75;
  --text-lh-xl: 2;
  --text-lh-xxl: 2.4;
  --text-weight-lighter: lighter;
  --text-weight-normal: normal;
  --text-weight-bold: bold;
  --text-weight-bolder: bolder;
  --text-align-left: start;
  --text-align-right: right;
  --text-align-center: center;
  --text-align-end: end;
  --brand-white: #fff;
  --brand-dark-grey: #0e0e0e;
  --brand-red-coral: var(--theme-color-main);
  --brand-orange: #ff6444;
  --brand-secondary: #85acb0;
  --wallet-airtm: linear-gradient(90deg, #1a8fff, #0083ff);
  --wallet-banxa: linear-gradient(90deg, #000, #4ac0ba 96.35%);
  --wallet-bitcoin: linear-gradient(90deg, #f89e32, #f7931b 103.12%);
  --wallet-credit: linear-gradient(274.73deg, #464750 3.82%, #0e0f11 88.49%);
  --wallet-dp2p: linear-gradient(90deg, var(--theme-color-main), #211d1e 95.22%);
  --wallet-fasapay: linear-gradient(90deg, #f6931c, #4873ac 95.22%);
  --wallet-jeton: linear-gradient(90deg, #ff7635, #ff671f);
  --wallet-mastercard: linear-gradient(90deg, #eb001b, #f79e1b);
  --wallet-neteller: linear-gradient(90deg, #98cc53, #8dc640);
  --wallet-paylivre: linear-gradient(90deg, #352caa, #9a6bfc);
  --wallet-paysafe: linear-gradient(90deg, #e3001b, #008ac9);
  --wallet-perfectmoney: gradient-perfectmoney;
  --wallet-skrill: linear-gradient(274.73deg, #5a205d 3.82%, #7f3883 88.49%);
  --wallet-sticpay: linear-gradient(90deg, #f36938, #f25822);
  --wallet-virtual: linear-gradient(274.25deg, #333 9.01%, #5c5b5b 103.31%);
  --wallet-visa: linear-gradient(274.73deg, #1a205e 3.82%, #122d96 88.49%);
  --wallet-webmoney: linear-gradient(90deg, #1a77ac, #0068a3);
  --app-card-virtual: linear-gradient(274.25deg, #333 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: #fff;
  --general-main-2: #fff;
  --general-main-3: #999;
  --general-main-4: hsla(0, 0%, 100%, .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: #333;
  --text-primary: #999;
  --text-less-prominent: #999;
  --text-prominent: #333;
  --text-disabled: #999;
  --text-disabled-1: #d6d6d6;
  --text-loss-danger: #ec3f3f;
  --text-profit-success: #4bb4b3;
  --text-warning: #ffad3a;
  --text-red: var(--theme-color-main);
  --text-green: #17eabd;
  --text-blue: #0796e0;
  --text-info-blue: #377cfc;
  --text-info-blue-background: #dfeaff;
  --text-colored-background: #fff;
  --icon-light-background: #5c5c5c;
  --icon-dark-background: #fff;
  --icon-grey-background: #f2f3f4;
  --icon-black-plus: #000;
  --text-status-info-blue: #377cfc;
  --text-hint: #333;
  --purchase-main-1: #4bb4b3;
  --purchase-section-1: #3d9494;
  --purchase-main-2: #ec3f3f;
  --purchase-section-2: #d33636;
  --purchase-disabled-main: #eaeced;
  --purchase-disabled-section: #e6e9e9;
  --button-primary-default: var(--brand-red-coral);
  --button-secondary-default: #999;
  --button-tertiary-default: transparent;
  --button-primary-light-default: rgba(255, 68, 79, .16);
  --button-primary-hover: #eb3e48;
  --button-secondary-hover: rgba(0, 0, 0, .08);
  --button-tertiary-hover: rgba(255, 68, 79, .08);
  --button-primary-light-hover: rgba(255, 68, 79, .24);
  --button-toggle-primary: #0796e0;
  --button-toggle-secondary: #d6dadb;
  --button-toggle-alternate: #fff;
  --button-get-started-bg: #000;
  --overlay-outside-dialog: rgba(0, 0, 0, .72);
  --overlay-inside-dialog: hsla(0, 0%, 100%, .96);
  --shadow-menu: rgba(0, 0, 0, .16);
  --shadow-menu-2: rgba(0, 0, 0, .16);
  --shadow-drop: rgba(0, 0, 0, .08);
  --shadow-box: rgba(0, 0, 0, .4);
  --state-normal: #fff;
  --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: #999;
  --border-hover-1: #5c5c5c;
  --border-active: var(--brand-secondary);
  --border-disabled: #eaeced;
  --border-divider: #f2f3f4;
  --fill-normal: #fff;
  --fill-normal-1: #c2c2c2;
  --fill-hover: #999;
  --fill-active: var(--brand-secondary);
  --fill-disabled: #eaeced;
  --status-default: #eaeced;
  --status-adjustment: #999;
  --status-danger: #ec3f3f;
  --status-success: #4bb4b3;
  --status-warning: #ffad3a;
  --status-warning-transparent: rgba(255, 173, 58, .16);
  --status-transfer: #ff6444;
  --status-info: #377cfc;
  --status-colored-background: #fff;
  --status-alert-background: rgba(255, 173, 58, .16);
  --dashboard-swap-free: linear-gradient(58.51deg, #061828 28.06%, #1a3c60 93.51%);
  --dashboard-app: linear-gradient(274.25deg, #333 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, #f79e1b);
  --payment-credit-and-debit: linear-gradient(274.73deg, #464750 3.82%, #0e0f11 88.49%);
  --payment-bitcoin: linear-gradient(90deg, #f89e32, #f7931b 103.12%);
  --payment-usd-coin: linear-gradient(90deg, #3d83cf, #2775ca);
  --payment-neteller: linear-gradient(90deg, #98cc53, #8dc640);
  --payment-webmoney: linear-gradient(90deg, #1a77ac, #0068a3);
  --payment-jeton: linear-gradient(90deg, #ff7635, #ff671f);
  --payment-sticpay: linear-gradient(90deg, #f36938, #f25822);
  --payment-airtm: linear-gradient(90deg, #1a8fff, #0083ff);
  --payment-dp2p: linear-gradient(90deg, var(--theme-color-main), #211d1e 95.22%);
  --payment-deriv: linear-gradient(90deg, #ff6444, var(--theme-color-main));
  --transparent-success: rgba(75, 180, 179, .92);
  --transparent-info: rgba(55, 124, 252, .16);
  --transparent-hint: rgba(55, 124, 252, .08);
  --transparent-danger: rgba(255, 68, 79, .16);
  --transparent-correct-message: rgba(75, 180, 179, .161);
  --transparent-fake-message: rgba(236, 63, 63, .161);
  --gradient-success: linear-gradient(0deg, #fff, rgba(75, 180, 179, .16));
  --gradient-danger: linear-gradient(0deg, #fff, rgba(255, 68, 79, .16));
  --contract-gradient-danger: linear-gradient(0deg, #fff 85%, rgba(255, 68, 79, .16));
  --gradient-right-edge: linear-gradient(90deg, hsla(0, 0%, 100%, 0) -5%, #fff 71%);
  --gradient-blue: linear-gradient(90deg, #00a8af, #04cfd8 104.41%);
  --gradient-gold: linear-gradient(90deg, #f7931a, #ffc71b 104.41%);
  --gradient-green: linear-gradient(90deg, #1db193, #09da7a 104.41%);
  --badge-white: #fff;
  --badge-blue: #0677af;
  --badge-violet: #2a3052;
  --badge-green: #00a79e;
  --traders-hub-banner-border-color: #e6e9e9;
  --traders-hub-logged-out-banner-bg-color: #f3f4f5;
  --wallets-banner-ready-bg-color: #e2f3f3;
  --wallets-banner-ready-tick-bg-color: #4ab4b3;
  --wallets-banner-border-color: #e6e9e9;
  --wallets-banner-dot-color: #d6d6d6;
  --wallets-banner-active-dot-color: var(--theme-color-main);
  --wallets-card-active-gradient-background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .16));
  --wallet-demo-bg-color: #fff8f9;
  --wallet-demo-divider-color: #fff0f1;
  --wallet-eu-disclaimer: #e6e9e9;
  --wallet-box-shadow: 0px 12px 16px -4px hsla(0, 0%, 5%, .08), 0px 4px 6px -2px hsla(0, 0%, 5%, .03);
  --demo-text-color-1: #c2c2c2;
  --demo-text-color-2: #fff;
  --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: hsla(0, 0%, 5%, .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: #fff;
  --text-general: #c2c2c2;
  --text-less-prominent: #6e6e6e;
  --text-primary: #999;
  --text-disabled: #3e3e3e;
  --text-disabled-1: #3e3e3e;
  --text-profit-success: #00a79e;
  --text-loss-danger: #cc2e3d;
  --text-red: var(--theme-color-main);
  --text-colored-background: #fff;
  --text-info-blue: #92b8ff;
  --text-info-blue-background: #182130;
  --text-status-info-blue: #377cfc;
  --text-hint: #c2c2c2;
  --icon-light-background: #5c5c5c;
  --icon-dark-background: #fff;
  --icon-grey-background: #333;
  --icon-black-plus: #fff;
  --purchase-main-1: #00a79e;
  --purchase-section-1: #008079;
  --purchase-main-2: #cc2e3d;
  --purchase-section-2: #a32430;
  --purchase-disabled-main: #1d1f20;
  --purchase-disabled-section: #0e0e0e;
  --button-primary-default: var(--brand-red-coral);
  --button-secondary-default: #6e6e6e;
  --button-tertiary-default: transparent;
  --button-primary-light-default: rgba(255, 68, 79, .16);
  --button-primary-hover: #eb3e48;
  --button-secondary-hover: hsla(0, 0%, 100%, .08);
  --button-tertiary-hover: rgba(255, 68, 79, .08);
  --button-primary-light-hover: rgba(255, 68, 79, .24);
  --button-toggle-primary: #0796e0;
  --button-toggle-secondary: #323738;
  --button-toggle-alternate: #323738;
  --button-get-started-bg: #fff;
  --overlay-outside-dialog: rgba(0, 0, 0, .72);
  --overlay-inside-dialog: hsla(0, 0%, 5%, .96);
  --shadow-menu: rgba(0, 0, 0, .84);
  --shadow-menu-2: rgba(0, 0, 0, .72);
  --shadow-drop: rgba(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: #999;
  --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: #333;
  --fill-hover: #6e6e6e;
  --fill-active: var(--brand-secondary);
  --fill-disabled: #1d1f20;
  --status-default: #eaeced;
  --status-adjustment: #999;
  --status-danger: #cc2e3d;
  --status-warning: #ffad3a;
  --status-warning-transparent: rgba(255, 173, 58, .16);
  --status-success: #00a79e;
  --status-transfer: #ff6444;
  --status-info: #377cfc;
  --status-colored-background: #fff;
  --status-alert-background: rgba(255, 173, 58, .16);
  --transparent-success: rgba(0, 167, 158, .92);
  --transparent-info: rgba(55, 124, 252, .16);
  --transparent-hint: rgba(55, 124, 252, .16);
  --transparent-danger: rgba(255, 68, 79, .16);
  --transparent-correct-message: rgba(75, 180, 179, .161);
  --transparent-fake-message: rgba(236, 63, 63, .161);
  --gradient-success: linear-gradient(0deg, #0e0e0e, rgba(0, 167, 158, .16));
  --gradient-danger: linear-gradient(0deg, #0e0e0e, rgba(255, 68, 79, .16));
  --contract-gradient-danger: linear-gradient(0deg, #0e0e0e 85%, rgba(255, 68, 79, .16));
  --gradient-right-edge: linear-gradient(90deg, hsla(0, 0%, 5%, 0) -5%, #0e0e0e 71%);
  --gradient-blue: linear-gradient(90deg, #00a8af, #04cfd8 104.41%);
  --gradient-gold: linear-gradient(90deg, #f7931a, #ffc71b 104.41%);
  --gradient-green: linear-gradient(90deg, #1db193, #09da7a 104.41%);
  --badge-white: #fff;
  --badge-blue: #0677af;
  --badge-violet: #2a3052;
  --badge-green: #00a79e;
  --traders-hub-banner-border-color: #242828;
  --traders-hub-logged-out-banner-bg-color: #242828;
  --wallets-banner-ready-bg-color: #e2f3f3;
  --wallets-banner-ready-tick-bg-color: #4ab4b3;
  --wallets-banner-border-color: #242828;
  --wallets-banner-dot-color: #d6d6d6;
  --wallets-banner-active-dot-color: var(--theme-color-main);
  --wallets-card-active-gradient-background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 100%, .16));
  --wallet-demo-bg-color: #140506;
  --wallet-demo-divider-color: #323738;
  --wallet-eu-disclaimer: #e6e9e9;
  --wallet-box-shadow: 0px 12px 16px -4px hsla(0, 0%, 5%, .08), 0px 4px 6px -2px hsla(0, 0%, 5%, .03);
  --demo-text-color-1: #333;
  --demo-text-color-2: #333;
  --header-background-mt5: #e6f5ff;
  --header-background-others: #e8fdf8
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  background-color: var(--general-main-2);
  top: 1rem
}

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

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

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

  .details-form__elements .dc-input__field:-webkit-autofill:active,
  .details-form__elements .dc-input__field:-webkit-autofill:focus,
  .details-form__elements .dc-input__field:-webkit-autofill:hover {
    -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,
.details-form__elements .dc-dropdown__display-placeholder-text {
  background-color: var(--general-main-2)
}

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

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

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

.details-form__tax {
  position: relative
}

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

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

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

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

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

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

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

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

.details-form__heading {
  margin: 1.6rem
}

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

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

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

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

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

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

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

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

.financial-assessment {
  gap: 1.6rem
}

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

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

.accept-risk__header {
  padding: 2.4rem 0
}

.accept-risk__container {
  padding: 0 2.4rem
}

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

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

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

.account-signup-loader {
  height: 100%;
  width: 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 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%
}

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

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

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

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

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

.poi-form-on-signup__fields .proof-of-identity__container .dc-input__bottom-label {
  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 {
  align-items: normal;
  display: inline;
  display: initial;
  flex-direction: row;
  justify-content: normal;
  width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .poi-form-on-signup {
    overflow: hidden
  }
}

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

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

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

  .mt5-layout {
    display: flex;
    flex-direction: column
  }
}

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

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

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

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

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

  .mt5-layout .proof-of-identity__submit-button {
    margin: initial;
    width: 100%
  }
}

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

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

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

@keyframes closeDrawerWrapper {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@media (max-width:1279px) {

  .dc-mobile-drawer__overlay,
  .deriv-app,
  .modal-root,
  body {
    height: 100%;
    margin: 0;
    overflow-y: hidden !important;
    position: absolute !important;
    top: 0 !important;
    width: 100%
  }

  @supports (-webkit-touch-callout:none) {

    .dc-mobile-drawer__overlay,
    .deriv-app,
    .modal-root,
    body {
      position: fixed !important
    }
  }

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

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

  .body {
    z-index: 1
  }

  .deriv-app {
    overscroll-behavior: none;
    z-index: 2
  }

  .deriv-app .trade-notifications {
    bottom: auto;
    display: flex;
    flex-direction: column;
    gap: .8rem;
    left: .8rem;
    max-width: calc(100% - 1.6rem);
    position: absolute;
    right: .8rem;
    top: .8rem;
    width: 40rem;
    z-index: 6
  }

  .deriv-app .notification-messages .trade-notifications {
    bottom: auto;
    left: auto;
    max-width: 32.8rem;
    position: relative;
    right: auto;
    top: auto;
    top: -.8rem;
    width: calc(100% - .8rem)
  }

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

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

  .modal-root {
    height: 100% !important
  }

  .popup-root>.dc-toast {
    margin: auto;
    position: absolute;
    top: 48px;
    z-index: 3
  }

  .popup-root .dc-toast-popup {
    left: 1.6rem;
    max-width: calc(100vw - 1.6rem);
    position: absolute;
    right: 1.6rem;
    top: 48px;
    width: calc(100vw - 3.2rem)
  }
}

.app-contents {
  backface-visibility: hidden;
  background-color: var(--general-main-1);
  height: calc(100vh - 84px);
  margin: 48px 0 36px;
  overflow: hidden
}

.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 {
  height: inherit;
  margin: 0 !important;
  padding: 0
}

@media (max-width:600px) {
  .app-contents .ciq-menu {
    margin: .8rem;
    top: 0;
    z-index: 2
  }
}

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

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

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

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

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

  .app-contents--is-dtrader-v2[\:has\(\.trade-notification\)] {
    position: static
  }

  .app-contents--is-dtrader-v2:has(.trade-notification) {
    position: static
  }

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

  .app-contents--is-dtrader-v2--with-banner[\:has\(\.trade-notification\)] {
    position: static
  }

  .app-contents--is-dtrader-v2--with-banner:has(.trade-notification) {
    position: static
  }

  .app-contents .cq-symbol-select-btn {
    padding: .3rem .9rem
  }

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

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

  [dir=rtl] .app-contents .cq-symbol-select-btn .cq-symbol-dropdown {
    margin-right: auto
  }

  .app-contents .cq-symbol-select-btn .cq-symbol {
    font-size: 1.2rem
  }

  .app-contents .cq-symbol-select-btn .cq-chart-price {
    display: none
  }

  .app-contents .cq-symbol-select-btn .cq-symbol-info {
    margin: 0 .8rem;
    white-space: nowrap
  }

  .app-contents .cq-symbol-select-btn .ic-icon:not(.cq-symbol-dropdown)>svg {
    padding: .4rem
  }

  .app-contents .chart-container__loader {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1
  }

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

.popup-root {
  position: absolute;
  z-index: 9999
}

.contract--enter {
  opacity: 0
}

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

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

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

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

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

.advanced-simple-toggle {
  align-items: center;
  background: none;
  border: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  justify-content: center;
  margin: 8px 0 -9px -8px;
  padding: 8px 0;
  transition: background-color .25s linear;
  width: calc(100% + 16px)
}

.advanced-simple-toggle__icon {
  transition: transform .2s ease
}

.advanced-simple-toggle__icon--active {
  transform: rotate(180deg)
}

.advanced-simple-toggle:hover {
  background-color: var(--general-hover);
  cursor: pointer
}

.advanced-simple-toggle:focus {
  outline: none
}

.category-wrapper,
.type-wrapper {
  align-items: center;
  background: var(--general-section-1);
  border-radius: 4px;
  display: flex;
  height: 2.4em;
  justify-content: center;
  width: 2.4em
}

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

.type-wrapper .color2-fill {
  fill: var(--brand-secondary)
}

.no-scroll {
  max-height: 100vh;
  overflow: hidden
}

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

.error__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 9em);
  justify-content: center
}

.error__message {
  color: var(--text-general);
  font-size: 14px
}

@media screen and (min-width:320px) {
  .error__message {
    font-size: calc(.53571vw + 12.28571px)
  }
}

@media screen and (min-width:1440px) {
  .error__message {
    font-size: 20px
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir=rtl] .header__menu--dtrader--separator--account {
  margin-left: 1rem
}

.header__menu__redirect {
  display: flex
}

.header__menu__redirect--link {
  align-items: center;
  display: flex;
  padding: .5rem;
  text-decoration: none
}

.header__redirect--dtratder {
  display: flex
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu--back-to-ui--dark {
  background-color: var(--general-main-1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu-toggle {
  align-self: center;
  display: flex
}

.header__menu-links {
  align-self: center;
  height: 100%
}

@media (max-width:1279px) {
  .header__menu-links {
    display: none
  }
}

.header__menu-link {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: space-evenly;
  padding: 0 1.6em;
  position: relative;
  text-decoration: none;
  transition: background-color .3s
}

[dir=ltr] .header__menu-link-text {
  text-align: left
}

[dir=rtl] .header__menu-link-text {
  text-align: right
}

.header__menu-link-text {
  color: var(--text-general);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  padding: .5em 0;
  position: relative;
  text-transform: none
}

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

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

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

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

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

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

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

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

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

.header__menu-link-text:after {
  content: attr(title);
  display: block;
  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] {
  color: var(--text-prominent);
  font-weight: 700
}

.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: 400;
  height: 20px;
  line-height: 1.43;
  text-align: center;
  width: 50px
}

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

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

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

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

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

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

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

.header__icon {
  vertical-align: middle
}

[dir=ltr] .header__icon {
  margin-right: .8rem
}

[dir=rtl] .header__icon {
  margin-left: .8rem
}

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

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

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

[dir=ltr] .header__divider {
  margin-left: .8rem
}

[dir=rtl] .header__divider {
  margin-right: .8rem
}

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

.header-v2 {
  border-bottom: none;
  height: 40px
}

.header-v2--with-banner {
  height: 128px
}

.header-v2__acc-info {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.header-v2__acc-info__name {
  align-items: center;
  display: flex;
  gap: var(--core-spacing-200)
}

h5.header-v2__acc-info__balance {
  color: var(--core-color-opacity-black-600)
}

.header-v2__acc-info__container {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding-left: var(--core-spacing-800);
  padding-right: var(--core-spacing-800)
}

.header-v2__acc-info__container .notifications__icon {
  fill: var(--core-color-opacity-black-600)
}

.header-v2__acc-info__container .notifications__wrapper {
  align-items: center;
  display: flex;
  height: var(--core-size-1800);
  justify-content: center;
  width: var(--core-size-1800)
}

.header-v2__acc-info__wrapper {
  all: unset;
  align-items: center;
  display: flex;
  gap: var(--core-spacing-400);
  justify-content: center
}

.header-v2__acc-info__select-arrow {
  pointer-events: none;
  transform: rotate(0);
  transition: transform .3s ease
}

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

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

.header-v2__loader {
  display: flex;
  justify-content: space-between;
  padding: var(--core-spacing-300) var(--semantic-spacing-general-md)
}

.contract-details-header-v2 {
  display: flex;
  height: var(--core-spacing-2000);
  justify-content: center;
  padding: var(--core-spacing-400) var(--core-spacing-50)
}

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

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

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

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

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

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

.footer__links {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-evenly
}

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0
  }
}

.network-status__wrapper {
  height: 1.4em;
  position: relative
}

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

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

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

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

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

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

.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 .4s infinite alternate;
  background: var(--text-profit-success)
}

[dir=ltr] .server-time {
  text-align: left
}

[dir=rtl] .server-time {
  text-align: right
}

.server-time {
  align-self: center;
  color: var(--text-general);
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0 1em;
  text-transform: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-regulatory-information {
  padding: 2rem
}

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

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

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

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

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

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

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

.footer-icon-separator {
  background: var(--general-section-1);
  display: flex;
  height: 1.6rem !important;
  margin: 0 .1rem;
  width: 1px
}

.footer-icon-separator,
.modal-root {
  align-items: center;
  justify-content: center
}

.modal-root {
  background-color: var(--overlay-outside-dialog);
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 9998
}

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

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

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

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

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

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

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

@media screen and (max-width:380px) {

  .traders-hub-header__cashier-button,
  .traders-hub-header__logo-wrapper {
    display: none
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir=ltr] .traders-hub-header__menu-right--items--notifications__cashier {
    padding-right: 1rem
  }

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

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

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

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

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

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

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

.traders-hub-header__logo {
  height: 1.8rem;
  margin-bottom: .2rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.traders-hub-header__redirect--cashiertext {
  padding: .7rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.account-settings-toggle svg {
  height: 20px;
  width: 20px
}

.error-box {
  color: var(--text-colored-background);
  height: 100vh;
  text-align: center;
  width: 100%
}

.error-box,
.login-prompt {
  align-items: center;
  display: flex;
  justify-content: center
}

.login-prompt {
  flex-direction: column;
  height: calc(100vh - 84px);
  margin: 0 2em
}

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

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

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

.media {
  margin: 0 0 24px
}

[dir=ltr] .media__heading {
  text-align: left
}

[dir=rtl] .media__heading {
  text-align: right
}

.media__heading {
  color: var(--text-general);
  color: var(--text-prominent);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 16px;
  text-transform: none
}

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

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

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

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

.media__icon:empty {
  background-color: var(--general-disabled)
}

[dir=ltr] .media__description {
  text-align: left
}

[dir=rtl] .media__description {
  text-align: right
}

.media__description {
  color: var(--text-general);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5
}

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

.media__form {
  flex-direction: column
}

.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 {
  height: 100%;
  padding-top: 56px
}

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

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

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

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

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

.side-menu__header--active div {
  font-weight: 700
}

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

.side-menu__icon {
  font-weight: 700
}

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

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

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

[dir=rtl] .dc-vertical-tab__tab .dc-vertical-tab__header .dc-vertical-tab__header__link {
  margin-right: 4px
}

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

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

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

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

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

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

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

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

[dir=rtl] .livechat__icon {
  margin-left: 1.6rem
}

.livechat__icon-wrapper {
  align-items: center;
  display: flex
}

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

.cookie-banner {
  background-color: var(--general-main-2);
  bottom: 0;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, .08), 0 0 24px 0 rgba(0, 0, 0, .08);
  color: var(--text-general);
  font-size: 1.4rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 2.8rem 0;
  position: fixed;
  text-align: center;
  text-transform: none;
  transition: top .3s ease-in-out;
  width: 100%;
  z-index: 1000
}

@media (min-width:320px) and (max-width:767px) {
  .cookie-banner {
    font-size: 12px;
    font-weight: 700;
    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, .64), 0 0 24px 0 rgba(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-accept,
.cookie-banner__btn-accept:hover,
.cookie-banner__btn-dont-accept,
.cookie-banner__btn-dont-accept:hover {
  border-radius: 4px;
  border-width: 2px;
  font-stretch: normal;
  font-style: normal;
  height: 40px;
  letter-spacing: normal;
  line-height: 1.43;
  margin: 20px auto 0
}

@media (min-width:320px) and (max-width:767px) {

  .cookie-banner__btn-accept,
  .cookie-banner__btn-accept:hover,
  .cookie-banner__btn-dont-accept,
  .cookie-banner__btn-dont-accept:hover {
    border-width: 1px;
    height: 32px
  }
}

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

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

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

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

.notification-banner {
  background-color: var(--general-main-1);
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 var(--shadow-menu), 0 4px 6px 0 var(--shadow-menu);
  color: var(--text-prominent);
  display: flex;
  margin-bottom: 16px;
  max-width: 40rem;
  min-height: 14.4rem;
  position: relative;
  transition: transform .25s ease, opacity .25s linear;
  width: 100%;
  z-index: 10
}

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

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

.notification-banner--left {
  min-width: 210px;
  width: 50%;
  z-index: 12
}

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

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

.notification-banner--right {
  overflow: hidden;
  position: relative;
  width: calc(100% - 138px)
}

@media (min-width:1024px) {
  .notification-banner__title {
    white-space: nowrap
  }
}

.notification-banner__description {
  margin-top: .8rem
}

.notification-banner__btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: .8rem;
  margin-top: 4rem
}

@media (min-width:320px) and (max-width:767px) {
  .notification-banner__btn-wrapper {
    margin-top: 1rem
  }
}

.notification-banner__bg {
  background-color: #ff6444;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 11
}

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

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

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

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

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

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

  [dir=ltr] .notification-banner__img {
    right: .8rem
  }

  [dir=rtl] .notification-banner__img {
    left: .8rem
  }
}

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

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

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

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

  [dir=ltr] .notification-banner {
    left: .8rem
  }

  [dir=rtl] .notification-banner {
    right: .8rem
  }
}

.notification-promo {
  background-color: var(--general-main-1);
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 var(--shadow-menu), 0 4px 6px 0 var(--shadow-menu);
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 16px;
  position: relative;
  transition: transform .25s ease, opacity .25s linear;
  width: 100%
}

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

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

.notification-promo__img {
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  pointer-events: none;
  position: absolute;
  width: 128px;
  z-index: 12
}

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

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

.notification-promo--container {
  padding: 16px;
  width: 100%
}

.notification-promo--left {
  max-width: calc(100% - 128px)
}

.notification-promo__btn {
  margin-top: 16px
}

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

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

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

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

  [dir=ltr] .notification-promo {
    left: .8rem
  }

  [dir=rtl] .notification-promo {
    right: .8rem
  }

  .notification-promo__btn {
    margin-top: 6px
  }
}

.onfido-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem
}

.onfido-container__hidden {
  display: none
}

.onfido-container-view_wrapper {
  margin: auto;
  min-height: 50rem;
  min-width: 32.8rem;
  position: relative
}

@media (max-width:1279px) {
  .onfido-container-view_wrapper {
    height: -moz-fit-content;
    height: fit-content
  }
}

.onfido-container .account-form__poi-confirm-example_container {
  margin-bottom: 0
}

.onfido-container .onfido-sdk-ui-Modal-inner {
  border-radius: 8px
}

@media (min-width:320px) and (max-width:767px) {
  .onfido-container .onfido-sdk-ui-Theme-step {
    height: auto
  }
}

@media (max-width:1279px) {
  .onfido-container {
    height: 100%;
    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 {
  width: -webkit-fill-available
}

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

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

.onfido-container__disabled {
  opacity: .5;
  pointer-events: none
}

.onfido-container__info-message {
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  top: 1.6rem;
  width: 100% !important;
  z-index: 1
}

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

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

@media (max-width:1279px) {
  .onfido-container__info-message {
    margin-top: 1.6rem
  }
}

.onfido-container__info-message .dc-hint-box {
  margin-left: .8rem;
  margin-right: .8rem
}

.onfido-container__status-message {
  background-color: var(--transparent-correct-message);
  justify-content: flex-start;
  opacity: 1;
  transform-origin: top;
  transition: transform .35s ease, opacity .35s linear;
  width: 98%
}

.onfido-container__status-message--exit {
  opacity: 0;
  transform: scaleY(0)
}

.onfido-container__status-message_container {
  min-height: 3.4rem;
  position: absolute;
  text-align: center;
  top: .4rem;
  width: 100%;
  z-index: 1
}

.account-form__fieldset .dc-autocomplete,
.account-form__fieldset .dc-select-native {
  margin-bottom: 3.2rem
}

@media (max-width:1279px) {
  .account-form__fieldset--email-consent {
    margin-bottom: 1.6rem
  }

  .account-form__financial-assessment .dc-select-native {
    margin-bottom: 0
  }
}

.account-form__poi-inline-message {
  margin-bottom: 1.6rem
}

.account-form__poi-confirm-example {
  display: flex;
  flex-direction: column;
  gap: .8rem
}

@media (max-width:1279px) {
  .account-form__poi-confirm-example {
    height: -moz-fit-content;
    height: fit-content
  }
}

.account-form__poi-confirm-example .account-form__fieldset {
  max-width: none
}

.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: .8rem
}

@media (min-width:1280px) {
  .account-form__poi-confirm-example_container {
    padding: 1.6rem
  }
}

@media (max-width:1279px) {
  .account-form__poi-confirm-example_container {
    margin-bottom: 2.4rem;
    padding: 1.6rem 1.6rem 0
  }
}

.account-form__poi-confirm-example_wrapper {
  max-width: 67rem;
  opacity: 1;
  padding: 1.6rem;
  transform-origin: top;
  transition: transform .35s ease, opacity .35s linear
}

@media (max-width:1279px) {
  .account-form__poi-confirm-example_wrapper {
    height: 100%;
    padding-left: 0;
    padding-right: 0
  }
}

.account-form__poi-confirm-example_wrapper--exit {
  opacity: 0;
  transform: scaleY(0)
}

.account-form__poi-confirm-example .da-inline-note-with-icon {
  background: var(--status-alert-background);
  border-radius: 4px;
  display: flex;
  gap: .8rem;
  line-height: 1.4rem;
  margin-top: 0;
  padding: .8rem
}

.account-form__poi-confirm-example .account__scrollbars_container {
  padding: 0
}

.account-form__poi-confirm-example .account__scrollbars_container--grid-layout {
  grid-gap: 0
}

@media (max-width:1279px) {
  .account-form__poi-confirm-example .account-form__section-side-note {
    display: flex;
    justify-content: center;
    margin-top: 1.6rem
  }
}

@media (min-width:1280px) {
  .account-form__poi-confirm-example .account-form__section {
    margin-top: 1.6rem
  }
}

.account-form__poi-confirm-example .account-form__section-content .account-form__fieldset {
  margin-bottom: 0
}

.account-form__poi-confirm-example .account-form__section-content .account-form__fieldset .dc-input {
  margin-bottom: 1rem
}

.account-form__poi-confirm-example .account-form__section-content .account-form__fieldset .dc-input--error,
.account-form__poi-confirm-example .account-form__section-content .account-form__fieldset .dc-input.dc-input--hint {
  margin-bottom: 3.8rem
}

.account-form__poi-confirm-example--button {
  background-color: transparent;
  background-color: initial;
  border: initial;
  margin: 0;
  padding: 0
}

.account-form__poi-confirm-example--button__disabled>* {
  cursor: not-allowed
}

.account-form__poi-additional-information {
  margin-top: 2rem
}

.account-form__section {
  align-items: center;
  display: grid
}

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

@media (max-width:1279px) {
  .account-form__section {
    grid-template-areas: "section-side-note" "section-content"
  }
}

.account-form__section-side-note {
  grid-area: section-side-note
}

@media (max-width:1279px) {
  .account-form__section-side-note {
    margin-bottom: .8rem;
    margin-top: 0;
    width: 100%
  }

  .account-form__section-side-note__example {
    flex-direction: column
  }
}

.account-form__section-side-note__example-image {
  align-self: center
}

.account-form__section-content {
  grid-area: section-content
}

@media (max-width:1279px) {
  .account-form__section-content {
    width: 100%
  }
}

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

@media (max-width:1279px) {
  .account-form__trading-assessment .dc-form-submit-button {
    justify-content: center
  }

  .account-form__trading-assessment .dc-form-submit-button .dc-btn {
    max-width: 56.8rem;
    width: 100%
  }
}

[dir=ltr] .account-form__footer {
  left: 0
}

[dir=rtl] .account-form__footer {
  right: 0
}

.account-form__footer {
  align-items: center;
  background-color: var(--general-main-1);
  border-top: 1px solid var(--general-section-1);
  bottom: 0;
  display: flex;
  height: 8rem;
  justify-content: flex-end;
  padding: 1.6rem 2.4rem;
  position: absolute;
  width: 100%;
  z-index: 4
}

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

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

@media (min-width:1280px) {
  .account-form__footer {
    max-width: 100%
  }
}

@media (max-width:1279px) {
  [dir=ltr] .account-form__footer {
    left: 0
  }

  [dir=rtl] .account-form__footer {
    right: 0
  }

  .account-form__footer {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 100%
  }
}

[dir=ltr] .account-form__footer .back-btn {
  margin-right: .8rem
}

[dir=rtl] .account-form__footer .back-btn {
  margin-left: .8rem
}

@media (min-width:601px) and (max-width:1279px) {
  .account-form__footer .back-btn {
    width: 56.8rem
  }
}

@media (max-width:600px) {
  .account-form__footer .back-btn {
    width: 100%
  }
}

[dir=ltr] .account-form__footer .back-btn .back-btn-icon {
  margin-right: .8rem
}

[dir=rtl] .account-form__footer .back-btn .back-btn-icon {
  margin-left: .8rem
}

.account-form__footer .back-btn span {
  align-items: center;
  display: inline-flex
}

.account-form__footer-note {
  align-items: center;
  color: var(--text-prominent);
  display: flex;
  font-size: var(--text-size-xxs);
  height: 3.6rem;
  justify-content: end;
  line-height: 1.5;
  max-width: 36.6rem;
  min-width: 27.6rem
}

@media (min-width:320px) and (max-width:767px) {
  .account-form__footer-note {
    justify-content: start
  }
}

@media (min-width:601px) and (max-width:1279px) {
  .account-form__footer-note {
    justify-content: center
  }
}

@media (max-width:1279px) {
  .account-form__footer-note {
    width: 100%
  }

  .account-form__footer-note--dashboard {
    margin: 0 1.6rem
  }

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

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

.account-form__footer-btn {
  height: 4rem
}

.account-form__footer-btn-wrapper {
  align-items: normal;
  display: flex;
  flex-direction: row
}

@media (max-width:1279px) {
  .account-form__footer-btn-wrapper {
    flex-direction: column
  }
}

.account-form__footer-btn-dashboard .dc-btn__text {
  color: var(--text-prominent)
}

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

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

  [dir=rtl] .account-form__footer-btn {
    margin-right: 1.6rem
  }

  .account-form__footer-btn-wrapper--dashboard {
    display: flex;
    justify-content: space-between
  }
}

@media (min-width:601px) and (max-width:1279px) {
  .account-form__footer-btn {
    width: 100%
  }
}

@media (max-width:600px) {
  .account-form__footer-btn--has-bottom-margin {
    margin-bottom: 1.6rem
  }
}

@media (min-width:601px) and (max-width:1279px) {
  .account-form__footer-btn {
    margin: auto;
    width: 56.8rem
  }
}

.account-form__footer--dashboard {
  width: 68.5rem
}

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

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

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

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

  [dir=rtl] .account-form__footer--dashboard {
    margin-right: 0
  }

  .account-form__footer--dashboard .account-form__footer-btn {
    min-width: 35%
  }

  .account-form__footer--dashboard .account-form__footer-btn-wrapper {
    flex-direction: row
  }

  .account-form__footer--dashboard>div {
    display: flex;
    justify-content: space-around
  }
}

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

[dir=rtl] .account-form__footer-poa {
  margin-right: 0
}

.account-form__footer-all-fields-required {
  padding-bottom: 2.4rem;
  padding-top: .8rem
}

@media (max-width:1279px) {
  .account-form__footer {
    align-items: normal;
    border-top: 2px solid var(--general-section-1);
    flex-direction: column;
    height: auto;
    position: fixed;
    width: 100vw
  }
}

@media (min-width:601px) and (max-width:1279px) {
  .account-form__footer {
    padding: 1.6rem 0
  }
}

.account__scrollbars_container {
  height: 100%;
  padding-bottom: 6.4rem
}

.account__scrollbars_container-wrapper {
  overflow-x: hidden;
  overflow-y: auto
}

.account__scrollbars_container--grid-layout {
  grid-gap: 4px
}

.account__scrollbars_container--grid-layout .dc-dropdown-container .dc-dropdown__display-text,
.account__scrollbars_container--grid-layout .dc-dropdown-container .dc-list__item-text {
  text-transform: inherit
}

@media (max-width:1279px) {
  .account__scrollbars_container--grid-layout {
    grid-template-rows: auto auto 1fr;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 1.6rem
  }

  .account__scrollbars_container--grid-layout .account-form__header:first-child {
    margin-bottom: 3.2rem;
    padding-top: 2.4rem
  }
}

@media (min-width:1280px) {
  [dir=ltr] .account__scrollbars_container {
    padding-left: 16px
  }

  [dir=ltr] .account__scrollbars_container,
  [dir=rtl] .account__scrollbars_container {
    padding-right: 16px
  }

  [dir=rtl] .account__scrollbars_container {
    padding-left: 16px
  }
}

@media (min-width:601px) and (max-width:1279px) {
  [dir=ltr] .account__scrollbars_container {
    padding-left: 0
  }

  [dir=ltr] .account__scrollbars_container,
  [dir=rtl] .account__scrollbars_container {
    padding-right: 0
  }

  [dir=rtl] .account__scrollbars_container {
    padding-left: 0
  }
}

@media (max-width:600px) {
  .account__scrollbars_container {
    height: auto;
    padding-bottom: 0;
    padding-top: 0
  }
}

@media (max-width:1279px) {
  .account-management__message-content {
    padding-top: 2.4rem
  }
}

@media (min-width:1280px) {
  .account-management__container {
    max-width: 68.2rem
  }
}

@media (max-width:1279px) {
  .account-management__container {
    margin: 0 auto
  }
}

.idv-layout {
  width: 100%
}

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

.idv-layout .poi-form-on-signup__fields .proof-of-identity__fieldset {
  margin-bottom: 2rem
}

@media (max-width:1279px) {
  .idv-layout .poi-form-on-signup__fields .proof-of-identity__fieldset {
    margin-bottom: 1.6rem
  }
}

@media (min-width:1280px) {
  .idv-layout .poi-form-on-signup__fields .proof-of-identity__fieldset-input {
    margin-bottom: 0
  }
}

.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;
  margin-top: .8rem
}

@media (max-width:1279px) {
  .idv-layout .additional-field {
    margin-top: 1.6rem
  }
}

.idv-layout .additional-field .dc-input {
  margin-bottom: 0
}

.idv-layout .additional-field .dc-input__bottom-label {
  margin-bottom: -2rem
}

.account-form_poa .account-form__section {
  align-items: normal
}

.account-form_poa .account-form__section-side-note {
  width: 26rem
}

.account-form_poa .account-form__section-content {
  width: 40rem
}

@media (max-width:1279px) {
  .account-form_poa .account-form__section-content {
    width: 100%
  }
}

.account-form_poa .account-form__fieldset {
  display: flex;
  flex-direction: column;
  margin-top: 1.6rem;
  max-width: none
}

.account-form_poa .account__scrollbars_container {
  padding-bottom: 0;
  padding-top: 0
}

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

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

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

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

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

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

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

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

[dir=rtl] .file-uploader__container .files-description li {
  margin-right: 2.4rem
}

.file-uploader__container .files-description li::marker {
  font-size: 1.2rem
}

.file-uploader__file-dropzone-wrapper {
  flex: 1;
  height: 13.2rem;
  position: relative
}

.file-uploader__file-dropzone-wrapper .dc-file-dropzone {
  border-radius: 8px
}

.file-uploader__file-dropzone-wrapper .dc-file-dropzone__message {
  max-width: none
}

.file-uploader__file-dropzone-wrapper .dc-file-dropzone__message-subtitle {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 700;
  gap: .8rem;
  margin-top: 1.6rem
}

.file-uploader__file-title {
  margin: 2.4rem 0 1.6rem
}

.file-uploader__file-supported-formats {
  display: flex;
  justify-content: space-between;
  margin: 1.6rem 0 2.4rem
}

@media (max-width:1279px) {
  .file-uploader__file-supported-formats {
    margin-bottom: 1.6rem
  }

  .file-uploader__file-supported-formats span {
    max-width: 14rem
  }

  .file-uploader__file {
    flex: initial;
    height: 15rem;
    margin-bottom: 2.4rem
  }
}

.file-uploader__remove-btn {
  cursor: pointer;
  height: 1.6rem;
  position: absolute;
  top: .8rem;
  transition: transform .25s linear;
  width: 1.6rem
}

[dir=ltr] .file-uploader__remove-btn {
  right: .8rem
}

[dir=rtl] .file-uploader__remove-btn {
  left: .8rem
}

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

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

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

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

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

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

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

@media (min-width:1280px) {
  .proof-of-identity__main-container {
    height: 100%
  }
}

@media (max-width:1279px) {
  .proof-of-identity__main-container {
    max-width: 100%;
    overflow: hidden
  }
}

.proof-of-identity .min-height .idv-layout {
  min-height: 30vh
}

@media (max-width:1279px) {
  .proof-of-identity .min-height {
    min-height: 0;
    min-height: auto
  }
}

.proof-of-identity__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding-bottom: 1.6rem
}

@media (max-width:1279px) {
  .proof-of-identity__container {
    overflow-y: scroll;
    padding: 0 1.6rem
  }

  .proof-of-identity__container--status {
    height: 100%;
    padding-top: 2.4rem;
    width: 100%
  }
}

.proof-of-identity__container--reset {
  align-items: normal
}

@media (max-width:1279px) {
  .proof-of-identity__container--reset {
    overflow-y: visible;
    overflow-y: initial
  }

  .proof-of-identity__container--reset .proof-of-identity__submit-button {
    width: 100%
  }
}

@media (min-width:1280px) {
  .proof-of-identity__container--reset .form-body {
    z-index: 5
  }
}

.proof-of-identity__container--reset .account__scrollbars_container--grid-layout {
  padding: 0
}

.proof-of-identity__container .icon {
  height: 128px;
  margin-bottom: 2.6rem;
  width: 128px
}

@media (min-width:1280px) {
  .proof-of-identity__container .icon {
    margin-top: 5.2rem
  }
}

@media (max-width:1279px) {
  .proof-of-identity__container .icon {
    height: 72px;
    width: 72px
  }
}

.proof-of-identity__container .external-dropdown .dc-dropdown-list {
  z-index: 5
}

.proof-of-identity .continue-trade {
  margin-top: 0 !important
}

.proof-of-identity__redirection .dc-btn {
  height: 4rem;
  margin-top: 3.2rem
}

@media (max-width:1279px) {
  .proof-of-identity__redirection .dc-btn {
    margin: 1.6rem 0;
    padding: 1.6rem;
    width: 100%
  }
}

.proof-of-identity__country-container {
  align-items: flex-start
}

.proof-of-identity__country-container .proof-of-identity__fieldset {
  width: 100%
}

@media (max-width:1279px) {
  .proof-of-identity__country-container .proof-of-identity__fieldset {
    margin-top: 0
  }

  .proof-of-identity__country-container .proof-of-identity__fieldset .proof-of-identity__dropdown-container {
    margin-top: 0;
    overflow: visible
  }
}

.proof-of-identity__country-text {
  margin-bottom: 1.6rem
}

@media (max-width:1279px) {
  .proof-of-identity__text {
    text-align: center
  }
}

.proof-of-identity__dropdown-container {
  margin-top: 1.6rem
}

.proof-of-identity__inner-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%
}

@media (max-width:1279px) {
  .proof-of-identity__inner-container {
    flex-direction: column
  }
}

.proof-of-identity__header {
  margin-bottom: 1.6rem
}

@media (max-width:1279px) {
  .proof-of-identity__header {
    margin: 1.6rem 0
  }
}

.proof-of-identity__footer.external-footer {
  border: none;
  bottom: auto;
  height: -moz-fit-content;
  height: fit-content;
  padding: initial;
  position: static;
  top: auto;
  z-index: 4
}

.proof-of-identity__footer {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: flex-end
}

@media (min-width:1280px) {
  .proof-of-identity__footer {
    max-width: 68.2rem
  }
}

@media (max-width:1279px) {
  .proof-of-identity__footer {
    flex-direction: row;
    justify-content: center;
    width: 100%
  }

  .proof-of-identity__footer .proof-of-identity__submit-button {
    align-items: center;
    justify-content: center;
    width: 55.2rem
  }
}

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

[dir=rtl] .proof-of-identity__footer-alert {
  margin-left: auto
}

.proof-of-identity__fieldset {
  width: 39.5rem
}

@media (max-width:1279px) {
  .proof-of-identity__fieldset {
    margin: .4rem 0 3.2rem;
    width: 94%
  }
}

.proof-of-identity__fieldset .country-dropdown {
  height: 100%
}

.proof-of-identity__fieldset-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media (max-width:1279px) {
  .proof-of-identity__fieldset-container {
    width: 100%
  }
}

.proof-of-identity__fieldset-input {
  width: 39.5rem
}

@media (max-width:1279px) {
  .proof-of-identity__fieldset-input {
    margin-top: .4rem;
    width: 94%
  }
}

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

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

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

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

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

.proof-of-identity__sample-container-external {
  margin-top: 2.8rem
}

.proof-of-identity__image-container {
  background-color: #f2f3f4;
  border-radius: 4px;
  height: -moz-fit-content;
  height: fit-content;
  padding: .8rem;
  width: -moz-fit-content;
  width: fit-content
}

.proof-of-identity__image {
  border-radius: 4px;
  max-width: 24.5rem;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width:1279px) {
  .proof-of-identity__image {
    max-width: calc(95vw - 16px)
  }
}

.proof-of-identity__redirect {
  width: auto !important
}

.proof-of-identity .text {
  display: block
}

.proof-of-identity .btm-spacer {
  margin-bottom: 1.6rem
}

.proof-of-identity__failed-message {
  border-radius: 8px;
  margin: 1.6rem auto;
  width: 100%
}

.proof-of-identity__mismatch-container {
  height: 100%
}

@media (min-width:1280px) {
  .proof-of-identity__mismatch-container .idv-form {
    margin-bottom: 1.6rem
  }

  .proof-of-identity__mismatch-container .account__scrollbars_container {
    padding-top: 0
  }
}

@media (max-width:1279px) {
  .proof-of-identity__mismatch-container .account__scrollbars_container--grid-layout {
    margin-top: 2.4rem
  }
}

.proof-of-identity__mismatch-container .account-form__header.details {
  margin-top: 0
}

@media (max-width:1279px) {
  .formik__confirmation-checkbox {
    margin-bottom: 1.6rem
  }
}

.focus-field {
  border: 1px solid var(--text-prominent);
  border-radius: 4px
}

.wallet-card__usd-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(244, 67, 54, .24) 0, rgba(40, 57, 145, .48) 100%) #fff
}

@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, .24) 0, rgba(40, 57, 145, .48) 100%) #fff
  }
}

.wallet-card__usd-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(244, 67, 54, .24) 0, rgba(40, 57, 145, .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, .4) 0, rgba(244, 67, 54, .16) 50.52%, rgba(40, 57, 145, .56) 100%) #151717
  }
}

.wallet-header__usd-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(244, 67, 54, .4) 0, rgba(244, 67, 54, .16) 50.52%, rgba(40, 57, 145, .56) 100%) #fff
}

@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, .4) 0, rgba(244, 67, 54, .16) 50.52%, rgba(40, 57, 145, .56) 100%) #fff
  }
}

.wallet-header__usd-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(244, 67, 54, .4) 0, rgba(244, 67, 54, .16) 50.52%, rgba(40, 57, 145, .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, .4) 0, rgba(244, 67, 54, .16) 50.52%, rgba(40, 57, 145, .56) 100%) #151717
  }
}

.wallet-card__aud-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(13, 180, 61, .24) 0, rgba(255, 205, 0, .48) 100%) #fff
}

@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, .24) 0, rgba(255, 205, 0, .48) 100%) #fff
  }
}

.wallet-card__aud-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(13, 180, 61, .24) 0, rgba(255, 205, 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, .24) 0, rgba(255, 205, 0, .48) 100%) #151717
  }
}

.wallet-header__aud-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(13, 180, 61, .4) 0, rgba(13, 180, 61, .16) 50.52%, rgba(255, 205, 0, .56) 100%) #fff
}

@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, .4) 0, rgba(13, 180, 61, .16) 50.52%, rgba(255, 205, 0, .56) 100%) #fff
  }
}

.wallet-header__aud-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(13, 180, 61, .4) 0, rgba(13, 180, 61, .16) 50.52%, rgba(255, 205, 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, .4) 0, rgba(13, 180, 61, .16) 50.52%, rgba(255, 205, 0, .56) 100%) #151717
  }
}

.wallet-card__eur-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(40, 57, 145, .24) 0, rgba(248, 209, 46, .48) 100%) #fff
}

@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, .24) 0, rgba(248, 209, 46, .48) 100%) #fff
  }
}

.wallet-card__eur-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(40, 57, 145, .24) 0, rgba(248, 209, 46, .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, .24) 0, rgba(248, 209, 46, .48) 100%) #151717
  }
}

.wallet-header__eur-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(40, 57, 145, .4) 0, rgba(40, 57, 145, .16) 50.52%, rgba(248, 209, 46, .56) 100%) #fff
}

@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, .4) 0, rgba(40, 57, 145, .16) 50.52%, rgba(248, 209, 46, .56) 100%) #fff
  }
}

.wallet-header__eur-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(40, 57, 145, .4) 0, rgba(40, 57, 145, .16) 50.52%, rgba(248, 209, 46, .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, .4) 0, rgba(40, 57, 145, .16) 50.52%, rgba(248, 209, 46, .56) 100%) #151717
  }
}

.wallet-card__gbp-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(40, 57, 145, .24) 0, rgba(40, 57, 145, .24) .01%, rgba(244, 67, 54, .48) 100%) #fff
}

@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, .24) 0, rgba(40, 57, 145, .24) .01%, rgba(244, 67, 54, .48) 100%) #fff
  }
}

.wallet-card__gbp-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(40, 57, 145, .24) 0, rgba(40, 57, 145, .24) .01%, rgba(244, 67, 54, .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, .24) 0, rgba(40, 57, 145, .24) .01%, rgba(244, 67, 54, .48) 100%) #151717
  }
}

.wallet-header__gbp-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(40, 57, 145, .4) 0, rgba(40, 57, 145, .16) 50.52%, rgba(244, 67, 54, .56) 100%) #fff
}

@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, .4) 0, rgba(40, 57, 145, .16) 50.52%, rgba(244, 67, 54, .56) 100%) #fff
  }
}

.wallet-header__gbp-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(40, 57, 145, .4) 0, rgba(40, 57, 145, .16) 50.52%, rgba(244, 67, 54, .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, .4) 0, rgba(40, 57, 145, .16) 50.52%, rgba(244, 67, 54, .56) 100%) #151717
  }
}

.wallet-card__p2p-bg {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(255, 68, 79, .24) 0, rgba(255, 100, 68, .48) 100%) #fff
}

@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, .24) 0, rgba(255, 100, 68, .48) 100%) #fff
  }
}

.wallet-card__p2p-bg--dark {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(255, 68, 79, .24) 0, rgba(255, 100, 68, .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, .24) 0, rgba(255, 100, 68, .48) 100%) #151717
  }
}

.wallet-header__p2p-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(255, 68, 79, .4) 0, rgba(255, 68, 79, .16) 50.52%, rgba(255, 100, 68, .56) 100%) #fff
}

@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, .4) 0, rgba(255, 68, 79, .16) 50.52%, rgba(255, 100, 68, .56) 100%) #fff
  }
}

.wallet-header__p2p-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(255, 68, 79, .4) 0, rgba(255, 68, 79, .16) 50.52%, rgba(255, 100, 68, .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, .4) 0, rgba(255, 68, 79, .16) 50.52%, rgba(255, 100, 68, .56) 100%) #151717
  }
}

.wallet-card__payment-agent-bg {
  background: radial-gradient(100% 277.78% at 0 100%, hsla(0, 0%, 59%, .24) 0, rgba(178, 194, 195, .48) 100%) #fff
}

@media (min-width:320px) and (max-width:767px) {
  .wallet-card__payment-agent-bg {
    background: radial-gradient(100% 277.78% at 0 100%, hsla(0, 0%, 59%, .24) 0, rgba(178, 194, 195, .48) 100%) #fff
  }
}

.wallet-card__payment-agent-bg--dark {
  background: radial-gradient(100% 277.78% at 0 100%, hsla(0, 0%, 59%, .24) 0, rgba(178, 194, 195, .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%, hsla(0, 0%, 59%, .24) 0, rgba(178, 194, 195, .48) 100%) #151717
  }
}

.wallet-header__payment-agent-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, hsla(0, 0%, 59%, .4) 0, hsla(0, 0%, 59%, .16) 50.52%, rgba(178, 194, 195, .56) 100%) #fff
}

@media (min-width:320px) and (max-width:767px) {
  .wallet-header__payment-agent-bg {
    background: radial-gradient(100% 4130.74% at 0 100%, hsla(0, 0%, 59%, .4) 0, hsla(0, 0%, 59%, .16) 50.52%, rgba(178, 194, 195, .56) 100%) #fff
  }
}

.wallet-header__payment-agent-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, hsla(0, 0%, 59%, .4) 0, hsla(0, 0%, 59%, .16) 50.52%, rgba(178, 194, 195, .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%, hsla(0, 0%, 59%, .4) 0, hsla(0, 0%, 59%, .16) 50.52%, rgba(178, 194, 195, .56) 100%) #151717
  }
}

.wallet-card__btc-bg {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(247, 147, 27, .24) 0, rgba(247, 199, 27, .477) 99.99%) #fff
}

@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, .24) 0, rgba(247, 199, 27, .477) 99.99%) #fff
  }
}

.wallet-card__btc-bg--dark {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(247, 147, 27, .24) 0, rgba(247, 199, 27, .477) 99.99%, rgba(255, 100, 68, .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, .24) 0, rgba(247, 199, 27, .477) 99.99%, rgba(255, 100, 68, .48) 100%) #151717
  }
}

.wallet-header__btc-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(247, 147, 27, .4) 0, rgba(247, 147, 27, .16) 50.52%, rgba(247, 199, 27, .4) 100%) #fff
}

@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, .4) 0, rgba(247, 147, 27, .16) 50.52%, rgba(247, 199, 27, .4) 100%) #fff
  }
}

.wallet-header__btc-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(247, 147, 27, .4) 0, rgba(247, 147, 27, .16) 50.52%, rgba(247, 199, 27, .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, .4) 0, rgba(247, 147, 27, .16) 50.52%, rgba(247, 199, 27, .4) 100%) #151717
  }
}

.wallet-card__eth-bg {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(82, 86, 127, .24) 0, rgba(130, 140, 173, .48) 100%) #fff
}

@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, .24) 0, rgba(130, 140, 173, .48) 100%) #fff
  }
}

.wallet-card__eth-bg--dark {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(82, 86, 127, .24) 0, rgba(130, 140, 173, .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, .24) 0, rgba(130, 140, 173, .48) 100%) #151717
  }
}

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

@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, .24) 0, rgba(130, 140, 173, .48) 100%) #fff
  }
}

.wallet-header__eth-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(82, 86, 127, .4) 0, rgba(82, 86, 127, .16) 50.52%, rgba(130, 140, 173, .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, .24) 0, rgba(130, 140, 173, .48) 100%) #151717
  }
}

.wallet-card__ltc-bg {
  background: radial-gradient(100% 277.78% at 0 100%, hsla(195, 2%, 65%, .24) 0, rgba(193, 204, 207, .48) 100%) #fff
}

@media (min-width:320px) and (max-width:767px) {
  .wallet-card__ltc-bg {
    background: radial-gradient(100% 277.78% at 0 100%, hsla(195, 2%, 65%, .24) 0, rgba(193, 204, 207, .48) 100%) #fff
  }
}

.wallet-card__ltc-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, hsla(195, 2%, 65%, .4) 0, hsla(195, 2%, 65%, .16) 50.52%, rgba(193, 204, 207, .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%, hsla(195, 2%, 65%, .24) 0, rgba(193, 204, 207, .48) 100%) #151717
  }
}

.wallet-header__ltc-bg {
  background: radial-gradient(100% 4130.74% at 0 100%, hsla(195, 2%, 65%, .4) 0, hsla(195, 2%, 65%, .16) 50.52%, rgba(193, 204, 207, .4) 100%) #fff
}

@media (min-width:320px) and (max-width:767px) {
  .wallet-header__ltc-bg {
    background: radial-gradient(100% 4130.74% at 0 100%, hsla(195, 2%, 65%, .4) 0, hsla(195, 2%, 65%, .16) 50.52%, rgba(193, 204, 207, .4) 100%) #fff
  }
}

.wallet-header__ltc-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, hsla(195, 2%, 65%, .4) 0, hsla(195, 2%, 65%, .16) 50.52%, rgba(193, 204, 207, .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%, hsla(195, 2%, 65%, .4) 0, hsla(195, 2%, 65%, .16) 50.52%, rgba(193, 204, 207, .4) 100%) #151717
  }
}

.wallet-card__ust-bg {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(0, 147, 147, .24) 0, rgba(0, 147, 147, .48) 100%) #fff
}

@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, .24) 0, rgba(0, 147, 147, .48) 100%) #fff
  }
}

.wallet-card__ust-bg--dark {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(0, 147, 147, .24) 0, rgba(0, 147, 147, .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, .24) 0, rgba(0, 147, 147, .48) 100%) #151717
  }
}

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

@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, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .4) 100%) #fff
  }
}

.wallet-header__ust-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(0, 147, 147, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .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, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .4) 100%) #151717
  }
}

.wallet-card__usdt-bg {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(0, 147, 147, .24) 0, rgba(0, 147, 147, .48) 100%) #fff
}

@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, .24) 0, rgba(0, 147, 147, .48) 100%) #fff
  }
}

.wallet-card__usdt-bg--dark {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(0, 147, 147, .24) 0, rgba(0, 147, 147, .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, .24) 0, rgba(0, 147, 147, .48) 100%) #151717
  }
}

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

@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, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .4) 100%) #fff
  }
}

.wallet-header__usdt-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(0, 147, 147, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .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, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .4) 100%) #151717
  }
}

.wallet-card__tusdt-bg {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(0, 147, 147, .24) 0, rgba(0, 147, 147, .48) 100%) #fff
}

@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, .24) 0, rgba(0, 147, 147, .48) 100%) #fff
  }
}

.wallet-card__tusdt-bg--dark {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(0, 147, 147, .24) 0, rgba(0, 147, 147, .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, .24) 0, rgba(0, 147, 147, .48) 100%) #151717
  }
}

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

@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, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .4) 100%) #fff
  }
}

.wallet-header__tusdt-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(0, 147, 147, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .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, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .4) 100%) #151717
  }
}

.wallet-card__eusdt-bg {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(0, 147, 147, .24) 0, rgba(0, 147, 147, .48) 100%) #fff
}

@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, .24) 0, rgba(0, 147, 147, .48) 100%) #fff
  }
}

.wallet-card__eusdt-bg--dark {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(0, 147, 147, .24) 0, rgba(0, 147, 147, .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, .24) 0, rgba(0, 147, 147, .48) 100%) #151717
  }
}

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

@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, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .4) 100%) #fff
  }
}

.wallet-header__eusdt-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(0, 147, 147, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .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, .4) 0, rgba(0, 147, 147, .16) 50.52%, rgba(4, 217, 217, .4) 100%) #151717
  }
}

.wallet-card__usdc-bg {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(39, 117, 202, .24) 0, rgba(34, 76, 225, .48) 100%) #fff
}

@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, .24) 0, rgba(34, 76, 225, .48) 100%) #fff
  }
}

.wallet-card__usdc-bg--dark {
  background: radial-gradient(100% 277.78% at 0 100%, rgba(39, 117, 202, .24) 0, rgba(34, 76, 225, .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, .24) 0, rgba(34, 76, 225, .48) 100%) #151717
  }
}

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

@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, .4) 0, rgba(39, 117, 202, .16) 50.52%, rgba(34, 76, 225, .4) 100%) #fff
  }
}

.wallet-header__usdc-bg--dark {
  background: radial-gradient(100% 4130.74% at 0 100%, rgba(39, 117, 202, .4) 0, rgba(39, 117, 202, .16) 50.52%, rgba(34, 76, 225, .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, .4) 0, rgba(39, 117, 202, .16) 50.52%, rgba(34, 76, 225, .4) 100%) #151717
  }
}

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

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

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

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

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

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

@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, .24) 0, rgba(255, 68, 79, .48) 100%) #212329
  }
}

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

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

@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, .24) 0, rgba(255, 68, 79, .48) 100%) #fbdddd
  }
}

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

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

@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, .4) 0, rgba(255, 100, 68, .16) 50.52%, rgba(255, 68, 79, .4) 100%) #212329
  }
}

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

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

@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, .4) 0, rgba(255, 100, 68, .16) 50.52%, rgba(255, 68, 79, .4) 100%) #fbdddd
  }
}

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

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

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

[dir=ltr] .page-404__image {
  margin-right: 1.6rem
}

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

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

.account-closed {
  color: var(--text-prominent);
  font-size: var(--text-size-s);
  font-weight: 700;
  line-height: 1.5;
  max-width: 44rem;
  padding: 24px 95px;
  text-align: center;
  width: 100%
}

.link-expired,
.reset-password {
  margin: 1.6rem 1.6rem 0
}

.link-expired__password-selection,
.link-expired__residence-selection,
.reset-password__password-selection,
.reset-password__residence-selection {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center
}

.link-expired__password-selection .reset-password__heading,
.reset-password__password-selection .reset-password__heading {
  margin-bottom: 3.3rem
}

.link-expired__heading,
.reset-password__heading {
  margin-bottom: .8rem
}

.link-expired__text,
.reset-password__text {
  margin-bottom: 3.3rem;
  text-align: center
}

.link-expired__subtext,
.reset-password__subtext {
  margin: 1rem 0 2.4rem
}

.link-expired__divider,
.reset-password__divider {
  border: 1px solid #e6e9e9;
  width: 100%
}

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

.link-expired__btn:hover,
.reset-password__btn:hover {
  background-color: var(--button-primary-hover)
}

.link-expired__btn--disabled,
.reset-password__btn--disabled {
  cursor: not-allowed !important;
  opacity: .32
}

.link-expired__fieldset,
.reset-password__fieldset {
  position: relative;
  width: 100%
}

@media (min-width:1024px) {

  .link-expired__fieldset,
  .reset-password__fieldset {
    max-width: 30rem
  }
}

.link-expired__password-field>label,
.reset-password__password-field>label {
  background-color: var(--general-main-2);
  top: .9rem
}

@media (min-width:320px) and (max-width:767px) {

  .link-expired__password-set,
  .reset-password__password-set {
    padding-top: 1.6rem
  }

  .link-expired__spaced-container,
  .reset-password__spaced-container {
    padding: 0 1.6rem
  }
}

.link-expired__spaced-container .dc-dialog__header-wrapper,
.reset-password__spaced-container .dc-dialog__header-wrapper {
  margin: 0
}

.link-expired__spaced-container .dc-dialog__content,
.reset-password__spaced-container .dc-dialog__content {
  align-self: auto;
  margin-bottom: 0
}

.link-expired__spaced-container .dc-dialog__dialog,
.reset-password__spaced-container .dc-dialog__dialog {
  justify-content: space-between
}

@media (min-width:320px) and (max-width:767px) {

  .link-expired__spaced-container .dc-dialog__dialog,
  .reset-password__spaced-container .dc-dialog__dialog {
    padding: 1.6rem;
    width: 100%
  }
}

.link-expired__spaced-container .dc-btn,
.reset-password__spaced-container .dc-btn {
  height: auto;
  padding: 1rem 1.6rem
}

.link-expired__spaced-container .reset-password,
.reset-password__spaced-container .reset-password {
  margin: 0
}

.link-expired__spaced-container .reset-password__subtext,
.reset-password__spaced-container .reset-password__subtext {
  margin: auto
}

@media (min-width:1024px) {

  .link-expired__spaced-container .reset-password__fieldset,
  .reset-password__spaced-container .reset-password__fieldset {
    max-width: none
  }
}

.link-expired__spaced-container .reset-password__password-selection,
.reset-password__spaced-container .reset-password__password-selection {
  align-items: end;
  flex-flow: column;
  gap: 2.4rem;
  padding-top: 2.4rem
}

@media (min-width:320px) and (max-width:767px) {

  .link-expired__spaced-container .reset-password__password-selection,
  .reset-password__spaced-container .reset-password__password-selection {
    align-items: stretch;
    gap: 1.6rem;
    padding-top: 1.6rem
  }
}

.link-expired__spaced-container .link-expired,
.reset-password__spaced-container .link-expired {
  margin: 0;
  padding-top: 2.4rem
}

@media (min-width:320px) and (max-width:767px) {

  .link-expired__spaced-container .link-expired,
  .reset-password__spaced-container .link-expired {
    padding-top: 1.6rem
  }
}

.link-expired__spaced-container__content,
.reset-password__spaced-container__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem
}

@media (min-width:320px) and (max-width:767px) {

  .link-expired__spaced-container__content,
  .reset-password__spaced-container__content {
    gap: 1.6rem
  }

  .link-expired__spaced-container__fullscreen,
  .reset-password__spaced-container__fullscreen {
    padding: 0
  }

  .link-expired__spaced-container__fullscreen .dc-dialog__dialog,
  .reset-password__spaced-container__fullscreen .dc-dialog__dialog {
    height: 100%;
    margin-top: .2rem;
    max-height: none
  }
}

.link-expired__spaced-container__email_sent,
.reset-password__spaced-container__email_sent {
  align-items: center
}

.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;
  flex-flow: column nowrap;
  justify-content: center
}

.reset-trading-password__set-password .reset-trading-password__heading {
  margin-bottom: 2.4rem
}

.reset-trading-password__password-success {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

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

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

.reset-trading-password__password-success .reset-trading-password__heading {
  margin-bottom: .8rem
}

.reset-trading-password__password-success .reset-trading-password__subtext {
  margin-bottom: 2.4rem
}

.reset-trading-password__password-selection,
.reset-trading-password__residence-selection {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center
}

.reset-trading-password__password-selection .reset-trading-password__heading {
  margin-bottom: 3.3rem
}

.reset-trading-password__heading {
  margin-bottom: .8rem
}

.reset-trading-password__text {
  margin-bottom: 3.3rem;
  text-align: center
}

.reset-trading-password__subtext {
  margin-bottom: 1.6rem
}

.reset-trading-password__hint {
  margin-bottom: 2.4rem
}

.reset-trading-password__btn {
  align-self: flex-end;
  width: -moz-fit-content;
  width: fit-content
}

.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>label {
  background-color: var(--general-main-2);
  top: .9rem
}

.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;
  flex-flow: column nowrap;
  justify-content: center
}

.unlink-password__set-password .unlink-password__heading {
  margin-bottom: 2.4rem
}

.unlink-password__password-success {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.unlink-password__password-success .unlink-password__icon {
  margin-bottom: 2.4rem
}

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

[dir=rtl] .unlink-password__password-success .unlink-password__icon {
  margin-right: 1.6rem
}

.unlink-password__password-success .unlink-password__heading {
  margin-bottom: .8rem
}

.unlink-password__password-success .unlink-password__subtext {
  margin-bottom: 2.4rem
}

.unlink-password__password-selection,
.unlink-password__residence-selection {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center
}

.unlink-password__password-selection .unlink-password__heading {
  margin-bottom: 3.3rem
}

.unlink-password__heading {
  margin-bottom: .8rem
}

.unlink-password__text {
  margin-bottom: 3.3rem;
  text-align: center
}

.unlink-password__subtext {
  margin-bottom: 1.6rem
}

.unlink-password__hint {
  margin-bottom: 2.4rem
}

.unlink-password__btn {
  align-self: flex-end;
  width: -moz-fit-content;
  width: fit-content
}

.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>label {
  background-color: var(--general-main-2);
  top: .9rem
}

.reset-email .dc-dialog__content {
  margin-bottom: 0
}

.reset-email__email-selection {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center
}

.reset-email__email-selection .reset-email__heading {
  margin-bottom: 1.6rem
}

.reset-email__email-selection .reset-email__descripton {
  margin-bottom: 2rem
}

.reset-email__subtext {
  bottom: 3rem;
  color: var(--status-danger);
  position: relative
}

.reset-email__heading {
  margin-bottom: .8rem
}

.reset-email__text {
  margin-bottom: 3.3rem;
  text-align: center
}

.reset-email__btn {
  align-self: flex-end;
  background-color: var(--button-primary-default);
  color: var(--text-colored-background);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0
}

.reset-email__btn:hover {
  background-color: var(--button-primary-hover)
}

.reset-email__btn--disabled {
  cursor: not-allowed !important;
  opacity: .32
}

.reset-email__fieldset {
  margin-bottom: 1rem;
  position: relative;
  width: 100%
}

.reset-email__email-field>label {
  background-color: var(--general-main-2);
  top: .9rem
}

.change-email-update {
  display: grid;
  padding: 3.2rem 0
}

.change-email-update__modal-content {
  grid-gap: 8px;
  display: grid
}

.change-email-update__modal-close {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1.2rem
}

.change-email-update__modal-title {
  margin: .8rem 2.4rem;
  text-align: center
}

.change-email-update__modal-description {
  margin: 0 2rem;
  text-align: center
}

.change-email-update__modal-icon {
  align-self: center;
  margin-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-top: 0;
  text-align: center;
  width: 100%
}

.change-email-update__footer {
  justify-content: center
}

.email-confirmation {
  margin: .5rem 2.4rem 1.7rem;
  word-break: break-word
}

.email-confirmation__currentEmail {
  color: var(--status-danger);
  font-style: italic
}

.redirect-notice {
  z-index: 50000
}

.notification-messages {
  margin-top: 1.6rem;
  position: absolute;
  right: 0;
  width: 40rem;
  z-index: 6
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification__header {
  margin-bottom: .8rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir=ltr] .notification {
    margin-right: .4rem
  }

  [dir=rtl] .notification {
    margin-left: .4rem
  }
}
