#simplePopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
  }
  
  .applynow-form #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  .subTitle {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
     font-family: Arial, Helvetica, sans-serif;
  }

  .previewModal .modal-body {
    max-height: 500px;
    overflow-y: auto;
  }

  #accordionExample.boder-0 {
    border: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .previewModal .accordion .accordion-item {
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
  }

.previewModal .accordion .accordion-item .accordion-header {
  border-radius: 4px;
}



.previewModal .accordion .accordion-item .accordion-header .accordion-button .partIconWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.previewModal .accordion .accordion-item .accordion-header .accordion-button .partIconWrapper .number {
  padding: 6px 0;
  min-height: 36px;
  width: 36px;
  display: inline-block;
  background-color: #E9F9FF;
  background: rgba(0, 167, 229, 0.1);
  font-size: 16px;
  line-height: 20px;
  color: #009CD6;
  font-family: Poppins-Semibold;
  border-radius: 4px 0px 0 4px;
  text-align: center;
  margin-right: 14px;
}

.previewModal .accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  pointer-events: none;
  min-height: 36px;
  font-size: 12px;
  line-height: 16px;
  color: #646464;
  font-family: Poppins-Medium;
  border-radius: 4px;
}

.previewModal .accordion .accordion-item .accordion-header .accordion-button::after {
  pointer-events: all;
  margin: 0 14px;
  background-image: url(/themes/custom/cafral_theme/assets/images/icons/grayDownIcon.svg);
  width: 12px;
  height: 10px;
  background-size: 12px;
}

.previewModal .accordion .accordion-item .accordion-body {
  padding: 0px 20px 20px;
}

.border-row .col-lg-4 {
  position: relative;
}
.row{
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.border-row .col-lg-4::after:nth-of-type(2) {
  width: 1px;
  height: 100%;
  background-color: #CACACA;
  content: "";
  display: inline-block;
  position: absolute;
  right: 34px;
  top: 0;
}

.disabled-link {
  pointer-events: none; 
  cursor: default;
  opacity: 0.5;
}

.col-12.join-us-button {
  display: flex;
  align-items: center;
  justify-content: end;
}

.applyjob-table .row .done {
  font-weight: bold;
  color: green;
}

.applyjob-table .row .pending {
  font-weight: bold;
  color: red;
}

.previewFooter {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.primary-btn .download-icon, .secodary-btn .download-icon {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(234deg) brightness(102%) contrast(100%);
}

#drupal-modal .subTitle {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  /* font-family: Poppins-Semibold; */
  font-weight: 600;
  text-align: center;
}

#drupal-modal .form-label {
  font-size: 14px;
  line-height: 21px;
  color: #696969;
  /* font-family: Poppins-Regular; */
  padding-bottom: 4px;
  margin-bottom: 0px;
}

#drupal-modal .value-text {
  font-size: 14px;
  line-height: 21px;
  color: #717171;
 font-weight: bold;
  display: block;
  padding-top: 6px;
  font-weight: 600;
}

/* #drupal-modal .border-row .col-lg-4::after {
  width: 1px;
  height: 100%;
  background-color: #CACACA;
  content: "";
  display: inline-block;
  position: absolute;
  right: 34px;
  top: 0;
} */

#drupal-modal .mt-4 {
  margin-top: 1.5rem!important;
}

#drupal-modal .border-row .col-lg-4 {
  position: relative;
}

#drupal-modal .mb-3 {
  margin-bottom: 1rem!important;
}

#drupal-modal .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
}

.form-item--title.form-item {
  margin-block: 0; 
}

*, ::after, ::before {
  box-sizing: border-box;
}

#drupal-modal .col-lg-4 {
  flex: 0 0 auto;
  width: 25%;
}

#applynow-form .select-border-radius.form-select {
  border-radius: 80px 0 0 80px !important;
  padding: 0px 0px 0px 10px;
  /* padding-right: 20px; */
  width: 66px;
  margin: 0;
}

#applynow-form .form-item--date-of-birth label{
  padding: 0px;
}

#applynow-form .first-name-container .form-item__error-message{
  display: none;
}

input[name="work_number"]::before {
  content: "+";
  color: #333;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.applynow-form #edit-captcha-response{
  width: fit-content;
}
.date-range-wrapper .fieldset__wrapper{
  display: flex;
  gap: 10px;
}
#edit-date-filter-wrapper{
  margin-block: unset;
}
.first-name-container + .errorMsg {
  margin-top: -25px;
}

.AfterUploadWrapper .pdfTextWrapper .pdfText .resume-link {
  font-size: 12px;
  line-height: 16px;
  color: #2F2F2F;
  font-family: Poppins-Semibold;
}

