:root {
  font-size: 16px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-grow {
  flex-grow: 1;
}

.width-full {
  width: 100%;
}

.page {
  position: relative;
  height: 100%;
}

.loading {
  display: block;
  width: 100%;
  height: 100%;
}

.el-message.in-place {
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
}

.el-input {
  display: block;

  &__wrapper {
    width: 100%;
  }

  & .el-input__prefix {
    z-index: 1;
  }
}

body .el-dialog {
  &__body {
    @media (--breakpoint-small) {
      padding: 0;
    }
  }
}

.el-select-dropdown {
  max-width: 295px;
}