* {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  position: relative;
}

.color-white {
  color: #fffdfe;
}

.btn {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.05));
}

.btn-warning {
  background-color: #ff9900;
}

/* Chrome, Safari, Edge, Opera */
input.number-only::-webkit-outer-spin-button,
input.number-only::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.number-only {
  -moz-appearance: textfield;
}

.error {
  color: red;
  font-size: 14px;
  font-style: italic;
}

.alertify.alertify--success .ajs-header {
  color: #155724;
  background-color: #d4edda;
}
.alertify.alertify--danger .ajs-header {
  color: #721c24;
  background-color: #f8d7da;
}
.alertify .ajs-button {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.05));
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #6c757d;
}
.alertify .ajs-button:focus {
  outline: none;
  box-shadow: initial;
}

a {
  text-decoration: none !important;
}

.cursor--pointer{
  cursor: pointer;
}
/*# sourceMappingURL=global.css.map */
