@import "./aqsc-variables.scss";

// 通用抽出
@mixin aqsc-theme-color {
  color: $aqscThemeColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-background-color {
  color: $aqscWhiteBackgroundColor;
  background-color: $aqscThemeColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscWhiteBackgroundColor;
    background-color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscWhiteBackgroundColor;
    background-color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-background-color-import {
  background-color: $aqscThemeColor!important;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_Color!important;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_Color!important;
  }
}
@mixin aqsc-theme-border-color {
  border-color: $aqscThemeColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border-color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border-color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-border-top-color {
  border-top-color: $aqscThemeColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border-top-color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border-top-color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-border-right-color {
  border-right-color: $aqscThemeColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border-right-color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border-right-color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-border-bottom-color {
  border-bottom-color: $aqscThemeColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border-bottom-color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border-bottom-color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-border-left-color {
  border-left-color: $aqscThemeColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border-left-color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border-left-color: $aqscTheme_2_Color;
  }
}

// 特殊修改
// navbar
@mixin aqsc-theme-background-color-navbar {
  background: #005bea linear-gradient(to right, #005bea, #00b9f9);
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background: $aqscTheme_2_Color;
  }
}

// sidebar
// sidebar-[主要效果修改]
@mixin aqsc-theme-width-sidebar-container_W {
  width: $aqscSidebarContainerW !important;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    width: $aqscTheme_3_SidebarContainerW !important;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    width: $aqscTheme_2_SidebarContainerW !important;
  }
}
@mixin aqsc-theme-background-color-hideSidebar-submenu {
  background-color: transparent;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_BackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_BackgroundColor;
  }
}
@mixin aqsc-theme-hideSidebar-submenu-item-__title($height) {
  padding:30px 0 !important;
  height: $height;
  text-align: center;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    height: 70px;
    border: 0;
    border-radius: 0 20px 20px 0;
    margin: 10px 0;
    background-color: $aqscTheme_3_BackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    height: 70px;
    border: 0;
    border-radius: 0 20px 20px 0;
    margin: 10px 0;
    background-color: $aqscTheme_2_BackgroundColor;
  }
}

@mixin aqsc-theme-hideSidebar-submenu-item-__title-is-active {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_SidebarWhiteColor !important;
    background-color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_SidebarWhiteColor !important;
    background-color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-background-sidebar-container {
  background-color: $menuBg;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_BackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_BackgroundColor;
  }
}
@mixin aqsc-theme-background-tran-menubar-hover-isactive-__title {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_SidebarBlackColor !important;
    background-color: $aqscTheme_3_BackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_SidebarBlackColor !important;
    background-color: $aqscTheme_2_BackgroundColor;
  }
}
@mixin aqsc-theme-background-tran-menubar-hover-isopened-__title {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_SidebarWhiteColor !important;
    background-color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_SidebarWhiteColor !important;
    background-color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-background-color-submenu__title-hover {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_SidebarWhiteColor !important;
    background-color: $aqscTheme_3_Color!important;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_SidebarWhiteColor !important;
    background-color: $aqscTheme_2_Color!important;
  }
}

@mixin aqsc-theme-hideSidebar-submenu-aqsc-sidebar-icon {
  height: 36px;
  font-size: 32px;
  padding-top: 10px;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 0;
    margin-top: -50px;
    font-size: 25px;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 20px 0 0;
    margin-top: -50px;
    font-size: 25px;
  }
}
@mixin aqsc-theme-hideSidebar-submenu-__title-span {
  height: $aqscMenuItemFontSize;
  width: auto;
  line-height:$aqscMenuItemFontSize;
  overflow: hidden;
  visibility: visible;
  display: block;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-top: -53px;
    font-size: 20px;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-top: -53px;
    font-size: 20px;
  }
}
@mixin aqsc-theme-display-menu-active-tag {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    display: none;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    display: none;
  }
}

@mixin sidebar-container-is-active-submenu__title-color{
  color: $subMenuActiveText !important;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_Color !important;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_Color !important;
  }
}
@mixin menu--vertical-item-hover-color{
  color:$subMenuActiveText !important;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_Color !important;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_Color !important;
  }
}

