/* Add custom CSS styles below */ 
/* Add custom CSS styles below */

.s-table tbody tr a:where([dir="rtl"], [dir="rtl"] *) {
    right: 0px;
    color: #ffffff;
    background: #ffffff;
}

.s-button-element:not(:disabled):not([loading]) {
    pointer-events
Specifies under what circumstances a given element can be the target element for a pointer event.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: auto;
    color: #ffffff;
}

.text-store-color {
    color: #ffffff !important;
}