.actions-button-cell {
    overflow: visible;
}

.ag-row {
    z-index: 0;
}

    .ag-row.ag-row-focus {
        z-index: 1;
    }

.ag-root,
.ag-body-viewport-wrapper {
    overflow: visible !important;
}

.ag-checkbox-input {
    cursor: default !important;
}

.ag-theme-quartz .ag-cell a:focus-visible {
    outline: 2px solid #0d6efd !important;
    outline-offset: 2px !important;
    background-color: rgba(13, 110, 253, 0.1) !important;
    border-radius: 2px !important;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25) !important;
}

.ag-theme-quartz .ag-cell .btn-outline-secondary:focus-visible {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5) !important;
}