#alert-box,
#alert-box2 {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  background: #f6f7f9;
}
#alert-box_text {
  font-weight: 500;
}
