.pointer {
	cursor: pointer;
}

.border-all {
	border: 1px solid !important;
}

input.material {
	background-color: transparent !important;
	border: none !important;
	border-bottom: 1px solid #9e9e9e !important;
	border-radius: 0 !important;
	outline: none !important;
	height: 38px !important;
	width: 100% !important;
	font-size: 16px !important;
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	-webkit-transition: border 0.3s, -webkit-box-shadow 0.3s !important;
	transition: border 0.3s, -webkit-box-shadow 0.3s !important;
	transition: box-shadow 0.3s, border 0.3s !important;
	transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s !important;
}

.wrap-text-1 {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.wrap-text-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wrap-text-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.login-border {
	border: 2px solid #e0e0e0 !important;
	border-radius: 4px !important;
	text-transform: none !important;
	line-height: 30px !important;
	color: black;
	background-color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.outline {
	border: 2px solid #e0e0e0 !important;
	border-radius: 4px !important;
	text-transform: none !important;
	line-height: 30px !important;
	color: black;
	background-color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.outline:hover {
	background-color: #f5f5f5;
}

.btn.outline.lg {
	min-height: 55px;
	min-width: 90px;
	font-size: 18px;
}

.chip.retangular {
	height: auto !important;
	line-height: initial !important;
	border-radius: 3px !important;
	margin-bottom: 0px !important;
}
.chip {
	padding: 0 6px !important;
	margin-right: 0px !important;
}
.chip {
	display: inline-block;
	height: 32px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	line-height: 32px;
	padding: 0 12px;
	border-radius: 16px;
	background-color: #e4e4e4;
	margin-bottom: 5px;
	margin-right: 5px;
}

.select2{
    width: 100% !important;
}

form{
    margin-bottom: 0px !important;
}
