/* Menu items - start
* Menu items with the 'show-only-if-logged-in' class  will only be shown if user is logged in
*/

.rp4wp-related-job_listing>ul li.job_listing a:focus, 
.rp4wp-related-job_listing>ul li.job_listing a:hover, 
.rp4wp-related-job_listing>ul li.no_job_listings_found a:focus, 
.rp4wp-related-job_listing>ul li.no_job_listings_found a:hover, 
ul.job_listings li.job_listing a:focus, 
ul.job_listings li.job_listing a:hover, 
ul.job_listings li.no_job_listings_found a:focus, 
ul.job_listings li.no_job_listings_found a:hover,
ul.job_listings li.job_listing.job_position_featured a,
ul.job_listings li.job_listing.job_position_featured a:hover {
  background-color: transparent;
}

* {
	font-family: 'Roboto', sans-serif;
}

#success-ticket-message,
#fail-ticket-message {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 24px;
	padding: 16px;
}

#success-ticket-message {
	background-color: #00A69C;
}

#fail-ticket-message {
	background-color: #FF5B31;
}

#captchaDiv {
	display: flex;
	justify-content: center;
}

.contact-us-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.contact-us-content .title{
	color: #4A4A4A;
	font-size: 32px;
	font-weight: bold;
  text-align: center;
}

.contact-us-content .description{
	color: #4A4A4A;
	font-size: 20px;
}

.contact-us-content .create-ticket{
	color: #0725A8;
	font-size: 24px;
	font-weight: bold;
}

.contact-us-field .field.message{
	height: 350px !important;
	padding-top: 8px !important;
}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%;
}

.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.error-404 {
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.truncate {
	max-width: 55vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.error-404 .content-error {
  background-color: #fff;
  width: 85%;
  margin: 32px 0;
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  flex-direction: column;
}

.error-404 .title-error {
  color: #348AD3;
  font-size: calc(20px + (38 - 20) * ((100vw - 370px) / (1600 - 370)));
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.error-404 .description-error {
  color: #666666;
  font-size: calc(12px + (19 - 12) * ((100vw - 370px) / (1600 - 370)));
  text-align: center;
  max-width: 60%;
}

.error-404 .error-404-btn {
  font-size: calc(12px + (19 - 12) * ((100vw - 370px) / (1600 - 370)));
  border-radius: 5px;
  background-color: #0725A8;
  color: #fff;
  padding: 12px 40px;
  line-height: initial;
  margin-bottom: 0;
}

.error-404 .error-404-btn a{
  color: #fff;
  text-decoration: none;
}

ul.job_listings li.job_listing.job_position_featured{
  background-color: #fefee5;
}

.single_job_listing > div:first-child {
  display: flex;
  flex-direction: column;
}

.other-jobs-position {
  position: absolute !important;
  right: 240px;
}

.job-listing-meta{
  flex-direction: column;
  order:2;
}

.paragraph-limit {
  display: flex;
  width: 75%;
  flex-direction: column;
}

.single_job_listing .company img {
  height: inherit !important;
  position: relative !important;
  left: 0 !important;
}

.show-only-if-logged-in {
  display: none;
}

.footer-faq-link {
  display: none;
}

.logged-in .footer-faq-link {
  display: block;
}

.logged-in .show-only-if-logged-in {
  display: inherit !important;
  margin: 0;
  padding: 15px;
}

.logged-in .header-signin-link {
  display: none !important;
}

#wpadminbar {
  position: fixed !important;
}

.spinner {
  animation: spinner 1s infinite;
  font-size: 15px;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  margin-bottom: 0;
}

#editor-container {
  height: 350px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#editor {
  height: 100%;
  flex: 1;
  overflow-y: auto;
  width: 100%;
}

.loading-postal-code {
  position: absolute;
  right: 15px;
  bottom: 38px;
}

@keyframes spinner {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}


/* Menu items - end*/

.hidden {
  display: none;
}

.show {
  display: block !important;
}

.blur-background {
  filter: blur(3px);
}

.section {
  display: flex;
  flex-direction: column;
  padding: 90px 0;
  background: url(http://jobcareer.chimpgroup.com/jobstack/wp-content/uploads/jobs.png) no-repeat top;
  background-position: center !important;
}

.inputs-search {
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
}

div.job_listings div.container hr{
  margin: 0px;
}

.search_keywords,
.search_location {
  display: flex;
  flex-direction: column-reverse;
}

.search_keywords{
  width: 50%;
}

.search_location {
  width: 30%;
}

.search_keywords label,
.search_location label {
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #FFF;
}

:root{
  --banner-inputs-height: 55px;
}
.search_keywords input[type="text"] ,
.search_keywords input,
.search_location input,
.search_location select {
  padding-left: 45px;
  font-size: 18px;
  height: var(--banner-inputs-height);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search_location .select2-selection {
  border: 1px solid #cfd8dc !important;
  border-radius: 0px !important;
  height: var(--banner-inputs-height)!important;
  font-size: 13px !important;
}

div.search_location .select2-container {
  width: 100% !important;
}

div.search_location .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px !important;
}

.search_button input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: var(--banner-inputs-height);
  font-size: 18px !important;
}

.search_button {
  width: 20%;
  line-height: 55px;
  align-self: center;
}

.search_bar_icon{
  position: relative;
    top: 45px;
    left: 15px;
    transform: translateY(-50%);
    z-index: 2;
    fill: #4D6566;
    width: 18px;
    height: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px !important;
  font-size: 18px;
  padding-left: 45px !important;
}

.apresentation p {
  font: Normal 20px/28px "Varela Round", sans-serif !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #FFF;
  padding: 0 10px;
}

.alternate-email-configuration-input,
.link-redirect-configuration-input {
	margin-bottom: 32px;
}

.apply-form-field .apply-field,
.sign-in-fields .field,
.salary-content .field,
.status-content .field,
.expiration-date-content .field,
.alternate-email-configuration-input .field,
.link-redirect-configuration-input .field {
  border: 1px solid #cfd8dc !important;
  color: #333 !important;
  height: 44px !important;
  padding: 0 0 0 15px !important;
  width: 100% !important;
  font-size: 13px !important;
  border-radius: 5px !important;
  background-color: white !important;
  margin-bottom: 0px;
}

.search_keywords input::-webkit-input-placeholder {
  /* Edge */
  color: #8e8e8e !important;
}

.search_keywords input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8e8e8e !important;
}

.search_keywords input::placeholder {
  color: #8e8e8e !important;
}

.search_location .select2-selection__placeholder {
  color: #8e8e8e !important;
}


/*
.search_location .select2-selection--multiple {
    border: none !important;
}
.search_location ul{
    padding: 0px !important;
}

.search_location .select2-selection__clear{
    margin-right: 0px !important;
} */

.submit {
  background-color: #348ad3 !important;
  background-image: none;
  border: none !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400;
  min-height: 44px;
  width: 100%;
}

.job-details-search-jobs {
  text-align: center;
  padding-top: 11px;
}

.box {
  box-shadow: none;
  border: 1px solid #f2f2f2;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0 !important;
  border-radius: 0;
}

.box:last-child {
  border-bottom: 1px solid #f2f2f2;
}

.box-title {
  padding: 10px 20px 0;
  margin-bottom: 5px;
}

.box-title span {
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  font-weight: 600;
  text-transform: capitalize !important;
}

.box li {
  list-style: none;
  font-size: 12px;
  padding: 8px 0px !important;
  display: flex;
  align-items: center;
}

button {
  margin-bottom: 15px;
  border: 1px solid #1e73be;
  border-radius: 0px;
  font-size: 11px;
  line-height: 24px;
  text-transform: capitalize;
  background: #fff;
  color: #1e73be;
  cursor: pointer;
  padding: 0 6px;
  outline: none;
}

ul.job_listings li.job_listing .content-list {
  padding: 20px 0px 20px 0px;
  display: flex;
  line-height: 1.5em;
  border-bottom: 1px solid #f2f2f2;
}

ul.job_listings li.job_listing a:hover {
  background-color: #FFF;
}

ul.job_listings li.job_listing .content-list img.company_logo {
  width: 115px;
  height: 90px;
  position: initial;
  border: 1px solid #f2f2f2;
  margin-right: 0px;
  float: left;
  height: 100% !important;
}

ul.job_listings li.job_listing {
  border-bottom: none;
}

ul.job_listings li.job_listing .content-list div.location {
  float: none;
  text-align: left;
  width: 100%;
  padding: 0;
  text-transform: capitalize;
  font-size: 12px;
  color: #000;
  display: flex;
  justify-content: space-between;
  line-height: 1.5em;
	line-height: initial;
	margin-bottom: 10px;
}

ul.job_listings li.job_listing .content-list a.position h3 {
  font-size: 18px;
  color: #000;
  /* text-transform: uppercase; */
	margin-bottom: 8px;
}

ul.job_listings li.job_listing .content-list a.position .company {
  font-size: 12px;
  color: #000;
	line-height: initial;
	margin-bottom: 10px;
}

ul.job_listings li.job_listing .content-list a.position {
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  cursor: pointer;
}

