.app-components-kit-notification-notification--notification {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 15px;
  padding: 25px 27px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.22);
}

  @media (min-width: 768px) {.app-components-kit-notification-notification--notification {
    width: 405px
}
  }

.app-components-kit-notification-notification--title {
  margin-bottom: 4px;
  color: black;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
}

.app-components-kit-notification-notification--body {
  margin-bottom: 5px;
  color: black;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.18px;
}

.app-components-kit-notification-notification--body a {
    color: inherit;
    text-decoration: underline;
  }

.app-components-kit-notification-notification--info {
  width: 100%;
  padding-right: 13px;
}

div.app-components-kit-notification-notification--icon {
  -webkit-flex: 0 0 34px;
          flex: 0 0 34px;
  -webkit-align-items: center;
          align-items: center;
  width: 34px;
  height: 34px;
  margin-top: 4px;
  margin-right: 20px;
  padding-bottom: 0;
}

div.app-components-kit-notification-notification--icon svg {
    width: 34px;
    height: 34px;
  }

.app-components-kit-notification-notification--cover {
  -webkit-flex: 0 0 34px !important;
          flex: 0 0 34px !important;
  width: 34px !important;
  height: 34px !important;
}

.app-components-kit-notification-notification--close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  padding: 6px;
}

.app-components-kit-notification-notification--close svg {
    width: 30px;
    height: 30px;
    padding: 10px;
    transition: opacity 300ms cubic-bezier(0, 0.715, 0.345, 1);
  }

.app-components-kit-notification-notification--close path {
    fill: black;
  }

.app-components-kit-notification-notification--close:hover,
  .app-components-kit-notification-notification--close:focus {
    cursor: pointer;
  }

.app-components-kit-notification-notification--close:hover svg, .app-components-kit-notification-notification--close:focus svg {
      opacity: 0.6;
    }

a.app-components-kit-notification-notification--button,
button.app-components-kit-notification-notification--button {
  position: static;
  display: inline-block;
  margin-top: 8px;
  padding: 0;
  color: black;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: none;
  text-transform: initial;
  background-color: transparent;
}

a.app-components-kit-notification-notification--button span, button.app-components-kit-notification-notification--button span {
    position: relative;
  }

a.app-components-kit-notification-notification--button .app-components-kit-notification-notification--spinner, button.app-components-kit-notification-notification--button .app-components-kit-notification-notification--spinner {
    display: none;
  }

a.app-components-kit-notification-notification--button svg, button.app-components-kit-notification-notification--button svg {
    margin-right: 0;
  }

a.app-components-kit-notification-notification--button:hover,
  a.app-components-kit-notification-notification--button:active,
  a.app-components-kit-notification-notification--button:focus,
  button.app-components-kit-notification-notification--button:hover,
  button.app-components-kit-notification-notification--button:active,
  button.app-components-kit-notification-notification--button:focus {
    color: black !important;
    background-color: transparent;
  }

a.app-components-kit-notification-notification--button:hover .app-components-kit-notification-notification--buttonArrow, a.app-components-kit-notification-notification--button:active .app-components-kit-notification-notification--buttonArrow, a.app-components-kit-notification-notification--button:focus .app-components-kit-notification-notification--buttonArrow, button.app-components-kit-notification-notification--button:hover .app-components-kit-notification-notification--buttonArrow, button.app-components-kit-notification-notification--button:active .app-components-kit-notification-notification--buttonArrow, button.app-components-kit-notification-notification--button:focus .app-components-kit-notification-notification--buttonArrow {
      -webkit-transform: translateX(2px);
              transform: translateX(2px);
    }

a.app-components-kit-notification-notification--button:after, button.app-components-kit-notification-notification--button:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
  }

.app-components-kit-notification-notification--buttonArrow {
  position: absolute;
  top: 2px;
  right: -20px;
  width: 15px;
  transition: -webkit-transform 300ms cubic-bezier(0, 0.715, 0.345, 1);
  transition: transform 300ms cubic-bezier(0, 0.715, 0.345, 1);
  transition: transform 300ms cubic-bezier(0, 0.715, 0.345, 1), -webkit-transform 300ms cubic-bezier(0, 0.715, 0.345, 1);
}

.app-components-kit-notification-notification--buttonArrow path {
    fill: none !important;
    stroke: black;
  }

.app-components-kit-notification-notification--spinner {
  --text: black;

  width: 20px;
  height: 20px;
  padding-top: 10px;
}

.app-components-base-notifications-notifications--wrapper {
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 2000;
}

  @media (max-width: 768px) {.app-components-base-notifications-notifications--wrapper {
    top: 15px;
    right: 15px;
    left: 15px
}
  }


/*# sourceMappingURL=4ff12.css.map*/