@charset "UTF-8";
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important;
}

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ms-choice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid currentColor;
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap;
  line-height: 1.3;
  color: #484848;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 15px;
  padding-right: 53px;
  font-size: 14px;
  border-radius: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhbCIgZGF0YS1pY29uPSJhbmdsZS1kb3duIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI1NiA1MTIiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1hbmdsZS1kb3duIGZhLXctOCBmYS05eCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTE5LjUgMzI2LjlMMy41IDIwOS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsNy4xLTcuMWM0LjctNC43IDEyLjMtNC43IDE3IDBMMTI4IDI4Ny4zbDEwMC40LTEwMi4yYzQuNy00LjcgMTIuMy00LjcgMTcgMGw3LjEgNy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wxMzYuNSAzMjdjLTQuNyA0LjYtMTIuMyA0LjYtMTctLjF6IiBjbGFzcz0iIj48L3BhdGg+PC9zdmc+) no-repeat scroll calc(100% - 15px) center / 14px #fff;
  cursor: pointer;

}
/* .ms-choice {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  padding-right: 53px;
  border: 0 none;
  display: flex;
  align-items: center;
  height: 40px;
  color: #484848;
  position: relative;
  transition: all 0.2s ease;
  text-align: center;
  border: 0 none;
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhbCIgZGF0YS1pY29uPSJhbmdsZS1kb3duIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI1NiA1MTIiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1hbmdsZS1kb3duIGZhLXctOCBmYS05eCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTE5LjUgMzI2LjlMMy41IDIwOS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsNy4xLTcuMWM0LjctNC43IDEyLjMtNC43IDE3IDBMMTI4IDI4Ny4zbDEwMC40LTEwMi4yYzQuNy00LjcgMTIuMy00LjcgMTcgMGw3LjEgNy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wxMzYuNSAzMjdjLTQuNyA0LjYtMTIuMyA0LjYtMTctLjF6IiBjbGFzcz0iIj48L3BhdGg+PC9zdmc+) no-repeat scroll calc(100% - 15px) center / 14px #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-radius: 10px;
  border: 1px solid currentColor;
} */

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 15px;
}

.ms-choice > div.icon-close {
  position: absolute;
  top: 0px;
  right: 16px;
  height: 100%;
  width: 16px;
}
.ms-choice > div.icon-close:before {
  content: "×";
  color: #888;
  font-weight: bold;
}
.ms-choice > div.icon-close:hover:before {
  color: #333;
}

.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  padding: 14px 0;
  position: absolute;
  z-index: 1000;
  background-color: #FAFAFA;
  color: #000;
  border-radius: 4px;
  top: 45px !important;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow-y: auto;
  border-radius: 8px;
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 2px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: none;
}
.ms-search {
  box-sizing: border-box;
}

.ms-filter-options {
  display: -ms-flexbox;
  display: flex;
  padding: 4px 4px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.ms-filter-options::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.ms-filter-option {
  line-height: 20px;
  padding: 4px 6px;
  margin-right: 4px;
  cursor: pointer;
  border-radius: 3px;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.2s ease;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ms-filter-option:hover {
  background-color: #e9ecef;
  border-color: #ccc;
}
.ms-filter-option.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
.ms-filter-option:last-child {
  margin-right: 0;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  max-height: 10000px !important;
}
.ms-drop ul > li {
  min-width: 200px;
  transition: all 0.2s ease;
  padding: 10px 15px;
  cursor: pointer;
  color: #535353;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
}
.ms-drop ul > li:hover {
  background-color: #0164A8;
  color: #fff;
}
.ms-drop ul > li .disabled {
  font-weight: normal !important;
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  cursor: default;
}
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.ms-drop ul > li.group {
  clear: both;
}
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-drop ul > li label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 14px;
  margin: 0;
}
.ms-drop ul > li label.optgroup {
  font-weight: bold;
}
.ms-drop ul > li.hide-radio {
  padding: 0;
}
.ms-drop ul > li.hide-radio:focus, .ms-drop ul > li.hide-radio:hover {
  background-color: #f8f9fa;
}
.ms-drop ul > li.hide-radio.selected {
  color: #fff;
  background-color: #007bff;
}
.ms-drop ul > li.hide-radio label {
  margin-bottom: 0;
  padding: 5px 8px;
}
.ms-drop ul > li.hide-radio input {
  display: none;
}
.ms-drop ul > li.option-level-1 label {
  padding-left: 28px;
}
.ms-drop ul > li.group ~ li.option-level-1:not(.hide-radio) > label {
  padding-left: 40px;
}
.ms-drop ul > li.option-divider {
  padding: 0;
  border-top: 1px solid #e9ecef;
}

.ms-drop .ms-no-results {
  display: none;
}
