@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-1eca39f6]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.excel-upload-input[data-v-1eca39f6] {
  display: none;
  z-index: -9999;
}
.drop[data-v-1eca39f6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 600px;
  margin: 0 auto;
  font-size: 24px;
  border-radius: 5px;
  text-align: center;
  color: #bbb;
  border: 2px dashed #bbb;
  padding: 45px 30px;
}
.drop .upload-tips[data-v-1eca39f6] {
  font-size: 13px;
  color: #e50d0d;
  margin-top: 8px;
  text-align: left;
  line-height: 120%;
}
.drop .upload-optional-tips-text[data-v-1eca39f6] {
  display: inline-block;
  color: #d6d6d6;
  margin-top: 10px;
}
.drop .upload-btn[data-v-1eca39f6] span {
  margin-left: 4px;
}
.drop .warning[data-v-1eca39f6] {
  font-size: 12px;
  margin-top: 8px;
  cursor: pointer;
}
.drop .warning em[data-v-1eca39f6] {
  color: #4846fd;
  font-weight: 600;
  font-style: normal;
}
