body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  background: #f0f8ff;
  height: 100%;
  overflow: auto;
}

@media (max-width:1440px) {
  .btn-primary {
    font-size: 12px !important;
  }
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-collapse {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Custom Scrollbar for WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 12px;
  /* Width of the scrollbar */
}

a {
  transition: 0.3s ease;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background of the scrollbar track */
  border-radius: 10px;
  /* Optional: Rounded corners for the track */
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Scrollbar thumb color */
  border-radius: 10px;
  /* Rounded scrollbar thumb */
  border: 2px solid #f1f1f1;
  /* Optional: border around the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Thumb color when hovered */
}

/* Custom Scrollbar for Firefox */

/* Define body color classes for each theme */
/* Set default background-color to body */
body {
  background-color: white;
}

/* Define other color options */
.white {
  background-color: white;
}

.light-blue {
  background-color: #add8e6;
}

.grey {
  background-color: #808080;
}

.black {
  background-color: #000000;
}

.green {
  background-color: #008000;
}

/* left-nav start */
.nav-link {
  color: #fff;
  font-size: 13px;
  margin-bottom: 3px;
}

.advisor-left {
  width: 342px;
}

.icon-bar a:hover {
  background-color: #0E3F3E;
  transition: 0.3s ease;
  color: #fff;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.95);
  background-color: #BBFFFE;
}

.mod-nav-link:hover {
  background-color: #0e2036;
  color: white !important;
}

.nav-link:focus {
  background-color: #BBFFFE;
  color: #000 !important;
}

.mod-nav-link:focus {
  background-color: #0e2036;
  color: white !important;
}

.nav-link {
  padding-bottom: 3px;
  padding-top: 3px;
}

.text-wrap-link {
  margin-left: 7px;
}

.main-left {
  background-color: #0e2036;
  height: 100vh;
  padding: 10px;
  position: relative;
  transition: 0.5s ease;
}

.p-cards-info {
  background-color: #fff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 22%) !important;
}

@media (max-width: 1440px) {
  .p-cards-info {
    width: 200px;
    top: 95%;
    left: 8%;
  }
}

.p-img-info {
  margin-top: -56px;
  margin-bottom: 10px;
  box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 22%) !important;
  border-radius: 50%;
}

.p-img-info img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #0E3F3E;
}

.right-sec {
  margin-left: 76px;
  padding: 20px;
  background: #f0f8ff;
  min-height: 100vh;
  overflow:auto;
}

@media (max-width:991px) {



  .search-box {
    margin-left: 50px;
  }
}

.btn-fav {
  text-wrap: nowrap;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-share {
  text-wrap: nowrap;
  cursor: pointer;
  transition: 0.3s ease;
}

.patient-portal-btn {
  background-color: #e6ffff;
  padding: 15px;
  height: 100vh;
  overflow: auto;
  max-width: 1100px;
}

.patient-portal-btn .btn-primary {
  background-color: #0e2036;
  border-color: #0e2036;
  border-radius: 10px;
  font-size: 14px;
  text-align: start;
  color: #fff;
  height: 100px;
}

.text-p-portal {
  font-size: 11px;
}

.patient-portal-btn .btn-primary:focus {
  background-color: #BBFFFE;
  color: #fff;
}

.patient-portal-btn .btn-primary:hover {
  background-color: #BBFFFE;
  color: #fff;
}

.patient-portal-btn .btn-primary:hover .text-p-portal {
  color: #fff;
}

.search-box .search-icon {
  background-color: #e6ffff;
  border: none;
  color: #495057;
  border-radius: 30px;
}

.search-box .search-input {
  border-radius: 8px;
  width: 200px;
  border: 1px solid #1ABC9C;
  min-height: 38px;
}

.w-40 {
  width: 30%;
}

.search-box .search-input:focus {
  border-color: #80bdff;
  box-shadow: none;
}



.search-box {
  padding: 0.5rem;
}

.theme-changer {
  box-shadow: inherit !important;
}

.icon-bar {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 10px;
  border-radius: 5px;
  /* Rounded corners for the icon bar */
}

.header-links {
  margin-bottom: 0px;
}

.icon-bar a {
  text-decoration: none;
  color: #fff;
  /* Icon color */
  font-size: 20px;
  /* Icon size, adjust as needed */
  background: #1ABC9C;
  padding: 10px;
  border-radius: 50%;
  /* Circular background for icons */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.notification-dropdown {
  position: absolute;
  top: 40px;
  right: 0;
  width: 300px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
}

.notification-dropdown .dropdown-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #f8f9fa;
  font-weight: bold;
}

.notification-dropdown .dropdown-body {
  max-height: 250px;
  overflow-y: auto;
}

.notification-dropdown .dropdown-item {
  padding: 8px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
}

.notification-dropdown .dropdown-item:hover {
  background-color: #f1f1f1;
}

.notification-icon {
  position: relative;
  font-size: 20px;
  color: #333;
}

.notification-icon .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red !important;
  color: white;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 50%;
}

