@import url("https://use.typekit.net/upv7jcd.css");

body {
  font-family: "tenon", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header-nav {
  border-top: 6px solid #f33b28;
  position: fixed !important;
  border-bottom: none !important;
}

.job-csd {
  margin-top: 100px;
  padding: 50px;
  background-image: url("./images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 360px;
  border-radius: 10px;
}
.jobdetail .share li a:hover::before,
.jobdetail .share li a:active::before,
.jobdetail .share li a:focus::before,
.jobdetail .share li.pdf a:hover::before,
.jobdetail .share li.pdf a:focus::before,
.jobdetail .share li.pdf a:active::before {
  color: #fff !important;
  background: #f33b28 !important;
}
.job-csd .title {
  color: #ffffff !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
  margin-bottom: 24px !important;
  font-family: "tenon";
  padding: 96px;
}

.call-button {
  display: inline-flex;
  align-items: center;
  background-color: #f44336;
  border-radius: 30px;
  padding: 10px 20px;
  color: white;
  font-family: sans-serif;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}


.call-button .icon {
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
}

.call-button .phone-number {
  margin: 0 12px;
  transition: transform 0.4s ease;
}

.call-button .phone {
  background-color: #ffece5;
  padding: 6px;
  border-radius: 24px;
  transition: all 0.4s ease;
}

.call-button .phone img {
  width: 24px;
  height: 18px;
}

.call-button .arrow {
  position: absolute;
  left: -30px;
  opacity: 0;
  font-size: 20px;
  transition: all 0.4s ease;
}

.call-button:hover .arrow {
  left: 28px;
  opacity: 1;
}

.call-button:hover .phone {
  opacity: 0;
  transform: translateX(30px);
}

.call-button:hover .phone-number {
  transform: translateX(32px);
}

.mobile-call-button{
 background-color: #ffffff;
 margin-right: 16px;
 padding: 0;
}

.mobile-call-button .phone {
  background-color: #ffffff;
  border-radius: 24px;
  transition: all 0.4s ease;
}
.mobile-call-button .phone img {
  width: 24px;
  height: 18px;
}

.dropdown-item {
  font-family: "tenon" !important;
  color: #000000 !important;
  padding: 12px !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  transition: color 0.3s ease !important;
  background-color: transparent !important;
  color: #f44336 !important;
}
.nav-link {
  font-family: "tenon" !important;
  color: #000000 !important;
}

.nav-link:hover {
  color: #f44336 !important;
  transition: color 0.3s ease !important;
}

.rhc-banner {
  background-color: #ffffff !important;
}
.rhc-banner__content__message {
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-family: "tenon" !important;
  color: #4d4d4d !important;
}

.rhc-banner__content__message a {
  font-family: "tenon" !important;
  text-decoration: underline !important;
  opacity: 1;
  color: #f33b28 !important;
  border-bottom: 0;
  font-weight: 400 !important;
}

.consent-decline {
  font-family: "tenon" !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #f33b28 !important;
  box-shadow: none !important;
}
.consent-approve {
  font-family: "tenon" !important;
  border-color: #f33b28 !important;
  background-color: #f33b28 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.logo-partner a img {
  height: 60px !important;
}

.contact-link ul li a {
  font-family: "tenon" !important;
  color: #000000 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.contact-link ul li a:hover {
  color: #f33b28 !important;
}

.jobs-items .card {
  font-family: "tenon" !important;
  background-color: #ffefe5 !important;
  border: none !important;
}

.jobs-items .title-overflow {
  color: #f33b28 !important;
  text-decoration: none !important;
}

.job-info-container,
.job-info {
  color: #1b122f !important;
}
.jobs-items .card:hover {
  background-color: #f33b28 !important;
  color: #ffffff !important;
  transition: background-color 0.4s ease !important;
}

.jobs-items:hover .title-overflow {
  color: #ffffff !important;
}

.jobs-items:hover .job-info-container,
.jobs-items:hover .job-info {
  color: #ffffff !important;
}

.jobs-items:hover .job-info-container .job-info {
  color: #ffffff !important;
}
.job-info-container .fa,
.job-info-container {
  color: #f33b28 !important;
}
.jobs-items:hover .fa {
  color: #ffffff !important;
}
.jobs-items .unpublished-date,
.jobs-items .undate-text {
  color: #f33b28 !important;
}
.jobs-items:hover .unpublished-date,
.jobs-items:hover .undate-text {
  color: #ffffff !important;
}
#apply .text-primary {
  color: #f33b28 !important;
  font-family: "tenon" !important;
}

.btn.pickfiles,
.btn.apply-btn {
  transition: all 0.3s ease;
  text-transform: none;
  border: 1px solid #f33b28;
  background-color: #f33b28;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0;
  height: auto;
  line-height: 1;
  padding: 1rem !important;
  font-family: "tenon" !important;
  text-transform: uppercase !important;
}
.btn.pickfiles:hover,
.btn.apply-btn:hover {
  transition: all 0.3s ease;
  text-transform: none;
  background-color: #f33b28 !important;
  color: #ffffff !important;
  border-color: #f33b28 !important;
  font-size: 16px;
  font-family: "tenon" !important;
  text-transform: uppercase !important;
}
.share li a {
  color: #f33b28 !important;
  background: #ffece5 !important;
}
.share li a:hover {
  color: #ffffff !important;
  background-color: #f33b28 !important;
}
.share li a:hover i {
  color: #ffffff !important;
  background-color: #f33b28 !important;
}

.jobdetail .share li a:hover,
.jobdetail .share li a:active,
.jobdetail .share li a:focus {
  color: #fff !important;
  background: #f33b28 !important;
}

.jobdetail .share li a {
  width: 45px;
  padding: 0;
  background: #ffece5 !important;
}

.btn:hover {
  color: #ffffff !important;
  background-color: rgb(243, 59, 40) !important;
  border-color: #f33b28 !important;
  font-size: 16px;
}

.jobdetail .share ul {
  background: #ffece5 !important;
  margin: 30px 0 30px;
  padding: 0;
  overflow: hidden;
}

a {
  color: #f33b28 !important;
  text-decoration: underline;
}

.btn-primary {
  color: #fff !important;
  font-family: "tenon" !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 59, 40, 0.5) !important;
  font-family: "tenon" !important;
  font-size: 16px;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 59, 40, 0.5) !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: rgb(243, 59, 40) !important;
  border-color: rgb(243, 59, 40) !important;
  font-family: "tenon" !important;
  font-size: 16px;
}

