<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Variables
   ========================================================================== */
.checklist {
  border-color: #d8e2e7;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.checklist &gt; * {
  color: #00a8ff;
}
.checklist &gt; .active {
  border: 2px solid #00a8ff;
  color: #343434;
}
.checklist &gt; .right-side {
  border-left: 2px solid transparent;
}
.checklist &gt; .left-side {
  border-right: 2px solid transparent;
}
.checklist &gt; .center-side {
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.checklist.vertical &gt; .right-side {
  border-left-color: #00a8ff;
}
.checklist.vertical &gt; .left-side {
  border-right-color: #00a8ff;
}
.checklist.vertical &gt; .center-side {
  border-left-color: #00a8ff;
  border-right-color: #00a8ff;
}
.checklist.vertical {
  width: 48px;
  padding: 3px 5px;
}
</pre></body></html>