/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --sg-blue-100: #e6eaf2;
  --sg-blue-200: #ccd4e4;
  --sg-blue-500: #00297a;
  --sg-blue-900: #00133a;
  --sg-secondary-blue-100: #edf7ff;
  --sg-secondary-blue-200: #dff1ff;
  --sg-secondary-blue-500: #00aeef;
  --sg-secondary-blue-900: #005778;
  --sg-neutral-100: #fcfcfc;
  --sg-neutral-150: #f5f5f5;
  --sg-neutral-200: #efefef;
  --sg-neutral-300: #cccccc;
  --sg-neutral-400: #adb5bd;
  --sg-neutral-500: #858585;
  --sg-neutral-600: #6c757d;
  --sg-neutral-700: #495057;
  --sg-neutral-800: #343a40;
  --sg-neutral-900: #111827;
  --sg-red-100: #ffe9e9;
  --sg-red-500: #ff0000;
  --sg-red-700: #b30000;
  --sg-green-600: #009c3e;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: var(--color-text);
  font-weight: 300;
  background-image: linear-gradient(180deg, #FFF 0%, var(--sg-neutral-200));
  background-color: var(--sg-neutral-200);
}

[v-cloak] {
  display: none;
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .page {
    padding-top: 0;
  }
}

.footer {
  margin: 1rem;
  align-self: center;
}

h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h2 small {
  color: var(--sg-neutral-700);
  font-size: 1rem;
  line-height: 1.25rem;
  font-style: normal;
  font-weight: 400;
  display: block;
}

