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

  &.focus {
    box-shadow: rgb(22, 110, 225) 0px 0px 0px 1px !important;
  }


}