.form-check-input:checked {
    background-color: #ef485c;
    border-color: #ef485c;
}



.documentzone{
    min-height: auto;
    cursor: pointer;
    border-radius: 0.85rem!important;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
}
.documentzone .documentzone-item {
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
    border-radius: 0.85rem;
    padding: 0.5rem 1rem;
    background-color: var(--bs-gray-100);
}
.documentzone .documentzone-item .documentzone-file {
    flex-grow: 1;
}
.documentzone .documentzone-item .documentzone-file .documentzone-filename {
    font-size: .9rem;
    font-weight: 500;
    color: var(--bs-gray-600);
    text-overflow: ellipsis;
    margin-right: 0.5rem;
}

.noUi-target {
    background: var(--bs-gray-300);
}
.noUi-target .noUi-handle{
    background-color: var(--bs-primary);
}