#toast-container > div {
    opacity: 1.0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

.field-copy {
    cursor: pointer;
}

#password + .input-group-text {
    cursor: pointer;
}

thead a.asc::after {
    font-family: boxicons;
    font-size: 1em;
    content: '\e9e9';
}

thead a.desc::after {
    font-family: boxicons;
    font-size: 1em;
    content: '\e9e2';
}

#list-search .btn, #list-actions .btn, .action-button {
    line-height: 20px;
}

form .tox .tox-toolbar__primary .tox-toolbar__group .tox-tbtn .tox-icon svg {
    fill: var(--bs-emphasis-color) !important;
}

.badge {
    --bs-badge-font-size: 100%;
}

.popover {
    min-width: 300px;
    max-width: 90vw;
}

.popover .popover-arrow {
    display: none;
}

.dd {
    max-width: inherit;
}

.dd-handle {
    height: auto;
}

#header-search-flyout {
    width: 600px;
    display: none;
}

#header-search-loader {
    display: none;
}

@media (min-width: 600px) {
    .dropdown-menu-lg {
        width: 450px;
    }
}
