/* /Presentation/Components/AuditInfoDisplay.razor.rz.scp.css */
.audit-info-footer[b-bz3hwop9pz] {
    padding: 0.5rem 1rem;
    background-color: #f8fafc;
    border-radius: 6px;
    height: 100%;
    display: flex;
    align-items: center;
}

.audit-info-grid[b-bz3hwop9pz] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

@media (max-width: 992px) {
    .audit-info-grid[b-bz3hwop9pz] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .audit-info-grid[b-bz3hwop9pz] {
        grid-template-columns: 1fr;
    }
}

.audit-field[b-bz3hwop9pz] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.audit-field label[b-bz3hwop9pz] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.05em;
}

.audit-field span[b-bz3hwop9pz] {
    font-size: 0.8rem;
    color: #334155;
    font-weight: 500;
}

.audit-info-footer.dark-mode[b-bz3hwop9pz] {
    background-color: #1e293b;
}

.audit-info-footer.dark-mode .audit-field label[b-bz3hwop9pz] {
    color: #94a3b8;
}

.audit-info-footer.dark-mode .audit-field span[b-bz3hwop9pz] {
    color: #e2e8f0;
}
/* /Presentation/Components/BaseFormLayout.razor.rz.scp.css */
[b-6c7cj2w6vl] .form {
    z-index: 1200;
}
/* /Presentation/Components/ColorDropDown.razor.rz.scp.css */
.color-option[b-yeoa8u2z44] {
    display: flex;
    align-items: center;
}

.color-preview[b-yeoa8u2z44] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
/* /Presentation/Components/GenderDropdown.razor.rz.scp.css */
.gender-icon[b-364gsz78t2] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
}

.gender-option[b-364gsz78t2] {
    display: flex;
    align-items: center;
}
/* /Presentation/Components/LoaderContainer2.razor.rz.scp.css */
.loader-overlay[b-xo4ck8e37g] {
    position: absolute;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px) saturate(1.2);
    -webkit-backdrop-filter: blur(5px) saturate(1.2);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: inherit;
    /* When hiding: shrink clip-path back to 0% */
    transition: clip-path 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease, visibility 0s 0.5s;
}

.loader-overlay.visible[b-xo4ck8e37g] {
    opacity: 1;
    clip-path: circle(150% at 50% 50%);
    visibility: visible;
    pointer-events: auto;
    /* When showing: expand clip-path */
    transition: clip-path 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0s 0s;
}

:global(.dark-mode) .loader-overlay[b-xo4ck8e37g] {
    background: rgba(9, 9, 11, 0.25);
    backdrop-filter: blur(5px) saturate(1.1);
    -webkit-backdrop-filter: blur(5px) saturate(1.1);
}

