/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.modal.ecps {
  padding: 0 !important;
}

.modal-content.ecps {
  background-color: transparent !important;
  border: 0 !important;
  width: auto !important;
  position: relative;
}

.modal-content.ecps .close {
  font-size: 3.5em;
  position: absolute;
  right: 5px;
  top: 0;
  color: #ffffff;
  opacity: 1;
  width: 40px !important;
}

.modal-content.ecps .close:focus {
  outline: none;
}

.modal-dialog.ecps {
  justify-content: center;
}