.remote {
  margin-bottom: 10px !important;
  border: 1px solid #f2f2f2;
  padding: 10px 16px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.remote i {
  color: #a2a5aa;
}

.hybrid i {
  color: #a2a5aa;
}

.hybrid {
  margin-bottom: 10px !important;
  border: 1px solid #f2f2f2;
  padding: 10px 16px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 1000;
  display: none;
}

/* .tooltip-icon {
  position: relative;
}

.tooltip-icon::after {
  content: attr(title);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0s ease;
}

.tooltip-icon:hover::after {
  opacity: 1;
} */

.new {
  position: absolute;
  background: lightseagreen;
  width: 145px;
  font-size: 8px;
  color: #fff;
  text-align: center;
  transform: rotate(-30deg) translate(-112%, -372%);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.job_filters .job_types {
  background: none;
  border-top: none;
  zoom: 0;
  padding: 0;
  margin: 0;
}

.job_filters .job_types li {
  margin: 0;
  float: none;
  border-right: none;
}

/* ul.job_listings li.job_listing a .meta */

ul.job_listings li.job_listing .content-list a.position:focus {
  outline: none;
}

ul.job_listings li.job_listing .content-list a .meta {
  float: none;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

ul.job_listings li.job_listing .content-list .meta .job-type {
  font-weight: 500;
  font-size: 12px;
  color: #348AD3;
	margin: 0 8px 10px 0;
  border: 1px solid #348AD3;
  padding: 0 8px;
  border-radius: 5px;
}

ul.job_listings li.job_listing .content-list .meta .job-type.remote {
  color: #8ad334;
  border: 1px solid #8ad334;
}

.email-me-job {
  margin-bottom: 15px;
  border: 1px solid #1e73be;
  border-radius: 0px;
  font-size: 15px;
  line-height: 32px;
  text-transform: capitalize;
  background: #0725A8;
  color: #fff;
  cursor: pointer;
  padding: 0 14px;
  outline: none;
}

.company-logo-content {
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer;
  padding: 0 !important;
}

.company-logo-content:focus {
  outline: none;
  background: #FFF;
}

.hal-job-logo {
  width: 115px;
  height: 90px;
  float: left;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
	border-radius: 8px;
  font-size: 40px;
  border: 1px solid #f2f2f2;
}

.hal-job-logo-no-margin{
  margin-right: 0px !important;
}

.options {
  padding: 0 20px 10px;
  margin: 0;
}

.options input[type="radio"]:checked+label {
  font-weight: bold;
}

.publish-date {
  font-size: 11px;
  display: flex;
  color: #999;
	line-height: initial;
}

.publish-date.desktop {
  display: flex;
}
.publish-date.mobile {
  display: none;
}

.apply-now {
  width: 30%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.apply-now a {
  text-transform: uppercase;
  color: #FFF !important;
  border: 1px solid #0725a8 !important;
  font-weight: 500;
  font-size: 11px;
  padding: 2px 20px !important;
  cursor: pointer;
  transition: .3s;
  line-height: 2.2 !important;
  background-color: #0725A8 !important;
	border-radius: 5px;
}

button:hover {
  border-color: initial;
}

.search-input,
.job-listing-region-filter .select2-search__field {
  margin-bottom: 10px !important;
  border: 1px solid #f2f2f2 !important;
  padding: 10px 20px 10px !important;
  font-size: 13px !important;
  width: 100% !important;
}


/*
    Location search - overriding select2 default view
*/

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 100%;
  border-bottom: 0px;
  border-top: 0px;
  /* border-width: thin; */
  text-align: center;
  width: 20px;
  font-size: 20px;
  /* border-style: solid; */
}

.job-listing-region-filter .select2-selection--multiple {
  border: none !important;
}

.job-listing-region-filter ul {
  padding: 0px !important;
}

.job-listing-region-filter .select2-selection__clear {
  margin-right: 0px !important;
}

.job-listing-region-filter .select2-search {
  width: 100% !important;
}

.keywords-location {
  position: relative;
}

.keywords-location i {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #a2a5aa;
}

.location-icon {
  top: 16px !important;
}

.entry-title {
  font-weight: bold;
}

.job-details-content {
  font-family: 'Roboto', sans-serif;
  margin: 24px 0 50px 0;
  padding: 0;
}

.job-details-content>.column:first-child {
  margin: 0;
  padding: 0 24px 0 16px;
}

.job-details-content>.column:last-child {
  margin: 0;
  padding: 0 16px 0 24px;
}

.single_job_listing .apply-now-button:nth-child(odd) {
  border-bottom: none;
  margin: 48px 0px;
  padding: 0;
}

.single_job_listing .meta li,
a:visited,
.single_job_listing .meta .full-time,
.single_job_listing .meta .part-time,
.single_job_listing .meta .freelance,
.single_job_listing .meta .internship,
.single_job_listing .meta .temporary {
  background-color: #FFF;
  color: #666666;
  float: none;
  margin: 0;
  width: 50%;
  display: flex;
  line-height: 20px;
  align-items: center;
  padding: .5em .5em .5em 0;
}

.single_job_listing .meta .location:before {
  display: none;
}

.entry-title.title-item {
  margin: 0px 0px 16px;
  font-weight: 500;
  font-size: calc(20px + (36 - 20) * ((100vw - 370px) / (1600 - 370)));
}

.search_keywords.job-details,
.search_location.job-details {
  display: block;
  width: 40%;
}

.search_button.job-details {
  display: flex;
  align-items: flex-end;
  width: 20%;
}

.search_keywords.job-details label,
.search_location.job-details label {
  color: #666666;
  font-weight: bold;
}

.submit.job-details, .submit.signup-free {
  background-color: #0725A8 !important;
  border-radius: 5px;
}

.submit.signup-free {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-top: 24px;
}

.fas.fa-tag,
.fas.fa-briefcase,
.fas.fa-home.job-details,
.fas.fa-map-marker-alt.job-details {
  margin-right: 10px;
  color: #348AD3;
  width: 16px;
  height: 16px;
}

.single_job_listing .meta {
  width: 60%;
  display: flex;
  font-size: calc(14px + (16 - 14) * ((100vw - 370px) / (1600 - 370)));
  margin: 0;
}

.single_job_listing .company {
  width: 40%;
  display: flex;
  position: initial;
  border: none;
  padding: 0;
  margin: 0;
  clear: none;
  min-height: 0;
  box-shadow: none;
  box-sizing: inherit;
}

.apply-for-this-job {
  border-bottom: 1px solid rgba(153, 153, 153, .5);
  margin-bottom: 50px;
}

.apply-for-this-job button {
  background-color: #0725A8;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  padding: 16px;
  font-size: 14px;
  line-height: 1;
  margin: 28px 0 32px 0;
  border: 0;
}

.search-input-job-details {
  border-bottom: 1px solid #0725A8;
  padding-bottom: 24px;
  padding-top: 24px;
}
.job_description{
  word-break: break-word;
}

.description .info{
  height: 21px;
}

.job-description-title {
  margin-top: 24px;
  margin-bottom: 16px;  
}

.job-description-title span,
.additional-info .content-title {
  font-size: calc(18px + (32 - 18) * ((100vw - 370px) / (1600 - 370)));
  color: #4A4A4A;
}

p {
  font-size: calc(14px + (16 - 14) * ((100vw - 370px) / (1600 - 370)));
  text-align: justify;
}

.single_job_listing .company .name {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: calc(14px + (18 - 14) * ((100vw - 370px) / (1600 - 370)));
}

.single_job_listing .company .posted-by {
  margin: 6px 0;
  padding: 0;
  font-size: calc(12px + (16 - 12) * ((100vw - 370px) / (1600 - 370)));
}

.new-job-details {
  position: absolute;
  background: lightseagreen;
  width: 145px;
  font-size: 8px;
  color: #fff;
  text-align: center;
  transform: rotate(-30deg) translate(-115%, -710%);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.see-other-jobs {
  color: #348AD3 !important;
  font-size: calc(14px + (16 - 14) * ((100vw - 370px) / (1600 - 370)));
}

.company-name {
  color: #707070;
}

.date-posted.job-details time {
  color: #999999;
}

.single_job_listing .meta .date-posted:before {
  display: none;
}

.single_job_listing .job_description,
.job_description p:last-child {
  margin: 0;
}

.company.mobile {
  display: none;
}

.job-infos {
  display: flex;
}

.additional-info .job-listing-similiar {
  margin-bottom: 32px;
}

.additional-info .job-listing-similiar .job-title {
  padding-top: 8px;
}

.additional-info .job-listing-similiar .job-title span {
  font-size: calc(15px + (18 - 15) * ((100vw - 370px) / (1600 - 370)));
  color: #666666;
}

.additional-info .job-listing-similiar .job-location-company {
  display: flex;
  justify-content: space-between;
  padding: 0 0 8px 0;
  color: #999999;
  font-size: calc(14px + (16 - 14) * ((100vw - 370px) / (1600 - 370)));
  flex-direction: column-reverse;
}

.additional-info .job-listing-similiar .job-location-company span {
  display: flex;
  align-items: center;
}

.additional-info .job-listing-similiar .job-location-company span:last-child {
  padding: 8px 0;
}

.additional-info .job-listing-similiar .job-selected-similar {
  border-bottom: 1px solid rgba(153, 153, 153, .3)
}

.additional-info .job-listing-similiar .job-selected-similar:last-child {
  border-bottom: none;
}

.additional-info .categories {
  display: flex;
  justify-content: space-between;
  color: #348AD3;
}

.additional-info .categories span {
  font-size: calc(14px + (17 - 14) * ((100vw - 370px) / (1600 - 370)));
  padding: 4px 0;
}

.additional-info .categories span:nth-child(2) {
  opacity: .5;
}

.show-element {
  display: flex !important;
  flex-direction: column
}

.hide-element {
  display: none;
}

.apply-form-field {
  border: 1px solid rgba(153, 153, 153, .3);
  width: 100%;
  margin: 40px 0;
  display: none;
}

.apply-form-field h2 {
  margin: 24px 0;
  color: #0725A8;
  font-size: calc(18px + (32 - 18) * ((100vw - 370px) / (1600 - 370)));
}

.apply-form-field .form {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.apply-form-field .form label {
  font-size: calc(16px + (18 - 16) * ((100vw - 370px) / (1600 - 370)));
}

.apply-form-field .apply-field,
.sign-in-fields .field {
  margin: 12px 0 25px 0;
  font-size: calc(14px + (16 - 14) * ((100vw - 370px) / (1600 - 370)));
}

.sign-in-fields .field.block {
  background-color: rgba(240, 240, 240, .5) !important;
}

.applied-button {
  background-color: #00A69C !important;
  text-transform: capitalize !important;
}

#apply_success_container {
  font-family: 'Roboto', sans-serif;
  padding: 32px;
}

#apply_success_container h1 {
  color: #00A69C;
  font-size: 24px;
  margin-top: 0;
}

#apply_success_container span {
  color: #4A4A4A;
  font-size: 19px;
}

input[type='file'] {
  display: none;
}

.apply-field.file-field {
  background-color: #F1F0EF;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 75px;
}

.buttons {
  margin: 0 !important;
  font-size: calc(16px + (18 - 16) * ((100vw - 370px) / (1600 - 370)));
  display: flex;
  justify-content: center;
}

.buttons .cancel {
  background-color: #FFFFFF;
  border: 1px solid #0725A8;
  color: #0725A8;
  border-radius: 5px;
  width: 40%;
  margin-right: 8px;
}

.buttons .apply {
  background-color: #0725A8;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 5px;
  width: 40%;
}

.terms {
  text-align: center;
  width: 70%;
  margin: 24px auto;
  color: #999999;
  font-size: calc(14px + (16 - 14) * ((100vw - 370px) / (1600 - 370)));
}

.social-medias {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.social-medias i {
  font-size: 22px;
  color: #348AD3;
  padding: 0 8px;
  cursor: pointer;
  margin: 0 4px;
}

.terms-and-privacy {
  color: #348AD3;
  cursor: pointer;
  font-weight: 500;
}

.terms-and-privacy:hover {
  color: #348AD3;
}

.company-name-profile {
  font-weight: 500;
  font-size: calc(20px + (36 - 20) * ((100vw - 370px) / (1600 - 370)));
}

.company-infos {
  color: #666666;
  font-size: calc(14px + (16 - 14) * ((100vw - 370px) / (1600 - 370)));
  margin: 16px 0;
  flex-wrap: wrap;
}

.company-infos .new-info {
  display: flex;
  align-items: center;
}

.company-infos .new-info i {
  margin-right: 10px;
  color: #348AD3;
  width: 16px;
  height: 16px;
}

.logo-company-profile {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  top: 70%;
  left: 16px;
  border: 1px solid white;
}

.content-company-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-a-job-content {
  font-family: 'Roboto', sans-serif;
  margin: 32px 0;
}

.salary-range-item {
  display: none;
}

.steps {
  display: flex;
  justify-content: space-between;
  margin: 32px 0px 8px;
}

.steps .step {
  height: 5px;
  width: 100%;
  border-radius: 10px;
  margin: 0 8px;
  background-color: #999999;
  opacity: .3;
}

.step-progress {
  background-color: #348AD3 !important;
  opacity: 1 !important;
  transition: all 500ms ease-out;
}

.step-info span {
  color: #999999;
  font-size: 12px;
}

.step-title-content {
  display: flex;
  justify-content: space-between;
}

.step-title-content span {
  color: #4A4A4A;
  font-weight: bold;
  font-size: 32px;
}

#step-4 .step-title-content {
  margin-bottom: 10px;
}

.step-button {
  width: 25% !important;
  padding: 8px 0;
  font-size: 18px;
  text-transform: none;
  margin: 0;
	text-align: center;
}

.info-label-field {
  font-size: 12px;
  font-style: italic;
  margin-left: 4px;
}

.inputs-line {
  display: flex;
}

.inputs-line .input-line {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inputs-line .input-line:first-child {
  margin-right: 24px;
}

.step-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.step-section .step-title {
  font-size: 20px;
}

.step-section .description {
  font-size: 14px;
  color: #999999;
  margin: 4px 0px 0px;
}

.all-categories-content {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(153, 153, 153, .3);
  border-radius: 10px;
  height: 272px;
  overflow: auto;
  padding: 16px;
  margin-bottom: 24px;
}

.all-categories-content::-webkit-scrollbar {
  width: 6px;
}

.all-categories-content::-webkit-scrollbar-track {
  background: #EEEEEE;
}

.all-categories-content::-webkit-scrollbar-thumb {
  background: #A4A0A0;
}

.all-categories-content::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

.all-categories-content div {
  width: 33.3%;
  margin-bottom: 16px;
}

.all-categories-content div:last-child {
  margin-bottom: 0;
}

.all-categories-content [type="checkbox"]:not(:checked)+label:before,
.all-categories-content [type="checkbox"]:checked+label:before,
.job-types-content [type="checkbox"]:not(:checked)+label:before,
.job-types-content [type="checkbox"]:checked+label:before,
.salary-header [type="checkbox"]:not(:checked)+label:before,
.salary-header [type="checkbox"]:checked+label:before,
.remote-job-content [type="checkbox"]:not(:checked)+label:before,
.remote-job-content [type="checkbox"]:checked+label:before,
.salary-range-content [type="checkbox"]:not(:checked)+label:before,
.salary-range-content [type="checkbox"]:checked+label:before {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #4A4A4A !important;
  border-radius: 5px;
}

.all-categories-content [type="checkbox"]:not(:checked)+label:after,
.all-categories-content [type="checkbox"]:checked+label:after,
.job-types-content [type="checkbox"]:not(:checked)+label:after,
.job-types-content [type="checkbox"]:checked+label:after,
.salary-range-content [type="checkbox"]:not(:checked)+label:after,
.salary-range-content [type="checkbox"]:checked+label:after,
.remote-job-content [type="checkbox"]:not(:checked)+label:after,
.remote-job-content [type="checkbox"]:checked+label:after {
  width: 10px !important;
  height: 10px !important;
  background-color: #348AD3 !important;
}

.remote-job-content,
.salary-range-content {
  margin-top: 16px;
  display:flex;
  justify-content: start;
}

.remote-job-content div {
	margin-left: 20px;
}

#salary-range-content{
  margin-right: 20px;
}

.remote-job-content div:first-child,
.salary-range-content div:first-child {
	margin-left: 0px
}

.job-types-content {
  display: flex;
  justify-content: start;
}

.job-types-content div:first-child {
  margin-left: 0px;
}

.job-types-content div {
  margin: 0 8px;
}

.salary-content,
.status-content,
.expiration-date-content,
.expiration-date-header,
.expiration-date-content {
  display: flex;
}

.salary-fields {
  margin-right: 24px;
  width: 100%;
}

.salary-fields:last-child {
  margin-right: 0;
}

.salary-header {
  color: #666666;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.salary-header span {
  font-size: 20px;
}

.expiration-date-header {
  color: #666666;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.expiration-date-header span {
  font-size: 20px;
}

.description-job {
  font-size: 16px !important;
  margin-bottom: 16px;
}

.error-constrat {
  font-weight: bold;
  color: #FF6B6B !important;
}

.salary-fields .error-border,
.expiration-date-fields .error-border {
  border: 2px solid #FF6B6B !important;
}

.review-content {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
}

.review-content .review-title {
  font-size: calc(18px + (22 - 18) * ((100vw - 370px) / (1600 - 370)));
  font-weight: bold;
  color: #4A4A4A;
  margin-bottom: 8px;
}

.review-content .review-description {
  font-size: calc(15px + (18 - 15) * ((100vw - 370px) / (1600 - 370)));
  color: #666666;
}

#review-job-description ul,
#review-job-description p,
#review-job-description ol {
  font-size: calc(15px + (18 - 15) * ((100vw - 370px) / (1600 - 370))) !important;
  margin-bottom: 0;
}

#button_step_4_back {
  width: 50% !important;
  margin: 0;
}

