.wh-menu-panel {
    border: solid 3px #CDAf64;
}

.wh-grid-wrapper {
    border-radius: 20px;
    border: solid 1px lightgrey;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.wh-grid-header {
    background-color: #CDAf64;
    color: white;
    height: 50px;
}

.mud-table-row :hover {
    cursor: pointer;
}

/* Header Titles */
.wh-grid-header .column-header {
    color: white;
}
