@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;
  margin: 0;
  color: #8a8a8a;
}
/* .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;
}
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;
} */
.notes-container {
  width: 1240px;
  margin: 40px auto;
}
.nts_container {
  width: 735px;
}
.nts_section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.notes-header {
  width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.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 a {
  display: flex;
  gap: 10px;
  font-size: 18px;
  color: var(--p);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.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 {
  width: 390px;
  /* height: fit-content; */
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: block !important;
}

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

.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: #222222;
}

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

.algab-container {
  border: 1px solid var(--border-color);
  max-width: 817px;
  height: 443px;
  background-color: var(--sidebar);
  border-radius: 10px;
  padding: 2;
}

.algab-card {
  width: 758px;
  margin: 0 auto 24px;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
  margin-top: 27px;
}
.algab-card-content {
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  border-radius: 10px;
  padding-bottom: 40px;
  background-color: var(--post-bg);
}
.algabbc-card-content {
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  border-radius: 10px;
  background-color: var(--post-bg);
}

.algab-crd-cnt-main {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.algab-metadata {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 16px;
}
.algab-metadata-time {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.01em;
  color: #8a8a8a;
  text-align: left;
}
.algab-metadata-left,
.algab-metadata-right {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.dost3 {
  transform: rotate(90deg);
}
.algab-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
  margin: 0 0 16px;
}
.algab-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
  margin: 0 0 16px;
}
.algab-metrics {
  display: flex;
  gap: 24px;
}
.algab-metric {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  width: 72px;
  height: 41px;
  background-color: #0378a40d;
  border-radius: 66px;
  cursor: pointer;
  color: #0378a4;
}
.algab-button-container {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.algab-btn {
  width: 143px;
  height: 55px;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.algab-btn-outline {
  border: 1px solid #0378a4;
  color: #0378a4;
  background-color: transparent;
}

.algab-btn-primary {
  background-color: #0378a4;
  color: white;
  border: none;
}
.second-main-cont {
  width: 817px;
  margin-top: 80px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background-color: var(--sidebar);
  padding: 30px;
}
.snd-container {
  width: 815px;
  margin: 0 auto;
  padding: 30px;
  background-color: var(--sidebar);
}
.snd-container-title {
  margin-bottom: 25px;
  color: var(--h1);
}

.algabb-card-main {
  border-radius: 10px;
}

.algabb-card {
  width: 758px;
  margin: 0 auto 24px;

  border-radius: 0.5rem;
  margin-top: 27px;
}
.algabb-card-content {
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: var(--post-bg);
}

.algabb-metadata {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 16px;
}
.algabb-metadata-time {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.01em;
  color: #8a8a8a;
  text-align: left;
}
.algabb-metadata-left,
.algabb-metadata-right {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.dosts3 {
  transform: rotate(90deg);
}
.algabb-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
  margin: 0 0 16px;
}
.algabb-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
  margin: 0 0 16px;
}
.algabb-metrics {
  display: flex;
  gap: 24px;
}
.algabb-metric {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  width: 72px;
  height: 41px;
  background-color: #0378a40d;
  border-radius: 66px;
  cursor: pointer;
  color: #0378a4;
}
.lod-more-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.lod-more-btn button {
  width: 175px;
  height: 55px;
  background-color: #0378a4;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 18px;
  border-radius: 49px;
  cursor: pointer;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #222222;
}
.snd-gradient-border {
  height: 2px;
  background: linear-gradient(to right, #0378a4 50.666%, #cecece 16.666%);
  margin-bottom: 1.5rem;
}
.snd-card {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 20px;
}
.snd-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.snd-card-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #8a8a8a;
}
.snd-card-actions {
  display: flex;
  gap: 0.5rem;
}
.snd-card-action {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}
.snd-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #222222;
  margin-bottom: 0.5rem;
}
.snd-card-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
  margin-bottom: 1rem;
}
.snd-card-stats {
  display: flex;
  gap: 1rem;
}
.snd-card-stat {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #6b7280;
  font-size: 0.875rem;
}
.snd-card-dev {
  border-bottom: 1px solid #e5e5e5;
}

.drpdn-toc-enclosure {
  width: 333px;
  border-radius: 8px;
  overflow: hidden;
}

.drpdn-toc-masthead-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  color: var(--h1);
  margin: 0;
  padding-bottom: 10px;
  margin-top: 30px;
}
.drpdn-toc-chromatic-strip {
  height: 2px;
  display: flex;
  margin-bottom: 20px;
}
.drpdn-toc-chromatic-strip-crimson {
  width: 50%;
  background-color: #0378a4;
}
.drpdn-toc-chromatic-strip-umber {
  width: 50%;
  background-color: #cecece;
}
.drpdn-toc-segment {
  border-bottom: 1px solid #e5e5e5;
}
.drpdn-toc-segment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}
.outer-div-sticky-nav-2 {
  display: none;
}
.drpdn-toc-segment-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
}
.drpdn-toc-segment-title-active {
  color: #0378a4;
  font-weight: 500;
}