.choose-plan-title {
  text-align: center;
  color: #4A4A4A;
  font-weight: bold;
  font-size: calc(20px + (32 - 20) * ((100vw - 370px) / (1600 - 370)));
}

.choose-plan-description {
  text-align: center;
  width: 86%;
  margin: 24px auto 16px;
  font-size: calc(16px + (20 - 16) * ((100vw - 370px) / (1600 - 370)));
}

.plans {
  display: flex;
  justify-content: center;
  margin: 0 !important;
}

.plan-card {
  border-radius: 5px;
  border: 1px solid rgba(153, 153, 153, .3);
  padding: 24px !important;
  transition: .3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-card:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  transform: scale(1.025);
}

.plan-card:nth-child(2n) {
  margin: 0 16px;
  border-top: 5px solid #348AD3;
}

.plan-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #666666;
}

.plan-header .plan-name,
.plan-per-month {
  font-size: calc(18px + (22 - 18) * ((100vw - 370px) / (1600 - 370)));
}

.plan-header .plan-price {
  font-size: calc(20px + (40 - 20) * ((100vw - 370px) / (1600 - 370)));
  font-weight: bold;
  margin: 24px 0;
}

.specific-info {
  margin-bottom: 16px;
  display: flex;
}

.specific-info i {
  color: #348AD3;
  margin-right: 8px;
  margin-top: 4px;
}

.buttons .plan {
  font-size: 15px;
  height: 42px;
  margin: 16px 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*--------------------------------------------------------------
# Radio Style
--------------------------------------------------------------*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #00a69c;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/*--------------------------------------------------------------
# Checkbox Style
--------------------------------------------------------------*/

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  display:none;
  /* position: absolute;
  left: -9999px; */
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-size: 13px;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background: #fff;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #00a69c;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.vacancy {
  display: flex;
  justify-content: space-between;
}

.vacancy span {
  color: #999;
}

.vacancy_filter{
  padding: 0 20px 10px;
  margin: 0;
}

ul.vacancy_filter ul.job_types li.vacancy span{
  display:none;
}

.vacancy.clear-categories{
  justify-content: flex-start;
  /* display: none; */
}

/* RSS hide */
.job_filters .showing_jobs{
  display:none !important;
}

/*--------------------------------------------------------------
# Alert email box
--------------------------------------------------------------*/

.email-box {
  background: #f5f7fa none repeat scroll 0 0;
  border: 1px solid #d6d6d6;
  border-radius: 0px;
  margin: 0 0 30px;
  display: none;
}

.email-title {
  padding: 10px 30px 0px 30px;
}

.email-box i {
  color: #1e73be;
  cursor: pointer;
}

.email-box h2 {
  font-size: 18px;
  font-weight: 600;
}

.close-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  padding-top: 8px;
}

.form {
  padding: 0 30px 30px 30px;
}

.form input {
  width: 38%;
  height: 42px;
  padding: 0 15px;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  font-size: 13px;
}

.form button {
  background: #0725A8;
  border: 0;
  color: #fff;
  font-size: 15px;
  height: 42px;
  margin: 0;
  padding: 0 15px;
  width: 20%;
  border-radius: 5px;
}

.newsletter-form .radios {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

.radios {
  padding: 16px 30px;
}

.radios span {
  margin-right: 10px;
}

.radios label {
  margin: 8px 0;
}

#bottomButtonEmailContainer{
  display: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
  box-shadow: 0px 1px 6px #00000029;
}

.main-navigation {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: none;
}

#menu-header-menu-1 {
  display: flex;
  align-items: center;
}

.menu-header-menu-1-container li {
  margin: 15px;
}

.menu-header-menu-1-container li a {
  color: #666666;
}

#menu-header-menu-1 ul {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

#menu-header-menu-1 ul li {
  border-bottom: 1px solid rgba(153, 153, 153, .3);
  padding-bottom: 8px;
  margin: 8px 12px;
}

#menu-header-menu-1 ul li:last-child {
  border-bottom: none;
}

.header-postajob-link a {
  color: #0725A8 !important;
  border: 1px solid rgba(153, 153, 153, .3);
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: bold;
}

#menu-header-menu-2 {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.sub-menu {
  list-style: none;
  margin-left: 8px;
}

.main-navigation ul li:hover>ul {
  left: -48% !important;
  top: 90%;
}

.main-navigation ul ul:after,
.main-navigation ul ul:before {
  content: '';
  display: block;
  position: absolute;
  left: 36%;
  width: 0;
  height: 0;
  border-style: solid;
}

.main-navigation ul ul:after {
  top: -20px;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
}

.main-navigation ul ul:before {
  top: -22px;
  border-color: transparent transparent #e8e8e8 transparent;
  border-width: 11px;
  left: 80px;
}

.newsletter-form{
  display: flex;
  flex-direction: column;
}

.modal-background {
  background-color: rgba(10, 10, 10, .5);
}

.modal-box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 1px 6px #00000029;
  color: #666666;
  display: block;
  padding: 30px;
  font-size: 16px;
}

.modal-box .modal-header {
  display: flex;
  justify-content: space-between;
}

.modal-box .title {
  font-size: 22px;
  color: #000000;
  margin-bottom: 1.0rem;
}

.modal-box hr {
  margin: 24px 0px;
}

.modal-box .modal-subtitle {
  margin-bottom: 20px;
  width: 90%;
  color: #000;
}

.modal-box .modal-form {
  width: 100%;
}

.modal-box .btn {
  font-size: 15px;
  height: 42px;
  margin: 0;
}

.modal-box i {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  font-size: 22px;
}

.agree-terms-signup {
  text-align: center;
}

.create-password,
.agree-terms-signup {
  color: #999999;
}

.forgot-password {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.sign-in-buttom {
  color: #348AD3;
  cursor: pointer;
}



#emailBox hr{
  display: none;
}

.send-email.sign-in-fields{
    padding-left: 30px;
    padding-right: 30px;
}

.send-email.sign-in-fields .buttons{
  place-content: start;
} 

.send-email.sign-in-fields .buttons .apply{
  height: 45px;
  width: 20%;
  font-size: 15px;
}

.sign-in-fields label,
.create-password,
.agree-terms-signup {
  font-size: 14px;
}

#signInError,
#signUpError,
#apply_form_error_message {
  display: none;
  text-align: center;
  margin-top: 24px;
  color: #FF6B6B;
}

.account-page-form fieldset legend {
  color: black;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
  /* background-image: url(../jobinix-job-board/job_manager/404-icon.svg); */
  background-color: #161D24;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background-size: cover;
}

