.form-check-input:checked {
    background-color: var(--lime-color) !important;
    border-color: var(--lime-color) !important;
    box-shadow: none;
    accent-color: red;
    color: black;
}

.form-check-input {
    min-width: 1.25rem;
    min-height: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid var(--gray-color);
    border-radius: 0;
}

.form-check-input[type="checkbox"] {
    border-radius: 0 !important;
}

.form-check-input[type="checkbox"]:disabled {
    background-color: var(--gray-color) !important;
}

.custom-control-label {
    margin-bottom: 0 !important;
}

.checkbox-component label {
    font-weight: 400;
    padding-left: 6px;
    line-height: 1.2;
    cursor: pointer;
    padding-top: 3px;
}

.form-check-input:focus {
    border-color: var(--violet-color);
    outline: 0;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    color: #ffffff;
    /* Kolor "ptaszka" */
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    color: #ffffff;
    /* Kolor "ptaszka" */
}

.form-check-input:checked[type="checkbox"] {
    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");
}