.edd-root {
  display: inline-block;
  position: relative;
  width: 82%;
  user-select: none;
  line-height: .55rem;
  font-size: .24rem;
  background: #e6c4c2;
  border-radius: .27rem;
  padding: 0 0.2rem;
  text-align: center;
}
.edd-root-disabled {
  color: #ccc;
  cursor: not-allowed;
}
.edd-root.edd-root-focused::after, .edd-root.edd-root-invalid::after {
  transform: scaleX(1);
}
.edd-head {
  position: relative;
  overflow: hidden;
  display: flex;
}
.edd-value {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.edd-arrow {
  position: absolute;
  width: 14px;
  height: 10px;
  top: calc (50% - 5px);
  top: calc(50% - 5px);
  right: 3px;
  transition: transform 150ms;
  pointer-events: none;
  color: #767676;
}
.edd-root-disabled .edd-arrow {
  color: #ccc;
}
.edd-arrow::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  top: 0;
  right: 2px;
  transform: rotate(45deg);
  transform-origin: 50% 25%;
}
.edd-root-open .edd-arrow {
  transform: rotate(180deg);
}
.edd-value, .edd-option, .edd-group-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.edd-root:not(.edd-root-disabled) .edd-value, .edd-option {
  cursor: pointer;
}
.edd-select {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: -100%;
  top: 0;
}
.edd-root-native .edd-select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.edd-body {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 999;
  background: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  border-top: 0;
  border-right: 0;
}
.edd-root-open .edd-body {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.edd-root-open-above .edd-body {
  bottom: 100%;
}
.edd-root-open-below .edd-body {
  top: 100%;
}
.edd-items-list {
  overflow: auto;
  max-height: 0;
  transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-overflow-scrolling: touch;
}
.edd-items-list::-webkit-scrollbar {
  width: 12px;
}
.edd-items-list::-webkit-scrollbar-track {
  background: #efefef;
}
.edd-items-list::-webkit-scrollbar-thumb {
  background: #ccc;
}
.edd-group-label {
  font-size: 13px;
  padding: 4px 8px 4px 0;
  color: #555;
  font-weight: 600;
}
.edd-group-has-label {
  padding-left: 22px;
}
.edd-option {
  position: relative;
  padding: 0 .15rem;
}
.edd-option-selected {
  font-weight: 400;
}
.edd-option-disabled, .edd-group-disabled .edd-option {
  cursor: default;
  color: #ccc;
}
.edd-gradient-top, .edd-gradient-bottom {
  content: '';
  position: absolute;
  left: 2px;
  right: 12px;
  height: 32px;
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  background-size: 100% 200%;
  pointer-events: none;
  transition: opacity 100ms;
  opacity: 0;
}
.edd-gradient-top {
  background-position: bottom;
  top: 0;
}
.edd-gradient-bottom {
  background-position: top;
  bottom: 0;
}
.edd-body-scrollable .edd-gradient-top, .edd-body-scrollable .edd-gradient-bottom {
  opacity: 1;
}
.edd-body-scrollable.edd-body-at-top .edd-gradient-top, .edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom {
  opacity: 0;
}
@media (min-width: 992px) {
  .edd-root {
    display: none !important;
  }
  .demo-container {
    position: static;
  }
  .search {
    width: 2.05rem;
    background: #f58307;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    justify-content: space-between;
  }
  .search input {
    display: block !important;
    background: #f58307;
    outline: none;
    border: 0;
    width: 80% !important;
    line-height: .25rem;
    height: .25rem;
    font-size: .14rem;
    padding: 0 0 0 .12rem;
    color: #fff;
    border-top-left-radius: .1rem;
    border-bottom-left-radius: .1rem;
  }
  .search input::placeholder {
    color: #ffd3a4;
  }
  .search button {
    width: 20%;
    text-align: right;
    font-size: .2rem;
    line-height: .25rem;
    padding: 0 .12rem;
    background: none;
    border: 0;
  }
  .demo-container {
    height: 0.25rem;
    padding-right: .17rem;
  }
  .edd-root {
    line-height: 0.25rem;
    display: block;
    font-size: .14rem;
  }
  .edd-value {
    padding: 0 .25rem 0 0;
  }
  .edd-body {
    left: -0.15rem;
    width: 130%;
    padding: 0.05rem 0;
  }
  .edd-option {
    line-height: 0.3rem;
  }
}