@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: #f9f9fa;
  margin: 0;
}
/* :root {
  --h1: #222222;
  --bg-color: #ffffff;
  --border-color: #e5e5e5;
  --input-color: #f9f9fa;
  --anouncement-post: var(--p);
} */
.popup {
  display: none;
  position: absolute;
  right: 200px;
  top: 300px;
  /* Add other styling as needed */
}
/* .dark-mode {
  --anouncement-post: #90949c;
  --h1: white;
  --bg-color: #0d0d11;
  --border-color: #14141f;
  --input-color: #343444;
} */
/* .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;
}
.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-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 */
/* .Announcements-navbar-main {
  max-width: 392px;
} */
.sidebar {
  display: block !important;
  max-width: 392px !important;
  background-color: var(--sidebar) !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid var(--border-color) !important;

  padding: 30px;
}

.Announcements-crd-card {
  max-width: 333px;
}

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

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

/* Main First Content */

.Announcements-outer-container {
  border-radius: 10px;
  width: 817px;
  background-color: var(--sidebar);
  border: 1px solid var(--border-color);
}

/* Main Content */

.annoumnt-post-container {
  background-color: var(--post-bg);
  border-radius: 8px;
  /* box-shadow: 0  4px 6px rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-color);
}
.annoucment-main-content-container {
  background: whoite;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}
.annoumnt-post-header {
  padding: 30px 30px 0px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.Announcements-images {
  border-radius: 60px;
}
.annoumnt-author-image {
  width: 40px;
  height: 40px;
  border-radius: 60px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #666;
}
.annoumnt-author-details {
  display: flex;
  flex-direction: column;
}
.annoumnt-author-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
}
.annoumnt-post-timestamp {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #8a8a8a;
}
.annoumnt-post-body {
  padding: 0px 30px 29px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
}
.annoumnt-post-headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
  margin-bottom: 8px;
  margin-top: 20px;
}
.annoumnt-post-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--p);
  flex-grow: 1;
  overflow: auto;
  margin: 0;
}
.annoumnt-post-metrics {
  display: flex;
  gap: 20px;
  padding-top: 8px;
}
.annoumnt-metric-item {
  width: 80px;
  background-color: rgba(3, 120, 164, 0.05);
  border-radius: 60px;
  color: #0378a4;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20.21px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.annoumnt-metric-icon {
  width: 16px;
  height: 16px;
}

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

/* .formatting-toolbar {
  display: flex;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
} */

.formatting-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin: 0 2px;
  border-radius: 4px;
}
.formatting-button-pls-bg {
  border: none;
  background-color: #0378a4;
  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;
}
/* 
.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
} */

.avatar-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message-field {
  background-color: var(--post-bg);
  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;
} */
.date-showcase {
  width: 715px;
  display: flex;
  align-items: center;
  border-radius: 15px;
}
.timeline-marker {
  width: 285px;
  height: 2px;
  background-color: #e5e5e5;
}
.date-focal-point {
  flex: 1;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: left;
}

/* .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px;
} */

header {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* .Catch {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
  height: 42px;
  margin-left: 20px;
  color: #5a5a5a;
}
.Catch img {
  height: 22px;
}
 */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;

  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  height: 540px;
  width: 90%;
  max-width: 790px;
  border-radius: 8px;
  overflow: hidden;

  border-radius: 10px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  font-weight: 600;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  height: 90px;
}

.modal-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--h1);
  margin: 0;
}

.close-modal {
  font-size: 28px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--h1);
  margin-bottom: 10px;
}

.modal-input {
  width: 100%;
  height: 70px;

  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
  color: var(--h1);
}

.modal-input::placeholder {
  color: #999;
  font-size: 18px;
  padding: 10px;
}

.modal-create-btn {
  width: 100%;
  padding: 12px;
  height: 55px;
  background-color: #0378a4;
  color: white;
  border: none;
  border-radius: 84px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
}

.modal-create-btn:hover {
  background-color: #026288;
}
.modal-body {
  padding: 40px;

  overflow-y: auto;
}

.new_s-card {
  width: 360px;
  padding: 16px;
  background-color: #0378a40f;
  border-radius: 8px;
  margin-left: -15px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.new_s-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.new_s-header {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #0378a433;
  padding-bottom: 10px;
}

.new_s-avatar {
  border-radius: 50%;
}
.new_s-avatar img {
  width: 25px;
}

.new_s-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.new_s-nav-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 40px;
  margin-left: 5px;
}

