/**
 * EPL RESO CSS - Dynamically compiled
 *
 * @package     EPL-RESO
 * @since       1.1.0
 * @subpackage  css
 * @copyright   Copyright (c) 2024, Merv Barrett
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */
.epl-reso-modal-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}

/* Add styles to the form container */
.epl-reso-modal-popup__container {
  border: 3px solid #f1f1f1;
  max-width: 300px;
  padding: 10px;
  background-color: white;
  place-self: center;
}

/* Set a style for the submit/login button */
.epl-reso-modal-popup .btn {
  background-color: #04aa6d;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

.epl-reso-modal-popup .epl-button {
  display: block;
  margin: 1em 0;
  width: 100%;
}

/* Add a red background color to the cancel button */
.epl-reso-modal-popup .cancel {
  background-color: red;
}

.epl-reso-modal-popup .btn:hover {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
