.form-check-input {
    margin-left: unset !important;
    margin-right: -1.25rem !important;
}
.form-check {
    padding-left: unset !important;
    padding-right: 1.25rem !important;
    text-align: start !important;
}
.form-check-label {
    text-align: start !important;
}

.card-body {
    text-align: start !important;
}

.card-header {
    text-align: start !important;
}

.ml-auto, .mx-auto {
    margin-right: auto !important;
}

.mr-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: unset;
    /* padding-left: 0.5rem; */
}

/* .breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
} */