.jobs-details-apply.card {
  margin-bottom: 16px !important ;
  border: none !important;
  font-family: "tenon" !important;
  background-color: #ffefe5 !important;
}

.aside .card {
  border: none !important;
  font-family: "tenon" !important;
  background-color: #ffefe5 !important;
}


.card-body .well h6 {
  font-family: "tenon" !important;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f33b28 !important;
}

.well a.card-link,
.jobs-details .main a {
  text-decoration: underline;
  text-decoration-color: rgba(31, 55, 91, 0.4);
  text-decoration-style: dotted;
  text-underline-offset: 0.1rem;
  text-underline-position: under;
}
.text-apply strong {
  font-family: "tenon" !important;
  color: #f33b28 !important;
}
.main {
  font-family: "tenon" !important;
  font-size: 16px;
}

.jobs-details .main p,
.jobs-details .main span {
  font-family: "tenon" !important;
  font-size: 16px;
}
.jobs-details .main h3 {
  font-family: "tenon" !important;
}

.title-Myjob-h1 {
  font-family: "tenon" !important;
  font-size: 24px !important;
  font-weight: 700;
  color: #f33b28 !important;
}
.introduction-text-container {
  font-family: "tenon" !important;
  font-size: 21px;
  font-weight: 400;
  color: #000000 !important;
}

.modules-fasttrackapplication-application, .form-template {
  padding: 30px !important;
  font-family: "tenon" !important;
  font-size: 21px;
  background-color: #ffefe5 !important;
  border-radius: 10px !important;
  border: none !important;
}
div.application_form p {
  font-family: "tenon" !important;
  font-size: 21px;
  color: #000000!important;
}

