/*  Applicant not schedule interview list */
.applicant-interview h4,
.applicant-deposit h4,
.applicant-passport h4,
.applicant-medical h4,
#block-allsentmail h4 {
  text-align: center;
  margin-bottom: 20px;
}

#edit-applicant-interview-table,
#edit-applicant-interview-table thead,
#edit-applicant-deposit-table,
#edit-applicant-deposit-table thead,
#edit-applicant-medical-table,
#edit-applicant-medical-table thead {
  padding: 0px 10px;
  font-family: 'Epilogue', sans-serif;
}

.applicant-interview nav.pager.layout--content-medium,
.applicant-deposit nav.pager.layout--content-medium,
.applicant-passport nav.pager.layout--content-medium,
.applicant-medical nav.pager.layout--content-medium {
  margin-top: 10px;
}

#edit-applicant-interview-table tbody tr:hover,
#edit-applicant-deposit-table tbody tr:hover,
#edit-applicant-medical-table tbody tr:hover,
#edit-acuity-email-table tbody tr:hover,
#edit-acuity-email-table tbody tr:hover {
  background: #a9a9a9;
}

#edit-applicant-interview-table th,
#edit-applicant-deposit-table th,
#edit-applicant-medical-table th {
  white-space: nowrap;
  padding: 0 10px;
}

#edit-applicant-interview-table td a,
#edit-applicant-deposit-table td a,
#edit-applicant-medical-table td a {
  white-space: nowrap;
  background: #00BDD6FF;
  border: unset;
  color: #fff;
  font-weight: 600;
  outline: unset;
  border-radius: 8px;
  box-shadow: 0px 17px 35px #bec2c3c9, 0px 0px 2px #00BDD6FF;
  line-height: 22px;
  font-size: 14px !important;
  text-decoration: none;
  padding: 10px;
}
.path-acuity #block-olivero-content {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 50px;
  background: #fff;
}
th {
  white-space: nowrap;
}

@media (min-width:1024px) and (max-width: 1399px) {

  form#applicant-interview,
  #applicant-passport,
  #applicant-deposit ,
  #applicant-medical{
    zoom: 70%;
}

}



