.fa-user-circle {
    color: black;
}

.user-panel .d-block {
    color: black !important;
}

/*.form-row.field-give_values {*/
/*    display: block !important;*/
/*}*/
.select2-selection--multiple .select2-selection__rendered {
    border: 1px solid #ced4da !important;
    border-radius: 4.5px !important;
}

.select2-selection--multiple .select2-selection__choice {
    background: #f8f8f8 !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
}

.ui-sortable-handle {
    font-size: 1.2rem;
}

.ui-sortable-handle .delete {
    float: right;
}

.inline-deletelink {
    font-size: 1rem !important;
}

.content-wrapper > .content {
    padding: 1rem 1rem;
}

#jazzy-actions .btn {
    white-space: initial;
    height: auto;
}

* {
    font-family: 'Roboto', sans-serif;
}

.card {
    border: none;
    margin-bottom: 10px;
}

.card-body {
    padding: 5px 8px;
}

.card-header {
    padding: 15px;
    background: #e3e3e3;
}

.card-title {
    margin-bottom: 0;
}

fieldset.card {
    margin: 0;
}

div.inline-related {
    padding: 5px;
}

.card-title strong {
    font-weight: 400 !important;
}

.form-group {
    margin-top: 10px;
    margin-bottom: 1rem;
    margin-left: 10px;
}