.company-profile-img {
  background-image: url(../jobinix-job-board/job_manager/img/job-listing-company-profile.svg);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.update-account-img {
  background-image: url(../jobinix-job-board/job_manager/img/job-listing-update-account.svg);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.faq-help-img {
  background-image: url(../jobinix-job-board/job_manager/img/job-listing-faq-help.svg);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.site-footer:before,
.site-footer:after {
  content: none;
}

.footer-info span {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-footer-menu-quick-links-item-container,
.menu-footer-menu-partners-1-item-container,
.menu-footer-menu-partners-2-item-container,
.menu-footer-menu-connect-item-container {
  margin-top: 16px;
}

#menu-footer-menu-quick-links-item,
#menu-footer-menu-partners-1-item,
#menu-footer-menu-partners-2-item,
#menu-footer-menu-connect-item {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

#menu-footer-menu-quick-links-item a,
#menu-footer-menu-partners-1-item a,
#menu-footer-menu-partners-2-item a,
#menu-footer-menu-connect-item a {
  color: rgba(255, 255, 255, .8);
}

#menu-footer-menu-quick-links-item a:hover,
#menu-footer-menu-partners-1-item a:hover,
#menu-footer-menu-partners-2-item a:hover,
#menu-footer-menu-connect-item a:hover {
  text-decoration: underline;
}

#menu-footer-menu-quick-links-item li,
#menu-footer-menu-partners-1-item li,
#menu-footer-menu-partners-2-item li,
#menu-footer-menu-connect-item li {
  margin-bottom: 8px;
}

.footer-rights-reserved {
  background-color: #161D24;
  height: 60px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

.insert-logo {
  display: flex;
  justify-content: center;
}

.insert-logo img {
  object-fit: contain;
}

.insert-logo div {
  border: 3px dashed #909090;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  height: 100%;
  width: 100%;
  max-height: 200px;
  max-width: 200px;
  background-color: rgba(144, 144, 144, .3);
}

.back-to-top {
  cursor: pointer;
}

.back-to-top .fa-chevron-up.arrow-footer {
  margin-right: 10px;
}

.footer-content {
  margin: 0;
  padding: 40px 0;
  font-size: 14px;
}

.socials.mobile { 
	display: none;
}

.btn-icon-search {
	position: absolute;
	right: 10%;
	margin-top: 16px;
	color: #348AD3;
	transform: rotate(90deg);
}

input[type="submit"] {
  cursor: pointer;
  background-color: #0725A8;
  color: #FFFFFF;
  border-radius: 5px;
  height: 35px;
}

p.login-remember{
  display: none;
}

.policy-terms {
	margin: 24px 0;
	background-color: #fff;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.policy-terms .hal-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}

.policy-terms h1, 
.policy-terms h2,
.policy-terms h3,
.policy-terms h4,
.policy-terms h5,
.policy-terms h6 {
	font-weight: 600;
	margin-bottom: 8px;
}

.policy-terms h1 {
	font-size: 28px;
}

.policy-terms h2 {
	font-size: 26px;
}

.policy-terms h3 {
	font-size: 24px;
}

.policy-terms h4 {
	font-size: 22px;
}

.policy-terms h5 {
	font-size: 20px;
}

.policy-terms h6 {
	font-size: 18px;
}

.logo-company-header {
  max-width: 120px;
  max-height: 100px;
  margin: 6px 6px 2px;
  cursor: pointer;
}

/*--------------------------------------------------------------
# job-listings
--------------------------------------------------------------*/
.inside-content.notification{
  margin-bottom: 16px;
}
.inside-content.notification.warning{
  background-color: #fabcbc;
  color:#222222;
}

.info-job-mobile {
	display: none;
}

.feature-job-content-title {
	margin-left: 24px;
}

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
	width: 96%;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9 !important;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: inherit !important;
}

table.dataTable tbody tr {
	background-color: #ffffff !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: inherit !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	width: 100%;
	font-size: 15px;
}

table.dataTable>tbody>tr.child span {
	width: 50%;
	text-transform: capitalize;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
	display: flex;
	align-items: center;
}

table.dataTable {
	width: 100% !important;
}

.job-listings-content {
	background-color: #F4F4F4; 
	padding: 24px 0;
}

.content-background {
	background-color: #F4F4F4; 
	padding: 24px 0;
}

#jobs_table .sorting:first-child {
  background-image: none;
}

.inside-content {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #0000000D;
  border-radius: 10px;
}

.job-postings-length {
  display: flex;
  align-items: center;
  justify-content: space-between;
	margin: 0 0 24px;
}

.job-postings-length h1{
  margin: 0;
}

#jobs_table_filter {
  float: inherit !important;
  text-align: inherit !important;
  display: flex;
  margin-bottom: 16px;
}

#jobs_table_filter label{
	width: 100%;
}

#jobs_table_filter .select2-container {
  margin-left: 3px;
  margin-right: 4px;
}

#jobs_table_filter .select2-selection {
  border: 0.5px solid rgb(153, 153, 153, .5);
  border-radius: 10px;
  height: 36px;
}

#jobs_table_filter .select2-selection__rendered {
  line-height: 33px !important;
  padding: 0 20px;
}

#jobs_table_filter .select2-selection__placeholder {
  color: #666 !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 0.5px solid rgb(153, 153, 153, .5) !important;
  border-radius: 10px !important;
  height: 36px;
  padding-left: 16px !important;
}

table td {
  vertical-align: middle;
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgb(153, 153, 153, .5) !important;
  border: 1px solid rgb(153, 153, 153, .5);
  border-radius: 10px;
  padding: 8px 0;
}

table.dataTable thead th,
table.dataTable tbody td {
  padding: 16px;
  font-size: 16px;
}

table.dataTable thead th:first-child,
table.dataTable tbody td:first-child {
  padding: 16px;
  border-bottom: 0;
  font-size: 16px;
}

table.dataTable thead th {
  color: #212529;
}

table.dataTable tbody td {
  color: #455a64;
}

table.dataTable tbody tr:last-child td {
  border-bottom: none;
}

.job-checkbox [type="checkbox"]:not(:checked)+label:before,
.job-checkbox [type="checkbox"]:checked+label:before {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #4A4A4A !important;
  border-radius: 5px;
}

.job-checkbox [type="checkbox"]:not(:checked)+label:after,
.job-checkbox [type="checkbox"]:checked+label:after {
  width: 10px !important;
  height: 10px !important;
  background-color: #348AD3 !important;
  top: 6px !important;
  left: 6px !important;
}

.sorting_asc,
.sorting_desc {
  border-bottom: 1px solid #398bf7 !important;
}

.expired,
.publish,
.draft {
  text-transform: capitalize;
}

.expired {
  color: #FF5B31 !important;
}

.publish {
  color: #00A69C !important;
}

.draft {
  color:  #999999 !important;
}

.expired-circle,
.publish-circle,
.draft-circle {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  float: left;
  margin: 8px 8px 0 0;
}

.expired-circle, 
table.dataTable.dtr-inline.collapsed>tbody>tr.expired>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent.expired>td.dtr-control:before {
  background-color: #FF5B31 !important;
}

.publish-circle, 
table.dataTable.dtr-inline.collapsed>tbody>tr.publish>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent.publish>td.dtr-control:before {
  background-color: #00A69C !important;
}

.draft-circle,
table.dataTable.dtr-inline.collapsed>tbody>tr.draft>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent.draft>td.dtr-control:before {
  background-color: #999999;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.post-a-job-button {
  background-color: #0725A8 !important;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 16px;
  width: 20%;
  height: 40px;
  text-transform: none;
  margin: 0;
}

#delete-job-actions-container {
  display: none;
  padding: 16px;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  margin-bottom: 16px;
}

.number-content {
  text-align: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.number-content span:first-child{
  color: #0725A8;
  font-weight: bold;
}

.selected-job-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}

.delete-loading {
  position: initial !important;
}

.cancel-button {
  border-radius: 5px;
  border-color:  #999999;
  color: #999999;
  font-size: 16px;
  width: 20%;
  height: 40px;
  text-transform: none;
  margin: 0;
  margin-right: 16px;
}

.cancel-button.modal-btn {
  width: 45%;
}

.delete-button {
  border-radius: 5px;
  color: #FF5B31;
  border-color: #FF5B31;
  font-size: 16px;
  width: 20%;
  height: 40px;
  text-transform: none;
  margin: 0;
}

.delete-button.modal-btn{
  background-color: #FF5B31;
  color: #FFFFFF;
  width: 45%;
}

.th-auto-renew-title{
  color: #999999 !important;;
  font-weight: normal !important;
  font-size: 14px;
	display: none;
}

#publishOrRenewAJobModalContainer .job-expiration-date{
  width: 100%;
}

.activate-auto-renew-button, .activate-feature-job-button, .publish-or-renew-a-job-button{
  height: 46px;
  margin-top: -12px;
  border-radius: 5px;
  color: white;
  background-color: #0725A8 !important;
  font-size: 16px;
  width: 40%;
  height: 40px;
  text-transform: none;
  margin: 0;
}

.disable-job-renewal-button {
  border-radius: 5px;
  color: #FF5B31;
  border-color: #FF5B31;
  font-size: 16px;
  width: 20%;
  height: 40px;
  text-transform: none;
  margin: 0;
}

.disable-job-renewal-button.modal-btn{
  background-color: #FF5B31;
  color: #FFFFFF;
  width: 45%;
}

.self-renewal-job-button{
  height: 38px !important;
  background-color: #0725A8 !important;
  color: #FFFFFF;
  border-radius: 5px;
  border-color: #0725A8;
  font-size: 16px;
  width: 90%;
  height: 30px;
  text-transform: none;
  margin: 0;
}

.disable-self-renewal-job-button{
  height: 38px !important;
  background-color: #FF5B31;
  color: #FFFFFF;
  border-radius: 5px;
  border-color: #FF5B31;
  font-size: 16px;
  width: 90%;
  height: 30px;
  text-transform: none;
  margin: 0;
}

.auto-renewal {
  color: #000 !important;
  font-size: 15px !important;
  margin: 0px 35px 20px 35px !important;
}


.auto-renewal-cycle-select {
  width: 100%;
  border: 0.5px solid rgb(153, 153, 153, .5);
  border-radius: 10px;
  color: #666 !important;
  padding-left: 8px;
  height: 36px;
	background-color: #fff !important;
}

.auto-renewal-infos-content {
	margin: 0 35px;
}

.auto-renewal-infos {
  display: flex;
  border-bottom: 1px solid rgba(153, 153, 153, .3);
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}

.auto-renewal-infos .display-info {
  width: 50%;
  display: flex;
  align-items: center;
}

.auto-renewal-infos .info-1 {
  color: #000000;
}

.auto-renewal-infos .info-2 {
  color: #999999;
  font-size: 14px;
}

.feature-job-button{
  height: 38px !important;
  background-color:#0725A8 !important;
  color: #FFFFFF;
  border-radius: 5px;
  border-color: #0725A8 !important;
  font-size: 16px;
  width: 90%;
  text-transform: none;
  margin: 0;
}

#jobs_table .dropdown{
  margin-top: 2px
}

#jobs_table .dropdown, #jobs_table .dropdown-trigger{
  margin-top: 2px;
	width: 100%;
}

#jobs_table .dropdown button{
  height: 28px;
  margin-top: 0px;
	margin-bottom: 3px;
	width: 80%;
	justify-content: space-between;
}


.text-center{
  text-align: center;;
}

.dropdown-menu.job-listing {
  min-width: inherit !important;
}

a.dropdown-item.job-listing {
  width: inherit !important;
}

.bottom-info {
  margin-top: 0;
}

.bottom-info .content {
  border: 0.5px solid rgb(153, 153, 153, .5);
  border-radius: 10px;
  display: flex;
  padding: 24px;
  height: 100%;
}

.bottom-info .content .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bottom-info .content .description .info {
  color: #999999;
  font-size: 14px;
}

.bottom-info .content .description .info-title {
  font-size: 20px;
  color: #4A4A4A;
  margin: 4px 0;
}

.bottom-info .content .description .label {
  color: #999999;
  font-weight: normal;
}

.bottom-info .content .description .go-to {
  margin-top: 8px;
  color: #348AD3;
}


.expiration-stats,
.status-stats {
  flex-direction: column;
}

