
.trx_popup {
	-webkit-animation-name: fadeInLeft_popup;
	animation-name: fadeInLeft_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOutRight_popup;
	animation-name: fadeOutRight_popup;
}
/* Custom styles
*******************************/
.trx_popup .trx_popup_container .trx_popup_button.sc_button.sc_button_hover_slide_left {
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#FFFFFF),color-stop(50%,#F1C761)) no-repeat scroll right bottom/210% 100% #F1C761 !important;
    background: -webkit-linear-gradient(left,#FFFFFF 50%,#F1C761 50%) no-repeat scroll right bottom/210% 100% #F1C761 !important;
    background: -o-linear-gradient(left,#FFFFFF 50%,#F1C761 50%) no-repeat scroll right bottom/210% 100% #F1C761 !important;
    background: linear-gradient(to right,#FFFFFF 50%,#e3006a 50%) no-repeat scroll right bottom/210% 100% #e3006a !important;
    font-size: 14px;
    padding: 10px 22px
}

    .trx_popup .trx_popup_container {
        width: 300px;
        height: 500px;
    }

.trx_popup .trx_popup_container:before {
    content: '';
    border: 2px solid #e3006a;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%;
    text-align: center;
}