* {
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0
}

*,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    line-height: 1.5
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@-webkit-keyframes zoom-in {
    0% {
        transform: scale(.95)
    }
    66% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(.95)
    }
    66% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    95%,
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    95%,
    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    95%,
    to {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    95%,
    to {
        opacity: 0
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }
    to {
        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
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

@-webkit-keyframes spin-scaleY {
    0%,
    40%,
    to {
        transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1)
    }
}

@keyframes spin-scaleY {
    0%,
    40%,
    to {
        transform: scaleY(.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(.5)
    }
    43.5% {
        transform: translateY(0) scaleY(2)
    }
    52.5%,
    72.5% {
        transform: translateY(120%) scaleY(.5)
    }
    80%,
    to {
        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(.5)
    }
    43.5% {
        transform: translateY(0) scaleY(2)
    }
    52.5%,
    72.5% {
        transform: translateY(120%) scaleY(.5)
    }
    80%,
    to {
        transform: translateY(0) scaleY(1)
    }
}

@-webkit-keyframes blink {
    0%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes blink {
    0%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

.rc-upload {
    display: inline-flex
}

body {
    --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-2l: 12px;
    --radii-xl: 16px;
    --radii-2xl: 30px;
    --radii-circle: 100em;
    --space-7xs: -2px;
    --space-6xs: 0;
    --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;
    --space-mm: 16px;
    --scroll-pad: 2px;
    --scroll-size: 10px
}

body::-webkit-scrollbar-thumb:active {
    --scroll-pad: 0
}

body * {
    --scroll-size: 6px;
    --scroll-pad: 1px
}

body,
body * {
    --scroll-bg: transparent;
    --scroll-color: var(--color-DisabledText)
}

body ::-webkit-scrollbar,
body::-webkit-scrollbar {
    background-color: var(--scroll-bg);
    height: var(--scroll-size);
    width: var(--scroll-size)
}

body ::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--scroll-color);
    border-color: var(--scroll-bg);
    border-radius: 20px;
    border-style: solid;
    border-width: var(--scroll-pad)
}

body ::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
    background-color: var(--scroll-bg)
}

@supports not selector(*::-webkit-scrollbar-thumb) {
    body,
    body * {
        scrollbar-color: var(--scroll-color) var(--scroll-bg);
        scrollbar-width: thin
    }
}

@media only screen and (min-width:768px) {
    body {
        --space-3xs: 6px;
        --space-m: 16px
    }
    body::-webkit-scrollbar-thumb:hover {
        --scroll-pad: 0
    }
}

.theme-root {
    --shadow-shadow1: var(--shadow1-layer1), var(--shadow1-layer2);
    --shadow-shadow2: var(--shadow2-layer1), var(--shadow2-layer2), var(--shadow2-layer3);
    background: var(--color-BasicBg);
    color: var(--color-PrimaryText)
}

.theme-root.dark {
    --shadow1-layer1: 0px 0px 1px rgba(94, 102, 115, .8);
    --shadow1-layer2: 0px 3px 6px rgba(0, 0, 0, .04);
    --shadow2-layer1: -2px 0px 14px rgba(0, 0, 0, .4);
    --shadow2-layer2: 0px 0px 6px rgba(0, 0, 0, .2);
    --shadow2-layer3: inset 0px 0px 2px hsla(0, 0%, 100%, .2)
}

.theme-root.light {
    --shadow1-layer1: 0px 1px 6px rgba(24, 26, 32, .1);
    --shadow1-layer2: 0px 3px 6px rgba(71, 77, 87, .04);
    --shadow2-layer1: 0px 8px 32px rgba(17, 17, 26, .05);
    --shadow2-layer2: 0px 4px 16px rgba(17, 17, 26, .1);
    --shadow2-layer3: inset 0px 0px 0px transparent
}

@media only screen and (min-width:768px) {
    .theme-root.dark {
        --shadow3-layer1: 0px 16px 32px rgba(0, 0, 0, .16);
        --shadow3-layer2: 0px 8px 16px rgba(0, 0, 0, .16);
        --shadow3-layer3: inset 0px 0px 1px rgba(94, 102, 115, .9);
        --shadow-shadow3: var(--shadow3-layer1), var(--shadow3-layer2), var(--shadow3-layer3);
        --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, .16)
    }
    .theme-root.light {
        --shadow3-layer1: 0px 0px 1px rgba(24, 26, 32, .1);
        --shadow3-layer2: 0px 16px 32px rgba(71, 77, 87, .16);
        --shadow3-layer3: 0px 8px 16px rgba(24, 26, 32, .16);
        --shadow-shadow3: var(--shadow3-layer1), var(--shadow3-layer2), var(--shadow3-layer3);
        --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, .16)
    }
}

.theme-root.rtl {
    direction: rtl
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-multiple1 {
    -webkit-line-clamp: 1
}

.text-multiple1,
.text-multiple2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all
}

.text-multiple2 {
    -webkit-line-clamp: 2
}

.text-multiple3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.t-title1,
.typography-title1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
}

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

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

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

.t-headline0,
.typography-headline0 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

@media only screen and (min-width:768px) {
    .t-headline0,
    .typography-headline0 {
        font-size: 44px;
        font-weight: 600;
        line-height: 52px
    }
}

.t-headline1,
.typography-headline1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
}

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

.t-headline2,
.typography-headline2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

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

.t-headline2-1,
.typography-headline2-1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

@media only screen and (min-width:768px) {
    .t-headline2-1,
    .typography-headline2-1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px
    }
}

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

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

.t-headline4,
.typography-headline4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

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

.t-headline5,
.typography-headline5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

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

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

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

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

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

.t-subtitle6,
.typography-subtitle6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

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

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

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

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

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

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

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

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

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

.t-body1-1,
.typography-body1-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

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

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

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

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

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

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

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

.t-body5,
.typography-body5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.t-caption1,
.typography-caption1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

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

.t-caption2,
.typography-caption2 {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px
}

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

.t-caption3,
.typography-caption3 {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px
}

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

.t-content1,
.typography-content1 {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px
}

@media only screen and (min-width:768px) {
    .t-content1,
    .typography-content1 {
        font-size: 15px;
        font-weight: 600;
        line-height: 21px
    }
}

.t-content2,
.typography-content2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px
}

@media only screen and (min-width:768px) {
    .t-content2,
    .typography-content2 {
        font-size: 15px;
        font-weight: 500;
        line-height: 21px
    }
}

.t-content3,
.typography-content3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px
}

@media only screen and (min-width:768px) {
    .t-content3,
    .typography-content3 {
        font-size: 15px;
        font-weight: 400;
        line-height: 21px
    }
}

.t-content4,
.typography-content4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

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

.t-content5,
.typography-content5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

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

.t-primaryNum0,
.typography-primaryNum0 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px
}

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

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

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

.t-primaryNum1-1,
.typography-primaryNum1-1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

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

.t-primaryNum2,
.typography-primaryNum2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
}

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

.t-primaryNum3,
.typography-primaryNum3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

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

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

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

.t-secondaryNum2,
.typography-secondaryNum2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .t-secondaryNum2,
    .typography-secondaryNum2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px
    }
}

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

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

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

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

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

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

.t-tertiaryNum3,
.typography-tertiaryNum3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

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

.t-strong01,
.typography-strong01 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px
}

@media only screen and (min-width:768px) {
    .t-strong01,
    .typography-strong01 {
        font-size: 56px;
        font-weight: 900;
        line-height: 72px
    }
}

.t-strong0,
.typography-strong0 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px
}

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

.t-strong1,
.typography-strong1 {
    font-size: 28px;
    font-weight: 900;
    line-height: 36px
}

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

.t-strong2,
.typography-strong2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px
}

@media only screen and (min-width:768px) {
    .t-strong2,
    .typography-strong2 {
        font-size: 24px;
        font-weight: 900;
        line-height: 34px
    }
}

.t-strong3,
.typography-strong3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 32px
}

@media only screen and (min-width:768px) {
    .t-strong3,
    .typography-strong3 {
        font-size: 22px;
        font-weight: 900;
        line-height: 32px
    }
}

.bn-svg {
    font-size: inherit;
    height: 1em;
    width: 1em
}

.bn-flex {
    display: flex
}

.bn-grid {
    display: grid
}

.bn-lazy-img {
    overflow: hidden;
    position: relative
}

.bn-lazy-img.data-round {
    border-radius: var(--radii-circle)
}

.bn-lazy-img.data-lazy-load {
    background-color: rgba(0, 0, 0, .03)
}

.bn-lazy-img.data-mode-scaleToFill {
    -o-object-fit: fill;
    object-fit: fill
}

.bn-lazy-img.data-mode-aspectFit {
    -o-object-fit: contain;
    object-fit: contain
}

.bn-lazy-img.data-mode-aspectFill {
    -o-object-fit: cover;
    object-fit: cover
}

.bn-lazy-img.data-mode-widthFix {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 100%
}

