<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-options {
  padding: 15px 0 !important;
}

@media screen and (min-width: 768px) {
  .form-options {
    padding: 30px 0 !important;
  }
}

.form-options #searchWord {
  margin-bottom: 15px;
}
.form-options .bootstrap-select {
  width: 100%;
}
.form-options .bootstrap-select:last-of-type {
  position: relative;
}

.pretty {
  margin-right: 0;
}
.pretty label::before {
  border-color: #999999 !important;
}

.pulldownOptions {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 3px 10px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.pulldownOptions .pretty {
  display: block;
  margin-top: 1.75rem;
  margin-bottom: 2rem;
}
.pulldownOptions .pretty .liveCount {
  float: right;
  color: #52AE32;
  font-weight: 600;
  font-size: 15px;
}
.pulldownOptions .pretty input:checked + .state &gt; .liveCount {
  display: initial;
}
.pulldownOptions.-hide {
  display: none;
}

.pulldownLabel {
  padding: 6px 10px;
  border: 1px solid #999999;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.pulldownLabel label {
  margin-bottom: 0;
  font-weight: 400;
}

.pulldownContainer {
  position: relative;
  margin-bottom: 10px;
}

.filterButtons {
  margin-top: 30px;
}

.applyFilters {
text-decoration: none;
  padding: 3px 12px;
  color: #ffffff !important;
  background-color: #52AE32;
  border: solid 1px #52AE32;
  border-radius: 6px;
  display: inline-block;
  min-height: 40px;
  background-image: none;
  margin-right: 15px;

  &amp;:hover {
    color: #ffffff;
    background-color: #3C8B27;
    border-color: #3C8B27;
    text-decoration: underline;
  }

  &amp;:focus {
    color: #ffffff;
    background-color: #3C8B27;
    border-color: #3C8B27;
  }

  &amp;:active {
    outline: none !important;
  }
}
.company__name {
  font-weight: 600;
  color: #52AE32;
}
.company__badge {
  background: #52AE32;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 15px;
  margin-right: 20px;
}
.company__icon {
  color: #52AE32;
}
.company__iconAndCountContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.company .accordion-heading {
  border: 1px solid #999999;
  padding: 0 15px;
}
.company .accordion-group {
  margin-bottom: 15px;
}
.company .product {
  border-color: #999999;
  padding: 15px;
}
.company .product__number {
  display: inline-block;
  float: right;
}
/*# sourceMappingURL=certified_devices.css.map */
</pre></body></html>