.sweet-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 80vw;
  margin: 0 !important;
  padding: 0;
  border-radius: 4px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  outline: none; }
  .sweet-alert .sa-icon {
    position: absolute;
    top: -45px;
    left: 50%;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    transform: translateX(-50%);
    background-size: 100% auto;
    background-repeat: no-repeat; }
  .sweet-alert .sa-info {
    background-image: url("../images/icons/alert-info.png"); }
  .sweet-alert .sa-success, .sweet-alert .sa-warning {
    background-image: url("../images/icons/alert-confirm.png"); }
  .sweet-alert h2,
  .sweet-alert .form-group {
    display: none; }
  .sweet-alert .lead {
    font-size: 15px;
    margin: 65px 20px 40px;
    text-align: center;
    word-break: break-all; }

.sweet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5); }

.sweet-change-language:after {
  display: none; }

.tost.sweet-alert {
  top: 50%;
  left: 50%;
  width: auto;
  border-radius: 27px;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%); }

.tost.sweet-alert .lead {
  display: block;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  margin: 0;
  padding: 6px 20px; }

.sa-button-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 44px;
  overflow: hidden;
  border-radius: 0 0 4px 4px; }

.sa-button-container .btn, .sa-confirm-button-container {
  color: #555;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #E5E5E5; }

.sa-confirm-button-container .btn-info {
  color: #fff;
  background-color: #00b2e5; }

.tost .sa-icon, .tost .sa-button-container {
  display: none !important; }

/*# sourceMappingURL=maps/alert.css.map */
