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

/* 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;
}
