:global {
  .notify-card {
    z-index: 9999 !important;
    width: 280px !important;
    height: 320px;

    .notify-card-title-text {
      .teamix-title {
        overflow: unset;
        text-overflow: unset;
        white-space: unset;
      }
    }

    .notify-card-header-img {
      min-height: unset;
      height: 77px;
      margin: 0;
      transform: translate(-20px, -20px);
    }

    .teamix-icon-remove-o {
      display: none;
    }

    .notify-card-title {
      font-size: 14px;
      font-weight: 600;
      color: var(--color-text1-4, #292929);
      margin-top: -8px;
      width: 274px;
    }
    .notify-card-footer-btns button {
      min-width: unset !important;
    }

    .notify-card-footer-btns {
      margin: 0;
    }
  }
}

.notifyCardContent {
  font-size: 12px;
  color: var(--color-text1-2, #6e6e6e);
}

.upgradeButton {
  width: 72px !important;
  height: 24px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ignoreButton {
  width: 48px !important;
  height: 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--color-text1-4, #292929) !important;
}

.footerCheckBoxText {
  font-size: 14px;
  font-weight: normal;
  color: var(--color-text1-3, #575757);
  white-space: nowrap;
  line-height: 0 !important;
  margin-right: 14px !important;
}