// sidebar-[伴随协助修改]
@mixin aqsc-theme-width-sidebar-container {
  width: $aqscSideBarWidth !important;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    width: $aqscTheme_3_SideBarWidth !important;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    width: $aqscTheme_2_SideBarWidth !important;
  }
}
@mixin aqsc-theme-min-width-submenu-item {
  min-width: $aqscSideBarWidth !important;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    min-width: $aqscTheme_3_SideBarWidth !important;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    min-width: $aqscTheme_2_SideBarWidth !important;
  }
}
@mixin aqsc-theme-translate-sidebar-container {
  transform: translate3d(-$aqscSideBarWidth, 0, 0);
  .aqsc-aqscThemeColor_0077ee_-theme & {
    transform: translate3d(-$aqscTheme_3_SideBarWidth, 0, 0);
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    transform: translate3d(-$aqscTheme_2_SideBarWidth, 0, 0);
  }
}
@mixin aqsc-theme-margin-left-hamburger-container {
  margin-left: $aqscSideBarWidth;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    margin-left: $aqscTheme_3_SideBarWidth;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    margin-left: $aqscTheme_2_SideBarWidth;
  }
}

@mixin aqsc-theme-width-left-menu-navbar_W {
  width: $aqscSidebarContainerW;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    width: $aqscTheme_3_SidebarContainerW;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    width: $aqscTheme_2_SidebarContainerW;
  }
}
@mixin aqsc-theme-margin-left-tags-view-container_W {
  margin-left: $aqscSidebarContainerW;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    margin-left: $aqscTheme_3_SidebarContainerW;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    margin-left: $aqscTheme_2_SidebarContainerW;
  }
}
@mixin aqsc-theme-width-tags-view-container_W($width) {
  width: $width;
}

@mixin aqsc-theme-width-submenu-title-noDropdown_H($height) {
  height: $height;
}

@mixin aqsc-theme-padding-left-layout-comp-container-normalbackgroundColor-borderColor {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    padding: 0;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    padding: 0;
    margin-top: 15px;
    border-right: 20px solid $aqscTheme_2_TagviewWhiteColor;
    border-bottom: 20px solid $aqscTheme_2_TagviewWhiteColor;
    border-left: 20px solid $aqscTheme_2_TagviewWhiteColor;
  }
}
@mixin aqsc-theme-padding-left-layout-comp-hideSidebar-container-normalbackgroundColor-borderColor($paddingleft) {
  border-left: $paddingleft;
}
@mixin aqsc-theme-padding-top-layout-comp-container-normalbackgroundColor-borderColor__div {
  padding-top: 41px;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    padding-top: 40px;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    padding-top: 60px;
  }
}

@mixin aqsc-theme-border-menu--vertical{
  border-top: 5px solid #FFFFFF;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border-top: 0;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border-top: 0;
  }
}

// tagview
@mixin aqsc-theme-background-color-tags-view-container {
  height: $aqscTagViewHeight;
  width: 100%;
  background: $aqscNormalBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    height: 35px;
    width: 100%;
    background-color: $aqscTheme_3_TagviewWhiteColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    height: $aqscTagViewHeight;
    width: calc(100% - 20px);
    padding-top: 20px;
    padding-left: 20px;
    background-color: $aqscTheme_2_TagviewWhiteColor;
  }
}
@mixin aqsc-theme-min-height-app-main {
  min-height: 100vh;
  width: 100%;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    min-height: calc(100vh - 85px);
    width: 100%;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    min-height: calc(100vh - 105px);
  }
}
@mixin aqsc-theme-padding-top-fixed-header-app-main {
  padding-top: $aqscNavbarHeight+$aqscTagViewHeight;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    padding: 85px 0 0 0;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    padding: 105px 0 0 20px;
  }
} //$aqscNavbarHeight + $aqscTagViewHeight + 20 ==> (50 + 35 + 20 = 105)
@mixin aqsc-theme-padding-left-layout-comp-container {
  padding-left: 20px;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    padding-left: 0;
    background-color: $aqscTheme_3_BackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    padding-left: 0;
    background-color: $aqscTheme_2_BackgroundColor;
  }
}

