@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* 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: #4419B5;

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

    /*  The max width of the job board container */
    --widthMaxJobBoard: 100%;

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

    /*  Container border radius */
    --borderRadiusContainer: 0;

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

    /*  Button border radius */
    --borderRadiusButton: 1.875rem;

    /*  Font families */
    --fontFamily: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif;

    --colorAppBackground: transparent;
  }

/* 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 {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* Application autofill input's description. */
.ashby-application-form-autofill-input-description {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* 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 {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* Application autofill input form's alert element. Can style [data-highlight] which can be 'negative' or 'positive'. */
.ashby-application-form-autofill-input-form-alert {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* Application autofill input's magic sparkles icon. */
.ashby-application-form-autofill-input-icon {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

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

/* Application autofill input's root element. Can style [data-state] which can be 'pending', 'drag', or 'default'. */
.ashby-application-form-autofill-input-root {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* Application autofill input's title. */
.ashby-application-form-autofill-input-title {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* Container element for application autofill input form. */
.ashby-application-form-autofill-pane {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The resume uploader to auto-fill the application form */
.ashby-application-form-autofill-uploader {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* A container for displaying the custom message to the user */
.ashby-application-form-blocked-application-container {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* A container for the application form. */
.ashby-application-form-container {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* A container for the failure message */
.ashby-application-form-failure-container {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* A container for the label and input on an application form. */
.ashby-application-form-field-entry {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The description of each question on an application form. Will only show if a description is specified. */
.ashby-application-form-question-description {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The title of each question on an application form. */
.ashby-application-form-question-title {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* 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 {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The header for an application form section, possibly containing a title and description. */
.ashby-application-form-section-header {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* The description for an application form section. May not exist if no description was specified. */
.ashby-application-form-section-header-description {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The title for an application form section. May not exist for the default section. */
.ashby-application-form-section-header-title {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* The application submission button. Will have loading and hover states that should be tested. */
.ashby-application-form-submit-button {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #FFF; }

.ashby-application-form-submit-button { background-color: #4419B5;}

.ashby-application-form-submit-button:hover, .ashby-application-form-submit-button:active { background-color: #261541; }

/* A container for the success message */
.ashby-application-form-success-container {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The text message consent description. Displayed below phone number fields. Will only show if texting is enabled. */
.ashby-application-form-texting-consent-description {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The heading of a department, which can have many teams under it. */
.ashby-department-heading {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* The heading of a single team. */
.ashby-department-heading-level {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* 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 {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* A select box element for filtering the job board. */
.ashby-job-board-filter {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The 'Filters' label element in the job board. */
.ashby-job-board-filters-label {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* The heading of the entire job board. */
.ashby-job-board-heading {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 300; color: #0f0f0f; font-size: 3rem;}

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

/* The 'Reset filters' label element in the job board. The reset filters label element in the job board. */
.ashby-job-board-reset-filters-label {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

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

/* The heading of a department name. Departments group teams. */
.ashby-job-posting-brief-department-heading {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* The heading of a single team. */
.ashby-job-posting-brief-department-heading-level {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* The container for the details of the job posting, in the details pane. */
.ashby-job-posting-brief-details {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The container for the list of job post briefings. */
.ashby-job-posting-brief-list {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The title of the job posting in the details pane. */
.ashby-job-posting-brief-title {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* The main header on the job posting page */
.ashby-job-posting-header {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* The heading of a job post */
.ashby-job-posting-heading {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;; font-weight: 500; color: #0f0f0f;}

/* The left pane of the job posting, with the job posting details */
.ashby-job-posting-left-pane {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The right pane of the job posting, containing the tabs, overview, and application form */
.ashby-job-posting-right-pane {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The application tab in the right pane of the job posting */
.ashby-job-posting-right-pane-application-tab {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The overview tab in the right pane of the job posting */
.ashby-job-posting-right-pane-overview-tab {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* The tabs slider in the right pane of the job posting */
.ashby-job-posting-right-pane-tab-slider {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}

/* A container for any surveys specified for this application form. */
.ashby-survey-form-container {font-family: "Avenir","Helvetica Neue",Helvetica,Arial,sans-serif; color: #0f0f0f;}