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

/* _content/Encore.WebUI/Components/Home/ChangelogSection.razor.rz.scp.css */
.changelog-container[b-t01mqod5id] {
    background-color: #28292B;
    border-radius: 4px;
    padding: 24px;
    color: #fff;
}

.section-title[b-t01mqod5id] {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 8px 0;
}

.section-subtitle[b-t01mqod5id] {
    font-size: 14px;
    color: #636363;
    margin: 0 0 12px 0;
}

.timeline[b-t01mqod5id] {
    position: relative;
    margin-top: 24px;
}

.timeline[b-t01mqod5id]::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: #3A3B3C;
}

.timeline-item[b-t01mqod5id] {
    display: flex;
    position: relative;
    margin-bottom: 24px;
}

.timeline-item:last-child[b-t01mqod5id] {
    margin-bottom: 0;
}

.timeline-marker[b-t01mqod5id] {
    position: absolute;
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 4px solid #3A3B3C;
    z-index: 1;
    box-sizing: border-box;
}

.timeline-card-wrapper[b-t01mqod5id] {
    padding-left: 40px;
    width: 100%;
}

.changelog-card[b-t01mqod5id] {
    background-color: #2D2E30;
    border-radius: 4px;
    overflow: hidden;
}

.changelog-header[b-t01mqod5id] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    cursor: pointer;
}

.changelog-date[b-t01mqod5id] {
    font-size: 12px;
    color: #7D7D7F;
    margin: 0 0 8px 0;
}

.changelog-title[b-t01mqod5id] {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
}

.changelog-toggle[b-t01mqod5id] {
    font-size: 12px;
    color: #7D7D7F;
    white-space: nowrap;
}

.changelog-body[b-t01mqod5id] {
    padding: 0 16px 16px;
    border-top: 1px solid #3a3b3c;
}

.changelog-body p[b-t01mqod5id] {
    font-size: 14px;
    line-height: 1.6;
    color: #FFFFFF;
}

.features-list[b-t01mqod5id] {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.features-list li[b-t01mqod5id] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
}

.features-list li span:last-child[b-t01mqod5id] {
    line-height: 1.4;
}

.feature-icon-wrapper[b-t01mqod5id] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #1EE797;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-icon-wrapper img[b-t01mqod5id] {
    width: 8px;
    height: 8px;
} 
/* _content/Encore.WebUI/Components/Home/ProfileSection.razor.rz.scp.css */
.profile-card[b-n5llan0mfy] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #28292B;
    border-radius: 4px;
    padding: 24px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    gap: 24px;
}

.profile-content[b-n5llan0mfy] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
}

.profile-info[b-n5llan0mfy] {
    display: flex;
    align-items: center;
}

.profile-avatar[b-n5llan0mfy] {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 24px;
    object-fit: cover;
    flex-shrink: 0;
}

.profile-details[b-n5llan0mfy] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-n5llan0mfy] {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 8px 0;
    line-height: 1;
    color: #FFFFFF;
}

.license-status[b-n5llan0mfy] {
    font-size: 14px;
    color: #7B7C7D;
    margin: 0 0 16px 0;
}

.license-days[b-n5llan0mfy] {
    color: #FFFFFF;
}

.renewal-button[b-n5llan0mfy] {
    display: inline-flex;
    align-items: stretch;
    background-color: #1EE797;
    color: #28292B;
    border: none;
    border-radius: 8px;
    padding: 0;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: fit-content;
    transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
    overflow: hidden;
}

.button-icon-area[b-n5llan0mfy] {
    display: flex;
    align-items: center;
    padding: 8px 8px;
    border-right: 1px solid rgba(40, 41, 43, 0.2);
}

.button-text-area[b-n5llan0mfy] {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 8px 8px;
}

.renewal-button:hover[b-n5llan0mfy] {
    background-color: #1CDA8C;
}

.renewal-button:active[b-n5llan0mfy] {
    transform: scale(0.98);
    background-color: #18B87A;
}

.renewal-button img[b-n5llan0mfy] {
    width: 20px;
    height: 20px;
}

.ad-carousel[b-n5llan0mfy] {
    width: 480px;
    height: 200px;
    flex-shrink: 0;
    position: relative;
}

.ad-carousel .carousel[b-n5llan0mfy] {
    height: 100%;
}

.ad-carousel .carousel-inner[b-n5llan0mfy],
.ad-carousel .carousel-item[b-n5llan0mfy] {
    border-radius: 4px;
    height: 100%;
}

.ad-slide[b-n5llan0mfy] {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 4px;
    overflow: hidden;
}

