.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.popup-container {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 450px;
  padding: 30px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #aaa;
  background: none;
  border: none;
}

.popup-icon {
  text-align: center;
  margin-bottom: 10px;
}

.popup-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.popup-text {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

.abn-button {
  background-color: #16a34a;
  color: white;
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 15px;
  cursor: pointer;
}

.guest-button {
  background-color: #f3f4f6;

  border: none;
  color: #333;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}

.building-icon {
  font-size: 24px;
}
