/* =========== START COUNCIL TOP NAVBAR NAVIGATION =========== */
.veda-cta {
  display: none !important;
}

.council-platform nav.navbar {
  padding: 10px 16px;
  border-bottom: 1px solid #0000001a;
  height: 80px;
}

.council-platform .btn {
  padding: 8px 16px !important;
  border-radius: 4px !important;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
}

.council-platform .btn i {
  margin: 0;
}

.council-platform .btn span {
  font-size: 12px;
  font-weight: 600;
}

.council-platform .navbar .profile-settings .nav-avatar img {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
}

.council-platform .navbar .profile-settings {
  border: 1px solid #0000001a;
  box-shadow: 0px 1px 4px 0px #00000013;
  z-index: 15;
  width: 225px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 55px;
  left: auto;
  right: 0%;
}

.council-platform .navbar .profile-settings .profile-info {
  background-color: #f5f7ff;
  padding: 14px;
  gap: 10px;
}

.council-platform .navbar .profile-settings .profile-links a {
  padding: 12px 16px;
  font-size: 13px;
  color: #14171c;
  display: block;
  transition: 250ms ease-in-out;
}

.council-platform .navbar .profile-settings .profile-links a.logout {
  color: #fb2c36;
  font-weight: 500;
}

.council-platform .navbar .profile-settings .profile-links a:hover {
  background-color: #035e9b17;
  color: #035e9b;
}

.council-platform .navbar .profile-settings .profile-links a.logout:hover {
  background-color: #9b030317;
  color: #fb2c36;
}

/* =========== END COUNCIL TOP NAVBAR NAVIGATION =========== */
/* =========== START LEFT COUNCIL SIDEBAR NAVIGATION =========== */
.council-platform .council-sidebar-container {
  width: 240px;
  padding: 24px 16px;
  border-right: 1px solid #0000001a;
  position: fixed;
  z-index: 10;
  background-color: white;
  height: 100dvh;
}

.council-platform .council-sidebar {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 10px;
}

.council-platform ul.list-unstyled {
  margin: 0;
}

.council-platform .council-sidebar li a {
  color: #718096;
  display: flex;
  padding: 8px 12px;
  gap: 12px;
  border-radius: 4px;
  margin-bottom: 4px;
  transition: 250ms ease-in-out;
  align-items: center;
  min-height: 36px;
}

.council-platform .council-sidebar li a i {
  font-size: 18px;
  width: 20px;
  flex-shrink: 0;
  text-align: center;
}

.council-platform .council-sidebar li a span {
  font-size: 14px;
  font-weight: 500;
}

.council-platform .council-sidebar li a.active,
.council-platform .council-sidebar li a:hover {
  background-color: #035e9b17;
  color: #035e9b;
}

.council-platform .council-sidebar .sidebar-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding-inline: 5px;
  border-radius: 999px;
  background-color: #fd5d3e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin-left: auto;
}

/* =========== END LEFT COUNCIL SIDEBAR NAVIGATION =========== */

/* =========== START USER COUNCILS =========== */
.council-platform .user-councils {
  padding-block: 16px;
}

.council-platform .user-councils .user-councils-title {
  color: #718096;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 12px;
}

.council-platform .user-councils .user-council-button {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.council-platform .user-councils .user-council-button > div {
  gap: 12px;
}

.council-platform .user-councils .user-council-button .user-council-name {
  font-size: 14px;
  font-weight: 500;
  color: #718096;
  margin: 0;
}

.council-platform
  .user-councils
  .user-council-button.active
  .user-council-name {
  color: #1a1a1a;
}

.council-platform .user-councils .user-council-button span.admin {
  color: #fa5f34;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.council-platform .user-councils .user-council-button span.online {
  color: #1a8917;
  font-size: 6px;
}

/* =========== END USER COUNCILS =========== */

/* =========== START ARTICLE STATUS STEPPER =========== */
.council-platform .article-stepper {
  display: flex;
  align-items: center;
  margin-block: 28px 32px;
}

.council-platform .article-stepper-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.council-platform .article-stepper-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a4b3bf33;
  color: #718096;
  font-size: 13px;
  font-weight: 600;
}

