@import url("https://fonts.googleapis.com/css2?family=Poppins: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");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif !important;
  line-height: 27px;
  font-size: 16px;
  background-color: #fff;
  color: rgba(30, 30, 30, 1);
}
#h1 {
  font-size: 36px;
  line-height: 60px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}

#h2 {
  font-size: 28px;
  line-height: 40px;
}
#h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}
#h4 {
  font-size: 20px;
  line-height: 40px;
}
#h5 {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}
#h6 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
#small {
  font-size: 14px;
  line-height: 27px;
}
#xs-small {
  font-size: 12px;
  line-height: 20px;
}
#normal {
  line-height: 20px;
  font-size: 14px;
}
.form-label {
  color: rgba(9, 44, 76, 1) !important;
}
.form-control {
  background-color: rgba(238, 246, 251, 1) !important;
  border: 1px solid rgba(234, 238, 244, 1) !important;
}
input.form-control::placeholder {
  line-height: 27px;
  font-size: 14px;
  color: rgba(126, 146, 162, 1);
}

.login-btn {
  padding: 5px 30px 7px 30px;
  gap: 10px;
  border-radius: 30px;
  border: 0.2px solid rgba(210, 211, 211, 1);
  opacity: 0px;
  background-color: rgba(63, 87, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.login-form-side-image img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.logo-container {
  position: absolute;
  top: 30px;
  left: 48px;
  width: 46px;
  height: 46px;
  z-index: 1000;
}
.logo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.verification-para {
  font-weight: 400;
  color: rgba(128, 128, 127, 1);
}

.otp-input-container {
  display: flex;
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.otp-input {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 2px solid rgba(234, 238, 244, 1);
  border-radius: 8px;
  background-color: rgba(238, 246, 251, 1);
}

.resend-btn {
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: rgba(81, 78, 243, 1);
}

.dasboard-logo-container {
  width: 46px;
  height: 46px;
  margin-bottom: 60px;
}
.dasboard-logo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.side-bar-btns {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
}
.side-bar-bottom-btns {
  position: absolute;
  bottom: 0;
}
.custom-bottom-border {
  /* border-bottom: 1.6px solid #eaeef4; */
}
.add-new-btn {
  padding: 10px 20px;
  height: fit-content;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(81, 78, 243, 1);
  border-radius: 70px;
  border: 0px;
  margin-right: 16px;
}
.add-new-span {
  padding-left: 10px;
}
.profile-icon {
  width: 40px;
  height: 40px;
}

.profile-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.patient-card-img {
  width: 80px;
  height: 80px;
}

.patient-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card {
  flex-direction: unset !important;
  align-items: center;
  padding: 24px !important;
  justify-content: space-between !important;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(234, 238, 244, 1);
  border-radius: 12px;
}
.card_price {
  font-weight: 600;
  color: rgba(81, 78, 243, 1);
}
.table-head-color {
  background-color: rgba(240, 247, 252, 1);
  border-bottom: 2px solid rgba(234, 238, 244, 1);
}

.table-head-color tr th {
  background-color: rgba(240, 247, 252, 1);
}

.actions-btns-img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  gap: 20px;
}


.d-flex.actions-btns {
  gap: 20px;
}
.table-data {
  color: rgba(76, 76, 76, 1) !important;
  /* font-weight: 400; */
  background-color: #fff !important;
}

.dashboard-main-container {
  height: 100vh;
  display: flex;
  flex-direction: row;
  padding: 0;
}

.sidebar {
  background-color: #f7fafd;
  height: 100%;
  padding-top: 1rem;
  flex-shrink: 0;
  border-right: 1.6px solid #eaeef4;
}

.sidebar a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
  padding: 0.5rem 1rem;
}

.content {
  flex: 1;
  padding: 1rem;
  padding-top: 0px !important;
  background-color: #f8f9fa;
  overflow-y: auto;
}

.pagination .page-link {
  border-radius: 5px;
  margin: 0 5px;
}

.table-container {
  overflow-x: auto;
}

.previous-page-link {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #9f9f9f !important;
  text-decoration: none;
}

.next-page-link {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: rgba(76, 76, 76, 1) !important;
  text-decoration: none;
}

.paginations-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e6e6e6;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.active-page {
  background-color: #514ef3;
  color: #ffffff;
}

table {
  width: 100%;
  table-layout: fixed;
}

.modal-title img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  text-align: center;
}
.modal-paragraph {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: rgba(82, 100, 119, 1);
}
.modal-content {
  padding: 20px 0px;
}
.modal-body h2 {
  color: rgba(9, 44, 76, 1);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}

.modal-body {
  padding-bottom: 0px !important;
}

.modal-delete-now {
  padding: 10px 100px 10px 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 70px;
  background-color: rgba(81, 78, 243, 1);
}

.modal-footer {
  border-top: 0px !important;
}
.modal-header {
  border-bottom: 0px !important;
}

.patient-dashboard-cover {
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  position: relative;
}

.patient-dashboard-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.patient-dashboard-cover-content h1 {
  font-weight: 700;
  color: rgba(9, 44, 76, 1);
}
.patient-dashboard-cover-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.save-changes-btn button {
  background-color: rgba(81, 78, 243, 1);
  padding: 10px 20px;
  gap: 12px;
  opacity: 0px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 70px;
}
.save-changes-btn {
  text-align: end;
}
.save-changes-btn-svg {
  padding-right: 12px;
}
.report-first-heading {
  font-weight: 400;
  line-height: 30px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 6px !important;
}
.PersonName {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(76, 76, 76, 1);
}
.report-person-name {
  margin-bottom: 20px;
}
.custom-border-bottom {
  border-bottom: 1px solid rgba(242, 242, 242, 1);
}
.blood-count-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: rgba(9, 44, 76, 1);
}

.blood-count-container {
  padding: 30px;
  background-color: #eef9ff;
  gap: 20px;
  border-radius: 20px;
  opacity: 0px;
  margin-top: 30px;
}
.blood-count-container-img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
}
.blood-count-container-img {
  text-align: end;
}
.patient-name-font-weight {
  font-weight: 700 !important;
  font-size: 12px !important;
}
.form-label-custom-font {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0.5rem;
    padding-right: 0;
    display: none;
    transition: all 0.3s ease;
  }

  .sidebar.active {
    display: block;
  }

  .content {
    margin-left: 0;
    padding: 1rem;
    overflow-x: auto;
  }

  .navbar-toggler {
    display: block;
  }
}

@media (max-width: 767px) {
  .table th,
  .table td {
    white-space: normal;
  }

  .table th:nth-child(2),
  .table td:nth-child(2) {
    width: 50% !important;
  }
  .otp-input {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .login-form-side-image {
    display: none;
  }

  .login-page-outer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .login-credentials-form {
    width: 100%;
  }
  .side-bar-bottom-btns {
    position: unset !important;
  }
  #side-direction {
    flex-direction: unset !important;
  }
  .sidebar a {
    padding: 0px;
  }
  .side-bar-bottom-btns {
    display: flex;
  }
  .dasboard-logo-container {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .side-bar-btns {
    margin-right: 16px;
  }
}
@media (max-width: 1024px) {
  .login-credentials-form {
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 80px;
  }
  .logo-container {
    left: 22px;
  }
}
