/*!
 * toastmejs v1.2.7
 * Web notifications and dialogs with pure javascript
 * (c) 2021 alexsegen | Twitter https://twitter.com/pixelagil 
 * MIT License
 * git+https://github.com/alexsegen/toastmejs.git
 */

@charset "UTF-8";
@font-face {
  font-family: "toastme";
  src: url("../icons/toastme.eot?p0xg3v");
  src: url("../icons/toastme.eot?p0xg3v#iefix") format("embedded-opentype"), url("../icons/toastme.ttf?p0xg3v") format("truetype"), url("../icons/toastme.woff?p0xg3v") format("woff"), url("../icons/toastme.svg?p0xg3v#toastme") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 2, src/sass/_buttons.scss */
.toastme-dialog .btn-toastme {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  padding: 6px 15px;
  margin: 3px;
  border-radius: 3px;
  border: 1px solid;
}

/* line 12, src/sass/_buttons.scss */
.toastme-dialog .btn-toastme:hover {
  opacity: 0.9;
}

/* line 16, src/sass/_buttons.scss */
.toastme-dialog .btn-toastme:disabled {
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.7;
}

/* line 21, src/sass/_buttons.scss */
.toastme-dialog .btn-toastme:active {
  opacity: 1;
}

/* line 25, src/sass/_buttons.scss */
.toastme-dialog .btn-toastme:focus {
  outline: 0;
}

/* line 29, src/sass/_buttons.scss */
.toastme-dialog .btn-toastme.--toastme-confirm {
  color: #fff;
  background: #3f51b5;
  border: 1px solid #3f51b5;
}

/* line 35, src/sass/_buttons.scss */
.toastme-dialog .btn-toastme.--toastme-cancel {
  color: #4c4c4c;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

/* line 44, src/sass/_buttons.scss */
.toastme-dialog.dark .btn-toastme.--toastme-cancel {
  color: #fff;
  background: #434967;
  border: 1px solid #434967;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-4-30 16:27:16
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/* line 7, src/sass/_animations.scss */
.flip-in-hor-bottom {
  -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

/* line 37, src/sass/_animations.scss */
.slide-in-fwd-center {
  -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* line 67, src/sass/_animations.scss */
.shake-horizontal {
  -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s both;
}

@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

/* line 130, src/sass/_animations.scss */
.bounce-top {
  -webkit-animation: bounce-top 0.9s both;
  animation: bounce-top 0.9s both;
}

@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

/* line 239, src/sass/_animations.scss */
.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 304, src/sass/_animations.scss */
.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@-webkit-keyframes toastIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes toastIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 396, src/sass/_animations.scss */
.toastme.fade-out {
  -webkit-animation: fade-out .5s forwards ease-in-out 0s;
  animation: fade-out .5s forwards ease-in-out 0s;
}

/* line 1, src/sass/_notifications.scss */
.toastme-list {
  position: fixed;
  width: 250px;
  padding: 0;
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  list-style: none;
}

/* line 12, src/sass/_notifications.scss */
.toastme {
  font-size: 13px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #42526E;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 250px;
  text-align: left;
  padding: 10px 15px 10px 45px;
  border-radius: 2px;
  background-color: #f5f5f5;
  cursor: pointer;
  z-index: 100;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 0.2s ease-in-out;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

/* line 31, src/sass/_notifications.scss */
.toastme._anim {
  -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 37, src/sass/_notifications.scss */
.toastme a {
  color: #42526E;
  text-decoration: underline;
}

/* line 42, src/sass/_notifications.scss */
.toastme.success {
  color: #fff;
  background-color: #8bc34a;
}

/* line 45, src/sass/_notifications.scss */
.toastme.success a {
  color: #fff;
  text-decoration: underline;
}

/* line 49, src/sass/_notifications.scss */
.toastme.success .toastme-ico {
  color: #71a436;
}

/* line 51, src/sass/_notifications.scss */
.toastme.success .toastme-ico:before {
  content: "";
}

/* line 57, src/sass/_notifications.scss */
.toastme.error {
  color: #fff;
  background-color: #f44336;
}

/* line 60, src/sass/_notifications.scss */
.toastme.error a {
  color: #fff;
  text-decoration: underline;
}

/* line 64, src/sass/_notifications.scss */
.toastme.error .toastme-ico {
  color: #ea1c0d;
}

/* line 66, src/sass/_notifications.scss */
.toastme.error .toastme-ico:before {
  content: "";
}

/* line 72, src/sass/_notifications.scss */
.toastme.warning {
  color: #fff;
  background-color: #ff9800;
}

/* line 75, src/sass/_notifications.scss */
.toastme.warning a {
  color: #fff;
  text-decoration: underline;
}

/* line 79, src/sass/_notifications.scss */
.toastme.warning .toastme-ico {
  color: #cc7a00;
}

/* line 81, src/sass/_notifications.scss */
.toastme.warning .toastme-ico:before {
  content: "";
}

/* line 87, src/sass/_notifications.scss */
.toastme.info {
  color: #fff;
  background-color: #2196f3;
}

/* line 90, src/sass/_notifications.scss */
.toastme.info a {
  color: #fff;
  text-decoration: underline;
}

/* line 94, src/sass/_notifications.scss */
.toastme.info .toastme-ico {
  color: #0c7cd5;
}

/* line 96, src/sass/_notifications.scss */
.toastme.info .toastme-ico:before {
  content: "";
}

/* line 102, src/sass/_notifications.scss */
.toastme .toastme-close {
  color: #42526E;
  opacity: 0.7;
  float: right;
  right: -2px;
  top: 3px;
  outline: none;
  font-size: 8px;
  font-family: "toastme" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* line 117, src/sass/_notifications.scss */
.toastme .toastme-close:after {
  content: "";
  color: #ddd;
}

/* line 121, src/sass/_notifications.scss */
.toastme .toastme-close:hover, .toastme .toastme-close:focus {
  opacity: 1;
  outline: none;
}

/* line 128, src/sass/_notifications.scss */
.toastme .toastme-ico {
  font-size: 1.5rem;
  color: #6e83a8;
  font-family: "toastme" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  position: absolute;
  left: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

/* line 143, src/sass/_notifications.scss */
.toastme .toastme-ico:before {
  content: "";
}

/* line 147, src/sass/_notifications.scss */
.toastme .toastme-content {
  min-width: 150px;
  overflow-wrap: break-word;
}

/* line 4, src/sass/_theme-dark.scss */
.toastme.dark.default {
  color: #fff;
  background-color: #252839;
  border: 1px solid #252839;
}

/* line 9, src/sass/_theme-dark.scss */
.toastme.dark.default .toastme-ico {
  color: white;
}

/* line 11, src/sass/_theme-dark.scss */
.toastme.dark.default .toastme-ico:before {
  content: "";
}

/* line 17, src/sass/_theme-dark.scss */
.toastme.dark.success {
  color: #fff;
  background-color: #252839;
  border: 1px solid #252839;
}

/* line 22, src/sass/_theme-dark.scss */
.toastme.dark.success .toastme-ico {
  color: #8bc34a;
}

/* line 25, src/sass/_theme-dark.scss */
.toastme.dark.success .toastme-ico:before {
  content: "";
}

/* line 32, src/sass/_theme-dark.scss */
.toastme.dark.error {
  color: #fff;
  background-color: #252839;
  border: 1px solid #252839;
}

/* line 37, src/sass/_theme-dark.scss */
.toastme.dark.error .toastme-ico {
  color: #f44336;
}

/* line 40, src/sass/_theme-dark.scss */
.toastme.dark.error .toastme-ico:before {
  content: "";
}

/* line 46, src/sass/_theme-dark.scss */
.toastme.dark.warning {
  color: #fff;
  background-color: #252839;
  border: 1px solid #252839;
}

/* line 51, src/sass/_theme-dark.scss */
.toastme.dark.warning .toastme-ico {
  color: #ff9800;
}

/* line 54, src/sass/_theme-dark.scss */
.toastme.dark.warning .toastme-ico:before {
  content: "";
}

/* line 60, src/sass/_theme-dark.scss */
.toastme.dark.info {
  color: #fff;
  background-color: #252839;
  border: 1px solid #252839;
}

/* line 65, src/sass/_theme-dark.scss */
.toastme.dark.info .toastme-ico {
  color: #2196f3;
}

/* line 68, src/sass/_theme-dark.scss */
.toastme.dark.info .toastme-ico:before {
  content: "";
}

/* line 4, src/sass/_theme-ligh.scss */
.toastme.ligh.default {
  color: #42526E;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

/* line 9, src/sass/_theme-ligh.scss */
.toastme.ligh.default .toastme-ico {
  color: #556a8e;
}

/* line 11, src/sass/_theme-ligh.scss */
.toastme.ligh.default .toastme-ico:before {
  content: "";
}

/* line 17, src/sass/_theme-ligh.scss */
.toastme.ligh.success {
  color: #42526E;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

/* line 22, src/sass/_theme-ligh.scss */
.toastme.ligh.success .toastme-ico {
  color: #8bc34a;
}

/* line 25, src/sass/_theme-ligh.scss */
.toastme.ligh.success .toastme-ico:before {
  content: "";
}

/* line 32, src/sass/_theme-ligh.scss */
.toastme.ligh.error {
  color: #42526E;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

/* line 37, src/sass/_theme-ligh.scss */
.toastme.ligh.error .toastme-ico {
  color: #f44336;
}

/* line 40, src/sass/_theme-ligh.scss */
.toastme.ligh.error .toastme-ico:before {
  content: "";
}

/* line 46, src/sass/_theme-ligh.scss */
.toastme.ligh.warning {
  color: #42526E;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

/* line 51, src/sass/_theme-ligh.scss */
.toastme.ligh.warning .toastme-ico {
  color: #ff9800;
}

/* line 54, src/sass/_theme-ligh.scss */
.toastme.ligh.warning .toastme-ico:before {
  content: "";
}

/* line 60, src/sass/_theme-ligh.scss */
.toastme.ligh.info {
  color: #42526E;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

/* line 65, src/sass/_theme-ligh.scss */
.toastme.ligh.info .toastme-ico {
  color: #2196f3;
}

/* line 68, src/sass/_theme-ligh.scss */
.toastme.ligh.info .toastme-ico:before {
  content: "";
}

/* line 1, src/sass/_dialogs.scss */
.toastme-dialog-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

/* line 16, src/sass/_dialogs.scss */
.toastme-diag-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}

/* line 23, src/sass/_dialogs.scss */
.toastme-dialog-ico {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 3rem;
  font-family: "toastme" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 33, src/sass/_dialogs.scss */
.toastme-dialog-ico.success {
  color: #8bc34a;
}

/* line 35, src/sass/_dialogs.scss */
.toastme-dialog-ico.success:before {
  content: "";
}

/* line 38, src/sass/_dialogs.scss */
.toastme-dialog-ico.success._anim {
  -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

/* line 44, src/sass/_dialogs.scss */
.toastme-dialog-ico.danger {
  color: #f44336;
}

/* line 46, src/sass/_dialogs.scss */
.toastme-dialog-ico.danger:before {
  content: "";
}

/* line 49, src/sass/_dialogs.scss */
.toastme-dialog-ico.danger._anim {
  -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s both;
}

/* line 55, src/sass/_dialogs.scss */
.toastme-dialog-ico.info {
  color: #2196f3;
}

/* line 57, src/sass/_dialogs.scss */
.toastme-dialog-ico.info:before {
  content: "";
}

/* line 60, src/sass/_dialogs.scss */
.toastme-dialog-ico.info._anim {
  -webkit-animation: bounce-top 0.9s both;
  animation: bounce-top 0.9s both;
}

/* line 65, src/sass/_dialogs.scss */
.toastme-dialog-ico.warning {
  color: #ff9800;
}

/* line 67, src/sass/_dialogs.scss */
.toastme-dialog-ico.warning:before {
  content: "";
}

/* line 70, src/sass/_dialogs.scss */
.toastme-dialog-ico.warning._anim {
  -webkit-animation: wobble-hor-bottom 0.8s 0.5s both;
  animation: wobble-hor-bottom 0.8s 0.5s both;
}

/* line 75, src/sass/_dialogs.scss */
.toastme-dialog-ico.question {
  color: #3f51b5;
}

/* line 77, src/sass/_dialogs.scss */
.toastme-dialog-ico.question:before {
  content: "";
}

/* line 80, src/sass/_dialogs.scss */
.toastme-dialog-ico.question._anim {
  -webkit-animation: jello-horizontal 0.9s 0.5s both;
  animation: jello-horizontal 0.9s 0.5s both;
}

/* line 87, src/sass/_dialogs.scss */
.toastme-dialog {
    padding: 10px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-align: center;
    display: table;
    color: #fff !important;
    background: #4a4a4aed;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    width: 280px;
    position: relative;
    overflow: hidden;
    top: calc(50% - 200px);
    overflow: hidden;
    z-index: 1000;
    transition: all ease-in-out 0.2s;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
    -webkit-animation: toastDialogIn 0.2s ease-in-out 0s forwards;
    animation: toastDialogIn 0.2s ease-in-out 0s forwards;
}

/* line 108, src/sass/_dialogs.scss */
.toastme-dialog.dark {
  color: #fff;
  background: #252839;
  border: 1px solid #252839;
}

/* line 114, src/sass/_dialogs.scss */
.toastme-dialog.toastme-dialog-closing {
  -webkit-animation: toastDialogOut 0.1s ease-in-out 0s forwards;
          animation: toastDialogOut 0.1s ease-in-out 0s forwards;
}

/* line 118, src/sass/_dialogs.scss */
.toastme-dialog .toastme-dialog-title {
  font-size: 16px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 10px 0;
  line-height: 16px;
}

/* line 126, src/sass/_dialogs.scss */
.toastme-dialog .toastme-dialog-text {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 14px;
}

@-webkit-keyframes toastDialogIn {
  0% {
    -webkit-transform: rotate(0) translateY(-30px);
            transform: rotate(0) translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    opacity: 1;
  }
}

@keyframes toastDialogIn {
  0% {
    -webkit-transform: rotate(0) translateY(-30px);
            transform: rotate(0) translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes toastDialogOut {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0) translateY(-30px);
            transform: rotate(0) translateY(-30px);
    opacity: 0;
  }
}

@keyframes toastDialogOut {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0) translateY(-30px);
            transform: rotate(0) translateY(-30px);
    opacity: 0;
  }
}

@-webkit-keyframes toastIconIn {
  0% {
    -webkit-transform: rotate(0) scale(1.01);
            transform: rotate(0) scale(1.01);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(0) scale(1.15);
            transform: rotate(0) scale(1.15);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}

@keyframes toastIconIn {
  0% {
    -webkit-transform: rotate(0) scale(1.01);
            transform: rotate(0) scale(1.01);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(0) scale(1.15);
            transform: rotate(0) scale(1.15);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}
