
.trx_popup {
	-webkit-animation-name: fadeIn_popup;
	animation-name: fadeIn_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOut_popup;
	animation-name: fadeOut_popup;
}
/* Custom styles
*******************************/
.trx_popup .trx_popup_container .trx_popup_inner .trx_popup_title {
  font-size: 28px;
  line-height: 1.2em;
}

.trx_popup .trx_popup_container .trx_popup_inner .trx_popup_button {
  font-size: 13px;
  margin-top: 1rem;
}