body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #dfdfdf;
  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: #BBFFFE !important;
  transition: 0.3s ease;
  color: #000;
}

.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: rgba(255, 255, 255, 0.95);
}

.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%;
}

.right-sec {
  margin-left: 250px;
  padding: 20px;
  width: 1700px;
}

.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;
  color: #f0f0f0;
}

.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: none;
  background-color: #BBFFFE;
  border-radius: 30px;
  width: 200px;
}

.w-40 {
  width: 40%;
}

.search-box .search-input:focus {
  border-color: #80bdff;
  box-shadow: none;
}

.search-box .search-icon,
.search-box .search-input {
  border-color: #ced4da;
}

.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: 20px;
}

.icon-bar a {
  text-decoration: none;
  color: black;
  /* Icon color */
  font-size: 20px;
  /* Icon size, adjust as needed */
  background: #e2e6ea;
  padding: 10px;
  border-radius: 50%;
  /* Circular background for icons */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-bar a:hover {
  background: #e2e6ea;
  /* Slightly darker background on hover */
}

.jemica-cards {
  background-color: #0e2036;
  padding: 20px;
  border-radius: 30px;
  height: 100%;
  box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 22%) !important;
}

.jemica-cards h5 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.btn-primary:hover {
  background-color: #69d8d6 !important;
  border-color: #69d8d6 !important;
  color: #000;
}

.btn-primary {
  background-color: #BBFFFE;
  border-color: #BBFFFE;
  border-radius: 30px;
  font-size: 14px;
  color: #000;
}

h6 {
  font-size: 13px;
}

p {
  font-size: 14px;
  margin-bottom: inherit !important;
}

ul {
  padding-left: 15px;
}

li,
a {
  font-size: 14px;
}

.user-inf0-cards {
  background-color: #e6ffff;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 22%) !important;
  overflow-y: auto;
}

.user-link h6 {
  margin-bottom: 0px;
}

.user-link {
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #fff;
}

.user-bio-links li {
  margin-bottom: 5px;
  list-style: none;
}

.user-bio-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

.bio-text {
  font-weight: 500;
}

