/**
Theme override and custom styles for current theme
*/
@import url(https://fonts.bunny.net/css?family=plus-jakarta-sans:400,500,600,700,800);
@import url(https://fonts.bunny.net/css?family=plus-jakarta-sans:400,500,600,700,800);
@import url(https://fonts.bunny.net/css?family=plus-jakarta-sans:400,500,600,700,800);
@import url(https://fonts.bunny.net/css?family=plus-jakarta-sans:400,500,600,700,800);
.wpjb-none {
  display: none;
}

/*********************/
/*** WPJB DEFAULTS ***/
/*********************/
[class*=wpjb-col-] {
  float: left;
}

.wpjb-grid {
  margin: 0% 0% 0% 0%;
  margin-top: 10px;
}

.wpjb-grid.wpjb-grid-closed-top {
  border-top: 1px solid whitesmoke;
}

.wpjb-grid.wpjb-grid-compact .wpjb-grid-row > div {
  padding: 0;
}

.wpjb-grid .wpjb-grid-row.wpjb-click-area:hover {
  background-color: rgba(245, 245, 245, 0.01);
}

.wpjb-grid:after {
  content: "";
  display: table;
  clear: both;
}

.wpjb-grid .wpjb-grid-row {
  clear: both;
  overflow: hidden;
  padding: 1em 0 1em 0;
  margin: 0 0 0 0;
  border-bottom: 1px solid #e5e6ea;
}

.wpjb-grid .wpjb-grid-row > div {
  padding: 0 1% 0 1%;
}

.wpjb-grid .wpjb-grid-col-right {
  text-align: right;
}

.wpjb-grid .wpjb-grid-col-last {
  float: right;
}

.wpjb-grid .wpjb-grid-col-center {
  text-align: center;
}

.wpjb-grid .wpjb-sub {
  display: block;
  margin: 0 0 0 0;
  padding: 2px 0 0 0;
  line-height: 1.3em;
  font-size: 0.95em;
}

.wpjb-grid .wpjb-grid-head > div {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 0.8em;
}

.wpjb-grid .wpjb-col-5 {
  width: 5%;
}

.wpjb-grid .wpjb-col-10 {
  width: 10%;
}

.wpjb-grid .wpjb-col-15 {
  width: 15%;
}

.wpjb-grid .wpjb-col-20 {
  width: 20%;
}

.wpjb-grid .wpjb-col-25 {
  width: 25%;
}

.wpjb-grid .wpjb-col-30 {
  width: 30%;
}

.wpjb-grid .wpjb-col-35 {
  width: 35%;
}

.wpjb-grid .wpjb-col-40 {
  width: 40%;
}

.wpjb-grid .wpjb-col-50 {
  width: 50%;
}

.wpjb-grid .wpjb-col-65 {
  width: 65%;
}

.wpjb-grid .wpjb-col-70 {
  width: 70%;
}

.wpjb-grid .wpjb-col-80 {
  width: 80%;
}

.wpjb-grid .wpjb-col-logo img {
  border: 0;
  border-radius: 0;
  padding: 0;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  vertical-align: middle;
}

.wpjb-grid .wpjb-col-logo > div {
  padding: 1px 2px 1px 2px;
  border-radius: 2px;
  border: 1px solid whitesmoke;
  background-color: transparent;
  text-align: center;
  box-sizing: initial;
}

/* CHECKOUT */
.wpjb-payment-tax-label {
  display: block;
  color: gray;
  font-size: small;
}

.wpjb-page-default-form.wpjb-payment-form .wpjb-form fieldset legend {
  font-size: 1.2em;
  margin: 0 0 10px 0;
}

#wpjb-main .wpjb-checkout-form fieldset:after {
  display: none;
}

/* STRIPE */
.wpjb-form .wpjb-stripe-expiration input[type=text] {
  width: 33.5%;
  display: inline-block;
}

.wpjb-stripe-expiration strong {
  width: 3%;
  display: inline-block;
  text-align: center;
}

/** Tabs foor checkout */
#content ul.wpjb-tabs {
  margin-bottom: 0;
}

ul.wpjb-tabs {
  margin: 0px;
  padding: 0 10px 0;
  list-style: none;
  border-bottom: 3px solid #eff0f2;
}

ul.wpjb-tabs li.current {
  color: #222;
  background-color: #fff;
  border: 3px solid #eff0f2;
  border-bottom: 3px solid #fff;
  border-bottom-color: #fff !important;
  top: 0px;
  padding-bottom: 10px !important;
}

ul.wpjb-tabs li {
  background: none;
  border: 3px solid transparent;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  margin: 0 0 -3px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul.wpjb-tabs li a {
  color: black;
  text-decoration: none;
}

ul.wpjb-tabs li.current {
  font-weight: bold;
}

/*******************/
/* DASHBOARD */
.wpjb-page-company-panel.wpjb-tabs .current {
  background: #f8f9f9;
}

#content ul.wpjb-page-company-panel.wpjb-tabs {
  margin-bottom: 0px;
  border-bottom: 0px;
}

.wpjb-tab-content {
  border: 1px solid whitesmoke;
  border-top: 0;
  padding: 0 5px 0 5px;
}

.wpjb-grid .wpjb-grid-row {
  clear: both;
  overflow: hidden;
  padding: 15px;
  margin: 0 0 0 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  margin-bottom: 5px;
}
.wpjb-grid .wpjb-grid-row .wpjb-manage-title {
  font-weight: bold;
  font-size: 18px;
}
.wpjb-grid .wpjb-grid-row a:not(.wpjb-manage-action) {
  color: #3c65f5;
}

.wpjb-grid .wpjb-grid-row > div {
  padding: 0 6px 0 6px;
}

.wpjb-grid .wpjb-col-logo > div.wpjb-icon-none {
  border: 1px solid rgba(84, 110, 122, 0.2);
  font-size: 34px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.wpjb-grid .wpjb-col-main {
  width: 90%;
  width: calc(100% - 78px);
}

.wpjb-line-major {
  margin: 0 0 0 0;
  padding: 4px 0 4px 0;
  line-height: 20px;
  display: block;
}

.wpjb-line-minor {
  font-size: 14px;
  line-height: 18px;
  padding: 2px 0 2px 0;
  margin: 0;
}

.wpjb-line-major .wpjb-sub-title {
  float: right;
  line-height: 20px;
  padding-left: 12px;
}

.wpjb-line-major .wpjb-sub-title.wpjb-job_type {
  font-size: 12px;
}

.wpjb-line-minor .wpjb-sub.wpjb-sub-right {
  float: right;
  padding: 0 0 0 12px;
}

.wpjb-grid .wpjb-col-100 {
  width: 100%;
  box-sizing: border-box;
}

.wpjb-bulb {
  background: #9ecf32;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 5px;
  border: none;
  font-size: 11px;
  border-radius: 5px;
}

.wpjb-manage-actions-more {
  display: none;
  margin: 5px 0 5px 0;
}

.wpjb-manage-header-left {
  float: left;
  display: block;
}

.wpjb-manage-header-right {
  float: right;
  display: block;
}

.wpjb-manage-link a {
  text-decoration: none;
}

.wpjb-manage-actions-wrap {
  overflow: hidden;
  clear: both;
}

.wpjb-manage-actions-more {
  display: none;
  margin: 5px 0 5px 0;
}

.wpjb-manage-actions-left {
  float: left;
  display: block;
  height: 35px;
}

.wpjb-manage-actions-right {
  float: right;
  display: block;
  height: 35px;
}

.wpjb-manage-action,
a.wpjb-manage-action {
  display: inline-block;
  overflow: hidden;
  padding: 0 10px 0 5px;
  height: 28px;
  line-height: 26px;
  font-size: 12px;
  text-decoration: none;
  color: #4e4e4e;
  border: 1px solid #e5e6ea;
  border-radius: 3px;
  background-color: white;
}

.wpjb-manage-actions-left a.wpjb-manage-action {
  margin: 5px 5px 0 0;
}

.wpjb-manage-actions-right .wpjb-manage-action {
  margin: 5px 0 0 5px;
}

a.wpjb-manage-action:not(.wpjb-no-hover):hover {
  background-color: whitesmoke;
  color: #666;
  border-color: gray;
}

.wpjb-manage-action > span {
  font-size: 16px;
}

.wpjb-manage-delete-confirm {
  display: none;
}

.wpjb-manage-action.wpjb-star-ratings {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 0;
}

/* job applications but probably will affect more */
/* line 1309, C:/xampp/htdocs/wpjobboard/wp-content/themes/wpjobboard/sass/jobboard.scss */
.wpjb-table {
  width: 100%;
}

/* line 1311, C:/xampp/htdocs/wpjobboard/wp-content/themes/wpjobboard/sass/jobboard.scss */
.wpjb-table tr {
  border-bottom: 1px solid #eff0f2;
}

/* line 1314, C:/xampp/htdocs/wpjobboard/wp-content/themes/wpjobboard/sass/jobboard.scss */
.wpjb-table td {
  padding: 1em 0;
}

.wpjb-info .wpjb-glyphs,
.wpjb-table .wpjb-column-location .wpjb-glyphs {
  font-size: 16px;
  opacity: 1;
  margin-left: -25px;
}

/**** Dashboard memberships */
/* Membership List Page */
.jobeleon-normal-bg {
  background-color: #4294ff;
}

div.wpjb-page-company-products {
  display: flex;
  flex-direction: column;
}
div.wpjb-page-company-products h2 {
  font-size: 20px;
}
div.wpjb-page-company-products h3 {
  font-size: 18px;
}

div.wpjb-page-company-products div.wpjb-company-product {
  display: flex;
  flex-direction: column;
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
}

div.wpjb-page-company-products div.wpjb-company-product-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

div.wpjb-page-company-products div.wpjb-company-product-header h3 {
  display: flex;
  flex-grow: 1;
  margin: 0px;
  padding: 10px 20px;
  color: #fff;
}

div.wpjb-page-company-products div.wpjb-company-product-header h3 {
  display: flex;
  flex-grow: 2;
}

div.wpjb-page-company-products div.wpjb-company-product-header .wpjb-company-product-status {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 5px 15px;
}

div.wpjb-page-company-products div.wpjb-company-product-subheader .wpjb-company-product-indicator {
  margin-right: 15px;
}

div.wpjb-page-company-products div.wpjb-company-product-subheader {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  background-color: #f5f5f5;
  padding: 5px 15px;
}

div.wpjb-page-company-products div.wpjb-company-product-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

div.wpjb-page-company-products div.wpjb-company-product-additional div.wpjb-company-product-details-single,
div.wpjb-page-company-products div.wpjb-company-product-details div.wpjb-company-product-details-single {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px 15px;
  border: 1px solid #f5f5f5;
  margin: 10px;
}

div.wpjb-page-company-products div.wpjb-company-product-actions {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  padding: 0px 15px;
}

div.wpjb-page-company-products div.wpjb-company-product-actions-left {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

div.wpjb-page-company-products div.wpjb-company-product-actions-left a {
  margin-right: 10px;
}

div.wpjb-page-company-products div.wpjb-company-product-right {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-end;
}

div.wpjb-page-company-products div.wpjb-company-product-additional {
  padding: 5px 15px;
  background-color: #f5f5f5;
  display: flex;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
}

div.wpjb-page-company-products div.wpjb-company-product-additional div.wpjb-company-product-header {
  font-weight: bold;
}

/*** Liste des offres sur la page add offre */
.wpjb-motif-bg {
  background-color: #5cace2;
}

.wpjb-listing-type-x {
  display: block;
  clear: both;
  overflow: hidden;
  background-color: #fcfcfc;
  margin-bottom: 10px;
}

.wpjb-listing-type {
  width: 90%;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid whitesmoke;
  padding: 10px 5px 10px 5px;
}

.wpjb-listing-radio {
  width: 10%;
  box-sizing: border-box;
  padding-left: 10px;
  border-right: 1px solid transparent;
}

.wpjb-listing-type-title {
  padding: 2px 0px;
  display: inline-block;
  float: left;
}

.wpjb-listing-type-name {
  font-size: 18px;
  clear: both;
  overflow: hidden;
}

.wpjb-listing-type-cost {
  padding: 2px 8px;
  float: right;
  color: white;
  border-radius: 5px;
  display: inline-block;
}

.wpjb-listing-type-features {
  width: 100%;
  font-size: 13px;
}

.wpjb-listing-type-features .wpjb-listing-border {
  border-left: 1px solid #e6e6e6;
  margin-left: 0.4em;
  padding-left: 0.4em;
}

.wpjb-listing-type-features .wpjb-listing-type-feature-duration .wpjb-glyphs:before {
  margin-left: 0;
}

.wpjb-listing-type-all .wpjb-listing-type-value {
  font-size: 18px;
}

/* CUTE INPUT FIELDS */
.wpjb-cute-input {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}

.wpjb-cute-input input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wpjb-cute-input-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
}

.wpjb-cute-input.wpjb-cute-radio .wpjb-cute-input-indicator {
  border-radius: 50%;
}

/* Hover and focus states */
.wpjb-cute-input:hover input ~ .wpjb-cute-input-indicator,
.wpjb-cute-input input:focus ~ .wpjb-cute-input-indicator {
  background: #ccc;
}

/* Checked state */
.wpjb-cute-input input:checked ~ .wpjb-cute-input-indicator {
  background: #2aa1c0;
}

/* Hover state whilst checked */
.wpjb-cute-input:hover input:not([disabled]):checked ~ .wpjb-cute-input-indicator,
.wpjb-cute-input input:checked:focus ~ .wpjb-cute-input-indicator {
  background: #0e647d;
}

/* Disabled state */
.wpjb-cute-input input:disabled ~ .wpjb-cute-input-indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}

/* Check mark */
.wpjb-cute-input-indicator:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.wpjb-cute-input input:checked ~ .wpjb-cute-input-indicator:after {
  display: block;
}

/* Checkbox tick */
.wpjb-cute-input.wpjb-cute-checkbox .wpjb-cute-input-indicator:after {
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.wpjb-cute-input.wpjb-cute-checkbox input:disabled ~ .wpjb-cute-input-indicator:after {
  border-color: #7b7b7b;
}

/* Radio button inner circle */
.wpjb-cute-input.wpjb-cute-radio .wpjb-cute-input-indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle colour */
.wpjb-cute-input.wpjb-cute-radio input:disabled ~ .wpjb-cute-input-indicator:after {
  background: #7b7b7b;
}

.wpjb-x-label {
  margin: 0 25px 0 5px;
  height: 20px;
  display: inline-block;
}

/* Listing Types (Jobeleon Only) */
.wpjb .wpjb-cute-input.wpjb-cute-radio {
  margin-left: 12px;
  margin-top: 14px;
}

.wpjb .wpjb-listing-type-cost {
  padding: 4px 8px;
  border-radius: 5px;
  font-weight: normal;
  border-radius: 5px;
}

/* APPLICANT DASHBOARD */
.wpjb-manage-header-right > li {
  display: inline;
  margin: 0 0 0 0.75em;
}

.wpjb-manage-header-right > li .wpjb-manage-header-right-item-text {
  font-size: 13px;
}

.wpjb-manage-header-right > li {
  display: block;
  margin: 0;
}

/* ANIMATED SPINNER */
.wpjb-animate-spin,
.wpjb-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
main.main {
  background-color: #f8faff;
  padding-bottom: 40px;
}

.sidebar-shadow.filters-box {
  background-color: transparent;
}
.sidebar-shadow.filters-box .job-list-filters-form select {
  background-color: #fff;
}
.sidebar-shadow.filters-box .job-list-filters-form input[type=text] {
  background-image: url(../imgs/page/homepage1/key-numbers.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: #fff;
}
.sidebar-shadow.filters-box .form-group input {
  background-color: #fff;
}

.card-grid-1,
.card-grid-2 {
  background-color: #fff;
}

.job-details {
  padding-top: 20px;
}

.banner-hero.banner-single {
  margin-top: 20px;
  background: #e0e6f7;
  padding-bottom: 50px;
}
.banner-hero.banner-single::after, .banner-hero.banner-single::before {
  background: none;
}

.box-border-single {
  background-color: #fff;
}

:root {
  overflow-y: visible !important;
  overflow-x: hidden !important;
}

.btn.btn-default.btn-default-small {
  padding: 5px 15px;
  font-size: 13px;
}

.btn a.wpjb-button {
  color: white !important;
}
.btn a.wpjb-button > span {
  display: none;
}
.btn.submit-btn {
  width: 220px;
}
.btn.social-login {
  border: solid 1px;
}

.btn-border.active {
  font-weight: bold;
  background-color: #eff3fc;
}
.btn-border.active:hover {
  transform: none;
}

.breacrumb-cover .btn-border.active {
  font-weight: normal;
  color: #ffffff;
  background-color: #05264e;
}

.btn-grey-small {
  background-position: 13px 5px;
  padding-left: 39px;
  border: solid 2px transparent;
}
.btn-grey-small.selected {
  font-weight: bold;
  border-color: #000;
}

.submit-box {
  text-align: center;
}
.submit-box .btn {
  margin: 0 10px;
}

.stepper {
  display: flex;
  justify-content: center;
}
.stepper .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
  color: #aaa;
  width: 80px;
  position: relative;
}
.stepper .step .step-nb {
  border-radius: 50%;
  border: solid 2px #aaa;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.stepper .step .step-txt {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}
.stepper .step .step-bar {
  position: absolute;
  width: 90px;
  border-bottom: solid 2px #aaa;
  top: 10px;
  left: calc(50% + 10px);
}
.stepper .step.current .step-nb {
  border-color: #3c65f5;
  background-color: #3c65f5;
  color: #fff;
}
.stepper .step.current .step-txt {
  color: #3c65f5;
}
.stepper .step.current .step-bar {
  border-style: dashed;
}
.stepper .step.done .step-nb {
  border-color: #3c65f5;
  color: #3c65f5;
}
.stepper .step.done .step-bar {
  border-color: #3c65f5;
}
.stepper .step:last-child .step-bar {
  display: none;
}

footer.entry-meta {
  display: none;
}

.wpjb-icon-ok:before {
  display: none !important;
}

.wpjb-errors,
.wpjb-flash-error {
  color: red;
  margin-left: 0;
}

.wpjb-flash-info {
  width: 500px;
  max-width: 100%;
  color: #3c65f5;
  font-weight: bold;
  text-align: center;
  border: solid 2px #3c65f5;
  border-radius: 3px;
  margin: 17px auto;
  padding: 5px;
  background-color: #eff3fc;
}

.wpjb-hint {
  color: #999;
  font-size: 13px;
}

.wpjb-upload-media {
  display: none;
}

form label.required:after {
  content: "*";
}

.login-register .wpjb-element-input-checkbox .text-small {
  position: absolute;
  top: 0px;
  left: 22px;
}
.login-register input[type=checkbox] {
  height: auto;
}
.login-register .no-errors-display .wpjb-flash-error {
  display: none;
}

form.form input[type=text],
form.form input[type=email],
form.form input[type=date],
form.form input[type=time],
form.form input[type=tel],
form.form .form-control {
  height: 38px;
  color: #000;
  font-size: 14px;
  padding: 0.375rem 0.75rem;
}
form.form .wpjb-options-list input[type=radio] {
  margin-right: 10px;
}
form.form .wpjb-upload {
  border-radius: 5px;
  border: solid 1px #e0e6f7;
  padding: 0.375rem 0.75rem;
}
form.form input[type=checkbox] + .wpjb-input-description,
form.form input[type=radio] + .wpjb-input-description {
  margin-left: 6px;
}

.job-list-filters-form input[type=text] {
  background: url(../imgs/page/homepage1/key-numbers.svg) no-repeat left 10px center;
  padding-left: 35px;
  height: 45px;
}
.job-list-filters-form select {
  border: solid 1px #e0e6f6;
  border-radius: 4px;
  padding: 11px 8px;
  height: 45px;
}
.job-list-filters-form .filter-block h5 {
  line-height: 7px;
  margin-top: 25px;
  font-size: 16px;
}

/* CHECKOUT PAGE */
input.wpjb-enter-discount-value {
  width: 150px;
  height: 36px;
  margin-right: 15px;
}

.wpjb-enter-discount-apply {
  color: #3c65f5;
}

#wpjb-checkout-gateway .wpjb-tab-link.current {
  border-bottom-color: #fff;
}

.wpjb-checkout-form {
  border: solid 3px #eff0f2;
  border-top: none;
}

.wpjb-payment-form fieldset > legend {
  font-weight: bold;
  margin-top: 30px !important;
}
.wpjb-payment-form fieldset a {
  color: #3c65f5;
}
.wpjb-payment-form fieldset input[type=text] {
  margin-bottom: 10px;
  width: 250px;
}
.wpjb-payment-form fieldset label {
  width: 250px;
}
.wpjb-payment-form fieldset > div {
  display: flex;
}
@media (max-width: 767.98px) {
  .wpjb-payment-form fieldset > div {
    flex-direction: column;
  }
}

.btn-copy-contact-billing {
  margin-top: -10px;
  margin-left: 10px;
}

.form.job-apply-form .submit-box > button {
  width: 100%;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.wpjb-element-name-candidate_country {
  display: none;
}

ul.wpjb-options-list {
  padding-left: 0;
  list-style: none;
}

header.header {
  position: relative;
  padding: 16px 0;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
}
header.header.stickable {
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 50;
  padding: 20px 0;
}
header.header.stickable.stuck {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
}
header.header .header-logo {
  width: 215px;
  min-height: 36px;
}
header.header .header-logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 150px;
  max-width: none;
}
header.header .main-menu > li:last-child {
  padding-bottom: 10px !important;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 0.5;
  visibility: visible;
  background: #eee;
}

.mobile-header-active {
  top: 76px;
  min-height: 0;
  bottom: auto;
}
.mobile-header-active .mobile-header-wrapper-inner {
  padding: 0;
  height: auto;
}
.mobile-header-active .mobile-header-wrapper-inner .mobile-header-content-area {
  padding-top: 10px;
}
.mobile-header-active .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap > img {
  width: 150px;
}

.burger-icon.burger-close {
  position: absolute;
  top: 7px !important;
  right: 15px;
}

.body-overlay-1 {
  cursor: pointer;
}

footer.footer .footer-logo {
  width: 150px;
}
footer.footer a {
  color: #4f5e64;
  font-size: 14px;
  text-decoration: none;
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}
.popup-container:not(.visible) {
  display: none;
}
.popup-container > .popup {
  background-color: #fff;
  z-index: 2;
  position: relative;
  width: 650px;
  max-width: 100%;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 75px);
}
.popup-container .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.wpjb-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4196078431);
  position: fixed;
  top: 0;
  z-index: 9999;
  text-align: center;
}
.wpjb-overlay > div {
  background: #fff;
  padding: 20px;
  display: inline-block;
  width: 600px;
  margin-top: 100px;
  border-radius: 10px;
}

