@import '_content/Citizen.Portal.Dkfds.Components/Citizen.Portal.Dkfds.Components.o8ruskmgf0.bundle.scp.css';

/* /Areas/Accessibility/Accessibility.razor.rz.scp.css */
.tilgaengelighed-content[b-nnnw6tnoqn] {
  padding-bottom: 4rem;
}
/* /Areas/Cookies/CookiePolicy.razor.rz.scp.css */
.cookiepolitik-content[b-eumb47qaae] {
  padding-bottom: 4rem;
}
/* /Areas/FrontPage/LoggedInFrontPage.razor.rz.scp.css */
/* LoggedInFrontPage styles */
/* DKFDS: Use natural h1 margin-bottom (0.5rem) + add margin-top to CardRow for proper spacing */
/* Following DKFDS 8-point baseline grid: 2rem = 32px spacing */
[b-cyeaulm71d] .card-row {
    margin-top: 2rem; /* 32px - DKFDS 8-point baseline grid */
}

/* Make welcome text bigger on logged-in page */
[b-cyeaulm71d] .hero-welcome-text {
    font-size: 4rem;
    line-height: 1.1;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

/* Greeting part - stays inline, allows wrap after comma */
[b-cyeaulm71d] .hero-greeting {
    white-space: nowrap;
    margin-right: 0.3em;
}

/* Name part - truncates if too long */
[b-cyeaulm71d] .hero-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 1 auto;
    min-width: 0;
}

/* Make left side of hero take more space */
[b-cyeaulm71d] .hero-left {
    flex: 0 1 50%;
    max-width: 800px;
    min-width: 600px;
    overflow: hidden;
    background: transparent;
}

/* Remove spacing from hero section to content below */
[b-cyeaulm71d] .hero-section + .container.page-container {
    padding-top: 0 !important;
}

.container[b-cyeaulm71d] {
    padding-top: 2rem;
}

/* Reduce margin on h2 after hero section */
.container.page-container h2:first-child[b-cyeaulm71d] {
    margin-top: 0;
}

