/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.referral-page form{
	margin:0 auto;
	max-width:100%;
}
.referral-page form label input{
	height:45px;
	margin-bottom:35px;
}
.referral-page form h5{
	text-align: center;
}
.referral-page #generate-code{
	display: table;
	margin: 0 auto;
}
.referral-form.hide-form{
	display:none;
}
.referral-form{
	transition:.4s ease-in-out;
}
.show_code{
	display: none;
	transition:.4s ease-in-out;
}
.show_code.display-code{
	display:block;
}
body.referral-page form .fusion-slider-loading{
	position: relative !important;
    margin-top: -30px !important;
    margin-left: -150px !important;
    width:20px !important;
    height:20px !important;
}
.referral-page .fusion-alert.success .alert-icon{
	display:none;
}
#copy-code{
	padding: 15px;
    border: 1px dashed #bdc4d3;
    text-align: center;
    height:60px;
	resize:none;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 100%;
}
#generate-code {
	line-height:60px; 
	text-align:center; 
	cursor:pointer; 
	user-select:none; 
	-ms-user-select:none; 
	-webkit-user-select:none;
	display: table;
	margin: 0 auto;
}


.ref_code{
	display:block;
}

.referral-page .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	display:none !important;
}

@media (max-width:640px){
	#copy-code{ 
		height:80px;
	}
	
}