    :root { --bia-accent: #4f46e5; }
    body { background-color: #f8fafc; }

    /* Hero Setup Area */
    .onboarding-hero {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 2rem;
        margin-bottom: 2rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    }

    /* Magic Path Cards */
    .magic-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        text-decoration: none !important;
        color: inherit !important;
    }
    .magic-card:hover {
        transform: translateY(-5px);
        border-color: var(--bia-accent);
        box-shadow: 0 10px 20px rgba(79, 70, 229, 0.08);
    }
    .magic-card .icon-wrapper {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    /* Setup Progress Bar */
    .progress-track {
        height: 8px;
        background: #f1f5f9;
        border-radius: 10px;
        margin: 1rem 0;
        overflow: hidden;
    }
    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, #4f46e5, #818cf8);
        transition: width 0.8s ease;
    }
    .step-label {
        font-size: 0.75rem;
        font-weight: 600;
        color: #4c9fe3;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .step-label.active { color: #10b981; }

    .pulse-primary {
        animation: shadow-pulse 2s infinite;
    }
    @keyframes shadow-pulse {
        0% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.1); }
        70% { box-shadow: 0 0 0 10px rgba(79, 70, 229, 0); }
        100% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0); }
    }

.providerResourceTitle {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}

    .nav-section-title {
        font-size: 0.65rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
        line-height: 1rem;
        color: #6c7a91;
        padding: 1.5rem 1.25rem 0.5rem;
    }
    .navbar-vertical .navbar-nav .nav-link {
        padding: 0.5rem 1.25rem;
    }
    .nav-separator {
        margin: 1rem 1.25rem;
        border-top: 1px solid rgba(0,0,0,0.05);
    }

.page-body {
  min-height:70vh;
}

.providerResource {
  color:#3A3A3A;
  width:300px;
  height:180px;
  vertical-align: top;
  background: white;
  border-radius: 16px;
  display: inline-block;
  margin: 8px;
  padding:32px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}

.provider-alert-notification {
	height:18px;
	width:18px;
	line-height: 18px;
	display:inline-block;
	color:white;
	margin-left:8px;
	margin-right:8px;
	border-radius: 2px;
	text-align: center;
	background-color: #d63939 !important;
}

.magicSearchResult {
  background:#f6f8fb;
  border-radius: 6px;
  margin:4px;
  padding:8px;
}

.nav-link-icon.active {
  color:#5f57f3;
}

.nav-link-title.active {
  color:#5f57f3;
  font-weight: 600;
}

.nav-link:hover {
  background:#fbfcfd;
  border-radius: 8px;
  margin-left:10px;
}

.dropdown-item:hover {
  background:#fbfcfd;
  border-radius: 8px;
  margin-left:10px;
}

.biaCard {
  border-radius: 16px;
  border:0px;
  box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}

.providerResource:hover {
  background:#e3deff;
  cursor: pointer;
}

.magicSearchResults {
  background:white;
  border-radius: 8px;
  padding:16px;
  margin-top: 8px;
}
.beigeWrapper {
  background:none;
}

.providerQuickAction {
  max-width: 600px;
  background: white;
  border-radius: 16px;
  display: inline-block;
  margin: 8px;
  padding:32px;
  text-align: center;
  
}
.providerQuickAction:hover {
  box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
.searchResultsNotch {
  background-color: #444;
  background-image: -moz-linear-gradient(top, #444, #444);
  position: relative;
  color: #ccc;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 20px #999;
  margin: 25px;
  min-height: 50px;
  border: 1px solid #333;
  text-shadow: 0 0 1px #000;
  left: 45%;
  top: -20px;
  border-bottom: 10px solid #444;
}

.hide {
  display:none;
}

    /* Modern UI Refinements */
    .navbar-vertical {
        border-right: 1px solid #f1f1f4;
        background: #ffffff;
    }
    .nav-section-header {
        font-size: 0.65rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #9ca3af;
        padding: 1.5rem 1.25rem 0.5rem;
    }
    .nav-item .nav-link {
        color: #4b5563;
        font-weight: 500;
        padding: 0.5rem 1.25rem;
        transition: all 0.2s ease;
    }
    .nav-item.active .nav-link {
        color: #4f46e5 !important;
        background: #f5f3ff;
    }
    .nav-item.active .nav-link-icon {
        color: #4f46e5;
    }
    /* Action Link Styling */
    .nav-action-link {

        border-radius: 6px;
        font-size: 0.85rem;
        color: #6366f1 !important;
    }
    .nav-action-link:hover {
        background: #f5f3ff;
        border-color: #c7d2fe;
    }
    .dropdown-menu {
        border: 1px solid #f1f1f4;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }