.menu-dashboard-card {
  height: 50px;
  min-width: 97px;
  padding: 2px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  cursor: pointer;
  &.selected {
    border: 2px solid #b1ceeb;
  }
  .statistic-card-container {
    .ant-statistic-title {
      color: rgba(0, 0, 0, 0.45);
      font-size: 10px;
    }
    .ant-statistic-content {
      color: rgba(0, 0, 0, 0.85);
      font-size: 10px;
      display: flex;
      justify-content: center;

    }
  }
}

.status {
  display: inline-flex;
  align-items: center;
  background-color: #fee2e2;
  color: #b91c1c;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #dc2626;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.read-note-btn {
  background-color: #e0f2fe;
  color: #2563eb;
  border: none;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
  margin-top: 22px;
  margin-left: 20px;
  height: 25px;
}