/* Tablet breakpoint - iPad Air, Surface Pro */
@media (max-width: 1024px) {
    .hero-section[b-cyeaulm71d] {
        height: 228px; /* 60% of 380px */
        min-height: 228px;
    }

    [b-cyeaulm71d] .hero-left {
        min-width: auto;
        flex: 0 0 40%;
        max-width: 40%;
        display: flex;
        align-items: flex-end;
        padding-bottom: 1.5rem;
        padding-left: 1.5rem;
    }

    [b-cyeaulm71d] .hero-right {
        flex: 0 0 60%;
        width: 60%;
    }

    /* Show only left clipping mask on tablet */
    [b-cyeaulm71d] .hero-right::before {
        display: block;
    }

    [b-cyeaulm71d] .hero-right::after {
        display: none;
    }

    [b-cyeaulm71d] .hero-welcome-text {
        font-size: 2.5rem;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .hero-section[b-cyeaulm71d] {
        min-height: 150px;
        height: 150px;
        display: flex;
        align-items: flex-end;
    }

    [b-cyeaulm71d] .hero-content {
        align-items: flex-end;
    }

    [b-cyeaulm71d] .hero-left {
        flex: 0 0 50%;
        min-width: auto;
        max-width: 50%;
        align-self: flex-end;
        padding-bottom: 1.5rem;
        padding-left: 1.5rem;
    }

    [b-cyeaulm71d] .hero-welcome-text {
        font-size: 2.5rem;
    }

    .container[b-cyeaulm71d] {
        padding-top: 1.5rem;
    }

    /* Show hero image at 50% width on mobile with left clipping mask */
    [b-cyeaulm71d] .hero-right {
        display: block;
        flex: 0 0 50%;
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: auto;
    }
}

/* /SharedComponents/MessageCenterBanner.razor.rz.scp.css */
.message-banner-container[b-5b9jt8fa08] {
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
}

.message-banner-container > *[b-5b9jt8fa08] {
  pointer-events: auto;
}

/* Not authenticated - simpler header across all screen sizes */
.message-banner-container.not-authenticated[b-5b9jt8fa08] {
  top: 60px;
}

/* Tablet/Mobile - header with hamburger menu (authenticated only) */
@@media (max-width: 991px) {
  .message-banner-container.authenticated[b-5b9jt8fa08] {
    top: 60px;
  }
}

/* Mobile - shorter header (authenticated only) */
@@media (max-width: 768px) {
  .message-banner-container.authenticated[b-5b9jt8fa08] {
    top: 50px;
  }
}

/* Very small mobile (authenticated only) */
@@media (max-width: 480px) {
  .message-banner-container.authenticated[b-5b9jt8fa08] {
    top: 50px;
  }
}

.message-banner[b-5b9jt8fa08] {
  border-bottom: 1px solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.message-banner-content[b-5b9jt8fa08] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.message-banner-center[b-5b9jt8fa08] {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.message-banner-icon[b-5b9jt8fa08] {
  flex-shrink: 0;
  font-size: 14px;
}

.message-banner-text[b-5b9jt8fa08] {
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.message-banner-text strong[b-5b9jt8fa08] {
  font-weight: 600;
}

.message-banner-update[b-5b9jt8fa08] {
  font-style: italic;
  opacity: 0.9;
}

.message-banner-close[b-5b9jt8fa08] {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
  margin-left: 12px;
}

.message-banner-close:hover[b-5b9jt8fa08] {
  background-color: rgba(0, 0, 0, 0.1);
}

.message-banner-close:focus[b-5b9jt8fa08] {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Error severity - red */
.message-banner-error[b-5b9jt8fa08] {
  background-color: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.message-banner-error .message-banner-close[b-5b9jt8fa08] {
  color: #dc2626;
}

/* Warning severity - yellow/amber */
.message-banner-warning[b-5b9jt8fa08] {
  background-color: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.message-banner-warning .message-banner-close[b-5b9jt8fa08] {
  color: #d97706;
}

/* Info severity - blue/gray (default) */
.message-banner-info[b-5b9jt8fa08] {
  background-color: #f0f9ff;
  border-color: #bae6fd;
  color: #075985;
}

.message-banner-info .message-banner-close[b-5b9jt8fa08] {
  color: #0284c7;
}

/* Success severity - green */
.message-banner-success[b-5b9jt8fa08] {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}

.message-banner-success .message-banner-close[b-5b9jt8fa08] {
  color: #16a34a;
}
/* /SharedComponents/MitIdButton.razor.rz.scp.css */
.mitid-button[b-zxabozopqe] {
  /* DKFDS button base styles */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 0;
  overflow-wrap: break-word;
  max-width: 100%;

  /* DKFDS button variant styles */
  font-weight: 600;
  font-size: 1.6rem;
  min-height: 40px;
  padding: 6px 14px;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;

  /* MitID specific colors */
  background-color: #2848a8;
  border-color: #2848a8;
  color: #ffffff;

  /* Additional */
  width: 100%;
  cursor: pointer;
}

.mitid-button:hover:not(:disabled)[b-zxabozopqe] {
  background-color: #1f3a87;
  border-color: #1f3a87;
}

.mitid-button:active:not(:disabled)[b-zxabozopqe] {
  background-color: #182d6b;
  border-color: #182d6b;
}

.mitid-button:focus[b-zxabozopqe] {
  outline-color: var(--dkfds-color-focus, #747474);
  box-shadow: 0 0 0 4px var(--dkfds-color-focus, #747474);
}

.mitid-button:disabled[b-zxabozopqe] {
  opacity: 0.5;
  cursor: not-allowed;
}

.mitid-icon[b-zxabozopqe] {
  width: 3.5em;
  height: 1.75em;
  filter: brightness(0) invert(1);
  margin-left: 8px;
  vertical-align: middle;
  object-fit: contain;
}
/* /SharedComponents/SiteHeaderMunicipalityName.razor.rz.scp.css */
.municipality-name[b-fa75o8crjv] {
  font-weight: 600;
}
