.widgetSelectUser {
  :global {
    position: relative;
    width: 100%;
    height: 40px;

    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;

    .ss-select-user-mobile-contaniner {
      z-index: 2;
    }

    .widget-select-input {
      height: 34px;
      border: none;
    }

    .am-icon-right {
      position: absolute;
      top: 8px;
      right: 10px;
    }
  }
}