.image-feature-job {
  background-image: url(../jobinix-job-board/job_manager/img/feature-job.svg);
  width: 35%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.preview-info, .days-to-feature {
  width: 50%; 
  padding: 16px;
}

.preview-info .preview-title, .days-to-feature-title {
  display: block; 
  margin-bottom: 8px;
  font-size: 20px;
}

.preview-job-infos {
  display: flex;
  flex-direction: column;
}

.preview-job-infos .job-name {
  font-size: 18px;
  margin-bottom: 5px;
}

.preview-job-infos .job-region, .preview-job-infos .job-type, .preview-job-infos .job-category{
  font-size: 12px
}

.preview-job-infos .job-type {
  font-weight: 600;
  color: #0725a8;
}


.days-to-feature {
  border-left: 1px solid rgba(153, 153, 153, .3);
}

.modal-feature-content {
  margin: 32px 0;
  border: 1px solid rgba(153, 153, 153, .3);
  border-right: none;
  border-left: none;
  display: flex;
}

.all-days-to-feature [type="radio"]:not(:checked)+label:before,
.all-days-to-feature [type="radio"]:checked+label:before {
  width: 20px !important;
  height: 20px !important;
}

.all-days-to-feature [type="radio"]:not(:checked)+label:before {
  border: 1px solid #4A4A4A !important;
}

.all-days-to-feature [type="radio"]:checked+label:before {
  border: 2px solid #6C63FF !important;
}

.all-days-to-feature [type="radio"]:not(:checked)+label:after,
.all-days-to-feature [type="radio"]:checked+label:after {
  width: 10px !important;
  height: 10px !important;
  background-color: #6C63FF !important;
}

/*--------------------------------------------------------------
# checkout
--------------------------------------------------------------*/

.btn-view-jobs {
	display: flex; 
	justify-content: flex-end;
}

.upgrade-plan, .upgrade-plan p {
  text-align: center;
}

.selected-plan-header {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 0 0 !important;
}


.selected-plan-header p {
  font-size: 30px; 
  margin: 0;
}

.selected-plan-header h3 span {
  font-style: normal !important; 
  font-size: 18px !important;
}

#pmpro_level_cost strong {
  color: #999999;
}

#pmpro_billing_address_fields {
  margin: 0 !important;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.billing-address {
  border-right: 1px solid #ccc;
}

.is-4.checkout,
.billing-address {
  padding: 24px;
}

.checkout-field {
  border: 1px solid #cfd8dc !important;
  color: #333 !important;
  height: 44px !important;
  padding: 0 0 0 15px !important;
  width: 100% !important;
  border-radius: 10px !important;
  box-shadow: none;
  max-width: 100% !important;
  margin-bottom: 20px;
  margin-top: 5px;
}

form.pmpro_form label {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}

.pmpro_asterisk {
  display: none;
}

/*--------------------------------------------------------------
# invoice
--------------------------------------------------------------*/

.box-invoice {
  margin: 2% 5% 0 5%;
	padding: 10px;
}

.btn-account {
  color: #FFFFFF !important;
  padding: 10px 25px !important;
  background-color: #0725A8 !important;
  border-radius: 5px !important;
}

/*--------------------------------------------------------------
# Account
--------------------------------------------------------------*/

#pmpro_account {
  /* margin: 2% 5%; */
  /* padding: 0% 5%; */
  /* width: 85vw; */
	display: flex;
	flex-direction: column;
}

#pmpro_account .pmpro_box,
.pmpro_form_fieldset {
  /* border-top: none; */
	padding: 24px 16px;
	margin: 0;
	border: 1px solid rgb(153, 153, 153, .5);
	border-radius: 10px;
}

.pmpro_form_fieldset legend {
  display: none;
}

#pmpro_account .pmpro_box ul {
	margin: 0 0 24px 0;
	list-style: none;
}

#pmpro_account .pmpro_box ul li {
	margin-bottom: 8px;
	color: #666665;
	font-size: 20px;
}

.pmpro_actionlinks {
	display: flex;
	margin: 0;
	color: #fff;
}

#pmpro_actionlink-renew{
  display: none;
}

.pmpro_actionlinks #pmpro_actionlink-profile,
.pmpro_actionlinks #pmpro_actionlink-change-password,
.pmpro_actionlinks #pmpro_actionlink-change,
.pmpro_actionlinks #pmpro_actionlink-cancel {
  text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 309px;
	height: 48px;
	border: 1px solid #0725A8;
	border-radius: 5px;
	color: #0725A8;
	margin-right: 16px;
	font-size: 16px;
}

.pmpro_actionlinks #pmpro_actionlink-cancel {
	border: 1px solid #FF5B31 !important;
	color: #FF5B31 !important;
}


#pmpro_account p {
  font-size: 16px;
}

#pmpro_account h3{
  font-size: 24px !important; 
  font-weight: bold;
  padding-bottom: 16px !important;
	color: #4A4A4A;
}

#pmpro_account-invoices h3 {
  font-size: 20px; 
  font-weight: bold;
  padding-bottom: 8px !important;
}

#pmpro_actionlink-levels {
  display: none;
  color: #FFFFFF !important;
  padding: 5px 25px !important;
  background-color: #0725A8 !important;
  border-radius: 5px !important;
}

.pmpro_account-membership-levelfee p{
  margin-top: 0 !important;
}

.pmpro_account-membership-levelname {
  padding-top: 8px;
}

.pmpro_table {
  margin-bottom: 0 !important;
}

#pmpro_account-profile p,
#pmpro_account-links,
.pmpro_actionlinks #pmpro_actionlink-logout {
  display: none;
}

.pmpro_account-membership-levelname {
  text-transform: capitalize;
}

#pmpro_account-membership table .pmpro_account-membership-levelname,
#pmpro_account-membership table .pmpro_account-membership-levelfee p strong,
#pmpro_account-membership table .pmpro_account-membership-expiration {
	font-size: 20px;
	color: #666666;
	font-weight: 400;
}

#pmpro_account #pmpro_account-invoices {
	border: 1px solid rgb(153, 153, 153, .5);
	border-radius: 10px;
}

#pmpro_account #pmpro_account-membership {
	position: relative;
}

.pmpro_account-membership-levelname .pmpro_actionlinks {
	position: absolute;
	bottom: 24px;
}

#pmpro_account-invoices table tbody tr:last-child {
  border-bottom: none;
  line-height: 48px;
}

#pmpro_account-invoices table tr {
  border-bottom: 1px solid rgb(153, 153, 153, .5);;
  line-height: 48px;
}

#pmpro_account-invoices table thead tr,
#pmpro_account-invoices table tr:last-child {
  border: none !important;
}

#pmpro_account-invoices table tr td a{
  color: #348AD3;
	text-decoration: underline;
}

#pmpro_account-invoices table tbody {
	font-size: 18px;
}

#pmpro_account-invoices table tbody tr td:nth-child(2) {
  text-transform: capitalize;
}

#pmpro_account-links {
  margin-top: 0 !important;
}

.pmpro_member_profile_edit_wrap, .pmpro_change_password_wrap {
	padding: 24px;
	border: 1px solid rgb(153, 153, 153, .5); 
	border-radius: 10px;
  margin-bottom: 0px;
}

input[type="text"],
input[type="email"],
form.pmpro_form .input,
form.pmpro_form textarea, 
form.pmpro_form select, 
#loginform input[type=text], #loginform input[type=password] {
	border: 1px solid #cfd8dc;
	color: #333;
	height: 44px;
	padding: 0 0 0 15px;
	width: 100%;
	font-size: 13px;
	border-radius: 5px;
	background-color: white;
	max-width: 100%;
	box-shadow: none;
  margin-bottom: 20px;
}



.login-username {
  text-align: left;
}

.pmpro_form_field-password-toggle {
  display: none;
}

form.pmpro_form .lite, .pmpro_submit hr {
	display: none;
}

.pmpro_form_submit,
form.pmpro_form .pmpro_submit {
      margin-top: 24px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      max-width: 90%;
}

button[type="submit"],
.pmpro_submit input[type=submit] {
	background-color: #0725A8;
	color: #FFFFFF;
	border-radius: 5px;
	height: 37px;  
  width:40%;
  font-size: 16px;
  font-family:'Roboto';
}

.pmpro_message.pmpro_success a{
display: none;
}

.pmpro_form_field-display_name{
  margin-bottom: 15px;
}

.pmpro_btn[disabled]{
   opacity: 1;
}

button[type="button"],
.pmpro_submit input[type=button],
.pmpro_submit input[type=button]:hover {
	background-color: #FFFFFF;
	color: #0725A8;
	border: 1px solid #0725A8;
	text-decoration: none;
	border-radius: 5px;
	height: 37px;  
	width: 40%;
  font-size: 16px;
  font-family:'Roboto';
}

.pmpro_invoice_wrap .content-wrap,
.pmpro_invoice_wrap .pmpro_invoice_details{
	padding: 24px 16px;
	margin: 0 0 24px;
	border: 1px solid rgb(153, 153, 153, .5);
	border-radius: 10px;
}

.pmpro_invoice_wrap .content-wrap h3{
	font-size: 24px !important;
	font-weight: bold;
	padding-bottom: 16px !important;
	color: #4A4A4A;
}

.pmpro_invoice_wrap .pmpro_actions_nav-left{
	display: none;
}

.pmpro_invoice_wrap ul{
	margin: 0 0 0 0;
	list-style: none;
}

.pmpro_invoice_wrap ul li{
	margin-bottom: 8px;
	color: #666665;
	font-size: 20px;
}

.pmpro_invoice_wrap .pmpro_invoice_details p{
  color: #666665;
  font-size: 20px;
  text-align: left;
}

#pmpro_btn-submit-paypalexpress {
  line-height:0px; 
  font-size:0px; 
  border-radius:50px; 
  display:inline-block; 
  border:2px solid #003087; 
  font-weight:500; 
  text-align:center; 
  text-decoration:none; 
  min-width:150px; 
  background-color:#ffffff; 
  color:#ffffff;
}

/* account finished */

#company_logo_file{
  display : none;
}

.company_logo {
  height: 100% !important;
}

.company_banner_upload_error {
  top: 102%;
  position: relative;
  float: right;
  font-weight: bold;
  color: #FF6B6B;
  cursor: auto;
}

.hide-message {
  display: none;
}

.logo-company-banner{
  position: relative;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 3px rgba(0,0,0,.2);
  width: 100%;
  height: 226px;
  margin-bottom: 80px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.edit-banner::before, .edit-img-profile::before {
  font-family: "Font Awesome 5 Free";
  background-color: rgb(0, 0, 0, .5);
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '\f030';
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 900;
}

.browser-jobs {
  margin: 32px 0;
}

.browser-jobs .title {
  font-size: 32px;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: inherit;
}

.browser-jobs .list-category {
  display: flex; 
  flex-wrap: wrap;
}

.browser-jobs .subtitle {
  font-size: 16px;
  color: #4A4A4A;
  text-align: center;
}

.browser-jobs .category {
  width: 22%;
  border: 1px solid #9999;
  border-radius: 5px;
  border-left: 5px solid #348AD3;
  margin-bottom: 16px;
  cursor: pointer;
  margin-right: 3%;
}

.browser-jobs .category .name {
  display: flex;
  justify-content: space-between;
  padding: 5px 16px;
  align-items: center;
}

.browser-jobs .category .number-positions {
  background-color: rgb(153, 153, 153, .1);
  padding: 5px 16px;
}

.browser-jobs .category .position-text {
  color: #999999;
  font-size: 14px;
}

.browser-jobs .category i {
  font-size: 10px;
  color: #999999;
}

.browser-jobs .see-more-btn, .browser-jobs .see-more-categories {
  text-align: center;
  font-weight: bold;
  color: #348AD3;
  cursor: pointer;
  margin: 24px 0;
}

.margin-search-form {
	margin: 8px 0 24px;
}

.searchInput {
	margin-bottom: 24px;
}

/* BlogInput */
#searchSmallInput{
  padding: 3px;
  font-size: 1rem;
  border-radius: 3px;
  margin-bottom: 0px;
}

