.bulk-edit-datasheet-grid .dsg-container{color:var(--dsg-header-active-text-color);background:var(--dsg-cell-background-color)}.bulk-edit-datasheet-grid .dsg-input{color:var(--dsg-header-active-text-color)}.bulk-edit-datasheet-grid .dsg-cell-header,.bulk-edit-datasheet-grid .dsg-cell-gutter{background:var(--dsg-cell-disabled-background-color)}.bulk-edit-datasheet-grid .dsg-context-menu{background:var(--dsg-cell-disabled-background-color);color:var(--dsg-header-active-text-color)}.bulk-edit-datasheet-grid .dsg-context-menu-item:hover{background:var(--dsg-selection-disabled-background-color)}.bulk-edit-datasheet-grid .bulk-edit-thumb-cell{justify-content:center;padding:4px;overflow:visible}.bulk-edit-datasheet-grid .bulk-edit-thumb-cell--addable{cursor:pointer}.bulk-edit-datasheet-grid .bulk-edit-thumb-cell-inner{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.bulk-edit-datasheet-grid .bulk-edit-thumb-cell-inner--addable{cursor:pointer}.bulk-edit-datasheet-grid .bulk-edit-thumb-cell-inner--addable:focus-visible{outline:2px solid var(--dsg-selection-background-color);outline-offset:2px;border-radius:4px}.bulk-edit-datasheet-grid .bulk-edit-thumb-img{object-fit:cover;background:var(--dsg-cell-disabled-background-color);border-radius:4px;flex-shrink:0;width:40px;height:40px;display:block}.bulk-edit-datasheet-grid .bulk-edit-thumb-placeholder{border:1px dashed var(--dsg-border-color,#48484a);width:40px;height:40px;color:var(--dsg-header-active-text-color);background:var(--dsg-cell-disabled-background-color);border-radius:4px;justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex}.bulk-edit-datasheet-grid .bulk-edit-thumb-loading{background:#00000059;border-radius:4px;position:absolute;inset:0}.bulk-edit-datasheet-grid .bulk-edit-thumb-cell-inner--loading .bulk-edit-thumb-loading:after{content:"";border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin:-8px 0 0 -8px;animation:.7s linear infinite bulk-edit-thumb-spin;position:absolute;top:50%;left:50%}@keyframes bulk-edit-thumb-spin{to{transform:rotate(360deg)}}