.form-check.form-check-danger .form-check-input:checked {
    background-color: var(--primary-red);
}


.text-primary{
    color: var(--primary-red) !important;
}

.ml-5{
    margin-left: 20px;
}


.custom-button{
    background-color: transparent !important;
    border: none !important;
}

.btn-circle{
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.btn.btn-danger {
    background-color: var(--primary-red);
}



.btn-check:active+.btn.btn-danger, .btn-check:checked+.btn.btn-danger, .btn.btn-danger.active, .btn.btn-danger.show, .btn.btn-danger:active:not(.btn-active), .btn.btn-danger:focus:not(.btn-active), .btn.btn-danger:hover:not(.btn-active), .show>.btn.btn-danger {
    background-color: #c32025 !important;
}

/* DROPIFY */

/* .dropify-wrapper .dropify-message span.file-icon {
    font-size: 10rem;
} */

.dropify-wrapper {
    border: 1px solid var(--bs-gray-200) !important;
}

.dropify-wrapper .dropify-message p {
    font-size: 1.5rem !important;
}

.dropify-wrapper .dropify-message p.dropify-error {
    font-size: 1.1rem !important;
}



.modal-header{
    border-bottom: none !important;
}
