* {
  word-break: break-all !important;
  /* pointer-events: none !important; */
  /* user-select: none; */
}

*,
*::after,
*::before {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;

  padding: 0;
  margin: 0;
  word-break: break-all;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Poppins", sans-serif;

  padding: 0;
  margin: 0;
  background: #f7f7f8;
}

h2.Login_to_Continue {
  font-family: Poppins;
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}



h2.select_module {
font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 27px;
line-height: 34px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
margin: 0px;
}
 
.Pickmodule {
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 15px;
line-height: 22px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
margin: 0px;
}

.login_image_bg {
  background-image: url("/assets/img/Group 1060.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
}

img.logo {
  width: 134px;
  height: 55px;
  top: 40px;
  margin-top: 40px;
}

img.logo_v {
  width: 68px;
  height: 72px;
  top: 40px;
  margin-top: 40px;
}
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 50px; */
  margin: 0;
}

.login-box {
  width: 100%;
  max-width: 400px;

  text-align: center;
}

.grid_gap_16 {
  display: grid;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.grid_gap_8 {
  display: grid;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.margin-top_24 {
  margin-top: 24px;
}
.margin-top_33 {
  margin-top: 33px;
}
.grid_gap_8.margin-top_16 {
    margin-top: 16px;
}

.margin-top_40 {
  margin-top: 40px;
}

p.subtitle {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #111111;
}
input.inputlogin {
  width: 400px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  vertical-align: middle;
  outline: none;
  transition: all 0.3s ease;
  padding: 12px;
  box-sizing: border-box;
}

.inputlogin::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #909398;
  margin-left: 10px;
}

.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.Forgotpassword {
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: #008ffa !important;
}

button.login-btn {
  width: 400px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  height: 48px;
  border-radius: 16px;
  background: #ed1b24;
  color: #ffffff;
  border: none; /* Optional: remove border */

  cursor: pointer; /* Add pointer on hover */
  transition: all 0.3s ease;
}

button.login-btn1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  height: 48px;
  border-radius: 16px;
  background: #ed1b24;
  color: #ffffff;
  border: none; /* Optional: remove border */
  padding: 15px;
  cursor: pointer; /* Add pointer on hover */
  transition: all 0.3s ease;
}
.google_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 12px;
}

img.Google {
  width: 17px;
  height: 18px;
}

p.ContinueGoogle {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #111111;
  padding: 0px;
  margin: 0px;
}

button.google-btn {
  width: 400px;
  height: 48px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #ffffff;
}

label.Remember {
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
  margin: 20px 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e3e3e3;

  margin: 0 10px;
}

.divider1 {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
}

.divider1::before,
.divider1::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e3e3e3;
}

.terms {
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #111111;
  padding: 0 18px;
  margin: 0px;
}

p.terms {
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #111111;
  padding: 0 42px;
}
.blue_color {
  color: #008ffa;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  margin-left: 2px;
}

.setkaro {
  display: flex;
  justify-content: start;
  gap: 6px;
  align-items: center;
}

p.Remember {
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
  padding: 0px;
  margin: 0px;
}
img.Powered_image {
  width: 93px;
  height: 32px;
}

p.powered {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #111111;
}
.margin-top_128 {
  margin-top: 128px;
}

label.password-inline {
  margin: 0;
  width: 100%;
  position: relative;
}

img.eye-ic {
  position: absolute;
  right: 0;
  top: 12px;
  cursor: pointer;
  background: #ffffff;
  margin-right: 10px !important;
}

.leftside::-webkit-scrollbar {
  width: 0;
  display: none;
}

.leftside {
  /* width: 200px; */
  display: inline-block;
  flex: 0 0 auto;
  transition: 0.3s all ease-in-out;
  padding: 62px 16px 24px 16px;
  background: #ffffff;

  height: 100vh;
  overflow: auto;
  position: relative;
  border: 1px solid #e2e2e2;
}

