/* metric-progress.css — SDC Átomo */

.p-5 {
  padding: 1.25rem;
}
.bg-\[\#111827\]\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border {
  border-width: 1px;
}
.rounded-xl {
  border-radius: 0.75rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.leading-normal {
  line-height: 1.5;
}
.text-\[11px\] {
  font-size: 11px;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
/* .flex {
  display: flex;
} */
.mb-2 {
  margin-bottom: 0.5rem;
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.rounded-full {
  border-radius: 9999px;
}
.overflow-hidden {
  overflow: hidden;
}
.w-full {
  /* width: 100%; */
}
.h-2 {
  height: 0.5rem;
}