@charset "UTF-8";.comp-Avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: var(--bf-bg-body);
  background: var(--bf-primary);
  border-radius: 1000px;
}
.comp-Avatar.guest {
  color: var(--bf-tx-placeholder);
  background: var(--bf-bg-filled2);
}.comp-Nav > a {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 0 14px;
  margin: 0 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 30px;
}
.comp-Nav > a:hover {
  background: var(--bf-bg-filled2);
}
.comp-Nav > .on {
  color: var(--bf-primary);
  background: #fff !important;
  box-shadow: var(--bf-sd-btn);
}._Header_bomsz_1__logo {
  position: absolute;
  top: 15px;
  left: 10px;
}
._Header_bomsz_1__right {
  position: absolute;
  right: 16px;
  display: flex;
  align-items: center;
}
._Header_bomsz_1__right > .locale {
  z-index: 1;
}
._Header_bomsz_1__right > .comp-Avatar {
  margin-left: 10px;
  cursor: pointer;
}
._Header_bomsz_1__menu > .role {
  font-size: 11px;
  color: var(--bf-tx-summary);
}
._Header_bomsz_1__impersonate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  background: var(--bf-special);
  border-radius: 15px;
}/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }html {
  --rd-doc: 15px;
  --sd-doc: 0 0 5px rgb(0 0 0 / 5%), 0 0 2px -1px rgb(0 0 0 / 3%);
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: var(--bf-tx-body);
  --bf-tx-success: #43c400 !important;
}

:focus-visible {
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.0470588235);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.031372549);
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0.031372549);
}

/* stylelint-disable-next-line selector-no-vendor-prefix */
::-webkit-input-placeholder {
  color: var(--bf-tx-placeholder);
}

.ant-input-filled > input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px #f3f5f7 inset !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

a {
  color: inherit;
  text-decoration: none;
}

#app {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-size: 13px;
  background: var(--bf-bg-filled);
}
#app > header {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  height: 55px;
  border-bottom: 1px solid var(--bf-bd-input);
}
#app > article {
  display: flex;
  flex: 1;
  height: 80%;
}
#app > article > section {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#app > article > section > .loading {
  box-sizing: border-box;
  padding: 10px 30px;
}
#app > article > aside {
  box-sizing: border-box;
  display: flex;
  flex: none;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  width: 250px;
  padding: 0 15px 0 10px;
}
#app > article > main {
  position: relative;
  flex: 1;
  width: 100%;
  overflow: auto;
}
#app > article > main > section {
  min-width: 1000px;
}
#app.paper > header {
  border-bottom-color: transparent;
}
#app.paper > article > main {
  margin-right: 13px;
  background: #fff;
  border-radius: var(--rd-doc) var(--rd-doc) 0 0;
  box-shadow: var(--sd-doc);
}
#app.canvas > header {
  display: none;
}

.g-scope-public {
  color: var(--bf-tx-success);
}

.g-scope-preview {
  color: #ff9387;
}

.g-scope-private {
  color: #a8b1c0;
}

.g-third {
  color: var(--bf-third);
}

.g-warn {
  color: var(--bf-warn);
}

.g-summary {
  color: var(--bf-tx-summary);
}

.g-lesser {
  color: var(--bf-tx-lesser);
}

.g-special {
  color: var(--bf-special);
}

.g-success {
  color: var(--bf-tx-success);
}

.g-primary {
  color: var(--bf-primary);
}

.g-link {
  color: var(--bf-primary);
  cursor: pointer;
}
.g-link.lesser {
  color: var(--bf-tx-lesser);
}
.g-link.summary {
  color: var(--bf-tx-summary);
}
.g-link.placeholder {
  color: var(--bf-tx-placeholder);
}
.g-link:hover {
  color: var(--bf-third);
}

.g-canvas {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 46px;
  background-color: var(--bf-bg-filled);
}
.g-canvas > .hd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 996;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 46px;
  background-color: var(--bf-bg-body);
  border-bottom: 1px solid var(--bf-bd-input);
  box-shadow: var(--bf-sd-btn);
}
.g-canvas > .bd {
  height: 100%;
}

