/* Use this file to override the style of an inherited theme */
.btn-light {
    margin-right: 5px;
    border: 1px solid #ced4da;
}
.form-control {
    border-radius: .375rem !important;
}

.required label {
    font-weight: 400 !important;
}

.soft-delete, .soft-delete * {
    text-decoration: line-through;
    font-style: italic;
    color: #ccc !important;
}