/* _content/LeadDaddy.Client/Components/Layout/Components/AccountBanner.razor.rz.scp.css */
.account-banner[b-2z690118ma] {
  display: inline-block;
  position: relative;
}

.account-banner-card[b-2z690118ma] {
  background: transparent;
  background-color: transparent !important;
  color: inherit;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: none !important;
  position: relative;
}

.account-banner-activator[b-2z690118ma] {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 10px;
  transition: background-color .15s ease, transform .15s ease;
  background: transparent;
  border: none;
  width: 100%;
  color: inherit;
}

.account-banner-indicator[b-2z690118ma] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  aspect-ratio: 1;
  padding: 0 4px;
  border-radius: 50%;
  border: none !important;
  outline: none !important;
  background: #f44336 !important;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.account-banner-activator:hover[b-2z690118ma] {
  background-color: rgba(255,255,255,0.08);
}

.account-banner-activator:focus-visible[b-2z690118ma] {
  outline: 2px solid rgba(14,116,144,0.7);
  outline-offset: 3px;
}

.account-banner-avatar[b-2z690118ma] {
  background-color: #0f172a !important;
  color: #fff !important;
  font-weight: 700;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
}

.account-banner-ident[b-2z690118ma] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
}

.account-banner-name[b-2z690118ma] {
  color: inherit;
  font-weight: 600;
}

.account-banner-role[b-2z690118ma] {
  color: inherit;
  font-size: .82rem;
}

.account-banner-chevron[b-2z690118ma]::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 6px;
  transition: transform .2s ease;
}

.account-banner-activator.open .account-banner-chevron[b-2z690118ma]::before {
  transform: rotate(-135deg);
}

.account-banner-menu[b-2z690118ma] {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 260px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.18), 0 6px 14px rgba(2, 6, 23, 0.12);
  border: 1px solid rgba(148,163,184,0.25);
  backdrop-filter: blur(12px);
  background: rgba(15, 23, 42, 0.88);
  color: #e2e8f0;
  z-index: 20;
  overflow: hidden;
}

.account-banner-menu.open[b-2z690118ma] {
  display: block;
}

.account-banner-menu-container[b-2z690118ma] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-block: 6px;
}

.account-banner-menu-item[b-2z690118ma] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 8px;
  border-radius: 10px;
  padding: 10px 12px;
  transition: background-color .12s ease, color .12s ease, transform .05s ease;
  background: transparent;
  border: none;
  color: inherit;
  font-weight: 500;
  text-align: left;
  width: 100%;
  justify-content: flex-start;
}

.account-banner-menu-item:hover[b-2z690118ma],
.account-banner-menu-item:focus-visible[b-2z690118ma] {
  background-color: rgba(226,232,240,0.12);
  outline: none;
}

.account-banner-menu-item:active[b-2z690118ma] {
  transform: translateY(0.5px);
}

.account-banner-menu-icon[b-2z690118ma] {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.account-banner-menu-icon[b-2z690118ma]::before,
.account-banner-menu-icon[b-2z690118ma]::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: currentColor;
}

.account-banner-menu-icon-bell[b-2z690118ma]::before {
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 6px 6px 2px 2px;
  top: 1px;
}

.account-banner-menu-icon-bell[b-2z690118ma]::after {
  width: 4px;
  height: 4px;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.account-banner-menu-icon-user[b-2z690118ma]::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 2px;
}

.account-banner-menu-icon-user[b-2z690118ma]::after {
  width: 12px;
  height: 6px;
  border-radius: 6px 6px 2px 2px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.account-banner-menu-icon-logout[b-2z690118ma]::before {
  width: 10px;
  height: 10px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.account-banner-menu-icon-logout[b-2z690118ma]::after {
  width: 8px;
  height: 2px;
  background-color: currentColor;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.account-banner-menu-icon-doc[b-2z690118ma]::before {
  width: 10px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.account-banner-divider[b-2z690118ma] {
  height: 1px;
  margin: 6px 8px;
  background-color: rgba(148,163,184,0.35);
}

.account-banner-chip[b-2z690118ma] {
  border-radius: 9999px;
  padding-inline: .4rem;
  background-color: #dc2626;
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 2px;
}

.account-banner-overlay[b-2z690118ma] {
  position: fixed;
  inset: 0;
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  cursor: default;
  z-index: 10;
}

.account-banner-toast[b-2z690118ma] {
  position: fixed;
  top: 90px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(30, 41, 59, 0.96) 100%);
  color: #f8fafc;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.35);
  animation: slideInRight-b-2z690118ma 0.35s ease-out forwards;
  z-index: 200;
}

.account-banner-toast-icon[b-2z690118ma] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(14, 165, 233, 0.2));
  border: 1px solid rgba(59, 130, 246, 0.6);
  position: relative;
}

.account-banner-toast-icon[b-2z690118ma]::before,
.account-banner-toast-icon[b-2z690118ma]::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 2px;
  background-color: #f87171;
}

.account-banner-toast-icon[b-2z690118ma]::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  inset: 10px;
  background-color: transparent;
  border: 2px solid #f87171;
}

.account-banner-toast-content[b-2z690118ma] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.account-banner-toast-title[b-2z690118ma] {
  font-weight: 700;
  font-size: 0.95rem;
}

.account-banner-toast-body[b-2z690118ma] {
  font-size: 0.8rem;
  color: rgba(248, 250, 252, 0.8);
}

.account-banner-toast-actions[b-2z690118ma] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.account-banner-toast-button[b-2z690118ma] {
  border: none;
  background: #38bdf8;
  color: #0f172a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.account-banner-toast-button:hover[b-2z690118ma] {
  background: #0ea5e9;
  transform: translateY(-1px);
}

.account-banner-toast-close[b-2z690118ma] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: transparent;
  color: rgba(248, 250, 252, 0.7);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
  position: relative;
}

.account-banner-toast-close[b-2z690118ma]::before,
.account-banner-toast-close[b-2z690118ma]::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  transform-origin: center;
}

.account-banner-toast-close[b-2z690118ma]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.account-banner-toast-close[b-2z690118ma]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.account-banner-toast-close:hover[b-2z690118ma] {
  background: rgba(148, 163, 184, 0.2);
  color: #f8fafc;
}

