
.tooltip .tooltip-inner {
    max-width: 500px !important;
    min-width: 250px !important;
}



.app-activity-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(1px);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.app-activity-overlay.show { display: flex; }
.app-activity-overlay .overlay-spinner {
    width: 54px;
    height: 54px;
    border: 5px solid #d9d9e3;
    border-top-color: #2d4bd6;
    border-radius: 50%;
    animation: dashboardSwitcherSpin 0.8s linear infinite;
}
.app-activity-overlay .overlay-text {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}
