/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/search_box/search_box.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.
 */
.search-box-wrapper {
  position: relative;
  z-index: 1;
  margin-block-end: 1rem;
}
.search-box-wrapper .form-group {
  margin-bottom: 0;
}
.search-box-wrapper i.fas:not(.fa-times-circle) {
  color: #7f7f7f;
}
.search-box-wrapper .results {
  position: absolute;
  z-index: -1;
  margin-block-start: -1px;
  border: 1px #7f7f7f solid;
  background-color: #fff;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.search-box-wrapper .results a.result {
  display: block;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  text-decoration: none;
}
.search-box-wrapper .results a.result.active, .search-box-wrapper .results a.result:hover {
  background-color: #f5f5f5;
}
.search-box-wrapper .results a.result .result-title {
  color: #404040;
}
.search-box-wrapper .results a.result .result-parents {
  color: #404040;
  font-size: 0.875rem;
}
