.popup_event {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-height: 500px;
  padding: 10px;
  background-color: white;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-shadow: 1px 2px #dcdcdc;
  overflow-y: auto;
  z-index: 1000000;
}

.popup_event .btn-close {
  float: right;
  display: block;
}

.popup_event .popup-content {
  clear: both;
}

.disclaimer-overlay {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.9;
  top: 0;
  left: 0;
}
