
 /* ==========================================================================
   0. Global Design Tokens (Update variables here to change everywhere)
   ========================================================================== */
:root {
  /* Core Base Definitions */
  --theme-primary: #29255d;
  --theme-secondary: #5a6872;
  --theme-background: #fff;
  
  /* Semantic Core Assignments */
  --primary-color: var(--theme-primary);
  --secondary-color: var(--theme-secondary);
  --background-color: var(--theme-background);
  --brand-color-primary: var(--theme-primary);
  
  /* Typography & Utilities */
  --text-dark: #111010;
  --text-pure-black: #000000;
  --text-danger: #c31313;
  --bg-danger: #ffdada;
  --body-color: #111010;
  
  /* Structural Borders */
  --border-gray: gray;
  --border-light-gray: #efefef;
  --border-medium-gray: #ccc;
}

/* ==========================================================================
   1. Core Layout & Global Elements
   ========================================================================== */
.phw-page-apply .ph-apply-box form {
  width: 100%;
}

.phw-page-apply .ph-apply-box fieldset {
  width: 100%;
}

.phw-page-apply .ph-apply-box .form-group {
  margin-bottom: 10px;
}
.phw-page-apply .ph-apply-box button.array-button-add#array-button-add-languageData{
padding:10px
}

.phw-page-apply .ph-apply-box label {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 0 !important;
}

.phw-page-apply .ph-apply-box input,
.phw-page-apply .ph-apply-box textarea {
  width: 100%;
  padding: 8px;
}

.phw-page-apply .ph-apply-box input[type="text"] {
  padding: 10px;
}

.phw-page-apply .ph-apply-box input[type="checkbox"],
.phw-page-apply .ph-apply-box input[type="radio"] {
  width: 4px;
  height: 4px;
  flex: none;
}

.phw-page-apply .ph-apply-box input.form-control,
.phw-page-apply .ph-apply-box select.form-control {
  color: var(--text-dark);
  font-size: 14px;
  border: 1px solid var(--border-gray);
  height: 40px;
  width: 100%;
  padding-left: 5px;
}

.phw-page-apply .ph-apply-box textarea.form-control {
  color: var(--text-dark);
  font-size: 14px;
  border: 1px solid var(--border-gray);
  height: 100px;
  width: 100%;
  background-color: transparent;
}

/* ==========================================================================
   2. Buttons & Navigation
   ========================================================================== */
.phw-page-apply .ph-apply-box button.btn {
  color: #ffffff;
  background: var(--primary-color);
  font-size: 12px;
  border: 1px solid var(--border-gray);
  height: 50px;
  float: left;
}

.phw-page-apply .ph-apply-box .btn-sm {
  min-height: 40px !important;
}

.phw-page-apply .ph-apply-box .navigation {
  display: flex;
}

.phw-page-apply .ph-apply-box button.btn-submit,
.phw-page-apply .ph-apply-box button.btn-next {
  float: right !important;
  margin-left: auto;
}

.phw-page-apply .ph-apply-box button.btn-prev {
  float: left !important;
}

.phw-page-apply .ph-apply-box button.btn-navigate {
  color: #ffffff;
  background: var(--primary-color);
  font-size: 14px !important;
  border: 1px solid var(--primary-color);
  height: 50px;
  line-height: 18px;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.phw-page-apply .ph-apply-box button.btn-navigate:hover {
  color: #ffffff !important;
  background: #6f549a !important;
}

.phw-page-apply .ph-apply-box button.btn-navigate:focus {
  color: var(--primary-color);
  background: #ffffff;
}

.phw-page-apply .ph-apply-box button.array-button-add,
.phw-page-apply .ph-apply-box .array-button-remove {
  color: #fff !important;
  border: 1px solid var(--brand-color-primary);
  background: var(--brand-color-primary);
  padding: 4px 15px;
  border-radius: 25px;
}

/* ==========================================================================
   3. Typography & Specific Content Headings
   ========================================================================== */
.phw-page-apply .ph-apply-box a#job-description-url {
  font-size: 20px !important;
  color: var(--primary-color) !important;
}

.phw-page-apply .ph-apply-box a.download-link.pull-left,
.phw-page-apply .ph-apply-box .after-upload a {
  color: var(--primary-color) !important;
}

.phw-page-apply .ph-apply-box .markdown-as-title p,
.phw-page-apply .ph-apply-box .custom-object .field-description {
  color: var(--primary-color) !important;
  font-size: 22px !important;
  margin-bottom: 5px;
}

.phw-page-apply .ph-apply-box .form-group.field.field-string.foo .markdown p,
.phw-page-apply .ph-apply-box .Heedings .markdown p,
.phw-page-apply .ph-apply-box p#disability_heading_self_identity1__description,
.phw-page-apply .ph-apply-box _self-identify p {
  font-weight: 500;
  color: var(--brand-color-primary);
  font-family: "Roboto" !important;
  font-size: 20px;
}

.phw-page-apply .ph-apply-box .form-group.field.field-string.Heedings .markdown p {
  color: var(--primary-color) !important;
  font-size: 20px;
}

.phw-page-apply .ph-apply-box .form-group.field.field-string.foo.question .markdown p {
  font-weight: 600;
}

.phw-page-apply .ph-apply-box .form-group.field.field-string.foo.terms .markdown p {
  font-weight: 500;
}

.phw-page-apply .ph-apply-box .two-line-field.markdown-bold {
  font-weight: 500 !important;
}

.phw-page-apply .ph-apply-box .two-line-field.selfIdentity .markdown p,
.phw-page-apply .ph-apply-box .two-line-field.complete-form .markdown p,
.phw-page-apply .ph-apply-box .disability-content .markdown p,
.phw-page-apply .ph-apply-box .accomodation p {
  font-weight: normal !important;
  color: var(--text-dark) !important;
  font-size: 16px !important;
}
.summary-item.referredBy{
	margin-top:15px;
}


.phw-page-apply .ph-apply-box .voluntary-form .form-group.field.field-string.foo .markdown p {
  font-weight: 500;
  color: var(--body-color);
  font-family: "Roboto" !important;
  font-size: 14px;
  line-height: 1.6;
}

/* ==========================================================================
   4. Component Specific (Apply Box, Resume, & Cloud Options)
   ========================================================================== */
.phw-page-apply .ph-apply-box .resume-section {
  margin: 1rem 0;
}

.phw-page-apply .ph-apply-box .resume-section .resume-group .drives .cloud-options-group,
.phw-page-apply .ph-apply-box .resume-section .resume-group .drives .resume-upload-wrapper {
  vertical-align: middle;
  text-align: center;
}

