/* CUSTOM CSS - I-City 2022 */

/* FIX  */

#phpro-megamenu-mobile .megamenu-level-2 {
  padding-left: 1rem;
}

.home-block .node--type-actualite.node--view-mode-teaser {
  height: 100%;
  min-height: 0;
}

.select2-container--bootstrap4 .select2-results__group {
  color: #000;
}

.select2-container--bootstrap4 .select2-results__option--highlighted {
  color: #000;
  background-color: #f4f4f4;
}

.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #000;
}

.select2-container--bootstrap4 .select2-selection {
  border-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body nav#phpro-megamenu.vertical-three-level > ul > li a.active,
.current-lang.current-lang-tf {
  /* display: none;*/
  font-weight: bold;
}

caption {
  display: none;
}

/*.tf-home-slick-container{
    display: flex;
    flex: 50%;
    flex-direction: row;
    overflow: hidden;
}

.tf-home-slick-container .grid__cell{
    width: 100%;
    flex: 0 0 50%;
}*/

.tf-home-slick-container .u-1-1--palm.sign {
  padding: 0 0.8rem;
}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;

  opacity: 1;
  color: #af1280;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\f053";
}

[dir="rtl"] .slick-prev:before {
  content: "\f054";
}

[dir="rtl"] .slick-next {
  top: 70px;
  right: auto;
  left: -10px;
}

.slick-next:before {
  content: "\f054";
}

[dir="rtl"] .slick-next:before {
  content: "\f053";
}

.navbar,
.navbar > .container,
.navbar > .container-fluid,
.navbar-nav {
  /* display: block;*/
}

#navbar .container .row {
  display: block;
}

.tf-menu-container {
}

/* RESET */

a:hover {
  text-decoration: none;

  color: inherit;
}

body {
  font-weight: 400;

  height: 100% !important;
  /*font-size: 14px;*/

  color: #444;
}

p {
  /*line-height: 2rem;*/
}

.padding-block {
  /*padding-top: 150px;*/
}

@media screen and (max-width: 960px) {
  .tf-menu-container {
  }

  .padding-block {
    /*padding-top: 130px;*/
  }
}

h1.greenH1 {
  font-size: 3rem;
  font-weight: 700;

  position: relative;

  margin-bottom: 0;
  padding-bottom: 15px;

  text-transform: none;

  color: #000;
}

.jobs-details h1.greenH1 {
  /*display: none*/
}

.main-title h1 {
  font-size: 3rem;
  font-weight: 700;

  position: relative;

  margin-bottom: 0;
  padding-bottom: 15px;

  text-transform: none;

  color: #000;
}

.jobs-listing .main-title h1 {
  /*display: none;*/
}

.main-title h1 b {
  font-weight: 700;
}

h1.greenH1:before,
.main-title h1:before {
  /*content: "";
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    bottom: 0;
    left: 0;
    position: absolute;*/
}

h1.greenH1:after,
.main-title h1:after {
  /*content: "";
    width: 110px;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #af1280;*/
}

.alert {
  border: 0;
  /*border-radius: 30px;*/
}

.cc-grower {
  position: fixed;
  z-index: 1000;
  bottom: 0;

  overflow: hidden;

  width: 100%;
  max-height: 0;

  transition: max-height 1s;
}

/* HEADER */

header#header {
  /* display: unset;*/
}

.is-active.active-lang-tf {
  display: none !important;
}

.offset-block {
  padding-top: 160px;
}

.text-container {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

/* WRAPPER */

#wrap-container {
  /*padding-top: 160px;*/
  background: #fff;
}

body.jobs-listing #wrap-container {
  /*background: #f1f1f1;*/
}

/* JOB LISTING */

/* FILTER */

.main-content-cat {
  border-top: 1px solid #af1280;
}

.jobs-category-filter-plugin h6:not(.displayed) + ul.list-group {
  display: none;
}

.geographical-area-filter-plugin ul.list-group .list-group-item,
.jobs-category-filter-plugin ul.list-group .list-group-item {
  font-weight: 400;

  margin: 0 0 10px 0;
  /* text-decoration: none; */
  padding: 0;

  border: 0;
}

.geographical-area-filter-plugin ul.list-group .list-group-item-action a,
.jobs-category-filter-plugin ul.list-group .list-group-item-action a {
  position: relative;

  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: border-color, background-color;
  text-decoration: none;

  color: #000;
}

