.elementor-40 .elementor-element.elementor-element-6cf2cc89{--display:flex;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-40 .elementor-element.elementor-element-1dcb76f{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-40 .elementor-element.elementor-element-1dcb76f .elementor-divider-separator{width:100%;}.elementor-40 .elementor-element.elementor-element-1dcb76f .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-40 .elementor-element.elementor-element-809de59{text-align:center;font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:300;text-transform:none;}.elementor-40 .elementor-element.elementor-element-094d1b1{font-family:"Montserrat", Sans-serif;font-size:25px;font-weight:300;text-transform:none;}.elementor-40 .elementor-element.elementor-element-af0908d{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-40 .elementor-element.elementor-element-af0908d .elementor-divider-separator{width:100%;}.elementor-40 .elementor-element.elementor-element-af0908d .elementor-divider{padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-40 .elementor-element.elementor-element-094d1b1{font-size:20px;}}@media(min-width:768px){.elementor-40 .elementor-element.elementor-element-6cf2cc89{--content-width:860px;}}/* Start custom CSS for shortcode, class: .elementor-element-1339387a *//* Style the "Sign in" button on the Post a Job page */
.account-sign-in a.button {
  background-image: radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%) !important;
  color: white !important;
  border-radius: 50px !important; /* rounded corners */
  font-weight: 300 !important; /* light font */
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
}

/* Remove any icon inside the Sign in button */
.account-sign-in a.button::before {
  display: none !important;
}

/* Style the Remote Position checkbox as a circle */
#remote_position {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  transition: background-color 0.3s ease;
}

/* Dot when checked with gradient color */
#remote_position:checked::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  width: 20px;
  height: 20px;
  background-image: radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%);
  border-radius: 50%;
}


/* Style the entire select2 multiple select box */
.select2-container--default .select2-selection--multiple {
  background-color: #000;            /* Black background */
  border: 1px solid #fff;            /* White border */
  border-radius: 12px;               /* Rounded corners */
  padding: 6px;
  min-height: 42px;
}

/* Remove the little "×" from selected job type pills */
.select2-selection__choice__remove {
  display: none !important;
}

/* Style the selected job type pills (e.g. Full Time, Part Time) */
.select2-selection__choice {
  background-image: radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%) !important;
  color: white !important;
  border-radius: 12px !important;
  border: none !important;
  padding: 3px 10px !important;
  font-weight: 400;
  margin: 3px 5px 3px 0;
}

/* Style the text input area inside the select2 box */
.select2-search__field {
  background-color: transparent;
  color: white;
  border: none;
  margin-left: 5px;
}

/* Style the dropdown menu that appears on click */
.select2-container--default .select2-results__option {
  background-color: #000 !important;
  color: white !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4F3DFF !important;
  color: white !important;
}

/* Style the dropdown container itself */
.select2-container--default .select2-dropdown {
  background-color: #000;
  border: 1px solid white;
  border-radius: 0 0 12px 12px;
}

/* Style the "Search" field input inside the dropdown */
.select2-search--dropdown .select2-search__field {
  background-color: #000;
  color: white;
  border: 1px solid white;
  border-radius: 12px;
  padding: 6px 10px;
}


.job-manager-form h2 {
  font-weight: 300;
  margin-top: 50px;
  letter-spacing: 1px;
}


/* Style the select box */
#job_salary_unit {
  background-color: #000000;     /* Black background */
  color: #ffffff;                /* White text */
  border: 1px solid #ffffff;     /* White border */
  border-radius: 8px;            /* Rounded corners */
  padding: 10px;
  font-size: 15px;
  appearance: none;              /* Remove default arrow styling (for most browsers) */
  width: 100%;
  max-width: 300px;
}

/* Style the dropdown options (for modern browsers) */
#job_salary_unit option {
  background-color: #000000;     /* Black background in dropdown */
  color: #ffffff;                /* White text */
}


/* Salary Unit Dropdown Styling */
#job_salary_unit {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 10px;
  font-size: 15px;
  appearance: none;
  width: 100%;
  max-width: 300px;
}

