* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  line-height: 1.5;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@-webkit-keyframes zoom-in {
  0% {
    transform: scale(0.95);
  }
  66% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.95);
  }
  66% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  95%,
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  95%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  95%,
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  95%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
@keyframes spin-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
@-webkit-keyframes spin-scaleY {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes spin-scaleY {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes jump-scaleY {
  0% {
    transform: translateY(0) scaleY(1);
  }
  7.5% {
    transform: translateY(-120%) scaleY(2);
  }
  15%,
  35% {
    transform: translateY(-120%) scaleY(0.5);
  }
  43.5% {
    transform: translateY(0) scaleY(2);
  }
  52.5%,
  72.5% {
    transform: translateY(120%) scaleY(0.5);
  }
  80%,
  100% {
    transform: translateY(0) scaleY(1);
  }
}
@keyframes jump-scaleY {
  0% {
    transform: translateY(0) scaleY(1);
  }
  7.5% {
    transform: translateY(-120%) scaleY(2);
  }
  15%,
  35% {
    transform: translateY(-120%) scaleY(0.5);
  }
  43.5% {
    transform: translateY(0) scaleY(2);
  }
  52.5%,
  72.5% {
    transform: translateY(120%) scaleY(0.5);
  }
  80%,
  100% {
    transform: translateY(0) scaleY(1);
  }
}
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.rc-upload {
  display: inline-flex;
}
.bn-svg {
  width: 1em;
  height: 1em;
  font-size: inherit;
}
.bn-flex {
  display: flex;
}
.bn-grid {
  display: grid;
}
.bn-lazy-img {
  overflow: hidden;
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
}
.bn-lazy-img.data-round {
  border-radius: var(--radii-circle);
}
.bn-lazy-img.data-mask:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.08);
}
.bn-trans {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: var(--animation-duration-base);
}
.bn-trans.data-seo {
  display: none;
}
.bn-trans.data-show {
  opacity: 1;
  visibility: visible;
}
.bn-bubble {
  cursor: auto;
  position: relative;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-textBlack);
  --color-arrow: var(--color-primaryHover);
}
.bn-bubble.shadow .bn-bubble-arrow-shadow,
.bn-bubble.shadow .bn-bubble-content {
  box-shadow: var(--shadow-shadow2);
}
.bn-bubble__secondary {
  --color-arrow: var(--color-bg3);
  color: var(--color-textSecondary);
}
.bn-bubble__gray {
  --color-arrow: var(--color-bg4);
  color: var(--color-textGray);
}
.bn-bubble__unset,
.bn-bubble__normal {
  color: var(--color-textPrimary);
  --color-arrow: var(--color-popupBg);
}
.bn-bubble__normal-unset > .bn-bubble-content {
  padding: 0;
  max-width: none;
}
.bn-bubble__info {
  color: var(--color-textThird);
  --color-arrow: var(--color-line);
}
.bn-bubble__warn {
  color: var(--color-textBrand);
  --color-arrow: var(--color-badgeBg);
}
.bn-bubble__success {
  color: var(--color-success);
  --color-arrow: var(--color-successBg);
}
.bn-bubble__error {
  color: var(--color-error);
  --color-arrow: var(--color-errorBg);
}
.bn-bubble-arrow,
.bn-bubble-arrow-shadow {
  width: 6px;
  height: 6px;
  position: absolute;
  background: linear-gradient(-45deg, transparent 0%, transparent 45%, var(--color-arrow) 45.1%, var(--color-arrow) 100%);
}
.bn-bubble-arrow {
  z-index: 2;
  box-shadow: none;
}
.bn-bubble-content {
  z-index: 1;
  max-width: 350px;
  position: relative;
  --scroll-bg: var(--color-arrow);
  border-radius: var(--radii-xs);
  background-color: var(--color-arrow);
  padding: var(--space-4xs) var(--space-2xs);
}
@media only screen and (min-width: 768px) {
  .bn-bubble {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .bn-bubble__gray {
    color: var(--color-textWhite);
  }
}
.bn-spinner {
  font-size: 48px;
  position: relative;
  display: inline-flex;
  fill: var(--color-textThird);
  stroke: var(--color-textThird);
}
.bn-spinner__nezha {
  grid-gap: 4px;
  gap: 4px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: var(--space-m);
}
.bn-spinner__nezha > .nezha-line {
  width: 4px;
  height: 8px;
  transform-origin: top;
  -webkit-animation: jump-scaleY 1.5s infinite linear;
          animation: jump-scaleY 1.5s infinite linear;
  background-color: var(--color-primaryHover);
}
.bn-spinner > svg {
  width: 1em;
  height: 1em;
}
.bn-spinner svg.css {
  -webkit-animation: spin 1.8s linear infinite;
          animation: spin 1.8s linear infinite;
}
.bn-spinner circle.css {
  -webkit-animation: spin-dash 1.5s ease-in-out infinite;
          animation: spin-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2.2;
  stroke-linecap: round;
}
.bn-button {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  height: 40px;
  min-width: 60px;
  min-height: 40px;
  grid-gap: var(--space-3xs);
  gap: var(--space-3xs);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: var(--space-4xs) var(--space-m);
  border-radius: var(--radii-xs);
  --button-bg: var(--color-primary);
  --button-color: var(--color-textBlack);
  color: var(--button-color);
  background-color: var(--button-bg);
}
.bn-button.active:not(.inactive),
.bn-button:active:not(.inactive) {
  --button-bg: var(--color-primaryHover);
}
.bn-button[disabled]:not(.inactive),
.bn-button:disabled:not(.inactive) {
  cursor: not-allowed;
  --button-bg: var(--color-bg3);
  --button-color: var(--color-textDisabled);
}
.bn-button.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.bn-button .bn-spinner__nezha {
  grid-gap: 3px;
  gap: 3px;
  height: 24px;
  padding: 0 var(--space-2xs);
}
.bn-button .bn-spinner__nezha > .nezha-line {
  width: 3px;
  height: 5px;
  background-color: var(--button-color);
}
.bn-button.data-size-large {
  height: 48px;
  min-width: 80px;
  min-height: 48px;
}
.bn-button.data-size-large .bn-spinner__nezha {
  height: 26px;
}
.bn-button.data-size-small {
  height: 32px;
  min-width: 52px;
  min-height: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: var(--space-4xs) var(--space-3xs);
}
.bn-button.data-size-tiny {
  height: 24px;
  min-width: 40px;
  min-height: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: var(--space-4xs) var(--space-3xs);
}
.bn-button.data-size-tiny .bn-spinner__nezha {
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .bn-button.data-size-large {
    padding: var(--space-4xs) var(--space-xl);
  }
  .bn-button.data-size-large .bn-spinner__nezha {
    height: 24px;
  }
  .bn-button.data-size-small {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: var(--space-4xs) var(--space-s);
  }
  .bn-button.data-size-tiny {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: var(--space-4xs) var(--space-2xs);
  }
}
.bn-button__secondary {
  --button-bg: var(--color-line);
  --button-color: var(--color-textPrimary);
}
.bn-button__secondary.active:not(.inactive),
.bn-button__secondary:active:not(.inactive) {
  --button-bg: var(--color-disable);
}
.bn-button__round {
  --button-bg: var(--color-bg3);
  border-radius: var(--radii-circle);
  --button-color: var(--color-textBrand);
}
.bn-button__round.active:not(.inactive),
.bn-button__round:active:not(.inactive) {
  --button-bg: var(--color-line);
  --button-color: var(--color-primaryHover);
}
.bn-button__text {
  --button-bg: transparent;
  --button-color: var(--color-textBrand);
}
.bn-button__text.active:not(.inactive),
.bn-button__text:active:not(.inactive) {
  --button-bg: var(--color-badgeBg);
  --button-color: var(--color-textBrand);
}
.bn-button__text.inactive,
.bn-button__text[disabled]:not(.inactive),
.bn-button__text:disabled:not(.inactive) {
  --button-bg: transparent;
  --button-color: var(--color-textDisabled);
}
.bn-button__buy {
  --button-bg: var(--color-buy);
  --button-color: var(--color-textWhite);
}
.bn-button__buy.active:not(.inactive),
.bn-button__buy:active:not(.inactive) {
  --button-bg: var(--color-buyHover);
}
.bn-button__sell {
  --button-bg: var(--color-sell);
  --button-color: var(--color-textWhite);
}
.bn-button__sell.active:not(.inactive),
.bn-button__sell:active:not(.inactive) {
  --button-bg: var(--color-sellHover);
}
.bn-button__gray {
  --button-bg: var(--color-bg4);
  --button-color: var(--color-textWhite);
}
@media only screen and (min-width: 768px) {
  .bn-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .bn-button:hover:not(.inactive) {
    opacity: 0.9;
  }
  .bn-button .bn-spinner__nezha {
    height: 20px;
  }
  .bn-button__secondary:hover:not(.inactive) {
    opacity: 1;
    --button-bg: var(--color-bg3);
  }
  .bn-button__secondary.active:not(.inactive),
  .bn-button__secondary:active:not(.inactive) {
    --button-bg: var(--color-textDisabled);
  }
  .bn-button__round:hover:not(.inactive) {
    opacity: 1;
    --button-color: var(--color-primaryHover);
  }
  .bn-button__text:hover:not(.inactive) {
    opacity: 1;
    --button-color: var(--color-primaryHover);
  }
}
.bn-progress__bar {
  min-height: 10px;
  overflow: hidden;
  position: relative;
  border-radius: var(--radii-circle);
}
.bn-progress__bar .bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: width;
  border-radius: var(--radii-circle);
}
.bn-progress__circle {
  position: relative;
  display: inline-flex;
}
.bn-progress__circle svg {
  width: 100px;
  height: 100px;
}
.bn-progress__number {
  align-items: center;
  display: inline-flex;
  min-height: 0.8em;
}
.bn-loading {
  display: inline-flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-textWhite);
  border-radius: var(--radii-xs);
  background-color: var(--color-bg4);
  padding: var(--space-m) var(--space-xs);
}
.bn-loading__primary {
  position: relative;
  background-color: transparent;
}
.bn-loading__primary .bn-loading-box {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  border-radius: var(--radii-m);
  background: var(--color-bg4);
  transform: translate(-50%, -50%) rotate(45deg);
}
.bn-loading-bar {
  display: flex;
  grid-gap: var(--space-3xs);
  gap: var(--space-3xs);
  flex-direction: column;
}
.bn-loading-bar-progress {
  width: 75px;
  height: 4px;
  min-height: 4px;
}
.bn-loading-circle {
  display: flex;
  position: relative;
}
.bn-loading-circle-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-textWhite);
  transform: translate(-50%, -50%);
}
.bn-loading-circle-progress svg {
  width: 44px;
  height: 44px;
}
.bn-loading-dot {
  display: flex;
  align-items: center;
  grid-gap: var(--space-3xs);
  gap: var(--space-3xs);
  flex-direction: column;
}
.bn-loading-dot-progress {
  grid-gap: 1px;
  gap: 1px;
  width: 75px;
  display: flex;
  justify-content: center;
}
.bn-loading-dot-progress > * {
  width: 4px;
  height: 4px;
  border-radius: var(--radii-circle);
  background: var(--color-textSecondary);
}
.bn-loading-dot-progress > *.active {
  background: var(--color-textGray);
}
.bn-loading-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-textWhite);
}
@media only screen and (min-width: 768px) {
  .bn-loading {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-loading-circle-percent {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .bn-loading-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.bn-web-table {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid var(--color-line);
  transition: opacity 0.3s ease;
}
.bn-web-table-wrapper {
  position: relative;
}
.bn-web-table-wrapper__line > .bn-web-table {
  border-top: 1px solid var(--color-line);
}
.bn-web-table-wrapper__line > .bn-web-table thead tr {
  border-bottom: 1px solid var(--color-line);
  background: var(--color-bg1);
}
.bn-web-table-wrapper__line > .bn-web-table .bn-web-table-title {
  border-top: none;
  border-bottom: 1px solid var(--color-line);
}
.bn-web-table [aria-hidden] {
  border: none !important;
  visibility: hidden !important;
}
.bn-web-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.bn-web-table thead tr {
  border: none;
  background: var(--color-bg2);
}
.bn-web-table thead th,
.bn-web-table thead td {
  text-align: left;
  position: relative;
  white-space: normal;
  background: inherit;
  word-break: break-word;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-textThird);
  padding: 12px 16px;
}
.bn-web-table-body {
  --scroll-pad: 1px !important;
  --scroll-size: 6px !important;
}
.bn-web-table tbody tr {
  background: var(--color-bg1);
}
.bn-web-table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid var(--color-line);
}
.bn-web-table tbody tr.bn-web-table-row:hover {
  background: var(--color-bg3);
}
.bn-web-table tbody th,
.bn-web-table tbody td {
  position: relative;
  white-space: normal;
  background: inherit;
  word-break: break-word;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-textPrimary);
  padding: 18px 16px;
}
.bn-web-table-cell.bn-web-table-cell-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bn-web-table-cell-fix-left {
  z-index: 1;
}
.bn-web-table-cell-fix-left-first::after,
.bn-web-table-cell-fix-left-last::after {
  content: "";
  top: 0;
  bottom: -1px;
  right: -1px;
  width: 20px;
  position: absolute;
  pointer-events: none;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
}
.bn-web-table-cell-fix-right {
  z-index: 1;
}
.bn-web-table-cell-fix-right-first::after,
.bn-web-table-cell-fix-right-last::after {
  content: "";
  top: 0;
  bottom: -1px;
  left: -1px;
  width: 20px;
  position: absolute;
  pointer-events: none;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
}
.bn-web-table-ping-left .bn-web-table-cell-fix-left-first::after,
.bn-web-table-ping-left .bn-web-table-cell-fix-left-last::after {
  box-shadow: inset 5px 0 4px -4px var(--color-line);
}
.bn-web-table-ping-right .bn-web-table-cell-fix-right-first::after,
.bn-web-table-ping-right .bn-web-table-cell-fix-right-last::after {
  box-shadow: inset -5px 0 4px -4px var(--color-line);
}
.bn-web-table-placeholder {
  text-align: center;
  position: relative;
  padding: 18px 16px;
}
.bn-web-table-expand-icon-col,
.bn-web-table tbody .bn-web-table-row-expand-icon-cell {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  width: 32px;
  padding: 18px 0;
  color: var(--color-iconNormal);
}
.bn-web-table-expanded-row > .bn-web-table-cell {
  padding: 0;
}
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table {
  border-top: none;
  border-bottom: none;
  padding-left: 32px;
}
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table .bn-web-table-title,
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table thead tr {
  border-top: none;
  border-bottom: 1px solid var(--color-line);
}
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table .bn-web-table-title,
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table .bn-web-table-footer,
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table th,
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table td {
  background: var(--color-bg2);
}
.bn-web-table-row-expand-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  line-height: 16px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-radius: var(--radii-xs);
  border: 1px solid var(--color-line);
}
.bn-web-table-row-expand-icon.bn-web-table-row-expanded::after {
  content: "-";
}
.bn-web-table-row-expand-icon.bn-web-table-row-collapsed::after {
  content: "+";
}
.bn-web-table-title {
  border-top: 1px solid var(--color-line);
  padding: 18px 16px;
}
.bn-web-table-footer {
  border-top: 1px solid var(--color-line);
  padding: 18px 16px;
}
.bn-web-table-sticky-holder {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
}
.bn-web-table-rtl {
  direction: rtl;
}
.bn-badge {
  top: 0;
  left: 100%;
  min-width: 20px;
  position: absolute;
  align-items: center;
  display: inline-flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  justify-content: center;
  padding: 0 var(--space-4xs);
  color: var(--color-textBlack);
  border-radius: var(--radii-circle);
  border: 2px solid var(--color-bg1);
  background-color: var(--color-primaryHover);
  transform: translate3d(-10px, -50%, 0);
}
.bn-badge.data-theme-error {
  color: var(--color-textWhite);
  background-color: var(--color-error);
}
.bn-badge__dot,
.bn-badge__dot-side {
  padding: 0;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transform: translate3d(-50%, -50%, 0);
}
.bn-badge__dot-side {
  top: 50%;
  transform: translate3d(4px, -50%, 0);
}
.bn-badge-wrap {
  position: relative;
  display: inline-flex;
}
.bn-badge-rtl {
  left: auto;
  right: 100%;
  transform: translate3d(10px, -50%, 0);
}
.bn-badge-rtl.bn-badge__dot {
  transform: translate3d(50%, -50%, 0);
}
.bn-badge-rtl.bn-badge__dot-side {
  transform: translate3d(-4px, -50%, 0);
}
@media only screen and (min-width: 768px) {
  .bn-badge {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
}
.bn-backtop {
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: var(--zindex-backTop);
  border-radius: var(--radii-circle);
  box-shadow: var(--shadow-shadow2);
  background-color: var(--color-bg2);
}
.bn-backtop-arrow {
  font-size: 24px;
  color: var(--color-textThird);
}
@media only screen and (min-width: 768px) {
  .bn-backtop:hover {
    background-color: var(--color-line);
  }
}
.bn-notification {
  display: flex;
  grid-gap: var(--space-3xs);
  gap: var(--space-3xs);
  border-radius: var(--radii-xs);
  padding: var(--space-s) var(--space-m);
  color: var(--color-textPrimary);
  background-color: var(--color-badgeBg);
  --prefix-color: var(--color-primaryHover);
}
.bn-notification__primary .bn-notification-content-message {
  color: var(--color-textBrand);
}
.bn-notification__secondary {
  background-color: var(--color-line);
  --prefix-color: var(--color-textSecondary);
}
.bn-notification__success {
  background: var(--color-successBg);
  --prefix-color: var(--color-success);
}
.bn-notification__error {
  color: var(--color-error);
  background: var(--color-errorBg);
  --prefix-color: var(--color-error);
}
.bn-notification__success .bn-notification-prefix,
.bn-notification__error .bn-notification-prefix {
  font-size: 20px;
  min-height: 24px;
}
.bn-notification__success .bn-notification-content,
.bn-notification__error .bn-notification-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bn-notification__push {
  max-width: 360px;
  border-radius: var(--radii-l);
  box-shadow: var(--shadow-shadow2);
  --prefix-color: var(--color-success);
  background-color: var(--color-popupBg);
  padding: var(--space-s) var(--space-m);
}
.bn-notification__push .bn-notification-content-message {
  max-height: 8em;
  overflow-y: auto;
  --scroll-pad: 1px;
  --scroll-size: 5px;
}
.bn-notification-prefix {
  flex: none;
  font-size: 16px;
  min-height: 20px;
  color: var(--prefix-color);
}
.bn-notification-content {
  flex: 1 1;
  display: flex;
  min-height: 20px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.bn-notification-content.closable > *:first-child {
  margin-right: 25px;
}
.bn-notification-content-message {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-textSecondary);
}
.bn-notification-close {
  top: 0;
  right: 0;
  font-size: 16px;
  min-height: 20px;
  cursor: pointer;
  position: absolute;
  color: var(--color-iconNormal);
}
.bn-notification-rtl .bn-notification-content.closable > *:first-child {
  margin-right: 0;
  margin-left: 32px;
}
.bn-notification-rtl .bn-notification-close {
  left: 0;
  right: auto;
}
@media only screen and (min-width: 768px) {
  .bn-notification {
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs);
    padding: var(--space-s);
  }
  .bn-notification__success.data-size-small,
  .bn-notification__error.data-size-small {
    padding: var(--space-2xs);
  }
  .bn-notification__success.data-size-small .bn-notification-prefix,
  .bn-notification__error.data-size-small .bn-notification-prefix,
  .bn-notification__success.data-size-small .bn-notification-close,
  .bn-notification__error.data-size-small .bn-notification-close {
    font-size: 20px;
    min-height: 20px;
  }
  .bn-notification__success.data-size-small .bn-notification-content,
  .bn-notification__error.data-size-small .bn-notification-content {
    min-height: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
  .bn-notification__primary .bn-notification-content-message {
    color: var(--color-textPrimary);
  }
  .bn-notification__success .bn-notification-content,
  .bn-notification__error .bn-notification-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .bn-notification__push {
    padding: var(--space-m);
    border-radius: var(--radii-xs);
  }
  .bn-notification-prefix,
  .bn-notification-close {
    font-size: 24px;
    min-height: 24px;
  }
  .bn-notification-content {
    min-height: 24px;
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .bn-notification-content.closable > *:first-child {
    margin-right: 32px;
  }
  .bn-notification-content-message {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.bn-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: var(--zindex-modal);
  background-color: rgba(0, 0, 0, 0.3);
}
.bn-mask-rtl {
  direction: rtl;
}
.bn-mask-inner {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.08);
}
.bn-tooltips {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: var(--zindex-tooltip);
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: var(--animation-duration-base);
}
.bn-tooltips > .bn-bubble-content {
  padding: var(--space-m);
}
.bn-tooltips.bn-bubble__gray > .bn-bubble-content {
  max-height: 160px;
  overflow-y: auto;
  --scroll-pad: 1px;
  --scroll-size: 5px;
  padding: var(--space-3xs) var(--space-xs);
  --scroll-bg: var(--color-bg4);
}
.bn-tooltips.bn-bubble__unset > .bn-bubble-content {
  padding: 0;
  max-width: none;
}
.bn-tooltips-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: inline-flex;
}
.bn-tooltips-wrap.active > .bn-tooltips {
  opacity: 1;
  --scroll-size: 0;
  overflow: visible;
  visibility: visible;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.bn-tooltips-ele {
  width: 100%;
  align-items: center;
  display: inline-flex;
}
.bn-tooltips-ele-rtl {
  direction: rtl;
}
@media only screen and (min-width: 768px) {
  .bn-tooltips.bn-bubble__gray > .bn-bubble-content {
    padding: var(--space-2xs) var(--space-s);
  }
}
.bn-drawer {
  z-index: var(--zindex-drawer);
}
.bn-drawer > .bn-drawer-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  max-width: 100vw;
  max-height: 100vh;
  transition-property: transform;
  transition-timing-function: ease-in;
  background-color: var(--color-popupBg);
  transition-duration: var(--animation-duration-base);
}
.bn-drawer > .bn-drawer-wrap.data-dir-left {
  right: auto;
  transform: translate3d(-100%, 0, 0);
  border-radius: 0 var(--radii-2xl) var(--radii-2xl) 0;
  max-width: 84%;
}
.bn-drawer > .bn-drawer-wrap.data-dir-left.data-size-limit {
  width: 84%;
}
.bn-drawer > .bn-drawer-wrap.data-dir-left.data-size-full {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
.bn-drawer > .bn-drawer-wrap.data-dir-top {
  bottom: auto;
  transform: translate3d(0, -100%, 0);
  border-radius: 0 0 var(--radii-l) var(--radii-l);
  max-height: 90%;
}
.bn-drawer > .bn-drawer-wrap.data-dir-top.data-size-limit {
  height: 90%;
}
.bn-drawer > .bn-drawer-wrap.data-dir-top.data-size-full {
  height: 100%;
  max-height: 100%;
  border-radius: 0;
}
.bn-drawer > .bn-drawer-wrap.data-dir-right {
  left: auto;
  transform: translate3d(100%, 0, 0);
  border-radius: var(--radii-2xl) 0 0 var(--radii-2xl);
  max-width: 84%;
}
.bn-drawer > .bn-drawer-wrap.data-dir-right.data-size-limit {
  width: 84%;
}
.bn-drawer > .bn-drawer-wrap.data-dir-right.data-size-full {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
.bn-drawer > .bn-drawer-wrap.data-dir-bottom {
  top: auto;
  transform: translate3d(0, 100%, 0);
  border-radius: var(--radii-l) var(--radii-l) 0 0;
  max-height: 90%;
}
.bn-drawer > .bn-drawer-wrap.data-dir-bottom.data-size-limit {
  height: 90%;
}
.bn-drawer > .bn-drawer-wrap.data-dir-bottom.data-size-full {
  height: 100%;
  max-height: 100%;
  border-radius: 0;
}
.bn-drawer.data-show > .bn-drawer-wrap {
  transform: translate3d(0, 0, 0);
}
.bn-modal > .bn-modal-wrap {
  width: 360px;
  max-width: 80vw;
  overflow: hidden;
  position: relative;
  transform: scale(0.9);
  border-radius: var(--radii-m);
  color: var(--color-textPrimary);
  box-shadow: var(--shadow-shadow3);
  background-color: var(--color-popupBg);
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: var(--animation-duration-base);
}
.bn-modal.data-show > .bn-modal-wrap {
  transform: scale(1);
}
.bn-modal-header {
  display: flex;
  position: relative;
  align-items: center;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  color: var(--color-textPrimary);
  padding: var(--space-m) var(--space-xl);
}
.bn-modal-header-prev,
.bn-modal-header-next {
  flex: none;
  font-size: 24px;
  cursor: pointer;
  display: inline-flex;
  color: var(--color-textThird);
}
.bn-modal-header-main {
  flex: 1 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .bn-modal-header-main {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}
.bn-modal-content {
  max-height: 350px;
  overflow-y: auto;
  --scroll-pad: 1px;
  --scroll-size: 5px;
  padding: var(--space-xl);
}
.bn-modal-footer {
  display: flex;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  justify-content: flex-end;
  padding: 0 var(--space-xl) var(--space-xl);
}
.bn-modal-confirm {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  padding: var(--space-xl);
}
.bn-modal-confirm-icon {
  font-size: 64px;
  margin-bottom: var(--space-m);
}
.bn-modal-confirm-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: var(--space-2xs);
  color: var(--color-textPrimary);
}
.bn-modal-confirm-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-textPrimary);
}
.bn-modal-confirm-desc {
  max-height: 140px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  overflow-y: auto;
  --scroll-pad: 1px;
  --scroll-size: 5px;
  word-break: break-word;
  padding: 0 var(--space-3xs);
  color: var(--color-textSecondary);
}
.bn-modal-confirm-actions {
  width: 100%;
  margin-top: var(--space-xl);
}
@media only screen and (min-width: 768px) {
  .bn-modal-confirm-icon {
    font-size: 96px;
  }
  .bn-modal-confirm-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  .bn-modal-confirm-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  .bn-modal-confirm-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-textSecondary);
  }
}
.bn-layer-notifies {
  position: fixed;
  grid-gap: var(--space-s);
  gap: var(--space-s);
  display: inline-flex;
  flex-direction: column;
  z-index: var(--zindex-notification);
}
.bn-layer-notifies > .bn-trans {
  transform: scale(0.9);
}
.bn-layer-notifies > .bn-trans.data-show {
  transform: scale(1);
}
.bn-layer-notifies.data-pos-start > .bn-trans {
  transform: translateX(-20%);
}
.bn-layer-notifies.data-pos-start > .bn-trans.data-show {
  transform: translateX(0);
}
.bn-layer-notifies.data-pos-end > .bn-trans {
  transform: translateX(20%);
}
.bn-layer-notifies.data-pos-end > .bn-trans.data-show {
  transform: translateX(0);
}
.bn-actionSheet .bn-grid {
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  padding: var(--space-xs) var(--space-m);
}
.bn-actionSheet .bn-grid > .item {
  cursor: pointer;
  text-align: center;
  color: var(--color-textSecondary);
}
.bn-actionSheet-cancel {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-textSecondary);
  padding: var(--space-s) var(--space-m);
  border-top: 6px solid var(--color-line);
}
@media only screen and (min-width: 768px) {
  .bn-actionSheet-cancel {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
.bn-coachmark.active {
  position: relative;
  border-radius: var(--radii-xs);
  z-index: var(--zindex-coachmark);
  background-color: var(--color-popupBg);
}
.bn-coachmark.active > .bn-tooltips > .bn-bubble-content {
  padding: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.bn-coachmark-panel {
  display: flex;
  min-width: 274px;
  max-width: 320px;
  min-height: 162px;
  max-height: 271px;
  flex-direction: column;
  grid-gap: var(--space-xs);
  gap: var(--space-xs);
  padding: var(--space-m);
}
.bn-coachmark-panel__primary > .bn-coachmark-panel-content {
  --scroll-bg: var(--color-primaryHover);
}
.bn-coachmark-panel__primary > .bn-coachmark-panel-extra {
  padding: 0;
}
.bn-coachmark-panel__primary > .bn-coachmark-panel-extra .bn-coachmark-panel-extra-step {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.bn-coachmark-panel__primary > .bn-coachmark-panel-extra .bn-coachmark-panel-extra-actions-prev {
  height: 32px;
  min-width: 64px;
}
.bn-coachmark-panel__primary > .bn-coachmark-panel-extra .bn-coachmark-panel-extra-actions-next,
.bn-coachmark-panel__primary > .bn-coachmark-panel-extra .bn-coachmark-panel-extra-actions-done {
  height: 32px;
  min-width: 64px;
  background: var(--color-textWhite);
}
.bn-coachmark-panel__primary > .bn-coachmark-panel-tips {
  color: var(--color-textBlack);
  background-color: var(--color-primary);
}
.bn-coachmark-panel-title {
  flex: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bn-coachmark-panel-content {
  flex: 1 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  overflow-y: auto;
  --scroll-pad: 1px;
  --scroll-size: 5px;
  --scroll-color: var(--color-line);
}
.bn-coachmark-panel-extra {
  flex: none;
  display: flex;
  align-items: center;
  grid-gap: var(--space-xs);
  gap: var(--space-xs);
}
.bn-coachmark-panel-extra-step {
  display: inline-flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.bn-coachmark-panel-extra-step-gap {
  width: 0.5em;
}
.bn-coachmark-panel-extra-step-split,
.bn-coachmark-panel-extra-step-total {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.bn-coachmark-panel-extra-actions {
  flex: 1 1;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  justify-content: flex-end;
}
.bn-coachmark-panel-extra-actions-prev {
  height: 32px;
  min-width: 76px;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: var(--color-textBlack);
  padding: var(--space-4xs) var(--space-2xs);
}
.bn-coachmark-panel-extra-actions-next,
.bn-coachmark-panel-extra-actions-done {
  height: 32px;
  min-width: 76px;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: var(--color-textPrimary);
  background: var(--color-primary);
  border-radius: var(--radii-xs);
  padding: var(--space-4xs) var(--space-2xs);
}
.bn-coachmark-panel-tips {
  flex: none;
  width: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  justify-content: center;
  color: var(--color-textPrimary);
  border-radius: var(--radii-xs);
  background-color: var(--color-badgeBg);
  padding: var(--space-3xs) var(--space-m);
}
@media only screen and (min-width: 768px) {
  .bn-coachmark-panel {
    min-width: auto;
    max-width: 440px;
    min-height: 232px;
    max-height: 352px;
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs);
  }
  .bn-coachmark-panel__primary {
    grid-gap: var(--space-m);
    gap: var(--space-m);
    padding: var(--space-xl);
  }
  .bn-coachmark-panel__primary > .bn-coachmark-panel-extra .bn-coachmark-panel-extra-step {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-coachmark-panel-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .bn-coachmark-panel-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .bn-coachmark-panel-extra {
    grid-gap: var(--space-xl);
    gap: var(--space-xl);
    padding: var(--space-m) 0;
  }
  .bn-coachmark-panel-extra-step {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-coachmark-panel-extra-step-split,
  .bn-coachmark-panel-extra-step-total {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .bn-coachmark-panel-extra-actions {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-coachmark-panel-extra-actions-prev,
  .bn-coachmark-panel-extra-actions-next,
  .bn-coachmark-panel-extra-actions-done {
    height: 40px;
    min-width: 82px;
    padding: var(--space-2xs) var(--space-m);
  }
  .bn-coachmark-panel-tips {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.bn-formItem {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space-3xs);
  gap: var(--space-3xs);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.bn-formItem-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-textSecondary);
}
.bn-formItem-errMsg {
  color: var(--color-error);
}
.bn-formItem-tips {
  color: var(--color-textThird);
}
@media only screen and (min-width: 768px) {
  .bn-formItem {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs);
  }
}
.bn-inputNum {
  border: none;
  flex-wrap: nowrap;
  grid-gap: var(--space-s);
  gap: var(--space-s);
  align-items: center;
  display: inline-flex;
  background: transparent;
  color: var(--color-textPrimary);
}
.bn-inputNum.disabled {
  position: relative;
  color: var(--color-textDisabled);
}
.bn-inputNum.disabled::before {
  content: "";
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
}
.bn-inputNum__line {
  border-bottom: 1px solid var(--color-line);
}
.bn-inputNum__line.data-error:not(.disabled) {
  border-bottom-color: var(--color-error);
}
.bn-inputNum-prefix,
.bn-inputNum-suffix {
  flex: none;
  display: inline-flex;
  color: var(--color-textDisabled);
}
.bn-inputNum-input {
  flex: 1 1;
  height: 100%;
  border: none;
  outline: none;
  color: inherit;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  background: transparent;
  caret-color: var(--color-primaryHover);
}
.bn-inputNum-input::-moz-placeholder {
  color: var(--color-textThird);
}
.bn-inputNum-input:-ms-input-placeholder {
  color: var(--color-textThird);
}
.bn-inputNum-input::placeholder {
  color: var(--color-textThird);
}
@media only screen and (min-width: 768px) {
  .bn-inputNum-input {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}
.bn-textarea {
  width: 336px;
  display: flex;
  max-height: 120px;
  flex-direction: column;
  color: var(--color-textPrimary);
  background-color: var(--color-bg3);
  border-radius: var(--radii-xs);
  border: 1px solid transparent;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: var(--animation-duration-base);
}
.bn-textarea.focus {
  background-color: var(--color-bg1);
  border: 1px solid var(--color-primaryHover);
}
.bn-textarea.disabled {
  position: relative;
  color: var(--color-textDisabled);
  background-color: var(--color-line);
}
.bn-textarea.disabled::before {
  content: "";
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
}
.bn-textarea.data-error:not(.disabled) {
  border: 1px solid var(--color-error);
}
.bn-textarea__line {
  background: var(--color-bg1);
  border-color: var(--color-line);
}
.bn-textarea-suffix {
  flex: none;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  justify-content: flex-end;
  color: var(--color-textThird);
  padding: 0 var(--space-xs) var(--space-xs);
}
.bn-textarea-input {
  resize: none;
  border: none;
  outline: none;
  color: inherit;
  overflow: hidden;
  min-height: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: transparent;
  caret-color: var(--color-primaryHover);
  padding: var(--space-m) var(--space-xs);
}
.bn-textarea-input::-moz-placeholder {
  color: var(--color-textDisabled);
}
.bn-textarea-input:-ms-input-placeholder {
  color: var(--color-textDisabled);
}
.bn-textarea-input::placeholder {
  color: var(--color-textDisabled);
}
@media only screen and (min-width: 768px) {
  .bn-textarea:hover:not(.disabled) {
    background-color: var(--color-bg1);
    border: 1px solid var(--color-primaryHover);
  }
  .bn-textarea-suffix {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 var(--space-2xs) var(--space-2xs);
  }
  .bn-textarea-input {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: var(--space-s) var(--space-2xs);
  }
}
.bn-textField {
  height: 50px;
  width: 345px;
  max-width: 100vw;
  flex-wrap: nowrap;
  align-items: center;
  display: inline-flex;
  grid-gap: var(--space-xs);
  gap: var(--space-xs);
  padding: var(--space-3xs) var(--space-xs);
  color: var(--color-textPrimary);
  background-color: var(--color-bg3);
  border-radius: var(--radii-xs);
  border: 1px solid transparent;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: var(--animation-duration-base);
}
.bn-textField.focus {
  background-color: var(--color-bg1);
  border-color: var(--color-primaryHover);
}
.bn-textField.disabled {
  position: relative;
  color: var(--color-textDisabled);
  background-color: var(--color-line);
}
.bn-textField.disabled::before {
  content: "";
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
}
.bn-textField.data-error:not(.disabled) {
  border-color: var(--color-error);
}
.bn-textField.data-size-large {
  height: 56px;
}
.bn-textField.data-size-small {
  height: 44px;
}
.bn-textField.data-size-small .bn-textField-prefix,
.bn-textField.data-size-small .bn-textField-suffix {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .bn-textField.data-size-large {
    height: 48px;
  }
  .bn-textField.data-size-small {
    height: 32px;
  }
  .bn-textField.data-size-small .bn-textField-prefix,
  .bn-textField.data-size-small .bn-textField-suffix {
    font-size: 16px;
  }
}
.bn-textField__line {
  background: var(--color-bg1);
  border-color: var(--color-line);
}
.bn-textField-prefix,
.bn-textField-suffix {
  flex: none;
  font-size: 20px;
  display: inline-flex;
  color: var(--color-textDisabled);
}
.bn-textField-clear {
  flex: none;
  font-size: 20px;
  cursor: pointer;
  display: inline-flex;
  color: var(--color-textDisabled);
}
.bn-textField-input {
  flex: 1 1;
  height: 100%;
  border: none;
  outline: none;
  color: inherit;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: transparent;
  caret-color: var(--color-primaryHover);
}
.bn-textField-input::-moz-placeholder {
  color: var(--color-textDisabled);
}
.bn-textField-input:-ms-input-placeholder {
  color: var(--color-textDisabled);
}
.bn-textField-input::placeholder {
  color: var(--color-textDisabled);
}
@media only screen and (min-width: 768px) {
  .bn-textField {
    height: 40px;
    width: 336px;
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs);
    padding: var(--space-4xs) var(--space-s);
  }
  .bn-textField:hover:not(.disabled) {
    background-color: var(--color-bg1);
    border-color: var(--color-primaryHover);
  }
  .bn-textField-clear {
    font-size: 16px;
  }
  .bn-textField-input {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
.bn-selection-group {
  display: inline-flex;
  grid-gap: var(--space-xl);
  gap: var(--space-xl);
  align-items: center;
}
.bn-selection-group.data-dir-vertical {
  grid-gap: var(--space-m);
  gap: var(--space-m);
  flex-direction: column;
  align-items: flex-start;
}
.bn-switch {
  padding: 2px;
  width: 44px;
  height: 24px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  border-radius: var(--radii-circle);
  background-color: var(--color-disable);
  transition: background-color ease-in-out 150ms;
}
.bn-switch::before {
  flex: 0 1;
  content: "";
  transition: flex ease-in-out 150ms;
}
.bn-switch.checked {
  background-color: var(--color-primary);
}
.bn-switch.checked::before {
  flex: 1 1;
}
.bn-switch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.bn-switch.data-size-small {
  padding: 1px;
  width: 28px;
  height: 16px;
}
.bn-switch.data-size-small .bn-switch-dot {
  font-size: 14px;
}
.bn-switch.data-size-large {
  padding: 3px;
  width: 56px;
  height: 30px;
}
.bn-switch.data-size-large .bn-switch-dot {
  font-size: 24px;
}
.bn-switch-dot {
  width: 1em;
  height: 1em;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radii-circle);
  background-color: var(--color-textWhite);
}
.bn-radio {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  align-items: center;
  display: inline-flex;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  color: var(--color-textPrimary);
}
.bn-radio.checked > .bn-radio-icon {
  border-color: var(--color-primaryHover);
}
.bn-radio.checked > .bn-radio-icon:before {
  background-color: var(--color-primaryHover);
}
.bn-radio.disabled {
  cursor: not-allowed;
  color: var(--color-textDisabled);
}
.bn-radio.disabled > .bn-radio-icon {
  background-color: var(--color-line);
  border-color: var(--color-textDisabled);
}
.bn-radio.disabled.checked > .bn-radio-icon::before {
  background-color: var(--color-textDisabled);
}
.bn-radio-icon {
  flex: none;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: var(--radii-circle);
  border: 2px solid var(--color-textDisabled);
}
.bn-radio-icon::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: var(--radii-circle);
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: var(--animation-duration-fast);
}
@media only screen and (min-width: 768px) {
  .bn-radio {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .bn-radio:hover > .bn-radio-icon {
    border-color: var(--color-primaryHover);
  }
  .bn-radio.disabled > .bn-radio-icon {
    border-color: var(--color-line);
  }
  .bn-radio-icon {
    width: 16px;
    height: 16px;
    border: 1px solid var(--color-textDisabled);
  }
  .bn-radio-icon::before {
    width: 8px;
    height: 8px;
  }
}
.bn-checkbox {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  align-items: center;
  display: inline-flex;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  color: var(--color-textPrimary);
}
.bn-checkbox.checked .bn-checkbox-icon {
  color: var(--color-bg1);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.bn-checkbox.disabled {
  cursor: not-allowed;
  color: var(--color-textDisabled);
}
.bn-checkbox.disabled .bn-checkbox-icon {
  border-color: var(--color-disable);
  background-color: var(--color-disable);
}
.bn-checkbox__circle .bn-checkbox-icon {
  border-radius: var(--radii-circle);
}
.bn-checkbox-icon {
  flex: none;
  width: 16px;
  height: 16px;
  font-size: 14px;
  border: 1px solid;
  color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: var(--radii-2xs);
  border-color: var(--color-textDisabled);
}
@media only screen and (min-width: 768px) {
  .bn-checkbox {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .bn-checkbox:hover .bn-checkbox-icon {
    border-color: var(--color-primaryHover);
  }
  .bn-checkbox.checked .bn-checkbox-icon {
    border-color: var(--color-primaryHover);
    background-color: var(--color-primaryHover);
  }
  .bn-checkbox.disabled .bn-checkbox-icon {
    border-color: var(--color-line);
    background-color: var(--color-line);
  }
}
.bn-subscript {
  --color-checkmark: var(--color-line);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: var(--radii-xs);
  border-color: var(--color-checkmark);
  padding: var(--space-2xs) var(--space-m);
}
.bn-subscript.checked {
  --color-checkmark: var(--color-primaryHover);
}
.bn-subscript.disabled {
  color: var(--color-textDisabled);
  --color-checkmark: var(--color-textDisabled);
}
.bn-subscript-icon {
  top: 0;
  right: 0;
  z-index: 11;
  width: 16px;
  height: 16px;
  font-size: 16px;
  position: absolute;
  display: inline-flex;
  justify-content: flex-end;
  color: var(--color-textWhite);
  background: linear-gradient(45deg, transparent 0%, transparent 49.9%, var(--color-checkmark) 50.1%, var(--color-checkmark) 100%);
}
.bn-subscript-icon > .bn-svg {
  transform: scale(0.6);
  transform-origin: top right;
}
.bn-subscript-rtl .bn-subscript-icon {
  left: 0;
  right: auto;
  background: linear-gradient(-45deg, transparent 0%, transparent 49.9%, var(--color-checkmark) 50.1%, var(--color-checkmark) 100%);
}
.bn-subscript-rtl .bn-subscript-icon > .bn-svg {
  transform-origin: top left;
}
@media only screen and (min-width: 768px) {
  .bn-subscript:hover {
    --color-checkmark: var(--color-primaryHover);
  }
}
.bn-select-field {
  width: 100%;
  height: 40px;
  display: flex;
  cursor: pointer;
  flex-wrap: nowrap;
  align-items: center;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  color: var(--color-textPrimary);
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  background-color: var(--color-bg3);
  border-radius: var(--radii-xs);
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: var(--animation-duration-base);
}
.bn-select-field.data-size-large {
  height: 48px;
}
.bn-select-field.data-size-large.data-multi {
  min-height: 48px;
}
.bn-select-field.active > .bn-select-field-arrow {
  transform: rotate(180deg);
}
.bn-select-field.disabled {
  position: relative;
  color: var(--color-textDisabled);
}
.bn-select-field.disabled::before {
  content: "";
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
}
.bn-select-field.data-multi {
  height: auto;
  min-height: 40px;
}
.bn-select-field.data-multi > .bn-select-field-input {
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--space-4xs);
  gap: var(--space-4xs);
  margin: var(--space-3xs) 0;
}
.bn-select-field-prefix {
  flex: none;
  display: inline-flex;
}
.bn-select-field-arrow {
  flex: none;
  font-size: 16px;
  display: inline-flex;
  color: var(--color-textThird);
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: var(--animation-duration-base);
}
.bn-select-field-input {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.bn-select-field-placeholder {
  color: var(--color-textDisabled);
}
@media only screen and (min-width: 768px) {
  .bn-select-field-input {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.bn-select-overlay {
  width: 100%;
  padding: var(--space-4xs) 0;
}
.bn-select-overlay-search {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--space-2xs) var(--space-s);
}
.bn-select-overlay-search .bn-textField {
  width: 100%;
}
.bn-select-overlay-search .bn-textField-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.bn-select-overlay-options {
  max-height: 260px;
  overflow-y: auto;
  --scroll-pad: 1px;
  --scroll-size: 5px;
}
.bn-select-overlay-empty {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: var(--space-2xs) var(--space-m);
}
@media only screen and (min-width: 768px) {
  .bn-select-overlay-options {
    max-height: 520px;
  }
  .bn-select-overlay-search .bn-textField-input {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .bn-select-overlay-empty {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.bn-select-option {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: var(--space-2xs) var(--space-m);
}
.bn-select-option:active {
  background-color: var(--color-bg2);
}
.bn-select-option.active {
  color: var(--color-textBrand);
}
.bn-select-option.disabled {
  cursor: not-allowed;
  background-color: inherit;
  color: var(--color-textDisabled);
}
.bn-select-option-group-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-textThird);
  padding: var(--space-3xs) var(--space-m);
}
@media only screen and (min-width: 768px) {
  .bn-select-option {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-select-option:hover {
    background-color: var(--color-bg3);
  }
  .bn-select-option-group-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
.bn-select-field-block {
  cursor: auto;
  align-items: center;
  display: inline-flex;
  grid-gap: var(--space-4xs);
  gap: var(--space-4xs);
  padding-left: var(--space-2xs);
  padding-right: var(--space-4xs);
  border-radius: var(--radii-xs);
  background-color: var(--color-line);
}
.bn-select-field-block-remove {
  font-size: 14px;
  cursor: pointer;
  color: var(--color-textDisabled);
}
@media only screen and (min-width: 768px) {
  .bn-select-field-block-remove:hover {
    color: var(--color-textSecondary);
  }
}
.bn-select .bn-tooltips,
.bn-select .bn-tooltips > .bn-bubble-content {
  width: 100%;
  min-width: 112px;
}
.bn-select__full {
  width: 100%;
}
.bn-pin {
  position: relative;
  flex-wrap: nowrap;
  grid-gap: var(--space-m);
  gap: var(--space-m);
  align-items: center;
  display: inline-flex;
  background: transparent;
  color: var(--color-textPrimary);
}
.bn-pin.disabled {
  position: relative;
  color: var(--color-textDisabled);
}
.bn-pin.disabled::before {
  content: "";
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
}
.bn-pin.data-error .bn-pin-item {
  border-color: var(--color-error);
}
.bn-pin__line .bn-pin-item {
  border-radius: 0;
  border-color: transparent;
  border-bottom-color: var(--color-line);
}
.bn-pin__line .bn-pin-item.cursor {
  border-color: transparent;
  border-bottom-color: var(--color-primaryHover);
}
.bn-pin__line.data-error .bn-pin-item {
  border-color: transparent;
  border-bottom-color: var(--color-error);
}
.bn-pin-item {
  z-index: 2;
  width: 45px;
  height: 50px;
  position: relative;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid var(--color-line);
}
.bn-pin-item.cursor {
  border-color: var(--color-primaryHover);
}
.bn-pin-item.cursor::after {
  content: "|";
  font-weight: 400;
  color: var(--color-primaryHover);
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}
.bn-pin-item.cursor.full::before {
  opacity: 0;
  content: "|";
  font-weight: 400;
  color: var(--color-primaryHover);
}
.bn-pin-input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: transparent;
  caret-color: transparent;
  position: absolute !important;
}
@media only screen and (min-width: 768px) {
  .bn-pin {
    grid-gap: var(--space-s);
    gap: var(--space-s);
  }
  .bn-pin-item {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  .bn-pin-item:hover {
    border-color: var(--color-primaryHover);
  }
}
.bn-tab {
  flex: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all 150ms linear;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  padding: var(--space-2xs) var(--space-m);
  color: var(--color-textThird);
}
.bn-tab__primary.data-size-large,
.bn-tab__primary-gray.data-size-large {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: var(--space-2xs) var(--space-xl);
}
.bn-tab__round.data-size-large {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: var(--space-2xs) var(--space-xl);
}
.bn-tab__default.data-size-large,
.bn-tab__default-breakline.data-size-large {
  height: 64px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bn-tab__default.data-size-small,
.bn-tab__default-breakline.data-size-small {
  height: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.bn-tab__vertical.data-size-large {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  padding: var(--space-s) var(--space-m);
}
.bn-tab__primary.active {
  border-radius: var(--radii-xs);
  color: var(--color-primaryHover);
  background-color: var(--color-badgeBg);
}
.bn-tab__primary-gray.active {
  border-radius: var(--radii-xs);
  color: var(--color-textPrimary);
  background-color: var(--color-bg3);
}
.bn-tab__round {
  color: var(--color-textPrimary);
}
.bn-tab__round.active {
  color: var(--color-textBlack);
  border-radius: var(--radii-circle);
  background-color: var(--color-primary);
}
.bn-tab__secondary {
  min-width: 90px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: var(--radii-xs);
  color: var(--color-textPrimary);
  padding: var(--space-4xs) var(--space-2xs);
}
.bn-tab__secondary.active {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-textBlack);
  background-color: var(--color-primary);
}
.bn-tab__segment,
.bn-tab__segment-outline {
  min-width: 65px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: var(--radii-xs);
  color: var(--color-textSecondary);
  padding: var(--space-4xs) var(--space-2xs);
}
.bn-tab__segment.active,
.bn-tab__segment-outline.active {
  color: var(--color-textPrimary);
  background-color: var(--color-popupBg);
}
.bn-tab__third {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  grid-gap: var(--space-4xs);
  gap: var(--space-4xs);
  border-radius: var(--radii-2xs);
  color: var(--color-textSecondary);
  padding: var(--space-4xs) var(--space-3xs);
}
.bn-tab__third.active {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-textPrimary);
  background-color: var(--color-bg3);
}
.bn-tab__card {
  height: 44px;
  justify-content: start;
  border-bottom: 4px solid var(--color-bg3);
  padding: var(--space-4xs) var(--space-3xs);
}
.bn-tab__card.active {
  color: var(--color-textPrimary);
  background-color: var(--color-bg1);
  border-bottom-color: var(--color-bg1);
  border-radius: var(--radii-xs) var(--radii-xs) 0 0;
}
.bn-tab__default,
.bn-tab__default-breakline {
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: var(--space-3xs) 0;
  background-color: var(--color-bg1);
  border-top: 2px solid var(--color-bg1);
  border-bottom: 2px solid var(--color-bg1);
}
.bn-tab__default.active,
.bn-tab__default-breakline.active {
  color: var(--color-textPrimary);
  border-bottom-color: var(--color-primaryHover);
}
.bn-tab__vertical {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  padding: var(--space-2xs) var(--space-m);
}
.bn-tab__vertical.active {
  color: var(--color-textPrimary);
  border-left-color: var(--color-primaryHover);
}
.bn-tab__buySell {
  height: 32px;
  min-width: 122px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-textThird);
  border-radius: var(--radii-xs);
  transition-duration: 0ms;
}
.bn-tab__buySell:nth-child(odd).active {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-textWhite);
  background-color: var(--color-buy);
}
.bn-tab__buySell:nth-child(odd).active::after {
  top: 5px;
  right: -9px;
  width: 22px;
  height: 22px;
  z-index: 1;
  content: "";
  position: absolute;
  transform: rotate(-135deg);
  background-color: inherit;
  border-radius: 0 0 0 var(--radii-xs);
}
.bn-tab__buySell:nth-child(even).active {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-textWhite);
  background-color: var(--color-sell);
}
.bn-tab__buySell:nth-child(even).active::before {
  top: 5px;
  left: -9px;
  width: 22px;
  height: 22px;
  z-index: 1;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: inherit;
  border-radius: 0 0 0 var(--radii-xs);
}
.bn-tab-rtl.bn-tab__buySell:nth-child(odd).active::after {
  left: -9px;
  right: auto;
}
.bn-tab-rtl.bn-tab__buySell:nth-child(even).active::before {
  right: -9px;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .bn-tab {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .bn-tab__primary:hover {
    color: var(--color-primaryHover);
    border-radius: var(--radii-xs);
    background-color: var(--color-badgeBg);
  }
  .bn-tab__primary-gray:hover {
    color: var(--color-textPrimary);
    border-radius: var(--radii-xs);
    background-color: var(--color-bg3);
  }
  .bn-tab__round:hover {
    border-radius: var(--radii-circle);
    background-color: var(--color-bg3);
  }
  .bn-tab__secondary {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .bn-tab__secondary:hover,
  .bn-tab__secondary.active {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-textBlack);
    background-color: var(--color-primary);
  }
  .bn-tab__segment,
  .bn-tab__segment-outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-tab__segment:hover,
  .bn-tab__segment-outline:hover {
    color: var(--color-textPrimary);
    background-color: var(--color-popupBg);
  }
  .bn-tab__third {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .bn-tab__third:hover,
  .bn-tab__third.active {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-textPrimary);
    background-color: var(--color-bg3);
  }
  .bn-tab__card:hover {
    color: var(--color-textPrimary);
  }
  .bn-tab__default,
  .bn-tab__default-breakline {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-tab__default:hover,
  .bn-tab__default-breakline:hover {
    color: var(--color-textPrimary);
  }
  .bn-tab__vertical:hover {
    color: var(--color-textPrimary);
    background-color: var(--color-bg3);
  }
  .bn-tab__buySell {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}
.bn-tab-list {
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-gap: var(--space-m);
  gap: var(--space-m);
  background: transparent;
}
.bn-tab-list::-webkit-scrollbar {
  height: 0 !important;
}
.bn-tab-list__primary.data-size-large,
.bn-tab-list__primary-gray.data-size-large,
.bn-tab-list__round.data-size-large {
  grid-gap: var(--space-xl);
  gap: var(--space-xl);
}
.bn-tab-list__third.data-size-large {
  grid-gap: var(--space-m);
  gap: var(--space-m);
}
.bn-tab-list__default.data-size-large,
.bn-tab-list__default-breakline.data-size-large {
  grid-gap: var(--space-5xl);
  gap: var(--space-5xl);
}
.bn-tab-list__default.data-size-small,
.bn-tab-list__default-breakline.data-size-small {
  grid-gap: var(--space-m);
  gap: var(--space-m);
}
.bn-tab-list__secondary {
  grid-gap: 2px;
  gap: 2px;
  border-radius: var(--radii-xs);
  background-color: var(--color-bg3);
}
.bn-tab-list__segment {
  grid-gap: 2px;
  gap: 2px;
  background-color: var(--color-bg3);
  border-radius: var(--radii-xs);
  padding-top: 2px;
  padding-bottom: 2px;
}
.bn-tab-list__segment-outline {
  grid-gap: 2px;
  gap: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: var(--radii-xs);
  background-color: var(--color-bg3);
  border: 1px solid var(--color-line);
}
.bn-tab-list__third {
  grid-gap: var(--space-4xs);
  gap: var(--space-4xs);
}
.bn-tab-list__card {
  background-color: var(--color-bg3);
  padding: var(--space-4xs) var(--space-4xs) 0;
}
.bn-tab-list__default {
  grid-gap: var(--space-2xl);
  gap: var(--space-2xl);
}
.bn-tab-list__default-breakline {
  grid-gap: var(--space-2xl);
  gap: var(--space-2xl);
  background-color: var(--color-bg1);
  border-bottom: 1px solid var(--color-line);
}
.bn-tab-list__vertical {
  grid-gap: 0;
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
}
.bn-tab-list__buySell {
  grid-gap: var(--space-s);
  gap: var(--space-s);
  background-color: var(--color-bg3);
  border-radius: var(--radii-xs);
}
.bn-tab-pane:not(.active) {
  display: none;
}
.bn-tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bn-tabs__vertical {
  flex-direction: row;
}
.bn-tabs__vertical > .bn-tab-list {
  flex: none;
}
.bn-tabs__vertical > .bn-tab-pane-list {
  flex: 1 1;
}
.bn-pagination {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
  display: inline-flex;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  color: var(--color-textSecondary);
}
.bn-pagination-prev,
.bn-pagination-next {
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  color: var(--color-iconNormal);
}
.bn-pagination-prev.disabled,
.bn-pagination-next.disabled {
  cursor: not-allowed;
  color: var(--color-line);
}
.bn-pagination-items {
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  display: inline-flex;
}
.bn-pagination-item {
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radii-xs);
  color: var(--color-textSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.bn-pagination-item.abbreviate {
  cursor: default;
}
.bn-pagination-item.active {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--color-textPrimary);
  background-color: var(--color-line);
}
@media only screen and (min-width: 768px) {
  .bn-pagination-item:not(.abbreviate):hover {
    color: var(--color-textPrimary);
    background-color: var(--color-line);
  }
}
.bn-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.bn-swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.bn-swiper-item {
  flex: none;
  width: 100%;
  height: 100%;
}
.bn-swiper.vertical > .bn-swiper-wrapper {
  flex-direction: column;
}
.bn-breadcrumb {
  display: flex;
  align-items: center;
  grid-row-gap: var(--space-3xs);
  row-gap: var(--space-3xs);
  grid-column-gap: var(--space-2xs);
  -moz-column-gap: var(--space-2xs);
       column-gap: var(--space-2xs);
  padding-right: var(--space-2xs);
}
.bn-breadcrumb-separator {
  flex: none;
  font-size: 24px;
  display: inline-flex;
  color: var(--color-line);
}
.bn-breadcrumb-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  min-width: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-textThird);
}
.bn-breadcrumb-item.active {
  cursor: text;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-textPrimary);
}
.bn-breadcrumb-item.disabled {
  cursor: not-allowed;
  color: var(--color-textDisabled);
}
@media only screen and (min-width: 768px) {
  .bn-breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .bn-breadcrumb-item.active {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-breadcrumb-item:hover:not(.disabled):not(.active) {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: var(--color-textBrand);
  }
}
.bn-emptyState {
  display: flex;
  align-items: center;
  grid-gap: var(--space-m);
  gap: var(--space-m);
  flex-direction: column;
}
.bn-emptyState-icon {
  font-size: 96px;
}
.bn-emptyState-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-textThird);
}
.bn-thumbnail {
  width: 177px;
  min-height: 92px;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  border-radius: var(--radii-xs);
  border: 1px solid var(--color-line);
}
.bn-thumbnail.data-error .bn-thumbnail-file-name {
  color: var(--color-error);
}
.bn-thumbnail-file {
  display: flex;
  flex-direction: column;
  margin-left: var(--space-2xs);
}
.bn-thumbnail-file-prefix {
  flex: none;
  display: inline-flex;
}
.bn-thumbnail-file-wrapper {
  flex: 1 1;
  width: 100%;
  display: flex;
  padding: var(--space-s);
  background: var(--color-bg1);
}
.bn-thumbnail-file-wrapper .bn-svg {
  font-size: 36px;
  color: var(--color-iconNormal);
}
.bn-thumbnail-file-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-textSecondary);
}
.bn-thumbnail-file-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-textDisabled);
}
.bn-thumbnail-secure {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.bn-thumbnail-secure-prefix {
  flex: none;
  display: inline-flex;
}
.bn-thumbnail-secure-wrapper {
  flex: none;
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  color: var(--color-textWhite);
  background: var(--color-textDisabled);
  padding: var(--space-2xs) var(--space-m);
}
.bn-thumbnail-secure-wrapper .bn-svg {
  font-size: 16px;
  color: var(--color-textWhite);
}
.bn-timeline-item {
  display: flex;
  position: relative;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-textPrimary);
  padding-left: 17px;
  min-height: 44px;
}
.bn-timeline-item:not(:last-of-type) {
  padding-bottom: var(--space-m);
  min-height: 66px;
}
.bn-timeline-item:last-of-type.ending {
  min-height: 0;
}
.bn-timeline-item:last-of-type.ending .bn-timeline-item-tail {
  display: none;
}
.bn-timeline-item:last-of-type .bn-timeline-item-tail {
  bottom: 55%;
}
.bn-timeline-item-ind {
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  width: 9px;
  height: 9px;
  transform: translate(0, 6px);
  border-radius: var(--radii-circle);
  border: 2px solid var(--color-primaryHover);
  background-color: var(--color-primaryHover);
}
.bn-timeline-item-ind.hollow {
  background-color: var(--color-bg1);
}
.bn-timeline-item-tail {
  bottom: 0;
  position: absolute;
  top: 9px;
  left: 4px;
  transform: translate(0, 6px);
  border-left: 1px solid var(--color-line);
}
.bn-timeline-item-tail.dashed {
  border-left-style: dashed;
}
.bn-timeline-item-desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-top: var(--space-5xs);
  color: var(--color-textThird);
}
.bn-timeline-item-rtl {
  padding-left: auto;
  padding-right: 17px;
}
.bn-timeline-item-rtl .bn-timeline-item-ind {
  left: auto;
  right: 0;
}
.bn-timeline-item-rtl .bn-timeline-item-tail {
  left: auto;
  right: 4px;
}
@media only screen and (min-width: 768px) {
  .bn-timeline-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .bn-timeline-item-ind,
  .bn-timeline-item-tail {
    transform: translate(0, 4px);
  }
  .bn-timeline-item-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.bn-slider {
  flex: 1 1;
  z-index: 2;
  margin: 10px 8px;
  position: relative;
  background-color: transparent;
}
.bn-slider-wrapper {
  display: flex;
  position: relative;
}
.bn-slider-track {
  top: 50%;
  left: 14px;
  right: 14px;
  height: 4px;
  display: flex;
  position: absolute;
  background: var(--color-line);
  transform: translate(0, -5px);
}
.bn-slider-track-thumb {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: var(--color-textSecondary);
}
.bn-slider-track-step {
  top: -3px;
  z-index: 2;
  display: flex;
  position: absolute;
  align-items: center;
  grid-gap: var(--space-3xs);
  gap: var(--space-3xs);
  flex-direction: column;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  transform: translate(-50%, 0);
  color: var(--color-textThird);
}
.bn-slider-track-step-dot {
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  background: var(--color-bg1);
  border-radius: var(--radii-2xs);
  border: 2px solid var(--color-line);
}
.bn-slider-track-step.active {
  color: var(--color-textSecondary);
}
.bn-slider-track-step.active .bn-slider-track-step-dot {
  border-color: var(--color-bg1);
  background: var(--color-textSecondary);
}
.bn-slider-track-number {
  z-index: 3;
  bottom: 14px;
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 0 var(--space-5xs);
  transform: translate(-50%, 0);
  border-radius: var(--radii-2xs);
  color: var(--color-textWhite);
  background-color: var(--color-textSecondary);
}
.bn-slider-track-rtl .bn-slider-track-step,
.bn-slider-track-rtl .bn-slider-track-number {
  transform: translate(50%, 0);
}
.bn-slider::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.bn-slider::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  background: var(--color-bg1);
  border-radius: var(--radii-xs);
  border: 4px solid var(--color-textPrimary);
  transform: translate(0, -5px) rotate(-45deg);
}
.bn-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  margin: 8px 0;
  cursor: pointer;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .bn-slider-track-thumb {
    background: var(--color-textPrimary);
  }
  .bn-slider-track-step-mark {
    display: none;
  }
  .bn-slider-track-step.active .bn-slider-track-step-dot {
    background: var(--color-textPrimary);
  }
  .bn-slider-track-number {
    top: 14px;
    bottom: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-textThird);
    background-color: transparent;
  }
}
.bn-upload {
  min-height: 32px;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  grid-gap: var(--space-4xs);
  gap: var(--space-4xs);
  border-radius: var(--radii-xs);
  color: var(--color-textPrimary);
  background-color: var(--color-line);
  padding: var(--space-2xs) var(--space-m);
}
.bn-upload:active {
  background-color: var(--color-bg3);
}
.bn-upload.data-waiting,
.bn-upload.data-success,
.bn-upload.data-error {
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  padding: var(--space-2xs) var(--space-s);
}
.bn-upload.data-waiting .bn-upload-icon,
.bn-upload.data-success .bn-upload-icon,
.bn-upload.data-error .bn-upload-icon {
  font-size: 24px;
}
.bn-upload.data-waiting .bn-spinner {
  font-size: 24px;
  fill: var(--color-success);
  stroke: var(--color-success);
  transform: scale(0.7);
}
.bn-upload.data-error .bn-upload-filename {
  color: var(--color-error);
}
.bn-upload__primary.data-size-large {
  min-height: 40px;
  padding: var(--space-xs) var(--space-m);
}
.bn-upload__primary.data-size-large.data-waiting,
.bn-upload__primary.data-size-large.data-success,
.bn-upload__primary.data-size-large.data-error {
  padding: var(--space-2xs) var(--space-s);
}
.bn-upload__primary.data-size-large.data-waiting .bn-upload-icon,
.bn-upload__primary.data-size-large.data-success .bn-upload-icon,
.bn-upload__primary.data-size-large.data-error .bn-upload-icon {
  font-size: 48px;
}
.bn-upload__primary.data-size-large.data-waiting .bn-spinner {
  font-size: 48px;
}
.bn-upload__square {
  width: 164px;
  height: 164px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-bg3);
}
.bn-upload__square.data-waiting .bn-upload-icon,
.bn-upload__square.data-success .bn-upload-icon,
.bn-upload__square.data-error .bn-upload-icon {
  font-size: 48px;
}
.bn-upload__square.data-waiting .bn-spinner {
  font-size: 48px;
}
.bn-upload__square .bn-upload-icon {
  font-size: 24px;
  color: var(--color-textThird);
}
.bn-upload__square .bn-upload-image {
  width: 100%;
  height: auto;
}
.bn-upload__square .bn-upload-trigger {
  color: var(--color-textSecondary);
}
.bn-upload__square .bn-upload-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: auto;
  max-width: 90%;
}
.bn-upload__square .bn-upload-delete {
  top: 0;
  right: 0;
  z-index: 2;
  position: absolute;
}
.bn-upload-icon {
  width: 1em;
  height: 1em;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-textPrimary);
}
.bn-upload-image {
  width: 24px;
  height: 24px;
}
.bn-upload-trigger,
.bn-upload-retry {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.bn-upload-filename {
  min-width: 120px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.bn-upload-delete {
  font-size: 16px;
  color: var(--color-textThird);
}
.bn-upload-rtl {
  direction: rtl;
}
.bn-upload-rtl.bn-upload__square .bn-upload-delete {
  left: 0;
  right: auto;
}
.bn-step {
  flex: 1 1;
  display: flex;
  position: relative;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  flex-direction: column;
  padding: 0 var(--space-m) 0 0;
}
.bn-step__primary.data-status-progress .bn-step-ind {
  color: var(--color-textBlack);
  background-color: var(--color-primary);
}
.bn-step__primary.data-status-progress .bn-step-content {
  color: var(--color-textPrimary);
}
.bn-step__primary.data-status-finish .bn-step-ind {
  color: var(--color-textBlack);
  background-color: var(--color-primary);
}
.bn-step__primary.data-status-finish .bn-step-content {
  color: var(--color-textPrimary);
}
.bn-step__primary.data-status-finish .bn-step-tail {
  color: var(--color-textPrimary);
  background-color: var(--color-primary);
}
.bn-step__primary:last-of-type {
  flex: none;
  padding: 0;
}
.bn-step__primary:last-of-type .bn-step-tail {
  display: none;
}
.bn-step__primary .bn-step-ind {
  flex: none;
  z-index: 2;
  display: flex;
  position: relative;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-textSecondary);
  background-color: var(--color-line);
  border-radius: var(--radii-circle);
  transition-property: background-color;
  transition-timing-function: linear;
  transition-duration: var(--animation-duration-fast);
}
.bn-step__primary .bn-step-ind .bn-svg {
  font-size: 16px;
}
.bn-step__primary .bn-step-content {
  width: 200px;
}
.bn-step__primary .bn-step-tail {
  left: 0;
  top: 10px;
  right: 24px;
  position: absolute;
  height: 4px;
  background-color: var(--color-line);
  transform: translate(24px, 0);
  transition-property: background-color;
  transition-timing-function: linear;
  transition-duration: var(--animation-duration-fast);
}
.bn-step__arrow {
  padding: 0;
}
.bn-step__arrow.data-status-progress .bn-step-ind {
  color: var(--color-textBlack);
}
.bn-step__arrow.data-status-progress .bn-step-ind::before,
.bn-step__arrow.data-status-progress .bn-step-ind::after {
  background-color: var(--color-primary);
}
.bn-step__arrow.data-status-progress .bn-step-content,
.bn-step__arrow.data-status-progress .bn-step-content-desc {
  color: var(--color-textPrimary);
}
.bn-step__arrow:first-of-type.data-status-progress .bn-step-ind {
  background-image: linear-gradient(to right, var(--color-primary), transparent);
}
.bn-step__arrow:first-of-type .bn-step-ind {
  border-radius: 2px 0 0 2px;
  background-image: linear-gradient(to right, var(--color-line), transparent);
}
.bn-step__arrow .bn-step-ind {
  flex: none;
  z-index: 2;
  width: 100%;
  height: 32px;
  display: flex;
  position: relative;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-textSecondary);
}
.bn-step__arrow .bn-step-ind::before {
  content: "";
  z-index: -1;
  top: 0;
  left: 6px;
  right: 4px;
  height: 51%;
  position: absolute;
  pointer-events: none;
  transform: skewX(35deg);
  border-radius: 2px 2px 2px 0;
  background-color: var(--color-line);
}
.bn-step__arrow .bn-step-ind::after {
  content: "";
  z-index: -1;
  bottom: 0;
  left: 6px;
  right: 4px;
  height: 50%;
  position: absolute;
  pointer-events: none;
  transform: skewX(-35deg);
  border-radius: 0 2px 2px 2px;
  background-color: var(--color-line);
}
.bn-step__arrow .bn-step-ind .bn-svg {
  font-size: 16px;
}
.bn-step__arrow .bn-step-content {
  max-width: 200px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 var(--space-xs);
}
.bn-step-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-textThird);
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: var(--animation-duration-fast);
}
.bn-step-content-desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-textThird);
}
.bn-step-content-action {
  margin-top: var(--space-2xs);
}
.bn-step-rtl {
  padding: 0 0 0 var(--space-m);
}
.bn-step-rtl.bn-step__primary .bn-step-tail {
  right: 0;
  left: 24px;
  transform: translate(-24px, 0);
}
.bn-step-rtl.bn-step__arrow {
  padding: 0;
}
.bn-step-rtl.bn-step__arrow:first-of-type.data-status-progress .bn-step-ind {
  background-image: linear-gradient(to left, var(--color-primary), transparent);
}
.bn-step-rtl.bn-step__arrow:first-of-type .bn-step-ind {
  border-radius: 0 2px 2px 0;
  background-image: linear-gradient(to left, var(--color-line), transparent);
}
.bn-step-rtl.bn-step__arrow .bn-step-ind::before {
  transform: skewX(-35deg);
}
.bn-step-rtl.bn-step__arrow .bn-step-ind::after {
  transform: skewX(35deg);
}
@media only screen and (min-width: 768px) {
  .bn-step__primary .bn-step-ind {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .bn-step__arrow .bn-step-ind {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .bn-step__arrow .bn-step-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-step-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .bn-step-content-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.bn-steps {
  display: flex;
  position: relative;
}
.bn-steps__primary.data-gap {
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
}
.bn-steps__primary.data-gap .bn-step-tail {
  left: var(--space-2xs);
}
.bn-steps__primary.data-gap.data-vertical .bn-step-tail {
  top: var(--space-2xs);
}
.bn-steps__primary.data-vertical {
  flex-direction: column;
}
.bn-steps__primary.data-vertical .bn-step {
  flex-direction: row;
}
.bn-steps__primary.data-vertical .bn-step:not(:last-of-type) {
  padding: 0 0 var(--space-m);
  min-height: 64px;
}
.bn-steps__primary.data-vertical .bn-step-content {
  flex: 1 1;
  width: auto;
}
.bn-steps__primary.data-vertical .bn-step-tail {
  top: 0;
  right: auto;
  height: auto;
  bottom: 24px;
  left: 11px;
  width: 2px;
  transform: translate(0, 24px);
}
.bn-steps__primary.data-vertical .bn-step-rtl .bn-step-tail {
  left: auto;
  right: 11px;
}
@media only screen and (min-width: 768px) {
  .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-ind {
    transform: translateX(88px);
  }
  .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-tail {
    transform: translateX(112px);
  }
  .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-content {
    text-align: center;
  }
  .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind {
    transform: translateX(-88px);
  }
  .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-tail {
    transform: translateX(-112px);
  }
}
.bn-picker-header {
  display: flex;
  position: relative;
  align-items: center;
  grid-gap: var(--space-4xs);
  gap: var(--space-4xs);
  padding: var(--space-m);
  border-bottom: 1px solid var(--color-line);
}
.bn-picker-header-cancel,
.bn-picker-header-confirm {
  flex: none;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-textDisabled);
}
.bn-picker-header-main {
  flex: 1 1;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-textPrimary);
}
.bn-picker-header-confirm {
  color: var(--color-textBrand);
}
.bn-picker.dark .bn-picker-view-column-mask {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.6)), linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.6));
}
.bn-picker-view {
  height: 250px;
  display: flex;
  align-items: center;
}
.bn-picker-view-column {
  flex: 1 1;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.bn-picker-view-column-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 var(--space-3xs);
  color: var(--color-textPrimary);
  height: 50px;
  line-height: 50px;
}
.bn-picker-view-column-mask {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-position: top, bottom;
  background-size: 100% 204px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
}
.bn-picker-view-column-content {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
}
.bn-picker-view-column-indicator {
  left: 0;
  z-index: 3;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  height: 50px;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.bn-web-datepicker {
  width: 212px;
  height: 40px;
  display: inline-flex;
  padding: 0 var(--space-s);
  border-radius: var(--radii-xs);
  background: var(--color-popupBg);
  border: 1px solid var(--color-line);
}
.bn-web-datepicker.data-size-large {
  height: 48px;
}
.bn-web-datepicker.data-size-small {
  height: 32px;
}
.bn-web-datepicker.bn-web-datepicker-range {
  width: 343px;
}
.bn-web-datepicker-focused {
  border: 1px solid var(--color-primary);
}
.bn-web-datepicker-range-separator {
  flex: none;
  display: flex;
  font-size: 12px;
  align-items: center;
  padding: 0 var(--space-2xs);
}
.bn-web-datepicker-input {
  flex: 1 1;
  width: 100%;
  position: relative;
  background: inherit;
  display: inline-flex;
}
.bn-web-datepicker-suffix {
  flex: none;
  display: flex;
  align-items: center;
  color: var(--color-textThird);
  padding-left: var(--space-4xs);
}
.bn-web-datepicker-clear {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: inherit;
  color: var(--color-textThird);
  transition: 0.3s opacity linear;
}
.bn-web-datepicker:hover .bn-web-datepicker-clear {
  opacity: 1;
}
.bn-web-datepicker-input > input {
  flex: 1 1;
  padding: 0;
  width: 100%;
  border: none;
  outline: none;
  background: inherit;
  color: var(--color-textPrimary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.bn-web-datepicker-input > input::-moz-placeholder {
  color: var(--color-textDisabled);
}
.bn-web-datepicker-input > input:-ms-input-placeholder {
  color: var(--color-textDisabled);
}
.bn-web-datepicker-input > input::placeholder {
  color: var(--color-textDisabled);
}
.bn-web-datepicker-rtl .bn-web-datepicker-suffix {
  padding-left: 0;
  padding-right: var(--space-4xs);
}
.bn-web-datepicker-rtl .bn-web-datepicker-clear {
  right: auto;
  left: 0;
}
.bn-web-datepicker-panel {
  padding: 0;
  border: none;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
  color: var(--color-textDisabled);
}
.bn-web-datepicker-decade-panel,
.bn-web-datepicker-year-panel,
.bn-web-datepicker-month-panel,
.bn-web-datepicker-week-panel,
.bn-web-datepicker-date-panel,
.bn-web-datepicker-time-panel {
  display: flex;
  padding: 18px 32px;
  flex-direction: column;
}
.bn-web-datepicker-decade-panel table,
.bn-web-datepicker-year-panel table,
.bn-web-datepicker-month-panel table,
.bn-web-datepicker-week-panel table,
.bn-web-datepicker-date-panel table,
.bn-web-datepicker-time-panel table {
  min-width: 224px;
  text-align: center;
  border-collapse: collapse;
}
.bn-web-datepicker-header {
  display: flex;
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  padding-bottom: var(--space-m);
}
.bn-web-datepicker-header > * {
  flex: none;
}
.bn-web-datepicker-header button {
  border: none;
  cursor: pointer;
  background: inherit;
  display: inline-flex;
  align-items: center;
  -webkit-appearance: none;
  color: var(--color-textThird);
}
.bn-web-datepicker-header button:hover,
.bn-web-datepicker-header button:active {
  color: var(--color-textBrand);
}
.bn-web-datepicker-header button:disabled {
  color: var(--color-textDisabled);
}
.bn-web-datepicker-header-super-prev-btn,
.bn-web-datepicker-header-super-next-btn,
.bn-web-datepicker-header-next-btn,
.bn-web-datepicker-header-prev-btn {
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: inherit;
  -webkit-appearance: none;
  color: var(--color-textSecondary);
}
.bn-web-datepicker-header-super-prev-btn:hover,
.bn-web-datepicker-header-super-next-btn:hover,
.bn-web-datepicker-header-next-btn:hover,
.bn-web-datepicker-header-prev-btn:hover,
.bn-web-datepicker-header-super-prev-btn:active,
.bn-web-datepicker-header-super-next-btn:active,
.bn-web-datepicker-header-next-btn:active,
.bn-web-datepicker-header-prev-btn:active {
  color: var(--color-textBrand);
}
.bn-web-datepicker-header-super-prev-btn:disabled,
.bn-web-datepicker-header-super-next-btn:disabled,
.bn-web-datepicker-header-next-btn:disabled,
.bn-web-datepicker-header-prev-btn:disabled {
  color: var(--color-textDisabled);
}
.bn-web-datepicker-header-view {
  flex: auto;
  text-align: center;
  color: var(--color-textPrimary);
}
.bn-web-datepicker-header-view > button {
  border: 0;
  padding: 0;
  font-weight: normal;
  vertical-align: middle;
  margin-left: var(--space-4xs);
  margin-right: var(--space-4xs);
  color: var(--color-textPrimary);
}
.bn-web-datepicker-cell-inner {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
}
.bn-web-datepicker-cell-inner:hover {
  border-radius: vaR(--radii-xs);
  color: var(--color-textPrimary);
  background-color: var(--color-primary);
}
.bn-web-datepicker-cell-disabled > .bn-web-datepicker-cell-inner {
  cursor: not-allowed;
  background: inherit;
  color: var(--color-textDisabled);
}
.bn-web-datepicker-cell-in-view {
  min-width: 32px;
  padding: 1px 0;
  color: var(--color-textPrimary);
}
.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today {
  color: var(--color-textBrand);
}
.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today > .bn-web-datepicker-cell-inner {
  border-radius: var(--radii-xs);
  border-color: var(--color-textBrand);
}
.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today > .bn-web-datepicker-cell-inner:hover {
  color: var(--color-textBrand);
  background-color: var(--color-badgeBg);
}
.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today.bn-web-datepicker-cell-range-hover > .bn-web-datepicker-cell-inner {
  border-radius: 0;
}
.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-in-range > .bn-web-datepicker-cell-inner {
  min-width: 32px;
  padding: 1px 0;
  background: rgba(0, 0, 255, 0.05);
}
.bn-web-datepicker-cell-range-hover-start,
.bn-web-datepicker-cell-range-hover-end,
.bn-web-datepicker-cell-range-hover {
  position: relative;
}
.bn-web-datepicker-cell-range-hover-start:after,
.bn-web-datepicker-cell-range-hover-end:after,
.bn-web-datepicker-cell-range-hover:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  border-left: 0;
  border-right: 0;
  pointer-events: none;
}
.bn-web-datepicker-footer,
.bn-web-datepicker-picker-footer {
  padding: 16px 32px;
  background: transparent;
  border-top: 1px solid var(--color-line);
}
.bn-web-datepicker-ranges {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.bn-web-datepicker-ranges > li {
  height: 32px;
  line-height: 32px;
  display: inline-block;
}
.bn-web-datepicker-ok {
  float: right;
}
.bn-web-datepicker-ok button {
  border: none;
  min-width: 60px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 var(--space-3xs);
  color: var(--color-textBlack);
  border-radius: var(--radii-s);
  background: var(--color-primaryHover);
}
.bn-web-datepicker-ok button:hover:not(:disabled) {
  opacity: 0.9;
  box-shadow: none;
  background: var(--color-primaryHover);
}
.bn-web-datepicker-ok button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: var(--color-line);
}
.bn-web-datepicker-year-panel .bn-web-datepicker-cell-selected > .bn-web-datepicker-cell-inner {
  color: var(--color-textBrand);
  border-radius: var(--radii-xs);
  border-color: var(--color-textBrand);
}
.bn-web-datepicker-year-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-single > .bn-web-datepicker-cell-inner {
  color: var(--color-textBrand);
  border-radius: var(--radii-xs);
  border-color: var(--color-textBrand);
}
.bn-web-datepicker-year-panel .bn-web-datepicker-cell-in-view:hover > .bn-web-datepicker-cell-inner {
  border-color: transparent;
  border-radius: var(--radii-xs);
  background: var(--color-primary);
}
.bn-web-datepicker-month-panel .bn-web-datepicker-cell-range-hover > .bn-web-datepicker-cell-inner {
  background: transparent;
}
.bn-web-datepicker-month-panel .bn-web-datepicker-cell-selected > .bn-web-datepicker-cell-inner {
  color: var(--color-textBrand);
  border-radius: var(--radii-xs);
  border-color: var(--color-textBrand);
}
.bn-web-datepicker-month-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-single > .bn-web-datepicker-cell-inner {
  color: var(--color-textBrand);
  border-radius: var(--radii-xs);
  border-color: var(--color-textBrand);
}
.bn-web-datepicker-month-panel .bn-web-datepicker-cell-in-view:hover > .bn-web-datepicker-cell-inner {
  border-radius: var(--radii-xs);
  background: var(--color-primaryHover);
}
.bn-web-datepicker-week-panel .bn-web-datepicker-cell-in-view {
  width: 20px;
}
.bn-web-datepicker-week-panel .bn-web-datepicker-cell-week {
  color: #999;
  font-size: 12px;
  font-weight: bold;
}
.bn-web-datepicker-week-panel .bn-web-datepicker-cell-selected > .bn-web-datepicker-cell-inner,
.bn-web-datepicker-week-panel .bn-web-datepicker-cell-in-view:hover > .bn-web-datepicker-cell-inner {
  background: transparent;
}
.bn-web-datepicker-date-panel .bn-web-datepicker-cell-selected > .bn-web-datepicker-cell-inner {
  border-radius: var(--radii-xs);
  background-color: var(--color-primary);
}
.bn-web-datepicker-date-panel .bn-web-datepicker-cell-in-range > .bn-web-datepicker-cell-inner {
  background: var(--color-badgeBg);
  color: var(--color-textPrimary);
}
.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-start > .bn-web-datepicker-cell-inner {
  color: var(--color-textPrimary);
  background-color: var(--color-primary);
  border-radius: var(--radii-xs) 0 0 var(--radii-xs);
}
.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-end > .bn-web-datepicker-cell-inner {
  color: var(--color-textPrimary);
  background-color: var(--color-primary);
  border-radius: 0 var(--radii-xs) var(--radii-xs) 0;
}
.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover > .bn-web-datepicker-cell-inner {
  border-style: dashed;
  border-color: var(--color-primaryHover);
  border-left-color: transparent;
  border-right-color: transparent;
}
.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-start > .bn-web-datepicker-cell-inner {
  background-color: var(--color-primary);
  border-radius: var(--radii-xs) 0 0 var(--radii-xs);
  border-style: solid;
  border-color: var(--color-primaryHover);
  border-right-color: transparent;
}
.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-end > .bn-web-datepicker-cell-inner {
  background-color: var(--color-primary);
  border-radius: 0 var(--radii-xs) var(--radii-xs) 0;
  border-style: solid;
  border-color: var(--color-primaryHover);
  border-left-color: transparent;
}
.bn-web-datepicker-data-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-near-hover > .bn-web-datepicker-cell-inner,
.bn-web-datepicker-data-panel .bn-web-datepicker-cell-range-end.bn-web-datepicker-cell-range-end-near-hover > .bn-web-datepicker-cell-inner {
  border-radius: 0;
}
.bn-web-datepicker-time-panel {
  width: auto;
}
.bn-web-datepicker-time-panel-column {
  margin: 0;
  flex: none;
  width: 64px;
  font-size: 12px;
  text-align: left;
  list-style: none;
  padding: 0 0 180px 0;
  overflow-x: hidden;
  transition: background 0.3s;
  --scroll-pad: 1px !important;
  --scroll-size: 5px !important;
}
.bn-web-datepicker-time-panel-column-active {
  background: rgba(0, 0, 255, 0.1);
}
.bn-web-datepicker-content {
  border-spacing: 0;
  table-layout: fixed;
}
.bn-web-datepicker-content th {
  height: 32px;
  font-weight: normal;
}
.bn-web-datepicker-time-panel .bn-web-datepicker-content {
  display: flex;
  max-height: 232px;
  justify-content: center;
}
.bn-web-datepicker-time-panel-column > li {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.bn-web-datepicker-time-panel-column > li .bn-web-datepicker-time-panel-cell-inner {
  margin: 0;
  width: 100%;
  display: block;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: var(--color-textSecondary);
}
.bn-web-datepicker-time-panel-cell.bn-web-datepicker-time-panel-cell-selected {
  background-color: var(--color-outlineHover);
  border-radius: var(--radii-xs);
}
.bn-web-datepicker-datetime-panel {
  display: flex;
  padding: 18px 32px;
  grid-gap: var(--space-xl);
  gap: var(--space-xl);
}
.bn-web-datepicker-datetime-panel .bn-web-datepicker-time-panel {
  border-left: none;
}
.bn-web-datepicker-datetime-panel .bn-web-datepicker-date-panel,
.bn-web-datepicker-datetime-panel .bn-web-datepicker-time-panel {
  padding: 0;
  transition: opacity 0.3s;
}
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-date-panel,
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-time-panel {
  opacity: 0.3;
}
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-date-panel-active,
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-time-panel-active {
  opacity: 1;
}
.bn-web-datepicker-dropdown {
  position: absolute;
  background: var(--color-popupBg);
  z-index: var(--zindex-calendar);
}
.bn-web-datepicker-dropdown .bn-web-datepicker-panel-container {
  box-shadow: var(--shadow-shadow2);
  border-radius: var(--radii-xs);
}
.bn-web-datepicker-dropdown .bn-web-datepicker-panel-container .bn-web-datepicker-panel {
  border-radius: var(--radii-xs);
}
.bn-web-datepicker-dropdown-range {
  padding: 8px 0;
}
.bn-web-datepicker-dropdown-hidden {
  display: none;
}
.bn-web-datepicker-dropdown-placement-topLeft .bn-web-datepicker-range-arrow,
.bn-web-datepicker-dropdown-placement-topRight .bn-web-datepicker-range-arrow {
  display: none;
  bottom: 6px;
  transform: rotate(135deg);
}
.bn-web-datepicker-dropdown-placement-bottomLeft .bn-web-datepicker-range-arrow,
.bn-web-datepicker-dropdown-placement-bottomright .bn-web-datepicker-range-arrow {
  display: none;
  top: 6px;
  transform: rotate(-45deg);
}
.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 1;
  left: 10px;
  margin-left: 10px;
  transition: all 0.3s;
}
.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow::before,
.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow::after {
  border-color: var(--color-popupBg) var(--color-popupBg) transparent transparent;
}
.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow::before,
.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow::before {
  width: 10px;
  height: 10px;
}
.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow::after {
  width: 8px;
  height: 8px;
}
.bn-web-datepicker-dropdown-rtl .bn-web-datepicker-panels {
  flex-direction: row-reverse;
}
.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-start > .bn-web-datepicker-cell-inner {
  border-radius: 0 var(--radii-xs) var(--radii-xs) 0;
}
.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-end > .bn-web-datepicker-cell-inner {
  border-radius: var(--radii-xs) 0 0 var(--radii-xs);
}
.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover > .bn-web-datepicker-cell-inner {
  border-style: dashed;
  border-color: var(--color-primaryHover);
  border-left-color: transparent;
  border-right-color: transparent;
}
.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-start > .bn-web-datepicker-cell-inner {
  border-radius: var(--radii-xs) 0 0 var(--radii-xs);
  border-style: dashed;
  border-color: var(--color-primaryHover);
  border-left-color: transparent;
}
.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-end > .bn-web-datepicker-cell-inner {
  border-radius: 0 var(--radii-xs) var(--radii-xs) 0;
  border-style: dashed;
  border-color: var(--color-primaryHover);
  border-right-color: transparent;
}
.bn-web-datepicker-range {
  display: inline-flex;
  position: relative;
}
.bn-web-datepicker-range-wrapper {
  display: flex;
  background: var(--color-popupBg);
  box-shadow: var(--shadow-shadow2);
  border-radius: var(--radii-xs);
  min-width: auto !important;
}
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels {
  display: flex;
  padding: 18px 32px;
  grid-gap: var(--space-xl);
  gap: var(--space-xl);
}
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-decade-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-year-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-month-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-week-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-date-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-time-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-datetime-panel {
  padding: 0;
}
.bn-web-datepicker-range .bn-web-datepicker-active-bar {
  display: none;
}
.bn-web-datepicker-panel-container {
  display: inline-block;
  vertical-align: top;
  transition: margin 0.3s;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-multiple1 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.text-multiple2 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-multiple3 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.typography-Headline1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}
@media only screen and (min-width: 768px) {
  .typography-Headline1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
  }
}
.typography-Headline2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
@media only screen and (min-width: 768px) {
  .typography-Headline2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
}
.typography-Headline3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  .typography-Headline3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}
.typography-Headline4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  .typography-Headline4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}
.typography-Headline5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .typography-Headline5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}
.typography-Headline6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .typography-Headline6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}
.typography-Subtitle1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .typography-Subtitle1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}
.typography-Subtitle2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .typography-Subtitle2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}
.typography-Subtitle3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .typography-Subtitle3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
.typography-Subtitle4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .typography-Subtitle4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}
.typography-Subtitle5 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .typography-Subtitle5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
}
.typography-Body1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .typography-Body1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
}
.typography-Body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .typography-Body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.typography-Body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .typography-Body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.typography-Btn_link1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 768px) {
  .typography-Btn_link1 {
    font-size: 20px;
    line-height: 28px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}
.typography-Btn_link2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 768px) {
  .typography-Btn_link2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}
