:root{
    --bs-card-cap-padding-simple-y: 0.5rem;
    --bs-card-cap-padding-simple-x: 0.5rem;

    --bs-border-radius-sm: 0.15rem;
}


.card-header-simple{
    padding: var(--bs-card-cap-padding-simple-y) var(--bs-card-cap-padding-simple-x);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}


.btn{
    border-radius: var(--bs-border-radius-sm) !important;
}



.labelrequired{
    margin-left: 0.8rem !important;
    /* 
    width: 100%;
    margin-top: .25rem;
    font-size: .875em; */
    /* color: var(--bs-form-invalid-color); */
    color: #fd625e !important;
}

.bg-warning-bold {
    background-color: #FA9B00 !important;
}