.modal-alert {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal-alert__block {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-alert__box {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-alert__content {
  padding: 30px;
  vertical-align: middle;
}

.modal-alert__wrapper {
  max-width: 300px;
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}

.modal-alert__inner {
  padding: 20px;
}

.modal-alert__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 5px 0;
}

.modal-alert__buttons {
  text-align: center;
  border-top: 1px solid #dddddd;
  height: 44px;
}

.modal-alert__buttons--2 .modal-alert__button {
  width: 50%;
}

.modal-alert__buttons--2 .modal-alert__button:last-child:before {
  content: "";
  position: absolute;
  height: 44px;
  width: 1px;
  background: #dddddd;
  left: 0;
}

.modal-alert__button {
  display: inline-block;
  color: #25325c;
  cursor: pointer;
  font-weight: 600;
  height: 44px;
  font-size: 17px;
  line-height: 44px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}/*# sourceMappingURL=alert.css.map */