.g-page {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.g-page > .content {
  padding: 20px 15px 0;
}
.g-page > .hd {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: center;
  padding: 20px 25px;
}
.g-page > .hd > .space {
  display: flex;
  gap: 15px;
  align-items: center;
}
.g-page > .hd .subject {
  padding-left: 2px;
  font-size: 14px;
  font-weight: 500;
}
.g-page > .bd {
  flex: 1;
  height: 80%;
  padding: 5px 25px 20px;
  overflow: auto;
}
.g-page.list > .hd {
  display: block;
  height: 80px;
  padding: 25px 25px 0;
  overflow: hidden;
}
.g-page.list > .hd > .search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
.g-page.list > .hd > .filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  margin-top: 12px;
}
.g-page.list.simple > .hd {
  height: 50px !important;
}
.g-page.list.simple > .hd > .search {
  height: 30px !important;
}

.g-actions-cell {
  display: flex;
  gap: 12px;
}
.g-actions-cell a {
  color: var(--bf-tx-lesser);
}
.g-actions-cell a:hover {
  color: var(--bf-primary);
}

.g-table th {
  font-weight: 500 !important;
}

td.g-date-cell {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: var(--bf-tx-summary);
}

.g-settings {
  padding: 0 15px 15px 10px;
}
.g-settings > .title {
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 11px;
  border-bottom: 1px dashed var(--bf-bd-input);
}

.g-icon-wrap {
  line-height: 0;
}
.g-icon-wrap > svg {
  pointer-events: none;
}

.g-vertical {
  vertical-align: -0.14em;
}

.g-block {
  display: block;
}

.g-avatar {
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20width='50'%20height='50'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.008044%20511.992669c0%20182.921017%2097.464786%20351.948415%20255.693793%20443.408924a510.922139%20510.922139%200%200%200%20511.434132%200A512.109031%20512.109031%200%200%200%201023.829762%20511.992669c0-282.759588-228.953813-511.992669-511.410859-511.992669C229.961856%200%201.008044%20229.233081%201.008044%20511.992669z'%20fill='%23daeafdff'%3e%3c/path%3e%3cpath%20d='M791.268729%20685.302188v25.971991C791.268729%20741.99374%20765.436371%20767.989004%20734.949535%20767.989004H289.050465C258.563629%20767.989004%20232.731271%20741.99374%20232.731271%20711.274179v-25.971991c0-68.513928%2079.801039-108.68208%20152.550543-141.775425%202.327239%200%204.677751-2.350512%207.028263-4.724296%204.701024-2.350512%2011.729287-2.350512%2018.780822%200%2030.486836%2018.897184%2063.370729%2030.71956%20100.909101%2030.71956%2037.538372%200%2070.398992-11.822376%20100.909101-30.71956%204.701024-4.724296%2011.729287-4.724296%2018.780822%200%202.327239%200%204.701024%202.373784%207.028263%204.724296C711.467689%20576.620107%20791.268729%20619.162044%20791.268729%20685.302188M512%20209.451546c78.102154%200%20139.634364%2067.489943%20139.634364%20151.270562S590.102154%20511.992669%20512%20511.992669s-139.634364-67.489943-139.634364-151.270561S433.897846%20209.451546%20512%20209.451546'%20fill='%23FFFFFF'%20p-id='121941'%3e%3c/path%3e%3c/svg%3e") no-repeat;
  background-size: 100% 100%;
}

.g-hot-keyword {
  display: flex;
  gap: 8px;
  font-size: 12px;
}
.g-hot-keyword > em {
  font-style: normal;
  font-weight: 500;
}
.g-hot-keyword > a {
  color: var(--bf-primary);
  text-decoration: underline;
}

.g-form-modal {
  padding-top: 10px;
}

.g-form-compact .ant-form-item {
  margin-bottom: 18px;
}
.g-form-compact .ant-form-item .ant-form-item-explain {
  font-size: 12px;
  line-height: 18px;
}

