/**
 * Minified by jsDelivr using clean-css v4.2.3.
 * Original file: /npm/toastify-js@1.11.2/src/toastify.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
 * Toastify js 1.11.2
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  display: inline-block;
  box-shadow: 1px 1px 3px rgba(0,0,0,.1);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
  animation-duration:.3s;
  animation-name:VanillaToasts;
  animation-timing-function:cubic-bezier(.215,.61,.355,1);
  font-size:14px;color:#777;
}
.toastify.on {
  opacity: 1;
}
.toast-close {
  padding: 0 5px; 
}
.toastify-right {
  right: 15px;
}
.toastify-left {
  left: 15px;
}
.toastify-top {
  top: -150px;
}
.toastify-bottom {
  bottom: -150px;
}
.toastify-rounded {
  border-radius: 25px;
}
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}
.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
.toast_container {
  border-radius: 6px;
animation-duration: .3s;
color: #333;
  background: var(--blSecondaryColorLight);
}


 
#vanillatoasts-container{
  position:fixed;
  top:0;right:0;
  width:320px;font-family:helvetica;
}

  .vanillatoasts-toast{
    position:relative;
    padding:20px 17px;
    margin:20px;
    border-radius:10px;
    background:#f5f5f5;
    cursor:pointer;
    box-shadow:1px 1px 3px rgba(0,0,0,.1);
    animation-duration:.3s;
    animation-name:VanillaToasts;
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }
  .vanillatoasts-fadeOut{animation-name:VanillaToastsFadeOut;animation-duration:.3s;animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-fill-mode:forwards}
  #vanillatoasts-container p,h4{margin:3px 0!important}
  .vanillatoasts-title{font-weight:700;font-size:15px;margin-bottom:10px}
  .vanillatoasts-success{border-bottom:2px solid #51c625}
  .vanillatoasts-warning{border-bottom:2px solid #db9215}
  .vanillatoasts-error{border-bottom:2px solid #db2b1d}
  .vanillatoasts-info{border-bottom:2px solid #27abdb}
  
  @keyframes VanillaToasts{from{transform:translate3d(400px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes VanillaToastsFadeOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(400px,0,0);opacity:0}}


















@media only screen and (max-width: 360px) {
  .toastify-left,
  .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
/*# sourceMappingURL=/sm/2c1d86ef781a8729121a663078ba5f05b587d93551069e4f9eaafa3659145e39.map */
