:global {
  .select-role-sheet {
    height: 50px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 0.5px solid #dfdfdf;
    .name-selected {
      font-size: 18px;
      color: #111;
    }
    .down-icon {
      width: 12px;
      height: 12px;
      margin-left: 5px;
    }
  }
}