.phw-page-apply .ph-apply-box .resume-section .resume-group .drives .apply-or-line {
  display: inline-block;
  vertical-align: middle;
  width: 4%;
  text-align: center;
}

.phw-page-apply .ph-apply-box .cloud-options-group ul li {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0px 12px;
}

.phw-page-apply .ph-apply-box .resume-section .resume-group .cloud-options {
  border: 1px solid;
  padding-block: 2rem;
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius:20px;
}

.phw-page-apply .ph-apply-box .resume-section .resume-group .cloud-options .drives {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 1rem;
  width: 100%;
}

.phw-page-apply .ph-apply-box .form-group.field.field-array.custom-object {
  margin-bottom: 30px;
}

.phw-page-apply .ph-apply-box .cloud-options-group li.linkedin-option {
  margin-top: 0;
  margin-bottom: 0;
}

.phw-page-apply .ph-apply-box .resume-group {
  padding: 20px;
  width: 100%;
}

.phw-page-apply .ph-apply-box .resume-group .upload-resume-btn {
  font-size: 16px;
  background: var(--primary-color) !important;
  height: 39px;
  margin-top: 11px;
  padding: 0px 16px;
  color: white;
  text-decoration: none !important;
  cursor: pointer;
  border: unset !important;
  width: auto !important;
}

.phw-page-apply .ph-apply-box .resume-group .resume_info {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.phw-page-apply .ph-apply-box .resume-group .apply-or-box {
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 18px;
  background-color: #eef3f6;
  text-transform: lowercase;
  color: #717171;
  margin-top: 20px !important;
}

.phw-page-apply .ph-apply-box .resume-group .drives {
  width: 100%;
  display: flex;
}

.phw-page-apply .ph-apply-box .resume-group .drives .apply-or-line {
  display: flex;
  align-items: center;
  padding-left: 10px !important;
  padding-right: 10px;
}

.phw-page-apply .ph-apply-box .resume-group .drives .resume-upload-wrapper {
  display: flex;
  align-items: center;
}

.phw-page-apply .ph-apply-box .resume-group .drives .resume-upload-wrapper:focus {
  outline: none !important;
}

.phw-page-apply .ph-apply-box .resume-group .drives .awli-button {
  display: flex;
  flex-direction: column;
  width: 175px;
}

.phw-page-apply .ph-apply-box .resume-group .drives .awli-button .awli-text {
  line-height: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px;
  padding: 2px;
}

.phw-page-apply .ph-apply-box .resume-group .drives .awli-button .awli-text span {
  color: #000;
}

.phw-page-apply .ph-apply-box .resume-group .drives .awli-button .btn {
  width: auto;
  background-color: #0073b1;
  padding: 9px 10px;
  margin: 5px;
  line-height: 20px;
}

.phw-page-apply .ph-apply-box .resume-group .drives .awli-button .btn span {
  color: #fff !important;
}

.phw-page-apply .ph-apply-box .resume-group .drives .cloud-options-group {
  text-align: right;
  margin: 0 0;
}

.phw-page-apply .ph-apply-box .resume-group .drives .cloud-options-group ul {
  display: flex;
  list-style: none;
}

.phw-page-apply .ph-apply-box .resume-group .cloud-icon {
  margin: 10px 0 0 15px;
}

/* ==========================================================================
   5. List & File Attachments
   ========================================================================== */
.phw-page-apply .ph-apply-box ul#cover-letter-files-div {
  padding-inline-start: 0rem;
}

.phw-page-apply .ph-apply-box ul#cover-letter-files-div li {
  list-style-type: none;
}

.phw-page-apply .ph-apply-box ul.attachment-options {
  display: inline-flex;
  width: 100% !important;
  padding: 30px 10px !important;
  border: 1px solid #393939;
  align-items: center;
  justify-content: center;
}

.phw-page-apply .ph-apply-box ul.attachment-options li {
  list-style-type: none;
  padding-left: 20px;
  align-items: center !important;
  justify-content: center;
}
.phw-page-apply .ph-apply-box .object-field-header{
  display:none;
  }

.phw-page-apply .ph-apply-box .file-attachment span.title-text {
  background: var(--primary-color) !important;
  padding: 10px 20px !important;
  color: #fff !important;
}

/* ==========================================================================
   6. Custom Cloud Icons (Images)
   ========================================================================== */
.phw-page-apply .ph-apply-box .skydrive,
.phw-page-apply .ph-apply-box .onedrive,
.phw-page-apply .ph-apply-box .indeed,
.phw-page-apply .ph-apply-box .dropbox {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 12%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  cursor: pointer;
}

.phw-page-apply .ph-apply-box .skydrive,
.phw-page-apply .ph-apply-box .onedrive {
  background-image: url("https://assets.phenompeople.com/CareerConnectResources/q/ADCLUS/en_us/desktop/assets/images/SkyDrive.png");
}

.phw-page-apply .ph-apply-box .indeed {
  background-image: url("https://assets.phenompeople.com/CareerConnectResources/prod/RANEUK/en_uk/desktop/assets/images/indeed.png");
}

.phw-page-apply .ph-apply-box .xing {
  background-image: url("https://assets.phenompeople.com/CareerConnectResources/prod/PHENA0059/en_us/desktop/assets/images/xing.png");
}

.phw-page-apply .ph-apply-box .dropbox {
  background-image: url("https://assets.phenompeople.com/CareerConnectResources/q/ADCLUS/en_us/desktop/assets/images/dropbox_square.png");
}

/* ==========================================================================
   7. Form Checkbox, Radios & Functional Tooltips
   ========================================================================== */
.phw-page-apply .ph-apply-box .checkbox label {
  display: flex;
  align-items: center;
}

.phw-page-apply .ph-apply-box .checkbox input {
  float: left;
  position: relative;
  top: 3px;
}

.phw-page-apply .ph-apply-box .checkbox-control {
  color: var(--text-dark);
  height: 16px;
  width: 16px;
  font-size: 14px;
  border: 1px solid var(--border-gray);
  border-radius: 3px;
  margin-right: 5px;
}

.phw-page-apply .ph-apply-box .form-checkbox .checkbox {
  padding-left: 41%;
}

.phw-page-apply .ph-apply-box .tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.phw-page-apply .ph-apply-box .tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

/* Custom Field Radios */
.phw-page-apply .ph-apply-box .field-radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  margin: 1rem 0;
  font-family: Arial, sans-serif;
}

.phw-page-apply .ph-apply-box .radio {
  position: relative;
  display: flex;
  align-items: center;
}

.phw-page-apply .ph-apply-box .radio .checkmark {
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
  margin-right: 0 !important;
}

.phw-page-apply .ph-apply-box .radio input[type="radio"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #393939;
}

