.grid-editor-row{margin-bottom:0;transition:background-color .2s ease}.grid-editor-row:hover{background-color:rgba(var(--bs-body-color-rgb),0)!important}.grid-editor-header-container{margin-bottom:.25rem;overflow:visible;z-index:2}.grid-editor-header-container [column-header]{font-weight:700;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.25rem 0}.bg-subtle{background-color:rgba(var(--bs-body-color-rgb),.01)!important}.grid-editor-row .drag-handle{cursor:grab;color:var(--bs-secondary);padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.grid-editor-row .drag-handle:hover{background-color:var(--bs-gray-200);color:var(--bs-primary)}.grid-editor-row .delete-button{color:var(--bs-secondary);transition:color .2s;width:24px;height:24px;align-items:center;justify-content:center}.grid-editor-row .delete-button:hover{color:var(--bs-danger)!important;background-color:var(--bs-transparent)!important}.grid-editor-row .delete-button,.grid-editor-row .drag-handle{position:relative!important;display:inline-flex!important;top:auto!important;right:auto!important}.grid-editor-add-button{box-shadow:0 2px 4px rgba(var(--bs-black-rgb),.1);transition:all .2s ease}.grid-editor-add-button:hover{transform:translateY(-1px);box-shadow:0 4px 6px rgba(var(--bs-black-rgb),.1)}.grid-editor-row .tooltip{z-index:1070}