.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  display: flex;
  align-items: center;
  width: 80vw;
  color: rgba(136, 93, 32, 1);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.modal-header > *:first-child {
  flex: 1;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.5em;
}

.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgba(136, 93, 32, 1);
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80vw;
  font-size: 1.3em;
}

.modal-content > *:not(:last-child) {
  margin-bottom: 1em;
}

.modal-content button {
  /* background-image: url("../imgs/button-1-1.png"); */
  width: 100%;
  height: 46px;
  background-color: #006312 !important;
  border-radius: 9999px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content button {
  padding: 1em;
  width: 100%;
  font-weight: bold;
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  color: #fff;
}

.modal-content button:hover {
  cursor: pointer;
}

.modal-footer {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 80vw;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: right;
}

.modal-footer img {
  width: 30%;
  height: auto;
}