@mixin aqsc-theme-background-color-tags-view-doubLeft {
  background-color: $aqscWhiteBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_TagviewBackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_TagviewBackgroundColor;
  }
}
@mixin aqsc-theme-background-color-tags-view-doubLeft-active {
  color: $aqscThemeColor;
  background-color: $aqscNormalBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_Color;
    background-color: $aqscTheme_3_TagviewBackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_Color;
    background-color: $aqscTheme_2_TagviewBackgroundColor;
  }
}
@mixin aqsc-theme-background-color-tags-view-doubRight {
  background-color: $aqscWhiteBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_TagviewBackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_TagviewBackgroundColor;
  }
}
@mixin aqsc-theme-background-color-tags-view-doubRight-active {
  color: $aqscThemeColor;
  background-color: $aqscNormalBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_Color;
    background-color: $aqscTheme_3_TagviewBackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_Color;
    background-color: $aqscTheme_2_TagviewBackgroundColor;
  }
}
@mixin aqsc-theme-background-color-tags-view-doubRightdown {
  background-color: $aqscWhiteBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_TagviewBackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_TagviewBackgroundColor;
  }
}
@mixin aqsc-theme-background-color-tags-view-doubRightdown-active {
  color: $aqscThemeColor;
  background-color: $aqscNormalBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_Color;
    background-color: $aqscTheme_3_TagviewBackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_Color;
    background-color: $aqscTheme_2_TagviewBackgroundColor;
  }
}
@mixin aqsc-theme-background-color-tags-view-wrapper {
  background-color: $aqscWhiteBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_TagviewBackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_TagviewBackgroundColor;
  }
}

@mixin aqsc-theme-tags-view-item  {
  height: $aqscTagViewHeight - 9px;
  line-height: $aqscTagViewHeight - 9px;
  padding-top: 3px;
  border-top: 1px solid $aqscBorderColor1;
  background-color: $aqscWhiteBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    height: 35px;
    line-height: 37px;
    border: 0;
    padding-top: 0;
    background-color: $aqscTheme_3_TagviewBackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    height: 35px;
    line-height: 37px;
    border: 0;
    padding-top: 0;
    background-color: $aqscTheme_2_TagviewBackgroundColor;
  }
}
@mixin aqsc-theme-tags-view-item-hover {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-tags-view-item-hover-icon-close {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    display: inline-block;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    display: inline-block;
  }
}
@mixin aqsc-theme-tags-view-item-icon-close {
  font-size: $aqscFontSizeBig;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    position: absolute;
    display: none;
    font-size: 8px;
    z-index: 1;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    position: absolute;
    display: none;
    font-size: 8px;
    z-index: 1;
  }
}
@mixin aqsc-theme-tags-view-item-icon-close-hover {
  background-color: $aqscErrorColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: transparent;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: transparent;
  }
}
@mixin aqsc-theme-tags-view-item-active {
  color: $aqscThemeColor;
  background-color: $aqscNormalBackgroundColor;
  border-top: 1px solid $aqscThemeColor;
  box-shadow: inset 0 3px 0 $aqscThemeColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_TagviewWhiteColor !important;
    background-color: $aqscTheme_3_TagviewActiveBackgroundColor;
    border-top: 0;
    box-shadow: none;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_TagviewWhiteColor !important;
    background-color: $aqscTheme_2_Color;
    border-top: 0;
    box-shadow: none;
  }
}
@mixin aqsc-theme-tags-view-item-not-active-icon-close-hover {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-margin-tags-view-closePad {
  margin-left:5px;
  margin-right:-10px;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    margin:0;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    margin:0;
  }
}

// 间距调整：
// toolbar
@mixin aqsc-theme-padding-left-toolbar-layout-container {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    padding-left: 20px
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    padding-left: 20px
  }
}
@mixin aqsc-theme-margin-top-layout-comp-container-top {
  margin-top: 12px;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    margin-top: 0;
    padding: 0 20px;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    margin-top: 20px;
    padding: 20px;
  }
}

