@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Xping.Portal/Components/Pages/Home/Tabs/TestsTab.razor.rz.scp.css */
/* Test name link hover effect */
.tree-node-data a:hover span[b-4yyugiyil9],
td a:hover .fw-semibold[b-4yyugiyil9] {
    color: var(--bs-primary) !important;
    text-decoration: underline;
}
/* _content/Xping.Portal/Components/Pages/Settings/ApiKeys/Create.razor.rz.scp.css */
.settings-section-title[b-v392m1wzwz] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--bs-body-emphasis);
}

.settings-section-description[b-v392m1wzwz] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
}

.form-label[b-v392m1wzwz] {
    font-size: 0.8125rem;
    font-weight: 500;
}

.form-text[b-v392m1wzwz] {
    font-size: 0.75rem;
}

.card[b-v392m1wzwz] {
    border: none;
}
/* _content/Xping.Portal/Components/Pages/Settings/ApiKeys/Details.razor.rz.scp.css */
.settings-section-title[b-mjbkd27qi9] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--bs-body-emphasis);
}

.card-header h5[b-mjbkd27qi9] {
    font-size: 0.9375rem;
    font-weight: 600;
}
/* _content/Xping.Portal/Components/Pages/Settings/ApiKeys/Index.razor.rz.scp.css */
.settings-section-title[b-fmamwzpy6b] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--bs-body-emphasis);
}

.settings-section-description[b-fmamwzpy6b] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
}

.form-label[b-fmamwzpy6b] {
    font-size: 0.8125rem;
    font-weight: 500;
}

.form-text[b-fmamwzpy6b] {
    font-size: 0.75rem;
}

.list-group-item h6[b-fmamwzpy6b] {
    font-size: 0.9375rem;
}

.card[b-fmamwzpy6b] {
    border: none;
}
/* _content/Xping.Portal/Components/Pages/Settings/Preferences/Preferences.razor.rz.scp.css */
.settings-section-title[b-3gxnlydj69] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--bs-body-emphasis);
}

.settings-section-description[b-3gxnlydj69] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
}

.card-header h5[b-3gxnlydj69] {
    font-size: 0.9375rem;
    font-weight: 600;
}

.form-label[b-3gxnlydj69] {
    font-size: 0.8125rem;
    font-weight: 500;
}

.form-text[b-3gxnlydj69] {
    font-size: 0.75rem;
}
/* _content/Xping.Portal/Components/Pages/Settings/Profile/Profile.razor.rz.scp.css */
.settings-section-title[b-q4n3yc6e0v] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--bs-body-emphasis);
}

.settings-section-description[b-q4n3yc6e0v] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
}

.card-header h5[b-q4n3yc6e0v] {
    font-size: 0.9375rem;
    font-weight: 600;
}

.form-label[b-q4n3yc6e0v] {
    font-size: 0.8125rem;
    font-weight: 500;
}

.form-text[b-q4n3yc6e0v] {
    font-size: 0.75rem;
}
/* _content/Xping.Portal/Components/Shared/Common/PendingOperationDialog.razor.rz.scp.css */
/*
 * © 2025 Xping.io. All Rights Reserved.
 * 
 * This file is part of the Xping Solution. 
 */

/* Backdrop overlay */
.pending-operation-backdrop[b-4mlaxpbccp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    animation: fadeIn-b-4mlaxpbccp 0.2s ease-in-out;
}

/* Dialog container */
.pending-operation-dialog[b-4mlaxpbccp] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 480px;
    width: 90%;
    position: relative;
    animation: slideUp-b-4mlaxpbccp 0.3s ease-out;
}

/* Content area */
.pending-operation-content[b-4mlaxpbccp] {
    padding: 2.5rem;
    text-align: center;
    position: relative;
}

/* Close button */
.pending-operation-close[b-4mlaxpbccp] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    color: #6c757d;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.25rem;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.pending-operation-close:hover[b-4mlaxpbccp] {
    background: #f8f9fa;
    color: #495057;
}

.pending-operation-close:active[b-4mlaxpbccp] {
    transform: scale(0.95);
}

