{"version":3,"sources":["../scripts/icons.scss","../src/_utilities.scss","../node_modules/bootstrap/scss/mixins/_breakpoints.scss","../src/icons/_icons.scss","dist/bootstrap-vue-icons.css"],"names":[],"mappings":"AAAA;;ACSE,wBACE,QAAA,EC+DA,4BDzDE,mBACE,QAAA,gBCwDJ,4BDzDE,mBACE,QAAA,gBCwDJ,4BDzDE,mBACE,QAAA,gBCwDJ,6BDzDE,mBACE,QAAA,gBADF,mBACE,QAAA,eEfN,WACE,QAAA,aACA,SAAA,QAGA,eAAA,OAGF,+BAAA,8CAEE,yBAAA,OAAA,iBAAA,OACA,kBAAA,KAAA,SAAA,YAAA,UAAA,uBAAA,UAAA,KAAA,SAAA,YAAA,UAAA,uBAGA,uCANF,+BAAA,8CAOI,kBAAA,KAAA,UAAA,MAIJ,wCAAA,uDAEE,yBAAA,OAAA,iBAAA,OACA,kBAAA,KAAA,SAAA,YAAA,UAAA,gCAAA,UAAA,KAAA,SAAA,YAAA,UAAA,gCAGA,uCANF,wCAAA,uDAOI,kBAAA,KAAA,UAAA,MAIJ,8BAAA,6CAEE,yBAAA,OAAA,iBAAA,OACA,kBAAA,KAAA,SAAA,YAAA,UAAA,sBAAA,UAAA,KAAA,SAAA,YAAA,UAAA,sBAEA,uCALF,8BAAA,6CAMI,kBAAA,KAAA,UAAA,MAIJ,8BAAA,6CAEE,yBAAA,OAAA,iBAAA,OACA,kBAAA,GAAA,SAAA,OAAA,OAAA,sBAAA,UAAA,GAAA,SAAA,OAAA,OAAA,sBAEA,uCALF,8BAAA,6CAMI,kBAAA,KAAA,UAAA,MAIJ,sCAAA,qDAEE,yBAAA,OAAA,iBAAA,OACA,UAAA,GAAA,SAAA,OAAA,QAAA,sBAEA,uCALF,sCAAA,qDAMI,kBAAA,KAAA,UAAA,MAIJ,oCAAA,mDAEE,yBAAA,OAAA,iBAAA,OACA,kBAAA,GAAA,SAAA,SAAA,OAAA,sBAAA,UAAA,GAAA,SAAA,SAAA,OAAA,sBAEA,uCALF,oCAAA,mDAMI,kBAAA,KAAA,UAAA,MAIJ,4CAAA,2DAEE,yBAAA,OAAA,iBAAA,OACA,UAAA,GAAA,SAAA,SAAA,QAAA,sBAGA,uCANF,4CAAA,2DAOI,kBAAA,KAAA,UAAA,MAIJ,+BAAA,8CAEE,yBAAA,OAAA,iBAAA,OACA,kBAAA,KAAA,SAAA,YAAA,UAAA,uBAAA,UAAA,KAAA,SAAA,YAAA,UAAA,uBAGA,uCANF,+BAAA,8CAOI,kBAAA,KAAA,UAAA,MAMN,0CACE,GACE,kBAAA,iBAAA,UAAA,iBAEF,KACE,kBAAA,gBAAA,UAAA,iBALJ,kCACE,GACE,kBAAA,iBAAA,UAAA,iBAEF,KACE,kBAAA,gBAAA,UAAA,iBAIJ,mDACE,GACE,kBAAA,gBAAA,UAAA,gBAEF,KACE,kBAAA,iBAAA,UAAA,kBALJ,2CACE,GACE,kBAAA,gBAAA,UAAA,gBAEF,KACE,kBAAA,iBAAA,UAAA,kBAIJ,yCACE,GACE,QAAA,GAEF,KACE,QAAA,GALJ,iCACE,GACE,QAAA,GAEF,KACE,QAAA,GAIJ,yCACE,GACE,kBAAA,UAAA,UAAA,UAEF,KACE,kBAAA,eAAA,UAAA,gBALJ,iCACE,GACE,kBAAA,UAAA,UAAA,UAEF,KACE,kBAAA,eAAA,UAAA,gBAIJ,0CACE,GACE,QAAA,GACA,kBAAA,UAAA,UAAA,UAEF,KACE,QAAA,EACA,kBAAA,SAAA,UAAA,UAPJ,kCACE,GACE,QAAA,GACA,kBAAA,UAAA,UAAA,UAEF,KACE,QAAA,EACA,kBAAA,SAAA,UAAA,UAWA,gBCqFJ,0BADA,4BAEA,6BAHA,qBDlFM,UAAA,KACA,eAAA","sourcesContent":["/*!\n * BootstrapVue Icons Custom CSS (https://bootstrap-vue.org)\n */\n\n// Include Bootstrap functions, variables, and mixins\n@import \"bootstrap/scss/functions\";\n@import \"bootstrap/scss/variables\";\n@import \"bootstrap/scss/mixins\";\n\n// Import BootstrapVue Icons custom SCSS\n@import \"../src/icons.scss\";\n","// --- BootstrapVue utility / helper classes ---\n\n$bv-utility-classes-defined: false !default;\n\n// Make sure to include these style definitions only once\n@if $bv-utility-classes-defined == false {\n $bv-utility-classes-defined: true;\n\n // No focus outline helper (use sparingly)\n .bv-no-focus-ring:focus {\n outline: none;\n }\n\n // Create `.bv-d--down-none` helper classes\n @each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-down($breakpoint) {\n .bv-d-#{$breakpoint}-down-none {\n display: none !important;\n }\n }\n }\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n","// Base icon styling\n.b-icon {\n &.bi {\n display: inline-block;\n overflow: visible;\n // The following is required to compensate for alignment\n // issues with the Bootstrap Icons alpha implementation\n vertical-align: $b-icon-vertical-offset;\n }\n\n &.b-icon-animation-cylon,\n &.b-iconstack .b-icon-animation-cylon > g {\n transform-origin: center;\n animation: $b-icon-animation-cylon-duration infinite ease-in-out alternate\n b-icon-animation-cylon;\n\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n\n &.b-icon-animation-cylon-vertical,\n &.b-iconstack .b-icon-animation-cylon-vertical > g {\n transform-origin: center;\n animation: $b-icon-animation-cylon-vertical-duration infinite ease-in-out alternate\n b-icon-animation-cylon-vertical;\n\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n\n &.b-icon-animation-fade,\n &.b-iconstack .b-icon-animation-fade > g {\n transform-origin: center;\n animation: $b-icon-animation-fade-duration infinite ease-in-out alternate b-icon-animation-fade;\n\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n\n &.b-icon-animation-spin,\n &.b-iconstack .b-icon-animation-spin > g {\n transform-origin: center;\n animation: $b-icon-animation-spin-duration infinite linear normal b-icon-animation-spin;\n\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n\n &.b-icon-animation-spin-reverse,\n &.b-iconstack .b-icon-animation-spin-reverse > g {\n transform-origin: center;\n animation: $b-icon-animation-spin-reverse-duration infinite linear reverse b-icon-animation-spin;\n\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n\n &.b-icon-animation-spin-pulse,\n &.b-iconstack .b-icon-animation-spin-pulse > g {\n transform-origin: center;\n animation: $b-icon-animation-spin-pulse-duration infinite steps(8) normal b-icon-animation-spin;\n\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n\n &.b-icon-animation-spin-reverse-pulse,\n &.b-iconstack .b-icon-animation-spin-reverse-pulse > g {\n transform-origin: center;\n animation: $b-icon-animation-spin-reverse-pulse-duration infinite steps(8) reverse\n b-icon-animation-spin;\n\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n\n &.b-icon-animation-throb,\n &.b-iconstack .b-icon-animation-throb > g {\n transform-origin: center;\n animation: $b-icon-animation-throb-duration infinite ease-in-out alternate\n b-icon-animation-throb;\n\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n}\n\n// Animation for spinning icons\n@keyframes b-icon-animation-cylon {\n 0% {\n transform: translateX(-25%);\n }\n 100% {\n transform: translateX(25%);\n }\n}\n\n@keyframes b-icon-animation-cylon-vertical {\n 0% {\n transform: translateY(25%);\n }\n 100% {\n transform: translateY(-25%);\n }\n}\n\n@keyframes b-icon-animation-fade {\n 0% {\n opacity: 0.1;\n }\n 100% {\n opacity: 1;\n }\n}\n\n@keyframes b-icon-animation-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(359deg);\n }\n}\n\n@keyframes b-icon-animation-throb {\n 0% {\n opacity: 0.5;\n transform: scale(0.5);\n }\n 100% {\n opacity: 1;\n transform: scale(1);\n }\n}\n\n// Make icons slightly larger in buttons, nav-links, dropdowns, and input-group-text\n.btn,\n.nav-link,\n.dropdown-toggle,\n.dropdown-item,\n.input-group-text {\n .b-icon {\n &.bi {\n font-size: 125%;\n vertical-align: text-bottom;\n }\n }\n}\n","/*!\n * BootstrapVue Icons Custom CSS (https://bootstrap-vue.org)\n */\n.bv-no-focus-ring:focus {\n outline: none;\n}\n\n@media (max-width: 575.98px) {\n .bv-d-xs-down-none {\n display: none !important;\n }\n}\n@media (max-width: 767.98px) {\n .bv-d-sm-down-none {\n display: none !important;\n }\n}\n@media (max-width: 991.98px) {\n .bv-d-md-down-none {\n display: none !important;\n }\n}\n@media (max-width: 1199.98px) {\n .bv-d-lg-down-none {\n display: none !important;\n }\n}\n.bv-d-xl-down-none {\n display: none !important;\n}\n\n.b-icon.bi {\n display: inline-block;\n overflow: visible;\n vertical-align: -0.15em;\n}\n.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;\n animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;\n animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;\n animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 2s infinite linear normal b-icon-animation-spin;\n animation: 2s infinite linear normal b-icon-animation-spin;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n animation: 2s infinite linear reverse b-icon-animation-spin;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;\n animation: 1s infinite steps(8) normal b-icon-animation-spin;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n animation: 1s infinite steps(8) reverse b-icon-animation-spin;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;\n animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n\n@-webkit-keyframes b-icon-animation-cylon {\n 0% {\n -webkit-transform: translateX(-25%);\n transform: translateX(-25%);\n }\n 100% {\n -webkit-transform: translateX(25%);\n transform: translateX(25%);\n }\n}\n\n@keyframes b-icon-animation-cylon {\n 0% {\n -webkit-transform: translateX(-25%);\n transform: translateX(-25%);\n }\n 100% {\n -webkit-transform: translateX(25%);\n transform: translateX(25%);\n }\n}\n@-webkit-keyframes b-icon-animation-cylon-vertical {\n 0% {\n -webkit-transform: translateY(25%);\n transform: translateY(25%);\n }\n 100% {\n -webkit-transform: translateY(-25%);\n transform: translateY(-25%);\n }\n}\n@keyframes b-icon-animation-cylon-vertical {\n 0% {\n -webkit-transform: translateY(25%);\n transform: translateY(25%);\n }\n 100% {\n -webkit-transform: translateY(-25%);\n transform: translateY(-25%);\n }\n}\n@-webkit-keyframes b-icon-animation-fade {\n 0% {\n opacity: 0.1;\n }\n 100% {\n opacity: 1;\n }\n}\n@keyframes b-icon-animation-fade {\n 0% {\n opacity: 0.1;\n }\n 100% {\n opacity: 1;\n }\n}\n@-webkit-keyframes b-icon-animation-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n@keyframes b-icon-animation-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n@-webkit-keyframes b-icon-animation-throb {\n 0% {\n opacity: 0.5;\n -webkit-transform: scale(0.5);\n transform: scale(0.5);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n@keyframes b-icon-animation-throb {\n 0% {\n opacity: 0.5;\n -webkit-transform: scale(0.5);\n transform: scale(0.5);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n.btn .b-icon.bi,\n.nav-link .b-icon.bi,\n.dropdown-toggle .b-icon.bi,\n.dropdown-item .b-icon.bi,\n.input-group-text .b-icon.bi {\n font-size: 125%;\n vertical-align: text-bottom;\n}\n\n/*# sourceMappingURL=bootstrap-vue-icons.css.map */"]}