div.csa_form div.line label {
  font-family: "tenon" !important;
  font-size: 21px;
  color: #000000!important;
}
div.form-plugin {
  border-bottom: 1px solid #f33b28!important;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}

.Mui-checked{
  color: #f33b28!important;
}

input:focus{
  outline: none;
}

.MuiInputBase-root .MuiSvgIcon-root{
 color: #f33b28!important;
}

#lang-nav .dropdown-menu .dropdown-item:last-child {
  display: none;
}

@media handheld,
  only screen and (max-width: 992px),
  only screen and (max-device-width: 992px) {
  .table-scroll-x {
    overflow-x: scroll;
  }
}

.application-files .file {
  display: flex;
  padding: 1.75rem;
  align-items: center;
}

#uploadcv .file {
  display: flex;
  padding: 1.75rem;
  align-items: center;
}

.message-container .title-file {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
}

.message-container .extension-file {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  font-weight: 400;
}
.message-container {
  width: 78%;
}

.tableBox {
  display: flex;
  flex-direction: column;
}

.tableBox .tableTitle {
  order: 3;
  padding: 1.75rem;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  font-family: "tenon"!important;
  margin-top: 24px;
}

.tableBox .tableFoot {
  order: 1;
  padding: 24px;
  border: 1.5px dashed rgba(0, 0, 0, 0.25);
  border-radius: 48px;
}

.tableBox .curriculum-vitae,
.tableBox .emply {
  order: 3;
}

#upload-cv-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

#upload-cv-container button {
  width: fit-content;
  border-radius: 64px;
  height: 48px;
  background: #f33b28 !important;
  border: 1px solid #f33b28;
  color: #ffffff !important;
  outline: none;
}

#upload-cv-container .upload-img {
  width: 0px;
  height: 0px;
  background-image: url("./images/feather_upload-cloud.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.tableFoot:hover {
  background: #ffefe5 !important;
}

.myjobsite-language-table {
  display: inline-table !important;
}

#pre-questions .survey-questions {
  .talentfinder-select-label,
  .checkbox-group,
  .radio-group,
  .talentfinder-text-area-label,
  .talentfinder-textfield-label,
  .yes-no_question {
    display: flex;
    flex-direction: column;

    label {
      color: #2d2f30;
      font-family: "tenon"!important;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
    }
  }

  .talentfinder-select-label
    .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-adornedEnd {
    border-radius: 30px;
    height: 24px;
    padding: 16px;
    border: 1px solid #000;
  }
  div.radio-group.inline-label div.MuiFormGroup-row {
    display: flex !important;
    flex-direction: column !important ;
  }
  .talentfinder-text-area-label .MuiInputBase-root textarea {
    background-color: transparent !important;
    border-radius: 30px;
    border: 1px solid #000;
    height: 123px !important;
  }
  .MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiInputBase-colorPrimary.MuiInputBase-fullWidth.MuiInputBase-formControl.MuiInputBase-multiline::before,
  .MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiInputBase-colorPrimary.MuiInputBase-fullWidth.MuiInputBase-formControl.MuiInputBase-multiline::after {
    content: none !important;
    display: none !important;
  }

  .talentfinder-textfield-label fieldset.MuiOutlinedInput-notchedOutline {
    border-radius: 30px;
    border: 1px solid #000;
    height: 24px;
    padding: 16px 0px;
    margin: 16px 0px;
  }

  .yes-no_question div.radio-group.inline-label div.MuiFormGroup-row {
    display: flex !important;
    flex-direction: row !important ;
    flex-wrap: wrap;

    /* Label button styles */
    .MuiFormControlLabel-root {
      flex: 1;
      text-align: center;
      padding: 12px 24px;
      font-size: 16px;
      font-weight: 500;
      color: #666;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: all 0.2s ease-in-out;
      position: relative;

      border-radius: 8px;
      overflow: hidden;
      width: fit-content;
      background: #fff;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
      min-width: 160px;
    }

    /* Border between options */
    .MuiFormControlLabel-root:first-child {
      border-right: 1px solid #e0e0e0;
    }

    /* Hide default radio buttons */
    .PrivateSwitchBase-input {
      display: none;
    }

    /* Add checkmark for "Yes" */
    .MuiFormControlLabel-root:nth-child(1)::after {
      content: "✔";
      font-size: 16px;
      color: #ccc;
      display: inline-block;
      margin-right: 5px;
      margin-left: 8px;
      transition: color 0.2s ease-in-out;
    }

    /* Add cross for "No" */
    .MuiFormControlLabel-root:nth-child(2)::after {
      content: "✖";
      font-size: 16px;
      color: #ccc;
      display: inline-block;
      margin-right: 5px;
      margin-left: 8px;
      transition: color 0.2s ease-in-out;
    }

    /* Style when selected */
    .PrivateSwitchBase-input:checked + .MuiTypography-root {
      font-weight: 600;
      color: #333;
    }

    /* Change icon color when selected */
    .PrivateSwitchBase-input:checked + .MuiTypography-root::before {
      color: #333;
    }

    /* Hover effect */
    .MuiFormControlLabel-root:hover {
      background: #f9f9f9;
    }
  }
}

