@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: urbanist;
}
/* :root {
  --h1: #222222;
  --bg-color: #ffffff;
  --border-color: #e5e5e5;
  --input-color: #f9f9fa;
  --anouncement-post: #5a5a5a;
}
.dark-mode {
  --anouncement-post: #90949c;
  --h1: white;
  --bg-color: #0d0d11;
  --border-color: #14141f;
  --input-color: #343444;
} */
body {
  font-family: Urbanist;
  background-color: #f0f2f5;
}

.main-content-container {
  display: flex;
  justify-content: space-between;
}
.main-content2 {
  max-width: 817px;
  margin-right: 20px;
}
.sidebar2 {
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.1),
    /* Left shadow */ 0 -1px 3px rgba(0, 0, 0, 0.1);
  background-color: white;

  padding: 20px;
  width: 495px;
  display: flex;
  justify-content: center;
}
.section {
  margin-bottom: 20px;
  width: 400px;
}
.section-header {
  font-size: 18px;
  width: 360px;
  height: 56px;
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0378a4;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  border: 1px solid #0378a4;
  border-radius: 27px;
}
.comment-item {
  margin-bottom: 30px;
  font-size: 25px;
  width: 312px;

  margin-top: 30px;
}
.comment {
  position: relative;
  margin-bottom: 16px;
}
.minus {
  margin-left: -26px;
}

.nested-comments {
  position: relative;
}

.nested-comments::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e1e4e8;
}

.toggle-replies {
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
  position: relative;
  background: none;
  border: none;
  padding: 8px 0;
}
.toggle-replies::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%); /* Centers the line vertically */
  width: 40px;
  height: 2px;
  background-color: #e1e4e8;
  border-radius: 1px; /* Half of the height (1px for 2px height) */
}

.toggle-icon {
  margin-right: 8px;
  font-size: 16px;
  line-height: 1;
}

.hidden {
  display: none;
}

/* Math content styling */
.math-content {
  font-family: "Times New Roman", serif;
  margin: 8px 0;
}
.comment-item p {
  margin: 0;
  font-size: 14px;
}
.comment-item .time {
  color: #888;
  font-size: 12px;
}
.load-more {
  color: #0077b6;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 30px;
}
.container1 {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}
h2 {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: var(--h1);
}
.coins {
  margin-top: 30px;
  margin-bottom: 30px;
}
.underline {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0378a4 50%, #cecece 50%);
  margin-bottom: 20px;
}
.rep-navigation {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rep-nav-dots {
  display: flex;
}
.rep-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 3px;
}
.rep-dot.rep-active {
  background-color: #007bff;
}
.rep-nav-arrow {
  font-size: 20px;
  color: #007bff;
  cursor: pointer;
  user-select: none;
}
.filter-space-div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;

  height: 57px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.filter-space-div p {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
}

.filter-space-div2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;

  height: 57px;
}
.filter-space-div2:hover {
  background-color: rgba(3, 120, 164, 0.08);
  color: #0378a4;
}
.search-container {
  position: relative;
  margin-bottom: 20px;
}
.search-input {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  height: 50px;
  background-color: var(--input);
}
.search-iconiu {
  position: absolute;
  right: 25px;
  top: 45%;
  transform: translateY(-50%);
  width: 20px;
  border: 2px solid #999;
  border-radius: 50%;
}
.search-input input::placeholder {
  padding: 0px;
}
.search-iconiu::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  background-color: #999;
  transform: rotate(45deg);
}
.section {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 20px;
}
.section-title {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-icon {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
}
.create-button {
  display: block;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  font-size: 18px;
  color: var(--bg-color);
  background-color: #0378a4;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
}
/* .container {
  width: 1240px;
  margin: 0 auto;
  padding: 20px 20px;
} */
.container2 {
  width: 1240px;

  margin: 0 auto;
}
.profile-div {
  display: block;
}
/* header {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
} */
/* .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
} */
.logo {
  font-size: 24px;
  font-weight: bold;
}
nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #666;
}
nav a.active {
  color: #0077b6;
  border-bottom: 2px solid #0077b6;
}
nav {
  font-size: 18px;
}
.header-actions {
  display: flex;
  align-items: center;
}
/* .header-actions > * {
  margin-left: 15px;
} */
.create-btn {
  background: #0378a4;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
}
.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ddd;
  display: flex;
  justify-content: center;
}
.header-content2 {
  display: flex;
  gap: 20px;
  align-items: center;
}

