.wisesocial--activation--modal .updated--feature--heading {
  flex-direction: column;
  height: 275px !important;
}
.wisesocial--activation--modal .updated--feature--heading .wisesocial--heading {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-bottom: 70px;
}
.wisesocial--activation--modal .updated--feature--heading .wisesocial--heading h3, .wisesocial--activation--modal .updated--feature--heading .wisesocial--heading h2 {
  font-weight: 600;
}
.wisesocial--activation--modal .updated--feature--heading .wisesocial--heading .heading--light {
  opacity: 0.8;
}
.wisesocial--activation--modal .updated--feature--heading .wisesocial--graphic {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 520px;
  z-index: 2;
}
.wisesocial--activation--modal .updated--feature--heading.shrink--heading {
  height: 60px !important;
  align-items: flex-start !important;
  padding-left: 40px !important;
}
.wisesocial--activation--modal .updated--feature--heading.shrink--heading .wisesocial--heading {
  margin-bottom: 0px;
}
.wisesocial--activation--modal .updated--feature--heading.shrink--heading::after {
  display: none;
}

.wisesocial--features--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 15px;
}

.team--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 15px;
}
.team--grid .basic--card {
  transition: all 0.3s ease;
}
.team--grid .basic--card:hover {
  box-shadow: 0 0 0 1px #d5d5d5;
  background-color: #eee;
}
.team--grid .basic--card.selected {
  border-color: #007bff !important;
  box-shadow: 0 0 0 1px #007bff;
  background-color: rgba(0, 123, 255, 0.15) !important;
}

.additional--border--bottom {
  border-bottom: 1px solid #d5d5d5;
}

.updated--feature--heading {
  position: relative;
}
.updated--feature--heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.updated--feature--heading::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
  pointer-events: none;
}

.success--message--wrapper {
  height: 300px;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.success--message--wrapper .wa--icon--container {
  width: 100px !important;
  height: 100px !important;
  min-width: 100px !important;
}
.success--message--wrapper .wa--icon--container i {
  font-size: 48px !important;
}
.success--message--wrapper .redirect--message {
  opacity: 0.6;
  animation: pulseFade 2.5s ease-in-out infinite;
}

@keyframes pulseFade {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.animation-wrapper {
  text-align: center;
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #212121;
  box-sizing: border-box;
}

.animate {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  animation: zoomInFade 2s linear forwards;
}

.animate-0 {
  animation-delay: 0s;
}

.animate-1 {
  animation-delay: 0.5s;
}

.animate-2 {
  animation-delay: 1s;
}

.animate-3 {
  animation-delay: 1.5s;
}

.animate-4 {
  animation-delay: 2s;
}

.powered--by--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
  opacity: 0.85;
}
.powered--by--inline span {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}
.powered--by--inline img {
  height: 16px;
  width: auto;
  object-fit: contain;
}

.powered--by--bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background-color: #333;
  padding: 10px 0;
  margin-top: auto;
}
.powered--by--bar span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.powered--by--bar img {
  height: 22px;
  width: auto;
  object-fit: contain;
}

@keyframes zoomInFade {
  0% {
    transform: scale(0.6);
    opacity: 0;
    top: 100%;
    visibility: hidden;
  }
  50% {
    transform: scale(1);
    opacity: 1;
    top: 50%;
    visibility: visible;
  }
  75% {
    top: 36%;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
    top: 0;
    visibility: hidden;
  }
}/*# sourceMappingURL=socialBay.css.map */