/* _content/SpeedSolutions.BlazorWebFrontEnd/Components/HelpComponent.razor.rz.scp.css */
.help-modal .k-window-titlebar[b-5zth0z63cb] {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .help-modal .k-window-titlebar .k-window-actions[b-5zth0z63cb] {
        margin: 0;
    }

    .help-modal .k-window-titlebar .k-window-action .k-icon[b-5zth0z63cb] {
        font-size: 18px;
        color: #333;
    }

.help-modal .k-window-content[b-5zth0z63cb] {
    padding: 20px;
}

.help-content[b-5zth0z63cb] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    width: 100%;
    max-width: 600px;
    max-height: 60vh;
    overflow-y: auto;
    margin: 0 auto;
}

    .help-content h3[b-5zth0z63cb],
    .help-content h4[b-5zth0z63cb] {
        margin-top: 1em;
    }

    .help-content ul[b-5zth0z63cb],
    .help-content ol[b-5zth0z63cb] {
        margin-left: 1.5em;
    }

    .help-content code[b-5zth0z63cb] {
        background-color: #eef;
        padding: 2px 4px;
        border-radius: 4px;
    }

@media (max-width: 1024px) {
    .help-modal[b-5zth0z63cb] {
        width: 80vw !important;
    }
}

@media (max-width: 768px) {
    .help-modal[b-5zth0z63cb] {
        width: 90vw !important;
    }

    .help-content[b-5zth0z63cb] {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .help-modal[b-5zth0z63cb] {
        width: 95vw !important;
    }

    .help-content[b-5zth0z63cb] {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-width: 320px) {
    .help-modal[b-5zth0z63cb] {
        width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
    }

    .help-content[b-5zth0z63cb] {
        font-size: 13px;
        padding: 10px;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Components/NotAuthorizedComponent.razor.rz.scp.css */
.not-authorized-container[b-zlxz40hgqb] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 2rem;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8f6f1 100%);
    overflow: hidden;
}

.not-authorized-backdrop[b-zlxz40hgqb] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    animation: float-b-zlxz40hgqb 20s ease-in-out infinite;
}

@keyframes float-b-zlxz40hgqb {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(0.5deg);
    }
}

.not-authorized-content[b-zlxz40hgqb] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2);
    padding: 0;
    text-align: center;
    max-width: 480px;
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: slideIn-b-zlxz40hgqb 0.6s ease-out;
}

@keyframes slideIn-b-zlxz40hgqb {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.not-authorized-header[b-zlxz40hgqb] {
    padding: 3rem 2rem 1rem;
    position: relative;
}

    .not-authorized-header[b-zlxz40hgqb]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #017DC0, #015a91, #017DC0);
        background-size: 200% 100%;
        animation: shimmer-b-zlxz40hgqb 3s ease-in-out infinite;
    }

@keyframes shimmer-b-zlxz40hgqb {
    0%, 100% {
        background-position: 200% 0;
    }

    50% {
        background-position: -200% 0;
    }
}

.not-authorized-icon[b-zlxz40hgqb] {
    margin-bottom: 1.5rem;
}

.icon-circle[b-zlxz40hgqb] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #017DC0 0%, #015a91 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    animation: pulse-b-zlxz40hgqb 2s ease-in-out infinite;
}

@keyframes pulse-b-zlxz40hgqb {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.icon-circle[b-zlxz40hgqb]::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, #017DC0, #015a91);
    z-index: -1;
    opacity: 0.3;
    animation: rotate-b-zlxz40hgqb 4s linear infinite;
}