.ad-slide img[b-n5llan0mfy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.ad-overlay-top-left[b-n5llan0mfy] {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ad-overlay-top-right[b-n5llan0mfy] {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.ad-carousel .carousel-indicators[b-n5llan0mfy] {
    display: none;
}

.custom-carousel-indicators[b-n5llan0mfy] {
    position: relative;
    bottom: 16px;
    left: 200px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 8px;
}

.custom-carousel-indicators button[b-n5llan0mfy] {
    width: 4px;
    height: 4px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    transition: all 0.3s ease;
}

.custom-carousel-indicators button:hover[b-n5llan0mfy] {
    background-color: rgba(255, 255, 255, 0.9);
}

.custom-carousel-indicators button.active[b-n5llan0mfy] {
    width: 16px;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.ad-placeholder[b-n5llan0mfy] {
    display: none;
}

.instance-section[b-n5llan0mfy] {
    color: #fff;
}

.section-title[b-n5llan0mfy] {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 8px 0;
}

.section-subtitle[b-n5llan0mfy] {
    font-size: 14px;
    color: #636363;
    margin: 0 0 12px 0;
}

.instance-selector[b-n5llan0mfy] {
    position: relative;
    background-color: #2D2E30;
    border: 1px solid #313234;
    border-radius: 4px;
    cursor: pointer;
    width: 380px;
    max-width: 100%;
    outline: none;
}

.selected-instance[b-n5llan0mfy] {
    display: flex;
    align-items: center;
    padding: 8px 12px;
}

.selected-instance img[b-n5llan0mfy] {
    flex-shrink: 0;
}

.status-dot[b-n5llan0mfy] {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 0 8px;
    flex-shrink: 0;
}

.status-dot.online[b-n5llan0mfy] {
    background-color: #3FE8A6;
}

.status-dot.offline[b-n5llan0mfy] {
    background-color: #E83F3F;
}

.status-dot.idle[b-n5llan0mfy] {
    background-color: #808080;
}

.instance-id[b-n5llan0mfy] {
    font-weight: 500;
    white-space: nowrap;
}

.instance-date[b-n5llan0mfy],
.instance-time[b-n5llan0mfy] {
    display: flex;
    align-items: center;
    margin-left: 16px;
    font-size: 14px;
    color: #a0a0a0;
    white-space: nowrap;
}

.instance-date img[b-n5llan0mfy],
.instance-time img[b-n5llan0mfy] {
    margin-right: 6px;
}

.dropdown-arrow[b-n5llan0mfy] {
    margin-left: auto;
}

.instance-dropdown[b-n5llan0mfy] {
    position: absolute;
    width: 100%;
    background-color: #2D2E30;
    border: 1px solid #313234;
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.profile-instance-option[b-n5llan0mfy] {
    display: flex;
    align-items: center;
    padding: 8px 12px;
}

.profile-instance-option:hover[b-n5llan0mfy] {
    background-color: #3a3b3c;
} 

.ad-image[b-n5llan0mfy]{
    width: 480px !important;
    z-index: -1;
    height: 238px !important;
}
/* _content/Encore.WebUI/Components/Home/StatsSection.razor.rz.scp.css */
.stats-container[b-7li7f7tew4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.stat-card[b-7li7f7tew4] {
    background-color: #28292B;
    border-radius: 4px;
    padding: 16px 20px;
    color: #fff;
}

.stat-card p[b-7li7f7tew4] {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 0 4px 0;
    font-weight: 400;
}

.stat-value[b-7li7f7tew4] {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
} 
/* _content/Encore.WebUI/Components/Layout/MainLayout.razor.rz.scp.css */
.page-layout[b-jfrkythqik] {
    display: flex;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.sidebar[b-jfrkythqik] {
    height: 100vh;
    background: #232425;
    transition: width 0.15s;
    min-width: 40px;
    max-width: 600px;
    box-sizing: border-box;
    z-index: 2;
}

.resizer-component[b-jfrkythqik] {
    width: 16px;
    cursor: col-resize;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232425;
    user-select: none;
    z-index: 3;
}

.resizer-handle[b-jfrkythqik] {
    width: 3px;
    height: 32px;
    background: #3A3B3C;
    border-radius: 2px;
}

main[b-jfrkythqik] {
    flex: 1 1 0;
    min-width: 0;
    height: 100vh;
    background: #232425;
    overflow: auto;
    z-index: 4;
} 
/* _content/Encore.WebUI/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/Encore.WebUI/Components/Layout/ResizerComponent.razor.rz.scp.css */
.resizer-component[b-7e9cqm81t7] {
    position: relative;
    width: 2px;
    height: 100vh;
    z-index: 3;
    background: #323335;
    cursor: col-resize;
}

/* _content/Encore.WebUI/Components/Tasks/TasksSidebar.razor.rz.scp.css */
.tasks-nav-menu[b-miueeuhunz] {
    width: 240px;
    background-color: #202123;
    border-right: 1px solid #26282B;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    list-style: none;
    margin: 0;
    min-height: 100vh;
}
.tasks-nav-item[b-miueeuhunz] {
    display: flex;
    align-items: center;
    padding: 10px 24px;
    margin-bottom: 4px;
    color: #A0A0A0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
    gap: 12px;
}
.tasks-nav-item.active[b-miueeuhunz] {
    background-color: #20362E;
    color: #FFFFFF;
}
.tasks-nav-item.add-group[b-miueeuhunz] {
    background: #1EE797;
    color: #28292B;
    font-weight: 500;
    margin-top: 16px;
}
.tasks-nav-item.add-group:hover[b-miueeuhunz] {
    background: #1CDA8C;
}
.tasks-nav-item:hover:not(.active):not(.add-group)[b-miueeuhunz] {
    background-color: rgba(30, 231, 151, 0.1);
    color: #fff;
}
.tasks-nav-icon[b-miueeuhunz] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.tasks-nav-text[b-miueeuhunz] {
    line-height: 20px;
} 
/* _content/Encore.WebUI/Components/Tasks/TasksTable.razor.rz.scp.css */
.tasks-table-container[b-vfnw8wmvcg] {
    margin-top: 16px;
}
.tasks-table-toolbar[b-vfnw8wmvcg] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    background: #232425;
    border-radius: 8px 8px 0 0;
    padding: 12px 24px;
    color: #fff;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
}
.tasks-table-toolbar-btn[b-vfnw8wmvcg] {
    background: none;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
}
.tasks-table-toolbar-btn img[b-vfnw8wmvcg] {
    width: 18px;
    height: 18px;
}
.tasks-table-toolbar-btn:hover[b-vfnw8wmvcg] {
    background: #28292B;
}
.tasks-table[b-vfnw8wmvcg] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Inter', sans-serif;
    background: #232425;
    border-radius: 8px;
    overflow: hidden;
}
.tasks-table th[b-vfnw8wmvcg], .tasks-table td[b-vfnw8wmvcg] {
    padding: 18px 18px 14px 18px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #232425;
    background: none;
}
.tasks-table th[b-vfnw8wmvcg] {
    color: #7B7C7D;
    font-weight: 500;
    background: #232425;
    border-top: none;
    font-size: 15px;
    letter-spacing: 0.01em;
}
.tasks-table tr.selected[b-vfnw8wmvcg] {
    background: #1ee797;
}
.tasks-table tr.selected td[b-vfnw8wmvcg],
.tasks-table tr.selected .event-title[b-vfnw8wmvcg],
.tasks-table tr.selected .event-id[b-vfnw8wmvcg],
.tasks-table tr.selected .status[b-vfnw8wmvcg],
.tasks-table tr.selected .action-btn img[b-vfnw8wmvcg] {
    color: #181A1B !important;
    fill: #181A1B !important;
}
.tasks-table tr.selected .action-btn img[b-vfnw8wmvcg] {
    filter: brightness(0) saturate(100%);
}
.tasks-table tr:last-child td[b-vfnw8wmvcg] {
    border-bottom: none;
}
.tasks-table input[type="checkbox"][b-vfnw8wmvcg] {
    width: 18px;
    height: 18px;
    accent-color: #1EE797;
    border-radius: 4px;
}
.event-title[b-vfnw8wmvcg] {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 2px;
}
.event-id[b-vfnw8wmvcg] {
    font-size: 13px;
    color: #7B7C7D;
    font-weight: 400;
}
.status[b-vfnw8wmvcg] {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    background: none;
    border-radius: 6px;
    padding: 0 8px;
}
.action-btn[b-vfnw8wmvcg] {
    background: none;
    border: none;
    padding: 6px 10px;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
}
.action-btn:last-child[b-vfnw8wmvcg] {
    margin-right: 0;
}
.action-btn img[b-vfnw8wmvcg] {
    width: 18px;
    height: 18px;
}
.action-btn:hover[b-vfnw8wmvcg] {
    background: #28292B;
}
.sort-arrow[b-vfnw8wmvcg] {
    font-size: 13px;
    color: #7B7C7D;
    margin-left: 2px;
} 
/* _content/Encore.WebUI/Components/Tasks/TasksToolbar.razor.rz.scp.css */
.tasks-toolbar[b-wjgrq2s2v6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.tasks-toolbar-actions[b-wjgrq2s2v6] {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tasks-toolbar-btn[b-wjgrq2s2v6] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1EE797;
    border: none;
    border-radius: 8px;
    color: #28292B;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 8px 20px;
    cursor: pointer;
    transition: background 0.2s;
    height: 40px;
}
.tasks-toolbar-btn.start[b-wjgrq2s2v6] {
    background: #1EE797;
}
.tasks-toolbar-btn.stop[b-wjgrq2s2v6] {
    background: #E83F3F;
    color: #fff;
}
.tasks-toolbar-btn.add[b-wjgrq2s2v6] {
    background: #20362E;
    color: #fff;
}
.tasks-toolbar-btn img[b-wjgrq2s2v6] {
    width: 18px;
    height: 18px;
}
.tasks-toolbar-btn:hover[b-wjgrq2s2v6] {
    filter: brightness(0.95);
}

.tasks-toolbar-filters[b-wjgrq2s2v6] {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tasks-toolbar-filter-btn[b-wjgrq2s2v6] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #242527;
    border: 1px solid #363739;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.2s;
    height: 40px;
}
.tasks-toolbar-filter-btn:hover[b-wjgrq2s2v6] {
    background: #2e2f31;
}
.chevron-icon[b-wjgrq2s2v6] {
    width: 16px;
    height: 16px;
}
.tasks-toolbar-search-bar[b-wjgrq2s2v6] {
    position: relative;
    display: flex;
    align-items: center;
}
.tasks-toolbar-search-bar input[type="text"][b-wjgrq2s2v6] {
    background-color: #26282B;
    border: 1px solid #363739;
    border-radius: 8px;
    padding: 10px 15px 10px 40px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    outline: none;
    width: 180px;
}
.tasks-toolbar-search-bar input[type="text"][b-wjgrq2s2v6]::placeholder {
    color: #A0A0A0;
    font-size: 14px;
}
.tasks-toolbar-search-bar .search-icon[b-wjgrq2s2v6] {
    position: absolute;
    left: 12px;
    width: 20px;
    height: 20px;
} 
/* _content/Encore.WebUI/Components/Tasks/WebhookCard.razor.rz.scp.css */
.webhook-card-main-row[b-vsduopmkf7] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.webhook-card-expand-btn[b-vsduopmkf7] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    transition: background 0.2s;
    border-radius: 50%;
    margin-left: 8px;
}
.webhook-card-expand-btn:hover[b-vsduopmkf7] {
    background: #232425;
}
.webhook-card-details-expanded[b-vsduopmkf7] {
    background: #232425;
    border-radius: 8px;
    margin-top: 12px;
    padding: 16px 20px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    animation: fadeIn-b-vsduopmkf7 0.2s;
}
@keyframes fadeIn-b-vsduopmkf7 {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}
.webhook-card-detail-row[b-vsduopmkf7] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.webhook-card-ex-received[b-vsduopmkf7] {
    margin-top: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #7a7b7c;
}







/* _content/Encore.WebUI/Components/Tasks/WebhookCardEx.razor.rz.scp.css */
.webhooks-search-row[b-ljk01hy044] {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.webhooks-search-input-wrapper[b-ljk01hy044] {
    position: relative;
    width: 340px;
}
.webhooks-search-input[b-ljk01hy044] {
    width: 100%;
    background: #232425;
    border: none;
    border-radius: 8px;
    padding: 12px 16px 12px 38px;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    outline: none;
    margin: 0;
    box-sizing: border-box;
    transition: border 0.2s;
}
.webhooks-search-input[b-ljk01hy044]::placeholder {
    color: #7B7C7D;
    font-size: 16px;
}
.webhooks-search-icon[b-ljk01hy044] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #7B7C7D;
    font-size: 18px;
    pointer-events: none;
}
.webhooks-tabs-row[b-ljk01hy044] {
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}
.webhooks-tab-btn[b-ljk01hy044] {
    background: none;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 28px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    outline: none;
}
.webhooks-tab-btn.active[b-ljk01hy044] {
    background: #1EE797;
    color: #181A1B;
}
.webhooks-tab-btn:focus[b-ljk01hy044] {
    outline: 2px solid #1EE797;
}
.webhooks-cards-grid[b-ljk01hy044] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
    gap: 32px 24px;
    width: 100%;
    align-items: stretch;
    justify-content: start;
}
.webhook-card-ex[b-ljk01hy044] {
    background: #28292b;
    border-radius: 12px;
    padding: 18px 18px 12px 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-width: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    /* max-width: 480px; */
}
.webhook-card-ex-header-row[b-ljk01hy044] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.webhook-card-ex-title[b-ljk01hy044] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff; 
}
.webhook-card-ex-date-row[b-ljk01hy044] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.webhook-card-ex-date-icon[b-ljk01hy044] {
    font-size: 15px;
    opacity: 0.7;
    margin-right: 2px;
}
.webhook-card-ex-date[b-ljk01hy044] {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.webhook-card-ex-received[b-ljk01hy044] {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #7a7b7c;
    white-space: nowrap;
}
.webhook-card-ex-location[b-ljk01hy044] {
    margin-bottom: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #7a7b7c;

}
.webhook-card-ex-row-details[b-ljk01hy044] {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: flex;
    gap: 8px;
}
.webhook-card-ex-detail[b-ljk01hy044] {
    font-size: 15px;
    font-weight: 400;
}
.webhook-card-ex-info-btn[b-ljk01hy044] {
    background: none;
    border: none;
    margin-left: 12px;
    margin-top: 0;
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 50%;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #8A8A8A;
}
.webhook-card-ex-info-btn:hover[b-ljk01hy044] {
    background: #28292B;
    color: #fff;
}
.webhook-card-ex-content-row[b-ljk01hy044] {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 10px;
}
.webhook-card-ex-img[b-ljk01hy044] {
    width: 96px;
    height: 96px;
    border-radius: 8px;
    object-fit: cover;
    background: #181A1B;
}
.webhook-card-ex-info-block[b-ljk01hy044] {
    flex: 1 1 0;
    min-width: 0;
}
.webhook-card-ex-actions-row[b-ljk01hy044] {
    display: flex;
    gap: 6px;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
}
.webhook-card-ex-action-btn[b-ljk01hy044] {
    background: #323335;
    border: none;
    border-radius: 4px;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background 0.18s, color 0.18s;
    outline: none;
    box-shadow: none;
    border: solid 1px rgba(255, 255, 255, 0.02);
}
/* Общий hover стиль убираем, чтобы кнопки галочки и крестика не подкрашивались */

/* Специальный стиль для кнопки крестика при наведении */
.webhook-card-ex-action-btn.fail-btn:hover[b-ljk01hy044] {
    background: #FF5C5C;
    color: #fff;
}

/* Стиль для кнопки кредитной карты - белый значок */
.webhook-card-ex-action-btn.credit-card-btn img[b-ljk01hy044] {
    filter: brightness(0) invert(1); /* Делает значок белым */
}

/* Hover стили только для кнопок кредитной карты и обновления */
.webhook-card-ex-action-btn.credit-card-btn:hover[b-ljk01hy044] {
    background: #1EE797;
    color: #181A1B;
}

.webhook-card-ex-action-btn:not(.success-selected):not(.fail-selected):not(.credit-card-btn):not(.fail-btn):hover[b-ljk01hy044] {
    background: #1EE797;
    color: #181A1B;
}


/* Стили для выбранных состояний */
.webhook-card-ex-action-btn.success-selected[b-ljk01hy044] {
    background: #1EE797;
    color: #181A1B;
    border: 2px solid #1EE797;
}

.webhook-card-ex-action-btn.fail-selected[b-ljk01hy044] {
    background: #FF5C5C;
    color: #fff;
    border: 2px solid #FF5C5C;
}

/* Стили для спиннера загрузки */
.webhook-card-ex-loading-spinner[b-ljk01hy044] {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: webhook-card-ex-spin-b-ljk01hy044 1s linear infinite;
}

@keyframes webhook-card-ex-spin-b-ljk01hy044 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Стили для отключенного состояния */
.webhook-card-ex-action-btn:disabled[b-ljk01hy044] {
    opacity: 0.6;
    cursor: not-allowed;
}

.webhook-card-ex-action-btn:disabled:hover[b-ljk01hy044] {
    background: inherit;
    color: inherit;
}

/* Отключаем hover эффекты для отключенных кнопок */
.webhook-card-ex-action-btn:disabled.credit-card-btn:hover[b-ljk01hy044] {
    background: inherit;
    color: inherit;
}

.webhook-card-ex-action-btn:disabled:not(.success-selected):not(.fail-selected):not(.credit-card-btn):not(.fail-btn):hover[b-ljk01hy044] {
    background: inherit;
    color: inherit;
}

.webhook-card-ex-link-group[b-ljk01hy044] {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.webhook-card-ex-link-btn[b-ljk01hy044] {
    background: #323335;
    border: solid 1px rgba(255, 255, 255, 0.02);
    border-radius: 4px;
    padding: 0 10px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    transition: background 0.18s, border 0.18s, color 0.18s;
    outline: none;
    box-shadow: none;
}
.webhook-card-ex-link-btn.idle[b-ljk01hy044] {
    color: #fff;
}
.webhook-card-ex-link-btn.active[b-ljk01hy044] {
    outline: 1px solid #FFF;
    color: #1EE797;
}
.webhook-card-ex-link-btn.disabled[b-ljk01hy044] {
    opacity: 0.4;
    cursor: not-allowed;
}

.webhook-card-ex-link-menu[b-ljk01hy044] {
    position: absolute;
    top: 44px;
    left: 0;
    background: #232425;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    width: 200px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
}
.webhook-card-ex-link-menu-item[b-ljk01hy044] {
    color: #fff;
    font-size: 14px;
    padding: 10px 18px;
    cursor: pointer;
    transition: background 0.15s;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}
.webhook-card-ex-link-menu-item:hover[b-ljk01hy044] {
    background: #1EE797;
    color: #181A1B;
}
.webhook-card-ex-checkout-btn[b-ljk01hy044] {
    background: #1EE797;
    color: #181A1B;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    border-radius: 4px;
    padding: 8px 22px;
    margin-left: auto;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 100px;
    box-shadow: none;
    height: 36px;
    outline: none;
}
.webhook-card-ex-checkout-btn:hover[b-ljk01hy044] {
    background: #1CDA8C;
}
.webhook-card-ex-checkout-btn:focus[b-ljk01hy044] {
    outline: 2px solid #1EE797;
} 

.webhook-card-ex-actions-left[b-ljk01hy044]{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.webhook-card-ex-toggle-group[b-ljk01hy044] {
    display: flex;
    flex-direction: row;
    gap: 0;
}



.webhook-card-ex-info-btn-wrapper[b-ljk01hy044] {
    position: relative;
    display: inline-block;
}
.webhook-card-ex-hint-popover[b-ljk01hy044] {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 340px;
    max-width: 400px;
    background: #2d2e30;
    color: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 28px 28px 20px 28px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 15px;
    animation: fadeIn-b-ljk01hy044 0.18s;
    align-items: flex-start;
}
@keyframes fadeIn-b-ljk01hy044 {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}
.webhook-card-ex-hint-title[b-ljk01hy044] {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 2px;
}
.webhook-card-ex-hint-date[b-ljk01hy044] {
    color: #7B7C7D;
    font-size: 15px;
    margin-bottom: 2px;
}
.webhook-card-ex-hint-location[b-ljk01hy044] {
    color: #7B7C7D;
    font-size: 14px;
    margin-bottom: 4px;
}
.webhook-card-ex-hint-row-details[b-ljk01hy044] {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.webhook-card-ex-hint-table[b-ljk01hy044] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin: 20px 0 0;
    margin-top: 8px;
    padding: 16px;
    border-radius: 4px;
    background-color: #323335;
}
/* Dynamic fields grid */
.webhook-card-ex-hint-fields-grid[b-ljk01hy044] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 14px 18px;
}
.webhook-card-ex-hint-col.span-2[b-ljk01hy044] {
	grid-column: span 2;
}
.webhook-card-ex-hint-col.span-3[b-ljk01hy044] {
	grid-column: span 3;
}
.webhook-card-ex-hint-table-row[b-ljk01hy044] {
    display: grid;
    grid-template-columns: 1.1fr 1.6fr 1.1fr 1.6fr;
    gap: 6px 10px;
    align-items: center;
    font-size: 15px;
    width: 100%;
}
.webhook-card-ex-hint-label[b-ljk01hy044] {
    color: #7B7C7D;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}
.webhook-card-ex-hint-value[b-ljk01hy044] {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    word-break: break-all;
}
.webhook-card-ex-hint-value:empty[b-ljk01hy044]::after {
    content: "-";
    color: #7B7C7D;
}
.webhook-card-ex-hint-col[b-ljk01hy044] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 0;
    align-items: flex-start;
    gap: 2px;
}
.webhook-card-ex-hint-label[b-ljk01hy044] {
    color: #7B7C7D;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px;
    white-space: nowrap;
}
.webhook-card-ex-hint-value[b-ljk01hy044] {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
    text-align: left;
}
.webhook-card-ex-hint-table-row2[b-ljk01hy044] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 8px;
}
.webhook-card-ex-hint-table-row1[b-ljk01hy044] {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 8px;
}
.webhook-card-ex-hint-table-row4[b-ljk01hy044] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 18px;
    margin-bottom: 8px;
}
.webhook-card-ex-hint-table-row3[b-ljk01hy044] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    margin-bottom: 8px;
}
.webhook-card-ex-hint-col[b-ljk01hy044] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 0;
    align-items: flex-start;
    gap: 2px;
}
.webhook-card-ex-hint-label[b-ljk01hy044] {
    color: #7B7C7D;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
    white-space: nowrap;
}
.webhook-card-ex-hint-value[b-ljk01hy044] {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    text-align: left;
}
.webhook-card-ex-info-btn-wrapper .webhook-card-ex-hint-popover[b-ljk01hy044] {
    left: 0;
    right: auto;
}
.webhook-card-ex-info-btn-wrapper.popover-left .webhook-card-ex-hint-popover[b-ljk01hy044] {
    left: auto;
    right: 0;
}
/* _content/Encore.WebUI/Components/Tasks/WebhookTimeline.razor.rz.scp.css */
.webhook-timeline[b-t15rbe80ka] {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
    /* min-width: 796px; */
    /* max-width: 836px; */
    align-items: flex-start;
}
.webhook-timeline-item[b-t15rbe80ka] {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 240px;
    width: 80%;
    overflow: visible;
}
.webhook-timeline-dot[b-t15rbe80ka] {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0.2;
    background-color: #7f8081;
    border-radius: 50%;
    border: none;
    z-index: 2;
}

.webhook-timeline-white-dot[b-t15rbe80ka] {
    position: absolute;
    top:6px;
    left: 6px;
    width: 4px;
    height: 4px;
    background: #FFF;
    border-radius: 50%;
    border: none;
    z-index: 3;
}

.webhook-timeline-left-line[b-t15rbe80ka]{
    position: absolute;
    top: 20px;
    left: 8px;
    height: 105%;
    width: 2px;
    background: #3a3b3c;
}

.webhook-timeline-header-date[b-t15rbe80ka]{
    position: absolute;
    left: 30px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #7d7d7f;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.webhook-timeline-header-time[b-t15rbe80ka] {
    color: #b3b4b5;
    font-size: 12px;
}

.webhook-timeline-item:not(:last-child)[b-t15rbe80ka]::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 44px;
    width: 2px;
    height: calc(100% - 44px);
    background: #3a3b3c;
    z-index: 1;
}
.webhook-timeline-content[b-t15rbe80ka] {
    background: #28292b;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    width: 100%;
    min-width: 0;
    padding: 32px 32px 24px 32px;
    margin-left: 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
}
.timeline-top-row[b-t15rbe80ka] {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 24px;
}
.timeline-img[b-t15rbe80ka] {
    width: 114px;
    height: 114px;
    border-radius: 4px;
    object-fit: cover;
    background: #fff;
    border: 1px solid #707070;
}
.timeline-main-info[b-t15rbe80ka] {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.timeline-title[b-t15rbe80ka] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2px;
}
.timeline-date[b-t15rbe80ka] {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2px;
}
.timeline-location[b-t15rbe80ka] {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #7a7b7c;
    margin-bottom: 8px;
}
.timeline-received[b-t15rbe80ka] {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #7a7b7c;
}
.timeline-row-details[b-t15rbe80ka] {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
.timeline-details-table[b-t15rbe80ka] {
    background: #323335;
    border-radius: 4px;
    padding: 24px 24px 20px 24px;
    margin-top: 18px;
}

/* Dynamic grid for fields */
.timeline-fields-grid[b-t15rbe80ka] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px 20px;
}

