.nexa-project-overview-redesign,
.nexa-project-kanban-redesign,
.nexa-project-kanban-board-shell,
.nexa-session-kanban-board,
.nexa-events-calendar-redesign {
  --nexa-primary: #6C4DFF;
  --nexa-primary-2: #8B5CF6;
  --nexa-primary-3: #A78BFA;
  --nexa-primary-soft: #F1EDFF;
  --nexa-page: #F8F7FF;
  --nexa-card: #FFFFFF;
  --nexa-ink: #151B34;
  --nexa-muted: #65708A;
  --nexa-border: #E7EAF5;
  --nexa-blue: #4A8CFF;
  --nexa-green: #37B985;
  --nexa-orange: #FFB84D;
  --nexa-rose: #F06B8A;
  --nexa-shadow: 0 22px 60px rgba(45, 37, 89, 0.10);
}

body[data-color="1E202D"] .nexa-project-overview-redesign,
body[data-color="1E202D"] .nexa-project-kanban-redesign,
body[data-color="1E202D"] .nexa-project-kanban-board-shell,
body[data-color="1E202D"] .nexa-session-kanban-board,
body[data-color="1E202D"] .nexa-events-calendar-redesign,
body.color-1E202D .nexa-project-overview-redesign,
body.color-1E202D .nexa-project-kanban-redesign,
body.color-1E202D .nexa-project-kanban-board-shell,
body.color-1E202D .nexa-session-kanban-board,
body.color-1E202D .nexa-events-calendar-redesign {
  --nexa-page: #171A23;
  --nexa-card: #252932;
  --nexa-ink: #EDF1FF;
  --nexa-muted: #A7AEC4;
  --nexa-border: rgba(255, 255, 255, 0.09);
  --nexa-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.nexa-project-overview-redesign {
  background: var(--nexa-page);
  padding: 14px;
  border-radius: 28px;
  color: var(--nexa-ink);
}

.nexa-project-overview-redesign .row {
  align-items: stretch;
}

.nexa-project-overview-redesign .project-overview-widget-shell {
  display: flex;
  width: 100%;
  min-width: 0;
}

.nexa-project-overview-redesign .project-overview-widget-shell > * {
  width: 100%;
  min-width: 0;
}

.nexa-project-overview-redesign .project-overview-widget-shell > .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  border: 1px solid var(--nexa-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--nexa-shadow);
  color: var(--nexa-ink);
  overflow: hidden;
}

.nexa-project-overview-redesign .project-overview-widget-shell > .card::after {
  display: none;
}

.nexa-project-overview-redesign .project-overview-widget-shell > .card > * {
  position: relative;
  z-index: 1;
}

.nexa-project-overview-redesign .card-header {
  border-bottom: 1px solid var(--nexa-border);
  background: #fff;
  color: var(--nexa-ink);
  font-weight: 800;
}

.nexa-project-overview-redesign .card-body {
  background: transparent;
}

.project-title-mobile-text {
  display: none;
}

.nexa-overview-title-mobile-text {
  display: none;
}

.nexa-overview-hero-card {
  display: grid !important;
  grid-template-columns: 246px minmax(0, 1fr);
  grid-template-rows: auto 0 auto;
  padding: 0;
  background: var(--nexa-card);
  border-radius: 28px !important;
  min-height: 246px;
  overflow: visible !important;
  isolation: isolate;
}

.nexa-overview-hero-card::after {
  display: none;
}

