.breadcrumb {
    display: none !important;
}

/* Mejora visibilidad de Select2 múltiples en todo el admin. */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #e8f1ff !important;
    border: 1px solid #7aa7e8 !important;
    border-radius: 6px !important;
    color: #153e75 !important;
    font-weight: 600;
    padding: 4px 10px 4px 28px !important;
    margin-top: 6px !important;
    max-width: calc(100% - 12px);
    white-space: normal;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #153e75 !important;
    border-right: 1px solid #9bbdea !important;
    padding: 0 7px !important;
    margin-right: 8px !important;
    left: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: #cfe1fb !important;
    color: #0b2d57 !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 40px;
    padding-bottom: 5px;
}