.unl .axe-white {
    color: #fefdfa !important
}

.unl .axe-bg-white {
    background-color: #fefdfa !important;
}

.unl .axe-b-white {
    border-color: #fefdfa !important;
}

.unl .axe-b-grey {
    border-color: #c7c8ca !important;
}

.unl .axe-font-mono {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace !important;
}

.unl :disabled,
.unl [aria-disabled="true"]{
    cursor: not-allowed !important;
    opacity: .75 !important;
}

.unl div.dt-container .dt-paging button.dt-paging-button {
    border-radius: 3px !important;
    border-style: solid !important;
    border-width: 2px !important;
    display: inline-block !important;
    font-size: .75em !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    padding: .5em 1em !important;
    text-align: center !important;
    background: var(--bg-btn-secondary) !important;
    background-color: var(--bg-btn-secondary) !important;
    border-color: currentColor !important;
    color: var(--btn-secondary) !important;

    text-decoration: none !important;
    -webkit-transition: background-color .4s ease-out, border-color .4s ease-out, color .4s ease-out, -webkit-box-shadow .4s ease-out;
    transition: background-color .4s ease-out, border-color .4s ease-out, color .4s ease-out, -webkit-box-shadow .4s ease-out;
    transition: background-color .4s ease-out, border-color .4s ease-out, box-shadow .4s ease-out, color .4s ease-out;
    transition: background-color .4s ease-out, border-color .4s ease-out, box-shadow .4s ease-out, color .4s ease-out, -webkit-box-shadow .4s ease-out;
}

.unl div.dt-container .dt-paging button.dt-paging-button:not(:last-child){
    margin-right: .56em;
}

.unl div.dt-container .dt-paging button.dt-paging-button:hover {
    -webkit-transition: background-color .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    transition: background-color .2s ease-out, border-color .2s ease-out, color .2s ease-out
}

.unl div.dt-container .dt-paging button.dt-paging-button:focus {
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;

    -webkit-box-shadow: 0 0 0 3px var(--bg-body), 0 0 0 5px var(--b-input-focus) !important;
    box-shadow: 0 0 0 3px var(--bg-body), 0 0 0 5px var(--b-input-focus) !important;

    outline: 3px solid transparent !important;
}

.unl .dcf-btn-secondary:not(:disabled):active,
.unl .dcf-btn-secondary:not(:disabled):hover {
    background-color: var(--bg-btn-secondary-tertiary-hover) !important;
    color: var(--btn-secondary-tertiary-hover) !important;
}

.unl .dcf-btn-secondary:active {
    -webkit-box-shadow: 0 0 0 3px var(--bg-body), 0 0 0 5px currentColor !important;
    box-shadow: 0 0 0 3px var(--bg-body), 0 0 0 5px currentColor !important;
}

.unl div.dt-container .dt-paging button.dt-paging-button.disabled {
    color: var(--btn-secondary) !important;
    cursor: not-allowed !important;
    opacity: .75 !important;
}

.unl div.dt-container .dt-paging .ellipsis {
    padding: 0 0.5em;
}

.unl .dcf-tab {
    margin-bottom: -1px;
}
.unl .dcf-tab[aria-selected] {
    border: 1px solid var(--b-light-gray);
    border-bottom-color: var(--bg-tab-selected);
}
.unl .dcf-tabs-panel>:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width:56.12em){
    .unl .dcf-tabs-responsive .dcf-tab {
        border-bottom-width: 0;
        border-left: 1px solid var(--b-light-gray);
        border-right: 1px solid var(--b-light-gray);
        border-top: 1px solid var(--b-light-gray);
        margin-bottom: 0;
    }
    .unl .dcf-tabs-responsive .dcf-tab[aria-selected] {
        position: relative;
    }
    .unl .dcf-tabs-responsive .dcf-tab[aria-selected]:before {
        border-bottom: .4746093755em solid transparent;
        border-left: .4746093755em solid var(--b-light-gray);
        border-top: .4746093755em solid transparent;
        content: "";
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}