.geographical-area-filter-plugin ul.list-group .list-group-item-action a:before,
.jobs-category-filter-plugin ul.list-group .list-group-item-action a:before {
  font-family: "FontAwesome";
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 22px;

  position: absolute;
  left: 0;

  display: none;

  content: "\f105";
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: border-color, background-color;

  color: #179cdb;
}

.geographical-area-filter-plugin ul.list-group .list-group-item-action:hover,
.jobs-category-filter-plugin ul.list-group .list-group-item-action:hover {
  background: #fff;
}

.geographical-area-filter-plugin
  ul.list-group
  .list-group-item-action
  a:hover:before,
.jobs-category-filter-plugin
  ul.list-group
  .list-group-item-action
  a:hover:before {
  color: #184a81;
}

.badge-primary {
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: border-color, background-color;

  color: #fff;
  background-color: #179cdb;
}

a span.count {
  font-weight: 300;

  padding-right: 5px;
  padding-left: 5px;
}

.geographical-area-filter-plugin
  ul.list-group
  .list-group-item-action
  a:hover
  .badge-primary,
.jobs-category-filter-plugin
  ul.list-group
  .list-group-item-action
  a:hover
  .badge-primary,
.geographical-area-filter-plugin
  ul.list-group
  .list-group-item-action
  a.active
  .badge-primary,
.jobs-category-filter-plugin
  ul.list-group
  .list-group-item-action
  a.active
  .badge-primary {
  background-color: #184a81;
}

.geographical-area-filter-plugin ul.list-group .list-group-item-action a.active,
.jobs-category-filter-plugin ul.list-group .list-group-item-action a.active {
  font-weight: 700;
}

h2.sub-title-category {
  display: none;
}

.main-category h6 {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2rem;

  position: relative;

  margin: 0;
  margin-top: 0;
  /* border-bottom: 1px solid #000; */
  margin-bottom: 0;
  padding: 10px 0 10px 0;

  cursor: pointer;

  outline: none;
}

.main-category h6:after {
  font-family: "FontAwesome";
  font-size: 16px;
  font-size: 16px;
  font-weight: 400;

  position: absolute;
  right: 13px;
  right: 0;

  content: "\f078";

  color: #af1280;
}

.main-category h6.filter-toggle.displayed:after {
  content: "\f077";
}

.main-title h2 {
  font-size: 1.5rem;
  line-height: 25px;

  letter-spacing: 0;
  text-transform: none;

  color: #4d4d4d;
}

.card {
  border: 0;
  background: #f6f9fc;
  box-shadow: none;
  border-radius: 0px !important;
}

.card-body {
  padding: 2rem;
}

/* PAGINATION */

.pager-container .text-primary {
  color: #af1280 !important;
}

.pager-content span {
  margin: 0 5px;
}

.pager-content a {
  margin: 0 5px;

  text-decoration: none;
}

.pager-content a:after {
  display: none;
}

.pager-content a:hover {
  text-decoration: none;

  color: #fff;
}

.pager-content span.pageNumDisabled {
  padding: 4px 10px;

  color: #fff;
  border: 1px solid #af1280;
  border-radius: 4px;
  background-color: #af1280;
}

.pager-content a.pageNumActive {
  padding: 4px 10px;

  text-decoration: none;

  color: #af1280;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.pager-content a.pageNumActive:hover {
  color: #fff;
  border: 1px solid #af1280;
  background-color: #af1280;
}

.pager-content a:last-child {
  /*border-right: 1px #bebdbc solid;*/
}

.pager-content a.page {
  padding: 4px 12px;

  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.pager-content a.page:hover span:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  color: #fff;
}

.pager-content a.page:hover {
  color: #fff;
  border-color: #af1280;
  background: #af1280;
}

.pager-content a.page .pagePrec {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #af1280;
  border: 0;
  border-radius: 4px;
  background: transparent;
}

.pager-content a.page:hover .pagePrec {
  border: 0;
  background: transparent;
}

.pager-content a.page .pagePrec:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;

  content: "\f104";

  color: #af1280;
}

.pager-content a.page .pageFirst {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #af1280;
  border: 0;
  border-radius: 4px;
  background: transparent;
}

.pager-content a.page:hover .pageFirst {
  border: 0;
  background: transparent;
}

