.el-job-find-widget {
	background: #f5f7fc;
	border-radius: 10px;
	padding: 20px;
}
h3.el-title {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
}
button.el-submit {
	background: #004b53;
	width: 100%;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
}
.el-jf-total-job .total-job {
	margin: 0;
	font-size: 40px;
	color: #e1504b;
	font-weight: 600;
	line-height: 1;
}
.el-jf-total-job p {
	color: #000;
}
.el-field select {
	width: 100%;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
}
.el-field label {
	display: block;
	color: #000;
	font-weight: 500;
}
.el-field {
	margin-bottom: 20px;
}
.el-ja-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}
.el-ja-item-wrap {
	flex: 0 0 calc(100% / 4 - 15px);
}
.el-ja-item {
	display: flex;
	flex-flow: column;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
		rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.el-ja-header {
	/* line-height: 1.5em;
	min-height: 4.5em; */
}
.el-ja-image-text {
	display: flex;
	margin-bottom: 15px;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.el-ja-image-text img {
	width: 20px;
}
.el-ja-image-text p {
	margin: 0;
}

.el-ja-footer {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: auto;
}

.el-ja-item-type {
	background: #d9e4e5;
	color: #1b5e65;
	padding: 4px 16px;
	border-radius: 13px;
	font-size: 14px;
}
h3.el-ja-item-title {
	margin: 0 0 20px 0px;
	font-size: 18px;
}
.el-ja-item-logo {
	margin-bottom: 15px;
}
.el-ja-item-logo img {
	max-height: 40px !important;
}
.el-ja-item-desc {
	border-top: 1px solid #eee;
	margin-top: 10px;
}
.el-ja-item-desc p {
	margin: 10px 0 10px 0;
}
.el-ja-filter {
	margin-bottom: 30px;
}
.el-ja-filter .el-fields {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.el-ja-filter .el-fields .el-field {
	margin: 0;
}
.el-ja-filter .el-fields .el-field select,
.el-ja-filter .el-fields .el-field input {
	border: 1px solid #eee;
	padding: 7px 14px;
	border-radius: 7px;
	font-size: 15px;
	line-height: 1;
}
.el-ja-filter .el-fields .el-field select option:checked,
.el-ja-filter .el-fields .el-field input option:checked {
	border: 1px solid #e56661;
}
.data-not-found {
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.el-ja-items {
		flex-direction: column;
	}
}
