/*eslint-disable */

.ih-checkFlow {
  min-height: auto;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ih-checkFlow > div {
  padding-bottom: 0px !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.ih-checklist-fix + span > div {
  position: fixed !important;
  z-index: 100 !important;
  padding-right: 66px;
  padding-top: 31px;
}
.ih-checklist-cardTxt {
  color: rgba(0, 0, 0, 0.54);
}
.ih-checkFlow > div > div:first-child {
  font-weight: bold !important;
}
.ih-chkLstItm-header {}
.ih-checklist-hr {
  padding: 0px;
  margin: 0px;
  border-top: 2px solid #ccc;
}
.ih-checklist-card {}
.ih-checklist-card > div > div {
  height: auto !important;
}
.ih-checklist-cardHeader > div > span:first-child {
  min-width: 178px;
  word-break: break-word;
}
.ih-checklist-title > h1 {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.ih-pagelet-iconColor>button>div>svg {
  fill: white !important;
}