.pager-content a.page .pageFirst:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;

  content: "\f100";

  color: #af1280;
}

.pager-content a.page .pageSuiv {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #af1280;
  border: 0;
  border-radius: 4px;
  background: transparent;
}

.pager-content a.page:hover .pageSuiv {
  border: 0;
  background: transparent;
}

.pager-content a.page .pageSuiv:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;

  content: "\f105";

  color: #af1280;
}

.pager-content a.page .pageLast {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #af1280;
  border: 0;
  border-radius: 4px;
  background: transparent;
}

.pager-content a.page:hover .pageLast {
  border: 0;
  background: transparent;
}

.pager-content a.page .pageLast:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;

  content: "\f101";

  color: #af1280;
}

.pageFirstInactif,
.pagePrecInactif,
.pageSuivInactif,
.pageLastInactif {
  display: none;
}

/* Sidebar */

#sidebar-left .content {
  margin-bottom: 45px;
  padding: 0;

  border-radius: 0;
  background-color: transparent;
}

#sidebar-left .content ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

/* JOB DETAILS */

.jobdetail .share ul {
  overflow: hidden;

  margin: 15px 0 30px;
  padding: 0;

  background: #f1f1f1;
}

.jobdetail .main h2 {
  font-size: 1.8824rem;
  font-weight: bold;
  line-height: 1.2;

  color: #4d4d4d;
}

.jobdetail .main h2:first-child {
  margin-top: 0 !important;
}

.well a.card-link,
.jobs-details .main a {
  text-decoration: none;

  color: #4d4d4d;
  box-shadow: inset 0 -1px 0 0 #4d4d4d;
}

.well a.card-link:hover,
.jobs-details .main a:hover {
  text-decoration: none;

  box-shadow: inset 0 -2px 0 0 #4d4d4d;
}

.jobs-details .main ul {
  padding-left: 2rem;
}

.aside .card {
  border: 0 !important;
}

.aside .card-body {
  padding: 2rem;

  border: 0;
  border-radius: 0rem;
  /*-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
       -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);*/
  background: #f6f9fc;
}

