<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.SumoSelect p {
  margin: 0;
}
.SelectBox {
  padding: 0;
}
.sumoStopScroll {
  overflow: hidden;
}
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: 0;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open &gt; .search &gt; label,
.SumoSelect.open &gt; .search &gt; span {
  visibility: hidden;
}
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect .select-all &gt; label,
.SumoSelect &gt; .CaptionCont,
.SumoSelect &gt; .optWrapper &gt; .options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: block;
  position: relative;
  outline: 0;
}
.SumoSelect.open &gt; .CaptionCont,
.SumoSelect:focus &gt; .CaptionCont,
.SumoSelect:hover &gt; .CaptionCont {
  box-shadow: 0;
}
.SumoSelect &gt; .CaptionCont {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 4rem;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
}
.table-select .SumoSelect &gt; .CaptionCont {
  border: 1px solid #0090d2;
  background-color: #fff;
  border-radius: 5rem;
  min-height: 3.6rem;
}
.SumoSelect &gt; .CaptionCont &gt; span {
  line-height: 3.6rem;
  color: #fff;
  font-family: "Barlow";
  font-weight: bold;
  display: block;
  padding-right: 4rem;
  padding-left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.table-select .SumoSelect &gt; .CaptionCont &gt; span {
  padding-left: 1.5rem;
  color: #0090d2;
}
.SumoSelect &gt; .CaptionCont &gt; span.placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-family: "Barlow";
}
.table-select .SumoSelect &gt; .CaptionCont &gt; span.placeholder {
  color: #0090d2;
}
.SumoSelect &gt; .CaptionCont &gt; label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.6rem;
}
.table-select .SumoSelect &gt; .CaptionCont &gt; label {
  width: 3.6rem;
}
.SumoSelect &gt; .CaptionCont &gt; label &gt; i {
  width: 1.6rem;
  height: 3.6rem;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.table-select .SumoSelect &gt; .CaptionCont &gt; label &gt; i {
  width: 3.6rem;
}
.SumoSelect &gt; .CaptionCont &gt; label &gt; i:before {
  content: "\e900";
  font-family: icomoon;
  color: rgba(255, 255, 255, 0.1);
  font-style: normal;
  line-height: 3.6rem;
  font-size: 0.6rem;
}
.table-select .SumoSelect &gt; .CaptionCont &gt; label &gt; i:before {
  color: #0090d2;
}
.SumoSelect &gt; .optWrapper {
  display: none;
  z-index: 1000;
  top: 3.8rem;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 1rem 3rem rgba(28, 38, 104, 0.3);
  -moz-box-shadow: 0 1rem 3rem rgba(28, 38, 104, 0.3);
  box-shadow: 0 1rem 3rem rgba(28, 38, 104, 0.3);
  overflow: hidden;
}
.SumoSelect.open &gt; .optWrapper {
  top: 3.8rem;
  display: block;
}
.SumoSelect.open &gt; .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect &gt; .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect &gt; .optWrapper &gt; .options {
  border-radius: 0;
  position: relative;
  max-height: 30rem;
  padding-bottom: 1.6rem;
}
.SumoSelect &gt; .optWrapper &gt; .options li.group.disabled &gt; label {
  opacity: 0.5;
}
.SumoSelect &gt; .optWrapper &gt; .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect &gt; .optWrapper.multiple &gt; .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect &gt; .optWrapper.isFloating &gt; .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect &gt; .optWrapper &gt; .options li.opt {
  padding: 0.8rem 3rem 0.8rem 1.5rem;
  position: relative;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.SumoSelect &gt; .optWrapper &gt; .options &gt; li.opt:first-child {
  border-radius: 0;
}
.SumoSelect &gt; .optWrapper &gt; .options &gt; li.opt:last-child {
  border-radius: 0;
  border-bottom: none;
}
.SumoSelect &gt; .optWrapper &gt; .options li.opt:hover {
  background-color: #f5f5f5;
}
.SumoSelect &gt; .optWrapper &gt; .options li.opt.sel {
  background-color: #f5f5f5;
}
.SumoSelect &gt; .optWrapper &gt; .options li label {
  font-family: "Barlow";
  font-weight: bold;
  color: #0090d2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect &gt; .optWrapper &gt; .options li span {
  display: none;
}
.SumoSelect &gt; .optWrapper &gt; .options li.group &gt; label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700;
}
.SumoSelect &gt; .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
.SumoSelect &gt; .optWrapper &gt; .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect &gt; .optWrapper &gt; .options li.opt.disabled * {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.SumoSelect &gt; .optWrapper.multiple &gt; .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect .select-all &gt; span,
.SumoSelect &gt; .optWrapper.multiple &gt; .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect .select-all &gt; span i,
.SumoSelect &gt; .optWrapper.multiple &gt; .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect &gt; .optWrapper &gt; .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect &gt; .optWrapper.multiple.isFloating &gt; .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect &gt; .optWrapper.multiple.okCancelInMulti &gt; .MultiControls {
  display: block;
}
.SumoSelect &gt; .optWrapper.multiple.okCancelInMulti &gt; .MultiControls &gt; p {
  padding: 6px;
}
.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p:hover {
  background-color: #f1f1f1;
}
.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
}
.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p.btnCancel {
  border-radius: 0 0 3px 0;
}
.SumoSelect &gt; .optWrapper.isFloating &gt; .options li.opt {
  padding: 12px 6px;
}
.SumoSelect &gt; .optWrapper.multiple.isFloating &gt; .options li.opt {
  padding-left: 35px;
}
.SumoSelect &gt; .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect .select-all.partial &gt; span i,
.SumoSelect .select-all.selected &gt; span i,
.SumoSelect &gt; .optWrapper.multiple &gt; .options li.opt.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled &gt; .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}
.SumoSelect .select-all &gt; label,
.SumoSelect .select-all &gt; span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial &gt; span i {
  background-color: #ccc;
}
.SumoSelect &gt; .optWrapper &gt; .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
</pre></body></html>