.loader-container[b-xo4ck8e37g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    transform: scale(0.96);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.loader-overlay.visible .loader-container[b-xo4ck8e37g] {
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

:global(.dark-mode) .loader-container[b-xo4ck8e37g] {
    /* Transparent container, no dark mode overrides needed */
}

/* === Modern Radar Scanner === */
.aura-loader[b-xo4ck8e37g] {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(2, 44, 34, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    box-shadow: inset 0 0 12px rgba(34, 197, 94, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

:global(.dark-mode) .aura-loader[b-xo4ck8e37g] {
    background: rgba(2, 44, 34, 0.6);
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: inset 0 0 12px rgba(34, 197, 94, 0.2);
}

.aura-loader[b-xo4ck8e37g]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-image: 
        radial-gradient(circle, rgba(34, 197, 94, 0.4) 1px, transparent 1px),
        radial-gradient(circle, transparent 30%, rgba(34, 197, 94, 0.3) 30%, rgba(34, 197, 94, 0.3) 32%, transparent 32%),
        radial-gradient(circle, transparent 65%, rgba(34, 197, 94, 0.3) 65%, rgba(34, 197, 94, 0.3) 67%, transparent 67%);
    background-position: center;
    background-size: 100% 100%;
    z-index: 1;
}

.aura-loader[b-xo4ck8e37g]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg, 
        transparent 70%, 
        rgba(34, 197, 94, 0.15) 80%, 
        rgba(34, 197, 94, 0.6) 99%, 
        rgba(134, 239, 172, 0.95) 100%
    );
    animation: radar-spin-b-xo4ck8e37g 2s linear infinite;
    z-index: 2;
    transform-origin: center;
}

.radar-dot[b-xo4ck8e37g] {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 8px 2px rgba(34, 197, 94, 0.8);
    z-index: 3;
    animation: radar-pulse-b-xo4ck8e37g 2s ease-out infinite;
}

@keyframes radar-spin-b-xo4ck8e37g {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes radar-pulse-b-xo4ck8e37g {
    0%   { transform: scale(0.8); opacity: 1; box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.9); }
    70%  { transform: scale(1); opacity: 0.8; box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
    100% { transform: scale(0.8); opacity: 1; box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* === Typography === */
.loader-text[b-xo4ck8e37g] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #334155; /* Slate 700 */
    letter-spacing: 0.015em;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    animation: pulse-text-b-xo4ck8e37g 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

:global(.dark-mode) .loader-text[b-xo4ck8e37g] {
    color: #f1f5f9; /* Slate 100 */
}

@keyframes pulse-text-b-xo4ck8e37g {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
/* /Presentation/Components/LoadingAnimation.razor.rz.scp.css */
[b-q7u3eaqbtg] .spinner-border {
    width: 2rem;
    height: 2rem;
    border-width: 0.3rem !important;
    color: darkcyan;
}

.loading-progress-text[b-q7u3eaqbtg] {
    color: darkcyan;
}
/* /Presentation/Components/LockTitle.razor.rz.scp.css */
.myspan[b-ccab4kal3x] {
    color: mediumblue !important;
}
/* /Presentation/Components/Rating.razor.rz.scp.css */
.rating-container[b-ughxz33s4t] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.stars-container[b-ughxz33s4t] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.star[b-ughxz33s4t] {
    font-size: 28px;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    color: lightgray;
}

.star.selected[b-ughxz33s4t] {
    color: orangered;
}

.star:hover[b-ughxz33s4t] {
    color: orange;
    transform: scale(1.1);
}

.star.read-only[b-ughxz33s4t] {
    cursor: default;
}

.not-classified[b-ughxz33s4t] {
    font-size: 16px;
    color: #666;
    cursor: pointer;
    text-decoration: underline;
}

.not-classified:hover[b-ughxz33s4t] {
    color: #333;
}
/* /Presentation/Layouts/MainLayout.razor.rz.scp.css */
html[b-0imf70t6hu], body[b-0imf70t6hu], app[b-0imf70t6hu], .k-drawer-container[b-0imf70t6hu], .k-drawer-content[b-0imf70t6hu], .main[b-0imf70t6hu] {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0% !important;
}

[b-0imf70t6hu] .k-svg-icon > svg, [b-0imf70t6hu] .k-svg-icon {
  width: 20px !important;
  height: 20px !important;
}

.main[b-0imf70t6hu] {
  overflow-y: auto;
}

[b-0imf70t6hu] .k-drawer-content {
  overflow-x: auto;
}

.dawer-container[b-0imf70t6hu] {
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.drawer-layout-wrapper[b-0imf70t6hu] {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

[b-0imf70t6hu] .k-drawer-container {
  height: 100% !important;
  max-height: 100% !important;
  width: 100%;
}

[b-0imf70t6hu] .k-drawer {
  height: 100% !important;
  max-height: 100% !important;
}

[b-0imf70t6hu] .k-drawer-wrapper {
  height: 100% !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.top-row[b-0imf70t6hu] {
  left: 0;
}

.drawer-hamburger[b-0imf70t6hu] {
  position: absolute;
  z-index: 2;
  margin-top: 13px;
  margin-left: 10px;
}

.light-mode[b-0imf70t6hu] {
  --appbar-bg: #ffffff;
  --appbar-text: #1f2937;
  --appbar-text-muted: #6b7280;
  --appbar-border: rgba(0, 0, 0, 0.08);
  --appbar-btn-color: #4b5563;
  --appbar-btn-hover-bg: rgba(73, 65, 224, 0.08);
  --appbar-btn-hover-color: #4941E0;
  --avatar-border-color: #4941E0;
  --badge-border-color: #ffffff;
}

.dark-mode[b-0imf70t6hu] {
  --appbar-bg: #1f1f1f;
  --appbar-text: #f3f4f6;
  --appbar-text-muted: #9ca3af;
  --appbar-border: rgba(255, 255, 255, 0.08);
  --appbar-btn-color: #9ca3af;
  --appbar-btn-hover-bg: rgba(166, 165, 246, 0.12);
  --appbar-btn-hover-color: #A6A5F6;
  --avatar-border-color: #A6A5F6;
  --badge-border-color: #1f1f1f;
}

[b-0imf70t6hu] .k-appbar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  padding: 4px 8px 4px 16px !important;
  height: 54px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

[b-0imf70t6hu] .light-mode-appbar {
  background-color: var(--appbar-bg) !important;
  color: var(--appbar-text) !important;
  border-bottom: 1px solid var(--appbar-border) !important;
}

[b-0imf70t6hu] .dark-mode-appbar {
  background-color: var(--appbar-bg) !important;
  color: var(--appbar-text) !important;
  border-bottom: 1px solid var(--appbar-border) !important;
}

[b-0imf70t6hu] .modern-appbar-btn {
  background-color: transparent !important;
  border: none !important;
  color: var(--appbar-btn-color) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  padding: 0 !important;
  box-shadow: none !important;
}

  [b-0imf70t6hu] .modern-appbar-btn:hover {
    background-color: var(--appbar-btn-hover-bg) !important;
    color: var(--appbar-btn-hover-color) !important;
    transform: translateY(-1px);
  }

  [b-0imf70t6hu] .modern-appbar-btn:active {
    transform: translateY(0);
  }

[b-0imf70t6hu] .hamburger-btn {
  margin-left: -11px !important;
}

[b-0imf70t6hu] .circular {
  display: inline-flex !important;
  width: 36px !important;
  height: 36px !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  line-height: 0;
}

.icon-large[b-0imf70t6hu] {
  font-size: 1.25rem;
  line-height: 1;
}

.appbar-logo[b-0imf70t6hu] {
  width: 32px;
  height: 32px;
  margin-left: 0px;
  margin-right: 0px;
  transition: transform 0.3s ease;
}

  .appbar-logo:hover[b-0imf70t6hu] {
    transform: rotate(5deg) scale(1.05);
  }

.appbar-title[b-0imf70t6hu] {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 0;
  flex: 1 1 auto;
}

.title[b-0imf70t6hu] {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--appbar-text);
  min-width: 0;
  white-space: nowrap;
}

.title-bold[b-0imf70t6hu] {
  font-weight: 700;
  color: var(--appbar-btn-hover-color);
  transition: color 0.3s ease;
}

.version-pill[b-0imf70t6hu] {
  font-size: 11px;
  font-weight: 500;
  background-color: var(--appbar-btn-hover-bg) !important;
  color: var(--appbar-btn-hover-color) !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  padding: 2px 8px;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

[b-0imf70t6hu] .k-tilelayout {
  background-color: inherit !important;
}

.body-container[b-0imf70t6hu] {
  height: calc(100vh - 54px) !important;
}

[b-0imf70t6hu] .k-drawer-item {
  display: inherit;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  font-size: 14px !important;
  padding: 6px 12px !important;
}

[b-0imf70t6hu] .k-drawer-separator {
  padding-block: 0px !important;
  height: 1px !important;
  margin: 0px 0;
}

  [b-0imf70t6hu] .k-drawer-separator:hover {
    background-color: none !important;
  }

[b-0imf70t6hu] .drawer-group-header {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: var(--appbar-text-muted);
  letter-spacing: 0.5px;
}

[b-0imf70t6hu] .k-drawer-item:has(.drawer-group-header) {
  pointer-events: none;
  background: transparent !important;
  padding-top: 14px !important;
  padding-bottom: 2px !important;
}

@keyframes badge-blink-anim-b-0imf70t6hu {
  0% { transform: scale(1); }
  50% { 
    transform: scale(1.3); 
    background-color: #00ffff !important; 
    color: #000000 !important;
    box-shadow: 0 0 12px #00ffff;
  }
  100% { transform: scale(1); }
}

[b-0imf70t6hu] .badge-blink {
  animation: badge-blink-anim-b-0imf70t6hu 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
/* /Presentation/Layouts/Notifications.razor.rz.scp.css */
[b-3p19vgff3m] .MyTelerikNotification {
    z-index: 9999 !important;
    position: fixed !important;
}

[b-3p19vgff3m] .MyTelerikNotification .k-notification-container {
    position: fixed !important;
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
}

[b-3p19vgff3m] .MyTelerikNotification .k-notification-container .k-notification {
    width: 300px !important;
    height: auto !important;
    min-height: 50px !important;
    font-size: 1.2em !important;
    text-align: center !important;
    padding: 15px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* /Presentation/Pages/Account/ForgotPassword.razor.rz.scp.css */
.light-mode .k-input-inner[b-xgibtx6xyr]::placeholder {
    color: #9ca3af;
}

.dark-mode .k-input-inner[b-xgibtx6xyr]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.background-overlay[b-xgibtx6xyr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.k-overlay[aria-hidden="true"][b-xgibtx6xyr] {
    pointer-events: none;
    outline: none;
}

.logocontainer[b-xgibtx6xyr] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 12px;
}

.logo-ring[b-xgibtx6xyr] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(73, 65, 224, 0.07) 0%, rgba(27, 86, 219, 0.13) 100%);
    box-shadow:
        0 0 0 6px rgba(73, 65, 224, 0.07),
        0 0 0 12px rgba(73, 65, 224, 0.035);
}

.logo-image[b-xgibtx6xyr] {
    height: 50px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(73, 65, 224, 0.18));
}

.error-message-multiline[b-xgibtx6xyr] {
    white-space: pre-line;
}

.back-to-login-link[b-xgibtx6xyr] {
    font-size: 13px;
    color: var(--primary-accent) !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.back-to-login-link:hover[b-xgibtx6xyr] {
    opacity: 1;
    text-decoration: underline !important;
}
/* /Presentation/Pages/Account/Login.razor.rz.scp.css */
.light-mode .k-input-inner[b-ruwh11edqd]::placeholder {
    color: #9ca3af;
}

.dark-mode .k-input-inner[b-ruwh11edqd]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}
/* Preload styles to prevent layout shift */
.background-overlay[b-ruwh11edqd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.k-overlay[aria-hidden="true"][b-ruwh11edqd] {
    pointer-events: none;
    outline: none;
}

.logocontainer[b-ruwh11edqd] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 12px;
}

.logo-ring[b-ruwh11edqd] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(73, 65, 224, 0.07) 0%, rgba(27, 86, 219, 0.13) 100%);
    box-shadow:
        0 0 0 6px rgba(73, 65, 224, 0.07),
        0 0 0 12px rgba(73, 65, 224, 0.035);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.logo-ring:hover[b-ruwh11edqd] {
    transform: scale(1.04);
    box-shadow:
        0 0 0 8px rgba(73, 65, 224, 0.10),
        0 0 0 16px rgba(73, 65, 224, 0.05);
}

@keyframes logoFloat-b-ruwh11edqd {
    0% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
    100% { transform: translateY(0); }
}

.logo-image[b-ruwh11edqd] {
    height: 72px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(73, 65, 224, 0.18));
    animation: logoFloat-b-ruwh11edqd 2s ease-in-out infinite;
}

.error-message-multiline[b-ruwh11edqd] {
    white-space: pre-line;
}

.forgot-password-container[b-ruwh11edqd] {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    margin-bottom: 12px;
}

[b-ruwh11edqd] .forgot-password-container a {
    text-decoration: none !important;
}

    [b-ruwh11edqd] .forgot-password-container a:hover {
        text-decoration: underline !important;
    }

.forgot-password-link[b-ruwh11edqd] {
    font-size: 12px;
    color: var(--primary-accent) !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.forgot-password-link:hover[b-ruwh11edqd] {
    opacity: 1;
    text-decoration: underline !important;
}
/* /Presentation/Pages/Account/ResetPassword.razor.rz.scp.css */
.light-mode .k-input-inner[b-r0tsxi686e]::placeholder {
    color: #9ca3af;
}

.dark-mode .k-input-inner[b-r0tsxi686e]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.background-overlay[b-r0tsxi686e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.k-overlay[aria-hidden="true"][b-r0tsxi686e] {
    pointer-events: none;
    outline: none;
}

.logocontainer[b-r0tsxi686e] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 12px;
}

.logo-ring[b-r0tsxi686e] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(73, 65, 224, 0.07) 0%, rgba(27, 86, 219, 0.13) 100%);
    box-shadow:
        0 0 0 6px rgba(73, 65, 224, 0.07),
        0 0 0 12px rgba(73, 65, 224, 0.035);
}

.logo-image[b-r0tsxi686e] {
    height: 50px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(73, 65, 224, 0.18));
}

.error-message-multiline[b-r0tsxi686e] {
    white-space: pre-line;
}

.back-to-login-link[b-r0tsxi686e] {
    font-size: 13px;
    color: var(--primary-accent) !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.back-to-login-link:hover[b-r0tsxi686e] {
    opacity: 1;
    text-decoration: underline !important;
}
/* /Presentation/Pages/Articles/Articles.razor.rz.scp.css */
[b-p2h18qkenh] .warning-expiration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    background-color: rgba(245, 158, 11, 0.12) !important;
    color: #f59e0b !important;
    border: 1px solid rgba(245, 158, 11, 0.2) !important;
    box-shadow: 0 1px 2px rgba(245, 158, 11, 0.05);
}

[b-p2h18qkenh] .warning-icon {
    font-size: 12px;
    color: #f59e0b;
}

/* Dark mode overrides for warning */
:global(.dark-mode)[b-p2h18qkenh]  .warning-expiration {
    background-color: rgba(245, 158, 11, 0.2) !important;
    color: #fbbf24 !important;
    border-color: rgba(245, 158, 11, 0.3) !important;
}

:global(.dark-mode)[b-p2h18qkenh]  .warning-icon {
    color: #fbbf24;
}
/* /Presentation/Pages/Clients/Clients.razor.rz.scp.css */
[b-mfy87cic3h] .client-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: color 0.15s ease;
}

[b-mfy87cic3h] .client-link:hover {
    color: var(--bs-link-color, #0d6efd);
    text-decoration: underline;
}

.left-aligned-container[b-mfy87cic3h] {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

[b-mfy87cic3h] .character-buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3px;
}

[b-mfy87cic3h] .button {
  width: auto;
  min-width: 38px;
  height: 32px;
  transition: background-color .3s, color .3s;
}

[b-mfy87cic3h] .grid-search-box {
  background-color: #fff;
}

  [b-mfy87cic3h] .grid-search-box.has-content {
    background-color: #e0e7ff;
  }

[b-mfy87cic3h] .icon-shadow {
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}
/* /Presentation/Pages/CreancesGlobales/CreancesGlobales.razor.rz.scp.css */
[b-r5mgnrqs0j] .client-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: color 0.15s ease;
}

[b-r5mgnrqs0j] .client-link:hover {
    color: var(--bs-link-color, #0d6efd);
    text-decoration: underline;
}

[b-r5mgnrqs0j] .k-button-group .k-button.k-selected {
    background-color: var(--bs-primary, #0d6efd) !important;
    color: white !important;
    border-color: var(--bs-primary, #0d6efd) !important;
    font-weight: 600;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

[b-r5mgnrqs0j] .button-group-gap {
    gap: 2px !important;
}

[b-r5mgnrqs0j] .disable-selection .k-checkbox-wrap,
[b-r5mgnrqs0j] .disable-selection .k-checkbox {
    visibility: hidden !important;
    pointer-events: none !important;
}
/* /Presentation/Pages/CreancesMois/CreancesMois.razor.rz.scp.css */
[b-w7o0vip5a3] .client-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: color 0.15s ease;
}

[b-w7o0vip5a3] .client-link:hover {
    color: var(--bs-link-color, #0d6efd);
    text-decoration: underline;
}
/* /Presentation/Pages/CreditsFournisseursGlobales/CreditsFournisseursGlobales.razor.rz.scp.css */
.client-link[b-oqqnssuu4j] {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    padding: 2px 4px;
    border-radius: 4px;
}

.client-link:hover[b-oqqnssuu4j] {
    color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    text-decoration: underline;
    text-decoration-color: var(--bs-primary);
    text-underline-offset: 4px;
}
/* /Presentation/Pages/CreditsFournisseursMois/CreditsFournisseursMois.razor.rz.scp.css */
.fournisseur-link[b-2ngcjmt8ch] {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    padding: 2px 4px;
    border-radius: 4px;
}

.fournisseur-link:hover[b-2ngcjmt8ch] {
    color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    text-decoration: underline;
    text-decoration-color: var(--bs-primary);
    text-underline-offset: 4px;
}
/* /Presentation/Pages/Fournisseurs/Fournisseurs.razor.rz.scp.css */
[b-6v7481unhq] .client-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: color 0.15s ease;
}

[b-6v7481unhq] .client-link:hover {
    color: var(--bs-link-color, #0d6efd);
    text-decoration: underline;
}
/* /Presentation/Pages/Index.razor.rz.scp.css */
.dashboard-container[b-lzk1j46wkp] {
    padding: 16px;
    font-family: 'Outfit', 'Inter', -apple-system, sans-serif;
    color: var(--kendo-body-text);
}

.loader-wrapper[b-lzk1j46wkp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    gap: 16px;
}

.loading-text[b-lzk1j46wkp] {
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.8;
}

.welcome-card[b-lzk1j46wkp] {
    background: color-mix(in srgb, var(--kendo-color-primary) 8%, transparent) !important;
    border-color: color-mix(in srgb, var(--kendo-color-primary) 15%, transparent) !important;
}

.welcome-inner[b-lzk1j46wkp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.welcome-title[b-lzk1j46wkp] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.welcome-subtitle[b-lzk1j46wkp] {
    margin: 0;
    font-size: 1rem;
    opacity: 0.85;
}

.welcome-meta[b-lzk1j46wkp] {
    display: flex;
    gap: 24px;
}

.meta-item[b-lzk1j46wkp] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: color-mix(in srgb, var(--kendo-color-base) 50%, transparent);
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--kendo-color-border) 50%, transparent);
}

.meta-icon[b-lzk1j46wkp] {
    font-size: 1.5rem;
    color: var(--kendo-color-primary);
}

.meta-label[b-lzk1j46wkp] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.6;
}

.meta-value[b-lzk1j46wkp] {
    font-size: 0.9rem;
    font-weight: 600;
}

.stats-grid[b-lzk1j46wkp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.dashboard-card .k-card-header[b-lzk1j46wkp] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-card-icon[b-lzk1j46wkp] {
    font-size: 1.5rem;
    color: var(--kendo-color-primary);
}

.dashboard-card-tag[b-lzk1j46wkp] {
    font-size: 0.75rem;
    font-weight: 600;
    background: color-mix(in srgb, var(--kendo-color-base) 30%, transparent);
    padding: 3px 8px;
    border-radius: 12px;
    text-transform: uppercase;
}

.dashboard-stat-value[b-lzk1j46wkp] {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 4px 0;
    letter-spacing: -1px;
}

.dashboard-stat-label[b-lzk1j46wkp] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    opacity: 0.9;
}

.dashboard-stat-desc[b-lzk1j46wkp] {
    font-size: 0.85rem;
    margin: 0;
    opacity: 0.7;
    line-height: 1.4;
}

.dashboard-details[b-lzk1j46wkp] {
    margin-top: 24px;
}

.glass-panel[b-lzk1j46wkp] {
    background: color-mix(in srgb, var(--kendo-color-base) 45%, transparent);
    border: 1px solid color-mix(in srgb, var(--kendo-color-border) 30%, transparent);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 32px 0 color-mix(in srgb, var(--kendo-color-primary) 5%, transparent);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
}

.panel-header[b-lzk1j46wkp] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid color-mix(in srgb, var(--kendo-color-border) 40%, transparent);
    padding-bottom: 12px;
}

.panel-icon[b-lzk1j46wkp] {
    font-size: 1.3rem;
    color: var(--kendo-color-primary);
}

.panel-header h3[b-lzk1j46wkp] {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}

.shortcut-buttons[b-lzk1j46wkp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.shortcut-tile[b-lzk1j46wkp] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: color-mix(in srgb, var(--kendo-color-base) 60%, transparent);
    border: 1px solid color-mix(in srgb, var(--kendo-color-border) 50%, transparent);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: left;
}

.shortcut-tile:hover[b-lzk1j46wkp] {
    background: color-mix(in srgb, var(--kendo-color-primary) 5%, transparent);
    border-color: color-mix(in srgb, var(--kendo-color-primary) 25%, transparent);
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-tile[b-lzk1j46wkp] {
    width: 100%;
}

.tile-icon[b-lzk1j46wkp] {
    font-size: 1.5rem;
    color: var(--kendo-color-primary);
    margin-bottom: 12px;
}

.tile-title[b-lzk1j46wkp] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.tile-desc[b-lzk1j46wkp] {
    font-size: 0.8rem;
    opacity: 0.7;
    line-height: 1.3;
}
/* /Presentation/Pages/Materiels/Materiels.razor.rz.scp.css */
[b-jozpcsyizy] .warning-expiration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    background-color: rgba(245, 158, 11, 0.12) !important;
    color: #f59e0b !important;
    border: 1px solid rgba(245, 158, 11, 0.2) !important;
    box-shadow: 0 1px 2px rgba(245, 158, 11, 0.05);
}

[b-jozpcsyizy] .warning-icon {
    font-size: 12px;
    color: #f59e0b;
}

/* Dark mode overrides for warning */
:global(.dark-mode)[b-jozpcsyizy]  .warning-expiration {
    background-color: rgba(245, 158, 11, 0.2) !important;
    color: #fbbf24 !important;
    border-color: rgba(245, 158, 11, 0.3) !important;
}

:global(.dark-mode)[b-jozpcsyizy]  .warning-icon {
    color: #fbbf24;
}

[b-jozpcsyizy] .danger-expiration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    background-color: rgba(239, 68, 68, 0.12) !important;
    color: #ef4444 !important;
    border: 1px solid rgba(239, 68, 68, 0.2) !important;
    box-shadow: 0 1px 2px rgba(239, 68, 68, 0.05);
}

[b-jozpcsyizy] .danger-icon {
    font-size: 12px;
    color: #ef4444;
}

/* Dark mode overrides for danger */
:global(.dark-mode)[b-jozpcsyizy]  .danger-expiration {
    background-color: rgba(239, 68, 68, 0.2) !important;
    color: #fca5a5 !important;
    border-color: rgba(239, 68, 68, 0.3) !important;
}

:global(.dark-mode)[b-jozpcsyizy]  .danger-icon {
    color: #fca5a5;
}

/* Recap Cards Container */
.recap-cards-container[b-jozpcsyizy] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Individual Recap Card */
.recap-card[b-jozpcsyizy] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-width: 140px;
}

.recap-card:hover[b-jozpcsyizy] {
    transform: translateY(-2px);
}

.recap-icon[b-jozpcsyizy] {
    font-size: 18px;
}

.recap-content[b-jozpcsyizy] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.recap-count[b-jozpcsyizy] {
    font-size: 16px;
    font-weight: 700;
}

.recap-label[b-jozpcsyizy] {
    font-size: 10px;
    font-weight: 600;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Colors and Modes */
.recap-card.danger[b-jozpcsyizy] {
    background-color: rgba(239, 68, 68, 0.08);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.18);
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.04);
}