.card-body .well {
  min-height: 20px;
  margin-bottom: 20px;
  padding: 0;
  /*color: #FFF !important;*/

  border: 0;
  border-radius: 4px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-muted {
  /*color: #FFF !important;*/
}

.jobs-details-apply .card-body {
  border-radius: 0rem;
  /*-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);*/
}

.jobs-details-apply.card h3 {
  font-size: 1.5rem;
  font-weight: 600;

  margin: 0;
  margin-top: 0;

  text-transform: none;

  color: #af1280 !important;
  border: 0;
}

.jobs-details-apply.card .text-apply {
  line-height: 1.5;
}

/* LOGON */

.custom-control-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.custom-control-label p {
  margin-top: 0;
  padding: 0;
}

.custom-control {
  position: relative;
  /*display: block;*/

  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-label::before {
  /*top: 0.35em;*/
}

.custom-control-label::before {
  left: -1.5rem;

  width: 16px;
  height: 16px;
  /*top:  0;*/
}

.custom-control-label::after {
  left: -1.5rem;

  width: 16px;
  height: 16px;
  /*top:  0;*/
}

.alert.fade.show {
  opacity: 1;
}

/* FORMS */

form {
  font-size: 1rem;
}

.c2a .card:not(.card--no-link):hover,
.c2a .card:not(.card--no-link):focus,
.apply-buttons-container .card:not(.card--no-link):hover,
.apply-buttons-container .card:not(.card--no-link):focus {
  /*box-shadow: none;*/
}

fieldset {
  margin: 0;
  padding: 0;

  border: 0;
}

.form-control {
  /*font-family: 'Apercu', 'Roboto';
    font-size: 16px;    
    line-height: 1.42857143;

    padding: 0 9px;

    border: 1px solid #e1e1e1;
    border-radius: 0;*/
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus,
.form-control:focus {
  /*border: 1px solid #000;*/
}

.col-form-label {
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.5;

  text-transform: none;

  color: #000;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #af1280;
  background-color: #af1280;
}

table,
.table {
  color: #af1280;
}

.table th,
.table thead th {
  vertical-align: bottom;

  border-bottom: 1px solid #e9e9e9;
}

.table tbody th.myjobsite-language-lx {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.table td {
  font-weight: 400;
}

a.btn.pickfiles:after {
  display: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #af1280 !important;
  border: 2px solid #af1280;
  background-color: #fff;
}

/* LOGON */

ul#ulerrormessage {
  margin-top: 0;
  margin-bottom: 1rem;

  padding-inline-start: 40px;
}

.myjobsite-logon-box.card {
  border: 0 !important;
}

.my-jobsite-logon-form.card-body {
  padding: 2rem;

  border: 0;
  border-radius: 0rem;
  /*-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
       -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);*/
  background: #f6f9fc;
}

.my-jobsite-logon-form label:not(.custom-control-label) {
  font-size: 16px;
  font-weight: 700;

  color: #0f0b12;
}

/* MY JOBSITE */

#leftMenu {
  margin-bottom: 30px !important;

  border: 0;
  border-radius: 0rem;
  background: #fff;
  /*-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
       -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);*/
}

.list-group-item {
  font-weight: 400;

  text-decoration: none;
}

.list-group-item.active {
  /*z-index: 2;
    color: #fff;*/
  border-color: #af1280;
  background-color: #af1280;
}

.row.myjobsite-breadcrumb h3 {
  font-size: 1rem;
  font-weight: 700;

  margin-top: 0;

  text-transform: none;

  color: #000;
}

.modules-myjobsite-history .card-body {
  border: 0;
  border-radius: 0rem;
  /*-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
       -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);*/
}

.modules-myjobsite-history h3.title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;

  margin-top: 0;
  /* margin-bottom: 0; */

  text-transform: none;

  color: #af1280 !important;
}

.modules-myjobsite-history .text-muted {
  color: #6c757d !important;
}

body.cms .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

body.cms .container .row {
  /*width: 100%;*/
}

.title-Myjob-h1 {
  color: #444;
  line-height: 1;
  font-size: 1.5rem;
  text-transform: none;
  margin-bottom: 20px !important;
  font-weight: 700;
}

.MuiInputBase-root {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 !important;
}
.MuiOutlinedInput-input {
  padding: 0 1rem !important;
}
.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: "ITCAvantGardeStdDemi", "ITCAvantGardeStdMd", "Megante",
    sans-serif;
  margin-top: 24px;
  color: #af1280;
  font-weight: bold;
}

.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: white !important;
  border: 1px solid #af1280;
  color: #af1280 !important;
  outline: none;
}

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

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

.filename,
.filesize,
.description,
.name,
.size,
.descriptionDoc,
.descripion {
  float: left;
  width: 33%;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #af1280;
  background-color: #af1280;
}

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

.MuiInputBase-root textarea {
  height: 100% !important;
  padding: unset !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  background: transparent !important;
}

.MuiTextField-root {
  width: 100%;
}

.MuiInputAdornment-root {
  margin-right: 8px !important;
}

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

.MuiCheckbox-root:hover {
  background: #fff9fd !important;
}
.MuiAutocomplete-option[aria-selected="true"] {
  background: #fff9fd !important;
}

.myjobsite-category-separator button {
  transform: rotate(0deg);
}

.position-preference .geographical-area .checkbox-group {
  display: flex;
  flex-direction: column;
}

.btn-primary:focus {
  background: #c848a2 !important;
  box-shadow: 0 0 0 0.2rem #af128049 !important;
}

.MuiFormControl-root:have(*:focus) {
  outline: 2px solid #af128049 !important;
}

.Mui-focused .MuiOutlinedInput-notchedOutline {
  border: 1px solid #af1280 !important;
  outline: 2px solid #af128049 !important;
}

.Mui-focused .MuiOutlinedInput-notchedOutline {
  border: 1px solid #af1280 !important;
  outline: 2px solid #af128049 !important;
}

.Mui-focused::after {
  border: 1px solid #af1280 !important;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

.rhc-banner {
  background-color: #5c0a43 !important;
}

.rhc-banner .MuiButton-containedSecondary {
  background-color: #000 !important;
}

.rhc-banner .MuiButton-containedPrimary {
  background-color: #af1280 !important;
}

.rhc-banner .MuiButtonBase-root {
  font-size: 12px;
  height: 54px;
}

.rhc-banner {
  align-items: baseline;
}

div.jobs-list-container div.jobs-items .card .card-body:hover,
div.vacatures-accordion .card.card-body:hover {
  background: #fff9fd !important;
}

.Mui-selected {

  background: #fff9fd !important;
}
.Mui-selected:hover{
  background: #fff9fd !important;
}

a,
.link {
  color: #af1280;
}

.survey-questions .checkbox-group {
  display: flex;
  flex-direction: column;
}

#wrap-container:has(#modules-jobs-listing){
  background: #ffffff !important;
}