.nexa-overview-hero-banner {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  position: relative;
  z-index: 1;
  min-height: 116px;
  padding: 24px 32px 38px;
  padding-inline-start: 286px;
  border-radius: 28px 28px 0 0;
  background-color: var(--nexa-primary);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.nexa-overview-kicker {
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-overview-hero-banner h2 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.nexa-overview-hero-body {
  grid-column: 1 / -1;
  grid-row: 3 / 4;
  position: relative;
  z-index: 1;
  min-height: 130px;
  padding: 26px 28px 26px;
  padding-inline-start: 246px;
  background: transparent;
  border-radius: 0 0 28px 28px;
  overflow: visible;
}

.nexa-overview-hero-progress {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  justify-self: start;
  margin-inline-start: 26px;
  position: relative;
  z-index: 12;
  width: 178px;
  height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(108, 77, 255, .14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(45, 37, 89, .12);
}

.nexa-project-overview-redesign .project-overview-widget-shell[data-widget="invoice_overview"] .invoice-overview-widget-container,
.nexa-project-overview-redesign .project-overview-widget-shell[data-widget="invoice_overview"] .invoice-overview-widget-container > .card,
.nexa-project-overview-redesign .project-overview-widget-shell[data-widget="invoice_overview"] .invoice-overview-widget-content,
.nexa-project-overview-redesign .project-overview-widget-shell[data-widget="invoice_overview"] .invoice-overview-container {
  width: 100%;
  min-width: 0;
}

.nexa-project-overview-redesign .project-overview-widget-shell[data-widget="invoice_overview"] .invoice-overview-widget-container > .card {
  display: flex;
  flex-direction: column;
}

.nexa-overview-chart-wrap {
  width: 114px;
  height: 114px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nexa-overview-chart-wrap #project-progress-chart {
  display: block !important;
  margin: auto !important;
  align-self: center;
  justify-self: center;
}

.nexa-overview-progress-label,
.nexa-overview-meta-item span {
  color: var(--nexa-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-overview-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.nexa-overview-meta-item {
  min-width: 0;
  padding: 13px 15px;
  border: 1px solid var(--nexa-border);
  border-radius: 16px;
  background: #fff;
}

.nexa-overview-meta-item strong {
  display: block;
  margin-top: 5px;
  color: var(--nexa-ink);
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.nexa-widget-visual-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 14px;
  align-items: center;
}

.nexa-widget-illustration {
  display: block;
  width: 108px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.nexa-widget-compact-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  margin: -2px 0 12px;
  border: 1px solid var(--nexa-border);
  border-radius: 18px;
  background: #FBFAFF;
}

.nexa-widget-compact-visual .nexa-widget-illustration {
  width: 104px;
}

.nexa-deadline-widget h1,
.nexa-forecast-metric-card h1 {
  margin: 0;
  color: var(--nexa-ink);
  font-size: 25px;
  line-height: 1.15;
  font-weight: 900;
}

.nexa-widget-metric-list {
  display: grid;
  gap: 8px;
  border: 0;
}

.nexa-widget-metric-list .list-group-item {
  border: 1px solid var(--nexa-border) !important;
  border-radius: 13px !important;
  background: #fff;
  color: var(--nexa-muted);
  padding: 10px 12px;
}

.nexa-widget-metric-list .list-group-item strong,
.nexa-widget-metric-list .list-group-item .fw-semibold {
  color: var(--nexa-ink);
}

.nexa-forecast-metrics-grid {
  row-gap: 14px;
}

.nexa-forecast-metric-card {
  border: 1px solid var(--nexa-border);
  border-radius: 18px;
  background: var(--nexa-card);
  box-shadow: var(--nexa-shadow);
  overflow: hidden;
}

.nexa-forecast-metric-card .card-body {
  padding: 16px;
}

.nexa-metric-icon-chip {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--nexa-primary-soft);
  color: var(--nexa-primary);
}

.nexa-forecast-summary-widget .card-body {
  padding: 18px 20px 20px;
}

.nexa-forecast-summary-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 142px;
  border: 1px solid var(--nexa-border);
  border-radius: 20px;
  background: #fff;
}

.nexa-forecast-summary-metric {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 18px 14px;
  text-align: center;
}

.nexa-forecast-summary-metric + .nexa-forecast-summary-metric::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: var(--nexa-border);
}

.nexa-forecast-summary-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--nexa-primary-soft);
  color: var(--nexa-primary);
}

