:root {
    --colorAppBackground: #F5F5F7;
  }
/* 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: #F5F5F7;
}


/* Container element for application autofill input form. */
.ashby-application-form-autofill-pane {
background-color: #F5F5F7;
}


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


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

.ashby-application-form-question-description,
.ashby-application-form-section-container,
.ashby-application-form-section-header,
.ashby-application-form-section-header-description,
.ashby-application-form-section-header-title,
.ashby-department-heading,
.ashby-department-heading-level,
.ashby-job-board-filter,
.ashby-job-board-filters-label,
.ashby-job-board-heading,
.ashby-job-board-heading-count,
.ashby-job-board-reset-filters-label,
.ashby-job-posting-brief,
.ashby-job-posting-brief-department-heading,
.ashby-job-posting-brief-department-heading-level,
.ashby-job-posting-brief-list,
.ashby-job-posting-header,
.ashby-job-posting-heading,
.ashby-job-posting-left-pane,
.ashby-job-posting-right-pane,
.ashby-job-posting-right-pane-tab-slider,
.ashby-survey-form-container {
  background-color: #F5F5F7;
}