.new_s-nav-button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 6px;
  color: #5a5a5a;
}

.new_s-nav-button.new_s-active {
  color: #0378a4;
}

.new_s-icon {
  font-size: 16px;
}
.new_s-nav-buttonss {
  border-top: 1px solid #0378a433;
  padding-top: 10px;
}
.new_s-see-more {
  text-decoration: none;
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0378a4;
  margin-top: 5px;
}

/* -=-----------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;
}

.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;
  justify-content: space-between;
}

.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;
  width: 50%;
}

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

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

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

.drp-mini-dropdown-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}

.drp-mini-dropdown-content.open {
  display: block;
}
.drp-d-mini img {
  padding-left: 10px;
}
.drp-mini-dropdown-content li {
  padding: 8px 10px;
  background-color: #fff;
}

.drp-mini-dropdown-content li:last-child {
  border-bottom: none;
}

.drp-mini-dropdown-content li:hover {
  background-color: #f9f9f9;
}

.drp-d-mini {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.drp-d-mini:hover {
  background-color: #0378a40f;
  cursor: pointer;
}
.menu-container-unique a {
  color: #0378a4 !important;
  margin-top: 6px;
}
.menu-container-unique a:hover {
  color: #0378a4 !important;
}
.Channels-feed-title {
  font-family: "Urbanist";
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #222222;
}
.menu-container-unique {
  background-color: #0378a40f;
  padding: 10px 10px;
  display: none;
  margin-top: -30px;
  border-radius: 10px;
}
.mb-lst {
  margin-bottom: 30px;
}
.dropdown-content {
  display: none;
  margin-top: 10px;
  padding-left: 40px;
}
.dropdown-content a {
  display: block;
  text-decoration: none;
  color: #333;
  margin: 5px 0;
  font-size: 14px;
}
.dropdown-content a:hover {
  color: #007bff;
}

.menu-itemm {
  cursor: pointer;
  background-color: white;
  padding: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-content {
  display: none; /* Initially hidden */
  background-color: #fff;
  margin-top: -1px; /* To align with the menu item */
  padding: 10px;
}
.dp-mdl {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-content div {
  padding: 5px 0;
  cursor: pointer;
}

.dropdown-content div:hover {
  background-color: #f9f9f9;
}
.menu-item-beta,
.menu-item-betaa,
.menu-item-quantum,
.menu-item-breakdown,
.menu-item-logic,
.menu-item-algo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.menu-item-beta {
  margin-top: 30px;
  border-top: 1px solid #0378a433;
  padding-top: 10px;
}
.menu-container-unique {
  background-color: #0378a40f;
  padding: 10px 10px;
  display: none;
  margin-top: -35px;
}
.mb-lst {
  margin-bottom: 30px;
}
.dropdown-content {
  display: none;
  margin-top: 10px;
  padding-left: 40px;
}
.drp-mini-dropdown-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}

.drp-mini-dropdown-content.open {
  display: block;
}
.drp-d-mini img {
  padding-left: 10px;
}
.drp-mini-dropdown-content li {
  padding: 8px 10px;
  background-color: #fff;
}

.drp-mini-dropdown-content li:last-child {
  border-bottom: none;
}

.drp-mini-dropdown-content li:hover {
  background-color: #f9f9f9;
}

