﻿.swal2-container {
  z-index: 10002;
}
.swal2-container .swal2-sp-data {
  font-size: 14px;
}
.swal2-container .swal2-popup.swal-img-preview {
  min-width: 600px;
  min-height: 500px;
  width: auto;
}
.swal2-container .swal2-popup.swal-img-preview #swal2-content {
  margin-bottom: 40px;
}
.swal2-container .swal2-popup.swal-img-preview .swal2-actions {
  position: absolute;
  bottom: 10px;
}
.swal2-container .swal2-actions .swal2-btn-green, .swal2-container .swal2-actions .swal2-btn-save {
  border: 0px solid #7FBA00;
  color: #FFF !important;
  background-color: #7FBA00;
}
.swal2-container .swal2-actions .swal2-btn-green:hover, .swal2-container .swal2-actions .swal2-btn-save:hover {
  background-color: #99C833;
  border: 0px solid #99C833;
  padding: 0.625em 2em;
}
.swal2-container .swal2-actions .swal2-btn-green:focus, .swal2-container .swal2-actions .swal2-btn-save:focus {
  box-shadow: none;
}
.swal2-container .swal2-message {
  font-size: 16px;
}
.swal2-container .swal2-cancel {
  text-transform: uppercase;
}
