.modalHistory {
  display: none;
  color: #000 !important;
}

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

.modalHistory__closeButton {
  text-align: center;
  color: #006bbd;
  cursor: pointer;
}

.modalHistory__closeText {
  position: relative;
  display: inline-block;
  width: 100px;
  padding: 10px;
  background-color: rgb(0, 165, 78);
  border: 1px solid rgb(0, 165, 78);
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
}
