.filterBar[data-v-52903265] {
  background-color: #fff;
  border-radius: 5px;
  min-height: 60px;
  width: 100%;
}
.filterBar[data-v-52903265] .el-form-item__label {
  width: 92px !important;
}
/*# sourceMappingURL=src/views/finance-manage_receive-dashboard/components/list-container/FilterBar.css.map */
.create-organ[data-v-25a950da] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
/*# sourceMappingURL=src/views/finance-manage_receive-dashboard/components/create-container/Index.css.map */
.receive-dashboard__status-tag[data-v-640ca988] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.receive-dashboard__status-tag--pending[data-v-640ca988] {
  background: #eef0f2;
  color: #616a72;
}
.receive-dashboard__status-tag--received[data-v-640ca988] {
  background: #e8f5e9;
  color: #2e7d32;
}
.receive-dashboard__status-tag--refunded[data-v-640ca988] {
  background: #ffebee;
  color: #c62828;
}
.receive-dashboard__status-tag--partial[data-v-640ca988] {
  background: #fff3e0;
  color: #ef6c00;
}
.receive-dashboard__status-tag--neutral[data-v-640ca988] {
  background: #f5f7fa;
  color: #606266;
}
.fx-red-font[data-v-640ca988] {
  color: #d43030 !important;
}
.receive-dashboard--top[data-v-640ca988] {
  width: 100%;
  flex-shrink: 0;
}
.receive-dashboard--top .receive-dashboard__cards[data-v-640ca988] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 16px;
}
.overview-card[data-v-640ca988] {
  position: relative;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(15,23,42,0.06);
  overflow: hidden;
}
.overview-card[data-v-640ca988]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #8b5cf6 0%, #a855f7 100%);
}
.overview-card__label[data-v-640ca988] {
  color: #425466;
  font-size: 16px;
  margin-bottom: 18px;
}
.overview-card__value[data-v-640ca988] {
  color: #0f172a;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1440px) {
.receive-dashboard--top .receive-dashboard__cards[data-v-640ca988] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 900px) {
.receive-dashboard--top .receive-dashboard__cards[data-v-640ca988] {
    grid-template-columns: 1fr;
}
}
.order-list[data-v-640ca988] {
  overflow: auto;
}
.order-list__content[data-v-640ca988] {
  margin-top: 16px;
}
.order-list__table[data-v-640ca988] {
  overflow: auto;
  flex: 1;
}
.order-list__pagination[data-v-640ca988] {
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.order-list__adjusted[data-v-640ca988] {
  background-color: #ed4f31;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  width: 70%;
  border-radius: 3px;
}
/*# sourceMappingURL=src/views/finance-manage_receive-dashboard/components/list-container/Index.css.map */
