hr {
    background-color: var(--bs-gray-300) !important;
    opacity: 1 !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.todo:hover, .list:hover {
    cursor: pointer;
}

.placeholder {
    cursor: auto !important;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    background-color: var(--bs-gray-100) !important;
    color: var(--bs-gray-400) !important;
}

.flag.passive > img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}