@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Urbanist", serif;
  background-color: var(--body-bg);
  margin: 0;
  color: #8a8a8a;
}

.popup {
  display: none;
  position: absolute;
  right: 200px;
  top: 300px;
  /* Add other styling as needed */
}
/* :root {
  --h1: #222222;
  --bg-color: #ffffff;
  --border-color: #e5e5e5;
  --input-color: #f9f9fa;
  --anouncement-post: var(--p);
}
.dark-mode {
  --anouncement-post: #90949c;
  --h1: white;
  --bg-color: #0d0d11;
  --border-color: #14141f;
  --input-color: #343444;
} */
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;
}
.header-content2 {
  display: flex;
  gap: 20px;
  align-items: center;
}
.Announcements-container {
  width: 1240px;
  margin: 0 auto;
}
.nts_container {
  width: 735px;
}
.Announcements-header {
  width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.Announcements-title {
  font-size: 35px;
  font-weight: 600;
  color: var(--h1);
}
.Announcements-breadcrumb {
  display: flex;
  gap: 10px;
  font-size: 18px;
  color: var(--p);
  font-weight: 500;
  cursor: pointer;
}
.Announcements-breadcrumb a {
  display: flex;
  gap: 10px;
  font-size: 18px;
  color: var(--p);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.Announcements-breadcrumb-current:hover {
  text-decoration: underline;
}
.Announcements-breadcrumb-current {
  color: #0378a4;
  font-weight: 500;
}
.Announcements-layout {
  display: flex;
  width: 1240px;
  justify-content: space-between;
}

/* Sidebar Notes Chat */
.sidebar {
  max-width: 392px;
}
/* .Announcements-sidebar {
  max-width: 392px;
  height: 100%;
  background-color: var(--bg-color);
  border-radius: 8px;
  border: 1px solid var(--border-color);

  padding: 30px;
} */

.Announcements-crd-card {
  max-width: 32rem;
}

.Announcements-crd-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.Announcements-crd-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
}

.Announcements-crd-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.01em;
  color: var(--p);
  text-align: left;
  display: flex;
  margin-top: 20px;
}

.Announcements-crd-menu-button {
  border: none;
  background: transparent;
  cursor: pointer;
  /* display: flex;
    align-items: center;
    justify-content: center; */
  margin-top: 58px;
}

.Announcements-crd-dots {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.Announcements-crd-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.Announcements-crd-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.Announcementsimg {
  width: 34px;
  border-radius: 20px;
}

.Announcements-crd-author-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.01em;
  color: var(--h1);
}

.Announcements-crd-description {
  width: 333px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: var(--p);
}

.Announcements-crd-metrics {
  display: flex;
  gap: 1.5rem;
  margin-top: 20px;
}

.Announcements-crd-metric {
  width: 81px;
  height: 41px;
  border-radius: 66px;
  font-weight: 700;
  font-size: 14px;
  gap: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0378a40d;
  color: #0378a4;
  border: none;
  cursor: pointer;
}

.crs-header {
  position: relative;
  padding-bottom: 25px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.crs-header h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 8.8px;
  text-align: center;
  color: var(--h1);
}

.crs-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0378a4 50.666%, #cecece 16.666%);
}

.crs-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 15px;
}

.crs-item {
  border-radius: 0.5rem;
  margin-top: 20px;
  overflow: hidden;
}

.crs-link {
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
}

.crs-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #6b7280;
}

.crs-view-more {
  margin-top: 1rem;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #0378a4;
  margin-bottom: 20px;
}

.ngtn_header_text {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  color: var(--h1);
  margin-bottom: 20px;
  margin-top: 20px;
}

.ngtn_gradient_divider {
  height: 2px;
  margin-bottom: 16px;
  background: linear-gradient(to right, #0378a4 50.666%, #cecece 16.666%);
}

.ngtn_navigation_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 30px;
}

.ngtn_menu_item {
  display: flex;
  align-items: center;
  height: 45px;
  gap: 12px;
  padding: 0px 12px;
  text-decoration: none;
  color: #64748b;
  border-radius: 8px;
  transition: all 0.2s;
}

.ngtn_menu_item:hover {
  color: #0378a4;
  background-color: rgba(3, 120, 164, 0.08);
}

.ngtn_menu_item.ngtn_active_state {
  background-color: rgba(3, 120, 164, 0.08);
  color: #0378a4;
}

.ngtn_icon_element {
  width: 16px;
  height: 16px;
}

/* Main First Content */

.Announcements-outer-container {
  border-radius: 10px;
  width: 817px;
}

