/* Sunrise Robotics Custom Style */
:root {
	--fontFamily: 'Universal Sans Display 400', Arial, sans-serif;

	--colorAppBackground: #e5e5df;
	--colorNeutral000: #e5e5df;
	--colorPrimary900: #333328 !important;
	--colorNeutral800: #0e0e08;
	--colorNeutral700: #333328;
	--colorNeutral300: #333328;
	--background-color: #e5e5df;
	--fontWeightMediumBold: 400;
	--widthMaxContent: 100%;
	--fontSizeXsmall: 16px;
	--fontSizeNormal: 20px;

	--tabSliderHeight: 1px;
	--borderWidthBold: 1px !important;
	--colorNeutralShadow: none;

	/* --spacingSmall: 12px; */
}

button[class*='_option_']:hover {
	background: transparent !important;
	color: #333 !important;
}

button[class*='_active_']:hover {
	background: var(--colorPrimary900) !important;
	color: var(--colorNeutral000) !important;
}

p[class*='_name_'] svg {
	/* display: none; */
}

.ashby-application-form-success-container {
	background-color: transparent !important;
}

.ashby-application-form-success-container h2 {
	display: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* 
  #root > div:nth-of-type(2) > div:nth-of-type(2) {
      grid-template-columns: 50% 50%;
  } 
  */

.ashby-job-board-back-to-all-jobs-button {
	color: var(--colorNeutral800);
	/* font-size: 20px !important; */
	font-size: 20px;
	font-weight: 400;
	border: 1px solid var(--colorNeutral800);
	margin-left: 24px;
	margin-bottom: 40px;
	padding: 8px 20px;
	letter-spacing: 0.1px;
}

/* Ashby fix for desktop */
@media screen and (min-width: 961px) {
	.ashby-job-posting-right-pane {
		/* margin-left: calc((100% - 1512px) / 2 + 65.5%); */
		/* margin-left: calc((100% - 1412px) / 2 + 65.5%); */
		/* margin-left: calc((100% - 1337px) / 2 + 500px); */
		/* margin-right: 113px; */
		/* width: 577px; */
		width: 66.8%;
		position: relative;
		margin-left: auto;
	}

	.ashby-job-posting-heading {
		width: 50%;
	}
}

.ashby-job-posting-right-pane p {
	line-height: 1.2;
	color: var(--colorNeutral700);
	/* margin-bottom: 26px; */
	line-height: 24px !important;
	margin-top: 0 !important;
	margin-bottom: 24px !important;
	letter-spacing: 0.095px !important;
	font-size: 20px !important;
}

.ashby-job-posting-right-pane h3 {
	margin-top: 32px !important;
	margin-bottom: 16px !important;
	line-height: 24px !important;
	font-size: 20px !important;
}

.ashby-job-posting-right-pane h3:first-child {
	margin-top: 0 !important;
}

.ashby-job-posting-right-pane strong {
	font-weight: 700;
}

.ashby-job-posting-right-pane nav {
	margin-bottom: 20px;
	font-size: 36px;
}

.ashby-job-posting-right-pane nav a {
	padding-bottom: 2px;
}

.ashby-job-posting-right-pane button {
	width: auto;
	background-color: transparent;
	color: var(--colorNeutral700);
	padding: 8px 20px;
}

/*
  .ashby-job-posting-right-pane button:hover {
      background: var(--colorNeutral700) !important;
  }
  */

.ashby-job-posting-heading {
	font-size: 52px;
	line-height: 54px;

	margin-bottom: 20px;
	line-height: 1.1;
}

body .ashby-job-board-heading {
	margin-top: 0px !important;
}

/* Font sizes as in website */
@media screen and (min-width: 1440px) {
	.ashby-job-board-heading {
		font-size: 58px;
		line-height: 60px;
	}
}

@media screen and (min-width: 1280px) {
	.ashby-job-board-heading {
		font-size: 54px;
		line-height: 56px;
	}
}

@media screen and (max-width: 991px) {
	.ashby-job-board-heading,
	.ashby-job-posting-heading {
		font-size: 40px;
		line-height: 42px;
	}

	.ashby-department-heading-level,
	.ashby-job-posting-right-pane-overview-tab,
	.ashby-job-posting-right-pane-application-tab {
		font-size: 29px;
	}
}

