.check-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  right: -8px;
  top: -6px;
}

.selected {
  display: none;
}

.active .selected {
  display: block;
}

.active {
  border: solid 1px #00884b !important;
  color: #00884b !important;
}

.option:hover {
  cursor: pointer;
}

.active span {
  color: #00884b !important;
}
