.sweet-container button,
.sweet-container * {
  border-radius: 4px;
}

.swal-modal {
  background-image: url("/images/swa-def-bg.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  color: #fff;
  text-transform: uppercase;
}

.swal-modal.alert-message {
  background: url("/images/swa-bg.png") no-repeat center center !important;
}

.swal-modal.mobil-devide {
  background: #b8092f !important;
}

.swal-modal.mobil-devide button,
.swal-modal.mobil-devide button:hover {
  font-family: "Gotham";
  background: #292F58 !important;
}

.swal-modal .swal-title, .swal-modal .swal-text {
  color: #fff;
}

.swal-modal .swal-title {
  font-weight: 800;
}

.swal-modal .swal-button {
  font-weight: 700;
  font-family: 'Gotham';
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.1rem;
  color: white;
  border: 0;
  background-color: #c50c33;
  transition: .3s ease all;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: inline-block;
}

.swal-modal .swal-button[disabled] {
  opacity: .4;
}

.swal-modal .swal-button:hover {
  text-decoration: none;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.6);
  color: white;
  background-color: #a10d2d;
}

.swal-modal .swal-button:focus {
  outline: none;
}