@keyframes slideInRight-b-2z690118ma {
  from {
    opacity: 0;
    transform: translateX(120%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* _content/LeadDaddy.Client/Components/Layout/MainLayout.razor.rz.scp.css */
/* Custom Drawer Styles */

/* App Bar Styling */
[b-4b7mr3q7gv] .mud-app-bar {
    background: linear-gradient(135deg, #4ECDC4 0%, #44BDB5 100%) !important;
    box-shadow: 0 2px 20px rgba(78, 205, 196, 0.3) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

/* Brand Text Styling */
[b-4b7mr3q7gv] .mud-app-bar .brand-text {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    letter-spacing: -0.5px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
  
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Menu Button Styling */
[b-4b7mr3q7gv] .mud-app-bar .mud-icon-button {
    color: white !important;
    transition: all 0.2s ease !important;
}

[b-4b7mr3q7gv] .mud-app-bar .mud-icon-button:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: scale(1.05);
}

/* Account Menu Styling */
.account-banner-container[b-4b7mr3q7gv] {
    border-radius: 8px;
    padding: 4px 8px !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.account-banner-container:hover[b-4b7mr3q7gv] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

/* Timer Chips Enhanced Styling */
[b-4b7mr3q7gv] .inactivity-chip,
[b-4b7mr3q7gv] .new-leads-chip,
[b-4b7mr3q7gv] .red-time-chip {
    border-radius: 20px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease !important;
}

[b-4b7mr3q7gv] .inactivity-chip:hover,
[b-4b7mr3q7gv] .new-leads-chip:hover,
[b-4b7mr3q7gv] .red-time-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Animations */
@keyframes fadeIn-b-4b7mr3q7gv {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[b-4b7mr3q7gv] .mud-app-bar > * {
    animation: fadeIn-b-4b7mr3q7gv 0.5s ease forwards;
}

/* Responsive adjustments */
/* Custom Drawer Styles */
.custom-drawer[b-4b7mr3q7gv] {
    position: fixed;
    top: 64px; /* Below app bar */
    left: 0;
    height: calc(100vh - 64px);
    background: white;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
    overflow-y: auto;
    overflow-x: auto;
}

.custom-drawer.drawer-closed[b-4b7mr3q7gv] {
    transform: translateX(-100%);
    width: 0;
}

.custom-drawer.drawer-open.drawer-mini[b-4b7mr3q7gv] {
    width: 80px; /* Mini width - icons only */
    transform: translateX(0);
    z-index: 1001; /* Higher than content */
}

.custom-drawer.drawer-open.drawer-expanded[b-4b7mr3q7gv] {
    width: 280px; /* Expanded width - icons + text */
    transform: translateX(0);
    z-index: 1001; /* Higher than content to overlay */
}

/* Adjust main content for both mini and expanded drawer states */
.custom-drawer.drawer-open.drawer-mini ~ .main-content[b-4b7mr3q7gv],
.custom-drawer.drawer-open.drawer-mini[b-4b7mr3q7gv] ~  .mud-main-content {
    margin-left: 80px !important; /* Mini width - 80px */
    transition: margin-left 0.3s ease;
}

/* Expanded state - content should be pushed to the right of the drawer */
.custom-drawer.drawer-open.drawer-expanded ~ .main-content[b-4b7mr3q7gv],
.custom-drawer.drawer-open.drawer-expanded[b-4b7mr3q7gv] ~  .mud-main-content {
    margin-left: 280px !important; /* Expanded width - 280px */
    transition: margin-left 0.3s ease;
}

@media (max-width: 768px) {
    .custom-drawer.drawer-open.drawer-expanded[b-4b7mr3q7gv] {
        width: 100vw; /* Full width on mobile */
    }
    
    /* On mobile, expanded drawer should overlay content */
    .custom-drawer.drawer-open.drawer-expanded ~ .main-content[b-4b7mr3q7gv],
    .custom-drawer.drawer-open.drawer-expanded[b-4b7mr3q7gv] ~  .mud-main-content {
        margin-left: 0 !important; /* No margin on mobile for expanded */
    }
    
    /* Mini drawer still pushes content on mobile */
    .custom-drawer.drawer-open.drawer-mini ~ .main-content[b-4b7mr3q7gv],
    .custom-drawer.drawer-open.drawer-mini[b-4b7mr3q7gv] ~  .mud-main-content {
        margin-left: 80px !important; /* Keep mini margin on mobile */
    }
    
    [b-4b7mr3q7gv] .brand-text {
        font-size: 1.2rem !important;
    }
}

/* Global scrolling fixes */
html[b-4b7mr3q7gv], body[b-4b7mr3q7gv] {
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

/* Ensure the body can scroll when content overflows */
body[b-4b7mr3q7gv] {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

/* Force scrolling to work by ensuring proper height calculations */
*[b-4b7mr3q7gv] {
    box-sizing: border-box;
}

/* Ensure the main layout allows natural content flow */
.mud-layout[b-4b7mr3q7gv] {
    height: auto !important;
    min-height: 100vh !important;
}

/* Full Height Background Wrapper */
.full-height-background[b-4b7mr3q7gv] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.004) 0%, rgba(255, 255, 255, 0.004) 50%, rgba(var(--mud-palette-primary-rgb), 0.15) 100%);
    overflow-y: auto;
    overflow-x: auto;
}

/* Main Layout Container */
.main-layout-container[b-4b7mr3q7gv] {
    position: relative;
    z-index: 1;
    background: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
}

/* Ensure MudLayout components are transparent and allow proper scrolling */
[b-4b7mr3q7gv] .mud-layout {
    background: transparent !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

[b-4b7mr3q7gv] .mud-main-content {
    background: transparent !important;
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
    min-height: calc(100vh - 64px);
    height: auto;
    max-height: none;
}

[b-4b7mr3q7gv] .mud-drawer {
    background: transparent !important;
}

[b-4b7mr3q7gv] .mud-app-bar {
    background-color: #4ECDC4 !important;
    color: white !important;
    z-index: 1000;
    position: relative;
}

/* Background Decorative Shapes */
.background-shapes[b-4b7mr3q7gv] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.shape[b-4b7mr3q7gv] {
    position: absolute;
    border-radius: 50%;
    /* Shape gradient is set via inline styles using MudBlazor theme variables */
    animation: float-b-4b7mr3q7gv 20s ease-in-out infinite;
}

.shape-1[b-4b7mr3q7gv] {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
    animation-delay: 0s;
}

.shape-2[b-4b7mr3q7gv] {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    animation-delay: 7s;
}

.shape-3[b-4b7mr3q7gv] {
    width: 150px;
    height: 150px;
    top: 50%;
    left: -75px;
    animation-delay: 14s;
}

@keyframes float-b-4b7mr3q7gv {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 0.1;
    }
}


/* App Bar Elements Styling */
[b-4b7mr3q7gv] .mud-app-bar .mud-icon-button {
    color: white !important;
}

[b-4b7mr3q7gv] .mud-app-bar .mud-icon-button:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}

[b-4b7mr3q7gv] .mud-app-bar .mud-text,
[b-4b7mr3q7gv] .mud-app-bar .mud-icon,
[b-4b7mr3q7gv] .mud-app-bar .mud-avatar {
    color: white !important;
}

/* Account Banner Container */
.account-banner-container[b-4b7mr3q7gv] {
    color: white !important;
}

.account-banner-container .mud-text[b-4b7mr3q7gv],
.account-banner-container .mud-icon[b-4b7mr3q7gv] {
    color: white !important;
}

/* Inactivity Timer Chip */
[b-4b7mr3q7gv] .inactivity-chip {
    margin-right: 12px !important;
    padding: 8px 16px !important;
    height: auto !important;
}

[b-4b7mr3q7gv] .inactivity-chip .mud-chip-content {
    padding: 0 !important;
}

[b-4b7mr3q7gv] .inactivity-chip .mud-chip-icon {
    margin-right: 8px !important;
    font-size: 1.2rem !important;
}

[b-4b7mr3q7gv] .inactivity-chip .mud-stack {
    gap: 4px !important;
}

/* Navigation Tabs Styling */
[b-4b7mr3q7gv] .nav-tabs .mud-tabs-toolbar {
    background-color: transparent !important;
}

[b-4b7mr3q7gv] .nav-tabs .mud-tab {
    color: white !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}

[b-4b7mr3q7gv] .nav-tabs .mud-tab-active {
    color: white !important;
    border-bottom: 2px solid white !important;
}

[b-4b7mr3q7gv] .nav-tabs .mud-tab:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Main Content */
.main-content[b-4b7mr3q7gv] {
    background-color: transparent !important;
    background: transparent !important;
    min-height: calc(100vh - 64px);
    position: relative;
    z-index: 1;
    overflow-y: auto;
    overflow-x: auto;
    flex: 1;
    height: auto;
    max-height: none;
}

/* No Sidebar Mode - for Quote Calculator page */
.main-content.no-sidebar[b-4b7mr3q7gv],
[b-4b7mr3q7gv] .mud-main-content.no-sidebar {
    margin-left: 0 !important;
}

#blazor-error-ui[b-4b7mr3q7gv] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4b7mr3q7gv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Brand Watermark */
.brand-watermark[b-4b7mr3q7gv] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    pointer-events: none;
    user-select: none;
}

/* Favicon Styles - Ensure proper favicon display */
[b-4b7mr3q7gv] link[rel="icon"] {
    display: block !important;
}

[b-4b7mr3q7gv] link[rel="shortcut icon"] {
    display: block !important;
}

/* Ensure favicon is visible and properly sized */
[b-4b7mr3q7gv] .favicon-container {
    position: relative;
    display: inline-block;
}

[b-4b7mr3q7gv] .favicon-container img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.watermark-logo[b-4b7mr3q7gv] {
    width: 300px;
    height: 300px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: all 0.3s ease;
}

.watermark-logo:hover[b-4b7mr3q7gv] {
    transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 768px) {
    .watermark-logo[b-4b7mr3q7gv] {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    
    .watermark-logo[b-4b7mr3q7gv] {
        width: 150px;
        height: 150px;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .shape[b-4b7mr3q7gv] {
        animation: none;
    }
    
    .watermark-logo:hover[b-4b7mr3q7gv] {
        transform: none;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .watermark-logo[b-4b7mr3q7gv] {
        filter: grayscale(100%);
    }
}

/* Leads Table Scrolling */
.leads-table-container[b-4b7mr3q7gv] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: auto;
}

.modern-data-grid[b-4b7mr3q7gv] {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: auto;
}

/* Ensure MudDataGrid has proper scrolling */
[b-4b7mr3q7gv] .mud-data-grid {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: auto;
}

[b-4b7mr3q7gv] .mud-data-grid .mud-table-container {
    max-height: calc(100vh - 350px);
    overflow-y: auto;
    overflow-x: auto;
}

/* Pagination container should not scroll */
.pagination-container[b-4b7mr3q7gv] {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 10;
    padding: 16px 0;
    border-top: 1px solid #e0e0e0;
}

/* Unfinished Call FAB Styles */
.unfinished-call-fab[b-4b7mr3q7gv] {
    position: fixed;
    bottom: 24px;
    right: 24px; /* Bottom-right corner */
    z-index: 2000 !important; /* Higher than everything else */
    pointer-events: auto;
}

@keyframes pulse-warning-b-4b7mr3q7gv {
    0% {
        box-shadow: 0 8px 24px rgba(255, 152, 0, 0.4);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 8px 32px rgba(255, 152, 0, 0.6);
        transform: scale(1.02);
    }
    100% {
        box-shadow: 0 8px 24px rgba(255, 152, 0, 0.4);
        transform: scale(1);
    }
}

/* Responsive positioning for Unfinished Call FAB */
@media (max-width: 768px) {
    .unfinished-call-fab[b-4b7mr3q7gv] {
        right: 24px;
        bottom: 24px; /* Keep at bottom-right on mobile too */
    }
}

@media (max-width: 480px) {
    .unfinished-call-fab[b-4b7mr3q7gv] {
        right: 16px;
        bottom: 16px;
    }
}

/* Red Time Timer Styles */
[b-4b7mr3q7gv] .red-time-chip {
    background-color: #f44336 !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    animation: pulse-b-4b7mr3q7gv 2s infinite;
    margin-right: 12px !important;
    padding: 8px 16px !important;
    height: auto !important;
}

[b-4b7mr3q7gv] .red-time-chip .mud-chip-content {
    padding: 0 !important;
}

[b-4b7mr3q7gv] .red-time-chip .mud-chip-icon {
    color: white !important;
    margin-right: 8px !important;
    font-size: 1.2rem !important;
}

[b-4b7mr3q7gv] .red-time-chip .mud-stack {
    gap: 4px !important;
}

#redTimeDisplay[b-4b7mr3q7gv] {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.red-time-active[b-4b7mr3q7gv] {
    animation: blink-b-4b7mr3q7gv 1s infinite;
}

@keyframes pulse-b-4b7mr3q7gv {
    0% {
        box-shadow: 0 0 0 0 rgba(244, 67, 54, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(244, 67, 54, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 67, 54, 0);
    }
}

@keyframes blink-b-4b7mr3q7gv {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0.7;
    }
}

/* Responsive Red Time Timer */
@media (max-width: 768px) {
    [b-4b7mr3q7gv] .red-time-chip {
        font-size: 0.75rem !important;
        padding: 6px 12px !important;
        margin-right: 8px !important;
    }
    
    [b-4b7mr3q7gv] .red-time-chip .mud-chip-icon {
        font-size: 1rem !important;
        margin-right: 6px !important;
    }
    
    [b-4b7mr3q7gv] .red-time-chip .mud-stack {
        gap: 2px !important;
    }
}

@media (max-width: 480px) {
    [b-4b7mr3q7gv] .red-time-chip {
        font-size: 0.7rem !important;
        padding: 4px 8px !important;
        margin-right: 4px !important;
    }
    
    [b-4b7mr3q7gv] .red-time-chip .mud-chip-icon {
        font-size: 0.9rem !important;
        margin-right: 4px !important;
    }
    
    [b-4b7mr3q7gv] .red-time-chip .mud-stack {
        gap: 1px !important;
    }
    
    #redTimeDisplay[b-4b7mr3q7gv] {
        font-size: 0.7rem !important;
    }
}
/* _content/LeadDaddy.Client/Components/Layout/NavMenu.razor.rz.scp.css */
.modern-nav-container[b-mtkjbccwoi] {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modern-nav-container.nav-expanded[b-mtkjbccwoi] {
    padding: 20px 12px;
}

.modern-nav-container[b-mtkjbccwoi]::-webkit-scrollbar {
    width: 4px;
}

.modern-nav-container[b-mtkjbccwoi]::-webkit-scrollbar-track {
    background: transparent;
}

.modern-nav-container[b-mtkjbccwoi]::-webkit-scrollbar-thumb {
    background: var(--mud-palette-action-disabled, rgba(0, 0, 0, 0.1));
    border-radius: 2px;
    transition: background 0.2s;
}

.modern-nav-container[b-mtkjbccwoi]::-webkit-scrollbar-thumb:hover {
    background: var(--mud-palette-action-default, rgba(0, 0, 0, 0.2));
}

/* Nav Items */
.nav-item[b-mtkjbccwoi] {
    position: relative;
    margin-bottom: 6px;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 48px; /* Ensure consistent height */
    display: flex;
    align-items: center;
}

.nav-item:hover[b-mtkjbccwoi] {
    transform: translateX(4px);
}

.nav-item:hover .nav-item-glow[b-mtkjbccwoi] {
    opacity: 0.2;
}

.nav-item-glow[b-mtkjbccwoi] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, var(--mud-palette-primary-lighten, rgba(87, 194, 189, 0.01)) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.nav-item-content[b-mtkjbccwoi] {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    z-index: 1;
    transition: all 0.2s ease;
}

.nav-icon[b-mtkjbccwoi] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    color: #666666;
    transition: all 0.2s ease;
}

.nav-text[b-mtkjbccwoi] {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    letter-spacing: 0.01em;
    white-space: nowrap;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Active State */
.nav-item.active[b-mtkjbccwoi] {
    background: rgba(87, 194, 189, 0.05) !important;
    transform: translateX(4px);
}

.nav-item.active .nav-icon[b-mtkjbccwoi] {
    color: var(--mud-palette-primary, #4ECDC4);
    transform: scale(1.1);
}

.nav-item.active .nav-text[b-mtkjbccwoi] {
    color: var(--mud-palette-primary, #4ECDC4);
    font-weight: 600;
}

.nav-active-indicator[b-mtkjbccwoi] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: var(--mud-palette-primary, #4ECDC4);
    border-radius: 0 4px 4px 0;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item.active .nav-active-indicator[b-mtkjbccwoi] {
    height: 70%;
}

/* Hover Effects */
.nav-item:not(.active):hover[b-mtkjbccwoi] {
    background: var(--mud-palette-action-hover, rgba(0, 0, 0, 0.02));
}

.nav-item:not(.active):hover .nav-icon[b-mtkjbccwoi] {
    color: #666666;
    transform: scale(1.05);
}

.nav-item:not(.active):hover .nav-text[b-mtkjbccwoi] {
    color: #666666;
}

/* Mini State - Icons Only */
.modern-nav-container.nav-mini .nav-text[b-mtkjbccwoi] {
    opacity: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    transition: all 0.3s ease;
}

.modern-nav-container.nav-mini .nav-icon[b-mtkjbccwoi] {
    margin-right: 0 !important;
    transition: all 0.3s ease;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.modern-nav-container.nav-mini .nav-item-content[b-mtkjbccwoi] {
    justify-content: center !important;
    padding: 16px 12px !important;
    width: 100% !important;
}

.modern-nav-container.nav-mini .nav-item[b-mtkjbccwoi] {
    margin: 6px 8px !important;
    transition: all 0.3s ease;
    width: calc(100% - 16px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.modern-nav-container.nav-mini .nav-item:hover[b-mtkjbccwoi] {
    transform: scale(1.05) translateX(0);
}

/* Expanded State - Icons + Text */
.modern-nav-container.nav-expanded .nav-text[b-mtkjbccwoi] {
    opacity: 1 !important;
    width: auto !important;
    transition: all 0.3s ease;
}

.modern-nav-container.nav-expanded .nav-icon[b-mtkjbccwoi] {
    margin-right: 16px !important;
    transition: all 0.3s ease;
}

.modern-nav-container.nav-expanded .nav-item-content[b-mtkjbccwoi] {
    justify-content: flex-start !important;
    padding: 14px 16px !important;
}

.modern-nav-container.nav-expanded .nav-item[b-mtkjbccwoi] {
    margin: 0 0 6px 0 !important;
    transition: all 0.3s ease;
}

.modern-nav-container.nav-expanded .nav-item:hover[b-mtkjbccwoi] {
    transform: translateX(4px);
}

/* Ensure icons are always visible */
:global(.mud-drawer-mini) .nav-icon[b-mtkjbccwoi],
:global(.mud-drawer-temporary) .nav-icon[b-mtkjbccwoi] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* MudTooltip integration - ensure proper z-index for tooltips */
.modern-nav-container .nav-item[b-mtkjbccwoi] {
    position: relative;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .nav-item[b-mtkjbccwoi] {
        margin-bottom: 4px;
    }

    .nav-item-content[b-mtkjbccwoi] {
        padding: 12px 14px;
    }

    .nav-text[b-mtkjbccwoi] {
        font-size: 13px;
    }
}

/* Animation for entrance */
@keyframes slideIn-b-mtkjbccwoi {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.nav-item[b-mtkjbccwoi] {
    animation: slideIn-b-mtkjbccwoi 0.3s ease forwards;
    animation-delay: calc(var(--item-index, 0) * 0.05s);
}

.nav-item:nth-child(1)[b-mtkjbccwoi] { --item-index: 0; }
.nav-item:nth-child(2)[b-mtkjbccwoi] { --item-index: 1; }
.nav-item:nth-child(3)[b-mtkjbccwoi] { --item-index: 2; }
.nav-item:nth-child(4)[b-mtkjbccwoi] { --item-index: 3; }
.nav-item:nth-child(5)[b-mtkjbccwoi] { --item-index: 4; }

/* Section Divider and Label */
.nav-section-divider[b-mtkjbccwoi] {
    height: 1px;
    background: var(--mud-palette-divider, rgba(0, 0, 0, 0.12));
    margin: 16px 12px;
}

.nav-section-label[b-mtkjbccwoi] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666666;
    padding: 8px 16px 4px 16px;
    margin-top: 8px;
}

.modern-nav-container.nav-mini .nav-section-divider[b-mtkjbccwoi] {
    margin: 12px 8px;
}

.modern-nav-container.nav-mini .nav-section-label[b-mtkjbccwoi] {
    display: none;
}
/* _content/LeadDaddy.Client/Components/Pages/Leads/Popups/AddLeadPopup.razor.rz.scp.css */
.add-lead-header[b-dm2tt83bpt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
}

.header-icon[b-dm2tt83bpt] {
    color: #4ECDC4;
    background-color: #f0f9ff;
    padding: 0.75rem;
    border-radius: 12px;
}

.header-text[b-dm2tt83bpt] {
    flex: 1;
}

.dialog-title[b-dm2tt83bpt] {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.dialog-subtitle[b-dm2tt83bpt] {
    color: #64748b;
}

.add-lead-form[b-dm2tt83bpt] {
    max-width: 100%;
}

.form-section[b-dm2tt83bpt] {
    margin-bottom: 1rem;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    position: relative;
}

.form-section:last-child[b-dm2tt83bpt] {
    margin-bottom: 0;
}

.section-title[b-dm2tt83bpt] {
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-bottom: 0;
    border-bottom: none;
}

.section-title .mud-icon[b-dm2tt83bpt] {
    color: #6b7280;
    margin-right: 0.5rem;
}

.form-row[b-dm2tt83bpt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-field[b-dm2tt83bpt] {
    width: 100%;
}

.dialog-actions[b-dm2tt83bpt] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1rem;
}

.cancel-btn[b-dm2tt83bpt] {
    min-width: 120px;
}

.save-btn[b-dm2tt83bpt] {
    min-width: 140px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .add-lead-header[b-dm2tt83bpt] {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .form-row[b-dm2tt83bpt] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .dialog-actions[b-dm2tt83bpt] {
        flex-direction: column-reverse;
        gap: 0.5rem;
    }
    
    .cancel-btn[b-dm2tt83bpt],
    .save-btn[b-dm2tt83bpt] {
        width: 100%;
        min-width: auto;
    }
}

/* Enhanced Form Styling */
[b-dm2tt83bpt] .mud-input-control {
    margin-bottom: 0.5rem;
}

[b-dm2tt83bpt] .mud-input-helper-text {
    font-size: 0.75rem;
    color: #64748b;
}

[b-dm2tt83bpt] .mud-form .mud-input-error {
    font-size: 0.75rem;
}

/* Optional section styling */
.form-section:has(.section-title:contains("Optional"))[b-dm2tt83bpt] {
    background-color: transparent;
    border: none;
}

/* Responsive section spacing */
@media (max-width: 768px) {
    .form-section[b-dm2tt83bpt] {
        padding: 0;
        margin-bottom: 0.75rem;
    }
    
    .section-title[b-dm2tt83bpt] {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
}

/* Loading State */
[b-dm2tt83bpt] .mud-progress-circular {
    width: 16px !important;
    height: 16px !important;
}

/* Success Animation */
@keyframes fadeInSuccess-b-dm2tt83bpt {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-message[b-dm2tt83bpt] {
    animation: fadeInSuccess-b-dm2tt83bpt 0.3s ease-out;
}

/* Custom Dialog Overlay */
.dialog-overlay[b-dm2tt83bpt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn-b-dm2tt83bpt 0.2s ease-out;
}

.dialog-container[b-dm2tt83bpt] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    animation: slideIn-b-dm2tt83bpt 0.3s ease-out;
}

.dialog-header[b-dm2tt83bpt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

.dialog-content[b-dm2tt83bpt] {
    padding: 1.5rem;
    max-height: calc(90vh - 120px);
    overflow-y: auto;
}

@keyframes fadeIn-b-dm2tt83bpt {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-dm2tt83bpt {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* _content/LeadDaddy.Client/Components/Pages/Leads/Popups/LeadDetailsPopup.razor.rz.scp.css */
/* Lead Dialog Styles */
.lead-dialog-title[b-qk7b90xx9d] {
    display: flex;
    align-items: center;
    color: #1e293b;
}

/* Modern Dialog Background */
.mud-dialog[b-qk7b90xx9d] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.mud-dialog .mud-dialog-content[b-qk7b90xx9d] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 0;
}

/* Content Container Background */
.lead-content-wrapper[b-qk7b90xx9d] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100%;
    border-radius: 0 0 16px 16px;
}

/* Card Backgrounds */
.mud-card[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.mud-card:hover[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.lead-details-content[b-qk7b90xx9d] {
    max-height: 75vh;
    overflow-y: auto;
}

/* Edit Mode Styles */
.edit-mode-card[b-qk7b90xx9d] {
    border: 2px solid var(--mud-palette-primary);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.2);
}

.edit-mode-header[b-qk7b90xx9d] {
    background: var(--mud-palette-primary-lighten);
    margin: -16px -16px 16px -16px;
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
    color: white;
}

/* Status and Activity Styles */
.status-chip[b-qk7b90xx9d] {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}


/* Loading and Error States */
.loading-container[b-qk7b90xx9d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.error-container[b-qk7b90xx9d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
}

/* Timeline and Engagement Styles */
.engagement-item[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Timeline Container Background */
.activity-section[b-qk7b90xx9d] {
    min-height: 400px;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.5) 0%, rgba(241, 245, 249, 0.5) 100%);
    border-radius: 12px;
    padding: 1rem;
    margin: -1rem;
}

/* Timeline Card Backgrounds */
.mud-timeline .mud-timeline-item .mud-timeline-item-content .mud-card[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.mud-timeline .mud-timeline-item .mud-timeline-item-content .mud-card:hover[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.engagement-item:hover[b-qk7b90xx9d] {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.engagement-header[b-qk7b90xx9d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.engagement-date[b-qk7b90xx9d] {
    color: #64748b;
    font-size: 0.8rem;
}

.engagement-description[b-qk7b90xx9d] {
    color: #475569;
    line-height: 1.5;
}

/* Responsive design */
@media (max-width: 768px) {
    .details-section[b-qk7b90xx9d] {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .engagement-header[b-qk7b90xx9d] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .lead-details-content[b-qk7b90xx9d] {
        max-height: 60vh;
    }
}

/* Tab Styling */
.mud-tabs .mud-tab-panel[b-qk7b90xx9d] {
    background: transparent;
    padding: 1rem 0;
}

/* Empty State Styling */
.empty-state-card[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Loading and Error State Cards */
.loading-container .mud-progress-circular[b-qk7b90xx9d],
.error-container .mud-icon[b-qk7b90xx9d] {
    opacity: 0.7;
}

/* Enhanced Scrollbar */
.lead-details-content[b-qk7b90xx9d]::-webkit-scrollbar {
    width: 8px;
}

.lead-details-content[b-qk7b90xx9d]::-webkit-scrollbar-track {
    background: rgba(241, 245, 249, 0.5);
    border-radius: 4px;
}

.lead-details-content[b-qk7b90xx9d]::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.6);
    border-radius: 4px;
    transition: background 0.3s ease;
}

.lead-details-content[b-qk7b90xx9d]::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 116, 139, 0.8);
}

/* Dialog Actions Background */
.mud-dialog-actions[b-qk7b90xx9d] {
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.9) 0%, rgba(241, 245, 249, 0.9) 100%);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Unqualified Reason Display */
.unqualified-reason-display[b-qk7b90xx9d] {
    background: rgba(211, 47, 47, 0.1);
    backdrop-filter: blur(8px);
    border-left: 4px solid #d32f2f;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(211, 47, 47, 0.1);
}

.unqualified-reason-display:hover[b-qk7b90xx9d] {
    background: rgba(211, 47, 47, 0.15);
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.2);
    transform: translateY(-1px);
}

.unqualified-reason-display .mud-text[b-qk7b90xx9d] {
    color: #5f2120;
    line-height: 1.6;
}

.unqualified-reason-display .mud-text.mud-text-secondary[b-qk7b90xx9d] {
    color: #8e2424;
    font-weight: 500;
}
/* _content/LeadDaddy.Client/Components/Pages/Leads/Sections/LeadSheet.razor.rz.scp.css */
.leads-container[b-dztmxu3igo] {
    padding: 0;
    margin: 0;
}

.leads-header[b-dztmxu3igo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.leads-stats[b-dztmxu3igo] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leads-count[b-dztmxu3igo] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.leads-label[b-dztmxu3igo] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.leads-actions[b-dztmxu3igo] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-container[b-dztmxu3igo] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-field[b-dztmxu3igo] {
    width: 200px;
}

.add-lead-btn[b-dztmxu3igo] {
    white-space: nowrap;
    height: 32px;
    font-size: 12px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 16px;
}

.leads-table-container[b-dztmxu3igo] {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
}

[b-dztmxu3igo] .modern-data-grid {
    border: none;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-dztmxu3igo] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

.pagination-container[b-dztmxu3igo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding: 0.5rem;
}

.pagination-component[b-dztmxu3igo] {
    margin-bottom: 0;
}

.pagination-info[b-dztmxu3igo] {
    color: #666;
    font-size: 0.875rem;
}

/* Status Chips Enhancement */
[b-dztmxu3igo] .mud-chip {
    font-weight: 500;
    font-size: 0.75rem;
    border-radius: 12px;
    min-width: 100px;
    text-align: center;
    justify-content: center;
}


@media (max-width: 768px) {
    .leads-header[b-dztmxu3igo] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .leads-actions[b-dztmxu3igo] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-dztmxu3igo] {
        min-width: auto;
        width: 100%;
    }
    
    .pagination-container[b-dztmxu3igo] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }
}
/* _content/LeadDaddy.Client/Components/Pages/Leads/Sections/ManageLeads.razor.rz.scp.css */
.leads-container[b-j10cubci7d] {
    padding: 0;
    margin: 0;
}

.leads-header[b-j10cubci7d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.leads-stats[b-j10cubci7d] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leads-count[b-j10cubci7d] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.leads-label[b-j10cubci7d] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.leads-actions[b-j10cubci7d] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-j10cubci7d] {
    min-width: 300px;
}

.add-lead-btn[b-j10cubci7d] {
    white-space: nowrap;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.add-lead-btn:hover[b-j10cubci7d] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.leads-table-container[b-j10cubci7d] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-j10cubci7d] .modern-data-grid {
    border: none;
}

[b-j10cubci7d] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-j10cubci7d] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-j10cubci7d] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-j10cubci7d] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-j10cubci7d] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-j10cubci7d] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-j10cubci7d] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .leads-header[b-j10cubci7d] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .leads-actions[b-j10cubci7d] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-j10cubci7d] {
        min-width: auto;
        width: 100%;
    }
}

/* Loading and Pagination Styles */
.loading-container[b-j10cubci7d] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
    gap: 1rem;
}

.pagination-container[b-j10cubci7d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #e0e0e0;
    background-color: #f8f9fa;
}

.pagination-info[b-j10cubci7d] {
    color: #666;
    font-size: 0.875rem;
}

[b-j10cubci7d] .mud-pagination {
    margin: 0;
}

/* Filter Panel Enhancements */
.filter-actions[b-j10cubci7d] {
    display: flex;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

/* Responsive Pagination */
@media (max-width: 768px) {
    .pagination-container[b-j10cubci7d] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .pagination-info[b-j10cubci7d] {
        order: -1;
    }
    
    .filter-actions[b-j10cubci7d] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .filter-actions .mud-button[b-j10cubci7d] {
        width: 100%;
    }
}

/* Enhanced Filter Button */
.filter-btn[b-j10cubci7d] {
    position: relative;
}

.filter-btn[b-j10cubci7d]::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background-color: #4ECDC4;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.filter-btn.has-filters[b-j10cubci7d]::after {
    opacity: 1;
}

/* Status Chips Enhancement */
[b-j10cubci7d] .mud-chip {
    font-weight: 500;
    font-size: 0.75rem;
    border-radius: 12px;
    min-width: 100px;
    text-align: center;
    justify-content: center;
}

/* Loading State */
.modern-data-grid[loading][b-j10cubci7d] {
    opacity: 0.6;
    pointer-events: none;
}

/* _content/LeadDaddy.Client/Components/Pages/Leads/Sections/MyLeads.razor.rz.scp.css */
.leads-container[b-h9yfgsc2rp] {
    padding: 0;
    margin: 0;
}

.leads-header[b-h9yfgsc2rp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.leads-stats[b-h9yfgsc2rp] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leads-count[b-h9yfgsc2rp] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.leads-label[b-h9yfgsc2rp] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.leads-actions[b-h9yfgsc2rp] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-h9yfgsc2rp] {
    min-width: 300px;
}

.add-lead-btn[b-h9yfgsc2rp] {
    white-space: nowrap;
}

.leads-table-container[b-h9yfgsc2rp] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-h9yfgsc2rp] .modern-data-grid {
    border: none;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .leads-header[b-h9yfgsc2rp] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .leads-actions[b-h9yfgsc2rp] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-h9yfgsc2rp] {
        min-width: auto;
        width: 100%;
    }
}

/* Pagination Styles */
.pagination-container[b-h9yfgsc2rp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-h9yfgsc2rp] {
    margin: 0;
}

.pagination-info[b-h9yfgsc2rp] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-h9yfgsc2rp] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}

/* Follow-up Time Styles */
.follow-up-time-container[b-h9yfgsc2rp] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.follow-up-time[b-h9yfgsc2rp] {
    font-weight: 500;
    color: #333;
}

.countdown-timer[b-h9yfgsc2rp] {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.text-muted[b-h9yfgsc2rp] {
    color: #999;
    font-style: italic;
}

/* Status Chips Enhancement */
[b-h9yfgsc2rp] .mud-chip {
    font-weight: 500;
    font-size: 0.75rem;
    border-radius: 12px;
    min-width: 100px;
    text-align: center;
    justify-content: center;
}

/* _content/LeadDaddy.Client/Components/Pages/Login.razor.rz.scp.css */
/* Modern Login Page Styles
 * 
 * This component uses MudBlazor theme variables for consistent branding:
 * - Primary colors from --mud-palette-primary and --mud-palette-primary-darken
 * - Text colors from mud-primary-text class
 * - RGB variables for opacity: rgba(var(--mud-palette-primary-rgb), 0.3)
 */
.login-container[b-zyl9npiwm8] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* Background gradient is set via inline styles using MudBlazor theme variables */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 2rem;
}

/* Background Decorative Shapes */
.background-shapes[b-zyl9npiwm8] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.shape[b-zyl9npiwm8] {
    position: absolute;
    border-radius: 50%;
    /* Shape gradient is set via inline styles using MudBlazor theme variables */
    animation: float-b-zyl9npiwm8 20s ease-in-out infinite;
}

.shape-1[b-zyl9npiwm8] {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
    animation-delay: 0s;
}

.shape-2[b-zyl9npiwm8] {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    animation-delay: 7s;
}

.shape-3[b-zyl9npiwm8] {
    width: 150px;
    height: 150px;
    top: 50%;
    left: -75px;
    animation-delay: 14s;
}

@keyframes float-b-zyl9npiwm8 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 0.1;
    }
}

