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

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

    /*  The max width of the job board container */
    --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;

    /*  Background color */
    --colorAppBackground: #FFFFFF;
}

/* Application autofill input's base layer element */
.ashby-application-form-autofill-input-base-layer {}

/* Application autofill input's description */
.ashby-application-form-autofill-input-description {}

/* Application autofill input's drag state overlay element */
.ashby-application-form-autofill-input-drag-layer {}

/* Application autofill input form's alert element */
.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 */
.ashby-application-form-autofill-input-pending-layer {}

/* Application autofill input's root element */
.ashby-application-form-autofill-input-root {}

/* Application autofill input's title */
.ashby-application-form-autofill-input-title {}

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

/* The description of each question on an application form */
.ashby-application-form-question-description {}

/* The title of each question on an application form */
.ashby-application-form-question-title {}

/* A single section on the Ashby application form */
.ashby-application-form-section-container {}

/* The header for an application form section */
.ashby-application-form-section-header {}

/* The description for an application form section */
.ashby-application-form-section-header-description {}

/* The title for an application form section */
.ashby-application-form-section-header-title {}

/* The application submission button */
.ashby-application-form-submit-button {}

/* A container for the success message */
.ashby-application-form-success-container {}