/* Option Styling (static) */
#job_salary_unit option {
  background-color: #000000;
  color: #ffffff;
}

/* Style both Preview and Save Draft buttons */
input[type="submit"].button,
input[type="submit"].button.secondary {
  background-image: radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%);
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 12px;
  transition: background-image 0.3s ease, color 0.3s ease;
}

/* Ensure text stays white on hover */
input[type="submit"].button:hover,
input[type="submit"].button.secondary:hover {
  opacity: 0.9;
  color: #fff !important;
}


/* 1. Style the description text area container */
#wp-job_description-editor-container .mce-edit-area,
#wp-job_description-editor-container iframe {
  background-color: #000 !important;   /* Black background */
  border-radius: 12px !important;      /* Rounded corners */
}

/* 2. Style the content within TinyMCE */
#job_description_ifr,
#wp-job_description-editor-container .mce-edit-area {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300 !important;
  color: #fff !important;
}

/* 3. Style the TinyMCE top toolbar container */
#wp-job_description-editor-container .mce-toolbar-grp,
#wp-job_description-editor-container .mce-container-body > .mce-btn-group > .mce-widget > button {
  background-color: #000 !important;   /* Black background for toolbar */
  border: 1px solid #fff !important;   /* White border */
  border-radius: 6px !important;
}

/* 4. Style the toolbar icons (bold, italic, lists, link, undo/redo) */
#wp-job_description-editor-container .mce-container-body .mce-ico {
  color: #fff !important;
}              /* white icon colour */

/* 5. Ensure toolbar buttons don’t inherit white text */
#wp-job_description-editor-container .mce-btn {
  background-color: #000 !important;
  color: #000 !important;
}

/* 6. Space above the description box */
#wp-job_description-editor-container {
  margin-top: 24px !important;
}


.field.account-sign-in {
  display: flex;
  flex-direction: column;
  gap: 8px; /* optional spacing between button and text */
}

.field.account-sign-in a {
  margin-bottom: 5px; /* optional extra spacing */
}

.field.account-sign-in {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* aligns the button to the left */
}

.field.account-sign-in a.button {
  padding: 10px 20px !important;
}











/* 1. Lighter font-weight for 'Preview' title and job title */
.job_listing_preview_title h2,
.job_listing_preview h1 {
  font-weight: 300 !important;
}

.job_listing_preview .job-type {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 4px 8px !important;
  margin-right: 6px !important;

  /* Gradient border */
  border: 1px solid transparent !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  background-image:
    linear-gradient(#000, #000),
    radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%);
}

/* 3. Add space above the salary line */
.job_listing_preview .salary {
  margin-top: 12px !important;
}

/* 4. Make location, date-posted and salary text white */
.job_listing_preview .location,
.job_listing_preview .date-posted,
.job_listing_preview .salary {
  color: #fff !important;
}

/* 5. Lighter font-weight for company header name */
.company_header .name,
.company_header .name strong {
  font-weight: 300 !important;
}

/* 6. Round the company section container corners */
.company {
  border: none; /* remove default */
  border-radius: 12px !important;
  overflow: hidden;
  padding: 12px;
  background-color: transparent;
}

/* 7. Make company logo circular */
.company_logo {
  border-radius: 50% !important;
  object-fit: cover;
  width: 80px !important;
  height: 80px !important;
}

/* 8. Smaller buttons for 'Preview' & 'Choose a package' */
.job_listing_preview_title input[type="submit"] {
  font-size: 14px !important;
  padding: 8px 16px !important;
}

.job_listing_preview.single_job_listing,
.job_listing_preview_title {
  background-color: #000; /* Fallback for older browsers */
  background-image: radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%);
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 16px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image:
    linear-gradient(#000, #000), /* Inner black */
    radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%); /* Border gradient */
}

/* 10. Regular job listings preview container */

form#job_preview .job_listing_preview.single_job_listing {
  background-color: #000;
}





