

.general {
  flex-direction: column;
}
.arrowP {
  transform: rotate(0deg);
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 2rem;
  flex-direction: column;
}
.active .arrowP {
  transform: rotate(180deg);
}
.progcontainer {
  background-color: var(--background-color);
}
.has-info * {
  color: white;
  fill: white;
}
.p-item h5 {
  margin: 1rem 0;
  min-width: fit-content;
}
.p-item {
  padding: 0 1rem;
}
.general {
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .time {
    text-align: center;
    display: flex;
    justify-content: center;
    width: fit-content;
    color: white;
    border-radius: 24px;
    padding: 0 2rem;
    margin: 0.5rem auto;
  }
  .has-info .time {
    background: var(--background-color);
  }
  .has-info .time h5 {
    color: var(--color-apg-blue);
  }
}
.event {
  margin: 0 1rem;
}
.i-item {
  margin: 1rem;
}
@media screen and (min-width: 750px) {
  .general {
    flex-direction: row;
  }
  .time {
    text-align: center;
    /* display: flex; */
    /* flex-direction: column; */
    min-width: fit-content;
  }
  .i-item {
    margin: 3rem 0 1rem;
  }
  .arrowP {
    top: 0;
    position: relative;
  }
}
.p-item {
  background: var(--background-color);
  border-radius: 24px;
  flex: 1;
  margin: 0 0 1rem 0;
  display: block;
  border: 2px solid var(--color-apg-blue);
  font-weight: bold;
}
.p-item.has-info {
  background-color: var(--color-apg-yellow);
  cursor: pointer;
  border: none;
}
.general {
  display: flex;
}
.i-item {
  display: none;
  font-weight: normal;
}
.i-item.active {
  display: block;
}
.progrow:last-of-type .p-item.has-info {
  background: var(--color-apg-blue);
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:main-program] [111.8327] DESIGN*/
/*******************************************************************/
/* 0.2 P>P */
/* db 158 */