ul.under-list {
  padding: 16px 0 16px !important;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

img.dashboard-ic {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
  flex: 0 0 auto;
}

li.sidebar-list {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
}

li.sidebar-list a {
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
  color: #111111;
}

li.sidebar-list:hover {
  background: #ed1b24;
  color: #ffffff;
  transition: 0.3s background ease-in-out;
  outline: none;
}
 


li.sidebar-list:hover a {
  color: #ffffff !important;
}

li.sidebar-list:hover img.dashboard-ic {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(153deg) brightness(102%) contrast(101%);
}

.mainlogo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  left: 0;
  padding: 16px 0px 16px 16px !important;
  top: 0;
  background: #ffffff;
  z-index: 333;
  transition: 0.3s all ease-in-out;
  border-right: 1px solid #e2e2e2;
}

.mainhome {
  display: flex;
  align-items: self-start;
}

.rightside {
  width: calc(100%);
  flex: 0 0 auto;
  transition: 0.3s all ease-in-out;
}
.loads-head-card {
  background: #ffffff;
  padding: 22px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid #E2E2E2; */
  gap: 10px;
  /* margin: 3px; */
  height: 64px;
  border: 1px solid #e2e2e2;
}

section.sec-i.fixsec {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #f7f7f8;
}

img.logo_sidebar {
  height: 40px;
  width: 102px;
  margin-left: 10px;
}

img#toggleButton\ bbbbbhhhh {
  rotate: 181deg !important;
  cursor: pointer;
}
img#toggleButton\ bbbbbhhhh {
  margin-left: 84px;
  margin-top: -10px;
}

body.safari-only img.logo_sidebar_second_image {
  margin-left: 22px !important;
}

img.logo_sidebar_second_image {
  height: 40px !important;
  width: 35px !important;
  margin-left: 8px;
}

.PatientRole {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* padding: 6px 30px 6px 10px ; */
  padding: 0px 30px 0px 10px !important;
  height: 24px !important;

  height: auto; /* Let padding define height */
  max-width: 100%; /* Prevent overflow */
  border: 1px solid #e2e2e2 !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;

  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 13px;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}

/* .PatientRole {
   
    border: 1px solid #E2E2E2 !important;
    border-radius: 8px !important;
    margin: 0px !important;
    background-color: #FFFFFF !important;
 
    border: 1px solid #E2E2E2;
    padding: 0px 24px 0px 10px;
    height: 24px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    outline: none;

    
} */

td.table_data {
  font-family: Poppins;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
}

.team-table th,
.team-table td {
  padding: 5px !important;
  text-align: left;

  height: 32px !important;
  border: 1px solid #e8e9ec !important;
}

.scrollbar-box {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}

.scrollbar-box_minimum_hight {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  /* min-height: 780px; */
}

.team-table {
  width: 100%;
  border-collapse: collapse;
}

.team-table thead .fixed {
  position: sticky;
  top: 0;

  z-index: 1;

  text-align: left;
}

li.sidebar-list {
  font-family: Poppins;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
}
.sidebar-list.active {
  background: #ed1b24;
  color: #ffffff;
  transition: 0.3s background ease-in-out;
  padding: 10px;
  display: flex;
  gap: 10px;
}

.term-icon {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("/assets/img/Group 1068 (9).svg");
  background-size: contain;
  background-size: 100% 100%; /* ✅ Fix scaling */

  background-repeat: no-repeat;
}

.sidebar-list:hover .term-icon,
.sidebar-list.active .term-icon {
  background-image: url("/assets/img/Group 1068 (2).svg");
  background-size: 100% 100%; /* ✅ Use same fix here */
  background-repeat: no-repeat;
}

