@charset "UTF-8";
.live-dashboard {
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 50%, #16213e 100%);
  min-height: 100vh;
  color: #ffffff;
  padding-bottom: 3rem;
  position: relative; }
  .live-dashboard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    background: radial-gradient(ellipse at 50% 0%, rgba(172, 148, 244, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0; }
  .live-dashboard > .container-fluid {
    position: relative;
    z-index: 1; }
  .live-dashboard .card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.2rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2); }
    .live-dashboard .card:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(255, 255, 255, 0.12);
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); }
  .live-dashboard .card-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem; }
  .live-dashboard .card-body {
    padding: 1.5rem; }
  .live-dashboard .card-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .live-dashboard .card-subtitle {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 1.2rem; }

.dashboard-header {
  padding: 1.5rem 0;
  margin-bottom: 1rem; }
  .dashboard-header .nav-underline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    gap: 0.5rem;
    flex-wrap: wrap; }
    .dashboard-header .nav-underline .nav-link {
      color: rgba(255, 255, 255, 0.6);
      font-size: 1.3rem;
      font-weight: 500;
      padding: 1rem 1.5rem;
      border-bottom: 3px solid transparent;
      transition: all 0.3s ease;
      white-space: nowrap; }
      .dashboard-header .nav-underline .nav-link:hover {
        color: #ffffff;
        border-bottom-color: rgba(255, 255, 255, 0.3); }
      .dashboard-header .nav-underline .nav-link.active {
        color: #ac94f4;
        border-bottom-color: #ac94f4; }

.hero-stats {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem; }
  @media (max-width: 991px) {
    .hero-stats {
      grid-template-columns: 1fr; } }
.hero-stat-card {
  background: linear-gradient(135deg, rgba(60, 7, 83, 0.4) 0%, rgba(172, 148, 244, 0.1) 100%);
  border: 1px solid rgba(172, 148, 244, 0.3);
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2); }
  .hero-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(172, 148, 244, 0.15); }
  .hero-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff4757, #ac94f4); }
  .hero-stat-card .hero-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    flex-shrink: 0;
    transition: all 0.3s ease; }
  .hero-stat-card .hero-content {
    flex: 1; }
  .hero-stat-card .hero-value {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }
  .hero-stat-card .hero-label {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.3rem; }
  .hero-stat-card.hero-primary {
    background: linear-gradient(135deg, rgba(255, 71, 87, 0.15) 0%, rgba(172, 148, 244, 0.1) 100%);
    border-color: rgba(255, 71, 87, 0.3); }
    .hero-stat-card.hero-primary::before {
      background: linear-gradient(90deg, #ff4757, #ff6b9d); }
    .hero-stat-card.hero-primary .hero-icon {
      background: rgba(255, 71, 87, 0.2);
      color: #ff4757;
      box-shadow: 0 0 20px rgba(255, 71, 87, 0.3); }
  .hero-stat-card.hero-blue {
    background: linear-gradient(135deg, rgba(59, 134, 255, 0.15) 0%, rgba(0, 212, 255, 0.1) 100%);
    border-color: rgba(59, 134, 255, 0.3); }
    .hero-stat-card.hero-blue::before {
      background: linear-gradient(90deg, #3b86ff, #00d4ff); }
    .hero-stat-card.hero-blue .hero-icon {
      background: rgba(59, 134, 255, 0.2);
      color: #3b86ff;
      box-shadow: 0 0 20px rgba(59, 134, 255, 0.3); }
  .hero-stat-card.hero-pink {
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.15) 0%, rgba(172, 148, 244, 0.1) 100%);
    border-color: rgba(255, 107, 157, 0.3); }
    .hero-stat-card.hero-pink::before {
      background: linear-gradient(90deg, #ff6b9d, #ac94f4); }
    .hero-stat-card.hero-pink .hero-icon {
      background: rgba(255, 107, 157, 0.2);
      color: #ff6b9d;
      box-shadow: 0 0 20px rgba(255, 107, 157, 0.3); }

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem; }
  @media (max-width: 1199px) {
    .stat-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .stat-grid {
      grid-template-columns: 1fr; } }
.stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden; }
  .stat-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: transparent;
    transition: all 0.3s ease; }
  .stat-card:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
  .stat-card .stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
    transition: all 0.3s ease; }
  .stat-card .stat-content {
    flex: 1;
    min-width: 0; }
  .stat-card .stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff; }
  .stat-card .stat-label {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .stat-card.stat-green::after {
    background: #4ad991; }
  .stat-card.stat-green:hover {
    box-shadow: 0 10px 30px rgba(74, 217, 145, 0.15); }
  .stat-card.stat-green .stat-icon {
    background: rgba(74, 217, 145, 0.15);
    color: #4ad991; }
  .stat-card.stat-green .stat-value {
    color: #4ad991; }
  .stat-card.stat-purple::after {
    background: #ac94f4; }
  .stat-card.stat-purple:hover {
    box-shadow: 0 10px 30px rgba(172, 148, 244, 0.15); }
  .stat-card.stat-purple .stat-icon {
    background: rgba(172, 148, 244, 0.15);
    color: #ac94f4; }
  .stat-card.stat-blue::after {
    background: #3b86ff; }
  .stat-card.stat-blue:hover {
    box-shadow: 0 10px 30px rgba(59, 134, 255, 0.15); }
  .stat-card.stat-blue .stat-icon {
    background: rgba(59, 134, 255, 0.15);
    color: #3b86ff; }
  .stat-card.stat-yellow::after {
    background: #ffc048; }
  .stat-card.stat-yellow:hover {
    box-shadow: 0 10px 30px rgba(255, 192, 72, 0.15); }
  .stat-card.stat-yellow .stat-icon {
    background: rgba(255, 192, 72, 0.15);
    color: #ffc048; }
  .stat-card.stat-cyan::after {
    background: #00d4ff; }
  .stat-card.stat-cyan:hover {
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.15); }
  .stat-card.stat-cyan .stat-icon {
    background: rgba(0, 212, 255, 0.15);
    color: #00d4ff; }

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ff4757;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  .live-indicator .live-dot {
    width: 8px;
    height: 8px;
    background: #ff4757;
    border-radius: 50%;
    animation: pulse-live 2s infinite; }

@keyframes pulse-live {
  0%,
  100% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0.5;
    transform: scale(1.2); } }

.dashboard-main {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2rem; }
  @media (max-width: 1399px) {
    .dashboard-main {
      grid-template-columns: 1fr 320px; } }
  @media (max-width: 1199px) {
    .dashboard-main {
      grid-template-columns: 1fr; } }
.dashboard-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  @media (max-width: 1199px) {
    .dashboard-sidebar {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }
.section-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem; }
  .section-title h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff; }
  .section-title .section-badge {
    background: rgba(172, 148, 244, 0.2);
    color: #ac94f4;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.3rem 0.8rem;
    border-radius: 0.5rem; }

.chart-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem; }
  .chart-card .card-header .card-header-content {
    flex: 1; }
  .chart-card .card-header .card-header-actions {
    display: flex;
    gap: 0.5rem; }

.chart-card .chart-container {
  min-height: 300px;
  position: relative; }

.sidebar-card .card-header {
  padding: 1.25rem 1.5rem; }

.sidebar-card .card-title {
  font-size: 1.5rem; }

.legend-card .legend-table {
  width: 100%; }
  .legend-card .legend-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    .legend-card .legend-table tr:last-child {
      border-bottom: none; }
  .legend-card .legend-table td {
    padding: 0.8rem 0;
    font-size: 1.25rem; }
    .legend-card .legend-table td:first-child {
      font-weight: 700;
      color: #ac94f4;
      width: 50px; }
    .legend-card .legend-table td:last-child {
      color: rgba(255, 255, 255, 0.6); }

.stats-card .stats-table {
  width: 100%; }
  .stats-card .stats-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    .stats-card .stats-table tr:last-child {
      border-bottom: none; }
  .stats-card .stats-table td {
    padding: 0.9rem 0;
    font-size: 1.3rem; }
    .stats-card .stats-table td:first-child {
      color: rgba(255, 255, 255, 0.6); }
    .stats-card .stats-table td:last-child {
      text-align: right;
      font-weight: 600;
      font-variant-numeric: tabular-nums; }

.party-results-card .party-table {
  width: 100%; }
  .party-results-card .party-table thead th {
    padding: 0.8rem 0.5rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    .party-results-card .party-table thead th:not(:first-child) {
      text-align: right; }
  .party-results-card .party-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease; }
    .party-results-card .party-table tbody tr:hover {
      background: rgba(255, 255, 255, 0.02); }
    .party-results-card .party-table tbody tr:last-child {
      border-bottom: none; }
  .party-results-card .party-table tbody td {
    padding: 0.75rem 0.5rem;
    font-size: 1.25rem;
    vertical-align: middle; }
    .party-results-card .party-table tbody td:first-child {
      font-weight: 600; }
    .party-results-card .party-table tbody td:not(:first-child) {
      text-align: right;
      font-variant-numeric: tabular-nums; }
    .party-results-card .party-table tbody td:last-child {
      color: #4ad991; }

.table-responsive-dashboard {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive-dashboard::-webkit-scrollbar {
    height: 6px; }
  .table-responsive-dashboard::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px; }
  .table-responsive-dashboard::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px; }

.dashboard-table {
  width: 100%;
  color: #ffffff; }
  .dashboard-table thead th {
    background: rgba(255, 255, 255, 0.03);
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .dashboard-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease; }
    .dashboard-table tbody tr:hover {
      background: rgba(255, 255, 255, 0.03); }
  .dashboard-table tbody td {
    padding: 1rem;
    font-size: 1.3rem;
    vertical-align: middle; }
  .dashboard-table .num {
    font-variant-numeric: tabular-nums;
    text-align: right; }
  .dashboard-table .positive {
    color: #4ad991; }
  .dashboard-table .negative {
    color: #ff4757; }

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 991px) {
    .results-grid {
      grid-template-columns: 1fr; } }
.result-chart-card {
  height: 100%; }

.counter-animated {
  font-variant-numeric: tabular-nums;
  transition: all 0.3s ease; }

.dashboard-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px; }
  .dashboard-loader .loader-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.08);
    border-top-color: #ac94f4;
    border-radius: 50%;
    animation: spin 1s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

.live-dashboard .sk-cube-grid .sk-cube {
  background-color: #ac94f4; }

.text-accent-purple {
  color: #ac94f4 !important; }

.text-accent-green {
  color: #4ad991 !important; }

.text-accent-red {
  color: #ff4757 !important; }

.text-accent-blue {
  color: #3b86ff !important; }

.text-accent-yellow {
  color: #ffc048 !important; }

.bg-gradient-purple {
  background: linear-gradient(135deg, rgba(172, 148, 244, 0.2) 0%, rgba(172, 148, 244, 0.05) 100%) !important; }

.live-dashboard .apexcharts-canvas {
  background: transparent !important; }

.live-dashboard .apexcharts-tooltip {
  background: rgba(13, 13, 26, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 0.8rem !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4) !important; }

.live-dashboard .apexcharts-tooltip-title {
  background: rgba(255, 255, 255, 0.05) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important; }

.live-dashboard .apexcharts-tooltip-text {
  color: rgba(255, 255, 255, 0.6) !important; }

.live-dashboard .apexcharts-tooltip-series-group {
  padding: 0.5rem 1rem !important; }

.live-dashboard .apexcharts-xaxis-label,
.live-dashboard .apexcharts-yaxis-label {
  fill: rgba(255, 255, 255, 0.4) !important; }

.live-dashboard .apexcharts-gridline {
  stroke: rgba(255, 255, 255, 0.08) !important; }

.live-dashboard .apexcharts-legend-text {
  color: rgba(255, 255, 255, 0.6) !important; }

@media (max-width: 767px) {
  .live-dashboard {
    padding: 0 0.5rem; }
  .hero-stats {
    gap: 1rem; }
  .hero-stat-card {
    padding: 1.5rem; }
    .hero-stat-card .hero-value {
      font-size: 2.2rem; }
    .hero-stat-card .hero-icon {
      width: 50px;
      height: 50px;
      font-size: 2rem; }
  .stat-card {
    padding: 1.2rem; }
    .stat-card .stat-value {
      font-size: 1.8rem; }
  .dashboard-header .nav-underline .nav-link {
    padding: 0.8rem 1rem;
    font-size: 1.2rem; } }

.live-dashboard-page {
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 50%, #16213e 100%) !important; }
  .live-dashboard-page header.navbar {
    background: rgba(13, 13, 26, 0.95) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px); }
    .live-dashboard-page header.navbar .nav-btn {
      color: rgba(255, 255, 255, 0.6) !important;
      border-color: rgba(255, 255, 255, 0.08) !important; }
      .live-dashboard-page header.navbar .nav-btn:hover {
        color: #ffffff !important;
        border-color: #ac94f4 !important; }
  .live-dashboard-page footer {
    background: rgba(13, 13, 26, 0.95) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important; }
    .live-dashboard-page footer .copywrite {
      color: rgba(255, 255, 255, 0.4); }
  .live-dashboard-page main {
    background: transparent !important; }

.live-dashboard .form-control,
.live-dashboard .form-select {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  font-size: 1.3rem;
  transition: all 0.3s ease; }
  .live-dashboard .form-control::placeholder,
  .live-dashboard .form-select::placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .live-dashboard .form-control:focus,
  .live-dashboard .form-select:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #ac94f4;
    box-shadow: 0 0 0 3px rgba(172, 148, 244, 0.15);
    color: #ffffff; }
  .live-dashboard .form-control option,
  .live-dashboard .form-select option {
    background: #0d0d1a;
    color: #ffffff; }

.live-dashboard .form-check-input {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.08); }
  .live-dashboard .form-check-input:checked {
    background-color: #ac94f4;
    border-color: #ac94f4; }
  .live-dashboard .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(172, 148, 244, 0.25); }

.live-dashboard .form-check-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.25rem; }

.live-dashboard .form-switch .form-check-input {
  width: 3em;
  height: 1.5em; }

.live-dashboard .input-group .input-group-text {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6); }

.live-dashboard .pagination {
  gap: 0.5rem; }
  .live-dashboard .pagination .page-item .page-link {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 0.6rem;
    padding: 0.6rem 1rem;
    transition: all 0.3s ease; }
    .live-dashboard .pagination .page-item .page-link:hover {
      background: rgba(172, 148, 244, 0.2);
      border-color: #ac94f4;
      color: #ffffff; }
  .live-dashboard .pagination .page-item.active .page-link {
    background: #ac94f4;
    border-color: #ac94f4;
    color: #ffffff; }
  .live-dashboard .pagination .page-item.disabled .page-link {
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.4);
    border-color: transparent; }

.live-dashboard .table {
  --bs-table-bg: transparent;
  --bs-table-color: #ffffff;
  --bs-table-border-color: rgba(255, 255, 255, 0.08);
  --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
  --bs-table-hover-bg: rgba(255, 255, 255, 0.05);
  color: #ffffff; }
  .live-dashboard .table thead th {
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.15rem;
    letter-spacing: 0.03em;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    white-space: nowrap; }
  .live-dashboard .table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease; }
    .live-dashboard .table tbody tr:hover {
      background: rgba(255, 255, 255, 0.03) !important; }
  .live-dashboard .table tbody td {
    padding: 1rem 1.25rem;
    font-size: 1.3rem;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .live-dashboard .table .text-muted {
    color: rgba(255, 255, 255, 0.4) !important; }
  .live-dashboard .table ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .live-dashboard .table ul li {
      padding: 0.25rem 0;
      font-size: 1.2rem; }
      .live-dashboard .table ul li .fw-bold {
        color: rgba(255, 255, 255, 0.6); }

.page-title-card {
  background: linear-gradient(135deg, rgba(60, 7, 83, 0.3) 0%, rgba(172, 148, 244, 0.1) 100%);
  border: 1px solid rgba(172, 148, 244, 0.2);
  border-radius: 1.2rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem; }
  .page-title-card .page-title-content {
    flex: 1;
    min-width: 250px; }
    .page-title-card .page-title-content h2,
    .page-title-card .page-title-content h3 {
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 0.25rem;
      font-size: 2rem; }
    .page-title-card .page-title-content .page-subtitle {
      color: rgba(255, 255, 255, 0.6);
      font-size: 1.3rem;
      margin-bottom: 0; }
    .page-title-card .page-title-content .page-timestamp {
      color: rgba(255, 255, 255, 0.4);
      font-size: 1.2rem;
      margin-top: 0.5rem;
      display: flex;
      align-items: center;
      gap: 0.5rem; }
      .page-title-card .page-title-content .page-timestamp i {
        color: #ac94f4; }
  .page-title-card .page-title-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap; }

.filter-bar {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin-bottom: 1rem; }
  .filter-bar .filter-group {
    display: flex;
    align-items: center;
    gap: 0.75rem; }
    .filter-bar .filter-group label {
      color: rgba(255, 255, 255, 0.6);
      font-size: 1.2rem;
      white-space: nowrap; }
  .filter-bar .filter-search {
    flex: 1;
    min-width: 200px;
    max-width: 400px;
    position: relative; }
    .filter-bar .filter-search .search-icon {
      position: absolute;
      left: 1rem;
      top: 50%;
      transform: translateY(-50%);
      color: rgba(255, 255, 255, 0.4);
      pointer-events: none; }
    .filter-bar .filter-search .form-control {
      padding-left: 3rem; }
  .filter-bar .filter-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.6rem 1rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08); }
    .filter-bar .filter-toggle .form-check {
      margin-bottom: 0; }

.live-dashboard #map {
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08); }

.live-dashboard .leaflet-container {
  background: rgba(13, 13, 26, 0.5); }

.live-dashboard .info {
  background: rgba(13, 13, 26, 0.95);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px); }
  .live-dashboard .info h5 {
    color: rgba(255, 255, 255, 0.6); }

.live-dashboard .legend {
  background: rgba(13, 13, 26, 0.95);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem;
  border-radius: 0.6rem; }

.comparison-table td p {
  margin-bottom: 0.3rem !important;
  font-size: 1.2rem; }
  .comparison-table td p:last-child {
    margin-bottom: 0 !important; }
  .comparison-table td p b {
    color: rgba(255, 255, 255, 0.6); }

.comparison-table .comparison-highlight {
  background: rgba(74, 217, 145, 0.1);
  padding: 0.5rem;
  border-radius: 0.4rem;
  border-left: 3px solid #4ad991; }

.comparison-table .comparison-warning {
  background: rgba(255, 192, 72, 0.1);
  padding: 0.5rem;
  border-radius: 0.4rem;
  border-left: 3px solid #ffc048; }

.result-cell {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; }
  .result-cell .result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 0.4rem;
    font-size: 1.2rem; }
    .result-cell .result-item:hover {
      background: rgba(255, 255, 255, 0.05); }
    .result-cell .result-item .party-name {
      font-weight: 500; }
    .result-cell .result-item .vote-count {
      color: #00d4ff;
      font-weight: 600;
      font-variant-numeric: tabular-nums; }
    .result-cell .result-item .vote-percent {
      color: #4ad991;
      margin-left: 0.5rem; }

.empty-state {
  text-align: center;
  padding: 3rem;
  color: rgba(255, 255, 255, 0.4); }
  .empty-state i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5; }
  .empty-state h4 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem; }
  .empty-state p {
    font-size: 1.3rem; }

.live-dashboard .badge-live {
  background: rgba(255, 71, 87, 0.2);
  color: #ff4757;
  padding: 0.4rem 0.8rem;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem; }
  .live-dashboard .badge-live::before {
    content: "";
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
    animation: pulse-live 2s infinite; }

.live-dashboard .badge-processed {
  background: rgba(74, 217, 145, 0.2);
  color: #4ad991;
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 1.1rem; }

.live-dashboard .badge-pending {
  background: rgba(255, 192, 72, 0.2);
  color: #ffc048;
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 1.1rem; }

.live-dashboard .municipality-link {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease; }
  .live-dashboard .municipality-link:hover {
    color: #ac94f4;
    text-decoration: none; }

.live-dashboard .turnout-badge {
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 1.1rem; }
  .live-dashboard .turnout-badge.high {
    background: rgba(74, 217, 145, 0.2);
    color: #4ad991; }
  .live-dashboard .turnout-badge.medium {
    background: rgba(255, 192, 72, 0.2);
    color: #ffc048; }
  .live-dashboard .turnout-badge.low {
    background: rgba(255, 71, 87, 0.2);
    color: #ff4757; }

.live-dashboard .party-header {
  min-width: 100px;
  white-space: nowrap; }

.live-dashboard .party-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem; }

.live-dashboard .party-logo-small {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px; }

.live-dashboard .sticky-col {
  position: sticky;
  left: 0;
  background: rgba(13, 13, 26, 0.95);
  z-index: 10; }
  .live-dashboard .sticky-col::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 10px;
    background: linear-gradient(to right, rgba(13, 13, 26, 0.8), transparent);
    pointer-events: none; }

.live-dashboard .vote-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem; }
  .live-dashboard .vote-result .vote-count {
    font-weight: 600; }
  .live-dashboard .vote-result .vote-percent {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6); }

.live-dashboard .legend-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2); }

.live-dashboard .toggle-switch {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .live-dashboard .toggle-switch .form-check-input {
    width: 2.5rem;
    height: 1.25rem;
    margin-top: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3); }
    .live-dashboard .toggle-switch .form-check-input:checked {
      background-color: #ac94f4;
      border-color: #ac94f4; }
    .live-dashboard .toggle-switch .form-check-input:focus {
      box-shadow: 0 0 0 3px rgba(172, 148, 244, 0.3); }
  .live-dashboard .toggle-switch .form-check-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
    cursor: pointer;
    margin-bottom: 0; }
    .live-dashboard .toggle-switch .form-check-label:hover {
      color: #ffffff; }

.live-dashboard .live-indicator-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.8rem;
  padding: 0.25rem 0.6rem;
  background: rgba(255, 71, 87, 0.15);
  border-radius: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ff4757;
  letter-spacing: 0.05em; }
  .live-dashboard .live-indicator-inline .pulse-dot {
    width: 6px;
    height: 6px;
    background: #ff4757;
    border-radius: 50%;
    animation: pulse-dot 2s ease-in-out infinite; }

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0.5;
    transform: scale(1.3); } }

.live-dashboard .text-accent-red {
  color: #ff4757 !important; }

.live-dashboard .text-accent-blue {
  color: #3b86ff !important; }

.live-dashboard .text-accent-green {
  color: #4ad991 !important; }

.live-dashboard .text-accent-purple {
  color: #ac94f4 !important; }

.live-dashboard .text-accent-yellow {
  color: #ffc048 !important; }

.live-dashboard .text-accent-cyan {
  color: #00d4ff !important; }

.live-dashboard .text-accent-pink {
  color: #ff6b9d !important; }

.live-dashboard .turnout-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem; }

.live-dashboard .turnout-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.2rem 0; }

.live-dashboard .time-label {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  min-width: 80px; }

.live-dashboard .turnout-badge {
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  font-weight: 600;
  font-size: 0.95rem; }
  .live-dashboard .turnout-badge.high {
    background: rgba(74, 217, 145, 0.2);
    color: #4ad991; }
  .live-dashboard .turnout-badge.medium {
    background: rgba(255, 192, 72, 0.2);
    color: #ffc048; }
  .live-dashboard .turnout-badge.low {
    background: rgba(255, 71, 87, 0.2);
    color: #ff4757; }
  .live-dashboard .turnout-badge.muted {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6); }

.live-dashboard .voter-stats {
  font-size: 0.95rem; }
  .live-dashboard .voter-stats p {
    margin-bottom: 0.3rem !important; }
  .live-dashboard .voter-stats strong {
    color: #ffffff; }

.live-dashboard .change-badge {
  display: inline-block;
  padding: 0.15rem 0.4rem;
  border-radius: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
  margin-left: 0.3rem; }
  .live-dashboard .change-badge.positive {
    background: rgba(74, 217, 145, 0.2);
    color: #4ad991; }
  .live-dashboard .change-badge.negative {
    background: rgba(255, 71, 87, 0.2);
    color: #ff4757; }
  .live-dashboard .change-badge.neutral {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6); }
  .live-dashboard .change-badge.new {
    background: rgba(172, 148, 244, 0.2);
    color: #ac94f4; }

.live-dashboard .map-container {
  background: rgba(13, 13, 26, 0.5); }
  .live-dashboard .map-container .leaflet-control-zoom {
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .live-dashboard .map-container .leaflet-control-zoom a {
      background: rgba(13, 13, 26, 0.9);
      color: #ffffff;
      border-color: rgba(255, 255, 255, 0.1); }
      .live-dashboard .map-container .leaflet-control-zoom a:hover {
        background: rgba(172, 148, 244, 0.2); }
  .live-dashboard .map-container .leaflet-control-attribution {
    background: rgba(13, 13, 26, 0.8);
    color: rgba(255, 255, 255, 0.4); }
    .live-dashboard .map-container .leaflet-control-attribution a {
      color: #ac94f4; }

img.avatar {
  margin-right: 0.5rem;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 2px solid white;
  border-radius: 999px;
  background-color: inherit; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 0px; }

header {
  height: auto;
  background-color: var(--bl-white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--bl-black);
  padding: 1rem 2rem; }
  header .nav-item {
    display: flex;
    align-items: center;
    margin-right: 1rem; }
  header .nav-divider-vr {
    border-left: 1px solid var(--bl-black);
    width: 1px;
    margin: 0 1rem; }
  header .nav-item .nav-btn,
  header .navbar-toggler {
    color: var(--bl-black);
    background-color: transparent;
    padding: 1rem 1.25rem;
    border: 1px solid var(--bl-black);
    border-radius: 0px;
    font-size: 1.5rem;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  header #main-menu.navbar-nav {
    flex-direction: row; }
  header #main-menu.navbar-nav .nav-item,
  header #main-menu-mobile.navbar-nav .nav-item {
    padding: 0.5rem 0.75rem; }
  header #main-menu.navbar-nav .nav-item,
  header #main-menu.navbar-nav .nav-item a,
  header #main-menu-mobile.navbar-nav .nav-item,
  header #main-menu-mobile.navbar-nav .nav-item a {
    color: var(--bl-text-dark);
    font-size: 1.5rem;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.2s; }
  header #main-menu.navbar-nav .nav-item:hover,
  header #main-menu-mobile.navbar-nav .nav-item:hover {
    color: var(--bl-secondary);
    border-color: var(--bl-secondary); }
  header #main-menu.navbar-nav .nav-item:hover a,
  header #main-menu-mobile.navbar-nav .nav-item:hover a {
    color: var(--bl-secondary); }
  header #main-menu.navbar-nav .nav-item:has(.nav-link-a.active),
  header #main-menu-mobile.navbar-nav .nav-item:has(.nav-link-a.active) {
    color: var(--bl-secondary);
    border-color: var(--bl-secondary);
    pointer-events: none; }

[data-bs-theme="dark"] header {
  background-color: #0c0111;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid var(--bl-white); }
  [data-bs-theme="dark"] header .nav-divider-vr {
    border-left: 1px solid var(--bl-white); }
  [data-bs-theme="dark"] header .nav-item .nav-btn,
  [data-bs-theme="dark"] header .navbar-toggler {
    color: var(--bl-white);
    border: 1px solid var(--bl-white); }
  [data-bs-theme="dark"] header #main-menu.navbar-nav .nav-item,
  [data-bs-theme="dark"] header #main-menu.navbar-nav .nav-item a,
  [data-bs-theme="dark"] header #main-menu-mobile.navbar-nav .nav-item,
  [data-bs-theme="dark"] header #main-menu-mobile.navbar-nav .nav-item a {
    color: var(--bl-text-light); }
  [data-bs-theme="dark"] header #main-menu.navbar-nav .nav-item:hover,
  [data-bs-theme="dark"] header #main-menu-mobile.navbar-nav .nav-item:hover {
    color: var(--bl-secondary);
    border-color: var(--bl-secondary); }
  [data-bs-theme="dark"] header #main-menu.navbar-nav .nav-item:hover a,
  [data-bs-theme="dark"] header #main-menu-mobile.navbar-nav .nav-item:hover a {
    color: var(--bl-secondary); }

footer {
  margin-top: auto;
  background-color: var(--bl-brand-1);
  color: var(--bl-white);
  border-top: 1px solid #300642; }
  footer a {
    color: var(--bl-white);
    text-decoration: none;
    transition: color 0.3s; }
    footer a:hover {
      text-decoration: none;
      color: var(--bl-brand-2); }
  footer .footer-main-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
    footer .footer-main-nav .nav-link {
      font-size: 2rem;
      font-weight: bold;
      border-bottom: 3px solid transparent;
      transition: all 0.3s; }
    footer .footer-main-nav .nav-link:hover {
      border-color: var(--bl-white); }
  footer .footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-size: 1.75rem; }
    footer .footer-menu .footer-menu-item {
      flex: 1;
      margin-right: 1rem; }
      footer .footer-menu .footer-menu-item:last-child {
        margin-right: 0; }
      footer .footer-menu .footer-menu-item a {
        display: block;
        padding: 0.5rem 0;
        font-size: 1.2rem; }
  footer .social-buttons {
    display: flex;
    flex-direction: column;
    font-size: 2rem; }
    footer .social-buttons li {
      margin-bottom: 0.5rem; }
    footer .social-buttons a {
      display: flex;
      align-items: center;
      padding: 0.5rem 1rem;
      border-radius: 0px;
      background-color: #633975;
      color: var(--bl-white);
      transition: background-color 0.3s, color 0.3s; }
      footer .social-buttons a:hover {
        background-color: #300642;
        color: var(--bl-white); }
      footer .social-buttons a .bi {
        margin-right: 1rem; }
  footer #footer-main {
    padding: 6rem 1rem 4rem 1rem; }
  footer .copywrite {
    background-color: var(--bl-black);
    margin-top: 1rem;
    padding: 1rem;
    font-size: 1.2rem;
    text-align: center; }

[data-bs-theme="dark"] footer {
  background-color: #212529; }
  [data-bs-theme="dark"] footer .social-buttons a {
    background-color: #f8f9fa;
    color: #212529; }
    [data-bs-theme="dark"] footer .social-buttons a:hover {
      background-color: #eeeafd; }

@media (max-width: 767.98px) {
  footer .footer-main-nav {
    flex-direction: column;
    align-items: center; }
  footer #footer-main {
    text-align: center;
    padding: 2rem 1rem 2rem 1rem; }
    footer #footer-main .footer-logo img {
      width: 150px;
      height: auto; } }

/* LOADER *********************/
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 2rem auto; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: var(--bl-primary);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.or-pull-up {
  text-align: center;
  margin-top: -2.3rem;
  font-size: 2rem; }

.providers-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem; }
  .providers-list .provider-link {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s; }
    .providers-list .provider-link.facebook {
      display: flex;
      background-color: #1877f2;
      color: #ffffff;
      border-radius: 3px;
      justify-content: space-around;
      flex-wrap: nowrap;
      flex-direction: row;
      font-size: 1.3rem;
      font-weight: bold; }
      .providers-list .provider-link.facebook span {
        width: 100%;
        text-align: center;
        margin-left: 0.5rem; }
      .providers-list .provider-link.facebook i {
        font-size: 2.2rem;
        color: #ffffff;
        margin-left: 0.3rem; }

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  min-width: min-content; }

.gsi-material-button:hover {
  text-decoration: none; }

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px; }

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%; }

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0; }

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f; }

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%; }

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%; }

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%; }

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15); }

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%; }

