.bg-error {
    background: rgb(255, 232, 232) !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.remove-toggle-button-after::after {
    display: none !important;
}
