/*Popover*/
/*Tooltips*/
/*Badges*/
/*Buttons*/
/* Inputs */
/* Pagination */
#toast-container {
  position: fixed;
  z-index: 5000;
  pointer-events: none;
  /*Additional properties for button version
	iOS requires the button element instead of an anchor tag.
	If you want the anchor version, it requires `href="#"`.*/ }
  #toast-container * {
    box-sizing: border-box; }
  #toast-container > div {
    position: relative;
    overflow: hidden;
    padding: 0.75rem 1.25rem;
    padding-right: 4rem;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    opacity: 0.95;
    max-width: 100%; }
    #toast-container > div:hover {
      opacity: 1;
      cursor: pointer; }
  #toast-container .toast-title {
    font-weight: bold; }
  #toast-container .toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-line; }
    #toast-container .toast-message a, #toast-container .toast-message label {
      color: #fff; }
    #toast-container .toast-message a:hover {
      color: #ccc;
      text-decoration: none; }
  #toast-container .toast-close-button {
    position: absolute;
    line-height: 1;
    right: 0;
    top: -.15em;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0 1px 0 #ffffff;
    cursor: pointer;
    color: inherit;
    opacity: .8; }
    #toast-container .toast-close-button:hover, #toast-container .toast-close-button:focus {
      opacity: 1;
      text-decoration: none;
      outline: none; }
  #toast-container button.toast-close-button {
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  #toast-container .toast {
    width: -moz-max-content;
    width: max-content;
    pointer-events: initial;
    margin-bottom: 1rem;
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db; }
    @media (min-width: 576px) {
      #toast-container .toast {
        max-width: 540px; } }
    @media (min-width: 768px) {
      #toast-container .toast {
        max-width: 720px; } }
    @media (min-width: 992px) {
      #toast-container .toast {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      #toast-container .toast {
        max-width: 1140px; } }
  #toast-container .toast-success {
    color: #114e2b;
    background-color: #d3eadd;
    border-color: #c1e2cf; }
  #toast-container .toast-error {
    color: #731c13;
    background-color: #f8d7d3;
    border-color: #f5c6c2; }
  #toast-container .toast-info {
    color: #256a85;
    background-color: #daf5ff;
    border-color: #ccf0ff; }
  #toast-container .toast-warning {
    color: #7e6928;
    background-color: #fcf4db;
    border-color: #fbf0cd; }
  #toast-container.toast-top-center, #toast-container.toast-top-full-width {
    padding-top: 1rem;
    top: 0;
    right: 0;
    width: 100%; }
  #toast-container.toast-bottom-center, #toast-container.toast-bottom-full-width {
    padding-bottom: 1rem;
    bottom: 0;
    right: 0;
    width: 100%; }
  #toast-container.toast-top-left {
    top: 1rem;
    left: 1rem; }
  #toast-container.toast-top-right {
    top: 1rem;
    right: 1rem; }
  #toast-container.toast-bottom-right {
    right: 1rem;
    bottom: 1rem; }
  #toast-container.toast-bottom-left {
    bottom: 1rem;
    left: 1rem; }
  #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div, #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin-left: auto;
    margin-right: auto; }

.toastr-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }


/*# sourceMappingURL=toastr.min.css.map*/