﻿.modal-header {
  background-color: #e64680;
  color: #fff;
}

.modal-button {
  background-color: #e64680;
  color: #fff;
  padding: 6px 20px;
  font-size: 14px;
  border: 1px #e64680 solid;
  border-radius: 20px;
}
.modal-button i {
  margin-right: 4px;
}
.modal-button:hover {
  color: #e64680;
  background-color: #fff;
}
