
/* ====================================================================== *
      WARNING WHEN BUTTONS DOESN'T EXISTS
 * ====================================================================== */

	.wcs_warning{
		padding: 10px 20px;
		margin: 20px 0;
		border: 1px solid #eee;
		border-left-width: 5px;
		border-left-color: #d9534f;
		border-radius: 3px;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}

	.wcs_warning h4{
		margin-top: 0;
		margin: 0 0 5px 0 !important;
		color: #d9534f;
		font-size: 18px !important;
		padding: 0 !important;
	}

	.wcs_warning p{
		margin: 0 !important;
	}

/* ====================================================================== *
      GLOBAL FIXES
 * ====================================================================== */

	.whatsapp_chat_support{
		line-height: normal;
		box-sizing: border-box;
	}

	.whatsapp_chat_support *{
		box-sizing: border-box;
	}

/* ====================================================================== *
      BUTTON FIXES
 * ====================================================================== */

	.wcs_button_person .wcs_button_person_img>img {
		border-radius: 50%;
	}

	.whatsapp_chat_support{
		display: block;
	}

	.wcs_button{
		margin: 20px 0;
	}

	.wcs_fixed_right .wcs_button,
	.wcs_fixed_left .wcs_button{
		margin: 0px 0;	
	}

/* ====================================================================== *
      DIALOG FIXES
 * ====================================================================== */

	.wcs_popup .wcs_popup_input input{
		box-sizing: border-box;
	}

	.wcs_popup .wcs_popup_avatar>img{
		border-radius: 50%;
	}

	.wcs_popup .wcs_popup_person_img>img{
		border-radius: 50%;
	} 

	.dialog_right .wcs_popup{
        left: 0 !important;
        right: unset !important;
    }

/* ====================================================================== *
      FIX NEW FONT-AWESOME COMPATIBILITY
 * ====================================================================== */

    .whatsapp_chat_support .fa{
	  display: inline-block;
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
 	}

 	.whatsapp_chat_support .wcs_button .fa{
        font-size: 15px;
        margin-right: 3px;
    }   

    .whatsapp_chat_support .wcs_button_circle .fa{
        line-height: 50px;
        font-size: 25px;
        margin-right: 0px;
    }

    .whatsapp_chat_support .wcs_button_person_img .fa{
        font-size: 60px;
    }

    .whatsapp_chat_support .wcs_popup_header .fa{
        font-size: 50px;
        display: block;
        margin-bottom: 20px;
    }

    .whatsapp_chat_support .wcs_popup_input .fa{
        font-size: 17px;
        color: #9da3a5;
        vertical-align: middle;
        cursor: pointer;
    }

/* ====================================================================== *
      FIX INPUT ISSUES
 * ====================================================================== */

    .wcs_popup_input input{
    	padding: 0 !important;
    	box-shadow: none !important;
    	outline: none !important;
    }