html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, Arial, sans-serif;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  outline: none;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.clearfix {
  &:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
  }
}

.pagination-container {
  padding: 30px 0;
  text-align: center;
}

.components-container {
  margin: 30px 50px;
  position: relative;
}

.user-dropdown {
  margin-top: -2px;
  width: 150px!important;
  background-color: #262626;
  border: unset;
}

.user-dropdown .el-dropdown-menu__item {
  background-color: #262626!important;
  color: #999999;
}

.user-dropdown .popper__arrow {
  display: none;
}