
main .card-title {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    gap: 12px;
    line-height: 28px;
    margin: 0;
    padding: 4px 0;
}
.navbar-nav .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid #212529;
}
main {
    flex-grow: 1;
    overflow: auto;
}
#alphabet {
    display: flex;
    column-gap: 11px;
    row-gap: 12px;
    flex-wrap: wrap;
}
#alphabet > a {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    background-color: var(--bs-primary-bg-subtle);
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
#alphabet > a.active {
    cursor: default;
    color: #fff;
    background-color: var(--bs-primary);
}
button.btn-outline-primary {
    background-color: #f2f7ff;
}

.menut-link {
    align-items: center;
    border: none;
    border-radius: 0;
    display: flex;
    gap: .7rem;
    line-height: 22px;
    padding: 4px 6px;
    text-decoration: none;
    width: 100%;
}
.menut-link:hover {
    background-color: var(--bs-gray-200);
    color: var(--bs-indigo);
}
.menut-link .bi {
    font-size: 20px;
    height: 22px;
    width: 20px;
}

#accordionCategorias .table td {
    padding-left: 1rem;
}
#accordionCategorias .table tr:last-child td {
    border-bottom-color: red;
    border-bottom-width: 0;
}

.accordion-item {
    border-color: rgba(0, 0, 0, 0.176);
}
.accordion-item:not(:first-of-type) {
    border-top-color: rgba(0, 0, 0, 0.176);
    border-top-style: solid;
    border-top-width: 1px;
}
.accordion-button:focus {
    box-shadow: none; /*0 0 0 0.25rem rgba(255, 193, 7, 0.25);*/
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-button {
    padding: 8px 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--bs-warning-bg-subtle);
}
.accordion-button:not(.collapsed) {
    background-color: var(--bs-warning-bg-subtle);
    box-shadow: rgba(0, 0, 0, 0.176) 0 -1px 0 0 inset
}
.accordion-item, .accordion-item:not(:first-of-type) {
    /*border: 1px solid var(--bs-border-color-translucent);*/
}
.tdaction {
    width: 56px;
}
#tablelexic thead {
    position: sticky;
    top: 0;
}
#tablelexic th {
    background-color: var(--bs-warning-bg-subtle);
    box-shadow: rgba(0, 0, 0, 0.176) 0 -1px 0 0 inset;
    border-bottom: none;
}
#tablelexic tr.hidesearch,
#tablelexic tr.hidecat {
    display: none;
}
#tablelexic .tdaction {
    width: 48px;
}
#tablelexic tr td:first-child {
    font-weight: bold;
}
#tablelexic tr.remandament td:first-child {
    font-weight: normal;
    font-style: italic;
}
#tablelexic tr.remandament td:nth-child(2) {
    font-style: italic;
}

#tablelexic tr.remandament td:nth-child(3) i {
    margin-right: 12px;
    font-size: 22px;
    line-height: 16px;
    vertical-align: bottom;
}

.tdaction a:hover {
    color: var(--bs-indigo);
    font-weight: 900;
}
.tdaction a:hover i::before {
    content: "\f4c9";
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: inherit;
    --bs-table-bg-state: inherit;
}

#btnreset {
    background-color: #f3f3f5;
    color: #000;
}
.btn-primary-subtle {
    --bs-btn-color: #000;
    --bs-btn-bg: #cfe2ff;
    --bs-btn-border-color: #cfe2ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #cfe2ff;
    --bs-btn-disabled-border-color: #cfe2ff;
}
.btn-search {
    height: 32px;
    line-height: 22px;
    padding: 4px 24px;
}
