.page[name='adminServices'] > .header {
    border-bottom: 1px solid #131827;
}
.page[name='adminServices'] > .header > .side:last-child > .button > .new {
    background-color: #f23002;
}
.page[name='adminServices'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .button {
    color: #ffffff;
}
.page[name='adminServices'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .card > .content > .side:first-child > .buttons > .button[key='details'] {
    background-color: #0096d6;
}
.page[name='adminServices'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .card > .content > .side:first-child > .buttons > .button[key='delete'] {
    background-color: #6a1717;
}
.page[name='adminServices'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .card {
    background-color: #131827;
}
.page[name='adminServices'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .card > .content > .side:last-child > .categories > .category,
.page[name='adminServices'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .card > .content > .side:last-child > .categories > .subcategory,
.page[name='adminServices'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .card > .content > .side:last-child > .categories > .segment {
    border: 1px solid rgba(0, 150, 214, 0.50);
    background: rgba(0, 150, 214, 0.10);

}
.page[name='adminServices'] > .navigationBar {
    background-color: #f8f8f8;
}