.snowy-admin-tabs {
  overflow: hidden;
}
.snowy-admin-tabs.ant-tabs {
  z-index: 99;
}
.snowy-admin-tabs.ant-tabs .ant-tabs-nav {
  margin-bottom: 0;
}
.snowy-admin-tabs.ant-tabs .ant-tabs-nav .ant-tabs-extra-content {
  display: flex;
}
.snowy-admin-tabs.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-ink-bar {
  visibility: visible;
}
.snowy-admin-tabs.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-with-remove {
  padding-right: 4px;
}
.snowy-admin-tabs.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab {
  background: none;
  height: 40px;
  line-height: 40px;
  transition: background-color 0.3s, color 0.3s;
  padding: 0 16px;
  border-radius: 0;
  border: none;
  margin: 0;
}
.snowy-admin-tabs.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab .ant-tabs-tab-remove {
  margin: 0;
  padding: 0 5px;
}
.snowy-admin-tabs.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-active {
  background: var(--primary-1);
}
.snowy-admin-tabs.ant-tabs .snowy-admin-tabs-drop,
.snowy-admin-tabs.ant-tabs .snowy-admin-tabs-arrow,
.snowy-admin-tabs.ant-tabs .ant-tabs-nav-operations .ant-tabs-nav-more {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.snowy-admin-tabs.ant-tabs .snowy-admin-tabs-drop .anticon,
.snowy-admin-tabs.ant-tabs .snowy-admin-tabs-arrow .anticon,
.snowy-admin-tabs.ant-tabs .ant-tabs-nav-operations .ant-tabs-nav-more .anticon {
  font-size: 12px;
  vertical-align: -1px;
}
.right-menu {
  position: fixed;
  background: var(--tag-background);
  z-index: 999;
  border: 1px solid #eee;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.snowy-tags .right-menu-item {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px 10px;
  color: #333;
  cursor: pointer;
}
.snowy-tags .right-menu-item:hover {
  background: var(--primary-1);
}
.snowy-tags {
  height: 40px;
  background: var(--snowy-background-color);
}
.snowy-tags ul {
  display: flex;
  overflow: hidden;
  padding-left: 0;
}
.snowy-tags li {
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 39.5px;
  position: relative;
  flex-shrink: 0;
}
.snowy-tags li::after {
  content: ' ';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  background-image: linear-gradient(#fff, #e6e6e6);
}
.snowy-tags li a {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.snowy-tags li i {
  margin-left: 10px;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.snowy-tags li i:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.snowy-tags li:hover {
  background: #fff;
}
.snowy-tags li.active {
  background: #1677ff;
}
.snowy-tags li.active a {
  color: var(--font-color);
}
.snowy-tags li.sortable-ghost {
  opacity: 0;
}
.snowy-header-tags-right {
  margin-right: 5px;
  color: var(--font-color);
}
.snowy-header-tags-right-font {
  color: var(--font-color);
}
.snowy-radius .ant-tabs-tab-active {
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 0 0 !important;
  box-shadow: 12px 15px 0 0 var(--primary-1), -12px 15px 0 0 var(--primary-1);
}
.snowy-radius .ant-tabs-tab-active::before {
  content: '';
  position: absolute;
  left: -13px;
  bottom: 1px;
  width: 13px;
  height: 40px;
  background: var(--primary-radius);
  border-radius: 0 0 20px 0;
}
.snowy-radius .ant-tabs-tab-active::after {
  content: '';
  position: absolute;
  right: -13px;
  bottom: 1px;
  width: 13px;
  height: 40px;
  background: var(--primary-radius);
  border-radius: 0 0 0 20px;
}
.snowy-radius .ant-tabs-ink-bar {
  visibility: hidden !important;
}
