

.detail.programname {
  color: white;
  margin: auto;
}
h1.center {
  color: var(--color-base-1);
  text-align: center;
}
.mx-auto {
  margin: auto;
}
.general {
  flex-direction: column;
}
.arrowP {
  transform: rotate(0deg);
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 10%;
  flex-direction: column;
  top: 80%;
}
.active .arrowP {
  transform: rotate(180deg);
}
.progcontainer {
  background-color: var(--background-color);
}
.has-info * {
  color: white;
  fill: white;
  /* font-weight: 900; */
}
.p-item h5 {
  margin: 0rem 3rem 3rem 3rem;
  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-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: 0rem 3rem 2rem 3rem; */
  }
  .arrowP {
    top: 0;
    position: relative;
    right: 5%;
  }
}
.p-item {
  background: var(--color-blue-light);
  border-radius: 24px;
  flex: 1;
  margin: 0 0 1rem 0;
  display: block;
  border: 2px solid var(--color-blue-light);
  font-weight: bold;
  padding: 0;
}
.p-item.has-info {
  background-color: var(--color-blue-dark);
  cursor: pointer;
  border: none;
}
.general {
  display: flex;
  position: relative;
}
.i-item {
  display: none;
  font-weight: normal;
}
.i-item.active {
  display: block;
}
.progrow:last-of-type .p-item.has-info {
  background: var(--color-blue);
}
.program-container {
  background: white;
  border-radius: 25px;
}
span.programname {
  display: inline-grid;
  flex: 1;
}
span.programname em {
  opacity: 0.5;
}
span.time {
  color: var(--color-blue-ligth);
  background: white;
  border-radius: 10px;
  padding: 0.7rem 2.3rem;
  margin: 0 2vw 1rem 0;
  width: 100%;
  text-align: center;
  position: relative;
  font-weight: normal;
}
span.detail {
  text-align: center;
  font-weight: normal;
}
.event {
  background: var(--color-base-1);
  border-radius: 25px;
  margin: 0 0 1rem 0;
  padding: 2rem;
  width: 100%;
  color: var(--color-blue-dark);
  display: flex;
  flex-direction: column;
  /* position: relative; */
}
@media screen and (min-width: 750px) {
  .event {
    width: 100%;
    background: var(--color-base-1);
    border-radius: 25px;
    margin: 0;
    padding: 2rem;
    color: var(--color-blue-dark);
    display: flex;
    flex-direction: row;
  }
  span.time {
    color: var(--color-base-1);
    background: white;
    border-radius: 10px;
    padding: 0.7rem 2.3rem;
    margin: auto 2vw auto 0;
    flex: 0;
    min-width: min-content;
    white-space: nowrap;
  }
  span.detail, span.time {
    text-align: left;
  }
  .program {
    padding: 5vw 0;
  }
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-program] [145.3891] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 159 */