/* Login Content */
.login-content[b-zyl9npiwm8] {
    width: 100%;
    max-width: 420px;
    z-index: 1;
    position: relative;
}

/* Brand Header - Improved Design */
.brand-header[b-zyl9npiwm8] {
    text-align: center;
    margin-bottom: 3rem;
    animation: fadeInDown-b-zyl9npiwm8 0.8s ease-out;
}

.brand-logo[b-zyl9npiwm8] {
    width: 200px;
    margin: 0 auto 1.5rem;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image[b-zyl9npiwm8] {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}

.brand-logo:hover .logo-image[b-zyl9npiwm8] {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.15));
}

.brand-title[b-zyl9npiwm8] {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.02em;
    line-height: 1;
    /* Text gradient is set via inline styles using MudBlazor theme variables */
    text-shadow: 0 0 30px rgba(var(--mud-palette-primary-rgb), 0.3);
}

.brand-subtitle[b-zyl9npiwm8] {
    font-size: 1.25rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
    opacity: 0.9;
    letter-spacing: 0.02em;
}

/* Login Card */
.login-card[b-zyl9npiwm8] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    border-radius: 28px;
    padding: 3rem 2.5rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-zyl9npiwm8 0.8s ease-out 0.2s both;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.login-card[b-zyl9npiwm8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(96, 165, 250, 0.3) 50%, transparent 100%);
}

