@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: #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;
}
.main-cotainer {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.left-comtainer {
  max-width: 817px;
}
.upper-container {
  max-width: 817px;
  background-color: var(--sidebar);
  padding: 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.upper-container p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--h1);
}
input {
  width: 757px;
  height: 72px;
  background-color: var(--input);
  border: 1px solid var(--border-color);
  color: var(--input-txt-clr);
  border-radius: 10px;
}
input::placeholder {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  padding-left: 30px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 58px;
  border: 2px solid #0378a4;
  color: white;
  background-color: #0378a4;
  font-size: 18px;
  font-weight: 700px;
  font-family: urbanist;
  border-radius: 28px;
  margin-top: 30px;
}
.lower {
  max-width: 817px;
  background-color: var(--sidebar);
  padding: 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;

  margin-bottom: 30px;
}
.lower p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--h1);
}
.underline {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #0099cc;
}

.filter-space-div3 {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--h1);
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f2f8fa;
  color: #0378a4;
  margin-top: 20px;
}
.secton {
  display: flex;
  gap: 20px;
  color: #0378a4;
}
.secton p {
  color: #0378a4;
}
.create-button {
  display: block;
  width: 300px;
  padding: 15px;
  margin-top: 20px;
  font-size: 18px;
  color: #ffffff;
  background-color: #0378a4;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
}

.sidebar {
  display: block;
  max-width: 392px;
  background-color: var(--bg-color);
  padding: 30px;
  border: 1px solid var(--border-color);
  height: 100%;
}
.sidebar1 p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--h1);
}
.inner-div {
  width: 330px;
}
.img {
  display: flex;
  justify-content: space-between;
}
.side-img img {
  width: 160px;
}
.message-item {
  display: flex;
  gap: 10px;
  height: 64px;
}
.message-headline {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--h1);
  margin-bottom: 10px;
}
.message-topic {
  font-family: Urbanist;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.01em;
  text-align: left;
}
.message-hub {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.btn-primary2 {
  width: 100%;
  background-color: #0378a4;
  color: white;

  height: 56px;
  border: none;
  cursor: pointer;
  border-radius: 27px;
  font-size: 18px;
}
.btn-secondary2 {
  width: 100%;
  background-color: var(--engagement-item);
  color: #0378a4;

  height: 56px;
  border-radius: 27px;
  font-size: 18px;
}
.form-group {
  margin-bottom: 24px;
}

.label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--h1) !important;
}

.optional {
  color: #666;
  font-weight: normal;
}

.input-wrapper {
  position: relative;
}

input[type="text"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  background-color: var(--input);
  box-sizing: border-box;
  color: var(--input-txt-clr);
}

input[type="text"]::placeholder {
  color: #9ca3af;
}

.calendar-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #6b7280;
}

.helper-text {
  margin-top: 8px;
  color: #6b7280;
  font-size: 14px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.radio-option {
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--border-color);
  background: var(--input-color);
  border-radius: 8px;
  cursor: pointer;
}

.radio-option.selected {
  border: 1px solid var(--border-color);
  background: var(--input-color);
}

.radio-input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  accent-color: #0378a4;
}

.option-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.globe-icon {
  width: 20px;
  height: 20px;
  color: #6b7280;
}

.option-text {
  display: flex;
  flex-direction: column;
}

.option-title {
  font-weight: 500;
  color: var(--h1);
}

.option-subtitle {
  font-size: 14px;
  color: var(--anouncement-post);
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  .left-comtainer {
    width: 343px;
    margin: auto;
  }
  .main-cotainer {
    width: 100%;
  }
  input {
    width: 100%;
  }
  .lower {
    padding: 0px;
  }
}

.section-input {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  background-color: var(--input);
  color: var(--input-txt-clr);
}

.custom-trigger-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 55px;
  gap: 8px;
  background-color: #0378a4;
  color: white;
  border: 1px solid #0378a4;
  border-radius: 25px;
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 10px;
}

.custom-trigger-icon {
  width: 30px;
}

.custom-modal-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-container {
  background-color: var(--body-bg);
  margin: 10% auto;
  width: 1042px;
  height: 392px;
  border-radius: 16px;
  overflow: hidden;
  border-bottom: 7px solid #0378a4;
}

.custom-modal-header {
  padding: 24px 50px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.custom-modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--h1);
  margin: 0;
}
.custom-close-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
}
.fspaceDiv {
  cursor: pointer;
  background-color: var(--accord);
}
.custom-form-label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--h1);
  margin-bottom: 18px;
}

.custom-form-input {
  width: 936px;
  height: 72px;
  font-size: 16px;
  border: none;
  background-color: #f9f9fa;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 0px 20px;
}
.custom-form-input::placeholder {
  padding: 0px;
}

.custom-submit-button {
  width: 950px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background-color: #0378a4;
  color: var(--bg-color);
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.01em;
  border-radius: 49px;
  cursor: pointer;
  margin-top: 10px;
}

.nts_chevron {
  width: 20px;
  height: 20px;
  transition: transform 0.2s;
}

.custom-form-container {
  padding: 45px;
}

@media (max-width: 768px) {
  .custom-modal-container,
  .custom-submit-button {
    width: 100%;
  }
  .custom-modal-container {
    margin: 30% auto;
  }
  .custom-form-container {
    padding: 20px;
  }
  .custom-modal-header {
    padding: 20px 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%);
}