.recap-card.danger:hover[b-jozpcsyizy] {
    box-shadow: 0 4px 8px rgba(239, 68, 68, 0.1);
}

.recap-card.warning[b-jozpcsyizy] {
    background-color: rgba(245, 158, 11, 0.08);
    color: #d97706;
    border-color: rgba(245, 158, 11, 0.18);
    box-shadow: 0 2px 4px rgba(245, 158, 11, 0.04);
}

.recap-card.warning:hover[b-jozpcsyizy] {
    box-shadow: 0 4px 8px rgba(245, 158, 11, 0.1);
}

/* Dark Mode Overrides */
:global(.dark-mode) .recap-card.danger[b-jozpcsyizy] {
    background-color: rgba(239, 68, 68, 0.15);
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.25);
}

:global(.dark-mode) .recap-card.warning[b-jozpcsyizy] {
    background-color: rgba(245, 158, 11, 0.15);
    color: #fcd34d;
    border-color: rgba(245, 158, 11, 0.25);
}
/* /Presentation/Pages/Personnel/PersonnelEditForm.razor.rz.scp.css */
.image-uploader[b-t1u1xpnjq8] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.image-preview[b-t1u1xpnjq8] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--kendo-component-border, #ddd);
    overflow: hidden;
    padding: 10px;
    position: relative;
    min-height: 250px;
    height: 250px;
    border-radius: 8px;
}