/* Login Form */
.login-form[b-zyl9npiwm8] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Initialization Notice */
.initialization-notice[b-zyl9npiwm8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.05) 0%, rgba(var(--mud-palette-primary-rgb), 0.1) 100%);
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.3);
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Notice text color is now set via MudBlazor class mud-primary-text */

/* Sign-in Options */
.signin-options[b-zyl9npiwm8] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Divider Styling */
.my-3[b-zyl9npiwm8] {
    margin: 1.5rem 0;
}

.my-3 .mud-text[b-zyl9npiwm8] {
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

/* Microsoft Sign-in Button */
.microsoft-signin-btn[b-zyl9npiwm8] {
    /* Button background is now using MudBlazor theme primary color */
    color: white !important;
    border-radius: 16px !important;
    padding: 1.25rem 2rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-transform: none !important;
    box-shadow: 0 8px 30px rgba(var(--mud-palette-primary-rgb), 0.25) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 2px solid transparent !important;
    height: 64px !important;
    position: relative;
    overflow: hidden;
}

.microsoft-signin-btn[b-zyl9npiwm8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    transition: left 0.6s ease;
}

.microsoft-signin-btn:hover[b-zyl9npiwm8]::before {
    left: 100%;
}

.microsoft-signin-btn:hover[b-zyl9npiwm8] {
    /* Hover background is now using MudBlazor theme primary color */
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 12px 40px rgba(var(--mud-palette-primary-rgb), 0.4) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.microsoft-signin-btn:disabled[b-zyl9npiwm8] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%) !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.signin-loading[b-zyl9npiwm8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

.signin-content[b-zyl9npiwm8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* Microsoft Logo */
.ms-logo[b-zyl9npiwm8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px;
    width: 20px;
    height: 20px;
}

.ms-square[b-zyl9npiwm8] {
    width: 9px;
    height: 9px;
}

.ms-red[b-zyl9npiwm8] { background: #f25022; }
.ms-green[b-zyl9npiwm8] { background: #7fba00; }
.ms-blue[b-zyl9npiwm8] { background: #00a4ef; }
.ms-yellow[b-zyl9npiwm8] { background: #ffb900; }

.signin-text[b-zyl9npiwm8] {
    font-size: 1.1rem;
    font-weight: 600;
    flex: 1;
    text-align: center;
}

.signin-arrow[b-zyl9npiwm8] {
    opacity: 0.7;
    transition: all 0.3s ease;
}

.microsoft-signin-btn:hover .signin-arrow[b-zyl9npiwm8] {
    opacity: 1;
    transform: translateX(4px);
}

/* Login Footer */
.login-footer[b-zyl9npiwm8] {
    text-align: center;
    animation: fadeIn-b-zyl9npiwm8 0.8s ease-out 0.4s both;
}

.copyright[b-zyl9npiwm8] {
    color: #94a3b8;
    font-size: 0.8125rem;
    margin: 0;
    font-weight: 400;
}

/* Animations */
@keyframes fadeInDown-b-zyl9npiwm8 {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-zyl9npiwm8 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-zyl9npiwm8 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-container[b-zyl9npiwm8] {
        padding: 1rem;
    }
    
    .login-card[b-zyl9npiwm8] {
        padding: 2rem 1.5rem;
        margin: 0 0 1.5rem 0;
    }
    
    .brand-title[b-zyl9npiwm8] {
        font-size: 1.5rem;
    }
    
    .brand-logo[b-zyl9npiwm8] {
        width: 200px;
        margin-bottom: 1rem;
    }
    
    .logo-icon[b-zyl9npiwm8] {
        font-size: 2rem !important;
    }
}

@media (max-width: 480px) {
    .login-container[b-zyl9npiwm8] {
        padding: 0.5rem;
    }
    
    .login-card[b-zyl9npiwm8] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }
    
    .brand-header[b-zyl9npiwm8] {
        margin-bottom: 2rem;
    }
    
    .brand-title[b-zyl9npiwm8] {
        font-size: 1rem;
    }
    
    .brand-logo[b-zyl9npiwm8] {
        width: 200px;
    }
    
    .logo-icon[b-zyl9npiwm8] {
        font-size: 1.75rem !important;
    }
}

/* Focus States */
.microsoft-signin-btn:focus[b-zyl9npiwm8] {
    outline: 2px solid #f87171;
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .login-card[b-zyl9npiwm8] {
        background: white;
        border: 2px solid #1e293b;
    }
    
    .microsoft-signin-btn[b-zyl9npiwm8] {
        background: #000000 !important;
        border: 2px solid #ffffff !important;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .brand-header[b-zyl9npiwm8],
    .login-card[b-zyl9npiwm8],
    .login-footer[b-zyl9npiwm8] {
        animation: none;
    }
    
    .shape[b-zyl9npiwm8] {
        animation: none;
    }
    
    .microsoft-signin-btn:hover[b-zyl9npiwm8] {
        transform: none;
    }
    
    .brand-logo:hover .logo-icon[b-zyl9npiwm8] {
        transform: none;
    }
}

/* Print Styles */
@media print {
    .login-container[b-zyl9npiwm8] {
        background: white;
        color: black;
    }
    
    .background-shapes[b-zyl9npiwm8] {
        display: none;
    }
    
    .login-card[b-zyl9npiwm8] {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}

/* Validation Styles */
.valid-input .mud-input-control[b-zyl9npiwm8] {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1) !important;
}

.valid-input .mud-input-control:hover[b-zyl9npiwm8] {
    border-color: #059669 !important;
}

.valid-input .mud-input-control:focus-within[b-zyl9npiwm8] {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2) !important;
}

.invalid-input .mud-input-control[b-zyl9npiwm8] {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.1) !important;
}

.invalid-input .mud-input-control:hover[b-zyl9npiwm8] {
    border-color: #dc2626 !important;
}

.invalid-input .mud-input-control:focus-within[b-zyl9npiwm8] {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

/* Smooth transitions for validation states */
.mud-input-control[b-zyl9npiwm8] {
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

/* Disabled Sign-in Button Styles */
.mud-button.mud-button-filled.mud-button-filled-primary:disabled[b-zyl9npiwm8] {
    background-color: #9ca3af !important;
    color: #6b7280 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    box-shadow: none !important;
    transform: none !important;
}

.mud-button.mud-button-filled.mud-button-filled-primary:disabled:hover[b-zyl9npiwm8] {
    background-color: #9ca3af !important;
    color: #6b7280 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Company Logo - Bottom Right */
.company-logo-bottom-right[b-zyl9npiwm8] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 10;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.company-logo-bottom-right:hover[b-zyl9npiwm8] {
    opacity: 1;
    transform: scale(1.05);
}

.logo-image-bottom[b-zyl9npiwm8] {
    max-width: 300px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
    transition: all 0.3s ease;
}

.company-logo-bottom-right:hover .logo-image-bottom[b-zyl9npiwm8] {
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
}

/* Responsive adjustments for bottom logo */
@media (max-width: 768px) {
    .company-logo-bottom-right[b-zyl9npiwm8] {
        bottom: 1rem;
        right: 1rem;
    }
    
    .logo-image-bottom[b-zyl9npiwm8] {
        max-width: 200px;
        max-height: 100px;
    }
}

@media (max-width: 480px) {
    .company-logo-bottom-right[b-zyl9npiwm8] {
        bottom: 0.5rem;
        right: 0.5rem;
    }
    
    .logo-image-bottom[b-zyl9npiwm8] {
        max-width: 150px;
        max-height: 75px;
    }
}
/* _content/LeadDaddy.Client/Components/Pages/MainDashboard/Sections/AgentDashboard.razor.rz.scp.css */
/* Modern Agent Dashboard Styles */
.dashboard-container[b-la1f4fii2v] {
    min-height: 100%;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Empty State */
.empty-state[b-la1f4fii2v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    color: #64748b;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 2rem auto;
    max-width: 500px;
}

.empty-state .mud-text[b-la1f4fii2v] {
    color: #64748b;
}

/* Performance Score Info Icon */
.stat-label[b-la1f4fii2v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.performance-info-icon[b-la1f4fii2v] {
    color: #64748b !important;
    opacity: 0.7;
    transition: all 0.2s ease;
    min-width: 24px !important;
    min-height: 24px !important;
    width: 24px !important;
    height: 24px !important;
}

.performance-info-icon:hover[b-la1f4fii2v] {
    opacity: 1;
    color: #1e293b !important;
    transform: scale(1.1);
}

.performance-info-tooltip[b-la1f4fii2v] {
    max-width: 320px;
}

/* Enhanced Tooltip Content Styling */
.performance-tooltip-content[b-la1f4fii2v] {
    padding: 1rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tooltip-title[b-la1f4fii2v] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
    text-align: center;
}

.tooltip-section[b-la1f4fii2v] {
    margin-bottom: 0.75rem;
}

.tooltip-item[b-la1f4fii2v] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0;
}

.tooltip-icon[b-la1f4fii2v] {
    font-size: 1rem;
    line-height: 1.2;
    min-width: 20px;
}

.tooltip-text[b-la1f4fii2v] {
    font-size: 0.85rem;
    line-height: 1.4;
    color: #374151;
}

.tooltip-text strong[b-la1f4fii2v] {
    color: #1e293b;
    font-weight: 600;
}

.tooltip-text em[b-la1f4fii2v] {
    color: #64748b;
    font-style: italic;
    font-size: 0.8rem;
}

.tooltip-footer[b-la1f4fii2v] {
    font-size: 0.8rem;
    color: #64748b;
    text-align: center;
    padding-top: 0.5rem;
    border-top: 1px solid #f1f5f9;
    font-weight: 500;
}

/* Performance Score Progress Bar Styling */
.stat-progress[b-la1f4fii2v] {
    margin-top: 0.5rem;
}

.performance-score-text[b-la1f4fii2v] {
    font-size: 0.75rem;
    color: #64748b;
    text-align: center;
    margin-top: 0.25rem;
    font-weight: 500;
}

.performance-bar[b-la1f4fii2v] {
    margin-bottom: 0.25rem;
}

/* Page Header */
.page-header[b-la1f4fii2v] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    padding: 2rem 2rem 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-content[b-la1f4fii2v] {
    max-width: 1400px;
    margin: 0 auto;
}

.header-text[b-la1f4fii2v] {
    text-align: center;
}

.page-title[b-la1f4fii2v] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white;
}

.title-icon[b-la1f4fii2v] {
    font-size: 2.5rem !important;
    color: #f87171;
}

.page-subtitle[b-la1f4fii2v] {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
    color: #cbd5e1;
}

/* Dashboard Controls */
.dashboard-controls[b-la1f4fii2v] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.date-controls[b-la1f4fii2v] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    flex-wrap: wrap;
    flex: 1;
}

.quick-select[b-la1f4fii2v],
.date-range[b-la1f4fii2v] {
    min-width: 200px;
}

.period-select[b-la1f4fii2v],
.date-picker[b-la1f4fii2v] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.range-display[b-la1f4fii2v] {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.range-text[b-la1f4fii2v] {
    color: #64748b;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.action-buttons[b-la1f4fii2v] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.refresh-button[b-la1f4fii2v],
.export-button[b-la1f4fii2v] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.refresh-button:hover[b-la1f4fii2v],
.export-button:hover[b-la1f4fii2v] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Loading Container */
.loading-container[b-la1f4fii2v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.loading-text[b-la1f4fii2v] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Stats Grid */
.stats-grid[b-la1f4fii2v] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* Stat Cards */
.stat-card[b-la1f4fii2v] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card[b-la1f4fii2v]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f87171 0%, #ef4444 100%);
}

.stat-card:hover[b-la1f4fii2v] {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.stat-card.conversion-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}

.stat-card.leads-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
}

.stat-card.overdue-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
}

.stat-card.total-leads-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #8b5cf6 0%, #7c3aed 100%);
}

.stat-card.sales-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.stat-card.points-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.stat-card.performance-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #06b6d4 0%, #0891b2 100%);
}

.stat-card[b-la1f4fii2v] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.stat-icon[b-la1f4fii2v] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px solid #e2e8f0;
}

.conversion-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-color: #10b981;
    color: #059669;
}

.leads-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #ef4444;
    color: #dc2626;
}

.overdue-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-color: #ef4444;
    color: #dc2626;
}

.total-leads-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    border-color: #8b5cf6;
    color: #7c3aed;
}