.recent-posts.space{
	margin: 24px 0;
}

.recent-posts .title{
  color: #4A4A4A;
  font-weight: bold;
  font-size: 24px;
}

.recent-posts .all-posts .main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recent-posts .all-posts .main .title {
  font-size: 32px;
  text-transform: uppercase;
  color: #4A4A4A;
  font-weight: 600; 
  margin-bottom: 6px;
}

.recent-posts .all-posts .main .description {
  margin: 0;
}

.recent-posts .all-posts .search-and-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
}

.recent-posts .all-posts .search-and-socials .socials a{
  margin-right: 8px;
  font-size: 20px;
  color: #348AD3;
}

.recent-posts .all-posts .search-and-socials .search {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .5s;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 8px;
}

.post-content {
	margin: 12px 0;
}

.recent-posts .all-posts .search-and-socials .search:hover {
  border: 1px solid grey;
  padding-right: 40px;
}

.recent-posts .all-posts .search-and-socials .search i {
  transform: rotate(90deg); 
  margin-right: 8px;
}

.recent-posts .all-posts .search-and-socials .search input {
  border: none;
	width: 80px;
}

.post-thumbnail-content {
  overflow: hidden;
  position: relative; 
  height: 140px;
  border-radius: 5px;
}

.recent-posts .post-details .post-with-thumbnail {
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: initial;
  height: 100%;
  transition: all 1s;
}

/* .recent-posts .post-details .post-with-thumbnail:hover {
  transform: scale(1.15);
} */

.recent-posts .post-details .post-no-thumbnail {
  border-radius: 5px;
  height: 140px; 
  background-color: rgba(153, 153, 153, .1);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recent-posts .post-details .post-no-thumbnail:hover i {
  transform: scale(1.15);
}

.recent-posts .post-details .post-no-thumbnail i{
  position: absolute;
  font-size: 32px;
  color: #348AD3;
  transition: all 1s;
}

.recent-posts .post-details .date-post{
  display: flex; 
  justify-content: space-between; 
  margin-top: 6px;
}

.recent-posts .post-details .date-post p{
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.recent-posts .post-title{
  font-size: 24px;
  color: #000000;
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
}

.recent-posts .post-description, .recent-posts .post-description p {
  font-size: 14px;
  color: #000000;
  margin: 0;
}

.recent-posts button{
  margin: 16px 0 0;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 16px;
  text-transform: inherit;
}

.increase-visibility {
  font-size: 32px;
  text-align: center;
  width: 70%;
  margin: 50px auto;
  color: #4A4A4A;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-search-result {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.text-search-result.faq {
	margin: 24px 0 32px 0;
}

.search-form {
  display: flex;
  justify-content: space-between;
}

.search-form label{
  width: 80%;
}

.search-form input[type='search'] {
  padding-left: 12px !important;
}

.search-field {
  width: 100%;
  height: 48px;
  font-size: 18px;
  border-radius: 5px !important;
}

.search-field:focus {
  width: 100%;
  height: 48px;
  font-size: 18px;
  border-radius: 5px !important;
}

.search-submit {
  height: 48px;
  width: 18%;
  border-radius: 5px !important;
  background-color: transparent !important;
  border-color: #348AD3 !important;
  font-size: 18px !important;
  color: #348AD3 !important;
  cursor: pointer;
}

.no-result-post {
  width: 100%;
  height: 309px;
  background-color: rgba(153, 153, 153, .2);
  margin-bottom: 24px;display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.no-result-post.faq{
  margin: 24px 0;
}

.no-result-post p{
  margin: 0;
  color: #999999;
  font-size: 18px;
}

.no-result-post p:first-child{
  margin-bottom: 12px;
  color: #4A4A4A;
}

.post-details-content {
	margin: 24px 0 32px;
}

.search-form-content-none {
	margin-bottom: 24px;
}

*,*:focus,*:hover{
  outline:none;
}

#filtersMobile, #filtersNumber {
	display: none;
}

#filterLabel {
	color: #348AD3;
	font-size: 14px;
}

#filtersMobile div{
	display: flex;
	justify-content: space-between;
	margin: 0 16px;
	padding-bottom: 8px;
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
}

#filtersMobile div span:first-child{
	font-weight: bold;
}

.page-jobs {
	margin-bottom: 10px;
}

/* FAQ */

.faq-posts-mobile {
	display: none;
	font-size: 24px !important;
	margin-top: 32px;
}

.faq-apresentation {
	background-color: #5D6769;
	height: 261px;
}

.featured-post-faq {
	margin-top: 24px;
	align-items: center;
}

.featured-post-faq button {
	margin: 16px 0 0;
	border-radius: 3px;
	font-size: 16px;
	padding: 5px 16px;
	text-transform: inherit;
}

.featured-post-faq .post-title{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 12px;
	display: block;
}

.featured-post-faq .post-no-thumbnail{
	border-radius: 5px;
	background-color: rgba(153, 153, 153, .1);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 220px;
}

.featured-post-faq .post-thumbnail-content{
	height: 220px;
}

.featured-post-faq .post-with-thumbnail{
	background-repeat: no-repeat; 
  background-size: cover;
  background-position: initial;
  height: 100%;
  transition: all 1s;
}

/* .featured-post-faq .post-with-thumbnail:hover {
  transform: scale(1.15);
} */

.faq-helper p {
	color: #fff;
	font-size: 28px;
	margin-bottom: 0;
}

.faq-helper p:first-child {
	font-size: 32px;
}

.faq-img {
	background-image: url(../jobinix-job-board/job_manager/img/faq-img.svg);
	height: 250px;
	width: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#searchform {
	display: flex;
	margin: 24px 0;
}

#searchform input[type='search']{
	background-color: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px !important;
	width: 90%;
}

#searchform input[type='search']::placeholder{
	color: rgba(255, 255, 255, .8);
}

#searchform input[type='submit'] {
	color: #fff !important;
	border: none !important;
	background: transparent;
}

.faq .btn-icon-search {
	position: absolute;
	right: 40px;
	margin-top: 16px;
	color: #fff;
	transform: rotate(90deg);
}

.faq-search-button {
	margin: 0 !important;
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	border-bottom: 1px solid #fff !important;
	font-size: 16px !important;
}

.icon-faq-search {
	position: relative !important;
	margin: 0 !important;
	color: #fff !important;
	transform: inherit !important;
}

table.dataTable thead th, table.dataTable thead td {
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
}

.custom_paginate_link_class {
  display: flex;
  justify-content: center;
  padding-bottom: 2em;
  line-height: 1;
}

.custom_paginate_link_class a{
  padding: 0.5em;
  border: 1px solid #eee;
  text-decoration: none;
  color: #3273dc;
}

.custom_paginate_link_class span {
  background: #eee;
  color: #888;
  padding: 0.5em;
  align-items: center;
  border: 1px solid #eee;
}

.custom_paginate_link_class a:hover {
  background: #eee;
  color: #888;
}

.custom_paginate_link_class .dots {
  background-color: white;
}

/* QUILL EDITOR CLASSES */

.ql-container {
  height: 90% !important;
}

.ql-size-small {
  font-size: 0.75em !important;
}

.ql-size-large {
  font-size: 1.5em !important;
}

.ql-size-huge {
  font-size: 2.5em !important;
}

.ql-align-center {
  text-align: center !important;
}

.ql-align-justify {
  text-align: justify !important;
}

.ql-align-right {
  text-align: right !important;
}

.ql-editor sup {
  vertical-align: super !important;
}
.ql-editor sub {
  vertical-align: sub !important;
}

/* pagination */
#content nav.job-manager-pagination { 
  display: flex;
  flex-direction: column;
  padding-top:0em;
}

#content nav.job-manager-pagination ul, nav.job-manager-pagination ul {
  align-self: center;
  margin-bottom: 10px;
}

.showing-pages-job-listings span:first-child {
  padding-left: 0;
}

.showing-pages-job-listings {
  display: flex;
  align-items: center;
  margin: 8px 0 0 4px;
}

.showing-pages-job-listings span {
  background: none;
  color: black;
  align-items: center;
  border: none;
  padding: 0 6px;
}

#jobs_table_info {
  display: none;
}

/* Target the control button in the last column */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:last-child::before {
  content: ''; /* Removes the default content */
  position: absolute;
  right: 10px; /* Moves the control to the right */
  width: 20px;
  height: 20px;
}

/* Prevents it from appearing on the left side */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before {
  display: none; /* Hides the left control */
}

/* RESET PASSWORD FORM */ 

#resetpasswordform {
  padding: 16px;
  width: 29em;
  height: 22em;
  box-shadow: 0px 1px 20px #00000029;
  margin: 10% auto;
}

#somfrp_user_info {
  width: 100% !important;
}

#reset-pass-submit {
  background-color: #0725A8;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 5px;
  width: 15em;
  height: 2.5em;
}

.lostpassword-submit {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.close-modal-btn {
  display: flex; 
  justify-content: flex-end;
}

.no-margin {
  margin-bottom: 2em;
}

#som_new_user_pass {
  width: 25em !important;
}

#som_new_user_pass_again {
  width: 25em !important;
}

#lostpasswordform fieldset {
  margin: 10% auto;
  width: 40%;
  padding: 16px;
  box-shadow: 0px 1px 6px #00000029;
}

#forgotPasswordModal fieldset {
  margin: 0;
  width: 100%;
  padding: 0;
  box-shadow: none;
}

/* *Custom Integration Form */
/* Container for input fields */
.input-container {
  position: relative;
  /* margin-bottom: 20px; */
}

/* Style the input fields */
.input-container input,
.input-container textarea {
  width: 100%;
  padding: 12px 10px 12px 10px; /* Adjust padding for space */
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s, padding-top 0.3s;
}

/* Style for the labels (floating effect) */
.input-container label {
  font-size: 13px;
  position: absolute;
  top: 35%;
  left: 10px;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
  transition: 0.2s ease all;
  background: #fff; /* Background to overlap input border */
  padding: 0 5px; /* Padding to create the cutout effect */
}

.input-container .textarea-label{
  top: 19%;
}

/* Move label when input is focused or not empty */
.input-container input:focus + label,
.input-container textarea:focus + label,
.input-container input:not(:placeholder-shown) + label,
.input-container textarea:not(:placeholder-shown) + label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #007bff;
  transform: translateY(0); /* Adjust transform for label position */
}

/* Error state */
.input-container input.error,
.input-container textarea.error {
  border-color: red; /* Error state color */
}

.input-container input.error + label,
.input-container textarea.error + label {
  color: red; /* Error state for the label */
}


.custom-integration-fields textarea.field.message {
  height: 90px;
  overflow: hidden;
  max-height: 200px;
}

.custom-integration-label{
  color: #757575;
  font-size: 11px;
  margin-bottom: 15px;

}
.form-side-by-side{
  padding-top: 36px;
  border-top: 1px solid rgb(218, 220, 224);
  display: flex;
  flex-direction: row;
}

.custom-integration-logo{
  text-align: center;
}
.custom-integration-logo img{
  max-width: 30%;
}

.custom-integration-fields{
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}
.custom-integration-fields .field{
  border: 1px solid #cfd8dc !important;
  color: #333 !important;
  height: 44px;
  padding: 16px 16px;
  width: 100% !important; 
  font-size: 13px !important;
  border-radius: 5px !important;
  background-color: white !important;
  margin: 0 0 20px;
}

/*--------------------------------------------------------------
# Media query's
--------------------------------------------------------------*/

