/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-ff192cf8] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-ff192cf8] {
  scrollbar-color: #067bef #abe0ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-ff192cf8]::-webkit-scrollbar {
  width: 12px;
  height: 1px;
}
.beauty-scroll[data-v-ff192cf8]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #067bef;
}
.beauty-scroll[data-v-ff192cf8]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #82cdff;
}
.split-right[data-v-ff192cf8]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-ff192cf8] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.85);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-ff192cf8] {
  pointer-events: none;
}
#nprogress .bar[data-v-ff192cf8] {
  background: #067bef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-ff192cf8] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #067bef, 0 0 5px #067bef;
          box-shadow: 0 0 10px #067bef, 0 0 5px #067bef;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-ff192cf8] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-ff192cf8] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #067bef;
  border-left-color: #067bef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-ff192cf8 400ms linear infinite;
  animation: nprogress-spinner-data-v-ff192cf8 400ms linear infinite;
}
.nprogress-custom-parent[data-v-ff192cf8] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-ff192cf8],
.nprogress-custom-parent #nprogress .bar[data-v-ff192cf8] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-ff192cf8 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-ff192cf8 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
/* 基础标签样式 */
.tag[data-v-ff192cf8] {
  padding: 0 6px;
  margin-left: 10px;
  border-radius: 8px;
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid;
}
/* 红色变体 - 用于grade */
.tag--red[data-v-ff192cf8] {
  border-color: #f5222d;
  color: #f5222d;
}
/* 绿色变体 - 用于grouping */
.tag--blue[data-v-ff192cf8] {
  border-color: #1677FF;
  color: #1677FF;
}
.tag--orange[data-v-ff192cf8] {
  border-color: orange;
  color: orange;
}
[data-v-ff192cf8] .aUpload {
  padding: 0;
  margin: 0;
}
[data-v-ff192cf8] .ant-upload-list-item .ant-upload-list-item-done .ant-upload-list-item-list-type-picture-card {
  margin: 0;
}
[data-v-ff192cf8] .ant-upload-list-picture-card-container {
  width: 65px;
  height: 63px;
  margin: 0;
}
[data-v-ff192cf8] .ant-upload-list-picture-card .ant-upload-list-item {
  margin: 0;
  padding: 0;
  width: 65px;
  height: 63px;
}
.card-container[data-v-ff192cf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* 默认值，让子元素高度一致 */
  width: 100%;
}
.card-left[data-v-ff192cf8] {
  width: 230px;
  /* 固定宽度 */
}
/* 确保卡片内容区域也能自适应高度 */
[data-v-ff192cf8] .ant-card-body {
  height: 100%;
}

