.swal2-title {
  color: black !important; }

.swal2-popup {
  background-color: rgba(248, 248, 248, 0.82) !important; }

.swal2-content, #swal2-content {
  color: black !important; }

.btn-cancel {
  background-color: #3a3a3a !important;
  color: white;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  padding: 3px;
  border-radius: 5px; }

.btn-cancel-c {
  background-color: transparent !important;
  color: #007aff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  padding: 3px;
  border-radius: 5px; }

.swal2-confirm, .swal2-cancel, .swal2-cancel-custom {
  margin-top: 15px !important;
  width: 85%; }

.swal2-cancel-custom {
  background: transparent;
  border: transparent;
  color: #127ceb; }

