.img-box-t {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	background: #F9F9F9;
	border-radius: .475rem !important;
}
.img-box-t img {
	width: 75px;
	height: 75px;
}
.min-w-125px {
	min-width: 125px !important;
}
.me-6 {
	margin-right: 1.5rem !important;
}
.w-98 {
	width: 98% !important;
	overflow: hidden;
}
.border-gray-300 {
	border-color: #DBDFE9 !important;
}
.border-dashed {
	border-style: dashed !important;
}
.separator {
	display: block;
	height: 0;
	border-bottom: 1px solid #F1F1F4;
}
.nav-line-tabs .nav-item .nav-link {
	color: #99A1B7;
	border: 0;
	border-bottom: 1px solid transparent;
	transition: color .2s ease;
	margin: 0 1rem;
	padding: .5rem 0 14px;
}
.nav-line-tabs .nav-link.active {
	background-color: transparent;
	border: 0;
	color: #007bff;
	border-bottom: 2px solid #007bff;
	transition: color .2s ease;
}

.card-automation{
	padding: 0;
	border: 1px solid #DBDFE9;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	margin-bottom: 0;
}
.card-automation a{
	display: flex;
	flex-direction: row;
	color: #5a5a5a;
}
.card-automation:hover {
	box-shadow: 0 0 15px rgba(101, 101, 101, 0.2);
}
.card-automation img{
	max-width: 130px;
	max-height: 68px;
}
.card-automation .introduce{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	margin-left: 16px;
}