.period-text {
  font-size: 1.8rem;
  display: block; }

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 20px; }
  .social-links .social-button {
    display: flex;
    align-items: center;
    height: 60px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    padding: 1rem 3rem 1rem 1rem;
    margin: 1rem 0.5rem;
    transition: all 0.3s ease; }
  .social-links .social-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    text-decoration: none; }
  .social-links .button-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
  .social-links .button-icon i {
    color: #fff;
    font-size: 24px; }
  .social-links .button-text {
    display: flex;
    flex-direction: column;
    text-align: left; }
  .social-links .text-top {
    font-size: 14px;
    line-height: 1; }
  .social-links .text-bottom {
    font-size: 18px;
    font-weight: bold; }

.youtube {
  background-color: #ff0000; }

.spotify {
  background-color: #1db954; }

.facebook {
  background-color: #1877f2; }

.instagram {
  background-color: #c32aa3; }

.latest-posts .post-card-hr {
  position: relative;
  display: flex;
  align-items: start;
  margin-bottom: 2rem; }
  .latest-posts .post-card-hr .post-card-image {
    flex: 1;
    margin-right: 1.5rem; }
    .latest-posts .post-card-hr .post-card-image img {
      border-radius: 0px; }
  .latest-posts .post-card-hr .post-card-body {
    flex: 2;
    display: flex;
    flex-direction: column; }
    .latest-posts .post-card-hr .post-card-body .post-card-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 0.5rem; }
    .latest-posts .post-card-hr .post-card-body .post-card-meta {
      font-size: 1.4rem;
      color: var(--bl-gray-dark);
      margin-bottom: 0.5rem; }

.latest-posts .post-card-hr:last-child {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .latest-posts {
    margin-top: 2rem; } }

[data-bs-theme="dark"] .latest-posts .post-card-hr .post-card-body .post-card-meta {
  color: var(--bl-gray-light); }

#oped-section {
  padding: 2rem 0;
  background-color: var(--bl-white); }
  #oped-section .first-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem; }
    #oped-section .first-item .content-thumbnail {
      flex: 1;
      margin-right: 2rem; }
    #oped-section .first-item .content-details {
      flex: 2; }
    #oped-section .first-item img {
      width: 100%;
      height: auto;
      border-radius: 0px; }
  #oped-section .content-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.5rem; }
    #oped-section .content-item .content-thumbnail {
      flex: 1;
      margin-right: 1rem; }
    #oped-section .content-item .content-details {
      flex: 2; }
    #oped-section .content-item img {
      width: 100%;
      height: auto;
      border-radius: 0px; }
    #oped-section .content-item .content-authors a {
      color: var(--bl-text-dark);
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s; }
      #oped-section .content-item .content-authors a:hover {
        color: var(--bl-secondary);
        text-decoration: underline; }

