.content-barrier--container > .body-content {
  overflow: hidden;
  max-height: 800px;
  position: relative;
}

.content-barrier--container > .body-content:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%);
}

.content-barrier {
  position: relative;
}

.content-barrier .btn-close-container {
  text-align: right;
}

.content-barrier .btn-close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 8px 10px;
  cursor: pointer;
  background: #eee;
  text-decoration: none !important;
}

.content-barrier--container.force-show > .body-content:before {
  display: none;
}

.content-barrier--container.force-show > .body-content {
  max-height: none !important;
}

.content-barrier-close-timeout {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}

.content-barrier-close-timeout .ui-countdown {
  margin-right: .5em;
}
