/* stylelint-disable */

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

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

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

  --colorAppBackground: #111111;
}

/* 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 {
  color: white;
}

/* 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 {
  border-color: #282828;
}

.ashby-application-form-autofill-input-root button {
  color: #111111;
  background-color: var(--colorPrimary600);
}

.ashby-application-form-autofill-input-root button:hover {
  color: #111111;
  background-color: var(--colorPrimary900);
}

/* Application autofill input's title. */
.ashby-application-form-autofill-input-title {
  color: white;
}

/* 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 {
  color: white;
}

.ashby-application-form-field-entry button {
  background-color: var(--colorPrimary600);
  color: #111111;
}

.ashby-application-form-field-entry svg {
  fill: #111111;
}

.ashby-application-form-field-entry button:hover svg {
  fill: #111111;
}

.ashby-application-form-field-entry button:hover {
  background-color: var(--colorPrimary900);
  color: #111111;
}

.ashby-application-form-field-entry div {
  border-color: #282828;
}

.ashby-application-form-field-entry label {
  color: white;
}

.ashby-application-form-field-entry input {
  color: white;
  border-color: #282828;
}

.ashby-application-form-field-entry p {
  color: white;
}

/* 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 {
  color: white;
}

/* 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 {
}

/* Honeypot — target the specific field, not the section */
.ashby-application-form-field-entry:has(label[for="d3ec589a-2b8d-4214-ae61-9cd53007a879"]) {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}


/* 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 {
  color: #111111;
}

.ashby-application-form-submit-button svg {
  fill: #111111;
}

.ashby-application-form-submit-button:hover {
  color: #111111;
}

.ashby-application-form-submit-button:hover svg {
  color: #111111;
}

/* 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 {
}

/* 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 {
}

/* A select box element for filtering the job board. */
.ashby-job-board-filter {
}

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

/* The heading of the entire job board. */
.ashby-job-board-heading {
}

/* 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 {
}

/* 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 {
}

/* The main header on the job posting page */
.ashby-job-posting-header {
  background-color: #1e1e1e;
}

@media only screen and (min-width: 768px) {
    .ashby-job-posting-header ul {
        grid-template-columns: 1fr 128px;
        padding: 0;
        height: 80px;
    }
}

/* The heading of a job post */
.ashby-job-posting-heading {
  color: #ffffff;
}

.ashby-job-posting-heading {
    font-size: var(--fontSizeXxlarge);
    font-weight: 200;
    border-bottom: 1px solid #363636;
    padding: 1em 0;
    margin-bottom: .5em;
}


@media only screen and (min-width: 768px) {
    .ashby-job-posting-heading {
        font-size: var(--fontSizeXxxxlarge);
    }
}


/* The left pane of the job posting, with the job posting details */
.ashby-job-posting-left-pane {
  color: white;
  background-color: #111111;
}

@media only screen and (min-width: 768px) {
   .ashby-job-posting-left-pane {
        margin-top: 0 !important;
   } 
}

.ashby-job-posting-left-pane h2 {
  color: #b0b0b0;
  text-transform: uppercase;
}

.ashby-job-posting-left-pane p {
  color: #e8e8e8 !important;
}

.ashby-job-posting-left-pane > div {
  border-color: #282828;
}

/* The right pane of the job posting, containing the tabs, overview, and application form */
.ashby-job-posting-right-pane {
  color: white;
  background-color: #111111 !important;
  padding-bottom: 10em;
}

.ashby-job-posting-right-pane div {
  background-color: #111111 !important;
}

.ashby-job-posting-right-pane a[role='tab'][aria-selected='false'] .ashby-job-posting-right-pane-application-tab,
.ashby-job-posting-right-pane a[role='tab'][aria-selected='false'] .ashby-job-posting-right-pane-overview-tab {
  color: #b0b0b0;
}

.ashby-job-posting-right-pane a[role='tab'][aria-selected='false']:hover .ashby-job-posting-right-pane-application-tab,
.ashby-job-posting-right-pane a[role='tab'][aria-selected='false']:hover .ashby-job-posting-right-pane-overview-tab {
  color: white;
}

.ashby-job-posting-right-pane a[role='tab'][aria-selected='true'] .ashby-job-posting-right-pane-application-tab,
.ashby-job-posting-right-pane a[role='tab'][aria-selected='true'] .ashby-job-posting-right-pane-overview-tab {
  color: var(--colorPrimary900);
}

@media only screen and (max-width: 767px) {

.ashby-job-posting-right-pane nav {
  color: white;
  background-color: #111111 !important;
}

}

/* 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 {
}

.ashby-job-posting-right-pane div a button {
  color: #111111;
}

.ashby-job-posting-right-pane nav {
    margin-bottom: 1em;
}

p {
  color: rgb(198, 198, 198) !important;
}

p a {
  color: white !important;
}

footer {
    border-top: 1px solid #363636 !important;
}

footer a {
  color: white !important;
}

footer svg {
  fill: white !important;
}

.ashby-job-posting-right-pane [aria-labelledby="job-overview"] p {
    padding-bottom: 1em;
}

.ashby-job-posting-right-pane [aria-labelledby="job-overview"] p strong {
    color: rgb(227, 227, 227) !important;
}

.ashby-job-posting-right-pane [aria-labelledby="job-overview"] ul {
    margin-left: 1.2em;
    padding-right: 1em;
    padding-bottom: 1.5em;
    list-style-type: square;
}

.ashby-job-posting-right-pane [aria-labelledby="job-overview"] ul p {
    padding-bottom: .5em;
}

.ashby-job-posting-right-pane [aria-labelledby="job-overview"] ul p strong {
    color: white !important;
}

.ashby-job-posting-right-pane [aria-labelledby="job-overview"] h2,
.ashby-job-posting-right-pane [aria-labelledby="job-overview"] h3 {
    padding-top: 0.25em !important;
    margin-top: 0 !important;
}

.ashby-job-posting-right-pane [aria-labelledby="job-overview"] p + h2,
.ashby-job-posting-right-pane [aria-labelledby="job-overview"] p + h3 {
    padding-top: 1em !important;
}

.ashby-job-posting-right-pane [aria-labelledby="job-overview"] h2 + h3 {
    padding-top: 1em !important;
}

.ashby-job-posting-right-pane [aria-labelledby="job-overview"] h3 strong {
    font-weight: var(--fontWeightNormal) !important;
}

@media only screen and (min-width: 768px) {
    .ashby-job-posting-right-pane [aria-labelledby="job-overview"] h2 {
        font-size: var(--fontSizeXxxlarge);
    }

    .ashby-job-posting-right-pane [aria-labelledby="job-overview"] h3 {
        font-size: var(--fontSizeXxlarge);
    }
}

.ashby-application-form-field-entry button {
    background-color: #222;
    color: #fff;
    border: 0;
}

.ashby-application-form-field-entry button svg {
  fill: #eee;
}
