.pulse {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}
.pulse::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 23px;
  height: 34px;
  width: 34px;
  transition: all 0.2s ease;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.pulse::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 23px;
  height: 18px;
  width: 18px;
  transition: all 0.2s ease;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.pulse.pulse-primary-1 {
  background-color: rgba(19, 19, 96, 0.1);
}
.pulse.pulse-primary-1::before {
  background-color: rgba(19, 19, 96, 0.3);
}
.pulse.pulse-primary-1::after {
  background-color: rgba(19, 19, 96, 0.4);
}
.pulse.pulse-primary-2 {
  background-color: rgba(4, 4, 43, 0.1);
}
.pulse.pulse-primary-2::before {
  background-color: rgba(4, 4, 43, 0.3);
}
.pulse.pulse-primary-2::after {
  background-color: rgba(4, 4, 43, 0.4);
}
.pulse.pulse-primary-3 {
  background-color: rgba(235, 235, 235, 0.1);
}
.pulse.pulse-primary-3::before {
  background-color: rgba(235, 235, 235, 0.3);
}
.pulse.pulse-primary-3::after {
  background-color: rgba(235, 235, 235, 0.4);
}
.pulse.pulse-secondary-1 {
  background-color: rgba(117, 235, 236, 0.1);
}
.pulse.pulse-secondary-1::before {
  background-color: rgba(117, 235, 236, 0.3);
}
.pulse.pulse-secondary-1::after {
  background-color: rgba(117, 235, 236, 0.4);
}
.pulse.pulse-secondary-2 {
  background-color: rgba(69, 102, 254, 0.1);
}
.pulse.pulse-secondary-2::before {
  background-color: rgba(69, 102, 254, 0.3);
}
.pulse.pulse-secondary-2::after {
  background-color: rgba(69, 102, 254, 0.4);
}
.pulse.pulse-secondary-3 {
  background-color: rgba(176, 131, 238, 0.1);
}
.pulse.pulse-secondary-3::before {
  background-color: rgba(176, 131, 238, 0.3);
}
.pulse.pulse-secondary-3::after {
  background-color: rgba(176, 131, 238, 0.4);
}
.pulse.pulse-secondary-4 {
  background-color: rgba(255, 114, 114, 0.1);
}
.pulse.pulse-secondary-4::before {
  background-color: rgba(255, 114, 114, 0.3);
}
.pulse.pulse-secondary-4::after {
  background-color: rgba(255, 114, 114, 0.4);
}
.pulse.pulse-secondary-5 {
  background-color: rgba(38, 76, 255, 0.1);
}
.pulse.pulse-secondary-5::before {
  background-color: rgba(38, 76, 255, 0.3);
}
.pulse.pulse-secondary-5::after {
  background-color: rgba(38, 76, 255, 0.4);
}
.pulse.pulse-brand-grey {
  background-color: rgba(197, 197, 199, 0.1);
}
.pulse.pulse-brand-grey::before {
  background-color: rgba(197, 197, 199, 0.3);
}
.pulse.pulse-brand-grey::after {
  background-color: rgba(197, 197, 199, 0.4);
}
/*# sourceMappingURL=../../dist/css/maps/pulse.css.map */
