/* _content/Portal.CCO.UI/Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-qamnazc99j] {
    min-height: 100vh;
}

#blazor-error-ui[b-qamnazc99j] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-qamnazc99j] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Portal.CCO.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-djfr7y3cxe] {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    background: #f7fbff;
}

.sidebar[b-djfr7y3cxe] {
    width: 280px;
    background: linear-gradient(180deg, var(--sidebar-start) 0%, var(--sidebar-end) 100%);
    color: #fff;
    position: sticky;
    top: 0;
    height: 100vh;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.main-area[b-djfr7y3cxe] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-row[b-djfr7y3cxe] {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e9f2;
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.2rem 0.25rem;
}

.top-row-inner[b-djfr7y3cxe] {
    width: 100%;
    max-width: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.3rem;
}

.content[b-djfr7y3cxe] {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.header-brand[b-djfr7y3cxe] {
    min-width: 0;
    flex-shrink: 1;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.15rem;
}

.header-logo[b-djfr7y3cxe] {
    max-height: 56px;
    max-width: 150px;
}

.brand-subtitle[b-djfr7y3cxe] {
    line-height: 1.05;
    font-size: 0.95rem;
}

.header-user[b-djfr7y3cxe] {
    min-width: 0;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
}

.user-info[b-djfr7y3cxe] {
    min-width: 0;
}

.user-menu[b-djfr7y3cxe] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.user-menu-trigger[b-djfr7y3cxe] {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: right;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.user-menu-trigger:focus-visible[b-djfr7y3cxe] {
    outline: 2px solid #0ea5e9;
    outline-offset: 2px;
    border-radius: 10px;
}

.user-menu-dropdown[b-djfr7y3cxe] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    min-width: 190px;
    background: #ffffff;
    border: 1px solid #e5e9f2;
    border-radius: 12px;
    padding: 0.35rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
    z-index: 5;
}

.user-menu-item[b-djfr7y3cxe] {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
}

.user-menu-item:hover[b-djfr7y3cxe] {
    background: #f3f6fb;
}

.user-menu-item.text-danger:hover[b-djfr7y3cxe] {
    background: #fff1f1;
}

.user-name-line[b-djfr7y3cxe],
.user-email[b-djfr7y3cxe] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-company[b-djfr7y3cxe] {
    max-width: 10rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exit-link[b-djfr7y3cxe] {
    white-space: nowrap;
}

.exit-text[b-djfr7y3cxe] {
    display: none; /* Oculta o texto no desktop, mostra apenas no mobile */
}

@media (max-width: 768px) {
    .page[b-djfr7y3cxe] {
        flex-direction: column;
    }

    .sidebar[b-djfr7y3cxe] {
        position: static;
        width: 100%;
        height: auto;
    }

    .top-row[b-djfr7y3cxe] {
        padding: calc(0.48rem + env(safe-area-inset-top)) 0.25rem 0.28rem 0.25rem !important;
        gap: 0.3rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        min-height: 50px;
    }

    .top-row-inner[b-djfr7y3cxe] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        width: 100%;
        padding: 0;
    }

    .header-logo[b-djfr7y3cxe] {
        max-height: 48px;
        max-width: 130px;
    }

    .header-brand[b-djfr7y3cxe] {
        order: 1;
    }

    .brand-subtitle[b-djfr7y3cxe] {
        font-size: 0.85rem;
        line-height: 1.1;
        white-space: normal;
    }

    .header-user[b-djfr7y3cxe] {
        gap: 0.5rem;
        order: 2;
        justify-content: flex-end;
        align-items: center;
        min-width: 0;
        flex-direction: row;
        margin-left: auto;
    }

    .user-name-line[b-djfr7y3cxe] {
        font-size: 0.84rem;
        justify-content: flex-end !important;
        white-space: normal;
        flex-wrap: wrap;
        text-align: right !important;
        gap: 0;
        line-height: 1;
        font-weight: 400 !important;
    }

    .user-email[b-djfr7y3cxe] {
        font-size: 0.85rem;
        text-align: right !important;
        white-space: normal;
    }

    .user-info[b-djfr7y3cxe] {
        text-align: right !important;
        width: auto;
    }

    .header-user-left[b-djfr7y3cxe] {
        margin-left: auto;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .exit-link[b-djfr7y3cxe] {
        order: 3;
        position: static;
        padding-left: 0;
        white-space: nowrap;
        flex-shrink: 0;
        margin-left: auto;
    }

    .exit-text[b-djfr7y3cxe] {
        display: inline; /* Mostra o texto "Sair" no mobile */
    }

    .user-company[b-djfr7y3cxe] {
        max-width: 100%;
        margin-top: -0.15rem;
    }
}

