.progress-container {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #E9E9E9;
  width: 100%;
  height: 4px;
  overflow: hidden;
  transform: translateY(1px);

  // :global {
  .process {
    width: 10px;
    background-color: #FF1659;
    height: 100%;

  }

  // }
}