/* Main Content */
.graph-img-main-image {
  width: 817px;
  margin-top: -25px;
}
.bx-data-showcase {
  width: 817px;
  height: 110px;
}
.main-counter {
  margin-top: 20px;
  width: 817px;
}
.bx-metric-panorama {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: var(--bg-color);
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.bx-insight-pod {
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.bx-insight-pod:last-child {
  border-right: none;
}
.bx-metric-moniker {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--p);
  margin-bottom: 4px;
}
.bx-numeric-revelation {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--h1);
}
.cerebral-stripp {
  height: 60px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
.scholar-tally {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: 0.01em;
  color: var(--h1);
}
.scholar-tally svg {
  width: 20px;
  height: 20px;
  color: #6b7280;
}
.scholar-tally span {
  font-size: 22px;
  font-weight: 600;
  color: var(--h1);
}
.knowledge-seeker {
  position: relative;
}
.wisdom-finder {
  width: 350px;
  padding: 21px;
  height: 55px;
  /* padding: 0 32px 0 12px; */
  font-size: 14px;
  background-color: var(--input);
  color: var(--input-txt-clr);
  border: none;
  border-radius: 60px;
  outline: none;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.wisdom-finder::placeholder {
  color: var(--input-txt-clr);
  padding: 0px;
}
.tab-head {
  height: 73px;
}
.quest-emblem {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #9ca3af;
}
.starlight-table {
  width: 815px;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #ebf4f8;
  margin-top: 10px;
  border-radius: 10px;
}
.aurora-header {
  background-color: var(--accord);
  padding: 12px 16px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
  white-space: nowrap;
}
.nova-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.nova-icon::before,
.nova-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.nova-icon::before {
  border-bottom: 5px solid black;
  margin-bottom: 2px;
}
.nova-icon::after {
  border-top: 5px solid black;
}
.lava-row {
  width: 815px;
  height: 70px;
  padding: 10px 30px;
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--post-bg);
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.obsidian-cell {
  padding: 12px 16px;
  text-align: left;
}
.obsidian-cell-name {
  width: 200px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
}
.obsidian-cell-page {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  color: var(--p);
}
.obsidian-cell-score {
  text-align: left;
  color: var(--h1);
}
.obsidian-cell-email {
  text-align: left;
  width: 255px;
  text-decoration: underline;
  color: #0378a4;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: 0.01em;
}
.garnet-score {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
}

/* Responsive Tab */

@media (max-width: 1024px) {
  .popup {
    display: none;
    position: absolute;
    right: 10px;
    top: 120px;
    /* Add other styling as needed */
  }
  .container {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .Announcements-crd-card {
    width: 304px;
    margin: 0 auto;
  }
  .Announcements-crd-description {
    width: 304px;
    margin: 0 auto;
  }
  .crs-container {
    width: 304px;
    margin: 0 auto;
  }
  .ngtn_content_box {
    width: 304px;
    margin: 0 auto;
  }
  .Announcements-container {
    max-width: 815px;
    margin: 0px auto;
  }
  .mobile-header-content {
    max-width: 815px;
    margin: 0px auto;
  }
  .scholar-tally {
    width: 343px;
  }
  /* Announcements-breadcrumb */
  .Announcements-header {
    display: flex;
    flex-direction: column;
    width: 415px;
  }
  .Announcements-layout {
    max-width: 815px;
  }

  .Announcements-title {
    margin-right: 210px;
  }
  .footer {
    max-width: 815px;
    margin: 0px auto;
  }
}
/* Mobile Responsive */
@media (max-width: 768px) {
  .Announcements-container {
    max-width: 343px;
  }
  .Announcements-header {
    width: 343px;
  }
  .graph-img-main {
    width: 343px;
  }
  .graph-img-main-image {
    width: 343px;
  }
  .bx-data-showcase {
    width: 343px;
  }
  .main-counter {
    width: 343px;
  }

  .bx-metric-panorama {
    /* grid-template-columns: repeat(2, 2fr); 2 divs horizontal mein aayenge */
    width: 343px;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
  }
  .cerebral-stripp {
    width: 343px;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 200px;
  }
  .Announcements-title {
    font-size: 24px;
  }
  .Announcements-breadcrumb {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .moonbeam-container {
    width: 343px;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .moonbeam-container::-webkit-scrollbar {
    height: 5px;
  }
  .moonbeam-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
  }
  .moonbeam-container::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  .moonbeam-container::-webkit-scrollbar-track {
    background: transparent;
  }
  .Announcements-outer-container {
    width: 343px;
  }
  .Announcements-layout {
    width: 343px;
  }
}
