

.sweet-alert button {
  color: #fff !important;
  background-color: #60529f !important;
  border-color: #60529f !important;
}

.sweet-alert button:hover {
  color: #fff !important;
  background-color: #514b95 !important;
  border-color: #514b95 !important;
}

.sweet-alert button:focus,
.sweet-alert button.focus {
  box-shadow: 0 0 0 2px rgb(96, 82, 159, 0.5) !important;
}

.sweet-alert button.disabled,
.sweet-alert button:disabled {
  color: #fff !important;
  background-color: #60529f !important;
  border-color: #60529f !important;
}

.sweet-alert button:not(:disabled):not(.disabled):active,
.sweet-alert button:not(:disabled):not(.disabled).active,
.show>.sweet-alert button.dropdown-toggle {
  color: #fff !important;
  background-color: #60529f !important;
  border-color: #60529f !important;
}

.sweet-alert button:not(:disabled):not(.disabled):active:focus,
.sweet-alert button:not(:disabled):not(.disabled).active:focus,
.show>.sweet-alert button.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(96, 82, 159, 0.1)!important;
}






.sweet-alert button.cancel {
  background-color: #ea7060 !important;
}

.sweet-alert button.cancel:hover {
  background-color: #cf5646 !important;
}

.sweet-alert button.cancel.active,
.sweet-alert button.cancel:not(:disabled):not(.disabled):active,
.sweet-alert button.cancel:not(:disabled):not(.disabled).active,
.show>.sweet-alert button.cancel.dropdown-toggle,
.sweet-alert button.cancel:active {
  background-color: #cf5646 !important;
}

.sweet-alert button.cancel.focus,
.sweet-alert button.cancel:not(:disabled):not(.disabled):active:focus,
.sweet-alert button.cancel:not(:disabled):not(.disabled).active:focus,
.show>.sweet-alert button.cancel.dropdown-toggle:focus,
.sweet-alert button.cancel:focus {
  box-shadow: rgba(207, 86, 70, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px !important;
}



.btn-primary {
  color: #fff;
  background-color: #60529f;
  border-color: #60529f;
}

.btn-primary:hover {
  color: #fff;
  background-color: #514b95;
  border-color: #514b95;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #514b95 !important;
  border-color: #514b95 !important;
  box-shadow: 0 0 0 2px rgb(96, 82, 159, 0.5);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #514b95 !important;
  border-color: #514b95 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #60529f;
  border-color: #60529f;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #60529f;
  border-color: #60529f;
}
