/* src/assets/font/css/open-sans.css */
@font-face {
  font-family: "Open Sans";
  src: url(/assets/font/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/assets/font/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/assets/font/OpenSans-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/assets/font/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* src/assets/font/css/poppins.css */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/font/Poppins-SemiBold.eot);
  src:
    local("Poppins SemiBold"),
    local("Poppins-SemiBold"),
    url(/assets/font/Poppins-SemiBold.woff2) format("woff2"),
    url(/assets/font/Poppins-SemiBold.woff) format("woff"),
    url(/assets/font/Poppins-SemiBold.ttf) format("truetype");
}

/* src/assets/font/css/inter.css */
@font-face {
  font-family: "Inter";
  src: url(/assets/font/Inter_18pt-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/font/Inter_18pt-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* src/styles.scss */
body {
  font-family:
    "Open Sans",
    Arial,
    Helvetica,
    sans-serif;
  height: 100vh;
}
@media (max-width: 768px) {
  .mobile-view {
    display: block;
    width: 100%;
  }
  .desktop-view {
    display: none;
  }
  .panel {
    min-width: initial !important;
    width: 95%;
  }
  .content-container {
    margin-top: 50px !important;
  }
}
@media (min-width: 769px) {
  .mobile-view {
    display: none;
  }
  .desktop-view {
    display: block;
  }
}
.content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.app-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-center {
  justify-content: center;
}
table {
  width: 100%;
  border-radius: 5px;
  border-left: 1px solid var(--IDS-COLOR-NEUTRAL-40);
  border-right: 1px solid var(--IDS-COLOR-NEUTRAL-40);
  border-bottom: 1px solid var(--IDS-COLOR-NEUTRAL-40);
  border-collapse: separate;
  border-spacing: 0;
}
tr th {
  background: var(--table-head_background-color);
  border-top: 1px solid var(--IDS-COLOR-NEUTRAL-40);
  border-bottom: 1px solid var(--IDS-COLOR-NEUTRAL-40);
  text-align: left;
  padding: 11px 15px;
}
table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
td {
  display: table-cell;
  border-bottom: 1px solid var(--IDS-COLOR-NEUTRAL-40);
  position: relative;
  padding: 11px 15px;
  cursor: pointer;
}
tr:last-child td {
  border-bottom: 0;
}
.table-header {
  font-size: 14px;
  display: flex;
  align-items: center;
}
tr:hover {
  background: var(--IDS-COLOR-NEUTRAL-99);
}
tr[tabindex="0"]:focus {
  outline: none;
  background: var(--IDS-COLOR-NEUTRAL-99);
}
.hidden {
  display: none;
}
.align-items-center {
  align-items: center;
}
.qr-code {
  width: 200px;
  height: 200px;
  align-self: center;
}
.icon {
  width: 80px;
  height: 80px;
}
sak-commission .table tr th:first-child,
idp-user-choice .table tr th:first-child,
idp-authentication-method .table tr th:first-child,
idp-siths-eid-authentication .table tr th:first-child,
freja-eid-authentication .table tr th:first-child,
bank-id-authentication .table tr th:first-child,
totp-authentication .table tr th:first-child,
idp-showroom .table tr th:first-child,
loggedout .table tr th:first-child,
mtls-no-certificate .table tr th:first-child,
mtls-rotation-limit .table tr th:first-child,
idp-error-view .table tr th:first-child {
  padding-left: 25px;
}
sak-commission .table tr td:first-of-type,
idp-user-choice .table tr td:first-of-type,
idp-authentication-method .table tr td:first-of-type,
idp-siths-eid-authentication .table tr td:first-of-type,
freja-eid-authentication .table tr td:first-of-type,
bank-id-authentication .table tr td:first-of-type,
totp-authentication .table tr td:first-of-type,
idp-showroom .table tr td:first-of-type,
loggedout .table tr td:first-of-type,
mtls-no-certificate .table tr td:first-of-type,
mtls-rotation-limit .table tr td:first-of-type,
idp-error-view .table tr td:first-of-type {
  padding-left: 25px;
}
sak-commission .table tr th.is-clickable span,
idp-user-choice .table tr th.is-clickable span,
idp-authentication-method .table tr th.is-clickable span,
idp-siths-eid-authentication .table tr th.is-clickable span,
freja-eid-authentication .table tr th.is-clickable span,
bank-id-authentication .table tr th.is-clickable span,
totp-authentication .table tr th.is-clickable span,
idp-showroom .table tr th.is-clickable span,
loggedout .table tr th.is-clickable span,
mtls-no-certificate .table tr th.is-clickable span,
mtls-rotation-limit .table tr th.is-clickable span,
idp-error-view .table tr th.is-clickable span {
  line-height: 24px;
}
sak-commission .table tr th.is-clickable i,
idp-user-choice .table tr th.is-clickable i,
idp-authentication-method .table tr th.is-clickable i,
idp-siths-eid-authentication .table tr th.is-clickable i,
freja-eid-authentication .table tr th.is-clickable i,
bank-id-authentication .table tr th.is-clickable i,
totp-authentication .table tr th.is-clickable i,
idp-showroom .table tr th.is-clickable i,
loggedout .table tr th.is-clickable i,
mtls-no-certificate .table tr th.is-clickable i,
mtls-rotation-limit .table tr th.is-clickable i,
idp-error-view .table tr th.is-clickable i {
  display: flex;
}
sak-commission .loading,
idp-user-choice .loading,
idp-authentication-method .loading,
idp-siths-eid-authentication .loading,
freja-eid-authentication .loading,
bank-id-authentication .loading,
totp-authentication .loading,
idp-showroom .loading,
loggedout .loading,
mtls-no-certificate .loading,
mtls-rotation-limit .loading,
idp-error-view .loading {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}
sak-commission .panel,
idp-user-choice .panel,
idp-authentication-method .panel,
idp-siths-eid-authentication .panel,
freja-eid-authentication .panel,
bank-id-authentication .panel,
totp-authentication .panel,
idp-showroom .panel,
loggedout .panel,
mtls-no-certificate .panel,
mtls-rotation-limit .panel,
idp-error-view .panel {
  box-shadow: 0 2px 4px 0 rgba(30, 30, 30, 0.3);
  display: flex;
  flex-direction: column;
  padding: 1.5625rem 1.875rem 1.25rem;
  overflow: hidden;
  position: relative;
  border: none;
  transition:
    transform 0.15s ease-out,
    box-shadow 0.15s ease-out,
    border-bottom 0.15s ease-out;
  border-radius: 0.625rem;
  min-width: 30rem;
}
sak-commission .panel-heading,
idp-user-choice .panel-heading,
idp-authentication-method .panel-heading,
idp-siths-eid-authentication .panel-heading,
freja-eid-authentication .panel-heading,
bank-id-authentication .panel-heading,
totp-authentication .panel-heading,
idp-showroom .panel-heading,
loggedout .panel-heading,
mtls-no-certificate .panel-heading,
mtls-rotation-limit .panel-heading,
idp-error-view .panel-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
sak-commission .panel:before,
idp-user-choice .panel:before,
idp-authentication-method .panel:before,
idp-siths-eid-authentication .panel:before,
freja-eid-authentication .panel:before,
bank-id-authentication .panel:before,
totp-authentication .panel:before,
idp-showroom .panel:before,
loggedout .panel:before,
mtls-no-certificate .panel:before,
mtls-rotation-limit .panel:before,
idp-error-view .panel:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3125rem;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
}
sak-commission .panel-content,
idp-user-choice .panel-content,
idp-authentication-method .panel-content,
idp-siths-eid-authentication .panel-content,
freja-eid-authentication .panel-content,
bank-id-authentication .panel-content,
totp-authentication .panel-content,
idp-showroom .panel-content,
loggedout .panel-content,
mtls-no-certificate .panel-content,
mtls-rotation-limit .panel-content,
idp-error-view .panel-content {
  padding: 20px;
}
sak-commission .panel-content .instructions-text-container,
idp-user-choice .panel-content .instructions-text-container,
idp-authentication-method .panel-content .instructions-text-container,
idp-siths-eid-authentication .panel-content .instructions-text-container,
freja-eid-authentication .panel-content .instructions-text-container,
bank-id-authentication .panel-content .instructions-text-container,
totp-authentication .panel-content .instructions-text-container,
idp-showroom .panel-content .instructions-text-container,
loggedout .panel-content .instructions-text-container,
mtls-no-certificate .panel-content .instructions-text-container,
mtls-rotation-limit .panel-content .instructions-text-container,
idp-error-view .panel-content .instructions-text-container {
  width: fit-content;
  background-color: #f1edea;
  border-radius: 10px;
  padding: 20px;
}
sak-commission .panel-content .instructions-text-container .instructions-text,
idp-user-choice .panel-content .instructions-text-container .instructions-text,
idp-authentication-method .panel-content .instructions-text-container .instructions-text,
idp-siths-eid-authentication .panel-content .instructions-text-container .instructions-text,
freja-eid-authentication .panel-content .instructions-text-container .instructions-text,
bank-id-authentication .panel-content .instructions-text-container .instructions-text,
totp-authentication .panel-content .instructions-text-container .instructions-text,
idp-showroom .panel-content .instructions-text-container .instructions-text,
loggedout .panel-content .instructions-text-container .instructions-text,
mtls-no-certificate .panel-content .instructions-text-container .instructions-text,
mtls-rotation-limit .panel-content .instructions-text-container .instructions-text,
idp-error-view .panel-content .instructions-text-container .instructions-text {
  font-size: 1.1rem;
  text-align: center;
}
sak-commission .panel-content .instructions-text-container .instructions-text:not(:last-child),
idp-user-choice .panel-content .instructions-text-container .instructions-text:not(:last-child),
idp-authentication-method .panel-content .instructions-text-container .instructions-text:not(:last-child),
idp-siths-eid-authentication .panel-content .instructions-text-container .instructions-text:not(:last-child),
freja-eid-authentication .panel-content .instructions-text-container .instructions-text:not(:last-child),
bank-id-authentication .panel-content .instructions-text-container .instructions-text:not(:last-child),
totp-authentication .panel-content .instructions-text-container .instructions-text:not(:last-child),
idp-showroom .panel-content .instructions-text-container .instructions-text:not(:last-child),
loggedout .panel-content .instructions-text-container .instructions-text:not(:last-child),
mtls-no-certificate .panel-content .instructions-text-container .instructions-text:not(:last-child),
mtls-rotation-limit .panel-content .instructions-text-container .instructions-text:not(:last-child),
idp-error-view .panel-content .instructions-text-container .instructions-text:not(:last-child) {
  margin-bottom: 15px;
}
sak-commission .panel-content .instructions-text-container .column,
idp-user-choice .panel-content .instructions-text-container .column,
idp-authentication-method .panel-content .instructions-text-container .column,
idp-siths-eid-authentication .panel-content .instructions-text-container .column,
freja-eid-authentication .panel-content .instructions-text-container .column,
bank-id-authentication .panel-content .instructions-text-container .column,
totp-authentication .panel-content .instructions-text-container .column,
idp-showroom .panel-content .instructions-text-container .column,
loggedout .panel-content .instructions-text-container .column,
mtls-no-certificate .panel-content .instructions-text-container .column,
mtls-rotation-limit .panel-content .instructions-text-container .column,
idp-error-view .panel-content .instructions-text-container .column {
  display: flex;
  width: 100%;
  align-items: center;
}
sak-commission .instructions-text-container,
idp-user-choice .instructions-text-container,
idp-authentication-method .instructions-text-container,
idp-siths-eid-authentication .instructions-text-container,
freja-eid-authentication .instructions-text-container,
bank-id-authentication .instructions-text-container,
totp-authentication .instructions-text-container,
idp-showroom .instructions-text-container,
loggedout .instructions-text-container,
mtls-no-certificate .instructions-text-container,
mtls-rotation-limit .instructions-text-container,
idp-error-view .instructions-text-container {
  background-color: #f1edea;
  border-radius: 10px;
  padding: 20px;
}
sak-commission .instructions-text-container .instructions-text,
idp-user-choice .instructions-text-container .instructions-text,
idp-authentication-method .instructions-text-container .instructions-text,
idp-siths-eid-authentication .instructions-text-container .instructions-text,
freja-eid-authentication .instructions-text-container .instructions-text,
bank-id-authentication .instructions-text-container .instructions-text,
totp-authentication .instructions-text-container .instructions-text,
idp-showroom .instructions-text-container .instructions-text,
loggedout .instructions-text-container .instructions-text,
mtls-no-certificate .instructions-text-container .instructions-text,
mtls-rotation-limit .instructions-text-container .instructions-text,
idp-error-view .instructions-text-container .instructions-text {
  font-size: 1.1rem;
  text-align: center;
}
sak-commission .instructions-text-container .instructions-text:not(:last-child),
idp-user-choice .instructions-text-container .instructions-text:not(:last-child),
idp-authentication-method .instructions-text-container .instructions-text:not(:last-child),
idp-siths-eid-authentication .instructions-text-container .instructions-text:not(:last-child),
freja-eid-authentication .instructions-text-container .instructions-text:not(:last-child),
bank-id-authentication .instructions-text-container .instructions-text:not(:last-child),
totp-authentication .instructions-text-container .instructions-text:not(:last-child),
idp-showroom .instructions-text-container .instructions-text:not(:last-child),
loggedout .instructions-text-container .instructions-text:not(:last-child),
mtls-no-certificate .instructions-text-container .instructions-text:not(:last-child),
mtls-rotation-limit .instructions-text-container .instructions-text:not(:last-child),
idp-error-view .instructions-text-container .instructions-text:not(:last-child) {
  margin-bottom: 15px;
}
sak-commission .is-scrollable,
idp-user-choice .is-scrollable,
idp-authentication-method .is-scrollable,
idp-siths-eid-authentication .is-scrollable,
freja-eid-authentication .is-scrollable,
bank-id-authentication .is-scrollable,
totp-authentication .is-scrollable,
idp-showroom .is-scrollable,
loggedout .is-scrollable,
mtls-no-certificate .is-scrollable,
mtls-rotation-limit .is-scrollable,
idp-error-view .is-scrollable {
  max-height: 55vh;
  overflow-y: auto;
}
sak-commission .relative,
idp-user-choice .relative,
idp-authentication-method .relative,
idp-siths-eid-authentication .relative,
freja-eid-authentication .relative,
bank-id-authentication .relative,
totp-authentication .relative,
idp-showroom .relative,
loggedout .relative,
mtls-no-certificate .relative,
mtls-rotation-limit .relative,
idp-error-view .relative {
  position: relative;
}
sak-commission .container,
idp-user-choice .container,
idp-authentication-method .container,
idp-siths-eid-authentication .container,
freja-eid-authentication .container,
bank-id-authentication .container,
totp-authentication .container,
idp-showroom .container,
loggedout .container,
mtls-no-certificate .container,
mtls-rotation-limit .container,
idp-error-view .container {
  align-items: center;
  display: flex;
  height: calc(100vh - 65px);
  justify-content: center;
  width: 100vw;
}
@media only screen and (max-width: 1088px) {
  sak-commission .container,
  idp-user-choice .container,
  idp-authentication-method .container,
  idp-siths-eid-authentication .container,
  freja-eid-authentication .container,
  bank-id-authentication .container,
  totp-authentication .container,
  idp-showroom .container,
  loggedout .container,
  mtls-no-certificate .container,
  mtls-rotation-limit .container,
  idp-error-view .container {
    width: 781px;
    max-width: 781px;
  }
}
sak-commission .panel-heading,
idp-user-choice .panel-heading,
idp-authentication-method .panel-heading,
idp-siths-eid-authentication .panel-heading,
freja-eid-authentication .panel-heading,
bank-id-authentication .panel-heading,
totp-authentication .panel-heading,
idp-showroom .panel-heading,
loggedout .panel-heading,
mtls-no-certificate .panel-heading,
mtls-rotation-limit .panel-heading,
idp-error-view .panel-heading {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-color);
  text-align: center;
}
sak-commission .panel-heading:first-child,
idp-user-choice .panel-heading:first-child,
idp-authentication-method .panel-heading:first-child,
idp-siths-eid-authentication .panel-heading:first-child,
freja-eid-authentication .panel-heading:first-child,
bank-id-authentication .panel-heading:first-child,
totp-authentication .panel-heading:first-child,
idp-showroom .panel-heading:first-child,
loggedout .panel-heading:first-child,
mtls-no-certificate .panel-heading:first-child,
mtls-rotation-limit .panel-heading:first-child,
idp-error-view .panel-heading:first-child {
  border: none;
}
sak-commission .panel-heading img,
idp-user-choice .panel-heading img,
idp-authentication-method .panel-heading img,
idp-siths-eid-authentication .panel-heading img,
freja-eid-authentication .panel-heading img,
bank-id-authentication .panel-heading img,
totp-authentication .panel-heading img,
idp-showroom .panel-heading img,
loggedout .panel-heading img,
mtls-no-certificate .panel-heading img,
mtls-rotation-limit .panel-heading img,
idp-error-view .panel-heading img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
sak-commission dl,
idp-user-choice dl,
idp-authentication-method dl,
idp-siths-eid-authentication dl,
freja-eid-authentication dl,
bank-id-authentication dl,
totp-authentication dl,
idp-showroom dl,
loggedout dl,
mtls-no-certificate dl,
mtls-rotation-limit dl,
idp-error-view dl {
  color: #000;
  display: flex;
  flex: 1 auto;
  flex-wrap: wrap;
}
sak-commission dl dt,
idp-user-choice dl dt,
idp-authentication-method dl dt,
idp-siths-eid-authentication dl dt,
freja-eid-authentication dl dt,
bank-id-authentication dl dt,
totp-authentication dl dt,
idp-showroom dl dt,
loggedout dl dt,
mtls-no-certificate dl dt,
mtls-rotation-limit dl dt,
idp-error-view dl dt {
  display: flex;
  flex: 0 50%;
  font-weight: 600;
}
sak-commission dl dd,
idp-user-choice dl dd,
idp-authentication-method dl dd,
idp-siths-eid-authentication dl dd,
freja-eid-authentication dl dd,
bank-id-authentication dl dd,
totp-authentication dl dd,
idp-showroom dl dd,
loggedout dl dd,
mtls-no-certificate dl dd,
mtls-rotation-limit dl dd,
idp-error-view dl dd {
  display: flex;
  flex: 0 50%;
}
.margin-50 {
  margin: 50px;
}
.justify-center {
  justify-content: center;
}
.flex-align-center {
  align-items: center;
}
.flex-justify-end {
  justify-content: end;
}
.align-center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.text-button {
  background: none;
  border: none;
  color: var(--primary-color);
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
}
.text-button:hover {
  text-decoration: underline;
}
.hide-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.custom-card {
  box-shadow: 0 2px 4px 0 rgba(30, 30, 30, 0.3);
  display: flex;
  flex-direction: column;
  padding: 1.5625rem 1.875rem 1.25rem;
  overflow: hidden;
  position: relative;
  border: none;
  transition:
    transform 0.15s ease-out,
    box-shadow 0.15s ease-out,
    border-bottom 0.15s ease-out;
  min-width: 30rem;
  border-radius: 0.625rem;
}
.custom-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3125rem;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
}
.custom-heading-l {
  font-size: var(--IDS-HEADING-L__FONT-SIZE-DESKTOP);
  line-height: var(--IDS-HEADING-L__LINE-HEIGHT-DESKTOP);
  letter-spacing: var(--IDS-HEADING-L__LETTER-SPACING-DESKTOP);
  color: var(--primary-color);
}
.custom-heading-xl {
  font-size: var(--IDS-HEADING-XL__FONT-SIZE-DESKTOP);
  line-height: var(--IDS-HEADING-XL__LINE-HEIGHT-DESKTOP);
  letter-spacing: var(--IDS-HEADING-XL__LETTER-SPACING-DESKTOP);
  color: var(--primary-color);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
