.dropdown-menu.white-text .dropdown-item {
    color: white;
}

html[data-bs-theme="dark"] input, html[data-bs-theme="dark"] input:focus {
    color: #dee2e6;
    border-color: rgb(170, 170, 170);
	background-color: #212529;
}

html[data-bs-theme="dark"] input[type="checkbox"] {
    outline: 1px solid #dee2e6;
}

html[data-bs-theme="dark"] input[type="checkbox"]:checked {
    background-color: rgb(55, 90, 127) !important;
}

html[data-bs-theme="dark"] select, html[data-bs-theme="dark"] select:focus {
    color: #dee2e6;
    border-color: rgb(170, 170, 170);
	background-color: #212529;
}

