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

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

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

/* 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 {
    background-color: #1e1e1e;
    color: #ffffff;
    border: none;
}

/* Application autofill input's description. */
.ashby-application-form-autofill-input-description {
    color: #b3b3b3;
}

/* 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 {
    background-color: rgba(255, 140, 0, 0.1);
    border: 2px dashed var(--colorPrimary600);
}

/* Application autofill input form's alert element. Can style [data-highlight] which can be 'negative' or 'positive'. */
.ashby-application-form-autofill-input-form-alert {
    background-color: #2a2a2a;
    color: #ffffff;
    border: 1px solid #444444;
}

.ashby-application-form-autofill-input-form-alert[data-highlight="negative"] {
    background-color: #3a1a1a;
    border-color: #ff6b6b;
    color: #ff9999;
}

.ashby-application-form-autofill-input-form-alert[data-highlight="positive"] {
    background-color: #1a3a1a;
    border-color: #4caf50;
    color: #90ee90;
}

/* Application autofill input's magic sparkles icon. */
.ashby-application-form-autofill-input-icon {
    color: var(--colorPrimary600);
}

/* 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 {
    background-color: rgba(30, 30, 30, 0.9);
    color: #ffffff;
}

/* Application autofill input's root element. Can style [data-state] which can be 'pending', 'drag', or 'default'. */
.ashby-application-form-autofill-input-root {
    background-color: #1e1e1e;
    color: #ffffff;
    border: 1px solid var(--colorPrimary900);;
}

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

/* Container element for application autofill input form. */
.ashby-application-form-autofill-pane {
    background-color: inherit;
    border: none;
}

/* The resume uploader to auto-fill the application form */
.ashby-application-form-autofill-uploader {
    background-color: #2a2a2a;
    border: 2px dashed #444444;
    color: #ffffff;
}

/* A container for displaying the custom message to the user */
.ashby-application-form-blocked-application-container {
    background-color: #2a1a1a;
    color: #ff9999;
    border: 1px solid #ff6b6b;
}

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

/* A container for the failure message */
.ashby-application-form-failure-container {
    background-color: #3a1a1a;
    color: #ff9999;
    border: 1px solid #ff6b6b;
}

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

.ashby-application-form-field-entry input,
.ashby-application-form-field-entry textarea,
.ashby-application-form-field-entry div,
.ashby-application-form-field-entry select {
    background-color: #2a2a2a;
    border: none;
    color: #ffffff;
}

.ashby-application-form-field-entry input:focus,
.ashby-application-form-field-entry textarea:focus,
.ashby-application-form-field-entry select:focus {
    border: none;
    outline: none;
}

.ashby-application-form-field-entry p {
    background-color: transparent;
    border: none;
}

.ashby-application-form-field-entry p + button {
    border: none !important;
    background-color: #333333 !important;
}

.ashby-application-form-field-entry p + button:hover {
    border: none !important;
    background-color: var(--colorPrimary600) !important;
}

.ashby-application-form-field-entry p + button:hover svg {
    fill: black !important;
}

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

.ashby-application-form-field-entry button, .ashby-application-form-autofill-input-base-layer button {
    /*background-color: inherit;*/
    border: var(--borderWidthBold) solid #121212;
}

.ashby-application-form-field-entry button:hover svg, .ashby-application-form-autofill-input-base-layer button:hover svg {
    fill: #121212;
}

.ashby-application-form-field-entry button + button {
    /*border: var(--borderWidthBold) solid #333;*/
}

.ashby-application-form-field-entry button[class*="_active"] {
    background-color: var(--colorPrimary600) !important;
    color: black;
}

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

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

.ashby-application-form-field-entry div[class*="_container"] {
    background: none !important;
}

.ashby-application-form-field-entry div[class*="_container"] > div {
    background: none !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: inherit;
    border: none;
}

/* The header for an application form section, possibly containing a title and description. */
.ashby-application-form-section-header {
    background-color: #2a2a2a;
    border-bottom: 1px solid var(--colorPrimary900);;
}

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

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

/* The application submission button. Will have loading and hover states that should be tested. */
.ashby-application-form-submit-button {
    background-color: #333333 !important;
    color: var(--colorPrimary600);
    border: var(--borderWidthBold) solid #121212;
}