header.siteheader {
  --header-distance: 2.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: calc(var(--header-distance) / 2);
  border-bottom: 1px solid var(--sg-neutral-200);
}
@media only screen and (max-width: 640px) {
  header.siteheader {
    --header-distance: 1.5rem;
  }
}
header.siteheader .siteheader-navigation {
  position: relative;
}
header.siteheader .siteheader-navigation summary {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  list-style: none;
}
header.siteheader .siteheader-navigation summary h1 {
  margin: 0;
  display: flex;
  gap: 0.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  flex-direction: column;
  padding: calc(var(--header-distance) / 2);
  border-radius: 0.5rem;
}
header.siteheader .siteheader-navigation summary h1 strong {
  font-weight: 700;
}
header.siteheader .siteheader-navigation summary h1 small {
  font-weight: 300;
  font-size: 0.8125rem;
}
header.siteheader .siteheader-navigation summary h1:hover {
  background: var(--sg-blue-100);
}
header.siteheader .siteheader-navigation summary .siteheader-navigation-icon {
  display: inline-flex;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.5rem;
  background-image: url(../assets/arrow-down.svg);
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s;
}
header.siteheader .siteheader-navigation[open] .siteheader-navigation-icon {
  transform: rotate(0deg);
}
header.siteheader .siteheader-navigation ul {
  position: absolute;
  z-index: 10;
  min-width: 260px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: white;
  border: 1px solid var(--sg-neutral-300);
  box-shadow: 2px 8px 15px var(--sg-neutral-200);
}
header.siteheader .siteheader-navigation a {
  display: block;
  padding: 1rem;
  color: var(--sg-blue-900);
  text-decoration: none;
}
header.siteheader .siteheader-navigation a:hover {
  background: var(--sg-blue-100);
}
header.siteheader .siteheader-navigation a span,
header.siteheader .siteheader-navigation a small {
  display: block;
}
header.siteheader .siteheader-navigation a small {
  margin-top: 0.25rem;
  color: var(--sg-neutral-500);
}
header.siteheader .siteheader-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header.siteheader .broker-logo {
  width: 170px;
  height: 40px;
  margin: 0;
  margin: calc(var(--header-distance) / 2);
  background-image: url(../assets/broker-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
@media only screen and (max-width: 640px) {
  header.siteheader {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
  }
  header.siteheader .siteheader-navigation {
    width: 100%;
  }
  header.siteheader .siteheader-navigation summary h1 {
    width: 100%;
    box-sizing: border-box;
  }
  header.siteheader .siteheader-navigation[open] {
    position: fixed;
    inset: 0;
    z-index: 20;
    padding: 1rem;
    box-sizing: border-box;
    background: white;
  }
  header.siteheader .siteheader-navigation[open] summary h1 {
    background: var(--sg-blue-100);
  }
  header.siteheader .siteheader-navigation ul {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 1rem;
    box-sizing: border-box;
    border: 0;
    box-shadow: none;
  }
  header.siteheader .siteheader-navigation li {
    border-bottom: 1px solid var(--sg-neutral-200);
  }
  header.siteheader .siteheader-navigation li:last-child {
    border-bottom: 0;
  }
  header.siteheader .siteheader-navigation a {
    padding: 1.25rem 0;
  }
  header.siteheader .siteheader-navigation a span {
    font-weight: 700;
  }
  header.siteheader .siteheader-navigation a small {
    font-size: 0.875rem;
    line-height: 1.35;
  }
  header.siteheader .siteheader-actions {
    justify-content: flex-end;
    flex-shrink: 0;
  }
  header.siteheader .broker-logo {
    width: 140px;
    height: 34px;
    background-position: top right;
  }
}

.icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.icon-xs {
  width: 1rem;
  height: 1rem;
}
.icon-sm {
  width: 1.25rem;
  height: 1.25rem;
}
.icon-md {
  width: 2rem;
  height: 2rem;
}
.icon-lg {
  width: 3rem;
  height: 3rem;
}
.icon-xl {
  width: 6rem;
  height: 6rem;
}
.icon-agreement {
  background-image: url("../assets/agreement.svg");
}
.icon-altid-logo {
  background-image: url("../assets/altid-logo.svg");
}
.icon-approve {
  background-image: url("../assets/approve.svg");
}
.icon-arrow-down {
  background-image: url("../assets/arrow-down.svg");
}
.icon-arrow-right {
  background-image: url("../assets/arrow-right.svg");
}
.icon-arrow {
  background-image: url("../assets/arrow.svg");
}
.icon-broker-logo {
  background-image: url("../assets/broker-logo.svg");
}
.icon-chat {
  background-image: url("../assets/chat.svg");
}
.icon-checkmark {
  background-image: url("../assets/checkmark.svg");
}
.icon-computer {
  background-image: url("../assets/computer.svg");
}
.icon-controlboard {
  background-image: url("../assets/controlboard.svg");
}
.icon-denied {
  background-image: url("../assets/denied.svg");
}
.icon-eboks-logo {
  background-image: url("../assets/eboks-logo.svg");
}
.icon-empty {
  background-image: url("../assets/empty.svg");
}
.icon-euid-logo {
  background-image: url("../assets/euid-logo.svg");
}
.icon-flag-dk {
  background-image: url("../assets/flag-dk.svg");
}
.icon-flag-gb {
  background-image: url("../assets/flag-gb.svg");
}
.icon-flag-gl {
  background-image: url("../assets/flag-gl.svg");
}
.icon-flash {
  background-image: url("../assets/flash.svg");
}
.icon-hamburger {
  background-image: url("../assets/hamburger.svg");
}
.icon-handshake {
  background-image: url("../assets/handshake.svg");
}
.icon-jwtio {
  background-image: url("../assets/jwtio.svg");
}
.icon-key {
  background-image: url("../assets/key.svg");
}
.icon-keys {
  background-image: url("../assets/keys.svg");
}
.icon-logo {
  background-image: url("../assets/logo.svg");
}
.icon-mitid-logo-black {
  background-image: url("../assets/mitid-logo-black.svg");
}
.icon-mitid-logo {
  background-image: url("../assets/mitid-logo.svg");
}
.icon-mitiderhverv-logo {
  background-image: url("../assets/mitiderhverv-logo.svg");
}
.icon-mobilepay-logo {
  background-image: url("../assets/mobilepay-logo.svg");
}
.icon-nemlogin-logo {
  background-image: url("../assets/nemlogin-logo.svg");
}
.icon-nets-mitid-broker {
  background-image: url("../assets/nets-mitid-broker.svg");
}
.icon-no-entry {
  background-image: url("../assets/no-entry.svg");
}
.icon-notification {
  background-image: url("../assets/notification.svg");
}
.icon-passkeyid {
  background-image: url("../assets/passkeyid.svg");
}
.icon-pdf {
  background-image: url("../assets/pdf.svg");
}
.icon-phone-vibrate {
  background-image: url("../assets/phone-vibrate.svg");
}
.icon-phone {
  background-image: url("../assets/phone.svg");
}
.icon-phonenotification {
  background-image: url("../assets/phonenotification.svg");
}
.icon-play {
  background-image: url("../assets/play.svg");
}
.icon-popup {
  background-image: url("../assets/popup.svg");
}
.icon-proceed {
  background-image: url("../assets/proceed.svg");
}
.icon-redirect {
  background-image: url("../assets/redirect.svg");
}
.icon-scope {
  background-image: url("../assets/scope.svg");
}
.icon-signaturgruppen-broker {
  background-image: url("../assets/signaturgruppen-broker.svg");
}
.icon-signin {
  background-image: url("../assets/signin.svg");
}
.icon-signing {
  background-image: url("../assets/signing.svg");
}
.icon-soloid-logo {
  background-image: url("../assets/soloid-logo.svg");
}
.icon-success {
  background-image: url("../assets/success.svg");
}
.icon-swipe {
  background-image: url("../assets/swipe.svg");
}
.icon-thumbsup {
  background-image: url("../assets/thumbsup.svg");
}
.icon-ticket {
  background-image: url("../assets/ticket.svg");
}
.icon-visa {
  background-image: url("../assets/visa.svg");
}
.icon-wireless {
  background-image: url("../assets/wireless.svg");
}
.icon-workflow {
  background-image: url("../assets/workflow.svg");
}
.icon-arrow-right-neg {
  background-image: url("../assets/arrow-right-neg.svg");
}
.icon-checkmark-neg {
  background-image: url("../assets/checkmark-neg.svg");
}
.icon-eboks-logo-neg {
  background-image: url("../assets/eboks-logo-neg.svg");
}
.icon-mitid-logo-neg {
  background-image: url("../assets/mitid-logo-neg.svg");
}
.icon-mitiderhverv-logo-neg {
  background-image: url("../assets/mitiderhverv-logo-neg.svg");
}
.icon-nemid-logo-neg {
  background-image: url("../assets/nemid-logo-neg.svg");
}
.icon-nemlogin-logo-neg {
  background-image: url("../assets/nemlogin-logo-neg.svg");
}
.icon-signaturgruppen-broker-neg {
  background-image: url("../assets/signaturgruppen-broker-neg.svg");
}
.icon-mitid-logo {
  width: 4rem;
}
.icon-passkeyid {
  width: 6rem;
}
.icon-eboks-logo, .icon-eboks-logo-neg {
  width: 4rem;
}
.icon-mobilepay-logo {
  width: 6rem;
}
.icon-euid-logo {
  width: 6rem;
}
.icon-altid-logo {
  width: 4rem;
}
.icon-soloid-logo {
  width: 6rem;
}
.icon-nemlogin-logo {
  width: 6rem;
}
.icon-mitiderhverv-logo {
  width: 5rem;
}

.progress {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.progress li {
  display: flex;
  flex-direction: column;
  color: var(--sg-neutral-500);
  cursor: default;
  z-index: 1;
  flex: 1;
  border: 1px solid var(--sg-neutral-300);
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
}
.progress li.active {
  color: var(--sg-blue-500);
  font-weight: 700;
  border: 1px solid var(--sg-secondary-blue-500);
  background: var(--sg-secondary-blue-200);
}
.progress li.active .number {
  color: white;
  background: var(--sg-blue-500);
  border-color: var(--sg-blue-500);
}
.progress li.done {
  color: var(--sg-blue-500);
}
.progress li.done .number {
  color: white;
  background: var(--sg-secondary-blue-500);
  border-color: var(--sg-secondary-blue-500);
}
.progress .number {
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  width: 2.5rem;
  height: 2.5rem;
  box-sizing: border-box;
  color: var(--sg-neutral-700);
  background: white;
  border: 1px solid var(--sg-neutral-300);
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 1rem;
}

.progress-bar {
  background: var(--sg-neutral-200);
  height: 14px;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.progress-fill {
  background: var(--sg-blue-500);
  height: 100%;
  transition: width 0.3s linear;
}

@media only screen and (max-width: 640px) {
  .progress {
    gap: 1rem;
    margin: 1rem;
    font-size: 0.75rem;
  }
  .progress::after {
    top: 1.75rem;
    width: calc(100% - 3rem);
  }
  .progress .number {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.flowbox-group {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 640px) {
  .flowbox-group {
    flex-direction: column;
  }
}

.flowbox-group-inline {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.flowbox {
  border: 1px solid var(--sg-neutral-300);
  background: transparent;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  text-align: center;
}
.flowbox:hover {
  outline: 6px solid var(--sg-secondary-blue-200);
  border-color: var(--sg-secondary-blue-500);
  cursor: pointer;
}
.flowbox .gfx {
  margin-bottom: 1rem;
}
.flowbox .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.flowbox .text h3, .flowbox .text p {
  margin: 0;
}

.customform h5.header,
.customform label.header {
  color: var(--sg-neutral-400);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  margin: 2rem 0 0.5rem 0;
  display: block;
}
.customform .checkbox-multi-select {
  transition: background 0.2s, border-color 0.2s;
  cursor: pointer;
  display: flex;
  border-top: 1px solid var(--sg-neutral-200);
}
.customform .checkbox-multi-select:hover .checkbox-marker, .customform .checkbox-multi-select:focus-within .checkbox-marker {
  background: var(--sg-secondary-blue-100);
  border-color: var(--sg-secondary-blue-500);
}
.customform .checkbox-multi-select:has(input:disabled) {
  opacity: 0.55;
  cursor: not-allowed;
}
.customform .checkbox-multi-select:has(input:disabled):hover .checkbox-marker, .customform .checkbox-multi-select:has(input:disabled):focus-within .checkbox-marker {
  background: white;
  border-color: var(--sg-neutral-300);
}
.customform .checkbox-multi-select input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.customform .checkbox-multi-select .checkbox-control {
  display: flex;
  padding: 1rem 0;
  padding: 1rem 0;
}
.customform .checkbox-multi-select .subject {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customform .checkbox-multi-select .checkbox-marker {
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
  background: white;
  border: 1px solid var(--sg-neutral-300);
  border-radius: 0.25rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem;
}
.customform .checkbox-multi-select input:checked + .checkbox-control .checkbox-marker {
  background-color: var(--sg-blue-500);
  border-color: var(--sg-blue-500);
  background-image: url(../assets/checkmark-neg.svg);
  background-size: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
}
.customform .checkbox-multi-select input:focus-visible + .checkbox-control .checkbox-marker {
  outline: 6px solid var(--sg-secondary-blue-200);
}
.customform .checkbox-multi-select input:disabled + .checkbox-control {
  pointer-events: none;
}
.customform .input-group {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
}
.customform .button-group {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
  flex-direction: row;
}
.customform .segment-fieldset {
  border: 0;
  margin: 0 0 1.25rem 0;
  min-width: 0;
  padding: 0;
}
.customform .segment-fieldset legend {
  color: var(--sg-neutral-700);
  display: table;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding: 0;
}
.customform .segment {
  display: flex;
  gap: 1rem;
  width: 100%;
  overflow: hidden;
  background: white;
  border: 1px solid var(--sg-neutral-300);
  border-radius: 0.75rem;
  background: var(--sg-neutral-200);
  padding: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 640px) {
  .customform .segment {
    flex-direction: column;
  }
}
.customform .segment-option {
  cursor: pointer;
  display: flex;
  min-width: 0;
}
.customform .segment-option:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.55;
}
.customform .segment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.customform .segment-option .segment-control {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.65rem 1rem;
  text-align: center;
  transition: background 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
  width: 100%;
  border-radius: 0.5rem;
}
.customform .segment-option:hover .segment-control, .customform .segment-option:focus-within .segment-control {
  outline: 1px solid var(--sg-blue-500);
}
.customform .segment-option input:checked + .segment-control {
  background: var(--sg-blue-500);
  color: white;
  font-weight: 700;
}
.customform .segment-option input:focus-visible + .segment-control {
  outline: 4px solid var(--sg-secondary-blue-500);
}
.customform .segment-option input:disabled + .segment-control {
  pointer-events: none;
}
.customform .radio-select {
  transition: background 0.2s, border-color 0.2s;
  cursor: pointer;
  display: inline-flex;
}
.customform .radio-select:hover .radio-control::before, .customform .radio-select:focus-within .radio-control::before {
  background: var(--sg-secondary-blue-100);
  border-color: var(--sg-secondary-blue-500);
}
.customform .radio-select:has(input:disabled) {
  opacity: 0.55;
  cursor: not-allowed;
}
.customform .radio-select:has(input:disabled):hover .radio-control::before, .customform .radio-select:has(input:disabled):focus-within .radio-control::before {
  background: white;
  border-color: var(--sg-neutral-300);
}
.customform .radio-select input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.customform .radio-select .radio-control {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.customform .radio-select .radio-control::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: border-box;
  background: white;
  border: 1px solid var(--sg-neutral-300);
  border-radius: 50%;
  margin-right: 1rem;
  background-clip: content-box;
  padding: 0.28rem;
}
.customform .radio-select .subject {
  position: relative;
  display: block;
}
.customform .radio-select input:checked + .radio-control::before {
  background-color: var(--sg-blue-500);
  border-color: var(--sg-blue-500);
}
.customform .radio-select input:focus-visible + .radio-control::before {
  outline: 6px solid var(--sg-secondary-blue-200);
}
.customform .radio-select input:disabled + .radio-control {
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .customform .radio-select {
    width: 100%;
  }
  .customform .radio-select .radio-control {
    width: 100%;
  }
}
.customform .checkbox-select {
  display: flex;
  cursor: pointer;
}
.customform .checkbox-select:hover .checkbox-indicator, .customform .checkbox-select:focus-within .checkbox-indicator {
  background: var(--sg-secondary-blue-100);
  border-color: var(--sg-secondary-blue-500);
}
.customform .checkbox-select:has(input:disabled) {
  opacity: 0.55;
  cursor: not-allowed;
}
.customform .checkbox-select:has(input:disabled):hover .checkbox-indicator, .customform .checkbox-select:has(input:disabled):focus-within .checkbox-indicator {
  background: white;
  border-color: var(--sg-neutral-300);
}
.customform .checkbox-select input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.customform .checkbox-select .checkbox-control {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.customform .checkbox-select .checkbox-indicator {
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: border-box;
  background: white;
  border: 1px solid var(--sg-neutral-300);
  border-radius: 0.25rem;
  margin-right: 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem;
  flex: 0 0 1.25rem;
}
.customform .checkbox-select input:checked + .checkbox-control .checkbox-indicator {
  background-color: var(--sg-blue-500);
  border-color: var(--sg-blue-500);
  background-image: url(../assets/checkmark-neg.svg);
  background-size: 0.7rem;
  background-repeat: no-repeat;
  background-position: center;
}
.customform .checkbox-select input:focus-visible + .checkbox-control .checkbox-indicator {
  outline: 6px solid var(--sg-secondary-blue-200);
}
.customform .checkbox-select input:disabled + .checkbox-control {
  pointer-events: none;
}
.customform input[type=text],
.customform textarea {
  width: 100%;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid var(--sg-neutral-200);
  box-sizing: border-box;
}
.customform input[type=text]:focus,
.customform textarea:focus {
  outline: 6px solid var(--sg-secondary-blue-200);
  border: 1px solid var(--sg-secondary-blue-500);
}
.customform input[type=text].code,
.customform textarea.code {
  font-family: monospace;
}
.customform textarea {
  min-height: 350px;
}
.customform .content-indent {
  padding-left: 1.75rem;
  margin-left: 0.75rem;
  border-left: 2px solid var(--sg-neutral-200);
}
.customform .content {
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
.customform .content:last-of-type {
  margin-bottom: 0;
}
.customform .content h5 {
  color: var(--sg-neutral-700);
}
.customform .content h5:first-of-type {
  margin-top: 0rem;
}
.customform .content h5 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.customform .content .group {
  margin-top: 2rem;
}
.customform .input-group {
  display: flex;
  flex-direction: column;
}
.customform .text-block {
  background: var(--sg-secondary-blue-100);
  border-radius: 0.5rem;
  text-align: center;
  padding: 2rem 1rem;
  margin: 2rem 0;
}

.multiple-options-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0;
}
.multiple-options-selector-option {
  display: flex;
}
.multiple-options-selector-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.multiple-options-selector-input:checked + .multiple-options-selector-badge {
  background-color: var(--sg-blue-500);
  border-color: var(--sg-blue-500);
  color: white;
}
.multiple-options-selector-input:focus-visible + .multiple-options-selector-badge {
  outline: 6px solid var(--sg-secondary-blue-200);
}
.multiple-options-selector-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.8rem;
  box-sizing: border-box;
  background: white;
  border: 1px solid var(--sg-neutral-300);
  border-radius: 999px;
  color: var(--sg-neutral-900);
  cursor: pointer;
  font-weight: 700;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.multiple-options-selector-badge:hover {
  background: var(--sg-secondary-blue-100);
  border-color: var(--sg-secondary-blue-500);
}
@media only screen and (max-width: 640px) {
  .multiple-options-selector {
    justify-content: flex-start;
    max-width: 100%;
  }
}

.action-footer {
  margin-top: 2rem;
}

.container {
  width: 100%;
  max-width: 32rem;
  background: var(--sg-neutral-100);
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: 0 10px 20px 0 rgba(14, 42, 90, 0.15);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .container {
    padding: 1.5rem;
  }
}

.entries {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: clamp(300px, 100%, 650px);
  justify-self: center;
}
.entries button {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: white;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid var(--sg-neutral-300);
  transition: transform 0.3s ease 0s;
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
}
.entries button.muted {
  opacity: 0.5;
}
.entries button .badge {
  position: absolute;
  background: var(--sg-neutral-300);
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
  border-radius: 0 0.5rem;
  font-size: 0.7rem;
}
.entries button .badge-success {
  background: #4caf50;
  color: #ffffff;
}
.entries button:hover, .entries button:focus-visible {
  background: var(--sg-secondary-blue-100);
  border: 1px solid var(--sg-secondary-blue-500);
  cursor: pointer;
}
.entries .icon {
  width: 40px;
  height: 40px;
  display: flex;
  margin: auto 13px;
}
.entries h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.entries p {
  color: var(--sg-neutral-500);
  text-align: left;
  margin-top: 6px;
}

.box-cta {
  --spacing: 2rem;
  display: flex;
  background: var(--sg-secondary-blue-200);
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--sg-secondary-blue-500);
  margin-bottom: 2rem;
}
.box-cta .status {
  height: 8rem;
  width: 8rem;
  margin-left: var(--spacing);
  margin-right: 0;
  margin-bottom: 0;
  background-position: top;
}
.box-cta .status figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.box-cta .status .spinner {
  margin-top: 1rem;
}
.box-cta .content {
  margin-left: var(--spacing);
  padding: 0rem 2rem 0rem 2rem;
  text-align: left;
  align-items: flex-start;
}
.box-cta .content h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: left;
}
.box-cta .content p {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .box-cta {
    flex-direction: column;
    align-items: center;
  }
  .box-cta .status {
    height: 4rem;
    width: 4rem;
    margin-left: 0;
  }
  .box-cta .content {
    margin-left: 0;
    align-items: center;
  }
  .box-cta .content h2 {
    text-align: center;
  }
}

.alert {
  background-color: var(--sg-secondary-blue-200);
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  color: var(--sg-blue-900);
}
code {
  margin-left: 0.5rem;
  opacity: 0.5;
  font-size: 0.85rem;
}

code.codeview {
  background-color: var(--sg-blue-900);
  color: var(--sg-secondary-blue-200);
  font-size: 0.85rem;
  line-height: 1.25rem;
  padding: 1rem;
  display: block;
  border-radius: 0.5rem;
  line-break: anywhere;
  opacity: 1;
  margin: 1rem 0;
}

.btn {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 700;
  cursor: pointer;
}
.btn-primary {
  background: var(--sg-blue-500);
  color: white;
  border: none;
}
.btn-primary:hover {
  outline: 6px solid var(--sg-secondary-blue-200);
  cursor: pointer;
}
.btn-outline {
  background: none;
  color: var(--sg-blue-500);
  border: 1px solid var(--sg-blue-500);
}
.btn-outline:hover {
  outline: 6px solid var(--sg-neutral-100);
  cursor: pointer;
  background: white;
}
.btn-text {
  color: var(--sg-neutral-500);
  font-weight: 400;
  background: none;
  border: none;
  padding: 0;
  margin-right: 1rem;
  text-decoration: underline;
}
.btn-text:hover {
  color: var(--sg-neutral-700);
}
.btn-logo, .btn-mobilepay, .btn-ebokswallet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  min-height: 4rem;
  padding: 1rem 2rem;
  background: white;
  border: 1px solid var(--sg-neutral-300);
  box-shadow: none;
}
.btn-logo:hover, .btn-mobilepay:hover, .btn-ebokswallet:hover, .btn-logo:focus-visible, .btn-mobilepay:focus-visible, .btn-ebokswallet:focus-visible {
  border-color: var(--sg-secondary-blue-500);
  outline: 6px solid var(--sg-secondary-blue-200);
}
.btn-logo .icon, .btn-mobilepay .icon, .btn-ebokswallet .icon {
  margin: 0;
}
.btn-ebokswallet {
  background-image: linear-gradient(115deg, #ad3036 0%, #952d46 37%, #7c2a56 100%);
  border-color: transparent;
}
.btn-ebokswallet:hover, .btn-ebokswallet:focus-visible {
  background-image: linear-gradient(115deg, #ad3036 0%, #952d46 15%, #7c2a56 65%);
}

.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: flex;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 0 auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.status-bar {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  margin-right: 2rem;
}
@media only screen and (max-width: 640px) {
  .status-bar {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.status-bar .status-user {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid var(--sg-neutral-300);
  border-radius: 10px;
  padding: 15px 25px 15px 15px;
  position: relative;
  cursor: pointer;
}
.status-bar .status-user:hover .status-info .username:after {
  transform: rotate(90deg);
}
.status-bar .status-user:hover .status-dropdown {
  display: flex;
  position: absolute;
  top: 80px;
  right: 0;
  width: 100%;
  border: 1px solid var(--sg-neutral-300);
  border-radius: 10px;
}
.status-bar .status-user:hover .status-dropdown a {
  width: 100%;
}
.status-bar .status-user:hover .status-dropdown a:hover {
  background: var(--sg-blue-500);
  color: white;
}
.status-bar .status-user .status-dropdown {
  display: none;
}
.status-bar .status-user .status-acronym {
  background: var(--sg-neutral-200);
  padding: 10px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: 800;
  color: var(--sg-neutral-500);
  font-size: 20px;
}
.status-bar .status-user .status-info {
  font-size: 14px;
}
.status-bar .status-user .status-info .desc {
  color: var(--sg-neutral-500);
  margin: 0;
}
.status-bar .status-user .status-info .username {
  margin: 0;
  height: 24px;
  display: flex;
  align-items: center;
}
.status-bar .status-user .status-info .username:after {
  content: " ";
  width: 12px;
  height: 12px;
  background: url(../assets/arrow-right.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
  transition: transform 0.2s;
}

.status-badge {
  --bg: #E0E0E0;
  --fg: inherit;
  --dot: currentColor;
  background: var(--bg);
  color: var(--fg);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-radius: 1rem;
  text-transform: capitalize;
  font-size: 1.2rem;
  margin: 2rem 0;
  justify-content: center;
  position: absolute;
  top: -50px;
  justify-self: center;
}
.status-badge .status-indicator {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--dot);
}
.status-badge.pending {
  --bg: var(--sg-secondary-blue-200);
  --fg: var(--sg-blue-500);
  --dot: var(--sg-secondary-blue-500);
}
.status-badge.pending .status-indicator {
  animation: blink 2s infinite ease-in-out;
}
.status-badge.completed {
  --bg: #4caf50;
  --fg: #ffffff;
  --dot: #81c784;
}
.status-badge.expired {
  --bg: var(--sg-red-500);
  --fg: var(--sg-red-100);
  --dot: var(--sg-red-700);
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}

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