#jobs-container {
	margin-top: 50px !important;
}
#jobs-container h1 {
	font-weight: 500 !important;
}

#jobs-container h5 {
	font-weight: 500 !important;
	font-size: 22px !important;
}

#jobs-container li,
p {
	font-size: 15px !important;
}


#jobApplicationForm {
	border-top: 1px solid var(--rexd-border);
	padding-top: 60px;
	margin-top: 30px;
}

#jobApplicationForm label {
	display: none;
}

#jobApplicationForm input::placeholder,
#jobApplicationForm textarea::placeholder {
	color: #333333;
	opacity: 0.45 !important;
}

#jobApplicationForm input,
#jobApplicationForm select,
#jobApplicationForm textarea {
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0;
	color: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0 0 15px 0;
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 1px solid #bfbfbf;
	font-size: 14px;
	outline: none;
}

#jobApplicationForm input {
	height: 38px;
	line-height: 1.3;
}

#jobApplicationForm input#phone {
	padding-bottom: 0 !important;
}

#jobApplicationForm .iti__flag {
	background-image: url('https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/24.3.4/img/flags.png') !important;
}

#jobApplicationForm .iti__search-input {
	padding: 10px !important;
}

#jobApplicationForm .col-sm-12 {
	position: relative;
}

#jobApplicationForm small {
	color: var(--bs-gray) !important;
	font-style: italic !important;
	font-weight: 600 !important;
}

#jobApplicationForm .letter ~ small {
	font-size: 11px !important;
	position: absolute;
	text-align: right;
	right: 15px;
	top: 100%;
}

#jobApplicationForm .letter ~ small span {
	color: #333333;
	opacity: 0.45;
}

#jobApplicationForm .error-message {
	display: block;
	color: var(--rexd-primary);
	font-size: 12px !important;
	cursor: default;
}

#jobApplicationForm button[type="submit"],
#viewAllJobs,
.file-upload label {
	min-width: 154px;
	height: 50px;
	border-radius: 36px;
	background: var(--rexd-primary) !important;
	color: var(--rexd-white) !important;
	border: 1px solid transparent !important;
	font-weight: 500 !important;
	line-height: 47px !important;
	font-size: 16px !important;
}

#jobApplicationForm button[type="submit"]:hover,
#viewAllJobs:hover,
.file-upload label:hover {
	background: var(--rexd-white) !important;
	color: var(--rexd-secondary) !important;
	border-color: var(--rexd-secondary) !important;
}


#responseMessage {
	margin-top: 1rem;
}

#responseMessage>p {
	display: block;
	position: relative;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25rem;
	padding: .75rem 1.25rem;
}

#responseMessage .error-message {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	font-size: 14px !important;
}

#responseMessage .success-message {
	color: #155724;
	background-color: #d4edda;
	border-color: #9bcca7;
	border: 0;
	font-size: 18px !important;
	font-weight: 500;
	line-height: 30px !important;
}

.file-upload {
	display: inline-block;
	cursor: pointer;
}

.file-upload * {
	transition: ease all 300ms !important;
}

.file-upload label {
	display: flex !important;
	align-items: center;
	padding: 15px 30px !important;
	cursor: pointer;
	color: var(--rexd-secondary) !important;
	background-color: transparent !important;
	border-width: 2px !important;
	border-color: #bfbfbf !important;
}

.file-upload label svg.icon-uploaded {
	display: none;
}

.file-upload label svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	color:  var(--rexd-secondary);
	margin-right: 8px;
}

.file-upload label:hover {
	color: var(--rexd-primary) !important;
	border-color: var(--rexd-primary) !important;
}
.file-upload label:hover svg {
	color: var(--rexd-primary) !important;
}
.file-upload label.file-attached,
.file-upload label.file-attached:hover {
	color: #155724 !important;
	background-color: #d4edda !important;
	border-color: #9bcca7 !important;
}
.file-upload label.file-attached svg,
.file-upload label.file-attached:hover svg {
	color: #155724 !important;
}

.file-name {
	font-size: 12px;
	position: absolute;
	left: calc(100% + 20px);
	width: 140px;
	text-align: left;
	color: #9B9B9B;
	line-height: 14px;
}

.file-label {
	margin-left: 8px;
}