html {
  height: 100%;
  width: 100%;
}

.home-btn {
  text-align: center;
}

.logo-image {
  display: block;
  margin: 0 auto;
  width: 80px;
}

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  min-width: 100%;
  width: 33%;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
}

.dropdown {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  text-align: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 33%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #C0C0C0;
  min-width: 33%;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: gray;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  /* Adjust the font size for mobile */
  font-style: normal;
  text-align: center;
}

.centeredtwo {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  /* Adjust the font size for mobile */
  font-style: italic;
  text-align: center;
}

.text {
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  color: white;
  background-color: white;
}

button {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

ul {
  list-style: disc;
  margin-left: 30px;
}

li {
  margin-bottom: 10px;
  color: white;
}

h1 {
  color: white;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007BFF;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 20px;
  z-index: 999;
}

.scroll-to-top:hover {
  background-color: #0056b3;
}

p,
li {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 3;
  color: white;
}

.border {
  border-style: outset;
  border-color: darkgray;
  border-radius: 5px;
  background-color: #5e5a5a;
}

.abt-container,
.nutri-container {
  text-align: center;
  font-size: 17px;
}

.medicine-col {
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
}

.medicine-col img {
  width: 100%;
  height: 50%;
  border-radius: 10px;
}

.row {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;

}

.slide-content {
  margin: 40px;

}

.image-content .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  padding: 3px;

}

.card {
  border-radius: 25px;
  background-color: #fff;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid blue;
}

.tm-col {
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
}

.tm-col img {
  width: 100%;
  border-radius: 10px;
}

.row1 {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
  width: 80%;

}

body {
  forced-color-adjust: auto;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #424549;
}

.high-contrast {
  color: #fff;
  background-color: #000;
}

.chat-container {
  max-width: 1200px;
  margin: 40px auto;
  background-color: #36393e;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.chat-header {
  text-align: center;
  margin-top: 0;
}

.chat-messages {
  max-height: 400px;
  overflow-y: auto;
}

.message {
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.message-sender {
  font-weight: bold;
}

.message-timestamp {
  font-size: 10px;
  color: #777;
}

.blue-bg {
  background-color: lightblue;
  color: #333;
}

.gray-bg {
  background-color: #f5f5f5;
  color: #333;
}

.chat-input-form {
  display: flex;
}

.chat-input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}

.send-button {
  padding: 8px 16px;
  border: none;
  background-color: #7289da;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.clear-chat-button {
  padding: 8px 16px;
  border: none;
  background-color: #1e2124;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

.person-selector {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.person-selector-button {
  padding: 8px 16px;
  border: none;
  background-color: #f1f1f1;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
}

.active-person {
  background-color: #7289da;
  color: #fff;
}

.person-selector-button:not(:last-child) {
  margin-right: 10px;
}

.chat-messages {
  scrollbar-width: thin;
}

.chat-messages::-webkit-scrollbar-thumb {
  background-color: #7289da;
  border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
  background-color: #5a68a3;
}

.chat-messages::-webkit-scrollbar-track {
  background-color: #36393e;
}

.tepcont {
  text-align: center;
}

.tile_table {
  border-collapse: collapse;
}

.tile_table td {
  text-align: center;
}

.tile_image {
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  width: 99%;
  height: 500px;
  border: 5px solid black;
}

footer {
  text-align: center;
  margin-bottom: -10px;
}

.thread-cont {
  width: 100%;
}

.reddit-thread-bq {
  width: 100%;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}

.subreddit-link,
.subreddit-link:visited {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  text-decoration: none; 
  border-radius: 5px;
  font-weight: bold;
  margin-top: 10px;
}

.subreddit-link:hover,
.subreddit-link:visited:hover {
  background-color: #0056b3;
}