.report-cards {
  background-color: #e6ffff;
  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(../images/e-1.jpg);
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.img-card-2 {
  height: 150px;
  background-image: url(../images/e-2.jpg);
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.img-card-3 {
  height: 150px;
  background-image: url(../images/e-3.jpg);
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.img-card-4 {
  height: 150px;
  background-image: url(../images/e-4.jpg);
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.img-card-5 {
  height: 150px;
  background-image: url(../images/img-05.png);
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.img-card-6 {
  height: 150px;
  background-image: url(../images/img-06.png);
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.img-card-7 {
  height: 150px;
  background-image: url(../images/img-07.png);
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.img-card-8 {
  height: 150px;
  background-image: url(../images/img-08.png);
  color: #fff;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}


.box-jemica-2:hover {
  background-color: #BBFFFE;
}

.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;
}

.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-color: #BBFFFE;
  color: #1e1e1e;
}

.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: 10px;
  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: #BBFFFE;
  border: none;
  color: #000;
}

.btn-success:hover {
  background-color: #003c74;
}

.medical-history {
  border-radius: 10px;
}

.medical-history .btn-success {
  min-width: 200px;
  font-size: 14px;
}

.appointment-user th {
  background-color: #BBFFFE;
  color: #000000;
}

.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: #000;
  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-color: #0e2036;
}

.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(../images/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(../images/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 {
  padding: 20px;
}

.content {
  min-height: 100vh;
  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 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.nav-bar .nav-link i {
  margin-right: 10px;
  font-size: 18px;
  color: #007bff;
}

.nav-bar .nav-link:hover {
  background-color: #e9ecef;
  border-radius: 5px;
  color: #0e2036;
}

/* Responsive Adjustments */
.offcanvas {
  width: 250px;
}

.offcanvas.offcanvas-start {
  scrollbar-width: none;
  overflow-y: auto;
  height: 100vh;
  width: 250px;
  background-color: #0e2036;
}

.btn-close {
  background-image: url(../images/n.png);
  opacity: 1;
}

.bar-icon {
  position: absolute;
  top: 3.5%;
  left: 4%;
}

.no-scrollbar {
  scrollbar-width: none;
}

@media (max-width: 764px) {
  .right-sec {
    margin-left: 0px;
  }

  .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: #0c3a65;
  /* 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: url(../images/jamica-login-bg.png) no-repeat center center;
  background-size: cover;
}

/* login-html end */



.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;
}

.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 */
/* oppintment-strat */
.status-open {
padding: 3px 5px;
color: #41BC63;
  background-color: #EBF9F1;
  border-radius: 3px;

}

.status-booked {
  color: #BC9241;
  background-color: #FBF9F4;
  border-radius: 3px;
  padding: 3px 5px;

}

.status-completed {
  color: #BC4141;
  background-color: #FBF4F4;
  border-radius: 3px;
  padding: 3px 5px;

}

.action-buttons .fa-trash-alt{
  color: #BC4141;
  font-size: 18px;
}

.search-bar {
  margin-bottom: 20px;
}
.feild-search{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #939393;
}
.search-bar-feild .form-control{
  max-width: 400px;
}
/* vedio-call-csss */
.video-container {
  position: relative;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
}
.local-video {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 200px;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}
.controls button:hover{
  background-color: #69d8d6;
}
.controls button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.controls button i {
  font-size: 20px;
  color: #333;
}
.controls .end-call {
  background-color: #dc3545;
  color: #fff;
}
.timer {
  position: absolute;
  top: 10px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.doc-img{
  object-fit: cover;
}

/* chat-page-css-start */
.chat-container {
  height: 85vh;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.chat-sidebar {
  border-right: 1px solid #ddd;
  overflow-y: auto;
}
.chat-box {

}
.message-box {
  border-top: 1px solid #ddd;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 30px;
}
.message-box input{
  border: none;
  background-color: transparent;
}
.message-box .form-control:focus{
  background-color: transparent;
}
.chat-sidebar .form-control{
  background: #f1f1f1;
  padding: 10px;
  border-radius: 30px;
}
.chat-list {
  list-style: none;
  padding: 0;
}
.chat-list li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.chat-list img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.user-info {
  display: flex;
  align-items: center;
}
.user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.user-info {
  display: flex;
  align-items: center;
}
.user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.floating-btn {
 position: absolute;
  /* bottom: 20%; */
  left: 86%;

  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex
;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: none;
  background-color: #0E2036;
  z-index: 11;
}
.file-upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.file-upload input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.btn-chat{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #0E2036;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.fa-1x {
  font-size: 1.5em !important;
}
.btn-close-header {
  background-color: #003c74;
  border-radius: 50%;

  background-size: 22px;
}
.input-group-text {
  font-size: 1rem !important;
  border-radius: 50%;
}

.bg-sign-care-two{
  background-color: #0E2036;
}

/* appointment */
.appointment-table{
  font-size: 12px;
}

.appointment-table .th-bg{
background-color: #0e2036 !important;
color: white !important;
}



.appointment-table td {
  vertical-align: middle;
}

.appointment-table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

.appointment-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.status-open {
  background-color: #d1fae5;
  color: #065f46;
  padding: 6px 12px;
  border-radius: 20px;
}

.status-completed {
  background-color: #fef3c7;
  color: #92400e;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

.btn-start {
  background-color: #22c55e;
  color: white;
  font-size: 13px;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease-in-out;
}

.btn-start:hover {
  background-color: #16a34a;
  transform: translateY(-2px);
  color: white;
}

.btn-book {
  background-color: #3b82f6;
  color: white;
  font-size: 13px;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;

  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease-in-out;
}

.btn-book:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
}

.action-buttons svg {
  cursor: pointer;
  color: #dc2626;
  margin-left: 12px;
}

.action-buttons {
  white-space: nowrap;
}