.nexa-forecast-summary-metric span:not(.nexa-forecast-summary-icon) {
  color: var(--nexa-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.nexa-forecast-summary-metric strong {
  color: var(--nexa-ink);
  font-size: 16px;
  font-weight: 900;
}

.nexa-last-session-window {
  border-radius: 16px !important;
}

.nexa-project-kanban-redesign {
  border: 1px solid var(--nexa-border);
  border-radius: 26px;
  background: var(--nexa-card);
  box-shadow: var(--nexa-shadow);
  overflow: hidden;
}

.nexa-kanban-board-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--nexa-border);
  background: #fff;
}

.nexa-kanban-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.nexa-kanban-title-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--nexa-primary-soft);
  color: var(--nexa-primary);
}

.nexa-kanban-board-header h4 {
  margin: 0;
  color: var(--nexa-ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.nexa-kanban-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nexa-kanban-actions .btn,
.nexa-kanban-filter-bar .btn,
.nexa-kanban-filter-bar .form-control {
  border-radius: 12px !important;
  border-color: var(--nexa-border) !important;
}

.nexa-kanban-filter-bar {
  padding: 14px 20px;
  border-bottom: 1px solid var(--nexa-border);
  background: #fff;
}

.nexa-kanban-filter-bar .filter-section-container {
  gap: 12px;
}

.nexa-kanban-filter-bar .filter-section-flex-row {
  align-items: center;
}

.nexa-kanban-filter-bar .filter-section-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.nexa-kanban-filter-bar .filter-section-right .filter-item-box {
  margin: 0;
}

.nexa-kanban-filter-bar .filter-item-box,
.nexa-kanban-filter-bar .select2-container .select2-choice,
.nexa-kanban-filter-bar .select2-container .select2-selection {
  border-radius: 12px !important;
  border-color: var(--nexa-border) !important;
}

.nexa-project-kanban-board-shell {
  margin-top: 14px;
  padding: 0 0 12px;
  overflow-x: auto;
  background: transparent;
}

.nexa-session-kanban-board {
  padding: 0;
  background: transparent;
}

.nexa-session-kanban-container {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  width: 100% !important;
  padding: 0;
  margin: 0;
}

.nexa-session-kanban-container .kanban-col {
  flex: 0 0 360px;
  width: 360px;
  min-width: 360px;
  padding: 0;
  border: 1px solid var(--nexa-border);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(45, 37, 89, .08);
  overflow: hidden;
}

.nexa-session-kanban-container .kanban-col-title {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 16px 13px;
  border-bottom: 1px solid var(--nexa-border);
  background: #fff;
  color: var(--nexa-ink);
  font-weight: 900;
}

.nexa-session-kanban-container .kanban-col-title::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: var(--nexa-column-accent, var(--nexa-primary));
}

.nexa-session-kanban-container .kanban-item-count {
  min-width: 30px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--nexa-primary-soft);
  color: var(--nexa-primary);
  font-size: 12px;
  font-weight: 900;
}

.nexa-session-kanban-container .kanban-item-list {
  padding: 14px;
  background: #FBFAFF;
}

.nexa-session-kanban-board #kanban-wrapper,
.nexa-session-kanban-board #kanban-container {
  background: transparent;
}

.nexa-session-card {
  position: relative;
  min-height: 112px;
  margin-bottom: 12px;
  padding: 13px 14px;
  border: 1px solid var(--nexa-border);
  border-radius: 18px;
  background: var(--nexa-card);
  box-shadow: 0 12px 26px rgba(45, 37, 89, .07);
  overflow: hidden;
  color: var(--nexa-ink);
}

.nexa-session-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 76px;
  background: url("../images/nexa-radical-ui/nexa-session-card-ribbons.svg") right top / contain no-repeat;
  opacity: .48;
  pointer-events: none;
}

.nexa-session-card > * {
  position: relative;
  z-index: 1;
}

.nexa-session-card-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 25px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--nexa-primary-soft);
  color: var(--nexa-primary);
  font-size: 12px;
  font-weight: 900;
}

