.hoverable-icon:hover {
    background-color: lightgray;
}

.pagination-item-custom > a{
    border-color: lightgray;
}

.pagination-item-custom > a:hover {
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.pagination-item-custom > a.active {
    border-color: #198754 !important;
}

.paragraph-border {
    margin-bottom: 10px;
    border-bottom: 1px dotted green;
}