/*!
 *  build: StoreWave 
 *  copyright: https://render.storewave.cn  
 *  time: 2026-4-1 19:53:40
 */
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-3e0b6d06]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.error-container[data-v-3e0b6d06] {
  position: relative;
}
.plan-days[data-v-3e0b6d06],
.actual-days[data-v-3e0b6d06] {
  padding-left: var(--spaceDays);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.plan-days > span[data-v-3e0b6d06],
.actual-days > span[data-v-3e0b6d06] {
  width: var(--days);
  height: 12px;
  border-radius: 3px;
}
.plan-days[data-v-3e0b6d06] {
  margin-top: 6px;
}
.plan-days > span[data-v-3e0b6d06] {
  background-color: #44c847;
}
.actual-days[data-v-3e0b6d06] {
  margin: 2px 0 6px;
}
.actual-days > span[data-v-3e0b6d06] {
  background-color: #258edf;
}
.days-row[data-v-3e0b6d06] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.days-row > div[data-v-3e0b6d06] {
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  text-align: center;
  line-height: 22px;
  color: whitesmoke;
  background-color: #1f72f5;
  border-right: 1px solid #eee;
}
.days-row > div[data-v-3e0b6d06]:nth-last-child(1) {
  border-right: unset;
}
.days-row > div[data-v-3e0b6d06]:first-child {
  background-color: #ffb046;
}