/* Spinner container */
.pending-operation-icon[b-4mlaxpbccp] {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

/* Spinner animation */
.pending-spinner[b-4mlaxpbccp] {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-ring[b-4mlaxpbccp] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: spin-b-4mlaxpbccp 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

.spinner-ring:nth-child(1)[b-4mlaxpbccp] {
    border-top-color: #0d6efd;
    animation-delay: 0s;
}

.spinner-ring:nth-child(2)[b-4mlaxpbccp] {
    border-right-color: #6610f2;
    animation-delay: 0.3s;
    width: 70%;
    height: 70%;
}

.spinner-ring:nth-child(3)[b-4mlaxpbccp] {
    border-bottom-color: #0dcaf0;
    animation-delay: 0.6s;
    width: 40%;
    height: 40%;
}

.spinner-icon[b-4mlaxpbccp] {
    font-size: 2rem;
    color: #0d6efd;
    z-index: 1;
    animation: pulse-b-4mlaxpbccp 2s ease-in-out infinite;
}

/* Title */
.pending-operation-title[b-4mlaxpbccp] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

/* Message */
.pending-operation-message[b-4mlaxpbccp] {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

/* Progress section */
.pending-operation-progress[b-4mlaxpbccp] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.pending-operation-progress .progress[b-4mlaxpbccp] {
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.pending-operation-progress .progress-bar[b-4mlaxpbccp] {
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    transition: width 0.3s ease;
}

/* Actions */
.pending-operation-actions[b-4mlaxpbccp] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.pending-operation-actions .btn[b-4mlaxpbccp] {
    min-width: 100px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.pending-operation-actions .btn:hover[b-4mlaxpbccp] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pending-operation-actions .btn:active[b-4mlaxpbccp] {
    transform: translateY(0);
}

/* Animations */
@keyframes fadeIn-b-4mlaxpbccp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-4mlaxpbccp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin-b-4mlaxpbccp {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-b-4mlaxpbccp {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(0.95);
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .pending-operation-dialog[b-4mlaxpbccp] {
        background: #2b3035;
    }

    .pending-operation-title[b-4mlaxpbccp] {
        color: #f8f9fa;
    }

    .pending-operation-message[b-4mlaxpbccp] {
        color: #adb5bd;
    }

    .pending-operation-close[b-4mlaxpbccp] {
        color: #adb5bd;
    }

    .pending-operation-close:hover[b-4mlaxpbccp] {
        background: #343a40;
        color: #f8f9fa;
    }

    .pending-operation-progress .progress[b-4mlaxpbccp] {
        background-color: #343a40;
    }
}

/* Responsive */
@media (max-width: 576px) {
    .pending-operation-dialog[b-4mlaxpbccp] {
        width: 95%;
        margin: 1rem;
    }

    .pending-operation-content[b-4mlaxpbccp] {
        padding: 2rem 1.5rem;
    }

    .pending-operation-title[b-4mlaxpbccp] {
        font-size: 1.25rem;
    }

    .pending-operation-message[b-4mlaxpbccp] {
        font-size: 0.9rem;
    }

    .pending-spinner[b-4mlaxpbccp] {
        width: 60px;
        height: 60px;
    }

    .spinner-icon[b-4mlaxpbccp] {
        font-size: 1.5rem;
    }
}
/* _content/Xping.Portal/Components/Shared/TabSystem/Components/TabNavigation.razor.rz.scp.css */
/*
 * © 2025 Xping.io. All Rights Reserved.
 * 
 * This file is part of the Xping Solution.
 */

/* Home Tabs - Consistent styling across all tab components */
[b-qlqlkmtfos] .home-tabs {
    border-bottom: 2px solid var(--bs-border-color);
}

[b-qlqlkmtfos] .home-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--bs-secondary-color);
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    transition: all 0.2s ease-in-out;
}

[b-qlqlkmtfos] .home-tabs .nav-link:hover {
    color: var(--bs-body-color);
    border-bottom-color: var(--bs-border-color);
}

[b-qlqlkmtfos] .home-tabs .nav-link.active {
    color: #0078d4;
    border-bottom-color: #0078d4;
    background-color: transparent;
}

[b-qlqlkmtfos] .home-tabs .nav-link .badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
}