@media screen and (max-width: 767px) {
	.ashby-job-board-heading {
		line-height: 42px;
	}

	.ashby-department-heading-level,
	.ashby-department-heading,
	.ashby-job-posting-right-pane-overview-tab,
	.ashby-job-posting-right-pane-application-tab {
		font-size: 26px;
	}

	.ashby-job-posting-left-pane p,
	.ashby-job-posting-right-pane p {
		font-size: 17px;
	}

	.ashby-job-posting-left-pane h2 {
		font-size: 14px;
	}

	button {
		font-size: 17px !important;
	}
}

@media screen and (max-width: 767px) {
	.ashby-job-posting-brief {
		padding-block: 12px !important;
	}

	.ashby-job-posting-right-pane nav {
		font-size: 26px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.ashby-application-form-autofill-pane {
		padding-inline: 15px;
	}
}

.ashby-department-heading {
	/* max-width: 539px; */
	border-bottom: 1px solid #0e0e08;
	font-size: 36px;
}

.ashby-job-posting-brief {
	padding-top: 20px;
	padding-bottom: 19px;
	margin-top: 0px !important;
}

.ashby-job-posting-brief-details p {
	line-height: normal;
}

.ashby-job-posting-brief-list a div:hover {
	background-color: transparent;
}

.ashby-job-posting-brief-list div:hover h3 {
	color: #66665e;
}

.ashby-job-posting-brief-list div:active h3 {
	border-color: transparent;
}

.ashby-job-posting-brief-list:last-of-type {
	margin-bottom: 80px;
}

.ashby-job-posting-brief-title {
	color: #0e0e08;
	border-bottom: 1px solid;
	display: inline;
	letter-spacing: -0.29px;
}

.ashby-job-posting-brief-details {
	font-size: 16px;
	/* margin-top: 0px; */
}

.ashby-job-board-back-to-all-jobs-button:hover {
	background-color: transparent;
	border: 1px solid var(--colorNeutral800);
	box-shadow: unset;
	color: var(--colorNeutral800);
}

.ashby-job-board-back-to-all-jobs-button:hover svg {
	color: var(--colorNeutral800);
}

.ashby-job-board-back-to-all-jobs-button svg {
	fill: var(--colorNeutral800);
}

.ashby-job-posting-left-pane h2 {
	margin-bottom: 10px;
	letter-spacing: 0.08px;
}

.ashby-job-posting-left-pane p {
	letter-spacing: 0.1px;
}

.ashby-application-form-autofill-input-root {
	border: 1px dashed var(--colorNeutral700);
	margin-bottom: 15px;
}

.ashby-application-form-autofill-input-root p {
	font-size: 16px;
}

.ashby-application-form-autofill-input-base-layer > div > div:first-child > div:first-child {
	display: none;
}

button {
	border-color: var(--colorNeutral700) !important;
	/* color: var(--colorNeutral700) !important; */
	/* background-color: transparent !important; */
	padding: 8px 20px;
	/* font-size: 20px !important; */
	font-size: 20px;
	border-width: 1px !important;
}

button:hover {
	background: var(--colorNeutral700) !important;
	color: var(--colorNeutral000) !important;
}

button:active {
	background-color: #47473e !important;
	color: var(--background-color) !important;
	border-color: #47473e !important;
}

button:hover,
button:active {
	box-shadow: none !important;
}

.ashby-application-form-submit-button {
	width: auto;
	padding: 8px 20px !important;
	margin-left: 16px;
}

/* 
  .ashby-application-form-container {
      padding-left: 0;
      padding-right: 0;
  }
  
  .ashby-application-form-autofill-pane {
      padding-left: 0;
      padding-right: 0;
  }
  */

.ashby-application-form-field-entry button {
	padding: 8px 20px !important;
}

.ashby-application-form-field-entry button span {
	line-height: normal;
	font-size: 14px;
}

.ashby-application-form-submit-button svg {
	display: none;
}

.ashby-application-form-field-entry button svg {
	display: none;
	fill: var(--colorNeutral700);
	max-width: 14px;
}

.ashby-application-form-field-entry button[class*='_removeButton_'] svg {
	/* display: inline; */
}

button[class*='_removeButton_']::after {
	content: 'Delete';
	font-size: 14px;
	line-height: normal;
}

.ashby-application-form-field-entry button:hover svg {
	fill: var(--colorNeutral000);
}

.ashby-application-form-field-entry div p {
	/* display: none; */
}

.ashby-application-form-field-entry input::placeholder {
	color: #acaca9;
}

footer {
	display: none !important;
}

.ashby-application-form-section-header-title {
	font-weight: 600;
}

.ashby-application-form-autofill-input-form-alert p {
	color: #fff !important;
}

/*
  .ashby-application-form-autofill-input-base-layer ._iconContainer_xd2v0_50 {
      display: none !important;
  }
  */

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

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

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

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

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

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

	/*  Button border radius */
	--borderRadiusButton: 100px;

	/*  Font families */
	--fontFamily: 'Universal Sans Display 400', Arial, sans-serif;
}

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

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

