:global {
  body,
  html {
    height: 100%;
  }

  .head-container {
    background: #fff;
    height: 133px;
    padding-left: 16px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #dfdfdf;
    .user {
      flex: 1;
      display: flex;
      align-items: center;
      .avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
      }
      .name {
        font-size: 16px;
        color: #576b94;
        margin-left: 11px;
      }
    }
    .select-role {
      flex: 0 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #555;
      font-size: 12px;
    }
  }
}
