@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/ChangePasswordDialog.razor.rz.scp.css */
.button-container[b-39m1m7vew0] {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}

.save-button[b-39m1m7vew0],
.cancel-button[b-39m1m7vew0] {
    flex: 1;
}

@@media (max-width: 768px) {
    .button-container[b-39m1m7vew0] {
        flex-direction: column;
    }

    .save-button[b-39m1m7vew0],
    .cancel-button[b-39m1m7vew0] {
        width: 100%;
    }
}
/* /Components/CompanyManagementDialog.razor.rz.scp.css */
/* Company management - mobile responsive styles */
@media (max-width: 768px) {
    .company-item[b-wyrkmccveh] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

        .company-item > div:first-child[b-wyrkmccveh] {
            width: 100%;
            margin-bottom: 15px;
        }

        .company-item .rz-button[b-wyrkmccveh] {
            width: 100%;
            margin-top: auto;
        }

    /* Company form buttons - stack vertically on mobile with Add button on top */
    .company-form-buttons[b-wyrkmccveh] {
        flex-direction: column !important;
        gap: 10px !important;
    }

        .company-form-buttons .rz-button[b-wyrkmccveh] {
            width: 100% !important;
            flex: none !important;
        }

    /* Dialog content scrolling - ensures buttons are not hidden by bottom nav */
    .rz-dialog-content[b-wyrkmccveh] {
        max-height: calc(100vh - 180px) !important;
        overflow-y: auto !important;
    }

    /* Ensure dialog is positioned correctly on mobile */
    .rz-dialog[b-wyrkmccveh] {
        max-height: calc(100vh - 80px) !important;
        bottom: 60px !important;
    }

    /* Remove wrapper padding that causes gray bar */
    .rz-dialog-wrapper[b-wyrkmccveh] {
        padding-bottom: 0 !important;
    }
}
/* /Components/DataList.razor.rz.scp.css */
.message-card[b-ga5tgmtav5] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.message-header[b-ga5tgmtav5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-title[b-ga5tgmtav5] {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-preview[b-ga5tgmtav5] {
    position: relative;
    margin: 0;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.25rem;
    max-height: calc(1.25rem * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

    .message-preview[b-ga5tgmtav5]::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70px;
        height: 1.25rem;
        background: linear-gradient(to right, transparent, #fff 90%);
        pointer-events: none;
    }

.message-body[b-ga5tgmtav5] {
    font-size: 1rem;
    color: #555;
}

.message-footer[b-ga5tgmtav5] {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #888;
}

.placeholder-item[b-ga5tgmtav5] {
    color: #aaa;
    font-style: italic;
}

@media (max-width: 768px) {
    html[b-ga5tgmtav5], body[b-ga5tgmtav5] {
        overflow-x: hidden;
    }

    .list-container[b-ga5tgmtav5] {
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        position: relative;
        height: calc(100vh - 170px);
    }

        .list-container[b-ga5tgmtav5]::-webkit-scrollbar {
            width: 0;
            background: transparent;
        }

        .list-container .fab[b-ga5tgmtav5] {
            right: 16px !important;
        }

    .fab[b-ga5tgmtav5] {
        bottom: 86px !important;
    }

    .fab-text[b-ga5tgmtav5] {
        display: none !important;
    }

    .message-card[b-ga5tgmtav5] {
        max-width: 100%;
        box-sizing: border-box;
    }

    .message-header[b-ga5tgmtav5] {
        flex-wrap: wrap;
    }

    .list-header[b-ga5tgmtav5] {
        position: sticky;
        top: 0;
        z-index: 10;
        background-color: #fff;
        padding: 0.5rem;
        border-bottom: 1px solid #ddd;
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.25rem !important;
    }
}

.list-header[b-ga5tgmtav5] {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    background-color: #f8f9fa;
    border-radius: 5px;
}

    .list-header > *[b-ga5tgmtav5] {
        margin-top: 0 !important;
    }

.list-container[b-ga5tgmtav5] {
    margin-top: 0;
    padding: 0 0.5rem;
    overflow-y: auto;
    box-sizing: border-box;
}

/*.message-status {
    font-size: 0.9rem;
    padding: 0.3rem 0.6rem;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    min-width: 80px;
}

    .message-status.Open {
        background: #a8d5ba;
        color: #2d6a4f;
    }

    .message-status.InProgress {
        background: #ffe5b4;
        color: #b85c00;
    }

    .message-status.Closed {
        background: #f5b5b5;
        color: #8b0000;
    }*/

.message-documents[b-ga5tgmtav5] {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.document-item[b-ga5tgmtav5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #555;
}

.material-icons[b-ga5tgmtav5] {
    font-size: 20px;
    color: #888;
}

.file-size[b-ga5tgmtav5] {
    color: #6c757d;
    font-size: 0.875em;
}

.fab[b-ga5tgmtav5] {
    position: fixed;
    bottom: 16px;
    width: auto;
    height: 56px;
    background-color: rgba(230,230,230);
    color: #555;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    transition: background-color 0.3s ease;
    padding: 0 16px;
}

    .fab:hover[b-ga5tgmtav5] {
        background-color: rgba(169,169,169,0.8);
    }

    .fab i.material-icons[b-ga5tgmtav5] {
        font-size: 24px;
    }

.fab-text[b-ga5tgmtav5] {
    display: inline;
    font-size: 16px;
    color: #555;
}

.list-container .fab[b-ga5tgmtav5] {
    right: 0;
}

.message-participants[b-ga5tgmtav5] {
    margin-bottom: 8px;
}

.message-sender[b-ga5tgmtav5], .message-recipient[b-ga5tgmtav5] {
    margin-bottom: 4px;
    padding: 4px 8px;
    border-radius: 4px;
}

.message-sender[b-ga5tgmtav5] {
    background-color: #e8f5e8;
    border-left: 3px solid #28a745;
}

.message-recipient[b-ga5tgmtav5] {
    background-color: #e3f2fd;
    border-left: 3px solid #007bff;
}
/* /Components/MessageDetailsDialog.razor.rz.scp.css */
.details-dialog-root[b-3jzyvxr4o8] {
    max-width: 1100px;
    width: 100%;
    padding: .5rem .5rem 1.25rem;
}

    .details-dialog-root .header[b-3jzyvxr4o8] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem;
        flex-wrap: wrap;
        border-bottom: 1px solid #e2e6ea;
        padding-bottom: .5rem;
    }

.status-badge[b-3jzyvxr4o8] {
    background: #eef2f5;
    padding: .35rem .75rem;
    border-radius: 1rem;
    font-size: .85rem;
    font-weight: 600;
}

.meta-grid[b-3jzyvxr4o8] {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.meta-item[b-3jzyvxr4o8] {
    background: #f8f9fa;
    border: 1px solid #e3e7eb;
    padding: .6rem .8rem;
    border-radius: .5rem;
    font-size: .85rem;
}

    .meta-item label[b-3jzyvxr4o8] {
        display: block;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #6c757d;
        margin-bottom: .15rem;
        font-weight: 600;
    }

.conversation[b-3jzyvxr4o8] {
    margin-top: .75rem;
    position: relative;
}

.conv-item[b-3jzyvxr4o8] {
    display: flex;
    gap: .75rem;
    position: relative;
    padding: .35rem 0 .75rem;
}

    .conv-item:not(:last-child)[b-3jzyvxr4o8]::after {
        content: "";
        position: absolute;
        left: 7px;
        top: 24px;
        bottom: 0;
        width: 2px;
        background: linear-gradient(#d0d7de,#e6ebf0);
    }

    .conv-item .bullet[b-3jzyvxr4o8] {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        margin-top: 4px;
        background: linear-gradient(135deg,#4f8df9,#7db5ff);
        box-shadow: 0 0 0 3px #fff;
        border: 1px solid #3a7ddf;
        flex-shrink: 0;
    }

    .conv-item.original .bullet[b-3jzyvxr4o8] {
        background: linear-gradient(135deg,#6366f1,#8b5cf6);
        border-color: #5b59d6;
    }

    .conv-item .body[b-3jzyvxr4o8] {
        flex: 1;
        background: #fff;
        border: 1px solid #e2e6ea;
        border-radius: .6rem;
        padding: .65rem .8rem;
        box-shadow: 0 1px 2px rgba(0,0,0,.04);
    }

.entry-header[b-3jzyvxr4o8] {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
    font-size: .8rem;
    margin-bottom: .25rem;
}

    .entry-header .timestamp[b-3jzyvxr4o8] {
        margin-left: auto;
        color: #6c757d;
        font-weight: 500;
    }

    .entry-header .company[b-3jzyvxr4o8] {
        color: #83919f;
        font-weight: 500;
    }

.entry-text[b-3jzyvxr4o8] {
    margin: 0;
    white-space: pre-wrap;
    font-family: inherit;
    font-size: .85rem;
    line-height: 1.35rem;
}

.attachments .doc-row[b-3jzyvxr4o8] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .55rem .65rem;
    border: 1px solid #e2e6ea;
    border-radius: .55rem;
    margin-bottom: .55rem;
    background: #fff;
}

    .attachments .doc-row .material-icons[b-3jzyvxr4o8] {
        font-size: 22px;
        color: #4f6d8f;
    }

    .attachments .doc-row .info[b-3jzyvxr4o8] {
        flex: 1;
        min-width: 0;
    }

    .attachments .doc-row .name[b-3jzyvxr4o8] {
        font-size: .85rem;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.upload-hint[b-3jzyvxr4o8] {
    background: #eaf4ff;
    padding: .5rem .75rem;
    border: 1px solid #c9e4ff;
    border-radius: .45rem;
    margin-bottom: .6rem;
}

.upload-list .upload-item[b-3jzyvxr4o8] {
    border: 1px solid #e2e6ea;
    background: #fff;
    border-radius: .6rem;
    padding: .6rem .75rem .55rem;
    margin-bottom: .6rem;
}

.upload-item .row1[b-3jzyvxr4o8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
    margin-bottom: .3rem;
    gap: .5rem;
}

.upload-item .muted[b-3jzyvxr4o8] {
    color: #6c757d;
}

.upload-item .progress[b-3jzyvxr4o8] {
    background: #edf1f5;
    height: 6px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: .3rem;
}

    .upload-item .progress .bar[b-3jzyvxr4o8] {
        height: 100%;
        background: linear-gradient(90deg,#4f8df9,#7db5ff);
        transition: width .25s;
    }

        .upload-item .progress .bar.ok[b-3jzyvxr4o8] {
            background: linear-gradient(90deg,#22c55e,#16a34a);
        }

        .upload-item .progress .bar.fail[b-3jzyvxr4o8] {
            background: #dc2626;
        }

        .upload-item .progress .bar.warn[b-3jzyvxr4o8] {
            background: #f59e0b;
        }

        .upload-item .progress .bar.run[b-3jzyvxr4o8] {
            background: linear-gradient(90deg, #0d6efd 25%, #0a58ca 25%, #0a58ca 50%, #0d6efd 50%, #0d6efd 75%, #0a58ca 75%);
            background-size: 40px 40px;
            animation: progress-animation-b-3jzyvxr4o8 1s linear infinite;
            width: 100%;
        }

/* Progressbar animáció a letöltéshez */
.attachments .progress .bar.run[b-3jzyvxr4o8] {
    background: linear-gradient(90deg, #0d6efd 25%, #0a58ca 25%, #0a58ca 50%, #0d6efd 50%, #0d6efd 75%, #0a58ca 75%);
    background-size: 40px 40px;
    animation: progress-animation-b-3jzyvxr4o8 1s linear infinite;
    width: 100%;
}

@keyframes progress-animation-b-3jzyvxr4o8 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 0;
    }
}

.upload-item .status[b-3jzyvxr4o8] {
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.action-row[b-3jzyvxr4o8] {
    display: flex;
    gap: .75rem;
    margin-top: 1rem;
    justify-content: flex-end;
}

@media (max-width: 740px) {
    .action-row[b-3jzyvxr4o8] {
        flex-direction: column;
        margin-bottom: 1.5rem;
    }

    .details-dialog-root .header[b-3jzyvxr4o8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .entry-header .timestamp[b-3jzyvxr4o8] {
        width: 100%;
        margin-left: 0;
    }
}

/*::deep .rz-fileupload .rz-fileupload-files * {
    display: none !important;
}*/

.status-badge.Open[b-3jzyvxr4o8] {
    background: #a8d5ba;
    color: #2d6a4f;
}

.status-badge.InProgress[b-3jzyvxr4o8] {
    background: #ffe5b4;
    color: #b85c00;
}

.status-badge.Closed[b-3jzyvxr4o8] {
    background: #f5b5b5;
    color: #8b0000;
}

[b-3jzyvxr4o8] .rz-tabs:focus,
[b-3jzyvxr4o8] .rz-tabs:focus-visible,
[b-3jzyvxr4o8] .rz-tabview:focus,
[b-3jzyvxr4o8] .rz-tabview:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
/* /Components/NewMessageDialog.razor.rz.scp.css */
/* Upload related styles */
.upload-hint[b-67t0hgvkhr] {
    margin-bottom: 0.5rem;
    color: #666;
}

.upload-list[b-67t0hgvkhr] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.upload-item[b-67t0hgvkhr] {
    margin-bottom: 1rem;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #f9f9f9;
    transition: box-shadow 0.2s ease;
}

    .upload-item:hover[b-67t0hgvkhr] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.upload-item .row1[b-67t0hgvkhr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.upload-item .actions[b-67t0hgvkhr] {
    display: flex;
    gap: 0.25rem;
}

.upload-item strong[b-67t0hgvkhr] {
    font-weight: 600;
    color: #333;
}

.upload-item .muted[b-67t0hgvkhr] {
    color: #666;
    font-size: 0.875rem;
}

.upload-item .progress[b-67t0hgvkhr] {
    background: #e9ecef;
    height: 20px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.upload-item .progress .bar[b-67t0hgvkhr] {
    height: 100%;
    transition: width 0.3s ease, background-color 0.3s ease;
}

    .upload-item .progress .bar.run[b-67t0hgvkhr] {
        background: #0d6efd;
    }

    .upload-item .progress .bar.ok[b-67t0hgvkhr] {
        background: #28a745;
    }

    .upload-item .progress .bar.fail[b-67t0hgvkhr] {
        background: #dc3545;
    }

    .upload-item .progress .bar.warn[b-67t0hgvkhr] {
        background: #ffc107;
    }

.upload-item .status[b-67t0hgvkhr] {
    font-size: 0.875rem;
    font-weight: 500;
}

/* Recipient info styles */
.recipient-info[b-67t0hgvkhr] {
    background-color: #fff3cd;
    padding: 0.75rem;
    border-radius: 4px;
    border-left: 3px solid #ffc107;
}

    .recipient-info small[b-67t0hgvkhr] {
        color: #856404;
    }

/* Form field spacing */
.form-field[b-67t0hgvkhr] {
    margin-bottom: 1rem;
}

    .form-field label[b-67t0hgvkhr] {
        display: block;
        margin-bottom: 0.25rem;
        font-weight: 500;
        color: #333;
    }

/* Dialog button container */
.dialog-actions[b-67t0hgvkhr] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

/* Alert styles */
.upload-alert[b-67t0hgvkhr] {
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

/* Fieldset styling */
[b-67t0hgvkhr] .rz-fieldset {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1rem;
}

[b-67t0hgvkhr] .rz-fieldset-legend {
    font-weight: 600;
    color: #495057;
    padding: 0 0.5rem;
}

/* Hide Radzen's default file list */
/*::deep .rz-fileupload .rz-fileupload-files * {
    display: none !important;
}*/

/* Status colors */
.status-pending[b-67t0hgvkhr] {
    color: gray;
}

.status-uploading[b-67t0hgvkhr] {
    color: #0d6efd;
}

.status-completed[b-67t0hgvkhr] {
    color: green;
}

.status-failed[b-67t0hgvkhr] {
    color: red;
}

.status-cancelled[b-67t0hgvkhr] {
    color: orange;
}

/* Progress bar colors */
.progress-bar-pending[b-67t0hgvkhr],
.progress-bar-uploading[b-67t0hgvkhr] {
    background: #0d6efd;
}

.progress-bar-completed[b-67t0hgvkhr] {
    background: #28a745;
}

.progress-bar-failed[b-67t0hgvkhr] {
    background: #dc3545;
}

.progress-bar-cancelled[b-67t0hgvkhr] {
    background: #ffc107;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .upload-item[b-67t0hgvkhr] {
        padding: 0.5rem;
    }

    .upload-item .row1[b-67t0hgvkhr] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .upload-item .actions[b-67t0hgvkhr] {
        align-self: flex-end;
    }

    .dialog-actions[b-67t0hgvkhr] {
        flex-direction: column-reverse;
    }

        .dialog-actions button[b-67t0hgvkhr] {
            width: 100%;
        }
}
/* /Pages/Register.razor.rz.scp.css */
.button-container[b-dsos07gyhi] {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.register-button[b-dsos07gyhi],
.cancel-button[b-dsos07gyhi] {
    flex: 1;
}

@@media (max-width: 768px) {
    .button-container[b-dsos07gyhi] {
        flex-direction: column;
    }

    .register-button[b-dsos07gyhi],
    .cancel-button[b-dsos07gyhi] {
        width: 100%;
    }
}
/* /Pages/Reports.razor.rz.scp.css */
.reports-container[b-zl34ssiofm] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.report-buttons[b-zl34ssiofm] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.company-selector[b-zl34ssiofm] {
    margin-bottom: 20px;
}

.report-content[b-zl34ssiofm] {
    margin-top: 20px;
    min-height: 300px;
    background-color: var(--rz-base-100);
    border-radius: 4px;
    padding: 10px;
}

/* Mobile: gombok egymás alatt, teljes szélességben */
@media (max-width: 768px) {
    .report-buttons[b-zl34ssiofm] {
        flex-direction: column;
        gap: 8px;
    }

    .download-result-btn[b-zl34ssiofm] {
        width: 100% !important;
    }
}

/* Desktop: gombok egymás mellett, egyenlő szélességben */
@media (min-width: 769px) {
    .report-buttons[b-zl34ssiofm] {
        flex-direction: row;
    }

    .report-buttons > *[b-zl34ssiofm] {
        flex: 1;
    }
}

/* Filter Section */
.filter-section[b-zl34ssiofm] {
    background-color: var(--rz-base-200);
    border-radius: 8px;
    margin-bottom: 16px;
}

.filter-header[b-zl34ssiofm] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    cursor: pointer;
    user-select: none;
}

.filter-header:hover[b-zl34ssiofm] {
    background-color: var(--rz-base-300);
    border-radius: 8px;
}

.filter-content[b-zl34ssiofm] {
    padding: 0 16px 16px 16px;
}

.filter-row[b-zl34ssiofm] {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}

.filter-field[b-zl34ssiofm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.filter-actions[b-zl34ssiofm] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 8px;
}

/* Mobile: filter fields egymás alatt */
@media (max-width: 768px) {
    .filter-row[b-zl34ssiofm] {
        flex-direction: column;
        gap: 12px;
    }

    .filter-actions[b-zl34ssiofm] {
        flex-direction: column;
    }

    .filter-actions > *[b-zl34ssiofm] {
        width: 100%;
    }
}
