.tooltip-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 24px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  display: none;
  z-index: 1000;
  max-width: 680px;
}

.tooltip-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px 0 24px;
}

.tooltip-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  float: left;
  padding-left: 8px;
}

.tooltip-close {
  display: flex;
  align-items: baseline;
  justify-self: flex-end;
  cursor: pointer;
  padding: 6px;
}
.tooltip-close:hover {
  background: rgba(33, 39, 46, 0.1019607843);
  border-radius: 50%;
}
.tooltip-close:focus, .tooltip-close:active {
  background: #C0C2C4;
  border-radius: 50%;
}

.tooltip-content {
  padding: 0 32px 24px 32px;
}
.tooltip-content p {
  margin: 0;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
