.border-custom {
    border-color: #d8d8d8 !important;
}

.card-header {
    background-color: #f9f9f9;
}

.btn-primary {
    background-color: #286EDC !important;
}

.btn-danger {
    background-color: #E67E70 !important;
}

/************ People ************/
.user-icon {
    margin-left: 0.15em;
}

.user-name {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.user-email {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.user-separator {
    width: 85%;
    background-color: #6a6a6a;
}

.user-role-remove {
    margin-left: 10px;
}