.dark-mode .image-preview[b-t1u1xpnjq8] {
    border-color: #444;
}

.image-preview img[b-t1u1xpnjq8], .productimg[b-t1u1xpnjq8] {
    max-width: 98%;
    max-height: 98%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}

.upload-bar[b-t1u1xpnjq8] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.upload-bar[b-t1u1xpnjq8]  .file-input {
    flex-grow: 1;
    border-radius: 8px;
}

.productimg[b-t1u1xpnjq8] {
    max-width: 100%;
    max-height: 100%;
}

.hidden-area[b-t1u1xpnjq8] {
    visibility: hidden;
}
/* /Presentation/Pages/Scheduler/ProgrammeEditForm.razor.rz.scp.css */
/* Marker visibility enhancements for Google Satellite */
[b-m3cdndgjjq] .k-map .k-marker {
    transform: scale(1.6) translateY(-8px);
    filter: drop-shadow(0px 0px 4px rgba(255,255,255,0.7)) drop-shadow(0px 4px 6px rgba(0,0,0,0.8));
    transform-origin: bottom center;
}

/* Chantier = Red */
[b-m3cdndgjjq] .k-map .k-marker[title^="Chantier"] path {
    fill: #FF3B30 !important;
    stroke: #FFFFFF !important;
    stroke-width: 2px !important;
}