.nexa-session-card-title {
  margin-top: 10px;
  color: var(--nexa-ink);
  font-size: 14px;
  line-height: 1.28;
  font-weight: 900;
}

.nexa-session-card-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin-top: 7px;
  color: var(--nexa-muted);
  font-size: 12px;
}

.nexa-session-card-meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nexa-session-card-labels {
  margin-top: 10px;
}

.nexa-kanban-empty {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 8px 0;
  padding: 16px;
  border: 1px dashed var(--nexa-border);
  border-radius: 18px;
  color: var(--nexa-muted);
  background: #fff;
  text-align: center;
  font-weight: 800;
}

.nexa-kanban-empty img {
  width: 104px;
  height: auto;
}

.nexa-events-calendar-redesign {
  background: var(--nexa-page);
  color: var(--nexa-ink);
  padding: 14px;
  min-height: 0;
  box-sizing: border-box;
  --nexa-fc-button-active-bg: var(--nexa-primary);
  --nexa-fc-button-active-color: #fff;
  --nexa-fc-button-active-border: var(--nexa-primary);
}

body.events-page #left-menu-toggle-mask {
  max-height: 100dvh;
  overflow: hidden;
}

body.events-page .page-container {
  height: calc(100vh - var(--edx-topbar-height, 65px));
  height: calc(100dvh - var(--edx-topbar-height, 65px));
  max-height: calc(100vh - var(--edx-topbar-height, 65px));
  max-height: calc(100dvh - var(--edx-topbar-height, 65px));
  overflow: hidden !important;
}

body.events-page .main-scrollable-page {
  height: 100%;
  max-height: 100%;
  overflow: hidden !important;
}

body.events-page .main-scrollable-page > [id^="page-content"] {
  height: 100%;
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
}

body.events-page .nexa-events-calendar-redesign {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.nexa-events-calendar-redesign > .card {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--nexa-border);
  border-radius: 28px;
  background: var(--nexa-card);
  box-shadow: var(--nexa-shadow);
  overflow: hidden;
  margin-bottom: 0;
}

.nexa-events-calendar-redesign > .card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 44%);
  height: 156px;
  background: url("../images/nexa-radical-ui/nexa-calendar-backdrop.svg") right top / contain no-repeat;
  opacity: .42;
  pointer-events: none;
}

.nexa-events-calendar-redesign > .card > * {
  position: relative;
  z-index: 1;
}

.nexa-events-calendar-redesign .card-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 16px 18px 18px;
  overflow: hidden;
}

.nexa-events-calendar-redesign .event-calendar-instance,
.nexa-events-calendar-redesign .event-calendar-instance .fc {
  min-height: 0;
}

.nexa-events-calendar-redesign .event-calendar-instance .fc-header-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 9px;
  border: 1px solid var(--nexa-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 30px rgba(45, 37, 89, .07);
  backdrop-filter: blur(12px);
}

