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

/* Sidebar Notes Chat */

.sidebar {
  max-width: 392px;
  display: block !important;
  height: 100%;
  background-color: var(--bg-color);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.nts-crd-card {
  max-width: 32rem;
  background: var(--bg-color);
}

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

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

.nts-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: 10px;
}

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

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

.nts-crd-dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #666;
  border-radius: 50%;
}

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

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

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

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

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

.nts-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;
}

.nts-crd-metric-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.crs-header {
  position: relative;
  padding-bottom: 20px;
  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;
  padding-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 */

.grds-outer-container {
  border-radius: 8px;
  width: 817px;
}

.grds-table-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.grds-header-section {
  background-color: rgba(235, 245, 255, 0.8);
  border-radius: 8px;
}
.grds-row-layout-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px;
  background-color: var(--accord);
  align-items: center;
  height: 70px;
  padding: 0px 0px 0px 40px;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.grds-row-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0px 0px 0px 40px;
  height: 70px;
  align-items: center;
  background-color: var(--bg-color);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.grds-body-section .grds-row-layout {
  margin-bottom: 8px;
  background-color: var(--sidebar);
  border: 1px solid var(--border-color);
}

.grds-header-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
}
.grds-cell-content-titl {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
}
.grds-cell-content-descript {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #8a8a8a;
}
.grds-cell-content {
  word-break: break-word;
}
.crimson-box {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--sidebar);
  padding: 0px 60px 0px 40px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}
.whisper-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
}

/* Tab Responsive */
@media (max-width: 1024px) {
  .header-content {
    display: none;
  }
  .sidebar {
    display: none;
    width: 343px !important;
    padding: 10px;
  }
}

/* Header Responsive */
@media (max-width: 1024px) {
  .popup {
    display: none;
    position: absolute;
    right: 10px;
    top: 120px;
    /* Add other styling as needed */
  }
  .notes-header {
    display: flex;
    flex-direction: column;
    width: 150px;
  }
  .nts-crd-card {
    width: 304px;
    margin: 0 auto;
  }
  .nts-crd-description {
    width: 304px;
    margin: 0 auto;
  }
  .crs-container {
    width: 304px;
    margin: 0 auto;
  }
  .ngtn_content_box {
    width: 304px;
    margin: 0 auto;
  }
  .notes-title {
    margin-right: 35px;
  }
  .notes-container {
    width: 815px;
  }
  .notes-layout {
    max-width: 815px;
    margin: 0px auto;
  }
}

/* For Mobile Screen */
@media (max-width: 768px) {
  .notes-container {
    width: 345px;
    padding-right: 20px;
  }
}

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