
/* Fix height and enable scrolling */
.grid {
}

.grid ::deep table {
    min-width: 100%;
}


::deep thead {
    top: 0;
    background-color: #d8d8d8;
    z-index: 1;
}

::deep tbody td {
    max-width: 0;
}

.directory-label {
    font-weight: bold;
}

.directory-search {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 30px;
    padding-bottom: 20px;
    float: left; 
    width: 100%;
}

/* Style the custom page links*/
.page-buttons {
    margin: 1rem 0;
    align-items: center;
}

.page-buttons button {
    background: #d6d7d8;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.4rem;
    transition: transform 0.3s ease-out;
    margin: 0.25rem;
}

.page-buttons button:active {
    background: #642667 !important;
    color: white;
    transform: scale(0.95) translateY(-0.15rem);
    transition-duration: 0.05s;
}

.page-buttons button:hover:not(.current) {
    background: #c0c9dc;
}

.page-buttons button.current {
    background: #642667;
    color: white;
}