.phw-page-apply .ph-apply-box .radio input[type="radio"]:focus + .checkmark {
  border-color: #393939;
  box-shadow: 0 0 0 2px rgba(2, 2, 2, 0.25);
}

.phw-page-apply .ph-apply-box .radio-text {
  font-size: 1rem;
  color: #333;
  cursor: pointer;
}

.phw-page-apply .ph-apply-box .radio:hover .checkmark {
  background-color: #f0f0f0;
}

.phw-page-apply .ph-apply-box span.checkboxText {
  padding-left: 3px;
}

.phw-page-apply .ph-apply-box span.radio-text {
  padding-left: 5px;
  padding-right: 10px;
}

/* ==========================================================================
   8. Errors, Warnings & Validation Styling
   ========================================================================== */
.phw-page-apply .ph-apply-box .help-block {
  color: var(--text-dark);
  font-size: 12px;
}

.phw-page-apply .ph-apply-box .error-detail {
  padding-left: 0px;
  margin-top: 4px;
  margin-bottom: 8px;
  list-style: none;
}

.phw-page-apply .ph-apply-box .text-danger,
.phw-page-apply .ph-apply-box .terms-conditions.row .text-danger {
  color: var(--text-danger) !important;
  font-size: 15px;
}

.phw-page-apply .ph-apply-box span.resume-mandatory,
.phw-page-apply .ph-apply-box span.required,
.phw-page-apply .ph-apply-box .has-danger.has-error label span.checkmark,
.phw-page-apply .ph-apply-box group.field.field-string.is-valid .checkbox label .checkmark {
  color: var(--text-danger) !important;
}

.phw-page-apply .ph-apply-box .error-msg {
  color: var(--text-danger);
  background: var(--bg-danger);
  padding: 10px;
  width: 100%;
}

.phw-page-apply .ph-apply-box .errorHeader {
  color: var(--text-danger);
  background: var(--bg-danger);
  font-size: 12px;
  font-weight: Bold;
  line-height: 18px;
}

/* ==========================================================================
   9. Summary Panels & Structural Tables
   ========================================================================== */
.phw-page-apply .ph-apply-box .summary-title-link {
  color: var(--text-pure-black);
  font-size: 15px;
  font-weight: normal !important;
  line-height: 18px;
  padding-left: 20px !important;
}

.phw-page-apply .ph-apply-box .summary-title {
  color: var(--text-pure-black);
  font-size: 15px;
}

.phw-page-apply .ph-apply-box .summary-value {
  color: var(--text-pure-black);
  font-size: 15px;
  font-weight: Bold;
  line-height: 18px;
  word-break: break-all;
  opacity: 0.7;
  padding: 5px 0 15px 0;
}

.phw-page-apply .ph-apply-box .summary-label {
  color: var(--text-pure-black);
  opacity: 1;
}
.phw-page-apply .ph-apply-box .array-header{
	display: none;
}
.phw-page-apply .ph-apply-box .array-header{
	display: none;
}
.phw-page-apply .ph-apply-box .array-header.languageData.Language{
	display: block;
}
.phw-page-apply .ph-apply-box .experience td,
.phw-page-apply .ph-apply-box .table-as-list td {
  border: 1px solid var(--border-light-gray);
  padding: 10px;
  width: 5%;
}

.phw-page-apply .ph-apply-box .table-as-list th {
  border: 1px solid var(--border-light-gray);
  padding: 5px;
  background: var(--border-light-gray);
}

.phw-page-apply .ph-apply-box table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* ==========================================================================
   10. Complex Form Plugins (Breadcrumbs, Datepicker, Typeahead)
   ========================================================================== */
