body {
    overflow-y:visible;
}

.breadcrumb-item a {
    color: #08a41e;
}

a {
    color: #007bff;
}

a:hover {
    color: #007bff;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important
}

.select2-selection__choice {
    background-color: var(--primary) !important;
    border:0 !important;
}

.select2-selection__choice__remove {
    color: #fff !important;
}

.linkAccion {
    padding:5px;
}

.linkAccion:hover {
    background-color:#ddd;
}

.logo {
   filter: invert(1); /* invierte negro ↔ blanco */
}

.select2-container .select2-selection--single {
    height: 38px !important;
}
