.checkinfo {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 100%;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  background: #46ff59;
  border-radius: 8px;
  border: 1px solid #00b012;
  box-shadow: 0px 0px 5px -3px #111;
}

.checkinfo__icon {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
  margin-right: 8px;
}

.checkinfo__icon i {
  background-color:#a5ffae;
  color: #3bc336;
  padding: 6px;
  border-radius: 50%;
  margin:0px 5px 0px 0px;
}

.checkinfo__title {
  font-weight: 500;
  font-size: 14px;
  color: #006c0b;
}

.checkinfo__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
}

.checkinfo__close path {
  fill: #0C2A75;
}