.badge {
    position: absolute;
    top: 5px; /* Ajusta según tu diseño */
    right: 10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
  }

  .content-wrapper {
    padding-top: 10px !important;
}

.page-title {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


