pr-scheduler {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
pr-scheduler .scheduler-container-top {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  height: 100%;
  width: 100%;
}
pr-scheduler .scheduler-container-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  height: 100%;
  width: 100%;
}
pr-scheduler .scheduler-frequency-select-group {
  width: 100%;
  display: flex;
  flex-direction: row;
}
pr-scheduler .scheduler-frequency-select-group pragma-label-composite {
  width: 100%;
}
pr-scheduler .scheduler-frequency-select-group pragma-icon-button {
  margin-top: 0.8rem;
}
