/*App specific*/

/* Tile */
.MuiPaper-root[data-testid^="tiles_"] {
    background-color: rgb(255, 77, 0);
    color: white;
}

span[data-testid^="tiles_"] svg {
    fill: white;
}

/* Opened document */
.MuiPaper-root[data-testid^="opened-document_"] {
    background-color: rgb(255, 77, 0);
    color: white;
}

span[data-testid^="opened-document_"] svg {
    fill: white;
}