.page[name='adminContactUses'] > .content > .tableWrapper {
    background-color: #f6f7f9;
}
.page[name='adminContactUses'] > .content > .tableWrapper > .fTable > .content > table > thead > .buttons {
    background-color: #ffffff;
}
.page[name='adminContactUses'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr:not(:first-child) {
    border-top: 1px solid #efefef;
}
.page[name='adminContactUses'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr:has(:not(td[colspan])) {
    border-bottom: 1px solid #efefef;
}
.page[name='adminContactUses'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td {
    color: #444444;
}
.page[name='adminContactUses'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > .operations > .button {
    background-color: #ffffff;
    color: #444444;
}
.page[name='adminContactUses'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td[key='image'] > .imageWrapper {
    background-color: #dddddd;
}
.page[name='adminContactUses'] > .button[key='add'] {
    background-image: linear-gradient(90deg, #004fb7 0%, #008979 100%);
    filter: drop-shadow(0px 5px 20px rgba(255, 255, 255, 0.10));
}
