
.trx_popup {
	-webkit-animation-name: fadeIn_popup;
	animation-name: fadeIn_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOut_popup;
	animation-name: fadeOut_popup;
}.trx_popup .trx_popup_container {
	background-image: url(http://lordsoflaughter.com/wp-content/uploads/2025/04/cropped-LOL-Logo-Large-copy-1.jpg);
}
/* Custom styles
*******************************/
/* Base popup container */
.trx_addons_popup {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #1E1E1E;
}

/* Headings inside popup */
.trx_addons_popup h2,
.trx_addons_popup h3 {
  color: #C6007E;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

/* Paragraphs */
.trx_addons_popup p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

/* Form Fields */
.trx_addons_popup input[type="text"],
.trx_addons_popup input[type="email"],
.trx_addons_popup textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border 0.3s ease;
}

.trx_addons_popup input[type="text"]:focus,
.trx_addons_popup input[type="email"]:focus,
.trx_addons_popup textarea:focus {
  border-color: #C6007E;
  outline: none;
}

/* Submit Button */
.trx_addons_popup input[type="submit"],
.trx_addons_popup button {
  background-color: #C6007E;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

.trx_addons_popup input[type="submit"]:hover,
.trx_addons_popup button:hover {
  background-color: #A00065;
}

/* Close icon (if enabled) */
.trx_addons_popup_close {
  color: #C6007E;
  top: 10px;
  right: 15px;
  font-size: 24px;
}