.council-platform .article-stepper-step.is-complete .article-stepper-dot {
  background-color: #1a8917;
  color: #fff;
}

.council-platform .article-stepper-step.is-current .article-stepper-dot {
  background-color: #035e9b;
  color: #fff;
}

.council-platform .article-stepper-label {
  font-size: 12px;
  font-weight: 500;
  color: #718096;
  white-space: nowrap;
}

.council-platform .article-stepper-step.is-complete .article-stepper-label,
.council-platform .article-stepper-step.is-current .article-stepper-label {
  color: #1a1a1a;
}

.council-platform .article-stepper-line {
  flex: 1;
  height: 2px;
  background-color: #a4b3bf33;
  margin-inline: 8px;
  margin-bottom: 20px;
}

.council-platform .article-stepper-line.is-complete {
  background-color: #1a8917;
}

/* =========== END ARTICLE STATUS STEPPER =========== */

/* =========== START EDITORIAL FEEDBACK CARD =========== */
.council-platform .editorial-feedback-card {
  background-color: #fff6e9;
  border: 1px solid #ffe5b180;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 32px;
}

.council-platform .editorial-feedback-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #bf984b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

.council-platform .editorial-feedback-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}

.council-platform .editorial-feedback-meta {
  font-size: 12px;
  color: #718096;
  margin-bottom: 8px;
}

.council-platform .editorial-feedback-body {
  font-size: 14px;
  line-height: 22px;
  color: #4a5568;
  margin-bottom: 0;
}

/* =========== END EDITORIAL FEEDBACK CARD =========== */

/* =========== START ARTICLE FORM =========== */
.council-platform .article-form .form-label {
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.council-platform .article-form .form-control,
.council-platform .article-form select.form-control {
  background-color: #a4b3bf1a;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  min-height: 48px;
}

.council-platform .article-form textarea.form-control {
  min-height: unset;
}

/* nice-select2 reuses the <select>'s .form-control class on its wrapper but adds
   no vertical padding, so the chosen value hugs the top of the 48px field.
   Give it symmetric padding so the text / chips sit vertically centred. */
.council-platform .article-form .nice-select {
  min-height: 48px;
  line-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.council-platform .article-form .nice-select.has-multiple {
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Show a checkbox next to each option in the multi-select topic list rather than
   only bolding the chosen ones. */
.council-platform .article-form .nice-select.has-multiple .list .option {
  position: relative;
  padding-left: 44px;
  font-weight: 400;
}

.council-platform
  .article-form
  .nice-select.has-multiple
  .list
  .option::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background: #fff;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.council-platform
  .article-form
  .nice-select.has-multiple
  .list
  .option.selected {
  font-weight: 400;
}

.council-platform
  .article-form
  .nice-select.has-multiple
  .list
  .option.selected::before {
  background: #035e9b;
  border-color: #035e9b;
}

.council-platform
  .article-form
  .nice-select.has-multiple
  .list
  .option.selected::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-60%) rotate(45deg);
}

.council-platform .article-form .form-control:focus {
  background-color: #fff;
  border-color: #035e9b;
  box-shadow: none;
}

.council-platform .article-form .btn-primary i {
  margin-right: 8px;
}

/* =========== END ARTICLE FORM =========== */

/* =========== START MEMBERS GRID =========== */
.council-platform .council-feed-wide .council-container-wide {
  width: 960px;
  margin-inline: auto;
}

.council-platform .member-cards-row {
  margin-top: 24px;
  row-gap: 24px;
}

.council-platform .member-card {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
  padding: 32px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 200ms ease-in-out;
}

.council-platform .member-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.council-platform .member-card-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

.council-platform .member-card-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.council-platform .member-card-role {
  font-size: 13px;
  color: #4a5568;
  margin-bottom: 8px;
}

.council-platform .member-card-location {
  font-size: 12px;
  color: #718096;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
}

.council-platform .member-card-btn {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px !important;
  margin-top: auto;
}

/* =========== END MEMBERS GRID =========== */

/* =========== START MEMBER PROFILE =========== */
.council-platform .member-profile-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #718096;
  margin-block: 24px 16px;
}