#upload-image-container {
  display: flex;
  justify-content: space-between;
}

#upload-image-container .button-container {
  justify-items: flex-end;
}

#upload-image-container button {
  width: fit-content;
}

#upload-image-container .message-container {
  width: 100%;
  text-align: end;
}

.filename, .filesize, .description, .name, .size, .descriptionDoc, .descripion {
  float: left;
  width: 33%;
}
.MuiCheckbox-root:hover{
  background-color: rgba(243, 59, 40, 0.04)!important;
}

.talentfinder-select-label label{
  width: 100%!important;
}

.talentfinder-select-label .MuiInputBase-root{
  width: 100%!important;
}
.MuiInputBase-root{
  height: 42px!important;
}
.content-Login{
  font-family: "tenon"!important;
  font-size: 21px;
  background-color: #ffece5!important;
  border-radius: 10px!important;
  border: none!important;
  border-bottom: 6px solid #f33b28!important;
  padding: 30px!important;
}

.my-jobsite-logon-form .right{
  border-left: 6px solid #f33b28!important;
}

.my-jobsite-logon-form .talentfinder-textfield-label label{
  font-family: "tenon"!important;
  font-size: 21px;
  color: #000000!important;
  font-weight: 600!important;
}

.my-jobsite-logon{
  font-family: "tenon"!important;
}



 header.navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      border-top: 5px solid #f44336;
      background-color: white;
      position: relative;
    }

    .logo {
      font-weight: bold;
      font-size: 1.2rem;
    }

    .nav-links {
      display: flex;
      gap: 1.5rem;
    }

    .nav-links a {
      text-decoration: none;
      color: #000;
    }

    .phone-btn {
      display: flex;
      align-items: center;
      background-color: #f44336;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 30px;
    }

    .menuTrigger {
      display: none;
      cursor: pointer;
    }

    .bars {
      width: 18px;
      height: 20px;
      position: relative;
    }

    .bar {
      height: 1.5px;
      background-color: black;
      margin: 4px 0;
      transition: transform 0.3s ease, opacity 0.3s ease;
      width: 100%;
    }

    .menuTrigger.active .bar:nth-child(1) {
      transform: rotate(45deg);
      position: absolute;
      top: 4px;
    }

    .menuTrigger.active .bar:nth-child(2) {
      opacity: 0;
    }

    .menuTrigger.active .bar:nth-child(3) {
      transform: rotate(-45deg);
      position: absolute;
      bottom: 6px;
    }

    /* Mobile nav */
    .mobile-nav {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: white;
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      pointer-events: none;
      padding: 0 1rem;
      transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
      flex-direction: column;
    }

    .mobile-nav.active {
      max-height: 100vh;
      opacity: 1;
      pointer-events: auto;
      padding: 1rem;
      z-index: 10;
      overflow-y: auto;
    }

    .mobile-nav a {
      text-decoration: none;
      color: #000;
      padding: 1rem 0;
      display: block;
      border-bottom: 1px solid #eee;
    }


    .mobile-nav #services, .mobile-nav #offer{
      border-bottom: none
    }
    .mobile-nav #qui, .mobile-nav #actua{
      border-top: 1px solid #eee;
    }

   .submenu {
      padding-left: 1rem;
      margin-top: -0.5rem;
      margin-bottom: 1rem;
    }

    .submenu a {
      font-weight: normal;
      font-size: 15px;
      padding: 0.3rem 0;
      border-bottom: none;
    }
    
    #customMobileNav a{
	color: #000000!important;
       font-family: "tenon"!important;
    }

   #customMobileNav a:hover{
	color: #f44336!important;
   }

  .contact-link a {
    	border-radius: 24px;
    	border-color: #ececec;
  }

  .logo-partner {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
  }

  .footer-2{
	background: #f33b28;
       font-family: "tenon"!important;
  }

