.list>.card+.card {
    margin-top: 1rem;
}

.list>.card:last-child {
    margin-bottom: 1rem;
}

body .font-weight-bold, strong, b {
    font-weight: 600 !important;
}

form div.required>label:after {
    content: " * ";
    color: red;
}

.list-sistemas .card+.card {
    margin-left: 1rem;
}

#content .content-header {
    padding-bottom: 58px;
}

#content .content-body {
    margin-top: -50px;
}

.select2-selection--multiple .select2-search--inline {
    display: inline;
    float: none !important;
}

.select2-selection--multiple .select2-selection__rendered {
    display: block !important;
    white-space: normal !important;
}

.select2-selection--multiple .select2-selection__rendered input {
    margin: 0 !important;
    padding: 0.5rem !important;
}

ul.password-validation {
    list-style-type: none;

    & li:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f192';
        margin-right: 0.5rem;
        display: inline-block;
        opacity: 0.5;
        color: var(--bs-danger);
    }

    & li.valid:before {
        content: '\f058';
        color: var(--bs-success);
        opacity: 1;
    }
}

.card ul {
    list-style-position: inside;
}