/* Slick Slider Breadcrumbs */
.phw-page-apply .ph-apply-box #breadcrumb-summary {
  min-height: 100px;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-top: 10px;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary .slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 15px;
  padding: 0;
  transform: translate3d(0, 0, 0);
  display: block;
  float: left;
  width: 92%;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary .slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: -16px;
  display: block;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary .slick-slider .slick-list .slick-track .slick-slide {
  display: block;
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  text-align: center;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary ul li {
  cursor: default;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary ul li a {
  width: 90px;
  display: inline-block;
  position: relative;
  height: 70px;
  text-align: center;
  margin-top: 5px;
  outline: 0;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary ul li a .number {
  background: #fff !important;
  border-radius: 50%;
  border: 1px solid #b58484 !important;
  color: var(--primary-color) !important;
  width: 35px;
  height: 35px;
  margin: 10px auto;
  padding-top: 0;
  vertical-align: middle;
  font-size: 0;
  position: relative;
  box-shadow: 0 0 0 4px #a9a9a9, 0 0 0 5px #a9a9a9 !important;
  z-index: 9999;
}
.phw-page-apply .ph-apply-box #breadcrumb-summary .slick-list .slick-track li.progress-current .number,
.phw-page-apply .ph-apply-box #breadcrumb-summary .slick-list .slick-track li.progress-enable .number {
  background: var(--primary-color) !important;
  color: var(--primary-color) !important;
  box-shadow: 0 0 0 4px var(--primary-color), 0 0 0 5px var(--primary-color) !important;
  border: 4px solid var(--primary-color) !important;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary ul li a .title {
  font-size: 13px;
  display: block;
  overflow-wrap: break-word;
  line-height: 1.3em;
  padding-top: 15px;
  color: var(--primary-color) !important;
  cursor: pointer;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary ul li:last-child:before {
  content: "";
  position: absolute;
  right: -16%;
  background: none;
  width: 65%;
  height: 20px;
  z-index: 9;
  top: 6px;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary ul li::after {
  content: "";
  border-right: 373px solid #828282 !important;
  position: absolute;
  top: 15px;
  height: 3px;
  left: 51%;
  z-index: 0;
  transition: border-color 0.5s ease-in-out;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary .progress-current::after {
  content: "";
  border-right-color: #828282 !important;
  left: 52%;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary .progress-enable.progress-complete:after {
  content: "";
  border-right: 375px solid var(--primary-color) !important;
  transition: border-color 0.5s ease-in-out;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary .slick-slide:last-child li.slide:last-child::before {
  background: #fff !important;
  border-right: 375px !important;
}

.phw-page-apply .ph-apply-box #breadcrumb-summary .slick-slide:last-child li.slide:last-child::after {
  border-right: 325px !important;
}

/* Range Selectors & Datepicker Plugins */
.phw-page-apply .ph-apply-box .range-select {
  margin: auto 10px;
  background: transparent;
  border: none !important;
  outline: none;
  cursor: pointer;
}

.phw-page-apply .ph-apply-box .range-div {
  display: flex;
  justify-content: space-around;
}

.phw-page-apply .ph-apply-box .react-datepicker__month-container {
  width: 100% !important;
}

.phw-page-apply .ph-apply-box span.react-datepicker__aria-live {
  display: none !important;
}

.phw-page-apply .ph-apply-box .react-datepicker-wrapper {
  width: 100%;
}

.phw-page-apply .ph-apply-box .form-group.field.field-string.is-valid.react-datepicker {
  border: none !important;
}

.phw-page-apply .ph-apply-box .fromTo input {
  display: inline-flex;
}

/* Multi-Select Typeahead Styling (rbt) */
.phw-page-apply .ph-apply-box .rbt-menu {
  margin-bottom: 2px;
  background: #fff;
  z-index: 1;
  border: 1px solid #ddd;
  border-top: none;
}

.phw-page-apply .ph-apply-box .rbt-token,
.phw-page-apply .ph-apply-box .rbt-token-active {
  background-color: #f3f3f3 !important;
  color: #472878 !important;
  border-radius: 15px;
  padding: 0.25rem 0.5rem;
  margin: 0.2rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

.phw-page-apply .ph-apply-box .rbt-input-multi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.phw-page-apply .ph-apply-box .rbt-input-multi:focus-within {
  border-color: #f3f3f3;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

.phw-page-apply .ph-apply-box .rbt-token-remove-button {
  background: none;
  border: none;
  color: #472878 !important;
  margin-left: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
}

.phw-page-apply .ph-apply-box .rbt-input-main {
  flex: 1;
  font-size: 1rem;
  margin-left: 0.2rem;
  min-width: 150px;
  border: none;
  outline: none;
}

/* Screen Readers */
.phw-page-apply .ph-apply-box .sr-only,
.phw-page-apply .ph-apply-box .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ==========================================================================
   11. Phenom Custom Page System Context Rules (Specific Layout Elements)
   ========================================================================== */
.phw-page-apply .ph-apply-box .resume-group .drives {
  align-items: center;
  justify-content: center;
}

.phw-page-apply .ph-apply-box .resume-group {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.phw-page-apply .ph-apply-box h2.job-title {
  font-size: 18px !important;
  margin-bottom: 30px;
}

.phw-page-apply .ph-apply-box .form-group.field.field-string.foo.my-information .markdown p {
  font-size: 20px;
  color: var(--primary-color) !important;
}

.phw-page-apply .ph-apply-box .rjsf .we #fromTo .date-range-picker,
.phw-page-apply .ph-apply-box .rjsf .education #fromTo .date-range-picker {
  width: 50%;
  display: inline-block;
}

.phw-page-apply .ph-apply-box .form-group label {
  display: block;
  position: relative;
  max-width: 100%;
}

.phw-page-apply .ph-apply-box .form-wrapper div .rjsf .no-gutter .col-md-12 {
  width: 60%;
}

.phw-page-apply .ph-apply-box div#fromTo {
  gap: var(--grid-gutter-space, 1rem) !important;
  display: flex;
}

.phw-page-apply .ph-apply-box .rjsf .we .more-actions .array-button-add,
.phw-page-apply .ph-apply-box .rjsf .education .more-actions .array-button-add {
  border: none;
  padding: 10px;
  border-radius: 50px;
  background: var(--primary-color);
  color: #fff !important;
}

.phw-page-apply .ph-apply-box .rjsf .we .remove-action .array-button-remove,
.phw-page-apply .ph-apply-box .rjsf .education .remove-action .array-button-remove {
  background:var(--primary-color) ;
  border: none;
  padding: 0;
  color: #fff !important;
  padding:4px 15px;
  border-radius: 50px;
}

.phw-page-apply .ph-apply-box .rjsf .we .remove-action,
.phw-page-apply .ph-apply-box .rjsf .education .remove-action {
  width: 10% !important;
  top: 30px;
  margin-bottom: 10px;
}

.phw-page-apply .ph-apply-box .form-group.field.field-object.row.custom-object.skills {
  display: block;
}

.phw-page-apply .ph-apply-box .rjsf .summary .summary-title h3,
.phw-page-apply .ph-apply-box .summary-section h3 {
  font-size: 20px !important;
}

.phw-page-apply .ph-apply-box .rjsf .summary .summary-title h3 {
  text-transform: capitalize;
  padding: 10px 0;
}

.phw-page-apply .ph-apply-box .rjsf .summary .skillObject .object-field-header h3 {
  padding: 10px 0;
}

.phw-page-apply .ph-apply-box .rjsf .Heedings .markdown p,
.phw-page-apply .ph-apply-box .rjsf .my-information .markdown p {
  font-size: 22px;
}
.form-group.field.field-string.foo.row.date-range-picker{
	display:flex;
	flex-direction:column;
}
.phw-page-apply .ph-apply-box .form-wrapper div .rjsf .no-gutter .educationhide .col-md-12{
	width:100%
}

.phw-page-apply .ph-apply-box button.btn.primary-button.btn-submit {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0;
  margin-inline-end: 0 !important;
  width: auto !important;
  border-radius: 50px;
}

.phw-page-apply .ph-apply-box .form-group label.file-label {
  margin-bottom: 0;
}

.phw-page-apply .ph-apply-box .radio {
  width: 100% !important;
  display: flex;
}

.phw-page-apply .ph-apply-box .radio label input {
  float: left;
}

.phw-page-apply .ph-apply-box .form-group .radio label span.checkmark,
.phw-page-apply .ph-apply-box .form-group .radio label span.radio-text {
  float: left;
}

.phw-page-apply .ph-apply-box .phw-container > .ph-apply-box .form-group.field.field-string.row {
  grid-template-columns: repeat(var(--grid-columns, 6), minmax(100, 1fr)) !important;
}

.phw-page-apply .ph-apply-box .terms-conditions .checkbox label {
  justify-content: flex-start;
}

.phw-page-apply .ph-apply-box .terms-conditions.row {
  display: block;
}

.phw-page-apply .ph-apply-box select.form-control:disabled {
  background-color: #e8e8e8 !important;
}

.phw-page-apply .ph-apply-box .col-11.col-xs-11.col-md-12 {
  grid-column: auto / span 11 !important;
}

/* Hidden Structural Selectors */
.phw-page-apply .ph-apply-box .custom-object #certificateData .field-description,
.phw-page-apply .ph-apply-box .object-field.phoneWidget,
.phw-page-apply .ph-apply-box h3.array-header.jsqData.Additional.Questions,
.phw-page-apply .ph-apply-box .summary-section h3.array-header.certificateData.Additional.Questions,
.phw-page-apply .ph-apply-box .experienceData-table .summary-label,
.phw-page-apply .ph-apply-box .educationData-table .summary-label,
.phw-page-apply .ph-apply-box .Language .summary-label,
.phw-page-apply .ph-apply-box .summary .object-field.countryRegion {
  display: none !important;
}

.phw-page-apply .ph-apply-box .experienceData-table .from-date .summary-label,
.phw-page-apply .ph-apply-box .experienceData-table .end-date .summary-label {
  display: block !important;
}

/* ==========================================================================
   12. Responsive Device Media Queries (Breakpoints)
   ========================================================================== */

/* Tablet Optimization (Max Width 1024px) */
@media only screen and (max-width: 1024px) {
  .phw-page-apply .ph-apply-box .resume-group .drives li.linkedin-option #applyAwliWidget iframe {
    height: 50px !important;
    width: 230px !important;
  }
  .phw-page-apply .ph-apply-box .resume-header {
    padding: 10px;
  }
  .phw-page-apply .ph-apply-box .cloud-options-group ul li {
    display: inline-block;
    margin: 0px;
    width: auto !important;
    padding: 0;
  }
  .phw-page-apply .ph-apply-box .row {
    padding: unset;
  }
   .phw-page-apply .ph-apply-box .object-field-header{
  display:none;
  }
  .phw-page-apply .ph-apply-box .form-group label {
    display: block;
    text-align: left;
  }
  .phw-page-apply .ph-apply-box .acadmeia_info {
    width: 100%;
    text-align: center;
  }
  .phw-page-apply .ph-apply-box button[type="submit"] {
    margin-right: unset;
  }
  .phw-page-apply .ph-apply-box div#applyAwliWidget {
    width: 100% !important;
  }
  .phw-page-apply .ph-apply-box .ph-apply-box .resume-group .apply-or-box {
    margin-top: 0px !important;
  }
  .phw-page-apply .ph-apply-box .cloud-options-group li.linkedin-option {
    margin-top: 10px !important;
    margin-bottom: 0;
  }
  .phw-page-apply .ph-apply-box .resume-group .drives {
    width: 100% !important;
    display: flex;
  }
  .phw-page-apply .ph-apply-box .resume-group .drives .cloud-options-group {
    float: none !important;
    text-align: center;
    width: 100%;
  }
  .phw-page-apply .ph-apply-box .cover-letter-group .drives {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .phw-page-apply .ph-apply-box .cover-letter-group .cloud-options-group {
    float: left;
  }
  .phw-page-apply .ph-apply-box .cover-letter-group .academia-upload-wrapper {
    float: left;
    padding-top: 8px !important;
  }
  .phw-page-apply .ph-apply-box .cloud-options-group ul li .cloud-icon {
    vertical-align: -4px !important;
    margin: 10px !important;
  }
  .phw-page-apply .ph-apply-box .drives .apply-or-line,
  .phw-page-apply .ph-apply-box .resume-group .drives .apply-or-line {
    float: none !important;
    text-align: center;
    width: 100%;
    margin: 0.875rem 0;
  }
  .phw-page-apply .ph-apply-box .drives .resume_upload_block {
    text-align: center;
    width: 100%;
  }
  .phw-page-apply .ph-apply-box .drives .resume-upload-wrapper {
    float: none;
    margin-top: 0px;
    padding-left: 0px;
  }
}

/* Medium Mobile & Framework Overrides (Max Width 768px) */
@media only screen and (max-width: 768px) {
  .phw-page-apply .ph-apply-box button.slick-arrow.slick-prev,
  .phw-page-apply .ph-apply-box button.slick-arrow.slick-next {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px !important;
    width: 100px !important;
    padding: 5px 20px !important;
    height: 50px !important;
  }
  .phw-page-apply .ph-apply-box .languageData-table.table-as-list{
  width:100%;

  }
  .phw-page-apply .ph-apply-box .languageData-table.table-as-list td{
  width:100%;
  display:block;


  }
  .phw-page-apply .ph-apply-box .object-field-header h3, .phw-page-apply .ph-apply-box .custom-object #certificateData .field-description, .phw-page-apply .ph-apply-box .object-field.phoneWidget, .phw-page-apply .ph-apply-box h3.array-header.jsqData.Additional.Questions, .phw-page-apply .ph-apply-box .summary-section h3.array-header.certificateData.Additional.Questions, .phw-page-apply .ph-apply-box .experienceData-table .summary-label, .phw-page-apply .ph-apply-box .educationData-table .summary-label, .phw-page-apply .ph-apply-box .Language .summary-label, .phw-page-apply .ph-apply-box .summary .object-field.countryRegion,.phw-page-apply .ph-apply-box .languageData-table .summary-label {
  display:block !important;
  }
  .phw-page-apply .ph-apply-box .radio input[type="radio"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #393939;
  }
  .phw-page-apply .ph-apply-box .resume-section .resume-group .cloud-options .drives {
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  .phw-page-apply .ph-apply-box .resume-group .drives .apply-or-line {
    float: none !important;
    text-align: center;
    width: 100% !important;
    margin: 0.875rem 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center !important;
    display: flex !important;
  }
  .phw-page-apply .ph-apply-box .jsqData-table thead,
  .phw-page-apply .ph-apply-box .experienceData-table thead,
  .phw-page-apply .ph-apply-box .educationData-table thead {
    display: none;
  }

  .phw-page-apply .ph-apply-box .jsqData-table,
  .phw-page-apply .ph-apply-box .jsqData-table tbody,
  .phw-page-apply .ph-apply-box .jsqData-table tr,
  .phw-page-apply .ph-apply-box .jsqData-table td,
  .phw-page-apply .ph-apply-box .experienceData-table,
  .phw-page-apply .ph-apply-box .experienceData-table tbody,
  .phw-page-apply .ph-apply-box .experienceData-table tr,
  .phw-page-apply .ph-apply-box .experienceData-table td,
  .phw-page-apply .ph-apply-box .educationData-table,
  .phw-page-apply .ph-apply-box .educationData-table tbody,
  .phw-page-apply .ph-apply-box .educationData-table tr,
  .phw-page-apply .ph-apply-box .educationData-table td {
    display: block !important;
    width: 100% !important;
  }
  .phw-page-apply .ph-apply-box .jsqData-table tr,
  .phw-page-apply .ph-apply-box .experienceData-table tr,
  .phw-page-apply .ph-apply-box .educationData-table tr {
    margin-bottom: 1em;
    padding: 10px;
    background: #fff;
  }
  .phw-page-apply .ph-apply-box .jsqData-table td,
  .phw-page-apply .ph-apply-box .experienceData-table td,
  .phw-page-apply .ph-apply-box .educationData-table td {
    border: none !important;
    padding: 8px 10px;
    position: relative;
  }
  .phw-page-apply .ph-apply-box .jsqData-table td::before,
  .phw-page-apply .ph-apply-box .experienceData-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
  }
  .phw-page-apply .ph-apply-box .jsqData-table td:last-child,
  .phw-page-apply .ph-apply-box .experienceData-table td:last-child {
    border-bottom: none !important;
  }
  .phw-page-apply .ph-apply-box .summary-item.jsqData-table th,
  .phw-page-apply .ph-apply-box table.jsqData-table th,
  .phw-page-apply .ph-apply-box .summary-item.experienceData-item th,
  .phw-page-apply .ph-apply-box table.educationData-table th {
    background: #ddd !important;
    width: 15%;
    padding: 20px 5px;
  }
  .phw-page-apply .ph-apply-box .summary-item.jsqData-table td,
  .phw-page-apply .ph-apply-box .summary-item.experienceData-item td,
  .phw-page-apply .ph-apply-box table.educationData-table td {
    background: #fff !important;
    border: 1px solid #eaeaea;
    padding: 10px 5px;
    line-height: 1.5;
  }
  .phw-page-apply .ph-apply-box .drives {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  .phw-page-apply .ph-apply-box .cloud-options-group ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 1rem;
  }
  .phw-page-apply .ph-apply-box .cloud-icon {
    font-size: 2rem;
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .phw-page-apply .ph-apply-box .cloud-icon:hover {
    background-color: #e0e0e0;
  }
  .phw-page-apply .ph-apply-box .linkedin-option {
    flex: 1 1 100%;
    text-align: center;
  }
  .phw-page-apply .ph-apply-box .apply-or-line {
    text-align: center;
    font-weight: bold;
    color: #666;
    position: relative;
    margin: 1rem 0;
  }
  .phw-page-apply .ph-apply-box .apply-or-line::before,
  .phw-page-apply .ph-apply-box .apply-or-line::after {
    content: "";
    height: 1px;
    background: var(--border-medium-gray);
    position: absolute;
    top: 50%;
    width: 40%;
  }
  .phw-page-apply .ph-apply-box .apply-or-line::before {
    left: 0;
  }
  .phw-page-apply .ph-apply-box .apply-or-line::after {
    right: 0;
  }
  .phw-page-apply .ph-apply-box .apply-or-box {
    padding: 0 1rem;
    background: #fff;
  }
}

/* Small Smartphone Viewports (Max Width 640px) */
@media only screen and (max-width: 640px) {
  .phw-page-apply .ph-apply-box .errorHeader,
  .phw-page-apply .ph-apply-box ul.errorList {
    width: 100%;
  }
  .phw-page-apply .ph-apply-box .Language thead{
	display: none !important
}
  .phw-page-apply .ph-apply-box .cover-letter-files {
    margin: unset;
    white-space: unset;
  }
  .phw-page-apply .ph-apply-box button[type="submit"] {
    float: unset;

  }
  .phw-page-apply .ph-apply-box .array-button-remove {
    border: 1px solid var(--brand-color-primary);
    background: var(--brand-color-primary);
    padding: 5px 15px;
    border-radius: 25px;
    position: relative;
    right: 17px;
  }
  .phw-page-apply .ph-apply-box .form-wrapper div .rjsf .no-gutter .col-md-12{
  width:100%;
  }
  .phw-page-apply .ph-apply-box .resume-group .resume_info {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .phw-page-apply .ph-apply-box div#applyAwliWidget {
    width: 210px !important;
  }
  .phw-page-apply .ph-apply-box .resume-group .drives li.linkedin-option #applyAwliWidget iframe {
    height: 50px !important;
    width: 300px !important;
  }
  .phw-page-apply .ph-apply-box .ph-apply-box .resume-group .upload-resume-btn {
    font-size: 14px !important;
    background: var(--primary-color) !important;
    height: 39px;
    margin-top: 11px;
    padding: 0px 16px;
    color: white;
    cursor: pointer;
    border: unset !important;
    width: 150px !important;
  }
  .phw-page-apply .ph-apply-box .ph-apply-box .resume-group .apply-or-box {
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 18px;
    background-color: #eef3f6;
    text-transform: lowercase;
    color: #717171;
    margin-top: 10px !important;
  }
  .phw-page-apply .ph-apply-box .resume-group .drives {
    width: 100% !important;
    display: block;
  }
  .phw-page-apply .ph-apply-box .phw-container > .ph-apply-box .row .col-md-8,
  .phw-page-apply .ph-apply-box .phw-container > .ph-jtc-box .row .col-md-8,
  .phw-page-apply .ph-apply-box .phw-container > .ph-event-box .row .col-md-8,
  .phw-page-apply .ph-apply-box .phw-grid .col-md-8,
  .phw-page-apply .ph-apply-box .phw-container > .ph-apply-box .row .g-col-xl-8,
  .phw-page-apply .ph-apply-box .phw-container > .ph-jtc-box .row .g-col-xl-8,
  .phw-page-apply .ph-apply-box .phw-container > .ph-event-box .row .g-col-xl-8,
  .phw-page-apply .ph-apply-box .phw-grid .g-col-xl-8,
  .phw-page-apply .ph-apply-box .phw-container > .ph-apply-box .row .col-md-7,
  .phw-page-apply .ph-apply-box .phw-container > .ph-jtc-box .row .col-md-7,
  .phw-page-apply .ph-apply-box .phw-container > .ph-event-box .row .col-md-7,
  .phw-page-apply .ph-apply-box .phw-grid .col-md-7,
  .phw-page-apply .ph-apply-box .phw-container > .ph-apply-box .row .g-col-xl-7,
  .phw-page-apply .ph-apply-box .phw-container > .ph-jtc-box .row .g-col-xl-7,
  .phw-page-apply .ph-apply-box .phw-container > .ph-event-box .row .g-col-xl-7,
  .phw-page-apply .ph-apply-box .phw-grid .g-col-xl-7 {
    grid-column: auto / span 12 !important;
  }
  .phw-page-apply .ph-apply-box .summary-item.educationData-item {
    overflow-x: auto;
    margin-bottom: 20px !important;
  }
  .phw-page-apply .ph-apply-box .error-detail {
    padding-left: 0;
  }
  .phw-page-apply .ph-apply-box .ph-apply-box .resume-group .drives .resume-upload-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .phw-page-apply .ph-apply-box .ph-apply-box .resume-group .drives .apply-or-line {
    float: none !important;
    text-align: center;
    width: 100%;
    margin: 0.875rem 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center !important;
  }
  .phw-page-apply .ph-apply-box .ph-apply-box .resume-group .drives .cloud-options-group ul {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: center !important;
    margin-right: auto !important;
  }
  .phw-page-apply .ph-apply-box .ph-apply-box .cloud-options-group li.linkedin-option {
    width: 100% !important;
    display: flex;
    justify-content: center !important;
  }
  .phw-page-apply .ph-apply-box button.slick-arrow.slick-prev.slick-disabled,
  .phw-page-apply .ph-apply-box button.slick-arrow.slick-next.slick-disabled {
    background: #9a9a9a;
    border: 1px solid #9a9a9a;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
  }
  .phw-page-apply .ph-apply-box .drives .cloud-options-group {
    float: none !important;
    text-align: center;
    width: 100%;
  }
  .phw-page-apply .ph-apply-box .resume-group .cloud-options-group ul li:first-child {
    width: 100%;
  }
  .phw-page-apply .ph-apply-box .drives .resume_upload_block {
    text-align: center;
    width: 100%;
  }
  .phw-page-apply .ph-apply-box .drives .resume-upload-wrapper {
    float: none;
    margin-top: 0px;
    padding-left: 0px;
  }
  .phw-page-apply .ph-apply-box .drives .academia-upload-wrapper {
    float: none;
    padding-left: 0px;
  }
  .phw-page-apply .ph-apply-box .academic_transcript_file a {
    line-height: 14px;
  }
}

/* Micro Device Layouts (Max Width 425px) */
@media only screen and (max-width: 425px) {
  .phw-page-apply .ph-apply-box .ph-apply-box .resume-group .drives .cloud-options-group ul {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: center !important;
    margin-right: 32px !important;
  }
  .phw-page-apply .ph-apply-box .ph-apply-box button.btn-navigate {
    color: #ffffff;
    background: var(--primary-color);
    font-size: 14px !important;
    border: 1px solid var(--primary-color);
    height: 50px;
    line-height: 18px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100px !important;
  }
}

/* Specific Mobile Buttons (Slick Fixes) */
.phw-page-apply .ph-apply-box .ph-apply-box button#next {
  width: auto !important;
}

.phw-page-apply .ph-apply-box button.slick-arrow.slick-prev.slick-disabled {
  border: none !important;
  background-color: var(--primary-color) !important;
  color: white;
  border-radius: 50px !important;
  height: 35px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.phw-page-apply .ph-apply-box button.slick-arrow.slick-next,
.phw-page-apply .ph-apply-box button.slick-arrow.slick-prev {
  border: none !important;
  background-color: var(--primary-color) !important;
  color: white;
  border-radius: 50px !important;
  height: 35px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.phw-page-apply .ph-apply-box button.slick-arrow.slick-next {
  margin-bottom: 10px !important;
}
.phw-page-apply .ph-apply-box #experienceData .daterangepicker-checkbox {
	display: flex;
	align-items: center;
}
.phw-page-apply .ph-apply-box #experienceData .daterangepicker-checkbox input {
	display: inline-flex;
	border-radius: 3px;
	border: 1px solid #808080;
}
.phw-page-apply .ph-apply-box span.checkboxText {
	padding-left: 5px;
}
.phw-page-apply .ph-apply-box .resume-group .drives .cloud-options-group ul {
    padding-left: 0;
}
.phw-page-apply .ph-apply-box .cloud-options-group ul li {
    width: auto;
}
.phw-page-apply .ph-apply-box .resume-group .cloud-icon {
    margin: 0px 0 0 15px;
}
.phw-page-apply .ph-apply-box .resume-section .resume-group .drives .resume-upload-wrapper .upload-resume-btn {
    height: 50px;
}
.phw-page-apply .ph-apply-box .resume-section .resume-group .drives .apply-or-line {
    margin-right: 20px;
}
.phw-page-apply .ph-apply-box .skydrive, .phw-page-apply .ph-apply-box .onedrive, .phw-page-apply .ph-apply-box .indeed, .phw-page-apply .ph-apply-box .dropbox {
    width: 50px;
    height: 50px;
}
.phw-page-apply .ph-apply-box .resume-group .upload-resume-btn {
    height: 50px !important;
}
.phw-page-apply .ph-apply-box button.btn.primary-button.btn-submit {
    border-radius: 6px !important;
    height: 50px !important;
}
.phw-page-apply .ph-apply-box button.btn-navigate {
    border-radius: 6px;
}
@media only screen and (max-width: 1024px) {
    .phw-page-apply .ph-apply-box .resume-group .drives .cloud-options-group {
        width: auto;
    }
    .phw-page-apply .ph-apply-box .resume-group .drives li.linkedin-option #applyAwliWidget iframe {
        height: 50px !important;
        width: 210px !important;
    }
}
@media only screen and (max-width: 767px){
    .phw-apply-box .resume-group .drives .cloud-options-group ul {
        display: block;
    }
    .resume-group .drives .cloud-options-group ul li {
            display: inline-flex;
    }
}
/*-------------------------
Servier - apply | SRVR-478
-------------------------*/
.phw-page-apply .ph-apply-box #shareProfile.field-radio-group span.checkmark {
    display: none;
}
.phw-page-apply .ph-apply-box #shareProfile.field-radio-group input[type='radio'] {
    padding: 9px;
}
.phw-page-apply .ph-apply-box #shareProfile.field-radio-group .radio label>span {
    display: flex;
    align-items: center;
}
.phw-page-apply .ph-apply-box .form-group.field.field-string.is-valid div.checkbox > label {
    align-items: self-start;
}
.phw-page-apply .ph-apply-box .form-group .checkbox #privacyNotice-label p, 
.phw-page-apply .ph-apply-box .form-group .checkbox #termsofuse-label p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
}
.phw-page-apply .ph-apply-box .form-group.field.field-string div.checkbox > label {
    align-items: self-start;
    display: flex;
}
.phw-page-apply .ph-apply-box .form-group label span.checkmark {
  color: #c31313;
}
.phw-page-apply .ph-apply-box .form-group.field.field-string div.checkbox > label span p {
	font-family: 'Roboto';
    font-weight: 400;
}
 .ph-jtc-box .phenom-form-container {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.phw-container>.ph-jtc-box .cloud-icon, .phw-container>.ph-jtc-box .primary-button {
    border-radius: 4px;
}
.phw-container>.ph-jtc-box .form-wrapper .resume-section .has-resume .docx {
    margin-top: 0px !important;
}
.ph-jtc-box .navigation.-step {
    justify-content: end;
}
.phw-container>.ph-jtc-box .form-wrapper .resume-section .resume-group {
    background-color: #ffffff !important;
    border-radius: 5px;
}
.ph-jtc-box .html.after-upload {
    background-image: url(https://pp-cdn.phenompeople.com/CareerConnectResources/prod/DEJDEGUS/images/1748601187317_uploadicons.png) !important;
    background-position: 0 -275px;
}
.ph-jtc-box a.downloadFile {
    color: #24226A  !important;
}
.phw-container>.ph-jtc-box .form-wrapper form .rbt-input-multi.form-control {
    overflow-y: auto;
}
.phw-container>.ph-jtc-box .form-wrapper .dropdown-menu .dropdown-item {
    font-size: 16px;
        font-weight: 400;
        color: #000000 !important;
}
.phw-container>.ph-jtc-box .form-wrapper .rbt-token-removeable {
        padding: 2px 10px !important;
        border-radius: 2px;
        font-size: 16px;
}
.phw-container>.ph-jtc-box .form-wrapper ul.error-detail li {
    font-size: 16px;
}
.ph-jtc-box .resume-info .after-upload a {
    color: #24226A  !important;
    text-decoration: underline;
}
.ph-jtc-box label {
    color: #000000 !important;
    font-family: Poppins !important;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 1.5;
}
.ph-jtc-box span#emailCommunication-label {
    display: block;
}
.phw-container>.ph-jtc-box .btn,
.phw-container>.ph-jtc-box .primary-button {

    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #f1f1f1 !important;
    background-color: #24226A  !important;
    border-color: #24226A  !important;
    border: none !important;
}
label {
    color: #24226A  !important;
}
.phw-container>.ph-jtc-box .btn:hover,
.phw-container>.ph-jtc-box .primary-button:hover {
    background-color: #24226A  !important;
}

.phw-container>.ph-jtc-box .row .col-md-6 {
    width: auto !important;
    padding-right: 0px;

}
.ph-jtc-box span.apply-or-box {
    background-color: #ffff !important;
}
.apply-or-line {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.rbt-menu > a {
    color: #24226A  !important;
}
input#category::placeholder {
    color: #24226A ;
}
.phw-container>.ph-jtc-box .form-wrapper .form-control {
    padding: 0px 5px;
    border-radius: 2px;
    color: #24226A ;
    font-weight: 300;
    border-color: #24226A ;
    font-family: 'Poppins';
    height: 50px !important;
    font-size: 16px;
}
.phw-container>.ph-jtc-box .form-wrapper .form-group .checkbox{
    padding: 10px 0px 0px;
}
.phw-container>.ph-jtc-box .form-wrapper .form-group .checkbox a {
    padding: 0px 5px;
}

.phw-container>.ph-jtc-box .form-wrapper .form-group .optional-text {
    display: inline-block;
    padding: 0px 5px;
    font-size: 14px;
    color: #24226A ;
}
a.deleteFile {
    width: 25px;
    background-image: url(https://pp-cdn.phenompeople.com/CareerConnectResources/pp/EBXCDPUS/images/icons8-delete-50-1761730323377.png);
    position: relative;
    display: inline-flex;
    height: 18px;
    top: 5px;
    background-size: 83% 100%;
}
.ph-jtc-box li.text-danger {
    color: #e61e2d !important;
}
.phw-container>.ph-jtc-box .form-wrapper .resume-section .resume-group .drives {
    margin-top: 10px;
}

.phw-container>.ph-jtc-box .form-wrapper .resume-section .resume-group .drives .apply-or-line {
    width: auto;
    margin-inline-end: 0px;
}

.ph-jtc-box .resume-info {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    font-weight: 500;

}

.resume-group .resume_info {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    font-weight: 500;

}
span.required {
   color: #e61e2d !important;
}
.phw-container>.ph-jtc-box .form-wrapper h2 {
    font-family: 'Poppins';
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 50px;
    color: #202020 !important;
}
.phw-container>.ph-jtc-box .form-wrapper .form-group .checkbox label>input, .phw-container>.ph-jtc-box .form-wrapper .form-group .radio label>input, .phw-container>.ph-jtc-box .form-wrapper .form-group .checkbox label>span>input, .phw-container>.ph-jtc-box .form-wrapper .form-group .radio label>span>input{
    width: 16px;
    height: 16px;
}
.ph-jtc-box .form-wrapper .checkmark {
    color: var(--alert-error);
}

.ph-jtc-box label {
    color: #24226A  !important;
}

.phw-container>.ph-jtc-box .form-wrapper .form-group .checkbox label {
    align-items: flex-start;
    font-size: 16px;
}

.phw-container>.ph-jtc-box .form-wrapper .form-group .checkbox label>input {
    border-color: #24226A ;
    margin-top: 5px;
    font-size: 16px;
}
@media only screen and (max-width:1024px) {
span.apply-or-box {
    background-color: #ffffff !important;
}
.phw-container>.ph-jtc-box .form-wrapper .resume-section .resume-group .drives .cloud-options-group ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-right: 20px;
}
.ph-jtc-box p {
    font-size: 16px;
}
.ph-jtc-box .col-md-6 label.form-label {
    padding-top: 10px;
}
.ph-jtc-box .resume-group .drives .cloud-options-group{
            width: auto !important;
}
}
.phw-container>.ph-jtc-box .form-wrapper .foo.compliance-titles .markdown p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #202020;
}
.phw-container>.ph-jtc-box .form-wrapper .form-group .checkbox label>span#recruiting_communication-label {
  display: block !important;
}
.phw-container>.ph-jtc-box .form-wrapper .form-group.recruiting-communications .checkbox label>span {
  display: block !important;
}
@media (max-width: 1023px){
  .phw-container>.ph-jtc-box .row.no-gutter.form-fields .col-md-3 {
    grid-column: auto / span 6;
  }
}
@media (max-width: 767px){
  .phw-container>.ph-jtc-box .row.no-gutter.form-fields .col-md-3 {
    grid-column: auto / span 12;
  }
}
.phw-container>.ph-jtc-box .form-wrapper .form-control {
	font-size: 12px;
}
	.phw-container>.ph-jtc-box .form-wrapper label {
		font-size: 14px;
	}
.phw-container>.ph-jtc-box .form-wrapper .resume-section .resume-group .resume_info {
	padding-left: 0;
}
@media (max-width: 1280px){
	.phw-container>.ph-jtc-box .form-wrapper h2 {
		font-size: 30px;
	}
}
@media (max-width: 1024px) {
    .phw-container>.ph-jtc-box .form-wrapper .resume-section .resume-group .drives .cloud-options-group ul {
        padding: 0;
        margin: 0;
    }
    .phw-container>.ph-jtc-box .form-wrapper form .markdown p {
    	text-align: left;
	}
}
@media (min-width: 1023px) and (max-width: 1279px) {
  .phw-container>.ph-jtc-box .form-wrapper .form-control {
		font-size: 10px;
	}
}
@media only screen and (max-width: 767px){
.apply {
}
}
@media only screen and (max-width: 767px){
.jointalentcommunity {
}
}