.job-ad-content-width, .job-ad-banner-top {
	max-width: 1100px;
	margin: auto;
}
.job-left {
	width: calc(100% - 300px );	
}
.job-right {
	width: 300px;
}
.row-reverse-desktop {
 flex-direction: row-reverse;
}
.archive-job-search-holder {
	border-right: 1px solid gray;
	margin-right: 30px;
	padding-right: 30px;
	height: 100%;
	overflow: auto;
}
.double-margin-bottom {
	margin-bottom: 40px
}
.job-ad-button {
	padding: 12px 20px;
	text-transform: uppercase;
	background: #319393;
	color: white;
	font-size: 18px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}
.job-ad-item-jobs-holder {
	width: 100%;
	padding: 10px;
	text-align: center;
	display: flex;
	position: relative;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #b4b4b4;	
}
.job-ad-jobs-segment {
	display: flex;
}
.job-ad-item-jobs-img-holder {
	width: 70px;
	height: 70px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-right: 20px;
}
.job-ad-item-jobs-content {
	width: calc( 100% - 100px );
	text-align: left;
}
.job-ad-item-jobs-content a {
	text-decoration: none;
}
.job-ad-item-jobs-content a:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
.job-ad-publish-holder {
	position: absolute;
	top: 5px;
	right: 15px;
}
.job-ad-text-1 {
	font-size: 17px;
	margin: 0px 0px 5px 0px;
	color: black;
	font-weight: 700;
}
.job-ad-text-2 {
	font-size: 13px;
	margin-bottom: 3px;
	color: black;
	line-height: inherit;
	display: block;
}
.job-ad-text-3 {
	font-size: 13px;
	margin-bottom: 3px;
	line-height: inherit;
	display: block;
	color: #3c3c3c;
}
.job-ad-item-jobs-content time {
	font-size: 13px;
	color: gray;
}
.premium-job-background {
	background: white;
}
.job-ad-content-minus-margin {
	margin-top: -5px;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Adjust the margin as needed */
}
.archive-job-search-holder {
	border-right: 1px solid gray;
	margin-right: 30px;
	padding-right: 30px;
	height: 100%;
	overflow: auto;
}
.archive-job-search-holder .input-holder input[type=text], .archive-job-search-holder .input-holder input[type=password], .archive-job-search-holder .input-holder input[type=search] {
	border: 1px solid #b8b5b5;
	padding: 15px;
	border-radius: 15px;
	width: 100%;
	margin: 0px;
	background: white;
}
.archive-job-search-holder .no-input-border input[type=text] {
	border: 1px solid transparent;
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.job-ad-search-box-filer-holder {
	margin-bottom: 10px;
}
.job-ad-search-box-filer-holder select{
	 appearance: none; /* Disable default appearance */
    -webkit-appearance: none; /* Disable default appearance in Safari */
    border: 1px solid #b8b5b5;
	padding: 15px;
	border-radius: 15px;
	width: 100%;
	margin: 0px;
	background: white;
	margin-bottom: 10px;
}
.search-button {
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	font-size: 17px;
	color: white;
	background: #319393;
	text-decoration: none;
	border-radius: 10px;
	cursor: pointer;
	border: none;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pagination a:hover {
    background-color: #f4f4f4;
}

.pagination .current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination .dots {
    padding: 8px 12px;
    margin: 0 5px;
    color: #333;
}
.box-shadow {
	-webkit-box-shadow: 0px 6px 10px -1px rgba(166,166,166,1);
	-moz-box-shadow: 0px 6px 10px -1px rgba(166,166,166,1);
	box-shadow: 0px 6px 10px -1px rgba(166,166,166,1);
}
.row-padding-right {
	padding-right: 40px;
}
.normal-margin-bottom {
	margin-bottom: 20px;
}
.job-about-employer {
	padding: 20px;
	border: 1px solid gray;
	margin-bottom: 20px;
}
.job-about-employer p {
	margin-top: 0px;
}
.apply-button {
	    padding: 20px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: white;
    background: #4245DA;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}