@media (max-width: 992px) {
    .top-row[b-djfr7y3cxe] {
        height: 50px;
        min-height: 50px;
    }

    .user-name-line[b-djfr7y3cxe] {
        flex-direction: column;
        align-items: flex-end;
        gap: 0;
        text-align: right !important;
        line-height: 1;
    }

    .user-company[b-djfr7y3cxe] {
        max-width: 100%;
    }

    .user-email[b-djfr7y3cxe] {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .exit-link[b-djfr7y3cxe] {
        display: none !important; /* Oculta o link [Sair] no tablet */
    }

    .exit-text[b-djfr7y3cxe] {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .top-row[b-djfr7y3cxe] {
        padding: 0.5rem 0.35rem !important;
        align-items: center;
    }

    .top-row-inner[b-djfr7y3cxe] {
        gap: 0.3rem;
        max-width: none;
        align-items: center;
    }

    .exit-link[b-djfr7y3cxe] {
        display: none !important; /* Oculta o link [Sair] no desktop */
    }

    .exit-text[b-djfr7y3cxe] {
        display: none !important;
    }

    .top-row .header-brand[b-djfr7y3cxe] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.1rem !important;
    }

    .header-brand[b-djfr7y3cxe] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.1rem !important;
        align-self: flex-start;
        padding-left: 0;
        margin-left: 0;
        margin-top: -0.25rem;
        justify-content: flex-start;
        margin-right: 0;
        padding-right: 0;
    }

    .header-brand > div[b-djfr7y3cxe] {
        margin-top: -8px !important;
        padding-top: 0 !important;
    }

    .header-logo[b-djfr7y3cxe] {
        max-height: 56px;
        max-width: 136px;
        align-self: flex-start;
        display: block;
        margin-bottom: 0 !important;
    }

    .brand-subtitle[b-djfr7y3cxe] {
        font-size: 0.9rem;
        line-height: 1 !important;
        margin-top: 0 !important;
        padding-left: 0;
        padding-top: 0 !important;
    }

    .header-user[b-djfr7y3cxe] {
        margin-left: 0;
        justify-content: flex-end;
        align-self: center;
    }
}

#blazor-error-ui[b-djfr7y3cxe] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-djfr7y3cxe] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Portal.CCO.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-wrapper[b-lcu9yy30lw] {
    height: 100%;
    position: relative;
}