.AfterUploadWrapper .pdfTextWrapper .pdfText .cover-letter-link {
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
    font-family: Poppins-Semibold;
}

.profilePhotoWrapper {
    background-color: #F8F8F8;
    padding: 24px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    margin-bottom: 42px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profilePhotoWrapper .photoInner {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 35px;
    width: 90%;
}

.profilePhotoWrapper .photoInner .photoImage {
    width: 120px;
    position: relative;
}

.profilePhotoWrapper .photoInner .photoImage .UploadButtonWrapper {
    position: absolute;
    right: 5px;
    bottom: 0px;
}

.profilePhotoWrapper .photoInner .photoImage .userImage {
  width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
  border: 1px solid #c3c3c3;
  height: 120px;
}
.profilePhotoWrapper .photoInner .photoContent {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 12px;
}

.profilePhotoWrapper .photoInner .photoImage .UploadButtonWrapper .uploadPhotoButton {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  width: 33px;
  height: 33px;
  border: none;
}

.profilePhotoWrapper .photoInner .photoContent
 {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 12px;
}

.profilePhotoWrapper .photoInner .photoContent .photoTitle {
    font-size: 18px;
    line-height: 24px;
    color: #2F2F2F;
    font-family: Poppins-Semibold;
}

.profilePhotoWrapper .photoInner .photoContent .photoPara {
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
    font-family: Poppins-Regular;
}

.profilePhotoWrapper .photoInner .photoContent .smallText {
    font-size: 12px;
    line-height: 16px;
    color: #646464;
    font-family: Poppins-Regular;
}

.profilePhotoWrapper .errorWarpper {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 14px;
}

.profilePhotoWrapper .errorWarpper .error {
    font-size: 11px;
    line-height: 15px;
    color: #FF4C4C;
    font-family: Poppins-Regular;
}

.AfterUploadWrapper .resume-remove :hover {
    color: #35468B;
}
.AfterUploadWrapper .resume-remove {
    font-size: 14px;
    line-height: 18px;
    color: #00A7E5;
    font-family: Poppins-Semibold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.applynow-form .js-form-item-files-resume.form-item--files-resume{
  margin-bottom: 0px;
}

.applynow-form .js-form-item-files-cover-letter.form-item--files-cover-letter{
  margin-bottom: 0px;
}

.applynow-form .js-form-item-files-signature.form-item--files-signature {
  margin-bottom: 0px;
}

.applynow-form .js-form-item-files-job-market-paper-file.form-item--files-job-market-paper-file {
  margin-bottom: 0px;
}

.applynow-form .js-form-item-files-paper-file-1.form-item--files-paper-file-1 {
  margin-bottom: 0px;
}

.applynow-form .js-form-item-files-paper-file-2.form-item--files-paper-file-2 {
  margin-bottom: 0px;
}

.applynow-form .js-form-item-files-paper-file-3.form-item--files-paper-file-3 {
  margin-bottom: 0px;
}

.applynow-form .js-form-item-files-reference-0-upload-file.form-item--files-reference-0-upload-file {
  margin-bottom: 0px;
}

.applynow-form .js-form-item-files-reference-1-upload-file.form-item--files-reference-1-upload-file {
  margin-bottom: 0px;
}

.applynow-form .js-form-item-files-reference-2-upload-file.form-item--files-reference-2-upload-file {
  margin-bottom: 0px;
}

.AfterUploadWrapper .pdfTextWrapper .pdfText .research-link {
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
    font-family: Poppins-Semibold;
}

.AfterUploadWrapper .research-remove:hover {
    color: #35468B;
}

.AfterUploadWrapper .research-remove {
    font-size: 14px;
    line-height: 18px;
    color: #00A7E5;
    font-family: Poppins-Semibold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.registerformWrapper .nextBtnWrapper {
    padding: 70px 0px 0px 0px;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.AfterUploadWrapper .pdfTextWrapper .pdfText .signature-link  {
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
    font-family: Poppins-Semibold;
}

.AfterUploadWrapper .signature-remove {
  font-size: 14px;
  line-height: 18px;
  color: #00A7E5;
  font-family: Poppins-Semibold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.AfterUploadWrapper .signature-remove:hover {
    color: #35468B;
}

.AfterUploadWrapper .research-remove-1 {
  font-size: 14px;
  line-height: 18px;
  color: #00A7E5;
  font-family: Poppins-Semibold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.AfterUploadWrapper .research-remove-1:hover {
  color: #35468B;
}

.AfterUploadWrapper .research-remove-2 {
  font-size: 14px;
  line-height: 18px;
  color: #00A7E5;
  font-family: Poppins-Semibold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.AfterUploadWrapper .research-remove-2:hover {
  color: #35468B;
}

.AfterUploadWrapper .research-remove-3 {
  font-size: 14px;
  line-height: 18px;
  color: #00A7E5;
  font-family: Poppins-Semibold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.AfterUploadWrapper .research-remove-3:hover {
  color: #35468B;
}

/* added for test */

  table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .table-700{
    width: 1000px;
  }
  .width-70{
    width: 70%;
  }
  .width-20{
    width: 20%;
  }
  .width-33{
    width: 25%;
    max-width: 250px !important;
    min-height: 250px !important;
  }
  td, th {
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0;
  }
  .tableCenter{
    margin: 0 auto;
  }
  .font-12{
    font-size: 12px;
    line-height: 16px;
  }
  .headingSmall{
    color: #00A7E5;
    font-size: 16px;
    line-height: 20px; 
    padding-bottom: 10px;
  }
  .fullBorder{
    border: 1px solid #CACACA;
  }
  .border-bottom{
    border-bottom: 1px solid #CACACA;
  }
  .border-left{
    border-left: 1px solid #CACACA;
  }
  .border-top{
    border-top: 1px solid #CACACA;
  }
  .padding-52{
    padding:32px 52px 52px;
  }
  .padding-20{
    padding: 20px;
  }
  .padding-10{
    padding: 10px;
  }
  .padding-5{
    padding: 5px;
  }
  .pt-10{
    padding-top: 10px;
  }
  .headeraBg{
    background-color: #35468B;
  }
  .px-5-10{
    padding: 5px 10px;
  }
  .px-10-15{
    padding: 10px 15px
  }
  .px-10-5{
    padding: 10px 5px;
  }
  .color-white{
    color: #ffffff;
  }
  .px-0-10{
    padding: 0px 10px 10px 10px;
  }
  .pe-14{
    padding-right: 10px;
  }
  .px-24-36{
    padding: 24px 24px 0px 24px;
  }
  .ps-36{
    padding-left: 24px;
  }
  .width-50{
    width: 50%;
    
  }
  .text-center{
    text-align: center;
  }
  .text-right{
    text-align: right;
  }
  .boerderBox{
    border: 1px solid #EAEAEA;
    border-radius: 8px ;
  }
  .headingTD{
    background-color: #F4FCFF;
    padding: 8px 13px;
    font-size: 13px;
    color: #646464;
    font-weight: bold;
    border-bottom: 1px solid #EAEAEA;
  }
  .lable{
    font-size: 12px;
    color: #717171;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .valueText{
    font-weight: bold;
    font-size: 14px;
    color: #717171;
      font-family: Arial, Helvetica, sans-serif;
  }
  .color-red{
    color: #FF3939;
  }
  .pb-30{
    padding-bottom: 30px;
  }
  .title{
    font-size: 20px;
    line-height: 24px;
    color: #4F4F4F;
  }
  /* .custom-table-wrapper{
    overflow-x: scroll
  } */

.ui-dialog > .ui-dialog-content {
  overflow: scroll;
  }

/* backed css */

@media (min-width: 992px) {
    .order-lg-1 {
        order: 1 !important;
    }
}

.order-1 {
    order: 2 !important; 
}

@media (min-width: 992px) {
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (min-width: 992px) {
    .order-lg-2 {
        order: 2 !important;
    }
}

.order-2 {
  order: 2 !important;
}

@media (min-width: 992px) {
  .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
  }
}

.tableDataRight {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.tableDataRight .userImage {
  width: 118px;
  height: 118px;
}

.tableDataRight .userSign {
  width: 118px;
  height: 42px;
  padding-top: 12px;
}

.tableDataRight .userImage img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.tableDataRight .userSign img {
  width: 100%;
  height: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* .joinus-table{} */

.joinus-table thead th {
  position: sticky;
  top: 0;
  background-color: #35468B; 
  color: #ffffff;
  z-index: 2; 
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2); 
  border: 1px solid white;
  /* border-radius: 5px; */
}
.custom-table-wrapper  tr:nth-child(odd) {
  background-color: #FFFFFF;
}

.custom-table-wrapper tr:nth-child(even) {
  background-color: #F3FBFE;
}


.custom-table-wrapper td:first-child {
  position: sticky;
  left: 0;
  background: #f9f9f9; 
  z-index: 1; 
}
.filter-button{
  margin-block: 28px 5px !important;
}