.home-page .homepage-header {
  margin-bottom: 30px;
  padding: 20px 0;
  background-color: #e0e6f7;
}
.home-page .card-grid-2 .card-block-info {
  padding-left: 20px;
}

.banner-homepage5.banner-hero {
  padding: 0;
}
.banner-homepage5.banner-hero .banner-inner {
  padding: 0;
  position: relative;
}
.banner-homepage5.banner-hero .banner-inner .block-banner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 60px;
}
.banner-homepage5.banner-hero .banner-inner .block-banner .form-find {
  box-shadow: 0px 0px 40px rgba(60, 101, 245, 0.3);
}
.banner-homepage5.banner-hero .banner-inner .block-banner h5 {
  display: inline-block;
}
.banner-homepage5.banner-hero .banner-inner .block-banner h5::after {
  bottom: -3px;
  height: 14px;
}
.banner-homepage5.banner-hero .banner-inner .bloc-search-jobs {
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  .banner-homepage5.banner-hero .banner-inner .block-banner h1,
  .banner-homepage5.banner-hero .banner-inner .block-banner h5 {
    display: inline;
    background-color: #fff;
  }
  .banner-homepage5.banner-hero .banner-inner .color-brand-2::after {
    bottom: 13px;
    z-index: 0;
  }
  .banner-homepage5.banner-hero .banner-inner .banner-description {
    padding-top: 100px;
    max-width: 385px;
  }
  .banner-homepage5.banner-hero .banner-inner .banner-imgs {
    display: block !important;
    position: absolute;
    top: 0;
    opacity: 1;
    height: 310px;
    min-height: 0;
  }
  .banner-homepage5.banner-hero .banner-inner .banner-imgs > div.banner-2 {
    top: 6px;
  }
  .banner-homepage5.banner-hero .banner-inner .banner-imgs > div.banner-4 {
    right: 10px;
  }
  .banner-homepage5.banner-hero .banner-inner .banner-imgs > div.banner-5 {
    top: 225px;
  }
  .banner-homepage5.banner-hero .banner-inner .banner-imgs > div.banner-6 {
    right: 149px;
  }
  .banner-homepage5.banner-hero .banner-inner .banner-imgs img {
    transition: none !important;
  }
}
@media (max-width: 991.98px) {
  .banner-homepage5.banner-hero .banner-inner .banner-imgs > div {
    animation: none;
  }
  .banner-homepage5.banner-hero .banner-inner .banner-imgs > div.banner-1 {
    display: none;
  }
  .banner-homepage5.banner-hero .banner-inner .bloc-search-jobs {
    padding: 15px;
  }
  .banner-homepage5.banner-hero .banner-inner .bloc-search-jobs .form-find {
    box-shadow: 0px 0px 15px rgba(60, 101, 245, 0.3);
  }
}
@media (max-width: 575.98px) {
  .banner-homepage5.banner-hero .banner-inner .block-banner h1 > span.hide-xs {
    display: none;
  }
  .banner-homepage5.banner-hero .banner-inner .block-banner h1,
  .banner-homepage5.banner-hero .banner-inner .block-banner h5 {
    line-height: 47px;
  }
}

