
.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_subtitle + .trx_popup_button {
    margin-top: 1.5rem!important; 	
    
}


a.trx_popup_button.sc_button.sc_button_hover_fade {
  background-color:#2b63a8 !important;
}