.sales-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fed7aa 0%, #fdba74 100%);
    border-color: #f59e0b;
    color: #d97706;
}

.points-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #f59e0b;
    color: #d97706;
}

.stat-bonuses[b-la1f4fii2v] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0;
}

.pending-chip[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    color: #d97706 !important;
    border: 1px solid #fbbf24 !important;
    font-weight: 600 !important;
}

.approved-chip[b-la1f4fii2v] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    color: #059669 !important;
    border: 1px solid #34d399 !important;
    font-weight: 600 !important;
}

.rejected-chip[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%) !important;
    color: #dc2626 !important;
    border: 1px solid #f87171 !important;
    font-weight: 600 !important;
}

.calculate-points-button[b-la1f4fii2v] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.calculate-points-button:hover[b-la1f4fii2v] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.performance-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #cffafe 0%, #a5f3fc 100%);
    border-color: #06b6d4;
    color: #0891b2;
}

.stat-content[b-la1f4fii2v] {
    flex: 1;
    min-width: 0;
}

.stat-label[b-la1f4fii2v] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-la1f4fii2v] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.stat-change[b-la1f4fii2v] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.stat-change.positive[b-la1f4fii2v] {
    color: #059669;
}

.stat-change.negative[b-la1f4fii2v] {
    color: #dc2626;
}

.stat-change.neutral[b-la1f4fii2v] {
    color: #64748b;
}

.stat-status[b-la1f4fii2v] {
    margin-top: 0.75rem;
}

.urgent-chip[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%) !important;
    color: #dc2626 !important;
    border: 1px solid #f87171 !important;
    font-weight: 600 !important;
}

.success-chip[b-la1f4fii2v] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    color: #059669 !important;
    border: 1px solid #34d399 !important;
    font-weight: 600 !important;
}

.stat-progress[b-la1f4fii2v] {
    margin-top: 1rem;
}

.performance-bar[b-la1f4fii2v] {
    height: 8px !important;
    background: #f1f5f9 !important;
}

/* Quick Actions Section */
.quick-actions[b-la1f4fii2v] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 3rem;
}

.section-header[b-la1f4fii2v] {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title[b-la1f4fii2v] {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.section-subtitle[b-la1f4fii2v] {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
}

.actions-grid[b-la1f4fii2v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.action-item[b-la1f4fii2v] {
    border-radius: 12px !important;
    padding: 1rem 1.5rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    border: 2px solid #e2e8f0 !important;
    background: white !important;
    color: #475569 !important;
    transition: all 0.2s ease !important;
    height: 60px !important;
}

.action-item:hover[b-la1f4fii2v] {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .dashboard-controls[b-la1f4fii2v] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .action-buttons[b-la1f4fii2v] {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-header[b-la1f4fii2v] {
        padding: 1.5rem 1rem 2rem;
    }
    
    .page-title[b-la1f4fii2v] {
        font-size: 2rem;
        flex-direction: column;
    }
    
    .dashboard-controls[b-la1f4fii2v] {
        padding: 0 1rem;
    }
    
    .date-controls[b-la1f4fii2v] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .quick-select[b-la1f4fii2v],
    .date-range[b-la1f4fii2v] {
        min-width: unset;
        width: 100%;
    }
    
    .action-buttons[b-la1f4fii2v] {
        flex-direction: column;
        width: 100%;
    }
    
    .refresh-button[b-la1f4fii2v],
    .export-button[b-la1f4fii2v] {
        width: 100%;
    }
    
    .stats-grid[b-la1f4fii2v] {
        padding: 0 1rem;
        grid-template-columns: 1fr;
    }
    
    .stat-card[b-la1f4fii2v] {
        padding: 1.5rem;
    }
    
    .stat-value[b-la1f4fii2v] {
        font-size: 2rem;
    }
    
    .quick-actions[b-la1f4fii2v] {
        padding: 0 1rem;
    }
    
    .actions-grid[b-la1f4fii2v] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-title[b-la1f4fii2v] {
        font-size: 1.75rem;
    }
    
    .stat-card[b-la1f4fii2v] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .stat-icon[b-la1f4fii2v] {
        align-self: center;
    }
}

/* Custom Scrollbar */
.dashboard-container [b-la1f4fii2v]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.dashboard-container [b-la1f4fii2v]::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 4px;
}

.dashboard-container [b-la1f4fii2v]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.dashboard-container [b-la1f4fii2v]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Animation Classes */
@keyframes fadeInUp-b-la1f4fii2v {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card[b-la1f4fii2v] {
    animation: fadeInUp-b-la1f4fii2v 0.6s ease-out;
}

.stat-card:nth-child(1)[b-la1f4fii2v] { animation-delay: 0.1s; }
.stat-card:nth-child(2)[b-la1f4fii2v] { animation-delay: 0.2s; }
.stat-card:nth-child(3)[b-la1f4fii2v] { animation-delay: 0.3s; }
.stat-card:nth-child(4)[b-la1f4fii2v] { animation-delay: 0.4s; }
.stat-card:nth-child(5)[b-la1f4fii2v] { animation-delay: 0.5s; }
.stat-card:nth-child(6)[b-la1f4fii2v] { animation-delay: 0.6s; }

/* Focus States */
.period-select:focus-within[b-la1f4fii2v],
.date-picker:focus-within[b-la1f4fii2v] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    border-color: #ef4444;
}

.refresh-button:focus[b-la1f4fii2v],
.export-button:focus[b-la1f4fii2v],
.action-item:focus[b-la1f4fii2v] {
    outline: 2px solid #ef4444;
    outline-offset: 2px;
}

/* Commission Metadata Tile */
.commission-metadata-container[b-la1f4fii2v] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    margin-bottom: 2rem;
}

.commission-metadata-header[b-la1f4fii2v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e5e7eb;
}

.commission-metadata-header .mud-icon[b-la1f4fii2v] {
    color: #64748b;
    font-size: 1.5rem;
}

.commission-metadata-header h3[b-la1f4fii2v] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
}

.commission-metadata-content[b-la1f4fii2v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.agent-commission-card[b-la1f4fii2v] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
}

.agent-commission-header[b-la1f4fii2v] {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.commission-items[b-la1f4fii2v] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.commission-item[b-la1f4fii2v] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    background: #f8fafc;
}

.commission-item.bonus[b-la1f4fii2v] {
    border-left: 3px solid #10b981;
    background: #f0fdf4;
}

.commission-item.penalty[b-la1f4fii2v] {
    border-left: 3px solid #ef4444;
    background: #fef2f2;
}

.commission-item-content[b-la1f4fii2v] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.commission-item .mud-icon[b-la1f4fii2v] {
    margin-top: 0.25rem;
}

.commission-item.bonus .mud-icon[b-la1f4fii2v] {
    color: #10b981 !important;
}

.commission-item.penalty .mud-icon[b-la1f4fii2v] {
    color: #ef4444 !important;
}

/* Responsive Design for Commission Metadata */
@media (max-width: 768px) {
    .commission-metadata-container[b-la1f4fii2v] {
        padding: 0 1rem 1rem;
    }
    
    .commission-metadata-content[b-la1f4fii2v] {
        grid-template-columns: 1fr;
    }
}
/* _content/LeadDaddy.Client/Components/Pages/MainDashboard/Sections/ManagerDashboard.razor.rz.scp.css */
/* Modern Manager Dashboard Styles */
.dashboard-container[b-n2v204ahh2] {
    min-height: 100%;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Empty State */
.empty-state[b-n2v204ahh2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    color: #64748b;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 2rem auto;
    max-width: 500px;
}

.empty-state .mud-text[b-n2v204ahh2] {
    color: #64748b;
}

/* Page Header */
.page-header[b-n2v204ahh2] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    padding: 2rem 2rem 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-content[b-n2v204ahh2] {
    max-width: 1400px;
    margin: 0 auto;
}

.header-text[b-n2v204ahh2] {
    text-align: center;
}

.page-title[b-n2v204ahh2] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white;
}

.title-icon[b-n2v204ahh2] {
    font-size: 2.5rem !important;
    color: #f87171;
}

.page-subtitle[b-n2v204ahh2] {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
    color: #cbd5e1;
}

/* Dashboard Controls */
.dashboard-controls[b-n2v204ahh2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.date-controls[b-n2v204ahh2] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    flex-wrap: wrap;
    flex: 1;
}

.quick-select[b-n2v204ahh2],
.date-range[b-n2v204ahh2] {
    min-width: 200px;
}

.period-select[b-n2v204ahh2],
.date-picker[b-n2v204ahh2] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.range-display[b-n2v204ahh2] {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.range-text[b-n2v204ahh2] {
    color: #64748b;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.action-buttons[b-n2v204ahh2] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.refresh-button[b-n2v204ahh2],
.export-button[b-n2v204ahh2] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.refresh-button:hover[b-n2v204ahh2],
.export-button:hover[b-n2v204ahh2] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Loading Container */
.loading-container[b-n2v204ahh2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.loading-text[b-n2v204ahh2] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Stats Grid */
.stats-grid[b-n2v204ahh2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* Stat Cards */
.stat-card[b-n2v204ahh2] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card[b-n2v204ahh2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f87171 0%, #ef4444 100%);
}

.stat-card:hover[b-n2v204ahh2] {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.stat-card.total-conversion-card[b-n2v204ahh2]::before {
    background: linear-gradient(90deg, #8b5cf6 0%, #7c3aed 100%);
}

.stat-card.average-conversion-card[b-n2v204ahh2]::before {
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}

.stat-card.new-leads-card[b-n2v204ahh2]::before {
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
}

.stat-card.overdue-leads-card[b-n2v204ahh2]::before {
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
}

.stat-card[b-n2v204ahh2] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.stat-icon[b-n2v204ahh2] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px solid #e2e8f0;
}

.total-conversion-card .stat-icon[b-n2v204ahh2] {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    border-color: #8b5cf6;
    color: #7c3aed;
}

.average-conversion-card .stat-icon[b-n2v204ahh2] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-color: #10b981;
    color: #059669;
}

.new-leads-card .stat-icon[b-n2v204ahh2] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #ef4444;
    color: #dc2626;
}

.overdue-leads-card .stat-icon[b-n2v204ahh2] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-color: #ef4444;
    color: #dc2626;
}

.stat-content[b-n2v204ahh2] {
    flex: 1;
    min-width: 0;
}

.stat-label[b-n2v204ahh2] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-n2v204ahh2] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.stat-change[b-n2v204ahh2] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.stat-change.positive[b-n2v204ahh2] {
    color: #059669;
}

.stat-change.negative[b-n2v204ahh2] {
    color: #dc2626;
}

.stat-change.neutral[b-n2v204ahh2] {
    color: #64748b;
}

.stat-status[b-n2v204ahh2] {
    margin-top: 0.75rem;
}

.urgent-chip[b-n2v204ahh2] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%) !important;
    color: #dc2626 !important;
    border: 1px solid #f87171 !important;
    font-weight: 600 !important;
}

