.form-check-input:checked {
    background-color: var(--app-drava-green-700) !important;
    border-color: var(--app-drava-green-700) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--app-drava-blue-500) !important;
    border-color: var(--app-drava-blue-500) !important;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ccc !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff !important;
    background-color: var(--app-drava-blue-500) !important;
}