.pad0 {
  padding: 0;
}

#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 99;
}

#popup-content {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.scroll_Hidden {
  overflow: hidden !important;
}