/* custom style for down arrow display none*/
.ipt-box__link--acc._blind:before {
  display: none;
}

.divider {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  margin: 10px 0 10px 0;
}

/* transparent backdrop */
.backdrop {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.above-of-backdrop {
  z-index: 2;
}

.prevent-events {
  pointer-events: none;
}