@import '~antd/lib/style/themes/default.less';

.mNavBarHeader {
  font-family: NunitoSans-Regular, Helvetica, Arial, sans-serif;
  height: 30px !important;
  background-color: #f5f5f5 !important;
  padding: 0 !important;
  line-height: 30px !important;
  display: flex !important;
  flex-flow: column !important;
  .content {
    padding: 0 16px !important;
  }
  ul {
    position: relative;

    li {
      float: left;
      height: 30px;
      line-height: 30px;
      padding: 0px;
      font-size: 12px;
      color: #8c8c8c;

      &:hover {
        color: #f30213;
        cursor: pointer;
      }
    }

    li:not(:last-child) {
      &::after {
        content: '';
        height: 12px;
        width: 1px;
        display: inline-block;
        background: #d8d8d8;
        margin: 0px 16px;
      }
    }
  }
}

.mNavBarManagementAccount,
.logout {
  height: 30px;
  line-height: 30px;
  padding: 0 12px !important;
  font-size: 12px;
  color: #8c8c8c;
}

.mNavBarManagementAccount:hover,
.logout:hover {
  color: #ed2121;
  background-color: #fff;
}
