@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");

body {
  overflow-x: hidden;
}

.locataire-table table thead tr th {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #aab2c8;
}

.locataire-table table tbody tr td,
.locataire-table table tbody tr td p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
}
.table-link,
.table-link:hover {
  color: #263238;
}

.locataire-table .table tbody tr {
  background: #f5f6fa;
  border-radius: 10px;
  border-bottom: 15px solid #fff;
}

.locataire-table .table {
  border: transparent;
  border-width: none;
}

.btn-action-administratif-proprietaire {
  background: none;
  color: #e53e3e !important;
  border: none !important;
}
.form-control.form-input {
  padding: 10px 30px !important;
}
.image-item {
  width: 150px;
  height: 142.11px;
  position: relative;
}
#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;
}
/* ================ CUSTOM TABLE =============== */

.dashboard-praticien-table-recent-patient-container table thead tr th {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  /* text-transform: uppercase; */
  color: #4a4a68;
}

.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: #f6f6f6;
  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;
}

.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: #f7f7f7;
  border-radius: 5px;
  border-bottom: 3px 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: 15px 10px !important;
  vertical-align: middle;
  background: #f5f6fa;
  border-bottom: 15px solid #fff;
}
.dashboard-praticien-table-recent-patient-container .admin-table .table {
  border: transparent;
}
.dashboard-praticien-table-recent-patient-container .table tbody {
  border-top: none;
}

.dashboard-praticien-table-recent-patient-container .table tbody tr td {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #747474;
}
.dashboard-praticien-table-recent-patient-container .table thead tr th {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a68;
}
/* ============== END CUSTOM TABLE ================ */

.btn .btn-action-admin-eye {
  color: #68d5c4;
}

.btn .btn-action-admin-delete {
  color: #68d5c4;
}

.dashboard-praticien-table-recent-patient-container .form-control {
  display: block;
  /* width: 300px !important; */
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  height: 38px;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select .selectpicker {
  align-items: center;
  padding: 12px 16px;
  gap: 37px;
  min-width: 150px;
  height: 45px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  flex: none;
  order: 1;
  flex-grow: 0;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #747474;
  appearance: none;
}
.dashboard-praticien-table-recent-patient-container .form {
  position: relative;
}

.dashboard-praticien-table-recent-patient-container .form .fa-search {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #9ca3af;
}

.dashboard-praticien-table-recent-patient-container .form span {
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}

.dashboard-praticien-table-recent-patient-container .left-pan {
  padding-left: 7px;
}

.dashboard-praticien-table-recent-patient-container .left-pan i {
  padding-left: 10px;
}

.dashboard-praticien-table-recent-patient-container .form-input {
  height: 45px;
  text-indent: 33px;
  border-radius: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #747474;
  border: 1px solid #ccd2d8;
  border-radius: 5px;
  width: 100%;
  min-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-praticien-table-recent-patient-container .form-input::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #8c8ca2;
}

.react-datepicker__input-container .form-input {
  height: 45px;
  text-indent: 10px;
  border-radius: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #747474;
  border: 1px solid #ccd2d8;
  border-radius: 5px;
  width: 100%;
  min-width: 200px;
}

.search-date .react-datepicker-wrapper {
  margin-left: 1rem;
}

.dashboard-praticien-table-recent-patient-container .form-input:focus {
  box-shadow: none;
  border: none;
}
.dashboard-praticien-table-recent-patient-container {
  padding: 30px;
}
.form-label-modal-custom {
  display: flex;
  justify-content: flex-start;
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #444150 !important;
}

.input-modal-form-add-group {
  background: #f2f3f3 !important;
  border: none !important;
  border-radius: none !important;
  letter-spacing: 0.03em !important;
  height: 50px !important;

  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #444150 !important;
}

.form-control-modal-custom {
  padding: 10px !important;

  background: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 6px !important;

  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #444150 !important;
}
.form-select-modal-custom {
  background: #ffffff;
  border: 1px solid #d9d9d9 !important;
  border-radius: 6px !important;
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #444150 !important;
  padding: 10px !important;
  /* background: url(../../../assets/icons/down.png) 99% 47% / 13px no-repeat #fff !important; */
}
select.form-select.form-select-modal-custom {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #444150;
}
.form-control-modal-custom::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #444150;
  opacity: 0.5;
}
.hippocrate-custom-showHideIcon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0px;
  z-index: 100;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
}
.form-label-login {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #444150 !important;
}
.auth-submit-annuler {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.04em !important;
  color: #4a4a68 !important;
}
/* ================ CUSTOM REACT INPUT TAG ================== */
div.ReactTags__tags {
  position: relative;
}

/* Styles for the input */
div.ReactTags__tagInput {
  width: 100%;
  border-radius: 2px;
  display: inline-block;
}
div.ReactTags__tagInput input.ReactTags__tagInputField,
div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
  padding: 10px !important;
  background: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 6px !important;
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #444150 !important;
  width: 100%;
}