/* Station = Blue */
[b-m3cdndgjjq] .k-map .k-marker[title^="Station"] path {
    fill: #00BFFF !important;
    stroke: #FFFFFF !important;
    stroke-width: 2px !important;
}

/* Alert Dark Mode Fix */
.dark-mode-alert[b-m3cdndgjjq] {
    background-color: rgba(13, 202, 240, 0.1) !important;
    color: #8ce1fc !important;
    border: 1px solid rgba(13, 202, 240, 0.2) !important;
}

/* Tooltips */
.tooltip-container[b-m3cdndgjjq] {
    padding: 5px;
    text-align: left;
}

.tooltip-header-red[b-m3cdndgjjq] {
    font-weight: bold;
    color: #FF3B30;
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    padding-bottom: 4px;
}

.tooltip-header-blue[b-m3cdndgjjq] {
    font-weight: bold;
    color: #007AFF;
    font-size: 14px;
}

.tooltip-row[b-m3cdndgjjq] {
    font-size: 13px;
    margin-bottom: 3px;
}

.tooltip-row-last[b-m3cdndgjjq] {
    font-size: 13px;
}

/* Map Container */
.map-container[b-m3cdndgjjq] {
}

/* Status Icons */
.status-icon[b-m3cdndgjjq] {
    margin-right: 6px;
}

/* Route Info and External Links */
.route-alert[b-m3cdndgjjq] {
    border-radius: 6px;
    min-height: 38px;
}

.gmaps-btn[b-m3cdndgjjq] {
    white-space: nowrap;
    border-radius: 6px;
    min-height: 38px;
}

.gmaps-icon[b-m3cdndgjjq] {
    font-size: 1.1rem;
    margin-right: 5px;
}
/* /Presentation/Pages/Scheduler/Scheduler.razor.rz.scp.css */
/* ===== Own markup (auto-scoped) ===== */
.scheduler-container[b-4lq71lrx3p] {
    position: relative;
    width: 100%;
    min-height: 400px;
    height: calc(100vh - 215px);
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--card-border, rgba(0, 0, 0, 0.08));
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    background: var(--card-bg, #ffffff);
}

.scheduler-container.dark[b-4lq71lrx3p] {
    border-color: rgba(255, 255, 255, 0.07);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    background: #1e1e1e;
}

.scrollable-scheduler[b-4lq71lrx3p] {
    height: 100%;
    overflow-y: auto;
}

