html {
    background: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

img.online {
    border-left-color: var(--app-presence-online) !important;
}

.highlight-mouseover {
    background-color: var(--app-highlight-mouseover);
}

.plat-legacy-html .disabled {
    color: var(--app-text-disabled);
}

.space-xs {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0 11px;
}

.space-sm {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 18px 0 17px;
}

.dd-list .dd-list {
    padding-left: 34px;
}