.typography-Btn_link3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 768px) {
  .typography-Btn_link3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}
.typography-Btn_link4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 768px) {
  .typography-Btn_link4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}
.typography-Caption1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .typography-Caption1 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
}
.typography-Caption2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .typography-Caption2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
.typography-Caption3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .typography-Caption3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.typography-Caption4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .typography-Caption4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.typography-Primary_num1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
@media only screen and (min-width: 768px) {
  .typography-Primary_num1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}
.typography-Primary_num2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  .typography-Primary_num2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}
.typography-Primary_num3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .typography-Primary_num3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}
.typography-Secondary_num1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .typography-Secondary_num1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}
.typography-Secondary_num2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .typography-Secondary_num2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}
.typography-Secondary_num3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .typography-Secondary_num3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
.typography-Tertiary_num1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .typography-Tertiary_num1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
.typography-Tertiary_num2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .typography-Tertiary_num2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
}
.typography-Tertiary_num3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .typography-Tertiary_num3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
.theme-root {
  background: var(--color-bg2);
  color: var(--color-textPrimary);
  --animation-duration-fast: 100ms;
  --animation-duration-base: 250ms;
  --animation-duration-slow: 400ms;
  --zindex-mask: 10;
  --zindex-menu: 1000;
  --zindex-header: 1001;
  --zindex-dropdown: 1200;
  --zindex-modal: 1200;
  --zindex-backTop: 1225;
  --zindex-calendar: 1250;
  --zindex-mobilePop: 1275;
  --zindex-notification: 1300;
  --zindex-alert: 1350;
  --zindex-tooltip: 1400;
  --zindex-coachmark: 1400;
  --zindex-drawer: 9999;
  --radii-2xs: 2px;
  --radii-xs: 4px;
  --radii-s: 6px;
  --radii-m: 8px;
  --radii-l: 10px;
  --radii-xl: 16px;
  --radii-2xl: 30px;
  --radii-circle: 100em;
  --space-5xs: 2px;
  --space-4xs: 4px;
  --space-3xs: 5px;
  --space-2xs: 8px;
  --space-xs: 10px;
  --space-s: 12px;
  --space-m: 15px;
  --space-l: 20px;
  --space-xl: 24px;
  --space-2xl: 28px;
  --space-3xl: 32px;
  --space-4xl: 36px;
  --space-5xl: 40px;
}
.theme-root.dark {
  --shadow-shadow1: 0px 3px 6px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.04),
        inset 0px 0px 1px rgba(94, 102, 115, 0.8);
  --shadow-shadow2: 0px 7px 14px rgba(0, 0, 0, 0.08), 0px 3px 6px rgba(0, 0, 0, 0.08),
        inset 0px 0px 1px rgba(94, 102, 115, 0.9);
  --shadow-shadow3: 0px 16px 32px rgba(0, 0, 0, 0.16), 0px 8px 16px rgba(0, 0, 0, 0.16),
        inset 0px 0px 1px rgba(94, 102, 115, 0.9);
  --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, 0.16);
}
.theme-root.light {
  --shadow-shadow1: 0px 0px 1px rgba(24, 26, 32, 0.1), 0px 3px 6px rgba(71, 77, 87, 0.04),
        0px 1px 2px rgba(24, 26, 32, 0.04);
  --shadow-shadow2: 0px 0px 1px rgba(24, 26, 32, 0.1), 0px 7px 14px rgba(71, 77, 87, 0.08),
        0px 3px 6px rgba(24, 26, 32, 0.08);
  --shadow-shadow3: 0px 0px 1px rgba(24, 26, 32, 0.1), 0px 16px 32px rgba(71, 77, 87, 0.16),
        0px 8px 16px rgba(24, 26, 32, 0.16);
  --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, 0.16);
}
.theme-root,
.theme-root * {
  --scroll-pad: 1px;
  --scroll-size: 6px;
  --scroll-bg: var(--color-popupBg);
  --scroll-color: var(--color-textDisabled);
}
.theme-root::-webkit-scrollbar,
.theme-root *::-webkit-scrollbar {
  width: var(--scroll-size);
  height: var(--scroll-size);
  background-color: var(--scroll-bg);
  border-radius: 0 var(--radii-circle) var(--radii-circle) 0;
}
.theme-root::-webkit-scrollbar-thumb,
.theme-root *::-webkit-scrollbar-thumb {
  border-style: solid;
  border-color: var(--scroll-bg);
  border-width: var(--scroll-pad);
  border-radius: var(--radii-circle);
  background-color: var(--scroll-color);
}
.theme-root.rtl {
  direction: rtl;
}
@media only screen and (min-width: 768px) {
  .theme-root {
    --space-3xs: 6px;
    --space-m: 16px;
  }
  .theme-root,
  .theme-root * {
    --scroll-pad: 2px;
    --scroll-size: 10px;
  }
}