.sidebar-text {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
}
.curriculum {
  font-size: 18px;
  width: 360px;
  height: 56px;
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  color: white;
  background-color: #0378a4;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  border: 1px solid #0378a4;
  border-radius: 27px;
}

.follow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 51px;
  padding: 16px 40px;
  gap: 8px;
  border: none;
  border-radius: 25px;
  background: #0378a4;
  color: white;
}

.support {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0378a4;
  border: 1px solid #0378a4;
  background-color: var(--engagement-item);
  width: 153px;
  height: 51px;
  padding: 16px 40px;
  gap: 8px;
  border-radius: 25px;
  cursor: pointer;
}
.button-flex {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.profile-img {
  color: white;
  border-radius: 10px;
  font-weight: bolder;
  font-size: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0378a4;
  height: 100px;
  width: 100px;
  flex-direction: column;
}
/* .profile-img {
  color: white;
  border-radius: 10px;
  font-weight: bolder;
  font-size: 50;
   
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0378a4;
  height: 112px;
  width: 112px;
  flex-direction: column;
} */

.profile {
  height: 140px;
  display: flex;
  gap: 20px;
  color: #5a5a5a;
  line-height: 21px;
}
.professor {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.03px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--p);
}
.impact {
  font-family: Urbanist;
  font-size: 21.65px;
  font-weight: 500;
  line-height: 25.98px;
  color: #5a5a5a;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.container-tag {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
}
.container-tag2 {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: white;

  border-radius: 8px;
}
h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.underline {
  width: 60px;
  height: 3px;
  background-color: #0077b6;
  margin-bottom: 20px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 10px 25px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.tag2 {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 10px 25px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.tag:hover {
  background-color: #f0f0f0;
}
.feed {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 40px;
  background-color: var(--sidebar);
}
.feed2 {
  border-radius: 20px;
  border: 1px solid var(--border-color);
  padding: 40px;
  background-color: var(--sidebar);
}
/* .Anyone {
  display: flex;
  justify-content: center;
  color: #0378a4;
  align-items: center;
  gap: 5px;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.61px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
} */
.pic-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.post-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .Anyone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
} */
.anyo-drp-dropdown {
  position: relative;
  display: inline-block;
  font-family: Urbanist;
}

.anyo-drp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0378a4;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.61px;
  cursor: pointer;
  /* background-color: #fff; */
  padding: 10px;
  transition: background-color 0.3s ease;
}

.anyo-drp-content {
  display: none; /* Hidden by default */
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 5px;
  min-width: 150px;
  z-index: 1;
  list-style: none;
  padding: 0;
}

.anyo-drp-content li {
  padding: 10px 15px;
  color: #0378a4;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background-color: var(--body-bg);
  border: 1px solid var(--border-color);
  transition: background-color 0.3s ease;
}

.anyo-drp-content.anyo-drp-show {
  display: block; /* Show when active */
}

.new-drp-dropdown {
  position: relative;
  display: inline-block;
  font-family: Urbanist;
}

.new-drp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0378a4;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.61px;
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
  transition: background-color 0.3s ease;
}

.new-drp-btn:hover {
  background-color: #f9f9f9;
}

.new-drp-content {
  display: none; /* Hidden by default */
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 5px;
  min-width: 150px;
  z-index: 1;
  list-style: none;
  padding: 0;
}

.new-drp-content li {
  padding: 10px 15px;
  color: #0378a4;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.new-drp-content li:hover {
  background-color: #f0f0f0;
}

.new-drp-content.new-drp-show {
  display: block; /* Show when active */
}
.dropdown {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #0378a4;
}
.profile-feed-img {
  width: 101px;
  height: 101px;
  border-radius: 100%;
}
.pic-name {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #5a5a5a;
}
.pic-name span {
  color: #0378a4;
}

