.swal-modal {
  background-color: #e8e9e9;
}

.swal-title {
  font-size: 17px;
  color: #000000;
  padding-bottom: 0;
  margin-bottom: 5px; 
}
.swal-title:first-child {
  margin-top: 10px;
}


.swal-text {
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.swal-footer {
  text-align: center;
  border-top: 1px solid #9c9e9e;
  padding: 0;
  margin-top: 25px;
}

.swal-button-container {
  margin: 0;
  width: 50%;
}

.swal-button--cancel {
  background: none;
  font-size: 17px;
  font-weight: normal;
  color: #3b7cf3;
}
.swal-button:active, .swal-button:focus, .swal-button--cancel:active, .swal-button--cancel:focus {
  background: none;
  box-shadow: none;
}

.swal-button--confirm {
  background: none;
  font-size: 17px;
  font-weight: bold;
  color: #3b7cf3;
}

.swal-footer .swal-button-container:first-child  {
  border-right: 1px solid #9c9e9e;
}

.swal-footer .swal-button-container:last-child {
  border-right: 0;
}

.swal-text:first-child {
  margin-top: 26px;
}

@media (max-width: 500px) {
  .swal-modal {
    width: calc(100% - 100px);
  }
}
