<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bootstrap-select&gt;.dropdown-toggle.bs-placeholder, .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:active, .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:focus, .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:hover {
    color: #fff;
}

.red {
    color: red;
}

.trunc{
  width:450px; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}
table tr td {
    padding: 5px
}

#container {
    min-height: 800px;
}

#cat-country-select {
    height: 51px;
}

html {
    overflow-y: scroll;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
</pre></body></html>