/* 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
 -------------------------- */
/* Focus State
 -------------------------- */
._body_1b4o2_125 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing--sm);
  padding: var(--spacing--md);
}
._bodyEmbedded_1b4o2_132 {
  padding: 0;
}
._header_1b4o2_136 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing--xs);
}
._title_1b4o2_143 {
  margin: 0;
  font-size: var(--font-size--xl);
}
._description_1b4o2_148 {
  font-size: var(--font-size--sm);
  line-height: var(--line-height--xl);
}
._step_1b4o2_153 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing--2xs);
  padding: var(--spacing--xs) var(--spacing--sm);
  background: var(--color--background--light-2);
  border-radius: var(--radius);
}
._statusRow_1b4o2_163 {
  display: flex;
  align-items: center;
  gap: var(--spacing--3xs);
}
._statusDot_1b4o2_169 {
  width: var(--spacing--2xs);
  height: var(--spacing--2xs);
  border-radius: 50%;
  flex-shrink: 0;
}
._statusDotConnected_1b4o2_176 {
  background: var(--color--success);
}
._waitingRow_1b4o2_180 {
  display: flex;
  font-size: var(--font-size--2xs);
  align-items: center;
  gap: var(--spacing--2xs);
  padding: var(--spacing--2xs) var(--spacing--xs);
  background: var(--color--background--light-2);
  color: var(--color--text--tint-1);
  font-weight: var(--font-weight--bold);
  border-radius: var(--radius);
}