.charitable-admin-page .charitable-alert {
    background-color: #ffffff;
    border: none;
    border-left: 4px solid #dddddd;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .charitable-admin-page .charitable-alert-dismissible {
    align-content: stretch;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 30px 15px 20px 15px;
    max-height: 100px;
    opacity: 1;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }

  .charitable-admin-page .charitable-alert-dismissible.out {
    margin-bottom: 0;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .charitable-admin-page .charitable-alert-dismissible h4 {
    margin: 0 0 2px 0;
  }

  .charitable-admin-page .charitable-alert-dismissible p {
    color: #444444;
  }

  .charitable-admin-page .charitable-alert-buttons {
    display: flex;
    margin-left: auto;
    padding-left: 10px;
  }

  .charitable-admin-page .charitable-alert-buttons .charitable-dismiss-button {
    color: rgba(68, 68, 68, 0.35);
    margin-left: 7px;
    margin-right: -3px;
  }

  .charitable-admin-page .charitable-alert-buttons .charitable-dismiss-button:hover {
    color: rgba(68, 68, 68, 0.75);
  }

  .charitable-admin-page .charitable-alert h4 {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 3px 0;
  }

  .charitable-admin-page .charitable-alert p {
    line-height: 18px;
    margin: 0 0 10px 0;
  }

  .charitable-admin-page .charitable-alert p:last-of-type {
    margin: 0;
  }

  .charitable-admin-page .charitable-alert.charitable-alert-nomargin {
    margin: 0;
  }

  .charitable-admin-page .charitable-alert.charitable-alert-success {
    border-left-color: #00a32a;
  }

  .charitable-admin-page .charitable-alert.charitable-alert-info {
    border-left-color: #036aab;
  }

  .charitable-admin-page .charitable-alert.charitable-alert-warning {
    border-left-color: #ffb900;
  }

  .charitable-admin-page .charitable-alert.charitable-alert-danger {
    border-left-color: #d63638;
  }

  .charitable-admin-page .charitable-panel-content .charitable-alert {
    box-shadow: none;
  }

  .charitable-admin-page .charitable-panel-content .charitable-alert.charitable-alert-success {
    background-color: #edfaef;
  }

  .charitable-admin-page .charitable-panel-content .charitable-alert.charitable-alert-info {
    background-color: #f1f6fa;
  }

  .charitable-admin-page .charitable-panel-content .charitable-alert.charitable-alert-warning {
    background-color: #fcf9e8;
  }

  .charitable-admin-page .charitable-panel-content .charitable-alert.charitable-alert-danger {
    background-color: #fcf0f1;
  }

  .charitable-fullscreen-notice {
    background: #036aab;
    cursor: default;
    height: 100%;
    min-width: 0;
    padding: 0 20px;
    overflow: scroll;
    position: fixed;
    z-index: 9900110; /* was 100110 */
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .charitable-fullscreen-notice img {
    height: 130px;
    width: 130px;
  }

  .charitable-fullscreen-notice img.sullie-icon {
    background-color: #f1f1f1;
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }

  .charitable-fullscreen-notice h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 25px 0 5px 0;
  }

  .charitable-fullscreen-notice p {
    color: #cce0ed;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    max-width: 640px;
  }

  .charitable-fullscreen-notice a {
    color: #cce0ed;
  }

  .charitable-fullscreen-notice a:hover {
    color: #ffffff;
  }

  .charitable-fullscreen-notice .charitable-fullscreen-notice-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    /* Gap is unsupported in IE, but we have only one button on IE notice. */
    justify-content: center;
    margin-top: 25px;
  }

  .charitable-fullscreen-notice .charitable-fullscreen-notice-button {
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: none;
    transition-property: all;
    transition-duration: 0.05s;
    transition-timing-function: ease-out;
  }

  .charitable-fullscreen-notice .charitable-fullscreen-notice-button-primary {
    background-color: #e27730;
    border: 2px solid #e27730;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
  }

  .charitable-fullscreen-notice .charitable-fullscreen-notice-button-primary:hover {
    background-color: #cd6622;
    border-color: #cd6622;
  }

  .charitable-fullscreen-notice .charitable-fullscreen-notice-button-secondary {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    opacity: .5;
  }

  .charitable-fullscreen-notice .charitable-fullscreen-notice-button-secondary:hover {
    opacity: 1;
  }

  .charitable-fullscreen-notice .close,
  .charitable-fullscreen-notice .dismiss {
    background-color: transparent;
    background-image: url("../../images/campaign-builder/times-circle.svg");
    border: none;
    color: #81b5d5;
    cursor: pointer;
    height: 31px;
    opacity: .5;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 31px;
    transition-property: all;
    transition-duration: 0.05s;
    transition-timing-function: ease-out;
  }

  .charitable-fullscreen-notice .close:hover,
  .charitable-fullscreen-notice .dismiss:hover {
    opacity: 1;
  }

  .charitable-fullscreen-notice .close:focus,
  .charitable-fullscreen-notice .dismiss:focus {
    outline: none;
  }

  .charitable-fullscreen-notice-light {
    background: #e8e8e8;
  }

  .charitable-fullscreen-notice-light h3 {
    color: #444444;
  }

  .charitable-fullscreen-notice-light p {
    color: #777777;
  }

  .charitable-fullscreen-notice img {
    height: auto;
    width: auto;
  }

  @supports (display: grid) {
    #charitable-builder-ie-notice {
      display: none;
    }
  }

  #charitable-builder-abort-message h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #charitable-builder-abort-message img {
    width: 400px;
    height: auto;
    margin: 30px 30px 0 30px;
  }

  #charitable-builder-abort-message .charitable-fullscreen-notice-button {
    text-transform: initial;
  }

  #charitable-builder-abort-message .waving-hand-emoji {
    display: inline-block;
    background-image: url("../../images/empty-states/waving-hand-emoji.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 0 0;
    padding-left: 34px;
  }

  @media (max-width: 640px) {
    #charitable-builder-abort-message img {
      width: 250px;
    }
  }

  @media (min-width: 1024px) {
    #charitable-builder-mobile-notice {
      display: none;
    }
  }