
.trx_popup {
	-webkit-animation-name: fadeInDown_popup;
	animation-name: fadeInDown_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOutDown_popup;
	animation-name: fadeOutDown_popup;
}.trx_popup .trx_popup_container {
	background-image: url(https://3nicksbars.com/beta/wp-content/uploads/2026/03/l.jpeg);
}
/* Custom styles
*******************************/
.trx_popup .trx_popup_container {
    width: 400px;
    height: 333px;
    background-image: url(https://3nicksbars.com/beta/wp-content/uploads/2026/03/l.jpeg) !important;
    padding: 45px;
    position: relative;
}
.scheme_dark.trx_popup .trx_popup_container {
    background-image: url(https://3nicksbars.com/beta/wp-content/uploads/2026/03/l.jpeg) !important;
}