* {
  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: 0.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: -0.25em;
}
sup {
  top: -0.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: 0.35em 0.75em 0.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(0.95);
  }
  66% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.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);
  }
}
.content-layout {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 100%;
    padding: 80px 24px 48px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .content-layout {
        align-items: flex-start;
        padding: 8px 24px 350px;
        width: 100%;
        height: 100%; /* Yüksekliği %100 yapar */
        box-sizing: border-box; /* padding dahil */
    }
}

@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(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes spin-scaleY {
  0%,
  40%,
  to {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes jump-scaleY {
  0% {
    transform: translateY(0) scaleY(1);
  }
  7.5% {
    transform: translateY(-120%) scaleY(2);
  }
  15%,
  35% {
    transform: translateY(-120%) scaleY(0.5);
  }
  43.5% {
    transform: translateY(0) scaleY(2);
  }
  52.5%,
  72.5% {
    transform: translateY(120%) scaleY(0.5);
  }
  80%,
  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(0.5);
  }
  43.5% {
    transform: translateY(0) scaleY(2);
  }
  52.5%,
  72.5% {
    transform: translateY(120%) scaleY(0.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;
}
.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-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-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;
  }
}
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-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;
}
body,
body * {
  --scroll-pad: 2px;
  --scroll-size: 10px;
  --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);
}
body ::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  --scroll-pad: 0;
}
@media only screen and (min-width: 768px) {
  body {
    --space-3xs: 6px;
    --space-m: 16px;
  }
  body::-webkit-scrollbar-thumb:hover {
    --scroll-pad: 0;
  }
}
.theme-root {
  background: var(--color-BasicBg);
  color: var(--color-PrimaryText);
}
.theme-root.dark {
  --shadow1-layer1: 0px 3px 6px rgba(0, 0, 0, 0.04);
  --shadow1-layer2: 0px 1px 2px rgba(0, 0, 0, 0.04);
  --shadow1-layer3: inset 0px 0px 1px rgba(94, 102, 115, 0.8);
  --shadow2-layer1: 0px 7px 14px rgba(0, 0, 0, 0.08);
  --shadow2-layer2: 0px 3px 6px rgba(0, 0, 0, 0.08);
  --shadow2-layer3: inset 0px 0px 1px rgba(94, 102, 115, 0.9);
  --shadow3-layer1: 0px 16px 32px rgba(0, 0, 0, 0.16);
  --shadow3-layer2: 0px 8px 16px rgba(0, 0, 0, 0.16);
  --shadow3-layer3: inset 0px 0px 1px rgba(94, 102, 115, 0.9);
  --shadow-shadow1: var(--shadow1-layer1), var(--shadow1-layer2),
    var(--shadow1-layer3);
  --shadow-shadow2: var(--shadow2-layer1), var(--shadow2-layer2),
    var(--shadow2-layer3);
  --shadow-shadow3: var(--shadow3-layer1), var(--shadow3-layer2),
    var(--shadow3-layer3);
  --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, 0.16);
}
.theme-root.light {
  --shadow1-layer1: 0px 0px 1px rgba(24, 26, 32, 0.1);
  --shadow1-layer2: 0px 3px 6px rgba(71, 77, 87, 0.04);
  --shadow1-layer3: 0px 1px 2px rgba(24, 26, 32, 0.04);
  --shadow2-layer1: 0px 0px 1px rgba(24, 26, 32, 0.1);
  --shadow2-layer2: 0px 7px 14px rgba(71, 77, 87, 0.08);
  --shadow2-layer3: 0px 3px 6px rgba(24, 26, 32, 0.08);
  --shadow3-layer1: 0px 0px 1px rgba(24, 26, 32, 0.1);
  --shadow3-layer2: 0px 16px 32px rgba(71, 77, 87, 0.16);
  --shadow3-layer3: 0px 8px 16px rgba(24, 26, 32, 0.16);
  --shadow-shadow1: var(--shadow1-layer1), var(--shadow1-layer2),
    var(--shadow1-layer3);
  --shadow-shadow2: var(--shadow2-layer1), var(--shadow2-layer2),
    var(--shadow2-layer3);
  --shadow-shadow3: var(--shadow3-layer1), var(--shadow3-layer2),
    var(--shadow3-layer3);
  --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, 0.16);
}
.theme-root.rtl {
  direction: rtl;
}
.bn-svg {
  font-size: inherit;
  height: 1em;
  width: 1em;
}

.bn-svgf {
  font-size: inherit;
  height: 1em;
  width: 1em;
}
.bn-flex {
  display: flex;
}
.bn-grid {
  display: grid;
}
.bn-lazy-img {
  background-color: rgba(0, 0, 0, 0.03);
  overflow: hidden;
  position: relative;
}
.bn-lazy-img.data-round {
  border-radius: var(--radii-circle);
}
.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, 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 {
  filter: drop-shadow(var(--shadow2-layer1)) drop-shadow(var(--shadow2-layer2))
    drop-shadow(var(--shadow2-layer3));
}
.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-color: var(--color-arrow);
  height: 6px;
  position: absolute;
  width: 6px;
}
.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-primaryHover);
  color: var(--color-textBlack);
  cursor: auto;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}