@media (min-width: 2551px) and (max-width: 3000px) {
  .other-jobs-position {
    right: 700px;
    width: 30% !important;
  }
}

@media (min-width: 2301px) and (max-width: 2550px) {
  .other-jobs-position {
    right: 600px;
    width: 30% !important;
  }
}

@media (min-width: 2200px) and (max-width: 2300px) {
  .paragraph-limit {
    margin-left: 8px;
  }
  .other-jobs-position {
    position: absolute !important;
    right: 500px;
    display: flex !important;
    flex-direction: none;
    width: 30% !important;
  }
  .paragraph-limit {
    display: flex;
    width: 85%;
    flex-direction: column;
  }
}

@media (min-width: 1721px) and (max-width: 2200px) { 
  .paragraph-limit {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 8px;
  }
  .other-jobs-position {
    position: absolute !important;
    right: 390px;
    display: flex !important;
    flex-direction: column;
    width: 30% !important;
  }
  .company-name, .posted-by, .see-other-jobs {
    font-size: 18px;
  }
  .single_job_listing .company.desktop {
    width: 30%;
  }
}

@media (min-width: 1480px) {
  .container {
    max-width: 85vw;
    width: 85vw;
  }
}

@media (min-width: 1281px) and (max-width: 1720px) {
  .form-side-by-side{
    width:920px;
  }
  .custom-integration-fields{
    width: 526.662px;
  }
  .custom-integration-fields-info{
    width: 649.338px
  }

  .other-jobs-position {
    width: 100% !important;
    position: relative !important;
    right: 0;
    margin-top: 8px !important;
  }
  .paragraph-limit {
    display: flex;
    width: 100%;
    margin-left: 8px;
    flex-direction: column;
    align-self: center;
  }
  .company-name {
    font-size: 18px;
  }
  .posted-by, .see-other-jobs {
    font-size: 14px;
  }
  .other-jobs-position {
    position: relative !important;
    right: 0;
  }

  .single_job_listing .company.desktop .name {
    padding: 0;
  }
}

@media screen and (min-width: 1088px) {
  .container.page-format{
    max-width: 960px !important;
  }
}

@media screen and (max-width: 1280px) {
  .form-side-by-side{
    width:594px;
  }
  .custom-integration-fields{
    width: 336.5px;
  }
  .custom-integration-fields-info{
    width: 233.5px
  }

  .single_job_listing .company.desktop {
    width: 100%;
    margin: 8px 0;
  }
  .paragraph-limit {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
  .single_job_listing .company.desktop .hal-job-logo {
    margin: 0;
  }
  .new-job-details {
    transform: rotate(-30deg) translate(-104%, -630%);
  }
  .single_job_listing .company.desktop .name {
    padding-top: 6px;
    font-size: 15px;
  }
  .company-name-profile {
    margin-top: 24px;
  }
  .company-name {
    font-size: 18px;
  }
  .posted-by, .see-other-jobs {
    font-size: calc(12px + (16 - 12) * ((100vw - 370px) / (1600 - 370)));
  }

  p.name i.fas.fa-briefcase {
    margin-right: 2px;
}

  .other-jobs-position {
    position: relative !important;
    right: 0;
  }
  /* .post-a-job-content {
    padding: 0 24px;
  } */
  .plan-header .plan-price {
    display: block;
    width: 130px;
    margin: 16px auto;
  }

  table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
    left: 900px
  }

  table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control{
    padding-left: 16px;
  }

}

@media screen and (max-width: 1090px) {
	.container {
		padding: 0 16px;
	}

  table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
    left:calc(100vw - 103px)
  }

  table.dataTable.display tbody tr td:nth-child(6){
    padding-right:30px
  }

	table.dataTable thead th:first-child {
		border-bottom: 1px solid #111 !important;
		/* padding: 10px 18px !important; */
    padding-top: 5px;
	}

	table.dataTable thead th:first-child, table.dataTable tbody td:first-child,
	table.dataTable thead th, table.dataTable tbody td {
		font-size: 15px !important;
	}

	table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, 
  table.dataTable.dtr-inline.collapsed>tbody>tr>th.child, 
  table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
		padding-left: 16px !important;
	}
}

@media only screen and (max-width: 768px) {
  .search_keywords,
  .search_location {
    width: 100%;
  }

  .search_keywords input[type="text"], .search_keywords input, .search_location input, .search_location select {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0px;
  }

  .search_location .select2-selection {
    border-radius: 5px !important;
  }

  .search_button input[type="submit"] {
    margin-top: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .inputs-search {
    flex-direction: column;
  }

  .search_keywords {
    width: 100%;
  }

  .select2-container {
    width: 100% !important;
  }

  .search_button {
    width: 100%;
    line-height: 55px;
    align-self: center;
  }

  #emailBox hr{
    display: block;
  }

  .send-email.sign-in-fields {
    padding-left: 0px;
    padding-right: 0px;
  }

  .newsletter-form  .radios {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .form-side-by-side {
    padding-top: 0px;
  }

  .contact-us-content .create-ticket {
    font-size: 20px;
  }

  .inside-content.notification {
    margin-bottom: -44px;
  }

  .contact-us-content .title{
    font-size: 24px;
  }

  .custom-integration-logo img {
    max-width: 40%;
  }

  .contact-us-content .description {
    display: none;
  }

  .form-side-by-side{
    flex-direction: column !important;
    width:319.2px !important;
  }

  .custom-integration-fields {
    width: 100%;
    order: 2;
  }

  .custom-integration-fields-info {
    width:100%;
    order:1;
  }

  .title{
    text-align: start;
  }

  .recent-posts .post-description p {
    font-size: 12px !important;
    margin-bottom: 1.5em !important ;
  }

  .recent-posts .post-title {
    font-size: 18px !important;
}

  .pmpro_table tbody tr th, .pmpro_table tbody tr td, .pmpro_table tfoot tr td {
    display: table-cell;
  }

  .pmpro_table tbody tr th::before, .pmpro_table tbody tr td::before, .pmpro_table tfoot tr td::before {
    content: attr(data-title) "";
  }

  #pmpro_cancel{
    width: 100% !important;
  }

  #pmpro_cancel a,
  #pmpro_cancel input{
    font-size: 11px !important;
  }

  #bottomButtonEmail,
  #buttonEmail{
    width: 100%;
  }

  .remote {
    margin-top: 8px;
  }

  .hal-job-logo {
    max-width: 65px;
    height: auto;
  }

	.form.send-email {
		height: 58%;
    padding-bottom: 0;
    justify-content: space-between;
	}
	
  ul.job_listings li.job_listing .content-list img.company_logo {
    visibility: visible;
  }
  .job-detatils-step-4 {
    width: 25%;
  }
  .column.plan-card {
    padding: 24px !important;
  }
  .form input {
    width: 50%;
  }
  /* .search-input-job-details {
    padding: 24px;
  } */
  .column.review-content {
    padding: 0 12px !important;
  }
  /* .column {
    padding: 0 24px !important;
  } */
  .address-lines {
    flex-direction: column;
  }
  .address-lines .address-line {
    width: 100%;
  }
  .address-lines .address-line:first-child {
    margin-right: 0;
  }
  .company-name-profile {
    margin-top: 36px;
  }
  .company-infos .new-info {
    padding: 10px 0px !important;
  }
  .single_job_listing .meta {
    width: 100%;
  }
  
  .company.mobile {
    display: flex;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .new-job-details {
    transform: rotate(-30deg) translate(-115%, -710%);
  }
  .company.mobile .company-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
  }

  .single_job_listing .company .name {
    font-size: calc(16px + (20 - 16) * ((100vw - 370px) / (1600 - 370)));
  }
  .buttons {
    flex-direction: column-reverse;
  }
  .buttons .cancel,
  .buttons .apply {
    width: 100% !important;
    margin: 8px 0;
  }
  .terms {
    width: 100%;
  }
  .jobs-from-company {
    margin-top: 24px !important;
  }
  .footer-info {
    margin-top: 25px;
  }
  .hide-on-mobile {
    display: none;
  }
  .footer-rights-reserved {
    height: auto;
  }
  .footer-rights-reserved .column {
    text-align: center;
    margin: 20px 0;
  }
  .insert-logo div {
    height: 100px;
  }
  .partners-1-footer {
    order: 1;
  }
  .partners-2-footer {
    order: 2;
  }
  .insert-logo {
    order: 3;
    margin: 25px auto 0;
    max-height: 200px;
    max-width: 200px;
  }
  .footer-content {
    padding: 24px 0 40px 0px;
  }
  .plans {
    flex-direction: column;
  }
  .plan-card:nth-child(2n) {
    margin: 24px 0;
  }
  .plan-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .plan-header .plan-price,
  .plan-header .plan-name {
    margin: 0 0 24px !important;
    width: auto;
  }

	.browser-jobs .title {
		font-size: 24px !important;
	}

	.browser-jobs .category {
		margin-right: 0 !important;
	}

	.list-category label, .recent-posts button {
		width: 100% !important;
	}

	.recent-posts .all-posts .main .title {
		font-size: 24px !important;
		text-align: center;
	}

	.recent-posts .all-posts .search-and-socials {
		display: none !important;
	}

	#searchInput {
		display: block !important;
	}

	.post-content{
		margin: 32px 0 !important;
	}

	.post-content:first-child {
		margin-top: 0 !important;
	}

	.socials.mobile {
		display: flex;
		justify-content: center;
		margin-bottom: 16px;
	}

	.socials.mobile a{
		margin: 0px 12px;
	}

	.socials.mobile a i{
		font-size: 22px;
	}

	.recent-posts.space.search-part {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}

	.margin-search-form {
		order: -1;
		margin: 0 0 32px !important;
	}

	.search-field {
		font-size: 16px !important;
	}
	
	.text-search-result {
		font-size: 18px !important;
	}

	.no-result-post p:first-child {
		text-align: center;
	}

	.search-form-content-none {
		order: -1;
	}

	.increase-visibility {
		width: auto !important;
	}

	.inside-content  #filtersMobile div{
		margin: 0 !important;
	}

	.job-postings-length h1 {
		font-size: 18px;
	}

	.job-postings-length .post-a-job-button {
		font-size: 13px;
    width: 35%;
    height: 32px;
	}

	.update-account-img, .company-profile-img, .faq-help-img {
		display: none !important;
	}

  #password-lost-form-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #resetpasswordform {
    width: 20em;
    height: 20em;
    margin: 30% 0 10% 0;
  }

  #lostpasswordform fieldset {
    margin: 30% auto 5%;
  }

  #resetpasswordform fieldset {
    padding: 0 !important;
  }

  #som_new_user_pass {
    width: 12em !important;
  }
  
  #som_new_user_pass_again {
    width: 12em !important;
  }

  .som-password-sent-message .som-password-error-message {
    top: 70px !important;
    margin: 0 !important;
  }
}

@media (min-width: 728px) {
  .column.is-6.post-content{
    width: 47%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right:3%;
  }
}