.success-chip[b-n2v204ahh2] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    color: #059669 !important;
    border: 1px solid #34d399 !important;
    font-weight: 600 !important;
}

/* Manager Table Styles */
.manager-table-container[b-n2v204ahh2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 3rem;
}

.table-card[b-n2v204ahh2] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.table-header[b-n2v204ahh2] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 1.5rem 2rem;
}

.table-title[b-n2v204ahh2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.table-content[b-n2v204ahh2] {
    padding: 1.5rem 2rem;
}

/* User Avatar Styles */
.user-avatar-container[b-n2v204ahh2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-n2v204ahh2] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%) !important;
    color: #1e40af !important;
    font-weight: 600 !important;
    border: 2px solid #ef4444 !important;
}

/* Table Row Hover Effects */
.mud-table-row:hover[b-n2v204ahh2] {
    background-color: #f8fafc !important;
    transition: background-color 0.2s ease;
}

/* Chip Enhancements */
.conversion-chip-high[b-n2v204ahh2] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    color: #059669 !important;
    border: 1px solid #10b981 !important;
    font-weight: 600 !important;
}

.conversion-chip-medium[b-n2v204ahh2] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    color: #d97706 !important;
    border: 1px solid #f59e0b !important;
    font-weight: 600 !important;
}

.conversion-chip-low[b-n2v204ahh2] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%) !important;
    color: #dc2626 !important;
    border: 1px solid #ef4444 !important;
    font-weight: 600 !important;
}

.leads-chip[b-n2v204ahh2] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%) !important;
    color: #1e40af !important;
    border: 1px solid #ef4444 !important;
    font-weight: 600 !important;
}

.user-id-chip[b-n2v204ahh2] {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%) !important;
    color: #4338ca !important;
    border: 1px solid #6366f1 !important;
    font-weight: 600 !important;
}

/* Pagination Styles */
.pagination-container[b-n2v204ahh2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.pagination-info[b-n2v204ahh2] {
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .dashboard-controls[b-n2v204ahh2] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .action-buttons[b-n2v204ahh2] {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-header[b-n2v204ahh2] {
        padding: 1.5rem 1rem 2rem;
    }
    
    .page-title[b-n2v204ahh2] {
        font-size: 2rem;
        flex-direction: column;
    }
    
    .dashboard-controls[b-n2v204ahh2],
    .stats-grid[b-n2v204ahh2],
    .manager-table-container[b-n2v204ahh2] {
        padding: 0 1rem;
    }
    
    .date-controls[b-n2v204ahh2] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .quick-select[b-n2v204ahh2],
    .date-range[b-n2v204ahh2] {
        min-width: unset;
        width: 100%;
    }
    
    .action-buttons[b-n2v204ahh2] {
        flex-direction: column;
        width: 100%;
    }
    
    .refresh-button[b-n2v204ahh2],
    .export-button[b-n2v204ahh2] {
        width: 100%;
    }
    
    .stats-grid[b-n2v204ahh2] {
        grid-template-columns: 1fr;
    }
    
    .stat-card[b-n2v204ahh2] {
        padding: 1.5rem;
    }
    
    .stat-value[b-n2v204ahh2] {
        font-size: 2rem;
    }

    .table-header[b-n2v204ahh2],
    .table-content[b-n2v204ahh2] {
        padding: 1rem;
    }
    
    .user-avatar-container[b-n2v204ahh2] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .page-title[b-n2v204ahh2] {
        font-size: 1.75rem;
    }
    
    .stat-card[b-n2v204ahh2] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .stat-icon[b-n2v204ahh2] {
        align-self: center;
    }
    
    .table-header[b-n2v204ahh2] {
        padding: 0.75rem;
    }
    
    .table-content[b-n2v204ahh2] {
        padding: 0.75rem;
    }
}

/* Custom Scrollbar */
.dashboard-container [b-n2v204ahh2]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.dashboard-container [b-n2v204ahh2]::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 4px;
}

.dashboard-container [b-n2v204ahh2]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.dashboard-container [b-n2v204ahh2]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Animation Classes */
@keyframes fadeInUp-b-n2v204ahh2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card[b-n2v204ahh2] {
    animation: fadeInUp-b-n2v204ahh2 0.6s ease-out;
}

.stat-card:nth-child(1)[b-n2v204ahh2] { animation-delay: 0.1s; }
.stat-card:nth-child(2)[b-n2v204ahh2] { animation-delay: 0.2s; }
.stat-card:nth-child(3)[b-n2v204ahh2] { animation-delay: 0.3s; }
.stat-card:nth-child(4)[b-n2v204ahh2] { animation-delay: 0.4s; }

.table-card[b-n2v204ahh2] {
    animation: fadeInUp-b-n2v204ahh2 0.6s ease-out 0.3s both;
}

/* Focus States */
.period-select:focus-within[b-n2v204ahh2],
.date-picker:focus-within[b-n2v204ahh2] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    border-color: #ef4444;
}

.refresh-button:focus[b-n2v204ahh2],
.export-button:focus[b-n2v204ahh2] {
    outline: 2px solid #ef4444;
    outline-offset: 2px;
}
/* _content/LeadDaddy.Client/Components/Pages/Notifications/Notifications.razor.rz.scp.css */
.page-header[b-ffwwf021tl] {
    background: linear-gradient(135deg, #2d3748 0%, #101826 100%);
    color: white;
    padding: 2.25rem 2rem 2.5rem;
    margin-bottom: 1.75rem;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.35);
}

.header-content[b-ffwwf021tl] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
}

.section-header.with-actions[b-ffwwf021tl] {
    padding : 16px;
}

.header-text[b-ffwwf021tl] {
    min-width: 260px;
}

.page-title[b-ffwwf021tl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 2.35rem;
    font-weight: 700;
    margin: 0;
    color: white;
}

.title-icon[b-ffwwf021tl] {
    font-size: 2.5rem !important;
    color: #f87171;
}

.page-subtitle[b-ffwwf021tl] {
    font-size: 1rem;
    margin: 0.35rem 0 0;
    color: rgba(226, 232, 240, 0.85);
    max-width: 620px;
}

.notifications-content[b-ffwwf021tl] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 3rem;
}

.card-section[b-ffwwf021tl] {
    padding: 1.75rem;
    border-radius: 12px;
}

.history-card[b-ffwwf021tl] {
    background: #ffffff;
}

.section-header[b-ffwwf021tl] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.section-header.with-actions[b-ffwwf021tl] {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.25rem;
}

.metrics-header[b-ffwwf021tl] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(241, 245, 249, 0.95));
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
    align-items: center;
}

.metrics-heading[b-ffwwf021tl] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.metrics-title[b-ffwwf021tl] {
    font-size: 1.65rem;
    font-weight: 700;
    color: #0f172a;
}

.metrics-subtitle[b-ffwwf021tl] {
    background: rgba(59, 130, 246, 0.1);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    width: fit-content;
    margin: 0;
}

.metrics-info-icon[b-ffwwf021tl] {
    color: #ef4444;
    font-size: 1.1rem !important;
}

.metrics-subtitle-text[b-ffwwf021tl] {
    color: #1e293b;
    font-weight: 500;
}

.metrics-actions[b-ffwwf021tl] {
    align-items: center;
}

.metrics-actions .mud-button[b-ffwwf021tl] {
    border-radius: 999px;
    padding: 0.45rem 1.35rem;
    font-weight: 600;
}

.section-title[b-ffwwf021tl] {
    font-weight: 600;
}

.helper-text[b-ffwwf021tl] {
    color: var(--mud-palette-secondary-text);
}

.full-width-alert[b-ffwwf021tl] {
    width: 100%;
}

.loading-container[b-ffwwf021tl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    gap: 1rem;
}

.loading-text[b-ffwwf021tl] {
    color: var(--mud-palette-text-secondary);
}

.empty-state[b-ffwwf021tl] {
    text-align: center;
    padding: 3rem 2rem;
    border: 2px dashed var(--mud-palette-info);
    border-radius: 12px;
    background: rgba(59, 130, 246, 0.04);
}

.empty-state .text-muted[b-ffwwf021tl] {
    color: var(--mud-palette-text-secondary);
}

.history-table[b-ffwwf021tl] {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.history-table .mud-table-container[b-ffwwf021tl] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

.history-table .mud-table-head[b-ffwwf021tl] {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0));
}

.history-table .mud-table-cell[b-ffwwf021tl] {
    vertical-align: middle;
}

.history-table .mud-table-row:hover[b-ffwwf021tl] {
    background-color: rgba(59, 130, 246, 0.08);
}

.history-table .mud-table-cell:last-child[b-ffwwf021tl] {
    min-width: 120px;
}

