.labels-list {
    display: flex; /* Aligns the icon and text on the same line */
    align-items: center; /* Vertically centers the icon with the text */
    margin-top: 10px; /* Adds some space above the list */
}

.title-flexbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.material-icons {
    font-size: 18px; /* Adjusts the icon size */
    margin-right: 5px; /* Adds space between the icon and the text */
    color: #555; /* Changes the icon color */
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}