/* write style here */
.yw-tab {
  height: 100%;
}
.yw-tab :global .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 30px;
}
.yw-tab :global .ant-tabs-tab {
  padding: 14px 0;
}
.yw-tab .yw-tab-wrapped :global .ant-tabs-nav::before {
  display: none;
}
.yw-tab .yw-tab-wrapped .yw-tab-wrapped-item {
  height: 32px;
  background: #f0f6ff;
  border-radius: 4px;
  padding: 0 17px;
  font-weight: 500;
  margin-right: 8px;
  color: #333;
}
.yw-tab .yw-tab-wrapped .yw-tab-wrapped-item-count {
  margin-left: 3px;
}
.yw-tab .yw-tab-wrapped .yw-tab-wrapped-item [aria-selected='false'] .yw-tab-wrapped-item-count {
  color: #999;
}
.yw-tab .yw-tab-wrapped .yw-tab-wrapped-item :global .ant-tabs-tab {
  padding: 0;
  color: #333;
  line-height: 32px;
  background: transparent;
  border: none;
}
.yw-tab .yw-tab-capsule :global .ant-tabs-nav::before {
  display: none;
}
.yw-tab .yw-tab-capsule .yw-tab-capsule-item {
  padding: 0 20px;
  font-weight: 500;
  color: #333;
}
.yw-tab .yw-tab-capsule .yw-tab-capsule-item :global .ant-tabs-tab {
  padding: 0;
  color: #333;
  line-height: 32px;
  background: transparent;
  border: none;
}
.yw-tab .yw-tab-capsule .yw-tab-capsule-item:not(:nth-last-child(2))::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  border-left: 1px solid #d9d9d9;
  position: relative;
  left: 20px;
}
