.-mt-80
{
    margin-top: -80px;
}
.cursor-pointer
{
    cursor: pointer;
}
.avatar-xxxl {
    width: 220px !important;
    height: 220px !important;
}

.avatar-xxxl.avatar-raised {
    margin-top: -110px;
}

.search-input {
    width: 100%;
}


.custom-signout {
    display: none;
}

/* On larger screens, show the sign-out button */
@media (min-width: 576px) {
    .custom-signout {
        display: inline;
    }
}

.pagination {
    overflow-x: auto;
    white-space: nowrap;
}

.pagination .page-item {
    display: inline-block;
}

@media (max-width: 576px) {
    .pagination .page-item:nth-child(n+7):not(:last-child):not(:first-child) {
        display: none;
    }
}
