/*promo*/
/*tunnel*/
/* line 4, ../sass/notify.scss */
.alertify-notifier {
  z-index: 99999;
}
/* line 6, ../sass/notify.scss */
.alertify-notifier.ajs-right {
  right: 75px;
}
/* line 10, ../sass/notify.scss */
.alertify-notifier .ajs-message {
  position: relative;
  width: 300px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 250ms;
  transition-timing-function: linear;
}
/* line 22, ../sass/notify.scss */
.alertify-notifier .ajs-message.ajs-visible {
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.175, 0.78, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  color: white;
  font-family: "Roboto";
  font-size: 16px;
  width: 300px;
  padding: 20px;
  margin-top: 20px;
}
/* line 35, ../sass/notify.scss */
.alertify-notifier .ajs-message.ajs-visible.ajs-successMdk {
  background: #008000;
}
/* line 39, ../sass/notify.scss */
.alertify-notifier .ajs-message.ajs-visible.ajs-errorMdk {
  background: #ed6e50;
}

/* line 58, ../sass/notify.scss */
.alertify.customPrompt .customBody {
  font-family: "Roboto";
  font-size: 15px;
}
/* line 61, ../sass/notify.scss */
.alertify.customPrompt .customBody .customContent {
  padding-top: 15px;
}
/* line 63, ../sass/notify.scss */
.alertify.customPrompt .customBody .customContent input {
  margin: 0 13px;
  padding: 0 5px;
}
/* line 66, ../sass/notify.scss */
.alertify.customPrompt .customBody .customContent input.doubleInput {
  margin-top: 10px;
}
/* line 78, ../sass/notify.scss */
.alertify .customHeader {
  font-family: "Roboto";
  font-size: 1.2rem;
  padding-bottom: 16px;
  padding-top: 16px;
  font-weight: normal;
  background-color: black;
  color: white;
  text-transform: uppercase;
}
/* line 90, ../sass/notify.scss */
.alertify .customBody {
  font-family: "Roboto";
  font-size: 15px;
}
/* line 95, ../sass/notify.scss */
.alertify .customBody .customContent {
  padding-top: 15px;
  color: black;
  font-family: "Roboto";
}
/* line 107, ../sass/notify.scss */
.alertify .ajs-button {
  min-width: 75px;
  min-height: 30px;
  background: lightgrey;
  color: black;
  font-family: "Roboto";
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  cursor: pointer;
  text-transform: uppercase;
}