.icon-bar a:hover {
  background: #0E3F3E;
  cursor: pointer;
  color: #fff !important;
  /* Slightly darker background on hover */
}

.jemica-cards {
  background: linear-gradient(357.48deg, #44A08D 0.64%, #093637 99.36%);
  padding: 20px;
  border-radius: 30px;
  height: 100%;
  box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 22%) !important;
}

.img-jamica-cards {
  width: 130px;
  height: 130px;
  border: 2px solid #fff;
}

@media (max-width:1024px) {
  /* .img-jamica-cards {
    width: 30%;
  } */
}

.jemica-cards h5 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.btn-primary:hover {
  background-color: #0E3F3E !important;
  border-color: #0E3F3E !important;
  color: #fff;
}

.btn-primary {
  padding: 10px 20px;
  /* background: linear-gradient(93.33deg, #088838 4.97%, #066EB1 96.03%); */
background-color: #003c74;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
}

.btn-primary-two {
  background-color: #fff;
  border-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
}

.btn-primary-two:hover {
  background-color: #1ABC9C;
  border-color: #1ABC9C;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}

h6 {
  font-size: 13px;
}

p {
  font-size: 14px;
  margin-bottom: inherit !important;
}

ul {
  padding-left: 15px;
}

li,
a {
  font-size: 14px;
}

.user-inf0-cards {

  overflow-y: auto;
}

.user-link h6 {
  margin-bottom: 0px !important;
  font-size: 14px !important;
  font-weight: 400;
}

.user-link {
  color: #000;
}

.user-bio-links li {
  margin-bottom: 5px;
  list-style: none;

}

.user-bio-links li a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
}

.bio-text {
  font-weight: 500;
}

.report-cards {
  background: linear-gradient(357.48deg, #44A08D 0.64%, #093637 99.36%);
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 22%) !important;
}

.img-card-1 {
  height: 150px;
  background-image: url('/assets/imgs/e-1.jpg');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}

.img-card-2 {
  height: 150px;
  background-image: url('/assets/imgs/e-2.jpg');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}

.img-card-3 {
  height: 150px;
  background-image: url('/assets/imgs/e-3.jpg');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}

.img-card-4 {
  height: 150px;
  background-image: url('/assets/imgs/e-4.jpg');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}

.img-card-5 {
  height: 150px;
  background-image: url('/assets/imgs/img-05.png');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}

.img-card-6 {
  height: 150px;
  background-image: url('/assets/imgs/img-06.png');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}

.img-card-7 {
  height: 150px;
  background-image: url('/assets/imgs/img-07.png');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}

.img-card-8 {
  height: 150px;
  background-image: url('/assets/imgs/img-08.png');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}

.img-card-9 {
  height: 150px;
  background-image: url('/assets/imgs/img-10.png');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}

.img-card-10 {
  height: 150px;
  background-image: url('/assets/imgs/img-09.png');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}

.img-card-11 {
  height: 150px;
  background-image: url('/assets/imgs/img-11.png');
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 3px solid #fff;
  border-radius: 12px;
}


.box-jemica-2:hover {
  background-color: #1ABC9C;
  color: #fff;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.box-jemica-2 {
  background-color: #fff;
  border-radius: 50px;
  width: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 22%) !important;
  transition: .3s ease-in-out;
}

.fa-circle {
  color: #00ff0a;
}

.doc-detail {
  border-left: 3px solid #00ff0a;
  padding-left: 10px;
}