.timeline-field[b-t15rbe80ka] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.timeline-field-label[b-t15rbe80ka] {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #7a7b7c;
    margin-bottom: 4px;
    white-space: nowrap;
}

.timeline-field-value[b-t15rbe80ka] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    word-break: break-word;
}

.timeline-field-value:empty[b-t15rbe80ka]::after {
    content: "-";
    color: #7a7b7c;
}

.timeline-field.span-2[b-t15rbe80ka] { grid-column: span 2; }
.timeline-field.span-3[b-t15rbe80ka] { grid-column: span 3; }


.webhook-timeline-row[b-t15rbe80ka]{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

/* Стили для webhook-card-ex-link-group в таймлайне */
.webhook-card-ex-link-group[b-t15rbe80ka] {
    position: absolute;
    right: 20px;
    top: 50px;
    display: flex;
    align-items: flex-start;
}

.webhook-card-ex-link-btn[b-t15rbe80ka] {
    background: #323335;
    border: solid 1px rgba(255, 255, 255, 0.02);
    border-radius: 4px;
    padding: 0 10px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    transition: background 0.18s, border 0.18s, color 0.18s;
    outline: none;
    box-shadow: none;
}

.webhook-card-ex-link-btn.idle[b-t15rbe80ka] {
    color: #fff;
}

.webhook-card-ex-link-btn.active[b-t15rbe80ka] {
    color: #1EE797;
    outline: 1px solid #FFF;
}

.webhook-card-ex-link-btn.disabled[b-t15rbe80ka] {
    opacity: 0.4;
    cursor: not-allowed;
}


.webhook-card-ex-link-menu[b-t15rbe80ka] {
    position: absolute;
    top: 44px;
    left: 0;
    background: #232425;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    width: 200px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
}

.webhook-card-ex-link-menu-item[b-t15rbe80ka] {
    color: #fff;
    font-size: 14px;
    padding: 10px 18px;
    cursor: pointer;
    transition: background 0.15s;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}

.webhook-card-ex-link-menu-item:hover[b-t15rbe80ka] {
    background: #1EE797;
    color: #181A1B;
}
/* _content/Encore.WebUI/Pages/Home.razor.rz.scp.css */
.home-container[b-wddskamr8b] {
    gap: 32px;
} 
/* _content/Encore.WebUI/Pages/Login.razor.rz.scp.css */
html[b-u6sbvotwy9], body[b-u6sbvotwy9] {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-light);
    height: 100%;
}

