.ebid-left-main .el-scrollbar__wrap {
  overflow-x: hidden !important;
}

.el-tabs__item {
  box-shadow: none !important;
}

.ebid-content-wrapper > .el-tabs > .el-tabs__content {
  position: relative;
  padding: 0 !important;
  height: calc(100vh - 90px);
  overflow-y: auto;
}
.ebid-content-wrapper > .el-tabs > .el-tabs__content .el-tab-pane {
  height: 100%;
}
.ebid-content-wrapper > .el-tabs > .el-tabs__content .el-tab-pane .ebid-menu-content-wrapper {
  height: 100%;
}

.ebid-content-wrapper > .el-tabs--border-card {
  border: none !important;
  box-shadow: none !important;
}

.ebid-common-content-wrapper {
  padding: 15px 15px 0;
}

.ebid-search-area {
  padding-bottom: 8px;
}
.ebid-search-area form.el-form {
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(0, 170, 230, 0.04);
}
.ebid-search-area form.el-form .el-form-item.el-form-item--small {
  margin-bottom: 8px;
}
.ebid-search-area form.el-form .el-form-item.el-form-item--small .el-form-item__content > .el-select.el-select--small {
  width: 100%;
}
.ebid-search-area form.el-form .el-range-editor {
  width: 100% !important;
}

.ebid-search-row > .el-col:first-of-type {
  flex: 1;
}

.ebid-operate-area {
  margin-bottom: 15px;
}

.ebid-page-wrapper {
  display: flex;
  justify-content: right;
  margin-top: 8px;
}

.ebid-el-dialog {
  margin-top: 50px !important;
}
.ebid-el-dialog .el-dialog__header {
  background: #dbe9f9;
  color: #00244d;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-indent: 24px;
}
.ebid-el-dialog .el-dialog__header .el-dialog__title {
  line-height: 45px;
  font-size: 14px !important;
}
.ebid-el-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 13px !important;
}
.ebid-el-dialog .el-dialog__footer {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  padding: 0 0 !important;
  background-color: #fff;
  border-top: 1px solid #ececec;
}
.ebid-el-dialog .el-dialog__footer .dialog-footer {
  padding: 10px 20px 20px 10px;
}
.ebid-el-dialog .el-dialog__body {
  max-height: calc(100vh - 150px);
  overflow: auto;
}
.ebid-el-dialog.ebid-dialog-bottom .el-dialog__body {
  padding-bottom: 80px !important;
}
.ebid-el-dialog .ebid-no-form .el-form-item.el-form-item--small {
  margin-bottom: 0 !important;
}

.ebid-ellipsis-tooltip {
  max-width: 60%;
}

.ebid-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px;
  line-height: 18px;
}

.ebid-status-wrapper {
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: left;
  padding-left: 10px;
}

.ebid-status-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin-right: 3px;
}

.ebid-switch-small .el-switch__label {
  position: absolute;
  border-radius: 15px;
  display: none;
  color: #fff;
}
.ebid-switch-small .el-switch__label > span {
  font-size: 12px !important;
}
.ebid-switch-small .el-switch__label--left {
  z-index: 9;
  left: 20px;
  top: -1px;
}
.ebid-switch-small .el-switch__label--right {
  z-index: 9;
  left: -5px;
  top: -1px;
}
.ebid-switch-small .el-switch__label.is-active {
  display: block;
}
.ebid-switch-small .el-switch__core {
  border-radius: 15px;
}
.ebid-switch-small .is-checked .el-switch__core::after {
  margin-left: -21px;
}

.ebid-info-isauto-switch .el-switch__label {
  width: 50px !important;
}
.ebid-info-isauto-switch .el-switch__core {
  width: 50px !important;
}

.ebid-no-margin-form .el-form-item {
  margin-bottom: 0px !important;
}

.ebid-input-has-btn {
  display: flex;
  gap: 5px;
}
.ebid-input-has-btn > .el-form-item {
  flex: 1;
}

.ebid-date-btn-left .el-picker-panel__footer {
  text-align: center !important;
}
.ebid-date-btn-left .el-picker-panel__footer button:first-child {
  display: none;
}
.ebid-date-btn-left .el-picker-panel__footer .el-button:nth-child(2) {
  margin-left: 0 !important;
  background: #00AAE6;
  border-color: #00AAE6;
  color: #FFFFFF;
}

.ebid-copy-btn span {
  user-select: text;
}