@pisell-prefix: pisell-lowcode;

.@{pisell-prefix} {
  &-tabs-tabpane {
    padding: 0 !important;
  }
  &-tab-bar-wrap {
    display: flex;
    flex-direction: column;
    flex: none;
  }
  &-tab-bar-wrap-top,
  &-tab-bar-wrap-bottom {
    display: flex;
    flex-direction: row;
  }
  &-tab-bar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    cursor: pointer;
  }
  &-tab-bar-icon-wrap {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    background: #f2f2f7;
    margin-bottom: 6px;
    color: #acacac;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    border: 1px solid #f2f2f7;
    &:hover {
      border-color: #d5d7da;
    }
  }
  &-tab-bar-label {
    color: #0d1619;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  &-tab-bar-item-active &-tab-bar-icon-wrap {
    background: var(--primary-600, #7f56d9);
    color: #fff;
  }
  &-tab-bar-item-active &-tab-bar-label {
    color: var(--primary-600, #7f56d9);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
