/* Select2 customization */
.select2-container--default .select2-selection--multiple {
    border-color: #ddd;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #008cba;
    border-color: #008cba;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    margin-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

/* Metabox styling */
#plugin_novo_roles_container,
#plugin_novo_users_container {
    margin: 10px 0;
}

#plugin_novo_roles_container label,
#plugin_novo_users_container label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}