.table-card[b-ffwwf021tl] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.table-header[b-ffwwf021tl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    gap: 1.5rem;
    flex-wrap: wrap;
}

.table-title-section[b-ffwwf021tl] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.table-title[b-ffwwf021tl] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.table-info-text[b-ffwwf021tl] {
    color: #475569;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.table-content[b-ffwwf021tl] {
    padding: 1.5rem 2rem;
}

.table-action-button[b-ffwwf021tl] {
    border-radius: 999px;
    text-transform: none;
    font-weight: 600;
}

.history-title[b-ffwwf021tl] {
    font-weight: 600;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.history-body[b-ffwwf021tl] {
    color: var(--mud-palette-text-secondary);
    max-width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination-container[b-ffwwf021tl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0 0.5rem;
    margin-top: 1rem;
    border-top: 1px solid #e2e8f0;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.pagination-component[b-ffwwf021tl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-component .mud-pagination-item[b-ffwwf021tl] {
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.pagination-component .mud-pagination-item:hover:not(.mud-disabled)[b-ffwwf021tl] {
    background-color: rgba(59, 130, 246, 0.1);
    transform: translateY(-1px);
}

.pagination-component .mud-pagination-item.mud-selected[b-ffwwf021tl] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    font-weight: 600;
}

.pagination-component .mud-pagination-item.mud-disabled[b-ffwwf021tl] {
    opacity: 0.4;
    cursor: not-allowed;
}

.pagination-info[b-ffwwf021tl] {
    color: #64748b;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.compose-dialog .compose-dialog-content[b-ffwwf021tl] {
    padding-top: 0.5rem;
}

.compose-dialog .type-label[b-ffwwf021tl] {
    color: var(--mud-palette-primary);
    font-weight: 600;
}

.compose-dialog .type-select .mud-input-root[b-ffwwf021tl] {
    border-radius: 12px;
}

.compose-dialog .type-description[b-ffwwf021tl] {
    color: var(--mud-palette-text-secondary);
    margin-top: -0.35rem;
}

.compose-dialog .recipient-select .mud-input-root[b-ffwwf021tl] {
    border-radius: 12px;
    min-height: 56px;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.compose-dialog .recipient-select .mud-input-slot[b-ffwwf021tl] {
    gap: 0.35rem;
}

.compose-dialog .recipient-select .mud-chip[b-ffwwf021tl] {
    margin: 0.15rem;
}

.compose-dialog .recipient-select .mud-input[b-ffwwf021tl] {
    padding-bottom: 0.15rem;
}

.compose-dialog .mud-dialog-actions[b-ffwwf021tl] {
    padding: 1rem 1.5rem 1.25rem;
}

@media (max-width: 960px) {
    .header-content[b-ffwwf021tl] {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-header.with-actions[b-ffwwf021tl] {
        flex-direction: column;
        align-items: stretch;
    }

    .metrics-header[b-ffwwf021tl] {
        gap: 1rem;
    }

    .metrics-actions[b-ffwwf021tl] {
        justify-content: flex-start;
    }

    .table-header[b-ffwwf021tl] {
        flex-direction: column;
        align-items: flex-start;
    }

    .table-content[b-ffwwf021tl] {
        padding: 1.25rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .page-header[b-ffwwf021tl] {
        padding: 1.85rem 1.25rem 2rem;
    }

    .notifications-content[b-ffwwf021tl] {
        padding: 0 1.25rem 2.25rem;
    }

    .card-section[b-ffwwf021tl] {
        padding: 1.35rem;
    }

    .history-body[b-ffwwf021tl] {
        max-width: 100%;
    }

    .table-header[b-ffwwf021tl],
    .table-content[b-ffwwf021tl] {
        padding: 1rem;
    }

    .table-title[b-ffwwf021tl] {
        font-size: 1.25rem;
    }

    .pagination-container[b-ffwwf021tl] {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1.25rem 0 0.5rem;
    }

    .pagination-info[b-ffwwf021tl] {
        order: -1;
        white-space: normal;
        text-align: center;
    }
}


/* _content/LeadDaddy.Client/Components/Pages/Notifications/Popups/NotificationsCenterPopup.razor.rz.scp.css */
/*
Notifications Center Styles - Matching Dashboard Design
----------------------------------------------------------
Aligned with dashboard design system using gradients, shadows, and MudBlazor patterns
*/

/* Dialog Header */
.notifications-center-popup .dialog-header[b-5ltyynvtz8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
}

.notifications-center-popup .header-left[b-5ltyynvtz8] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.notifications-center-popup .header-icon[b-5ltyynvtz8] {
    font-size: 1.75rem !important;
    color: #f87171;
}

.notifications-center-popup .header-title[b-5ltyynvtz8] {
    margin: 0;
    font-weight: 700;
    color: white;
}

.notifications-center-popup .unread-chip[b-5ltyynvtz8] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%) !important;
    color: #1e40af !important;
    border: 1px solid #ef4444 !important;
    font-weight: 600 !important;
}

.notifications-center-popup .close-button[b-5ltyynvtz8] {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease;
}

.notifications-center-popup .close-button:hover[b-5ltyynvtz8] {
    color: white;
}

/* Dialog Content */
.notifications-center-popup .dialog-content[b-5ltyynvtz8] {
    background: #f8fafc;
    padding: 1.5rem 2rem;
    min-height: 400px;
}

/* Search Section */
.notifications-center-popup .search-section[b-5ltyynvtz8] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.notifications-center-popup .search-field[b-5ltyynvtz8] {
    margin-bottom: 1rem;
}

.notifications-center-popup .controls-row[b-5ltyynvtz8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.notifications-center-popup .toggle-control[b-5ltyynvtz8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    user-select: none;
}

.notifications-center-popup .toggle-label[b-5ltyynvtz8] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
}

.notifications-center-popup .mark-all-btn[b-5ltyynvtz8] {
    text-transform: none;
    font-weight: 600;
}

/* Loading State */
.notifications-center-popup .loading-container[b-5ltyynvtz8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.notifications-center-popup .loading-text[b-5ltyynvtz8] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

/* Empty State */
.notifications-center-popup .empty-state[b-5ltyynvtz8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    color: #64748b;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.notifications-center-popup .empty-icon[b-5ltyynvtz8] {
    color: #cbd5e1 !important;
    opacity: 0.6;
    margin-bottom: 1rem;
}

.notifications-center-popup .empty-title[b-5ltyynvtz8] {
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.notifications-center-popup .empty-subtitle[b-5ltyynvtz8] {
    color: #64748b;
    margin: 0;
}

/* Notifications List */
.notifications-center-popup .notifications-list[b-5ltyynvtz8] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.notifications-center-popup .load-more-container[b-5ltyynvtz8] {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

/* Scrollbar */
.notifications-center-popup .notifications-list[b-5ltyynvtz8]::-webkit-scrollbar {
    width: 8px;
}

.notifications-center-popup .notifications-list[b-5ltyynvtz8]::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 4px;
}

.notifications-center-popup .notifications-list[b-5ltyynvtz8]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.notifications-center-popup .notifications-list[b-5ltyynvtz8]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Date Groups */
.notifications-center-popup .date-group[b-5ltyynvtz8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.notifications-center-popup .date-group-today[b-5ltyynvtz8] {
    padding-top: 0.75rem;
}

.notifications-center-popup .date-header[b-5ltyynvtz8] {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
}

.notifications-center-popup .date-label[b-5ltyynvtz8] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 1rem;
    text-transform: none;
    letter-spacing: 0.01em;
    color: #0f172a;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-color: rgba(251, 191, 36, 0.7);
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.25);
}

.notifications-center-popup .date-label-subtitle[b-5ltyynvtz8] {
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(15, 23, 42, 0.75);
    text-transform: none;
    letter-spacing: 0;
    display: block;
    opacity: 0.8;
}

/* Notification Cards */
.notifications-center-popup .notification-card[b-5ltyynvtz8] {
    background: white;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.notifications-center-popup .notification-card *[b-5ltyynvtz8] {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

.notifications-center-popup .notification-card:hover[b-5ltyynvtz8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-color: #e2e8f0;
}

.notifications-center-popup .notification-card.unread[b-5ltyynvtz8] {
    border-color: #dbeafe;
    background: #fefefe;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.08);
}

/* Card Accent - Top Border */
.notifications-center-popup .card-accent[b-5ltyynvtz8] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #6366f1;
}

/* Card Body */
.notifications-center-popup .card-body[b-5ltyynvtz8] {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    align-items: flex-start;
    min-width: 0;
    overflow: hidden;
}

/* Card Icon */
.notifications-center-popup .card-icon[b-5ltyynvtz8] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    border: 2px solid #6366f1;
    transition: transform 0.2s ease;
}

.notifications-center-popup .notification-card:hover .card-icon[b-5ltyynvtz8] {
    transform: scale(1.05);
}

/* Card Content */
.notifications-center-popup .card-content[b-5ltyynvtz8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
    max-width: 100%;
    width: 0;
    overflow: hidden;
}

.notifications-center-popup .content-header[b-5ltyynvtz8] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    min-width: 0;
}

.notifications-center-popup .notification-title[b-5ltyynvtz8] {
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    flex: 1;
    overflow: hidden;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    letter-spacing: -0.01em;
    min-width: 0;
    max-width: 100%;
}

.notifications-center-popup .notification-title .mud-typography-body1[b-5ltyynvtz8],
.notifications-center-popup .notification-title .mud-typography-subtitle1[b-5ltyynvtz8],
.notifications-center-popup .notification-title .mud-typography-body2[b-5ltyynvtz8],
.notifications-center-popup .notification-title p[b-5ltyynvtz8],
.notifications-center-popup .notification-title span[b-5ltyynvtz8],
.notifications-center-popup .notification-title div[b-5ltyynvtz8],
.notifications-center-popup .notification-title[b-5ltyynvtz8] {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.notifications-center-popup .notification-time[b-5ltyynvtz8] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    flex-shrink: 0;
}

.notifications-center-popup .notification-body[b-5ltyynvtz8] {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    min-width: 0;
    max-width: 100%;
}

.notifications-center-popup .notification-body .mud-typography-body2[b-5ltyynvtz8],
.notifications-center-popup .notification-body .mud-typography-body1[b-5ltyynvtz8],
.notifications-center-popup .notification-body p[b-5ltyynvtz8],
.notifications-center-popup .notification-body span[b-5ltyynvtz8],
.notifications-center-popup .notification-body div[b-5ltyynvtz8],
.notifications-center-popup .notification-body[b-5ltyynvtz8] {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* Notification Footer */
.notifications-center-popup .notification-footer[b-5ltyynvtz8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

.notifications-center-popup .footer-meta[b-5ltyynvtz8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.notifications-center-popup .type-chip[b-5ltyynvtz8] {
    font-weight: 600 !important;
    font-size: 0.6875rem !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.notifications-center-popup .broadcast-chip[b-5ltyynvtz8] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    color: #64748b !important;
    border: 1px solid #e2e8f0 !important;
    font-weight: 600 !important;
    font-size: 0.6875rem !important;
}

.notifications-center-popup .sender-text[b-5ltyynvtz8] {
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 500;
}

.notifications-center-popup .mark-read-btn[b-5ltyynvtz8] {
    color: #94a3b8;
    transition: color 0.2s ease, transform 0.2s ease;
}

.notifications-center-popup .mark-read-btn:hover[b-5ltyynvtz8] {
    color: #10b981;
    transform: scale(1.1);
}

/* Animation */
@keyframes fadeInUp-b-5ltyynvtz8 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.notifications-center-popup .notification-card[b-5ltyynvtz8] {
    animation: fadeInUp-b-5ltyynvtz8 0.4s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    .notifications-center-popup .dialog-header[b-5ltyynvtz8] {
        padding: 1rem 1.5rem;
    }

    .notifications-center-popup .dialog-content[b-5ltyynvtz8] {
        padding: 1rem 1.5rem;
    }

    .notifications-center-popup .search-section[b-5ltyynvtz8] {
        padding: 1rem;
    }

    .notifications-center-popup .card-body[b-5ltyynvtz8] {
        padding: 1rem;
        gap: 1rem;
    }

    .notifications-center-popup .card-icon[b-5ltyynvtz8] {
        width: 44px;
        height: 44px;
    }

    .notifications-center-popup .content-header[b-5ltyynvtz8] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .notifications-center-popup .notification-title[b-5ltyynvtz8] {
        white-space: normal;
    }

    .notifications-center-popup .controls-row[b-5ltyynvtz8] {
        flex-direction: column;
        align-items: stretch;
    }

    .notifications-center-popup .mark-all-btn[b-5ltyynvtz8] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .notifications-center-popup .dialog-header[b-5ltyynvtz8] {
        padding: 1rem;
    }

    .notifications-center-popup .header-left[b-5ltyynvtz8] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .notifications-center-popup .dialog-content[b-5ltyynvtz8] {
        padding: 1rem;
    }

    .notifications-center-popup .card-body[b-5ltyynvtz8] {
        flex-direction: column;
        gap: 1rem;
    }

    .notifications-center-popup .card-icon[b-5ltyynvtz8] {
        align-self: flex-start;
    }
}
/* _content/LeadDaddy.Client/Components/Pages/Users/Agents/MyAgents.razor.rz.scp.css */
.agents-container[b-umq7ot9tbf] {
    padding: 0;
    margin: 0;
}

.agents-header[b-umq7ot9tbf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.agents-stats[b-umq7ot9tbf] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.agents-count[b-umq7ot9tbf] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.agents-label[b-umq7ot9tbf] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.agents-actions[b-umq7ot9tbf] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-umq7ot9tbf] {
    min-width: 300px;
}

.add-agent-btn[b-umq7ot9tbf] {
    white-space: nowrap;
}

.agents-table-container[b-umq7ot9tbf] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-umq7ot9tbf] .modern-data-grid {
    border: none;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .agents-header[b-umq7ot9tbf] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .agents-actions[b-umq7ot9tbf] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-umq7ot9tbf] {
        min-width: auto;
        width: 100%;
    }
}

/* Pagination Styles */
.pagination-container[b-umq7ot9tbf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-umq7ot9tbf] {
    margin: 0;
}

.pagination-info[b-umq7ot9tbf] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-umq7ot9tbf] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}

/* Profile Picture Upload Styles */
.profile-picture-upload-zone[b-umq7ot9tbf] {
    transition: all 0.2s ease;
}

.profile-picture-upload-zone:hover[b-umq7ot9tbf] {
    border-color: #1976D2 !important;
    background: #e3f2fd !important;
}

.profile-picture-preview[b-umq7ot9tbf] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.profile-picture-preview:hover[b-umq7ot9tbf] {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .profile-picture-preview[b-umq7ot9tbf] {
        width: 100px !important;
        height: 100px !important;
    }
}
/* _content/LeadDaddy.Client/Components/Pages/Users/DashboardUsers/MyDashboardUsers.razor.rz.scp.css */
.dashboard-users-container[b-ud61t22nbv] {
    padding: 0;
    margin: 0;
}

.dashboard-users-header[b-ud61t22nbv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.dashboard-users-stats[b-ud61t22nbv] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dashboard-users-count[b-ud61t22nbv] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.dashboard-users-label[b-ud61t22nbv] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.dashboard-users-actions[b-ud61t22nbv] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-ud61t22nbv] {
    min-width: 300px;
}

.invite-dashboard-user-btn[b-ud61t22nbv] {
    white-space: nowrap;
}

.dashboard-users-table-container[b-ud61t22nbv] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-ud61t22nbv] .modern-data-grid {
    border: none;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-ud61t22nbv] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .dashboard-users-header[b-ud61t22nbv] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .dashboard-users-actions[b-ud61t22nbv] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-ud61t22nbv] {
        min-width: auto;
        width: 100%;
    }
}

