/* _content/TelegramBot.Web/Pages/ApiTester.razor.rz.scp.css */
.postman-container[b-ytlg4zho5m] {
    display: flex;
    height: calc(100vh - 100px);
    background: #f5f5f5;
}

.sidebar[b-ytlg4zho5m] {
    width: 280px;
    background: #fff;
    border-right: 1px solid #ddd;
    padding: 20px;
    overflow-y: auto;
}

.sidebar h3[b-ytlg4zho5m] {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.collection[b-ytlg4zho5m] {
    margin-bottom: 10px;
}

.collection-header[b-ytlg4zho5m] {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    color: #333;
}

.collection-header:hover[b-ytlg4zho5m] {
    background: #f0f0f0;
}

.collection-name[b-ytlg4zho5m] {
    margin-left: 8px;
}

.collection-items[b-ytlg4zho5m] {
    margin-left: 20px;
    margin-top: 5px;
}

.request-item[b-ytlg4zho5m] {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 2px;
}

.request-item:hover[b-ytlg4zho5m] {
    background: #f0f0f0;
}

.request-item.active[b-ytlg4zho5m] {
    background: #e8f4ff;
}

.method-badge[b-ytlg4zho5m] {
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 8px;
}

.method-badge.get[b-ytlg4zho5m] {
    background: #61affe;
    color: white;
}

.method-badge.post[b-ytlg4zho5m] {
    background: #49cc90;
    color: white;
}

.method-badge.put[b-ytlg4zho5m] {
    background: #fca130;
    color: white;
}

.method-badge.delete[b-ytlg4zho5m] {
    background: #f93e3e;
    color: white;
}

.request-name[b-ytlg4zho5m] {
    font-size: 13px;
    color: #333;
}

.main-content[b-ytlg4zho5m] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
}

.request-builder[b-ytlg4zho5m] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.url-bar[b-ytlg4zho5m] {
    display: flex;
    gap: 10px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.method-select[b-ytlg4zho5m] {
    width: 120px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    font-weight: 600;
    color: #333;
}

.url-input[b-ytlg4zho5m] {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    font-family: monospace;
}

.send-button[b-ytlg4zho5m] {
    padding: 8px 32px;
    background: #ff6c37;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.send-button:hover[b-ytlg4zho5m] {
    background: #e85d2a;
}

.send-button:disabled[b-ytlg4zho5m] {
    opacity: 0.6;
    cursor: not-allowed;
}

.tabs[b-ytlg4zho5m] {
    display: flex;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 0 20px;
}

.tab[b-ytlg4zho5m] {
    padding: 12px 20px;
    border: none;
    background: none;
    cursor: pointer;
    color: #666;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

.tab:hover[b-ytlg4zho5m] {
    color: #333;
}

.tab.active[b-ytlg4zho5m] {
    color: #ff6c37;
    border-bottom-color: #ff6c37;
}

.tab-content[b-ytlg4zho5m] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.params-table[b-ytlg4zho5m] {
    width: 100%;
    border-collapse: collapse;
}

.params-table th[b-ytlg4zho5m] {
    text-align: left;
    padding: 8px;
    font-weight: 600;
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.params-table td[b-ytlg4zho5m] {
    padding: 8px;
}

.params-table input[b-ytlg4zho5m] {
    width: 100%;
}

.body-editor[b-ytlg4zho5m] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    resize: vertical;
}

.response-section[b-ytlg4zho5m] {
    border-top: 1px solid #ddd;
    background: #fff;
    max-height: 50%;
    overflow-y: auto;
}

.response-header[b-ytlg4zho5m] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}

.response-header h5[b-ytlg4zho5m] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.status-badge[b-ytlg4zho5m] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge.success[b-ytlg4zho5m] {
    background: #d4edda;
    color: #155724;
}

.status-badge.warning[b-ytlg4zho5m] {
    background: #fff3cd;
    color: #856404;
}

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

.response-time[b-ytlg4zho5m],
.response-size[b-ytlg4zho5m] {
    font-size: 12px;
    color: #666;
}

.response-tabs[b-ytlg4zho5m] {
    display: flex;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 0 20px;
}

.response-content[b-ytlg4zho5m] {
    padding: 20px;
}

.response-body[b-ytlg4zho5m],
.response-headers[b-ytlg4zho5m] {
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 15px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    overflow-x: auto;
    margin: 0;
}

.params-section[b-ytlg4zho5m] {
    padding: 20px 0;
}
/* _content/TelegramBot.Web/Pages/Logs.razor.rz.scp.css */
.logs-container[b-xs8v2lirg3] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    padding: 16px;
    gap: 12px;
}

.logs-header[b-xs8v2lirg3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logs-header h3[b-xs8v2lirg3] {
    margin: 0;
    color: #e0e0e0;
}

.logs-actions[b-xs8v2lirg3] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.log-count[b-xs8v2lirg3] {
    color: #888;
    font-size: 0.85rem;
    margin-right: 8px;
}

.job-status[b-xs8v2lirg3] {
    font-size: 0.85rem;
    padding: 2px 10px;
    border-radius: 12px;
    margin-right: 8px;
}

.job-status.running[b-xs8v2lirg3] {
    background: #3a3a00;
    color: #ffd700;
    border: 1px solid #554400;
}

.job-status.idle[b-xs8v2lirg3] {
    background: #1a2a1a;
    color: #666;
    border: 1px solid #333;
}

.logs-filters[b-xs8v2lirg3] {
    display: flex;
    gap: 6px;
}

.logs-panel[b-xs8v2lirg3] {
    flex: 1;
    overflow-y: auto;
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 8px;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
    font-size: 0.82rem;
    line-height: 1.6;
}

.log-entry[b-xs8v2lirg3] {
    padding: 2px 8px;
    border-radius: 3px;
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.log-entry:hover[b-xs8v2lirg3] {
    background: rgba(255, 255, 255, 0.05);
}

.log-time[b-xs8v2lirg3] {
    color: #666;
    min-width: 95px;
    flex-shrink: 0;
}

.log-icon[b-xs8v2lirg3] {
    min-width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.log-message[b-xs8v2lirg3] {
    word-break: break-word;
}

/* Log level colors */
.log-info .log-icon[b-xs8v2lirg3],
.log-info .log-message[b-xs8v2lirg3] {
    color: #61afef;
}

.log-success .log-icon[b-xs8v2lirg3],
.log-success .log-message[b-xs8v2lirg3] {
    color: #98c379;
}

.log-error .log-icon[b-xs8v2lirg3],
.log-error .log-message[b-xs8v2lirg3] {
    color: #e06c75;
}

.log-empty[b-xs8v2lirg3] {
    color: #666;
    text-align: center;
    padding: 40px;
    font-style: italic;
}
/* _content/TelegramBot.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-0mp1gaxspx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0mp1gaxspx] {
    flex: 1;
}

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

.top-row[b-0mp1gaxspx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0mp1gaxspx]  a, .top-row .btn-link[b-0mp1gaxspx] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0mp1gaxspx] {
        display: none;
    }

    .top-row.auth[b-0mp1gaxspx] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-0mp1gaxspx], article[b-0mp1gaxspx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TelegramBot.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xmt6gp3hyy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xmt6gp3hyy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xmt6gp3hyy] {
    font-size: 1.1rem;
}

.oi[b-xmt6gp3hyy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xmt6gp3hyy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xmt6gp3hyy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xmt6gp3hyy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xmt6gp3hyy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-xmt6gp3hyy]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-xmt6gp3hyy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xmt6gp3hyy] {
        display: none;
    }

    .collapse[b-xmt6gp3hyy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-xmt6gp3hyy] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