/* 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. Will only show if a description is specified. */
.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. 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 {
}

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

/* The application submission button. Will have loading and hover states that should be tested. */
.ashby-application-form-submit-button {
}

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

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

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

/* The heading of a single team. */
.ashby-department-heading-level {
}

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

/* A select box element for filtering the job board. */
.ashby-job-board-filter {
}

/* The 'Filters' label element in the job board. */
.ashby-job-board-filters-label {
}

/* The heading of the entire job board. */
.ashby-job-board-heading {
}

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

/* The 'Reset filters' label element in the job board. The reset filters label element in the job board. */
.ashby-job-board-reset-filters-label {
}

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

/* The heading of a department name. Departments group teams. */
.ashby-job-posting-brief-department-heading {
}

/* The heading of a single team. */
.ashby-job-posting-brief-department-heading-level {
}

/* The container for the details of the job posting, in the details pane. */
.ashby-job-posting-brief-details {
}

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

/* The main header on the job posting page */
.ashby-job-posting-header {
}

/* The heading of a job post */
.ashby-job-posting-heading {
}

/* The left pane of the job posting, with the job posting details */
.ashby-job-posting-left-pane {
}

/* The right pane of the job posting, containing the tabs, overview, and application form */
.ashby-job-posting-right-pane {
}

/* The application tab in the right pane of the job posting */
.ashby-job-posting-right-pane-application-tab {
}

/* The overview tab in the right pane of the job posting */
.ashby-job-posting-right-pane-overview-tab {
}

/* The tabs slider in the right pane of the job posting */
.ashby-job-posting-right-pane-tab-slider {
}

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

li {
	line-height: 1 !important;
}

@media (max-width: 2880px) {
	.ashby-job-posting-right-pane p {
		margin-bottom: 24px !important;
		line-height: 24px !important;
		font-size: 20px !important;
	}

	.ashby-job-posting-right-pane h3 {
		margin-bottom: 24px !important;
		line-height: 24px !important;
		font-size: 20px !important;
	}
}

@media (max-width: 1214px) {
	.ashby-job-posting-right-pane p {
		margin-bottom: 23px !important;
		line-height: 23px !important;
		font-size: 18px !important;
	}

	.ashby-job-posting-right-pane h3 {
		margin-bottom: 23px !important;
		line-height: 23px !important;
		font-size: 18px !important;
	}
}

@media (max-width: 846px) {
	.ashby-job-posting-right-pane p {
		margin-bottom: 24px !important;
		line-height: 24px !important;
		font-size: 20px !important;
		letter-spacing: 0.085px;
	}

	.ashby-job-posting-right-pane h3 {
		margin-bottom: 24px !important;
		line-height: 24px !important;
		font-size: 20px !important;
	}
}

@media (max-width: 783px) {
	.ashby-job-posting-right-pane p {
		margin-bottom: 19px !important;
		line-height: 19px !important;
		font-size: 16px !important;
		letter-spacing: 0.085px !important;
	}

	.ashby-job-posting-right-pane h3 {
		margin-bottom: 19px !important;
		line-height: 19px !important;
		font-size: 16px !important;
	}
}