.Report {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("/assets/img/Groupnskdkd.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hover */
.sidebar-list:hover .Report {
  background-image: url("/assets/img/Groupkkk.svg");
}

/* Active */
.sidebar-list.active .Report {
  background-image: url("/assets/img/Groupkkk.svg");
}

.Dashboard {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("/assets/img/Group 1068 (7).svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hover */
.sidebar-list:hover .Dashboard {
  background-image: url("/assets/img/Group 1069 (2).svg");
}

/* Active */
.sidebar-list.active .Dashboard {
  background-image: url("/assets/img/Group 1069 (2).svg");
}





.deleted_patient {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("/assets/img/ic_deleted_patient_inactive.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hover */
.sidebar-list:hover .deleted_patient {
  background-image: url("/assets/img/ic_deleted_patient_active.svg");
}

/* Active */
.sidebar-list.active .deleted_patient {
  background-image: url("/assets/img/ic_deleted_patient_active.svg");
}






.ic_privacy_policy {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("/assets/img/ic_privacy_policy_inactive.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hover */
.sidebar-list:hover .ic_privacy_policy {
  background-image: url("/assets/img/ic_privacy_policy_active (1).svg");
}

/* Active */
.sidebar-list.active .ic_privacy_policy {
  background-image: url("/assets/img/ic_privacy_policy_active (1).svg");
}


.Settings {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("/assets/img/Group 1068 (5).svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hover */
.sidebar-list:hover .Settings {
  background-image: url("/assets/img/Group 1068 (6).svg");
}

/* Active */
.sidebar-list.active .Settings {
  background-image: url("/assets/img/Group 1068 (6).svg");
}

.Support {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("/assets/img/Grouplol.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hover */
.sidebar-list:hover .Support {
  background-image: url("/assets/img/Grouploloko.svg");
}

/* Active */
.sidebar-list.active .Support {
  background-image: url("/assets/img/Grouploloko.svg");
}

.Patients {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("/assets/img/Group 1068 (3).svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.sidebar-list:hover .Patients,
.sidebar-list.active .Patients {
  background-image: url("/assets/img/Group 1069 (1).svg");
  background-size: 100% 100%; /* ✅ Use same fix here */
  background-repeat: no-repeat;
}

/* Hover */

.Logout {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("/assets/img/Group 1068 (4).svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hover */
.sidebar-list:hover .Logout {
  background-image: url("/assets/img/Group 1068 (4).svg");
}

/* Active */
.sidebar-list.active .Logout {
  background-image: url("/assets/img/Group 1068 (4).svg");
}

.filters {
  display: flex;
  gap: 10px;
}

h2.termall {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
  margin: 0px;
  padding: 0px;
}

.add-btn {
  position: fixed;
  right: 24px;
  bottom: 60px;
  color: #fff;
  border: none;
  cursor: pointer;

  height: 40px;
  background: #27aa62;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
}

img.square {
  width: 20px;
  height: 20px;
}

img.edit {
  width: 20px;
  height: 20px;
}
img.trash {
  width: 20px;
  height: 20px;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.team-containerr {
  border: 1px solid #ccc;
  /* padding: 8px; */
  border-radius: 8px;
  margin: 0px 16px 16px 16px;
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e2e2;
}

.team-container {
  border: 1px solid #ccc;
  /* padding: 8px; */
  border-radius: 8px;
  margin: 16px;
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e2e2;
}

.team-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px !important;
  margin: 0px;
}

.team-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.team-table th,
.team-table td {
  text-align: left;
  border-bottom: 1px solid #eee;
}

.team-table th {
  background: #f7f7f8;
}

.modal-card {
  background: white;
  border-radius: 24px;
  padding: 2rem;
  width: 512px;
  background: #ffffff;
  box-shadow: 0px 32px 64px 0px #0000003d;
}

input.Firstname {
  width: 100%;
  height: 48px;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000;
  padding: 0 12px;
  box-sizing: border-box;
  /* outline: none; */
}

/* Placeholder styling */
input.Firstname::placeholder {
  color: #999999;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle; /* Optional */
}

.select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-container2 {
  position: relative;
  display: inline-block;
}
.select-container1 {
  position: relative;
  /* width: 224px; */
}

select.PatientRole.nn {
  color: #999999 !important;
}
select.Firstname.nn {
  color: #999999 !important;
}
select.Firstname {
  width: 100%;
  height: 48px;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  padding: 0 40px 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #111111 !important;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
}

/* Custom dropdown icon */
/* .dropdown-icon {
  position: absolute;
right: 4px;
    top: 51%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  pointer-events: none;
} */

/* Change text color when a real option is selected */
select.Firstname:valid {
  color: #111111;
}

select.Firstname {
  color: red; /* Default red text (for placeholder) */
}

.submit-btn_model {
  background: #ed1b24;
  color: #ffffff;
  font-weight: bold;
  /* padding: 12px; */
  border-radius: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  height: 48px;
  /* outline: none; */
}

.gaping_box {
  padding: 0px 16px;
  height: 100vh;
  background: #ffffff;
}

.task-meta {
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
 
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
}

.close-button {
  background: none;
  border: none;
  cursor: pointer;
}

.modal-form {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-row input {
  flex: 1;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0px !important;
  border-bottom: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

img.dropdown-icon {
  width: 10px;
  height: 6px;
}

.model_header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
}
li.sidebar-list {
  display: flex;
  gap: 10px;
  /* padding: 12px; */
  padding: 10px;
  align-items: center;
  justify-content: flex-start;
}

h2.termall_all {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #999999;
}
.line_scrool {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

select.ThisMonth {
  background: #ffffff;
  width: 120px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  height: 24px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  padding: 5px;
}

td.table_data {
  font-family: Poppins;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 100% !important;
  letter-spacing: 0px !important;
  vertical-align: middle;
  color: #111111;
}

/* In your global CSS file */
.CircularProgressbar-text {
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

p.NotStarted {
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 24px;
  background: #ff9100;
  padding: 6px;
  border-radius: 8px;
  color: #ffffff;
  margin: 0px;
}
p.Complete {
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 24px;
  background: #27aa62;
  padding: 6px;
  border-radius: 8px;
  color: #ffffff;
  margin: 0px;
}

p.InProgress {
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 24px;
  background: #7749e1;
  padding: 6px;
  border-radius: 8px;
  color: #ffffff;
  margin: 0px;
}

.flex_Started {
  display: flex;
  justify-content: space-between;
  align-items: center;
      width: 140px;
}
.flex_Started1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0px 10px 0px 10px; */
}
th.table_heder {
  color: #111111;
}

th.table_heder {
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}

select.Patient_select {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  padding: 0 40px 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 35px !important;
  dominant-baseline: middle;
  text-anchor: middle;
}

p.na {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}

.add-btn_all {
  position: fixed;
  right: 90px;
  bottom: 60px;
  color: #fff;
  border: none;
  cursor: pointer;

  background: #27aa62;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
button.add-btn_all {
  width: 160px;
  height: 40px;
}

.button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn {
  border-radius: 8px;
  cursor: pointer;
  outline: none;
}

button.btnall.confirm {
  background: #008ffa;
  color: #ffffff;
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  /* padding: 0px 8px; */
  height: 24px;
  border-radius: 8px;
  border: none;
  width: 84px;
}

button.btnall.reject {
  background: #ffd5d7;
  color: #ed1b24;
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  /* padding: 0px 8px; */
  height: 24px;
  border-radius: 8px;
  border: none;
  width: 84px;
}
button.btn1.reject {
  width: 84px;
  height: 24px;

  background: #ffd5d7;
  color: #ed1b24;
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  border: none;
  text-align: center;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background-color: #111111bf !important;
}

.button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.flex_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0px 10px 0px 10px; */
}
.add-btn_aldl {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: #111111;
  display: flex;
  align-items: center;
  gap: 8px;
}

.imgebox {
  display: flex;
  justify-content: center;
}

.tracker-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 16px;
}

.tracker-box {
  border-radius: 8px;
  padding: 14px;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}

.tracker-box.blue {
  background-color: #00afec;
}
.tracker-box.purple {
  background-color: #7749e1;
}
.tracker-box.red {
  background-color: #ea0f1b;
}
.tracker-box.green {
  background-color: #27aa62;
}

.fexduedata {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.duebox p,
.duebox h4 {
  margin: 0;
  padding: 0;
  font-family: Poppins;
}

.PastDue {
  font-size: 14px;
  text-align: left !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  margin: 0px;
}

.PastDue71 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
  white-space: normal !important;
  word-break: normal !important;
}

p.PastDue.width {
  width: 200px;
}

.TotalDue {
  font-size: 12px;
}

.imagebox {
  position: relative;
  width: 40px;
  height: 40px;
}

.image_dasbord {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.image_dasbord1 {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.image_dasbord1r {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
}

.duebox {
  display: grid;
  gap: 8px;
}

.TotalDue {
  font-size: 12px;
  margin-top: 8px;
}

.image_dasbord14 {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 2;
}

.image_dasbord15 {
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 2;
}

.header {
  display: flex;
  justify-content: space-between;

  height: 55px;
}

p.title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #999999;
  padding: 0px;
  margin: 0px;
}

p.namehedaing {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  color: #111111;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 15px 16px;
  border-bottom: 1px solid #e2e2e2;
}
.gaping {
  display: grid;
  gap: 5px;
}

.tfffd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.flexdata {
  display: flex;
  gap: 8px;
  align-items: center;
}

.stagebox {
  width: 64px;
  height: 24px;
  background: #999999;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stagebox2 {
  width: 64px;
  height: 24px;
  background: #999999;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.satageall {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.stagebox {
  width: 64px;
  background: #999999;
  color: #ffffff;
  margin: 8px 0px;

  border-radius: 4px;
}
.stagebox2 {
  width: 64px;
  background: #999999;
  color: #ffffff;

  border-radius: 4px;
}

.gapingbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gapingboxtwo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0px 8px 0px;
}

.task-title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #008ffa;
}

.taskflexall {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.number {
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #111111;
}
.badgebox {
  width: 96px;
  height: 24px;
  background: #7749e1;
  border-radius: 8px;
}

button.Submit {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  width: 144px;
  height: 48px;
  border-radius: 16px;
  background: #ed1b24;
  outline: none;
  border: none;
}

.containeggr {
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  margin: 17px;
}
.header {
  display: flex;
  justify-content: space-between;
  /* margin: 0px; */
  align-items: center;
}

.task-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
/* .task-card {
    background-color: #FFFFFF;
padding: 8px 16px !important;
    box-shadow: 0px 3px 6px 0px #25334B1A;
    box-shadow: 0px 10px 20px 0px #25334B1A;
    border: 1px solid #E2E2E2;
    border-radius: 8px;

        height: 56px;
} */

.containeggr {
  height: 90vh;
}

.xc {
  display: flex;
  justify-content: space-around;
  align-items: normal;
}

.submit-btn-fixed {
  position: fixed;
  bottom: 0;
  left: 228px;
  width: calc(100% - 228px);
  background: white;
  padding: 10px 20px;
  text-align: right;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #eee;
  z-index: 100;
  height: 10vh;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-family: Poppins;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;

  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  box-shadow: -32px 0px 64px 0px #0000003d !important;
  background: #ffffff !important;
}

.allbox {
  background: #f7f7f8;
  padding: 12px 24px;
  text-align: left;
  min-height: 40px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  /* height: 40px; */
}
.displayallks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 424px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.hdh {
  display: flex;
  gap: 7px;
  align-items: center;
}

h6.history-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  padding: 0px;
  margin: 0px;
}

.history-entry {
  margin-bottom: 12px;
  display: grid;
  gap: 5px;
}
.history-group {
  display: grid;
  gap: 10px;
}

.history-date {
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #999999;
}

.entry-time {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
}

.entry-footer {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #555;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.entry-name {
  font-family: Poppins;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
}

.entry-status {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: #111111;
}

.history-divider {
  border-top: 1px solid #e8e9ec;
  margin: 0 -16px 20px -16px; /* 👈 counteracts padding */
  width: calc(100% + 32px);
}

.reportdownload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.history-divider_sidebar {
  border-top: 1px solid #e8e9ec;
  margin: 15px 0px 15px 0px;
}

.reports-container {
  padding: 16px 16px 0px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
}

.reports-box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e2e2;
}

.reports-header h1 {
  font-size: 24px;
  color: #111;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.dropdown {
  padding: 8px 30px 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f9f9f9;
  appearance: none;
}

.dropdown-icon {
  position: absolute;
  right: 8px;
  top: 51%;
  transform: translateY(-50%);
  /* pointer-events: none; */
  font-size: 12px;
  color: #666;
}

.dropdown-icon_report {
  position: absolute;
  right: 8px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
}

.task-status {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 16px;
  color: #333;
  margin-top: 8px;
}

.status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.in-progress {
  background-color: #7749e1;
}

.pending {
  background-color: #ff9100;
}

.complete {
  background-color: #27aa62;
}

/* .chart-container {
  width: 100%;
    height: 270px;
    position: relative;
right: 34px;
} */

.chart-container {
  width: calc(100% + 47px); /* 34px left + 20px right */
  height: 270px;
  position: relative;
  transform: translateX(-34px); /* shift 34px to the left */
}

/* vzvvz */
.Download {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: #111111;
}
.scrollbar-box500 {
  max-height: calc(100vh - 500px);
  overflow-y: auto;
}
/* .scrollbar-box350 {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    min-height: 500px;
} */

.bttonside {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 24px 24px;
  width: 240px;
}

.team-table thead th {
  position: sticky;
  top: 0;

  z-index: 1;

  text-align: left;
}

.reports-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

h1.Tasks {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.PatientCoordinators {
  border: 1px solid #e2e2e2 !important;
  border-radius: 8px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e2e2e2;
  padding: 0px 10px;
  height: 24px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  border: none;
  outline: none;
}
select.PatientCoordinators {
  width: 184px !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 8px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e2e2e2;
  padding: 0px 10px;
  height: 24px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  border: none;
  outline: none;
}

.step-labels {
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #111111;
  margin: 0px;
  padding: 0px;
}

p.pragarph {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111111;
}
strong {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111111;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}

select.PatientAssigned {
  width: 184px !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 8px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e2e2e2;
  padding: 0px 10px;
  height: 24px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
img#toggleButton {
  cursor: pointer !important ;
}

.dropdown-icon2 {
  position: absolute;
  right: 14px;
  top: 52%;

  transform: translateY(-50%);

  font-size: 12px;
  color: #666;
}

.entry-action {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #111111;
  width: 264px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.task-card {
  background-color: #ffffff;
  padding: 8px 16px !important;
  box-shadow: 0px 3px 6px 0px #25334b26 !important;
  box-shadow: 0px 10px 20px 0px #25334b3b !important;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  height: 56px;
}

.asdfgnjj {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px !important;
}
.box_buttom {
  margin-top: 24px;
  background-color: #ffffff;
 
}


/* .task-metaf
 
 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    color: #999 !important;
    font-family: Poppins;
} */


.task-metaf {
  font-family: Poppins, sans-serif;
  font-weight: 700;          /* bold */
  font-size: 16px;           /* larger than 13px */
  line-height: 1.5;
  text-transform: uppercase; /* CAPITALIZED */
  letter-spacing: 0.5px;     /* थोड़ा spaced out दिखे */
    color: #999 !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