.pic-title {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
}
.pic-title span {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
}

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

.post-engagement3 {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.engagement-item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  color: #0378a4;
  background-color: var(--engagement-item);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.engagement-item3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #0378a4;
  background-color: #f2f8fa;
  border-radius: 22px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.share {
  width: 20px;
  height: 20px;
}

.engagments {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Horizontal {
  width: 18px;
}
.para-title {
  font-family: "Urbanist", sans-serif;
  color: var(--h1) !important;
  width: 737px;
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.01em;
  margin-top: 30px;
  margin-bottom: 20px;
}
.para1 {
  font-family: "Urbanist", sans-serif;
  width: 737px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: var(--p);
}
.img12 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.img13 {
  max-width: 817px;
  margin-top: 45px;
}
.img12-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-structure {
  max-width: 817px;
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.enjoy {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.01em;
  text-align: left;
}
.enjoy span {
  color: #0378a4;
}
.enjoy-para {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 737px;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: left;
}
.sub {
  border: none;
  width: 175.91px;
  height: 51px;
  background-color: #0378a4;
  color: white;
  padding: 16px 40px;
  font-size: 18px;
  gap: 8px;
  border-radius: 25px;
}
.supp {
  background-color: #149324;
  border: none;
  font-size: 18px;
  color: white;
  width: 175.91px;
  height: 51px;
  padding: 16px 40px;
  gap: 8px;
  border-radius: 25px;
}

.fp-container p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
}

.fp-container {
  max-width: 825px;
  height: 470px;
  margin: 0 auto;
  background-color: var(--sidebar);
  border-radius: 20px;
  border: 1px solid var(--border-color);
  margin-top: 40px;
  margin-bottom: 40px;
}
.fp-title {
  margin-top: 0;
  margin-bottom: px;
  font-size: 24px;
  font-weight: 600;
  padding: 20px;
  color: var(--h1);
}
.fp-posts-wrapper {
  display: flex;
  justify-content: center;
  background-color: var(--bg-color);
}
.fp-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fp-post {
  width: 250px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin: 10px;

  height: 313px;
}
.fp-post-center {
  height: 190px;
}
.fp-post-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fp-text-div {
  border-bottom: 1px solid #ddd;
}
.fp-post-meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}
.fp-post-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fp-action-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 15px;
  color: #666;
  font-size: 12px;
}
.fp-nav-arrow {
  font-size: 24px;
  color: #666;
  cursor: pointer;
}

.post-engagement2 {
  display: flex;

  align-items: center;
  gap: 10px;
}
.share-item {
  display: flex;
  align-items: center;
  background-color: var(--engagement-item);
  width: 74px;
  height: 40px;
  margin-right: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0378a4;
}

.engagement-item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 42px;
  color: #0378a4;
  background-color: var(--engagement-item);
  border-radius: 22px;
}
.engagement-item3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #0378a4;
  background-color: var(--engagement-item);
  border-radius: 22px;
}
.engagement-icon {
  display: flex;
  justify-content: center !important;
  align-items: center;
}