.brand-row[b-lcu9yy30lw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.brand[b-lcu9yy30lw] {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.navbar-toggler[b-lcu9yy30lw] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.3rem;
    color: white;
    position: static;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(#ffffff, #ffffff);
    background-repeat: no-repeat;
    background-position:
        center calc(50% - 6px),
        center,
        center calc(50% + 6px);
    background-size:
        60% 2px,
        60% 2px,
        60% 2px;
}

.navbar-toggler:checked[b-lcu9yy30lw] {
    background-color: rgba(255, 255, 255, 0.32);
}

.nav-item[b-lcu9yy30lw] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

.nav-label[b-lcu9yy30lw] {
    color: rgba(255, 255, 255, 0.86);
    border-radius: 10px;
    height: 3rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 0.5rem;
}

.nav-submenu[b-lcu9yy30lw] {
    display: flex;
    flex-direction: column;
    margin-left: 1.5rem;
    padding-top: 0.2rem;
    gap: 0.15rem;
}

.nav-sublink[b-lcu9yy30lw] {
    height: 2.6rem;
    font-size: 0.9rem;
}

.nav-item[b-lcu9yy30lw]  .nav-link {
    color: rgba(255, 255, 255, 0.86);
    border-radius: 10px;
    height: 3rem;
    display: flex;
    align-items: center;
}

.nav-item[b-lcu9yy30lw]  a.active {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-weight: 600;
}

.nav-item[b-lcu9yy30lw]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-item[b-lcu9yy30lw]  .nav-sublink.active {
    background: rgba(255, 255, 255, 0.1);
}

.nav-scrollable[b-lcu9yy30lw] {
    display: block;
    padding-top: 0.75rem;
}

.nav-wrapper.menu-open .nav-scrollable[b-lcu9yy30lw] {
    display: block;
}

@media (min-width: 768px) {
    .navbar-toggler[b-lcu9yy30lw] {
        display: none;
    }

    .nav-scrollable[b-lcu9yy30lw] {
        display: block;
        height: calc(100vh - 86px);
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .nav-wrapper[b-lcu9yy30lw] {
        padding-top: env(safe-area-inset-top);
    }

    .brand-row[b-lcu9yy30lw] {
        padding: 0.4rem 0.75rem !important;
    }

    .navbar-toggler[b-lcu9yy30lw] {
        height: 2rem;
        width: 2.6rem;
        transform: none;
    }

    .nav-scrollable[b-lcu9yy30lw] {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        transition: max-height 0.25s ease, opacity 0.2s ease;
    }

    .nav-wrapper.menu-open .nav-scrollable[b-lcu9yy30lw] {
        max-height: calc(100vh - 86px);
        opacity: 1;
        pointer-events: auto;
    }
}

@media (min-width: 992px) {
    .brand[b-lcu9yy30lw] {
        padding: 0.45rem 0.9rem !important;
        gap: 0.45rem;
    }
}
/* _content/Portal.CCO.UI/Components/Pages/Chamados/Detalhe.razor.rz.scp.css */
.detail-summary[b-r0bt4hgrzy] {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.summary-header[b-r0bt4hgrzy] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.summary-title[b-r0bt4hgrzy] {
    word-break: break-word;
}

.summary-meta[b-r0bt4hgrzy] {
    display: grid;
    gap: 0.35rem;
}

.summary-row[b-r0bt4hgrzy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.summary-label[b-r0bt4hgrzy] {
    font-weight: 600;
    color: #475569;
}

.summary-value[b-r0bt4hgrzy] {
    color: #0f172a;
}

.priority-chip[b-r0bt4hgrzy] {
    white-space: nowrap;
    background-color: #fff7ed;
    color: #9a3412;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: 0.8rem;
}

.badge-status[b-r0bt4hgrzy] {
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    border: 1px solid transparent;
}

.badge-status.status-open[b-r0bt4hgrzy],
.badge-status.status-pending[b-r0bt4hgrzy] {
    background-color: #e7f5ff;
    color: #0b60a0;
    border-color: #b6ddff;
}

.badge-status.status-resolved[b-r0bt4hgrzy] {
    background-color: #e7f8f0;
    color: #1b7b46;
    border-color: #b4e3c7;
}

.badge-status.status-snoozed[b-r0bt4hgrzy] {
    background-color: #f4f4f5;
    color: #4b5563;
    border-color: #e5e7eb;
}

.badge-atribuido[b-r0bt4hgrzy] {
    background-color: #f1e8ff;
    color: #5b21b6;
    border: 1px solid #d9c4ff;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-weight: 700;
}

@media (max-width: 768px) {
    .detail-summary[b-r0bt4hgrzy] {
        padding: 1rem;
    }

    .summary-header[b-r0bt4hgrzy] {
        justify-content: flex-end;
        padding-top: 0.7rem;
        padding-left: 0.7rem;
    }
}

.detail-compose .compose-actions[b-r0bt4hgrzy] {
    width: 100%;
}

.detail-compose .compose-back[b-r0bt4hgrzy] {
    margin-left: auto;
}

@media (min-width: 992px) {
    .detail-summary[b-r0bt4hgrzy] {
        flex-direction: row;
        align-items: stretch;
        gap: 1.25rem;
    }

    .summary-header[b-r0bt4hgrzy] {
        order: 2;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
        min-width: 0;
        text-align: right;
        align-self: flex-start;
        gap: 0.5rem;
    }

    .summary-body[b-r0bt4hgrzy] {
        order: 1;
        flex: 1;
    }

    .summary-meta[b-r0bt4hgrzy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.25rem;
    }

    .summary-row[b-r0bt4hgrzy] {
        gap: 0.2rem;
    }
}
/* _content/Portal.CCO.UI/Components/Pages/Chamados/Lista.razor.rz.scp.css */
.btn-buscar[b-7tk0zb53zd] {
    min-width: 42px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-buscar i[b-7tk0zb53zd] {
    font-size: 16px;
    line-height: 1;
}

.btn-clear[b-7tk0zb53zd] {
    padding: 0 10px;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #444;
}

.btn-clear i[b-7tk0zb53zd] {
    font-size: 18px;
    line-height: 1;
}

.ticket-number[b-7tk0zb53zd] {
    color: #0f172a;
}

.badge-status[b-7tk0zb53zd] {
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    border: 1px solid transparent;
}

.tag-row[b-7tk0zb53zd] {
    gap: 0.4rem;
    align-items: center;
}

.tag-chips[b-7tk0zb53zd] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: nowrap;
}

.badge-status.status-open[b-7tk0zb53zd],
.badge-status.status-pending[b-7tk0zb53zd] {
    background-color: #e7f5ff;
    color: #0b60a0;
    border-color: #b6ddff;
}

.badge-status.status-resolved[b-7tk0zb53zd] {
    background-color: #e7f8f0;
    color: #1b7b46;
    border-color: #b4e3c7;
}

.badge-status.status-snoozed[b-7tk0zb53zd] {
    background-color: #f4f4f5;
    color: #4b5563;
    border-color: #e5e7eb;
}

.badge-atribuido[b-7tk0zb53zd] {
    background-color: #f1e8ff;
    color: #5b21b6;
    border: 1px solid #d9c4ff;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.priority-chip[b-7tk0zb53zd] {
    background-color: #fff7ed;
    color: #9a3412;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    padding: 2px 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: 0.75rem;
}

.badge-novo[b-7tk0zb53zd] {
    background: linear-gradient(90deg, #dc2626, #ef4444);
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    flex: 0 0 24px;
    align-self: center;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 8px 16px rgba(220, 38, 38, 0.28);
}

.badge-novo[b-7tk0zb53zd]::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}


.btn-clear:disabled[b-7tk0zb53zd] {
    opacity: 0.4;
}

.heading-row[b-7tk0zb53zd] {
    position: relative;
    gap: 0.5rem;
}

.heading-title[b-7tk0zb53zd] {
    transition: font-size 0.2s ease;
}

.heading-text[b-7tk0zb53zd] {
    flex: 1;
    min-width: 0;
}

.meta-block[b-7tk0zb53zd] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.meta-line[b-7tk0zb53zd] {
    display: block;
}

.filters-row[b-7tk0zb53zd] {
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .heading-row[b-7tk0zb53zd] {
        align-items: center;
    }

    .heading-title[b-7tk0zb53zd] {
        font-size: 1.15rem;
    }

    .heading-subtitle[b-7tk0zb53zd] {
        font-size: 0.9rem;
    }

    .conversa-card .card-row[b-7tk0zb53zd] {
        flex-direction: row;
        align-items: stretch;
        gap: 0.5rem;
        min-height: 100%;
    }

    .conversa-card .left-col[b-7tk0zb53zd] {
        justify-content: space-between;
        height: 100%;
        min-height: 100%;
    }

    .conversa-card .meta-block[b-7tk0zb53zd] {
        margin-top: auto;
    }

    .tag-chips[b-7tk0zb53zd] {
        flex-wrap: wrap;
    }

    .conversa-card .fw-semibold[b-7tk0zb53zd] {
        line-height: 1.35;
        word-break: break-word;
    }

    .conversa-card .text-secondary[b-7tk0zb53zd] {
        display: block;
        line-height: 1.25;
    }
}
/* _content/Portal.CCO.UI/Components/Pages/Chamados/Nova.razor.rz.scp.css */
.btn-abrir-chamado[b-zaaojcznkw] {
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.btn-abrir-chamado i[b-zaaojcznkw] {
    font-size: 16px;
    line-height: 1;
}