/* 1. Add space between job description and 'Tagged as' section */
.job_description p.job_tags {
  margin-top: 16px !important;
}

/* 2. Remove background and border from preview title section */
.job_listing_preview_title {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 16px;
}

/* 3. Make salary inline with other metadata */
.job_listing_preview .job-listing-meta.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.job_listing_preview .job-listing-meta.meta li {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 4px;
}

/* 4. Shift company name to the right & increase font size */
.company_header .name {
  margin-left: 100px !important;
  font-size: 20px !important;
  font-weight: 300 !important;
}

/* 5. Add space between job type text and border */
.job_listing_preview .job-type {
  padding: 6px 12px !important;
}

/* 1. Make job title same size as "Preview" */
.job_listing_preview h1 {
  font-size: 30px !important;
  font-weight: 300 !important;
  margin-bottom: 16px;
}

/* 2. Add more space between preview title and listing */
.job_listing_preview_title {
  margin-bottom: 40px !important;
}




/* Add spacing below the "editing job" notice */
.job-manager-form strong {
  display: block;
  margin-bottom: 20px;
}





.job-manager-error {
  background-color: #000;
  color: #fff;
  border: 1px solid #b81c23;
  border-radius: 8px;
  padding: 15px 20px;
  position: relative;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}




.company .company_header .name {
  margin-top: 10px; /* Adjust as needed (try 8px–12px for fine-tuning) */
  font-size: 20px;
  color: white;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}



.job_description,
.job_description .job_tags {
  text-transform: none !important;
}

.job_listing_preview {
  margin-bottom: 50px; /* Adjust this value to your liking */
}


.job-manager-uploaded-files a {
  font-style: normal !important;
  text-decoration: none !important;
  color: white !important;
}

.job-manager-uploaded-files a:hover {
  color: #ffffff !important;
}

.job-listing-meta li {
  text-transform: none !important;
}


.job-manager-form strong {
  font-weight: 300 !important;
}

.job-manager-form strong a {
  color: white !important;
  text-decoration: none;
}

.job-manager-form strong a:hover {
  color: #4F3DFF !important;
}



