.add-staff-attendee {
  .add-staff-attendee-dropdown {
    position: relative;

    &:after {
      position: absolute;
      top: 1em;
      right: 5px;
      width: 20px;
      height: 20px;
      font-family: FontAwesome;
      content: '\F078';
      font-size: 12px;
      text-align: center;
      pointer-events: none;
    }

    .add-staff-attendee-dropdown__select {
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 100%;
      height: 40px;
      padding-left: 15px;
      padding-right: 30px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 2px;
      cursor: pointer;
      font-size: 14px;
    }
  }
}