@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* ============= ADMIN TABLE ============ */
.workcare-dash-admin-page-content-container table thead tr th {
  font-family: 'Nunito';
  font-style: normal;
  /* font-weight: 400; */
  font-size: 10px;
  line-height: 14px;
  text-align: justify;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0C98D4;
}
.workcare-dash-admin-page-content-container table tbody tr td,
.workcare-dash-admin-page-content-container table tbody tr td p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.workcare-dash-admin-page-content-container .table thead tr th,
.workcare-dash-admin-page-content-container .table tbody tr td {
  text-align: left;
  vertical-align: middle;
}
.workcare-dash-admin-page-content-container .table tbody tr {
  background: #f5f6fa;
  border-radius: 10px;
  border-bottom: 15px solid #fff;
}
.workcare-dash-admin-page-content-container .table {
  border: transparent;
}

.workcare-dash-admin-page-content-container #overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 35, 42, 0.7);
  z-index: 2;
  cursor: pointer;
}


table thead tr th, table tbody tr td {
  padding: 20px 10px !important;
  vertical-align: middle;
  background: #f5f6fa;
  border-bottom: 15px solid #fff;
}
.workcare-dash-admin-page-content-container .admin-table .table {
  border: transparent;
}

/* =============== TABLE RDV PARCOURS PRATICIENT ================ */


.dashboard-praticien-table-rdv-container table thead tr th {
  background: rgba(232, 232, 232, 0.2);
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #25282B;
}
.dashboard-praticien-table-rdv-container table tbody tr td,
.dashboard-praticien-table-rdv-container table tbody tr td p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.dashboard-praticien-table-rdv-container .table thead tr th,
.dashboard-praticien-table-rdv-container .table tbody tr td {
  text-align: left;
  vertical-align: middle;
  border: none;
}
.dashboard-praticien-table-rdv-container .table tbody tr {
  background: #FFFFFF;
  border-radius: 10px;
  border-bottom: 1px solid #E8E8E8;

  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #52575C;
}
.dashboard-praticien-table-rdv-container .table {
  border: transparent;
}

.dashboard-praticien-table-rdv-container #overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 35, 42, 0.7);
  z-index: 2;
  cursor: pointer;
}


table thead tr th, table tbody tr td {
  padding: 20px 10px !important;
  vertical-align: middle;
  background: #f5f6fa;
  border-bottom: 15px solid #fff;
}
.dashboard-praticien-table-rdv-container .admin-table .table {
  border: transparent;
}

/* =========== TABLE RÉCENT PATIENT PARCOURS PRATICIENT ============= */

.dashboard-praticien-table-recent-patient-container table thead tr th {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  align-items: center;
  text-transform: uppercase;
  color: #0C98D4;
}
.dashboard-praticien-table-recent-patient-container table tbody tr td,
.dashboard-praticien-table-recent-patient-container table tbody tr td p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.dashboard-praticien-table-recent-patient-container .table thead tr th,
.dashboard-praticien-table-recent-patient-container .table tbody tr td {
  text-align: left;
  vertical-align: middle;
}
.dashboard-praticien-table-recent-patient-container .table tbody tr {
  background: #EFF5FE;
  border-radius: 10px;
  border-bottom: 15px solid #fff;
}
.dashboard-praticien-table-recent-patient-container .table {
  border: transparent;
}

.dashboard-praticien-table-recent-patient-container #overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 35, 42, 0.7);
  z-index: 2;
  cursor: pointer;
}


table thead tr th, table tbody tr td {
  padding: 20px 10px !important;
  vertical-align: middle;
  background: #f5f6fa;
  border-bottom: 15px solid #fff;
}
.dashboard-praticien-table-recent-patient-container .admin-table .table {
  border: transparent;
}