/* _content/OutlookAgentBlazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6nx3nhf631] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-6nx3nhf631] {
    flex: 1;
}

.sidebar[b-6nx3nhf631] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6nx3nhf631] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.user-actions[b-6nx3nhf631] {
    margin-left: auto;
}

[b-6nx3nhf631] .subtle-button {
    background: none;
    border: 1px solid transparent;
    color: #64748b;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.15s ease;
    border-radius: 6px;
    font-weight: 500;
}

[b-6nx3nhf631] .subtle-button:hover {
    color: #334155;
    background-color: #f1f5f9;
    border-color: #e2e8f0;
}

[b-6nx3nhf631] .subtle-button:active {
    background-color: #e2e8f0;
}

[b-6nx3nhf631] .subtle-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px #e2e8f0;
}

    .top-row[b-6nx3nhf631]  a, .top-row[b-6nx3nhf631]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6nx3nhf631]  a:hover, .top-row[b-6nx3nhf631]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6nx3nhf631]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6nx3nhf631] {
        justify-content: space-between;
    }

    .top-row[b-6nx3nhf631]  a, .top-row[b-6nx3nhf631]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6nx3nhf631] {
        flex-direction: row;
    }

    .sidebar[b-6nx3nhf631] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6nx3nhf631] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6nx3nhf631]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6nx3nhf631], article[b-6nx3nhf631] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

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

    #blazor-error-ui .dismiss[b-6nx3nhf631] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/OutlookAgentBlazor/Components/Shared/SubscriptionList.razor.rz.scp.css */
.subscription-list[b-1k44wozg9s] {
    margin-top: 1rem;
}

.subscription-header[b-1k44wozg9s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.subscription-header h4[b-1k44wozg9s] {
    margin: 0;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
}

.refresh-button[b-1k44wozg9s] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.refresh-button:hover:not(:disabled)[b-1k44wozg9s] {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.refresh-button:disabled[b-1k44wozg9s] {
    opacity: 0.6;
    cursor: not-allowed;
}

.message[b-1k44wozg9s] {
    padding: 0.75rem;
    margin-bottom: 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.message.success[b-1k44wozg9s] {
    background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}

.message.error[b-1k44wozg9s] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c2c7;
}

.message.info[b-1k44wozg9s] {
    background-color: #cff4fc;
    color: #055160;
    border: 1px solid #b6effb;
}

.subscription-items[b-1k44wozg9s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.subscription-item[b-1k44wozg9s] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: box-shadow 0.15s ease-in-out;
}

.subscription-item:hover[b-1k44wozg9s] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.subscription-info[b-1k44wozg9s] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.subscription-info > div[b-1k44wozg9s] {
    font-size: 0.875rem;
    line-height: 1.4;
}

.subscription-id[b-1k44wozg9s] {
    font-family: 'Courier New', monospace;
    word-break: break-all;
}

.subscription-type[b-1k44wozg9s] {
    color: #6c757d;
}

.subscription-status[b-1k44wozg9s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-badge[b-1k44wozg9s] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-active[b-1k44wozg9s] {
    background-color: #d1e7dd;
    color: #0f5132;
}

.status-expired[b-1k44wozg9s] {
    background-color: #fff3cd;
    color: #856404;
}

.status-error[b-1k44wozg9s] {
    background-color: #f8d7da;
    color: #721c24;
}

.status-disabled[b-1k44wozg9s] {
    background-color: #e2e3e5;
    color: #41464b;
}

.status-unknown[b-1k44wozg9s] {
    background-color: #f8f9fa;
    color: #6c757d;
}

.subscription-expiration[b-1k44wozg9s] {
    color: #6c757d;
    font-size: 0.8rem;
}

.subscription-graph-id[b-1k44wozg9s] {
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    color: #6c757d;
    word-break: break-all;
}

.subscription-actions[b-1k44wozg9s] {
    margin-left: 1rem;
}

.delete-button[b-1k44wozg9s] {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #ffffff;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.delete-button:hover:not(:disabled)[b-1k44wozg9s] {
    background-color: #c82333;
    border-color: #bd2130;
}

.delete-button:disabled[b-1k44wozg9s] {
    opacity: 0.6;
    cursor: not-allowed;
}

.no-subscriptions[b-1k44wozg9s] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    font-style: italic;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 0.5rem;
} 
/* _content/OutlookAgentBlazor/Components/Shared/SubscriptionToggle.razor.rz.scp.css */
/* SubscriptionToggle Component Styles */

.setting-toggle[b-8fp5u3lj01] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--app-border);
    margin-bottom: 1rem;
}

.setting-toggle h3[b-8fp5u3lj01] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-dark);
    flex: 1;
}

/* Toggle Switch Styles */
.switch[b-8fp5u3lj01] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    margin: 0;
}

.switch input[b-8fp5u3lj01] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-8fp5u3lj01] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 22px;
}

.slider[b-8fp5u3lj01]:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider[b-8fp5u3lj01] {
    background-color: var(--bs-primary);
}

input:focus + .slider[b-8fp5u3lj01] {
    box-shadow: 0 0 1px var(--bs-primary);
}

input:checked + .slider[b-8fp5u3lj01]:before {
    transform: translateX(18px);
}

input:disabled + .slider[b-8fp5u3lj01] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Status Text */
.status-text[b-8fp5u3lj01] {
    font-size: 0.9rem;
    font-weight: 500;
    min-width: 80px;
    text-align: center;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.status-text.enabled[b-8fp5u3lj01] {
    color: var(--bs-success);
    background-color: rgb(from var(--bs-success) r g b / 0.1);
}

.status-text.disabled[b-8fp5u3lj01] {
    color: var(--app-subtle-text);
    background-color: var(--app-subtle-bg);
}

/* Message Styles - Consistent with app.css */
.message[b-8fp5u3lj01] {
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    border: 1px solid transparent;
}

.message.success[b-8fp5u3lj01] {
    background-color: rgb(from var(--bs-success) r g b / 0.1);
    color: var(--bs-success);
    border-color: rgb(from var(--bs-success) r g b / 0.2);
}

.message.error[b-8fp5u3lj01] {
    background-color: rgb(from var(--bs-danger) r g b / 0.1);
    color: var(--bs-danger);
    border-color: rgb(from var(--bs-danger) r g b / 0.2);
}

.message.info[b-8fp5u3lj01] {
    background-color: rgb(from var(--bs-info) r g b / 0.1);
    color: var(--bs-info);
    border-color: rgb(from var(--bs-info) r g b / 0.2);
}

/* Responsive Design */
@media (max-width: 640px) {
    .setting-toggle[b-8fp5u3lj01] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .setting-toggle h3[b-8fp5u3lj01] {
        margin-bottom: 0.5rem;
    }
    
    .switch[b-8fp5u3lj01] {
        align-self: center;
    }
    
    .status-text[b-8fp5u3lj01] {
        align-self: center;
    }
}
