.fa {
    font-size: 25px !important;
}

.fa-eye {
    color: grey;
}

.fa-trash {
    color: red;
}
::-webkit-scrollbar {
    width: 8px; /* Set the width of the scrollbar */
    height: 8px; /* Set the width of the scrollbar */
}

::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary); /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners of the thumb */
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the scrollbar track */
}
