/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.wq-action-btn{
	border: 1px solid #23A455;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #23A455;
	padding: 17px 25px;
	background: transparent;
	transition: all 0.5s ease 0s;
	height: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

	.wq-action-btn svg {
		fill: #23A455;
		height: 20px;
		margin-right: 10px;
		transition: all 0.5s ease 0s;
	}