/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./web/profiles/uw/uw_profile/modules/uw_theme_components/patterns/molecules/separator/separator.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/********
 * Colors
 ********/
/************
 * Typography
 ************/
/*
 * We can use the font weight fot the bold styling example below
 * .test-font { font-family: $font-default; } regular
 * .test-font-bold { font-family: $font-default; font-weight: $font-weight-bold; }
 * @see: _typography.scss
*/
/*****************
 * Global elements
 *****************/
/****************
 * Sizing/Spacing
 ****************/
/*******
 * Forms
 ******/
/***********
 * Bootstrap
 ***********/
/**********
 * Mappings
 *********/
/*
 * IMPORTANT:
 *   - This file should *only contain* variables not considered UN style guide *
 */
/**
  Help theming for rtl languages.
*/
/*
 * This handles indentation for the depth of child levels for accordion
 * TODO: improve this implementation, overly complex due to previous design
 */
/*
 * Reset the button appearance to make it look like regular text.
 *
 * The padding can be optionally passed, as it is usually overriden.
 *
 * @param {Number} $padding - The padding to apply to the button.
 */
/*
 * Adds color & text-shadow-based outline to type.
 *
 * @param {color} $color - Color of the marker.
 * @param {color} $border-color - Color for the outline, or border.
 * @param {percent} $border-alpha - Value used in sass:color.scale().
 */
/*
 * Encapsulates the styles for the WYSIWYG editor.
 *
 * We use a mixin in order to be able to reuse these rules inside the
 * CKEditor5 stylesheet to provide the same styles for the editor content.
 * @see un2_theme/scss/admin/_ckeditor5.scss.
 * @see un2_theme/scss/components/_wysiwyg.scss.
 */
.pattern-separator-sdg {
  position: relative;
  height: 10px;
}
.pattern-separator-sdg::after {
  position: absolute;
  right: 0;
  left: 0;
  background: rgb(229, 36, 59);
  background: linear-gradient(90deg, rgb(229, 36, 59) 0%, rgb(229, 36, 59) 5.9%, rgb(221, 166, 58) 5.9%, rgb(221, 166, 58) 11.8%, rgb(76, 159, 56) 11.8%, rgb(76, 159, 56) 17.7%, rgb(197, 25, 45) 17.7%, rgb(197, 25, 45) 23.6%, rgb(255, 58, 33) 23.6%, rgb(255, 58, 33) 29.5%, rgb(38, 189, 226) 29.5%, rgb(38, 189, 226) 35.4%, rgb(252, 195, 11) 35.4%, rgb(252, 195, 11) 41.3%, rgb(162, 25, 66) 41.3%, rgb(162, 25, 66) 47.2%, rgb(253, 105, 37) 47.2%, rgb(253, 105, 37) 53.1%, rgb(221, 19, 103) 53.1%, rgb(221, 19, 103) 59%, rgb(253, 157, 36) 59%, rgb(253, 157, 36) 64.9%, rgb(191, 139, 46) 64.9%, rgb(191, 139, 46) 70.8%, rgb(63, 126, 68) 70.8%, rgb(63, 126, 68) 76.7%, rgb(10, 151, 217) 76.7%, rgb(10, 151, 217) 82.6%, rgb(86, 192, 43) 82.6%, rgb(86, 192, 43) 88.5%, rgb(0, 104, 157) 88.5%, rgb(0, 104, 157) 94.4%, rgb(25, 72, 106) 94.4%, rgb(25, 72, 106) 100%);
  height: 10px;
  content: "";
}
