/* 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-7613ab8b] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-7613ab8b] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-7613ab8b]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-7613ab8b]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-7613ab8b]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-7613ab8b]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-7613ab8b] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-7613ab8b] {
  pointer-events: none;
}
#nprogress .bar[data-v-7613ab8b] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-7613ab8b] {
  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-7613ab8b] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-7613ab8b] {
  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-7613ab8b 400ms linear infinite;
  animation: nprogress-spinner-7613ab8b 400ms linear infinite;
}
.nprogress-custom-parent[data-v-7613ab8b] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-7613ab8b],
.nprogress-custom-parent #nprogress .bar[data-v-7613ab8b] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-7613ab8b {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-7613ab8b {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.section[data-v-7613ab8b] {
  margin-bottom: 8px;
}
.section[data-v-7613ab8b]:last-child {
  margin-bottom: 0;
}
.section .section-header[data-v-7613ab8b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.section .section-header .section-title[data-v-7613ab8b] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.section .section-header .section-title[data-v-7613ab8b] .anticon {
  color: #1890ff;
  font-size: 18px;
}
.info-section[data-v-7613ab8b] {
  margin-bottom: 0;
}
.info-item-simple[data-v-7613ab8b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.info-item-simple[data-v-7613ab8b]:last-child {
  border-bottom: none;
}
.info-item-simple .label[data-v-7613ab8b] {
  font-size: 11px;
  font-weight: 600;
  color: #8c8c8c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.info-item-simple .value[data-v-7613ab8b] {
  font-size: 14px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 1.6;
  word-break: break-all;
}
standard-table[data-v-7613ab8b] {
  margin-top: 0;
}
.delete-btn[data-v-7613ab8b] {
  color: #ff4d4f;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.delete-btn[data-v-7613ab8b]:hover {
  color: #ff7875;
}