.g-form-footer {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.g-form-footer > .ant-btn {
  padding: 0 20px;
  font-weight: 500;
}

.g-dot {
  font-family: Arial, sans-serif;
}

.g-panel {
  padding: 0 10px;
  margin-bottom: 10px;
}
.g-panel > .hd {
  padding: 10px 2px;
  border-bottom: 1px solid var(--bf-bd-tr);
}
.g-panel > .hd > .title {
  font-size: 14px;
  font-weight: bold;
}
.g-panel > .bd {
  padding: 15px 2px;
}

.g-card {
  position: relative;
  box-sizing: border-box;
  flex: none;
  height: 145px;
  padding: 16px;
  overflow: hidden;
  background: var(--bf-bg-side);
  border: 1px solid var(--bf-bd-side);
  border-radius: var(--bf-rd-card);
  box-shadow: var(--bf-sd-btn);
}
.g-card:hover {
  background: #fff;
  border-color: transparent;
}
.g-card:hover > .tools {
  display: flex;
}
.g-card::before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  border: 1px solid #fff;
  border-radius: var(--bf-rd-card);
}
.g-card.less {
  border: 1px solid var(--bf-bd-side);
}
.g-card.flat {
  border: 1px solid var(--bf-bd-side);
  box-shadow: none;
}
.g-card > .comp-Favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  font-size: 14px;
}
.g-card > .head-icon {
  position: relative;
  display: flow-root;
  padding-bottom: 10px;
  padding-left: 43px;
  border-bottom: 1px solid var(--bf-bd-tr);
}
.g-card > .head-icon > .icon {
  position: absolute;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: var(--bf-rd-btn);
}
.g-card > .head-icon > .title {
  margin: 1px 5px 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
}
.g-card > .head-icon > .info {
  font-size: 10px;
  line-height: 10px;
  color: var(--bf-tx-lesser);
}
.g-card > .side {
  position: absolute;
  width: 60px;
}
.g-card > .main {
  padding-left: 75px;
}
.g-card > .footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 14px;
  font-size: 11px;
  line-height: 11px;
  color: var(--bf-tx-lesser);
}
.g-card > .footer > .side {
  display: flex;
  gap: 8px;
  align-items: center;
}
.g-card > .tools {
  position: absolute;
  bottom: 8px;
  left: 50%;
  display: none;
  overflow: hidden;
  color: var(--bf-second);
  background: var(--bf-bg-active);
  border-radius: 50px;
  transform: translateX(-50%);
}
.g-card > .tools .lucide {
  display: block;
}
.g-card > .tools > .btn {
  padding: 5px 6px;
  cursor: pointer;
}
.g-card > .tools > .btn:hover {
  color: var(--bf-primary);
}
.g-card > .tools > .btn:first-child {
  padding-left: 16px;
}
.g-card > .tools > .btn:last-child {
  padding-right: 16px;
}
.g-card > .summary {
  display: -webkit-box;
  height: 2.2rem;
  margin-top: 8px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 11px;
  line-height: 1.6;
  color: var(--bf-tx-summary);
  -webkit-box-orient: vertical;
}

.g-grid {
  display: grid;
  gap: 1rem;
  align-content: flex-start;
}

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

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

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

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

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

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

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

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

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

/* .col-span-1 {
    grid-column: span 1/span 1
} */
@media (width >= 640px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 1280px) {
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 1536px) {
  .\32 xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .\32 xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (width >= 2560px) {
  .\32 k\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}.nd-form .ant-form-item-label {
  font-weight: 500;
}

.nd-form-layout .form-item {
  margin-bottom: 20px;
}
.nd-form-layout .label-item {
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.nd-form-layout .label-item::after {
  content: ":";
}
.nd-form-layout .label-item.require::before {
  margin-right: 3px;
  color: var(--bf-special);
  content: "*";
}
.nd-form-layout .label-item em {
  margin-right: 3px;
  font-style: normal;
  color: var(--bf-special);
}
.nd-form-layout .label-item-remark {
  float: right;
  font-size: 12px;
  color: var(--bf-tx-lesser);
}
.ͼbaseflow {
  --ant-margin-xs: 6px;
}
.ͼbaseflow.ant-modal-css-var {
  --ant-modal-header-margin-bottom: 10px;
}

.ant-tooltip {
  max-width: 350px;
}

.ant-table-wrapper .ant-table-thead > tr > th {
  border-bottom-color: rgba(0, 0, 0, 0.0156862745);
}

.ant-btn {
  gap: 5px;
}
.ant-btn > .ant-btn-icon {
  line-height: 1;
}

.ant-form-item .ant-form-item-explain-error {
  font-size: 12px;
}

.ant-input-textarea-show-count .ant-input-data-count {
  font-size: 12px;
}

.ant-form-item .ant-form-item-explain,
.ant-form-item .ant-form-item-extra {
  padding-top: 2px;
  font-size: 11px;
}

.ant-btn-color-primary,
.ant-btn-color-default {
  box-shadow: none !important;
}

.ant-segmented {
  color: var(--bf-tx-lesser);
  background: var(--bf-bg-filled2);
}

.ant-modal-title > .g-vertical {
  margin-right: 5px;
}

.ant-table-body {
  scrollbar-color: var(--bf-bg-filled) transparent;
}

.ant-modal-footer > .ant-btn {
  padding: 0 20px;
  font-weight: 500;
}

.ant-modal {
  line-height: inherit;
}
.ant-modal .ant-modal-body {
  line-height: inherit;
}