<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
html .no-js {
  display: none;
}
html.no-js .no-js {
  display: block;
}
html.no-js .js {
  display: none;
}

body {
  background-color: rgb(246.5, 246.5, 246.5);
  font-family: "Open Sans", sans-serif;
  height: 89%;
  min-height: 89%;
}

.profile-icon {
  background-color: #999999;
  color: #ffffff;
  height: 44px;
  width: 44px;
  margin: 4px;
  text-align: center;
  line-height: 44px;
  font-size: 17px;
}

.horizontal-center {
  margin: 0 auto;
}

.platform-container {
  height: 100%;
}
.platform-container .main {
  min-height: 100%;
  width: 100%;
  padding-left: 0;
  position: relative;
}
.platform-container .main .content {
  margin-top: 100px;
  padding-bottom: 40px;
  overflow-y: auto;
  z-index: 1;
}

.javascript-warning-container {
  position: relative;
}
.javascript-warning-container .javascript-warning {
  z-index: 1001;
  position: absolute;
  width: 100%;
  top: -60px;
  -webkit-box-shadow: 4px 5px 3px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 5px 3px -2px rgba(0, 0, 0, 0.3);
}
.javascript-warning-container .javascript-warning img {
  padding-right: 20px;
}

.progress-circle {
  cursor: default;
}
.progress-circle span {
  color: #1a1a1a;
}
.progress-circle .bar, .progress-circle .fill {
  border-color: #1a1a1a !important;
}
.progress-circle:hover &gt; span {
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #1a1a1a;
}
.progress-circle:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
  background-color: #ffffff;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>