body:not(.dark-mode) table tr.rented-row td {
    color: #cc0000 !important;
}

html.dark-mode table tr.rented-row td {
    color: #ff4d4f !important;
}

html.dark-mode .form-check-input:checked {
    background-color: orange !important;
    border-color: orange !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

html.dark-mode .choices__inner,
html.dark-mode .choices__item,
html.dark-mode .choices__list--dropdown,
html.dark-mode .choices__list--dropdown .choices__item {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ccc !important;
}