/* ===== TelerikScheduler toolbar (::deep) ===== */
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar {
    background: var(--card-bg, #ffffff) !important;
    border-color: var(--card-border, rgba(0, 0, 0, 0.08)) !important;
    border-bottom: 1px solid var(--card-border, rgba(0, 0, 0, 0.08)) !important;
    padding: 10px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button {
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 6px 12px !important;
    border: 1px solid var(--base-btn-border, #d1d5db) !important;
    background-color: var(--base-btn-bg, #f3f4f6) !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button .k-button-text,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button .k-icon,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button .k-svg-icon {
    color: var(--base-btn-text, #374151) !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button:hover,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-hover {
    background-color: var(--base-btn-hover-bg, #e5e7eb) !important;
    border-color: var(--base-btn-border, #c1c5cb) !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-selected,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-active,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button:active {
    background-color: var(--primary-accent, #4941E0) !important;
    border-color: var(--primary-accent, #4941E0) !important;
    box-shadow: 0 2px 4px rgba(73, 65, 224, 0.15) !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-selected,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-selected .k-button-text,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-selected .k-icon,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-selected .k-svg-icon,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-active,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-active .k-button-text,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-active .k-icon,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button.k-active .k-svg-icon,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button:active,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button:active .k-button-text,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button:active .k-icon,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button:active .k-svg-icon {
    color: #fff !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-nav-current,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-link {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1px solid var(--base-btn-border, #d1d5db) !important;
    background-color: var(--base-btn-bg, #f3f4f6) !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-nav-current,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-nav-current .k-button-text,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-link,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-link .k-button-text {
    color: var(--card-color, #1e293b) !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-nav-current .k-icon,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-link .k-icon {
    color: var(--primary-accent, #4941E0) !important;
    font-size: 16px !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-nav-current:hover,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-link:hover {
    background-color: var(--base-btn-hover-bg, #e5e7eb) !important;
    border-color: var(--base-btn-border, #c1c5cb) !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group {
    border-radius: 6px !important;
    border: 1px solid var(--base-btn-border, #d1d5db) !important;
    background-color: var(--base-btn-bg, #f3f4f6) !important;
    padding: 2px !important;
    gap: 2px !important;
    display: inline-flex !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button {
    border: none !important;
    margin: 0 !important;
    border-radius: 4px !important;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-selected,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-active {
    background-color: var(--primary-accent, #4941E0) !important;
    font-weight: 600 !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-selected,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-selected .k-button-text,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-selected .k-icon,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-selected .k-svg-icon,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-active,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-active .k-button-text,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-active .k-icon,
[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-active .k-svg-icon {
    color: #fff !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-toolbar .k-button-group .k-button:hover:not(.k-selected):not(.k-active) {
    background-color: var(--base-btn-hover-bg, #e5e7eb) !important;
}

/* ===== Dark toolbar overrides ===== */
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar {
    background: #1e1e1e !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button {
    border-color: var(--base-btn-border, #444444) !important;
    background-color: var(--base-btn-bg, #2d2d2d) !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button .k-button-text,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button .k-icon,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button .k-svg-icon {
    color: var(--base-btn-text, #e5e7eb) !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button:hover,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-hover {
    background-color: var(--base-btn-hover-bg, #3d3d3d) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-selected,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-active {
    background-color: var(--primary-accent, #A6A5F6) !important;
    border-color: var(--primary-accent, #A6A5F6) !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-selected,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-selected .k-button-text,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-selected .k-icon,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-selected .k-svg-icon,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-active,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-active .k-button-text,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-active .k-icon,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button.k-active .k-svg-icon {
    color: #1e1e1e !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-nav-current,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-link {
    border-color: var(--base-btn-border, #444444) !important;
    background-color: var(--base-btn-bg, #2d2d2d) !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-nav-current,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-nav-current .k-button-text,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-link,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-link .k-button-text {
    color: #f1f3f5 !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-nav-current .k-icon,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-link .k-icon {
    color: var(--primary-accent, #A6A5F6) !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-nav-current:hover,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-link:hover {
    background-color: var(--base-btn-hover-bg, #3d3d3d) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group {
    border-color: var(--base-btn-border, #444444) !important;
    background-color: var(--base-btn-bg, #2d2d2d) !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-selected,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-active {
    background-color: var(--primary-accent, #A6A5F6) !important;
}

.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-selected,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-selected .k-button-text,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-selected .k-icon,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-selected .k-svg-icon,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-active,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-active .k-button-text,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-active .k-icon,
.dark[b-4lq71lrx3p]  .k-scheduler .k-scheduler-toolbar .k-button-group .k-button.k-active .k-svg-icon {
    color: #1e1e1e !important;
}

/* ===== Scheduler cells ===== */
[b-4lq71lrx3p] .k-scheduler-group.k-group-horizontal.k-scheduler-all-day-row,
[b-4lq71lrx3p] .k-scheduler-footer {
    display: none !important;
}

[b-4lq71lrx3p] .k-scheduler-cell.k-side-cell {
    min-width: 34px !important;
}

[b-4lq71lrx3p] .k-scheduler-cell.k-side-cell.k-heading-cell,
[b-4lq71lrx3p] .k-scheduler-cell:not(.k-event) {
    font-size: 11.5px !important;
    font-weight: 400 !important;
}

.light[b-4lq71lrx3p]  .k-scheduler-cell.k-slot-cell.k-nonwork-hour,
.dark[b-4lq71lrx3p]  .k-scheduler-cell.k-slot-cell.k-nonwork-hour {
    background-color: rgba(0, 0, 0, 0) !important;
}

[b-4lq71lrx3p] .k-scheduler .k-scheduler-header .k-scheduler-cell {
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* ===== Event cards ===== */
[b-4lq71lrx3p] .k-scheduler .k-event {
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
    border-radius: 0px !important;
    border-width: 0 !important;
    transition: filter 0.15s ease, transform 0.15s ease;
}

[b-4lq71lrx3p] .k-scheduler .k-event-template {
    padding: 0px !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px !important;
    overflow: hidden;
}

.dark[b-4lq71lrx3p]  .k-event {
    background-color: rgba(70, 70, 80, 0.9);
}

.light[b-4lq71lrx3p]  .k-event {
    background-color: rgba(225, 228, 240, 0.95);
}

[b-4lq71lrx3p] .k-scheduler .k-event:hover {
    filter: brightness(0.93);
    transform: scale(1.008);
    z-index: 10;
}

/* ===== Appt card (ItemTemplate — auto-scoped) ===== */
.appt-card[b-4lq71lrx3p] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 4px 6px 14px 6px;
    min-width: 0;
    border-radius: 0px;
    position: relative;
}

.appt-card .appt-link[b-4lq71lrx3p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

.appt-card .appt-link:hover[b-4lq71lrx3p] {
    color: inherit;
}

.appt-card .appt-name[b-4lq71lrx3p] {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.appt-card .appt-status-icon[b-4lq71lrx3p] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.appt-card .appt-comment[b-4lq71lrx3p] {
    font-size: 9px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.7;
    margin-top: 1px;
}

.appt-card .appt-tight[b-4lq71lrx3p] {
    display: flex;
    gap: 3px;
    align-items: center;
}

.appt-card .appt-sep[b-4lq71lrx3p] {
    opacity: 0.4;
    font-size: 8px;
}

.appt-card .appt-station[b-4lq71lrx3p] {
    position: absolute;
    bottom: 4px;
    right: 6px;
    font-size: 9.5px;
    font-weight: 500;
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    line-height: 1;
}

.light .appt-card .appt-name[b-4lq71lrx3p],
.light .appt-card .appt-comment[b-4lq71lrx3p],
.light .appt-card .appt-station[b-4lq71lrx3p] {
    color: #000;
}

.appt-status-badge[b-4lq71lrx3p] {
    flex-shrink: 0;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    padding: 1px 3px;
    border-radius: 3px;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.appt-badge-pending[b-4lq71lrx3p] {
    color: #92400e;
    background: rgba(146, 64, 14, 0.12);
}

.appt-badge-confirmed[b-4lq71lrx3p] {
    color: #15803d;
    background: rgba(21, 128, 61, 0.12);
}

.appt-badge-cancelled[b-4lq71lrx3p] {
    color: #b91c1c;
    background: rgba(185, 28, 28, 0.12);
}

.appt-badge-reported[b-4lq71lrx3p] {
    color: #1d4ed8;
    background: rgba(29, 78, 216, 0.12);
}

.dark .appt-badge-pending[b-4lq71lrx3p] {
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.15);
}

.dark .appt-badge-confirmed[b-4lq71lrx3p] {
    color: #4ade80;
    background: rgba(74, 222, 128, 0.15);
}

.dark .appt-badge-cancelled[b-4lq71lrx3p] {
    color: #f87171;
    background: rgba(248, 113, 113, 0.15);
}

.dark .appt-badge-reported[b-4lq71lrx3p] {
    color: #60a5fa;
    background: rgba(96, 165, 250, 0.15);
}

/* ===== Status Summary Row (Recap) ===== */
.status-summary-row[b-4lq71lrx3p] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.status-card[b-4lq71lrx3p] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 140px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: var(--card-bg, #ffffff);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.status-card:hover[b-4lq71lrx3p] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.08);
}

.status-card-icon[b-4lq71lrx3p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 18px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.6);
    color: var(--status-accent);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.status-card-info[b-4lq71lrx3p] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    flex: 1;
}

.status-card-count[b-4lq71lrx3p] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--card-color, #1e293b);
}

.status-card-label[b-4lq71lrx3p] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--status-accent);
    white-space: nowrap;
}

.status-card.card-pending[b-4lq71lrx3p] {
    --status-accent: #d97706;
    background: color-mix(in srgb, var(--status-accent) 12%, var(--card-bg, #ffffff));
    border-color: color-mix(in srgb, var(--status-accent) 40%, var(--card-bg, #ffffff));
}

.status-card.card-confirmed[b-4lq71lrx3p] {
    --status-accent: #16a34a;
    background: color-mix(in srgb, var(--status-accent) 12%, var(--card-bg, #ffffff));
    border-color: color-mix(in srgb, var(--status-accent) 40%, var(--card-bg, #ffffff));
}

.status-card.card-cancelled[b-4lq71lrx3p] {
    --status-accent: #dc2626;
    background: color-mix(in srgb, var(--status-accent) 12%, var(--card-bg, #ffffff));
    border-color: color-mix(in srgb, var(--status-accent) 40%, var(--card-bg, #ffffff));
}

.status-card.card-reported[b-4lq71lrx3p] {
    --status-accent: #3b82f6;
    background: color-mix(in srgb, var(--status-accent) 12%, var(--card-bg, #ffffff));
    border-color: color-mix(in srgb, var(--status-accent) 40%, var(--card-bg, #ffffff));
}

.status-card.card-gauge[b-4lq71lrx3p] {
    --status-accent: #6366f1;
    background: color-mix(in srgb, var(--status-accent) 6%, var(--card-bg, #ffffff));
    border-color: color-mix(in srgb, var(--status-accent) 25%, var(--card-bg, #ffffff));
    min-width: 180px;
}

.status-card-gauge[b-4lq71lrx3p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.dark .status-card[b-4lq71lrx3p] {
    background: var(--card-bg, #252525);
    border-color: rgba(255, 255, 255, 0.07);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.dark .status-card:hover[b-4lq71lrx3p] {
    background: var(--card-bg, #2a2a2a);
}

.dark .status-card-count[b-4lq71lrx3p] {
    color: var(--status-accent);
}

.dark .status-card-label[b-4lq71lrx3p] {
    color: var(--status-accent);
}


/* ===== Large icons ===== */
.large-icons .k-svg-icon svg[b-4lq71lrx3p] {
    width: 20px !important;
    height: 20px !important;
    color: var(--primary-accent);
}

/* ===== Home header ===== */
.home-header[b-4lq71lrx3p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 8px 4px 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.home-header span.fa[b-4lq71lrx3p],
.home-header span.fa-solid[b-4lq71lrx3p] {
    font-size: 16px;
    color: var(--primary-accent, #4941E0);
}

.dark .home-header[b-4lq71lrx3p] {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

.home-header h4[b-4lq71lrx3p] {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.01em;
    color: var(--card-color, #1e293b);
}


/* /Presentation/Pages/Settings/Settings.razor.rz.scp.css */
.logo-section[b-msur5tgt4t] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.logo-label[b-msur5tgt4t] {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    color: #424242;
}

.dark-mode .logo-label[b-msur5tgt4t] {
    color: #c0c4cc;
}

.logo-image-container[b-msur5tgt4t] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    margin-bottom: 12px;
    background-color: #f5f5f5;
    border-radius: 8px;
    border: 2px dashed #e0e0e0;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.dark-mode .logo-image-container[b-msur5tgt4t] {
    background-color: #262727;
    border-color: #444;
}

.logo-placeholder[b-msur5tgt4t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9e9e9e;
    gap: 8px;
}

.dark-mode .logo-placeholder[b-msur5tgt4t] {
    color: #6c6e7a;
}

.placeholder-text[b-msur5tgt4t] {
    font-size: 14px;
    font-weight: 500;
}

.logo-image[b-msur5tgt4t] {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.logo-image.loaded[b-msur5tgt4t] {
    opacity: 1;
}

.logo-image-container img[b-msur5tgt4t] {
    max-width: 200px !important;
    max-height: 200px !important;
}

.logo-upload-controls[b-msur5tgt4t] {
    margin-top: auto;
    height: 48px;
    display: flex;
    align-items: center;
}

.upload-area[b-msur5tgt4t] {
    position: relative;
    width: 100%;
}

.upload-area[b-msur5tgt4t]  input[type="file"] {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 2 !important;
    top: 0 !important;
    left: 0 !important;
}

.upload-label[b-msur5tgt4t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #f5f5f5;
    border: 2px dashed #bdbdbd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #616161;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.dark-mode .upload-label[b-msur5tgt4t] {
    background-color: #2d2d2d;
    border-color: #555;
    color: #a0a4ae;
}

.upload-label:hover[b-msur5tgt4t] {
    background-color: #eeeeee;
    border-color: #9e9e9e;
    color: #424242;
}

.dark-mode .upload-label:hover[b-msur5tgt4t] {
    background-color: #383838;
    border-color: #777;
    color: #e0e4ec;
}

.delete-area[b-msur5tgt4t] {
    display: flex;
    justify-content: center;
}

/* Map Marker Visibility Styles */
[b-msur5tgt4t] .k-map .k-marker {
    transform: scale(1.8) translateY(-8px);
    filter: drop-shadow(0px 0px 4px rgba(255,255,255,0.7)) drop-shadow(0px 4px 6px rgba(0,0,0,0.8));
    transform-origin: bottom center;
}

[b-msur5tgt4t] .k-map .k-marker[title^="Entreprise"] path {
    fill: #FF1493 !important; /* Deep Pink for extreme visibility */
    stroke: #FFFFFF !important;
    stroke-width: 2px !important;
}

.tooltip-container[b-msur5tgt4t] {
    padding: 5px;
    text-align: left;
}

.tooltip-header-purple[b-msur5tgt4t] {
    font-weight: bold;
    color: #9C27B0;
    font-size: 14px;
}
/* /Presentation/Pages/Sorties/Sorties.razor.rz.scp.css */


.sortie-tooltip[b-i538wslfyq] {
    border-radius: 6px;
    font-family: 'Segoe UI', system-ui, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    min-width: 140px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sortie-tooltip-light[b-i538wslfyq] {
    background: #94A3F8;
    color: #fff;
}

.sortie-tooltip-dark[b-i538wslfyq] {
    background: #6372B4;
    color: #fff;
}

.sortie-tooltip-date[b-i538wslfyq] {
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.sortie-tooltip-date-bg-light[b-i538wslfyq] {
    background: #7589DA;
}

.sortie-tooltip-date-bg-dark[b-i538wslfyq] {
    background: #445289;
}

.sortie-tooltip-value[b-i538wslfyq] {
    padding: 10px 12px;
    font-weight: 700;
    font-size: 16px;
    background: inherit;
}
/* /Presentation/Pages/Stations/StationEditForm.razor.rz.scp.css */
[b-1pl01qipct] .k-map .k-marker {
    transform: scale(1.8) translateY(-8px);
    filter: drop-shadow(0px 0px 4px rgba(255,255,255,0.7)) drop-shadow(0px 4px 6px rgba(0,0,0,0.8));
    transform-origin: bottom center;
}

[b-1pl01qipct] .k-map .k-marker[title^="Station"] path {
    fill: #00BFFF !important; /* Bright cyan/blue */
    stroke: #FFFFFF !important;
    stroke-width: 2px !important;
}

.tooltip-container[b-1pl01qipct] {
    padding: 5px;
    text-align: left;
}

.tooltip-header-blue[b-1pl01qipct] {
    font-weight: bold;
    color: #007AFF;
    font-size: 14px;
}
/* /Presentation/Shared/LoginDisplay.razor.rz.scp.css */
[b-xm62pedoir] .error-message-multiline {
    white-space: pre-line;
}

.profile-container[b-xm62pedoir] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
}

.profile-photo[b-xm62pedoir] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--avatar-border-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    object-fit: cover;
    transition: transform 0.2s ease, border-color 0.3s ease;
    padding: 0 !important;
    margin: 0 !important;
}

.profile-photo:hover[b-xm62pedoir] {
    transform: scale(1.05);
}

[b-xm62pedoir] .circular {
    display: inline-flex !important;
    width: 36px !important;
    height: 36px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    line-height: 0;
}

.user-container[b-xm62pedoir] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 2px 8px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.user-container:hover[b-xm62pedoir] {
    background-color: var(--appbar-btn-hover-bg);
}

.user-info-stack[b-xm62pedoir] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.2;
}

.user-display-name[b-xm62pedoir] {
    font-size: 13px;
    font-weight: 600;
    color: var(--appbar-text);
    margin: 0;
}

.user-display-role[b-xm62pedoir] {
    font-size: 10px;
    font-weight: 500;
    color: var(--appbar-text-muted);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-xm62pedoir] .error-message {
    padding-block: 0;
    padding-inline: 0;
    padding: 0px;
}

[b-xm62pedoir] .modern-notif-popup {
    border: 1px solid var(--appbar-border) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.15) !important;
    background-color: var(--appbar-bg) !important;
    overflow: hidden !important;
}

[b-xm62pedoir] .notif-list {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}

[b-xm62pedoir] .k-listview, [b-xm62pedoir] .k-listview-content {
    border: none !important;
    background-color: transparent !important;
}

[b-xm62pedoir] .k-listview-item {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.notif-header[b-xm62pedoir] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--appbar-text);
    border-bottom: 1px solid var(--appbar-border);
    background-color: var(--appbar-bg);
}

.header-icon[b-xm62pedoir] {
    margin-right: 10px;
    font-size: 18px;
    color: var(--primary-accent);
}

.header-title[b-xm62pedoir] {
    flex-grow: 1;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

.notif-card[b-xm62pedoir] {
    display: flex;
    align-items: flex-start;
    padding: 16px 20px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid var(--appbar-border);
    background-color: var(--card-bg-read);
}

.notif-card:last-child[b-xm62pedoir] {
    border-bottom: none;
}

.light-mode[b-xm62pedoir] {
    --card-bg-read: #ffffff;
    --card-bg-unread: #f4f9ff;
    --notif-text: #111827;
    --notif-text-muted: #6b7280;
    --notif-hover: #f9fafb;
}

.dark-mode[b-xm62pedoir] {
    --card-bg-read: rgba(255, 255, 255, 0);
    --card-bg-unread: rgba(59, 130, 246, 0.08);
    --notif-text: #f9fafb;
    --notif-text-muted: #9ca3af;
    --notif-hover: rgba(255, 255, 255, 0.03);
}

.notif-card.unread[b-xm62pedoir] {
    background-color: var(--card-bg-unread) !important;
    border-left: 3px solid var(--primary-accent);
    padding-left: 17px; /* 20px base padding - 3px border */
}

.notif-card:hover[b-xm62pedoir] {
    background-color: var(--notif-hover) !important;
}

.notif-icon[b-xm62pedoir] {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}

[b-xm62pedoir] .info .notif-icon {
    background-color: rgba(59, 130, 246, 0.12) !important;
    color: #3b82f6 !important;
}

[b-xm62pedoir] .success .notif-icon {
    background-color: rgba(16, 185, 129, 0.12) !important;
    color: #10b981 !important;
}

[b-xm62pedoir] .warning .notif-icon {
    background-color: rgba(245, 158, 11, 0.12) !important;
    color: #f59e0b !important;
}

[b-xm62pedoir] .error .notif-icon {
    background-color: rgba(239, 68, 68, 0.12) !important;
    color: #ef4444 !important;
}

.notif-content[b-xm62pedoir] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 12px;
}

.notif-content strong[b-xm62pedoir] {
    font-size: 14px;
    font-weight: 600;
    color: var(--notif-text);
    line-height: 1.3;
}

.notif-card.unread .notif-content strong[b-xm62pedoir] {
    font-weight: 700;
    color: var(--primary-accent);
}

.notif-content p[b-xm62pedoir], .notif-content span[b-xm62pedoir] {
    margin: 0;
    font-size: 13px;
    color: var(--notif-text-muted);
    line-height: 1.5;
}

.notif-content small[b-xm62pedoir] {
    color: var(--notif-text-muted);
    font-size: 11px;
    margin-top: 4px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

[b-xm62pedoir] .notif-card .mark-as-seen {
    align-self: flex-start;
    opacity: 0;
    transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
    background-color: transparent !important;
    border: none !important;
    color: var(--appbar-btn-color) !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: -4px;
    margin-right: -8px;
}

.notif-card:hover .mark-as-seen[b-xm62pedoir] {
    opacity: 0.6;
}

[b-xm62pedoir] .notif-card .mark-as-seen:hover {
    color: var(--appbar-btn-hover-color) !important;
    background-color: var(--appbar-btn-hover-bg) !important;
    opacity: 1;
}

.notif-empty[b-xm62pedoir] {
    text-align: center;
    padding: 32px 16px;
    color: var(--appbar-text-muted);
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.notif-empty i[b-xm62pedoir] {
    font-size: 24px;
    color: var(--appbar-border);
}

[b-xm62pedoir] .popup-target.circular {
    position: relative;
}

[b-xm62pedoir] .popup-target.circular .badge {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    min-width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    padding: 0 4px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1.5px solid var(--badge-border-color) !important;
    background-color: #ef4444 !important;
    color: #ffffff !important;
    transform: translate(25%, -25%) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    margin: 0 !important;
}

[b-xm62pedoir] .popup-target.circular .fa-bell {
    margin-right: 0 !important;
}
