<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*----------------------------------------------------------------------------------- */
/*  Progress Bars */
/*----------------------------------------------------------------------------------- */
.progress {
  box-shadow: none;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.06); }
.progress .progress-bar {
  box-shadow: none;
  background-color: #32b9b1; }



.slider {
  margin-bottom: 40px; }

.slider-vertical {
  margin: 10px; }

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70%;
  float:left;
}
.slider.slider-horizontal {
  height: 30px; }
.slider.slider-horizontal .slider-track {
  height: 6px;
  width: 100%;
  margin-top: -3px;
  top: 50%;
  left: 0; }
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0; }
.slider.slider-horizontal .slider-handle {
  margin-left: -65px;
  text-align: center;
  margin-top: -12px;
  font-size: 13px;
  color: #666666;
  line-height: 26px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0; }

.slider input {
  display: none; }
.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #ddd;
}

.slider-selection {
  position: absolute;
  background-color: #fbce2d;
}

.slider-handle {
  position: absolute;
  width: 130px;
  height: 30px;
  background-color: white;
  border: 1px solid #dddddd;
}
.slider-handle.round {
  border-radius: 4px;
}
.slider-handle.triangle {
  background: transparent none; }
</pre></body></html>