.pisell-lowcode__pos_circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: currentColor;
  background: #f2f2f7;
  color: #acacac;
  border: 1px solid #f2f2f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pisell-lowcode__pos_circle.active {
  background: var(--primary-600, #7f56d9);
  color: #fff;
}
.pisell-lowcode__pos_circle:hover {
  border-color: #d5d7da;
}

.pisell-lowcode__pos_tabs {
  display: flex;
  height: 100%;
}
.pisell-lowcode__pos_tabs-nav {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 130px;
  align-items: center;
  flex-shrink: 0;
}
.pisell-lowcode__pos_tabs-nav::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #ececec;
}
.pisell-lowcode__pos_tabs-tab-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 72px;
  justify-content: center;
  cursor: pointer;
  padding: 16px 0;
  gap: 6px;
}
.pisell-lowcode__pos_tabs-tab-label-tlt {
  color: #0d1619;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pisell-lowcode__pos_tabs-tab-label-tlt.active {
  color: #7f56d9;
  color: var(--primary-600, #7f56d9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pisell-lowcode__pos_tabs-tabpane {
  display: none;
  flex: 1;
  overflow: hidden;
}
.pisell-lowcode__pos_tabs-tabpane.active {
  display: flex;
}
.pisell-lowcode__pos_tab-content {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.pisell-lowcode__pos_box {
  height: 100%;
}

.pisell-lowcode__pos_setting_box {
  height: 100%;
  width: 100%;
  display: flex;
}

.pisell-lowcode__pos_drawer {
  transform: translateZ(0);
}

.pisell-lowcode__pos-form-box {
  flex: 1;
  padding: var(--pisell-lc-pos-padding-v, 0)
    var(--pisell-lc-pos-padding-h, 24px);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pisell-lowcode__pos-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.pisell-lowcode__pos-form-content {
  overflow: auto;
  flex: 1;
}
.pisell-lowcode__pos-form-btn {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.pisell-lowcode__pos-table {
  flex: 1;
  padding: var(--pisell-lc-pos-padding-v, 0)
    var(--pisell-lc-pos-padding-h, 24px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}

.pisell-lowcode__pos-table-act {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pisell-lowcode__pos-table-col {
  word-wrap: break-word;
}
.pisell-lowcode__pos-title {
  margin: 24px 0 16px !important;
  color: var(--base-black, #000) !important;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 38px;
}
.pisell-lowcode__pos-table-del-title {
  color: var(--Gray-900, #101828);
  /* Text lg/Semibold */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}
.pisell-lowcode__pos-table-del-text {
  color: var(--Gray-900, #101828);
  /* Text sm/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 0 0 12px 0;
}
.pisell-lowcode__pos-device {
  display: flex;
  flex-direction: column;
  padding: 24px 22px 0 !important;
  margin: 0 0 0 10px;
  overflow: hidden;
}
.pisell-lowcode__pos-device-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 24px 32px 0 !important;
  background-color: #fff;
  padding: 0 0 24px 0 !important;
}

.pisell-lowcode__pos_message {
  z-index: var(--pisell-lc-pos-message-z-index, 9999);
}

.pisell-lowcode__pos_message .pisell-lowcode__pos_message-notice-content {
  background-color: #fff !important;
}

.pisell-lowcode__pos_drawer_log .pisell-lowcode-drawer-body {
  display: flex;
  flex-direction: column;
}
.pisell-lowcode__pos_drawer_log
  .pisell-lowcode-drawer-body
  .pisell-lowcode__booking-drawer-title-wrap
  + div {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pisell-lowcode__pos-device-pair-text {
  padding: 0 24px 0 34px;
  color: #101828;
  font-size: 14px;
  font-weight: 400;
}

.pisell-lowcode__pos_message
  .pisell-lowcode__pos_message-notice-content
  .pisell-lowcode__pos_message-success {
  display: flex;
  align-items: center;
}

.pisell-lowcode__pos_message-custom-content_mx51 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  > span:last-child {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}

.pisell-lowcode__booking-drawer-title-wrap
  .pisell-lowcode__booking-drawer-title-line {
  display: flex;
  align-items: center;
}