.navbar-nav .nav-link{
  padding-left:8px!important;
  padding-right:8px!important;
}

.main-menu.navbar-nav{
 justify-content: space-evenly;
}

.nav-item.home{
 display:none;
}

.disclaimer-text{
 padding-left: 64px;
 padding-right:64px;
}

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

.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{
 background: #af1280!important;
}

.talentfinder-textfield-label, .radio-group, .talentfinder-select-label, .talentfinder-autocompleter{
 display: flex;
}
.talentfinder-autocompleter .MuiInputBase-root{
	position: static;
}

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

.talentfinder-textfield-label .MuiFormControl-root, .radio-group .MuiFormGroup-root, .talentfinder-select-label .MuiInputBase-root, .talentfinder-autocompleter .MuiInputBase-root{
  width: 75%!important;
}

.myjobsite-language-table .talentfinder-select-label label{
  width: 0px!important;
}

.radio-group .MuiFormGroup-root{
 width: 100%;
}

.rhc-banner__content__message{
 width: 75%;
}

div.jobs-list-container div.jobs-items .card .card-body:hover div.location, div.jobs-list-container div.jobs-items .card .card-body:hover div.date, div.vacatures-accordion .card.card-body:hover div.location, div.vacatures-accordion .card.card-body:hover div.date{
 color: #000!important;
}
div.jobs-list-container div.jobs-items .card .card-body:hover, div.vacatures-accordion .card.card-body:hover{
 color: #000!important;
}

div.jobs-list-container div.jobs-items .card .card-body:hover .title a.title-overflow, div.vacatures-accordion .card.card-body:hover .title a.title-overflow{
 color: #af1280!important;
}

.table th, .table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e9e9e9!important;
  background: white!important;
  color: #af1280!important;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  background: white;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

div.csa_form div.line label{
  font-weight: 600!important;
}

.my-jobsite-logon-form label{
  width: 35%!important;
}

.my-jobsite-logon-form .talentfinder-textfield-label{
 display: block;
}

.fa-warning:before, .fa-exclamation-triangle:before{
 display: none;
}

.errorBox{
 color:red;
}

.row.myjobsite-breadcrumb .backgroundcolor:before{
 background: #af1280;
}

.row.myjobsite-breadcrumb .backgroundcolor.current:before {
 background: #af1280;
}

.row.myjobsite-breadcrumb .backgroundcolor.current:after {
    border: 4px solid #af1280;;
}

.row.myjobsite-breadcrumb .backgroundcolor:after {
    border: 4px solid  #af1280;
    background: #af1280;
}

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

div#upload-image-container {
    display: flex;
    justify-content: space-between;
    border: 1px dashed #c6c6c6;
    border-radius: 120px;
    padding: 16px;
    align-items: anchor-center;
}

.button-container {
    display: flex;
    flex-direction: column;
}

.button-container .MuiButton-root {
    width: 250px;
    background: #af1280!important;
}

.form-candidate-image .tableFoot{
    border-radius: 120px;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background: #af1280ff!important;
  border-color:  #af1280ff!important;
}

.gender .MuiFormControlLabel-root label{
 width: fit-content;
}
label.MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementEnd.radio-group-label{
width: 120px!important;
}
label.MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementEnd.radio-group-label:last-child{
width: 250px!important;
}


@media (min-width: 352px) {
.row.myjobsite-breadcrumb .backgroundcolor.current {
        background: #af1280;
        border-color: #af1280;
   }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
.row.myjobsite-breadcrumb .backgroundcolor.current {
        background: #af1280;
        border-color: #af1280;
   }
}



@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
 .row.myjobsite-breadcrumb .backgroundcolor.current {
        background: white;
        
   }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1140px;
  }

  body.cms .container {
    max-width: 100%;
    padding: 0;
  }

  footer .container {
    width: 100%;
    max-width: 1140px;
  }
}
