//.ant-modal-wrap {
//  z-index: 1999 !important;
//}
//.ant-modal-mask {
//  z-index: 1999 !important;
//}
//.ant-message {
//  z-index: 1060 !important;
//}
.master-head {
  &-wrap {
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1000;
    background: linear-gradient(254deg, rgba(34, 150, 243, 1) 0%, rgba(18, 114, 204, 1) 100%);
    background: -moz-linear-gradient(254deg, rgba(34, 150, 243, 1) 0%, rgba(18, 114, 204, 1) 100%);
    background: -o-linear-gradient(254deg, rgba(34, 150, 243, 1) 0%, rgba(18, 114, 204, 1) 100%);
    background: -ms-linear-gradient(254deg, rgba(34, 150, 243, 1) 0%, rgba(18, 114, 204, 1) 100%);
    background: -webkit-gradient(254deg, rgba(34, 150, 243, 1) 0%, rgba(18, 114, 204, 1) 100%);
    background: -webkit-linear-gradient(254deg, rgba(34, 150, 243, 1) 0%, rgba(18, 114, 204, 1) 100%);

    li {
      list-style-type: none;
      margin: auto 10px;
    }

    .ant-btn {
      color: inherit;

      &:hover,
      &.active,
      .ant-ripple {
        background-color: rgba(255, 255, 255, .1);
      }
    }
  }

  &-left,
  &-center,
  &-right {
    display: flex;
    margin: auto;
  }

  &-center {
    li {
      margin: 0;
    }

    padding-left: 0;
    flex-grow: 1;

    .ant-btn {
      border-radius: 2px;
      text-transform: none;
    }
  }

  &-right {
    padding-right: 20px;

    li {
      width: 30px;
    }
  }
}
