@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: 'Haffer SQ Light';
  font-weight: 100;
  src: url('https://thehumanoid.ai/wp-content/themes/SKLTech/src/assets/fonts/Haffer/HafferSQ-Light.woff')
      format('woff'),
    url('https://thehumanoid.ai/wp-content/themes/SKLTech/src/assets/fonts/Haffer/HafferSQ-Light.woff2')
      format('woff2');
}
*/ :root {
  /*  Darker primary color
    WARNING - This can be set in the Ashby admin under theme settings!
    If you modify, you should make sure your colors work with the settings there. */
  --colorPrimary900: rgba(73, 83, 216, 1);

  /*  Lighter primary color
    WARNING - This can be set in the Ashby admin under theme settings!
    If you modify, you should make sure your colors work with the settings there. */
  --colorPrimary600: rgba(73, 83, 216, 1);
  --colorNeutral100: white !important;
  /*  The max width of the job board container */
  --widthMaxJobBoard: 800px;

  /*  The max width of the application form section */
  /* --widthMaxJobBoard: 800px; */

  /*  Container border radius */
  --borderRadiusContainer: 10px;

  /*  Border radius of control elements (e.g. input boxes) */
  --borderRadiusControl: 10px;

  /*  Button border radius */
  --borderRadiusButton: 10px;

  /*  Font families */
  --fontFamily: 'Haffer SQ Light', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Helvetica', 'Arial', 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif !important;

  --colorAppBackground: #ffff;
}

* {
  font-family: 'Haffer SQ Light', sans-serif !important;
  letter-spacing: 0px;
}

/* Application autofill input's base layer element. This contains standard copy, a CTA button, and potential validation alerts. */
.ashby-application-form-autofill-input-base-layer {
}

/* Application autofill input's description. */
.ashby-application-form-autofill-input-description {
}

/* Application autofill input's drag state overlay element. Can style [data-state] which can be 'active' or 'hidden'. */
.ashby-application-form-autofill-input-drag-layer {
}

/* Application autofill input form's alert element. Can style [data-highlight] which can be 'negative' or 'positive'. */
.ashby-application-form-autofill-input-form-alert {
}

/* Application autofill input's magic sparkles icon. */
.ashby-application-form-autofill-input-icon {
}

/* Application autofill input's pending state overlay element. Can style [data-state] which can be 'active' or 'hidden'.
.ashby-application-form-autofill-input-pending-layer {}

/* Application autofill input's root element. Can style [data-state] which can be 'pending', 'drag', or 'default'. */
.ashby-application-form-autofill-input-root {
}

/* Application autofill input's title. */
.ashby-application-form-autofill-input-title {
}

/* Container element for application autofill input form. */
.ashby-application-form-autofill-pane {
}

/* The resume uploader to auto-fill the application form */
.ashby-application-form-autofill-uploader {
}

/* A container for displaying the custom message to the user */
.ashby-application-form-blocked-application-container {
}

/* A container for the application form. */
.ashby-application-form-container {
}

/* A container for the failure message */
.ashby-application-form-failure-container {
}

/* A container for the label and input on an application form. */
.ashby-application-form-field-entry {
}

/* The description of each question on an application form. Will only show if a description is specified. */
.ashby-application-form-question-description {
}

/* The title of each question on an application form. */
.ashby-application-form-question-title {
}

/* A single section on the Ashby application form. All questions will be wrapped in sections, though the default section may not have a title. */
.ashby-application-form-section-container {
}

/* The header for an application form section, possibly containing a title and description. */
.ashby-application-form-section-header {
}

/* The description for an application form section. May not exist if no description was specified. */
.ashby-application-form-section-header-description {
}

/* The title for an application form section. May not exist for the default section. */
.ashby-application-form-section-header-title {
}

/* The application submission button. Will have loading and hover states that should be tested. */
.ashby-application-form-submit-button {
}
.ashby-application-form-submit-button svg {
  display: none;
}
/* A container for the success message */
.ashby-application-form-success-container {
}

/* The text message consent description. Displayed below phone number fields. Will only show if texting is enabled. */
.ashby-application-form-texting-consent-description {
}

/* The heading of a department, which can have many teams under it. */
.ashby-department-heading {
  font-weight: 100;
  font-size: 42px;
  line-height: 49px;
  letter-spacing: -2%;
}

/* The heading of a single team. */
.ashby-department-heading-level {
}

