.progress {
  display: flex;
  height: 9px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f7f2e9; }
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    background-color: #ff5f66;
    transition: width 0.1s ease; }
  .progress-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3; }
  @media (max-width: 991.98px) {
    .progress {
      display: none; } }
