.control-view {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 5px 0;

  progress {
    width: 180px;
    height: 5px;
    background-color: #c6d7f2;
  }

  .description {
    font-size: 12px;
  }
}
