.cell-provider {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0;

  &.focus {
    box-shadow: var(--theme-color) 0px 0px 0px 1px !important;
  }


}