@media (max-width: 767px) {
  #oped-section .first-item {
    flex-direction: column;
    align-items: flex-start; }
    #oped-section .first-item .content-thumbnail {
      margin-bottom: 1rem;
      width: 100%; }
    #oped-section .first-item .content-details {
      width: 100%; } }

[data-bs-theme="dark"] #oped-section {
  background-color: #343a40; }
  [data-bs-theme="dark"] #oped-section .content-details a {
    color: var(--bl-white); }

.invisible-link {
  color: var(--bl-body-color);
  text-decoration: none; }
  .invisible-link:hover {
    text-decoration: underline; }

.static-page-title-section {
  background-color: #AC94F4; }

h1.static-page-title {
  font-size: 6rem;
  font-weight: bold;
  margin: 2rem 0 0.5rem 0; }

p.static-page-date {
  font-size: 1.4rem;
  color: #6c757d;
  margin-bottom: 1rem; }

article.static-page,
article.op-ed-page {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2); }
  article.static-page h2,
  article.op-ed-page h2 {
    font-size: 5rem;
    font-weight: bold;
    margin: 1.5rem 0; }
  article.static-page h3,
  article.op-ed-page h3 {
    font-size: 4rem;
    font-weight: bold;
    margin: 1.5rem 0; }
  article.static-page h4,
  article.op-ed-page h4 {
    font-size: 3rem;
    font-weight: bold;
    margin: 1.5rem 0; }
  article.static-page h5,
  article.op-ed-page h5 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1.5rem 0; }
  article.static-page h6,
  article.op-ed-page h6 {
    font-size: 2rem;
    font-weight: bold;
    margin: 1.5rem 0; }
  article.static-page p,
  article.op-ed-page p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 2.5rem; }
  article.static-page ul,
  article.static-page ol,
  article.op-ed-page ul,
  article.op-ed-page ol {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 2.5rem; }
    article.static-page ul li,
    article.static-page ol li,
    article.op-ed-page ul li,
    article.op-ed-page ol li {
      margin-bottom: 0.5rem; }
    article.static-page ul li::marker,
    article.static-page ol li::marker,
    article.op-ed-page ul li::marker,
    article.op-ed-page ol li::marker {
      margin-right: 1.5rem;
      color: #3C0753;
      font-weight: bold; }
  article.static-page ol,
  article.op-ed-page ol {
    padding-left: 3.5rem;
    list-style-type: decimal; }
  article.static-page ul,
  article.op-ed-page ul {
    list-style-type: none;
    padding-left: 1.5rem; }
    article.static-page ul li::before,
    article.op-ed-page ul li::before {
      content: "•";
      color: #3C0753;
      font-size: 2.5rem;
      font-weight: bold;
      margin-right: 1.5rem;
      line-height: 0; }
  article.static-page .figure-container,
  article.op-ed-page .figure-container {
    padding: 0 3rem; }
  article.static-page figure,
  article.op-ed-page figure {
    width: 100%;
    margin: 2.5rem 0;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
    article.static-page figure img,
    article.op-ed-page figure img {
      width: 100%;
      height: auto;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    article.static-page figure figcaption,
    article.op-ed-page figure figcaption {
      text-align: right;
      font-size: 1.4rem;
      padding: 0.5rem 1rem;
      background-color: #000;
      color: #e9ecef;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
  article.static-page .image-text-block,
  article.op-ed-page .image-text-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    align-items: center; }
    article.static-page .image-text-block .image-container,
    article.op-ed-page .image-text-block .image-container {
      flex: 0 0 calc(60% + 2rem);
      max-width: 100%;
      margin-bottom: 1rem;
      margin-left: -10rem;
      margin-right: 3rem;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
      article.static-page .image-text-block .image-container img,
      article.op-ed-page .image-text-block .image-container img {
        width: 100%;
        height: auto;
        border-radius: 0px; }
    article.static-page .image-text-block .image-caption,
    article.op-ed-page .image-text-block .image-caption {
      background-color: #000;
      font-size: 1.4rem;
      color: #dee2e6;
      text-align: center;
      margin-top: 0rem;
      margin-bottom: 0; }
    article.static-page .image-text-block .text-container,
    article.op-ed-page .image-text-block .text-container {
      flex: 1;
      font-size: 1.8rem;
      line-height: 1.8; }
      article.static-page .image-text-block .text-container p,
      article.op-ed-page .image-text-block .text-container p {
        padding-top: 1rem;
        margin-bottom: 1rem; }
  article.static-page .image-right .image-container,
  article.op-ed-page .image-right .image-container {
    order: 2;
    margin-left: 3rem;
    margin-right: -10rem; }
  article.static-page .image-right .text-container,
  article.op-ed-page .image-right .text-container {
    order: 1; }
  article.static-page .pull-text,
  article.op-ed-page .pull-text {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-weight: bold; }
  article.static-page blockquote,
  article.op-ed-page blockquote {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #f8f9fa;
    border-left: 5px solid #3C0753; }
    article.static-page blockquote p,
    article.op-ed-page blockquote p {
      font-size: 2rem; }
    article.static-page blockquote p::before,
    article.op-ed-page blockquote p::before {
      content: "„";
      font-size: 3rem;
      line-height: 0;
      color: #3C0753;
      margin-right: 0.5rem; }
    article.static-page blockquote p::after,
    article.op-ed-page blockquote p::after {
      content: "“";
      font-size: 3rem;
      line-height: 0;
      color: #3C0753;
      margin-left: 0.5rem; }
    article.static-page blockquote cite,
    article.op-ed-page blockquote cite {
      font-size: 1.8rem;
      font-style: italic;
      font-weight: bold; }
    article.static-page blockquote cite::before,
    article.op-ed-page blockquote cite::before {
      content: "- ";
      color: #3C0753; }
  article.static-page .yt-embed,
  article.op-ed-page .yt-embed {
    margin-bottom: 2.5rem; }
  article.static-page .gallery,
  article.op-ed-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
    article.static-page .gallery .gallery-image,
    article.op-ed-page .gallery .gallery-image {
      flex: 0 0 calc(33.333% - 1rem);
      max-width: calc(33.333% - 1rem);
      margin-bottom: 1rem; }
      article.static-page .gallery .gallery-image img,
      article.op-ed-page .gallery .gallery-image img {
        width: 100%;
        height: auto;
        border-radius: 0px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
  article.static-page .references,
  article.op-ed-page .references {
    margin-bottom: 2.5rem; }
    article.static-page .references .ref-item h6,
    article.op-ed-page .references .ref-item h6 {
      margin: 0;
      margin-left: 0.5rem;
      font-size: 1.6rem;
      font-weight: bold;
      display: inline-block; }
    article.static-page .references .ref-item p,
    article.op-ed-page .references .ref-item p {
      display: inline-block;
      margin: 0;
      font-size: 1.6rem; }
    article.static-page .references .ref-item::before,
    article.op-ed-page .references .ref-item::before {
      content: "*  ";
      color: #3C0753; }

.lightbox .carousel-control {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--bl-white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.3s ease; }
  .lightbox .carousel-control:hover {
    opacity: 1; }

@media (max-width: 767px) {
  h1.static-page-title {
    font-size: 4rem; }
  article.static-page h2,
  article.op-ed-page h2 {
    font-size: 3.5rem; }
  article.static-page h3,
  article.op-ed-page h3 {
    font-size: 3rem; }
  article.static-page h4,
  article.op-ed-page h4 {
    font-size: 2.5rem; }
  article.static-page h5,
  article.op-ed-page h5 {
    font-size: 2rem; }
  article.static-page h6,
  article.op-ed-page h6 {
    font-size: 1.8rem; }
  article.static-page p,
  article.op-ed-page p {
    font-size: 1.8rem; }
  article.static-page ul,
  article.static-page ol,
  article.op-ed-page ul,
  article.op-ed-page ol {
    font-size: 1.8rem; }
  article.static-page .image-text-block,
  article.op-ed-page .image-text-block {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 2rem; }
    article.static-page .image-text-block .image-container,
    article.op-ed-page .image-text-block .image-container {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0;
      order: 1; }
  article.static-page .image-right .image-container,
  article.op-ed-page .image-right .image-container {
    order: 1; }
  article.static-page .text-container,
  article.op-ed-page .text-container {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0; } }

[data-bs-theme="dark"] .static-page-title-section {
  background-color: #000; }

[data-bs-theme="dark"] article.static-page,
[data-bs-theme="dark"] article.op-ed-page {
  background-color: #343a40;
  box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.5); }
  [data-bs-theme="dark"] article.static-page ol li::marker,
  [data-bs-theme="dark"] article.op-ed-page ol li::marker {
    color: #AC94F4; }
  [data-bs-theme="dark"] article.static-page ul li::before,
  [data-bs-theme="dark"] article.op-ed-page ul li::before {
    color: #AC94F4; }
  [data-bs-theme="dark"] article.static-page figure figcaption,
  [data-bs-theme="dark"] article.op-ed-page figure figcaption {
    background-color: #000;
    color: #e9ecef; }
  [data-bs-theme="dark"] article.static-page .image-text-block .image-caption,
  [data-bs-theme="dark"] article.op-ed-page .image-text-block .image-caption {
    color: #e9ecef; }
  [data-bs-theme="dark"] article.static-page blockquote,
  [data-bs-theme="dark"] article.op-ed-page blockquote {
    background-color: #212529; }

[data-bs-theme="dark"] .lightbox .carousel-control {
  background-color: transparent !important;
  color: #fff; }

.oped-featured-wrapper {
  background-color: #AC94F4; }

.oped-featured {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 0 1rem 5rem 1rem; }
  .oped-featured .content-thumbnail {
    margin-right: 3rem;
    width: 60%; }
    .oped-featured .content-thumbnail img {
      width: 100%;
      height: auto;
      border-radius: 0px;
      box-shadow: 8px 8px 0px #000; }
  .oped-featured .content-details {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center; }

[data-bs-theme="dark"] .oped-featured-wrapper {
  background-color: #000; }

[data-bs-theme="dark"] .oped-featured .content-thumbnail img {
  box-shadow: 8px 8px 0px #495057; }

@media (max-width: 767.98px) {
  .oped-featured {
    flex-direction: column; }
    .oped-featured .content-thumbnail {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1rem; }
    .oped-featured .content-thumbnail img {
      width: 100%;
      height: auto;
      border-radius: 0px; }
    .oped-featured .content-details {
      width: 100%; } }

.columns-design {
  padding: 3rem 1rem; }
  .columns-design .content-thumbnail {
    margin-bottom: 1rem; }
    .columns-design .content-thumbnail img {
      object-fit: cover;
      border-radius: 0px; }

.shorts-wrapper {
  background-color: #000;
  color: #fff; }
  .shorts-wrapper .content-item {
    color: #fff; }
    .shorts-wrapper .content-item a {
      color: #fff;
      text-decoration: none; }

.hero-section {
  position: relative;
  height: 500px;
  overflow: hidden; }
  .hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .hero-section .container {
    position: relative; }
  .hero-section .hero-text {
    width: 40%;
    max-width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    color: #fff;
    z-index: 1; }
    .hero-section .hero-text h1 {
      font-size: 6rem;
      font-weight: bold; }
    .hero-section .hero-text p {
      font-size: 3rem;
      margin-top: 1rem; }
  @media (max-width: 767px) {
    .hero-section {
      height: 20vh; }
      .hero-section .hero-text {
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        text-align: center; }
        .hero-section .hero-text h1 {
          font-size: 4rem; }
        .hero-section .hero-text p {
          font-size: 2rem; } }
  .hero-section [data-bs-theme="dark"] .hero-overlay {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), var(--bg-image); }
  @media (max-width: 767px) {
    .hero-section [data-bs-theme="dark"] .hero-text {
      color: #F5F5F5; } }
.police-tape-wrapper {
  position: relative;
  width: 100%;
  min-height: 22rem;
  overflow: hidden;
  bottom: 9rem; }

.police-tape {
  background-color: #3C0753;
  overflow: hidden;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center;
  background-size: 100px auto;
  width: calc(100% + 2rem);
  left: -1rem; }
  .police-tape.top {
    height: 8rem;
    bottom: 6rem;
    /* Offset higher to cross with bottom */
    transform: rotate(-3deg);
    /* Reduced angle for less overhang */
    transform-origin: center center; }
  .police-tape.bottom {
    height: 10rem;
    bottom: 0;
    transform: rotate(3deg);
    transform-origin: right;
    background-color: #000; }

@media (max-width: 767.98px) {
  .police-tape-wrapper {
    margin: 1rem 0;
    min-height: 15rem;
    bottom: 4rem; }
  .police-tape.top, .police-tape.bottom {
    bottom: 2rem; }
  .dictionary-entry {
    margin-bottom: 4rem; } }

.about-page .value-cards .card {
  background-color: transparent;
  border: 1px solid #3C0753;
  border-radius: 0px;
  box-shadow: none; }
  .about-page .value-cards .card h5 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  .about-page .value-cards .card p.lead {
    text-align: left;
    font-size: 1.6rem;
    color: #495057; }

.bg-pull {
  background-color: #3C0753; }

.numbers-row {
  margin: 2rem 0; }
  .numbers-row .number-counter-wrapper {
    color: #fff; }
    .numbers-row .number-counter-wrapper h2 .number-counter {
      font-size: 4rem;
      font-weight: bold;
      margin-bottom: 0.5rem; }
    .numbers-row .number-counter-wrapper p.number-counter-label {
      font-size: 2rem;
      color: #e9ecef; }
  @media (max-width: 767.98px) {
    .numbers-row {
      margin: 0; }
      .numbers-row h2 .number-counter {
        font-size: 8rem; } }
[data-bs-theme="dark"] .bg-pull {
  background-color: #0c0111; }

.support-section {
  --text-width: 70%;
  position: relative;
  min-height: 50vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  padding: var(--bl-gutter-y) var(--bl-gutter-x); }
  @media (max-width: 767.98px) {
    .support-section {
      min-height: 40vh;
      --text-width: 90%; } }
  .support-section .text-container {
    width: var(--text-width);
    max-width: 100%;
    padding: 5rem 2rem;
    border-radius: 0px; }
    .support-section .text-container.left {
      margin-right: auto;
      text-align: left; }
    .support-section .text-container.right {
      margin-left: auto;
      text-align: right; }
    .support-section .text-container h2 {
      font-size: 4rem;
      font-weight: bold;
      margin-bottom: 1.5rem; }
    .support-section .text-container p {
      margin-bottom: 1rem; }
    .support-section .text-container .d-flex {
      margin-top: 1.5rem; }
      .support-section .text-container .d-flex a {
        color: inherit;
        transition: color 0.3s ease; }
        .support-section .text-container .d-flex a:hover {
          color: #AC94F4; }
    @media (max-width: 767.98px) {
      .support-section .text-container {
        width: 100%;
        padding: 5rem 1rem; } }
.shorts-watch-wrapper {
  background-color: #000;
  color: #fff;
  height: 100%; }
  .shorts-watch-wrapper .short-page-title {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
    text-align: left;
    color: #fff; }
  .shorts-watch-wrapper .shorts-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem; }
    .shorts-watch-wrapper .shorts-container iframe {
      aspect-ratio: 9 / 16;
      width: 45%;
      height: 100%;
      border: none;
      border-radius: 0px; }
    .shorts-watch-wrapper .shorts-container .shorts-controls {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: 1rem; }
      .shorts-watch-wrapper .shorts-container .shorts-controls button {
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 2rem;
        margin: 0 1rem;
        cursor: pointer;
        transition: color 0.3s ease; }
        .shorts-watch-wrapper .shorts-container .shorts-controls button:hover {
          color: #3C0753; }
      .shorts-watch-wrapper .shorts-container .shorts-controls.right {
        flex-direction: column;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .shorts-watch-wrapper .shorts-container iframe {
      width: 100%;
      height: 100%; }
    .shorts-watch-wrapper .shorts-container .shorts-controls.right {
      flex-direction: row;
      position: relative;
      right: 0;
      top: 0;
      transform: translateY(-50%); }
    .shorts-watch-wrapper .short-page-title {
      font-size: 2.5rem; } }
.content-carousel {
  position: relative;
  overflow: hidden; }

.content-carousel.has-overflow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to right, transparent, rgba(var(--bl-body-bg-rgb), var(--bl-bg-opacity)));
  pointer-events: none;
  z-index: 5;
  opacity: var(--gradient-opacity, 1); }

.dark-background .content-carousel.has-overflow::after {
  background: linear-gradient(to right, transparent, #000); }

.carousel-control {
  padding: 5px 10px;
  border-radius: 50%;
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.9);
  color: var(--bl-white);
  border: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.content-carousel:hover .carousel-control {
  opacity: 1; }

.left {
  left: 5px; }

.right {
  right: 5px; }

.carousel-items {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.carousel-items::-webkit-scrollbar {
  display: none; }

.carousel-items .content-item {
  width: 300px;
  flex: 0 0 300px;
  margin-right: 15px;
  scroll-snap-align: start; }

.carousel-items .content-item.wide {
  width: 100%;
  flex: 0 0 100%; }

.content-grid .content-item {
  margin-bottom: 2rem; }

.carousel-items .content-item img {
  width: 100%;
  height: auto;
  border-radius: 0px; }

.content-item .content-card-body {
  margin-top: 1rem; }

.content-item .content-title a {
  font-weight: bold;
  font-size: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.content-item .content-card a {
  position: relative;
  display: block; }

.content-item .content-episode-number {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #300642;
  color: white;
  padding: 5px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
  text-decoration: none; }

.content-item p.content-meta {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  margin-top: 0.5rem; }

.content-item p.content-author {
  font-size: 1.4rem;
  margin: 0;
  margin-top: 0.5rem; }

#shorts-carousel .content-title a {
  font-size: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--bl-white); }

[data-bs-theme="dark"] .content-item .content-title a {
  color: var(--bl-white); }

[data-bs-theme="dark"] .carousel-control {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--bl-black); }

article {
  display: flex;
  flex-direction: column; }
  article .article-title {
    font-size: 4rem;
    font-weight: bold;
    margin: 2rem 0 0.5rem 0; }
  article .article-meta {
    font-size: 1.4rem;
    color: var(--bl-gray-dark);
    margin-bottom: 1rem; }
  article .article-content {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem; }
  article .article-author {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    border: 1px solid #3C0753;
    padding: 2rem; }
    article .article-author img.avatar {
      margin-right: 2rem;
      width: 150px;
      height: 150px; }
    article .article-author .author-name {
      font-size: 2.2rem;
      font-weight: bold; }
  article .op-ed-page {
    font-size: 1.8rem;
    line-height: 1.6; }
  article .related-articles {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem; }
    article .related-articles .related-lookup {
      flex: 1;
      padding: 0.5rem 1rem;
      border: 1px solid #adb5bd; }
      article .related-articles .related-lookup .related-article-item {
        display: flex;
        flex-direction: row;
        align-items: center; }
        article .related-articles .related-lookup .related-article-item .related-article-thumbnail {
          flex: 0 0 60px;
          margin-right: 1rem; }
          article .related-articles .related-lookup .related-article-item .related-article-thumbnail img {
            width: 100%;
            height: 60px;
            border-radius: 0px;
            object-fit: cover; }
        article .related-articles .related-lookup .related-article-item .related-article-details {
          flex: 1; }
          article .related-articles .related-lookup .related-article-item .related-article-details .next-prev-text {
            font-size: 1.4rem;
            color: #495057; }
    article .related-articles .related-lookup.previous .related-article-item {
      flex-direction: row-reverse; }
      article .related-articles .related-lookup.previous .related-article-item .related-article-thumbnail {
        margin-right: 0;
        margin-left: 1rem; }

[data-bs-theme="dark"] article .article-meta {
  color: var(--bl-gray-light); }

[data-bs-theme="dark"] article .related-articles .related-lookup {
  border-color: #adb5bd; }
  [data-bs-theme="dark"] article .related-articles .related-lookup .related-article-item .related-article-details .next-prev-text {
    color: #adb5bd; }

@media (max-width: 767px) {
  article .article-title {
    font-size: 3rem; }
  article .article-meta {
    font-size: 1.2rem; }
  article .article-content {
    font-size: 1.6rem; }
  article .article-author {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  article .article-author img.avatar {
    width: 200px;
    height: 200px; }
  article .related-articles {
    flex-direction: column; }
    article .related-articles .related-lookup {
      width: 100%;
      margin-bottom: 0rem; } }

.youtube-embed {
  background-color: #000;
  padding: 0 1rem 5rem 1rem; }

.blurb {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.6; }
  .blurb .blurb-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bl-success); }
    .blurb .blurb-icon i {
      color: var(--bl-gray-dark); }
    .blurb .blurb-icon.active {
      background-color: var(--bl-secondary); }
      .blurb .blurb-icon.active i {
        color: var(--bl-white); }
    .blurb .blurb-icon.next {
      background-color: var(--bl-primary); }
  .blurb .blurb-text {
    font-weight: bold;
    font-size: 1.4rem; }

/*** Apex Charts **************************************/
.apexcharts-canvas {
  background-color: rgba(0, 0, 0, 0) !important; }

.apexcharts-tooltip.apexcharts-theme-light {
  color: #333333;
  border: 1px solid #dee2e6;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none; }

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #e9ecef;
  border-bottom: 1px solid #ced4da; }

.apexcharts-title-text {
  color: #333333;
  fill: #333333; }

.xaxis-label-text,
.yaxis-label-text {
  color: #333333;
  fill: #333333; }

[data-bs-theme="dark"] .apexcharts-tooltip.apexcharts-theme-light {
  color: #F5F5F5;
  border: 1px solid #212529;
  background: #343a40; }

[data-bs-theme="dark"] .apexcharts-title-text {
  color: #F5F5F5;
  fill: #F5F5F5; }

[data-bs-theme="dark"] .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #212529;
  border-bottom: 1px solid #212529; }

[data-bs-theme="dark"] .apexcharts-text,
[data-bs-theme="dark"] .apexcharts-legend-text {
  color: #F5F5F5 !important;
  fill: #F5F5F5 !important; }

[data-bs-theme="dark"] .apexcharts-menu {
  background: #212529;
  border-color: #212529;
  color: rgba(255, 255, 255, 0.8); }

[data-bs-theme="dark"] .apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #343a40; }

[data-bs-theme="dark"] .apexcharts-datalabels-group .apexcharts-datalabel-value {
  color: #F5F5F5; }

#map {
  position: relative; }
  #map .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(var(--bl-body-bg-rgb), 0.8);
    padding: 10px 20px;
    border-radius: 0px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    z-index: 1000; }

.leaflet-container .info.leaflet-control {
  background-color: rgba(var(--bl-body-bg-rgb), 0.8);
  padding: 10px;
  border-radius: 0px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

.leaflet-container .leaflet-control-attribution {
  display: none; }

/*# sourceMappingURL=style.css.map */