/* BEM support Func
 -------------------------- */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Outline
-------------------------- */
/* Box shadow
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
._wrapper_1bg7p_123 {
  display: flex;
  align-items: center;
  border: var(--border);
  border-radius: var(--radius);
}
._wrapper_1bg7p_123._no-border_1bg7p_129 {
  border: none;
}
._badge_1bg7p_133 {
  padding: var(--spacing--4xs) var(--spacing--2xs);
  background-color: var(--color--background--light-3);
  border-color: var(--color--foreground);
  z-index: 1;
  position: relative;
  height: 23px;
}
._badge_1bg7p_133 .n8n-text,
._badge_1bg7p_133 a {
  color: var(--color--text);
}
._projectBadge_1bg7p_146 > span {
  display: flex;
  gap: var(--spacing--3xs);
}
._count-badge_1bg7p_151 {
  font-size: var(--font-size--2xs);
  padding: var(--spacing--4xs) var(--spacing--3xs);
  color: var(--color--text);
  border-left: var(--border);
  line-height: var(--line-height--md);
}
._nowrap_1bg7p_159 {
  white-space: nowrap !important;
}