.doc-detail p {
  color: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.patient-table td {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 8px;
  font-size: 13px;
}

.patient-table th {
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 13px;
  padding: 12px;
}

.patient-table th {
  background: linear-gradient(357.48deg, #44A08D 0.64%, #093637 99.36%);
  color: #fff;
}

.patient-table .edit-icon {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

/* demographics-start */
.medical-border {
  border: 1px solid #e1e1e1;
}

.content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.content h2 {
  font-size: 14px;
}

.form-floating>label {
  font-size: 14px;
}

.form-floating {
  font-size: 14px;
}

.form-control {
  font-size: 13px;
}

.form-check-label {
  font-size: 13px;
}

/* .form-floating > .form-control {
    height: 45px;
  } */
.form-floating>label {
  top: -5px;
  font-size: 13px;
}

.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.2rem;
  padding-bottom: 0.625rem;
}

.form-label {
  font-size: 13px;
}

.form-select {
  font-size: 13px;
}

.btn-success {
  background-color: #1ABC9C;
  border: none;
}

.btn-success:hover {
  background-color: #003c74;
}

.medical-history {
  border-radius: 10px;
}

.medical-history .btn-success {
  min-width: 200px;
  font-size: 14px;
}

.appointment-user thead {
  background: linear-gradient(357.48deg, #44A08D 0.64%, #093637 99.36%);
  color: #fff !important;
  font-weight: 500;
}

.btn:first-child:active {
  background-color: #BBFFFE;
}

/* advisor-start */

.advisor-right {
  width: 400px;
  height: 100vh;
  overflow: auto;
}

/* module-start */
.main-title h2 {
  font-size: 16px;
  font-weight: 600;
}

.form-check-input {
  margin-bottom: 5px;
  margin-top: 5px;
}

.jemica-scroll {
  overflow: auto;
  height: 95vh;
  overflow-x: hidden;
}

label {
  font-size: 13px;
}

/* add_vitals start */

.vital-heading-bg {
  background-color: #BBFFFE;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.vital-heading-bg h5 {
  margin-bottom: 0;
}

.form-floating .form-select {
  height: 45px;
}

.form-floating>.form-select {
  padding-top: 1.05rem;
  padding-bottom: 0.625rem;
}

.user-img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

a {
  text-decoration: none;
}

.ai-doctor:hover .ai-hide {
  display: none;
}

.ai-doctor:hover .ai-block {
  display: block;
}

.ai-doctor .ai-block {
  display: none;
}

.allergy-header {
  background-color: #0e2036;
  color: #fff;
}

/* supplement CSS start */
.patient-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.patient-table table th {
  padding: 12px;
  border-left: 1px solid #ddd;
}

.patient-table td {
  padding: 12px;
}

/* .patient-table td:nth-child(even) {
    background-color: #f3f3f3;
  } */
/* supplement CSS end */

/* creatinine-clearance start */
.ev-table td {
  padding: 5px;
  font-size: 14px;
  text-wrap: nowrap;
}

.calc-top-heading h2 {
  font-weight: bold;
}

.calc-info-instruction h3 {
  font-weight: bold;
}

.calc-info-instruction p {
  font-weight: 500;
}

.calc-info-instruction {
  background-color: #0e2036;
  color: white;
  padding: 11px 14px 8px;
  border-radius: 5px;
}

/* Active tab styling */
.tab-content-box ul {
  padding-left: 17px;
}

.custom-nav-tab {
  border-bottom: inherit;
  margin-top: 10px;
}

.custom-nav-link {
  border-radius: inherit !important;
  border: 1px solid #dee2e6 !important;
  color: black;
  background-color: #f0f0f0 !important;
  padding: 10px 30px;
}

.custom-nav-link.for-round {
  border-radius: 10px 10px 0 0 !important;
}

.for-round-bootom {
  border-radius: 0 0 10px 10px !important;

}

.custom-nav-link:hover {
  color: black;
  background-color: #d7d7d7 !important;
}

.custom-nav-tab .custom-nav-link.active {
  border: inherit;
  background-color: #0e2036 !important;
  color: white;
}

ul {
  margin-bottom: 0;
}

.tabs-content-main ul {
  padding-left: 19px;
}

.tabs-content-main {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #d7d7d7;
}

/* Active tab styling */

.form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

/* css for toggle text  */
.toggle-group {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  width: 260px;
  height: 40px;
}

.toggle-option {
  flex: 1;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  color: #333;
}

.toggle-option input[type="radio"] {
  display: none;
}

.toggle-option div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s, color 0.3s;
  background-color: #f5f5f5;
  color: #333;
}

/* Active state styling based on :checked */
.toggle-option input[type="radio"]:checked+div {
  background-color: #0e2036;
  color: #fff;
}

/* Hover effect for unchecked (inactive) option */
.toggle-option input[type="radio"]:not(:checked)+div:hover {
  background-color: #c1c1c1;
}

/* css for toggle text values */
.toggle-text {
  cursor: pointer !important;
  text-align: center;
}

.input-group-text {
  cursor: pointer;
  justify-content: center;
}

.input-group-text {
  font-size: 0.8rem !important;
}

.bmi-calc-ins {
  background-color: #f0f0f0;
}

.creatinine-result {
  color: white;
  background-color: #BBFFFE;
  box-shadow: 0 -1.5px 4px rgba(0, 0, 0, 0.5);
}

.next-step-headings {
  font-weight: bold;
}

.steps-tabs-heading h4 {
  font-weight: 700;
  font-size: 1rem;
}

.steps-tabs-heading p:nth-of-type(2) {
  margin-top: 10px;
}

.steps-tabs-heading h5 {
  font-weight: 700;
  font-size: 0.8rem;
}

.ev-table td {
  border-left: none;
}

/* createor insights end */

.creator-approved-icon {
  color: #0e2036;
}

/* left-start */

.main-heading-rel-calc {
  padding: 15px 0px 15px 15px;
  background-color: #0e2036;
  color: white;
  border-radius: 5px 5px 0px 0px;
}

.main-heading-rel-calc h4 {
  font-size: 1rem;
}

.med-form-select {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  height: 45px;
}

.calc-text ul {
  padding-left: 19px;
}

.calc-text {
  background-color: white;
  padding: 20px;
}

.calc-text h4 {
  font-size: 1rem;
}

/* creatinine-clearance end */

/* Glomerular Filtration start */

.important-inst {
  background-color: #fa6750 !important;
}

/* Equation Vertical Tabs Navigation start  */

.custom-tabs-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
}

/* Styling for the vertical tabs */
.custom-nav-pills {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f0f0f0;
}

/* Styling for individual tabs */
.custom-nav-pills .custom-nav-link {
  border-radius: 0;
  border-bottom: 1px solid black;
  background-color: #f0f0f0;
  color: #333;
  margin-bottom: -1px;
  text-align: left;
  transition: background-color 0.3s, color 0.3s;
  padding: 12px;
}

/* Hover and active styles */
.custom-nav-pills .custom-nav-link:hover {
  background-color: #e0e0e0;
}

.custom-nav-pills .custom-nav-link.active {
  background-color: #0e2036 !important;
  color: white;
}

/* Bottom content section */
.bottom-content {
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.measurement-icon {
  width: 15px !important;
  margin-left: 5px;
}

/* Glomerular Filtration end */

/* Mean Arterial start */
.seperate-contact-ins {
  background: #c0c0c0;
  padding: 10px;
}

/* Mean Arterial end */

/* Demographics-data-exchange css start */

.demographics-content {
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  padding: 20px;
}

/* Demographics-data-exchange css end */

/* Medications-tab start  */
.medication-links {
  padding: 15px 30px 15px 30px;
  background-color: #ecf5ff;
  margin-bottom: 5px;
  border-radius: 0px 0px 0px 10px;
}

.medication-links .nav-item a {
  font-size: 14px;
  color: black;
  font-weight: 600;
}

.medication-links .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 5px;
  border-radius: 10px;
}

.Medications-btn {
  width: 20%;
}

.btn-group .btn-danger {
  background-color: #14457b;
  border: none;
  padding: 10px;
  border-radius: 10px;
}

.Medications-btn .dropdown-toggle {
  white-space: nowrap;
  background-color: #195085 !important;
}

.Medications-btn-add .dropdown-toggle {
  white-space: nowrap;
  background-color: #BBFFFE !important;
}

.Medications-btn-add .btn-danger {
  font-size: 14px;
}

.Medications-btn-add .btn-danger {
  background-color: #BBFFFE;
  color: white;
}

.active-medications {
  padding: 10px 10px 10px;
  background-color: #0e2036;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

.active-medications h6 {
  margin: 0;
  font-size: 14px;
}

.active-medications .input-group {
  background-color: #fff;
  color: #000;
  width: 30%;
  border-radius: 10px;
}

.active-medications .input-group>.form-control {
  padding: 10px;
  border-radius: 10px;
}

.medication-anchor a {
  color: #fff;
  text-decoration: underline;
}

.medication-tables {
  background-color: #f6f6f6;
}

.medication-tables thead {
  background-color: #ecf5ff;
  color: black;
}

.thead-medications th {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

.medication-tables tbody tr td {
  color: #595959;
  font-weight: 500;
  font-size: 12px;
}

.medication-view a {
  color: #1758ff;
  text-decoration: underline;
  font-weight: 300;
}

.medication-buttons .btn-primary {
  background-color: #BBFFFE;
  border: none;
  font-size: 14px;
}

.medical-history {
  border-radius: 10px;
  color: black;
}

.medical-history h5 {
  margin: 0;
}

.medication-tables {
  background-color: #ecf5ff;
  padding: 20px;
}

.medical-history .input-group {
  background-color: #fff;
  color: #000;
  width: 30%;
  border-radius: 10px;
}

.cal-input-wrapper {
  gap: 20px;
}

.medical-history .input-group .form-control {
  padding: 10px;
  border-radius: 10px;
}

/* medication-tab close */

/* medical-history result start */
.medical-history {
  border-radius: 10px;
}

.medical-history-blood {
  box-shadow: 0px 3px 11px -6px rgba(10, 22, 70, 0.3),
    0px 0px 4px 2px rgba(10, 22, 70, 0.06) !important;
  border-radius: 10px;
}

.medical-history-blood h4 {
  padding: 10px 20px 10px 20px;
  background-color: #0e2036;
  border-radius: 9px 9px 0px 0px;
  color: #fff;
}

.medical-history h4 {
  padding: 10px 20px 10px 20px;
  border-radius: 9px 9px 0px 0px;
  color: #fff;
  background: linear-gradient(357.48deg, #44A08D 0.64%, #093637 99.36%);
}

.btn-primary-outline {
  border: 1px solid #6d6d6d6d;
}

.btn-primary-outline:hover {
  background-color: #c95715;
  color: #fff;
}

.medical-feild {
  padding: 30px;
}

.medical-feild .form-control {
  border: 1px solid #6d6d6d;
}

.form-check-label {
  color: #686868;
}

.col-form-label {
  color: #686868;
}

.col-form-label {
  color: #686868;
}

.floating-form-lables label {
  color: #686868;
}

/* medical-history result end */

/* goals start */

.health-goals {
  margin-top: 30px;
  min-height: 300px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f4fdfc;
}

.health-goals h1 {
  font-size: 42px;
}

.health-goals li {
  list-style-type: circle;
  font-size: 20px;
}

.journey-body {
  margin-top: 10px;
  height: 270px;
  padding: 20px 20px;
  justify-content: end;
  background-color: #ffe4d4;
  border-radius: 10px;
}

.journey-body h4 {
  padding-top: 10px;
}

.journey-body a:hover {
  cursor: pointer;
}

.Supplements-content {
  background-color: #cdcdcd;
}

.Supplements-body li {
  list-style-type: square;
}

.health-goals-survey {
  background-image: url(../imgs/health-goals.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* Makes the image cover the whole screen */
  background-position: center;
  /* Centers the image */
  margin-top: 30px;
  min-height: 300px;
  padding: 20px;
  border-radius: 10px;
}

.small-headings {
  background-color: #0e2036;
  text-align: center;
  padding: 5px 5px 5px 5px;
  width: 50px;
  color: #ffffff;
}

.Supplements {
  background-image: url(../imgs/supplements.png);
  background-size: cover;
  /* Makes the image cover the whole screen */
  background-position: center;
  /* Centers the image */
  border-radius: 10px;
  margin-top: 30px;
  height: 350px;
  color: #000000;
}

.supplement-top {
  margin-top: 100px;
}

/* goals end */

/*Module Start- home_work-end */
/* .right-section-modules{
      margin-left: 76px;
      margin-top: 80px;
    } */

.modules-left-nav .mod-custom-nav-pills {
  width: 100%;
  text-align: left;
}

.modules-left-nav .mod-custom-nav-pills .mod-nav-link {
  text-align: start;
  border-bottom: 1px solid #949494;
}

.modules-headings h2 {
  margin-bottom: 0px !important;
}

.modules-headings {
  border: 1px solid #6d6d6d;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.modules-heading-two h5 {
  background-color: #0e2036;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  margin-bottom: inherit;
}

.section-border {
  border: 1px solid #d6d6d6;
  height: 100vh;
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  background-color: #e5fcfb;
}

.topic-headings h5 {
  margin-bottom: inherit !important;
  background-color: #0e2036;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

.topic-bg-right {
  background-color: #f9f9f9;
  padding: 25px;
  height: 100vh;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.mod-custom-nav-pills .mod-nav-link.active {
  background-color: #0e2036;
  color: #fff;
}

.mod-nav-link:hover {
  color: inherit;
}

.mod-custom-nav-pills .mod-nav-link {
  color: #000000;
}

.topic-bg-right .form-control {
  border: 1px solid #a5a5a5;
}

.accordion-button {
  padding: 10px;
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

.mod-custom-nav-pills .mod-nav-link {
  text-align: left;
}

.accordion-body {
  padding-left: 10px;
  padding-top: 10px;
}

.accordion-button:not(.collapsed) {
  background-color: #0e2036;
  color: #fff;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*Module End- home_work-end */

/* AI Advise Start */
.robot-container {
  position: relative;
  width: 200px;
  /* Adjust size as needed */
}

/* Robot image */
.robot {
  width: 100%;
  display: block;
}

/* Button styling and positioning */
.ai-advisor-button {
  width: 151px !important;
  position: absolute;
  top: 72%;
  /* Adjust position as needed */
  left: 51%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  /* Button background color */
  color: black;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.ai-advisor-button:hover {
  color: #29adab;
  background-color: transparent;
}

.diet-advisors {
  padding: 30px 10px 30px 30px;
}

/* Ai Adviser End */

/* glomerular-filtration table */
.formula-table {
  width: 70%;
}

.formula-table th {
  border-bottom: 1px solid rgb(189, 189, 189);

  height: 70px;
}

.formula-table td {
  border-bottom: 1px solid rgb(189, 189, 189);

  height: 70px;
}

.formula-table-two tr {
  border-bottom: 1px solid rgb(189, 189, 189);
}

/* glomerular-filtration end */
/* add supplement start */

.content {}

.content {

  transition: 0.5s ease;
}

/* Static Sidebar for Desktop */
@media (min-width: 768px) {
  .static-sidebar {
    display: block !important;
    visibility: visible !important;
    transform: none !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    background-color: whitesmoke;
    z-index: 1050;
    border-right: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

/* Sidebar links */
.nav-bar .nav-link {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.nav-bar .nav-link i {
  margin-right: 10px;
  font-size: 20px;
}

.nav-bar .nav-link:hover {
  background-color: #e9ecef;
  border-radius: 5px;
  color: #0e2036;
}

/* Responsive Adjustments */
.offcanvas.offcanvas-start {
  scrollbar-width: none;
  overflow-y: auto;
  height: 100vh;
  width: 80px;
  /* Pehlay sirf icons aur logo ka width */
  background: linear-gradient(357.48deg, #44A08D 0.64%, #093637 99.36%);
  transition: width 0.3s ease-in-out;
}

.offcanvas.offcanvas-start:hover {
  width: 250px;
  /* Hover par width badh jaye */
}

.p-info-user {
  display: none;
}

.offcanvas.offcanvas-start:hover .p-info-user {
  display: block;
}

.offcanvas.offcanvas-start:hover .navbar-brand img {
  width: 120px !important;
  transition: opacity 0.3s ease-in-out;
}

.navbar-brand img {
  width: 50px !important;
  margin-left: 0px !important;
  transition: opacity 0.3s ease-in-out;
}

.nav-pills .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}

.nav-pills .nav-item .nav-link i {
  width: 20px;
}

.nav-pills .nav-item .nav-link span {
  opacity: 0;
  /* By default hidden hoga */
  transition: opacity 0.3s ease-in-out;
}

.offcanvas.offcanvas-start:hover .nav-pills .nav-item .nav-link span {
  opacity: 1;
  /* Hover par text visible hoga */
}

.btn-close {
  /* background-image: url(../imgs/n.png); */
  opacity: 1;
}

.bar-icon {
  position: absolute;
  top: 3.5%;
  left: 4%;
}

.no-scrollbar {
  scrollbar-width: none;
}

@media (max-width: 764px) {

  .header-links {
    padding-left: 60px;
  }
}

.nav-bar .nav-link.active {
  background-color: white;
  color: #0e2036;
  font-weight: bold;
}

/* login- html start */

.bg-primary {
  background: #062343;
}

.login-card {
  background: linear-gradient(357.48deg, #44A08D 0.64%, #093637 99.36%);
  /* Slightly lighter shade for the card */
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
}

.btn-light {
  background: #ffffff;
  color: #062343;
  font-weight: bold;
}

.btn-light:hover {
  background: #dfe6ed;
}

.bg-image {
  background-image: url(../imgs/jamica-bg-greeeen.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  /* default for desktop */
}




/* login-html end */


/*
  -------------------------------------------
  -----      CSS for Atrial Fibrillation      -----
  -------------------------------------------
*/
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background: #0E3F3E;
  color: #fff;
  border: 1px solid #0E3F3E;
}

.btn-outline-primary {
  border-color: grey;
  color: black;
  background: #f0f0f0;
}

/* Keep the active button with its original color */
.btn-check:checked+.btn {
  background: #0e2036;
  color: white;
  /* Keep text white */
  border-color: grey;
}

/* Remove hover effect on active tab */
.btn-check:checked+.btn:hover,
.btn.active:hover {
  background-color: #0e2036;
  /* Keep the same active color on hover */
  color: white;
  /* Keep text white */
  border-color: grey;
}

.btn-check+.btn:hover {
  border-color: grey;
}

.btn-check:not(:checked)+.btn:hover {
  background: #e0dede;
  color: black;
}

/* Prevent the button from being active by default */
.btn-check:checked+.btn {
  background-color: #0e2036;
  border-color: grey;
}

.bottom-tab-container {
  padding: 20px;
  background-color: #c0c0c0;

}

.info-btn>a {
  color: black !important;
}

/* add-visit-reason-css-start */

.visit-reason-links {
  padding: 10px;
  background-color: #0E2036;
  border-radius: 6px;

}

.visit-reason-links h5 {
  margin: 0;

}

.visit-text-area {
  scrollbar-width: none;

}

.visit-reason-links h5 {
  color: #fff;
}

.visit-reason-links .fa-circle {
  color: #61FF00;
}

.visit-reason-links .fa-server {
  color: #fff;
}

.svc-creator__banner {
  display: none;
}

.visit-text-area {
  overflow: auto;
  max-height: 100vh;
  background-color: #ecf5ff;
  padding: 10px;
}

.visit-right-links {
  background-color: #0E2036;
  height: 100%;
  border-radius: 6px 6px 0px 0px;
}

.visit-right-links li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}


.visit-right-links li {

  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
}

.chief-complaint .form-control {
  box-shadow: none;
  height: 80px;
}

/* add-visit-reason-css-end */

@media (max-width:1200px) {
  .mobile-reverse {
    flex-direction: column-reverse;
  }
}

.info-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #a59595;
  color: #000000;
}

.info-item:last-child {
  border-bottom: none;
}

.info-icon {
  font-size: 20px;
  color: #000000;
}

.shadow-sm {
  box-shadow: 0 .125rem .55rem rgba(0, 0, 0, 0.075) !important;
}

/* new-ui-card-css-start */

.stat-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  height: 100%;
}

.stat-card-threee {
  background: linear-gradient(357.48deg, #44A08D 0.64%, #093637 99.36%);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  height: 100%;
}

.stat-card-two {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  height: 100%;
}

.stat-card:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.stat-icon {
  font-size: 35px;
  color: #1ABC9C;
  margin-bottom: 10px;
}

.stat-title {
  font-weight: 500;
  font-size: 1rem;
  margin: 8px 0px;
}

.stat-value {
  font-size: 0.9rem;
  color: #222;
  font-weight: 500;
}

.stat-change {
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}

.increase {
  color: #28a745;
}

.decrease {
  color: #dc3545;
}

.icon-box.lg {
  width: 3rem;
  height: 3rem;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  background-color: #e9e9e9;
}

.icon-box i {
  color: #303030;
}

.text-profile h4 {
  color: #5d5d5d;
}

.text-profile p {
  font-weight: 500;
  font-size: 1rem;
}

.appointment-card {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;

}

.appointment-card h6 {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

.appointment-card:last-child {
  border-bottom: none;
}

.icon {
  font-size: 20px;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.see-info-btn {
  background: #e0f1ff;
  color: #007bff;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 14px;
}

.see-all {
  color: #007bff;
  font-size: 14px;
  text-decoration: none;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 12px;
}

.modal-title {
  font-size: 1rem !important;
}