@charset "UTF-8";
.new-select {
  white-space: normal;
}

.new-select .xe-dropdown__button-box {
  position: relative;
}

.new-select .xe-dropdown--menu {
  z-index: 5;
  display: none;
  border: 1px solid #d4d5dc;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  padding: 10px 0;
  overflow: hidden;
}

.new-select .xe-dropdown__button-box .xe-dropdown__button-text {
  background: transparent;
  border: none;
  padding: 0;
  color: #767676;
  font-size: 14px;
  /*margin: 0 10px 0 0;*/
  cursor: pointer;
}
.new-select .xe-dropdown__button-box .xe-dropdown__button-text:after {
  display: inline-block;
  font-family: 'xeicon';
  content: "\e942";
  font-size: 14px;
  margin-left: -3px;
}

.new-select .xe-dropdown__button-box .xe-dropdown__button-text[aria-expanded="true"] {
  color: #000;
}

.new-select .xe-dropdown__button-box .xe-dropdown__button-text[aria-expanded="true"]:after {
  content: "\e945";
}


.new-select .xe-dropdown--menu.open {
  display: block;
}

.new-select .xe-dropdown--menu .xe-dropdown--menu-item {
  position: relative;
  font-size: 14px;
}

.new-select .xe-dropdown--menu .xe-dropdown--menu-item.on {
  color: #2684ff;
}

.new-select .xe-dropdown--menu .xe-dropdown--menu-item:hover {
  background: #f5f5f5;
}

/*.new-select .xe-dropdown--sub-menu:hover {*/
/*  background: #f5f5f5;*/
/*}*/

.new-select .xe-dropdown--menu .xe-dropdown--menu-item.on:after a {
  color: #fff;
}

.new-select .xe-dropdown--menu .xe-dropdown--sub-menu {
}

.new-select .xe-dropdown--menu .xe-dropdown--menu-item-link {
  padding-left: 5px;
  text-decoration: none;
  color: #141414;
  padding: 5px 10px;
  display: inline-block;
  min-width: 150px;
  max-width: 500px;
  font-size: 14px;
}

.new-select .xe-dropdown--menu .xe-dropdown--menu-item.on .xe-dropdown--menu-item-link {
  color: #2684ff;
  line-height: 21px;
}

.new-select .xe-dropdown--menu .xe-dropdown--sub-menu .xe-dropdown--menu-item-link:before {
  display: inline-block;
  font-family: 'xeicon';
  content: "\e91b";
  line-height: 21px;
}