.drpdn-toc-segment-header-active {
  background-color: #0378a40d;
  border-radius: 10px;
}

.drpdn-toc-caret {
  width: 12px;
  height: 16px;
  color: #9ca3af;
}
.drpdn-toc-segment-header-active .drpdn-toc-caret {
  color: #0378a4;
}
.drpdn-toc-subsegment-container {
  padding: 8px 16px;
}
.drpdn-toc-subsegment {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.97px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
  padding: 4px 0;
}
.segment-din {
  color: #0378a4;
}
/* Responsiveness according tab*/
@media (max-width: 1024px) {
  .header-content {
    display: none;
  }
  .algab-container {
    width: 343px;
    margin: auto;
    padding: 10px;
    height: 540px;
    border: 1px solid var(--border-color);
  }
  .nts-crd-card {
    width: 304px;
    margin: 0 auto;
  }
  .nts-crd-description {
    width: 100%;
    margin: 0 auto;
  }
  .crs-container {
    width: 304px;
    margin: 0 auto;
  }
  .ngtn_content_box {
    width: 304px;
    margin: 0 auto;
  }
  .drpdn-toc-enclosure {
    width: 304px;
    margin: 0 auto;
  }
  .notes-navbar-main {
    display: none;
  }
  .notes-header {
    display: flex;
    flex-direction: column;
    width: 815px;
  }
  .notes-title {
    width: 815px;
  }
  .notes-breadcrumb {
    width: 815px;
  }
  /* .notes-navbar-main {
    display: none;
  } */
  .sidebar {
    display: none;
    width: 343px !important;
    padding: 10px;
  }
  .notes-container {
    max-width: 815px;
  }
  .notes-layout {
    width: 815px;
  }
}
.post-algabra {
  border-radius: 8px;
  box-shadow: 0px 1px 11.2px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  max-width: 760px;
  background-color: var(--post-bg);
  border-color: var(--post-border);
  margin: 30px auto;
}

/* Responsiveness */

/* Header_ Section */

@media (max-width: 768px) {
  .header-content {
    display: none;
  }
}

/* Sidebar */

@media (max-width: 768px) {
  .notes-navbar-main {
    display: none;
  }
}
/* notes-breadcrumb */
@media (max-width: 768px) {
  .notes-header {
    display: flex;
    flex-direction: column;
    width: 343px;
  }
  .notes-container {
    width: 343px;
    margin: 0px auto;
  }

  /* .algab-button-container {
    margin-left: 20px;
  } */

  .lod-more-btn {
    margin-top: 15px;
  }
  .algabb-card-main {
    width: 313px;
  }

  .algabb-card-content {
    width: 313px;
    margin-left: 15px;
  }
  .notes-title {
    width: 343px;
    margin-top: 20px;
    font-size: 24px;
    color: var(--h1);
  }
  .notes-layout {
    max-width: 313px;
  }
  .notes-breadcrumb {
    font-size: 16px;
    display: flex;
    justify-content: space-evenly;
    gap: 0px;
    margin-top: 10px;
    width: 343px;
  }
  .notes-header {
    margin-bottom: 20px;
  }
  .notes-breadcrumb a {
    font-size: 16px;
  }
  .algab-button-container {
    display: flex;
    justify-content: center;
    width: 343px;
  }
  .algabbc-card-content {
    width: 313px;
  }
  .last-btn-modl {
    width: 300px;
  }
  .algabb-card {
    width: 313px;
  }
}

/* bottom section responsive */
@media (max-width: 768px) {
  .post-algabra {
    padding: 10px;
    max-width: 343px;
  }
  .popup {
    display: none;
    position: absolute;
    right: 10px;
    top: 120px;
    /* Add other styling as needed */
  }
  body {
    background-color: #f9f9fa;
  }
  .snd-container {
    width: 313px;
    padding: 0px;
    background-color: var(--sidebar);
  }
  .snd-container-title {
    width: 313px;
    margin-top: 25px;
  }
  .second-main-cont {
    width: 343px;
    padding: 10px;
  }

  .snd-gradient-border {
    width: 313px;
    height: 2px;
    background: linear-gradient(to right, #0378a4 50.666%, #cecece 16.666%);
    margin-bottom: 1.5rem;
  }

  .algab-card-content {
    width: 313px;
    background-color: var(--post-bg);
  }
  .clas-chass {
    width: 60px;
  }
}
.algab-container-first {
  background-color: var(--sidebar);
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