.bn-bubble.shadow .bn-bubble-arrow-shadow,
.bn-bubble.shadow .bn-bubble-content {
  box-shadow: var(--shadow-shadow2);
}
.bn-bubble__secondary {
  --color-arrow: var(--color-bg3);
  color: var(--color-textSecondary);
}
.bn-bubble__gray {
  --color-arrow: var(--color-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-textThird);
}
.bn-bubble__warn {
  --color-arrow: var(--color-badgeBg);
  color: var(--color-textBrand);
}
.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 {
  --scroll-bg: var(--color-arrow);
  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: 20px;
  }
  .bn-bubble__gray {
    color: var(--color-textWhite);
  }
}
.bn-spinner {
  fill: var(--color-textThird);
  stroke: var(--color-textThird);
  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-primaryHover);
  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-m);
  padding-right: var(--space-m);
  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: 0.3;
}
.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;
  padding-left: var(--space-xl);
  padding-right: var(--space-xl);
}
.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-large {
  border-radius: var(--radii-l);
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 24px;
  min-height: 48px;
  min-width: 80px;
  padding-left: var(--space-m);
  padding-right: var(--space-m);
}
.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-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-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-s);
  padding-right: var(--space-s);
}
.bn-button.data-size-small.bn-button__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.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;
}
@media only screen and (min-width: 768px) {
  .bn-button.data-size-huge {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  .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-regular,
  .bn-button.data-size-small {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-button.data-size-tiny {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}
.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-bg3);
  --button-color: var(--color-textBrand);
  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-primaryHover);
}
.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]) {
  --button-bg: transparent;
  --button-color: var(--color-SecondaryText);
}
.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-TertiaryText);
}
.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-bg4);
  --button-color: var(--color-textWhite);
}
.bn-button__icon {
  --button-bg: transparent;
  --button-color: var(--color-textPrimary);
  border: 1px solid var(--color-line);
}
.bn-button__icon.active:not(.inactive),
.bn-button__icon:active:not(.inactive, [disabled]) {
  --button-bg: transparent;
}
.bn-button__icon svg {
  height: 20px;
  width: 20px;
}
.bn-button__icon.data-size-small {
  border-radius: var(--radii-s);
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  line-height: 22px;
  min-height: 32px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-left: var(--space-3xs);
  padding-right: var(--space-3xs);
}
.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;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.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-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-bg: transparent;
  --button-color: var(--color-TertiaryText);
}
@media only screen and (min-width: 768px) {
  .bn-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .bn-button:hover:not(.inactive) {
    opacity: 0.8;
  }
  .bn-button .bn-spinner__nezha {
    height: 20px;
  }
  .bn-button__secondary:hover:not(.inactive) {
    opacity: 0.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-primaryHover);
    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__icon:hover:not(.inactive) {
    --button-bg: var(--color-bg3);
    opacity: 1;
  }
  .bn-button__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}
