<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* added */
.ellipsis-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-size: 12px;
  padding-right: 40px;
}
.custom-select-light {
  background: url('../images/img/icon-down-arrow-light@1x.png') no-repeat calc(100% - 10px) center;
}
.custom-select-dark {
  background: url('../images/img/icon-down-arrow-dark@1x.png') no-repeat calc(100% - 10px) center;
}
.custom-icon {
  width: 20px;
  height: 20px;
}
.custom-highlight {
  color: #3daaef !important;
}
</pre></body></html>