.targetdna-webinar-popup-is-hidden .targetdna-notifications-slide-in {
  display: none;
}

[class$=pointer-link] {
  display: block;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0.25em !important;
  border-bottom: none !important;
  text-decoration: none;
}
[class$=pointer-link]:after {
  content: "";
  visibility: visible;
  margin-left: 0.2em;
  margin-bottom: 2px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 9px;
  width: 9px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: margin 0.25s;
  transition: margin 0.25s;
  cursor: pointer;
}

.targetdna-notifications-slide-in {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 500px !important;
  padding: 30px 55px 35px 40px;
  position: fixed;
  bottom: 20px;
  color: #fff;
  z-index: 99999;
  left: -1000px;
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 18px !important;
  line-height: 1.6 !important;
  -webkit-box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.2);
  background: #461898;
  overflow: hidden;
}
.targetdna-notifications-slide-in *,
.targetdna-notifications-slide-in *:before,
.targetdna-notifications-slide-in *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.targetdna-notifications-slide-in p {
  font-size: 18px !important;
}
.targetdna-notifications-slide-in:before {
  left: 230px;
  background-repeat: no-repeat;
  position: absolute;
  height: 500px;
  content: "";
  background-size: 50%;
  width: 500px;
  display: block;
  top: -11px;
  opacity: 0.3;
  z-index: 0;
}

.targetdna-notifications-slide-in-heading {
  color: #fff;
  display: table;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .targetdna-notifications-slide-in-heading {
    font-size: 24px;
  }
}

.notifications-date {
  font-style: italic;
}

.reveal-slide-in {
  -webkit-transition: 1s;
  transition: 1s;
  left: 20px;
}
@media (max-width: 600px) {
  .reveal-slide-in {
    left: 0;
    max-width: 100vw;
    bottom: 0;
    padding: 30px 55px 30px 20px;
    font-size: 16px;
  }
}

.targetdna-notifications-slide-in-content {
  width: 100%;
}

.targetdna-notifications-slide-in-close {
  font-size: 32px;
  font-weight: 300;
  position: absolute;
  right: 17px;
  top: 0;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.targetdna-notifications-slide-in-close:hover {
  opacity: 0.5;
}

.targetdna-notifications-slide-in-title {
  font-weight: bold;
  margin-bottom: 0;
}

.targetdna-notifications-slide-in-description p {
  padding-bottom: 5px;
  margin: 0 !important;
}

.targetdna-notifications-slide-in-date {
  margin-top: 10px;
  font-style: italic;
}

.targetdna-notifications-slide-in-link.rx-pointer-link {
  margin-top: 20px;
  display: inline-block !important;
}
.targetdna-notifications-slide-in-link.rx-pointer-link:after {
  border-color: currentColor;
}

.targetdna-notifications-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
.targetdna-notifications-bar [class$=pointer-link] {
  display: inline !important;
}
.targetdna-notifications-bar [class$=pointer-link]:after {
  margin-bottom: 1px;
  border-width: 2px 2px 0 0;
  height: 5px;
  width: 5px;
}
@media screen and (max-width: 1000px) {
  .targetdna-notifications-bar {
    display: block;
  }
}

.targetdna-notifications-bar-heading {
  font-weight: bold;
}

.targetdna-notifications-bar-link {
  font-size: 16px !important;
}

.targetdna-notifications-bar-description p {
  padding: 0 4px;
  display: inline;
}