.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: 0.8em;
}
.bn-loading {
  grid-gap: var(--space-2xs);
  align-items: center;
  background-color: var(--color-bg4);
  border-radius: var(--radii-xs);
  color: var(--color-textWhite);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  gap: var(--space-2xs);
  justify-content: center;
  line-height: 20px;
  padding: var(--space-m) var(--space-xs);
  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-bg4);
  border-radius: var(--radii-m);
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 50px;
}
.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-textWhite);
  font-size: 12px;
  font-weight: 500;
  left: 50%;
  line-height: 18px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bn-loading-circle-progress svg {
  height: 44px;
  width: 44px;
}
.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-textSecondary);
  border-radius: var(--radii-circle);
  height: 4px;
  width: 4px;
}
.bn-loading-dot-progress > .active {
  background: var(--color-textGray);
}
.bn-loading-message {
  color: var(--color-textWhite);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90px;
}
@media only screen and (min-width: 768px) {
  .bn-loading {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .bn-loading-circle-percent {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .bn-loading-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.bn-web-table {
  border-bottom: 1px solid var(--color-Line);
  transition: opacity 0.3s ease;
}
.bn-web-table,
.bn-web-table-wrapper {
  position: relative;
}
.bn-web-table-wrapper__empty .bn-web-table {
  border-bottom: none;
}
.bn-web-table-wrapper__line > .bn-web-table thead tr {
  background: var(--color-bg1);
  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-bg2);
  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: 12px 16px;
  position: relative;
  text-align: left;
  white-space: normal;
  word-break: break-word;
}
.bn-web-table-wrapper__separate > .bn-web-table thead td:first-child,
.bn-web-table-wrapper__separate > .bn-web-table thead th:first-child {
  padding-left: 20px;
}
.bn-web-table-wrapper__separate > .bn-web-table thead td:last-child,
.bn-web-table-wrapper__separate > .bn-web-table thead th:last-child {
  padding-right: 20px;
}
.bn-web-table-body {
  --scroll-pad: 1px !important;
  --scroll-size: 6px !important;
}
.bn-web-table tbody tr {
  background: var(--color-bg1);
}
.bn-web-table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid var(--color-Line);
}
.bn-web-table tbody tr.bn-web-table-row:hover {
  background: var(--color-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: 18px 16px;
  position: relative;
  white-space: normal;
  word-break: break-word;
}
.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 {
  border-bottom-left-radius: var(--radii-m);
  border-top-left-radius: var(--radii-m);
  padding-left: 20px;
}
.bn-web-table-wrapper__separate > .bn-web-table tbody td:last-child,
.bn-web-table-wrapper__separate > .bn-web-table tbody th:last-child {
  border-bottom-right-radius: var(--radii-m);
  border-top-right-radius: var(--radii-m);
  padding-right: 20px;
}
.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 0.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 0.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 {
  padding: 18px 16px;
  position: relative;
  text-align: center;
}
.bn-web-table tbody .bn-web-table-row-expand-icon-cell,
.bn-web-table-expand-icon-col {
  color: var(--color-IconNormal);
  padding: 18px 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 32px;
}
.bn-web-table-expanded-row > .bn-web-table-cell {
  padding: 0;
}
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table {
  border-bottom: none;
  border-top: none;
  padding-left: 32px;
}
.bn-web-table-expanded-row
  > .bn-web-table-cell
  .bn-web-table
  .bn-web-table-title,
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table thead tr {
  border-bottom: 1px solid var(--color-Line);
  border-top: none;
}
.bn-web-table-expanded-row
  > .bn-web-table-cell
  .bn-web-table
  .bn-web-table-footer,
.bn-web-table-expanded-row
  > .bn-web-table-cell
  .bn-web-table
  .bn-web-table-title,
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table td,
.bn-web-table-expanded-row > .bn-web-table-cell .bn-web-table th {
  background: var(--color-bg2);
}
.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: 18px 16px;
}
.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: 20px;
  padding: 0 var(--space-3xs);
  position: absolute;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: var(--zindex-notification);
}
.bn-badge.data-theme-error {
  background-color: var(--color-Error);
  color: var(--color-textWhite);
}
.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.data-size-sm {
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  padding: 0 var(--space-4xs);
}
@media only screen and (min-width: 768px) {
  .bn-badge.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-backtop {
  align-items: center;
  background-color: var(--color-bg2);
  border-radius: var(--radii-circle);
  box-shadow: var(--shadow-shadow2);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: fixed;
  width: 40px;
  z-index: var(--zindex-backTop);
}
.bn-backtop-arrow {
  color: var(--color-textThird);
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .bn-backtop:hover {
    background-color: var(--color-line);
  }
}
.bn-notification {
  grid-gap: var(--space-3xs);
  --prefix-color: var(--color-PrimaryText);
  background-color: var(--color-BadgeBg);
  border-radius: var(--radii-l);
  display: flex;
  gap: var(--space-3xs);
  padding: var(--space-s) var(--space-m);
}
.bn-notification,
.bn-notification__primary .bn-notification-content-message {
  color: var(--color-PrimaryText);
}
.bn-notification__secondary {
  --prefix-color: var(--color-SecondaryText);
  background-color: var(--color-Line);
}
.bn-notification__success {
  --prefix-color: var(--color-Success);
  background: var(--color-SuccessBg);
}
.bn-notification__error {
  --prefix-color: var(--color-Error);
  background: var(--color-ErrorBg);
  color: var(--color-Error);
}
.bn-notification__error .bn-notification-prefix,
.bn-notification__success .bn-notification-prefix {
  font-size: 20px;
  min-height: 24px;
}
.bn-notification__error .bn-notification-content,
.bn-notification__success .bn-notification-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bn-notification__push {
  --prefix-color: var(--color-Success);
  background-color: var(--color-CardBg);
  border-radius: var(--radii-l);
  box-shadow: var(--shadow-shadow2);
  max-width: 360px;
  padding: var(--space-s) var(--space-m);
}
.bn-notification__push .bn-notification-content-message {
  --scroll-pad: 2px;
  --scroll-size: 10px;
  max-height: 8em;
  overflow-y: auto;
}
.bn-notification-prefix {
  color: var(--prefix-color);
  flex: none;
  font-size: 16px;
  min-height: 16px;
}
.bn-notification-content {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 20px;
  min-height: 20px;
  position: relative;
}
.bn-notification-content.closable > :first-child {
  margin-right: 25px;
}
.bn-notification-content-message {
  color: var(--color-SecondaryText);
  font-size: 14px;
  font-weight: 400;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 22px;
}
.bn-notification-close {
  color: var(--color-IconNormal);
  cursor: pointer;
  font-size: 16px;
  min-height: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.bn-notification-rtl .bn-notification-content.closable > :first-child {
  margin-left: 32px;
  margin-right: 0;
}
.bn-notification-rtl .bn-notification-close {
  left: 0;
  right: auto;
}
@media only screen and (min-width: 768px) {
  .bn-notification {
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs);
    padding: var(--space-s);
  }
  .bn-notification__error.data-size-small,
  .bn-notification__success.data-size-small {
    padding: var(--space-2xs);
  }
  .bn-notification__error.data-size-small .bn-notification-close,
  .bn-notification__error.data-size-small .bn-notification-prefix,
  .bn-notification__success.data-size-small .bn-notification-close,
  .bn-notification__success.data-size-small .bn-notification-prefix {
    font-size: 20px;
    min-height: 20px;
  }
  .bn-notification__error.data-size-small .bn-notification-content,
  .bn-notification__success.data-size-small .bn-notification-content {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    min-height: 20px;
  }
  .bn-notification__primary .bn-notification-content-message {
    color: var(--color-PrimaryText);
  }
  .bn-notification__error .bn-notification-content,
  .bn-notification__success .bn-notification-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .bn-notification__push {
    border-radius: var(--radii-xs);
    padding: var(--space-m);
  }
  .bn-notification-close,
  .bn-notification-prefix {
    font-size: 20px;
    min-height: 20px;
  }
  .bn-notification-content {
    grid-gap: var(--space-4xs);
    font-size: 16px;
    font-weight: 500;
    gap: var(--space-4xs);
    line-height: 24px;
    min-height: 24px;
  }
  .bn-notification-content.closable > :first-child {
    margin-right: 32px;
  }
  .bn-notification-content-message {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.bn-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-mask {
  align-items: center;
  background-color: rgba(0, 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, 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: 2px;
  --scroll-size: 10px;
  --scroll-bg: var(--color-bg4);
  background-color: var(--color-PrimaryText);
  color: var(--color-SecondaryBg);
  max-height: 160px;
  opacity: 0.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 45%,
    var(--color-PrimaryText) 45.1%,
    var(--color-PrimaryText) 100%
  );
}
.bn-tooltips.bn-bubble__unset > .bn-bubble-content {
  max-width: none;
  padding: 0;
}
.bn-tooltips.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.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;
}
@media only screen and (min-width: 768px) {
  .bn-tooltips.bn-bubble__gray > .bn-bubble-content {
    padding: var(--space-2xs) var(--space-s);
  }
}
.bn-drawer {
  z-index: var(--zindex-drawer);
}
.bn-drawer > .bn-drawer-wrap {
  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 {
  border-radius: 0 var(--radii-2xl) var(--radii-2xl) 0;
  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-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-right {
  border-radius: var(--radii-2xl) 0 0 var(--radii-2xl);
  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-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.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(0.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-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;
}
@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: 2px;
  --scroll-size: 10px;
  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-confirm {
  align-items: center;
  color: var(--color-PrimaryText);
  display: flex;
  flex-direction: column;
  padding: 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);
}
.bn-modal-confirm-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.bn-modal-confirm-desc {
  --scroll-pad: 2px;
  --scroll-size: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  max-height: 140px;
  overflow-y: auto;
  padding: 0 var(--space-3xs);
  width: 100%;
  word-break: break-word;
}
.bn-modal-confirm-actions {
  margin-top: var(--space-xl);
  width: 100%;
}
@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-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(0.9);
}
.bn-layer-notifies > .bn-trans.data-show {
  transform: scale(1);
}
.bn-layer-notifies.data-pos-start > .bn-trans {
  transform: translateX(-20%);
}
.bn-layer-notifies.data-pos-start > .bn-trans.data-show {
  transform: translateX(0);
}
.bn-layer-notifies.data-pos-end > .bn-trans {
  transform: translateX(20%);
}
.bn-layer-notifies.data-pos-end > .bn-trans.data-show {
  transform: translateX(0);
}
.bn-actionSheet .bn-grid {
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  padding: var(--space-xs) var(--space-m);
}
.bn-actionSheet .bn-grid > .item {
  color: var(--color-textSecondary);
  cursor: pointer;
  text-align: center;
}
.bn-actionSheet-cancel {
  align-items: center;
  border-top: 6px solid var(--color-line);
  color: var(--color-textSecondary);
  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: 2px;
  --scroll-size: 10px;
  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.active > .bn-tooltips > .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.active > .bn-tooltips > .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: 271px;
  max-width: 320px;
  min-height: 162px;
  min-width: 274px;
  padding: 15px;
}
.bn-coachmark-panel__primary > .bn-coachmark-panel-content {
  --scroll-bg: var(--color-primaryHover);
}
.bn-coachmark-panel__primary > .bn-coachmark-panel-extra {
  padding: 0;
}
.bn-coachmark-panel__primary
  > .bn-coachmark-panel-extra
  .bn-coachmark-panel-extra-step {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.bn-coachmark-panel__primary > .bn-coachmark-panel-tips {
  background-color: var(--color-primary);
  color: var(--color-textBlack);
}
.bn-coachmark-panel-title {
  flex: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bn-coachmark-panel-content {
  --scroll-pad: 2px;
  --scroll-size: 10px;
  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: 0.5em;
}
.bn-coachmark-panel-extra-step-split,
.bn-coachmark-panel-extra-step-total {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.bn-coachmark-panel-extra-actions {
  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-textPrimary);
  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-3xs);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  gap: var(--space-3xs);
  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-tips {
  color: var(--color-TertiaryText);
}
@media only screen and (min-width: 768px) {
  .bn-formItem {
    grid-gap: var(--space-4xs);
    font-size: 14px;
    font-weight: 400;
    gap: var(--space-4xs);
    line-height: 22px;
  }
  .bn-formItem-label {
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}
.bn-inputNum {
  grid-gap: var(--space-s);
  align-items: center;
  background: transparent;
  border: none;
  color: var(--color-textPrimary);
  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-textDisabled);
  display: inline-flex;
  flex: none;
}
.bn-inputNum-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  caret-color: var(--color-primaryHover);
  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-textThird);
}
.bn-inputNum-input:-ms-input-placeholder {
  color: var(--color-textThird);
}
.bn-inputNum-input::placeholder {
  color: var(--color-textThird);
}
@media only screen and (min-width: 768px) {
  .bn-inputNum-input {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}
.bn-textarea {
  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: 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::placeholder {
  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::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bn-textField.data-size-small {
  height: 32px;
}
.bn-textField.data-size-small .bn-textField-clear,
.bn-textField.data-size-small .bn-textField-prefix,
.bn-textField.data-size-small .bn-textField-suffix {
  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::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.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::placeholder {
  color: var(--color-DisabledText);
}
.bn-textField.data-error:not(.disabled) {
  border-color: var(--color-Error);
}
.bn-textField__line {
  background: transparent;
  border-color: var(--color-InputLine);
}
.bn-textField__line.focus:not(.static) {
  border-color: var(--color-PrimaryYellow);
}
.bn-textField-clear,
.bn-textField-prefix,
.bn-textField-suffix {
  color: var(--color-IconNormal);
  display: inline-flex;
  flex: none;
  font-size: 20px;
}
.bn-textField-clear {
  cursor: pointer;
}
.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;
  height: 100%;
  line-height: 22px;
  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::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);
}
@media only screen and (min-width: 768px) {
  .bn-textField:hover:not(.disabled):not(.static):not(:has(.bn-bubble:hover)) {
    border-color: var(--color-PrimaryYellow);
  }
  .bn-textField__default.focus:not(.static) {
    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 0.15s ease-in-out;
  width: 42px;
}
.bn-switch:before {
  content: "";
  flex: 0 1;
  transition: flex 0.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: 0.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-textPrimary);
  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-textPrimary);
  border-color: var(--color-textPrimary);
}
.bn-radio.checked > .bn-radio-icon:before {
  background-color: var(--color-popupBg);
}
.bn-radio.disabled {
  color: var(--color-textDisabled);
  cursor: not-allowed;
}
.bn-radio.disabled > .bn-radio-icon {
  background-color: var(--color-line);
  border-color: var(--color-textDisabled);
}
.bn-radio.disabled.checked > .bn-radio-icon:before {
  background-color: var(--color-textDisabled);
}
.bn-radio-icon {
  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:hover > .bn-radio-icon {
    border-color: var(--color-textPrimary);
  }
  .bn-radio.disabled > .bn-radio-icon {
    border-color: var(--color-line);
  }
  .bn-radio-icon {
    border: 1px solid var(--color-textDisabled);
    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 {
  cursor: not-allowed;
}
.bn-checkbox.disabled:not(.checked) {
  color: var(--color-DisabledText);
}
.bn-checkbox.disabled:not(.checked) .bn-checkbox-icon {
  background-color: var(--color-Line);
  border-color: var(--color-DisabledText);
}
.bn-checkbox.disabled.checked {
  opacity: 0.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;
}
.bn-subscript.checked {
  border-color: var(--color-PrimaryText);
  box-shadow: 0 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 {
    border-color: var(--color-PrimaryText);
    box-shadow: 0 0 0 0.5px var(--color-PrimaryText);
  }
}
.bn-select-field {
  grid-gap: var(--space-xs);
  align-items: center;
  border-radius: var(--radii-m);
  color: var(--color-textPrimary);
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-xs);
  height: 40px;
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  transition-duration: var(--animation-duration-base);
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 100%;
}
.bn-select-field.data-size-large {
  height: 48px;
}
.bn-select-field.data-size-large.data-multi {
  min-height: 48px;
}
.bn-select-field.data-filled {
  background-color: var(--color-Input);
}
.bn-select-field.data-line {
  border: 1px solid var(--color-InputLine);
}
.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: 20px;
  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-textThird);
}
.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.data-multi > .bn-select-field-input .bn-select-field-block {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}
.bn-select-overlay {
  padding-bottom: var(--space-xs);
  width: 100%;
}
.bn-select-overlay-search {
  display: flex;
  flex-direction: column;
  padding: var(--space-xs);
  width: 100%;
}
.bn-select-overlay-search .bn-textField {
  width: 100%;
}
.bn-select-overlay-options {
  --scroll-pad: 2px;
  --scroll-size: 10px;
  max-height: 260px;
  overflow-y: auto;
}
.bn-select-overlay-options
  .bn-select-option-group:not(:first-child)
  .bn-select-option-group-title {
  border-top: 0.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 .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 {
  align-items: center;
  display: flex;
  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 {
    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: 3px 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 .bn-tooltips,
.bn-select .bn-tooltips > .bn-bubble-content {
  min-width: 112px;
  width: 100%;
}
.bn-select__full {
  width: 100%;
}
.bn-select .bn-bubble-content {
  border-radius: var(--radii-2l);
  overflow: auto;
}
.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 0.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__round.data-size-large {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: var(--space-2xs) var(--space-xl);
}
.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.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__primary {
  padding: 7px var(--space-m);
}
.bn-tab__primary.active {
  background-color: var(--color-badgeBg);
  border-radius: var(--radii-m);
  color: var(--color-primaryHover);
}
.bn-tab__primary-gray {
  padding: 7px var(--space-m);
}
.bn-tab__primary-gray.active {
  background-color: var(--color-Input);
  border-radius: var(--radii-m);
  color: var(--color-PrimaryText);
}
.bn-tab__round {
  color: var(--color-textPrimary);
}
.bn-tab__round.active {
  background-color: var(--color-primary);
  border-radius: var(--radii-circle);
  color: var(--color-textBlack);
}
.bn-tab__secondary {
  border-radius: var(--radii-xs);
  color: var(--color-textPrimary);
  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-primary);
  color: var(--color-textBlack);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.bn-tab__segment,
.bn-tab__segment-outline {
  border-radius: var(--radii-s);
  color: var(--color-textThird);
  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-bg3);
  color: var(--color-textPrimary);
}
.bn-tab__third {
  grid-gap: var(--space-4xs);
  border-radius: var(--radii-2xs);
  color: var(--color-textSecondary);
  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-bg3);
  color: var(--color-textPrimary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.bn-tab__card {
  border-bottom: 4px solid var(--color-bg3);
  height: 44px;
  justify-content: start;
  padding: var(--space-4xs) var(--space-3xs);
}
.bn-tab__card.active {
  background-color: var(--color-bg1);
  border-bottom-color: var(--color-bg1);
  border-radius: var(--radii-xs) var(--radii-xs) 0 0;
  color: var(--color-textPrimary);
}
.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 0.15s linear;
  width: 16px;
}
.bn-tab__default-breakline.active,
.bn-tab__default.active {
  color: var(--color-textPrimary);
}
.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-primaryHover);
  color: var(--color-textPrimary);
}
.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-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;
}
@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);
    border-radius: var(--radii-m);
    color: var(--color-primaryHover);
  }
  .bn-tab__primary-gray:hover {
    background-color: var(--color-Input);
    border-radius: var(--radii-m);
    color: var(--color-PrimaryText);
  }
  .bn-tab__round:hover {
    background-color: var(--color-bg3);
    border-radius: var(--radii-circle);
  }
  .bn-tab__secondary {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .bn-tab__secondary.active,
  .bn-tab__secondary:hover {
    background-color: var(--color-primary);
    color: var(--color-textBlack);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  .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-bg3);
    color: var(--color-textPrimary);
  }
  .bn-tab__third {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .bn-tab__third.active,
  .bn-tab__third:hover {
    background-color: var(--color-bg3);
    color: var(--color-textPrimary);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  .bn-tab__card:hover {
    color: var(--color-textPrimary);
  }
  .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-textPrimary);
  }
  .bn-tab__vertical:hover {
    background-color: var(--color-bg3);
  }
  .bn-tab__buySell {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    min-width: 122px;
  }
}
.bn-tab-list {
  grid-gap: var(--space-m);
  background: transparent;
  display: flex;
  gap: var(--space-m);
  overflow: auto;
  position: relative;
  width: 100%;
}
.bn-tab-list::-webkit-scrollbar {
  height: 0 !important;
}
.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__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__secondary {
  grid-gap: 2px;
  gap: 2px;
}
.bn-tab-list__secondary,
.bn-tab-list__segment {
  background-color: var(--color-bg3);
  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-bg3);
  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-bg1) 0, transparent 100%);
  left: 0;
}
.bn-tab-list-shadow-right {
  background: linear-gradient(270deg, var(--color-bg1) 0, transparent 100%);
  right: 0;
}
.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-pagination {
  grid-gap: var(--space-2xs);
  align-items: center;
  color: var(--color-textSecondary);
  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-textSecondary);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  line-height: 20px;
  width: 28px;
}
.bn-pagination-item.abbreviate {
  cursor: default;
}
.bn-pagination-item.active {
  background-color: var(--color-line);
  color: var(--color-textPrimary);
  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-textPrimary);
  }
}
.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-textThird);
  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-textPrimary);
  cursor: text;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.bn-breadcrumb-item.disabled {
  color: var(--color-textDisabled);
  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-textBrand);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}
