:root {
    --body-color: #000;
    --text-light: #000;
    --text-color: #000;
    --grey-6: #858585;
    --grey-1: #FFFFFF;
    --grey-9: #000;
    --ink-1: #858585;
    --ink-1-darken: #858585;
    --inactive-light: #858585;
    --ink-7: #D82034;
    --ink-7-darken: #858585;
    --ink-1-disable: #858585;
}


.array-choice__header .array-choice--item__heading {
    width: auto !important;
}

.array-choice--item__heading,
.array-choice--item__option {
    padding: 1em .4em !important;
    width: 4.8em !important;
    font-size: small !important;
}

.array-choice--item {
    width: 4.5em !important;
    text-align: center !important;
}

.array-choice__header {
    width: 7em !important;
}

.css-26l3qy-menu {
    position: relative !important;
}

.button-success {
    color: var(--grey-1);
    background-color: var(--success-darken);
}

.button-primary {
    color: var(--grey-1) !important;
    background-color: #A11C36 !important;
}

.button-primary:hover {
    background-color: var(--ink-7) !important;
}

.css-26l3qy-menu {
    position: relative !important;
}

.red-text label {
    color: red !important;
    font-size: 1.1rem;
}

.checkbox-toggle--light+.checkbox-toggle__button {
    background: var(--ink-1-disable) !important;
}

.checkbox-toggle--light:checked+.checkbox-toggle__button {
    background: var(--ink-3) !important;
}

.button--abandon {
    background: transparent !important;
    margin-left: 10px !important;
}

.button--abandon .svg-abandoned-files-1 {
    fill: var(--ink-1) !important;
}

.button--abandon .svg-abandoned-files-2 {
    stroke: var(--ink-1) !important
}

.button--abandon:hover .svg-abandoned-files-1 {
    fill: var(--ink-1-darken) !important
}

.button--abandon:hover .svg-abandoned-files-2 {
    stroke: var(--ink-1-darken) !important
}
