/* Custom light_blue theme for SmallBox */
.small-box.bg-light {
  background: linear-gradient(180deg, #fefffc, #e6e6e6) !important; /* Light gradient */
  color: #020202 !important; /* Text color */
}

.small-box.bg-light .icon {
  color: #949494 !important; /* Icon color */
}

.small-box.bg-light .small-box-footer {
  background-color: #1f2d3d !important; /* Footer background */
  color: #cacbcc !important; /* Footer text color */
}


   /* Custom gradient theme for SmallBox */
.small-box.bg-gradient {
  background: linear-gradient(180deg, #fefffc, #888988) !important; /* Light gradient */
  color: #000000 !important; /* Text color */
}

.small-box.bg-gradient .icon {
  color: #c7c7c7 !important; /* Icon color */
}

.small-box.bg-gradient .small-box-footer {
  background-color: #000000 !important; /* Footer background */
  color: #343a40 !important; /* Footer text color */
}
.bg-gradient-light-green {
  background: linear-gradient(to right, #dcedc8, #ffffff) !important;
}

.custom-title {
  color: green;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
}
