/* 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-086de85b] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-086de85b] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-086de85b]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-086de85b]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-086de85b]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-086de85b]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-086de85b] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-086de85b] {
  pointer-events: none;
}
#nprogress .bar[data-v-086de85b] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-086de85b] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-086de85b] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-086de85b] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-086de85b 400ms linear infinite;
  animation: nprogress-spinner-086de85b 400ms linear infinite;
}
.nprogress-custom-parent[data-v-086de85b] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-086de85b],
.nprogress-custom-parent #nprogress .bar[data-v-086de85b] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-086de85b {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-086de85b {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal[data-v-086de85b] .ant-modal-body {
  padding: 0;
}
.rule[data-v-086de85b] {
  background: #f6f6f6;
  padding: 12px 16px;
  border-left: 4px solid #1890ff;
  margin-bottom: 16px;
}
.rule .font[data-v-086de85b] {
  color: #1890ff;
  font-weight: bold;
}
.temp-input[data-v-086de85b] {
  width: 80px;
}
[data-v-086de85b] .remark-input {
  width: 150px;
}
.unit-btn[data-v-086de85b] {
  width: 50px;
}
.unit-btn[data-v-086de85b] .ant-btn {
  border-color: #d9d9d9;
}
.form-group[data-v-086de85b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.form-label[data-v-086de85b] {
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.required[data-v-086de85b] {
  color: #ff4d4f;
  margin-right: 4px;
}
.temp-item-row[data-v-086de85b] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.temp-item-row[data-v-086de85b]:last-of-type {
  margin-bottom: 24px;
}
.delete-col[data-v-086de85b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-row[data-v-086de85b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.add-button-row[data-v-086de85b] {
  margin-bottom: 24px;
}
.add-button-row[data-v-086de85b] .ant-btn {
  height: 32px;
  font-size: 12px;
}
.button-col[data-v-086de85b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-col[data-v-086de85b] .ant-btn {
  width: 120px;
  height: 36px;
  font-size: 14px;
}
.delete-btn[data-v-086de85b] {
  color: #ff4d4f;
}
.add-btn[data-v-086de85b] {
  background-color: #52c41a;
  border-color: #52c41a;
}
.add-btn[data-v-086de85b]:hover {
  background-color: #5cdbd3;
  border-color: #5cdbd3;
}

/* 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-03e42a2a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-03e42a2a] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-03e42a2a]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-03e42a2a]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-03e42a2a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-03e42a2a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-03e42a2a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-03e42a2a] {
  pointer-events: none;
}
#nprogress .bar[data-v-03e42a2a] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-03e42a2a] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-03e42a2a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-03e42a2a] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-03e42a2a 400ms linear infinite;
  animation: nprogress-spinner-03e42a2a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-03e42a2a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-03e42a2a],
.nprogress-custom-parent #nprogress .bar[data-v-03e42a2a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-03e42a2a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-03e42a2a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.weather-chart-wrapper[data-v-03e42a2a] {
  width: 100%;
  height: 100%;
}
.weather-chart-wrapper .weather-chart-container[data-v-03e42a2a] {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
}

/* 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-624c4699] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-624c4699] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-624c4699]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-624c4699]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-624c4699]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-624c4699]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-624c4699] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-624c4699] {
  pointer-events: none;
}
#nprogress .bar[data-v-624c4699] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-624c4699] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-624c4699] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-624c4699] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-624c4699 400ms linear infinite;
  animation: nprogress-spinner-624c4699 400ms linear infinite;
}
.nprogress-custom-parent[data-v-624c4699] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-624c4699],
.nprogress-custom-parent #nprogress .bar[data-v-624c4699] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-624c4699 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-624c4699 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.card-body[data-v-624c4699] .ant-card-body {
  padding: 0;
  background-color: #f0f2f5;
}
.search-section[data-v-624c4699] {
  padding: 16px 20px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.search-section .search-row[data-v-624c4699] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0 !important;
}
.search-section .button-col[data-v-624c4699] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
.search-section .button-col[data-v-624c4699] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.search-section .button-group[data-v-624c4699] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.search-section .button-group[data-v-624c4699] .ant-btn:first-child {
  margin-left: 0;
}
.search-section[data-v-624c4699] .ant-form-item {
  margin-bottom: 0;
}
.operator-section[data-v-624c4699] {
  padding: 0;
  margin-bottom: 16px;
}
.operator-section[data-v-624c4699] .ant-btn {
  -webkit-box-shadow: 0 2px 8px rgba(24, 144, 255, 0.15);
          box-shadow: 0 2px 8px rgba(24, 144, 255, 0.15);
}
.operator-section[data-v-624c4699] .ant-btn:hover {
  -webkit-box-shadow: 0 4px 12px rgba(24, 144, 255, 0.25);
          box-shadow: 0 4px 12px rgba(24, 144, 255, 0.25);
}
.charts-section[data-v-624c4699] {
  padding: 0;
}
.charts-section[data-v-624c4699] .ant-row {
  margin: 0 -10px;
}
.charts-section[data-v-624c4699] .ant-row .ant-col {
  padding: 0 1px;
}