/* Pagination Styles */
.pagination-container[b-ud61t22nbv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-ud61t22nbv] {
    margin: 0;
}

.pagination-info[b-ud61t22nbv] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-ud61t22nbv] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}
/* _content/LeadDaddy.Client/Components/Pages/Users/Managers/MyManagers.razor.rz.scp.css */
.managers-container[b-9hi10ssmoo] {
    padding: 0;
    margin: 0;
}

.managers-header[b-9hi10ssmoo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.managers-stats[b-9hi10ssmoo] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.managers-count[b-9hi10ssmoo] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.managers-label[b-9hi10ssmoo] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.managers-actions[b-9hi10ssmoo] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-9hi10ssmoo] {
    min-width: 300px;
}

.invite-manager-btn[b-9hi10ssmoo] {
    white-space: nowrap;
}

.managers-table-container[b-9hi10ssmoo] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-9hi10ssmoo] .modern-data-grid {
    border: none;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .managers-header[b-9hi10ssmoo] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .managers-actions[b-9hi10ssmoo] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-9hi10ssmoo] {
        min-width: auto;
        width: 100%;
    }
}

/* Pagination Styles */
.pagination-container[b-9hi10ssmoo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-9hi10ssmoo] {
    margin: 0;
}

.pagination-info[b-9hi10ssmoo] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-9hi10ssmoo] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}
/* _content/LeadDaddy.Client/Components/Pages/Users/Popups/AgentsFilterPopup.razor.rz.scp.css */
.agents-filter-content[b-xnyotkgv2w] {
    padding: 8px 0;
}

.contact-filters[b-xnyotkgv2w] {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px;
    background-color: #fafafa;
}

.contact-filters .mud-text[b-xnyotkgv2w] {
    color: #424242;
    font-weight: 500;
}

.d-flex.gap-3[b-xnyotkgv2w] {
    gap: 1rem;
}

.flex-1[b-xnyotkgv2w] {
    flex: 1;
}

/* Override MudBlazor checkbox styling for tri-state */
.contact-filters .mud-checkbox[b-xnyotkgv2w] {
    margin-bottom: 0;
}

.contact-filters .mud-checkbox .mud-checkbox-label[b-xnyotkgv2w] {
    font-size: 0.875rem;
}

/* Alert styling */
.mud-alert.mt-3[b-xnyotkgv2w] {
    margin-top: 1rem;
}

/* Multi-select styling */
.mud-select .mud-select-input[b-xnyotkgv2w] {
    min-height: 40px;
}

/* Date range picker styling */
.mud-input-control.mb-3[b-xnyotkgv2w] {
    margin-bottom: 1rem;
}

/* Search field icon styling */
.mud-input-adornment .mud-icon-root[b-xnyotkgv2w] {
    color: #757575;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .d-flex.gap-3[b-xnyotkgv2w] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .contact-filters[b-xnyotkgv2w] {
        padding: 8px;
    }
}
/* _content/LeadDaddy.Client/Components/Pages/Users/Popups/UserPermissionsDialog.razor.rz.scp.css */
.permission-row[b-m015uu08zd] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.5rem;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease-in-out;
}

.permission-row:hover[b-m015uu08zd] {
    background-color: rgba(0, 0, 0, 0.04);
}

/* Enhanced permission checkbox styling */
.permission-checkbox[b-m015uu08zd] {
    min-width: 120px;
    transition: all 0.2s ease-in-out;
}

.permission-checkbox:hover[b-m015uu08zd] {
    transform: translateY(-1px);
}

/* Role permissions styling - grayed out checkboxes only */
[b-m015uu08zd] .role-permission .mud-checkbox {
    opacity: 0.6;
    cursor: not-allowed !important;
}

[b-m015uu08zd] .role-permission .mud-checkbox .mud-checkbox-label {
    color: #999 !important;
    font-style: italic;
}

[b-m015uu08zd] .role-permission .mud-checkbox:hover {
    opacity: 0.7;
}

[b-m015uu08zd] .role-permission .mud-checkbox .mud-input-control {
    pointer-events: none;
}

[b-m015uu08zd] .role-permission .mud-checkbox .mud-input-control input {
    pointer-events: none;
    cursor: not-allowed;
}

/* Ensure the permission row itself is not affected */
.permission-row[b-m015uu08zd] {
    opacity: 1 !important;
}

.permission-row .role-permission[b-m015uu08zd] {
    opacity: 0.6;
}

/* User override permissions - highlighted */
[b-m015uu08zd] .permission-row .mud-checkbox:not(.role-permission) {
    font-weight: 500;
}

/* Section styling */
.section-permissions[b-m015uu08zd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Enhanced tab styling */
.mud-tabs[b-m015uu08zd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px 12px 0 0;
}

.mud-tab[b-m015uu08zd] {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease;
}

.mud-tab:hover[b-m015uu08zd] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.mud-tab.mud-tab-active[b-m015uu08zd] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Enhanced card styling */
.mud-card[b-m015uu08zd] {
    border-radius: 12px;
    transition: all 0.3s ease;
}

.mud-card:hover[b-m015uu08zd] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Page header gradient */
.mud-paper[b-m015uu08zd] {
    border-radius: 12px;
}

/* Chip styling */
.mud-chip[b-m015uu08zd] {
    border-radius: 20px;
    font-weight: 500;
}

/* Dialog styling */
.mud-dialog[b-m015uu08zd] {
    max-width: 95vw;
    max-height: 95vh;
    border-radius: 16px;
}

.mud-dialog-content[b-m015uu08zd] {
    overflow-y: auto;
    max-height: 75vh;
    padding: 0 !important;
}

.mud-dialog-actions[b-m015uu08zd] {
    padding: 16px 24px;
    background-color: #f8f9fa;
    border-radius: 0 0 16px 16px;
}

/* Loading animation */
@keyframes fadeIn-b-m015uu08zd {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.mud-tab-panel[b-m015uu08zd] {
    animation: fadeIn-b-m015uu08zd 0.3s ease-in-out;
}

/* Focus states */
.mud-checkbox:focus-within[b-m015uu08zd] {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Responsive design */
@media (max-width: 768px) {
    .permission-row[b-m015uu08zd] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .permission-checkbox[b-m015uu08zd] {
        min-width: 100%;
    }
    
    .mud-dialog[b-m015uu08zd] {
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
        border-radius: 0;
    }
    
    .mud-dialog-content[b-m015uu08zd] {
        max-height: 80vh;
    }
}

/* Enhanced section paper styling */
.section-permissions .mud-paper[b-m015uu08zd] {
    border-radius: 8px;
    transition: all 0.2s ease;
}

.section-permissions .mud-paper:hover[b-m015uu08zd] {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Tooltip styling */
.mud-tooltip[b-m015uu08zd] {
    border-radius: 8px;
}
/* _content/LeadDaddy.Client/Core/Components/AgentSearchInput.razor.rz.scp.css */
.agent-option[b-24ulcl9f37] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.agent-option__info[b-24ulcl9f37] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.agent-option .mud-chip[b-24ulcl9f37] {
    flex-shrink: 0;
}

.agent-option .mud-icon[b-24ulcl9f37] {
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.agent-option .mud-icon:hover[b-24ulcl9f37] {
    opacity: 0.8;
}

.agent-chip[b-24ulcl9f37] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

/* Hide chips inside MudAutocomplete multi-selection input - we show them below instead */
[b-24ulcl9f37] .mud-input-control .mud-chip {
    display: none !important;
}

/* Ensure the input field shows as a regular text input */
[b-24ulcl9f37] .mud-input-control .mud-input-control-input-container {
    min-height: auto;
}

/* _content/LeadDaddy.Client/Core/Components/FilterPanel.razor.rz.scp.css */
.filter-dialog[b-raf8d7kfl8] {
    /* MudDialog handles overlay and styling automatically */
}

.filter-view-card[b-raf8d7kfl8] {
    transition: all 0.2s ease;
    border: 1px solid var(--mud-palette-lines-default);
    cursor: pointer;
    border-radius: 8px;
    background: var(--mud-palette-surface);
    box-shadow: var(--mud-elevation-1);
}

.filter-view-card:hover[b-raf8d7kfl8] {
    background-color: var(--mud-palette-surface-hover);
    border-color: var(--mud-palette-primary);
    box-shadow: 0 4px 12px var(--mud-palette-primary-shadow);
    transform: translateY(-1px);
}

.filter-view-card:active[b-raf8d7kfl8] {
    transform: translateY(0);
    box-shadow: 0 2px 6px var(--mud-palette-primary-shadow);
}

.filter-view-card .mud-card-content[b-raf8d7kfl8] {
    padding: 20px;
}

/* Better spacing for the saved views section */
.filter-view-card + .filter-view-card[b-raf8d7kfl8] {
    margin-top: 12px;
}

/* Improve button styling */
.filter-view-card .mud-button[b-raf8d7kfl8] {
    border-radius: 6px;
    text-transform: none;
    font-weight: 500;
}

/* Improve chip styling */
.filter-view-card .mud-chip[b-raf8d7kfl8] {
    border-radius: 16px;
    font-weight: 500;
}

/* Better text hierarchy */
.filter-view-card .mud-text[b-raf8d7kfl8] {
    line-height: 1.4;
}
