.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
.reveal-overlay.background-blur {
  height: 100%;
  backdrop-filter: blur(10px);
}
.reveal-overlay div, .reveal-overlay h1, .reveal-overlay h2, .reveal-overlay h3, .reveal-overlay h4, .reveal-overlay h5, .reveal-overlay h6 {
  margin: 0;
}
.reveal-overlay .button-group {
  margin-top: 10px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.reveal-overlay .alerts {
  max-width: 250px;
  max-height: 308px;
}
.reveal-overlay .alerts-center {
  align-items: center;
  min-height: 100vh;
  margin-top: 0 !important;
}
.reveal-overlay .align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reveal-overlay .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
  max-width: 260px;
  max-height: 348px;
  border-radius: 20px;
}
.reveal-overlay .card .card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}
.reveal-overlay .card .line {
  border-top: 1px solid #E3DEE7;
  padding: 15px;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
}
.reveal-overlay .card .line button {
  margin: 0 1px 1px 0;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 153px;
  height: 39px;
  cursor: pointer;
  border-radius: 20px;
  border: none;
}
.reveal-overlay .card > :last-child {
  margin-bottom: 0;
}
.reveal-overlay .card .card-title {
  font-weight: bolder;
  text-align: center;
  font-size: 20px;
}
.reveal-overlay .card .card-text {
  text-align: center;
  margin-bottom: 0;
}
.reveal-overlay .card .icon-alert {
  display: flex;
  justify-content: center;
  font-size: 67.5px;
}
.reveal-overlay .line-del {
  display: flex;
}
.reveal-overlay .btn-alert {
  width: 100px !important;
  margin-right: 20px !important;
  margin-left: -5px !important;
}
.reveal-overlay .icon-del {
  font-size: 90px !important;
  margin-top: -78px !important;
}
.reveal-overlay .btn-accept {
  background-color: #2779A7;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
.reveal-overlay .btn-accept:hover {
  color: white !important;
  background-color: #0F4D70;
}
.reveal-overlay .btn-cancel {
  border: 2px solid #2779A7 !important;
  cursor: pointer;
  background: white;
  color: #2779A7;
  border-radius: 20px;
}
.reveal-overlay .btn-cancel:hover {
  color: white !important;
  background-color: #2779A7;
}
.reveal-overlay .color-warning .icon-alert {
  border-color: #EBCF0E !important;
  color: #EBCF0E !important;
  margin-top: 4px;
}
.reveal-overlay .color-success .icon-alert {
  border-color: #11B965 !important;
  color: #11B965 !important;
  margin-top: 4px;
}
.reveal-overlay .color-info .icon-alert {
  border-color: #0474D1 !important;
  color: #0474D1 !important;
  margin-top: 4px;
}
.reveal-overlay .color-error .icon-alert {
  border-color: #FE0510 !important;
  color: #FE0510 !important;
  margin-top: 4px;
}

/*# sourceMappingURL=alerts.css.map */
