﻿.ui.progress.success > .bar {
  background-color: #87C7AA !important;
}

.ui.progress .text {
  position: relative;
  font-weight: bold;
  color: #000;
}

.ui.progress.golden .bar {
  background: #f2c037;
}

.ui.progress.errored .bar {
  background: indianred;
}

.ui.progress .bar.reversed {
  left: inherit;
  right: 0;
}

.ui.progress .bar {
  min-width: 0;
  left: 0;
  position: absolute;
  height: 100%;
  background: #C7C6C7;
}

.ui.progress {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 12em;
  height: 2.5em;
  background: #F5F5F5;
  border: 1px solid #434142;
  margin-bottom: .5em;
}

.ui.progress,
.ui.progress:first-child {
  margin: 0 0 .5em 0;
}

.ui.progress:last-child {
  margin: 0;
}

.ui.narrow.progress {
  min-width: 5em;
}
.hand-pointer {
    cursor: pointer;
}