.council-platform .member-profile-back:hover {
  color: #035e9b;
}

.council-platform .member-profile-header {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 0.8px solid #0000001a;
}

.council-platform .member-profile-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.council-platform .member-profile-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.council-platform .member-profile-role {
  font-size: 15px;
  color: #4a5568;
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.council-platform .member-profile-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: #718096;
  margin-bottom: 16px;
}

.council-platform .member-profile-facts span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.council-platform .member-profile-socials {
  display: flex;
  gap: 12px;
}

.council-platform .member-profile-socials a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #035e9b17;
  color: #035e9b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background-color 150ms ease-in-out;
}

.council-platform .member-profile-socials a:hover {
  background-color: #035e9b;
  color: #fff;
}

.council-platform .member-profile-section {
  padding-block: 32px;
  border-bottom: 0.8px solid #0000001a;
}

.council-platform .member-profile-section:last-of-type {
  border-bottom: none;
}

.council-platform .member-profile-section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.council-platform .member-profile-about {
  font-size: 14px;
  line-height: 24px;
  color: #4a5568;
  margin-bottom: 0;
}

.council-platform .member-profile-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* =========== END MEMBER PROFILE =========== */

/* =============== START RIGHT SIDEBAR ============= */
.council-platform .council-right-sidebar {
  position: fixed;
  right: 0;
  top: 80px;
  width: 240px;
  padding: 40px 24px 40px 40px;
  border-left: 1px solid #0000001a;
  z-index: 8;
  background-color: white;
  height: calc(100dvh - 80px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.council-platform .council-right-sidebar::-webkit-scrollbar {
  display: none;
}

.council-platform .council-right-sidebar .empty-section h2 {
  font-size: 16px;
  letter-spacing: 0.6px;
}

.council-platform .council-divider {
  border-top: 1px solid #0000001a;
}

.council-platform .council-right-sidebar .council-right-sidebar-section h2 {
  font-size: 16px;
  font-weight: 600;
}

.council-platform .council-right-sidebar .announcement-card {
  padding-block: 12px;
}

.council-platform .council-right-sidebar .announcement-card > span {
  color: #4a5568;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.council-platform .council-right-sidebar .announcement-card > h3 {
  font-size: 14px;
  font-weight: bold;
  margin-block: 4px;
}

.council-platform .council-right-sidebar .announcement-card > p {
  font-size: 12px;
  margin: 0;
}

.council-platform .council-right-sidebar .events-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-block: 12px;
}

.council-platform .council-right-sidebar .events-card h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* =============== END RIGHT SIDEBAR ============= */

.council-platform .council-top-banner {
  background-color: #01263e;
  padding: 20px;
  color: white;
  position: sticky;
  top: 80px;
  z-index: 9;
  width: 100%;
  display: block;
}

.council-platform .council-banner-separator {
  margin-bottom: 0;
}

.council-platform .council-top-banner.hide {
  display: none;
}

.council-platform .council-top-banner .council-banner-badge {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #035e9b;
  background-color: #d1edff;
  border-radius: 40px;
}

.council-platform .council-top-banner .council-btn {
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

.council-platform .council-top-banner .council-btn span {
  text-decoration: underline;
}

.council-platform .council-top-banner .council-close-btn {
  color: white;
  padding: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/*  ================ COUNCIL ARTICLES FEED ================  */
.council-platform .council-feed {
  width: calc(100% - 240px);
  margin-left: 240px;
}

.council-platform .council-feed .council-container {
  width: 768px;
  margin-inline: auto;
}

.council-platform .council-feed .new-sticky-navbar {
  padding-block: 24px;
}

.council-platform .council-feed .new-sticky-navbar .articles-number {
  background-color: #ccddea;
  color: #035e9b;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 40px;
  margin-left: 8px;
}

.council-platform .council-feed .new-sticky-navbar .nav-link {
  font-size: 14px;
  padding-inline: 10px;
  font-weight: 500 !important;
  color: #718096;
}

.council-platform .council-feed .new-sticky-navbar .nav {
  gap: 24px;
}

.council-platform .council-feed .new-sticky-navbar .nav .nav-link.active {
  padding-left: 10px;
  font-weight: 500 !important;
}

.council-platform .council-feed .search-container input {
  background-color: #a4b3bf1a;
}

.council-platform .council-feed .search-container input:active,
.council-platform .council-feed .search-container input:focus {
  background-color: white;
  border: 1px solid #035e9b !important;
}

.council-platform .council-feed .council-articles article {
  padding-block: 25px;
}

.council-platform .council-feed .council-articles article:not(:last-of-type) {
  border-bottom: 0.8px solid #0000001a;
}

.council-platform .council-feed .council-articles article .article-badge {
  padding: 4px 8px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
  display: block;width: fit-content;
  text-align:center;
}

.council-platform .council-feed .council-articles article .article-company {
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #4a5568;
}

.council-platform .council-feed .council-articles article .article-title {
  font-size: 18px;
  margin-bottom: 8px;
}

.council-platform .council-feed .article-badge.draft {
  background-color: #a4b3bf33;
  color: #6b6b6b;
}

.council-platform .council-feed .article-badge.review {
  background-color: #ffe5b180;
  color: #bf984b;
}

.council-platform .council-feed .article-badge.feedback {
  background-color: #1a89171a;
  color: #1a8917;
}

.council-platform .council-feed .article-badge.tag {
  background-color: #035e9b17;
  color: #035e9b;
}

.council-platform .council-feed .article-badge.published {
  background-color: #035e9b17;
  color: #035e9b;
}

/* ================ COUNCIL EVENTS ============= */
.council-platform .council-main-event {
  border: 1px solid #0000001a;
  padding: 24px;
  margin-top: 42px;
  border-radius: 4px;
  width: 100%;
}

.council-platform .council-event-icon {
  display: flex;
  flex-direction: column;
  border: 0.5px solid #00000014;
  border-radius: 10px;
  overflow: hidden;
}

.council-platform .council-event-icon .month {
  background-color: #01263e;
  color: white;
  padding: 4px 12px;
  font-weight: 600;
}

.council-platform .council-event-icon .day {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.council-platform .event-category {
  padding: 4px 10px;
  color: white;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

.council-platform .event-category i {
  font-size: 10px;
}

.council-platform .event-category.featured {
  background-color: #842029;
  color: white;
}

.council-platform .event-category.succuss {
  background-color: #edfaed;
  color: #1a6b18;
}

.council-platform .event-category.pink {
  background-color: #eef0fd;
  color: #3b4fd8;
}

.council-platform .event-category.orange {
  background-color: #fff7ed;
  color: #c2620a;
}

.council-platform .council-event-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 510px;
  gap: 8px;
}

.council-platform .council-event-tags div {
  padding: 4px 10px;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8f0f6;
  color: #035e9b;
  border: none;
  outline: none;
}

.council-platform .council-main-event .council-event-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.council-platform .participant {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #01263e;
  border: 1.6px solid #ffffff;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 8px;
  width: 35px;
  height: 35px;
}

.council-platform .participant:not(:first-of-type) {
  margin-left: -10px;
}

.council-platform .btn-register {
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
  border: 0.8px solid #00000014;
  transition: 250ms ease-in-out;
}

.council-platform .flex-events {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.council-platform .btn-register:hover,
.council-platform .btn-register:focus,
.council-platform .btn-register:active {
  background-color: #4a5568;
  color: white;
}

.council-platform .council-feed .back-container {
  padding: 24px 32px;
  border-bottom: 0.8px solid #00000014;
}

.council-platform .council-feed .council-event-details {
  padding-block: 32px;
}

.council-platform .council-feed .council-event-details-card {
  background-color: #e8f0f6;
  border: 1px solid #0000001a;
  border-radius: 4px;
  padding: 16px;
  min-width: 240px;
  width: 100%;
}

.council-platform .council-feed .btn.no-clickable {
  background-color: #7676801f;
  color: #b3b3b3;
}

.council-platform .council-feed .btn.no-clickable:focus {
  box-shadow: none;
}

.council-text {
  color: #4a5568;
  margin-bottom: 0;
}

.council-platform .council-feed .council-topic-card {
  padding: 16px;
  border: 0.8px solid #00000014;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.council-platform .council-feed .council-topic-card .voted-number {
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid #0000001a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  height: 40px;
  width: 40px;
}

.council-platform .council-feed .council-topic-card.voted .voted-number {
  background-color: #01263e;
  color: white;
}

.council-platform .council-feed .council-topic-card h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.council-platform .council-feed .council-topic-card .participant {
  width: 20px;
  height: 20px;
  font-size: 8px;
}

.council-platform .council-feed .council-topic-card .council-event-tags a {
  padding: 2px 8px;
  font-size: 10px;
}

/* =============== COUNCIL HOMEPAGE============= */
.council-platform .council-home {
  padding: 32px 40px;
  width: calc(100% - 412px);
}

.council-platform .council-home .council-category {
  color: #035e9b;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-size: 12px;
}

.council-platform .council-home .council-home-title {
  font-size: 32px;
  margin-block: 4px;
  font-weight: bold;
}

.council-platform .council-home .carousel-container {
  border-radius: 4px;
  border: 1px solid #0000001a;
  border-top: none;
  padding: 32px;
  box-shadow: 0px 1px 4px 0px #00000013;
}

.council-platform .council-home .council-gradient {
  background: linear-gradient(
    90deg,
    #fb2c36 0%,
    #fa5f34 25%,
    #689ec3 51.44%,
    #3b82f6 80%,
    #035e9b 100%
  );
  height: 4px;
  width: 100%;
}

.council-platform .council-home .council-home-content-container {
  width: 600px;
  margin-inline: auto;
  text-align: center;
}

.council-platform .council-home .council-carrousel-title {
  font-weight: 900;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  margin-block: 16px;
}

.council-platform
  .council-home
  .council-carousel-indicators
  .carousel-indicators {
  background-color: #035e9b;
}

.council-feed .carousel-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.council-home .carousel-control-next,
.council-home .carousel-control-prev {
  position: relative;
}

.council-home .council-indicators {
  display: flex;
  align-items: center;
  gap: 6px;
}

.council-home .council-indicators button {
  border-radius: 100%;
  background-color: #b3cfe1;
  height: 5px;
  width: 5px;
  padding: 5px;
  display: flex;
  border: none;
  transition: 250ms ease-in-out;
}

.council-home .council-indicators button.active {
  background-color: #035e9b;
}

/* ============= WHATSAPP JOIN CARDS ================= */
.council-platform .whatsapp-join {
  margin-top: 12px;
  padding-block: 28px 32px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.council-platform .whatsapp-join .whatsapp-card {
  background-color: #e8f0f6;
  border: 1px solid #0000001a;
  padding: 20px;
  border-radius: 4px;
  min-width: 350px;
  max-width: 49%;
}

.council-platform .whatsapp-join .whatsapp-card > span {
  color: #fa5f34;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 12px;
}

.council-platform .whatsapp-join .whatsapp-card > h3 {
  font-size: 14px;
  margin-block: 4px;
  font-weight: 600;
}

/* ============== MEMBERS ============== */
.council-platform .members-feed .new-sticky-navbar {
  border: 1px solid #0000001a;
  border-radius: 10px;
  overflow: hidden;
}

.council-platform .members-feed .new-sticky-navbar .nav {
  gap: 0;
}

.council-platform .members-feed .new-sticky-navbar .nav .nav-link.active {
  background-color: #035e9b !important;
  color: white !important;
  border: none !important;
  border-radius: 0;
}

.council-platform
  .members-feed
  .new-sticky-navbar
  .nav
  .nav-link.active::after {
  display: none;
}

.council-platform .council-members {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.council-members .council-member-card {
  padding: 20px 28px;
  border: 1px solid #0000001a;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.council-members .council-member-card .member-picture {
  height: 64px;
  width: 64px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 12px;
  border: 0.3px solid #01263e17;
}

.council-members .council-member-card .member-no-picture {
  background-color: #01263e;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.council-members .council-member-card .member-card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.council-members .council-member-card .small-text {
  font-size: 12px;
}

.council-members .member-tag {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 20px;
  margin-block: 14px 16px;
  display: block;
  width: fit-content;
}

.council-members .btn-member-outline-dark {
  border: 1px solid #0000001a;
  width: 100%;
}

.council-members .btn-member-outline-dark:hover {
  background-color: #01263e;
  color: white;
}

.orange {
  background-color: #fedfd6;
  color: #fa5f34;
}

.blue {
  background: #035e9b14;
  color: #035e9b;
}

.green {
  background-color: #d1e7dd;
  color: #229388;
}

.purple {
  background-color: #9e8da866;
  color: #2e143d;
}

.light-orange {
  background-color: #fff7ed;
  color: #c2620a;
}

/* ============= COUNCIL ANNOUNCEMENTS PAGE =============== */
.council-platform .announcements-section .announcement-card {
  border: 1px solid #0000001a;
  background-color: #a4b3bf1a;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.council-platform .announcements-section .announcement-card .announcement-tags {
  display: flex;
  align-items: center;
  gap: 4px;
}

.council-platform .announcements-section .announcement-card .announcement-tag {
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.council-platform .announcements-section .announcement-card h2 {
  font-size: 18px;
  font-weight: bold;
  margin-block: 12px 10px;
}

/* ========== MEMBER DETAILS ========== */
.council-member-details .profile-avatar {
  position: relative;
  width: 90px;
  height: 90px;
}

.council-member-details .profile-avatar img,
.council-member-details .profile-initials {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.council-member-details .profile-avatar img {
  object-fit: cover;
  display: block;
}

.council-member-details .profile-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01263e;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  user-select: none;
}

.council-member-details .avatar-edit {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1.6px solid #e9ecef;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}

.council-member-details .avatar-edit:hover {
  color: #035e9b;
}

.council-member-details .avatar-edit i {
  font-size: 12px;
}

.council-member-details .btn-council-social {
  padding: 8px 12px;
  border: 1px solid #0000001a;
  background-color: #e8f0f6;
  border-radius: 4px;
}

/* =========== START NO COUNCIL STATE =========== */
.council-platform .no-council-card {
  text-align: center;
  padding: 64px 24px;
  border: 1px dashed #0000001a;
  border-radius: 8px;
  margin-block: 32px;
}

.council-platform .no-council-card i {
  font-size: 32px;
  color: #718096;
  margin-bottom: 16px;
}

.council-platform .no-council-card h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.council-platform .no-council-card p {
  color: #4a5568;
  margin-bottom: 24px;
}

/* =========== END NO COUNCIL STATE =========== */

/* =========== START ARTICLE WORKSPACE =========== */
.council-platform .council-feed .article-badge.finalized {
  background-color: #e9f5ff;
  color: #035e9b;
}

.council-platform .workspace-loading {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #718096;
  margin-top: 12px;
}

.council-platform .editorial-feedback-card.is-empty {
  text-align: center;
  padding: 24px;
}

.council-platform .finalize-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #e9f5ff;
  border: 1px solid #035e9b33;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
}

.council-platform .finalize-cta .btn {
  flex-shrink: 0;
}

.council-platform .finalize-cta .btn i {
  margin-right: 8px;
}

.council-platform .workspace-locked-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #a4b3bf1a;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13px;
  color: #4a5568;
  margin-bottom: 24px;
}

.council-platform .workspace-locked-notice.is-success {
  background-color: #1a89171a;
  color: #1a8917;
}

.council-platform .article-form .form-control:disabled {
  background-color: #a4b3bf0d;
  color: #718096;
  cursor: not-allowed;
}

/* =========== END ARTICLE WORKSPACE =========== */