.nexa-events-calendar-redesign .event-calendar-instance .fc-toolbar-title {
  color: var(--nexa-ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.nexa-events-calendar-redesign .event-calendar-instance .fc-button {
  min-height: 42px;
  border: 1px solid var(--nexa-border);
  border-radius: 14px;
  background: var(--nexa-card);
  color: var(--nexa-ink);
  box-shadow: none;
  font-weight: 800;
}

.nexa-events-calendar-redesign .event-calendar-instance .fc-button:hover,
.nexa-events-calendar-redesign .event-calendar-instance .fc-button:focus {
  border-color: var(--nexa-primary-3);
  color: var(--nexa-primary);
}

.nexa-events-calendar-redesign .event-calendar-instance .fc-button-active {
  border-color: var(--nexa-fc-button-active-border) !important;
  background: var(--nexa-fc-button-active-bg) !important;
  color: var(--nexa-fc-button-active-color) !important;
}

.nexa-events-calendar-redesign .event-calendar-instance .fc-scrollgrid,
.nexa-events-calendar-redesign .event-calendar-instance .fc-theme-standard td,
.nexa-events-calendar-redesign .event-calendar-instance .fc-theme-standard th {
  border-color: rgba(101, 112, 138, .16);
}

.nexa-events-calendar-redesign .event-calendar-instance .fc-col-header-cell-cushion {
  color: var(--nexa-ink);
  font-weight: 900;
}

.nexa-events-calendar-redesign .event-calendar-instance .fc-day-today,
.nexa-events-calendar-redesign .event-calendar-instance .fc-timegrid-col.fc-day-today {
  background: #F4F0FF;
}

.nexa-events-calendar-redesign .event-calendar-instance .fc-timegrid-slot-label,
.nexa-events-calendar-redesign .event-calendar-instance .fc-list-day-text,
.nexa-events-calendar-redesign .event-calendar-instance .fc-list-day-side-text {
  color: var(--nexa-muted);
}

.nexa-events-calendar-redesign .event-calendar-instance .fc-event {
  border: 0 !important;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(21, 27, 52, .12);
  overflow: hidden;
}

.nexa-events-calendar-redesign .event-calendar-instance .calendar-event-pill {
  border-radius: 999px;
  padding: 4px 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.nexa-events-calendar-redesign .events-filter-sidebar {
  border-right: 1px solid var(--nexa-border);
  background: var(--nexa-card);
  box-shadow: var(--nexa-shadow);
}

.nexa-events-calendar-redesign .events-filter-sidebar-header {
  border-bottom: 1px solid var(--nexa-border);
  background: var(--nexa-card);
}

.nexa-events-calendar-redesign .events-filter-sidebar-title {
  color: var(--nexa-ink);
  font-weight: 900;
}

.nexa-events-calendar-redesign .events-filter-field {
  padding: 12px;
  border: 1px solid var(--nexa-border);
  border-radius: 16px;
  background: rgba(248, 247, 255, .78);
}

.nexa-events-calendar-redesign .events-filter-field label {
  color: var(--nexa-muted);
  letter-spacing: 0;
}

body[data-color="1E202D"] .nexa-project-overview-redesign .project-overview-widget-shell > .card,
body[data-color="1E202D"] .nexa-project-kanban-redesign,
body[data-color="1E202D"] .nexa-session-kanban-container .kanban-col,
body[data-color="1E202D"] .nexa-session-card,
body[data-color="1E202D"] .nexa-events-calendar-redesign > .card,
body.color-1E202D .nexa-project-overview-redesign .project-overview-widget-shell > .card,
body.color-1E202D .nexa-project-kanban-redesign,
body.color-1E202D .nexa-session-kanban-container .kanban-col,
body.color-1E202D .nexa-session-card,
body.color-1E202D .nexa-events-calendar-redesign > .card {
  background: var(--nexa-card);
  color: var(--nexa-ink);
}

body[data-color="1E202D"] .nexa-events-calendar-redesign,
body.color-1E202D .nexa-events-calendar-redesign {
  --nexa-fc-button-active-bg: #8b7dff;
  --nexa-fc-button-active-color: #10131a;
  --nexa-fc-button-active-border: #8b7dff;
}

body[data-color="1E202D"] .nexa-project-overview-redesign .card-header,
body[data-color="1E202D"] .nexa-kanban-board-header,
body[data-color="1E202D"] .nexa-session-kanban-container .kanban-col-title,
body[data-color="1E202D"] .nexa-events-calendar-redesign .event-calendar-instance .fc-header-toolbar,
body.color-1E202D .nexa-project-overview-redesign .card-header,
body.color-1E202D .nexa-kanban-board-header,
body.color-1E202D .nexa-session-kanban-container .kanban-col-title,
body.color-1E202D .nexa-events-calendar-redesign .event-calendar-instance .fc-header-toolbar {
  background: rgba(37, 41, 50, .88);
}

body[data-color="1E202D"] .nexa-overview-hero-progress,
body[data-color="1E202D"] .nexa-overview-meta-item,
body[data-color="1E202D"] .nexa-widget-compact-visual,
body[data-color="1E202D"] .nexa-widget-metric-list .list-group-item,
body[data-color="1E202D"] .nexa-forecast-summary-metrics,
body[data-color="1E202D"] .nexa-kanban-empty,
body[data-color="1E202D"] .nexa-events-calendar-redesign .events-filter-field,
body.color-1E202D .nexa-overview-hero-progress,
body.color-1E202D .nexa-overview-meta-item,
body.color-1E202D .nexa-widget-compact-visual,
body.color-1E202D .nexa-widget-metric-list .list-group-item,
body.color-1E202D .nexa-forecast-summary-metrics,
body.color-1E202D .nexa-kanban-empty,
body.color-1E202D .nexa-events-calendar-redesign .events-filter-field {
  background: #252932;
}

body[data-color="1E202D"] .nexa-events-calendar-redesign .event-calendar-instance .fc-day-today,
body[data-color="1E202D"] .nexa-events-calendar-redesign .event-calendar-instance .fc-timegrid-col.fc-day-today,
body.color-1E202D .nexa-events-calendar-redesign .event-calendar-instance .fc-day-today,
body.color-1E202D .nexa-events-calendar-redesign .event-calendar-instance .fc-timegrid-col.fc-day-today {
  background: rgba(108, 77, 255, .14);
}

@media (max-width: 1199px) {
  .nexa-overview-hero-banner {
    padding-inline-start: 250px;
  }

  .nexa-overview-hero-card {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .nexa-overview-hero-body {
    padding-inline-start: 220px;
  }

  .nexa-session-kanban-container .kanban-col {
    flex-basis: 320px;
    width: 320px;
    min-width: 320px;
  }
}

@media (max-width: 991px) {
  .nexa-overview-hero-banner {
    padding: 24px 24px 54px;
  }

  .nexa-overview-hero-card {
    grid-template-columns: 1fr;
  }

  .nexa-overview-hero-body {
    padding: 20px;
    padding-block-start: 96px;
  }

  .nexa-overview-hero-progress {
    justify-self: center;
    margin-inline-start: 0;
  }

  body.pwa-mobile-mode .nexa-overview-hero-progress {
    justify-self: end;
    margin-inline-end: 14px;
  }

  .nexa-overview-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexa-session-kanban-container .kanban-col {
    flex-basis: 300px;
    width: 300px;
    min-width: 300px;
  }

  .nexa-events-calendar-redesign .event-calendar-instance .fc-header-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .nexa-overview-meta-grid,
  .nexa-widget-visual-row,
  .nexa-forecast-summary-metrics {
    grid-template-columns: 1fr;
  }

  .nexa-forecast-summary-metric + .nexa-forecast-summary-metric::before {
    top: 0;
    right: 24px;
    bottom: auto;
    left: 24px;
    width: auto;
    height: 1px;
  }

  .nexa-widget-illustration,
  .nexa-widget-compact-visual .nexa-widget-illustration {
    width: 96px;
  }
}

@media (max-width: 576px) {
  .nexa-project-overview-redesign,
  .nexa-events-calendar-redesign {
    padding: 8px;
    border-radius: 18px;
  }

  .projects-page .project-title-desktop-text {
    display: none;
  }

  .projects-page .project-title-mobile-text {
    display: inline;
    line-height: 1.12;
  }

  .nexa-overview-title-desktop-text {
    display: none;
  }

  .nexa-overview-title-mobile-text {
    display: inline;
    line-height: 1.08;
  }

  .nexa-overview-hero-banner h2 {
    font-size: 23px;
  }

  .nexa-overview-hero-progress {
    width: 158px;
    height: 158px;
  }

  body.pwa-mobile-mode .nexa-overview-hero-progress {
    margin-inline-end: 12px;
  }

  .nexa-session-kanban-container {
    display: block;
    width: 100% !important;
  }

  .nexa-session-kanban-container .kanban-col {
    width: 100%;
    min-width: 100%;
    margin-bottom: 14px;
  }
}

