
.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_title{
font-weight: 700;
}

.scheme_old .trx_popup .sc_button {
    background: #313131 !important;
    color: #ffffff !important;
}