/* line 9, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-modal {
  border-radius: 24px;
}

/* line 13, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-footer {
  display: flex;
  justify-content: space-between;
}

/* line 18, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-button {
  background-color: #35ac2f;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  padding: 8px 24px;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.2s ease-in-out;
}
/* line 32, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-button:hover, .swal-button:active {
  background-color: #2a8825;
  transition: all 0.2s ease-in-out;
}

/* line 40, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-icon--warning {
  border-color: #fb7a43;
}

/* line 44, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-icon--warning__body,
.swal-icon--warning__dot {
  background-color: #fb7a43;
}

/* line 49, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-icon--warning__line {
  background-color: #fb7a43;
}

/* line 53, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-icon--error {
  border-color: #db4d65;
}

/* line 57, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-icon--error__line {
  background-color: #db4d65;
}

/* line 61, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-icon--success__line {
  background-color: #35ac2f;
}

/* line 65, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-icon--success__ring {
  border-color: #35ac2f;
}

/* line 69, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-icon--info {
  border-color: #0059ff;
}
/* line 72, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/sweetalert2_overrides.css.scss */
.swal-icon--info:before, .swal-icon--info:after {
  background-color: #0059ff;
}
