.text-primary {
    color: #f5365c !important;
}

.text-gradient.text-primary {
    background-image: linear-gradient(310deg, #f5365c, #f5365c);
}

.btn-primary {
    background-color: #f5365c !important;
}

.form-switch .form-check-input:checked {
    border-color: rgb(245 54 92);
    background-color: rgb(245 54 92);
}


.form-check-input:checked[type="checkbox"] {
    background-image: linear-gradient(310deg, #f5365c 0%, #f5365c 100%);
}