* {
  margin: 0;
}
.influence-social-proof {
  box-sizing: border-box;
  height: 85px !important;
  padding: 2px 5px 2px 8px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05),
    0 8px 50px rgba(0, 0, 0, 0.05);
  border: 0.4px solid rgba(200, 200, 200, 0.38) !important;
  width: 345px;
  border-radius: 10px;
  background-color: #fff;
  font-family: inherit;
  font-weight: 400;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 20px 0;
}
.bounceIn {
  animation: bounceBottomUp 1.1s linear both;
}
.bounceOut {
  animation: bounceBottomDown 2s linear both;
}
.fadeIn {
  animation: fadein 0.8s ease-in;
}
.fadeOut {
  animation: fadeout 0.6s ease-out;
}
.parentContentWrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.parentContentWrapper > .leftContainer {
  width: 72px;
  height: 72px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.parentContentWrapper .leftContainer .imageStyle {
  text-align: center;
  box-sizing: border-box;
  border: none;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  object-fit: contain;
  box-shadow: 0 0 1px #d0d0d0;
  margin: 0;
  padding: 0;
  border-radius: 50px;
  height: 42px;
  width: 42px;
}
.parentContentWrapper .rightFlexContainer {
  width: 255px;
  height: 100%;
}
.parentContentWrapper .rightSideContainer {
  width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
}
.parentContentWrapper > .footerContainer {
  width: 100%;
  height: 13px;
}
.span1Element {
  text-decoration: none;
  border-radius: 2px;
  font-size: 17px;
  padding: 2px 2px 2px 4px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-family: sans-serif;
  color: #2c66c3;
  text-transform: capitalize;
  background-color: #f3f7ff;
}
.visitorTextElement2 {
  margin-left: 5px;
}
.singleLineContent {
  margin: 0;
  line-height: 1.2;
}
.span2Element {
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.3px;
  padding-left: 2px;
  font-family: sans-serif;
  font-weight: 400;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.twoLineContent {
  display: flex;
  flex-direction: column;
  margin: 0;
  flex-flow: wrap;
}
.footerWrapper {
  font-size: 15px;
  text-align: center;
  max-height: 14px;
  margin-top: 0.05px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 230px;
}
.timeELementContainer {
  text-align: center;
  font-size: 9.5px;
  color: #5b6173;
  padding-left: 0;
  font-family: sans-serif;
  line-height: 1;
  letter-spacing: normal;
  margin: 0;
  padding-top: 2.5px;
  font-weight: 500;
}
.brandContainer {
  text-align: center;
  margin: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  line-height: 0.9;
}
.brandContainer > .verifiedBySpan {
  font-size: 9.5px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #787878;
  font-family: sans-serif;
  word-spacing: 1px;
  vertical-align: middle;
  line-height: inherit;
  padding-right: 2.5px;
}
.brandContainer > .checkIcon {
  margin-right: 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandContainer > .brandNameSpan {
  text-align: center;
  line-height: initial;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  font-style: normal;
  font-size: 9.5px;
  font-weight: 500;
  font-family: sans-serif;
  color: #077fff;
  letter-spacing: 0.25px;
}
.animation-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animation-wrapper .animationClass,
.animation-wrapper .circle-2 {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #0095f7;
  box-shadow: 0 0 0 rgba(0, 149, 247, 0.4);
  margin: auto;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 36px;
  padding: 0;
}
.animation-wrapper .animationClass {
  animation: livePulseAnimation 3s linear infinite;
}
.animation-wrapper .circle-2 {
  animation: livePulseAnimation 3s linear infinite 1.5s;
}
@keyframes livePulseAnimation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 149, 247, 0.4);
  }
  to {
    box-shadow: 0 0 0 19px rgba(0, 149, 247, 0);
  }
}
@keyframes bounceBottomUp {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
  4.1% {
    transform: matrix(1, 0, 0, 1, 0, 41.971);
  }
  8.11% {
    transform: matrix(1, 0, 0, 1, 0, 10.549);
  }
  12.11% {
    transform: matrix(1, 0, 0, 1, 0, -1.843);
  }
  16.12% {
    transform: matrix(1, 0, 0, 1, 0, -4.336);
  }
  27.23% {
    transform: matrix(1, 0, 0, 1, 0, -0.784);
  }
  38.34% {
    transform: matrix(1, 0, 0, 1, 0, 0.104);
  }
  60.56% {
    transform: matrix(1, 0, 0, 1, 0, -0.002);
  }
  82.78% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes bounceBotomDown {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  4.2% {
    transform: matrix(1, 0, 0, 1, 0, 54.927);
  }
  8.31% {
    transform: matrix(1, 0, 0, 1, 0, 88.411);
  }
  12.51% {
    transform: matrix(1, 0, 0, 1, 0, 103.215);
  }
  16.62% {
    transform: matrix(1, 0, 0, 1, 0, 106.331);
  }
  27.73% {
    transform: matrix(1, 0, 0, 1, 0, 101.285);
  }
  38.84% {
    transform: matrix(1, 0, 0, 1, 0, 99.747);
  }
  61.06% {
    transform: matrix(1, 0, 0, 1, 0, 100.01);
  }
  83.28% {
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
}
.parentContentWrapper .leftContainer .identification-imageStyle {
  width: 51px;
  height: 51px;
  box-shadow: none;
}
.identification-span2Element {
  font-size: 11.9px;
  font-style: normal;
  color: #686b82;
  line-height: 1.3;
  font-family: sans-serif;
  letter-spacing: -0.13px;
  padding-left: 2px;
  word-break: break-word;
}
.journey-influence-social-proof {
  padding: 2px 1px 2px 5.05px;
}
.parentContentWrapper .journey-rightFlexContainer {
  width: 250px;
  padding-left: 2px;
}
.parentContentWrapper .leftContainer.journey-leftContainer {
  margin-left: 2px;
}
.leftContainer > .journey-leftContainer {
  margin-right: 8px;
}
.parentContentWrapper .leftContainer .journey-imageStyle {
  height: 72px;
  width: 100%;
  box-shadow: 0 0 1px #d0d0d0;
}
.journey-lineWrapper {
  align-self: center;
  max-width: 255px;
  max-height: 66px;
  position: relative;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1;
  overflow: hidden;
  display: -webkit-inline-box;
  direction: inherit;
}
.journey-span1Element {
  font-size: 13.3px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #2c66c3;
  font-family: sans-serif;
  padding-left: 5px;
  text-transform: none;
  background: rgba(240, 248, 255, 0.35);
  line-height: 1.5;
  overflow: hidden;
  max-height: 19px;
  margin-bottom: 1.3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.journey-span2Element {
  font-size: 10px;
  font-style: normal;
  color: #17193c;
  line-height: 1.1;
  font-family: sans-serif;
  letter-spacing: 0.3px;
  padding-left: 5px;
  overflow: hidden;
  align-self: center;
  word-break: break-word;
  font-weight: 500;
  -webkit-line-clamp: 2;
}
.journey-twoLineContent {
  margin: 0;
  -webkit-box-orient: vertical;
  line-height: 1;
  overflow: hidden;
  direction: inherit;
}
