
/*# sourceMappingURL=custom.min.css.map */

.avatar-container {
    position: relative;
    display: inline-block;
  }
  
  .edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: white; /* Add background color to icon */
    border-radius: 50%; /* Optional: Makes the icon circular */
    padding: 5px; /* Optional: Adjust padding as needed */
  }
  .page-item.total-count {
    display: flex; /* Use flexbox */
    align-items: center; /* Align items vertically */
    font-size: 1.2rem; /* Adjust font size as needed */
    font-weight: bold; /* Make the text bold */
    color: #333; /* Set text color */
    margin-right: 20px; /* Add some space between this element and the pagination */
    /* Add any additional styles you want */
}