.drp-d-mini {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.drp-d-mini:hover {
  background-color: #0378a40f;
  cursor: pointer;
}
.menu-container-unique a {
  color: #0378a4 !important;
  margin-top: 6px;
}
.menu-container-unique a:hover {
  color: #0378a4 !important;
}
.Channels-feed-title {
  font-family: "Urbanist";
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #222222;
}
.menu-container-unique {
  background-color: #0378a40f;
  padding: 10px 10px;
  display: none;
  margin-top: -30px;
  border-radius: 10px;
}
.mb-lst {
  margin-bottom: 30px;
}
.dropdown-content {
  display: none;
  margin-top: 10px;
  padding-left: 40px;
}
.dropdown-content a {
  display: block;
  text-decoration: none;
  color: #333;
  margin: 5px 0;
  font-size: 14px;
}
.dropdown-content a:hover {
  color: #007bff;
}

.menu-itemm {
  cursor: pointer;
  background-color: white;
  padding: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-content {
  display: none; /* Initially hidden */
  background-color: #fff;
  margin-top: -1px; /* To align with the menu item */
  padding: 10px;
}
.dp-mdl {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-content div {
  padding: 5px 0;
  cursor: pointer;
}

.dropdown-content div:hover {
  background-color: #f9f9f9;
}
.menu-item-beta,
.menu-item-betaa,
.menu-item-quantum,
.menu-item-breakdown,
.menu-item-logic,
.menu-item-algo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.menu-item-beta {
  margin-top: 30px;
  border-top: 1px solid #0378a433;
  padding-top: 10px;
}
.menu-container-unique {
  background-color: #0378a40f;
  padding: 10px 10px;
  display: none;
  margin-top: -35px;
}
.mb-lst {
  margin-bottom: 30px;
}
.dropdown-content {
  display: none;
  margin-top: 10px;
  padding-left: 40px;
}
.new_s-card {
  width: 360px;
  padding: 16px;
  background-color: #0378a40f;
  border-radius: 8px;
  margin-left: -15px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.new_s-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.new_s-header {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #0378a433;
  padding-bottom: 10px;
}

.new_s-avatar {
  border-radius: 50%;
}
.new_s-avatar img {
  width: 25px;
}

.new_s-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.new_s-nav-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 40px;
  margin-left: 5px;
}

.new_s-nav-button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 6px;
  color: #5a5a5a;
}

.new_s-nav-button.new_s-active {
  color: #0378a4;
}

.new_s-icon {
  font-size: 16px;
}
.new_s-nav-buttonss {
  border-top: 1px solid #0378a433;
  padding-top: 10px;
}
.new_s-see-more {
  text-decoration: none;
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0378a4;
  margin-top: 5px;
}
.modi-srch-popup-content {
  height: 450px;
  white-space: nowrap;
  overflow-y: scroll;
}
.modi-srch-popup-content::-webkit-scrollbar {
  width: 3px;
  background-color: white;
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  .pub-menu-options {
    display: flex;
    gap: 10px;
  }
  .feed-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }
  .feed-layout {
    display: flex;
    width: 100%;

    justify-content: center;
  }
  /* .pub-conversation-area {
      background-color: #ffffff;
      padding: 10px;
    } */
  .pub-speech-text {
    width: 100%;
  }
  .feed-container {
    width: 100%;
  }
  .message-composer {
    width: 100%;
  }
  .tools-for-mobile {
    display: block;
  }
  .editor-div-desktop {
    display: none !important;
  }
  .date-showcase {
    width: 100%;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.01em;
  }
  .timeline-marker {
    width: 90px;
  }
  .pub-menu-item {
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.33px;
    letter-spacing: 0.01em;
  }
  .pub-bar-top {
    padding-left: 10px;
  }
}
.editor-div-desktop {
  display: block;
}
.editor-tools-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 786px) {
  .feed-layout {
    width: 95%;
    margin: auto;
    height: fit-content;
    margin-bottom: 20px;
  }
  /* .message-composer{
      width: 330px;
    } */
}

@media (max-width: 1024px) {
  .popup {
    display: none;
    position: absolute;
    right: 10px;
    top: 120px;
    /* Add other styling as needed */
  }
  .container {
    display: none;
  }
  .sidebar {
    display: none;
    width: 343px !important;
    padding: 10px;
  }
  .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-header {
    display: flex;
    flex-direction: column;
    width: 300px;
  }
  .Announcements-layout {
    margin: 0px auto;
  }
  .Announcements-container {
    width: 815px;
    margin: 0px auto;
  }
  .Announcements-title {
    width: 286px;
  }
  .Announcements-breadcrumb {
    width: 285px;
  }
}

@media (max-width: 768px) {
  .Announcements-container {
    width: 343px;
  }
  .Announcements-layout {
    width: 343px;
  }
  .Announcements-outer-container {
    width: 343px;
  }
}
@media (max-width: 1024px) {
  .message-composer {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .message-composer {
    width: 100%;
  }
  .annoucment-main-content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tox .tox-menubar {
  display: none !important;
}
.tox,
.tox-tinymce {
  width: 100%;
}
.tox-statusbar {
  display: none !important;
}
.submit-message {
  display: none !important;
}
