.nightmode .modal-content {
    background: #262626;
    color: white;
}

.nightmode .close {
    color: white;
}

.modal {
    z-index: 3001;
}

.algorithmModalWarning {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}