@keyframes rotate-b-zlxz40hgqb {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.icon-circle i[b-zlxz40hgqb] {
    font-size: 2rem;
    color: white;
    z-index: 1;
}

.not-authorized-title[b-zlxz40hgqb] {
    color: #2d3748;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    letter-spacing: -0.025em;
}

.not-authorized-message[b-zlxz40hgqb] {
    color: #4a5568;
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 1rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.not-authorized-body[b-zlxz40hgqb] {
    padding: 2rem;
    background: rgba(248, 246, 241, 0.5);
}

.action-buttons[b-zlxz40hgqb] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-action[b-zlxz40hgqb] {
    padding: 0.875rem 2rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 160px;
    position: relative;
    overflow: hidden;
    text-transform: none;
    letter-spacing: 0.025em;
}

    .btn-action[b-zlxz40hgqb]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
    }

    .btn-action:hover[b-zlxz40hgqb]::before {
        left: 100%;
    }

.primary-action[b-zlxz40hgqb] {
    background: linear-gradient(135deg, #017DC0 0%, #015a91 100%);
    border: none;
    color: white;
    box-shadow: 0 4px 15px rgba(1, 125, 192, 0.3);
}

    .primary-action:hover[b-zlxz40hgqb] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(1, 125, 192, 0.4);
        background: linear-gradient(135deg, #015a91 0%, #014066 100%);
    }

.secondary-action[b-zlxz40hgqb] {
    background: white;
    border: 2px solid #e2e8f0;
    color: #4a5568;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

    .secondary-action:hover[b-zlxz40hgqb] {
        background: #f8f6f1;
        border-color: #cbd5e0;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        color: #2d3748;
    }

.not-authorized-footer[b-zlxz40hgqb] {
    padding: 1.5rem 2rem;
    background: rgba(240, 237, 230, 0.7);
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.help-text[b-zlxz40hgqb] {
    color: #718096;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .help-text i[b-zlxz40hgqb] {
        opacity: 0.7;
    }

/* Responsive Design */
@media (max-width: 576px) {
    .not-authorized-container[b-zlxz40hgqb] {
        padding: 1rem;
        min-height: 60vh;
    }

    .not-authorized-content[b-zlxz40hgqb] {
        margin: 0;
        border-radius: 16px;
    }

    .not-authorized-header[b-zlxz40hgqb] {
        padding: 2rem 1.5rem 1rem;
    }

    .not-authorized-body[b-zlxz40hgqb] {
        padding: 1.5rem;
    }

    .action-buttons[b-zlxz40hgqb] {
        flex-direction: column;
        align-items: center;
    }

    .btn-action[b-zlxz40hgqb] {
        width: 100%;
        max-width: 240px;
    }

    .icon-circle[b-zlxz40hgqb] {
        width: 60px;
        height: 60px;
    }

        .icon-circle i[b-zlxz40hgqb] {
            font-size: 1.5rem;
        }

    .not-authorized-title[b-zlxz40hgqb] {
        font-size: 1.5rem;
    }

    .not-authorized-message[b-zlxz40hgqb] {
        font-size: 0.9rem;
    }
}

/* Light mode support (tema principal) */
@media (prefers-color-scheme: light) {
    .not-authorized-content[b-zlxz40hgqb] {
        background: rgba(255, 255, 255, 0.95);
        color: #2d3748;
    }

    .not-authorized-title[b-zlxz40hgqb] {
        color: #2d3748;
    }

    .not-authorized-message[b-zlxz40hgqb] {
        color: #4a5568;
    }

    .not-authorized-body[b-zlxz40hgqb] {
        background: rgba(248, 246, 241, 0.5);
    }

    .secondary-action[b-zlxz40hgqb] {
        background: white;
        border-color: #e2e8f0;
        color: #4a5568;
    }

        .secondary-action:hover[b-zlxz40hgqb] {
            background: #f8f6f1;
            border-color: #cbd5e0;
        }

    .not-authorized-footer[b-zlxz40hgqb] {
        background: rgba(240, 237, 230, 0.7);
        border-top-color: rgba(226, 232, 240, 0.8);
    }

    .help-text[b-zlxz40hgqb] {
        color: #718096;
    }
}

/* Dark mode support (opcional) */
@media (prefers-color-scheme: dark) {
    .not-authorized-container[b-zlxz40hgqb] {
        background: linear-gradient(135deg, rgba(248, 246, 241, 0.5) 0%, #f8f6f1 100%);
    }

    .not-authorized-content[b-zlxz40hgqb] {
        background: rgba(26, 32, 44, 0.95);
        color: #e2e8f0;
    }

    .not-authorized-title[b-zlxz40hgqb] {
        color: #f7fafc;
    }

    .not-authorized-message[b-zlxz40hgqb] {
        color: #cbd5e0;
    }

    .not-authorized-body[b-zlxz40hgqb] {
        background: rgba(45, 55, 72, 0.5);
    }

    .icon-circle[b-zlxz40hgqb] {
        background: linear-gradient(135deg, #017DC0 0%, #015a91 100%);
    }

        .icon-circle[b-zlxz40hgqb]::before {
            background: linear-gradient(135deg, #017DC0, #015a91);
        }

    .primary-action[b-zlxz40hgqb] {
        background: linear-gradient(135deg, #017DC0 0%, #015a91 100%);
        box-shadow: 0 4px 15px rgba(1, 125, 192, 0.3);
    }

        .primary-action:hover[b-zlxz40hgqb] {
            background: linear-gradient(135deg, #015a91 0%, #014066 100%);
            box-shadow: 0 8px 25px rgba(1, 125, 192, 0.4);
        }

    .secondary-action[b-zlxz40hgqb] {
        background: rgba(45, 55, 72, 0.8);
        border-color: #4a5568;
        color: #e2e8f0;
    }

        .secondary-action:hover[b-zlxz40hgqb] {
            background: rgba(45, 55, 72, 1);
            border-color: #718096;
        }

    .not-authorized-footer[b-zlxz40hgqb] {
        background: rgba(23, 25, 35, 0.7);
        border-top-color: rgba(74, 85, 104, 0.8);
    }

    .help-text[b-zlxz40hgqb] {
        color: #a0aec0;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Components/NotificationComponent.razor.rz.scp.css */
.notification-icon[b-2ruqdfcgsc] {
    position: relative;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    margin: 5px;
}

.notification-badge[b-2ruqdfcgsc] {
    position: absolute;
    top: 5px;
    right: -5px;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #017dc0;
    border-radius: 50%;
    background-color: #017dc0;
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 0 2px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.notification-list[b-2ruqdfcgsc] {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 340px;
    overflow-y: auto;
}

    .notification-list li[b-2ruqdfcgsc] {
        padding: 8px 10px;
        border-bottom: 1px solid #e0e0e0;
        transition: background-color 0.2s ease;
    }

.notification-unread[b-2ruqdfcgsc] {
    background-color: rgba(1, 125, 192, 0.1);
    border-left: 3px solid #017dc0;
}

.notification-read[b-2ruqdfcgsc] {
    background-color: white;
    border-left: 3px solid transparent;
    opacity: 0.8;
}

.notification-list li:hover[b-2ruqdfcgsc] {
    background-color: rgba(1, 125, 192, 0.05);
}

.notification-unread .notif-time[b-2ruqdfcgsc],
.notification-read .notif-time[b-2ruqdfcgsc] {
    color: #000;
}

.notification-unread .notif-message[b-2ruqdfcgsc],
.notification-read .notif-message[b-2ruqdfcgsc] {
    color: #017dc0;
}

.notif-time[b-2ruqdfcgsc] {
    margin-right: 5px;
}

.notif-message[b-2ruqdfcgsc] {
    font-size: 1.2em;
}

.no-notifications[b-2ruqdfcgsc] {
    text-align: center;
    color: #424242;
    padding: 20px;
    font-style: italic;
}

.notification-actions[b-2ruqdfcgsc] {
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0;
}

:global(.modal__notifications .k-window-titlebar)[b-2ruqdfcgsc] {
    background-color: #017dc0;
    color: white;
}

:global(.modal__notifications .k-window-content)[b-2ruqdfcgsc] {
    padding: 10px;
    background-color: white;
}

.modal__notifications .notification-actions .btn-primary[b-2ruqdfcgsc] {
    background-color: #017dc0 !important;
    border-color: #017dc0 !important;
    color: white !important;
}

    .modal__notifications .notification-actions .btn-primary:hover[b-2ruqdfcgsc] {
        background-color: #424242 !important;
        border-color: #424242 !important;
        color: white !important;
    }

@media (max-width: 991.98px) {
    .notification-icon[b-2ruqdfcgsc] {
        display: none !important;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Components/PerformanceCalculatorComponent.razor.rz.scp.css */
.performance-calculator-container[b-4387oiyiv7] {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.modern-form .form-field[b-4387oiyiv7] {
    margin-bottom: 1rem;
}

.modern-form .form-label[b-4387oiyiv7] {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #333;
}

.result-section[b-4387oiyiv7] {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.result-section h4[b-4387oiyiv7] {
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 1rem;
}

.result-item[b-4387oiyiv7] {
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.result-item:last-of-type[b-4387oiyiv7] {
    border-bottom: none;
}

.result-label[b-4387oiyiv7] {
    color: #555;
}

.result-value[b-4387oiyiv7] {
    font-weight: bold;
    color: #000;
}

.result-note[b-4387oiyiv7] {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #6c757d;
    text-align: center;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Components/QRScannerComponent.razor.rz.scp.css */
.qr-scanner-container[b-nnkl6m3sp3] {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.camera-container[b-nnkl6m3sp3] {
    position: relative;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.camera-preview[b-nnkl6m3sp3] {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.camera-preview video[b-nnkl6m3sp3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    border-radius: 4px;
   
    transform: none;
}

.scan-overlay[b-nnkl6m3sp3] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.scan-frame[b-nnkl6m3sp3] {
    position: relative;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}

.scan-corners[b-nnkl6m3sp3] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.corner[b-nnkl6m3sp3] {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #00ff00;
}

.corner.top-left[b-nnkl6m3sp3] {
    top: -3px;
    left: -3px;
    border-right: none;
    border-bottom: none;
}

.corner.top-right[b-nnkl6m3sp3] {
    top: -3px;
    right: -3px;
    border-left: none;
    border-bottom: none;
}

.corner.bottom-left[b-nnkl6m3sp3] {
    bottom: -3px;
    left: -3px;
    border-right: none;
    border-top: none;
}

.corner.bottom-right[b-nnkl6m3sp3] {
    bottom: -3px;
    right: -3px;
    border-left: none;
    border-top: none;
}

.scan-line[b-nnkl6m3sp3] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ff00, transparent);
    animation: scan-animation-b-nnkl6m3sp3 2s linear infinite;
}

@keyframes scan-animation-b-nnkl6m3sp3 {
    0% { transform: translateY(0); }
    100% { transform: translateY(196px); }
}

.scan-instruction[b-nnkl6m3sp3] {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 16px;
    border-radius: 20px;
}

.camera-controls[b-nnkl6m3sp3] {
    padding: 16px;
    background: white;
}

.control-row[b-nnkl6m3sp3] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.scan-button[b-nnkl6m3sp3] {
    flex: 1;
    max-width: 200px;
}

.switch-camera-btn[b-nnkl6m3sp3] {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manual-input-section[b-nnkl6m3sp3] {
    border-top: 1px solid #dee2e6;
    padding-top: 16px;
}

.input-group[b-nnkl6m3sp3] {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.input-group .form-control[b-nnkl6m3sp3] {
    flex: 1;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .qr-scanner-container[b-nnkl6m3sp3] {
        margin: 0;
        border-radius: 0;
    }
    
    .camera-preview[b-nnkl6m3sp3] {
        height: 300px;
        min-height: 250px;
    }
    
    .camera-preview video[b-nnkl6m3sp3] {
        min-height: 250px;
       
        -webkit-transform: none;
        transform: none;
    }
    
    .scan-frame[b-nnkl6m3sp3] {
        width: 150px;
        height: 150px;
    }
    
    .control-row[b-nnkl6m3sp3] {
        flex-direction: column;
        gap: 12px;
    }
    
    .scan-button[b-nnkl6m3sp3] {
        width: 100%;
        max-width: none;
    }
    
    .switch-camera-btn[b-nnkl6m3sp3] {
        width: 100%;
        height: 40px;
    }
    
    .input-group[b-nnkl6m3sp3] {
        flex-direction: column;
    }
}

 
@media (max-width: 480px) {
    .camera-preview[b-nnkl6m3sp3] {
        height: 280px;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .camera-preview video[b-nnkl6m3sp3] {
        border-radius: 8px;
     
        -webkit-transform: none;
        transform: none;
        object-position: center;
    }
}

/* iOS   */
@supports (-webkit-touch-callout: none) {
    .camera-preview video[b-nnkl6m3sp3] {
        -webkit-playsinline: true;
        playsinline: true;
    }
}

 
.mobile-manual-input[b-nnkl6m3sp3] {
    margin-top: 8px;
}

.manual-input-collapsible[b-nnkl6m3sp3] {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f8f9fa;
}

.manual-input-toggle[b-nnkl6m3sp3] {
    padding: 8px 12px;
    cursor: pointer;
    user-select: none;
    background: #e9ecef;
    border-radius: 6px 6px 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #495057;
    list-style: none;
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
}

.manual-input-toggle:hover[b-nnkl6m3sp3] {
    background: #dee2e6;
}

.manual-input-toggle[b-nnkl6m3sp3]::-webkit-details-marker {
    display: none;
}

.manual-input-toggle[b-nnkl6m3sp3]::before {
    content: '▶';
    margin-right: 8px;
    transition: transform 0.2s;
    font-size: 10px;
}

.manual-input-collapsible[open] .manual-input-toggle[b-nnkl6m3sp3]::before {
    transform: rotate(90deg);
}

.manual-input-content[b-nnkl6m3sp3] {
    padding: 12px;
    border-top: 1px solid #ddd;
}

 
@media (max-width: 768px) {
    .qr-scanner-container[b-nnkl6m3sp3] {
        margin: 0;
        border-radius: 4px;
    }
    
    .camera-container[b-nnkl6m3sp3] {
        border-radius: 4px;
    }
    
    .camera-preview[b-nnkl6m3sp3] {
        height: 250px;
        border-radius: 4px 4px 0 0;
    }
    
    .camera-controls[b-nnkl6m3sp3] {
        padding: 12px;
    }
    
    .control-row[b-nnkl6m3sp3] {
        flex-direction: row;
        gap: 8px;
        justify-content: center;
    }
    
    .scan-button[b-nnkl6m3sp3] {
        flex: 1;
        max-width: 150px;
        font-size: 14px;
        padding: 8px 12px;
    }
    
    .switch-camera-btn[b-nnkl6m3sp3] {
        width: 40px;
        height: 40px;
        min-width: 40px;
        flex: none;
    }
    
    .mobile-manual-input[b-nnkl6m3sp3] {
        margin-top: 8px;
    }
    
    .manual-input-toggle[b-nnkl6m3sp3] {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .manual-input-content[b-nnkl6m3sp3] {
        padding: 8px;
    }
}

 
@media (max-width: 480px) {
    .camera-preview[b-nnkl6m3sp3] {
        height: 220px;
    }
    
    .camera-controls[b-nnkl6m3sp3] {
        padding: 10px;
    }
    
    .scan-button[b-nnkl6m3sp3] {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    .switch-camera-btn[b-nnkl6m3sp3] {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }
    
    .switch-camera-btn i[b-nnkl6m3sp3] {
        font-size: 14px;
    }
}

@media (prefers-contrast: high) {
    .scan-overlay[b-nnkl6m3sp3] {
        background: rgba(0, 0, 0, 0.8);
    }
    
    .corner[b-nnkl6m3sp3] {
        border-color: #ffffff;
    }
    
    .scan-line[b-nnkl6m3sp3] {
        background: linear-gradient(90deg, transparent, #ffffff, transparent);
    }
}

@media (prefers-reduced-motion: reduce) {
    .scan-line[b-nnkl6m3sp3] {
        animation: none;
        opacity: 0.7;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Components/ScheduleComponent.razor.rz.scp.css */
.schedule-container[b-p9bcs9sqs1] {
    padding: 10px;
    width: 100%;
    overflow-x: auto;
}

    .schedule-container h2[b-p9bcs9sqs1] {
        color: #333;
        font-size: 18px;
        margin-bottom: 10px;
    }

.table-responsive[b-p9bcs9sqs1] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.schedule-table[b-p9bcs9sqs1] {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

    .schedule-table td[b-p9bcs9sqs1],
    .schedule-table th[b-p9bcs9sqs1] {
        border: 1px solid #ddd;
        text-align: center;
        padding: 8px;
        cursor: pointer;
    }

    .schedule-table th[b-p9bcs9sqs1] {
        background-color: #f2f2f2;
        color: #333;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .schedule-table td[b-p9bcs9sqs1] {
        background-color: #fff;
    }

        .schedule-table td.selected[b-p9bcs9sqs1] {
            background-color: #0099cc;
            color: white;
        }

        .schedule-table td:hover[b-p9bcs9sqs1],
        .schedule-table th:hover[b-p9bcs9sqs1] {
            opacity: 0.8;
        }

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    .schedule-container.mobile[b-p9bcs9sqs1] {
        transform: rotate(-90deg);
        transform-origin: top left;
        width: 100vh;
        height: 100vw;
        position: absolute;
        top: 100vh;
        left: 0;
        overflow: auto;
    }

        .schedule-container.mobile .table-responsive[b-p9bcs9sqs1] {
            width: 100%;
            height: 100%;
            overflow: auto;
        }

        .schedule-container.mobile .schedule-table[b-p9bcs9sqs1] {
            width: auto;
            height: auto;
            margin: 10px;
        }

        .schedule-container.mobile th[b-p9bcs9sqs1],
        .schedule-container.mobile td[b-p9bcs9sqs1] {
            padding: 4px;
            font-size: 10px;
        }

            .schedule-container.mobile th:first-child[b-p9bcs9sqs1],
            .schedule-container.mobile td:first-child[b-p9bcs9sqs1] {
                position: sticky;
                left: 0;
                z-index: 20;
                background-color: #f2f2f2;
            }

        .schedule-container.mobile thead th[b-p9bcs9sqs1] {
            position: sticky;
            top: 0;
            z-index: 30;
            background-color: #f2f2f2;
        }

        .schedule-container.mobile th:first-child[b-p9bcs9sqs1] {
            z-index: 40;
        }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Components/WizardGroupComponent.razor.rz.scp.css */
.wizard-modal-modern .k-window[b-ery9d8ze44] {
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.wizard-container[b-ery9d8ze44] {
    display: flex;
    height: 100%;
    position: relative;
}

.step-progress-indicator[b-ery9d8ze44] {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--blue);
    transition: width 0.3s ease;
    z-index: 1000;
}

.wizard-sidebar[b-ery9d8ze44] {
    width: 240px;
    background: linear-gradient(135deg, var(--blue) 0%, var(--light-blue) 100%);
    color: white;
    padding: 1.5rem 1rem;
    position: relative;
    flex-shrink: 0;
}

.wizard-steps-vertical[b-ery9d8ze44] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wizard-footer-inline[b-ery9d8ze44] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0 1rem 0;
    margin-top: auto;
    border-top: 1px solid #e9ecef;
    background: white;
    border-radius: 0 0 8px 8px;
}

.footer-left[b-ery9d8ze44], .footer-right[b-ery9d8ze44] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.btn-next[b-ery9d8ze44], .btn-finish[b-ery9d8ze44], .btn-back[b-ery9d8ze44], .btn-cancel[b-ery9d8ze44] {
    min-width: 100px;
    height: 38px;
}

.step-item[b-ery9d8ze44] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
    position: relative;
}

    .step-item:hover[b-ery9d8ze44] {
        background: rgba(255, 255, 255, 0.1);
        opacity: 1;
    }

    .step-item.active[b-ery9d8ze44] {
        background: rgba(255, 255, 255, 0.2);
        opacity: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .step-item.completed[b-ery9d8ze44] {
        opacity: 1;
    }

.step-indicator[b-ery9d8ze44] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.step-item.active .step-indicator[b-ery9d8ze44] {
    background: white;
    color: var(--blue);
}

.step-item.completed .step-indicator[b-ery9d8ze44] {
    background: var(--green);
    color: white;
}

.step-info[b-ery9d8ze44] {
    flex: 1;
    min-width: 0;
}

.step-title[b-ery9d8ze44] {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.step-subtitle[b-ery9d8ze44] {
    font-size: 0.8rem;
    opacity: 0.9;
    line-height: 1.3;
}

.step-divider[b-ery9d8ze44] {
    width: 2px;
    height: 15px;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 1.5rem;
}

.wizard-content-area[b-ery9d8ze44] {
    flex: 1;
    padding: 2rem;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
}

.content-header[b-ery9d8ze44] {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

    .content-header h4[b-ery9d8ze44] {
        color: var(--text);
        font-weight: 600;
        margin: 0;
    }

    .content-header p[b-ery9d8ze44] {
        color: var(--gray);
        font-size: 0.9rem;
        margin: 0.25rem 0 0 0;
    }

.content-body[b-ery9d8ze44] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 0;
}

.wizard-footer[b-ery9d8ze44] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: white;
    border-top: 1px solid #e9ecef;
}

.btn-next[b-ery9d8ze44], .btn-finish[b-ery9d8ze44] {
    transition: all 0.2s ease;
    min-width: 120px;
    position: relative;
}

    .btn-next:disabled[b-ery9d8ze44],
    .btn-finish:disabled[b-ery9d8ze44] {
        opacity: 0.7;
        cursor: not-allowed;
    }

    .btn-next:hover:not(:disabled)[b-ery9d8ze44],
    .btn-finish:hover:not(:disabled)[b-ery9d8ze44] {
        transform: translateY(-1px);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    }

.button-loading-state[b-ery9d8ze44] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.button-ready-state[b-ery9d8ze44] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@@media (max-width: 768px) {
    .wizard-container[b-ery9d8ze44] {
        flex-direction: column;
    }

    .wizard-sidebar[b-ery9d8ze44] {
        width: 100%;
        padding: 1rem;
    }

    .wizard-steps-vertical[b-ery9d8ze44] {
        flex-direction: row;
        overflow-x: auto;
        gap: 0.5rem;
    }

    .step-item[b-ery9d8ze44] {
        min-width: 160px;
        flex-direction: column;
        text-align: center;
        padding: 0.5rem;
    }

    .step-info[b-ery9d8ze44] {
        display: none;
    }

    .step-divider[b-ery9d8ze44] {
        display: none;
    }

    .wizard-content-area[b-ery9d8ze44] {
        padding: 1.5rem;
    }

    .wizard-footer[b-ery9d8ze44] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .footer-left[b-ery9d8ze44], .footer-right[b-ery9d8ze44] {
        width: 100%;
        justify-content: space-between;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/AdminTools/Devices.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/AdminTools/View/DeviceView.razor.rz.scp.css */
 
.form-section-compact[b-pi9hkz8kly] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 0.75rem;
}

.section-title[b-pi9hkz8kly] {
    color: #0d6efd;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.25rem;
}

    .section-title i[b-pi9hkz8kly] {
        color: #0d6efd;
    }

.form-label-compact[b-pi9hkz8kly] {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #495057;
}

.info-note[b-pi9hkz8kly] {
    background: #e3f2fd;
    border-radius: 4px;
    padding: 0.5rem;
    border-left: 3px solid #2196f3;
    margin-top: 0.5rem;
}

.atom-registration-modal .k-window-content[b-pi9hkz8kly] {
    padding: 1rem;
    max-height: 50vh;
    overflow-y: auto;
}

.atom-result-modal .k-window-content[b-pi9hkz8kly] {
    padding: 1rem;
    max-height: 55vh;
    overflow-y: auto;
}

.device-info-compact .info-row[b-pi9hkz8kly] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #f1f1f1;
}

    .device-info-compact .info-row:last-child[b-pi9hkz8kly] {
        border-bottom: none;
    }

@media (max-width: 768px) {
    .atom-registration-modal[b-pi9hkz8kly] {
        width: 95% !important;
        max-width: none !important;
    }

    .atom-result-modal[b-pi9hkz8kly] {
        width: 95% !important;
        max-width: none !important;
    }

    .form-section-compact[b-pi9hkz8kly] {
        padding: 0.75rem;
    }

    .section-title[b-pi9hkz8kly] {
        font-size: 0.85rem;
    }

    .device-info-compact .info-row[b-pi9hkz8kly] {
        flex-direction: column;
        align-items: flex-start;
    }

    .qr-image[b-pi9hkz8kly] {
        max-width: 150px !important;
    }
}

.atom-activation-result[b-pi9hkz8kly] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
}

.device-info-card[b-pi9hkz8kly],
.qr-code-card[b-pi9hkz8kly] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 100%;
}

.atom-activation-result .table-sm[b-pi9hkz8kly] {
    margin-bottom: 0;
}

    .atom-activation-result .table-sm td[b-pi9hkz8kly] {
        padding: 0.5rem 0.5rem;
        border: none;
        vertical-align: middle;
    }

.activation-code-input[b-pi9hkz8kly] {
    font-family: 'Courier New', monospace !important;
    font-weight: bold !important;
    letter-spacing: 2px !important;
    background-color: #e9ecef !important;
    font-size: 1.1rem !important;
    text-align: center !important;
}

.qr-container[b-pi9hkz8kly] {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.qr-image[b-pi9hkz8kly] {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.activation-code-section[b-pi9hkz8kly] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.spinner-border-sm[b-pi9hkz8kly] {
    width: 1rem;
    height: 1rem;
}

.modal__edit .k-window-content[b-pi9hkz8kly] {
    max-height: 40vh;
    overflow-y: auto;
}

.k-form-field-wrap[b-pi9hkz8kly] {
    margin-bottom: 0.5rem;
}

.text-primary[b-pi9hkz8kly] {
    color: #0d6efd !important;
}

.form-section .row[b-pi9hkz8kly] {
    margin-bottom: 1rem;
}

    .form-section .row:last-child[b-pi9hkz8kly] {
        margin-bottom: 0;
    }

.location-selector[b-pi9hkz8kly] {
    width: 100%;
}

.map-container[b-pi9hkz8kly] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.5rem;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-top: 0.5rem;
}

.map-controls[b-pi9hkz8kly] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.map-controls small[b-pi9hkz8kly] {
    flex: 1;
    min-width: 200px;
}

.map-controls .ms-1[b-pi9hkz8kly] {
    margin-left: 0.25rem !important;
}

@media (max-width: 768px) {
    .map-container[b-pi9hkz8kly] {
        padding: 0.25rem;
    }

    .map-controls[b-pi9hkz8kly] {
        flex-direction: column;
        align-items: stretch;
    }

    .map-controls small[b-pi9hkz8kly] {
        text-align: center;
        margin-bottom: 0.5rem;
    }
}

 
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/AdminTools/View/LicensingView.razor.rz.scp.css */
 
.owner-details[b-zfu3sxp49h] {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    max-height: 400px;
    overflow-y: auto;
    font-size: medium;
}

.detail-item[b-zfu3sxp49h] {
    padding: 8px 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: baseline;
}

    .detail-item:last-child[b-zfu3sxp49h] {
        border-bottom: none;
    }

    .detail-item strong[b-zfu3sxp49h] {
        min-width: 150px;
        color: #444;
        font-weight: 600;
    }

    .detail-item:nth-child(even)[b-zfu3sxp49h] {
        background-color: #f5f5f5;
    }

    .detail-item.highdart[b-zfu3sxp49h] {
        background-color: #017DC0;
        color: white;
    }

        .detail-item.highdart strong[b-zfu3sxp49h] {
            color: white;
        }
 
.desktop-view[b-zfu3sxp49h] {
    display: block;
}

.mobile-view[b-zfu3sxp49h] {
    display: none;
}

 
.mobile-cards[b-zfu3sxp49h] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    padding: 0 10px;
}

.owner-card[b-zfu3sxp49h] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 0 2px #017DC0, 0 2px 4px rgba(0,0,0,0.1);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    border: 1px solid #017DC0;
}

.owner-card-header[b-zfu3sxp49h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #017DC0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .owner-card-header h4[b-zfu3sxp49h] {
        margin: 0;
        font-size: 18px;
        color: #333;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
    }

.owner-card-body[b-zfu3sxp49h] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-section[b-zfu3sxp49h] {
    padding: 10px;
    border-radius: 6px;
    background-color: #f8f9fa;
}

    .card-section.highlighted[b-zfu3sxp49h] {
        background-color: #e3f2fd;
        border: 1px solid #90caf9;
    }

.card-info-row[b-zfu3sxp49h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #e0e0e0;
}

    .card-info-row:last-child[b-zfu3sxp49h] {
        border-bottom: none;
    }

.info-label[b-zfu3sxp49h] {
    font-weight: 600;
    color: #555;
    font-size: 14px;
    flex: 0 0 130px;
}

.info-value[b-zfu3sxp49h] {
    flex: 1;
    text-align: right;
    color: #333;
    font-size: 14px;
    word-break: break-word;
}

.email-value[b-zfu3sxp49h] {
    font-size: 13px;
    color: #1a73e8;
}

.duration-info[b-zfu3sxp49h] {
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.duration-label[b-zfu3sxp49h] {
    font-weight: 600;
    color: #555;
    margin-right: 10px;
}

.duration-info .duration-text[b-zfu3sxp49h] {
    font-size: 15px;
    font-weight: bold;
}
 
.duration-text[b-zfu3sxp49h] {
    font-weight: bold;
}

    .duration-text.green[b-zfu3sxp49h] {
        color: #28a745;
    }

    .duration-text.yellow[b-zfu3sxp49h] {
        color: #ffc107;
    }

    .duration-text.orange[b-zfu3sxp49h] {
        color: #fd7e14;
    }

    .duration-text.red[b-zfu3sxp49h] {
        color: #dc3545;
    }
 
.owner-details .duration-text.green[b-zfu3sxp49h] {
    color: #B8FFD3;
}

.owner-details .duration-text.yellow[b-zfu3sxp49h] {
    color: #FFE8A9;
}

.owner-details .duration-text.orange[b-zfu3sxp49h] {
    color: #FFCAA1;
}

.owner-details .duration-text.red[b-zfu3sxp49h] {
    color: #FFACAC;
}

.owner-details .detail-item.highdart .duration-text.green[b-zfu3sxp49h] {
    color: #B8FFD3;
}

.owner-details .detail-item.highdart .duration-text.yellow[b-zfu3sxp49h] {
    color: #FFE8A9;
}

.owner-details .detail-item.highdart .duration-text.orange[b-zfu3sxp49h] {
    color: #FFCAA1;
}

.owner-details .detail-item.highdart .duration-text.red[b-zfu3sxp49h] {
    color: #FFACAC;
}

.owner-status .badge[b-zfu3sxp49h] {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.badge-success[b-zfu3sxp49h] {
    background-color: #28a745;
    color: white;
}

.badge-danger[b-zfu3sxp49h] {
    background-color: #dc3545;
    color: white;
}

.owner-card-actions[b-zfu3sxp49h] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.btn-icon[b-zfu3sxp49h] {
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-icon:hover[b-zfu3sxp49h] {
        background-color: #f8f9fa;
        border-color: #017DC0;
    }

    .btn-icon i[b-zfu3sxp49h] {
        font-size: 18px;
        color: #444;
    }

    .btn-icon:hover i[b-zfu3sxp49h] {
        color: #017DC0;
    }

 
@media (max-width: 850px) {
    .desktop-view[b-zfu3sxp49h] {
        display: none !important;
    }

    .mobile-view[b-zfu3sxp49h] {
        display: block !important;
    }

        .mobile-view .toolbar[b-zfu3sxp49h] {
            padding: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
            border-bottom: 1px solid #eee;
        }

        .mobile-view .toolbar__title[b-zfu3sxp49h] {
            font-size: 18px;
            margin: 0;
        }

        .mobile-view .toolbar__buttons[b-zfu3sxp49h] {
            display: flex;
            gap: 8px;
        }

        .mobile-view .btn[b-zfu3sxp49h] {
            padding: 8px 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background: white;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .mobile-view .btn-primary[b-zfu3sxp49h] {
            background-color: #017DC0;
            color: white;
            border-color: #017DC0;
        }

        .mobile-view .btn-secondary[b-zfu3sxp49h] {
            background-color: #6c757d;
            color: white;
            border-color: #6c757d;
        }

        .mobile-view .btn i[b-zfu3sxp49h] {
            font-size: 16px;
        }
}

 
@media (max-width: 850px) {
 
    .sidebar[b-zfu3sxp49h],
    .nav-menu[b-zfu3sxp49h],
    .side-menu[b-zfu3sxp49h],
    .left-sidebar[b-zfu3sxp49h],
    .main-sidebar[b-zfu3sxp49h],
    .app-sidebar[b-zfu3sxp49h],
    .navigation-sidebar[b-zfu3sxp49h] {
        display: none !important;
    }

  
    .main-content[b-zfu3sxp49h],
    .content-wrapper[b-zfu3sxp49h],
    .page-content[b-zfu3sxp49h],
    .main-wrapper[b-zfu3sxp49h],
    .app-content[b-zfu3sxp49h] {
        margin-left: 0 !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

  
    .app-layout[b-zfu3sxp49h],
    .main-layout[b-zfu3sxp49h] {
        grid-template-columns: 1fr !important;
    }

   
    .app-container[b-zfu3sxp49h],
    .main-container[b-zfu3sxp49h] {
        flex-direction: column !important;
    }

 
    .sidebar-toggle[b-zfu3sxp49h],
    .menu-toggle[b-zfu3sxp49h] {
        display: none !important;
    }
}


.integrations-container[b-zfu3sxp49h] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.integration-badge[b-zfu3sxp49h] {
    display: inline-flex;
    align-items: center;
    background: #e3f2fd;
    color: #424242;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #bbdefb;
    white-space: nowrap;
}


.detail-item.integration-item[b-zfu3sxp49h] {
    flex-direction: column;
    align-items: flex-start;
}

    .detail-item.integration-item strong[b-zfu3sxp49h] {
        margin-bottom: 8px;
        min-width: auto;
    }

/* Responsive para móviles */
@media (max-width: 480px) {
    .integration-badge[b-zfu3sxp49h] {
        font-size: 0.8rem;
        padding: 4px 8px;
    }

    .integrations-container[b-zfu3sxp49h] {
        gap: 6px;
    }
}
 
@media (max-width: 850px) {
    .modal__detail[b-zfu3sxp49h] {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .form-licensing__form-item[b-zfu3sxp49h],
    .form-licensing__form-group[b-zfu3sxp49h] {
        margin-bottom: 15px;
    }
}


.loading-container[b-zfu3sxp49h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

    .loading-container p[b-zfu3sxp49h] {
        margin-top: 15px;
        font-size: 16px;
        color: #666;
        font-weight: 500;
    }


.spinner-border[b-zfu3sxp49h] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-zfu3sxp49h 0.75s linear infinite;
    color: #017DC0;
}

@keyframes spinner-border-b-zfu3sxp49h {
    to {
        transform: rotate(360deg);
    }
}

.sr-only[b-zfu3sxp49h] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.toolbar__buttons .k-button.k-button-solid.k-button-solid-base[b-zfu3sxp49h] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
    margin-left: 10px;
    transition: all 0.3s ease;
}

    .toolbar__buttons .k-button.k-button-solid.k-button-solid-base:hover[b-zfu3sxp49h] {
        background-color: #5a6268;
        border-color: #545b62;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .toolbar__buttons .k-button.k-button-solid.k-button-solid-base:active[b-zfu3sxp49h] {
        transform: translateY(0);
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }

.mobile-view .btn-secondary[b-zfu3sxp49h] {
    background-color: #6c757d;
    color: white;
    border-color: #6c757d;
    transition: all 0.3s ease;
}

    .mobile-view .btn-secondary:hover[b-zfu3sxp49h] {
        background-color: #5a6268;
        border-color: #545b62;
        transform: scale(1.05);
    }

    .mobile-view .btn-secondary:active[b-zfu3sxp49h] {
        transform: scale(0.95);
    }


.fa-sync-alt[b-zfu3sxp49h] {
    transition: transform 0.3s ease;
}

.btn-secondary:hover .fa-sync-alt[b-zfu3sxp49h],
.k-button:hover .fa-sync-alt[b-zfu3sxp49h] {
    transform: rotate(180deg);
}


.grid-wrapper[b-zfu3sxp49h] {
    position: relative;
}

.grid-loading-overlay[b-zfu3sxp49h] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
 
/*.toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #017DC0;
    margin-bottom: 10px;
}*/

.toolbar__title[b-zfu3sxp49h] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #017DC0;
}

.toolbar__buttons[b-zfu3sxp49h] {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .toolbar[b-zfu3sxp49h] {
        padding: 10px 15px;
    }

    .toolbar__title[b-zfu3sxp49h] {
        font-size: 20px;
    }

    .loading-container[b-zfu3sxp49h] {
        padding: 20px;
    }

        .loading-container p[b-zfu3sxp49h] {
            font-size: 14px;
        }
}

/* Estados del botón refresh */
.refresh-button-loading[b-zfu3sxp49h] {
    pointer-events: none;
    opacity: 0.6;
}

    .refresh-button-loading .fa-sync-alt[b-zfu3sxp49h] {
        animation: spin-b-zfu3sxp49h 1s linear infinite;
    }

/* Estilos para columna de integraciones */
.integrations-column[b-zfu3sxp49h] {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.integrations-tooltip[b-zfu3sxp49h] {
    cursor: help;
}

@keyframes spin-b-zfu3sxp49h {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Feedback visual para operaciones exitosas */
.success-feedback[b-zfu3sxp49h] {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 1001;
    animation: slideInRight-b-zfu3sxp49h 0.3s ease;
}

@keyframes slideInRight-b-zfu3sxp49h {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
 
@media (max-width: 480px) {
    .info-label[b-zfu3sxp49h] {
        flex: 0 0 100px;
        font-size: 13px;
    }

    .info-value[b-zfu3sxp49h] {
        font-size: 13px;
    }

    .owner-card-header h4[b-zfu3sxp49h] {
        font-size: 16px;
    }

    .owner-card[b-zfu3sxp49h] {
        padding: 12px;
    }

    .card-section[b-zfu3sxp49h] {
        padding: 8px;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/ATG/Levels.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/ATG/Refills.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/ATG/Tanks.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Components/ExcelImportDetails.razor.rz.scp.css */
.import-details-container[b-5h5wv7qmui] {
    margin: 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.details-content[b-5h5wv7qmui] {
    padding: 1rem;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
}

.details-section[b-5h5wv7qmui] {
    margin-bottom: 1.5rem;
}

    .details-section h4[b-5h5wv7qmui] {
        margin-bottom: 0.5rem;
        color: #2c3e50;
        font-size: 0.95rem;
    }

    .details-section ul[b-5h5wv7qmui] {
        padding-left: 1.5rem;
        margin: 0;
        list-style-type: disc;
    }

    .details-section li[b-5h5wv7qmui] {
        margin-bottom: 0.25rem;
        font-size: 0.85rem;
    }
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Components/ExportSection.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Components/ImportSection.razor.rz.scp.css */
.import-container[b-pkzpsmfav9] {
    position: relative;
    transition: opacity 0.3s ease;
}

.progress-container[b-pkzpsmfav9] {
    margin-top: 20px;
    border-radius: 4px;
}

.import-instructions[b-pkzpsmfav9] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.8rem;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Components/NoteExportSection.razor.rz.scp.css */
.import-instructions-container[b-vt4g058zsg] {
    max-width: 800px;
    margin: 20px auto;
}

.import-instructions[b-vt4g058zsg] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 25px 25px 0px 25px;
}

.instruction-title[b-vt4g058zsg] {
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #dc3545;
    padding-bottom: 10px;
}

.instruction-subtitle[b-vt4g058zsg] {
    font-size: 1.2rem;
    margin: 20px 0 10px 0;
}

.instruction-text[b-vt4g058zsg] {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.instruction-list[b-vt4g058zsg] {
    padding-left: 20px;
}

    .instruction-list li[b-vt4g058zsg] {
        margin-bottom: 8px;
        line-height: 1.5;
    }

.instruction-section[b-vt4g058zsg] {
    margin-bottom: 20px;
}

strong[b-vt4g058zsg] {
    font-weight: 600;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Components/ProgressMessages.razor.rz.scp.css */
.progress-messages-container[b-hmcav2cr2a] {
    max-height: 150px;
    overflow-y: auto;
    position: relative;
    margin-top: 10px;
}

.progress-messages-content[b-hmcav2cr2a] {
    padding: 5px;
}

.progress-message-item[b-hmcav2cr2a] {
    padding: 3px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
}

/* Efecto de desvanecimiento en los bordes */
.progress-messages-container[b-hmcav2cr2a]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.progress-messages-container[b-hmcav2cr2a]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.progress-percent[b-hmcav2cr2a] {
    color: #666;
    font-size: 0.8em;
    margin-left: 5px;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Components/ShowDuplicates.razor.rz.scp.css */
/* Estilos para el componente de duplicados */
.duplicates-container[b-m9y9vpjenj] {
    margin-top: 0.5rem;
    padding: 0.5rem;
    background-color: #fff8f8;
    border-radius: 4px;
    border-left: 3px solid #ff6b6b;
}

    .duplicates-container h5[b-m9y9vpjenj] {
        margin: 0 0 0.5rem 0;
        color: #d63031;
        font-size: 0.9rem;
    }

.duplicates-list[b-m9y9vpjenj] {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

    .duplicates-list li[b-m9y9vpjenj] {
        margin-bottom: 0.5rem;
        padding: 0.3rem;
        background-color: #fff;
        border-radius: 3px;
        font-size: 0.85rem;
    }

.duplicate-value[b-m9y9vpjenj] {
    font-weight: bold;
    color: #d63031;
}

.duplicate-rows[b-m9y9vpjenj] {
    color: #666;
    margin-left: 0.5rem;
}

.no-duplicates[b-m9y9vpjenj] {
    color: #27ae60;
    font-size: 0.85rem;
    margin: 0.5rem 0;
    font-style: italic;
}

/* Mantener los estilos anteriores del contenedor principal */
.import-details-container[b-m9y9vpjenj] {
    margin: 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Customers.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Groups.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Identifiers.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Views/RulesView.razor.rz.scp.css */
 
.key-details-modal .k-window-content[b-eo6fm33j2o] {
    padding: 0;
}

.key-details-content[b-eo6fm33j2o] {
    padding: 1rem;  
    padding-bottom: 0;
}

.key-details-table[b-eo6fm33j2o] {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

    .key-details-table td[b-eo6fm33j2o] {
        padding: 0.25rem 0.6rem; 
        vertical-align: middle;
        border-bottom: 1px solid #e9ecef;
    }

    .key-details-table tr:last-child td[b-eo6fm33j2o] {
        border-bottom: none;
    }

.key-label[b-eo6fm33j2o] {
    background-color: #0d6efd;
    color: white;
    font-weight: 600;
    width: 66.66%;  
}

.key-value[b-eo6fm33j2o] {
    color: #495057;
    font-family: monospace;
    font-size: 0.9rem; 
    white-space: nowrap; 
}

.status-active[b-eo6fm33j2o] {
    color: #198754;
    font-weight: bold;
    font-family: sans-serif;
}

.status-inactive[b-eo6fm33j2o] {
    color: #dc3545;
    font-weight: bold;
    font-family: sans-serif;
}

.key-details-footer[b-eo6fm33j2o] {
    padding: 0.75rem 1rem;  
    border-top: 1px solid #dee2e6;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    margin-top: 1rem;  
}

 
.schedule-view-btn.k-button[b-eo6fm33j2o] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
    padding: 0.2rem 0.6rem;  
    font-size: 0.8rem;
}

    .schedule-view-btn.k-button:hover[b-eo6fm33j2o] {
        background-color: #5c636a;
        border-color: #5c636a;
    }

 
.schedule-details-modal .k-window-content[b-eo6fm33j2o] {
    padding: 0;
}

.schedule-details-content[b-eo6fm33j2o] {
    padding: 1rem;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Groups/Views/SyncMonitorView.razor.rz.scp.css */
.analytics-container[b-ng5fkocnak] {
    padding: 2.5rem 2.5rem 4rem 2.5rem;
    background-color: #f8f9fa;
    min-height: calc(100vh - 60px);
}

@keyframes fadeInUp-b-ng5fkocnak {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-ng5fkocnak {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

.stats-card[b-ng5fkocnak] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
    position: relative;
    animation: fadeInUp-b-ng5fkocnak 0.6s ease-out;
}

    .stats-card:hover[b-ng5fkocnak] {
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

    .stats-card[b-ng5fkocnak]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #3498db, #cce5ff, #3498db, #004566);
    }

.stats-card-header[b-ng5fkocnak] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.stats-card-title[b-ng5fkocnak] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.stats-card-value[b-ng5fkocnak] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 1rem 0;
    line-height: 1.2;
}

.stats-card-icon[b-ng5fkocnak] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

    .stats-card-icon.icon-success[b-ng5fkocnak] {
        background: linear-gradient(135deg, #2ecc71, #27ae60);
    }

    .stats-card-icon.icon-info[b-ng5fkocnak] {
        background: linear-gradient(135deg, #3498db, #2980b9);
    }

    .stats-card-icon.icon-warning[b-ng5fkocnak] {
        background: linear-gradient(135deg, #f39c12, #e67e22);
    }

    .stats-card-icon.icon-danger[b-ng5fkocnak] {
        background: linear-gradient(135deg, #e74c3c, #c0392b);
    }

.progress-bar-container[b-ng5fkocnak] {
    position: relative;
    width: 100%;
    height: 24px;
    background-color: #ecf0f1;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 0.5rem;
}

.progress-bar-fill[b-ng5fkocnak] {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    border-radius: 12px;
    transition: width 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.status-badge[b-ng5fkocnak] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    text-transform: uppercase;
}

    .status-badge.status-inprogress[b-ng5fkocnak],
    .status-inprogress[b-ng5fkocnak] {
        background-color: #cce5ff;
        color: #004085;
    }

    .status-badge.status-completed[b-ng5fkocnak],
    .status-completed[b-ng5fkocnak] {
        background-color: #d4edda;
        color: #155724;
    }

    .status-badge.status-failed[b-ng5fkocnak],
    .status-failed[b-ng5fkocnak] {
        background-color: #f8d7da;
        color: #721c24;
    }

.device-status-badge[b-ng5fkocnak] {
    padding: 0.35rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .device-status-badge.active[b-ng5fkocnak] {
        background: linear-gradient(135deg, #2ecc71, #27ae60);
        color: white;
    }

    .device-status-badge.inactive[b-ng5fkocnak] {
        background: linear-gradient(135deg, #95a5a6, #7f8c8d);
        color: white;
    }

.performance-grid[b-ng5fkocnak] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 2rem;
    animation: fadeInUp-b-ng5fkocnak 0.6s ease-out;
}

.grid-header[b-ng5fkocnak] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: #004566 !important;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #dee2e6;
}

    .grid-header *[b-ng5fkocnak] {
        color: #004566 !important;
    }

.grid-title[b-ng5fkocnak] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

    .grid-title[b-ng5fkocnak]::before {
        margin-right: 0.5rem;
        color: aliceblue;
        font-size: 1.2rem;
    }

.status-summary[b-ng5fkocnak] {
    display: flex;
    gap: 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
}

    .status-summary span[b-ng5fkocnak] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

.alert-banner[b-ng5fkocnak] {
    background: #ebf5fb;
    border: 1px solid #d1ecf1;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.alert-header[b-ng5fkocnak] {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    color: #856404;
}

.alert-content[b-ng5fkocnak] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.alert-item[b-ng5fkocnak] {
    padding: 0.5rem;
    border-radius: 4px;
    border-left: 3px solid;
}

    .alert-item.alert-warning[b-ng5fkocnak] {
        background: #fff5f5;
        border-left-color: #f56565;
    }

    .alert-item.alert-critical[b-ng5fkocnak] {
        background: #fed7d7;
        border-left-color: #e53e3e;
    }

.alert-message[b-ng5fkocnak] {
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #2d3748;
    padding: 2.5rem 2.5rem 4rem 2.5rem;
}

.alert-device[b-ng5fkocnak] {
    color: #718096;
    font-size: 0.875rem;
}

.alert-more[b-ng5fkocnak] {
    text-align: center;
    padding: 0.5rem;
    border-top: 1px solid #e2e8f0;
    margin-top: 0.5rem;
}

.real-time-indicator[b-ng5fkocnak] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #28a745;
}

.pulse-dot[b-ng5fkocnak] {
    width: 10px;
    height: 10px;
    background-color: #28a745;
    border-radius: 50%;
    animation: pulse-b-ng5fkocnak 2s infinite;
}

.group-indicator[b-ng5fkocnak] {
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-block;
    margin-left: 0.5rem;
}

.group-metrics-section[b-ng5fkocnak] {
    border-left: 4px solid #8e44ad;
    padding-left: 1rem;
    background: linear-gradient(90deg, rgba(142, 68, 173, 0.05), transparent);
}

.customer-metrics-section[b-ng5fkocnak] {
    border-left: 4px solid #3498db;
    padding-left: 1rem;
    background: linear-gradient(90deg, rgba(52, 152, 219, 0.05), transparent);
}

.loading-overlay[b-ng5fkocnak] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
}

.modal-header-custom[b-ng5fkocnak] {
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #017dc0, #42a6e2);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
}

.modal-title[b-ng5fkocnak] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: white;
}

.close-btn-custom[b-ng5fkocnak] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: white;
    opacity: 0.8;
    transition: opacity 0.2s;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .close-btn-custom:hover[b-ng5fkocnak] {
        opacity: 1;
    }

.modal-content-wrapper[b-ng5fkocnak] {
    padding: 1.5rem;
    background: #f8f9fa;
    min-height: 100%;
    overflow-y: auto;
}

.modal-actions[b-ng5fkocnak] {
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.info-card[b-ng5fkocnak] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 1rem;
}

.info-card-header[b-ng5fkocnak] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
}

.info-card-title[b-ng5fkocnak] {
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
    margin: 0;
}

.info-card-body[b-ng5fkocnak] {
    padding: 1rem;
}

.info-section[b-ng5fkocnak] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.info-section-single[b-ng5fkocnak] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
}

    .info-section-single .info-block[b-ng5fkocnak] {
        display: flex;
        align-items: baseline;
        margin-bottom: 1rem;
        min-height: 1.5rem;
        padding: 0.5rem 0;
        border-bottom: 1px solid #f0f0f0;
    }

        .info-section-single .info-block:last-child[b-ng5fkocnak] {
            border-bottom: none;
            margin-bottom: 0;
        }

.info-block[b-ng5fkocnak] {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.75rem;
    min-height: 1.5rem;
}

.info-label[b-ng5fkocnak] {
    font-weight: 600;
    color: #495057;
    min-width: 120px;
    flex-shrink: 0;
}

.info-value[b-ng5fkocnak] {
    color: #212529;
    flex: 1;
    word-break: break-word;
}

    .info-value.success-rate[b-ng5fkocnak] {
        font-weight: 600;
        color: #28a745;
    }

.error-section[b-ng5fkocnak] {
    margin-top: 1rem;
}

.error-message[b-ng5fkocnak] {
    margin-top: 0.5rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9rem;
    word-break: break-all;
}

.recent-activity-section[b-ng5fkocnak] {
    margin-top: 1.5rem;
}

.k-grid-footer[b-ng5fkocnak] {
    background-color: #f8f9fa;
    font-weight: 500;
    border-top: 2px solid #dee2e6;
}

    .k-grid-footer .k-grid-footer-wrap table tbody tr td[b-ng5fkocnak] {
        padding: 8px 12px;
        background-color: #f8f9fa;
    }

.k-badge.k-badge-warning[b-ng5fkocnak] {
    color: #212529 !important;
    background-color: #ffc107 !important;
}

    .k-badge.k-badge-warning.k-badge-solid[b-ng5fkocnak] {
        border: 1px solid #ffca2f !important;
    }

.btn[b-ng5fkocnak] {
    transition: all 0.2s ease;
    font-weight: 500;
}

.btn-secondary[b-ng5fkocnak] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

    .btn-secondary:hover[b-ng5fkocnak] {
        background-color: #5a6268;
        border-color: #545b62;
        transform: translateY(-1px);
    }

.device-card[b-ng5fkocnak] {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 0.5rem;
    transition: all 0.2s;
}

    .device-card:hover[b-ng5fkocnak] {
        background-color: #f8f9fa;
        border-color: #007bff;
    }

.chart-container[b-ng5fkocnak] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1.5rem;
    height: 400px;
}

.recent-activity-section .k-grid[b-ng5fkocnak] {
    overflow-x: auto;
}

.detail-modal:not(.k-window-visible)[b-ng5fkocnak],
.device-modal:not(.k-window-visible)[b-ng5fkocnak] {
    display: none !important;
}

.k-window[b-ng5fkocnak] {
    position: fixed !important;
}

.k-overlay[b-ng5fkocnak] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* LAYOUT VERTICAL OBLIGATORIO EN TODOS LOS MODALES - SIN IMPORTAR TAMAÑO DE PANTALLA */
.k-window .row[b-ng5fkocnak],
.k-window .row > div[b-ng5fkocnak],
.k-window .row > div[class*="col-"][b-ng5fkocnak] {
    flex-direction: column !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Remover márgenes laterales de filas en modales */
.k-window .row[b-ng5fkocnak] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Información del dispositivo - layout vertical SIEMPRE */
.k-window .info-block[b-ng5fkocnak] {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.25rem !important;
    margin-bottom: 1rem !important;
    padding: 0.75rem !important;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    width: 100% !important;
    box-sizing: border-box !important;
}

.k-window .info-label[b-ng5fkocnak] {
    min-width: auto !important;
    width: 100% !important;
    font-size: 0.85rem !important;
    color: #6c757d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important;
    margin-bottom: 0.25rem !important;
}

.k-window .info-value[b-ng5fkocnak] {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #212529 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    width: 100% !important;
    line-height: 1.4 !important;
}

/* Todas las secciones de info en una columna SIEMPRE */
.k-window .info-section[b-ng5fkocnak],
.k-window .info-section-single[b-ng5fkocnak],
.k-window .info-card[b-ng5fkocnak] {
    width: 100% !important;
    margin-bottom: 1rem !important;
    padding: 1rem !important;
}

/* Títulos de secciones */
.k-window .info-card-title[b-ng5fkocnak] {
    font-size: 1rem !important;
    margin-bottom: 0.75rem !important;
}

 
.k-window .container-fluid .row[b-ng5fkocnak],
.k-window .container .row[b-ng5fkocnak],
.k-window .row[b-ng5fkocnak] {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

 
.k-window [class*="col-"][b-ng5fkocnak] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

 
.k-window .info-block[b-ng5fkocnak],
.k-window .info-section .info-block[b-ng5fkocnak],
.k-window .info-section-single .info-block[b-ng5fkocnak] {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

 
.modal-sync-detail .k-window[b-ng5fkocnak],
.modal-device-detail .k-window[b-ng5fkocnak] {
    width: 98vw !important;
    height: 98vh !important;
    left: 1vw !important;
    top: 1vh !important;
    margin: 0 !important;
    position: fixed !important;
    border-radius: 6px;
}

.modal-sync-detail .modal-content-wrapper[b-ng5fkocnak],
.modal-device-detail .modal-content-wrapper[b-ng5fkocnak] {
    padding: 0.75rem !important;
    overflow-y: visible !important;
    max-height: none !important;
    height: auto !important;
}

.modal-sync-detail .k-window-content[b-ng5fkocnak],
.modal-device-detail .k-window-content[b-ng5fkocnak] {
    overflow-y: auto !important;
    max-height: calc(98vh - 120px) !important;
}

.k-grid[b-ng5fkocnak] {
    font-size: 0.9rem;
}

.modal-header-custom .modal-title[b-ng5fkocnak] {
    flex: 1 !important;
}

@media (max-width: 767.98px) {
    .analytics-container[b-ng5fkocnak] {
        padding: 1rem 0.5rem;
        margin-top: 3rem;
        min-height: auto;
    }

    .stats-card-header[b-ng5fkocnak] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .stats-card-value[b-ng5fkocnak] {
        font-size: 1.5rem;
        margin: 0.5rem 0;
    }

    .stats-card[b-ng5fkocnak] {
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .stats-card-icon[b-ng5fkocnak] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .grid-header[b-ng5fkocnak] {
        padding: 0.75rem 1rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .grid-title[b-ng5fkocnak] {
        font-size: 0.95rem;
    }

    .performance-grid[b-ng5fkocnak] {
        margin-bottom: 1.5rem;
    }

    .alert-banner[b-ng5fkocnak] {
        padding: 0.75rem;
    }

    .alert-header[b-ng5fkocnak] {
        font-size: 0.9rem;
    }

    .k-grid[b-ng5fkocnak] {
        font-size: 0.8rem;
    }

        .k-grid .k-grid-header .k-header[b-ng5fkocnak] {
            padding: 0.5rem 0.25rem;
            font-size: 0.75rem;
        }

        .k-grid td[b-ng5fkocnak] {
            padding: 0.5rem 0.25rem;
        }

    .status-badge[b-ng5fkocnak] {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }

    .device-status-badge[b-ng5fkocnak] {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .analytics-container[b-ng5fkocnak] {
        padding: 1.5rem 1rem;
    }

    .stats-card-value[b-ng5fkocnak] {
        font-size: 1.75rem;
    }

    .col-md-3[b-ng5fkocnak],
    .col-md-6[b-ng5fkocnak] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-4[b-ng5fkocnak] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .k-grid[b-ng5fkocnak] {
        font-size: 0.8rem;
    }

        .k-grid .k-grid-header .k-header[b-ng5fkocnak] {
            padding: 0.45rem 0.3rem;
            font-size: 0.75rem;
        }

        .k-grid td[b-ng5fkocnak] {
            padding: 0.45rem 0.3rem;
            font-size: 0.8rem;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .analytics-container[b-ng5fkocnak] {
        padding: 2rem 1.5rem;
    }

    .stats-card-value[b-ng5fkocnak] {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .analytics-container[b-ng5fkocnak] {
        padding: 2.5rem 2rem;
    }

    .stats-card-value[b-ng5fkocnak] {
        font-size: 1.9rem;
    }
}

@media (min-width: 1200px) {
    .analytics-container[b-ng5fkocnak] {
        padding: 2.5rem 2.5rem 4rem 2.5rem;
    }

    .stats-card-value[b-ng5fkocnak] {
        font-size: 2rem;
    }
}

@media (max-width: 991.98px) {
    .performance-grid .k-grid-content[b-ng5fkocnak] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .performance-grid .k-grid table[b-ng5fkocnak] {
        min-width: 100%;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Administrator.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Autoservice.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Components/DeviceCard.razor.rz.scp.css */
p[b-p0x01683xs], h6[b-p0x01683xs] {
    margin: 0;
    padding: 0;
}

.card[b-p0x01683xs] {
    display: flex;
    flex-direction: column;
    width: 20rem;
    border: none;
    margin: 1.5rem 2rem;
    border-radius: 1rem;
    background-color: inherit;
    position: relative; /* Add positioning context for absolute children */
}

.title__device[b-p0x01683xs] {
    display: flex;
    flex-direction: column; /* Change to column to stack device name and last heartbeat */
    padding: 1rem 0;
    border-radius: 8px;
    align-items: flex-start; /* Align items to the left */
}

.device__serial[b-p0x01683xs] {
    font-size: 1.2rem;
    color: #017DC0;
    align-content: center;
}

.device__name[b-p0x01683xs] {
    font-size: 1.5rem;
    color: #017DC0;
    align-content: center;
    margin-left: 5px; 
    margin-top:-17px;
    padding: 0; 
}


.header__content[b-p0x01683xs] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.content__hose[b-p0x01683xs] {
    overflow: hidden;
}

.hose[b-p0x01683xs] {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}

img.hose__img[b-p0x01683xs] {
    width: 4.4rem;
    height: 3rem;
    transform: rotate(20deg);
    margin-top: 1px;
    margin-left: -6px;
}

img.hose__drop[b-p0x01683xs] {
    width: 6.75rem;
    height: 1.5rem;
    text-align: center;
    margin: 0.8rem auto;
}

.hose__total[b-p0x01683xs] {
    padding: 1rem;
}

.total__title[b-p0x01683xs] {
    text-align: left;
}

.total__volume[b-p0x01683xs] {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 800;
}

.total__unit[b-p0x01683xs] {
    text-align: right;
}

.content__device[b-p0x01683xs] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-basis: 60%;
    height: 12rem;
    text-align: right;
    overflow: hidden;
}

.device__img[b-p0x01683xs] {
    width: 9rem;
    margin-right: 1rem;
}

.content__device .device__img[src*="splmini.png"][b-p0x01683xs] {
    align-self: flex-start !important;
    transform: translateY(-17px) !important;
    width: 10.3rem !important;
}

.content__footer[b-p0x01683xs] {
    display: none;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease-out, opacity 0.5s ease-out;
}

.content__footer.show[b-p0x01683xs] {
    display: flex;
    flex-direction: column;
    animation: slide-down-b-p0x01683xs 0.5s forwards;
    opacity: 1;
}

.footer__info[b-p0x01683xs] {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.info__item[b-p0x01683xs] {
    display: flex;
    flex-direction: row;
    height: 3rem;
    margin-left: 1.5rem;
    align-items: center;
}

.info__item.realtime-dispensing[b-p0x01683xs] {
    margin-right: 1.5rem;
}

.info__title[b-p0x01683xs] {
    font-size: 1rem;
    color: #6c757d;
    margin-left: 1.2rem;
}

.realtime-title[b-p0x01683xs] {
    font-size: 1rem !important;
    font-weight: 500;
    color: #28a745;
    margin-left: 1.2rem;
}

.realtime-info[b-p0x01683xs] {
    margin-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dispensing-details[b-p0x01683xs] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.dispensing-channel[b-p0x01683xs] {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-top: 1px;
}

.dispensing-flow[b-p0x01683xs] {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

.dispensing-status[b-p0x01683xs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.3rem;
}

.status-text[b-p0x01683xs] {
    font-size: 0.85rem;
    color: #28a745;
    font-weight: 500;
}

.pulse-animation[b-p0x01683xs] {
    color: #28a745;
    animation: pulse-b-p0x01683xs 1.5s infinite;
}

@keyframes pulse-b-p0x01683xs {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.info__value[b-p0x01683xs] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1.2rem;
}

.info__icon[b-p0x01683xs] {
    align-content: center;
    width: 2.2rem;
    height: 2.2rem;
    background: #EEEDF0;
    border-radius: 9px;
    padding-left: 0.5rem;
}

.info__separator[b-p0x01683xs] {
    align-self: center;
    border-bottom: solid 1px;
    border-color: #D0D0D0;
    width: 17rem;
    margin-bottom: 0.5rem;
}

.footer__buttons[b-p0x01683xs] {
    display: flex;
    justify-content: space-between;
    background-color: #549fdd;
    margin: 1rem;
    margin-bottom: 0;
    border-radius: 10rem;
    overflow: hidden;
}

.footer__btn[b-p0x01683xs] {
    border: none;
    background-color: transparent;
    color: #000000;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

    .footer__btn:hover:not(:disabled)[b-p0x01683xs] {
        background-color: #aed6f7;
    }

.footer__btn:disabled[b-p0x01683xs] {
    opacity: 0.7;
    cursor: not-allowed;
}

.footer__btn-left[b-p0x01683xs] {
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem;
}

.footer__btn-right[b-p0x01683xs] {
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

.channel-dropdown[b-p0x01683xs], .hose-dropdown[b-p0x01683xs] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    color: #000000;
    padding: 0.4rem 2rem 0.4rem 1rem;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
    text-align-last: center;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 1.2rem;
}

.channel-dropdown:disabled[b-p0x01683xs], .hose-dropdown:disabled[b-p0x01683xs] {
    opacity: 0.7;
    cursor: not-allowed;
}

.channel-dropdown:focus[b-p0x01683xs], .hose-dropdown:focus[b-p0x01683xs] {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}

.hose-dropdown[b-p0x01683xs] {
    margin-left: 1rem;
    background-color: #FFC000;
    border-radius: 5px;
}

.header__nav-control[b-p0x01683xs] {
    margin: 0 1rem;
}

@keyframes slide-down-b-p0x01683xs {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: 100%;
        opacity: 1;
    }
}

@keyframes slide-up-b-p0x01683xs {
    from {
        height: 100%;
        opacity: 1;
    }
    to {
        height: 0;
        opacity: 0;
    }
}


.connectivity-indicator[b-p0x01683xs] {
    border: none;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    background: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.015);
    font-size: 10px;
}

.connectivity-indicator:hover[b-p0x01683xs] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.12);
}

.connectivity-indicator:active[b-p0x01683xs] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.connectivity-indicator i[b-p0x01683xs] {
    transition: transform 0.6s ease;
    transform-origin: center center;
    display: block;
    line-height: 1;
}

.connectivity-indicator:hover i[b-p0x01683xs] {
    transform: rotate(180deg);
}

.connectivity-online[b-p0x01683xs] {
    color: #7cb97c;
    border: 1px solid #b8d4b8;
}

.connectivity-online:hover[b-p0x01683xs] {
    background: #e8f5e8;
}

.connectivity-warning[b-p0x01683xs] {
    color: #c4a882;
    border: 1px solid #e0d2b8;
}

.connectivity-warning:hover[b-p0x01683xs] {
    background: #faf9f6;
}

.connectivity-offline[b-p0x01683xs] {
    color: #c8a8a8;
    border: 1px solid #e4d4d4;
}

.connectivity-offline:hover[b-p0x01683xs] {
    background: #faf8f8;
}

.connectivity-active[b-p0x01683xs] {
    color: #17a2b8;
    border: 2px solid #17a2b8;
    animation: pulse-glow-b-p0x01683xs 2s infinite;
}

.connectivity-active:hover[b-p0x01683xs] {
    background: #f0fdff;
}

.connectivity-unknown[b-p0x01683xs] {
    color: #c5cbd3;
    border: 1px solid #f1f3f4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.connectivity-unknown:hover[b-p0x01683xs] {
    background: #fafafa;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}

@keyframes pulse-glow-b-p0x01683xs {
    0% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(23, 162, 184, 0.4);
    }
    50% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(23, 162, 184, 0.1);
    }
    100% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(23, 162, 184, 0);
    }
}

@media(max-width:805px) {
    .card[b-p0x01683xs] {
        margin: 1rem auto;
        width: 22rem;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Components/GradientsSVG.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Components/Tank.razor.rz.scp.css */
:root[b-2xefx0x3s1] {
    --dark-text: #333333;
    --light-text: #ffffff;
}

.tank-card__fill-text[b-2xefx0x3s1] {
    font-size: 1.6rem;
    position: fixed;
    top: 4.5rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
    z-index: 1;
  
}


.cards-container[b-2xefx0x3s1] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}

.tank-card[b-2xefx0x3s1] {
    display: flex;
    flex-direction: column;
    width: 23rem;  
    border: none;
    margin: 1.5rem 2rem;
    border-radius: 1rem;
}

.tank-card__content[b-2xefx0x3s1] {
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    border-radius: 1rem;
    padding: 1rem 2.4rem;
}

.tank-card__title-container[b-2xefx0x3s1] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tank-card__status[b-2xefx0x3s1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1rem;
}

.tank-card__status-dot[b-2xefx0x3s1] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .tank-card__status-dot:hover[b-2xefx0x3s1] {
        transform: scale(1.2);
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }

.tank-card__status-dot--online[b-2xefx0x3s1] {
    background-color: #28a745;
}

.tank-card__status-dot--offline[b-2xefx0x3s1] {
    background-color: #dc3545;
}

.tank-card__status-dot[b-2xefx0x3s1] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.tank-card__status-dot--online[b-2xefx0x3s1] {
    background-color: green;
}

.tank-card__progress[b-2xefx0x3s1] {
    text-align: center;
    margin: 10px 0;
}

.tank-card__circle[b-2xefx0x3s1] {
    position: relative;
    top: 8.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    overflow: hidden;
    border: solid 2px;
    border-color: #e3e3e3;
}


.tank-card__wave[b-2xefx0x3s1] {
    position: relative;
    width: 100%;
    height: 100%;
}

    .tank-card__wave[b-2xefx0x3s1]:before,
    .tank-card__wave[b-2xefx0x3s1]:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 200%;
        height: 200%;
        transform: translate(-50%, -75%);
    }

    .tank-card__wave[b-2xefx0x3s1]:before {
        border-radius: 70%;
        animation: animate-b-2xefx0x3s1 10s linear infinite;
    }

    .tank-card__wave[b-2xefx0x3s1]:after {
        border-radius: 45%;
        background: rgba(255, 255, 255, 1.5);
        animation: animate-b-2xefx0x3s1 10s linear infinite;
    }

.tank-card__fill-text[b-2xefx0x3s1] {
    font-size: 1.6rem;
    position: fixed;
    top: 4.5rem;
    width: 100%;
    text-align: center;
    color: black; 
    z-index: 1; 
    font-weight: 600;
}

.tank-card__water-text[b-2xefx0x3s1] {
    font-size: 0.75rem;
    position: fixed;
    top: 79%;
    left: 43%;
    z-index: 1;
    color: white;
    font-weight: 500;
}

.tank-card__drop[b-2xefx0x3s1] {
    position: fixed;
    height: 3.2rem;
    top: 70%;
    left: 0;
}

.tank-card__name[b-2xefx0x3s1] {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    color: var(--gray);
}

.tank-card__toggle-button[b-2xefx0x3s1] {
    margin: 0 1rem;
}

.tank-card__details[b-2xefx0x3s1] {
    display: none;
    margin-top: 1rem;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease-out, opacity 0.5s ease-out;
}

    .tank-card__details.show[b-2xefx0x3s1] {
        display: flex;
        flex-direction: column;
        animation: slide-down-b-2xefx0x3s1 0.5s forwards;
        opacity: 1;
    }

    .tank-card__details.hide[b-2xefx0x3s1] {
        display: none;
        animation: slide-up-b-2xefx0x3s1 0.5s forwards;
        height: 0;
        opacity: 0;
    }

.tank-card__detail-item[b-2xefx0x3s1] {
    display: flex;
    flex-direction: row;
    height: 3rem;
    margin-left: 1.5rem;
}

.tank-card__icon[b-2xefx0x3s1] {
    width: 2.2rem;
    height: 2.2rem;
    color: #000;
    background: #EEEDF0;
    border-radius: 9px;
    line-height: 1.5;
    padding-left: 0.5rem;
}

.tank-card__detail-title[b-2xefx0x3s1] {
    font-size: 1rem;
    color: #6c757d;
    margin-left: 1.2rem;
}

.tank-card__detail-value[b-2xefx0x3s1] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-left: 1.2rem;
}

.tank-card__separator[b-2xefx0x3s1] {
    align-self: center;
    border-bottom: solid 1px;
    border-color: #D0D0D0;
    width: 17rem;
    margin-bottom: 0.5rem;
}

.tank-card__status-dot--offline[b-2xefx0x3s1] {
    background-color: red;
}


@keyframes wave-b-2xefx0x3s1 {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

@keyframes animate-b-2xefx0x3s1 {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

@keyframes swell-b-2xefx0x3s1 {
    0%, 100% {
        background-position: right bottom 10px;
    }

    50% {
        background-position: right bottom 0;
    }
}

@keyframes slide-down-b-2xefx0x3s1 {
    from {
        height: 0;
        opacity: 0;
    }

    to {
        height: 100%;
        opacity: 1;
    }
}

@keyframes slide-up-b-2xefx0x3s1 {
    from {
        height: 100%;
        opacity: 1;
    }

    to {
        height: 0;
        opacity: 0;
    }
}


@media(max-width:805px) {
    .cards-container[b-2xefx0x3s1] {
        justify-content: center;
        margin-bottom: 5rem;
    }

    .tank-card[b-2xefx0x3s1] {
        margin: 1rem auto;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Dispensing.razor.rz.scp.css */
h3[b-94j46omdzn] {
    padding: 0px 0px 0px 10px;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Events.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Groups.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Index.razor.rz.scp.css */
.welcome-modal-backdrop[b-rpyyqtsdim] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 15px;
}

.welcome-modal-container[b-rpyyqtsdim] {
    background-color: #222;
    border-radius: 5px;
    width: 500px;
    max-width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden;
    color: #eee;
}

.welcome-modal-header[b-rpyyqtsdim] {
    background-color: #0077be;
    padding: 15px 20px;
    text-align: center;
}

    .welcome-modal-header h2[b-rpyyqtsdim] {
        margin: 0;
        font-size: 1.4rem;
        font-weight: 500;
        color: white;
    }

.welcome-modal-content[b-rpyyqtsdim] {
    padding: 20px;
    overflow-y: auto;
    background-color: #333;
}

    .welcome-modal-content h3[b-rpyyqtsdim] {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 1.15rem;
        color: white;
        font-weight: 500;
    }

    .welcome-modal-content p[b-rpyyqtsdim] {
        color: #ccc;
        line-height: 1.5;
    }

.welcome-features[b-rpyyqtsdim] {
    margin: 20px 0;
}

    .welcome-features h4[b-rpyyqtsdim] {
        margin-bottom: 15px;
        font-size: 1.1rem;
        color: white;
        font-weight: 500;
    }

.features-list[b-rpyyqtsdim] {
    padding: 0;
    margin: 0;
}

.feature-item[b-rpyyqtsdim] {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-left: 3px solid #0077be;
    background-color: #2a2a2a;
    margin-bottom: 5px;
}

.feature-icon[b-rpyyqtsdim] {
    font-size: 1.2rem;
    margin-right: 10px;
    width: 24px;
    text-align: center;
}

.feature-text[b-rpyyqtsdim] {
    font-size: 0.95rem;
    color: #ddd;
}

.security-note[b-rpyyqtsdim] {
    margin-top: 20px;
    padding: 15px;
    background-color: #2a2a2a;
    border-left: 3px solid #0077be;
    font-size: 0.9rem;
    color: #aaa;
}

.welcome-modal-footer[b-rpyyqtsdim] {
    padding: 15px 20px;
    background-color: #2a2a2a;
    display: flex;
    justify-content: space-between;  
    align-items: center;
}
 
.culture-selector[b-rpyyqtsdim] {
    flex: 1;
    max-width: 200px;
}
 
    .culture-selector :deep(select)[b-rpyyqtsdim],
    .culture-selector :deep(.k-dropdown)[b-rpyyqtsdim] {
        background-color: #333;
        color: #ddd;
        border-color: #444;
    }

.primary-button[b-rpyyqtsdim] {
    background-color: #0077be;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 10px 40px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .primary-button:hover[b-rpyyqtsdim] {
        background-color: #0088d1;
    }

.welcome-modal-copyright[b-rpyyqtsdim] {
    padding: 10px;
    text-align: center;
    font-size: 0.8rem;
    color: #777;
    background-color: #222;
}
 
@media (max-width: 768px) {
    .welcome-modal-container[b-rpyyqtsdim] {
        width: 100%;
    }

    .welcome-modal-header[b-rpyyqtsdim] {
        padding: 12px 16px;
    }

    .welcome-modal-content[b-rpyyqtsdim] {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .welcome-modal-header h2[b-rpyyqtsdim] {
        font-size: 1.2rem;
    }

    .welcome-modal-content[b-rpyyqtsdim] {
        padding: 12px;
    }

    .welcome-features h4[b-rpyyqtsdim] {
        font-size: 1rem;
    }

    .feature-item[b-rpyyqtsdim] {
        padding: 6px 8px;
    }

    .welcome-modal-footer[b-rpyyqtsdim] {
        padding: 12px;
        flex-direction: column;  
        gap: 10px;  
    }

    .culture-selector[b-rpyyqtsdim] {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .primary-button[b-rpyyqtsdim] {
        width: 100%;
        padding: 10px 20px;
    }
}

 
@media (max-height: 500px) {
    .welcome-modal-container[b-rpyyqtsdim] {
        max-height: 95vh;
    }

    .welcome-modal-content[b-rpyyqtsdim] {
        max-height: 50vh;  
    }

    .feature-item[b-rpyyqtsdim] {
        margin-bottom: 3px;
        padding: 4px 8px;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Tanks.razor.rz.scp.css */
.my-active-link[b-btldoa8gtj] {
    background-color: #262626;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Home/Views/EventsView.razor.rz.scp.css */
.info[b-8c7351rjnm],
.alert[b-8c7351rjnm],
.error[b-8c7351rjnm],
.success[b-8c7351rjnm] {
    display: block;
    color: white;
    border-radius: 0.3rem;
    height: 3rem;
    width: 7rem;
    align-content: center;
    text-align: center;
    font-weight: 600;
}

.info[b-8c7351rjnm] {
    background-color: var(--info-color);
}

.alert[b-8c7351rjnm] {
    background-color: var(--alert-color);
}

.error[b-8c7351rjnm] {
    background-color: var(--error-color);
}

.success[b-8c7351rjnm] {
    background-color: var(--success-color);
}

.info-cricle[b-8c7351rjnm] {
    background-color: var(--info-color);
}

.error-cricle[b-8c7351rjnm] {
    background-color: var(--error-color);
}

.alert-cricle[b-8c7351rjnm] {
    background-color: var(--alert-color);
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Integrations/Views/IntegratorsManagementView.razor.rz.scp.css */
.dashboard-card[b-bnn9vgj3dj] {
    border-left: 4px solid;
    background-color: #f8f9fa; 
    color: #495057; 
    transition: all 0.2s ease-in-out;
}

.dashboard-card:hover[b-bnn9vgj3dj] {
    background-color: #e9ecef;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dashboard-card.active[b-bnn9vgj3dj] {
    border-color: #28a745; 
}

.dashboard-card.certified[b-bnn9vgj3dj] {
    border-color: #17a2b8;
}

.dashboard-card.endpoints[b-bnn9vgj3dj] {
    border-color: #6f42c1; 
}

.dashboard-card.requests[b-bnn9vgj3dj] {
    border-color: #6c757d; 
}

.status-badge-success[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #28a745 !important;
    border: 1px solid #28a745 !important;
    font-weight: 500;
}

.status-badge-warning[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #856404 !important;
    border: 1px solid #ffc107 !important;
    font-weight: 500;
}

.status-badge-danger[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    font-weight: 500;
}

.status-badge-info[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
    font-weight: 500;
}

.status-badge-secondary[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    border: 1px solid #6c757d !important;
    font-weight: 500;
}

.multi-owner-card[b-bnn9vgj3dj] {
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    transition: all 0.2s ease-in-out;
}

.multi-owner-card:hover[b-bnn9vgj3dj] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.multi-owner-card .card-header[b-bnn9vgj3dj] {
    background-color: #e9ecef;
    color: #495057;
    border-bottom: 1px solid #dee2e6;
}

.border-success[b-bnn9vgj3dj] {
    border-color: #28a745 !important;
}

.border-error[b-bnn9vgj3dj] {
    border-color: #dc3545 !important;
}

.border-warning[b-bnn9vgj3dj] {
    border-color: #ffc107 !important;
}

.border-info[b-bnn9vgj3dj] {
    border-color: #17a2b8 !important;
}

.border-secondary[b-bnn9vgj3dj] {
    border-color: #6c757d !important;
}

.alert-custom-info[b-bnn9vgj3dj] {
    background-color: #f8f9fa;
    border: 1px solid #17a2b8;
    color: #0c5460;
}

.alert-custom-warning[b-bnn9vgj3dj] {
    background-color: #f8f9fa;
    border: 1px solid #ffc107;
    color: #856404;
}

.alert-custom-success[b-bnn9vgj3dj] {
    background-color: #f8f9fa;
    border: 1px solid #28a745;
    color: #155724;
}

.alert-custom-danger[b-bnn9vgj3dj] {
    background-color: #f8f9fa;
    border: 1px solid #dc3545;
    color: #721c24;
}

.modal-content[b-bnn9vgj3dj] {
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.modal-header[b-bnn9vgj3dj] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    color: #495057;
}

.table-responsive[b-bnn9vgj3dj] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.badge.bg-success[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #28a745 !important;
    border: 1px solid #28a745 !important;
}

.badge.bg-warning[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #856404 !important;
    border: 1px solid #ffc107 !important;
}

.badge.bg-danger[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

.badge.bg-info[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
}

.badge.bg-secondary[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    border: 1px solid #6c757d !important;
}

.badge.bg-primary[b-bnn9vgj3dj] {
    background-color: #f8f9fa !important;
    color: #0d6efd !important;
    border: 1px solid #0d6efd !important;
}

 
@media (max-width: 767.98px) {
    .integrator-mobile-card[b-bnn9vgj3dj] {
        border: 1px solid #e9ecef;
        border-left: 4px solid #007bff;
        border-radius: 0.75rem;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        background-color: #ffffff;
        margin-bottom: 1rem;
        overflow: hidden;
    }
    
    .integrator-mobile-card:hover[b-bnn9vgj3dj] {
        box-shadow: 0 6px 20px rgba(0,0,0,0.12);
        transform: translateY(-3px);
        border-left-width: 5px;
    }
    
    .integrator-mobile-card.active[b-bnn9vgj3dj] {
        border-left-color: #28a745;
    }
    
    .integrator-mobile-card.active:hover[b-bnn9vgj3dj] {
        border-left-color: #1e7e34;
    }
    
    .integrator-mobile-card.inactive[b-bnn9vgj3dj] {
        border-left-color: #6c757d;
        background-color: #f8f9fa;
    }
    
    .integrator-mobile-card.inactive:hover[b-bnn9vgj3dj] {
        border-left-color: #5a6268;
    }
    
    .integrator-mobile-card.certified[b-bnn9vgj3dj] {
        border-left-color: #17a2b8;
    }
    
    .integrator-mobile-card.certified:hover[b-bnn9vgj3dj] {
        border-left-color: #138496;
    }
    
    .integrator-mobile-card .card-body[b-bnn9vgj3dj] {
        padding: 1rem;
    }
    
    .integrator-mobile-card .card-title[b-bnn9vgj3dj] {
        font-size: 1.1rem;
        font-weight: 700;
        color: #2c3e50;
        line-height: 1.2;
        margin-bottom: 0.25rem;
    }
    
    .integrator-mobile-card .badge[b-bnn9vgj3dj] {
        font-size: 0.65rem;
        padding: 0.25rem 0.5rem;
        border-radius: 0.5rem;
        font-weight: 600;
        margin: 0.1rem 0.2rem 0.1rem 0;
    }
    
    .integrator-mobile-card .rounded-pill[b-bnn9vgj3dj] {
        font-size: 0.6rem;
        padding: 0.15rem 0.4rem;
    }
    
    .integrator-mobile-card .bg-light[b-bnn9vgj3dj] {
        background-color: #f8f9fa !important;
        border: 1px solid #e9ecef;
        border-radius: 0.5rem;
    }
    
    .integrator-mobile-card .fw-bold[b-bnn9vgj3dj] {
        font-size: 1rem;
        font-weight: 700;
    }
    
    .integrator-mobile-card small[b-bnn9vgj3dj] {
        font-size: 0.7rem;
        color: #6c757d;
        font-weight: 500;
    }
    
    .integrator-mobile-card strong[b-bnn9vgj3dj] {
        font-size: 0.85rem;
        color: #2c3e50;
        font-weight: 600;
    }
    
    .integrator-mobile-card .btn-group[b-bnn9vgj3dj] {
        width: 100%;
    }
    
    .integrator-mobile-card .btn-group .btn[b-bnn9vgj3dj] {
        flex: 1;
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
        font-weight: 600;
        border-radius: 0.5rem;
        transition: all 0.2s ease-in-out;
    }
    
    .integrator-mobile-card .btn-group .btn:first-child[b-bnn9vgj3dj] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .integrator-mobile-card .btn-group .btn:last-child[b-bnn9vgj3dj] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .integrator-mobile-card .btn-group .btn:not(:first-child):not(:last-child)[b-bnn9vgj3dj] {
        border-radius: 0;
    }
    
    .integrator-mobile-card .text-truncate[b-bnn9vgj3dj] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    
    .integrator-mobile-card .card-body[b-bnn9vgj3dj] {
        padding: 0.75rem;
    }
    
    .integrator-mobile-card .card-title[b-bnn9vgj3dj] {
        font-size: 1rem;
        font-weight: 600;
        color: #495057;
        margin-bottom: 0.25rem;
    }
    
    .integrator-mobile-card .badge[b-bnn9vgj3dj] {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
        margin: 0.1rem 0.2rem 0.1rem 0;
    }
    
    .integrator-mobile-card small[b-bnn9vgj3dj] {
        font-size: 0.7rem;
        color: #6c757d;
        font-weight: 500;
    }
    
    .integrator-mobile-card strong[b-bnn9vgj3dj] {
        font-size: 0.8rem;
        color: #495057;
        font-weight: 600;
    }
    
    .integrator-mobile-card .btn-sm[b-bnn9vgj3dj] {
        font-size: 0.7rem;
        padding: 0.4rem 0.6rem;
        border-radius: 0.25rem;
    }
    
    .integrator-mobile-card .row[b-bnn9vgj3dj] {
        margin: 0 -0.25rem;
    }
    
    .integrator-mobile-card .row > [class^="col"][b-bnn9vgj3dj] {
        padding: 0 0.25rem;
    }
    
    .integrator-mobile-info[b-bnn9vgj3dj] {
        line-height: 1.2;
        font-size: 0.85rem;
    }
    
    .integrator-mobile-info .badge[b-bnn9vgj3dj] {
        font-size: 0.65rem;
        margin: 0.1rem 0.2rem 0.1rem 0;
        padding: 0.2rem 0.4rem;
    }
    
    .integrator-mobile-info small[b-bnn9vgj3dj] {
        font-size: 0.7rem;
        line-height: 1.1;
    }
    
    .integrator-mobile-info strong[b-bnn9vgj3dj] {
        font-size: 0.9rem;
        font-weight: 600;
    }
    
    
    .k-window[b-bnn9vgj3dj] {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        max-height: 100vh !important;
        margin: 0 !important;
        border-radius: 0 !important;
        top: 0 !important;
        left: 0 !important;
    }
    
    .k-window-content[b-bnn9vgj3dj] {
        padding: 0.75rem;
        height: calc(70vh - 120px) !important;
        overflow-y: auto;
    }
    
    .k-window-titlebar[b-bnn9vgj3dj] {
        padding: 0.75rem;
        border-bottom: 1px solid #dee2e6;
    }
    
    .k-window-title[b-bnn9vgj3dj] {
        font-size: 1rem;
        font-weight: 600;
    }
    
    .k-window-actions .k-button[b-bnn9vgj3dj] {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
        margin: 0.25rem;
        min-width: 80px;
    }
    
    .container-fluid .row.mb-4[b-bnn9vgj3dj] {
        margin-bottom: 1rem !important;
    }
    
    .dashboard-card[b-bnn9vgj3dj] {
        margin-bottom: 0.75rem;
    }
    
    .dashboard-card .card-body[b-bnn9vgj3dj] {
        padding: 0.75rem;
    }
    
    .dashboard-card h3[b-bnn9vgj3dj] {
        font-size: 1.25rem;
        margin-bottom: 0.25rem;
    }
    
    .dashboard-card h5[b-bnn9vgj3dj] {
        font-size: 0.9rem;
        margin-bottom: 0;
    }
    
    .container-fluid h1[b-bnn9vgj3dj] {
        font-size: 1.25rem !important;
        margin-bottom: 0.5rem;
    }
    
    .container-fluid p[b-bnn9vgj3dj] {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .container-fluid .col-auto .btn[b-bnn9vgj3dj] {
        font-size: 0.8rem;
        padding: 0.4rem 0.6rem;
        margin: 0.2rem;
        width: auto;
        min-width: 120px;
    }
    
    .multi-owner-card .row.text-center[b-bnn9vgj3dj] {
        margin-bottom: 0.5rem;
    }
    
    .multi-owner-card .row.text-center .col-4[b-bnn9vgj3dj] {
        padding: 0.2rem;
    }
    
    .multi-owner-card .row.text-center h5[b-bnn9vgj3dj] {
        font-size: 0.9rem;
        margin-bottom: 0.1rem;
    }
    
    .multi-owner-card .row.text-center small[b-bnn9vgj3dj] {
        font-size: 0.65rem;
    }
    
    .multi-owner-card .card-body[b-bnn9vgj3dj] {
        padding: 0.75rem;
    }
    
    .multi-owner-card .list-group-item[b-bnn9vgj3dj] {
        padding: 0.5rem;
        font-size: 0.85rem;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .k-grid-table .d-md-table-cell[b-bnn9vgj3dj] {
        display: table-cell !important;
    }
    
    .k-grid-table .d-lg-table-cell[b-bnn9vgj3dj] {
        display: none !important;
    }
    
    .k-grid-table td[b-bnn9vgj3dj] {
        padding: 0.5rem 0.4rem;
    }
    
    .modal-responsive[b-bnn9vgj3dj] {
        width: 90vw !important;
        max-width: 90vw !important;
        height: 90vh !important;
        max-height: 90vh !important;
    }
    
    .dashboard-card[b-bnn9vgj3dj] {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1024px) {
    .k-grid-table .d-md-table-cell[b-bnn9vgj3dj],
    .k-grid-table .d-lg-table-cell[b-bnn9vgj3dj] {
        display: table-cell !important;
    }
    
    .integrator-mobile-info .d-md-none[b-bnn9vgj3dj] {
        display: none !important;
    }
}


@media (max-width: 767.98px) {
    .modal__config .card-header h6[b-bnn9vgj3dj] {
        font-size: 0.9rem;
    }
    
    .modal__config .card-body[b-bnn9vgj3dj] {
        padding: 0.75rem;
    }
    
    .modal__config .btn-group-sm .btn[b-bnn9vgj3dj] {
        padding: 0.25rem 0.4rem;
        font-size: 0.75rem;
    }
    
    .modal__config .table-responsive[b-bnn9vgj3dj] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .modal__config .k-grid-table[b-bnn9vgj3dj] {
        min-width: 600px;
    }
    
    .modal__config .badge[b-bnn9vgj3dj] {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }
    
    .modal__config code[b-bnn9vgj3dj] {
        font-size: 0.7rem;
        word-break: break-all;
    }
}


.endpoints-detail-modal[b-bnn9vgj3dj] {
    max-width: 700px;
}

@media (max-width: 767.98px) {
    .endpoints-detail-modal[b-bnn9vgj3dj] {
        max-width: 100vw !important;
        margin: 0 !important;
        height: 100vh !important;
    }
    
    .endpoints-detail-modal .modal-content[b-bnn9vgj3dj] {
        height: 100vh !important;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }
    
    .endpoints-detail-modal .modal-header[b-bnn9vgj3dj] {
        flex-shrink: 0;
        padding: 0.75rem;
        border-bottom: 1px solid #dee2e6;
    }
    
    .endpoints-detail-modal .modal-title[b-bnn9vgj3dj] {
        font-size: 1rem;
        font-weight: 600;
    }
    
    .endpoints-detail-modal .modal-body[b-bnn9vgj3dj] {
        flex: 1;
        overflow-y: auto;
        padding: 0.75rem;
        -webkit-overflow-scrolling: touch;
    }
    
    .endpoints-detail-modal .modal-footer[b-bnn9vgj3dj] {
        flex-shrink: 0;
        padding: 0.75rem;
        border-top: 1px solid #dee2e6;
    }
    
    .endpoints-detail-modal .modal-footer .btn[b-bnn9vgj3dj] {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
        margin: 0.25rem;
    }
    
    .endpoints-detail-modal .row.mb-3 .col-4[b-bnn9vgj3dj] {
        margin-bottom: 0.5rem;
    }
    
    .endpoints-detail-modal .card .card-body[b-bnn9vgj3dj] {
        padding: 0.5rem;
    }
    
    .endpoints-detail-modal .card h5[b-bnn9vgj3dj] {
        font-size: 1rem;
        margin-bottom: 0.1rem;
    }
    
    .endpoints-detail-modal .card small[b-bnn9vgj3dj] {
        font-size: 0.7rem;
    }
    
    .endpoints-detail-list[b-bnn9vgj3dj] {
        max-height: none;
    }
    
    .endpoint-detail-item[b-bnn9vgj3dj] {
        padding: 0.6rem;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        margin-bottom: 0.5rem;
        background-color: #f8f9fa;
        border-left: 3px solid;
    }
    
    .endpoint-detail-item.border-success[b-bnn9vgj3dj] {
        border-left-color: #28a745 !important;
    }
    
    .endpoint-detail-item.border-warning[b-bnn9vgj3dj] {
        border-left-color: #ffc107 !important;
    }
    
    .endpoint-detail-item.border-danger[b-bnn9vgj3dj] {
        border-left-color: #dc3545 !important;
    }
    
    .endpoint-detail-item code[b-bnn9vgj3dj] {
        font-size: 0.75rem;
        word-break: break-all;
        background-color: #e9ecef;
        padding: 0.2rem 0.3rem;
        border-radius: 0.25rem;
        line-height: 1.2;
    }
    
    .endpoint-detail-item .badge[b-bnn9vgj3dj] {
        font-size: 0.65rem;
        margin: 0.1rem 0.2rem 0.1rem 0;
        padding: 0.15rem 0.3rem;
    }
    
    .endpoint-detail-item strong[b-bnn9vgj3dj] {
        font-size: 0.85rem;
    }
    
    .endpoint-detail-item small[b-bnn9vgj3dj] {
        font-size: 0.7rem;
        color: #6c757d;
    }
    
    .endpoint-detail-item .row .col-6[b-bnn9vgj3dj] {
        margin-bottom: 0.25rem;
    }
    
    .endpoint-detail-item .fs-5[b-bnn9vgj3dj] {
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .endpoints-detail-modal[b-bnn9vgj3dj] {
        max-width: 90vw;
    }
    
    .endpoints-detail-modal .modal-body[b-bnn9vgj3dj] {
        max-height: 70vh;
        overflow-y: auto;
    }
}


.text-truncate-mobile[b-bnn9vgj3dj] {
    @media (max-width: 767.98px) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;[b-bnn9vgj3dj]
    }
}

.mb-mobile[b-bnn9vgj3dj] {
    @media (max-width: 767.98px) {
        margin-bottom: 0.5rem !important;[b-bnn9vgj3dj]
    }
}

.p-mobile[b-bnn9vgj3dj] {
    @media (max-width: 767.98px) {
        padding: 0.5rem !important;[b-bnn9vgj3dj]
    }
}

.stack-mobile[b-bnn9vgj3dj] {
    @media (max-width: 767.98px) {
        display: block !important;[b-bnn9vgj3dj]
    }
    
    @media (max-width: 767.98px) {
        > *[b-bnn9vgj3dj] {
            margin-bottom: 0.5rem;
            width: 100% !important;
        }
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Integrations/Views/SubscriptionKeyMetricsView.razor.rz.scp.css */

.metrics-card[b-kx2vnxj345] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease-in-out;
}

.metrics-card:hover[b-kx2vnxj345] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.border-success[b-kx2vnxj345] {
    border-color: #28a745 !important;
}

.border-error[b-kx2vnxj345] {
    border-color: #dc3545 !important;
}

.border-warning[b-kx2vnxj345] {
    border-color: #ffc107 !important;
}

.border-info[b-kx2vnxj345] {
    border-color: #17a2b8 !important;
}

.border-secondary[b-kx2vnxj345] {
    border-color: #6c757d !important;
}

.badge.bg-success[b-kx2vnxj345] {
    background-color: #f8f9fa !important;
    color: #28a745 !important;
    border: 1px solid #28a745 !important;
}

.badge.bg-warning[b-kx2vnxj345] {
    background-color: #f8f9fa !important;
    color: #856404 !important;
    border: 1px solid #ffc107 !important;
}

.badge.bg-danger[b-kx2vnxj345] {
    background-color: #f8f9fa !important;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

.badge.bg-info[b-kx2vnxj345] {
    background-color: #f8f9fa !important;
    color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
}

.badge.bg-secondary[b-kx2vnxj345] {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    border: 1px solid #6c757d !important;
}

.badge.bg-primary[b-kx2vnxj345] {
    background-color: #f8f9fa !important;
    color: #0d6efd !important;
    border: 1px solid #0d6efd !important;
}

.alert-custom-info[b-kx2vnxj345] {
    background-color: #f8f9fa;
    border: 1px solid #17a2b8;
    color: #0c5460;
}

.alert-custom-warning[b-kx2vnxj345] {
    background-color: #f8f9fa;
    border: 1px solid #ffc107;
    color: #856404;
}

.alert-custom-success[b-kx2vnxj345] {
    background-color: #f8f9fa;
    border: 1px solid #28a745;
    color: #155724;
}

.alert-custom-danger[b-kx2vnxj345] {
    background-color: #f8f9fa;
    border: 1px solid #dc3545;
    color: #721c24;
}

.status-border-left[b-kx2vnxj345] {
    border-left: 4px solid;
}

.status-border-left.success[b-kx2vnxj345] {
    border-left-color: #28a745;
}

.status-border-left.warning[b-kx2vnxj345] {
    border-left-color: #ffc107;
}

.status-border-left.danger[b-kx2vnxj345] {
    border-left-color: #dc3545;
}

.status-border-left.info[b-kx2vnxj345] {
    border-left-color: #17a2b8;
}

.status-border-left.secondary[b-kx2vnxj345] {
    border-left-color: #6c757d;
}

 
.metrics-summary-card[b-kx2vnxj345] {
    transition: all 0.2s ease-in-out;
    background-color: #f8f9fa;
}

.metrics-summary-card:hover[b-kx2vnxj345] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

 
@media (max-width: 767.98px) {
 
    .container-fluid h1[b-kx2vnxj345] {
        font-size: 1.25rem !important;
        margin-bottom: 0.5rem;
    }
    
    .container-fluid p[b-kx2vnxj345] {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
 
    .container-fluid .col-auto[b-kx2vnxj345] {
        margin-top: 0.5rem;
    }
    
    .container-fluid .col-auto .btn[b-kx2vnxj345] {
        font-size: 0.8rem;
        padding: 0.4rem 0.6rem;
        margin: 0.2rem 0.2rem 0.2rem 0;
        width: auto;
        min-width: 100px;
        display: inline-block;
    }
    
 
    .metrics-summary-card .card-body[b-kx2vnxj345] {
        padding: 0.6rem;
    }
    
    .metrics-number[b-kx2vnxj345] {
        font-size: 1.1rem;
        margin-bottom: 0.1rem;
        font-weight: 700;
    }
    
    .metrics-label[b-kx2vnxj345] {
        font-size: 0.7rem;
        line-height: 1.1;
        color: #6c757d;
    }
    
 
    .metrics-summary-card .align-self-center[b-kx2vnxj345] {
        display: none !important;
    }
 
    .metrics-mobile-card[b-kx2vnxj345] {
        border-left: 3px solid;
        background-color: #f8f9fa;
        margin-bottom: 0.5rem;
    }
    
    .metrics-mobile-card.border-success[b-kx2vnxj345] {
        border-left-color: #28a745;
    }
    
    .metrics-mobile-card.border-warning[b-kx2vnxj345] {
        border-left-color: #ffc107;
    }
    
    .metrics-mobile-card.border-danger[b-kx2vnxj345] {
        border-left-color: #dc3545;
    }
    
    .metrics-mobile-card .card-body[b-kx2vnxj345] {
        padding: 0.6rem;
    }
    
    .metrics-mobile-card code[b-kx2vnxj345] {
        font-size: 0.75rem;
        word-break: break-all;
        line-height: 1.1;
        background-color: #e9ecef;
        padding: 0.2rem 0.3rem;
        border-radius: 0.25rem;
    }
    
    .metrics-mobile-card .badge[b-kx2vnxj345] {
        font-size: 0.65rem;
        padding: 0.15rem 0.3rem;
        margin: 0.1rem 0.2rem 0.1rem 0;
    }
    
    .metrics-mobile-card .btn-group-sm .btn[b-kx2vnxj345] {
        padding: 0.2rem 0.35rem;
        font-size: 0.7rem;
        margin: 0.1rem;
    }
    
    .metrics-mobile-card strong[b-kx2vnxj345] {
        font-size: 0.85rem;
    }
    
    .metrics-mobile-card small[b-kx2vnxj345] {
        font-size: 0.7rem;
        color: #6c757d;
    }
    
    .metrics-mobile-card .progress[b-kx2vnxj345] {
        height: 3px;
        margin: 0.1rem 0;
    }
    
    .table-responsive[b-kx2vnxj345] {
        font-size: 0.8rem;
    }
    
    .table th[b-kx2vnxj345],
    .table td[b-kx2vnxj345] {
        padding: 0.4rem 0.2rem;
        border-bottom: 1px solid #dee2e6;
    }
    
    .table th[b-kx2vnxj345] {
        font-size: 0.75rem;
        font-weight: 600;
        background-color: #f8f9fa;
    }
    
    .modal.show .modal-dialog[b-kx2vnxj345] {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        margin: 0 !important;
    }
    
    .modal-fullscreen-sm-down .modal-content[b-kx2vnxj345] {
        height: 100vh !important;
        border: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }
    
    .modal-fullscreen-sm-down .modal-header[b-kx2vnxj345] {
        padding: 0.75rem;
        border-bottom: 1px solid #dee2e6;
        flex-shrink: 0;
    }
    
    .modal-fullscreen-sm-down .modal-title[b-kx2vnxj345] {
        font-size: 1rem;
        font-weight: 600;
    }
    
    .modal-fullscreen-sm-down .modal-body[b-kx2vnxj345] {
        flex: 1;
        overflow-y: auto;
        padding: 0.75rem;
        -webkit-overflow-scrolling: touch;
    }
    
    .modal-fullscreen-sm-down .modal-footer[b-kx2vnxj345] {
        padding: 0.75rem;
        border-top: 1px solid #dee2e6;
        flex-shrink: 0;
    }
    
    .modal-fullscreen-sm-down .modal-footer .btn[b-kx2vnxj345] {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
        margin: 0.25rem;
        min-width: 80px;
    }
    
    .modal-body .form-label[b-kx2vnxj345] {
        font-size: 0.85rem;
        font-weight: 600;
        margin-bottom: 0.3rem;
    }
    
    .modal-body .form-control[b-kx2vnxj345] {
        font-size: 0.85rem;
        padding: 0.5rem;
    }
    
    .modal-body .form-check-label[b-kx2vnxj345] {
        font-size: 0.85rem;
    }
    
    .modal-body .mb-3[b-kx2vnxj345] {
        margin-bottom: 0.75rem !important;
    }
    
    .card.mb-4[b-kx2vnxj345] {
        margin-bottom: 1rem !important;
    }
    
    .card-header h5[b-kx2vnxj345] {
        font-size: 1rem;
        margin-bottom: 0;
    }
    
    .card-body[b-kx2vnxj345] {
        padding: 0.75rem;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .metrics-summary-card .card-body[b-kx2vnxj345] {
        padding: 1rem 0.75rem;
    }
    
    .metrics-number[b-kx2vnxj345] {
        font-size: 1.75rem;
    }
    
    .metrics-label[b-kx2vnxj345] {
        font-size: 0.9rem;
    }
    
    .table th[b-kx2vnxj345],
    .table td[b-kx2vnxj345] {
        padding: 0.5rem 0.4rem;
        vertical-align: middle;
    }
    
    .table code[b-kx2vnxj345] {
        font-size: 0.8rem;
        display: block;
        margin-bottom: 0.25rem;
    }
    
    .table .badge[b-kx2vnxj345] {
        font-size: 0.7rem;
    }
    
    .table .btn-group-sm .btn[b-kx2vnxj345] {
        padding: 0.25rem 0.4rem;
        font-size: 0.75rem;
    }
    
    .progress[b-kx2vnxj345] {
        height: 6px;
    }
}

@media (min-width: 1024px) {
    .metrics-summary-card .card-body[b-kx2vnxj345] {
        padding: 1.25rem 1rem;
    }
    
    .metrics-number[b-kx2vnxj345] {
        font-size: 2rem;
    }
    
    .metrics-label[b-kx2vnxj345] {
        font-size: 1rem;
    }
    
    .table th[b-kx2vnxj345],
    .table td[b-kx2vnxj345] {
        padding: 0.75rem;
        vertical-align: middle;
    }
    
    .table code[b-kx2vnxj345] {
        font-size: 0.875rem;
    }
    
    .table .badge[b-kx2vnxj345] {
        font-size: 0.75rem;
    }
    
    .table .btn-group-sm .btn[b-kx2vnxj345] {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .progress[b-kx2vnxj345] {
        height: 8px;
    }
}


@media (max-width: 576px) {
    .container-fluid[b-kx2vnxj345] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .metrics-summary-card .metrics-number[b-kx2vnxj345] {
        font-size: 1.25rem;
    }
    
    .metrics-summary-card .metrics-label[b-kx2vnxj345] {
        font-size: 0.75rem;
    }
    
    .metrics-mobile-card[b-kx2vnxj345] {
        margin-bottom: 0.75rem;
    }
    
    .metrics-mobile-card .card-body[b-kx2vnxj345] {
        padding: 0.5rem;
    }
}

.metrics-summary-card[b-kx2vnxj345],
.metrics-mobile-card[b-kx2vnxj345] {
    transition: all 0.2s ease-in-out;
}

.metrics-summary-card:hover[b-kx2vnxj345],
.metrics-mobile-card:hover[b-kx2vnxj345] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.metrics-loading[b-kx2vnxj345] {
    opacity: 0.6;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .metrics-summary-card[b-kx2vnxj345],
    .metrics-mobile-card[b-kx2vnxj345] {
        transition: none;
    }
    
    .metrics-summary-card:hover[b-kx2vnxj345],
    .metrics-mobile-card:hover[b-kx2vnxj345] {
        transform: none;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Integrations/VolumetricControl/Views/ControlVolumetricsView.razor.rz.scp.css */

.volumetrics-container[b-g4xm8vping] {
    padding: 20px;
}

    .volumetrics-container .card[b-g4xm8vping] {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .volumetrics-container .card-header[b-g4xm8vping] {
        background-color: #f8f9fa;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        padding: 15px 20px;
    }

    .volumetrics-container .table th[b-g4xm8vping] {
        background-color: #f8f9fa;
        font-weight: 500;
    }

    .volumetrics-container .btn-group[b-g4xm8vping] {
        white-space: nowrap;
    }

    .volumetrics-container h4[b-g4xm8vping] {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: 500;
        color: #333;
    }


.device-detail-modal[b-g4xm8vping] {
    border-radius: 8px;
    overflow: hidden;
}

    .device-detail-modal .k-window-titlebar[b-g4xm8vping] {
        background-color: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
        padding: 10px 15px;
        font-size: 16px;
    }

.device-detail-container[b-g4xm8vping] {
    padding: 0;
}


.detail-table[b-g4xm8vping] {
    width: 100%;
    border-collapse: collapse;
}

    .detail-table tr[b-g4xm8vping] {
        border-bottom: 1px solid #f0f0f0;
    }

        .detail-table tr:last-child[b-g4xm8vping] {
            border-bottom: none;
        }

.detail-label[b-g4xm8vping] {
    background-color: #0275d8;
    color: white;
    padding: 8px 12px;
    font-weight: 500;
    width: 40%;
}

.detail-value[b-g4xm8vping] {
    padding: 8px 12px;
    text-align: right;
}

    .detail-value .d-flex[b-g4xm8vping] {
        display: flex;
        justify-content: space-between; 
        align-items: center;
        width: 100%;
    }

.device-detail-container .d-flex.justify-content-center[b-g4xm8vping] {
    display: flex;
    justify-content: flex-end !important; 
    padding: 12px 16px;
    margin-top: 12px;
}


.masked-key[b-g4xm8vping] {
    font-family: monospace;
    letter-spacing: 1px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
}

.copy-btn[b-g4xm8vping] {
    padding: 2px 8px;
    font-size: 12px;
    white-space: nowrap;
    margin-left: auto; 
}
 
.active-status[b-g4xm8vping] {
    color: #28a745;
    font-weight: bold;
}

.inactive-status[b-g4xm8vping] {
    color: #dc3545;
    font-weight: bold;
}

.detail-footer[b-g4xm8vping] {
    padding: 12px 16px;
    margin-top: 12px;
    width: 100%;
}

 
.btn-outline-primary[b-g4xm8vping] {
    color: #0275d8;
    border-color: #0275d8;
}

    .btn-outline-primary:hover[b-g4xm8vping] {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }


.MyTelerikNotification .k-notification-container[b-g4xm8vping] {
    font-size: 2em;  
}

.MyTelerikNotification .k-notification-content[b-g4xm8vping] {
    font-size: 2em;  
}

.toast-message[b-g4xm8vping] {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 12px 20px;
    border-radius: 4px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    font-size: 2em;  
}

    .toast-message.show[b-g4xm8vping] {
        opacity: 1;
        transform: translateY(0);
    }

 
.web-grid[b-g4xm8vping] {
    display: block;
}

.app-grid[b-g4xm8vping] {
    display: none;
}


@media (max-width: 767px) {
    .web-grid[b-g4xm8vping] {
        display: none;
    }

    .app-grid[b-g4xm8vping] {
        display: block;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/LogManager.razor.rz.scp.css */
/* Layout compacto - Sin menú lateral */
.log-container[b-lyuhtnrb2m] {
    max-width: 100%;
    margin: 0;
    padding: 8px;
    width: 100vw;
    overflow-x: hidden;
}

/* Header compacto en una línea */
.header-compact[b-lyuhtnrb2m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #017DC0;
    color: white;
    padding: 8px 15px;
    border-radius: 6px;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex-wrap: wrap;
}

.title-section .main-title[b-lyuhtnrb2m] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.config-toggle .btn[b-lyuhtnrb2m] {
    color: white;
    border-color: rgba(255,255,255,0.3);
    font-size: 12px;
    padding: 4px 8px;
}

    .config-toggle .btn:hover[b-lyuhtnrb2m] {
        background-color: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.5);
        color: white;
    }

/* Controles principales horizontales */
.main-controls[b-lyuhtnrb2m] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.search-section[b-lyuhtnrb2m] {
    flex: 1;
    min-width: 300px;
}

.input-group-horizontal[b-lyuhtnrb2m] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .input-group-horizontal label[b-lyuhtnrb2m] {
        font-weight: 600;
        color: #333;
        white-space: nowrap;
        font-size: 14px;
    }

.form-control-compact[b-lyuhtnrb2m] {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    min-width: 150px;
}

    .form-control-compact:focus[b-lyuhtnrb2m] {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 0 2px rgba(0,123,255,0.1);
    }

.status-message[b-lyuhtnrb2m] {
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

    .status-message.alert-success[b-lyuhtnrb2m] {
        background-color: #d4edda;
        border: 1px solid #c3e6cb;
        color: #155724;
    }

    .status-message.alert-danger[b-lyuhtnrb2m] {
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
        color: #721c24;
    }

/* Configuración expandida */
.config-expanded[b-lyuhtnrb2m] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 8px;
}

.config-row[b-lyuhtnrb2m] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: end;
    margin-bottom: 10px;
}

.config-group[b-lyuhtnrb2m] {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

    .config-group label[b-lyuhtnrb2m] {
        font-size: 12px;
        font-weight: 600;
        color: #555;
        margin-bottom: 3px;
    }

.form-select-compact[b-lyuhtnrb2m] {
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
}

.config-actions[b-lyuhtnrb2m] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Sección de resultados */
.results-section[b-lyuhtnrb2m] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.results-header-compact[b-lyuhtnrb2m] {
    padding: 10px 15px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.results-info h4[b-lyuhtnrb2m] {
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
}

.results-actions[b-lyuhtnrb2m] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Paginación compacta */
.pagination-compact[b-lyuhtnrb2m] {
    padding: 8px 15px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    background: #f8f9fa;
}

.pagination-info-compact[b-lyuhtnrb2m] {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.pagination-size-compact select[b-lyuhtnrb2m] {
    padding: 3px 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
}

.pagination-nav-compact[b-lyuhtnrb2m] {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.btn-xs[b-lyuhtnrb2m] {
    padding: 3px 6px;
    font-size: 11px;
    line-height: 1.2;
}

.page-indicator-compact[b-lyuhtnrb2m] {
    padding: 4px 8px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    color: #666;
}

/* Contenedor de logs */
.log-content-container[b-lyuhtnrb2m] {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    padding: 0 6px;
}

.log-html-container[b-lyuhtnrb2m] {
    width: 100%;
    height: calc(100vh - 250px);
    border: none;
    overflow: auto;
    background-color: #f1f1f1;
    position: sticky;
    top: 0;
    z-index: 10;
}

.log-content-paginated[b-lyuhtnrb2m] {
    max-height: 70vh;
    overflow-y: auto;
}

.log-entry[b-lyuhtnrb2m] {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

    .log-entry:hover[b-lyuhtnrb2m] {
        background-color: #f8f9fa;
    }

    .log-entry:last-child[b-lyuhtnrb2m] {
        border-bottom: none;
    }

.log-entry-header[b-lyuhtnrb2m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.log-timestamp[b-lyuhtnrb2m] {
    font-size: 12px;
    color: #666;
    font-family: 'Courier New', monospace;
}

.log-level[b-lyuhtnrb2m] {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

    .log-level.info[b-lyuhtnrb2m] {
        background: #d1ecf1;
        color: #0c5460;
    }

    .log-level.warning[b-lyuhtnrb2m] {
        background: #fff3cd;
        color: #856404;
    }

    .log-level.error[b-lyuhtnrb2m] {
        background: #f8d7da;
        color: #721c24;
    }

    .log-level.debug[b-lyuhtnrb2m] {
        background: #e2e3e5;
        color: #383d41;
    }

.log-entry-content pre[b-lyuhtnrb2m] {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: 'Courier New', monospace;
}

.log-entry.error[b-lyuhtnrb2m] {
    border-left: 4px solid #dc3545;
    background-color: #fff5f5;
}

.log-entry.warning[b-lyuhtnrb2m] {
    border-left: 4px solid #ffc107;
    background-color: #fffbf3;
}

.log-entry.info[b-lyuhtnrb2m] {
    border-left: 4px solid #17a2b8;
    background-color: #f3f9fa;
}

/* RESPONSIVE: Ajustes para tablets y móviles */
@media (max-width: 900px) {
    .main-controls[b-lyuhtnrb2m] {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 8px 6px;
    }

    .results-header-compact[b-lyuhtnrb2m],
    .pagination-compact[b-lyuhtnrb2m] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 10px 8px;
    }
}

@media (max-width: 768px) {
    .header-compact[b-lyuhtnrb2m] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 8px 6px;
    }

    .main-controls[b-lyuhtnrb2m] {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 8px 2px;
    }

    .input-group-horizontal[b-lyuhtnrb2m] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .search-section[b-lyuhtnrb2m] {
        min-width: unset;
        width: 100%;
    }

    .results-header-compact[b-lyuhtnrb2m],
    .pagination-compact[b-lyuhtnrb2m] {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 10px 5px;
    }

    .results-section[b-lyuhtnrb2m] {
        padding: 2px;
    }

    .log-content-container[b-lyuhtnrb2m] {
        max-height: 300px;
        padding: 0 2px;
    }
}

@media (max-width: 500px) {
    .main-controls[b-lyuhtnrb2m],
    .results-header-compact[b-lyuhtnrb2m],
    .pagination-compact[b-lyuhtnrb2m] {
        padding: 4px 2px;
        gap: 5px;
    }

    .header-compact[b-lyuhtnrb2m] {
        padding: 5px 2px;
        gap: 5px;
    }

    .title-section .main-title[b-lyuhtnrb2m] {
        font-size: 15px;
    }

    .form-control-compact[b-lyuhtnrb2m],
    .form-select-compact[b-lyuhtnrb2m] {
        font-size: 12px;
        min-width: 80px;
        padding: 5px 6px;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/PasswordRecovey/PaswordRecovery.razor.rz.scp.css */

.password-recovery-container[b-qs22885ni3] {
    min-height: 100vh;
    background-color: #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.recovery-card[b-qs22885ni3] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(66, 66, 66, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    animation: slideIn 0.4s ease-out;
    border: 1px solid #e0e0e0;
}

.recovery-header[b-qs22885ni3] {
    background: linear-gradient(135deg, #017DC0 0%, #015b8e 100%);
    color: white;
    padding: 40px 30px;
    text-align: center;
}
    .recovery-header h1[b-qs22885ni3] {
        margin: 0 0 10px 0;
        font-size: 2rem;
        font-weight: 700;
    }

    .recovery-header p[b-qs22885ni3] {
        margin: 0;
        opacity: 0.95;
        font-size: 1rem;
    }

.recovery-content[b-qs22885ni3] {
    padding: 1px 1px;
    background: #ffffff;
}

.welcome-message[b-qs22885ni3] {
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #eeeeee;
}

    .welcome-message h2[b-qs22885ni3] {
        color: #424242;
        font-size: 1.4rem;
        margin: 0 0 5px 0;
        font-weight: 600;
    }

    .welcome-message p[b-qs22885ni3] {
        color: #424242;
        margin: 0;
        line-height: 1.6;
        font-size: 0.95rem;
    }

.password-requirements[b-qs22885ni3] {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 6px 10px;
    margin-top: 5px;
    font-size: 0.85rem;
    color: #424242;
}

    .password-requirements strong[b-qs22885ni3] {
        display: block;
        margin-bottom: 8px;
    }

    .password-requirements ul[b-qs22885ni3] {
        margin: 0;
        padding-left: 16px;
        list-style-type: none;
    }

    .password-requirements li[b-qs22885ni3] {
        margin-bottom: 6px;
        position: relative;
        padding-left: 20px;
    }

        .password-requirements li[b-qs22885ni3]::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #48bb78;
            font-weight: bold;
        }

.form-group[b-qs22885ni3] {
    margin-bottom: 24px;  
    position: relative;
}

.form-label[b-qs22885ni3] {
    display: block;
    margin-bottom: 12px;
    color: #424242;
    font-weight: 600;
    font-size: 1rem;
}

[b-qs22885ni3] .form-input {
    width: 100%;
    padding: 18px 24px;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    background: white;
    color: #424242;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(66, 66, 66, 0.04);
}

.success-actions[b-qs22885ni3] {
    margin-top: 20px;
}

.btn-login[b-qs22885ni3] {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

    .btn-login:hover[b-qs22885ni3] {
        background-color: #0056b3;
        text-decoration: none;
        color: white;
    }

    [b-qs22885ni3] .form-input:focus {
        outline: none;
        border-color: #017DC0;
        background: white;
        box-shadow: 0 0 0 4px rgba(1, 125, 192, 0.12), 0 8px 25px rgba(1, 125, 192, 0.15);
        transform: translateY(-2px);
    }

    [b-qs22885ni3] .form-input:hover:not(:focus) {
        border-color: #bdbdbd;
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(66, 66, 66, 0.06);
    }

    [b-qs22885ni3] .form-input::placeholder {
        color: #9e9e9e;
        font-weight: 400;
    }
.reset-button[b-qs22885ni3] {
    width: 100%;
    background: linear-gradient(135deg, #017DC0 0%, #015b8e 100%);
    color: white;
    border: none;
    padding: 18px 24px;
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(1, 125, 192, 0.3);
}

    .reset-button:hover[b-qs22885ni3] {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(1, 125, 192, 0.4);
    }

    .reset-button:disabled[b-qs22885ni3] {
        background: #bdbdbd;
        cursor: not-allowed;
        transform: none;
        box-shadow: 0 4px 12px rgba(66, 66, 66, 0.1);
    }

.success-message[b-qs22885ni3] {
    text-align: center;
    padding: 30px;
}

.success-icon[b-qs22885ni3] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 32px;
    box-shadow: 0 8px 25px rgba(72, 187, 120, 0.3);
}

.success-text[b-qs22885ni3] {
    color: #48bb78;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.success-description[b-qs22885ni3] {
    color: #424242;
    margin: 0;
    line-height: 1.6;
    font-size: 1rem;
}

.error-message[b-qs22885ni3], .validation-errors[b-qs22885ni3] {
    background: #fde8e8;
    border: 1px solid #fc8181;
    border-radius: 12px;
    padding: 16px 20px;
    color: #c53030;
    font-size: 0.95rem;
}

.error-message[b-qs22885ni3] {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.validation-errors[b-qs22885ni3] {
    margin-bottom: 24px;
}

    .validation-errors:not(:empty)[b-qs22885ni3] {
        display: block;
    }

    .validation-errors ul[b-qs22885ni3] {
        margin: 0;
        padding-left: 20px;
        list-style-type: disc;
    }

.info-banner[b-qs22885ni3] {
    background: #fffaf0;
    border: 1px solid #f6ad55;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 28px;
    color: #c05621;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon[b-qs22885ni3] {
    flex-shrink: 0;
    font-size: 1.2rem;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/pdfGenerator.razor.rz.scp.css */
/******************************LOGIN******************************/
/*.loginform {
    background: white;
    border-radius: 20px;
    padding: 2rem 3rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);*/ /* Sombra visible alrededor del formulario */
    /*display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    max-height: 100%;
}

    .loginform input {
        border: 1px solid #eeeeee;
        border-radius: 4px;
        padding: 0.5rem;
        margin-bottom: 1rem;
        outline: none;
    }

        .loginform input:focus {
            border-color: #017DC0;
            box-shadow: 0 0 4px rgba(1, 125, 192, 0.3);
        }


.login .btn-primary {
    color: #fff;
    background-color: #017DC0;
    border: none;
    width: 100%;
}

    .login .btn-primary:hover {
        background-color: #0a58ca;
    }

    .login .btn-primary:focus {
        box-shadow: none;
    }

.login .k-item.k-active {
    display: none;
}

.login img {
    max-width: 300px;
    margin: 20px auto;
}

.login .row {
    max-width: 1270px;
    align-items: center;
}

.login .col-lg-7 {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 0 10rem 6rem 0;
    text-align: center;
}

@media (max-width: 1000px) {
    .form__container {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .login .col-lg-7 {
        padding: 0;
    }

    .container__logo {
        padding: 0;
    }

    .login .loginform {
        width: 75%;
        margin-top: 5rem;
    }

    .background-img {
        align-items: stretch;
    }
}

.dual-ring-spinner {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .dual-ring-spinner:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #007bff;
        border-color: #007bff transparent #007bff transparent;
        animation: dual-ring-spin 1.2s linear infinite;
    }

@keyframes dual-ring-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/
/******************************LOGIN******************************/
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/PrivacyPolicy.razor.rz.scp.css */

h1[b-1k3gh5sizi] {
    font-size: 2em;
}

h2[b-1k3gh5sizi] {
    font-size: 1.5em;
}

.policy__container[b-1k3gh5sizi] {
    background-color: rgba(255, 255, 255, 0.8);
    overflow: auto;
}

.login__button[b-1k3gh5sizi] {
    background-color: #017DC0;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

    .login__button a[b-1k3gh5sizi] {
        color: white;
        text-decoration: none;
    }

    .login__button:hover[b-1k3gh5sizi] {
        background-color: #017DC0;
    }
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Profile/Profile.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Profile/Views/ProfileView.razor.rz.scp.css */
/* =================== PARTES BÁSICAS (sin cambiar) =================== */
/* Reset previo */
.profile__container[b-em71mo1q1z] {
    display: none;
}

/* Main Profile Container: aprovechamos hasta 1600px */
.profile-page[b-em71mo1q1z] {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 2rem;
    background: #f8f9fa;
    min-height: calc(100vh - 80px);
    font-family: 'League Spartan', sans-serif;
}

/* Profile Header - SIN margin-top por defecto */
.profile-header[b-em71mo1q1z] {
    background: linear-gradient(135deg, var(--light-blue) 0%, var(--blue) 100%);
    border-radius: 16px;
    padding: 3rem 2rem;
    color: white;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
    box-shadow: 0 8px 32px rgba(1, 125, 192, 0.15);
    position: relative;
    overflow: hidden;
}

    .profile-header[b-em71mo1q1z]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 200px;
        height: 200px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        z-index: 1;
    }

.profile-avatar[b-em71mo1q1z] {
    position: relative;
    z-index: 2;
}

    .profile-avatar .avatar-circle[b-em71mo1q1z] {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.2rem;
        font-weight: bold;
        border: 4px solid rgba(255, 255, 255, 0.3);
        color: white;
        backdrop-filter: blur(10px);
        transition: transform 0.3s ease;
    }

        .profile-avatar .avatar-circle:hover[b-em71mo1q1z] {
            transform: scale(1.05);
        }

.profile-info[b-em71mo1q1z] {
    position: relative;
    z-index: 2;
}

    .profile-info .profile-name[b-em71mo1q1z] {
        margin: 0 0 0.75rem 0;
        font-size: 2.2rem;
        font-weight: 700;
        color: white;
        line-height: 1.2;
    }

    .profile-info .profile-email[b-em71mo1q1z] {
        margin: 0 0 1rem 0;
        opacity: 0.95;
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 400;
    }

    .profile-info .profile-role[b-em71mo1q1z] {
        background: rgba(255, 255, 255, 0.25);
        padding: 0.5rem 1rem;
        border-radius: 25px;
        font-size: 0.95rem;
        font-weight: 600;
        display: inline-block;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

/* Profile Content Layout */
.profile-content[b-em71mo1q1z] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

/* ==================== CONTROL DE GRILLAS RESPONSIVE ==================== */
/* Por defecto: mostrar web-grid en pantallas grandes, ocultar app-grid */
.web-grid[b-em71mo1q1z] {
    display: block;
    width: 100%;
}

.app-grid[b-em71mo1q1z] {
    display: none;
}

/* ==================== GRILLA PRINCIPAL: 3 → 2 → 1 columnas ==================== */
/* DESKTOP: 3 columnas (pantallas grandes) */
.main-sections-container[b-em71mo1q1z] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}

    /* ==================== FORZAR QUE CADA TARJETA OCUPE EL 100% DE SU CELDA ==================== */
    .main-sections-container .profile-section[b-em71mo1q1z] {
        width: 100% !important;
        box-sizing: border-box;
        max-width: 100%;
    }

/* Cada tarjeta siempre ocupa 100% de la celda */
.profile-section[b-em71mo1q1z] {
    width: 100% !important;
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(233, 236, 239, 0.5);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: fit-content;
    box-sizing: border-box;
    max-width: 100%;
}

    .profile-section:hover[b-em71mo1q1z] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .profile-section[b-em71mo1q1z]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--light-blue), var(--blue));
    }

    /* Account actions ya no está en la grilla principal - está en el footer */

/* Section Headers */
.section-header[b-em71mo1q1z] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    color: var(--light-blue);
    padding-bottom: 1rem;
    border-bottom: 2px solid #f8f9fa;
}

    .section-header iconify-icon[b-em71mo1q1z] {
        font-size: 1.8rem;
        color: var(--light-blue);
        padding: 0.5rem;
        background: rgba(1, 125, 192, 0.1);
        border-radius: 12px;
    }

    .section-header h3[b-em71mo1q1z] {
        margin: 0;
        font-size: 1.4rem;
        font-weight: 700;
        color: var(--gray);
        padding: 0;
    }

/* Info Grid - RESPONSIVO */
.info-grid[b-em71mo1q1z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.info-item[b-em71mo1q1z] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
    background: #fafbfc;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

    .info-item:hover[b-em71mo1q1z] {
        background: #f0f8ff;
        border-color: var(--light-blue);
    }

    .info-item label[b-em71mo1q1z] {
        font-weight: 700;
        color: var(--gray);
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin: 0;
    }

    .info-item span[b-em71mo1q1z] {
        color: var(--text);
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.4;
    }

/* Status Classes */
.status-active[b-em71mo1q1z] {
    color: var(--success-color) !important;
    font-weight: 700;
    background: rgba(40, 167, 69, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    display: inline-block;
}

.status-inactive[b-em71mo1q1z] {
    color: var(--error-color) !important;
    font-weight: 700;
    background: rgba(220, 53, 69, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    display: inline-block;
}

.status-blocked[b-em71mo1q1z] {
    color: var(--error-color) !important;
    font-weight: 700;
    background: rgba(220, 53, 69, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    display: inline-block;
}

.status-secure[b-em71mo1q1z] {
    color: var(--success-color) !important;
    font-weight: 700;
    background: rgba(40, 167, 69, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    display: inline-block;
}

.status-warning[b-em71mo1q1z] {
    color: var(--alert-color) !important;
    font-weight: 700;
    background: rgba(255, 193, 7, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    display: inline-block;
}

/* Form Styles */
.form-field[b-em71mo1q1z] {
    margin-bottom: 1.5rem;
}

.field-label[b-em71mo1q1z] {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: var(--gray);
    font-size: 1rem;
}

.profile-input[b-em71mo1q1z] {
    width: 100% !important;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'League Spartan', sans-serif;
    background: #fafbfc;
}

    .profile-input:focus[b-em71mo1q1z] {
        border-color: var(--light-blue);
        box-shadow: 0 0 0 4px rgba(1, 125, 192, 0.1);
        outline: none;
        background: white;
    }

.form-actions[b-em71mo1q1z] {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

/* Profile Footer - Acciones de la cuenta como footer */
.profile-footer[b-em71mo1q1z] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 3px solid #e9ecef;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 0 0 16px 16px;
}

.profile-footer .profile-section[b-em71mo1q1z] {
    margin: 0 auto;
    max-width: 1600px;
    box-shadow: none;
    border: none;
    background: transparent;
}

.profile-footer .section-header[b-em71mo1q1z] {
    justify-content: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e9ecef;
}

.profile-footer .section-header h3[b-em71mo1q1z] {
    font-size: 1.6rem;
    color: var(--gray);
}

/* Actions Section Container - Mantener para compatibilidad */
.actions-section-container[b-em71mo1q1z] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Actions Grid - RESPONSIVO */
.actions-grid[b-em71mo1q1z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.action-item[b-em71mo1q1z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: #fafbfc;
    position: relative;
    overflow: hidden;
}

    .action-item[b-em71mo1q1z]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: var(--light-blue);
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }

    .action-item:hover[b-em71mo1q1z] {
        border-color: var(--light-blue);
        background: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }

        .action-item:hover[b-em71mo1q1z]::before {
            transform: scaleY(1);
        }

.logout-item[b-em71mo1q1z] {
    border-color: var(--error-color);
    background: #fff8f8;
}

    .logout-item[b-em71mo1q1z]::before {
        background: var(--error-color);
    }

    .logout-item:hover[b-em71mo1q1z] {
        border-color: #c82333;
        background: white;
    }

.action-info h4[b-em71mo1q1z] {
    margin: 0 0 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gray);
}

.action-info p[b-em71mo1q1z] {
    margin: 0;
    color: var(--gray);
    font-size: 1rem;
    opacity: 0.8;
}

.btn-secondary[b-em71mo1q1z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: var(--gray);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .btn-secondary:hover[b-em71mo1q1z] {
        background: #5a6268;
        transform: translateY(-1px);
    }

.btn-logout[b-em71mo1q1z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: var(--error-color);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .btn-logout:hover[b-em71mo1q1z] {
        background: #c82333;
        transform: translateY(-1px);
    }

/* Loading States */
.profile-section.loading[b-em71mo1q1z] {
    position: relative;
    opacity: 0.7;
    pointer-events: none;
}

    .profile-section.loading[b-em71mo1q1z]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 16px;
        z-index: 10;
    }

/* =================== BREAKPOINTS RESPONSIVE =================== */

/* =================== DESKTOP GRANDE (>=1301px): 3 COLUMNAS =================== */
@media (min-width: 1301px) {
    .web-grid[b-em71mo1q1z] {
        display: block !important;
    }

    .app-grid[b-em71mo1q1z] {
        display: none !important;
    }

    .main-sections-container[b-em71mo1q1z] {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 2rem;
    }

    .profile-section.personal-info[b-em71mo1q1z] {
        grid-column: 1;
    }

    .profile-section.security-info[b-em71mo1q1z] {
        grid-column: 2;
    }

    .profile-section.password-change[b-em71mo1q1z] {
        grid-column: 3;
    }

    .profile-section.account-actions[b-em71mo1q1z] {
        grid-column: 1 / -1 !important;
    }
}

/* =================== DESKTOP MEDIANO (1300px-901px): 2 COLUMNAS =================== */
@media (max-width: 1300px) and (min-width: 901px) {
    .web-grid[b-em71mo1q1z] {
        display: block !important;
    }

    .app-grid[b-em71mo1q1z] {
        display: none !important;
    }

    .main-sections-container[b-em71mo1q1z] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem;
    }

    .profile-page[b-em71mo1q1z] {
        padding: 1.5rem;
    }

    .profile-header[b-em71mo1q1z] {
        padding: 2.5rem 1.5rem;
    }

    .profile-section.personal-info[b-em71mo1q1z] {
        grid-column: 1;
    }

    .profile-section.security-info[b-em71mo1q1z] {
        grid-column: 2;
    }

    .profile-section.password-change[b-em71mo1q1z] {
        grid-column: 1;
    }

    .profile-section.account-actions[b-em71mo1q1z] {
        grid-column: 1 / -1 !important;
    }
}

/* =================== TABLETS (900px-769px): 2 COLUMNAS CON APP-GRID =================== */
@media (max-width: 900px) and (min-width: 769px) {
    .web-grid[b-em71mo1q1z] {
        display: none !important;
    }

    .app-grid[b-em71mo1q1z] {
        display: block !important;
        width: 100%;
    }

    .main-sections-container[b-em71mo1q1z] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem;
    }

    .profile-page[b-em71mo1q1z] {
        padding: 1.5rem;
        max-width: 100%;
    }

    .profile-header[b-em71mo1q1z] {
        padding: 2rem 1.5rem;
    }

    .profile-avatar .avatar-circle[b-em71mo1q1z] {
        width: 90px;
        height: 90px;
        font-size: 2rem;
    }

    .profile-info .profile-name[b-em71mo1q1z] {
        font-size: 2rem;
    }

    /* Asegurar que actions grid sea responsive en tablets */
    .actions-grid[b-em71mo1q1z] {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }
}

/* =================== MÓVILES (768px y menor): SIEMPRE 1 COLUMNA =================== */
@media (max-width: 768px) {
    /* CONTROLES DE GRILLA */
    .web-grid[b-em71mo1q1z] {
        display: none !important;
    }

    .app-grid[b-em71mo1q1z] {
        display: block !important;
        width: 100%;
    }

    /* FORZAR 1 COLUMNA EN TODAS LAS GRILLAS PRINCIPALES */
    .main-sections-container[b-em71mo1q1z] {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }

    .actions-section-container[b-em71mo1q1z] {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }

    .actions-grid[b-em71mo1q1z] {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .info-grid[b-em71mo1q1z] {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    /* TODAS LAS SECCIONES EN UNA COLUMNA */
    .profile-section.personal-info[b-em71mo1q1z],
    .profile-section.security-info[b-em71mo1q1z],
    .profile-section.password-change[b-em71mo1q1z],
    .profile-section.plan-info[b-em71mo1q1z],
    .profile-section.subscription-info[b-em71mo1q1z] {
        grid-column: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* AJUSTAR HEADER PARA MÓVILES - CON ESPACIO ARRIBA */
    .profile-header[b-em71mo1q1z] {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 1.5rem;
        padding: 2rem 1rem;
        margin-top: 3rem; /* ← SOLO EN MÓVILES */
    }

    .profile-avatar .avatar-circle[b-em71mo1q1z] {
        width: 80px;
        height: 80px;
        font-size: 1.8rem;
        margin: 0 auto;
    }

    .profile-info .profile-name[b-em71mo1q1z] {
        font-size: 1.8rem;
    }

    .profile-info .profile-email[b-em71mo1q1z] {
        font-size: 1.1rem;
    }

    /* AJUSTAR SECCIONES PARA MÓVILES */
    .profile-section[b-em71mo1q1z] {
        padding: 1.5rem;
        width: 100% !important;
        max-width: 100% !important;
    }

    .section-header[b-em71mo1q1z] {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    /* AJUSTAR ACTION ITEMS PARA MÓVILES */
    .action-item[b-em71mo1q1z] {
        flex-direction: column !important;
        gap: 1.5rem;
        text-align: center;
        padding: 1.5rem;
        width: 100% !important;
    }

    /* AJUSTAR FORMULARIOS PARA MÓVILES */
    .form-actions[b-em71mo1q1z] {
        justify-content: center;
    }

    .btn-update-password[b-em71mo1q1z],
    .btn-secondary[b-em71mo1q1z],
    .btn-logout[b-em71mo1q1z] {
        width: 100% !important;
        justify-content: center;
        padding: 1rem;
    }

    /* AJUSTAR GRILLAS DE TELERIK PARA MÓVILES */
    .app-grid .k-grid-toolbar[b-em71mo1q1z] {
        flex-direction: column !important;
        gap: 0.5rem;
        padding: 1rem;
    }

        .app-grid .k-grid-toolbar .k-button[b-em71mo1q1z] {
            width: 100% !important;
            justify-content: center;
        }
}

/* =================== MÓVILES PEQUEÑOS (480px y menor): AJUSTES ADICIONALES =================== */
@media (max-width: 480px) {
    .profile-page[b-em71mo1q1z] {
        padding: 1rem;
    }

    .profile-header[b-em71mo1q1z] {
        padding: 1.5rem 1rem;
        margin-top: 3rem; /* ← TAMBIÉN EN MÓVILES PEQUEÑOS */
    }

    .profile-section[b-em71mo1q1z] {
        padding: 1rem;
        width: 100% !important;
        max-width: 100% !important;
    }

    .action-item[b-em71mo1q1z] {
        padding: 1rem;
        width: 100% !important;
    }

    .info-item[b-em71mo1q1z] {
        padding: 1rem;
    }

    /* Asegurar que las grillas de Telerik sean completamente responsivas */
    .app-grid .k-grid[b-em71mo1q1z] {
        font-size: 0.9rem;
        width: 100% !important;
        max-width: 100% !important;
    }

    .app-grid .k-grid-toolbar[b-em71mo1q1z] {
        padding: 0.5rem;
    }

    /* Forzar elementos de form a ocupar todo el ancho */
    .profile-input[b-em71mo1q1z],
    .k-textbox[b-em71mo1q1z],
    .k-input[b-em71mo1q1z] {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* =================== TAMAÑOS MUY GRANDES (>=1600px) =================== */
@media (min-width: 1600px) {
    .profile-page[b-em71mo1q1z] {
        max-width: 1800px;
    }

    .profile-avatar .avatar-circle[b-em71mo1q1z] {
        width: 140px;
        height: 140px;
        font-size: 3rem;
    }

    .profile-info .profile-name[b-em71mo1q1z] {
        font-size: 2.8rem;
    }

    .profile-info .profile-email[b-em71mo1q1z] {
        font-size: 1.4rem;
    }

    .profile-header[b-em71mo1q1z] {
        padding: 4rem 3rem;
    }
}

/* =================== MEJORAS ADICIONALES =================== */
/* Asegurar que no haya scroll horizontal innecesario */
*[b-em71mo1q1z] {
    box-sizing: border-box;
}

.profile-page[b-em71mo1q1z],
.profile-page *[b-em71mo1q1z] {
    max-width: 100%;
    overflow-x: hidden;
}

/* Mejorar el espaciado en dispositivos táctiles */
@media (pointer: coarse) {
    .k-grid .k-command-button[b-em71mo1q1z] {
        padding: 0.75rem;
        min-height: 44px;
        min-width: 44px;
    }
}

/* =================== INTEGRACIÓN CON TELERIK =================== */
.profile-section .k-form[b-em71mo1q1z] {
    width: 100%;
}

.profile-section .k-textbox[b-em71mo1q1z],
.profile-section .k-input[b-em71mo1q1z] {
    width: 100%;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    font-family: 'League Spartan', sans-serif;
}

    .profile-section .k-textbox:focus[b-em71mo1q1z],
    .profile-section .k-input:focus[b-em71mo1q1z] {
        border-color: var(--light-blue);
        box-shadow: 0 0 0 4px rgba(1, 125, 192, 0.1);
    }

.profile-section .k-button[b-em71mo1q1z] {
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* =================== BADGE DEL PLAN EN HEADER =================== */
.plan-badge[b-em71mo1q1z] {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 10;
    transition: all 0.3s ease;
}

.plan-badge:hover[b-em71mo1q1z] {
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

.plan-name[b-em71mo1q1z] {
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    white-space: nowrap;
}

.star-icon[b-em71mo1q1z] {
    color: white;
    font-size: 0.9rem;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

/* =================== MEJORAS DE LAYOUT PARA WEB =================== */
/* Mejorar distribución para pantallas grandes */
@media (min-width: 1301px) {
    .main-sections-container[b-em71mo1q1z] {
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 2.5rem;
        max-width: 1600px;
        margin: 0 auto;
    }

    /* Grid layout for 3 columns */
    .profile-section.personal-info[b-em71mo1q1z] {
        grid-column: 1;
        grid-row: 1;
    }

    .profile-section.security-info[b-em71mo1q1z] {
        grid-column: 2;
        grid-row: 1;
    }

    .profile-section.password-change[b-em71mo1q1z] {
        grid-column: 3;
        grid-row: 1;
    }
    
    .profile-section.plan-info[b-em71mo1q1z] {
        grid-column: 1;
        grid-row: 2;
    }
    
    .profile-section.subscription-info[b-em71mo1q1z] {
        grid-column: 2;
        grid-row: 2;
    }
}

@media (max-width: 1300px) and (min-width: 901px) {
    .main-sections-container[b-em71mo1q1z] {
        grid-template-columns: 1fr 1fr !important;
        gap: 2rem;
    }

    /* Reorganizar para 2 columnas */
    .profile-section.personal-info[b-em71mo1q1z] {
        grid-column: 1;
        grid-row: 1;
    }

    .profile-section.security-info[b-em71mo1q1z] {
        grid-column: 2;
        grid-row: 1;
    }

    .profile-section.plan-info[b-em71mo1q1z] {
        grid-column: 1;
        grid-row: 2;
    }

    .profile-section.password-change[b-em71mo1q1z] {
        grid-column: 2;
        grid-row: 2;
    }
    
    .profile-section.subscription-info[b-em71mo1q1z] {
        grid-column: 1;
        grid-row: 3;
        grid-column-end: 3; /* Span across both columns */
    }
}

/* Mejorar el espaciado y distribución de elementos */
@media (min-width: 769px) {
    .profile-header[b-em71mo1q1z] {
        max-width: 1600px;
        margin: 0 auto 3rem auto;
    }

    .profile-content[b-em71mo1q1z] {
        max-width: 1600px;
        margin: 0 auto;
    }

    .actions-section-container[b-em71mo1q1z] {
        max-width: 1600px;
        margin: 0 auto;
    }

    /* Mejorar la distribución de las tarjetas de información */
    .info-grid[b-em71mo1q1z] {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.25rem;
    }

    /* Mejorar las acciones para pantallas grandes */
    .actions-grid[b-em71mo1q1z] {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 1.5rem;
    }
}

/* Ajustar plan badge para tablets */
@media (max-width: 768px) {
    .plan-badge[b-em71mo1q1z] {
        bottom: 1rem;
        right: 1rem;
        padding: 0.4rem 0.8rem;
        gap: 0.4rem;
    }
    
    .plan-name[b-em71mo1q1z] {
        font-size: 0.75rem;
    }

    .star-icon[b-em71mo1q1z] {
        font-size: 0.8rem;
    }
}

/* Ajustar plan badge para móviles */
@media (max-width: 480px) {
    .plan-badge[b-em71mo1q1z] {
        bottom: 0.75rem;
        right: 0.75rem;
        padding: 0.3rem 0.6rem;
        gap: 0.3rem;
    }
    
    .plan-name[b-em71mo1q1z] {
        font-size: 0.7rem;
    }

    .star-icon[b-em71mo1q1z] {
        font-size: 0.7rem;
    }
}

/* Footer responsive */
@media (max-width: 768px) {
    .profile-footer[b-em71mo1q1z] {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
    
    .profile-footer .section-header h3[b-em71mo1q1z] {
        font-size: 1.4rem;
    }
    
    .profile-footer .actions-grid[b-em71mo1q1z] {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .profile-footer[b-em71mo1q1z] {
        margin-top: 1.5rem;
        padding-top: 1rem;
        border-radius: 0;
    }
    
    .profile-footer .section-header[b-em71mo1q1z] {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }
    
    .profile-footer .section-header h3[b-em71mo1q1z] {
        font-size: 1.2rem;
    }
}

/* Status info class for plan information */
.status-info[b-em71mo1q1z] {
    color: var(--light-blue) !important;
    font-weight: 700;
    background: rgba(1, 125, 192, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    display: inline-block;
}

/* =================== SUBSCRIPTION STATUS STYLES =================== */
.subscription-info .info-item.full-width[b-em71mo1q1z] {
    grid-column: 1 / -1;
}

.progress-container[b-em71mo1q1z] {
    width: 100%;
}

.status-expired[b-em71mo1q1z] {
    color: #dc3545;
    font-weight: bold;
}

.subscription-info .alert[b-em71mo1q1z] {
    font-size: 0.875rem;
}

.subscription-info .section-header iconify-icon[b-em71mo1q1z] {
    font-size: 1.2rem;
}

/* =================== COLLAPSIBLE SECTIONS STYLES =================== */
.collapsible-section[b-em71mo1q1z] {
    overflow: hidden;
}

.collapsible-header[b-em71mo1q1z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
    padding: 0.75rem;
    margin: -0.75rem;
    border-radius: 0.375rem;
}

.collapsible-header:hover[b-em71mo1q1z] {
    background-color: rgba(0, 0, 0, 0.05);
}

.header-content[b-em71mo1q1z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.collapse-icon[b-em71mo1q1z] {
    font-size: 1.25rem;
    transition: transform 0.2s ease;
    color: #6c757d;
}

.info-grid.collapsed[b-em71mo1q1z] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin-top: 0;
}

.info-grid.expanded[b-em71mo1q1z] {
    max-height: 1000px;
    transition: max-height 0.3s ease-in;
    margin-top: 1rem;
}

/* Password form container collapsible styles */
.password-form-container.collapsed[b-em71mo1q1z] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin-top: 0;
}

.password-form-container.expanded[b-em71mo1q1z] {
    max-height: 800px;
    transition: max-height 0.3s ease-in;
    margin-top: 1rem;
}

/* Override status-warning to use proper color variable */
.status-warning[b-em71mo1q1z] {
    color: #fd7e14 !important;
    font-weight: bold;
    background: rgba(253, 126, 20, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    display: inline-block;
}

/* Hide collapsible functionality on mobile */
@media (max-width: 768px) {
    .collapsible-header[b-em71mo1q1z] {
        cursor: default;
        pointer-events: none;
    }
    
    .collapse-icon[b-em71mo1q1z] {
        display: none;
    }
    
    .info-grid[b-em71mo1q1z],
    .password-form-container[b-em71mo1q1z] {
        max-height: none !important;
        margin-top: 1rem !important;
    }
}

/* Show collapsible on tablets and iPads */
@media (min-width: 769px) and (max-width: 1024px) {
    .collapsible-header[b-em71mo1q1z] {
        cursor: pointer;
        pointer-events: auto;
    }
    
    .collapse-icon[b-em71mo1q1z] {
        display: block;
    }
}

/* Enhanced collapsible functionality for desktop */
@media (min-width: 1025px) {
    .collapsible-header[b-em71mo1q1z] {
        cursor: pointer;
        pointer-events: auto;
    }
    
    .collapse-icon[b-em71mo1q1z] {
        display: block;
    }
    
    .collapsible-header:hover .collapse-icon[b-em71mo1q1z] {
        transform: scale(1.1);
    }
    
    /* Smooth animations for desktop */
    .info-grid.collapsed[b-em71mo1q1z],
    .password-form-container.collapsed[b-em71mo1q1z] {
        opacity: 0;
        transform: translateY(-10px);
    }
    
    .info-grid.expanded[b-em71mo1q1z],
    .password-form-container.expanded[b-em71mo1q1z] {
        opacity: 1;
        transform: translateY(0);
    }
    
    .info-grid[b-em71mo1q1z],
    .password-form-container[b-em71mo1q1z] {
        transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    }
}

/* =================== ACCESIBILIDAD =================== */
/* Reducir animaciones si "prefers-reduced-motion" */
@media (prefers-reduced-motion: reduce) {
    .profile-section[b-em71mo1q1z],
    .action-item[b-em71mo1q1z],
    .btn-update-password[b-em71mo1q1z],
    .btn-secondary[b-em71mo1q1z],
    .btn-logout[b-em71mo1q1z],
    .profile-avatar .avatar-circle[b-em71mo1q1z],
    .plan-badge[b-em71mo1q1z],
    .collapsible-header[b-em71mo1q1z],
    .collapse-icon[b-em71mo1q1z],
    .info-grid[b-em71mo1q1z],
    .password-form-container[b-em71mo1q1z] {
        transition: none;
    }
}

/* Modo alto contraste */
@media (prefers-contrast: high) {
    .profile-section[b-em71mo1q1z] {
        border: 2px solid #000;
    }

    .info-item[b-em71mo1q1z] {
        border: 1px solid #000;
    }

    .action-item[b-em71mo1q1z] {
        border: 2px solid #000;
    }

    .plan-badge[b-em71mo1q1z] {
        border: 2px solid #fff;
        background: #000;
    }

    .plan-name[b-em71mo1q1z] {
        color: #fff;
    }

    .star-icon[b-em71mo1q1z] {
        color: #fff;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Security/CodeManager.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Security/CreateProfile.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Security/Index.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Security/LogAudit.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Security/RolesPermissions.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Security/Views/UserView.razor.rz.scp.css */
[b-wwxxk9xrxm] .user-detail-modal .k-window-content {
    padding: 0;
}

[b-wwxxk9xrxm] .user-detail-container {
    padding: 5px;
    max-height: 70vh;
    overflow-y: auto;
}

[b-wwxxk9xrxm] .detail-section {
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

[b-wwxxk9xrxm] .section-header {
    background: linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

[b-wwxxk9xrxm] .section-icon {
    color: #017DC0;
    margin-right: 10px;
}

[b-wwxxk9xrxm] .section-title {
    margin: 0;
    color: #105880;
    font-size: 1.1rem;
    font-weight: 600;
}

[b-wwxxk9xrxm] .section-content {
    padding: 3px;
    background: #fff;
}

[b-wwxxk9xrxm] .info-item {
    margin-bottom: 15px;
}

    [b-wwxxk9xrxm] .info-item:last-child {
        margin-bottom: 0;
    }

[b-wwxxk9xrxm] .info-label {
    display: block;
    font-weight: 600;
    color: #1976d2;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

[b-wwxxk9xrxm] .info-value {
    display: block;
    color: black;
    font-size: 1.1rem;
    word-break: break-word;
}

[b-wwxxk9xrxm] .role-badge, [b-wwxxk9xrxm] .group-badge {
    display: inline-flex;
    align-items: center;
    background: #e3f2fd;
    color: #424242;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 3px;
    border: 1px solid #bbdefb;
}

[b-wwxxk9xrxm] .group-badge {
    background: #c8dff2;
    color: #105880;
    border-color: #73b3f1;
}

    [b-wwxxk9xrxm] .role-badge .k-svg-icon, [b-wwxxk9xrxm] .group-badge .k-svg-icon {
        margin-right: 5px;
    }

[b-wwxxk9xrxm] .roles-container, [b-wwxxk9xrxm] .groups-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

[b-wwxxk9xrxm] .small {
    font-size: 0.8rem;
    font-family: monospace;
}

[b-wwxxk9xrxm] .role-item, [b-wwxxk9xrxm] .integration-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #f5f5f5;
    transition: all 0.2s ease;
    color: #105880 !important;
}

    [b-wwxxk9xrxm] .role-item:hover, [b-wwxxk9xrxm] .integration-item:hover {
        background-color: #ececec;
    }

[b-wwxxk9xrxm] .disabled-role, [b-wwxxk9xrxm] .disabled-integration {
    opacity: 0.5;
    pointer-events: none;
    background-color: #f9f9f9;
    color: #999;
}

[b-wwxxk9xrxm] .exclusive-badge {
    background: linear-gradient(135deg,#e0d8d8,#d5cfcf);
    color: #946045 !important;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: bold;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(208,198,198,0.3);
}

[b-wwxxk9xrxm] .role-item.exclusive:hover, [b-wwxxk9xrxm] .integration-item.exclusive:hover {
    background: linear-gradient(135deg,#ececec,#e6e6e6);
    border-left: 4px solid #d5cfcf;
}

[b-wwxxk9xrxm] .alert-info {
    background-color: #e3f2fd;
    border: 1px solid #2196f3;
    color: #105880;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
}

[b-wwxxk9xrxm] .k-multiselect .k-multiselect-taglist .k-tag {
    position: relative;
    background: #ececec;
    border-color: #d5d5d5;
    color: #105880 !important;
}

[b-wwxxk9xrxm] .k-multiselect .k-tag.exclusive-role {
    background: #e0d8d8;
    border-color: #cfc5c5;
    color: #105880 !important;
}

    [b-wwxxk9xrxm] .k-multiselect .k-tag.exclusive-role::after {
        content: "⚡";
        position: absolute;
        top: -5px;
        right: -5px;
        background: #fff;
        color: #d0bebe;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: bold;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    }

[b-wwxxk9xrxm] .role-validation-error {
    border: 2px solid #d3bebe;
    background-color: #f8eaea;
}

[b-wwxxk9xrxm] .role-validation-success {
    border: 2px solid #4caf50;
    background-color: #e8f5e8;
}

[b-wwxxk9xrxm] .exclusive-role-tooltip {
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    max-width: 250px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

    [b-wwxxk9xrxm] .exclusive-role-tooltip::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

[b-wwxxk9xrxm] .form-section {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
}

[b-wwxxk9xrxm] .section-label {
    display: block;
    font-weight: 600;
    color: #174a67;
    margin-bottom: 10px;
    font-size: 1rem;
}

[b-wwxxk9xrxm] .roles-loading {
    opacity: 0.6;
    pointer-events: none;
}

    [b-wwxxk9xrxm] .roles-loading::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
        border: 2px solid #ccc;
        border-top-color: #2196f3;
        border-radius: 50%;
        animation: spin-b-wwxxk9xrxm 1s linear infinite;
    }

[b-wwxxk9xrxm] .role-description.text-muted {
    color: #000 !important;
}


@keyframes spin-b-wwxxk9xrxm {
    to {
        transform: rotate(360deg);
    }
}

[b-wwxxk9xrxm] .k-multiselect .k-list .k-item .role-item-with-desc {
    display: flex;
    flex-direction: column;
    border: 1px solid cornflowerblue;
    border-radius: 4px;
    padding: 8px;
    margin: 0.5rem 0;
    width: 100%;
    box-sizing: border-box;
}

    [b-wwxxk9xrxm] .k-multiselect .k-list .k-item .role-item-with-desc.exclusive {
        border-color: #d9534f;
    }

    [b-wwxxk9xrxm] .k-multiselect .k-list .k-item .role-item-with-desc .role-name {
        display: inline-block;
        margin: 0;
        font-size: 1rem;
        font-weight: bold;
    }

    [b-wwxxk9xrxm] .k-multiselect .k-list .k-item .role-item-with-desc .exclusive-badge {
        display: inline-block;
        margin-left: 8px;
        padding: 2px 6px;
        font-size: 0.75rem;
        font-weight: bold;
        text-transform: uppercase;
        background: #ffc107;
        color: #212529;
        border-radius: 12px;
        vertical-align: middle;
    }

    [b-wwxxk9xrxm] .k-multiselect .k-list .k-item .role-item-with-desc small.text-muted {
        margin-top: 4px;
        font-size: 0.85rem;
        color: black;
    }

[b-wwxxk9xrxm] .status-badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

[b-wwxxk9xrxm] .status-active {
    background-color: #28a745;
}

[b-wwxxk9xrxm] .status-inactive {
    background-color: #dc3545;
}

[b-wwxxk9xrxm] .status-pending {
    background-color: #fd7e14;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Settings/Backup.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Settings/Devices.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Settings/GeneralSettings.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Settings/GenericsSettings.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Settings/Products.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Settings/Tanks.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Settings/Views/DeviceView.razor.rz.scp.css */
 
.form-section-compact[b-bph9ckvhfb] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 0.75rem;
}

.section-title[b-bph9ckvhfb] {
    color: #0d6efd;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.25rem;
}

    .section-title i[b-bph9ckvhfb] {
        color: #0d6efd;
    }

.form-label-compact[b-bph9ckvhfb] {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #495057;
}

.info-note[b-bph9ckvhfb] {
    background: #e3f2fd;
    border-radius: 4px;
    padding: 0.5rem;
    border-left: 3px solid #2196f3;
    margin-top: 0.5rem;
}

.atom-registration-modal .k-window-content[b-bph9ckvhfb] {
    padding: 1rem;
    max-height: 50vh;
    overflow-y: auto;
}

.atom-result-modal .k-window-content[b-bph9ckvhfb] {
    padding: 1rem;
    max-height: 55vh;
    overflow-y: auto;
}

.device-info-compact .info-row[b-bph9ckvhfb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #f1f1f1;
}

    .device-info-compact .info-row:last-child[b-bph9ckvhfb] {
        border-bottom: none;
    }

/* QR Scanner Modal Styles */
.qr-scanner-modal--responsive .modal-title-text[b-bph9ckvhfb] {
    font-size: 1rem;
    line-height: 1.2;
}

.qr-scanner-content[b-bph9ckvhfb] {
    padding: 0.5rem 0;
}

.btn-activate-device[b-bph9ckvhfb] {
    min-width: 120px;
    white-space: nowrap;
}

/* Result Modal Styles */
.modal__result--responsive .result-content[b-bph9ckvhfb] {
    padding: 0.5rem 0;
}

.modal__result--responsive .device-info[b-bph9ckvhfb] {
    font-size: 0.9rem;
}

.modal__result--responsive .device-info-item[b-bph9ckvhfb] {
    margin-bottom: 0.75rem;
}

.modal__result--responsive .modal-buttons[b-bph9ckvhfb] {
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.btn-modal-action[b-bph9ckvhfb] {
    min-width: 80px;
}

/* Mobile close button styles */
.btn-close[b-bph9ckvhfb] {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.2rem;
    padding: 0.25rem;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-close:hover[b-bph9ckvhfb] {
    background-color: #f8f9fa;
    color: #495057;
}

.btn-close:active[b-bph9ckvhfb] {
    transform: scale(0.95);
}

@media (max-width: 768px) {
    .atom-registration-modal[b-bph9ckvhfb] {
        width: 95% !important;
        max-width: none !important;
    }

    .atom-result-modal[b-bph9ckvhfb] {
        width: 95% !important;
        max-width: none !important;
    }

    .qr-scanner-modal--responsive[b-bph9ckvhfb] {
        width: 95% !important;
        max-width: none !important;
        margin: 1rem;
    }

    .modal__result--responsive[b-bph9ckvhfb] {
        width: 95% !important;
        max-width: none !important;
        margin: 1rem;
    }

    .form-section-compact[b-bph9ckvhfb] {
        padding: 0.75rem;
    }

    .section-title[b-bph9ckvhfb] {
        font-size: 0.85rem;
    }

    .device-info-compact .info-row[b-bph9ckvhfb] {
        flex-direction: column;
        align-items: flex-start;
    }

    .qr-image[b-bph9ckvhfb] {
        max-width: 150px !important;
    }

    /* Mobile-specific QR scanner improvements */
    .qr-scanner-content[b-bph9ckvhfb] {
        padding: 0.25rem 0;
    }

    .modal-title-text[b-bph9ckvhfb] {
        font-size: 0.9rem;
    }

    .btn-activate-device[b-bph9ckvhfb] {
        min-width: 100px;
        font-size: 0.85rem;
        padding: 0.375rem 0.75rem;
    }

    /* Better spacing for alerts on mobile */
    .alert[b-bph9ckvhfb] {
        margin-bottom: 0.75rem;
        padding: 0.75rem;
        font-size: 0.9rem;
    }

    .alert small[b-bph9ckvhfb] {
        font-size: 0.8rem;
    }

    /* Result modal mobile improvements */
    .modal__result--responsive .result-content[b-bph9ckvhfb] {
        padding: 0.25rem 0;
    }

    .modal__result--responsive .device-info[b-bph9ckvhfb] {
        font-size: 0.85rem;
        padding: 0.75rem;
    }

    .modal__result--responsive .device-info-item[b-bph9ckvhfb] {
        margin-bottom: 0.5rem;
    }

    .modal__result--responsive .modal-buttons[b-bph9ckvhfb] {
        padding-top: 0.75rem;
        margin-top: 0.75rem;
    }

    .btn-modal-action[b-bph9ckvhfb] {
        width: 100%;
        min-width: auto;
    }
}

.atom-activation-result[b-bph9ckvhfb] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
}

.device-info-card[b-bph9ckvhfb],
.qr-code-card[b-bph9ckvhfb] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 100%;
}

.atom-activation-result .table-sm[b-bph9ckvhfb] {
    margin-bottom: 0;
}

    .atom-activation-result .table-sm td[b-bph9ckvhfb] {
        padding: 0.5rem 0.5rem;
        border: none;
        vertical-align: middle;
    }

.activation-code-input[b-bph9ckvhfb] {
    font-family: 'Courier New', monospace !important;
    font-weight: bold !important;
    letter-spacing: 2px !important;
    background-color: #e9ecef !important;
    font-size: 1.1rem !important;
    text-align: center !important;
}

.qr-container[b-bph9ckvhfb] {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.qr-image[b-bph9ckvhfb] {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.activation-code-section[b-bph9ckvhfb] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.spinner-border-sm[b-bph9ckvhfb] {
    width: 1rem;
    height: 1rem;
}

.modal__edit .k-window-content[b-bph9ckvhfb] {
    max-height: 40vh;
    overflow-y: auto;
}

.k-form-field-wrap[b-bph9ckvhfb] {
    margin-bottom: 0.5rem;
}

.text-primary[b-bph9ckvhfb] {
    color: #0d6efd !important;
}

.form-section .row[b-bph9ckvhfb] {
    margin-bottom: 1rem;
}

    .form-section .row:last-child[b-bph9ckvhfb] {
        margin-bottom: 0;
    }

.location-selector[b-bph9ckvhfb] {
    width: 100%;
}

.map-container[b-bph9ckvhfb] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.5rem;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-top: 0.5rem;
}

.map-controls[b-bph9ckvhfb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.map-controls small[b-bph9ckvhfb] {
    flex: 1;
    min-width: 200px;
}

.map-controls .ms-1[b-bph9ckvhfb] {
    margin-left: 0.25rem !important;
}

@media (max-width: 768px) {
    .map-container[b-bph9ckvhfb] {
        padding: 0.25rem;
    }

    .map-controls[b-bph9ckvhfb] {
        flex-direction: column;
        align-items: stretch;
    }

    .map-controls small[b-bph9ckvhfb] {
        text-align: center;
        margin-bottom: 0.5rem;
    }
}

.mobile-unified-view[b-bph9ckvhfb] {
    margin: 0.5rem 0;
    margin-top: 1rem; 
    padding-top: 10px; 
}

.unified-container[b-bph9ckvhfb] {
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.unified-section[b-bph9ckvhfb] {
    background: white;
    margin-bottom: 0.25rem;
}

.unified-section:last-child[b-bph9ckvhfb] {
    margin-bottom: 0;
}

.unified-header[b-bph9ckvhfb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background: #e9ecef;
    border-bottom: 1px solid #dee2e6;
}

.unified-header h6[b-bph9ckvhfb] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
}

.badge-group[b-bph9ckvhfb] {
    display: flex;
    gap: 0.25rem;
}

.btn-scan-qr[b-bph9ckvhfb] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid #dee2e6 !important;
    color: #a4adb5 !important;
    background-color: #f8f9fa !important;
}

.btn-scan-qr:hover[b-bph9ckvhfb] {
    border-color: #6c757d !important;
    background-color: #e9ecef !important;
    color: #495057 !important;
}

.btn-delete-atom[b-bph9ckvhfb] {
    font-size: 0.75rem;
    padding: 0.25rem;
    min-width: auto;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6 !important;
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    transition: all 0.2s ease;
}

.btn-delete-atom:hover[b-bph9ckvhfb] {
    background-color: #e9ecef !important;
    color: #495057 !important;
    transform: scale(1.05);
    border-color: #6c757d !important;
}

.btn-delete-atom:active[b-bph9ckvhfb] {
    transform: scale(0.95);
}

.delete-button-container[b-bph9ckvhfb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.badge-complete[b-bph9ckvhfb] {
    background-color: #f8f9fa !important;
    color: #495057 !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: inset 0 1px 0 rgba(76, 175, 80, 0.1) !important;
}

.badge-activated[b-bph9ckvhfb] {
    background-color: #f8f9fa !important;
    color: #495057 !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: inset 0 1px 0 rgba(33, 150, 243, 0.08) !important;
}

.badge-pending[b-bph9ckvhfb] {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    border: 1px solid #dee2e6 !important;
}

.badge-config-pending[b-bph9ckvhfb] {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    border: 1px solid #dee2e6 !important;
    font-size: 0.65rem !important;
    font-weight: 500;
    animation: subtle-pulse-b-bph9ckvhfb 3s ease-in-out infinite;
    box-shadow: inset 0 1px 0 rgba(255, 193, 7, 0.08) !important;
}

@keyframes subtle-pulse-b-bph9ckvhfb {
    0%, 100% {
        opacity: 1;
        box-shadow: inset 0 1px 0 rgba(255, 193, 7, 0.08);
    }
    50% {
        opacity: 0.85;
        box-shadow: inset 0 1px 0 rgba(255, 193, 7, 0.12);
    }
}

.unified-items[b-bph9ckvhfb] {
    padding: 0.5rem;
}

.mobile-unified-view .k-button.k-button-outline[b-bph9ckvhfb],
.mobile-unified-view .k-button[b-bph9ckvhfb],
.mobile-unified-view button.k-button[b-bph9ckvhfb] {
    border: 1px solid #dee2e6 !important;
    background-color: #f8f9fa !important;
    color: #6c757d !important;
}

.mobile-unified-view .k-button.k-button-outline:hover[b-bph9ckvhfb],
.mobile-unified-view .k-button:hover[b-bph9ckvhfb],
.mobile-unified-view button.k-button:hover[b-bph9ckvhfb] {
    border-color: #6c757d !important;
    background-color: #e9ecef !important;
    color: #495057 !important;
}

.mobile-unified-view .k-button.k-button-outline:focus[b-bph9ckvhfb],
.mobile-unified-view .k-button:focus[b-bph9ckvhfb],
.mobile-unified-view button.k-button:focus[b-bph9ckvhfb] {
    border-color: #6c757d !important;
    background-color: #e9ecef !important;
    color: #495057 !important;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25) !important;
}

.mobile-unified-view .k-button-outline.k-button-dark[b-bph9ckvhfb],
.mobile-unified-view .k-button-outline[b-bph9ckvhfb] {
    border: 1px solid #dee2e6 !important;
    background-color: #f8f9fa !important;
    color: #6c757d !important;
}

.mobile-unified-view .k-button .k-svg-icon[b-bph9ckvhfb],
.mobile-unified-view .k-button .k-icon[b-bph9ckvhfb] {
    color: #6c757d !important;
    fill: #6c757d !important;
}

.mobile-unified-view .k-button:hover .k-svg-icon[b-bph9ckvhfb],
.mobile-unified-view .k-button:hover .k-icon[b-bph9ckvhfb] {
    color: #495057 !important;
    fill: #495057 !important;
}

.mobile-unified-view .k-button[class*="k-button-"][b-bph9ckvhfb] {
    border-color: #dee2e6 !important;
    background-color: #f8f9fa !important;
    color: #6c757d !important;
}

.unified-item[b-bph9ckvhfb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    margin-bottom: 0.25rem;
    background: #f8f9fa;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.unified-item:hover[b-bph9ckvhfb] {
    background: #e9ecef;
}

.unified-item:last-child[b-bph9ckvhfb] {
    margin-bottom: 0;
}

.item-info[b-bph9ckvhfb] {
    flex: 1;
}

.item-name[b-bph9ckvhfb] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #212529;
    margin-bottom: 0.1rem;
}

.item-detail[b-bph9ckvhfb] {
    font-size: 0.75rem;
    color: #6c757d;
    line-height: 1.2;
}

.item-status[b-bph9ckvhfb] {
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.unified-empty[b-bph9ckvhfb] {
    padding: 1rem;
    text-align: center;
    color: #6c757d;
    font-size: 0.85rem;
}

@media (max-width: 575.98px) {
    .mobile-unified-view[b-bph9ckvhfb] {
        margin: 0.25rem 0;
    }
    
    .unified-header[b-bph9ckvhfb] {
        padding: 0.4rem 0.5rem;
    }
    
    .unified-header h6[b-bph9ckvhfb] {
        font-size: 0.85rem;
    }
    
    .unified-items[b-bph9ckvhfb] {
        padding: 0.4rem;
    }
    
    .unified-item[b-bph9ckvhfb] {
        padding: 0.4rem;
        margin-bottom: 0.2rem;
    }
    
    .item-name[b-bph9ckvhfb] {
        font-size: 0.8rem;
    }
    
    .item-detail[b-bph9ckvhfb] {
        font-size: 0.7rem;
    }
    
    .btn-scan-qr[b-bph9ckvhfb] {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }
    
    .badge[b-bph9ckvhfb] {
        font-size: 0.65rem;
    }
}

.k-grid-content[b-bph9ckvhfb] {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
    overflow-y: visible !important;
}

@media (max-width: 767.98px) {
    .mb-4[b-bph9ckvhfb] {
        margin-bottom: 0.25rem !important;
    }
    
    .mb-3.mb-md-4[b-bph9ckvhfb] {
        margin-bottom: 0.15rem !important;
    }
    
    .app-grid .k-grid[b-bph9ckvhfb] {
        margin-bottom: 0.15rem;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .app-grid .k-grid .k-grid-toolbar[b-bph9ckvhfb] {
        padding: 0.25rem;
        min-height: auto;
        background-color: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
    }
    
    .app-grid .k-grid .k-grid-toolbar h6[b-bph9ckvhfb] {
        font-size: 0.9rem;
        margin-bottom: 0;
    }
    
    .mobile-grid-cell[b-bph9ckvhfb] {
        padding: 0.15rem 0;
        line-height: 1.2;
    }
    
    .mobile-grid-cell small[b-bph9ckvhfb] {
        font-size: 0.7rem;
        color: #6c757d;
        display: block;
        margin-bottom: 0.1rem;
        line-height: 1;
    }
    
    .mobile-grid-cell .fw-bold[b-bph9ckvhfb],
    .mobile-grid-cell .fw-semibold[b-bph9ckvhfb] {
        font-size: 0.85rem;
        line-height: 1.2;
    }
    
    .mobile-grid-cell .badge[b-bph9ckvhfb] {
        font-size: 0.65rem;
        padding: 0.15em 0.35em;
        margin: 0.1rem 0;
    }
    
    .badge.small[b-bph9ckvhfb] {
        font-size: 0.7rem;
        padding: 0.2em 0.4em;
    }
    
    .app-grid + .app-grid[b-bph9ckvhfb] {
        margin-top: 0.05rem;
    }
    
    .app-grid .k-grid-content[b-bph9ckvhfb] {
        max-height: none !important;
        height: auto !important;
        overflow-y: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        min-height: auto !important;
    }
    
    .app-grid .k-grid-content .k-table[b-bph9ckvhfb] {
        font-size: 0.85rem;
        height: auto !important;
        margin: 0 !important;
    }
    
    .app-grid .k-grid-content .k-table tbody[b-bph9ckvhfb] {
        height: auto !important;
        min-height: auto !important;
    }
    
    .app-grid .k-grid-content .k-table td[b-bph9ckvhfb] {
        padding: 0.2rem 0.15rem;
        line-height: 1.2;
    }
    
    .app-grid .k-grid-content .k-table th[b-bph9ckvhfb] {
        padding: 0.2rem 0.15rem;
        font-size: 0.8rem;
    }
    
    .app-grid .k-grid .k-table tbody tr[b-bph9ckvhfb] {
        height: auto !important;
        min-height: 32px;
    }
    
    h4.d-none.d-md-block[b-bph9ckvhfb],
    h5.d-md-none[b-bph9ckvhfb] {
        font-weight: 600;
        color: #495057;
    }
    
    h5.d-md-none[b-bph9ckvhfb] {
        font-size: 1.1rem;
    }
    
    .badge.bg-info[b-bph9ckvhfb],
    .badge.bg-success[b-bph9ckvhfb],
    .badge.bg-warning[b-bph9ckvhfb] {
        font-size: 0.75rem;
        font-weight: 500;
    }
}

@media (max-width: 575.98px) {
    .app-grid .k-grid .k-grid-toolbar[b-bph9ckvhfb] {
        padding: 0.3rem;
    }
    
    .app-grid .k-grid .k-grid-toolbar h6[b-bph9ckvhfb] {
        font-size: 0.8rem;
    }
    
    .app-grid .k-grid .k-grid-toolbar .d-flex .gap-1[b-bph9ckvhfb] {
        gap: 0.2rem !important;
    }
    
    .mobile-grid-cell[b-bph9ckvhfb] {
        padding: 0.1rem 0;
    }
    
    .mobile-grid-cell small[b-bph9ckvhfb] {
        font-size: 0.65rem;
        margin-bottom: 0.05rem;
    }
    
    .mobile-grid-cell .fw-bold[b-bph9ckvhfb],
    .mobile-grid-cell .fw-semibold[b-bph9ckvhfb] {
        font-size: 0.8rem;
    }
    
    h5.d-md-none[b-bph9ckvhfb] {
        font-size: 0.95rem;
    }
    
    .badge[b-bph9ckvhfb] {
        font-size: 0.65rem;
        padding: 0.1em 0.25em;
    }
    
    .app-grid .k-grid-content .k-table td[b-bph9ckvhfb] {
        padding: 0.3rem 0.2rem;
    }
    
    .app-grid .k-grid-content .k-table th[b-bph9ckvhfb] {
        padding: 0.3rem 0.2rem;
        font-size: 0.75rem;
    }
    
    .app-grid .k-grid .k-table tbody tr[b-bph9ckvhfb] {
        min-height: 28px;
    }

    .compact-mobile-grid .k-grid-table[b-bph9ckvhfb] {
        font-size: 0.85rem;
    }

    .compact-mobile-grid .k-grid-header[b-bph9ckvhfb],
    .compact-mobile-grid .k-grid-content[b-bph9ckvhfb] {
        padding: 0.15rem;
    }

    .compact-mobile-grid .k-table-td[b-bph9ckvhfb] {
        padding: 0.35rem 0.15rem !important;
    }

    .compact-mobile-grid .k-grid-header .k-table-th[b-bph9ckvhfb] {
        padding: 0.4rem 0.15rem !important;
    }

    .mobile-grid-cell[b-bph9ckvhfb] {
        padding: 0.1rem 0 !important;
    }

        .mobile-grid-cell small[b-bph9ckvhfb] {
            font-size: 0.65rem;
            margin-bottom: 0.05rem;
        }

    .mobile-section-title[b-bph9ckvhfb] {
        font-size: 0.95rem;
        margin-bottom: 0.4rem !important;
    }

    .mobile-badge[b-bph9ckvhfb] {
        font-size: 0.75rem;
    }

    @media (max-width: 767.98px) {
        .mb-4[b-bph9ckvhfb] {
            margin-bottom: 0.75rem !important;
        }

        .mb-3.mb-md-4[b-bph9ckvhfb] {
            margin-bottom: 0.5rem !important;
        }

        .app-grid .k-grid[b-bph9ckvhfb] {
            margin-bottom: 0.75rem;
        }

        .mt-2[b-bph9ckvhfb] {
            margin-top: 0.5rem !important;
        }

        .qr-scanner-btn .command-text[b-bph9ckvhfb] {
            display: none;
        }

        .qr-scanner-btn .k-icon[b-bph9ckvhfb] {
            margin-right: 0 !important;
        }
    }

    @media (max-width: 575.98px) {
        .compact-mobile-grid .k-grid-table[b-bph9ckvhfb] {
            font-size: 0.8rem;
        }

        .mobile-section-title[b-bph9ckvhfb] {
            font-size: 0.9rem;
        }

        .mobile-grid-cell small[b-bph9ckvhfb] {
            font-size: 0.6rem;
        }

        .badge.small[b-bph9ckvhfb] {
            font-size: 0.65rem;
        }

        .k-grid-toolbar .k-button[b-bph9ckvhfb] {
            padding: 0.25rem 0.5rem;
            font-size: 0.75rem;
        }
    }

    .compact-mobile-grid .k-grid[b-bph9ckvhfb] {
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 0.1rem;
    }

    .compact-mobile-grid .k-grid-toolbar[b-bph9ckvhfb] {
        padding: 0.2rem;
        min-height: auto;
    }

    .compact-mobile-grid .k-grid-header[b-bph9ckvhfb] {
        padding: 0;
    }

    .compact-mobile-grid .k-grid-content[b-bph9ckvhfb] {
        max-height: none !important;
        height: auto !important;
        overflow-y: visible !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .compact-mobile-grid .k-grid-content .k-table[b-bph9ckvhfb] {
        height: auto !important;
        min-height: auto !important;
        margin: 0 !important;
    }
    
    .compact-mobile-grid .k-grid-content .k-table tbody[b-bph9ckvhfb] {
        height: auto !important;
        min-height: auto !important;
    }

    .compact-mobile-grid .k-grid-table[b-bph9ckvhfb] {
        font-size: 0.82rem;
    }

    .compact-mobile-grid .k-table-th[b-bph9ckvhfb],
    .compact-mobile-grid .k-table-td[b-bph9ckvhfb] {
        padding: 0.2rem 0.15rem;
        line-height: 1.2;
    }

    .mobile-section-title[b-bph9ckvhfb] {
        font-size: 0.92rem;
        margin-bottom: 0.05rem !important;
        font-weight: 600;
    }

    .mobile-badge[b-bph9ckvhfb] {
        font-size: 0.7rem;
        padding: 0.15em 0.4em;
        vertical-align: middle;
    }

    .app-grid .atom-grid .k-grid-table[b-bph9ckvhfb] {
        font-size: 0.8rem;
    }

    .app-grid .atom-grid .k-table-td[b-bph9ckvhfb] {
        padding: 0.25rem 0.15rem;
    }

    @media (max-height: 700px) and (max-width: 767.98px) {
        .compact-mobile-grid .k-grid-content[b-bph9ckvhfb],
        .app-grid .k-grid-content[b-bph9ckvhfb] {
            max-height: none !important;
            height: auto !important;
            overflow-y: visible !important;
            padding: 0 !important;
            margin: 0 !important;
            min-height: auto !important;
        }

        .app-grid .k-grid[b-bph9ckvhfb] {
            margin-bottom: 0.05rem;
        }
        
        .mb-4[b-bph9ckvhfb] {
            margin-bottom: 0.1rem !important;
        }
        
        .app-grid + .app-grid[b-bph9ckvhfb] {
            margin-top: 0.05rem;
        }
        
        .compact-mobile-grid .k-grid-toolbar[b-bph9ckvhfb] {
            padding: 0.1rem;
        }
        
        .compact-mobile-grid .k-table-th[b-bph9ckvhfb],
        .compact-mobile-grid .k-table-td[b-bph9ckvhfb] {
            padding: 0.15rem 0.1rem;
            line-height: 1.1;
        }
    }

    .k-grid-toolbar .k-button[b-bph9ckvhfb] {
        padding: 0.3rem 0.6rem;
        min-height: 32px;
    }

    .k-grid-toolbar .k-button-icon[b-bph9ckvhfb] {
        margin-right: 0;
    }

    @media (max-width: 767.98px) {
        .mb-4[b-bph9ckvhfb] {
            margin-bottom: 0.6rem !important;
        }

        .app-grid + .app-grid[b-bph9ckvhfb] {
            margin-top: 0.3rem;
        }

        .form-section-compact[b-bph9ckvhfb] {
            padding: 0.6rem;
            margin-bottom: 0.5rem;
        }
    }

    @media (max-width: 400px) {
        .compact-mobile-grid .k-grid-table[b-bph9ckvhfb] {
            font-size: 0.78rem;
        }

        .mobile-grid-cell small[b-bph9ckvhfb] {
            font-size: 0.58rem;
        }

        .mobile-section-title[b-bph9ckvhfb] {
            font-size: 0.88rem;
            margin-bottom: 0.1rem !important;
        }
        
        .compact-mobile-grid .k-grid[b-bph9ckvhfb] {
            margin-bottom: 0.2rem;
        }
        
        .app-grid + .app-grid[b-bph9ckvhfb] {
            margin-top: 0.1rem;
        }
        
        .mb-4[b-bph9ckvhfb] {
            margin-bottom: 0.1rem !important;
        }
        
        .compact-mobile-grid .k-grid-content[b-bph9ckvhfb],
        .app-grid .k-grid-content[b-bph9ckvhfb] {
            max-height: none !important;
            height: auto !important;
            overflow-y: visible !important;
            padding: 0 !important;
            margin: 0 !important;
            min-height: auto !important;
        }
    }

}

 
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/SignIn.razor.rz.scp.css */
/******************************LOGIN******************************/
/*.loginform {
    background: white;
    border-radius: 20px;
    padding: 2rem 3rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);*/ /* Sombra visible alrededor del formulario */
    /*display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    max-height: 100%;
}

    .loginform input {
        border: 1px solid #eeeeee;
        border-radius: 4px;
        padding: 0.5rem;
        margin-bottom: 1rem;
        outline: none;
    }

        .loginform input:focus {
            border-color: #017DC0;
            box-shadow: 0 0 4px rgba(1, 125, 192, 0.3);
        }


.login .btn-primary {
    color: #fff;
    background-color: #017DC0;
    border: none;
    width: 100%;
}

    .login .btn-primary:hover {
        background-color: #0a58ca;
    }

    .login .btn-primary:focus {
        box-shadow: none;
    }

.login .k-item.k-active {
    display: none;
}

.login img {
    max-width: 300px;
    margin: 20px auto;
}

.login .row {
    max-width: 1270px;
    align-items: center;
}

.login .col-lg-7 {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 0 10rem 6rem 0;
    text-align: center;
}

@media (max-width: 1000px) {
    .form__container {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .login .col-lg-7 {
        padding: 0;
    }

    .container__logo {
        padding: 0;
    }

    .login .loginform {
        width: 75%;
        margin-top: 5rem;
    }

    .background-img {
        align-items: stretch;
    }
}

.dual-ring-spinner {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .dual-ring-spinner:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #007bff;
        border-color: #007bff transparent #007bff transparent;
        animation: dual-ring-spin 1.2s linear infinite;
    }

@keyframes dual-ring-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/
/******************************LOGIN******************************/
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/SignInMobile.razor.rz.scp.css */
.loginform[b-l4fej65dm6] {
    max-height: 100%;
}

@media (max-width: 1000px) {
    .form__container[b-l4fej65dm6] {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .login .col-lg-7[b-l4fej65dm6] {
        padding: 0;
    }
    .container__logo[b-l4fej65dm6] {
        padding: 0;
    }

    .login .loginform[b-l4fej65dm6] {
        width: 75%;
        margin-top: 5rem;
    }

    .background-img[b-l4fej65dm6] {
        align-items: stretch;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Transactions/Components/TriggerRecalPerformance.razor.rz.scp.css */
.reconc-modal .k-window[b-gn7q71surh] {
    background-color: #ffffff;
    border: 2px solid #017DC0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #424242;

}

    .reconc-modal .k-window .k-window-titlebar[b-gn7q71surh] {
        background-color: #017DC0;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #0169A8;
    }

        .reconc-modal .k-window .k-window-titlebar .k-window-title[b-gn7q71surh] {
            color: #ffffff !important;
            font-size: 1.25rem;
        }

    .reconc-modal .k-window .k-window-content[b-gn7q71surh] {
        background-color: #ffffff;
        color: #424242;
        padding: 1rem;
        overflow: auto;
    }

.reconc-modal .help-text[b-gn7q71surh] {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #424242;
}

.reconc-modal .btn-primary-custom[b-gn7q71surh] {
    background-color: #017DC0 !important;
    border-color: #017DC0 !important;
    color: #ffffff !important;
    font-weight: 500;
    padding: 0.5rem 1.25rem;
    font-size: 0.95rem;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

    .reconc-modal .btn-primary-custom:hover[b-gn7q71surh] {
        background-color: #0169A8 !important;
        border-color: #0169A8 !important;
    }

    .reconc-modal .btn-primary-custom:disabled[b-gn7q71surh] {
        background-color: #A8CBE6 !important;
        border-color: #A8CBE6 !important;
        color: #ffffff !important;
        cursor: not-allowed;
    }

.reconc-modal .btn-secondary[b-gn7q71surh] {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff !important;
}

.reconc-modal .alert[b-gn7q71surh] {
    border-radius: 4px;
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
    margin-bottom: 0;
}

.reconc-modal .alert-info[b-gn7q71surh] {
    background-color: #017DC0;
    border-color: #017DC0;
    color: #ffffff;
}

.reconc-modal .alert-success[b-gn7q71surh] {
    background-color: #DFF2E1;
    border-color: #A3D9A5;
    color: #424242;
}

.reconc-modal .alert-danger[b-gn7q71surh] {
    background-color: #424242;
    border-color: #424242;
    color: #ffffff;
}

.reconc-modal .alert-warning[b-gn7q71surh] {
    background-color: #FFF3CD;
    border-color: #FFECB5;
    color: #856404;
}

/* Estilos para la vista detallada */
.details-header[b-gn7q71surh] {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.summary-cards[b-gn7q71surh] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.summary-card[b-gn7q71surh] {
    background: linear-gradient(135deg, #017DC0, #0169A8);
    color: white;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    min-width: 140px;
    flex: 1;
}

.summary-value[b-gn7q71surh] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.summary-label[b-gn7q71surh] {
    font-size: 0.85rem;
    opacity: 0.9;
}

.details-container[b-gn7q71surh] {
    max-height: calc(90vh - 250px);
    overflow-y: auto;
    padding-right: 10px;
}

.group-card[b-gn7q71surh] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 1rem;
    background: #f8f9fa;
}

.group-header[b-gn7q71surh] {
    padding: 1rem;
    background: linear-gradient(135deg, #e9ecef, #f8f9fa);
    border-bottom: 1px solid #dee2e6;
    border-radius: 8px 8px 0 0;
}

.group-title[b-gn7q71surh] {
    margin: 0 0 0.5rem 0;
    color: #017DC0;
    font-weight: 600;
}

.group-info[b-gn7q71surh] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

    .group-info .badge[b-gn7q71surh] {
        font-size: 0.75rem;
        padding: 0.35rem 0.65rem;
    }

.transactions-table-container[b-gn7q71surh] {
    overflow-x: auto;
    padding: 0;
}

.transactions-table[b-gn7q71surh] {
    margin: 0;
    font-size: 0.85rem;
    background: white;
}

    .transactions-table th[b-gn7q71surh] {
        background-color: #017DC0;
        color: white;
        border: none;
        font-weight: 500;
        font-size: 0.8rem;
        padding: 0.75rem 0.5rem;
        white-space: nowrap;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .transactions-table td[b-gn7q71surh] {
        padding: 0.5rem;
        border-bottom: 1px solid #dee2e6;
        white-space: nowrap;
        vertical-align: middle;
    }

    .transactions-table tbody tr:hover[b-gn7q71surh] {
        background-color: #f5f5f5;
    }

.no-data[b-gn7q71surh] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    font-style: italic;
}

/* Responsive design */
@media (max-width: 768px) {
    .summary-cards[b-gn7q71surh] {
        flex-direction: column;
    }

    .summary-card[b-gn7q71surh] {
        min-width: auto;
    }

    .group-info[b-gn7q71surh] {
        flex-direction: column;
    }

        .group-info .badge[b-gn7q71surh] {
            align-self: flex-start;
        }

    .transactions-table[b-gn7q71surh] {
        font-size: 0.75rem;
    }

        .transactions-table th[b-gn7q71surh],
        .transactions-table td[b-gn7q71surh] {
            padding: 0.4rem 0.3rem;
        }
}

@media (max-width: 576px) {
    .details-container[b-gn7q71surh] {
        max-height: calc(90vh - 200px);
    }

    .transactions-table th[b-gn7q71surh],
    .transactions-table td[b-gn7q71surh] {
        font-size: 0.7rem;
        padding: 0.3rem 0.2rem;
    }
}

/* Scrollbar personalizado */
.details-container[b-gn7q71surh]::-webkit-scrollbar {
    width: 8px;
}

.details-container[b-gn7q71surh]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.details-container[b-gn7q71surh]::-webkit-scrollbar-thumb {
    background: #017DC0;
    border-radius: 4px;
}

    .details-container[b-gn7q71surh]::-webkit-scrollbar-thumb:hover {
        background: #0169A8;
    }

.transactions-table-container[b-gn7q71surh]::-webkit-scrollbar {
    height: 6px;
}

.transactions-table-container[b-gn7q71surh]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.transactions-table-container[b-gn7q71surh]::-webkit-scrollbar-thumb {
    background: #017DC0;
    border-radius: 3px;
}

.user-info[b-gn7q71surh] {
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 3px solid #017DC0;
}

    .user-info .k-icon[b-gn7q71surh] {
        margin-right: 0.25rem;
        color: #017DC0;
    }

.details-header .d-flex.align-items-center.gap-3[b-gn7q71surh] {
    gap: 1rem;
}

.btn-primary-custom:disabled[b-gn7q71surh] {
    background-color: #A8CBE6 !important;
    border-color: #A8CBE6 !important;
    color: #ffffff !important;
    cursor: not-allowed;
    opacity: 0.7;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Transactions/Shifts.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Transactions/Transactions.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Pages/Transactions/Views/TransactionView.razor.rz.scp.css */
.k-grid[b-0j0drb4oll] {
    max-height: 94.5vh !important;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/About.razor.rz.scp.css */
/* ==================== ABOUT SECTION REDESIGN ==================== */

/* ==================== VARIABLES GLOBALES (por si no están declaradas) ==================== */
:root[b-pxs9izzurf] {
    --light-blue: #017DC0;
    --blue: #00b0ff;
    --gray: #666;
    --dark-gray: #333;
    --text: #333;
    --bg-light: #f8f9fa;
    --white: #fff;
}

/* ==================== ESTILOS BÁSICOS ==================== */
.about-section[b-pxs9izzurf] {
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background-color: var(--bg-light);
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

/* ==================== HEADER DE ABOUT ==================== */
.about-header[b-pxs9izzurf] {
    background: linear-gradient(135deg, #181818 0%, #333 100%);
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    color: var(--white);
    width: 100%;
    box-sizing: border-box;
}

    .about-header[b-pxs9izzurf]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('img/tech-pattern.svg') center/cover no-repeat;
        opacity: 0.05;
        z-index: 1;
    }

.logo[b-pxs9izzurf] {
    width: 200px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

    .logo:hover[b-pxs9izzurf] {
        transform: scale(1.05);
    }

.brand-name[b-pxs9izzurf] {
    font-family: 'League Spartan', sans-serif;
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ==================== CONTENIDO PRINCIPAL ==================== */
.about-content[b-pxs9izzurf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    box-sizing: border-box;
}

/* ==================== MISSION STATEMENT ==================== */
.mission-statement[b-pxs9izzurf] {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    font-family: 'League Spartan', sans-serif;
}

    .mission-statement h2[b-pxs9izzurf] {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--light-blue);
        margin-bottom: 1rem;
    }

    .mission-statement[b-pxs9izzurf]::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, var(--light-blue), var(--blue));
        border-radius: 2px;
    }

.tagline[b-pxs9izzurf] {
    font-size: 1.2rem;
    color: var(--gray);
    font-weight: 300;
    margin-bottom: 2rem;
}

/* ==================== ABOUT CARDS (3→2→1 columnas) ==================== */
.about-cards[b-pxs9izzurf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
    width: 100%;
    box-sizing: border-box;
}

.about-card[b-pxs9izzurf] {
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

    .about-card:hover[b-pxs9izzurf] {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

    .about-card[b-pxs9izzurf]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, var(--light-blue), var(--blue));
    }

.card-icon[b-pxs9izzurf] {
    width: 80px;
    height: 80px;
    background: rgba(1, 125, 192, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .card-icon i[b-pxs9izzurf] {
        font-size: 2rem;
        color: var(--light-blue);
    }

.about-card h3[b-pxs9izzurf] {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--light-blue);
    margin-bottom: 1rem;
}

.about-card p[b-pxs9izzurf] {
    font-size: 1rem;
    color: var(--gray);
    line-height: 1.6;
}

/* ==================== MODULE SHOWCASE ==================== */
.module-showcase[b-pxs9izzurf] {
    background: var(--white);
    padding: 3rem 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 4rem;
    text-align: center;
    box-sizing: border-box;
}

    .module-showcase h2[b-pxs9izzurf] {
        font-family: 'League Spartan', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        color: var(--light-blue);
        margin-bottom: 1rem;
    }

    .module-showcase > p[b-pxs9izzurf] {
        color: var(--gray);
        margin-bottom: 2.5rem;
        font-size: 1.1rem;
        line-height: 1.6;
    }

/* ==================== MODULE CAROUSEL (APILABLE / RESPONSIVO) ==================== */
.module-carousel[b-pxs9izzurf] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 3rem;
    width: 100%;
    box-sizing: border-box;
}

.module-item[b-pxs9izzurf] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background: var(--bg-light);
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 120px;
    box-sizing: border-box;
}

    .module-item:hover[b-pxs9izzurf] {
        background: #e9f5fc;
        transform: translateY(-5px);
    }

    .module-item.active[b-pxs9izzurf] {
        background: #e9f5fc;
        box-shadow: 0 8px 20px rgba(1, 125, 192, 0.15);
    }

.module-icon[b-pxs9izzurf] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

    .module-icon img[b-pxs9izzurf] {
        width: 40px;
        height: 40px;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

.module-item:hover .module-icon img[b-pxs9izzurf],
.module-item.active .module-icon img[b-pxs9izzurf] {
    transform: scale(1.2);
}

.module-item h4[b-pxs9izzurf] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--light-blue);
    margin: 0;
}

.module-details[b-pxs9izzurf] {
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-top: 2rem;
    width: 100%;
    box-sizing: border-box;
}

.module-detail[b-pxs9izzurf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 12px;
    text-align: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translateY(20px);
    box-sizing: border-box;
}

    .module-detail.visible[b-pxs9izzurf] {
        opacity: 1;
        transform: translateY(0);
    }

    .module-detail h3[b-pxs9izzurf] {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--light-blue);
        margin-bottom: 1rem;
    }

    .module-detail p[b-pxs9izzurf] {
        font-size: 1rem;
        color: var(--gray);
        line-height: 1.6;
    }

/* ==================== TESTIMONIALS ==================== */
.testimonials[b-pxs9izzurf] {
    margin-bottom: 4rem;
    text-align: center;
}

    .testimonials h2[b-pxs9izzurf] {
        font-family: 'League Spartan', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        color: var(--light-blue);
        margin-bottom: 2rem;
    }

.testimonial-carousel[b-pxs9izzurf] {
    position: relative;
    padding: 2rem 0;
    width: 100%;
    box-sizing: border-box;
}

.testimonial-item[b-pxs9izzurf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(20px);
}

    .testimonial-item.active[b-pxs9izzurf] {
        opacity: 1;
        transform: translateY(0);
        position: relative;
    }

.testimonial-content[b-pxs9izzurf] {
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

    .testimonial-content[b-pxs9izzurf]::before {
        content: '"';
        position: absolute;
        top: -30px;
        left: 20px;
        font-size: 6rem;
        color: var(--light-blue);
        opacity: 0.2;
        font-weight: 700;
    }

    .testimonial-content p[b-pxs9izzurf] {
        font-family: 'Poppins', sans-serif;
        font-size: 1.1rem;
        color: var(--dark-gray);
        font-style: italic;
        line-height: 1.7;
        margin-bottom: 1.5rem;
    }

.testimonial-author[b-pxs9izzurf] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .testimonial-author strong[b-pxs9izzurf] {
        font-family: 'League Spartan', sans-serif;
        font-size: 1.1rem;
        color: var(--light-blue);
        margin-bottom: 0.2rem;
    }

    .testimonial-author span[b-pxs9izzurf] {
        font-size: 0.9rem;
        color: var(--gray);
    }

.testimonial-indicators[b-pxs9izzurf] {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2rem;
}

.indicator[b-pxs9izzurf] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

    .indicator.active[b-pxs9izzurf] {
        background: var(--light-blue);
        transform: scale(1.2);
    }

/* ==================== CTA SECTION ==================== */
.cta-section[b-pxs9izzurf] {
    background: linear-gradient(135deg, var(--light-blue) 0%, var(--blue) 100%);
    color: var(--white);
    padding: 3rem 2rem;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

    .cta-section[b-pxs9izzurf]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('img/tech-dots.svg') center/cover no-repeat;
        opacity: 0.1;
        z-index: 1;
    }

    .cta-section h2[b-pxs9izzurf] {
        font-family: 'League Spartan', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
        position: relative;
        z-index: 2;
    }

    .cta-section p[b-pxs9izzurf] {
        color: #fff !important;
        font-size: 1.1rem;
        margin-bottom: 2rem;
        position: relative;
        z-index: 2;
        line-height: 1.6;
    }

.cta-button[b-pxs9izzurf] {
    display: inline-block;
    background: var(--white);
    color: var(--light-blue);
    font-family: 'League Spartan', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}

    .cta-button:hover[b-pxs9izzurf] {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    }

/* ==================== PLANS ==================== */
.plans[b-pxs9izzurf] {
    margin-bottom: 4rem;
    text-align: center;
}

    .plans h2[b-pxs9izzurf] {
        font-family: 'League Spartan', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        color: var(--light-blue);
        margin-bottom: 2rem;
    }

.plans-grid[b-pxs9izzurf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 0 2rem;
    width: 100%;
    box-sizing: border-box;
}

.plan-item[b-pxs9izzurf] {
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    box-sizing: border-box;
}

    .plan-item:hover[b-pxs9izzurf] {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

    .plan-item h3[b-pxs9izzurf] {
        font-family: 'League Spartan', sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--light-blue);
        margin-bottom: 1rem;
    }

    .plan-item p[b-pxs9izzurf] {
        font-size: 1rem;
        color: var(--gray);
        line-height: 1.6;
    }

/* ==================== BREAKPOINTS RESPONSIVE ==================== */

/* Desktop grande (≥ 1200px): 3 columnas en .about-cards ya está por defecto */

/* Pantallas medianas (≤ 1200px): 2 columnas en .about-cards */
@media (max-width: 1200px) {
    .about-cards[b-pxs9izzurf] {
        grid-template-columns: repeat(2, 1fr);
    }

    .mission-statement h2[b-pxs9izzurf] {
        font-size: 2.2rem;
    }

    .brand-name[b-pxs9izzurf] {
        font-size: 2.2rem;
    }
}

/* Tablets (≤ 768px): 1 columna en .about-cards */
@media (max-width: 768px) {
    .about-content[b-pxs9izzurf] {
        padding: 2rem 1rem;
    }

    .about-cards[b-pxs9izzurf] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about-card[b-pxs9izzurf] {
        padding: 1.5rem;
    }

    .mission-statement h2[b-pxs9izzurf] {
        font-size: 1.8rem;
    }

    .module-carousel[b-pxs9izzurf] {
        gap: 1rem;
    }

    .module-item[b-pxs9izzurf] {
        width: 100px;
    }

    .cta-section h2[b-pxs9izzurf] {
        font-size: 1.8rem;
    }

    .tagline[b-pxs9izzurf] {
        font-size: 1rem;
    }
}

/* Móviles pequeños (≤ 480px): ajustes adicionales */
@media (max-width: 480px) {
    .about-content[b-pxs9izzurf] {
        padding: 1rem 0.75rem;
    }

    .logo[b-pxs9izzurf] {
        width: 180px;
    }

    .brand-name[b-pxs9izzurf] {
        font-size: 1.8rem;
    }

    .mission-statement h2[b-pxs9izzurf] {
        font-size: 1.6rem;
    }

    .tagline[b-pxs9izzurf] {
        font-size: 1rem;
    }

    .about-card[b-pxs9izzurf] {
        padding: 1.2rem;
    }

    .card-icon[b-pxs9izzurf] {
        width: 60px;
        height: 60px;
    }

    .module-item[b-pxs9izzurf] {
        width: 80px;
        padding: 1rem 0.5rem;
    }

    .module-icon[b-pxs9izzurf] {
        width: 50px;
        height: 50px;
    }

        .module-icon img[b-pxs9izzurf] {
            width: 30px;
            height: 30px;
        }

    .testimonial-content[b-pxs9izzurf] {
        padding: 1.5rem;
    }

        .testimonial-content p[b-pxs9izzurf] {
            font-size: 1rem;
        }

    .cta-button[b-pxs9izzurf] {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

/* ==================== ACCESIBILIDAD ==================== */
/* Reducir animaciones si el usuario prefiere movimiento reducido */
@media (prefers-reduced-motion: reduce) {
    .about-card[b-pxs9izzurf],
    .module-item[b-pxs9izzurf],
    .cta-button[b-pxs9izzurf] {
        transition: none;
    }
}

/* Modo alto contraste */
@media (prefers-contrast: high) {
    .about-card[b-pxs9izzurf] {
        border: 2px solid #000;
    }

    .module-showcase[b-pxs9izzurf] {
        border: 2px solid #000;
    }

    .testimonial-content[b-pxs9izzurf] {
        border: 2px solid #000;
    }
}

/* ==================== FIN ABOUT SECTION REDESIGN ==================== */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/CardComponent.razor.rz.scp.css */
.card[b-7ggcilp2z1] {
    width: 100%;
    margin: 0 1rem;
    margin-bottom: 2rem;
    position: relative;
}

.btn-zoom[b-7ggcilp2z1],
.btn-close[b-7ggcilp2z1] {
    height: 2.5rem;
    width: 2.5rem;
    justify-content: center;
    place-self: self-end;
    margin-top: 0.3rem !important;
    margin-right: 0.3rem !important;
    position: absolute;
    z-index: 1;
}

    .btn-zoom:hover[b-7ggcilp2z1] {
        transform: scale(1.3);
        transition: 0.5s ease;
    }

.btn-close[b-7ggcilp2z1] {
    outline: none !important;
}

.modal[b-7ggcilp2z1] {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.modal-dialog[b-7ggcilp2z1] {
    margin-top: 10%;
}

@media(max-width: 1280px) {
    .card[b-7ggcilp2z1] {
        width: 100%;
    }
}

@media(max-width: 900px) {
    .card[b-7ggcilp2z1] {
        width: 100%;
    }
}

@media(max-width: 700px) {
}

@media(max-width: 400px) {
    .card[b-7ggcilp2z1] {
        margin: 0 0.4rem;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/ConfirmationDialog.razor.rz.scp.css */
.overlay[b-588hdo6e1u] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Asegúrate de que este sea mayor que otros z-index en tu aplicación */
}

.dialog[b-588hdo6e1u] {
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1001; /* Asegúrate de que este sea mayor que el z-index del overlay */
    width: 300px;
    height: auto;
    overflow: auto;
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/IconComponent.razor.rz.scp.css */
/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/LoadingSpinner.razor.rz.scp.css */
.spinner_container[b-vdsrohozh2] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    inset: 0;
}

.loader[b-vdsrohozh2] {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
}

.loader-circle[b-vdsrohozh2] {
    border: 3px solid #e0e0e0;
    border-top: 3px solid #00a2ff95;
    border-bottom: 3px solid #00a2ff95;
    border-radius: 50%;
    width: 80%;
    height: 80%;
    position: absolute;
    animation: pendulo-giro-b-vdsrohozh2 4.29s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

.loader-text[b-vdsrohozh2] {
    position: absolute;
    text-align: center;
    background: linear-gradient(to left, #333, #333, rgba(180, 180, 180, 0.7), #333, #333);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: light-effect-b-vdsrohozh2 2s linear infinite;
    background-size: 200% 100%;
}

@keyframes pendulo-giro-b-vdsrohozh2 {
    0%, 29.1% {
        animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    0% {
        transform: rotate(0deg);
    }

    3.64% {
        transform: rotate(60deg);
    }

    7.28% {
        transform: rotate(-60deg);
    }

    10.92% {
        transform: rotate(50deg);
    }

    14.56% {
        transform: rotate(-50deg);
    }

    18.2% {
        transform: rotate(40deg);
    }

    21.84% {
        transform: rotate(-40deg);
    }

    25.48% {
        transform: rotate(30deg);
    }

    29.1% {
        transform: rotate(0deg);
    }

    29.11%, 100% {
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    29.11% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(2160deg);
    }
}

@keyframes light-effect-b-vdsrohozh2 {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/LoadingSpinnerProcess.razor.rz.scp.css */
.spinner_container[b-m0co6opq5p] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    inset: 0;
}

.loader[b-m0co6opq5p] {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 11px;
    position: relative;
}

.loader-circle[b-m0co6opq5p] {
    border: 2px solid #e0e0e0;
    border-bottom: 3px solid #00a2ff95;
    border-radius: 50%;
    width: 80%;
    height: 80%;
    animation: spin-b-m0co6opq5p 1s linear infinite;
    position: absolute;
}

.loader-image[b-m0co6opq5p] {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    position: absolute;
}

@keyframes spin-b-m0co6opq5p {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/MainLayout.razor.rz.scp.css */



/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/NavTabs.razor.rz.scp.css */
h5[b-leg54uzw08] {
    margin: 0;
    padding: 0;
}

ul.nav[b-leg54uzw08] {
    margin-top: 1rem;
}

a.nav-link h5[b-leg54uzw08] {
    color: #333;
}

a.nav-link[b-leg54uzw08] {
    padding: 0.6rem 1rem;
}

a.my-active-link[b-leg54uzw08] {
    background-color: #262626;
}

    a.my-active-link h5[b-leg54uzw08] {
        color: #F0F0F0;
    }
/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/SavingSpinner.razor.rz.scp.css */
.spinner_container[b-n1ohw4belf] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    inset: 0;
}

.loader[b-n1ohw4belf] {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
}

.loader-circle[b-n1ohw4belf] {
    border: 3px solid #e0e0e0;
    border-top: 3px solid #00a2ff95;
    border-bottom: 3px solid #00a2ff95;
    border-radius: 50%;
    width: 80%;
    height: 80%;
    position: absolute;
    animation: pendulo-giro-b-n1ohw4belf 4.29s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

.loader-text[b-n1ohw4belf] {
    position: absolute;
    text-align: center;
    background: linear-gradient(to left, #333, #333, rgba(180, 180, 180, 0.7), #333, #333);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: light-effect-b-n1ohw4belf 2s linear infinite;
    background-size: 200% 100%;
    font-size : 9px;
}

@keyframes pendulo-giro-b-n1ohw4belf {
    0%, 29.1% {
        animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    0% {
        transform: rotate(0deg);
    }

    3.64% {
        transform: rotate(60deg);
    }

    7.28% {
        transform: rotate(-60deg);
    }

    10.92% {
        transform: rotate(50deg);
    }

    14.56% {
        transform: rotate(-50deg);
    }

    18.2% {
        transform: rotate(40deg);
    }

    21.84% {
        transform: rotate(-40deg);
    }

    25.48% {
        transform: rotate(30deg);
    }

    29.1% {
        transform: rotate(0deg);
    }

    29.11%, 100% {
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    29.11% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(2160deg);
    }
}

@keyframes light-effect-b-n1ohw4belf {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/SidebarMenu.razor.rz.scp.css */
 
.plan-name[b-krr8myixra] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.plan-text[b-krr8myixra] {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    letter-spacing: 0.5px;
}

.compact-sidebar[b-krr8myixra] {
    width: 70px !important;
    min-width: 70px !important;
}

    .compact-sidebar .menu__nav-buttons[b-krr8myixra] {
        padding: 1rem 0.5rem 0 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .compact-sidebar .nav-link[b-krr8myixra] {
        justify-content: center !important;
        padding: 0 !important;
        width: 48px !important;
        height: 48px !important;
        border-radius: 50% !important;
        margin: 0;
        display: flex !important;
        align-items: center !important;
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

        .compact-sidebar .nav-link:hover[b-krr8myixra] {
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            border-color: rgba(255, 255, 255, 0.4);
        }

        .compact-sidebar .nav-link.active[b-krr8myixra] {
            background: rgba(255, 255, 255, 0.25) !important;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
            border-color: rgba(255, 255, 255, 0.5);
        }

    .compact-sidebar .nav-item__title[b-krr8myixra] {
        display: none;
    }

    .compact-sidebar .nav-item[b-krr8myixra] {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }


.compact-sidebar + .main-content[b-krr8myixra] {
    margin-left: 70px !important;
}

@media (max-width: 768px) {
    .compact-sidebar[b-krr8myixra] {
        width: 250px !important;
        min-width: 250px !important;
    }

        .compact-sidebar .nav-item__title[b-krr8myixra] {
            display: block;
        }

        .compact-sidebar .nav-link[b-krr8myixra] {
            justify-content: flex-start !important;
            padding: 0.75rem 1rem !important;
            width: 100% !important;
            height: auto !important;
            border-radius: 0 !important;
            background: transparent !important;
            border: none !important;
        }

        .compact-sidebar .menu__nav-buttons[b-krr8myixra]::before {
            content: '';
            display: block;
            width: 120px;
            height: 40px;
            background-image: url('../img/logotipo-bw.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin: 0 auto 1rem auto;
        }

}

 
/* _content/SpeedSolutions.BlazorWebFrontEnd/Shared/TopBar.razor.rz.scp.css */

.navbar-container[b-6g57p37p6p] {
    width: 100%;
}

.navbar-buttons-container[b-6g57p37p6p] {
    display: flex;
    flex: 1;
    min-width: 0;
}

    .navbar-buttons-container .navbar-nav[b-6g57p37p6p] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;
    }

.navbar-container__right[b-6g57p37p6p] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0.5rem;
}

.nav-item .nav-link[b-6g57p37p6p] {
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.nav-item__title[b-6g57p37p6p] {
    font-size: 0.875rem;
}

.user-details[b-6g57p37p6p] {
    display: flex;
    flex-direction: column;
}

.user-email[b-6g57p37p6p] {
    font-size: 1.05rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

.user-role[b-6g57p37p6p] {
    font-size: 0.8rem;
    color: #004085;
    line-height: 1;
    margin-top: 0.125rem;
    white-space: nowrap;
}

.notification-component[b-6g57p37p6p] {
    position: absolute;
    right: 280px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

/* For large screens >1024px, keep notification in fixed position */
@media (min-width: 1025px) {
    .notification-component[b-6g57p37p6p] {
        right: 420px;
        top: 50%;
        transform: translateY(-50%) !important;
    }
}


@media (max-width: 1024px) {
    .notification-component[b-6g57p37p6p] {
        right: 200px;
    }

    .navbar-buttons-container .navbar-nav[b-6g57p37p6p] {
        gap: 0.1rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .nav-item__title[b-6g57p37p6p] {
        font-size: 0.7rem;
    }

    .nav-item .nav-link[b-6g57p37p6p] {
        padding: 0.2rem 0.35rem;
        min-width: auto;
        justify-content: center;
        align-items: center;
        font-size: 0.8rem;
        flex-direction: row;
        gap: 0.125rem;
        text-align: center;
        display: flex;
    }

    .user-details[b-6g57p37p6p] {
        display: flex !important;
    }

    .user-email[b-6g57p37p6p] {
        font-size: 0.8rem !important;
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .user-role[b-6g57p37p6p] {
        font-size: 0.65rem !important;
    }
}

.navbar-container__right.has-many-buttons[b-6g57p37p6p] {
    gap: 0.25rem;
    transform: translateY(35px);
}

.navbar-container__right.has-few-buttons[b-6g57p37p6p] {
    gap: 0.25rem;
    transform: translateY(0px);
}

@media (max-width: 821px) {
    .user-details[b-6g57p37p6p] {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .notification-component[b-6g57p37p6p] {
        right: 60px;
    }
}

@media (max-width: 575.98px) {
    .notification-component[b-6g57p37p6p] {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .nav-item__title[b-6g57p37p6p] {
        display: none !important;
    }

    .nav-item .nav-link[b-6g57p37p6p] {
        padding: 0.375rem;
        min-width: 40px;
        justify-content: center;
        flex-direction: row;
        gap: 0;
    }

    .user-details[b-6g57p37p6p] {
        display: none !important;
    }

    .navbar-container__right[b-6g57p37p6p] {
        transform: translateY(0);
    }
}

@media (max-width: 575.98px) {
    .navbar-buttons-container .navbar-nav[b-6g57p37p6p] {
        gap: 0.1rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .navbar-buttons-container .navbar-nav[b-6g57p37p6p]::-webkit-scrollbar {
            display: none;
        }

    .nav-item .nav-link[b-6g57p37p6p] {
        padding: 0.25rem;
        min-width: 36px;
        font-size: 0.75rem;
    }

    .user-toggle[b-6g57p37p6p] {
        padding: 0.25rem;
    }
}

@media (max-width: 480px) {
    .navbar-container__right > *:not(.user-dropdown)[b-6g57p37p6p] {
        display: none;
    }

    .user-dropdown[b-6g57p37p6p] {
        display: block !important;
    }

    .user-toggle[b-6g57p37p6p] {
        padding: 0.25rem !important;
    }

    .custom-avatar[b-6g57p37p6p] {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.8rem !important;
    }

    .nav-item .nav-link[b-6g57p37p6p] {
        min-width: 32px;
        padding: 0.2rem;
    }
}
/* _content/SpeedSolutions.BlazorWebFrontEnd/TestPages/LogViewerView.razor.rz.scp.css */
 
/*:root {
    --font-primary: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
    --font-monospace: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;*/
    /* --- Light Theme --- */
    /*--bg-header: #f8f9fa;
    --bg-table-header: #e9ecef;
    --bg-content: #ffffff;
    --bg-controls: #ffffff;
    --text-header: #212529;
    --text-primary: #212529;
    --text-secondary: #495057;
    --text-muted: #6c757d;
    --text-on-accent: #ffffff;
    --border-primary: #dee2e6;
    --border-secondary: #ced4da;
    --border-focus: #86b7fe;
    --accent-primary: #0d6efd;
    --accent-success: #198754;
    --accent-danger: #dc3545;
    --level-error-color: #d63344;
    --level-warning-color: #f08c00;
    --level-info-color: #1971c2;
    --level-debug-color: #5f6368;
}

.dark-theme {*/
    /* --- Dark Theme --- */
    /*--bg-header: #252526;
    --bg-table-header: #323233;
    --bg-content: #1e1e1e;
    --bg-controls: #3c3c3c;
    --text-header: #cccccc;
    --text-primary: #cccccc;
    --text-secondary: #9e9e9e;
    --text-muted: #858585;
    --border-primary: #3c3c3c;
    --border-secondary: #555555;
    --border-focus: #007acc;
    --level-error-color: #f48771;
    --level-warning-color: #ffd43b;
    --level-info-color: #4dabf7;
    --level-debug-color: #adb5bd;
}

.fullscreen-layout {
    font-family: var(--font-primary);
    color: var(--text-primary);
    background-color: var(--bg-content);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.logs-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-content);
    overflow: hidden;
}

.logs-header {
    background-color: var(--bg-header);
    color: var(--text-header);
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-bottom: 1px solid var(--border-primary);
}

.header-title h4 {
    font-family: var(--font-monospace);
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.connection-status.connected {
    color: #28a745;
}

.connection-status.disconnected {
    color: #dc3545;
}

.form-select-sm {
    background-color: var(--bg-controls);
    border: 1px solid var(--border-secondary);
    color: var(--text-secondary);
    border-radius: 4px;
}

    .form-select-sm:focus {
        border-color: var(--border-focus);
        box-shadow: none;
    }

.btn-base {
    background: transparent;
    border: 1px solid var(--border-secondary);
    color: var(--text-secondary);
    border-radius: 4px;
    transition: all 0.2s ease;
}

    .btn-base:hover {
        background-color: var(--border-primary);
        color: var(--text-primary);
    }

.btn-theme-toggle {
    font-size: 1rem;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logs-table-container {
    flex: 1;
    overflow-y: auto;
}

.logs-table {
    font-family: var(--font-monospace);
    border-collapse: collapse;
}

    .logs-table th, .logs-table td {
        border-bottom: 1px solid var(--border-primary);
        color: var(--text-primary);
    }

    .logs-table th {
        background-color: var(--bg-table-header);
        color: var(--text-secondary);
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }*/

/* Rediseño de Niveles: Sin fondo, solo color */
/*.level-text {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    font-size: 0.8rem;
}

.level-error {
    color: var(--level-error-color);
}

.level-warning {
    color: var(--level-warning-color);
}

.level-information {
    color: var(--level-info-color);
}

.level-debug {
    color: var(--level-debug-color);
}

.message-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .message-content .fas {
        font-size: 0.9rem;
    }

    .message-content .fa-check-circle {
        color: var(--accent-success);
    }

.exception-details {
    margin-top: 0.5rem;
    padding: 0.5rem;
    border-radius: 4px;
    background-color: var(--level-error-color);
    color: white;*/ /* El texto de la excepción siempre es blanco para máximo contraste */
    /*opacity: 0.9;
}

.dark-theme .exception-details {
    background-color: var(--level-error-color);
    color: #1e1e1e;
    font-weight: 500;
}

.logs-footer {
    background-color: var(--bg-header);
    color: var(--text-secondary);
    border-top: 1px solid var(--border-primary);
    padding: 0.5rem 1rem;
}

.stats-info strong {
    color: var(--text-primary);
}

.logs-table-container::-webkit-scrollbar {
    width: 10px;
}

.logs-table-container::-webkit-scrollbar-track {
    background: var(--bg-table-header);
}

.logs-table-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.dark-theme .logs-table-container::-webkit-scrollbar-thumb {
    background: #555;
}*/

/* Estilos de Auth (simplificados para brevedad, ya que el foco es el visor) */
/*.auth-container {
    background: #f0f2f5;
}

.dark-theme .auth-container {
    background: #1c1c1c;
}

.auth-card {
    background: var(--bg-content);
    border: 1px solid var(--border-primary);
}

.header-title, .header-controls, .control-group {
    display: flex;
    align-items: center;
}

.header-title {
    gap: 1rem;
}

.header-controls {
    gap: 1rem;
}

.control-group {
    gap: 0.5rem;
}

    .control-group label {
        font-size: 0.85rem;
        margin: 0;
        color: var(--text-secondary);
    }

.btn-base {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    padding: 0.25rem 0.75rem;
    cursor: pointer;
}

.logs-table {
    width: 100%;
}

.col-time {
    width: 90px;
}

.col-level {
    width: 120px;
}

.col-category {
    width: 220px;
}

.col-message {
    width: auto;
}

.logs-table th, .logs-table td {
    padding: 0.6rem 0.75rem;
    vertical-align: top;
    text-align: left;
}

.logs-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

.stats-info, .performance-info {
    font-size: 0.8rem;
}

.logs-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats-info {
    display: flex;
    gap: 1.5rem;
}*/

 
