
.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(https://nlc.ifa-training.com/wp-content/uploads/2022/01/popup-background-FI.png);
}
/* Custom styles
*******************************/
.trx_popup .trx_popup_container {
  background: #23adb9 url(/wp-content/uploads/2022/01/popup-background-FI.png) center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}