.cr-progress {
  &__title {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
  }

  &__loader {
    margin-top: 5px;
    background: #f4f4f4;
    border-radius: 10px;
    height: 10px;
    position: relative;
    overflow: hidden;
  }

  &__status {
    position: absolute;
    background: #f39c12;
    height: 10px;
  }
}