.bn-lazy-img.data-mode-heightFix {
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.bn-lazy-img.data-mode-top {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: top;
    object-position: top
}

.bn-lazy-img.data-mode-bottom {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: bottom;
    object-position: bottom
}

.bn-lazy-img.data-mode-center {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: center;
    object-position: center
}

.bn-lazy-img.data-mode-left {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: left;
    object-position: left
}

.bn-lazy-img.data-mode-right {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: right;
    object-position: right
}

.bn-lazy-img.data-mode-top-left {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: top left;
    object-position: top left
}

.bn-lazy-img.data-mode-top-right {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: top right;
    object-position: top right
}

.bn-lazy-img.data-mode-bottom-left {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: bottom left;
    object-position: bottom left
}

.bn-lazy-img.data-mode-bottom-right {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: bottom right;
    object-position: bottom right
}

.bn-lazy-img.data-mask:hover:after {
    background-color: rgba(0, 0, 0, .08);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bn-trans {
    opacity: 0;
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    visibility: hidden
}

.bn-trans.data-seo {
    display: none
}

.bn-trans.data-show {
    opacity: 1;
    visibility: visible
}

.bn-bubble-web.web-shadow>.bn-bubble-content {
    box-shadow: var(--shadow-shadow2)
}

.bn-bubble-web[data-popper-placement^=top]>[data-popper-arrow] {
    bottom: -3px
}

.bn-bubble-web[data-popper-placement^=top]>[data-popper-arrow]:before {
    transform: rotate(45deg)
}

.bn-bubble-web[data-popper-placement^=bottom]>[data-popper-arrow] {
    top: -3px
}

.bn-bubble-web[data-popper-placement^=bottom]>[data-popper-arrow]:before {
    transform: rotate(225deg)
}

.bn-bubble-web[data-popper-placement^=left]>[data-popper-arrow] {
    right: -3px
}

.bn-bubble-web[data-popper-placement^=left]>[data-popper-arrow]:before {
    transform: rotate(-45deg)
}

.bn-bubble-web[data-popper-placement^=right]>[data-popper-arrow] {
    left: -3px
}

.bn-bubble-web[data-popper-placement^=right]>[data-popper-arrow]:before {
    transform: rotate(135deg)
}

.bn-bubble-web-arrow {
    visibility: hidden
}

.bn-bubble-web-arrow,
.bn-bubble-web-arrow:before {
    background: linear-gradient(-45deg, var(--color-arrow) 0, var(--color-arrow) 50%, transparent 50%, transparent 100%);
    height: 6px;
    position: absolute;
    width: 6px
}

.bn-bubble-web-arrow[data-hide]:before {
    visibility: hidden
}

.bn-bubble-web-arrow:before {
    content: "";
    transform: rotate(45deg);
    visibility: visible
}

.bn-bubble-web .bn-bubble-content {
    width: 100%
}

.bn-bubble {
    --color-arrow: var(--color-PrimaryYellow);
    color: var(--color-TextOnYellow);
    cursor: auto;
    display: inline-flex;
    position: relative
}

.bn-bubble,
.bn-bubble.data-font-12 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-bubble.data-shadow>.bn-bubble-arrow-shadow,
.bn-bubble.data-shadow>.bn-bubble-content {
    box-shadow: var(--shadow-shadow2)
}

.bn-bubble__secondary {
    --color-arrow: var(--color-Input);
    color: var(--color-SecondaryText)
}

.bn-bubble__gray {
    --color-arrow: var(--color-PrimaryText);
    color: var(--color-SecondaryBg)
}

.bn-bubble__normal,
.bn-bubble__unset {
    --color-arrow: var(--color-CardBg);
    color: var(--color-PrimaryText)
}

.bn-bubble__normal-unset>.bn-bubble-content {
    max-width: none;
    padding: 0
}

.bn-bubble__info {
    --color-arrow: var(--color-Line);
    color: var(--color-TertiaryText)
}

.bn-bubble__warn {
    --color-arrow: var(--color-BadgeBg);
    color: var(--color-TextLink)
}

.bn-bubble__success {
    --color-arrow: var(--color-SuccessBg);
    color: var(--color-Success)
}

.bn-bubble__error {
    --color-arrow: var(--color-ErrorBg);
    color: var(--color-Error)
}

.bn-bubble-arrow,
.bn-bubble-arrow-shadow {
    background: linear-gradient(-45deg, transparent 0, transparent 45%, var(--color-arrow) 45.1%, var(--color-arrow) 100%);
    height: 6px;
    position: absolute;
    width: 6px
}

.bn-bubble-arrow {
    box-shadow: none;
    z-index: 2
}

.bn-bubble-content {
    background-color: var(--color-arrow);
    border-radius: var(--radii-xs);
    max-width: 320px;
    padding: var(--space-4xs) var(--space-2xs);
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .bn-bubble {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-bubble.data-font-12 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-bubble__gray {
        color: var(--color-RedGreenBgText)
    }
}

.bn-spinner {
    fill: var(--color-TertiaryText);
    stroke: var(--color-TertiaryText);
    display: inline-flex;
    font-size: 48px;
    position: relative
}

.bn-spinner__nezha {
    grid-gap: 4px;
    align-items: center;
    display: inline-flex;
    gap: 4px;
    justify-content: center;
    padding: var(--space-m)
}

.bn-spinner__nezha>.nezha-line {
    -webkit-animation: jump-scaleY 1.5s linear infinite;
    animation: jump-scaleY 1.5s linear infinite;
    background-color: var(--color-BtnBg);
    height: 8px;
    transform-origin: top;
    width: 4px
}

.bn-spinner>svg {
    height: 1em;
    width: 1em
}

.bn-spinner svg.css {
    -webkit-animation: spin 1.8s linear infinite;
    animation: spin 1.8s linear infinite
}

.bn-spinner circle.css {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2.2;
    stroke-linecap: round;
    -webkit-animation: spin-dash 1.5s ease-in-out infinite;
    animation: spin-dash 1.5s ease-in-out infinite
}

.bn-button {
    grid-gap: var(--space-3xs);
    --button-bg: var(--color-BtnBg);
    --button-color: var(--color-TextOnYellow);
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--button-bg);
    border: none;
    border-radius: var(--radii-m);
    color: var(--button-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: var(--space-3xs);
    height: 40px;
    justify-content: center;
    line-height: 24px;
    min-height: 40px;
    min-width: 72px;
    outline: none;
    overflow: hidden;
    padding-left: var(--space-l);
    padding-right: var(--space-l);
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    word-break: break-all
}

.bn-button.active:not(.inactive),
.bn-button:active:not(.inactive, [disabled]) {
    --button-bg: var(--color-PrimaryYellow)
}

.bn-button:disabled:not(.inactive),
.bn-button[disabled]:not(.inactive) {
    --button-bg: var(--color-DisableBtn);
    --button-color: var(--color-DisabledText);
    cursor: not-allowed
}

.bn-button.inactive {
    cursor: not-allowed;
    opacity: .3
}

.bn-button.data-two-line {
    grid-gap: 0;
    flex-direction: column;
    gap: 0;
    line-height: 16px
}

.bn-button .bn-spinner__nezha {
    grid-gap: 3px;
    gap: 3px;
    height: 24px;
    padding: 0 var(--space-2xs)
}

.bn-button .bn-spinner__nezha>.nezha-line {
    background-color: var(--button-color);
    height: 5px;
    width: 3px
}

.bn-button.data-size-huge {
    border-radius: var(--radii-l);
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    line-height: 28px;
    min-height: 56px;
    min-width: 96px
}

.bn-button.data-size-huge .bn-spinner__nezha {
    height: 26px
}

.bn-button.data-size-huge.bn-button__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bn-button.data-size-huge.bn-button__icon {
    border-radius: 18px;
    min-width: 56px;
    padding: 0;
    width: 56px
}

.bn-button.data-size-huge.bn-button__icon svg {
    height: 32px;
    width: 32px
}

.bn-button.data-size-huge-two-line {
    line-height: 20px
}

.bn-button.data-size-large {
    border-radius: var(--radii-l);
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 24px;
    min-height: 48px;
    min-width: 80px
}

.bn-button.data-size-large .bn-spinner__nezha {
    height: 26px
}

.bn-button.data-size-large.bn-button__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bn-button.data-size-large.bn-button__icon {
    border-radius: var(--radii-xl);
    min-width: 48px;
    padding: 0;
    width: 48px
}

.bn-button.data-size-large.bn-button__icon svg {
    height: 28px;
    width: 28px
}

.bn-button.data-size-large-two-line {
    line-height: 18px
}

.bn-button.data-size-regular {
    border-radius: var(--radii-m);
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 22px;
    min-height: 36px;
    min-width: 64px;
    padding-left: var(--space-m);
    padding-right: var(--space-m)
}

.bn-button.data-size-regular.bn-button__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-button.data-size-regular.bn-button__icon {
    border-radius: var(--radii-l);
    min-width: 36px;
    padding: 0;
    width: 36px
}

.bn-button.data-size-regular.bn-button__icon svg {
    height: 20px;
    width: 20px
}

.bn-button.data-size-regular-two-line {
    line-height: 14px
}

.bn-button.data-size-small {
    border-radius: var(--radii-s);
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    line-height: 22px;
    min-height: 32px;
    min-width: 52px;
    padding-left: var(--space-xs);
    padding-right: var(--space-xs)
}

.bn-button.data-size-small.bn-button__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-button.data-size-small.bn-button__icon {
    border-radius: var(--radii-m);
    min-width: 32px;
    padding: 0;
    width: 32px
}

.bn-button.data-size-small.bn-button__icon svg {
    height: 20px;
    width: 20px
}

.bn-button.data-size-small-two-line {
    line-height: 12px
}

.bn-button.data-size-tiny {
    border-radius: var(--radii-s);
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    line-height: 18px;
    min-height: 24px;
    min-width: 40px;
    padding-left: var(--space-2xs);
    padding-right: var(--space-2xs)
}

.bn-button.data-size-tiny .bn-spinner__nezha {
    height: 16px
}

.bn-button.data-size-tiny.bn-button__info {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-button.data-size-tiny.bn-button__icon {
    border-radius: var(--radii-m);
    min-width: 24px;
    padding: 0;
    width: 24px
}

.bn-button.data-size-tiny.bn-button__icon svg {
    height: 16px;
    width: 16px
}

.bn-button.data-size-tiny-two-line {
    line-height: 9px
}

@media only screen and (min-width:768px) {
    .bn-button.data-size-huge {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        padding-left: var(--space-xl);
        padding-right: var(--space-xl)
    }
    .bn-button.data-size-huge-two-line {
        line-height: 20px
    }
    .bn-button.data-size-large {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-button.data-size-large .bn-spinner__nezha {
        height: 24px
    }
    .bn-button.data-size-large-two-line {
        line-height: 18px
    }
    .bn-button.data-size-regular {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-button.data-size-regular-two-line {
        line-height: 14px
    }
    .bn-button.data-size-small {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        padding-left: var(--space-s);
        padding-right: var(--space-s)
    }
    .bn-button.data-size-small-two-line {
        line-height: 12px
    }
    .bn-button.data-size-tiny {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
    .bn-button.data-size-tiny-two-line {
        line-height: 9px
    }
}

.bn-button__secondary {
    --button-bg: var(--color-Line);
    --button-color: var(--color-PrimaryText)
}

.bn-button__secondary.active:not(.inactive),
.bn-button__secondary:active:not(.inactive, [disabled]) {
    --button-bg: var(--color-DisableBtn)
}

.bn-button__round {
    --button-bg: var(--color-Input);
    --button-color: var(--color-TextLink);
    border-radius: var(--radii-circle)
}

.bn-button__round.active:not(.inactive),
.bn-button__round:active:not(.inactive, [disabled]) {
    --button-bg: var(--color-Line);
    --button-color: var(--color-PrimaryYellow)
}

.bn-button__text,
.bn-button__text[class*=data-size-] {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-left: 0;
    padding-right: 0
}

.bn-button__text.inactive,
.bn-button__text:disabled:not(.inactive),
.bn-button__text[disabled]:not(.inactive) {
    --button-bg: transparent;
    --button-color: var(--color-DisabledText)
}

.bn-button__text__yellow {
    --button-bg: transparent;
    --button-color: var(--color-TextLink)
}

.bn-button__text__yellow.active:not(.inactive),
.bn-button__text__yellow:active:not(.inactive, [disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryYellow)
}

.bn-button__text__black {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText)
}

.bn-button__text__black.active:not(.inactive),
.bn-button__text__black:active:not(.inactive, [disabled]),
.bn-button__text__gray,
.bn-button__text__gray.active:not(.inactive),
.bn-button__text__gray:active:not(.inactive, [disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-SecondaryText)
}

.bn-button__buy {
    --button-bg: var(--color-Buy);
    --button-color: var(--color-RedGreenBgText)
}

.bn-button__buy.active:not(.inactive),
.bn-button__buy:active:not(.inactive, [disabled]) {
    --button-bg: var(--color-BuyHover)
}

.bn-button__sell {
    --button-bg: var(--color-Sell);
    --button-color: var(--color-RedGreenBgText)
}

.bn-button__sell.active:not(.inactive),
.bn-button__sell:active:not(.inactive, [disabled]) {
    --button-bg: var(--color-SellHover)
}

.bn-button__gray {
    --button-bg: var(--color-TextOnYellow);
    --button-color: var(--color-RedGreenBgText)
}

.bn-button__icon {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText);
    border: 1px solid var(--color-Line);
    border-radius: 14px;
    min-width: 40px;
    padding: 0;
    width: 40px
}

.bn-button__icon.active:not(.inactive),
.bn-button__icon:active:not(.inactive, [disabled]) {
    --button-bg: transparent
}

.bn-button__icon svg {
    height: 24px;
    width: 24px
}

.bn-button__icon__primary {
    --button-bg: var(--color-BtnBg);
    --button-color: var(--color-TextOnYellow);
    border: none
}

.bn-button__icon__primary.active:not(.inactive),
.bn-button__icon__primary:active:not(.inactive, [disabled]) {
    --button-bg: var(--color-PrimaryYellow)
}

.bn-button__icon__secondary {
    --button-bg: var(--color-Line);
    border: none
}

.bn-button__icon__secondary.active:not(.inactive),
.bn-button__icon__secondary:active:not(.inactive, [disabled]) {
    --button-bg: var(--color-DisabledText)
}

.bn-button__info {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative
}

.bn-button__info.bn-button {
    border-radius: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0
}

.bn-button__info:after {
    background-image: linear-gradient(to right, var(--color-PrimaryText) 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 2px 1px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleY(.5)
}

.bn-button__info.active:not(.inactive),
.bn-button__info:active:not(.inactive, [disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText)
}

.bn-button__info.inactive,
.bn-button__info:disabled:not(.inactive),
.bn-button__info[disabled]:not(.inactive) {
    --button-bg: transparent;
    --button-color: var(--color-DisabledText)
}

.bn-button__info.inactive:after,
.bn-button__info:disabled:not(.inactive):after,
.bn-button__info[disabled]:not(.inactive):after {
    background-image: linear-gradient(to right, var(--color-DisabledText) 50%, transparent 50%)
}

.bn-button__info__yellow {
    --button-bg: transparent;
    --button-color: var(--color-TextLink)
}

.bn-button__info__yellow:after {
    background-image: linear-gradient(to right, var(--color-TextLink) 50%, transparent 50%)
}

.bn-button__info__yellow.active:not(.inactive),
.bn-button__info__yellow:active:not(.inactive, [disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-TextLink)
}

.bn-button__info__gray {
    --button-bg: transparent;
    --button-color: var(--color-SecondaryText)
}

.bn-button__info__gray:after {
    background-image: linear-gradient(to right, var(--color-SecondaryText) 50%, transparent 50%)
}

.bn-button__info__gray.active:not(.inactive),
.bn-button__info__gray:active:not(.inactive, [disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-SecondaryText)
}

@media only screen and (min-width:768px) {
    .bn-button {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        padding-left: var(--space-m);
        padding-right: var(--space-m)
    }
    .bn-button:hover:not(.inactive, [disabled]) {
        opacity: .8
    }
    .bn-button .bn-spinner__nezha {
        height: 20px
    }
    .bn-button__secondary:hover:not(.inactive, [disabled]) {
        opacity: .8
    }
    .bn-button__secondary.active:not(.inactive),
    .bn-button__secondary:active:not(.inactive, [disabled]) {
        --button-bg: var(--color-DisabledText)
    }
    .bn-button__round:hover:not(.inactive) {
        --button-color: var(--color-PrimaryYellow);
        opacity: 1
    }
    .bn-button__text__yellow:hover:not(.inactive, [disabled]) {
        --button-color: var(--color-BtnBg);
        opacity: 1
    }
    .bn-button__text__black:hover:not(.inactive, [disabled]) {
        --button-color: var(--color-TertiaryText);
        opacity: 1
    }
    .bn-button__text__gray,
    .bn-button__text__gray.active:not(.inactive),
    .bn-button__text__gray:active:not(.inactive, [disabled]) {
        --button-color: var(--color-TertiaryText)
    }
    .bn-button__icon {
        border: 1px solid var(--color-InputLine)
    }
    .bn-button__icon:hover:not(.inactive, [disabled]) {
        --button-bg: var(--color-Input);
        opacity: 1
    }
    .bn-button__icon.active:not(.inactive),
    .bn-button__icon:active:not(.inactive, [disabled]) {
        --button-bg: transparent
    }
    .bn-button__icon__primary {
        border: none
    }
    .bn-button__icon__primary:hover:not(.inactive, [disabled]) {
        --button-bg: var(--color-BtnBg);
        opacity: .8
    }
    .bn-button__icon__primary.active:not(.inactive),
    .bn-button__icon__primary:active:not(.inactive, [disabled]) {
        --button-bg: var(--color-PrimaryYellow)
    }
    .bn-button__icon__secondary {
        border: none
    }
    .bn-button__icon__secondary:hover:not(.inactive, [disabled]) {
        --button-bg: var(--color-Line);
        opacity: .8
    }
    .bn-button__icon__secondary.active:not(.inactive),
    .bn-button__icon__secondary:active:not(.inactive, [disabled]) {
        --button-bg: var(--color-DisabledText)
    }
    .bn-button__info {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-button__info:after {
        height: 1px
    }
    .bn-button__info__black:hover:not(.inactive, [disabled]) {
        --button-color: var(--color-TertiaryText);
        opacity: 1
    }
    .bn-button__info__gray {
        --button-color: var(--color-TertiaryText)
    }
    .bn-button__info__gray:after {
        background-image: linear-gradient(to right, var(--color-TertiaryText) 50%, transparent 50%)
    }
    .bn-button__info__gray.active:not(.inactive),
    .bn-button__info__gray:active:not(.inactive, [disabled]) {
        --button-color: var(--color-TertiaryText)
    }
}

.bn-progress__bar {
    border-radius: var(--radii-circle);
    min-height: 10px;
    overflow: hidden;
    position: relative
}

.bn-progress__bar .bar-inner {
    border-radius: var(--radii-circle);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: width
}

.bn-progress__circle {
    display: inline-flex;
    position: relative
}

.bn-progress__circle svg {
    height: 100px;
    width: 100px
}

.bn-progress__number {
    align-items: center;
    display: inline-flex;
    min-height: .8em
}

.bn-loading {
    grid-gap: var(--space-2xs);
    align-items: center;
    background-color: var(--color-ToastBg);
    border-radius: var(--radii-2l);
    color: var(--color-RedGreenBgText);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    gap: var(--space-2xs);
    justify-content: center;
    line-height: 22px;
    padding: var(--space-mm);
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bn-loading__primary,
.bn-loading__secondary {
    background-color: transparent;
    position: relative
}

.bn-loading__primary .bn-loading-box,
.bn-loading__secondary .bn-loading-box {
    background: var(--color-TextOnYellow);
    border-radius: var(--radii-m);
    height: 44px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 44px
}

.bn-loading__primary .bn-spinner__nezha {
    grid-gap: 3px;
    gap: 3px
}

.bn-loading__primary .bn-spinner__nezha>.nezha-line {
    height: 6px;
    width: 3px
}

.bn-loading__circle-secondary,
.bn-loading__secondary {
    padding: 0
}

.bn-loading__circle-secondary {
    background-color: transparent
}

.bn-loading__circle-secondary .bn-loading-message {
    display: none
}

.bn-loading-bar {
    grid-gap: var(--space-3xs);
    display: flex;
    flex-direction: column;
    gap: var(--space-3xs)
}

.bn-loading-bar-progress {
    height: 4px;
    min-height: 4px;
    width: 75px
}

.bn-loading-circle {
    display: flex;
    position: relative
}

.bn-loading-circle-percent {
    color: var(--color-RedGreenBgText);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bn-loading-circle-progress svg {
    height: 100%;
    width: 100%
}

.bn-loading-dot {
    grid-gap: var(--space-3xs);
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--space-3xs)
}

.bn-loading-dot-progress {
    grid-gap: 1px;
    display: flex;
    gap: 1px;
    justify-content: center;
    width: 75px
}

.bn-loading-dot-progress>* {
    background: var(--color-SecondaryText);
    border-radius: var(--radii-circle);
    height: 4px;
    width: 4px
}

.bn-loading-dot-progress>.active {
    background: var(--color-TextOnGray)
}

.bn-loading-message {
    color: var(--color-RedGreenBgText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 84px
}

@media only screen and (min-width:768px) {
    .bn-loading {
        background-color: var(--color-TertiaryText);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-loading-message {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
    .bn-loading__circle-secondary,
    .bn-loading__primary,
    .bn-loading__secondary {
        background-color: transparent
    }
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual .bn-web-table-row:not(tr) {
    background: var(--color-BasicBg);
    box-sizing: border-box;
    display: flex;
    width: 100%
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell) {
    align-items: center;
    background: inherit;
    color: var(--color-PrimaryText);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 56px;
    line-height: 22px;
    padding: 0 var(--table-horizontal-padding);
    position: relative;
    white-space: normal;
    word-break: break-word
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell):first-child {
    -webkit-padding-start: var(--table-horizontal-padding-ends);
    padding-inline-start: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell):last-child {
    -webkit-padding-end: var(--table-horizontal-padding-ends);
    padding-inline-end: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell).bn-web-table-cell-row-hover {
    background: var(--color-Vessel)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell).bn-web-table-expand-icon-col,
.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell).bn-web-table-row-expand-icon-cell {
    color: var(--color-IconNormal);
    flex: 0 0 32px;
    justify-content: center;
    padding: 0;
    width: 32px
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-expanded-row>div.bn-web-table-cell div.bn-web-table-cell {
    background: var(--color-SecondaryBg)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-expanded-row>div.bn-web-table-cell.bn-web-table-expanded-row-cell-fixed {
    -webkit-border-end: none;
    border-inline-end: none;
    inset-inline-start: 0;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    width: var(--virtual-width)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual-scrollbar-horizontal {
    height: 4px !important
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual-scrollbar-vertical {
    width: 4px !important
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual-scrollbar-thumb {
    background: var(--color-DisabledText) !important;
    border-radius: 20px !important
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell-fix-left,
.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell-fix-right {
    position: -webkit-sticky;
    position: sticky
}

.bn-web-table {
    --table-vertical-padding-s: 12px;
    --table-vertical-padding: 18px;
    --table-horizontal-padding: 16px;
    --table-horizontal-padding-ends: 16px;
    border-bottom: 1px solid var(--color-Line);
    transition: opacity .3s ease
}

.bn-web-table,
.bn-web-table-wrapper {
    position: relative
}

.bn-web-table-wrapper__row-middle .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell) {
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    line-height: 18px
}

.bn-web-table-wrapper__row-small .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell) {
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    line-height: 18px
}

.bn-web-table-wrapper__row-middle .bn-web-table thead td,
.bn-web-table-wrapper__row-middle .bn-web-table thead th {
    --table-vertical-padding-s: 0;
    height: 32px
}

.bn-web-table-wrapper__row-middle .bn-web-table tbody td,
.bn-web-table-wrapper__row-middle .bn-web-table tbody th {
    --table-vertical-padding: 0;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    line-height: 18px
}

.bn-web-table-wrapper__row-small .bn-web-table thead td,
.bn-web-table-wrapper__row-small .bn-web-table thead th {
    --table-vertical-padding-s: 0;
    height: 32px
}

.bn-web-table-wrapper__row-small .bn-web-table tbody td,
.bn-web-table-wrapper__row-small .bn-web-table tbody th {
    --table-vertical-padding: 0;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    line-height: 18px
}

.bn-web-table-wrapper__padding-compact .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell {
    --table-horizontal-padding: 8px;
    --table-horizontal-padding-ends: 8px
}

.bn-web-table-wrapper__padding-hybrid .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell {
    --table-horizontal-padding: 8px
}

.bn-web-table-wrapper__padding-compact .bn-web-table tbody td,
.bn-web-table-wrapper__padding-compact .bn-web-table tbody th,
.bn-web-table-wrapper__padding-compact .bn-web-table thead td,
.bn-web-table-wrapper__padding-compact .bn-web-table thead th {
    --table-horizontal-padding: 8px;
    --table-horizontal-padding-ends: 8px
}

.bn-web-table-wrapper__padding-hybrid .bn-web-table tbody td,
.bn-web-table-wrapper__padding-hybrid .bn-web-table tbody th,
.bn-web-table-wrapper__padding-hybrid .bn-web-table thead td,
.bn-web-table-wrapper__padding-hybrid .bn-web-table thead th {
    --table-horizontal-padding: 8px
}

.bn-web-table-wrapper__empty .bn-web-table {
    border-bottom: none
}

.bn-web-table-wrapper__line>.bn-web-table thead tr {
    background: var(--color-BasicBg);
    border-bottom: 1px solid var(--color-Line)
}

.bn-web-table-wrapper__line>.bn-web-table .bn-web-table-title {
    border-bottom: 1px solid var(--color-Line);
    border-top: none
}

.bn-web-table-wrapper__separate>.bn-web-table {
    border-bottom: none
}

.bn-web-table-wrapper__separate>.bn-web-table thead tr {
    background: transparent
}

.bn-web-table-wrapper__separate>.bn-web-table .bn-web-table-title {
    border: none
}

.bn-web-table [aria-hidden] {
    border: none !important;
    visibility: hidden !important
}

.bn-web-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.bn-web-table-wrapper__separate>.bn-web-table table {
    border-collapse: separate
}

.bn-web-table thead tr {
    background: var(--color-SecondaryBg);
    border: none
}

.bn-web-table thead td,
.bn-web-table thead th {
    background: inherit;
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: var(--table-vertical-padding-s) var(--table-horizontal-padding);
    position: relative;
    text-align: start;
    white-space: normal;
    word-break: break-word
}

.bn-web-table thead td:first-child,
.bn-web-table thead th:first-child {
    -webkit-padding-start: var(--table-horizontal-padding-ends);
    padding-inline-start: var(--table-horizontal-padding-ends)
}

.bn-web-table thead td:last-child,
.bn-web-table thead th:last-child {
    -webkit-padding-end: var(--table-horizontal-padding-ends);
    padding-inline-end: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper__separate>.bn-web-table thead td:first-child,
.bn-web-table-wrapper__separate>.bn-web-table thead td:last-child,
.bn-web-table-wrapper__separate>.bn-web-table thead th:first-child,
.bn-web-table-wrapper__separate>.bn-web-table thead th:last-child {
    --table-horizontal-padding-ends: 20px
}

.bn-web-table-body {
    --scroll-pad: 1px !important;
    --scroll-size: 6px !important
}

.bn-web-table tbody tr {
    background: var(--color-BasicBg)
}

.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-Vessel)
}

.bn-web-table tbody td,
.bn-web-table tbody th {
    background: inherit;
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: var(--table-vertical-padding) var(--table-horizontal-padding);
    position: relative;
    white-space: normal;
    word-break: break-word
}

.bn-web-table tbody td:first-child,
.bn-web-table tbody th:first-child {
    -webkit-padding-start: var(--table-horizontal-padding-ends);
    padding-inline-start: var(--table-horizontal-padding-ends)
}

.bn-web-table tbody td:last-child,
.bn-web-table tbody th:last-child {
    -webkit-padding-end: var(--table-horizontal-padding-ends);
    padding-inline-end: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper__separate>.bn-web-table tbody tr {
    background: transparent;
    border: none
}

.bn-web-table-wrapper__separate>.bn-web-table tbody td:first-child,
.bn-web-table-wrapper__separate>.bn-web-table tbody th:first-child {
    --table-horizontal-padding-ends: 20px;
    border-bottom-left-radius: var(--radii-m);
    border-top-left-radius: var(--radii-m)
}

.bn-web-table-wrapper__separate>.bn-web-table tbody td:last-child,
.bn-web-table-wrapper__separate>.bn-web-table tbody th:last-child {
    --table-horizontal-padding-ends: 20px;
    border-bottom-right-radius: var(--radii-m);
    border-top-right-radius: var(--radii-m)
}

.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 {
    bottom: -1px;
    content: "";
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    transform: translateX(100%);
    transition: box-shadow .3s;
    width: 20px
}

.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 {
    bottom: -1px;
    content: "";
    left: -1px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: box-shadow .3s;
    width: 20px
}

.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 12px -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 12px -4px var(--color-Line)
}

.bn-web-table-placeholder {
    position: relative;
    text-align: center
}

.bn-web-table-placeholder .bn-web-table-cell {
    padding: var(--table-vertical-padding) 0
}

.bn-web-table tbody .bn-web-table-row-expand-icon-cell,
.bn-web-table-expand-icon-col {
    color: var(--color-IconNormal);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 32px
}

.bn-web-table tbody .bn-web-table-row-expand-icon-cell,
.bn-web-table tbody .bn-web-table-row-expand-icon-cell:first-child,
.bn-web-table tbody .bn-web-table-row-expand-icon-cell:last-child,
.bn-web-table-expand-icon-col,
.bn-web-table-expand-icon-col:first-child,
.bn-web-table-expand-icon-col:last-child {
    padding: var(--table-vertical-padding) 0
}

.bn-web-table-expanded-row>.bn-web-table-cell,
.bn-web-table-expanded-row>.bn-web-table-cell:first-child,
.bn-web-table-expanded-row>.bn-web-table-cell:last-child {
    padding: 0
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper {
    margin-left: 32px;
    width: calc(100% - 32px)
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table {
    border-bottom: none;
    border-top: none
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table .bn-web-table-title,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table thead tr {
    border-bottom: 1px solid var(--color-Line);
    border-top: none
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table .bn-web-table-footer,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table .bn-web-table-title,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table td,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table th {
    background: var(--color-SecondaryBg)
}

.bn-web-table-row-expand-icon {
    align-items: center;
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-xs);
    cursor: pointer;
    display: inline-flex;
    height: 16px;
    justify-content: center;
    line-height: 16px;
    width: 16px
}

.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-footer,
.bn-web-table-title {
    border-top: 1px solid var(--color-Line);
    padding: var(--table-vertical-padding) var(--table-horizontal-padding)
}

.bn-web-table-sticky-holder {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2
}

.bn-web-table-rtl {
    direction: rtl
}

.bn-badge {
    align-items: center;
    background-color: var(--color-BtnBg);
    border-radius: var(--radii-xl);
    color: var(--color-TextOnYellow);
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    justify-content: center;
    left: 50%;
    line-height: 16px;
    min-width: 16px;
    padding: 0 var(--space-4xs);
    position: absolute;
    top: 0;
    transform: translate3d(0, -50%, 0)
}

.bn-badge.data-theme-error {
    background-color: var(--color-Sell);
    color: var(--color-RedGreenBgText)
}

.bn-badge__dot,
.bn-badge__dot-side {
    border-radius: var(--radii-circle);
    height: 8px;
    left: 100%;
    min-width: 8px;
    padding: 0;
    transform: translate3d(-50%, -50%, 0);
    width: 8px
}

.bn-badge__dot-side {
    top: 50%;
    transform: translate3d(4px, -50%, 0)
}

.bn-badge__string {
    left: unset;
    right: 0;
    top: 0;
    transform: none
}

.bn-badge:not(.bn-badge__dot).data-size-sm {
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    min-width: 12px;
    padding: 0 var(--space-5xs)
}

@media only screen and (min-width:768px) {
    .bn-badge:not(.bn-badge__dot).data-size-sm {
        font-size: 8px;
        font-weight: 500;
        line-height: 12px
    }
}

.bn-badge-wrap {
    display: inline-flex;
    position: relative
}

.bn-badge-rtl {
    left: auto;
    right: 50%;
    transform: translate3d(0, -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)
}

.bn-badge-rtl.bn-badge__string {
    left: 0;
    right: unset;
    top: 0;
    transform: none
}

@media only screen and (min-width:768px) {
    .bn-badge {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
    .bn-badge:not(.bn-badge__dot) {
        min-width: 18px
    }
}

.bn-backtop {
    position: fixed;
    z-index: var(--zindex-backTop)
}

.bn-backtop-arrow {
    color: var(--color-PrimaryText);
    font-size: 28px
}

.bn-notification {
    grid-gap: var(--space-5xs);
    --prefix-color: var(--color-PrimaryText);
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-2l);
    color: var(--color-PrimaryText);
    display: flex;
    gap: var(--space-5xs);
    padding: var(--space-s)
}

.bn-notification-mw {
    min-width: 196px
}

.bn-notification__primary .bn-notification-content-message {
    color: var(--color-PrimaryText)
}

.bn-notification__secondary,
.bn-notification__tertiary {
    background-color: var(--color-Input)
}

.bn-notification__tertiary {
    --prefix-color: var(--color-SecondaryText)
}

.bn-notification__tertiary,
.bn-notification__tertiary .bn-notification-content-message {
    color: var(--color-SecondaryText)
}

.bn-notification__success {
    --prefix-color: var(--color-Success);
    background: var(--color-SuccessBg)
}

.bn-notification__error {
    background: var(--color-ErrorBg)
}

.bn-notification__push {
    background-color: var(--color-Vessel);
    box-shadow: var(--shadow-shadow2);
    max-width: 360px;
    padding: var(--space-s) var(--space-m)
}

.bn-notification__push .bn-notification-content {
    min-height: 22px
}

.bn-notification__push .bn-notification-content-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-notification__push .bn-notification-content-message {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    color: var(--color-SecondaryText);
    max-height: 8em;
    overflow-y: auto
}

.bn-notification__push .bn-notification-content-message.data-push-message {
    color: var(--color-PrimaryText)
}

.bn-notification__push .bn-notification-prefix {
    font-size: 20px;
    min-height: 22px
}

.bn-notification__push .bn-notification-close {
    min-height: 22px
}

.bn-notification-prefix {
    color: var(--prefix-color);
    flex: none;
    font-size: 16px;
    margin-top: 1px;
    min-height: 18px
}

.bn-notification-content {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    line-height: 18px;
    min-height: 18px;
    position: relative
}

.bn-notification-content.closable>:first-child {
    margin-right: 20px
}

.bn-notification-content-message {
    color: var(--color-PrimaryText);
    font-size: 12px;
    font-weight: 400;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 18px
}

.bn-notification-close {
    color: var(--color-IconNormal);
    cursor: pointer;
    font-size: 16px;
    margin-top: 1px;
    min-height: 18px;
    position: absolute;
    right: 0;
    top: 0
}

.bn-notification.data-multiple .bn-slider-ticks {
    max-height: 32px;
    padding: 3px 4px
}

.bn-notification.data-multiple .bn-slider-ticks-tick:not(.active) {
    background-color: var(--color-PrimaryText);
    opacity: .3
}

.bn-notification.data-multiple .bn-swiper {
    height: 54px
}

.bn-notification.data-multiple .bn-swiper-item {
    position: relative
}

.bn-notification-rtl .bn-notification-content.closable>:first-child {
    margin-left: 20px;
    margin-right: 0
}

.bn-notification-rtl .bn-notification-close {
    left: 0;
    right: auto
}

@media only screen and (min-width:768px) {
    .bn-notification {
        padding: var(--space-s)
    }
    .bn-notification.data-size-small {
        padding: var(--space-2xs)
    }
    .bn-notification.data-size-small .bn-notification-close,
    .bn-notification.data-size-small .bn-notification-prefix {
        font-size: 16px;
        min-height: 18px
    }
    .bn-notification.data-size-small .bn-notification-content {
        min-height: 18px
    }
    .bn-notification.data-size-small .bn-notification-content-title {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
    .bn-notification.data-size-small .bn-notification-content-message {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-notification__primary .bn-notification-content-message {
        color: var(--color-PrimaryText)
    }
    .bn-notification__tertiary {
        --prefix-color: var(--color-TertiaryText)
    }
    .bn-notification__tertiary,
    .bn-notification__tertiary .bn-notification-content-message {
        color: var(--color-TertiaryText)
    }
    .bn-notification__error .bn-notification-content,
    .bn-notification__success .bn-notification-content {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-notification__push .bn-notification-content-message {
        color: var(--color-TertiaryText)
    }
    .bn-notification__push .bn-notification-close,
    .bn-notification__push .bn-notification-prefix {
        min-height: 22px
    }
    .bn-notification-close,
    .bn-notification-prefix {
        font-size: 20px;
        min-height: 22px
    }
    .bn-notification-content {
        grid-gap: var(--space-5xs);
        font-size: 14px;
        font-weight: 500;
        gap: var(--space-5xs);
        line-height: 22px;
        min-height: 22px
    }
    .bn-notification-content-message {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-notification.data-multiple .bn-swiper {
        height: 68px
    }
}

.bn-navigator__black {
    color: var(--color-PrimaryText)
}

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

.bn-navigator__yellow {
    color: var(--color-TextLink)
}

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

.bn-openinapp-modal a,
.bn-openinapp-modal a:hover {
    color: inherit;
    text-decoration: none
}

.bn-openinapp-modal a:active,
.bn-openinapp-modal a:visited {
    color: inherit
}

.bn-divider {
    -webkit-border-before: .5px solid var(--color-Line);
    border-block-start: .5px solid var(--color-Line);
    clear: both;
    display: flex;
    min-width: 100%;
    width: 100%
}

@media only screen and (min-width:768px) {
    .bn-divider {
        -webkit-border-before: 1px solid var(--color-Line);
        border-block-start: 1px solid var(--color-Line)
    }
}

.bn-mask {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: var(--zindex-modal)
}

.bn-mask-rtl {
    direction: rtl
}

.bn-mask-inner {
    background-color: rgba(0, 0, 0, .08);
    position: absolute
}

.bn-mask-body {
    width: calc(100% - var(--scroll-size))
}

.bn-tooltips {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition-duration: var(--animation-duration-base);
    transition-property: opacity, visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: var(--zindex-tooltip)
}

.bn-tooltips-trans {
    position: fixed;
    z-index: var(--zindex-tooltip)
}

.bn-tooltips>.bn-bubble-content {
    border-radius: var(--radii-m);
    padding: var(--space-m)
}

.bn-tooltips.bn-bubble__gray>.bn-bubble-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    background-color: var(--color-PrimaryText);
    color: var(--color-SecondaryBg);
    max-height: 160px;
    opacity: .95;
    overflow-y: auto;
    padding: var(--space-3xs) var(--space-xs)
}

.bn-tooltips.bn-bubble__gray .bn-bubble-arrow,
.bn-tooltips.bn-bubble__gray .bn-bubble-arrow-shadow {
    background: linear-gradient(-45deg, transparent 0, transparent 50%, var(--color-PrimaryText) 50%, var(--color-PrimaryText) 100%);
    opacity: .95
}

.bn-tooltips.bn-bubble__gray .bn-bubble-web-arrow {
    opacity: .95
}

.bn-tooltips.bn-bubble__unset>.bn-bubble-content {
    max-width: none;
    padding: 0
}

.bn-tooltips.data-shadow>.bn-bubble-content {
    box-shadow: none
}

.bn-tooltips.active {
    --scroll-size: 0;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    overflow: visible;
    visibility: visible
}

.bn-tooltips.active.data-shadow>.bn-bubble-content {
    box-shadow: var(--shadow-shadow2)
}

.bn-tooltips-wrap {
    display: inline-flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bn-tooltips-wrap.active>.bn-tooltips {
    --scroll-size: 0;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    overflow: visible;
    visibility: visible
}

.bn-tooltips-ele {
    align-items: center;
    display: inline-flex;
    width: 100%
}

.bn-tooltips-ele-rtl {
    direction: rtl
}

.bn-tooltips-ele-with-safe-area {
    z-index: 1
}

.bn-tooltips-safety-triangle {
    height: 100%;
    overflow: visible;
    position: absolute;
    width: 100%
}

.bn-tooltips-safety-triangle polygon {
    opacity: 0
}

@media only screen and (min-width:768px) {
    .bn-tooltips.bn-bubble__gray>.bn-bubble-content {
        padding: var(--space-2xs) var(--space-s)
    }
}

.bn-drawer-handle {
    --handle-long: 40px;
    --handle-short: 4px;
    --handle-padding: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute
}

.bn-drawer-handle-icon {
    background-color: var(--color-DisableBtn);
    border-radius: 12px
}

.bn-drawer-handle.data-dir-bottom,
.bn-drawer-handle.data-dir-top {
    padding: var(--handle-padding) 0;
    width: 100%
}

.bn-drawer-handle.data-dir-bottom .bn-drawer-handle-icon,
.bn-drawer-handle.data-dir-top .bn-drawer-handle-icon {
    height: var(--handle-short);
    width: var(--handle-long)
}

.bn-drawer-handle.data-dir-left,
.bn-drawer-handle.data-dir-right {
    height: 100%;
    padding: 0 var(--handle-padding)
}

.bn-drawer-handle.data-dir-left .bn-drawer-handle-icon,
.bn-drawer-handle.data-dir-right .bn-drawer-handle-icon {
    height: var(--handle-long);
    width: var(--handle-short)
}

.bn-drawer-handle.data-dir-bottom {
    top: 0
}

.bn-drawer-handle.data-dir-top {
    bottom: 0
}

.bn-drawer-handle.data-dir-left {
    right: 0
}

.bn-drawer-handle.data-dir-right {
    left: 0
}

.bn-drawer {
    z-index: var(--zindex-drawer)
}

.bn-drawer>.bn-drawer-wrap {
    background-color: var(--color-CardBg);
    border-radius: 0;
    bottom: 0;
    left: 0;
    max-height: 100vh;
    max-width: 100vw;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: var(--animation-duration-base);
    transition-property: transform;
    transition-timing-function: ease-in
}

.bn-drawer>.bn-drawer-wrap.data-dir-left {
    max-width: 84%;
    right: auto;
    transform: translate3d(-100%, 0, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-left.data-size-limit {
    width: 84%
}

.bn-drawer>.bn-drawer-wrap.data-dir-left.data-size-full {
    border-radius: 0;
    max-width: 100%;
    width: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-left.data-draggable {
    padding-right: var(--space-mm)
}

.bn-drawer>.bn-drawer-wrap.data-dir-top {
    border-radius: 0 0 var(--radii-l) var(--radii-l);
    bottom: auto;
    max-height: calc(100% - 80px);
    transform: translate3d(0, -100%, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-top.data-size-limit {
    height: calc(100% - 80px)
}

.bn-drawer>.bn-drawer-wrap.data-dir-top.data-size-full {
    border-radius: 0;
    height: 100%;
    max-height: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-top.data-draggable {
    padding-bottom: var(--space-mm)
}

.bn-drawer>.bn-drawer-wrap.data-dir-right {
    left: auto;
    max-width: 84%;
    transform: translate3d(100%, 0, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-right.data-size-limit {
    width: 84%
}

.bn-drawer>.bn-drawer-wrap.data-dir-right.data-size-full {
    border-radius: 0;
    max-width: 100%;
    width: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-right.data-draggable {
    padding-left: var(--space-mm)
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom {
    border-radius: var(--radii-xl) var(--radii-xl) 0 0;
    max-height: calc(100% - 80px);
    top: auto;
    transform: translate3d(0, 100%, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom.data-size-limit {
    height: calc(100% - 80px)
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom.data-size-full {
    border-radius: 0;
    height: 100%;
    max-height: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom.data-draggable {
    padding-top: var(--space-mm)
}

.bn-drawer.data-show>.bn-drawer-wrap {
    transform: translateZ(0)
}

.bn-modal>.bn-modal-wrap {
    background-color: var(--color-CardBg);
    border-radius: var(--radii-xl);
    box-shadow: var(--shadow-shadow1);
    max-width: 80vw;
    overflow: hidden;
    position: relative;
    transform: scale(.9);
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 360px
}

.bn-modal>.bn-modal-wrap.data-size-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bn-modal>.bn-modal-wrap.data-size-medium {
    width: 420px
}

.bn-modal>.bn-modal-wrap.data-size-middle {
    width: 520px
}

.bn-modal>.bn-modal-wrap.data-size-large {
    width: 720px
}

.bn-modal.data-show>.bn-modal-wrap {
    transform: scale(1)
}

.bn-modal-header {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    gap: var(--space-2xs);
    padding: 18px var(--space-xl);
    position: relative
}

.bn-modal-header-next,
.bn-modal-header-prev {
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 24px
}

.bn-modal-header-main {
    flex: 1 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.bn-modal-header-pre .bn-modal-header-main {
    text-align: center
}

.bn-modal-header-next-hidden,
.bn-modal-header-pre-hidden .bn-modal-header-prev {
    visibility: hidden
}

@media only screen and (min-width:768px) {
    .bn-modal-header-main {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
}

.bn-modal-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    max-height: 350px;
    overflow-y: auto;
    padding: var(--space-xl)
}

.bn-modal-footer {
    grid-gap: var(--space-2xs);
    display: flex;
    gap: var(--space-2xs);
    justify-content: flex-end;
    padding: 0 var(--space-xl) var(--space-xl)
}

.bn-modal-footer-column {
    flex-direction: column
}

.bn-modal-footer-row>* {
    flex: 1 1
}

.bn-drawer-wrap {
    display: flex;
    flex-direction: column
}

.bn-drawer .bn-modal-header {
    padding: 18px 15px
}

.bn-drawer .bn-modal-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    max-height: unset;
    overflow-y: auto;
    padding: var(--space-xl) 15px
}

.bn-drawer .bn-modal-footer {
    grid-gap: var(--space-xs);
    gap: var(--space-xs);
    padding: 0 15px var(--space-xl)
}

.bn-modal-confirm {
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
    min-height: 200px;
    padding-top: var(--space-xl);
    text-align: center
}

.bn-modal-confirm-icon {
    font-size: 64px;
    margin-bottom: var(--space-m)
}

.bn-modal-confirm-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: var(--space-2xs);
    padding: 0 var(--space-xl);
    width: 100%
}

.bn-modal-confirm-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.bn-modal-confirm-desc {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow-y: auto;
    padding: 0 var(--space-xl);
    text-align: start;
    width: 100%;
    word-break: break-word
}

.bn-modal-confirm-actions {
    padding: var(--space-xl);
    width: 100%
}

.bn-modal-confirm-actions .bn-modal-footer {
    padding: unset
}

@media only screen and (min-width:768px) {
    .bn-modal-confirm-icon {
        font-size: 96px
    }
    .bn-modal-confirm-title {
        font-size: 20px;
        font-weight: 600;
        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: 22px
    }
}

.bn-modal-basic {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
    min-height: 200px
}

.bn-modal-basic .bn-modal-content {
    flex: 1 1;
    max-height: unset;
    padding: 0 var(--space-xl)
}

.bn-modal-basic .bn-modal-footer {
    padding: var(--space-xl)
}

.bn-drawer .bn-modal-basic {
    min-height: 182px
}

.bn-drawer .bn-modal-basic .bn-modal-header {
    padding: var(--space-s) var(--space-m)
}

.bn-drawer .bn-modal-basic .bn-modal-content {
    padding: 0 var(--space-m)
}

.bn-drawer .bn-modal-basic .bn-modal-footer {
    padding: var(--space-m)
}

.bn-layer-notifies {
    grid-gap: var(--space-s);
    display: inline-flex;
    flex-direction: column;
    gap: var(--space-s);
    position: fixed;
    z-index: var(--zindex-notification)
}

.bn-layer-notifies>.bn-trans {
    transform: scale(.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__basic-col>.bn-drawer-wrap {
    display: flex;
    flex-direction: column
}

.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 {
    color: var(--color-SecondaryText);
    cursor: pointer;
    text-align: center
}

.bn-actionSheet-cancel {
    align-items: center;
    border-top: 6px solid var(--color-Line);
    color: var(--color-SecondaryText);
    cursor: pointer;
    display: flex;
    flex: none;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 24px;
    padding: var(--space-s) var(--space-m)
}

@media only screen and (min-width:768px) {
    .bn-actionSheet-cancel {
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-actionSheet-header {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    gap: var(--space-2xs);
    padding: var(--space-s) var(--space-m);
    position: relative
}

.bn-actionSheet-header-next,
.bn-actionSheet-header-prev {
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 20px
}

.bn-actionSheet-header-main {
    grid-gap: var(--space-5xs);
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    gap: var(--space-5xs);
    line-height: 26px
}

.bn-actionSheet-header-main-subtitle {
    color: var(--color-SecondaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-actionSheet-header-main-description {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .bn-actionSheet-header-main {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
    .bn-actionSheet-header-main-subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-actionSheet-header-main-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.bn-actionSheet-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    overflow-y: auto;
    padding: 0 var(--space-m)
}

.bn-actionSheet-footer {
    grid-gap: var(--space-xs);
    display: flex;
    gap: var(--space-xs);
    padding: var(--space-m)
}

.bn-coachmark.active {
    background-color: var(--color-CardBg);
    border-radius: var(--radii-2l);
    padding: var(--space-s) 15px;
    position: relative;
    z-index: var(--zindex-coachmark)
}

.bn-coachmark-bubble .bn-bubble-content {
    border-radius: var(--radii-l);
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0
}

@media only screen and (min-width:768px) {
    .bn-coachmark-bubble .bn-bubble-content {
        border-radius: var(--radii-2l)
    }
}

.bn-coachmark-panel {
    grid-gap: var(--space-xs);
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    max-height: 272px;
    max-width: 320px;
    min-height: 128px;
    min-width: 184px;
    padding: 15px
}

.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-tips {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow)
}

.bn-coachmark-panel-title {
    flex: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-coachmark-panel-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow-y: auto
}

.bn-coachmark-panel-extra {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    flex: none;
    gap: var(--space-xs)
}

.bn-coachmark-panel-extra .bn-coachmark-panel-extra-skip {
    min-width: auto;
    padding: 0
}

.bn-coachmark-panel-extra-step {
    align-items: baseline;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-coachmark-panel-extra-step-gap {
    width: .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 {
    grid-gap: var(--space-s);
    align-items: center;
    display: inline-flex;
    flex: 1 1;
    gap: var(--space-s);
    justify-content: flex-end
}

.bn-coachmark-panel-extra-actions .bn-coachmark-panel-extra-actions-prev {
    min-width: auto;
    padding: 0
}

.bn-coachmark-panel-tips {
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-xs);
    color: var(--color-PrimaryText);
    display: flex;
    flex: none;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 22px;
    padding: var(--space-3xs) var(--space-m);
    width: 100%
}

@media only screen and (min-width:768px) {
    .bn-coachmark-panel {
        grid-gap: var(--space-4xs);
        gap: var(--space-4xs);
        max-height: 352px;
        max-width: 440px;
        min-height: 232px;
        min-width: auto;
        padding: var(--space-m) var(--space-xl)
    }
    .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: 20px;
        font-weight: 600;
        line-height: 28px
    }
    .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-top: var(--space-l)
    }
    .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-tips {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.bn-formItem {
    grid-gap: var(--space-4xs);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    gap: var(--space-4xs);
    line-height: 22px
}

.bn-formItem-label {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-formItem-errMsg {
    color: var(--color-Error)
}

.bn-formItem-errMsg,
.bn-formItem-tips {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-formItem-tips {
    color: var(--color-SecondaryText)
}

@media only screen and (min-width:768px) {
    .bn-formItem {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-formItem-label {
        color: var(--color-PrimaryText);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-formItem-tips {
        color: var(--color-TertiaryText)
    }
    .bn-formItem-errMsg,
    .bn-formItem-tips {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.bn-inputNum {
    grid-gap: var(--space-s);
    align-items: center;
    background: transparent;
    border: none;
    color: var(--color-PrimaryText);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: var(--space-s)
}

.bn-inputNum.disabled {
    color: var(--color-TertiaryText);
    position: relative
}

.bn-inputNum.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-inputNum.disabled {
        color: var(--color-DisabledText)
    }
}

.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 {
    color: var(--color-DisableText);
    display: inline-flex;
    flex: none
}

.bn-inputNum-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    caret-color: var(--color-PrimaryYellow);
    color: inherit;
    flex: 1 1;
    font-size: 28px;
    font-weight: 600;
    height: 100%;
    line-height: 40px;
    outline: none;
    overflow: hidden
}

.bn-inputNum-input::-moz-placeholder {
    color: var(--color-TertiaryText)
}

.bn-inputNum-input:-ms-input-placeholder {
    color: var(--color-TertiaryText)
}

.bn-inputNum-input::placeholder {
    color: var(--color-TertiaryText)
}

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

.bn-textarea {
    grid-gap: var(--space-2xs);
    background-color: var(--color-Input);
    border: 1px solid transparent;
    border-radius: var(--radii-l);
    color: var(--color-PrimaryText);
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs);
    max-height: 142px;
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 345px
}

.bn-textarea.disabled {
    background-color: var(--color-Line);
    color: var(--color-TertiaryText);
    position: relative
}

.bn-textarea.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-textarea.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-textarea.data-error:not(.disabled) {
    border: 1px solid var(--color-Error)
}

.bn-textarea.focus:not(.bn-textarea__default) {
    border: 1px solid var(--color-PrimaryYellow)
}

.bn-textarea__line {
    background: transparent;
    border-color: var(--color-InputLine)
}

.bn-textarea-suffix {
    color: var(--color-DisabledText);
    display: flex;
    flex: none;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-end;
    line-height: 22px;
    padding: 0 var(--space-s) var(--space-s)
}

.bn-textarea-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    caret-color: var(--color-PrimaryYellow);
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 22px;
    margin: var(--space-s) var(--space-s) 0;
    min-height: 3em;
    outline: none;
    resize: none
}

.bn-textarea-input::-moz-placeholder {
    color: var(--color-DisabledText)
}

.bn-textarea-input:-ms-input-placeholder {
    color: var(--color-DisabledText)
}

.bn-textarea-input::placeholder {
    color: var(--color-DisabledText)
}

@media only screen and (min-width:768px) {
    .bn-textarea:hover:not(.disabled),
    .bn-textarea__default.focus {
        border: 1px solid var(--color-PrimaryYellow)
    }
    .bn-textarea-suffix {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-textarea-input {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.bn-textField {
    grid-gap: var(--space-2xs);
    align-items: center;
    background-color: var(--color-Input);
    border: 1px solid transparent;
    border-radius: var(--radii-m);
    color: var(--color-PrimaryText);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: var(--space-2xs);
    height: 40px;
    max-width: 100vw;
    padding: 0 var(--space-s);
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 345px
}

.bn-textField.data-size-huge {
    border-radius: var(--radii-l);
    height: 56px
}

.bn-textField.data-size-huge .bn-textField-input {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge .bn-textField-input::-moz-placeholder {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge .bn-textField-input:-ms-input-placeholder {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge .bn-textField-input .input-placeholder,
.bn-textField.data-size-huge .bn-textField-input::placeholder {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-size-huge.data-prefix-fixed .bn-textField-suffix {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-minus,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-plus {
    height: 20px;
    line-height: 20px
}

.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-minus .bn-svg,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-minus svg,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-plus .bn-svg,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-plus svg {
    font-size: 20px
}

.bn-textField.data-size-huge.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .bn-textField.data-size-huge .bn-textField-input {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge .bn-textField-input::-moz-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge .bn-textField-input:-ms-input-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge .bn-textField-input .input-placeholder,
    .bn-textField.data-size-huge .bn-textField-input::placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-textField.data-size-large {
    border-radius: var(--radii-l);
    height: 48px
}

.bn-textField.data-size-large .bn-textField-input {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-input::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-input .input-placeholder,
.bn-textField.data-size-large .bn-textField-input::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-size-large.data-prefix-fixed .bn-textField-suffix {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-numeric-controls-trade-minus,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-plus {
    height: 20px;
    line-height: 20px
}

.bn-textField.data-size-large .bn-textField-numeric-controls-trade-minus .bn-svg,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-minus svg,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-plus .bn-svg,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-plus svg {
    font-size: 20px
}

.bn-textField.data-size-large.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-small {
    height: 32px
}

.bn-textField.data-size-small .bn-textField-clear svg,
.bn-textField.data-size-small .bn-textField-prefix svg,
.bn-textField.data-size-small .bn-textField-suffix svg {
    font-size: 16px
}

.bn-textField.data-size-small .bn-textField-input {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small .bn-textField-input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small .bn-textField-input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small .bn-textField-input .input-placeholder,
.bn-textField.data-size-small .bn-textField-input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-tiny {
    border-radius: var(--radii-s);
    height: 24px;
    width: 200px
}

.bn-textField.data-size-tiny .bn-textField-clear,
.bn-textField.data-size-tiny .bn-textField-prefix,
.bn-textField.data-size-tiny .bn-textField-suffix {
    font-size: 12px
}

.bn-textField.data-size-tiny .bn-textField-input {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny .bn-textField-input::-moz-placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny .bn-textField-input:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny .bn-textField-input .input-placeholder,
.bn-textField.data-size-tiny .bn-textField-input::placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-size-tiny.data-prefix-fixed .bn-textField-suffix {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    width: 75px
}

.bn-textField.data-gap-size-small {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs);
    padding: 0 var(--space-2xs)
}

.bn-textField.disabled {
    background-color: var(--color-Line);
    border-color: transparent;
    color: var(--color-TertiaryText);
    position: relative
}

.bn-textField.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-textField.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-textField.disabled .bn-textField-input {
    color: var(--color-DisabledText)
}

.bn-textField.disabled .bn-textField-input::-moz-placeholder {
    color: var(--color-DisabledText)
}

.bn-textField.disabled .bn-textField-input:-ms-input-placeholder {
    color: var(--color-DisabledText)
}

.bn-textField.disabled .bn-textField-input .input-placeholder,
.bn-textField.disabled .bn-textField-input::placeholder {
    color: var(--color-DisabledText)
}

.bn-textField.data-error:not(.disabled) {
    border-color: var(--color-Error)
}

.bn-textField.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-prefix-fixed .bn-textField-suffix {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-prefix-fixed .bn-textField-prefix {
    color: var(--color-TertiaryText)
}

.bn-textField.data-prefix-fixed .bn-textField-suffix {
    color: var(--color-PrimaryText)
}

.bn-textField.data-prefix-fixed .bn-textField-input {
    text-align: end
}

.bn-textField__line {
    background: transparent;
    border-color: var(--color-InputLine)
}

.bn-textField__line.focus:not(.static):not(.data-error) {
    border-color: var(--color-PrimaryYellow)
}

.bn-textField-prefix,
.bn-textField-suffix {
    color: var(--color-IconNormal);
    display: inline-flex;
    flex: none
}

.bn-textField-prefix svg,
.bn-textField-suffix svg {
    font-size: 20px
}

.bn-textField-clear {
    color: var(--color-IconNormal);
    cursor: pointer;
    display: inline-flex;
    flex: none
}

.bn-textField-clear svg {
    font-size: 20px
}

.bn-textField-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    caret-color: var(--color-PrimaryYellow);
    color: inherit;
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    min-width: 0;
    outline: none;
    overflow: hidden
}

.bn-textField-input::-moz-placeholder {
    color: var(--color-IconNormal);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField-input:-ms-input-placeholder {
    color: var(--color-IconNormal);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField-input .input-placeholder,
.bn-textField-input::placeholder {
    color: var(--color-IconNormal);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField-input[type=password] {
    letter-spacing: 2px
}

.bn-textField-numeric-controls {
    -webkit-padding-end: 32px;
    padding-inline-end: 32px;
    position: relative
}

.bn-textField-numeric-controls .bn-textField-input [type=number],
.bn-textField-numeric-controls .bn-textField-input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

.bn-textField-numeric-controls .bn-textField-input [type=number]::-webkit-inner-spin-button,
.bn-textField-numeric-controls .bn-textField-input [type=number]::-webkit-outer-spin-button,
.bn-textField-numeric-controls .bn-textField-input[type=number]::-webkit-inner-spin-button,
.bn-textField-numeric-controls .bn-textField-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.bn-textField-numeric-controls-panel {
    -webkit-border-start: 1px solid var(--color-CardBg);
    border-inline-start: 1px solid var(--color-CardBg);
    bottom: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    inset-inline-end: 0;
    padding: 1px 0;
    position: absolute;
    top: 0
}

.bn-textField-numeric-controls-panel-down,
.bn-textField-numeric-controls-panel-up {
    align-items: center;
    display: flex;
    height: 50%;
    justify-content: center;
    padding: 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bn-textField-numeric-controls-panel-down svg,
.bn-textField-numeric-controls-panel-up svg {
    color: var(--color-IconNormal);
    font-size: 16px
}

.bn-textField-numeric-controls-panel-down {
    -webkit-border-before: 1px solid var(--color-CardBg);
    border-block-start: 1px solid var(--color-CardBg)
}

.bn-textField-numeric-controls-panel-down:active svg,
.bn-textField-numeric-controls-panel-up:active svg {
    color: var(--color-PrimaryText)
}

.bn-textField-numeric-controls.bn-textField__line .bn-textField-numeric-controls-panel {
    -webkit-border-start: 1px solid var(--color-InputLine);
    border-inline-start: 1px solid var(--color-InputLine)
}

.bn-textField-numeric-controls.bn-textField__line .bn-textField-numeric-controls-panel-down {
    -webkit-border-before: 1px solid var(--color-InputLine);
    border-block-start: 1px solid var(--color-InputLine)
}

.bn-textField-numeric-controls-trade {
    padding: 0 var(--space-s)
}

.bn-textField-numeric-controls-trade-minus,
.bn-textField-numeric-controls-trade-plus {
    cursor: pointer;
    height: 12px;
    line-height: 12px
}

.bn-textField-numeric-controls-trade-minus .bn-svg,
.bn-textField-numeric-controls-trade-minus svg,
.bn-textField-numeric-controls-trade-plus .bn-svg,
.bn-textField-numeric-controls-trade-plus svg {
    color: var(--color-IconNormal);
    font-size: 12px
}

.bn-textField-numeric-controls-trade .bn-textField-input {
    text-align: center
}

.bn-textField-numeric-controls-trade-suffix {
    grid-gap: 0;
    gap: 0
}

.bn-textField-numeric-controls-trade-suffix .bn-textField-input {
    text-align: end
}

.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 140px
}

@media only screen and (min-width:768px) {
    .bn-textField:hover:not(.data-error):not(.disabled):not(.static):not(:has(.bn-bubble: hover)) {
        border-color:var(--color-PrimaryYellow)
    }
    .bn-textField .bn-textField-numeric-controls-trade-minus svg:hover,
    .bn-textField .bn-textField-numeric-controls-trade-plus svg:hover {
        color: var(--color-PrimaryYellow)
    }
    .bn-textField__default.focus:not(.static):not(.data-error) {
        border-color: var(--color-PrimaryYellow)
    }
    .bn-textField-numeric-controls-panel-down:hover:not(.disabled) svg,
    .bn-textField-numeric-controls-panel-up:hover:not(.disabled) svg {
        color: var(--color-PrimaryText)
    }
}

.bn-textField.data-size-large .bn-textFieldSelect-field {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-small .bn-textFieldSelect-field,
.bn-textFieldSelect-field {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textFieldSelect-field {
    grid-gap: 5px;
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 5px
}

.bn-textFieldSelect-field-prefix.separator {
    border-right: 1px solid var(--color-Line);
    padding-right: 5px
}

.bn-textFieldSelect-field-suffix.separator {
    border-left: 1px solid var(--color-Line);
    padding-left: 5px
}

.bn-textFieldSelect-field-input {
    color: var(--color-PrimaryText);
    min-width: 35px
}

.bn-textFieldSelect-field-arrow {
    color: var(--color-IconNormal);
    font-size: 20px;
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out
}

.bn-textFieldSelect-field-icon {
    font-size: 20px
}

.bn-textFieldSelect-field-placeholder {
    color: var(--color-IconNormal)
}

.bn-textFieldSelect-field.active>.bn-textFieldSelect-field-arrow {
    transform: rotate(180deg)
}

.bn-textFieldSelect-field.disabled .bn-textFieldSelect-field-arrow,
.bn-textFieldSelect-field.disabled .bn-textFieldSelect-field-input,
.bn-textFieldSelect-field.disabled .bn-textFieldSelect-field-placeholder {
    color: var(--color-DisabledText)
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-prefix {
    border-right: unset;
    padding-right: unset
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-prefix.separator {
    border-left: 1px solid var(--color-Line);
    padding-left: 5px
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-suffix {
    border-left: unset;
    padding-left: unset
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-suffix.separator {
    border-right: 1px solid var(--color-Line);
    padding-right: 5px
}

.bn-textFieldSelect .bn-tooltips,
.bn-textFieldSelect .bn-tooltips>.bn-bubble-content {
    width: 100%
}

.bn-textFieldSelect-option {
    grid-gap: var(--space-2xs);
    align-items: center;
    display: flex;
    gap: var(--space-2xs)
}

.bn-textFieldSelect-option.bn-select-option {
    padding: var(--space-xs)
}

.bn-textFieldSelect-option svg {
    font-size: 20px
}

.bn-selection-group {
    grid-gap: var(--space-xl);
    align-items: center;
    display: inline-flex;
    gap: var(--space-xl)
}

.bn-selection-group.data-dir-vertical {
    grid-gap: var(--space-m);
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-m)
}

.bn-switch {
    background-color: var(--color-DisabledText);
    border-radius: var(--radii-m);
    cursor: pointer;
    display: inline-flex;
    height: 22px;
    justify-content: flex-start;
    padding: 2px;
    position: relative;
    transition: background-color .15s ease-in-out;
    width: 42px
}

.bn-switch:before {
    content: "";
    flex: 0 1;
    transition: flex .15s ease-in-out
}

.bn-switch.checked {
    background-color: var(--color-BtnBg)
}

.bn-switch.checked:before {
    flex: 1 1
}

.bn-switch.disabled {
    cursor: not-allowed;
    opacity: .5
}

.bn-switch.data-size-small {
    border-radius: var(--radii-s);
    height: 18px;
    width: 32px
}

.bn-switch.data-size-small .bn-switch-dot {
    border-radius: var(--radii-xs);
    font-size: 14px
}

.bn-switch.data-size-large {
    height: 30px;
    padding: 3px;
    width: 56px
}

.bn-switch.data-size-large .bn-switch-dot {
    font-size: 24px
}

.bn-switch-dot {
    background-color: var(--color-RedGreenBgText);
    display: inline-flex;
    font-size: 18px;
    height: 1em;
    justify-content: center;
    width: 1em
}

.bn-switch-dot,
.bn-switch__content {
    align-items: center;
    border-radius: var(--radii-s)
}

.bn-switch__content {
    background-color: transparent;
    border: 1px solid var(--color-InputLine);
    height: 32px;
    width: 92px
}

.bn-switch__content .bn-switch-dot {
    align-items: center;
    background-color: var(--color-Input);
    border-radius: 5px 0 0 5px;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    width: 50%
}

.bn-switch__content.checked {
    background-color: transparent
}

.bn-switch__content.checked .bn-switch-dot {
    border-radius: 0 5px 5px 0
}

.bn-switch__content.checked .bn-switch__content-left {
    color: var(--color-IconNormal)
}

.bn-switch__content.checked .bn-switch__content-right {
    color: var(--color-PrimaryText)
}

.bn-switch__content__filled,
.bn-switch__content__filled.checked {
    background-color: var(--color-Input);
    border: none
}

.bn-switch__content__filled .bn-switch-dot,
.bn-switch__content__filled.checked .bn-switch-dot {
    background-color: var(--color-CardBg)
}

.bn-switch__content.data-size-small {
    height: 28px;
    width: 84px
}

.bn-switch__content.data-size-small .bn-switch__content-left,
.bn-switch__content.data-size-small .bn-switch__content-right {
    font-size: 16px
}

.bn-switch__content.data-size-small .bn-switch-dot {
    border-radius: var(--radii-xs) 0 0 var(--radii-xs)
}

.bn-switch__content.data-size-small.bn-switch-rtl .bn-switch-dot,
.bn-switch__content.data-size-small.checked .bn-switch-dot {
    border-radius: 0 var(--radii-xs) var(--radii-xs) 0
}

.bn-switch__content.data-size-small.bn-switch-rtl.checked .bn-switch-dot {
    border-radius: var(--radii-xs) 0 0 var(--radii-xs)
}

.bn-switch__content.data-size-large {
    height: 32px;
    width: 92px
}

.bn-switch__content.data-size-large .bn-switch__content-left,
.bn-switch__content.data-size-large .bn-switch__content-right {
    font-size: 20px
}

.bn-switch__content-left,
.bn-switch__content-right {
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: calc(50% - 2px)
}

.bn-switch__content-left {
    color: var(--color-PrimaryText);
    left: 2px
}

.bn-switch__content-right {
    color: var(--color-IconNormal);
    right: 2px
}

.bn-switch__content.bn-switch-rtl .bn-switch-dot {
    border-radius: 0 5px 5px 0
}

.bn-switch__content.bn-switch-rtl .bn-switch__content-left {
    left: unset;
    right: 2px
}

.bn-switch__content.bn-switch-rtl .bn-switch__content-right {
    left: 2px;
    right: unset
}

.bn-switch__content.bn-switch-rtl.checked .bn-switch-dot {
    border-radius: 5px 0 0 5px
}

.bn-radio {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    gap: var(--space-2xs);
    line-height: 22px
}

.bn-radio.checked>.bn-radio-icon {
    background-color: var(--color-PrimaryText);
    border-color: var(--color-PrimaryText)
}

.bn-radio.checked>.bn-radio-icon:before {
    background-color: var(--color-CardBg)
}

.bn-radio.disabled {
    color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-radio.disabled>.bn-radio-icon {
    background-color: var(--color-Line);
    border-color: var(--color-DisableText)
}

.bn-radio.disabled.checked>.bn-radio-icon:before {
    background-color: var(--color-DisableText)
}

.bn-radio-icon {
    align-items: center;
    background-color: transparent;
    border: 2px solid var(--color-IconNormal);
    border-radius: var(--radii-circle);
    display: inline-flex;
    flex: none;
    height: 20px;
    justify-content: center;
    width: 20px
}

.bn-radio-icon:before {
    background-color: transparent;
    border-radius: var(--radii-circle);
    content: "";
    height: 6px;
    transition-duration: var(--animation-duration-fast);
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    width: 6px
}

@media only screen and (min-width:768px) {
    .bn-radio {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
    .bn-radio.disabled>.bn-radio-icon {
        border-color: var(--color-Line)
    }
    .bn-radio-icon {
        border: 1px solid var(--color-DisableText);
        height: 16px;
        width: 16px
    }
    .bn-radio-icon:before {
        height: 6px;
        width: 6px
    }
}

.bn-checkbox {
    grid-gap: var(--space-4xs);
    align-items: center;
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    gap: var(--space-4xs);
    line-height: 22px
}

.bn-checkbox.checked .bn-checkbox-icon {
    background-color: var(--color-PrimaryText);
    border-color: var(--color-PrimaryText);
    color: var(--color-BasicBg)
}

.bn-checkbox.disabled {
    color: var(--color-DisabledText);
    cursor: not-allowed
}

.bn-checkbox.disabled:not(.checked) .bn-checkbox-icon {
    background-color: var(--color-Line);
    border-color: var(--color-DisabledText)
}

.bn-checkbox.disabled.checked .bn-checkbox-icon {
    opacity: .5
}

.bn-checkbox__circle .bn-checkbox-icon {
    border-radius: var(--radii-circle)
}

.bn-checkbox-icon {
    align-items: center;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--color-IconNormal);
    border-radius: 2.5px;
    color: transparent;
    display: inline-flex;
    flex: none;
    font-size: 11.33px;
    justify-content: center;
    margin: 3.335px
}

.bn-checkbox.data-size-lg .bn-checkbox-icon {
    border-radius: 3px;
    font-size: 14px;
    margin: var(--space-4xs)
}

.bn-checkbox.data-size-sm .bn-checkbox-icon {
    border-radius: 2px;
    font-size: 8.67px;
    margin: 2.665px
}

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

.bn-subscript {
    border-color: var(--color-InputLine);
    border-radius: var(--radii-m);
    border-style: solid;
    border-width: 1px;
    color: var(--color-PrimaryText);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    padding: 7px var(--space-l);
    position: relative;
    text-align: center
}

.bn-subscript.data-size-small {
    border-radius: var(--radii-s);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 5px;
    width: 40px
}

.bn-subscript.checked {
    border-color: var(--color-PrimaryText);
    box-shadow: 0 0 0 .5px var(--color-PrimaryText)
}

.bn-subscript.checked .bn-subscript-icon {
    background: var(--color-PrimaryText);
    color: var(--color-CardBg)
}

.bn-subscript.disabled {
    border-color: var(--color-DisableBtn);
    color: var(--color-DisabledText)
}

.bn-subscript-icon {
    background: transparent;
    border-bottom-left-radius: var(--radii-m);
    color: transparent;
    display: inline-flex;
    font-size: 12px;
    height: 14px;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    z-index: 11
}

.bn-subscript-rtl .bn-subscript-icon {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: var(--radii-m);
    left: 0;
    right: auto
}

@media only screen and (min-width:768px) {
    .bn-subscript {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-subscript:hover:not(.disabled) {
        border-color: var(--color-PrimaryText);
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
}

.bn-select-field {
    grid-gap: var(--space-2xs);
    align-items: center;
    border-radius: var(--radii-m);
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--space-2xs);
    height: 40px;
    padding-left: var(--space-s);
    padding-right: var(--space-s);
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%
}

.bn-select-field.data-size-huge {
    border-radius: var(--radii-l);
    height: 56px
}

.bn-select-field.data-size-huge .bn-select-field-input,
.bn-select-field.data-size-huge .bn-select-field-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .bn-select-field.data-size-huge .bn-select-field-input,
    .bn-select-field.data-size-huge .bn-select-field-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-select-field.data-size-large {
    border-radius: var(--radii-l);
    height: 48px
}

.bn-select-field.data-size-large.data-multi {
    min-height: 48px
}

.bn-select-field.data-size-large .bn-select-field-input,
.bn-select-field.data-size-large .bn-select-field-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .bn-select-field.data-size-large .bn-select-field-input,
    .bn-select-field.data-size-large .bn-select-field-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-select-field.data-size-small {
    height: 32px
}

.bn-select-field.data-size-small.data-multi {
    min-height: 32px
}

.bn-select-field.data-size-small .bn-select-field-arrow {
    font-size: 16px
}

.bn-select-field.data-size-tiny {
    border-radius: var(--radii-s);
    height: 24px
}

.bn-select-field.data-size-tiny.data-multi {
    min-height: 24px
}

.bn-select-field.data-size-tiny .bn-select-field-arrow {
    font-size: 16px
}

.bn-select-field.data-filled {
    background-color: var(--color-Input);
    border: 1px solid transparent
}

.bn-select-field.data-line {
    border: 1px solid var(--color-InputLine)
}

.bn-select-field.data-borderless {
    grid-gap: 0;
    border: none;
    gap: 0;
    padding: 0
}

.bn-select-field.active>.bn-select-field-arrow {
    transform: rotate(180deg)
}

.bn-select-field.disabled {
    background-color: var(--color-Line);
    border-color: transparent;
    color: var(--color-TertiaryText);
    position: relative
}

.bn-select-field.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-select-field.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-select-field.disabled .bn-select-field-arrow,
.bn-select-field.disabled .bn-select-field-input,
.bn-select-field.disabled .bn-select-field-placeholder {
    color: var(--color-DisabledText)
}

.bn-select-field.data-multi {
    height: auto;
    max-width: 336px;
    min-height: 40px
}

.bn-select-field.data-multi>.bn-select-field-input {
    grid-row-gap: var(--space-3xs);
    grid-column-gap: var(--space-xs);
    -moz-column-gap: var(--space-xs);
    column-gap: var(--space-xs);
    display: flex;
    flex-wrap: wrap;
    margin: var(--space-2xs) 0;
    row-gap: var(--space-3xs)
}

.bn-select-field.data-multi>.bn-select-field-input .bn-select-field-block {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-select-field-arrow,
.bn-select-field-prefix {
    display: inline-flex;
    flex: none
}

.bn-select-field-arrow {
    color: var(--color-IconNormal);
    font-size: 20px;
    transition-duration: var(--animation-duration-base);
    transition-property: transform;
    transition-timing-function: ease-in-out
}

.bn-select-field-input {
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-select-field-input .data-label-input {
    display: inline-flex;
    justify-content: space-between;
    width: 100%
}

.bn-select-field-input .data-label-input .data-label {
    color: var(--color-SecondaryText)
}

.bn-select-field-placeholder {
    color: var(--color-IconNormal)
}

@media only screen and (min-width:768px) {
    .bn-select-field-input {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-select-field-input .data-label-input .data-label {
        color: var(--color-TertiaryText)
    }
    .bn-select-field.data-multi>.bn-select-field-input .bn-select-field-block {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-select-field:hover:not(.disabled):not(.data-borderless) {
        border: 1px solid var(--color-PrimaryYellow)
    }
}

.bn-select-overlay {
    padding-bottom: var(--space-xs);
    padding-top: var(--space-xs);
    width: 100%
}

.bn-select-overlay-search {
    display: flex;
    flex-direction: column;
    padding: 0 var(--space-xs) var(--space-xs);
    width: 100%
}

.bn-select-overlay-search .bn-textField {
    width: 100%
}

.bn-select-overlay-search .bn-textField input {
    flex-grow: 1;
    width: 0
}

.bn-select-overlay-options {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    max-height: 260px;
    overflow-y: auto
}

.bn-select-overlay-options .bn-select-option-group:not(:first-child) .bn-select-option-group-title {
    border-top: .5px solid var(--color-Line)
}

.bn-select-overlay-empty {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: var(--space-2xs) var(--space-m)
}

.bn-select-overlay__drawer {
    --search-field-height: 60px;
    padding: 0
}

.bn-select-overlay__drawer .bn-select-overlay-search-close {
    grid-gap: var(--space-m);
    align-items: center;
    flex-direction: row;
    gap: var(--space-m);
    justify-content: space-between;
    padding: var(--space-3xs) var(--space-m);
    padding-top: var(--space-s)
}

.bn-select-overlay__drawer .bn-select-overlay-search-close .bn-textField {
    height: 34px
}

.bn-select-overlay__drawer .bn-select-overlay-search-close-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-select-overlay__drawer .bn-select-overlay-search .bn-button {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0
}

.bn-select-overlay__drawer .bn-select-overlay-search+.bn-select-overlay-options {
    max-height: calc(100vh - var(--search-field-height) - 80px)
}

.bn-select-overlay__drawer .bn-select-overlay-options {
    max-height: calc(100vh - 80px)
}

@media only screen and (min-width:768px) {
    .bn-select-overlay-options {
        max-height: 520px
    }
    .bn-select-overlay-empty {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.bn-select-option {
    color: var(--color-SecondaryText);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: var(--space-2xs) var(--space-xs)
}

.bn-select-option:active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-select-option.icon {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs);
    justify-content: space-between
}

.bn-select-option.icon svg {
    font-size: 16px
}

.bn-select-option.active {
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-select-option.disabled {
    background-color: inherit;
    color: var(--color-DisabledText);
    cursor: not-allowed
}

.bn-select-option-group-title {
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 var(--space-xs);
    padding: var(--space-3xs) 0
}

.bn-select-option__drawer {
    padding: var(--space-m)
}

.bn-select-option__drawer,
.bn-select-option__drawer.active,
.bn-select-option__drawer:active {
    color: var(--color-PrimaryText);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-select-option__drawer.icon svg {
    font-size: 20px
}

.bn-select-option.multi {
    align-items: center;
    display: flex;
    padding: var(--space-2xs) var(--space-xs)
}

@media only screen and (min-width:768px) {
    .bn-select-option {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-select-option.active {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-select-option:hover:not(.disabled) {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText)
    }
    .bn-select-option-group-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.bn-select-field-block {
    grid-gap: var(--space-4xs);
    align-items: center;
    background-color: var(--color-Input);
    border-radius: var(--radii-xs);
    cursor: auto;
    display: inline-flex;
    gap: var(--space-4xs);
    padding: 2px var(--space-2xs)
}

.bn-select-field-block-value {
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-select-field-block-remove {
    color: var(--color-IconNormal);
    cursor: pointer;
    font-size: 12px
}

@media only screen and (min-width:768px) {
    .bn-select-field-block-remove:hover {
        color: var(--color-SecondaryText)
    }
}

.bn-select-bubble,
.bn-select-bubble>.bn-bubble-content {
    min-width: 112px
}

.bn-select__full,
.bn-select__full:not(.bn-tooltips-web) .bn-tooltips,
.bn-select__full:not(.bn-tooltips-web) .bn-tooltips>.bn-bubble-content {
    width: 100%
}

.bn-select .bn-bubble-content {
    overflow: auto
}

.bn-select-bubble .bn-bubble-content {
    border-radius: var(--radii-2l)
}

.bn-select-bubble__line .bn-bubble-content {
    border: 1px solid var(--color-Line)
}

.bn-pin {
    grid-gap: var(--space-m);
    align-items: center;
    background: transparent;
    color: var(--color-PrimaryText);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: var(--space-m);
    position: relative
}

.bn-pin.disabled {
    color: var(--color-TertiaryText);
    position: relative
}

.bn-pin.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-pin.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-pin__line .bn-pin-item {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: var(--color-InputLine);
    border-radius: 0
}

.bn-pin__line .bn-pin-item.cursor {
    border-color: transparent;
    border-bottom-color: var(--color-PrimaryYellow)
}

.bn-pin__line.data-error .bn-pin-item {
    border-color: transparent;
    border-bottom-color: var(--color-Error)
}

.bn-pin-item {
    align-items: center;
    background-color: var(--color-Input);
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    line-height: 24px;
    position: relative;
    width: 45px
}

.bn-pin-item.cursor {
    border-color: var(--color-PrimaryYellow)
}

.bn-pin-item.cursor:after {
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite
}

.bn-pin-item.cursor.full:before,
.bn-pin-item.cursor:after {
    color: var(--color-PrimaryYellow);
    content: "|";
    font-weight: 400
}

.bn-pin-item.cursor.full:before {
    opacity: 0
}

.bn-pin-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    bottom: 0;
    caret-color: transparent;
    color: transparent;
    left: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    position: absolute !important;
    right: 0;
    top: 0
}

.bn-pin-item {
    z-index: 2
}

@media only screen and (min-width:768px) {
    .bn-pin {
        grid-gap: var(--space-s);
        gap: var(--space-s)
    }
    .bn-pin-item {
        border-radius: 4px;
        font-size: 24px;
        font-weight: 600;
        height: 48px;
        line-height: 32px;
        width: 48px
    }
    .bn-pin-item:hover {
        border-color: var(--color-PrimaryYellow)
    }
}

.bn-tab {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-SecondaryText);
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 14px;
    font-weight: 500;
    gap: var(--space-2xs);
    justify-content: center;
    line-height: 22px;
    padding: var(--space-2xs) var(--space-m);
    position: relative;
    transition: all .15s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bn-tab__primary-gray.data-size-large,
.bn-tab__primary.data-size-large {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding: var(--space-2xs) var(--space-xl)
}

.bn-tab__primary-gray.data-size-small,
.bn-tab__primary.data-size-small {
    border-radius: var(--radii-s);
    padding: 3px var(--space-2xs)
}

.bn-tab__default-breakline.data-size-large,
.bn-tab__default.data-size-large {
    font-size: 16px;
    font-weight: 500;
    height: 64px;
    line-height: 24px
}

.bn-tab__default-breakline.data-size-small,
.bn-tab__default.data-size-small {
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    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__round.data-size-large {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: var(--space-2xs) var(--space-xl)
}

.bn-tab.data-font-1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.bn-tab.data-font-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-tab.data-font-3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-tab.data-font-4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .bn-tab.data-font-1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .bn-tab.data-font-2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-tab.data-font-3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab.data-font-4 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.bn-tab__default-breakline.data-font-3,
.bn-tab__default.data-font-3 {
    grid-gap: var(--space-mm);
    gap: var(--space-mm)
}

.bn-tab-badge-wrap {
    flex: none
}

@media only screen and (max-width:767px) {
    .bn-tab-badge-wrap .bn-badge.bn-badge__string {
        font-size: 6px;
        line-height: 8px
    }
}

.bn-tab__primary {
    border-radius: var(--radii-m);
    padding: 7px var(--space-m)
}

.bn-tab__primary.active {
    background-color: var(--color-BadgeBg);
    color: var(--color-PrimaryYellow)
}

.bn-tab__primary-gray {
    border-radius: var(--radii-m);
    padding: 7px var(--space-m)
}

.bn-tab__primary-gray.active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-tab__segment,
.bn-tab__segment-outline {
    border-radius: var(--radii-s);
    color: var(--color-TertiaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    min-width: 88px;
    padding: var(--space-4xs) var(--space-s)
}

.bn-tab__segment-outline.active,
.bn-tab__segment.active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-tab__third {
    grid-gap: var(--space-4xs);
    border-radius: var(--radii-2xs);
    color: var(--color-SecondaryText);
    font-size: 12px;
    font-weight: 400;
    gap: var(--space-4xs);
    line-height: 16px;
    padding: var(--space-4xs) var(--space-3xs)
}

.bn-tab__third.active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.bn-tab__default,
.bn-tab__default-breakline {
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    padding-bottom: 5px;
    padding-top: var(--space-2xs)
}

.bn-tab__default-breakline:after,
.bn-tab__default:after {
    background-image: linear-gradient(to right, transparent calc(50% - 8px), var(--color-BtnBg) calc(50% - 8px), var(--color-BtnBg) calc(50% + 8px), transparent calc(50% + 8px));
    bottom: -3px;
    content: "";
    height: 3px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    transition: opacity .15s linear;
    width: 16px
}

.bn-tab__default-breakline.active,
.bn-tab__default.active {
    color: var(--color-PrimaryText)
}

.bn-tab__default-breakline.active:after,
.bn-tab__default.active:after {
    opacity: 1
}

.bn-tab__default-breakline.bn-tab-badge,
.bn-tab__default.bn-tab-badge {
    padding-right: 7px
}

.bn-tab__vertical {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    padding: var(--space-2xs) var(--space-m)
}

.bn-tab__vertical.active {
    border-left-color: var(--color-PrimaryYellow);
    color: var(--color-PrimaryText)
}

.bn-tab__buySell {
    border-radius: var(--radii-xs);
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: -1px;
    min-width: 95px;
    padding: 0;
    transition-duration: 0ms
}

.bn-tab__buySell:nth-child(odd).active {
    background-color: var(--color-Buy);
    color: var(--color-RedGreenBgText)
}

.bn-tab__buySell:nth-child(odd).active:after {
    background-color: inherit;
    border-radius: 0 0 0 var(--radii-xs);
    content: "";
    height: 17px;
    position: absolute;
    right: -7px;
    transform: rotate(-135deg);
    width: 17px;
    z-index: 1
}

.bn-tab__buySell:nth-child(2n).active {
    background-color: var(--color-Sell);
    color: var(--color-RedGreenBgText)
}

.bn-tab__buySell:nth-child(2n).active:before {
    background-color: inherit;
    border-radius: 0 0 0 var(--radii-xs);
    content: "";
    height: 17px;
    left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 17px;
    z-index: 1
}

.bn-tab__buySell__gray:nth-child(n).active {
    background-color: var(--color-InputLine);
    color: var(--color-PrimaryText)
}

.bn-tab-rtl.bn-tab__buySell:nth-child(odd).active:after {
    border-radius: 0 var(--radii-xs) 0 0;
    left: -7px;
    right: auto
}

.bn-tab-rtl.bn-tab__buySell:nth-child(2n).active:before {
    border-radius: 0 var(--radii-xs) 0 0;
    left: auto;
    right: -7px
}

.bn-tab-rtl.bn-tab__default-breakline.bn-tab-badge,
.bn-tab-rtl.bn-tab__default.bn-tab-badge {
    padding-left: 7px;
    padding-right: unset
}

.bn-tab__round {
    border-radius: var(--radii-circle);
    color: var(--color-PrimaryText)
}

.bn-tab__round.active {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow)
}

.bn-tab__secondary {
    border-radius: var(--radii-xs);
    color: var(--color-PrimaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    min-width: 90px;
    padding: var(--space-4xs) var(--space-2xs)
}

.bn-tab__secondary.active {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.bn-tab__card {
    border-bottom: 4px solid var(--color-Input);
    border-radius: var(--radii-xs) var(--radii-xs) 0 0;
    height: 44px;
    justify-content: start;
    padding: var(--space-4xs) var(--space-3xs)
}

.bn-tab__card.active {
    background-color: var(--color-BasicBg);
    border-bottom-color: var(--color-BasicBg);
    color: var(--color-PrimaryText)
}

@media only screen and (min-width:768px) {
    .bn-tab {
        color: var(--color-TertiaryText);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab__primary:hover {
        background-color: var(--color-BadgeBg);
        color: var(--color-PrimaryYellow)
    }
    .bn-tab__primary-gray:hover {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText)
    }
    .bn-tab__segment,
    .bn-tab__segment-outline {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab__segment-outline:hover,
    .bn-tab__segment:hover {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText)
    }
    .bn-tab__third {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-tab__third.active,
    .bn-tab__third:hover {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
    .bn-tab__default,
    .bn-tab__default-breakline {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-tab__default-breakline:hover,
    .bn-tab__default:hover,
    .bn-tab__vertical:hover {
        color: var(--color-PrimaryText)
    }
    .bn-tab__vertical:hover {
        background-color: var(--color-Input)
    }
    .bn-tab__buySell {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        min-width: 122px
    }
    .bn-tab__round:hover {
        background-color: var(--color-Input)
    }
    .bn-tab__secondary {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-tab__secondary.active,
    .bn-tab__secondary:hover {
        background-color: var(--color-BtnBg);
        color: var(--color-TextOnYellow);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
    .bn-tab__card:hover {
        color: var(--color-PrimaryText)
    }
}

.bn-tab-list {
    grid-gap: var(--space-m);
    background: transparent;
    display: flex;
    gap: var(--space-m);
    overflow: auto;
    position: relative;
    scrollbar-width: none;
    width: 100%
}

.bn-tab-list::-webkit-scrollbar {
    height: 0 !important
}

.bn-tab-list-wrapper {
    grid-gap: var(--space-m);
    align-items: center;
    display: flex;
    gap: var(--space-m);
    width: 100%
}

.bn-tab-list-content {
    overflow: auto;
    position: relative
}

.bn-tab-list__primary-gray.data-size-large,
.bn-tab-list__primary.data-size-large,
.bn-tab-list__round.data-size-large {
    grid-gap: var(--space-xl);
    gap: var(--space-xl)
}

.bn-tab-list__primary-gray.data-size-small,
.bn-tab-list__primary.data-size-small,
.bn-tab-list__round.data-size-small {
    grid-gap: 0;
    gap: 0
}

.bn-tab-list__third.data-size-large {
    grid-gap: var(--space-m);
    gap: var(--space-m)
}

.bn-tab-list__default-breakline.data-size-large,
.bn-tab-list__default.data-size-large {
    grid-gap: var(--space-5xl);
    gap: var(--space-5xl)
}

.bn-tab-list__default-breakline.data-size-small,
.bn-tab-list__default.data-size-small {
    grid-gap: var(--space-m);
    gap: var(--space-m)
}

.bn-tab-list.data-font-1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.bn-tab-list.data-font-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-tab-list.data-font-3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-tab-list.data-font-4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .bn-tab-list.data-font-1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .bn-tab-list.data-font-2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-tab-list.data-font-3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab-list.data-font-4 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.bn-tab-list__default-breakline.data-font-3,
.bn-tab-list__default.data-font-3 {
    grid-gap: var(--space-mm);
    gap: var(--space-mm)
}

.bn-tab-list__secondary {
    grid-gap: 2px;
    gap: 2px
}

.bn-tab-list__secondary,
.bn-tab-list__segment {
    background-color: var(--color-Input);
    border-radius: var(--radii-xs)
}

.bn-tab-list__segment {
    grid-gap: 0;
    gap: 0;
    padding-bottom: 2px;
    padding-top: 2px
}

.bn-tab-list__segment-outline {
    grid-gap: 0;
    border: 1px solid var(--color-InputLine);
    border-radius: var(--radii-m);
    gap: 0;
    padding: var(--space-4xs)
}

.bn-tab-list__third {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

.bn-tab-list__card {
    background-color: var(--color-Input);
    padding: var(--space-4xs) var(--space-4xs) 0
}

.bn-tab-list__default,
.bn-tab-list__default-breakline {
    grid-gap: var(--space-xl);
    gap: var(--space-xl)
}

.bn-tab-list__default-breakline {
    border-bottom: 1px solid var(--color-Line)
}

.bn-tab-list__vertical {
    grid-gap: 0;
    flex-direction: column;
    gap: 0;
    height: 100%
}

.bn-tab-list__buySell {
    grid-gap: var(--space-s);
    border: 1px solid var(--color-InputLine);
    border-radius: var(--radii-s);
    gap: var(--space-s);
    height: 25px;
    overflow: visible
}

.bn-tab-list__primary,
.bn-tab-list__primary-gray {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

.bn-tab-list-shadow {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 56px
}

.bn-tab-list-shadow-left {
    background: linear-gradient(90deg, var(--color-BasicBg) 0, var(--color-BasicBg) 12px, transparent 100%);
    left: 0
}

.bn-tab-list-shadow-left-arrow {
    font-size: 24px;
    left: 0
}

.bn-tab-list-shadow-right {
    background: linear-gradient(270deg, var(--color-BasicBg) 0, var(--color-BasicBg) 12px, transparent 100%);
    right: 0
}

.bn-tab-list-shadow-right-arrow {
    font-size: 24px;
    right: 0
}

.bn-tab-list-arrow {
    color: var(--color-IconNormal);
    content: "";
    cursor: pointer;
    font-size: 24px;
    height: 100%;
    position: absolute;
    top: 0
}

.bn-tab-list-arrow-left {
    left: 0
}

.bn-tab-list-arrow-right {
    right: 0
}

@media only screen and (min-width:768px) {
    .bn-tab-list-arrow-left:hover,
    .bn-tab-list-arrow-right:hover {
        color: var(--color-PrimaryText)
    }
}

.bn-tab-pane:not(.active) {
    display: none
}

.bn-tabs {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.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-virtual-table-wrapper {
    --transform-direction: 1
}

.bn-virtual-table-wrapper__row-large {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-virtual-table-wrapper__row-middle,
.bn-virtual-table-wrapper__row-small {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-virtual-table-wrapper__padding-compact .bn-virtual-table-header .bn-virtual-table-cell,
.bn-virtual-table-wrapper__padding-compact .bn-virtual-table-row .bn-virtual-table-cell {
    --table-horizontal-padding: 8px;
    --table-horizontal-padding-ends: 8px
}

.bn-virtual-table-wrapper__padding-hybrid .bn-virtual-table-header .bn-virtual-table-cell,
.bn-virtual-table-wrapper__padding-hybrid .bn-virtual-table-row .bn-virtual-table-cell {
    --table-horizontal-padding: 8px
}

.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end,
.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-start,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-end,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start {
    z-index: 1
}

.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end-first:before,
.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-start-last:after,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-end-first:before,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start-last:after {
    bottom: -1px;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 20px
}

.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start-last:after {
    box-shadow: inset calc(5px*var(--transform-direction)) 0 12px -4px var(--color-Line);
    inset-inline-end: -1px;
    transform: translateX(calc(100%*var(--transform-direction)))
}

.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end-first:before {
    box-shadow: inset calc(-5px*var(--transform-direction)) 0 12px -4px var(--color-Line);
    inset-inline-start: -1px;
    transform: translateX(calc(-100%*var(--transform-direction)))
}

.bn-virtual-table-wrapper-rtl {
    --transform-direction: -1
}

.bn-virtual-table-header {
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-virtual-table-header,
.bn-virtual-table-row {
    align-items: center;
    background-color: var(--color-BasicBg);
    border-bottom: 1px solid var(--color-Line);
    display: flex
}

.bn-virtual-table-row:hover {
    background-color: var(--color-Vessel)
}

.bn-virtual-table-row-expanded {
    background-color: var(--color-BasicBg);
    display: flex
}

.bn-virtual-table-row-expanded-content {
    inset-inline-start: 0;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky
}

.bn-virtual-table-cell {
    align-items: center;
    background-color: inherit;
    display: flex;
    height: 100%
}

.bn-virtual-table-cell:not(.bn-virtual-table-cell-expand) {
    --table-horizontal-padding: 16px;
    --table-horizontal-padding-ends: 16px;
    padding: 0 var(--table-horizontal-padding)
}

.bn-virtual-table-cell:not(.bn-virtual-table-cell-expand):first-child {
    -webkit-padding-start: var(--table-horizontal-padding-ends);
    padding-inline-start: var(--table-horizontal-padding-ends)
}

.bn-virtual-table-cell:not(.bn-virtual-table-cell-expand):last-child {
    -webkit-padding-end: var(--table-horizontal-padding-ends);
    padding-inline-end: var(--table-horizontal-padding-ends)
}

.bn-virtual-table-cell-expand {
    inset-inline-start: 0;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1
}

.bn-virtual-table-cell-expand-icon {
    cursor: pointer;
    font-size: 20px
}

.bn-pagination {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-SecondaryText);
    display: inline-flex;
    gap: var(--space-2xs);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bn-pagination-next,
.bn-pagination-prev {
    color: var(--color-IconNormal);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px
}

.bn-pagination-next.disabled,
.bn-pagination-prev.disabled {
    color: var(--color-Line);
    cursor: not-allowed
}

.bn-pagination-items {
    grid-gap: var(--space-2xs);
    display: inline-flex;
    gap: var(--space-2xs)
}

.bn-pagination-item {
    align-items: center;
    border-radius: var(--radii-s);
    color: var(--color-SecondaryText);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    height: 28px;
    justify-content: center;
    line-height: 20px;
    text-decoration: none;
    width: 28px
}

.bn-pagination-item.abbreviate {
    cursor: default
}

.bn-pagination-item.active {
    background-color: var(--color-Line);
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .bn-pagination-item:not(.abbreviate):hover {
        background-color: var(--color-Line);
        color: var(--color-PrimaryText)
    }
}

.bn-swiper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.bn-swiper-wrapper {
    display: flex;
    height: 100%;
    width: 100%
}

.bn-swiper-item {
    flex: none;
    height: 100%;
    width: 100%
}

.bn-swiper.vertical>.bn-swiper-wrapper {
    flex-direction: column
}

.bn-breadcrumb {
    grid-row-gap: var(--space-3xs);
    grid-column-gap: var(--space-2xs);
    align-items: center;
    -moz-column-gap: var(--space-2xs);
    column-gap: var(--space-2xs);
    display: flex;
    padding-right: var(--space-2xs);
    row-gap: var(--space-3xs)
}

.bn-breadcrumb-separator {
    color: var(--color-Line);
    display: inline-flex;
    flex: none;
    font-size: 24px
}

.bn-breadcrumb-item {
    color: var(--color-TertiaryText);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    min-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-breadcrumb-item.active {
    color: var(--color-PrimaryText);
    cursor: text;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-breadcrumb-item.disabled {
    color: var(--color-DisableText);
    cursor: not-allowed
}

@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) {
        color: var(--color-TextLink);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.bn-emptyState {
    grid-gap: var(--space-2xs);
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs)
}

.bn-emptyState-icon {
    font-size: 96px
}

.bn-emptyState.data-size-small .bn-emptyState-icon {
    font-size: 64px
}

.bn-emptyState-content {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .bn-emptyState-content {
        color: var(--color-TertiaryText)
    }
}

.bn-thumbnail {
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-xs);
    display: inline-flex;
    flex-direction: column;
    min-height: 92px;
    overflow: hidden;
    width: 177px
}

.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 {
    display: inline-flex;
    flex: none
}

.bn-thumbnail-file-wrapper {
    background: var(--color-BasicBg);
    display: flex;
    flex: 1 1;
    padding: var(--space-s);
    width: 100%
}

.bn-thumbnail-file-wrapper .bn-svg {
    color: var(--color-IconNormal);
    font-size: 36px
}

.bn-thumbnail-file-name {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-thumbnail-file-caption {
    color: var(--color-DisableText);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.bn-thumbnail-secure {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-thumbnail-secure-prefix {
    display: inline-flex;
    flex: none
}

.bn-thumbnail-secure-wrapper {
    grid-gap: var(--space-2xs);
    align-items: center;
    background: var(--color-DisableText);
    color: var(--color-RedGreenBgText);
    display: flex;
    flex: none;
    gap: var(--space-2xs);
    padding: var(--space-2xs) var(--space-m);
    width: 100%
}

.bn-thumbnail-secure-wrapper .bn-svg {
    color: var(--color-RedGreenBgText);
    font-size: 16px
}

.bn-timeline-item {
    color: var(--color-PrimaryText);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    min-height: 44px;
    padding-left: 17px;
    position: relative
}

.bn-timeline-item:not(:last-of-type) {
    min-height: 66px;
    padding-bottom: var(--space-m)
}

.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 {
    background-color: var(--color-PrimaryYellow);
    border: 2px solid var(--color-PrimaryYellow);
    border-radius: var(--radii-circle);
    height: 9px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(6px);
    width: 9px;
    z-index: 2
}

.bn-timeline-item-ind.hollow {
    background-color: var(--color-BasicBg)
}

.bn-timeline-item-tail {
    border-left: 1px solid var(--color-Line);
    bottom: 0;
    left: 4px;
    position: absolute;
    top: 9px;
    transform: translateY(6px)
}

.bn-timeline-item-tail.dashed {
    border-left-style: dashed
}

.bn-timeline-item-desc {
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: var(--space-5xs)
}

.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: translateY(4px)
    }
    .bn-timeline-item-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.bn-slider-ticks {
    grid-gap: var(--space-4xs);
    display: flex;
    gap: var(--space-4xs)
}

.bn-slider-ticks__steps {
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs);
    width: 100%
}

.bn-slider-ticks__steps .bn-slider-ticks-tick {
    width: 100%
}

.bn-slider-ticks__steps .bn-slider-ticks-tick.finish {
    background-color: var(--color-PrimaryText)
}

.bn-slider-ticks-tick {
    background-color: var(--color-Line);
    cursor: pointer;
    height: 3px;
    width: 8px
}

.bn-slider-ticks-tick.active {
    background-color: var(--color-PrimaryText)
}

.bn-slider-ticks.data-dir-vertical {
    flex-direction: column
}

.bn-slider-ticks.data-dir-vertical .bn-slider-ticks-tick {
    height: 11px;
    width: 3px
}

.bn-slider-color-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.bn-slider-color-track {
    background: linear-gradient(90deg, rgba(32, 38, 48, 0), #202630);
    border-radius: var(--radii-s);
    height: 10px;
    left: 0;
    margin: 1px 6px;
    position: absolute;
    right: 0
}

.bn-slider-color-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    flex: 1 1;
    z-index: 2
}

.bn-slider-color-input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--color-RedGreenBgText);
    border-radius: 100%;
    box-shadow: var(--shadow-shadow2);
    cursor: pointer;
    height: 12px;
    transform: translateY(-1px);
    width: 12px
}

.bn-slider-color-input[type=range]::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 10px;
    margin: 1px 0
}

.bn-slider-color-input[type=range]::-moz-range-thumb {
    background: var(--color-RedGreenBgText);
    border: none;
    border-radius: 100%;
    box-shadow: var(--shadow-shadow2);
    cursor: pointer;
    height: 12px;
    width: 12px
}

.bn-slider-color-input[type=range]::-moz-range-track {
    cursor: pointer;
    height: 10px;
    margin: 1px 0
}

.bn-slider-color-input[type=range]::-ms-thumb {
    background: var(--color-RedGreenBgText);
    border: none;
    border-radius: 100%;
    box-shadow: var(--shadow-shadow2);
    cursor: pointer;
    height: 12px;
    width: 12px
}

.bn-slider-color-input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
    height: 10px;
    margin: 1px 0
}

.bn-slider-color-input[type=range]::-ms-fill-lower,
.bn-slider-color-input[type=range]::-ms-fill-upper {
    background: transparent
}

.bn-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    flex: 1 1;
    margin: 10px 0;
    position: relative;
    z-index: 2
}

.bn-slider-wrapper {
    display: flex;
    position: relative
}

.bn-slider-track {
    background: var(--color-InputLine);
    display: flex;
    height: 1px;
    left: 5px;
    position: absolute;
    right: 5px;
    top: calc(50% - .5px);
    transform: translate(0)
}

.bn-slider-track-thumb {
    background: var(--color-PrimaryText);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.bn-slider-track-step {
    grid-gap: var(--space-3xs);
    align-items: center;
    color: var(--color-SecondaryText);
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    gap: var(--space-3xs);
    line-height: 18px;
    position: absolute;
    top: -2.5px;
    transform: translate(-50%);
    z-index: 2
}

.bn-slider-track-step-dot {
    background: var(--color-BasicBg);
    border: 1px solid var(--color-InputLine);
    border-radius: 1px;
    height: 6px;
    transform: rotate(-45deg);
    width: 6px
}

.bn-slider-track-step.active .bn-slider-track-step-dot {
    background: var(--color-PrimaryText);
    border-color: var(--color-PrimaryText)
}

.bn-slider-track-step:not(.disabled) .bn-slider-track-step-mark {
    cursor: pointer
}

.bn-slider-track-step.disabled {
    color: var(--color-InputLine)
}

.bn-slider-track-number {
    background-color: var(--color-PrimaryText);
    border-radius: var(--radii-xs);
    bottom: 9px;
    color: var(--color-CardBg);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 var(--space-4xs);
    position: absolute;
    transform: translate(-50%);
    z-index: 3
}

.bn-slider-track-rtl .bn-slider-track-number,
.bn-slider-track-rtl .bn-slider-track-step {
    transform: translate(50%)
}

.bn-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--color-BasicBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    transform: translate(0) rotate(-45deg);
    width: 10px
}

.bn-slider::-webkit-slider-runnable-track {
    background: transparent;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.bn-slider::-moz-range-thumb {
    background: var(--color-BasicBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    transform: translate(0) rotate(-45deg);
    width: 10px
}

.bn-slider::-moz-range-track {
    background: transparent;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.bn-slider::-ms-thumb {
    background: var(--color-BasicBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    transform: translate(0) rotate(-45deg);
    width: 10px
}

.bn-slider::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.bn-slider::-ms-fill-lower,
.bn-slider::-ms-fill-upper {
    background: transparent
}

@media only screen and (min-width:768px) {
    .bn-slider::-webkit-slider-thumb {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
    .bn-slider::-moz-range-thumb {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
    .bn-slider::-ms-thumb {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
    .bn-slider-track-number {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.bn-upload {
    grid-gap: var(--space-4xs);
    align-items: center;
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-m);
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: inline-flex;
    gap: var(--space-4xs);
    min-height: 32px;
    padding: var(--space-2xs) var(--space-m)
}

.bn-upload.data-initial.bn-upload:active {
    border: 1px solid var(--color-PrimaryYellow)
}

.bn-upload.data-error,
.bn-upload.data-success,
.bn-upload.data-waiting {
    grid-gap: var(--space-s);
    gap: var(--space-s);
    padding: var(--space-2xs) var(--space-s)
}

.bn-upload.data-error .bn-upload-icon,
.bn-upload.data-success .bn-upload-icon,
.bn-upload.data-waiting .bn-upload-icon {
    font-size: 24px
}

.bn-upload.data-waiting .bn-spinner {
    fill: var(--color-BtnBg);
    stroke: var(--color-BtnBg);
    font-size: 24px;
    transform: scale(.8)
}

.bn-upload.data-waiting .bn-spinner circle {
    stroke-width: 3.5px
}

.bn-upload.data-error {
    border: 1px solid var(--color-Error)
}

.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-error,
.bn-upload__primary.data-size-large.data-success,
.bn-upload__primary.data-size-large.data-waiting {
    padding: var(--space-s)
}

.bn-upload__primary.data-size-large.data-error .bn-upload-icon,
.bn-upload__primary.data-size-large.data-success .bn-upload-icon,
.bn-upload__primary.data-size-large.data-waiting .bn-spinner,
.bn-upload__primary.data-size-large.data-waiting .bn-upload-icon {
    font-size: 48px
}

.bn-upload__square {
    border: 1px solid var(--color-Line);
    flex-direction: column;
    height: 164px;
    justify-content: center;
    position: relative;
    width: 164px
}

.bn-upload__square,
.bn-upload__square.data-error,
.bn-upload__square.data-success,
.bn-upload__square.data-waiting {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

.bn-upload__square.data-error .bn-upload-icon,
.bn-upload__square.data-success .bn-upload-icon,
.bn-upload__square.data-waiting .bn-spinner,
.bn-upload__square.data-waiting .bn-upload-icon {
    font-size: 48px
}

.bn-upload__square .bn-upload-icon {
    color: var(--color-PrimaryText);
    font-size: 24px
}

.bn-upload__square .bn-upload-image {
    height: auto;
    width: 100%
}

.bn-upload__square .bn-upload-trigger {
    color: var(--color-PrimaryText)
}

.bn-upload__square .bn-upload-filename {
    max-width: 90%;
    min-width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-upload__square .bn-upload-delete {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2
}

.bn-upload-icon {
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    font-size: 16px;
    height: 1em;
    justify-content: center;
    width: 1em
}

.bn-upload-image {
    height: 24px;
    width: 24px
}

.bn-upload-trigger {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-upload-retry {
    align-items: center;
    background-color: var(--color-Line);
    border-radius: var(--radii-s);
    color: var(--color-PrimaryText);
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    justify-content: center;
    line-height: 18px;
    margin-top: var(--space-4xs);
    padding-left: var(--space-2xs);
    padding-right: var(--space-2xs)
}

.bn-upload-filename {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    min-width: 120px
}

.bn-upload-delete {
    color: var(--color-IconNormal);
    font-size: 20px
}

.bn-upload-rtl {
    direction: rtl
}

.bn-upload-rtl.bn-upload__square .bn-upload-delete {
    left: 0;
    right: auto
}

@media only screen and (min-width:768px) {
    .bn-upload.data-initial.bn-upload:hover {
        border: 1px solid var(--color-PrimaryYellow)
    }
}

.bn-step {
    grid-gap: var(--space-xs);
    display: flex;
    flex: 1 1;
    flex-direction: column;
    gap: var(--space-xs);
    position: relative
}

.bn-step__primary.data-status-progress .bn-step-ind {
    background-color: var(--color-PrimaryText);
    color: var(--color-BasicBg)
}

.bn-step__primary.data-status-progress .bn-step-content {
    color: var(--color-PrimaryText)
}

.bn-step__primary.data-status-finish .bn-step-ind,
.bn-step__primary.data-status-finish .bn-step-tail {
    background-color: var(--color-PrimaryText);
    color: var(--color-BasicBg)
}

.bn-step__primary:last-of-type .bn-step-tail {
    display: none
}

.bn-step__primary .bn-step-ind {
    align-items: center;
    background-color: var(--color-Line);
    border-radius: 3px;
    color: var(--color-DisabledText);
    display: flex;
    flex: none;
    font-size: 12px;
    font-weight: 500;
    height: 16px;
    justify-content: center;
    line-height: 18px;
    position: relative;
    transform: rotate(45deg);
    transition-duration: var(--animation-duration-fast);
    transition-property: background-color;
    transition-timing-function: linear;
    width: 16px;
    z-index: 2
}

.bn-step__primary .bn-step-ind .bn-svg {
    font-size: 12px
}

.bn-step__primary .bn-step-ind .data-ind-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    transform: rotate(-45deg)
}

.bn-step__primary .bn-step-content {
    color: var(--color-SecondaryText);
    width: 110px
}

.bn-step__primary .bn-step-tail {
    background-color: var(--color-Line);
    height: 2px;
    left: 0;
    position: absolute;
    right: 16px;
    top: 7px;
    transform: translate(16px);
    transition-duration: var(--animation-duration-fast);
    transition-property: background-color;
    transition-timing-function: linear
}

.bn-step__primary__normal .bn-step-ind {
    border-radius: unset;
    height: 8px;
    transform: rotate(45deg);
    width: 8px
}

.bn-step__primary__normal .bn-step-tail {
    right: 8px;
    top: 3px;
    transform: translate(8px)
}

.bn-step__primary__normal .bn-step-content-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-step__primary__normal .bn-step-content-desc {
    color: var(--color-SecondaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.bn-step__primary__normal .bn-step-content-action {
    color: var(--color-TextLink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bn-step__primary__normal:not(.data-type-dynamic) .bn-step-ind,
.bn-step__primary__normal:not(.data-type-dynamic) .bn-step-tail {
    background-color: var(--color-DisableText)
}

.bn-step__primary__normal:not(.data-type-dynamic) .bn-step-content {
    color: var(--color-PrimaryText)
}

.bn-step__primary__normal.data-type-dynamic {
    --bn-step-content-height: 32px
}

.bn-step__primary__normal.data-type-dynamic.data-status-progress .bn-step-ind {
    transform: rotate(45deg) scale(1.25)
}

.bn-step__arrow {
    padding: 0
}

.bn-step__arrow.data-status-progress .bn-step-ind {
    color: var(--color-TextOnYellow)
}

.bn-step__arrow.data-status-progress .bn-step-ind:after,
.bn-step__arrow.data-status-progress .bn-step-ind:before {
    background-color: var(--color-BtnBg)
}

.bn-step__arrow.data-status-progress .bn-step-content,
.bn-step__arrow.data-status-progress .bn-step-content-desc {
    color: var(--color-PrimaryText)
}

.bn-step__arrow:first-of-type.data-status-progress .bn-step-ind {
    background-image: linear-gradient(to right, var(--color-BtnBg), transparent)
}

.bn-step__arrow:first-of-type .bn-step-ind {
    background-image: linear-gradient(to right, var(--color-Line), transparent);
    border-radius: 2px 0 0 2px
}

.bn-step__arrow .bn-step-ind {
    align-items: center;
    border-radius: 2px;
    color: var(--color-SecondaryText);
    display: flex;
    flex: none;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: 24px;
    position: relative;
    width: 100%;
    z-index: 2
}

.bn-step__arrow .bn-step-ind:before {
    border-radius: 2px 2px 2px 0;
    height: 51%;
    top: 0;
    transform: skewX(35deg)
}

.bn-step__arrow .bn-step-ind:after,
.bn-step__arrow .bn-step-ind:before {
    background-color: var(--color-Line);
    content: "";
    left: 6px;
    pointer-events: none;
    position: absolute;
    right: 4px;
    z-index: -1
}

.bn-step__arrow .bn-step-ind:after {
    border-radius: 0 2px 2px 2px;
    bottom: 0;
    height: 50%;
    transform: skewX(-35deg)
}

.bn-step__arrow .bn-step-ind .bn-svg {
    font-size: 16px
}

.bn-step__arrow .bn-step-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-width: 200px;
    padding: 0 var(--space-xs)
}

.bn-step-content {
    color: var(--color-PrimaryText);
    transition-duration: var(--animation-duration-fast);
    transition-property: color;
    transition-timing-function: linear
}

.bn-step-content-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-step-content-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-step-content-action {
    margin-top: var(--space-2xs)
}

.bn-step-rtl.bn-step__primary .bn-step-tail {
    left: 16px;
    right: 0;
    transform: translate(-16px)
}

.bn-step-rtl.bn-step__primary.data-status-progress .bn-step-tail {
    background: linear-gradient(to left, var(--color-PrimaryText) 50%, var(--color-Line) 50%)
}

.bn-step-rtl.bn-step__primary__normal .bn-step-tail {
    left: 3px;
    transform: translate(-8px)
}

.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-BtnBg), transparent)
}

.bn-step-rtl.bn-step__arrow:first-of-type .bn-step-ind {
    background-image: linear-gradient(to left, var(--color-Line), transparent);
    border-radius: 0 2px 2px 0
}

.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 {
        padding: 0 var(--space-m) 0 0
    }
    .bn-step:last-of-type {
        flex: none;
        padding: 0
    }
    .bn-step-content-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
    .bn-step-content-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-step-rtl {
        padding: 0 0 0 var(--space-m)
    }
    .bn-step__primary__normal .bn-step-content-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-step__primary__normal .bn-step-content-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-step__primary__normal .bn-step-content-action {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
    .bn-step__primary__normal .bn-step-content-action:hover {
        color: var(--color-BtnBg)
    }
    .bn-step__primary .bn-step-content {
        color: var(--color-TertiaryText);
        width: 200px
    }
    .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-steps {
    --bn-step-content-height: 64px;
    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-focus-current-step .bn-step__primary.data-status-finish .bn-step-content,
.bn-steps__primary.data-focus-current-step .bn-step__primary.data-status-initial .bn-step-content {
    opacity: 0
}

.bn-steps__primary.data-focus-current-step .bn-step__primary.data-status-progress .bn-step-content {
    text-wrap: nowrap;
    white-space: nowrap
}

.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) {
    min-height: var(--bn-step-content-height);
    padding: 0 0 var(--space-m)
}

.bn-steps__primary.data-vertical .bn-step-content {
    flex: 1 1;
    width: auto
}

.bn-steps__primary.data-vertical .bn-step-tail {
    bottom: 16px;
    height: auto;
    left: 7px;
    right: auto;
    top: 0;
    transform: translateY(20px);
    width: 2px
}

.bn-steps__primary.data-vertical .bn-step__primary .bn-step-ind {
    top: 4px
}

.bn-steps__primary.data-vertical .bn-step__primary__normal .bn-step-ind {
    top: 7px
}

.bn-steps__primary.data-vertical .bn-step__primary__normal .bn-step-tail {
    bottom: 0;
    height: auto;
    left: 3px;
    right: auto;
    top: 0;
    transform: translateY(8px);
    width: 2px
}

.bn-steps__primary.data-vertical .bn-step__primary__normal .bn-step-content {
    grid-gap: var(--space-4xs);
    display: flex;
    flex-direction: column;
    gap: var(--space-4xs)
}

.bn-steps__primary.data-vertical .bn-step__primary__normal.bn-step-rtl .bn-step-tail {
    left: auto;
    right: 3px
}

.bn-steps__primary.data-vertical .bn-step__primary.data-status-progress .bn-step-tail {
    background: var(--color-Line)
}

.bn-steps__primary.data-vertical .bn-step-rtl .bn-step-tail {
    left: auto;
    right: 8px
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-ind {
    transform: translateX(47px) rotate(45deg)
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
    transform: rotate(-45deg)
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-tail {
    transform: translateX(63px)
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-content {
    text-align: center
}

.bn-steps__primary .bn-step__primary.data-align-space-between {
    padding: 0
}

.bn-steps__primary .bn-step__primary.data-align-space-between .bn-step-content {
    max-width: 100%;
    text-align: center;
    width: 100%
}

.bn-steps__primary .bn-step__primary.data-align-space-between .bn-step-tail {
    left: 0;
    right: 0;
    transform: unset
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:first-child .bn-step-tail {
    background: var(--color-Line)
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:not(:first-child):not(:last-child) .bn-step-tail {
    background: linear-gradient(to right, var(--color-PrimaryText) 50%, var(--color-Line) 50%)
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:not(:first-child):not(:last-child).bn-step-rtl .bn-step-tail {
    background: linear-gradient(to left, var(--color-PrimaryText) 50%, var(--color-Line) 50%)
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:last-child .bn-step-tail {
    background: var(--color-PrimaryText)
}

.bn-steps__primary .bn-step__primary.data-align-space-between:first-child {
    -webkit-padding-end: 6px;
    padding-inline-end: 6px
}

.bn-steps__primary .bn-step__primary.data-align-space-between:first-child .bn-step-content {
    text-align: start
}

.bn-steps__primary .bn-step__primary.data-align-space-between:not(:first-child):not(:last-child) {
    align-items: center;
    padding: 0 6px
}

.bn-steps__primary .bn-step__primary.data-align-space-between:last-child {
    -webkit-padding-start: 6px;
    align-items: flex-end;
    flex: 1 1;
    padding-inline-start: 6px
}

.bn-steps__primary .bn-step__primary.data-align-space-between:last-child .bn-step-content {
    text-align: end
}

.bn-steps__primary .bn-step__primary.data-align-space-between:last-child .bn-step-tail {
    display: block
}

.bn-steps__primary .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind {
    transform: translateX(-47px) rotate(45deg)
}

.bn-steps__primary .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
    transform: rotate(-45deg)
}

.bn-steps__primary .bn-step-rtl.bn-step__primary.data-align-center .bn-step-tail {
    transform: translateX(-63px)
}

@media only screen and (min-width:768px) {
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(92px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(108px)
    }
    .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__primary.data-align-space-between:first-child {
        -webkit-padding-end: var(--space-xl);
        padding-inline-end: var(--space-xl)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-space-between:not(:first-child):not(:last-child) {
        padding: 0 var(--space-xl)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-space-between:last-child {
        -webkit-padding-start: var(--space-xl);
        padding-inline-start: var(--space-xl)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(-92px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(-108px)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(96px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(104px)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(-96px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step-rtl.bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(-104px)
    }
}

.bn-tag {
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    line-height: 18px
}

.bn-tag>.bn-bubble-content {
    grid-gap: 2px;
    align-items: center;
    display: flex;
    gap: 2px;
    padding: 0 6px
}

.bn-tag>.bn-bubble-content>svg {
    font-size: 12px
}

.bn-tag.data-size-small {
    font-size: 10px;
    font-weight: 400;
    height: 16px;
    line-height: 16px
}

.bn-tag.data-size-small>.bn-bubble-content {
    border-radius: var(--radii-2xs);
    padding: 0 4px
}

@media only screen and (min-width:768px) {
    .bn-tag.data-size-small {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-tag.data-size-small>.bn-bubble-content>svg {
        font-size: 12px
    }
}

.bn-tag.data-corner-top-left>.bn-bubble-content {
    border-radius: 0 0 8px 0;
    padding: 0 8px
}

.bn-tag.data-corner-top-right>.bn-bubble-content {
    border-radius: 0 0 0 8px;
    padding: 0 8px
}

.bn-tag-wrap {
    align-items: center;
    direction: ltr;
    display: inline-flex;
    position: relative
}

.bn-tag.bn-bubble__info {
    --color-arrow: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-tag.bn-bubble__warn {
    --color-arrow: var(--color-BadgeBg);
    color: var(--color-TextLink)
}

.bn-tag.bn-bubble__success {
    --color-arrow: rgba(46, 189, 133, .1);
    color: var(--color-Success)
}

.bn-tag.bn-bubble__error {
    --color-arrow: rgba(246, 70, 93, .1);
    color: var(--color-Error)
}

@media only screen and (min-width:768px) {
    .bn-tag {
        height: 24px
    }
    .bn-tag>.bn-bubble-content>svg {
        font-size: 16px
    }
}

.bn-picker-view {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    height: 250px;
    line-height: 28px;
    padding: 0 var(--space-4xl);
    position: relative
}

.bn-picker-view-column-content {
    transition: transform var(--animation-duration-base) ease
}

.bn-picker-view.dark .bn-picker-view-column-mask {
    background-image: linear-gradient(180deg, rgba(32, 38, 48, .8), rgba(32, 38, 48, .4)), linear-gradient(0deg, rgba(32, 38, 48, .8), rgba(32, 38, 48, .4))
}

@media only screen and (min-width:768px) {
    .bn-picker-view.dark .bn-picker-view-column-mask {
        background-image: linear-gradient(180deg, rgba(30, 35, 41, .8), rgba(30, 35, 41, .4)), linear-gradient(0deg, rgba(30, 35, 41, .8), rgba(30, 35, 41, .4))
    }
}

.bn-picker-view-column {
    display: block;
    flex: 1 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.bn-picker-view-column-item {
    box-sizing: border-box;
    color: var(--color-PrimaryText);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 var(--space-3xs);
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.bn-picker-view-column-mask {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .4)), linear-gradient(0deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .4));
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100% 204px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.bn-picker-view-column-content {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.bn-picker-view-column-indicator {
    box-sizing: border-box;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3
}

.bn-picker-view:after,
.bn-picker-view:before {
    background-color: var(--color-Line);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.bn-picker-view:before {
    top: calc(50% - 25px)
}

.bn-picker-view:after {
    bottom: calc(50% - 25px)
}

.bn-picker-header {
    grid-gap: var(--space-4xs);
    align-items: center;
    display: flex;
    gap: var(--space-4xs);
    padding: var(--space-m);
    position: relative
}

.bn-picker-header-main {
    color: var(--color-PrimaryText);
    flex: 1 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center
}

.bn-picker-footer {
    grid-gap: var(--space-s);
    align-items: center;
    display: flex;
    gap: var(--space-s);
    justify-content: space-between;
    padding: var(--space-m)
}

.bn-picker-footer-cancel,
.bn-picker-footer-confirm {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-picker-box,
.bn-picker-range {
    background-color: var(--color-CardBg);
    width: 100%
}

.bn-picker-inputs {
    align-items: center;
    color: var(--color-SecondaryText);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 22px;
    padding: var(--space-xs) var(--space-m)
}

.bn-picker-inputs-input {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText);
    font-size: 16px;
    font-weight: 400;
    height: 36px;
    line-height: 24px;
    min-height: 36px;
    padding: 0 34px;
    width: 150px
}

.bn-picker-inputs-input.focus {
    border: 1.5px solid var(--color-PrimaryText)
}

.bn-picker-inputs-separator {
    min-width: 45px;
    text-align: center
}

.bn-keyboard {
    grid-gap: var(--space-2xs);
    display: grid;
    gap: var(--space-2xs);
    grid-template-columns: repeat(3, 1fr);
    min-width: 375px;
    padding: var(--space-m) var(--space-4xs)
}

.bn-keyboard,
.bn-keyboard-key {
    background-color: var(--color-CardBg)
}

.bn-keyboard-key {
    color: var(--color-PrimaryText);
    font-size: 28px;
    font-weight: 600;
    height: 46px;
    line-height: 40px
}

.bn-keyboard-key:active {
    background-color: var(--color-Vessel)
}

.bn-keyboard-key-separator {
    padding-bottom: 16px
}

.bn-keyboard-hide-separator .bn-keyboard-key-separator {
    visibility: hidden
}

.bn-keyboard-rtl .bn-keyboard-key-cancel {
    transform: scaleX(-1)
}

.bn-searchBar {
    transition-duration: var(--animation-duration-slow);
    transition-property: width;
    transition-timing-function: ease-in-out
}

.bn-searchBar__collapsible {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.bn-searchBar__collapsible .bn-textField {
    transition-duration: var(--animation-duration-slow);
    width: 100%
}

.bn-searchBar__collapsible .bn-textField-clear {
    opacity: 1;
    transition-delay: var(--animation-duration-slow);
    transition-property: opacity;
    visibility: visible
}

.bn-searchBar__collapsible .bn-textField-input {
    opacity: 1;
    transition-delay: var(--animation-duration-fast);
    transition-property: opacity
}

.bn-searchBar__collapsible.bn-searchBar__collapsed {
    width: 20px
}

.bn-searchBar__collapsed .bn-textField {
    background: transparent;
    border-color: transparent;
    padding-left: 0;
    width: 20px
}

.bn-searchBar__collapsed .bn-textField-input {
    opacity: 0;
    transition-delay: var(--animation-duration-fast);
    transition-property: opacity
}

.bn-searchBar__collapsed .bn-textField-prefix {
    color: var(--color-PrimaryText)
}

.bn-searchBar__collapsed .bn-textField-clear {
    opacity: 0;
    visibility: hidden
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-ranges .bn-web-datepicker-now {
    display: none
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs);
    justify-content: space-between
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-extra {
    flex-grow: 1
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-list {
    grid-gap: var(--space-4xs);
    align-items: center;
    display: flex;
    gap: var(--space-4xs)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-list button {
    --button-color: var(--color-TertiaryText);
    padding: 0 16px
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-list button:hover:not(.inactive, [disabled]) {
    --button-bg: var(--color-Input);
    --button-color: var(--color-PrimaryText)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-actions {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-date {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-date-btn-actions {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs)
}

.bn-web-datepicker {
    background: var(--color-CardBg);
    border: 1px solid var(--color-InputLine);
    border-radius: var(--radii-m);
    display: inline-flex;
    height: 40px;
    padding: 0 var(--space-s);
    width: 212px
}

.bn-web-datepicker.data-borderless {
    background: transparent;
    border: none
}

.bn-web-datepicker:hover:not(.bn-web-datepicker-disabled):not(.data-borderless) {
    border: 1px solid var(--color-BtnBg)
}

.bn-web-datepicker.data-size-large {
    height: 48px
}

.bn-web-datepicker.data-size-small {
    height: 32px
}

.bn-web-datepicker.data-size-tiny {
    height: 28px;
    padding: 0 var(--space-2xs);
    width: 114px
}

.bn-web-datepicker.data-size-tiny.data-time {
    width: 158px
}

.bn-web-datepicker.data-size-tiny .bn-web-datepicker-suffix {
    padding-left: var(--space-4xs)
}

.bn-web-datepicker.data-size-tiny .bn-web-datepicker-input>input {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-web-datepicker.data-size-tiny.bn-web-datepicker-range {
    width: 212px
}

.bn-web-datepicker.data-size-tiny.bn-web-datepicker-range.data-time {
    width: 302px
}

.bn-web-datepicker.data-size-tiny.bn-web-datepicker-range .bn-web-datepicker-range-separator {
    font-size: 16px;
    padding: 0 var(--space-4xs)
}

.bn-web-datepicker.bn-web-datepicker-range {
    width: 280px
}

.bn-web-datepicker.bn-web-datepicker-range.data-time {
    width: 365px
}

.bn-web-datepicker-focused {
    border: 1px solid var(--color-BtnBg)
}

.bn-web-datepicker.bn-web-datepicker-disabled {
    background-color: var(--color-Line);
    border: none;
    color: var(--color-DisableText)
}

.bn-web-datepicker.bn-web-datepicker-disabled ::-moz-placeholder {
    color: var(--color-DisableText)
}

.bn-web-datepicker.bn-web-datepicker-disabled :-ms-input-placeholder {
    color: var(--color-DisableText)
}

.bn-web-datepicker.bn-web-datepicker-disabled *,
.bn-web-datepicker.bn-web-datepicker-disabled ::placeholder {
    color: var(--color-DisableText)
}

.bn-web-datepicker-range-separator {
    align-items: center;
    color: var(--color-IconNormal);
    display: flex;
    flex: none;
    font-size: 20px;
    padding: 0 var(--space-2xs)
}

.bn-web-datepicker-input {
    background: inherit;
    display: inline-flex;
    flex: 1 1;
    position: relative;
    width: 100%
}

.bn-web-datepicker-suffix {
    flex: none;
    padding-left: var(--space-2xs)
}

.bn-web-datepicker-clear,
.bn-web-datepicker-suffix {
    align-items: center;
    color: var(--color-IconNormal);
    display: flex
}

.bn-web-datepicker-clear {
    background: inherit;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s linear
}

.bn-web-datepicker:hover .bn-web-datepicker-clear {
    opacity: 1
}

.bn-web-datepicker-input>input {
    background: inherit;
    border: none;
    color: var(--color-PrimaryText);
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    outline: none;
    padding: 0;
    width: 100%
}

.bn-web-datepicker-input>input::-moz-placeholder {
    color: var(--color-IconNormal)
}

.bn-web-datepicker-input>input:-ms-input-placeholder {
    color: var(--color-IconNormal)
}

.bn-web-datepicker-input>input::placeholder {
    color: var(--color-IconNormal)
}

.bn-web-datepicker-range .bn-web-datepicker-input>input {
    text-align: center
}

.bn-web-datepicker-rtl .bn-web-datepicker-suffix {
    padding-left: 0;
    padding-right: var(--space-2xs)
}

.bn-web-datepicker-rtl .bn-web-datepicker-clear {
    left: 0;
    right: auto
}

.bn-web-datepicker-panel {
    border: none;
    box-sizing: content-box;
    color: var(--color-DisableText);
    display: inline-block;
    font-size: 14px;
    padding: 0;
    vertical-align: top
}

.bn-web-datepicker-date-panel,
.bn-web-datepicker-decade-panel,
.bn-web-datepicker-month-panel,
.bn-web-datepicker-time-panel,
.bn-web-datepicker-week-panel,
.bn-web-datepicker-year-panel {
    display: flex;
    flex-direction: column;
    padding: 24px 32px
}

.bn-web-datepicker-date-panel table,
.bn-web-datepicker-decade-panel table,
.bn-web-datepicker-month-panel table,
.bn-web-datepicker-time-panel table,
.bn-web-datepicker-week-panel table,
.bn-web-datepicker-year-panel table {
    border-collapse: collapse;
    min-width: 224px;
    text-align: center
}

.bn-web-datepicker-header {
    grid-gap: var(--space-m);
    display: flex;
    gap: var(--space-m);
    padding-bottom: 2px
}

.bn-web-datepicker-header>* {
    flex: none
}

.bn-web-datepicker-header button {
    align-items: center;
    -webkit-appearance: none;
    background: inherit;
    border: none;
    color: var(--color-IconNormal);
    cursor: pointer;
    display: inline-flex
}

.bn-web-datepicker-header button:active,
.bn-web-datepicker-header button:hover {
    color: var(--color-TextLink)
}

.bn-web-datepicker-header button:disabled {
    color: var(--color-DisableText)
}

.bn-web-datepicker-header-next-btn,
.bn-web-datepicker-header-prev-btn,
.bn-web-datepicker-header-super-next-btn,
.bn-web-datepicker-header-super-prev-btn {
    -webkit-appearance: none;
    background: inherit;
    border: none;
    color: var(--color-IconNormal);
    cursor: pointer;
    font-size: 16px
}

.bn-web-datepicker-header-next-btn:active,
.bn-web-datepicker-header-next-btn:hover,
.bn-web-datepicker-header-prev-btn:active,
.bn-web-datepicker-header-prev-btn:hover,
.bn-web-datepicker-header-super-next-btn:active,
.bn-web-datepicker-header-super-next-btn:hover,
.bn-web-datepicker-header-super-prev-btn:active,
.bn-web-datepicker-header-super-prev-btn:hover {
    color: var(--color-TextLink)
}

.bn-web-datepicker-header-next-btn:disabled,
.bn-web-datepicker-header-prev-btn:disabled,
.bn-web-datepicker-header-super-next-btn:disabled,
.bn-web-datepicker-header-super-prev-btn:disabled {
    color: var(--color-DisableText)
}

.bn-web-datepicker-header-view {
    color: var(--color-PrimaryText);
    flex: auto;
    text-align: center
}

.bn-web-datepicker-header-view>button {
    border: 0;
    color: var(--color-PrimaryText);
    font-weight: 400;
    margin-left: var(--space-4xs);
    margin-right: var(--space-4xs);
    padding: 0;
    vertical-align: middle
}

.bn-web-datepicker-cell-inner {
    background: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 22px;
    line-height: 32px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 100%
}

.bn-web-datepicker-cell-inner:hover {
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-s);
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-cell-disabled>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-cell-disabled>.bn-web-datepicker-time-panel-cell-inner,
.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-time-panel-cell-disabled>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-time-panel-cell-disabled>.bn-web-datepicker-time-panel-cell-inner {
    background: inherit;
    color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-web-datepicker-cell-in-view {
    color: var(--color-PrimaryText);
    min-width: 32px;
    padding: 1px 0
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today {
    color: var(--color-TextLink)
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today>.bn-web-datepicker-cell-inner {
    border-color: var(--color-TextLink);
    border-radius: var(--radii-s)
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today>.bn-web-datepicker-cell-inner:hover {
    background-color: var(--color-BadgeBg);
    color: var(--color-TextLink)
}

.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 {
    background: rgba(0, 0, 255, .05);
    min-width: 32px
}

.bn-web-datepicker-cell-range-hover,
.bn-web-datepicker-cell-range-hover-end,
.bn-web-datepicker-cell-range-hover-start {
    position: relative
}

.bn-web-datepicker-cell-range-hover-end:after,
.bn-web-datepicker-cell-range-hover-start:after,
.bn-web-datepicker-cell-range-hover:after {
    border-left: 0;
    border-right: 0;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 3px
}

.bn-web-datepicker-footer,
.bn-web-datepicker-picker-footer {
    background: transparent;
    border-top: 1px solid var(--color-Line);
    padding: 16px 24px
}

.bn-web-datepicker-ranges {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.bn-web-datepicker-ranges>li {
    display: inline-block;
    height: 32px;
    line-height: 32px
}

.bn-web-datepicker-ok {
    float: right
}

.bn-web-datepicker-ok button {
    background: var(--color-BtnBg);
    border: none;
    border-radius: var(--radii-s);
    color: var(--color-TextOnYellow);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    min-width: 60px;
    padding: 0 var(--space-s)
}

.bn-web-datepicker-ok button:hover:not(:disabled) {
    background: var(--color-BtnBg);
    box-shadow: none;
    opacity: .9
}

.bn-web-datepicker-ok button:disabled {
    background: var(--color-Line);
    cursor: not-allowed;
    opacity: .3
}

.bn-web-datepicker-year-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-single>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-year-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    border-color: var(--color-TextLink);
    border-radius: var(--radii-s);
    color: var(--color-TextLink)
}

.bn-web-datepicker-year-panel .bn-web-datepicker-cell-in-view:hover>.bn-web-datepicker-cell-inner {
    background: var(--color-BadgeBg);
    border-color: transparent;
    border-radius: var(--radii-s)
}

.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-range-start.bn-web-datepicker-cell-range-start-single>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-month-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    border-color: var(--color-TextLink);
    border-radius: var(--radii-s);
    color: var(--color-TextLink)
}

.bn-web-datepicker-month-panel .bn-web-datepicker-cell-in-view:hover>.bn-web-datepicker-cell-inner {
    background: var(--color-BadgeBg);
    border-radius: var(--radii-s)
}

.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: 700
}

.bn-web-datepicker-week-panel .bn-web-datepicker-cell-in-view:hover>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-week-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    background: transparent
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-radius: var(--radii-s);
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-in-range>.bn-web-datepicker-cell-inner {
    background: var(--color-BadgeBg);
    color: var(--color-PrimaryText)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-start>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-radius: var(--radii-s) 0 0 var(--radii-s);
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-end>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-radius: 0 var(--radii-s) var(--radii-s) 0;
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover>.bn-web-datepicker-cell-inner {
    border-color: var(--color-BtnBg);
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: dashed
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-start>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-color: var(--color-BtnBg);
    border-radius: var(--radii-s) 0 0 var(--radii-s);
    border-right-color: transparent;
    border-style: solid
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-end>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-color: var(--color-BtnBg);
    border-left-color: transparent;
    border-radius: 0 var(--radii-s) var(--radii-s) 0;
    border-style: solid
}

.bn-web-datepicker-data-panel .bn-web-datepicker-cell-range-end.bn-web-datepicker-cell-range-end-near-hover>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-data-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-near-hover>.bn-web-datepicker-cell-inner {
    border-radius: 0
}

.bn-web-datepicker-time-panel {
    width: auto
}

.bn-web-datepicker-time-panel .bn-web-datepicker-header {
    visibility: hidden
}

.bn-web-datepicker-time-panel-column {
    --scroll-pad: 1px !important;
    --scroll-size: 5px !important;
    flex: none;
    font-size: 12px;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    padding: 0 0 180px;
    text-align: left;
    transition: background .3s;
    width: 64px
}

.bn-web-datepicker-time-panel-column-active {
    background: rgba(0, 0, 255, .1)
}

.bn-web-datepicker-content {
    border-spacing: 0;
    table-layout: fixed
}

.bn-web-datepicker-content th {
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 18px
}

.bn-web-datepicker-time-panel .bn-web-datepicker-content {
    display: flex;
    justify-content: center;
    max-height: 232px
}

.bn-web-datepicker-time-panel-column>li {
    cursor: pointer;
    margin: 0;
    padding: 0
}

.bn-web-datepicker-time-panel-column>li .bn-web-datepicker-time-panel-cell-inner {
    color: var(--color-PrimaryText);
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    width: 100%
}

.bn-web-datepicker-time-panel-cell.bn-web-datepicker-time-panel-cell-selected {
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-xs)
}

.bn-web-datepicker-datetime-panel {
    grid-gap: var(--space-xl);
    display: flex;
    gap: var(--space-xl);
    padding: 18px 32px
}

.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 .3s
}

.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-date-panel,
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-time-panel {
    opacity: .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;
    z-index: var(--zindex-calendar)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-panel-container {
    background: var(--color-CardBg);
    border-radius: var(--radii-xl);
    box-shadow: var(--shadow-shadow2)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-panel-container .bn-web-datepicker-panel {
    border-radius: var(--radii-s)
}

.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 {
    bottom: 6px;
    display: none;
    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 {
    height: 10px;
    left: 10px;
    margin-left: 10px;
    position: absolute;
    transition: all .3s;
    width: 10px;
    z-index: 1
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:after,
.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:before {
    border-color: var(--color-CardBg) var(--color-CardBg) transparent transparent;
    box-sizing: border-box;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:before {
    height: 10px;
    width: 10px
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:after {
    height: 8px;
    width: 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-s) var(--radii-s) 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-s) 0 0 var(--radii-s)
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover>.bn-web-datepicker-cell-inner {
    border-color: var(--color-PrimaryYellow);
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: dashed
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-start>.bn-web-datepicker-cell-inner {
    border-color: var(--color-PrimaryYellow);
    border-left-color: transparent;
    border-radius: var(--radii-s) 0 0 var(--radii-s);
    border-style: dashed
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-end>.bn-web-datepicker-cell-inner {
    border-color: var(--color-PrimaryYellow);
    border-radius: 0 var(--radii-s) var(--radii-s) 0;
    border-right-color: transparent;
    border-style: dashed
}

.bn-web-datepicker-range {
    display: inline-flex;
    position: relative
}

.bn-web-datepicker-range-wrapper {
    background: var(--color-CardBg);
    border-radius: var(--radii-xl);
    display: flex;
    min-width: auto !important
}

.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels {
    grid-gap: var(--space-xl);
    display: flex;
    gap: var(--space-xl);
    padding: 18px 32px
}

.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-datetime-panel,
.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-month-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-week-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-year-panel {
    padding: 0
}

.bn-web-datepicker-range .bn-web-datepicker-active-bar {
    display: none
}

.bn-web-datepicker-panel-container {
    display: inline-block;
    transition: margin .3s;
    vertical-align: top
}

.bn-dual-slider-wrapper {
    margin-left: 8px;
    margin-right: 8px
}

.bn-dual-slider-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-left: -8px;
    margin-right: -8px
}

.bn-dual-slider-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-dual-slider-values {
    grid-gap: 2px;
    display: flex;
    gap: 2px
}

.bn-dual-slider-values .bn-textField.data-size-tiny {
    width: 80px
}

.bn-dual-slider-number {
    background-color: var(--color-PrimaryText);
    border-radius: var(--radii-xs);
    bottom: -21px;
    color: var(--color-CardBg);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 var(--space-4xs);
    position: absolute;
    transform: translate(-50%);
    z-index: 3
}

@media only screen and (min-width:768px) {
    .bn-dual-slider-number {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.bn-rc-slider {
    align-items: center;
    display: flex;
    height: 15px;
    padding: 7px 0;
    position: relative;
    touch-action: none;
    width: 100%
}

.bn-rc-slider-rail {
    background-color: var(--color-Line);
    height: 1px;
    position: absolute;
    width: 100%
}

.bn-rc-slider-track,
.bn-rc-slider-tracks {
    background-color: var(--color-PrimaryText);
    height: 1px;
    position: absolute
}

.bn-rc-slider-handle {
    background-color: var(--color-CardBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    position: absolute;
    top: 50%;
    touch-action: pan-x;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 10px;
    z-index: 1
}

.bn-rc-slider-mark {
    display: none
}

.bn-rc-slider-mark-text {
    color: #999;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    text-align: center;
    vertical-align: middle
}

.bn-rc-slider-step {
    background: transparent;
    height: 1px;
    position: absolute;
    width: 100%
}

.bn-rc-slider-dot {
    background-color: var(--color-BasicBg);
    border: 1px solid var(--color-Line);
    border-radius: 1px;
    cursor: pointer;
    height: 6px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 6px
}

.bn-rc-slider-dot-active {
    background-color: var(--color-PrimaryText)
}

.bn-rc-slider-disabled .bn-rc-slider-dot,
.bn-rc-slider-disabled .bn-rc-slider-handle {
    cursor: not-allowed
}

.bn-rc-slider-disabled .bn-rc-slider-dot,
.bn-rc-slider-disabled .bn-rc-slider-mark-text {
    cursor: not-allowed !important
}

@media only screen and (min-width:768px) {
    .bn-rc-slider-handle {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
}