.modalHistory {
  display: none;
  color: var(--black) !important;
}

.modalHistory__close {
  text-align: center;
  margin-top: 10px;
}

.modalHistory__closeButton {
  text-align: center;
  color: var(--subBlue);
  cursor: pointer;
}

.modalHistory__closeText {
  position: relative;
  display: inline-block;
  width: 100px;
  padding: 10px;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  color: var(--white);
}
