html,
body,
#app {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.avue-home {
  background-color: #303133;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.avue-home__main {
  user-select: none;
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.avue-home__footer {
  width: 100%;
  flex-grow: 0;
  text-align: center;
  padding: 1em 0;
}

.avue-home__footer>a {
  font-size: 12px;
  color: #ABABAB;
  text-decoration: none;
}

.avue-home__loading {
  height: 32px;
  width: 32px;
  margin-bottom: 20px;
}

.avue-home__title {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 10px;
}

.avue-home__sub-title {
  color: #ABABAB;
  font-size: 12px;
}

/* .el-dialog{
    padding-bottom: 15px;
}  */
.setting .el-col {
  margin-bottom: -5px;
}

.el-message {
  z-index: 9999 !important;
}

.avue-form__menu--center {
  text-align: right;
}

.avue-crud__pagination {
  height: 30px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.avue-crud {
  margin: 0 auto;
  height: 100%;
  width: 100% !important;
}

.avue-crud-search__search {
  position: relative;
  padding-right: 70px;
}

.more-search-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.avue-crud .avue-crud__left .el-button,
.avue-crud .avue-crud__right .el-button,
.avue-form .avue-crud__left .el-button,
.avue-form .avue-crud__right .el-button {
  margin-bottom: 5px !important;
}

.avue-crud .avue-crud__left .el-button,
.avue-form .avue-crud__left .el-button,
.avue-form .avue-crud__right .el-button,
.avue-crud .avue-crud-search__search .el-button {
  padding: 7px 12px !important;
}

.avue-group__item {
  margin-bottom: 0px !important;
}

.avue-group__header {
  margin-bottom: 0px !important;
  border-bottom: none !important;
  height: 40px !important;
  line-height: 40px !important;
}

.el-divider__text,
.el-link {
  font-weight: 500;
  font-size: 16px !important;
}

/* .el-form-item {
    margin-bottom: 15px !important;
} */

/* .el-button--small{
    font-size: 13px !important;
} */
.el-table--border td {
  border-right: 1px solid transparent !important;
  background: #fff;
}

.el-table--border th {
  border-right: 1px solid #AACAFB !important;
}

.el-table--medium th,
.el-table--medium td {
  padding: 8px 0 !important;
}

.h-100 {
  height: 100%;
}

.el-scrollbar {
  overflow: unset;
}