// dashboard
@mixin aqsc-theme-dashboard-container {
  background-color: #f5f6fb;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    margin-top: 5px;
    background-color: transparent;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    margin-top: 20px;
    background-color: transparent;
  }
}
@mixin aqsc-theme-dashboard-left-dealt {
  background-color: #fff;
  margin: 10px;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_BackgroundColor;
    margin: 0 0 5px 0;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_BackgroundColor;
    margin: 0 0 20px 0;
  }
}
@mixin aqsc-theme-dashboard-left-dealt-header {
  border-bottom: 2px solid #f5f6fb;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border-bottom: 2px solid $aqscTheme_3_BackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border-bottom: 2px solid $aqscTheme_2_BackgroundColor;
  }
}
@mixin aqsc-theme-dashboard-dealt-header-title {
  color: #606266;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-dashboard-right {
  background-color: #fff;
  // margin: 10px 10px 10px 0;
  margin: 0;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_BackgroundColor;
    margin: 0 0 0 5px !important;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_BackgroundColor;
    margin: 0 0 0 20px !important;
  }
}
@mixin dashboard-left-dealt_content-button {
  width: 144px;
  height: 50px;
  color: #fff;
  background-image: linear-gradient(-90deg, #67b4fc 0%, #338bf7 100%);
  border-radius: 11px;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    width: 115px;
    height: 55px;
    color: #333333;
    background-image: none;
    background-color: #ffffff;
    border-color: #98a9bc;
    border-radius: 5px;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    width: 115px;
    height: 55px;
    color: #333333;
    background-image: none;
    background-color: #ffffff;
    border-color: #98a9bc;
    border-radius: 5px;
  }
}
@mixin dashboard-left-dealt_content-badge-hover-button {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: #ffffff;
    background-color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: #ffffff;
    background-color: $aqscTheme_2_Color;
  }
}
@mixin dashboard-left-dealt_content-__button {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: #98a9bc !important;
    border: 1px dashed;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: #98a9bc !important;
    border: 1px dashed;
  }
}
@mixin dashboard-left-dealt_content-button--badge {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: transparent;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: transparent;
  }
}

// button
@mixin aqsc-theme-color-collapse-toolpannel-button-query {
  background-color: $aqscNormalBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_BackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_BackgroundColor;
  }
}
@mixin aqsc-theme-color-collapse-toolpannel-button-query-hover {
  border: 1px solid;
  background-color: $aqscNormalBackgroundColor;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border: 1px solid transparent;
    background-color: $aqscTheme_3_BackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border: 1px solid transparent;
    background-color: $aqscTheme_2_BackgroundColor;
  }
}
@mixin aqsc-theme-color-collapse-toolpannel-button-query-focus {
  border: 1px solid $aqscBorderColor1;
  background-color: $aqscNormalBackgroundColor;
  color: $aqscNormalFontColor;
  padding: 6px 10px;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border: 1px solid transparent;
    background-color: $aqscTheme_3_BackgroundColor;
    color: $aqscNormalFontColor;
    padding: 6px 10px;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border: 1px solid transparent;
    background-color: $aqscTheme_2_BackgroundColor;
    color: $aqscNormalFontColor;
    padding: 6px 10px;
  }
}
@mixin aqsc-theme-color-collapse-toolpannel-button-query-active {
  color: $aqscWhiteBackgroundColor !important;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: #ffffff !important;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: #ffffff !important;
  }
}

// input
@mixin aqsc-theme-border-input {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border: 1px solid #98a9bb;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border: 1px solid #98a9bb;
  }
}
@mixin aqsc-theme-border-input-focus {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: #fafafa;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: #e9f2fb;
  }
}
@mixin aqsc-theme-border-color-input-focus {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border: 2px solid $aqscTheme_3_Color;
  }
}
@mixin aqsc-theme-border-disabled-input {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: #d4e1ef;
    border: 1px solid #c6d5e4;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: #fafafa;
    border: 1px solid #c6d5e4;
  }
}
@mixin aqsc-theme-select-dropdown__item-hover {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: #d4e1ef;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: #d4e1ef;
  }
}

// table
@mixin aqsc-theme-border-table {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    border: 1px solid #98a9bb;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    border: 1px solid #98a9bb;
  }
}
@mixin aqsc-theme-color-table-tr{
  .aqsc-aqscThemeColor_0077ee_-theme & {
    color: $aqscTheme_3_Color;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    color: $aqscTheme_2_Color;
  }
}
@mixin aqsc-theme-table--striped-body-tr-row--striped-td {
  background-color: #f4f5f6;
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_BackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_BackgroundColor;
  }
}

//业务模块统一背景色
@mixin aqsc-theme-module-custom-comp-background-color {
  .aqsc-aqscThemeColor_0077ee_-theme & {
    background-color: $aqscTheme_3_BackgroundColor;
  }
  .aqsc-aqscThemeColor_0077eb_-theme & {
    background-color: $aqscTheme_2_BackgroundColor;
  }
}