.bn-emptyState {
  grid-gap: var(--space-m);
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.bn-emptyState-icon {
  font-size: 96px;
}
.bn-emptyState-content {
  color: var(--color-textThird);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.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-bg1);
  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-textSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.bn-thumbnail-file-caption {
  color: var(--color-textDisabled);
  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-textDisabled);
  color: var(--color-textWhite);
  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-textWhite);
  font-size: 16px;
}
.bn-timeline-item {
  color: var(--color-textPrimary);
  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-primaryHover);
  border: 2px solid var(--color-primaryHover);
  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-bg1);
}
.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-textThird);
  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-tick {
  background-color: var(--color-Line);
  cursor: pointer;
  height: 3px;
  width: 8px;
}
.bn-slider-ticks-tick.active {
  background-color: var(--color-PrimaryText);
}
.bn-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  flex: 1 1;
  margin: 10px 8px;
  position: relative;
  z-index: 2;
}
.bn-slider-wrapper {
  display: flex;
  position: relative;
}
.bn-slider-track {
  background: var(--color-Line);
  display: flex;
  height: 1px;
  left: 13px;
  position: absolute;
  right: 13px;
  top: calc(50% - 0.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-PrimaryText);
  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-Line);
  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-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::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  width: 100%;
}
.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%;
}
@media only screen and (min-width: 768px) {
  .bn-slider::-webkit-slider-thumb {
    border: 1px solid var(--color-PrimaryText);
    box-shadow: 0 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;
  background-color: var(--color-line);
  border-radius: var(--radii-xs);
  color: var(--color-textPrimary);
  cursor: pointer;
  display: inline-flex;
  gap: var(--space-4xs);
  min-height: 32px;
  padding: var(--space-2xs) var(--space-m);
}
.bn-upload:active {
  background-color: var(--color-bg3);
}
.bn-upload.data-error,
.bn-upload.data-success,
.bn-upload.data-waiting {
  grid-gap: var(--space-2xs);
  gap: var(--space-2xs);
  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-success);
  stroke: var(--color-success);
  font-size: 24px;
  transform: scale(0.7);
}
.bn-upload.data-error .bn-upload-filename {
  color: var(--color-error);
}
.bn-upload__primary.data-size-large {
  min-height: 40px;
  padding: var(--space-xs) var(--space-m);
}
.bn-upload__primary.data-size-large.data-error,
.bn-upload__primary.data-size-large.data-success,
.bn-upload__primary.data-size-large.data-waiting {
  padding: var(--space-2xs) 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 {
  background-color: var(--color-bg3);
  flex-direction: column;
  height: 164px;
  justify-content: center;
  position: relative;
  width: 164px;
}
.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-textThird);
  font-size: 24px;
}
.bn-upload__square .bn-upload-image {
  height: auto;
  width: 100%;
}
.bn-upload__square .bn-upload-trigger {
  color: var(--color-textSecondary);
}
.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: 0;
  top: 0;
  z-index: 2;
}
.bn-upload-icon {
  align-items: center;
  color: var(--color-textPrimary);
  display: flex;
  font-size: 16px;
  height: 1em;
  justify-content: center;
  width: 1em;
}
.bn-upload-image {
  height: 24px;
  width: 24px;
}
.bn-upload-retry,
.bn-upload-trigger {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.bn-upload-filename {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  min-width: 120px;
}
.bn-upload-delete {
  color: var(--color-textThird);
  font-size: 16px;
}
.bn-upload-rtl {
  direction: rtl;
}
.bn-upload-rtl.bn-upload__square .bn-upload-delete {
  left: 0;
  right: auto;
}
.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-tail {
  background: linear-gradient(
    to right,
    var(--color-PrimaryText) 50%,
    var(--color-Line) 50%
  );
}
.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 {
  background-color: var(--color-textDisabled);
  border-radius: unset;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
}
.bn-step__primary__normal .bn-step-tail {
  background-color: var(--color-textDisabled);
  right: 8px;
  top: 3px;
  transform: translate(8px);
}
.bn-step__primary__normal .bn-step-content {
  color: var(--color-textPrimary);
}
.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-textSecondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.bn-step__primary__normal .bn-step-content-action {
  color: var(--color-textBrand);
  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__arrow {
  padding: 0;
}
.bn-step__arrow.data-status-progress .bn-step-ind {
  color: var(--color-textBlack);
}
.bn-step__arrow.data-status-progress .bn-step-ind:after,
.bn-step__arrow.data-status-progress .bn-step-ind:before {
  background-color: var(--color-primary);
}
.bn-step__arrow.data-status-progress .bn-step-content,
.bn-step__arrow.data-status-progress .bn-step-content-desc {
  color: var(--color-textPrimary);
}
.bn-step__arrow:first-of-type.data-status-progress .bn-step-ind {
  background-image: linear-gradient(
    to right,
    var(--color-primary),
    transparent
  );
}
.bn-step__arrow:first-of-type .bn-step-ind {
  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-textSecondary);
  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: 16px;
  font-weight: 600;
  line-height: 24px;
}
.bn-step-content-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.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-primary), 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-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-primary);
  }
  .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 {
  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: 64px;
  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: linear-gradient(
    to bottom,
    var(--color-PrimaryText) 50%,
    var(--color-Line) 50%
  );
}
.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-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-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;
}
.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, 0.1);
  color: var(--color-Success);
}
.bn-tag.bn-bubble__error {
  --color-arrow: rgba(246, 70, 93, 0.1);
  color: var(--color-Error);
}
@media only screen and (min-width: 768px) {
  .bn-tag {
    height: 24px;
  }
}
.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-textPrimary);
  flex: 1 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.bn-picker-view {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 var(--space-4xl);
}
.bn-picker-view-column-content {
  transition: transform var(--animation-duration-base) ease;
}
.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-picker.dark .bn-picker-view-column-mask {
  background-image: linear-gradient(
      180deg,
      rgba(32, 38, 48, 0.8),
      rgba(32, 38, 48, 0.4)
    ),
    linear-gradient(0deg, rgba(32, 38, 48, 0.8), rgba(32, 38, 48, 0.4));
}
@media only screen and (min-width: 768px) {
  .bn-picker.dark .bn-picker-view-column-mask {
    background-image: linear-gradient(
        180deg,
        rgba(30, 35, 41, 0.8),
        rgba(30, 35, 41, 0.4)
      ),
      linear-gradient(0deg, rgba(30, 35, 41, 0.8), rgba(30, 35, 41, 0.4));
  }
}
.bn-picker-view {
  align-items: center;
  display: flex;
  height: 250px;
  position: relative;
}
.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-textPrimary);
  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%, 0.8),
      hsla(0, 0%, 100%, 0.4)
    ),
    linear-gradient(0deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.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-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-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-searchBar__collapsed {
  width: 20px;
}
.bn-searchBar__collapsed .bn-textField {
  background: transparent;
  border-color: transparent;
  padding-left: 0;
  width: 20px;
}
.bn-searchBar__collapsed .bn-textField-prefix {
  color: var(--color-PrimaryText);
}
.bn-searchBar__collapsed .bn-textField-clear {
  opacity: 0;
  visibility: hidden;
}
.bn-web-datepicker {
  background: var(--color-CardBg);
  border: 1px solid var(--color-line);
  border-radius: var(--radii-m);
  display: inline-flex;
  height: 40px;
  padding: 0 var(--space-s);
  width: 212px;
}
.bn-web-datepicker.data-size-large {
  height: 48px;
}
.bn-web-datepicker.data-size-small {
  height: 32px;
}
.bn-web-datepicker.bn-web-datepicker-range {
  width: 280px;
}
.bn-web-datepicker-focused {
  border: 1px solid var(--color-primary);
}
.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 {
  align-items: center;
  color: var(--color-iconNormal);
  display: flex;
  flex: none;
  padding-left: var(--space-2xs);
}
.bn-web-datepicker-clear {
  align-items: center;
  background: inherit;
  bottom: 0;
  color: var(--color-textThird);
  cursor: pointer;
  display: flex;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s linear;
}
.bn-web-datepicker:hover .bn-web-datepicker-clear {
  opacity: 1;
}
.bn-web-datepicker-input > input {
  background: inherit;
  border: none;
  color: var(--color-textPrimary);
  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-textDisabled);
}
.bn-web-datepicker-input > input:-ms-input-placeholder {
  color: var(--color-textDisabled);
}
.bn-web-datepicker-input > input::placeholder {
  color: var(--color-textDisabled);
}
.bn-web-datepicker-rtl .bn-web-datepicker-suffix {
  padding-left: 0;
  padding-right: var(--space-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-textDisabled);
  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: 18px 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-2xs);
  display: flex;
  gap: var(--space-2xs);
  padding-bottom: var(--space-m);
}
.bn-web-datepicker-header > * {
  flex: none;
}
.bn-web-datepicker-header button {
  align-items: center;
  -webkit-appearance: none;
  background: inherit;
  border: none;
  color: var(--color-textThird);
  cursor: pointer;
  display: inline-flex;
}
.bn-web-datepicker-header button:active,
.bn-web-datepicker-header button:hover {
  color: var(--color-textBrand);
}
.bn-web-datepicker-header button:disabled {
  color: var(--color-textDisabled);
}
.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-textSecondary);
  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-textBrand);
}
.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-textDisabled);
}
.bn-web-datepicker-header-view {
  color: var(--color-textPrimary);
  flex: auto;
  text-align: center;
}
.bn-web-datepicker-header-view > button {
  border: 0;
  color: var(--color-textPrimary);
  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;
  height: 32px;
  line-height: 32px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 100%;
}
.bn-web-datepicker-cell-inner:hover {
  background-color: var(--color-primary);
  border-radius: var(--radii-s);
  color: var(--color-TextOnYellow);
}
.bn-web-datepicker-cell-disabled > .bn-web-datepicker-cell-inner {
  background: inherit;
  color: var(--color-textDisabled);
  cursor: not-allowed;
}
.bn-web-datepicker-cell-in-view {
  color: var(--color-textPrimary);
  min-width: 32px;
  padding: 1px 0;
}
.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today {
  color: var(--color-textBrand);
}
.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today
  > .bn-web-datepicker-cell-inner {
  border-color: var(--color-textBrand);
  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-textBrand);
}
.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, 0.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 32px;
}
.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-primaryHover);
  border: none;
  border-radius: var(--radii-s);
  color: var(--color-textBlack);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  min-width: 60px;
  padding: 0 var(--space-2xs);
}
.bn-web-datepicker-ok button:hover:not(:disabled) {
  background: var(--color-primaryHover);
  box-shadow: none;
  opacity: 0.9;
}
.bn-web-datepicker-ok button:disabled {
  background: var(--color-line);
  cursor: not-allowed;
  opacity: 0.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-textBrand);
  border-radius: var(--radii-s);
  color: var(--color-textBrand);
}
.bn-web-datepicker-year-panel
  .bn-web-datepicker-cell-in-view:hover
  > .bn-web-datepicker-cell-inner {
  background: var(--color-primary);
  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-textBrand);
  border-radius: var(--radii-s);
  color: var(--color-textBrand);
}
.bn-web-datepicker-month-panel
  .bn-web-datepicker-cell-in-view:hover
  > .bn-web-datepicker-cell-inner {
  background: var(--color-primaryHover);
  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-primary);
  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-textPrimary);
}
.bn-web-datepicker-date-panel
  .bn-web-datepicker-cell-range-start
  > .bn-web-datepicker-cell-inner {
  background-color: var(--color-primary);
  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-primary);
  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-primaryHover);
  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-primary);
  border-color: var(--color-primaryHover);
  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-primary);
  border-color: var(--color-primaryHover);
  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-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 0.3s;
  width: 64px;
}
.bn-web-datepicker-time-panel-column-active {
  background: rgba(0, 0, 255, 0.1);
}
.bn-web-datepicker-content {
  border-spacing: 0;
  table-layout: fixed;
}
.bn-web-datepicker-content th {
  font-weight: 400;
  height: 32px;
}
.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-textSecondary);
  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-outlineHover);
  border-radius: var(--radii-s);
}
.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 0.3s;
}
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-date-panel,
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-time-panel {
  opacity: 0.3;
}
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-date-panel-active,
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-time-panel-active {
  opacity: 1;
}
.bn-web-datepicker-dropdown {
  position: absolute;
  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 0.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-popupBg) var(--color-popupBg) 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-primaryHover);
  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-primaryHover);
  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-primaryHover);
  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-popupBg);
  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 0.3s;
  vertical-align: top;
}
.css-12lv9mo {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 1200;
    inset: 0px;
    background-color: rgba(20, 21, 26, 0.8);
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}

.css-1hz5dn0 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: relative;
    box-shadow: rgba(20, 21, 26, 0.16) 0px 8px 16px, rgba(71, 77, 87, 0.16) 0px 16px 32px, rgba(20, 21, 26, 0.1) 0px 0px 1px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    height: auto;
    width: 80%;
    text-align: center;
}

.css-tolw2i {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

.css-16wz1c4 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    overflow-y: auto;
    height: 100%;
}

.css-hv39bs {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    padding: 40px 24px 24px;
}

.css-kewrbm {
    box-sizing: border-box;
    margin: 0px 0px 16px;
    min-width: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-388kbi {
    box-sizing: border-box;
    margin: 0px 0px 24px;
    min-width: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgb(30, 35, 41);
}


@media screen and (min-width: 768px) {
.css-1izbvz9 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
}

.css-1tr0qpm {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
    width: 100%;
}


@media only screen and (min-width: 768px){
.bn-button.data-size-large {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
}

.css-1c82c04 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