.ashby-application-form-submit-button:hover {
    background-color: var(--colorPrimary600) !important;
    color: #000000;
    border: var(--borderWidthBold) solid #333333;
}

.ashby-application-form-submit-button svg {
    fill: var(--colorPrimary600);
}

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

.ashby-application-form-submit-button:disabled {
    background-color: #444444;
    color: #888888;
}

.ashby-application-form-submit-button > svg {
    fill: black;
}

/* A container for the success message */
.ashby-application-form-success-container {
    background-color: #1a3a1a;
    color: #90ee90;
    border: 1px solid #4caf50;
}

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

/* The heading of a department, which can have many teams under it. */
.ashby-department-heading {
    color: #ffffff;
    border-bottom: 2px solid #333333;
}

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

/* 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 {
    background-color: #2a2a2a;
    color: #ffffff;
    border: 1px solid #444444;
}

.ashby-job-board-back-to-all-jobs-button:hover {
    background-color: #333333;
}

/* A select box element for filtering the job board. */
.ashby-job-board-filter {
    background-color: #2a2a2a;
    border: 1px solid #444444;
    color: #ffffff;
    background-image: none;
    outline: none !important;
}

.ashby-job-board-filter:focus {
    border-color: var(--colorPrimary600);
    outline: none;
}

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

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

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

/* 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: var(--colorPrimary600);
    background: none;
}

.ashby-job-board-reset-filters-label:hover {
    color: var(--colorPrimary900);
}

/* The container of the job posting details pane. */
.ashby-job-posting-brief {
    /* This adds some space between posting briefings. */
    margin-bottom: 10px;
    background-color: #1e1e1e;
    border: 1px solid var(--colorPrimary900);;
    color: #ffffff;
}

.ashby-job-posting-brief:hover {
    background-color: #2a2a2a;
    border-color: #444444;
}

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

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

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

/* The container for the list of job post briefings. */
.ashby-job-posting-brief-list {
    background-color: transparent;
}

/* The title of the job posting in the details pane. */
.ashby-job-posting-brief-title {
    color: #ffffff;
}

/* The main header on the job posting page */
.ashby-job-posting-header {
    background-color: #1e1e1e;
    color: #ffffff;
    border-bottom: 1px solid var(--colorPrimary900);;
}

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

/* The left pane of the job posting, with the job posting details */
.ashby-job-posting-left-pane {
    background-color: #121212;
    color: #ffffff;
    border-right: 1px solid var(--colorPrimary900);;
}

.ashby-job-posting-left-pane > div {
    border-bottom: var(--borderWidthNormal) solid var(--colorPrimary900);
}

/* The right pane of the job posting, containing the tabs, overview, and application form */
.ashby-job-posting-right-pane {
    background: none;
    color: #ffffff;
}

.ashby-job-posting-right-pane > div, .ashby-job-posting-right-pane > nav {
    background-color: inherit;
}


.ashby-job-posting-right-pane button {
    background-color: #333333 !important;
    color: var(--colorPrimary600);
    border: var(--borderWidthBold) solid #121212;
}

.ashby-job-posting-right-pane button:hover {
    background-color: var(--colorPrimary600) !important;
    color: #000000;
    border: var(--borderWidthBold) solid #333333;
}

/* The application tab in the right pane of the job posting */
.ashby-job-posting-right-pane-application-tab {
    background: none;
    color: #ffffff;
    border: none;
}

/* The overview tab in the right pane of the job posting */
.ashby-job-posting-right-pane-overview-tab {
    background: none;
    color: #ffffff;
    border: none;
}

.ashby-job-posting-right-pane-overview-tab a[class*="_active"] {
    background: none;
    color: #000000;
}

/* The tabs slider in the right pane of the job posting */
.ashby-job-posting-right-pane-tab-slider {
    background-color: #2a2a2a;
    border-bottom: 1px solid var(--colorPrimary900);
}

/* A container for any surveys specified for this application form. */
.ashby-survey-form-container {
    background-color: #1e1e1e;
    border: 1px solid var(--colorPrimary900);;
    color: #ffffff;
}

div[class*="_filtersContainer"]:has(.ashby-job-board-filter) {
    background-color: #121212;
}

div[id="root"] > div[class*="_container"]{
    max-width: 1750px!important;
}