.may-modal-container {
  color: #666f83;
  font-size: 14px;
  min-width: 300px;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
}
.may-modal-container .may-modal-header {
  color: #111a34;
  font-size: 20px;
  line-height: 1.2;
  padding: 4px 0;
  height: 40px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  box-sizing: border-box;
}
.may-modal-container .may-modal-header .may-modal-header-icon {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.may-modal-container .may-modal-content {
  padding: 30px 20px;
  text-align: left;
}
.may-modal-container .may-modal-footer {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #e2e4ea;
}
.may-modal-container .may-modal-footer .may-modal-footer-action {
  padding: 12px 5px;
  flex-grow: 1;
  font-size: 16px;
  color: #666F80;
  font-weight: 500;
}
.may-modal-container .may-modal-footer .may-modal-footer-action:nth-child(1) {
  border-right: 1px solid #e2e4ea;
}