.home-pricing-box {
  padding-top: 25px;
}
.home-pricing-box h2 {
  margin-top: 0px !important;
}
.home-pricing-box h2 + p {
  margin-bottom: 0 !important;
}
.home-pricing-box .banner-hero {
  display: none;
}
.home-pricing-box .block-pricing {
  margin-top: 0 !important;
}
.home-pricing-box .box-pricing-item {
  background: #fff;
}

.block-pricing .list-package-feature {
  padding: 15px 0 15px 0;
}
.block-pricing .list-package-feature b {
  font-weight: bold;
}
.block-pricing .box-info-price .text-price {
  font-size: 50px;
}

.max-width-price {
  max-width: 85%;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.login-register {
  position: relative;
}
.login-register .large-register-layout .submit-btn,
.login-register .large-register-layout .social-login {
  width: 350px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.login-register .large-register-layout .divider-text-center {
  margin-top: 40px;
}
.login-register .img-decorative {
  position: absolute;
  right: 9%;
  top: 23%;
  width: unset;
}
.login-register .box-border-single {
  background-color: #ecf0f9;
}

#wpjb-checkout {
  padding-top: 30px;
}
#wpjb-checkout .wpjb-grid-row {
  background-color: #fff;
}

.wpjb-checkout-form.wpjb-tab-content {
  margin-top: 0;
  padding-bottom: 0 !important;
  background-color: #fff;
}
.wpjb-checkout-form.wpjb-tab-content .group-default,
.wpjb-checkout-form.wpjb-tab-content .group-invoice,
.wpjb-checkout-form.wpjb-tab-content .submit-box {
  display: none;
}
.wpjb-checkout-form.wpjb-tab-content .group-notice .banktransfer-info-notice b {
  font-weight: bold;
}