.spinner {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  background-image: none !important;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


.skip-link {
  display: none !important;
}





/* Make company name in preview not uppercase */
.company_header .name strong {
  text-transform: none !important;
}

/* Job title in preview */
.job_listing_preview h1 {
  text-transform: none !important;
}






body .ui-datepicker,
body #ui-datepicker-div {
  background:
    /* Inner black layer */
    linear-gradient(#000, #000) padding-box,
    /* Gradient border layer */
    radial-gradient(at top left, #004AAD, #CB6CE6) border-box;
  color: #fff !important;
  font-weight: 300 !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  z-index: 99999 !important;
  padding: 10px !important;
  box-sizing: border-box;
}

body .ui-datepicker .ui-datepicker-header {
  background: black !important;
  border: none !important;
  color: #fff !important;
  font-weight: 300 !important;
}

body .ui-datepicker .ui-datepicker-title {
  color: #fff !important;
  font-weight: 300 !important;
}

body .ui-datepicker th {
  color: #fff !important;
  font-weight: 300 !important;
}

body .ui-datepicker td a,
body .ui-datepicker td span {
  color: #fff !important;
  background: transparent !important;
  border: none !important;
  font-weight: 300 !important;
  text-align: center;
}

body .ui-datepicker td a:hover {
  background: #4F3DFF !important;
  color: white !important;
  border-radius: 4px !important;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  background: white !important;
  color: black !important;
  border-radius: 4px !important;
  padding: 3px 6px;
}

body .ui-datepicker td.ui-datepicker-unselectable span,
body .ui-datepicker td.ui-datepicker-unselectable {
  color: #aaa !important;
  opacity: 0.4 !important;
}



 
 .company .tagline {
  text-transform: none;
  margin-top: 5px;
  margin-left: 10px;
  font-weight: 300;
}




/* Hide the "Website" text link */
.company .website {
  font-size: 0;
  text-decoration: none;
}

/* Make the <strong> inside the .website behave like the actual link */
.company .website strong {
  font-size: 16px; /* restore visible text size */
  text-transform: none;
  color: inherit;
  font-weight: bold;
  pointer-events: auto;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* Hover color for the company name */
.company .website:hover strong {
  color: #4F3DFF;
}




/* Remove Twitter link text but keep the icon */
.company .company_twitter {
  font-size: 0; /* hide text */
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

/* Add the Twitter icon using ::before */
.company .company_twitter::before {
  content: '\f099'; /* Unicode for Twitter icon in Font Awesome */
  font-family: "Font Awesome 5 Brands"; /* Adjust if your theme uses a different icon font */
  font-size: 18px;
  color: #4F3DFF;
}


/* Optional: hover effect */
.company .company_twitter:hover::before {
  color: #4F3DFF;
}





.company .website::before {
  background-image: radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 2px; /* adjust if necessary */
}

.company .website:hover::before {
  background-image: radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* 2. Remove link from location field */
.job-listing-meta .location a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}






@media only screen and (max-width: 480px) {
  input.button[name="submit_job"],
  input.button.secondary.save_draft[name="save_draft"] {
    font-size: 13px !important;
    padding: 10px 15px !important;
    max-width: 300px !important;
    height: auto !important;
    box-sizing: border-box;
  }
}





@media only screen and (max-width: 480px) {
  input.button[name="submit_job"],
  input.button.secondary.save_draft[name="save_draft"] {
    margin-top: 16px !important;
  }
}




@media only screen and (max-width: 480px) {
  form.job-manager-form { /* Adjust this .elementor-40 .elementor-element.elementor-element-1339387a if needed */
    margin-bottom: 100px;
  }
}





@media only screen and (max-width: 480px) {
  .job_listing_preview_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* aligns buttons to the left */
  }

  .job_listing_preview_title h2 {
    order: -1; /* Move the title above the buttons */
    margin-bottom: 16px;
  }
  
   .job_listing_preview_title input[name="continue"] {
    margin-bottom: 16px; /* Space below "Choose a package" button */
  }
}

.company .tagline {
  display: none !important;
}

.company .tagline,
.company .company_twitter {
  display: none !important;
}





.single_job_listing .meta .location:before,
.single_job_listing .meta .salary:before,
.single_job_listing .meta .date-posted:before {
  background-image: radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-right: 6px; /* Keeps spacing */
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 1px; /* optional, helps full icon visibility */
}




.company_logo {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover;
}







/* Application deadline expiring list item styles */
.single_job_listing .meta li.application-deadline.expiring {
  color: #fff !important; /* White text */
  display: inline-flex !important;  /* Align icon and text horizontally */
  align-items: center !important;   /* Vertically center */
  margin: 0 !important;
  padding: 0 4px !important;
  font-weight: 400;
}

/* Label part white */
.single_job_listing .meta li.application-deadline.expiring label {
  color: #fff !important;
  margin-right: 4px;
}

/* Icon before the text with gradient border like job type tags */
.single_job_listing .meta li.application-deadline.expiring::before {
  content: ""; 
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 12px; /* round edges same as job type tags */

  /* Gradient border with black background */
  border: 3px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image:
    linear-gradient(#000, #000),
    radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%);
}





/* 6 July 2025 */

#job_preview > div.job_listing_preview.single_job_listing {
  font-weight: 300 !important;
}







/* Style for saved draft notice */
.job-manager-info {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 30px;
  border: 1px solid transparent;
  border-image: radial-gradient(at top left, #004AAD 0%, #CB6CE6 100%);
  border-image-slice: 1;
  text-transform: none !important;
  font-weight: 300;
  padding: 12px 20px;
  margin-top: 20px;
}

/* Style the link inside the message */
.job-manager-info a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 300;
}

/* Remove hover effects */
.job-manager-info:hover,
.job-manager-info a:hover {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none;
}

.job-manager-info.job-manager-info::before {
  content: none !important;
  display: none !important;
}/* End custom CSS */