#svg_logo .logotype_path {
  fill: #FFFFFF;
}
#svg_logo .holder {
  fill: #0C84D9;
}
#svg_logo .anniversary_logotype_path {
  fill: #FFFFFF;
}
#svg_logo .anniversary_decoration {
  fill: #FFFFFF;
  stroke: rgba(0, 0, 0, 0);
}

#svg_logo_bg_blue .holder {
  fill: #0C84D9 !important;
  stroke: rgba(0, 0, 0, 0);
}
#svg_logo_bg_blue .logotype_path {
  fill: #FFFFFF !important;
}
#svg_logo_bg_blue .anniversary_logotype_path,
#svg_logo_bg_blue .anniversary_holder,
#svg_logo_bg_blue .anniversary_decoration,
#svg_logo_bg_blue .anniversary_hat {
  fill: #0C84D9 !important;
}

.svg_red {
  fill: red;
  stroke: black;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  15%, 70% {
    opacity: 1;
  }
  85%, 100% {
    opacity: 0;
  }
}
.svg_blink {
  animation: blink 1s ease infinite;
}

#svg_trustpilot-logo .trustpilot-logotype {
  fill: #191919;
}
#svg_trustpilot-logo .trustpilot-logomark .star-full {
  fill: #00B67A;
}
#svg_trustpilot-logo .trustpilot-logomark .star-cutout {
  fill: #005128;
}

#svg_trustpilot_white .trustpilot-logomark .star-full {
  fill: #00B67A;
}
#svg_trustpilot_white .trustpilot-logomark .star-cutout {
  fill: #005128;
}
#svg_trustpilot_white .trustpilot-logotype .text {
  fill: #FFFFFF;
}

.new_trust_pilot_logo {
  width: 80px;
  height: 24px;
  margin-bottom: 0.4rem;
  vertical-align: middle;
}

/*# sourceMappingURL=svg_custom.css.map */
