.xc-cancel-default-input input {
  position: absolute;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.PC .pseudo-select {
  width: 100%;
}

.PC .pseudo-select.left, .PC .pseudo-select.middle {
  margin-right: 8px;
  border: 1px solid #999;
  border-radius: 5px;
}

.PC .pseudo-select.right {
  border-radius: 5px;
}

.PC .pseudo-select.open {
  border-radius: 5px 5px 0 0 !important;
  height: 36px;
}

.PC .pseudo-select.close {
  border-radius: 5px !important;
}

.PC .pseudo-select.others {
  border-radius: 5px 5px 0 0 !important;
}

.PC .pseudo-select ~ section {
  border-top: 1px solid #999;
}

.PC .pseudo-select ~ section > ul li input + label[for=search] {
  width: 50%;
  margin: 0;
}

.custom-select {
  width: 100%;
}

.pseudo-select {
  position: relative;
  border: 1px solid #999;
  padding: 5px 10px;
  width: calc(100% / 3);
  float: left;
  z-index: 2;
  color: #333 !important;
  background-color: #fff;
  cursor: pointer;
}

.pseudo-select ~ section {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 35px;
  left: 0;
  border-radius: 0 0 5px 5px;
  border: 1px solid #999;
  border-top: 0;
  padding: 5%;
  background-color: #fff;
  z-index: 9;
}

.pseudo-select ~ section > ul li {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  color: #333;
}

.pseudo-select ~ section > ul li input + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.pseudo-select ~ section > ul li input.btn + label {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ffac44;
  background-color: #fff;
  color: #ffac44;
}

.pseudo-select ~ section > ul li input.btn:checked + label {
  background-color: #ffac44;
  color: #fff;
}

.pseudo-select ~ section > ul li input.input-search {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #999;
  color: #888;
}

.pseudo-select.open {
  border-bottom: 0 !important;
}

.pseudo-select.left.close, .pseudo-select.left {
  border-radius: 5px 0 0 5px;
}

.pseudo-select.middle {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}

.pseudo-select.left > img, .pseudo-select.middle > img {
  width: 10px;
  height: 10px;
}

.pseudo-select.right > img {
  width: 15px;
  height: 15px;
}

.pseudo-select.right.close, .pseudo-select.right {
  border-radius: 0 5px 5px 0;
}

.pseudo-select.left.open {
  border-radius: 5px 0 0 0;
}

.pseudo-select.left.close.others {
  border-radius: 5px 0 0 0;
}

.pseudo-select.right.open {
  border-radius: 0 5px 0 0;
}

.pseudo-select.right.close.others {
  border-radius: 0 5px 0 0;
}
