#disclaimerPopup {display: none;}

.popup-overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay */
  z-index: 9999; /* Ensure it's on top of other content */
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: justify;
  max-width: 600px;
  position: relative;
}

.popup-content h2 {
  margin-top: 0;
}

.popup-content button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}
.outer
{
    width:100%;
    text-align: center;

}
  
}
.inner
{
    display: inline-block;
}
.buttons {
  padding:0 0 0 25px;
  display:inline-block;
  zoom:1;
  margin-top:3px;
}

.msa-button:hover {
  background-color: red;
}