.row.myjobsite-breadcrumb .backgroundcolor.current:after {
    border-color: #f44336 !important;
    background-color: white !important;
}

.row.myjobsite-breadcrumb .backgroundcolor:after {
    display: block;
    width: 24px;
    height: 24px;
    margin: -60px auto 0 auto;
    content: ' ';
    border: 4px solid #f44336;
    border-radius: 50px;
    background-color: #f44336!important;
}

.row.myjobsite-breadcrumb .backgroundcolor:before {
    position: absolute;
    top: -8px;
    display: block;
    width: 100%;
    height: 4px;
    content: ' ';
    background: #f44336!important;
}
.row.myjobsite-breadcrumb .backgroundcolor:after
Specificity: (0,3,1)
 {
    display: block;
    width: 24px;
    height: 24px;
    margin: -60px auto 0 auto;
    content: ' ';
    border: 4px solid #f44336!important;
    border-radius: 50px;
    background: #f44336!important;
}
.MuiInputBase-root textarea{
	background: transparent!important;
}

.my-jobsite-btn-container {
    display: flex;
    flex-direction: row-reverse;
}

.jobs-items .title.item.card-title {
    color: #f44336!important;
    height: 68px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}
.jobs-items .card:hover .title.item.card-title {
    color: white!important;
}

.table th, .table td{
background: #ffefe5 !important;
}

    @media (max-width: 992px) {
      .nav-links, .phone-btn {
        display: none;
      }

      .menuTrigger {
        display: block;
        z-index: 15;
	margin-top: 4px;
      }
    .row.myjobsite-breadcrumb .backgroundcolor.current {
        background: #f44336!important;
        border-color: #f44336!important;
        margin: 0;
    }
    }


.link-card-content{
	text-decoration:none!important;
}

.talentfinder-textfield-label , .talentfinder-autocompleter, .talentfinder-select-label, .radio-group {
  display: flex;
  flex-direction: row;
}

.talentfinder-textfield-label label, .talentfinder-autocompleter.label label, .talentfinder-select-label label, .radio-group label{
  width: 25%!important;
}

.MuiInputBase-root, .MuiAutocomplete-root, .MuiTextField-root{
 width: 100%!important;
}


.address-postalCode .talentfinder-autocompleter.label .MuiAutocomplete-root, div#contactInfo\.genderKey , .selection .talentfinder-autocompleter.label .MuiAutocomplete-root{
	width: 100%!important;
}

label.MuiFormControlLabel-root {
    width: fit-content !important;
}

.MuiFormControl-root .MuiInputBase-root.MuiOutlinedInput-root{
	padding:0px!important;
}

.MuiInputBase-root .MuiSvgIcon-root{
 Margin-right: 8px;
}
.jobs-details .main h3{
	color: #f33b28;
}

.teaser.card-text.job-teaser {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-item-container.jobs-items {
    padding: 0px !important;
}

.postion-opening.extra-info {
    border-left: 0.3rem solid #e52037;
    padding: 0px 8px;
    border-radius: 3px;
}

.organization-info-content-detail{
    border-left: 0.3rem solid #e52037;
    padding: 0px 8px;
    border-radius: 3px;
}

.organization-info-contact{
    border-left: 0.3rem solid #e52037;
    padding: 0px 8px;
    border-radius: 3px;

}

.organization-info-content.organization-name {
    color: #f33b28;
    font-size: 24px;
    font-weight: 600;
    font-family: "tenon";
    padding-bottom: 6px;
}

span.content-title {
    color: #9c9c9c;
}

/* Responsive: hide number and arrow on small screens */
@media (max-width: 600px) {
  .call-button {
    padding: 10px;
  }

  .call-button .phone-number,
  .call-button .arrow {
    display: none;
  }

  .call-button .phone {
    opacity: 1 !important;
    transform: none !important;
  }
}
