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

.council-platform nav.navbar {
  height: fit-content;
  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;
}

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

.council-platform .btn span {
  margin-left: 10px;
  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 RIGHT SIDEBAR ============= */
.council-right-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  width: 240px;
  padding: 24px 16px;
  border-right: 1px solid #0000001a;
  z-index: 10;
  background-color: white;
  height: 100dvh;
}

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

.council-top-banner {
  background-color: #01263E;
  padding: 20px;
  color: white;
  position: relative;
}

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

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

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

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

.council-feed {
  width: calc(100% - 240px);
  margin-left: 240px;
}

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

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

.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-feed .new-sticky-navbar .nav-link {
  font-size: 14px;
  padding-inline: 10px;
  font-weight: 500 !important;
  color: #718096;
}

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

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

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

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

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

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

.council-feed .council-articles article .article-badge {
  padding: 4px 8px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
}

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

.council-feed .council-articles article .article-title {
  font-size: 18px;
  margin-block: 10px 6px;
}

.council-feed .article-badge.draft {
  background-color: #A4B3BF33;
  color: #6B6B6B;
}

.council-feed .article-badge.review {
  background-color: #FFE5B180;
  color: #BF984B;
}

.council-feed .article-badge.feedback {
  background-color: #1A89171A;
  color: #1A8917;
}

.council-feed .article-badge.tag {
  background-color: #035E9B17;
  color: #035E9B;
}

.council-feed .article-badge.published {
  background-color: #fcddd5;
  color: #fa5f34;
}

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

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

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

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

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

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

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

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

.article-stepper-line.is-complete {
  background-color: #1A8917;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.member-profile-back:hover {
  color: #035E9B;
}

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

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

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

.member-profile-role {
  font-size: 15px;
  color: #4A5568;
  margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.council-platform nav.navbar {
  height: fit-content;
  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;
}

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

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

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

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

.council-right-sidebar.padding-top-40 {
  padding: 40px 24px 40px 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-feed .new-sticky-navbar .nav-link {
  font-size: 14px;
  padding-inline: 10px;
  font-weight: 500 !important;
  color: #718096;
}

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

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

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

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

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

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

.council-feed .council-articles article .article-badge {
  padding: 4px 8px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
}

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

.council-feed .council-articles article .article-title {
  font-size: 18px;
  margin-block: 10px 6px;
}

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

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

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

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

.council-feed .article-badge.published {
  background-color: #fcddd5;
  color: #fa5f34;
}

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

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

.council-platform .council-event-tags a {
  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;
}

.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 .grid-events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

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

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

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

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

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

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

.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-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-feed .council-topic-card.voted .voted-number {
  background-color: #01263e;
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

.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 ============== */
.members-feed .new-sticky-navbar {
  border: 1px solid #0000001a;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.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 =========== */
.no-council-card {
  text-align: center;
  padding: 64px 24px;
  border: 1px dashed #0000001A;
  border-radius: 8px;
  margin-block: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.workspace-locked-notice.is-success {
  background-color: #1A89171A;
  color: #1A8917;
}

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

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

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

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

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

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

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

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

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

.council-platform .council-main-event .event-category.succuss {
  background-color: #EDFAED;
  color: #1A6B18;
}

.council-platform .council-main-event .event-category.pink {
  background-color: #EEF0FD;
  color: #3B4FD8;
}

.council-platform .council-main-event .event-category.orange {
  background-color: #FFF7ED;
  color: #C2620A;
}

.council-platform .council-main-event .council-event-tags {
  display: flex;
  align-items: center;
  gap: 8px;
}

.council-platform .council-main-event .council-event-tags a {
  padding: 4px 10px;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #E8F0F6;
  color: #035E9B;
}

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

.council-platform .council-main-event .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 .council-main-event .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 .grid-events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

/* =========== END COUNCIL EVENTS =========== */

/* =========== START COUNCIL EVENT DETAILS =========== */
.council-platform .council-event-tags {
  display: flex;
  align-items: center;
  gap: 8px;
}

.council-platform .council-event-tags a {
  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;
  text-transform: uppercase;
}

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

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

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

.council-feed .btn.no-clickable {
  background-color: #7676801F;
  color: #B3B3B3;
}

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

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

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

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

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

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

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

/* =========== END COUNCIL EVENT DETAILS =========== */