@import '../../theme.scss';

.ovalContainer {
  position: relative;
  border: none;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: $primary-color;
  border-radius: 50%;

  &:hover {
    cursor: pointer;
  }
}

.iconImage {
  position: absolute;
  width: 16px;
  height: 16px;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  object-fit: contain;
}