.bn-mfa-page-style{padding:0 15px}.bn-mfa-web,.bn-mfa-web *{box-sizing:border-box}.no-bg-loading>.bn-loading-box{background-color:transparent !important}@-webkit-keyframes blink{0%{opacity:.2}50%{opacity:.08}100%{opacity:.2}}@keyframes blink{0%{opacity:.2}50%{opacity:.08}100%{opacity:.2}}.bn-mfa-skeleton-page{padding:0 24px}.bn-mfa-skeleton-page .skeleton-item{border-radius:4px;background:#848e9c;margin-bottom:16px;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:blink;animation-name:blink;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.bn-mfa-skeleton-page .skeleton-text-item{height:12px}
/* @import 'tailwindcss/base'; */

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-4 {
  right: 1rem;
}

.top-4 {
  top: 1rem;
}

.z-20 {
  z-index: 20;
}

.m-1 {
  margin: 0.25rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

.h-full {
  height: 100%;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}

.w-full {
  width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1;
}

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.break-all {
  word-break: break-all;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-\[--color-line\] {
  border-color: var(--color-line);
}

.bg-\[--color-bg1\] {
  background-color: var(--color-bg1);
}

.bg-\[--color-bg2\] {
  background-color: var(--color-bg2);
}

.bg-contain {
  background-size: contain;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[48px\] {
  padding-bottom: 48px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[48px\] {
  padding-top: 48px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.capitalize {
  text-transform: capitalize;
}

.text-\[--color-error\] {
  color: var(--color-error);
}

.text-\[--color-iconNormal\] {
  color: var(--color-iconNormal);
}

.text-\[--color-primaryHover\] {
  color: var(--color-primaryHover);
}

.text-\[--color-textBrand\] {
  color: var(--color-textBrand);
}

.text-\[--color-textDisabled\] {
  color: var(--color-textDisabled);
}

.text-\[--color-textPrimary\] {
  color: var(--color-textPrimary);
}

.text-\[--color-textSecondary\] {
  color: var(--color-textSecondary);
}

.text-\[--color-textThird\] {
  color: var(--color-textThird);
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.headline1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

@media only screen and (min-width: 768px) {
  .headline1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
  }
}

.headline2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .headline2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
}

.headline3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .headline3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}

.headline4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  .headline4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.headline6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .headline6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}

.subtitle1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .subtitle1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.subtitle2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .subtitle2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.subtitle4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .subtitle4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}

.\!body1 {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

@media only screen and (min-width: 768px) {
  .\!body1 {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
  }
}

.body1 {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

@media only screen and (min-width: 768px) {
  .body1 {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
  }
}

.body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.typography-Headline1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
  }
}

.typography-Headline2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
}

.typography-Headline3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}

