.pisell-lowcode__schedules-component-products {
  padding: 0 32px 16px;
  height: 100%;
  overflow-y: auto;
}
.pisell-lowcode__schedules-by-day-title {
  padding: 8px 32px 24px;
  color: var(--Gray-true-600, #525252);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--Gray-true-200, #E5E5E5);
  .pisell-lowcode__schedules-by-day-go-back {
    font-size: 24px;
    margin-right: 8px;
    cursor: pointer;
  }
}