﻿div.modal-header.settings-modal-header {
    background-color: lightgray !important;
    color: black !important;
    border-bottom: 1px solid black !important;
}

div.modal-footer.settings-modal-footer {
    background-color: lightgray !important;
    color: black !important;
    border-top: 1px solid black !important;
}

label.form-check-label.force-black-text {
    color: black !important;
}

.form-check-input {
    background-color: white !important;
    border: 1px solid black !important;
    border-radius: 4px;
}

.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: black !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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

.form-control:focus,
.form-check-input:focus {
    border-color: black !important;
    box-shadow: none !important;
    outline: 0;
}

.text-success-settings {
    color: green;
}

.text-success-settings {
    color: red;
}