.rbc-datatable-table > thead > tr > td {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.rbc-datatable-fixed-header .rbc-datatable-table > thead > tr:not(.rbc-datatable-th-group) > td {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 0;
    width: inherit;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
}

.list-icon > li > .rbc-icon {
    position: static;
    margin-right: 0.75rem;
    width: 1rem;
}

.card-theme.card-theme-small .rbc-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.w-100-rbc-tag > .rbc-tag-large {
    width: 100% !important;
}

.rbc-hero-subtitle {
    width: 80% !important;
}

.fund-link,
.footnote-link {
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    padding: 6px;
    line-height: 24px;
}

.footnote-link {
    margin-left: 6px;
}

table .rbc-button-transparent {
    color: var(--blue-tint-1);
    /*min-height: fit-content;*/
    /*padding: 0;*/
}

table button:disabled.rbc-button-transparent {
    background-color: inherit;
    border: none;
    z-index: 1;
}

.rbc-breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {
    outline: 2px solid #0472c5 !important;
    outline-offset: 1px;
}