@media only screen and (max-width: 520px) {
  .custom_paginate_link_class {
    margin-top: 20px;
  }
  
  table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
    left:calc(100vw - 65px)
  }

  .pmpro_change_password_wrap {
    padding: 26px 15px !important;
  }

  form.pmpro_form .pmpro_submit {
    max-width: 100% !important;
  }

  form.pmpro_form input[type=text], 
  form.pmpro_form input[type=password], 
  form.pmpro_form input[type=email], 
  form.pmpro_form input[type=number], 
  form.pmpro_form textarea, 
  form.pmpro_form select, 
  #loginform input[type=text], 
  #loginform input[type=password] {
    max-width: 100% !important;
    width: 100% !important;
  }

  .pmpro_submit input[type=submit] {
    width: 45%  !important;
  }

  .pmpro_submit input[type=button]{
    width: 45%  !important;
  }

  .box-cancel .pmpro_actionlinks .pmpro_btn-submit{
    width: 100% !important;
  }

  .box-cancel .pmpro_actionlinks .pmpro_btn-cancel{
    width: 100% !important;
    margin-bottom: 10px;
  }
  
  .box-cancel .pmpro_actionlinks {
    flex-direction: column-reverse !important;
  }

  .box-cancel {
    margin: 36% auto !important;
    width: 90% !important;
  }

  .pmpro_actions_nav span{
    width: 100%;
  }

  .pmpro_actions_nav span a.btn-account{
    display: flex;
    margin-bottom: 5px;
    width: 100%;
    justify-content: center;
  }

  .pmpro_invoice_wrap .content-wrap{
    padding: 0px !important;
    border: none !important;
  }

  .pmpro_invoice_wrap ul li {
    font-size: 1rem !important;
  }

  .pmpro_invoice_wrap .pmpro_invoice_details p {
    font-size: 1rem !important;
  }

  #pmpro_account .pmpro_box ul li {
    font-size: 1rem !important;
  }

  .pmpro_actionlinks #pmpro_actionlink-profile, 
  .pmpro_actionlinks #pmpro_actionlink-change-password, 
  .pmpro_actionlinks #pmpro_actionlink-change, 
  .pmpro_actionlinks #pmpro_actionlink-cancel {
    height: 46px;
  }

  .pmpro_table th:nth-child(4),
  .pmpro_table td:nth-child(4) {
      display: none;
  }

  #pmpro_account-invoices table tbody {
    font-size: 1rem !important;
  }

  .mobile-card {
    width: 100% !important;
  }

	ul.job_listings li.job_listing .company-logo-content{
		display: none !important;
	}

	.post-a-job-content {
		margin-top: 95px;
	}

  /* .tooltip-icon::after {
    opacity: 1;
} */

	.single-faq {
		margin-top: 90px;
	}

	.faq-posts-mobile {
		display: block !important;
	}

	.faq-apresentation {
		margin-top: 68px;
	}

	.faq-img {
		display: none;
	}

	.faq-helper {
		color: #fff;
    font-size: 28px;
    margin-bottom: 0;
    text-align: center;
	}

	.faq-helper p {
		text-align: center;
	}

	.logo-company-banner.edit-banner {
		margin-bottom: 60px !important;
	}

	.logo-company-banner {
    margin-left: -16px;
    width: 100vw;
    justify-content: center;
    display: flex;
    height: 128px;
		margin-bottom: 0 !important;
	}

	.inputs-line {
		flex-direction: column;
	}
	
	.inputs-line .input-line:first-child {
		margin: 0 !important;
	}

	.inputs-line .input-line {
		width: 100% !important;
	}

	.upgrade-plan {
		margin-top: 72px;
	}

	.btn-view-jobs {
		justify-content: center !important;
	}

	.box-checkout form .pmpro_checkout .pmpro_checkout-fields {
		margin-top: 90px !important;
	}

	.box-checkout form .pmpro_checkout .pmpro_checkout-fields .selected-plan-header p {
		text-align: center !important;
	}

	.box-checkout,
	.box-levels {
		margin: 0 !important;
    padding: 0 !important;
	}

	.box-confirmation {
		margin: 90px 0 0 !important;
    padding: 0 !important;
	}

	.pmpro_form.container {
		padding: 0 !important;
	}

	ul.job_listings li.job_listing .content-list a.position h3 {
		font-weight: bold;
	}

	.job_filters, #buttonEmail {
		display: none;
	}

	#filtersMobile, #filtersNumber {
		display: block !important;
	}

	.increase-visibility {
		font-size: 24px !important;
	}

	.page-jobs {
		display: flex;
		justify-content: space-between;
		font-size: 14px;
		color: #999999;
	}

  .site-header .container{
    align-content: center;
  }

  .site-header {
    width: 100%;
    position: fixed;
    z-index: 1;
    background-color: #fff;
  }

  .error-404 .content-error {
    margin-top: 92px;
    width: 90%;
  }

  .error-404 .description-error {
    max-width: 90%;
  }
  
  .error-404 .content-error img{
    max-width: 55% !important;
  }

  #button_step_4_back {
    width: 100% !important;
    margin-top: 8px;
  }
  .step-title-content {
    flex-direction: column;
  }
  .job-detatils-step-4 {
    width: 100% !important;
  }
  .search-input-job-details {
    margin-top: 50px;
  }
  .all-categories-content{
    display: block;
  }
  .all-categories-content {
    height: 320px;
  }
  .salary-header,
  .salary-content,
  .expiration-date-header,
  .expiration-date-content {
    flex-direction: column;
  }
  .all-categories-content div {
    width: 100%;
  }
  .salary-fields {
    margin: 8px 0 16px;
  }
  .salary-header span {
    margin-bottom: 8px;
  }
  /* .job-types-content div {
    margin: 0 0 0 20px !important;
  } */
  /* .steps {
    margin-top: 90px;
  } */
  .icon.header {
    display: flex !important;
  }
  .header-postajob-link a {
    border: none;
    padding: 0;
    color: #666666 !important;
  }
  .icon.header {
    margin-right: 18px;
    margin-left: 24px;
    font-size: 21px;
  }

  .logo-company-header {
    max-width: 103px;
  }

  .header-account-link>a,
  .menu-item-64 a,
  .menu-item-57 a {
    font-weight: 600;
  }
  #menu-header-menu-1 {
    display: none;
  }
  ul.job_listings li.job_listing .content-list {
    flex-direction: column;
    align-items: center;
  }
  ul.job_listings li.job_listing .content-list a.position {
    padding: 0;
    width: 100%;
  }
  .apply-for-this-job button {
    width: 100%;
  }
  .apply-now {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  ul.job_listings li.job_listing .content-list a.location {
    text-align: center;
    display: block;
  }
  .publish-date.mobile {
    display: block;
		width: 100%;
  }
  .publish-date.desktop {
    display: none;
  }
  
  .apply-now span {
    padding: 5px 100px;
  }
  .form {
    display: flex;
    flex-direction: column;
  }
  .form input {
    width: 100%;
    margin-bottom: 10px;
  }
  .form button {
    width: 100%;
  }
  .section {
    background: url(http://jobcareer.chimpgroup.com/jobstack/wp-content/uploads/jobs.png);
  }

  .submit {
    margin-top: 25px;
  }
  .job-infos:last-child {
    flex-direction: column;
  }
  .job-infos:last-child li {
    width: 100%;
  }
  .job-infos:last-child li:last-child {
    justify-content: center;
  }
  .search-input-job-details div {
    flex-direction: column;
  }
  .search_keywords.job-details,
  .search_location.job-details,
  .search_button.job-details {
    width: 100%;
    padding-right: 0;
  }
  .search-input-job-details div div:last-child {
    flex-direction: column;
  }
  .social-medias i {
    padding: 0 4px;
  }
  .logo-company-profile {
    left: unset;
  }
  .company-name-profile {
    text-align: center;
  }
  .social-medias {
    align-items: unset;
    width: 100%;
  }
  .icons-company-profile {
    display: flex;
    justify-content: space-around;
    margin-top: 24px;
  }
  .content-company-profile {
    flex-direction: column;
  }
  .modal-content {
    max-height: 100%;
    height: 100%;
  }
  .modal-content .modal-box {
    height: 100%;
		overflow: auto;
		border-radius: 0;
		margin-bottom: 0;
  }
	.modal-content .modal-box .sign-in-fields {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .modal-content .modal-box .sign-in-fields#signupForm {
    height: auto;
  }

  .modal-content .modal-box .sign-in-fields#signinForm {
    height: 75%;
  }

	.info-job-mobile {
		display: block !important;
	}

	.inside-content {
		margin-top: 64px;
	}

	.modal-box .modal-subtitle {
		text-align: center;
    font-size: 16px;
    color: #999999;
		width: 100%;
	}

	.info-job-mobile div{
		border-bottom: 1px solid #999999;
    padding-bottom: 16px;
    margin-bottom: 16px;
		flex-direction: column !important;
	}
	
	.info-job-mobile div p{
		margin-bottom: 0;
		font-size: 14px;
	}

	.info-job-mobile .job-name, .info-job-mobile .job-expiration-date{
		font-size: 18px;
		color: #000000;
	}

	.info-job-mobile .job-location{
		font-size: 15px;
    display: block;
	}

	#deleteModal, #featureJobModal, #notAvailableSelfRenewalModal, #disableSelfRenewalModal,
	#selfRenewalModal {
		display: flex !important;
    flex-direction: column;
    justify-content: space-between;
	}

	.modal-box .modal-subtitle.auto-renewal {
		margin: 0 0 20px 0 !important;
	}

	#deleteModal div:last-child,
	#disableSelfRenewalModal div:last-child{
		display: flex;
		flex-direction: column-reverse;
	}

	#deleteModal div:last-child button,
	#disableSelfRenewalModal div:last-child button,
	#selfRenewalModal div:last-child button{
		width: 100%;
    margin-bottom: 18px;
	}

	.modal-box .modal-header {
		justify-content: center;
    margin-top: 24px;
	}

	.modal-box .close-modal {
		position: absolute;
    top: 8px;
    right: 14px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
	}

	.modal-feature-content {
		flex-direction: column;
	}

	.image-feature-job {
		display: none;
	}

	.preview-info, .days-to-feature, .activate-feature-job-button {
		width: 100% !important;
	}

	.days-to-feature,
	.modal-feature-content {
		border: none !important;
	}

	.auto-renewal-infos {
		flex-direction: column;
	}

	.auto-renewal-infos-content {
		margin: 0 !important;
	}
	
	.auto-renewal-infos .display-info {
		width: 100% !important;
	}

	.auto-renewal-infos .display-info:first-child {
		font-size: 14px;
	}

	.auto-renewal-infos:first-of-type .display-info {
		flex-direction: column;
		align-items: flex-start;
	}

	#jobs_table_filter .select2-container, .dataTables_wrapper .dataTables_filter input {
		width: 100% !important;
		margin: 8px 0 !important;
	}

	.job-listings-content, .job-listings-content .container {
		padding: 0 !important;
	}

	.dtr-data .feature-job-button,
	.dtr-data .self-renewal-job-button,
	.dtr-data .disable-self-renewal-job-button {
    height: 30px !important;
    font-size: 14px;
	}

	.preview-info, .days-to-feature {
		padding: 0 !important;
	}

	.days-to-feature {
		margin-top: 40px;
	}

	.feature-job-content-title .title {
		text-align: center;
	}

	.feature-job-content-title {
		margin-left: 0 !important;
	}

	.modal-box .title {
		display: flex;
	}
}

@media print {
  /* All your print styles go here */
  #header,
  #footer,
  #colophon,
  #masthead,
  .footer-rights-reserved,
  .pmpro_actions_nav {
    display: none !important;
  }

  
.pmpro_invoice_wrap .content-wrap,
.pmpro_invoice_wrap .pmpro_invoice_details{
    padding: 0px;
    border: none;
  }

.pmpro_invoice_wrap .content-wrap p,
.pmpro_invoice_wrap .pmpro_invoice_details p{
    margin-bottom: 8px;
  }

.pmpro_invoice_wrap .content-wrap br{
  display:none
}

.pmpro_invoice_wrap .content-wrap li br{
  display:block
}

.pmpro_a-print{
  display: none;
}


}