.label-banktransfer,
.value-banktransfer,
.value-total-withbanktransfer {
  display: none;
}

#gateway-container {
  position: relative;
}
#gateway-container .backdrop-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.616);
  display: none;
  text-align: center;
}
#gateway-container .backdrop-loader .wpjb-icon-spinner {
  font-size: 30px;
  margin-top: 133px;
}
#gateway-container.loading .backdrop-loader {
  display: block;
}
#gateway-container.loading .wpjb-checkout-form > * {
  visibility: hidden;
}

.box-view-type > .btn {
  margin-top: -13px;
}

.logo-placeholder {
  height: 50px;
  width: 50px;
  border-radius: 5px;
  background-color: #ccc;
  margin-bottom: 6px;
}
.logo-placeholder.for-detail {
  height: 85px;
  width: 85px;
}

.pagination .page-numbers {
  font-weight: bold;
  color: #a0abb8;
  font-size: 18px;
  padding: 10px;
  color: #a0abb8;
  border-radius: 50%;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev, .pagination .page-numbers.current {
  background-color: #e0e6f7;
}
.pagination .page-numbers.current {
  padding: 0;
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  color: #000;
  margin-top: 9px;
}

.job-item-box .card-grid-2-image-left {
  padding-top: 10px;
  padding-bottom: 5px;
}
.job-item-box .card-block-info {
  padding-bottom: 15px !important;
}
.job-item-box .job-item-title {
  font-size: 20px;
}
.job-item-box .card-grid-2-image-left .right-info {
  width: calc(100% - 45px);
}
.job-item-box .card-grid-2-image-left .right-info .name-job {
  font-size: 15px;
  line-height: 22px;
  color: #74797f;
  margin-right: 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-item-box .flash {
  display: none;
}

.job-featured .job-new-tag {
  display: none;
}
.job-featured .flash {
  display: block;
}

/* Job detail page */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .job-details .text-description {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-right: 10px;
  }
}
.box-related-job {
  border: none;
  margin: 0;
  padding: 0;
}

.sidebar-list-job .text-description {
  width: auto;
  max-width: none;
}

/* Job apply */
.apply-job-form form textarea {
  min-height: 100px;
}

.bar-search-form input {
  border: none !important;
  border-radius: 0px;
  padding: 7px 20px 10px 34px;
  display: inline-block;
  width: 100%;
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  color: #4f5e64;
  margin-right: 10px;
  background: url(../imgs/page/homepage1/key-numbers.svg) no-repeat left 10px center;
}
.bar-search-form input:focus, .bar-search-form input:active {
  border: none;
}
.bar-search-form input::-moz-placeholder {
  font-size: 15px;
}
.bar-search-form input::placeholder {
  font-size: 15px;
}
.bar-search-form .select2 {
  padding-top: 11px !important;
  max-width: 240px !important;
}
.bar-search-form .select2:first-of-type::before {
  background: url(../imgs/template/icons/industry.svg) no-repeat !important;
}

.dashboard-section .breacrumb-cover {
  position: relative;
}
.dashboard-section .breacrumb-cover .header-panel {
  padding-right: 113px;
}
.dashboard-section .breacrumb-cover .header-panel .box-nav-tabs a {
  position: relative;
  padding: 5px 10px 5px 35px;
  font-size: 14px;
}
.dashboard-section .breacrumb-cover .header-panel .box-nav-tabs a img {
  width: 21px;
  position: absolute;
  left: 10px;
  top: 7px;
}
.dashboard-section .breacrumb-cover .company-box {
  position: absolute;
  right: 15px;
  top: 15px;
}

.company-box.righted {
  padding: 15px;
}
.company-box.righted .sidebar-heading {
  display: block;
}
.company-box.righted .sidebar-heading .avatar-sidebar figure {
  float: right;
  line-height: 0;
}
.company-box.righted .sidebar-heading .avatar-sidebar figure .logo-placeholder {
  margin-bottom: 0;
}
.company-box.righted .sidebar-heading .avatar-sidebar .sidebar-info {
  padding-left: 0;
  padding-right: 100px;
  text-align: right;
}

.resume-single .box-company-profile {
  max-width: 100%;
  display: flex;
}
.resume-single .box-company-profile > * {
  flex: 1;
}
.resume-single .box-company-profile .image-company {
  flex: unset;
  margin-right: 20px;
}
.resume-single .box-company-profile .image-company img {
  border-radius: 15px;
  width: 85px;
  height: 85px;
}

.application-detail .header {
  display: flex;
}
.application-detail .header .photo-box {
  margin-right: 15px;
}
.application-detail .header .photo-box img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-top: 6px;
}
.application-detail .header .title-box {
  flex: 1;
}
.application-detail .file-btns {
  display: flex;
  flex-direction: column;
}
.application-detail .file-btns .btn {
  border-radius: 4px;
  border: solid 1px;
  font-weight: bold;
  margin-bottom: 5px;
}

.applicant-alerts-manage #wpjb-add-new-alert {
  display: none;
}
.applicant-alerts-manage .wpjb-alert-detail-edit {
  display: none;
}
.applicant-alerts-manage .wpjb-alert-show-params {
  display: none;
}
.applicant-alerts-manage .wpjb-alert-params {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.applicant-alerts-manage .wpjb-alert-params > .wpjb-grid-row {
  padding: 2px 12px;
  margin-right: 5px;
}
.applicant-alerts-manage .wpjb-alert-params > .wpjb-grid-row > .wpjb-grid-col:first-child {
  display: none;
}
.applicant-alerts-manage .wpjb-alert-undo {
  display: none;
}
.applicant-alerts-manage .alert-params-label {
  position: absolute;
  top: 50px;
  left: 20px;
  max-width: calc(100% - 200px);
  line-break: anywhere;
}
.applicant-alerts-manage .wpjb-manage-alert {
  position: relative;
}

@media (min-width: 992px) {
  .main-menu.middle-screen {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .main-menu.large-screen {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header .burger-icon {
    display: none;
  }
  .header .main-header .header-nav {
    width: 100%;
  }
  .header .main-header .header-right {
    display: inline-block;
  }
  .header .nav-main-menu {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */