/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
.separator.separator--primary {
  height: 1px;
  background: #F0F0F0;
  opacity: 1;
  border: 0;
}
.separator.separator--secondary {
  height: 16px;
  background: rgb(120, 190, 32);
  background: linear-gradient(90deg, #477615 0%, #477615 16.67%, #C4D600 16.67%, #C4D600 33.34%, #FF533F 33.34%, #FF533F 50.01%, #D93E12 50.01%, #D93E12 66.68%, #00A9E0 66.68%, #00A9E0 83.35%, #0CACEB 83.35%, #0CACEB 100%);
  opacity: 1;
  border: 0;
}

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