{"version":3,"sources":["webpack:///src/components/v-fagforening-for-mig/_v-fagforening-for-mig.scss","webpack:///node_modules/bootstrap/scss/mixins/_breakpoints.scss"],"names":[],"mappings":"AAAA,wBACE,wBAAA,CACA,iBAAA,CACA,iBAAA,CAEA,yCACE,iBAAA,CACA,6BAAA,CACA,kBAAA,CACA,iBAAA,CAEA,wDACE,kBAAA,CACA,WAAA,CACA,cAAA,CACA,iBAAA,CAEA,8FACE,eAAA,CC0CJ,wBDjDA,wDAWI,WAAA,CAAA,CAIJ,kDACE,UAAA,CACA,iBAAA,CACA,iBAAA,CACA,MAAA,CACA,iBAAA,CACA,SAAA,CAEA,yDACE,UAAA,CACA,WAAA,CACA,uBAAA,CACA,iBAAA,CACA,SAAA,CAKN,iCACE,aAAA,CACA,eAAA,CACA,YAAA,CACA,QAAA,CACA,iBAAA,CACA,UAAA,CACA,iBAAA,CCSA,wBDhBF,iCASI,YAAA,CAAA,CAGF,qCACE,wBAAA,CACA,iBAAA,CACA,SAAA,CACA,mBAAA,CACA,sBAAA,CACA,0BAAA,CAIJ,+BACE,iBAAA,CACA,iBAAA,CACA,+CAAA,CACA,qBAAA,CACA,iBAAA,CACA,QAAA,CACA,0BAAA,CACA,UAAA,CACA,WAAA,CCFA,2BDPF,+BAYI,gBAAA,CAAA,CCLF,2BDPF,+BAgBI,YAAA,CACA,eAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,WAAA,CACA,OAAA,CACA,kCAAA,CACA,8BAAA,CAAA,CAGF,uCACE,6BAAA,CACA,YAAA,CACA,kBAAA,CACA,mBAAA,CACA,6CACE,UAAA,CACA,WAAA,CACA,aAAA,CAEF,8CACE,UAAA,CACA,WAAA,CACA,wBAAA,CACA,cAAA,CACA,8BAAA,CACA,iBAAA,CACA,WAAA,CACA,oDACE,sBAAA,CAMR,sDACE,sBAAA,CAIF,yCACE,iBAAA,CACA,OAAA,CACA,SAAA,CCrDA,2BDkDF,yCAMI,cAAA,CACA,UAAA,CACA,qBAAA,CAAA","file":"f6c4b7b2863af283.css","sourcesContent":[".union {\n  background-color: theme-color(\"light\");\n  border-radius: 8px;\n  position: relative;\n\n  &__content-wrapper {\n    padding: 5% $spacer 0;\n    width: clamp(200px, 668px, 100%);\n    margin-inline: auto;\n    text-align: center;\n\n    &__input-wrapper {\n      margin: 35px auto 0;\n      width: 300px;\n      max-width: 100%;\n      position: relative;\n\n      &:has(.union__content-wrapper__ctaText) {\n        margin-top: 75px;\n      }\n\n      @include media-breakpoint-up(sm) {\n        width: 400px;\n      }\n    }\n\n    &__ctaText {\n      width: 90px;\n      border-radius: 5px;\n      position: absolute;\n      left: 0;\n      text-align: center;\n      top: -50px;\n\n      &__arrow {\n        width: 20px;\n        height: 10px;\n        transform: rotate(45deg);\n        position: absolute;\n        right: 45%;\n      }\n    }\n  }\n\n  &__picture {\n    display: block;\n    overflow: hidden;\n    height: 150px;\n    bottom: 0;\n    position: relative;\n    width: 100%;\n    border-radius: 5px;\n    @include media-breakpoint-up(sm) {\n      height: 175px;\n    }\n\n    img {\n      max-width: none !important;\n      position: absolute;\n      z-index: 1;\n      inset-block-start: 0;\n      inset-inline-start: 50%;\n      transform: translateX(-50%);\n    }\n  }\n\n  &__modal {\n    position: absolute;\n    border-radius: 5px;\n    box-shadow: 2px 2px 10px #00000026;\n    background-color: theme-color(\"white\");\n    padding: 20px 25px;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 10;\n    width: 400px;\n\n    @include media-breakpoint-down(md) {\n      margin-top: -33px;\n    }\n\n    @include media-breakpoint-down(sm) {\n      padding: 20px;\n      min-width: 300px;\n      width: 300px;\n      margin-top: -30px;\n      position: fixed;\n      z-index: 100;\n      top: 50%;\n      box-shadow: 0 0 20px #00000033;\n      transform: translate(-50%, -50%);\n    }\n\n    &__header {\n      justify-content: space-between;\n      display: flex;\n      align-items: center;\n      padding-bottom: 20px;\n      &__logo {\n        width: 40px;\n        height: auto;\n        color: theme-color(\"primary\");\n      }\n      &__close {\n        width: 32px;\n        height: 32px;\n        background-color: theme-color(\"gray\");\n        cursor: pointer;\n        transition: filter 100ms ease-out;\n        border-radius: 50%;\n        padding: 8px;\n        &:hover {\n          filter: brightness(0.95);\n        }\n      }\n    }\n  }\n\n  :deep(.multiselect__content-wrapper) {\n    margin-top: 0 !important;\n  }\n\n  // modal outside clicker\n  &__outside-clicker {\n    position: absolute;\n    inset: 0;\n    z-index: 9;\n    @include media-breakpoint-down(sm) {\n      // Takeover styles\n      position: fixed;\n      z-index: 99;\n      background-color: theme-color(\"white\");\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"]}