.typography-Headline4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.typography-Headline5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}

.typography-Headline6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}

.typography-Subtitle1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .typography-Subtitle1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.typography-Subtitle2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-Subtitle2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.typography-Subtitle3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-Subtitle3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.typography-Subtitle4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .typography-Subtitle4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}

.typography-Subtitle5 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .typography-Subtitle5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
}

.typography-Body1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-Body1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
}

.typography-Body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .typography-Body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.typography-Body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .typography-Body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.typography-Btn_link1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-Btn_link1 {
    font-size: 20px;
    line-height: 28px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-Btn_link2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-Btn_link2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-Btn_link3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-Btn_link3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-Btn_link4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-Btn_link4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-Caption1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .typography-Caption1 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
}

.typography-Caption2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .typography-Caption2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}

.typography-Caption3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .typography-Caption3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.typography-Caption4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .typography-Caption4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.typography-Primary_num1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .typography-Primary_num1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.typography-Primary_num2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .typography-Primary_num2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}

.typography-Primary_num3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .typography-Primary_num3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}

.typography-Secondary_num1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-Secondary_num1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.typography-Secondary_num2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-Secondary_num2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.typography-Secondary_num3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-Secondary_num3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.typography-Tertiary_num1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .typography-Tertiary_num1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}

.typography-Tertiary_num2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .typography-Tertiary_num2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
}