/* The button which allows users to navigate from an individual posting back to the list of all job postings. */
.ashby-job-board-back-to-all-jobs-button {
  width: 130px;
  height: 48px;
  border-radius: 100px;
  border-width: 1px;
  padding-right: 16px;
  padding-left: 16px;
  gap: 4px;
  opacity: 1;
  border: 1px solid;
  padding: 0;
  background-color: white;
  border-image-source: linear-gradient(270deg, #ffffff 0%, #4953d8 100%);
  position: relative;
  margin-bottom: 40px;
}
.ashby-job-board-back-to-all-jobs-button svg {
  position: absolute;
  left: 16px;
  z-index: 2;
  color: black;
  fill: black;
}
.ashby-job-board-back-to-all-jobs-button:hover {
  background-color: white;
}
.ashby-job-board-back-to-all-jobs-button:hover svg {
  fill: black;
}
.ashby-job-board-back-to-all-jobs-button:before {
  content: '';
  width: 130px;
  border-radius: 100px;
  padding: 2px;
  position: absolute;
  background: linear-gradient(90deg, #4953d8, transparent);
  z-index: -1;
  inset: -2px;
  transition: opacity 0.3s ease;
}
.ashby-job-board-back-to-all-jobs-button:after {
  content: '';
  width: 130px;
  border-radius: 100px;
  padding: 2px;
  position: absolute;
  background: linear-gradient(270deg, #4953d8, transparent);
  z-index: -1;
  inset: -2px;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.ashby-job-board-back-to-all-jobs-button span {
  position: relative;
  background-color: #fff;
  color: #000;
  display: flex;
  height: 48px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 430;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;
}

/* A select box element for filtering the job board. */
.ashby-job-board-filter {
  width: 328px;
  height: 40px;
  border-radius: 8px;
  border-width: 1px;
  justify-content: space-between;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  font-weight: 100;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -1%;
}

.ashby-job-board-filter option {
  font-weight: 100;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -1%;
}

/* The 'Filters' label element in the job board. */
.ashby-job-board-filters-label {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 15%;
  vertical-align: middle;
  text-transform: uppercase;
}

/* The heading of the entire job board. */
.ashby-job-board-heading {
  margin-bottom: 24px;
}

.ashby-job-board-heading,
.ashby-job-board-heading-count {
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}

/* The count of job postings on the job board. */
.ashby-job-board-heading-count {
}

/* The 'Reset filters' label element in the job board. The reset filters label element in the job board. */
.ashby-job-board-reset-filters-label {
}

/* The container of the job posting details pane. */
.ashby-job-posting-brief {
  /* This adds some space between posting briefings. */
  margin-bottom: 10px;
}

/* The heading of a department name. Departments group teams. */
.ashby-job-posting-brief-department-heading {
}

/* The heading of a single team. */
.ashby-job-posting-brief-department-heading-level {
}

/* The container for the details of the job posting, in the details pane. */
.ashby-job-posting-brief-details {
  font-weight: 100;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -1%;
  vertical-align: middle;
}

/* The container for the list of job post briefings. */
.ashby-job-posting-brief-list {
}

/* The title of the job posting in the details pane. */
.ashby-job-posting-brief-title {
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* The main header on the job posting page */
.ashby-job-posting-header {
}

/* The heading of a job post */
.ashby-job-posting-heading {
  font-weight: 300;
  font-size: 50px;
  line-height: 58px;
  vertical-align: middle;
  margin-bottom: 20px;
}

/* The left pane of the job posting, with the job posting details */
.ashby-job-posting-left-pane {
}
.ashby-job-posting-left-pane p {
  font-weight: 100;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.ashby-job-posting-left-pane h2 {
  font-weight: 100;
  font-style: Regular;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 15%;
  vertical-align: middle;
  text-transform: uppercase;
}

/* The right pane of the job posting, containing the tabs, overview, and application form */
.ashby-job-posting-right-pane {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ashby-job-posting-right-pane button {
  width: 652;
  height: 48;
  border-radius: 100px;
  padding-right: 16px;
  padding-left: 16px;
  gap: 4px;
}
.ashby-job-posting-right-pane p {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -1%;
  vertical-align: middle;
}
.ashby-job-posting-right-pane h1 {
  font-weight: 300;
  font-size: 42px;
  line-height: 49px;
  vertical-align: middle;
  margin-bottom: 20px;
}

.ashby-job-posting-right-pane ul {
  margin-left: 15px;
}
/* The application tab in the right pane of the job posting */
.ashby-job-posting-right-pane-application-tab {
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}

/* The overview tab in the right pane of the job posting */
.ashby-job-posting-right-pane-overview-tab {
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  padding-left: 15px;
}
.ashby-job-posting-right-pane-overview-tab:before {
  content: '01. ';
}
.ashby-job-posting-right-pane-application-tab:before {
  content: '02. ';
}

/* The tabs slider in the right pane of the job posting */
.ashby-job-posting-right-pane-tab-slider {
}

/* A container for any surveys specified for this application form. */
.ashby-survey-form-container {
}

._filtersWindow_1cp2r_186 {
  max-height: 100 !important;
  opacity: 1 !important;
}

._filtersVisible_1cp2r_177 ._filtersOpen_1cp2r_153 {
  opacity: 0;
  pointer-events: none;
}
select.ashby-job-board-filter:focus-visible {
  box-shadow: none !important;
}

@media screen and (max-width: 650px) {
  .ashby-job-board-heading,
  .ashby-job-board-heading-count {
    font-size: 42px;
  }
  .ashby-job-posting-heading {
    font-size: 42px;
  }
  .ashby-department-heading {
    font-size: 24px;
  }
  .ashby-job-posting-brief-title {
    font-size: 18px;
  }
  .ashby-job-posting-brief-details {
    font-size: 16px;
  }
  .ashby-job-posting-right-pane h1 {
    font-size: 24px;
  }
}