/* Styles for selected tags */
div.ReactTags__selected {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
div.ReactTags__selected span.ReactTags__tag {
  background: #f1fbf9;
  border-radius: 5px;

  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #333333;

  cursor: move;
  width: max-content;
  padding: 5px;
  margin: 3px 5px;
}
div.ReactTags__selected a.ReactTags__remove {
  color: #aaa;
  margin-left: 5px;
  cursor: pointer;
}

/* Styles for suggestions */
div.ReactTags__suggestions {
  position: absolute;
}
div.ReactTags__suggestions ul {
  list-style-type: none;
  box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.2);
  background: white;
  width: 100%;
}
div.ReactTags__suggestions li {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px 5px 0px;
  margin: 0;

  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #333333;
}
div.ReactTags__suggestions li mark {
  text-decoration: underline;
  background: none;
  font-weight: 600;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #333333;
}
div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
  background: #b7cfe0;
  cursor: pointer;
}
button.ReactTags__remove {
  color: #666666;
  border: none;
  background: none;
  font-size: 25px;
}
/* ================ END CUSTOM REACT INPUT TAG ================== */

/* ================ CUSTOM MODAL =============== */
.close-modal {
  background: #e4e6eb !important;
  border: none !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px !important;
}
.modal-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
.select-modal-form-add-admin {
  background-color: #f2f3f3 !important;
}
.input-modal-form-add {
  background: #f2f3f3 !important;
  border-radius: 5px !important;
  border: none !important;

  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 0.03em !important;
  color: #000000 !important;
  height: 50px !important;
}
.input-modal-form-add::placeholder {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: #8c8ca2 !important;
}
.input-modal-label-form-add {
  color: #1b1b1b !important;
}
.input-tel-sousadmin .react-tel-input .form-control {
  height: 50px !important;
}

/* ================ END CUSTOM MODAL =============== */
.custom-btn-annuler {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.04em !important;
  color: #000000 !important;
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  width: auto !important;
}
.editor-cgu .ql-container {
  min-height: 160px;
}
.textarrea-message-custom {
  background: #ededed !important;
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: rgb(0, 0, 0) !important;
  border: none !important;
}
.textarrea-message-custom::placeholder {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: rgba(0, 0, 0, 0.34) !important;
}
.custom-group-input-group-text {
  border: none !important;
  background: #f2f3f3 !important;
  height: 50px !important;

  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 140% !important;
  color: #333333 !important;
}
.no-link {
  text-decoration: none;
  color: inherit !important;
  background: inherit;
}
/* Tags input */
.react-tags__search-input {
  width: 100% !important;
  border-radius: 6px !important;
  padding: 10px !important;
  background: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 6px !important;
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #444150 !important;
  outline: none !important;
}
.react-tags__selected {
  margin-bottom: 2px !important;
}
.react-tags__selected-tag {
  background: #f1fbf9 !important;
  border-radius: 5px !important;
  border: #f1fbf9 !important;
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: #333333 !important;
  padding: 4px 6px !important;
  margin-right: 6px;
}
.react-tags__suggestions {
  padding: 0 !important;
  margin: 0 !important;
}
.react-tags__suggestions li {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: #333333 !important;
  padding: 4px 6px !important;
  list-style: none !important;
}
.react-tags__suggestions li mark {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: #333333 !important;
  padding: 4px 6px !important;
  background-color: #68d5c4 !important;
}

.react-tags__suggestions li:hover {
  cursor: pointer;
}

.react-tags__suggestions li.is-active {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: #333333 !important;
  padding: 4px 6px !important;
}

.react-tags__suggestions li.is-disabled {
  opacity: 0.5;
  cursor: auto;
}
img.img-proprety {
  width: 150px;
  height: 140px;
  object-fit: fill;
}
.custom-pos-abs {
  position: absolute;
  top: 15px;
  right: -15px;
}
.border-modal {
  border-bottom: 1px solid #dee2e6;
}
.btn-cancel {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: left;
  background-color: transparent;
  border: none;
  color: #000000;
}
.hippocrates-alert {
  border-left: 6px solid #68d5c4;
  border-radius: 0.4rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
  width: 100%;
  background-color: rgba(104, 213, 196, 0.2);
}
.hippocrates-alert svg {
  font-size: 34px;
  animation: animate 6s linear infinite;
}
.hippocrates-alert h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
}
@keyframes animate {
  0% {
    transform: rotateX(-20deg) rotateY(-360deg);
  }
  100% {
    transform: rotateX(-20deg) rotateY(0deg);
  }
}
.react-bootstrap-table table {
  table-layout: auto !important;
}
.c-react-select .react-select__indicator.react-select__dropdown-indicator,
.c-react-select .react-select__indicator-separator {
  /* display: none; */
}
.c-react-select .react-select__input-container,
.cus-react-select .react-select__input-container {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.c-react-select .react-select__control--is-focused,
.cus-react-select .react-select__control--is-focused {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #d9d9d9 !important;
}

.capitalise-first::first-letter {
  text-transform: uppercase;
}

.modal-backdrop {
  opacity: 0.3 !important;
}

.ql-editor p {
  color: #000 !important;
}
.medical-modal .react-tel-input .flag-dropdown {
  height: 45px !important;
}
.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.facture-form .react-select__indicator.react-select__dropdown-indicator,
.facture-form .react-select__indicator-separator {
  display: none !important;
}
.facture-form span.input-group-text.custom-group-input-group-text {
  position: absolute;
  top: 0;
  right: 0;
}
.bg-warning-forum {
  background-color: rgba(238, 80, 18, 0.1) !important;
}
.paiement-form .react-datepicker-wrapper {
  width: 100% !important;
}
