/* stylelint-disable */

/* These variables can be used to control values throughout the job board. */
: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: darkorange;

  /*  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: orange;

  /*  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:
    "Whitney SSm", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial",
    "Apple Color Emoji", "Segoe UI Emoji", sans-serif;

  --colorAppBackground: #f7f8fa;
}

/* A container for the application form. */
.ashby-application-form-container {
  background-color: #000 !important;
  color: #fff !important;
}

/* A container for the failure message */
.ashby-application-form-failure-container {
  background-color: #000 !important;
  color: #fff !important;
}

/* A container for the label and input on an application form. */
.ashby-application-form-field-entry {
  background-color: #000 !important;
  color: #fff !important;
}

/* The description of each question on an application form. Will only show if a description is specified. */
.ashby-application-form-question-description {
  background-color: #000 !important;
  color: #fff !important;
}

/* The title of each question on an application form. */
.ashby-application-form-question-title {
  background-color: #000 !important;
  color: #fff !important;
}

/* 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 {
  background-color: #000 !important;
  color: #fff !important;
}

/* The header for an application form section, possibly containing a title and description. */
.ashby-application-form-section-header {
  background-color: #000 !important;
  color: #fff !important;
}

/* The description for an application form section. May not exist if no description was specified. */
.ashby-application-form-section-header-description {
  background-color: #000 !important;
  color: #fff !important;
}

/* The title for an application form section. May not exist for the default section. */
.ashby-application-form-section-header-title {
  background-color: #000 !important;
  color: #fff !important;
}

/* The application submission button. Will have loading and hover states that should be tested. */
.ashby-application-form-submit-button {
  background-color: #000 !important;
  color: #fff !important;
}

/* A container for the success message */
.ashby-application-form-success-container {
  background-color: #000 !important;
  color: #fff !important;
}

/* The heading of a department, which can have many teams under it. */
.ashby-department-heading {
  background-color: #000 !important;
  color: #fff !important;
}

/* The heading of a single team. */
.ashby-department-heading-level {
  background-color: #000 !important;
  color: #fff !important;
}

/* A select box element for filtering the job board. */
.ashby-job-board-filter {
  background-color: #000 !important;
  color: #fff !important;
}

/* The heading of the entire job board. */
.ashby-job-board-heading {
  background-color: #000 !important;
  color: #fff !important;
}

/* The count of job postings on the job board. */
.ashby-job-board-heading-count {
  background-color: #000 !important;
  color: #fff !important;
}

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

/* The heading of a department name. Departments group teams. */
.ashby-job-posting-brief-department-heading {
  background-color: #000 !important;
  color: #fff !important;
}

/* The heading of a single team. */
.ashby-job-posting-brief-department-heading-level {
  background-color: #000 !important;
  color: #fff !important;
}

/* The container for the details of the job posting, in the details pane. */
.ashby-job-posting-brief-details {
  background-color: #000 !important;
  color: #fff !important;
}

/* The container for the list of job post briefings. */
.ashby-job-posting-brief-list {
  background-color: #000 !important;
  color: #fff !important;
}

/* The title of the job posting in the details pane. */
.ashby-job-posting-brief-title {
  background-color: #000 !important;
  color: #fff !important;
}

/* The heading of a job post */
.ashby-job-posting-heading {
  background-color: #000 !important;
  color: #fff !important;
}

/* A container for any surveys specified for this application form. */
.ashby-survey-form-container {
  background-color: #000 !important;
  color: #fff !important;
}

@supports (display: grid) {
  #root {
    background-color: #000 !important;
    color: #fff !important;
  }
  body {
    background-color: #000 !important;
    color: #fff !important;
  }
  #root p {
    color: #fff !important;
  }
  #root h2 {
    color: #fff !important;
  }
  #root div {
    background-color: #000;
  }
  #root a {
    color: #fff !important;
    transition: all 0.2s ease-out;
  }
  #root input {
    color: #fff !important;
    transition: all 0.2s ease-out;
  }
  #root textarea {
    color: #fff !important;
    transition: all 0.2s ease-out;
  }
  #root input:focus-within {
    color: #fff !important;
    border: 1px solid #fff !important;
  }
  #root textarea:focus-within {
    color: #fff !important;
    border: 1px solid #fff !important;
  }
  #root button {
    color: #000 !important;
    background-color: #fff !important;
    transition: all 0.2s ease-out;
    padding: 0.5rem !important;
  }
  #root button:hover {
    background-color: #42ca80 !important;
    color: #fff !important;
  }

  #root ._active_1qoxj_60 {
    color: #42ca80 !important;
  }

  /* #root ._description_1qoxj_201 {
    background-color:  #191818 !important;
  } */

  #root .ashby-job-posting-brief {
    background-color: #191818 !important;
  }
  #root .ashby-job-posting-brief-title {
    background-color: #191818 !important;
  }
  #root .ashby-job-posting-brief-list div {
    background-color: #191818 !important;
    transition: all 0.2s ease-out;
  }
  #root ._input_1wnh2_29:hover {
    border-color: #fff !important;
  }
  #root .ashby-job-board-filter {
    background-color: #191818 !important;
  }
  #root ._filter_12ylk_136 {
    background-color: #000 !important;
    background-image: linear-gradient(to top, #000, #000 100%) !important;
  }
  #root ._filterIconContainer_12ylk_283 {
    background-color: transparent !important;
  }
  #root input:hover {
    border: 1px solid #fff !important;
  }
  #root .ashby-job-board-filter {
    border: 1px solid #fff !important;
  }
  #root ._filtersAction_12ylk_218 {
    padding: 10px;
  }
}

.ashby-job-board-filter {
  background: #000 !important;
}

.ashby-job-board-filter select {
  background: #000 !important;
  color: #fff !important;
}

.ashby-job-board-filter + div {
  background: transparent !important;
}

.ashby-job-board-filter + div svg,
.ashby-job-board-filter + div svg path {
  fill: #fff !important;
}
