.fi-wi-stats-overview:first-of-type .fi-wi-stats-overview-stat-value {
  font-size: 60px;
}

.fi-wi-stats-overview:first-of-type .fi-section,
.fi-wi-stats-overview:first-of-type .fi-sc-section {
  background-color: #10172b !important;
  border-color: #10172b;
}

#custom-dashboard-stats-active .fi-wi-stats-overview-stat-value,
#custom-dashboard-stats-online .fi-wi-stats-overview-stat-value {
  color: #06df72;
}

#custom-dashboard-stats-offline .fi-wi-stats-overview-stat-value {
  color: #ff6467;
}

#custom-dashboard-stats-active .fi-wi-stats-overview-stat-content {
  grid-template-columns: 150px 1fr;
}

#custom-dashboard-stats-active .fi-wi-stats-overview-stat-value {
  font-size: 95px;
  z-index: 100;
  color: #9fb4f1;
  font-weight: 800;
}

#custom-dashboard-stats-active .fi-wi-stats-overview-stat-description {
  position: absolute;
  top: 90px;
  left: 51px;
}

#custom-dashboard-stats-active {
  /*background: linear-gradient(45deg, #1d293d, #080c13);
  background-size: 200% 200%;
  animation: gradient-shift 5s ease infinite alternate;*/
  background-color: #10172b;
  border: 5px solid #273047;
  height: 175px;
}

#custom-dashboard-stats-online,
#custom-dashboard-stats-offline {
  background: linear-gradient(100deg, #1d293d, #10172b);
  ;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
    /* Start position */
  }

  50% {
    background-position: 100% 50%;
    /* Middle position */
  }

  100% {
    background-position: 0% 50%;
    /* End position (loops back to start) */
  }
}

#custom-dashboard-stats-average .fi-wi-stats-overview-stat-value,
#custom-dashboard-stats-total .fi-wi-stats-overview-stat-value {
  font-size: 30px;
  color: #b2c4e3;
}

#custom-dashboard-stats-average,
#custom-dashboard-stats-total {
  border-radius: 0;
  background: linear-gradient(180deg, #1d293d, #10172b);
  border: 1px solid #1b284d;
}

.fi-wi-stats-overview:first-of-type .fi-sc-section,
.fi-wi-stats-overview:first-of-type .fi-section {
  background-color: #10172b00 !important;
  border: none;
}

.fi-wi-stats-overview:nth-of-type(4) .fi-section,
.fi-wi-stats-overview:nth-of-type(4) .fi-sc-section {
  background-color: #161f386e !important;
  border-color: #10172b;
  border: none;
}

.fi-wi-stats-overview:nth-of-type(4) .fi-wi-stats-overview-stat {
  background-color: #161f3800 !important;
  border: none;
}

.fi-wi-stats-overview:nth-of-type(4) .fi-wi-stats-overview-stat-content {
  grid-template-columns: 150px 1fr;
}

.fi-wi-stats-overview:nth-of-type(4) .fi-wi-stats-overview-stat-value {
  font-size: 30px;
  color: #18337e;
}

.fi-wi-stats-overview:nth-of-type(4) .fi-wi-stats-overview-stat-description span {
  color: #374671;
  font-size: 12px;
  margin-top: -10px;
}

.fi-wi-stats-overview:nth-of-type(4) .fi-section-header-heading {
  text-align: center;
  margin-bottom: -15px;
  margin-top: 15px;
}

.dark .fi-wi-widget {
  background-color: #161f386e !important;
  border: none !important;
  border-radius: 0 !important;
}

.dark.fi-wi-widget .dark .fi-section {
  background-color: #161f3800 !important;
  border: none;
  border-radius: 0;
}

.fi-wi-stats-overview:nth-of-type(3) .fi-wi-stats-overview-stat-content {
  grid-template-columns: 150px 1fr;
}

.fi-wi-stats-overview:nth-of-type(3) .fi-wi-stats-overview-stat-value {
  font-size: 30px;
  color: #18337e;
}

.fi-wi-stats-overview:nth-of-type(5) .fi-section,
.fi-wi-stats-overview:nth-of-type(5) .fi-sc-section {
  background-color: #161f386e !important;
  border-color: #10172b;
  border: none;
}

.fi-wi-stats-overview:nth-of-type(5) .fi-wi-stats-overview-stat {
  background-color: #161f3800 !important;
  border: none;
}

.fi-wi-stats-overview:nth-of-type(5) .fi-wi-stats-overview-stat-content {
  grid-template-columns: 150px 1fr;
}

.fi-wi-stats-overview:nth-of-type(5) .fi-wi-stats-overview-stat-value {
  font-size: 30px;
  color: #18337e;
}

.fi-wi-stats-overview:nth-of-type(5) .fi-wi-stats-overview-stat-description span {
  color: #374671;
  font-size: 12px;
  margin-top: -10px;
}

.fi-wi-stats-overview:nth-of-type(5) .fi-section-header-heading {
  text-align: center;
  margin-bottom: -15px;
  margin-top: 15px;
}

#n8n-executions-today .fi-wi-stats-overview-stat-value,
#n8n-success-today .fi-wi-stats-overview-stat-value {
  color: #06df72;
}

#n8n-error-today .fi-wi-stats-overview-stat-value,
#n8n-error-rate-today .fi-wi-stats-overview-stat-value {
  color: #ff6467;
}

#n8n-executions-today svg,
#n8n-success-today svg {
  color: #06df72;
}

#n8n-error-today svg,
#n8n-error-rate-today svg {
  color: #ff6467;
}

.fi-main-ctn {
  background: transparent;
}

.dark .fi-main-ctn {
  background: url('940200_3190.jpg') center center/cover no-repeat;
}


/* Monitor Status Widget */
.monitor-status-widget {
  transition: all 0.3s ease;
}

.monitor-status-widget .status-up {
  color: #10B981;
  background-color: #ECFDF5;
}

.monitor-status-widget .status-down {
  color: #EF4444;
  background-color: #FEF2F2;
}

.monitor-status-widget .status-inactive {
  color: #6B7280;
  background-color: #F9FAFB;
}

.monitor-status-widget .status-count {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.monitor-status-widget .status-label {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.fi-breadcrumbs-item {
  font-size: 12px;
  text-transform: uppercase;
}

.fi-ta-header-cell {
  text-transform: uppercase;
  font-size: 12px;
  color: #afc1df;
}

.abilities-cell {
  max-width: 200px;
}

.abilities-cell ul{
  flex-direction: column;
}

.abilities-cell .fi-badge{
  margin-bottom: 2px;
}

