:root {
    --new-primary-color: #841940;
    /* --primary-color: #841940: */
}

.btn-primary {
    /* background-color: var(--primary-color) !important; */
    background-color: #841940 !important;
    border-color: #841940 !important;
    color: #fff !important;
}
.text-secondary{
    color: #474646 !important;

}

.text-send{
    color: var(--new-primary-color);
}