cx-domain-selector .caret-icon::before {
  content: 'arrow_drop_down';
  color: #b9bcbd;
  font-family: 'Material Icons';
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  right: 8px;
  top: 2px;
  width: 16px;
  pointer-events: none;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

cx-domain-selector input.form-control {
  padding-right: 20px;
  text-overflow: ellipsis; }

cx-domain-selector .dropdown-list {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

cx-domain-selector .dropdown-list:focus, cx-domain-selector .dropdown-list:hover {
  background-color: #f5f5f5;
  color: #262626;
  cursor: pointer;
  text-decoration: none; }

cx-domain-selector ul.dropdown-menu {
  min-width: 100%;
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  font-size: .9rem;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto; }
