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

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

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

    --colorAppBackground: #212E21;
  }

/* 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: #9BAD9B; }

/* 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 { color: #F0F2E8; font-weight: 600; }

/* Container element for application autofill input form. */
.ashby-application-form-autofill-pane { background-color: #2C3D2C !important; border: 1px solid rgba(255,255,255,0.09) !important; }
.ashby-application-form-autofill-pane * { background-color: transparent !important; }

/* The resume uploader to auto-fill the application form */
.ashby-application-form-autofill-uploader { background-color: #324632 !important; color: #F0F2E8 !important; border: 1px solid rgba(255,255,255,0.2) !important; transition: background-color 0.2s ease !important; }
.ashby-application-form-autofill-uploader * { color: #F0F2E8 !important; }
.ashby-application-form-autofill-uploader svg, .ashby-application-form-autofill-uploader svg path { color: #D4F14A !important; fill: #D4F14A !important; stroke: #D4F14A !important; }
.ashby-application-form-autofill-uploader:hover { background-color: #4a6e4a !important; }

/* A container for displaying the custom message to the user */
.ashby-application-form-blocked-application-container { color: #F0F2E8; }

/* A container for the application form. */
.ashby-application-form-container { background-color: #212E21; }

/* A container for the failure message */
.ashby-application-form-failure-container { color: #f08080; }

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

/* The title of each question on an application form. */
.ashby-application-form-question-title { color: #F0F2E8; }

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

/* The title for an application form section. May not exist for the default section. */
.ashby-application-form-section-header-title { color: #F0F2E8; font-weight: 600; }

/* The application submission button. Will have loading and hover states that should be tested. */
.ashby-application-form-submit-button { background-color: #D4F14A !important; color: #000000 !important; font-weight: 700; }
.ashby-application-form-submit-button * { color: #000000 !important; }
.ashby-application-form-submit-button svg { display: none !important; }

/* A container for the success message */
.ashby-application-form-success-container { color: #D4F14A; }

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

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

/* The heading of a single team. */
.ashby-department-heading-level { color: #F0F2E8; }

/* 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 { color: #F0F2E8 !important; background-color: #2C3D2C !important; border: 1px solid rgba(255,255,255,0.2) !important; }
.ashby-job-board-back-to-all-jobs-button * { color: #F0F2E8 !important; }

/* A select box element for filtering the job board. */
.ashby-job-board-filter { background-color: #2C3D2C; color: #F0F2E8; border: 1px solid rgba(255,255,255,0.09); }

/* The 'Filters' label element in the job board. */
.ashby-job-board-filters-label { color: #9BAD9B; }

/* The heading of the entire job board. */
.ashby-job-board-heading { color: #F0F2E8; }

/* The count of job postings on the job board. */
.ashby-job-board-heading-count { color: #9BAD9B; }

/* The 'Reset filters' label element in the job board. The reset filters label element in the job board. */
.ashby-job-board-reset-filters-label { color: #D4F14A; }

/* The container of the job posting details pane. */
.ashby-job-posting-brief {
    /* This adds some space between posting briefings. */
    margin-bottom: 10px;
    background-color: #2C3D2C;
    border: 1px solid rgba(255,255,255,0.09);
}

/* Job card hover state */
.ashby-job-posting-brief:hover { background-color: #324632; border-color: rgba(255,255,255,0.18); }

/* The heading of a department name. Departments group teams. */
.ashby-job-posting-brief-department-heading { color: #F0F2E8; }

/* The heading of a single team. */
.ashby-job-posting-brief-department-heading-level { color: #F0F2E8; }

/* The container for the details of the job posting, in the details pane. */
.ashby-job-posting-brief-details { color: #9BAD9B; }

/* 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 { color: #F0F2E8; font-weight: 600; }

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

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

/* The left pane of the job posting, with the job posting details */
.ashby-job-posting-left-pane { color: #F0F2E8; background-color: #2C3D2C; border: 1px solid rgba(255,255,255,0.09); border-radius: 10px; }

/* The right pane of the job posting, containing the tabs, overview, and application form */
.ashby-job-posting-right-pane { background-color: #2C3D2C; border: 1px solid rgba(255,255,255,0.09); color: #F0F2E8; }

/* The application tab in the right pane of the job posting */
.ashby-job-posting-right-pane-application-tab { color: #F0F2E8 !important; }
.ashby-job-posting-right-pane-application-tab * { color: #F0F2E8 !important; }

/* The overview tab in the right pane of the job posting */
.ashby-job-posting-right-pane-overview-tab { color: #F0F2E8 !important; }
.ashby-job-posting-right-pane-overview-tab * { color: #F0F2E8 !important; }

/* The tabs slider in the right pane of the job posting */
.ashby-job-posting-right-pane-tab-slider { background-color: #D4F14A; }

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

/* Override lime-colored text in job description and detail values */
p, span, li, td, h1, h2, h3, h4, h5 { color: #F0F2E8 !important; }

/* Input field text color, cursor, and caret */
input, textarea, select {
  color: #F0F2E8 !important;
  caret-color: #F0F2E8 !important;
  cursor: text !important;
}
input::placeholder, textarea::placeholder { color: #6b8a6b !important; }

/* Force dark background on all elements inside right pane, including tab bar container */
.ashby-job-posting-right-pane > *,
.ashby-job-posting-right-pane > * > *:not(.ashby-job-posting-right-pane-tab-slider):not(.ashby-application-form-submit-button):not(input):not(textarea):not(select) {
  background-color: #2C3D2C !important;
}

/* Style all buttons (except submit) to be visible against dark background */
button:not(.ashby-application-form-submit-button) { background-color: #324632 !important; color: #F0F2E8 !important; border: 1px solid rgba(255,255,255,0.2) !important; transition: background-color 0.2s ease !important; }
button:not(.ashby-application-form-submit-button) svg, button:not(.ashby-application-form-submit-button) svg path { color: #D4F14A !important; fill: #D4F14A !important; stroke: #D4F14A !important; }
button:not(.ashby-application-form-submit-button) * { color: #F0F2E8 !important; background-color: transparent !important; }
button:not(.ashby-application-form-submit-button):hover { background-color: #4a6e4a !important; }

/* Keep tab slider lime */
.ashby-job-posting-right-pane-tab-slider { background-color: #D4F14A !important; }