.login-container[b-u6sbvotwy9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: var(--bg-dark);
    color: var(--text-light);
    padding: 20px;
}

.login-card[b-u6sbvotwy9] {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.login-logo[b-u6sbvotwy9] {
    margin-bottom: var(--spacing-xl);
}

.login-logo img[b-u6sbvotwy9] {
    max-width: 120px;
    height: auto;
}

.login-title[b-u6sbvotwy9] {
    font-size: 28px;
    margin-bottom: var(--spacing-sm);
    font-weight: 600;
}

.login-subtitle[b-u6sbvotwy9] {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: var(--spacing-xl);
}

.discord-login-button[b-u6sbvotwy9] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5865F2; /* Discord brand color */
    color: var(--text-light) !important;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s ease;
    text-decoration: none;
    width: 100%;
}

.discord-login-button:hover[b-u6sbvotwy9] {
    background-color: #4752c4;
    text-decoration: none;
    color: var(--text-light);
}

.discord-icon[b-u6sbvotwy9] {
    margin-right: var(--spacing-sm);
    width: 24px;
    height: 24px;
}

.login-footer[b-u6sbvotwy9] {
    margin-top: var(--spacing-xl);
    color: var(--text-muted);
    font-size: 13px;
}

.login-btn-icon[b-u6sbvotwy9]{
    margin-right: 5px;
}
/* _content/Encore.WebUI/Pages/ManualOtp.razor.rz.scp.css */
.otp-page-container[b-95mjjnkwv6] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 50%;
    background-color: #242527;
    padding: 24px;
    height: 100%;
}