.post-img {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.saving {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment-section {
  margin-top: 30px;
  background-color: var(--sidebar);
  border-radius: 20px;

  padding: 40px;
  border: 1px solid var(--border-color);
}
.comment-header {
  font-family: "Urbanist", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 30px;
}
.comment-input {
  display: flex;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 25px;
}

.comment-textarea {
  height: 185px;
  width: 673px;
  padding: 20px;
  border: 1px solid #ccc;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
}

.formatting-options {
  gap: 10px;
  background-color: #e5e5e5;
  width: 673px;
  border: 1px solid #ccc;
  padding: 10px;
  display: flex;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.format-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #65676b;
}
.comment-btn {
  margin-bottom: 40px;
  background-color: #0077b6;
  width: 153px;
  height: 51px;
  font-size: 16px;
  margin-top: 20px;
  border: none;
  padding: 16px 40px;
  gap: 10px;
  border-radius: 25px;
  font-family: urbanist;
  font-weight: 700;
  color: white;
}
.comment {
  display: flex;
  margin-bottom: 20px;
}
.comment-content {
  flex-grow: 1;
}
.comment-author {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: left;
}
.comment-time {
  color: #65676b;
  font-size: 12px;
}
.comment-text {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #5a5a5a;
}
.comment-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 5px;
}
.action-btn {
  color: #0378a4;
  background: none;
  border: none;

  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
}
.likes {
  color: #65676b;
  font-size: 14px;
}
.top-img {
  object-fit: cover;
  width: 817px;
  height: 500px;
  margin-bottom: 0;
}
.comment-1st-div {
  display: flex;
}

/* Agenda Table Start  */
.tble-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--h1);

  margin-bottom: 1rem;
}
.tble-wrapper {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.tble-main {
  width: 100%;
  border-collapse: collapse;
}
.tble-cell,
.tble-header {
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}
.tble-cell {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5a5a5a;
  padding-left: 10px;
}
.tble-header {
  background-color: #ebf4f8;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #222222;
  height: 70px;
}
.tble-cell:not(:last-child),
.tble-header:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
.tble-week-cell {
  width: 100px;
  text-align: center;
}
.tble-date-cell {
  width: 150px;
}
.tble-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.tble-sort-icon {
  width: 1rem;
  height: 1rem;
}
.tble-row:last-child .tble-cell {
  border-bottom: none;
}
.more {
  display: none;
}
.tble-row {
  height: 68px;
}

@media (max-width: 1024px) {
  .feed-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .container2 {
    width: 95%;
  }
  .profile-div {
    display: none;
  }
  .container1 {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .special {
    width: 60px !important;
    height: 36px !important;
    font-size: 14px !important;
  }
  .special2 {
    margin-left: -100px !important;
  }
  .profile-feed-img {
    width: 60px;
    height: 60px;
  }
  .pic-name {
    font-size: 14px;
  }
  .profile-img {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .support {
    width: 120px;
  }
  .follow {
    width: 120px;
  }
  .more {
    display: flex !important;
    align-items: center;
    background-color: var(--engagement-item);

    height: 40px;
    margin: auto;
    border-radius: 20px;
    text-align: center;
    padding: 0px 8px;
    justify-content: center;
    color: #0378a4;
  }
  .share-item {
    display: none;
  }
  .engagments {
    width: 100%;

    display: flex;
    justify-content: center;
  }
  .more-menu {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px 0;
    min-width: auto;
    height: fit-content;
    z-index: 1000;
  }

  .more-menu.show {
    display: block;
  }

  .menu-item {
    /* padding: 8px 16px; */
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
  }

  .menu-item:hover {
    background-color: #f5f5f5;
  }

  .menu-item img {
    width: 16px;
    height: 16px;
  }

  .menu-item span {
    color: var(--p);
    /* font-size: 14px; */
  }
  .main-content {
    width: 100%;
  }
  .top-img {
    width: 100%;
    margin: auto;
  }
  /* .custom-close{
    width: 17px;
    height: 17px; 
  } */
  .feed {
    padding: 10px;
    width: 100%;
    margin: auto;
  }
  .para-title {
    width: 100% !important;
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.01em;
  }

  .para1 {
    width: 100% !important;
  }
  .img12 {
    width: 100%;
  }
  .enjoy-para {
    width: 100%;
  }
  .sub {
    width: 100%;
  }
  .supp {
    width: 100%;
  }
  .fp-posts-wrapper {
    display: flex;
    width: 100%;

    flex-wrap: wrap;
    height: fit-content;
  }
  .db-content {
    width: 100% !important;
  }
  .post-info {
    display: inline;
  }
  .Anyone {
    display: none;
  }

  .blue-icons-feed {
    display: block; /* or inline-block, flex, etc. depending on layout needs */
  }
  .post-engagement3 {
    display: none;
  }
  .main-content {
    width: 100%;
    margin: auto;
  }
  .fp-container {
    width: 100%;
    height: fit-content;
  }
  .feed2 {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .comment-section {
    width: 100%;
    margin: auto;
  }
  .para-title {
    width: 100%;
  }
}
.blue-icons-feed {
  display: none;
}

/* Message composer styles */
.message-composer {
  max-width: 737px;
  background-color: var(--post-bg);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.formatting-toolbar {
  display: flex;
  align-items: center;
  padding: 8px;
}

.formatting-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin: 0 2px;
  border-radius: 4px;
}

.formatting-button:hover {
  background-color: #f0f0f0;
}

.toolbar-divider {
  width: 1px;
  height: 24px;
  background-color: #e0e0e0;
  margin: 0 8px;
}

.toolbar-divider-create {
  float: right;
}

.message-entry {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.message-field {
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 14px;
  background-color: var(--post-bg);
  color: var(--p);
}

.editor-div-desktop {
  display: block;
}

.editor-tools-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tools-for-mobile {
  display: none;
}
.message-field {
  flex-grow: 1;
  border: none;
  outline: none;
  height: 95px;
  font-size: 14px;
}

.submit-message {
  background-color: #0378a4;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}
.tools-for-mobile {
  display: none;
}

.editor-div-resposive {
  display: flex;
  padding: 10px;
  justify-content: flex-end;
}
.formatting-button svg {
  width: 20px;
  height: 20px;
}
.submit-message svg {
  width: 20px;
  height: 20px;
}
.create-new-toolbar-sms {
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.message-field {
  flex-grow: 1;
  border: none;
  outline: none;
  height: 95px !important;
  font-size: 14px;
}

/* -=-----------Search button models------------------------------------- */

.container-mol {
  background-color: white;
  border-radius: 0.5rem;
}

.modi-srch-container-mol {
  position: relative;
}

.modi-lbl {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.01em;
  color: #5a5a5a;
}

.modi-srch-btn {
  background: none;
  border: none;
  cursor: pointer;
  /* padding: 8px; */
}

.search-iconss {
  width: 24px;
  height: 24px;
  color: #4b5563;
}

.modi-srch-popup {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

.modi-srch-popup.modi-srch-open {
  width: 314px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-bottom: 10px;
  margin-left: -8px;
}

.active-modi-lbl {
  background-color: #e0ecee !important;
  color: #0378a4 !important;
}

.modi-srch-popup-content {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.modi-srch-tabs {
  display: flex;
  gap: 1rem;
}

.modi-srch-popup.modi-srch-open::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 1;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.modi-srch-tab {
  padding: 0.5rem 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.875rem;
}

.modi-srch-tabs-mn {
  background-color: white;
  padding: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 15px;
}

.modi-srch-tab.modi-srch-active {
  width: 50%;
  background-color: #f5fafb;
  color: #0378a4;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}

.modi-srch-tab:not(.modi-srch-active) {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  color: #8a8a8a;
}

.modi-srch-search-box {
  margin-bottom: 1rem;
  position: relative;
}

.modi-srch-search-input {
  width: 100%;
  height: 42px;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 0.875rem;
  background-color: #f9f9fa;
}

.modi-srch-search-input::placeholder {
  padding: 0px;
}

.modi-srch-search-icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #828282;
}

.modi-srch-channel-section {
  margin-bottom: 1rem;
}

.modi-srch-section-title {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  margin-bottom: 0.5rem;
  color: #828282;
}

.modi-srch-channel-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.5rem;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

.modi-srch-channel-item:hover {
  background-color: #e0ecee;
  color: #0378a4;
}

.modi-lbl:hover {
  color: #0378a4;
}

#nestedPopup {
  left: -24%;
  bottom: 36px;
  margin-left: 10px;
  border: 1px solid #e5e5e5;
}

#nestedPopup.modi-srch-open::after {
  left: 14px;
  bottom: -10px;
  transform: rotate(-45deg);
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: none;
  border-top: none;
}

@font-face {
  font-family: "Urbanist";
  src: url("/fonts/Urbanist-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Urbanist";
  src: url("/fonts/Urbanist-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Urbanist";
  src: url("/fonts/Urbanist-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
.lean-prover-button {
  background-color: #0378a414;
  border: none;
  border-radius: 66px;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  color: #0378a4;
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.01em;
}

.lean-prover-button img {
  width: 20px;
  height: 20px;
}

.close-icon {
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
}
.unique-tutorial-container {
  font-family: "Urbanist";
  background-color: white;
  width: 280px;
}

.unique-tutorial-title {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #828282;
}

.unique-tutorial-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unique-tutorial-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5a5a5a;
}
.active-itm {
  background-color: #f5fafb;
  color: #0378a4;
}
.unique-tutorial-item:hover {
  background-color: #f5fafb;
  color: #0378a4;
}

.unique-hash-icon {
  width: 16px; /* Adjust as needed */
  height: 16px; /* Adjust as needed */
  margin-right: 8px;
  display: inline-block;
}

/* Media query adjustments */
@media (max-width: 1024px) {
  .message-composer {
    width: 100%;
  }

  .tools-for-mobile {
    display: block;
  }

  .editor-div-desktop {
    display: none !important;
  }
  .editor-div-resposive {
    display: flex;
    justify-content: space-between;
  }
  .formatting-toolbar {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
}

@media (max-width: 786px) {
  .professor {
    text-align: left;
  }
  .feed-coins {
    height: 32px;
    width: 32px;
  }
  h2 {
    font-size: 20px;
  }
  .button-flex {
    justify-content: space-between;
  }
  .message-composer {
    min-width: 333px;
    margin-left: -100px !important;
    z-index: 1000;
  }
  .special2 {
    margin-left: -167px !important;
  }
  .tble-wrapper,
  .tble-main {
    /* width: 390px; */
    white-space: nowrap;
    overflow-x: scroll;
  }

  .tble-main::-webkit-scrollbar {
    height: 5px;
  }
  .tble-main::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
  }
  .tble-main::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  .tble-main::-webkit-scrollbar-track {
    background: transparent;
  }
  .username {
    width: 11ch; /* 9 characters wide */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; /* or block */
  }
}

.latex-img {
  width: 650px;
  background-color: #0378a4 !important;
}

@media (max-width: 1024px) {
  .latex-img {
    width: 320px;
  }
}

.social-icn-share-btn {
  background-color: var(--engagement-item);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
}

.social-icn-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.social-icn-modal-content {
  background: var(--body-bg);
  padding: 24px;
  border-radius: 8px;
  width: 90%;
  max-width: 650px;
  position: relative;
}

.social-icn-close-btn {
  position: absolute;
  right: 24px;
  top: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  width: 35px;
  height: 35px;
}

.social-icn-modal-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.social-icn-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 24px;
}

.social-icn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.ion-bgi {
  width: 72px;
  height: 72px;
  background-color: var(--engagement-item);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icn-icon {
  width: 24px;
  height: 24px;
}

.social-icn-name {
  font-family: "Urbanist";
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  color: var(--h1);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.social-icn-link-section {
  margin-top: 16px;
}

.social-icn-link-label {
  font-family: "Urbanist";
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--h1);
  margin-bottom: 8px;
}

.social-icn-link-container {
  position: relative;
  display: flex;
  align-items: center;
}

.social-icn-link-input {
  width: 100%;
  padding: 8px 40px 8px 12px;
  border: 1px solid #e5e5e5;
  color: #828282;
  background-color: var(--input);
  border-radius: 10px;
  font-size: 14px;
}
.social-icn-copy-btn {
  position: absolute;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.social-icn-copy-icon {
  width: 20px;
  height: 20px;
}

.social-icn-copy-message {
  display: none;
  color: green;
  font-size: 14px;
  margin-top: 8px;
}

/* Responsive Design */
@media (max-width: 600px) {
  .social-icn-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.save-mdl-menu {
  position: relative;
  display: inline-block;
}

.save-mdl-button {
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: var(--engagement-item);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
}

.save-mdl-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #1c1c1c;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
}

.save-mdl-menu-item {
  background-color: var(--body-bg);
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
}

.save-mdl-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.save-mdl-show {
  display: block;
}
.modli-lbl {
  color: var(--h1);
}
