@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;
  color: #8a8a8a;
}
/* :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;
} */
/* .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;
}

/************************************ Messages Hub Section **********************************/
.custom-close {
  cursor: pointer;
  cursor: pointer;
}
.message-hub {
  width: 817px;
  /* margin: 0 auto; */
  background-color: var(--sidebar);
  border-radius: 10px;
  padding: 30px;
}
.message-hub-main {
  width: 1240px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.hub-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--h1);
  margin-bottom: 30px;
}
.hub-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--announcement-post);
  margin-bottom: 25px;
}
.message-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.message-thumbnail {
  width: 78px;
  border-radius: 10px;
  margin-right: 10px;
  object-fit: cover;
}
.message-details {
  flex-grow: 1;
}
.message-headline {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;

  color: var(--h1);
}
.message-topic {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}
.message-timing {
  font-size: 14px;
  font-weight: 400;

  color: #888;
  display: flex;
  align-items: center;
}
.timing-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.message-options {
  font-size: 24px;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.member-picker-control {
  width: 370px;
  height: 55px;
  padding: 0px 10px;
  font-size: 16px;
  margin-left: 483px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  margin-top: 30px;
}
.member-picker-indicator {
  margin-right: 10px;
}

.sidebar {
  width: 390px !important;
  border-radius: 10px !important;
  background-color: white;
  padding: 30px;
  display: block;
}

.rep-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rep-post {
  width: 352px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.rep-post-image {
  width: 100%;
  height: 178px;
  background-image: url("https://hebbkx1anhila5yf.public.blob.vercel-storage.com/post-Z6IGdTIAVhgrneSkB0fTZ0Md5GJNNd.PNG");
  background-size: cover;
  background-position: center;
}
.rep-post-content {
  padding: 15px;
}
.rep-post-meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}
.rep-post-title {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.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;

  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 {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;

  border-radius: 10px;
}

.filter-space-div3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: rgba(3, 120, 164, 0.08);
  color: #0378a4;
  margin-bottom: 10px;
}
.filter-space-div3 div {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  border-radius: 10px;
}
.filter-space-div2:hover {
  background-color: rgba(3, 120, 164, 0.08);
  color: #0378a4;
}

.container1 {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}
h1 {
  color: var(--h1);
  font-size: 24px;
  margin-bottom: 5px;
}
.underline {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #0099cc;
}
.search-container {
  position: relative;
  margin-bottom: 20px;
}
.search-input {
  width: 100%;

  font-size: 16px;
  border: none;
  border-radius: 25px;
  height: 50px;
  background-color: var(--input);
}
.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
}
.search-icon::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 0;
}
.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-bottom: 50px;
  font-size: 18px;
  color: #ffffff;
  background-color: #0378a4;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
}
.navigation {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  color: var(--h1);
}
.cos {
  width: 100px;
}

@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  .message-hub-main {
    width: 100%;
  }
  .modal-heading {
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }
}

.my-button {
  display: block;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ffffff;
  background-color: #0378a4;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
}

.custom-close {
  cursor: pointer !important;
}

.top-header-setting-top {
  margin: 30px 0px !important;
}

.top-header-settings-header {
  width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
}

@media (max-width: 1024px) {
  .top-header-settings-header {
    display: block;
    width: 90%;
  }
}
.top-header-heading h1 {
  font-size: 35px;
  font-weight: 600;
  color: var(--h1);
}

.top-header-breadcrumbs2 {
  font-size: 18px;
  font-weight: 500;
}

.top-header-breadcrumb-link {
  color: var(--p);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.top-header-breadcrumb-separator {
  margin: 0 8px;
  color: #888;
}

.top-header-breadcrumb-active2 {
  color: #0378a4;
  font-weight: 500;
  size: 18px;
  text-decoration: none;
}