.home-page-content[b-95mjjnkwv6]{
    background-color: #242527;
    padding: 24px;
}

.otp-content[b-95mjjnkwv6] {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.otp-title[b-95mjjnkwv6] {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.otp-desc[b-95mjjnkwv6] {
    color: #7B7C7D;
    font-size: 16px;
    margin: 0 0 24px 0;
    max-width: 520px;
}

.otp-card[b-95mjjnkwv6] {
    background: #28292b;
    border-radius: 12px;
    padding: 36px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    box-sizing: border-box;
}

.otp-form-group[b-95mjjnkwv6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.otp-label[b-95mjjnkwv6] {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.otp-label-desc[b-95mjjnkwv6] {
    color: #7B7C7D;
    font-size: 14px;
    margin-bottom: 0;
}

.otp-select[b-95mjjnkwv6] {
    background: #181A1B;
    border: none;
    border-radius: 8px;
    padding: 16px 20px;
    color: #fff;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    outline: none;
    margin: 0;
    box-sizing: border-box;
    appearance: none;
}
.otp-select:focus[b-95mjjnkwv6] {
    outline: 2px solid #1EE797;
}

.otp-code-inputs[b-95mjjnkwv6] {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}
.otp-code-input[b-95mjjnkwv6] {
    width: 48px;
    height: 48px;
    background: #181A1B;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    outline: none;
    box-sizing: border-box;
    transition: border 0.2s;
}
.otp-code-input:focus[b-95mjjnkwv6] {
    border: 2px solid #1EE797;
}

.otp-btn[b-95mjjnkwv6] {
    margin-top: 8px;
    width: 100%;
    background: #1EE797;
    color: #181A1B;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 16px 0;
    cursor: pointer;
    transition: background 0.2s;
}
.otp-btn:hover[b-95mjjnkwv6] {
    background: #1CDA8C;
} 
/* _content/Encore.WebUI/Pages/ProxyModifier.razor.rz.scp.css */
.proxy-page-container[b-dndh00d46k] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #242527;
    padding: 24px;
    height: 100%;
}

.proxy-content-container[b-dndh00d46k]{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.proxy-content[b-dndh00d46k] {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.proxy-title[b-dndh00d46k] {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.proxy-desc[b-dndh00d46k] {
    color: #7B7C7D;
    font-size: 16px;
    margin: 0 0 24px 0;
    max-width: 520px;
}

.proxy-card[b-dndh00d46k] {
    background: #28292b;
    border-radius: 12px;
    padding: 36px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    box-sizing: border-box;
}

.proxy-form-group[b-dndh00d46k] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.proxy-label[b-dndh00d46k] {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.proxy-label-desc[b-dndh00d46k] {
    color: #7B7C7D;
    font-size: 14px;
    margin-bottom: 0;
}

.proxy-input[b-dndh00d46k] {
    background: #181A1B;
    border: none;
    border-radius: 8px;
    padding: 16px 20px;
    color: #fff;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    outline: none;
    margin: 0;
    box-sizing: border-box;
}
.proxy-input[b-dndh00d46k]::placeholder {
    color: #7B7C7D;
    font-size: 15px;
}

.proxy-btn[b-dndh00d46k] {
    margin-top: 8px;
    width: 100%;
    background: #1EE797;
    color: #181A1B;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 16px 0;
    cursor: pointer;
    transition: background 0.2s;
}
.proxy-btn:hover[b-dndh00d46k] {
    background: #1CDA8C;
} 
/* _content/Encore.WebUI/Pages/Tasks.razor.rz.scp.css */
/* _content/Encore.WebUI/Pages/Webhooks.razor.rz.scp.css */
.webhooks-page-container[b-qhdo7txkyx] {
    background: #181A1B;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.webhooks-content[b-qhdo7txkyx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.webhooks-title[b-qhdo7txkyx] {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.webhooks-desc[b-qhdo7txkyx] {
    color: #7B7C7D;
    font-size: 16px;
    margin: 0 0 24px 0;
    max-width: 520px;
}

.webhooks-search-row[b-qhdo7txkyx] {
    width: 100%;
    margin-bottom: 0;
}


.webhooks-filters[b-qhdo7txkyx] {
    display: flex;
    gap: 8px;
    margin: 0 0 8px 0;
}
.webhooks-filter-btn[b-qhdo7txkyx] {
    background: #232425;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 8px 22px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.webhooks-filter-btn.active[b-qhdo7txkyx] {
    background: #1EE797;
    color: #181A1B;
}
.webhooks-filter-btn:hover:not(.active)[b-qhdo7txkyx] {
    background: #28292B;
}

.webhooks-cards-grid[b-qhdo7txkyx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
    width: 100%;
    margin-top: 8px;
}

.webhooks-grid[b-qhdo7txkyx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    margin-top: 32px;
}
@media (max-width: 900px) {
    .webhooks-grid[b-qhdo7txkyx] {
        grid-template-columns: 1fr;
    }
} 

.webhooks-tabs-row[b-qhdo7txkyx] {
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}
.webhooks-tab-btn[b-qhdo7txkyx] {
    background: none;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 28px;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    outline: none;
}
.webhooks-tab-btn.active[b-qhdo7txkyx] {
    background: #1EE797;
    color: #181A1B;
}
.webhooks-tab-btn:hover:not(.active)[b-qhdo7txkyx] {
    background: #232425;
    color: #fff;
}
.webhooks-tab-btn:focus[b-qhdo7txkyx] {
    outline: 2px solid #1EE797;
} 

.webhooks-toolbar-row[b-qhdo7txkyx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}
.webhooks-toolbar-search[b-qhdo7txkyx] {
    flex: 1 1 50%;
    max-width: 50%;
}
.webhooks-toolbar-pagination[b-qhdo7txkyx] {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.webhook-page-title[b-qhdo7txkyx] {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}
.webhook-page-desc[b-qhdo7txkyx] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7f8081;
}