.typography-Tertiary_num3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .typography-Tertiary_num3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}

.before\:mr-2::before {
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:content-\[\'\2022\'\]::before {
  --tw-content: '•';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-\[--color-textThird\] {
    color: var(--color-textThird);
  }

  .sm\:subtitle3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:subtitle3 {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
    }
  }
}
@media only screen and (min-width: 768px){.bn-modal.bids-widget-error-alert{border-radius:8px}}
.bn-mfa-bind-guide-close{position:absolute;color:var(--color-iconNormal);cursor:pointer}.bn-mfa-bind-guide-modal .bn-modal-wrap{width:440px !important;padding-top:60px}.bn-mfa-bind-guide-modal .bn-mfa-bind-guide-close{top:20px;right:24px}@media only screen and (max-width: 767px){.bn-mfa-bind-guide-drawer .bn-drawer-wrap{padding-top:34px}}.bn-mfa-bind-guide-drawer .bn-mfa-bind-guide-close{top:14px;right:14px}.bn-mfa-bind-guide-drawer .need-bind-redirect-button,.bn-mfa-bind-guide-modal .need-bind-redirect-button{margin-top:24px !important}
.mfa-need-bind-page{display:flex;flex-direction:column;height:100%;align-items:center;text-align:center;padding:0 24px 24px}@media only screen and (max-width: 767px){.mfa-need-bind-page{padding:0 16px 24px}}.mfa-need-bind-page-icon{width:96px;height:96px;margin:18px auto var(--space-m)}.mfa-need-bind-page-icon.only-passkeys{margin-top:88px}.need-bind-title{font-weight:600;font-size:20px;line-height:28px;margin-bottom:8px}@media only screen and (max-width: 767px){.need-bind-title{margin-bottom:16px}}.need-bind-subtitle{color:var(--color-textThird);font-weight:400;font-size:16px;line-height:24px;margin-bottom:var(--space-5xl)}@media only screen and (max-width: 767px){.need-bind-subtitle{color:var(--color-textSecondary)}}.mfa-need-bind-option{display:flex;justify-content:flex-start;align-items:center;height:48px}.mfa-need-bind-option+.mfa-need-bind-option{margin-top:23px}.mfa-need-bind-option .mfa-need-bind-option-icon{width:48px;height:48px;background-color:var(--color-bg2);display:flex;justify-content:center;align-items:center;border-radius:48px;margin-right:10px;padding:12px}.mfa-need-bind-option .mfa-need-bind-option-name{color:var(--color-textPrimary)}.mfa-need-bind-option .mfa-need-bind-option-warning{margin-left:auto;color:#f0b90b;font-size:24px}.need-bind-redirect-button{margin-top:auto;width:100%}.bn-mfa-web .need-bind-subtitle{margin-bottom:24px}@media only screen and (max-width: 767px){.bn-mfa-web .need-bind-subtitle{margin-bottom:16px}}.bn-mfa-web .mfa-need-bind-option-icon{margin-left:4px;margin-right:-4px}.bn-mfa-web .mfa-need-bind-option-warning{margin-right:16px}.bn-mfa-web .mfa-need-bind-option{height:72px}@media only screen and (max-width: 767px){.bn-mfa-web .mfa-need-bind-option{height:56px}}.bn-mfa-web .mfa-need-bind-option+.mfa-need-bind-option{margin-top:0}.bn-mfa-web .need-bind-redirect-button{margin-top:24px}@media only screen and (max-width: 767px){.bn-mfa-web .need-bind-redirect-button{margin-top:auto}}.bn-mfa-web .mfa-need-bind-page-icon{margin-top:4px}@media only screen and (max-width: 767px){.bn-mfa-web .mfa-need-bind-page-icon{margin-top:18px}.bn-mfa-web .mfa-need-bind-page-icon.only-passkeys{margin-top:88px}}
.dark .bn-mfa-overview-step{--color-line:#474D57 }.light .bn-mfa-overview-step{--color-line:#EAECEF }@media only screen and (min-width: 768px){.bn-mfa-web.bn-mfa-page-style .bn-mfa-overview .bn-mfa-overview-title{font-weight:600;font-size:28px;line-height:36px}}@media only screen and (max-width: 767px){.bn-mfa-web .bn-mfa-overview .bn-mfa-overview-title{font-weight:600;font-size:24px;line-height:32px}}.bn-mfa-overview{padding:0 24px 24px;display:flex;flex-direction:column;flex:1 1;min-height:0}@media only screen and (max-width: 767px){.bn-mfa-overview{padding:0 15px 24px;max-height:100%}}.bn-mfa-overview .bn-mfa-overview-scroller{flex:1 1;overflow-y:auto}.bn-mfa-overview .bn-mfa-overview-scroller::-webkit-scrollbar{display:none}.bn-mfa-overview .bn-mfa-overview-title{font-size:20px;font-weight:600;line-height:28px;color:var(--color-textPrimary)}@media only screen and (max-width: 767px){.bn-mfa-overview .bn-mfa-overview-title{font-size:28px;font-weight:600;line-height:40px}}.bn-mfa-overview .bn-mfa-overview-subtitle{font-size:16px;font-weight:400;line-height:24px;color:var(--color-textThird)}@media only screen and (max-width: 767px){.bn-mfa-overview .bn-mfa-overview-subtitle{color:var(--color-textSecondary)}}.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step{display:flex;justify-content:flex-start;align-items:center;padding:0 16px;height:78px;grid-gap:8px;gap:8px;border-radius:4px;margin-top:16px;cursor:pointer;background-color:rgba(252,213,53,.15)}.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step:hover{background-color:rgba(252,213,53,.3)}@media only screen and (min-width: 768px){.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step{height:72px}}.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step.bn-mfa-overview-step-done{cursor:auto;background-color:transparent}.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step .bn-mfa-overview-step-icon{width:24px;height:24px}.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step .bn-mfa-overview-step-content{flex:1 1;margin:0 8px}.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step .bn-mfa-overview-step-content .bn-mfa-overview-step-title{color:var(--color-textPrimary)}.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step .bn-mfa-overview-step-content .bn-mfa-overview-step-desc{color:var(--color-textSecondary)}.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step .bn-mfa-overview-step-status-undo{width:24px;height:24px;color:var(--color-textPrimary)}.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step .bn-mfa-overview-step-status-done{width:24px;height:24px;color:var(--color-buy)}.bn-mfa-overview .bn-mfa-overview-switcher{margin-top:24px;color:var(--color-textBrand);display:inline-flex;justify-content:flex-start;align-items:center;cursor:pointer}.bn-mfa-overview .bn-mfa-overview-switcher .bn-mfa-overview-switcher-icon{font-size:20px;margin-left:4px;color:var(--color-textBrand)}.bn-mfa-overview .bn-mfa-overview-button{margin-top:24px}
.bn-mfa-navigator{height:100%;display:flex;flex-direction:column}.bn-mfa-navigator .bn-mfa-navigator-header{padding:16px;display:flex;justify-content:space-between;align-items:center}.bn-mfa-navigator .bn-mfa-navigator-header .bn-mfa-navigator-close,.bn-mfa-navigator .bn-mfa-navigator-header .bn-mfa-navigator-arrow{color:var(--color-iconNormal);font-size:28px}.bn-mfa-navigator .bn-mfa-navigator-clickable{cursor:pointer}.bn-mfa-navigator .bn-mfa-navigator-placeholder{flex:1 1}.bn-mfa-navigator{transition:height .2s;overflow:hidden}@media only screen and (max-width: 767px){.height-container{min-height:0;flex:1 1;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column}}@media only screen and (max-width: 767px){.bn-mfa-navigator{height:100% !important}}
@media only screen and (min-width: 768px){.bn-modal.bn-mfa-modal{align-items:flex-start}.bn-modal.bn-mfa-modal>.bn-modal-wrap{margin-top:12vh}}.bn-modal.bn-mfa-modal>.bn-modal-wrap{width:440px}@media only screen and (max-width: 767px){.bn-modal.bn-mfa-modal>.bn-modal-wrap{position:absolute;left:0;right:0;top:0;bottom:0;width:auto;max-width:none;border-radius:0}}.bn-modal.bn-mfa-modal>.bn-modal-wrap .bn-mfa-modal-header{padding:16px;display:flex;justify-content:space-between;align-items:center}.bn-modal.bn-mfa-modal>.bn-modal-wrap .bn-mfa-modal-hide{opacity:0;pointer-events:none}
.bn-mfa-switcher{display:flex}.bn-mfa-switcher-text{color:var(--color-textBrand);cursor:pointer}.bn-mfa-switcher-drawer .bn-drawer-wrap{padding-bottom:24px}.bn-mfa-drawer-header{height:52px;display:flex;justify-content:flex-start;align-items:center;padding:0 15px;font-size:20px}.bn-mfa-drawer-header .bn-mfa-switcher-drawer-title{font-size:16px;font-weight:500;line-height:24px;color:var(--color-textPrimary);flex:1 1}.bn-mfa-drawer-header .bn-mfa-switcher-close{font-size:24px;cursor:pointer;color:var(--color-iconNormal)}.bn-mfa-switcher-option{display:flex;justify-content:flex-start;align-items:center;margin:16px 15px 0;background-color:var(--color-bg7);height:72px;border-radius:4px;cursor:pointer}.bn-mfa-switcher-option:hover{background-color:var(--color-disable)}.bn-mfa-switcher-option .bn-mfa-switcher-option-icon{width:48px;height:48px;display:flex;justify-content:center;align-items:center;border-radius:48px;margin-right:4px;margin-left:4px;padding:12px}.bn-mfa-switcher-option .bn-mfa-switcher-option-name{color:var(--color-textPrimary);font-size:14px;line-height:20px;font-weight:500}.bn-mfa-switcher-invisible{display:none !important}.bn-mfa-switcher-modal-content{padding:0 9px 24px}.bn-mfa-switcher-modal-header{padding-top:4px;height:60px;display:flex;justify-content:flex-end;align-items:center;padding-right:24px}.bn-mfa-switcher-modal-header .bn-mfa-switcher-close{font-size:28px;cursor:pointer;color:var(--color-iconNormal)}.bn-mfa-switcher-modal-title{font-size:20px;font-weight:600;line-height:28px;height:24px;margin-bottom:24px;padding:0 24px}.bn-mfa-modal.bn-modal>.bn-modal-wrap{overflow:visible}.bn-mfa-switcher-modal.bn-modal>.bn-modal-wrap{overflow:visible;width:384px}.bn-mfa-switcher-modal.bn-modal{border-radius:8px}.bn-mfa-switcher-passkey{margin-top:-8px}.bn-mfa-switcher-passkey-button{position:relative;width:100%}.bn-mfa-switcher-split{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:24px;margin-bottom:16px}.bn-mfa-switcher-split-line{background-color:var(--color-line);width:136px;height:1px}.bn-mfa-switcher-split-line-text{font-weight:500;font-size:16px;line-height:24px;color:var(--color-textThird)}.bn-mfa-switcher-passkey-button-icon{width:24px;height:24px;position:absolute;left:16px;top:12px}
.bio-error{width:250px;text-align:center;margin-top:var(--space-xs)}.fido-content{height:155px;width:155px;position:absolute;top:50%;left:50%;margin-left:-78px;margin-top:-128px;border-radius:12px}.fido-content .fido-image{width:96px;height:96px}.fido-content .fido-image.bn-lazy-img{background-color:transparent}.fido-content .fido-icon{height:155px;width:155px;justify-content:center;align-items:center}.fido-content .bio-error{margin-left:-49px}.fido-tap-box{position:absolute;top:100%;width:100%}.fido-tap-box .tap-text{margin-top:var(--space-l);text-align:center}.switch-text{height:100%;flex-direction:column-reverse;justify-content:space-between;align-items:center}.yubikey-content{width:100%;height:254px;position:relative;top:50%;margin-top:-167px;display:flex;flex-direction:column;align-items:center}.yubikey-content .bio-error{margin-left:auto;margin-right:auto}.bottom-text{color:var(--color-textBrand);text-align:center}.bn-mfa-web .bn-mfa-fido.verify-page{padding-bottom:24px}.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-icon{display:block;width:100%;margin-bottom:24px;margin-top:24px;border-radius:4px}.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-subtitle{font-size:16px;font-weight:500;line-height:24px;color:var(--color-textPrimary)}.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-desc{font-size:14px;font-weight:400;line-height:22px;margin-top:8px;color:var(--color-textThird)}.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-button{margin-top:24px;width:100%}
.verify-page{width:100%;overflow:hidden;padding:0 24px;flex-direction:column}@media only screen and (max-width: 767px){.verify-page{height:calc(100% - 52px);padding:0 15px;overflow-y:auto}}.verify-title{margin-bottom:var(--space-3xl)}.mfa-form-input{width:100% !important;color:var(--color-textPrimary) !important;height:50px !important}.mfa-verify-button{width:100%;margin-top:var(--space-xl);margin-bottom:var(--space-xl)}.first-link-space{margin-bottom:24px}.bn-mfa-switcher-text{text-decoration:none !important}.second-link-space{margin-bottom:24px;text-decoration:none !important;cursor:pointer}.sent-suffix{display:inline-flex;align-items:center;color:var(--color-textThird) !important}.bn-mfa-send-code{cursor:pointer}.bn-mfa-web .bn-formItem-label{font-size:14px;font-weight:400;line-height:20px;color:var(--color-textPrimary)}.bn-mfa-web .bn-formItem-tips{color:var(--color-textThird)}.bn-mfa-web .bn-formItem-tips,.bn-mfa-web .bn-formItem-errMsg{font-size:14px;font-weight:400;line-height:20px}.bn-mfa-web .data-leave.bn-formItem-errMsg{display:none !important}.bids-widget-page-title{font-size:28px;font-weight:600;line-height:40px;margin-bottom:24px}.bn-mfa-web .bids-widget-page-title{font-weight:600;font-size:20px;line-height:28px}@media only screen and (max-width: 767px){.bn-mfa-web .bids-widget-page-title{font-weight:600;font-size:24px;line-height:32px}}
.text-secondary{color:var(--color-textSecondary)}.text-third{color:var(--color-textThird)}.text-brand{color:var(--color-textBrand)}.bids-widget-page-title{font-size:20px;font-weight:600;line-height:28px}@media only screen and (max-width: 767px){.bids-widget-page-title{font-size:28px;font-weight:600;line-height:40px}}.bids-widget-m-link{text-decoration:none !important;cursor:pointer}
.nezha .bn-pin>.bn-pin-item{--fgp-parent-gap-row: var(--space-m);--fgp-parent-gap-column: var(--space-m);--fgp-margin-top: calc(var(--fgp-gap-row) + var(--orig-margin-top, 0px));--fgp-margin-left: calc(var(--fgp-gap-column) + var(--orig-margin-left, 0px));margin-top:var(--fgp-margin-top);margin-left:var(--fgp-margin-left)}.nezha .bn-pin>.bn-pin-item:first-of-type{margin-left:0}.nezha .bn-pin{--fgp-gap: var(--has-fgp, --space-m);--fgp-gap-column: var(--space-m);--orig-margin-top: var(--space-3xs);--fgp-margin-top: calc(var(--fgp-parent-gap-row, 0px) - var(--fgp-gap-row) + var(--orig-margin-top, 0px));--fgp-margin-left: calc(var(--fgp-parent-gap-column, 0px) - var(--fgp-gap-column) + var(--orig-margin-left, 0px));display:flex;grid-gap:0px !important;gap:0px !important;grid-gap:var(--fgp-gap, 0px) !important;gap:var(--fgp-gap, 0px) !important;margin-top:var(--orig-margin-top);margin-top:var(--fgp-margin-top, var(--orig-margin-top))}@media only screen and (max-width: 374px){.nezha .bn-pin{--fgp-gap: var(--has-fgp, --space-s);--fgp-gap-column: var(--space-s)}}@media only screen and (min-width: 768px){.web .bn-pin{--fgp-gap: var(--has-fgp, var(--space-xl));grid-gap:0px !important;gap:0px !important;grid-gap:var(--fgp-gap, 0px) !important;gap:var(--fgp-gap, 0px) !important}}@media only screen and (min-width: 1024px){.web .bn-pin{--fgp-gap: var(--has-fgp, var(--space-xl));grid-gap:0px !important;gap:0px !important;grid-gap:var(--fgp-gap, 0px) !important;gap:var(--fgp-gap, 0px) !important}}.web .pin-input .bn-pin-item{background-color:inherit}.pin-input{margin:var(--space-3xs) 0 var(--space-2xs);width:100%}.pin-input .bn-pin-item{background-color:var(--color-bg3)}.pin-input.password .bn-pin-item{font-size:24px;font-weight:500}.pin-title{align-items:center}.forgot-link{margin-top:var(--space-s);font-weight:400 !important;text-decoration:none !important;cursor:pointer}.forgot-link.web{font-weight:500 !important;margin-bottom:var(--space-3xl);margin-top:var(--space-xl)}
.voiceGet{display:inline-block;color:var(--color-textBrand);cursor:pointer}.smsType{display:inline-block;font-weight:500}.otp-send-tip-wrapper{font-size:12px;line-height:16px}
.bn-mfa-switcher-drawer .bn-drawer-wrap{padding-bottom:24px}.bn-mfa-drawer-header{height:52px;display:flex;justify-content:flex-start;align-items:center;padding:0 15px;font-size:20px}.bn-mfa-drawer-header .bn-mfa-switcher-drawer-title{font-size:16px;font-weight:500;line-height:24px;color:var(--color-textPrimary);flex:1 1}.bn-mfa-drawer-header .bn-mfa-switcher-close{font-size:24px;cursor:pointer;color:var(--color-iconNormal)}.bn-mfa-switcher-option{display:flex;justify-content:flex-start;align-items:center;margin:16px 15px 0;background-color:var(--color-bg3);height:72px;border-radius:4px;cursor:pointer}.bn-mfa-switcher-option:hover{background-color:var(--color-line)}.bn-mfa-switcher-option .bn-mfa-switcher-option-icon{width:48px;height:48px;display:flex;justify-content:center;align-items:center;border-radius:48px;margin-right:4px;margin-left:4px;padding:12px}.bn-mfa-switcher-option .bn-mfa-switcher-option-name{color:var(--color-textPrimary);font-size:14px;line-height:20px;font-weight:500}.bn-mfa-switcher-option .bn-sending-switcher-option-recommend{background-color:rgba(240,185,11,.1);border-radius:4px;color:#d89f00;font-size:10px;line-height:16px;font-weight:400;margin-left:6px;padding:2px 4px}.bn-mfa-switcher-invisible{display:none !important}.bn-mfa-switcher-modal-content{padding:0 9px 24px}.bn-mfa-switcher-modal-header{padding-top:4px;height:60px;display:flex;justify-content:flex-end;align-items:center;padding-right:24px}.bn-mfa-switcher-modal-header .bn-mfa-switcher-close{font-size:28px;cursor:pointer;color:var(--color-iconNormal)}.bn-mfa-switcher-modal-title{font-size:20px;font-weight:600;line-height:28px;height:24px;margin-bottom:24px;padding:0 24px}.bn-mfa-modal.bn-modal>.bn-modal-wrap{overflow:visible}.bn-mfa-switcher-modal.bn-modal>.bn-modal-wrap{overflow:visible;width:384px}.bn-mfa-switcher-modal.bn-modal{border-radius:8px}
@-webkit-keyframes shake{10%,90%{transform:translate3d(-1px, 0, 0)}20%,80%{transform:translate3d(2px, 0, 0)}30%,50%,70%{transform:translate3d(-4px, 0, 0)}40%,60%{transform:translate3d(4px, 0, 0)}}@keyframes shake{10%,90%{transform:translate3d(-1px, 0, 0)}20%,80%{transform:translate3d(2px, 0, 0)}30%,50%,70%{transform:translate3d(-4px, 0, 0)}40%,60%{transform:translate3d(4px, 0, 0)}}.getter-shake{-webkit-animation:shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation:shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;transform:translate3d(0, 0, 0);perspective:1000px}
.bn-mfa-sending-method-terms-content{padding:60px 15px 75px}.bn-sending-method-terms-title{color:var(--color-textPrimary);font-weight:600;font-size:24px;line-height:32px}.bn-sending-method-terms-detail{color:var(--color-textPrimary);font-weight:400;font-size:14px;line-height:22px;margin-top:16px}.bn-sending-method-terms-ok-btn{width:100%;margin-top:40px}.bn-mfa-sending-method-terms-modal-content{padding:24px}.bn-sending-method-terms-modal-title{color:var(--color-textPrimary);font-weight:600;font-size:20px;line-height:28px}.bn-sending-method-terms-modal-detail{color:var(--color-textPrimary);font-weight:400;font-size:14px;line-height:20px;margin-top:24px}.bn-sending-method-terms-modal-ok-btn{width:100%;margin-top:24px}
.bn-mfa-ga-paste{cursor:pointer}

.bn-mfa-face-page{align-items:stretch;display:flex}.bn-mfa-face-wrapper{padding-bottom:70px}.bn-mfa-face-icon{width:100%;display:block}.bn-mfa-face-tip{margin:20px 5px 16px;color:var(--color-textThird)}.bn-mfa-face-button{width:100%}.bn-mfa-face-link-container{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:24px}.bn-mfa-face-manual-verification{margin-top:24px}.bn-mfa-web .bn-mfa-face-tip{margin:24px auto}
.bn-mfa-multi-sign-page{display:flex;align-items:center}.bn-mfa-multi-sign-page-title{align-self:flex-start}.bn-mfa-multi-validator-subtitle{font-size:16px;font-weight:400;line-height:24px;color:var(--color-textThird);margin-top:-16px}@media only screen and (max-width: 767px){.bn-mfa-multi-validator-subtitle{color:var(--color-textSecondary)}}.bn-mfa-multi-validator-highlight{color:var(--color-textPrimary);display:inline}.bn-mfa-multi-sign-expired{font-size:14px;font-weight:500;line-height:22px;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-underline-offset:2px;color:var(--color-textPrimary);text-align:center;margin-bottom:62px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-expired{margin-bottom:0}}.bn-mfa-multi-sign-expired .bn-mfa-multi-sign-expired-icon{width:60px;height:60px;margin:80px auto 16px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-expired .bn-mfa-multi-sign-expired-icon{margin-top:0}}.bn-mfa-multi-sign-button{margin-top:auto;width:100%}@media only screen and (min-width: 768px){.bn-mfa-multi-sign-button{margin-top:48px;margin-bottom:24px}}.bn-mfa-multi-sign-countdown{font-size:16px;font-weight:500;line-height:24px;color:var(--color-textPrimary);text-align:center;margin:48px auto 16px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-countdown{font-weight:500;font-size:12px;line-height:16px;margin:0px auto 16px}}.bn-mfa-multi-sign-detail{width:208px;height:152px;border-radius:12px;background-color:var(--color-bg3);padding-top:32px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-detail{width:215px;height:155px}}.bn-mfa-multi-sign-detail-title{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:12px;font-weight:400;line-height:16px;color:var(--color-textThird)}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-detail-title{color:var(--color-textSecondary)}}.bn-mfa-multi-sign-detail-status{display:flex;flex-direction:row;align-items:center;justify-content:center;color:var(--color-textThird);margin-top:8px;font-size:56px;font-weight:600;line-height:64px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-detail-status{margin-top:27px;font-size:36px;font-weight:600;line-height:44px}}.bn-mfa-multi-sign-detail-status .bn-mfa-multi-sign-detail-status-active{color:var(--color-primaryHover)}.bn-mfa-multi-sign-detail-status .bn-mfa-multi-sign-detail-status-slash{margin:0 8px}.bn-mfa-multi-sign-detail-title-slash{margin:0 8px}.bn-mfa-multi-sign-info{font-size:12px;font-weight:400;line-height:16px;color:var(--color-textThird);margin-top:8px;height:20px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-info{color:var(--color-textSecondary)}}.bn-mfa-multi-sign-info-icon{font-size:20px;margin-left:7px;color:var(--color-iconNormal);cursor:pointer}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-info-icon{color:var(--color-textThird)}}.bn-mfa-multi-sign-approver{width:135px}.bn-mfa-multi-sign-approver-item,.bn-mfa-multi-sign-approver-item-pending{height:48px;display:flex;align-items:center;justify-content:space-between;color:var(--color-textPrimary)}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-approver-item,.bn-mfa-multi-sign-approver-item-pending{height:40px}}.bn-mfa-multi-sign-approver-item .bn-mfa-multi-sign-approver-item-title,.bn-mfa-multi-sign-approver-item-pending .bn-mfa-multi-sign-approver-item-title{flex:1 1;margin-right:8px;font-size:16px;font-weight:400;line-height:24px}.bn-mfa-multi-sign-approver-item .bn-mfa-multi-sign-approver-item-icon-approved,.bn-mfa-multi-sign-approver-item-pending .bn-mfa-multi-sign-approver-item-icon-approved{color:var(--color-success);width:24px;height:24px}.bn-mfa-multi-sign-approver-item .bn-mfa-multi-sign-approver-item-icon-rejected,.bn-mfa-multi-sign-approver-item-pending .bn-mfa-multi-sign-approver-item-icon-rejected{color:var(--color-error);width:24px;height:24px}.bn-mfa-multi-sign-approver-item-pending{color:var(--color-textDisabled)}.bn-mfa-multi-sign-approvers-modal{border-radius:8px}.bn-mfa-multi-sign-approvers-modal .bn-modal-wrap{padding:18px 24px 24px;width:384px !important}.bn-mfa-multi-sign-approvers-drawer .bn-drawer-wrap{padding:50px 15px 40px;display:flex;flex-direction:column}.bn-mfa-multi-sign-approvers-content{flex:1 1;overflow-y:auto}.bn-mfa-multi-sign-approvers-content::-webkit-scrollbar{display:none}.bn-mfa-multi-sign-approvers-title{font-size:20px;font-weight:500;line-height:26px;color:var(--color-textPrimary);margin-bottom:16px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-approvers-title{font-size:24px;font-weight:600;line-height:32px}}.bn-mfa-multi-sign-approvers-modal-content{max-height:400px;overflow:auto}.bn-mfa-multi-sign-approvers-modal-content::-webkit-scrollbar{display:none}.bn-mfa-multi-sign-approvers-button{width:100%;margin-top:16px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-approvers-button{margin-top:40px}}.bn-mfa-multi-sign-skeleton-page{display:flex;align-items:center}@media only screen and (min-width: 768px){.bn-mfa-multi-sign-skeleton-page{height:440px}}.bn-mfa-multi-sign-skeleton-box1{align-self:flex-start;height:28px;width:155px;background:#848e9c;opacity:.08;border-radius:4px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-skeleton-box1{width:124px}}.bn-mfa-multi-sign-skeleton-box2{height:12px;width:100%;margin-top:16px;background:#848e9c;opacity:.08;border-radius:4px}.bn-mfa-multi-sign-skeleton-box3{align-self:flex-start;height:12px;width:259px;margin-top:8px;background:#848e9c;opacity:.08;border-radius:4px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-skeleton-box3{width:235px}}.bn-mfa-multi-sign-skeleton-box4{height:12px;width:139px;margin-top:48px;background:#848e9c;opacity:.08;border-radius:4px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-skeleton-box4{margin-top:80px;width:120px}}.bn-mfa-multi-sign-skeleton-box5{height:152px;width:208px;margin-top:12px;background:#848e9c;opacity:.08;border-radius:4px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-skeleton-box5{margin-top:16px;width:215px;height:155px}}.bn-mfa-multi-sign-skeleton-box6{height:12px;width:114px;margin-top:12px;background:#848e9c;opacity:.08;border-radius:4px}@media only screen and (max-width: 767px){.bn-mfa-multi-sign-skeleton-box6{margin-top:16px;width:80px}}.bn-mfa-multi-sign-valid-container,.bn-mfa-multi-sign-expired-container{display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:center}
.pin-input{margin:var(--space-3xs) 0 var(--space-2xs);width:100%}.pin-title{align-items:center}.forgot-link{margin-bottom:var(--space-m)}
.bn-mfa-roaming-content-image{width:100%;margin:0 auto 24px}.bn-mfa-roaming-title{font-size:16px;font-weight:500;line-height:24px;color:var(--color-textPrimary)}.bn-mfa-roaming-subtitle{margin-top:8px;font-weight:400;font-size:14px;line-height:20px;color:var(--color-textThird)}.bn-mfa-roaming-button{width:100%;margin-top:var(--space-xl);margin-bottom:var(--space-xl)}@media only screen and (min-width: 768px){.bn-mfa-roaming-modal{border-radius:8px}}
.risk-info .bn-tooltips{
    position: fixed;
    transform: translate(-50%, -24px) !important;
}
