/* _content/curitibano.blazor.administrativo/Pages/Caixas/Configuracao/Componentes/ModalEditarConfiguracao.razor.rz.scp.css */
.modal-dialog-scrollable[b-n418djkli2] {
    height: calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
}

.modal-dialog-scrollable .modal-content[b-n418djkli2] {
    max-height: 100%;
    overflow: hidden;
}

.modal-content[b-n418djkli2]  .configuration-form {
    min-height: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
}

.modal-body[b-n418djkli2] {
    min-height: 0;
    overflow-y: auto;
}

.configuration-tabs[b-n418djkli2] {
    position: sticky;
    top: -1rem;
    z-index: 3;
    margin: -1rem -1rem 1.25rem;
    padding: 1rem 1rem 0;
    background: #fff;
}

.configuration-tabs .nav-link[b-n418djkli2] {
    color: #667085;
    font-weight: 700;
}

.configuration-tabs .nav-link.active[b-n418djkli2] {
    color: #174b3f;
}

.configuration-tab-panel[b-n418djkli2] {
    min-height: 240px;
}

.configuration-switches[b-n418djkli2] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 3rem;
    padding: 1rem;
    border: 1px solid #e4e9ee;
    border-radius: 6px;
    background: #f8fafb;
}

.account-switch-column[b-n418djkli2] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 38px;
}

@media (max-width: 575.98px) {
    .modal-dialog-scrollable[b-n418djkli2] {
        height: calc(100vh - 1rem);
        max-height: calc(100vh - 1rem);
    }

    .configuration-tabs .nav-link[b-n418djkli2] {
        font-size: .82rem;
    }
}
/* _content/curitibano.blazor.administrativo/Pages/Caixas/Configuracao/Componentes/ModalNovaConfiguracao.razor.rz.scp.css */
.modal-dialog-scrollable[b-c329cebn7o] {
    height: calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
}

.modal-dialog-scrollable .modal-content[b-c329cebn7o] {
    max-height: 100%;
    overflow: hidden;
}

.modal-content[b-c329cebn7o]  .configuration-form {
    min-height: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
}

.modal-body[b-c329cebn7o] {
    min-height: 0;
    overflow-y: auto;
}

.configuration-tabs[b-c329cebn7o] {
    position: sticky;
    top: -1rem;
    z-index: 3;
    margin: -1rem -1rem 1.25rem;
    padding: 1rem 1rem 0;
    background: #fff;
}

.configuration-tabs .nav-link[b-c329cebn7o] {
    color: #667085;
    font-weight: 700;
}

.configuration-tabs .nav-link.active[b-c329cebn7o] {
    color: #174b3f;
}

.configuration-tab-panel[b-c329cebn7o] {
    min-height: 240px;
}

.configuration-switches[b-c329cebn7o] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 3rem;
    padding: 1rem;
    border: 1px solid #e4e9ee;
    border-radius: 6px;
    background: #f8fafb;
}

.account-switch-column[b-c329cebn7o] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 38px;
}

@media (max-width: 575.98px) {
    .modal-dialog-scrollable[b-c329cebn7o] {
        height: calc(100vh - 1rem);
        max-height: calc(100vh - 1rem);
    }

    .configuration-tabs .nav-link[b-c329cebn7o] {
        font-size: .82rem;
    }
}
/* _content/curitibano.blazor.administrativo/Pages/Chat/ChatBox.razor.rz.scp.css */
.chat-page-wrapper[b-owpj3a9nip] {
    --chat-green: #174b3f;
    --chat-green-dark: #123c33;
    --chat-green-soft: #f4fbf8;
    --chat-green-border: #b9d8ce;
    --chat-border: #dfe8ef;
    --chat-muted: #6b7786;
    --chat-surface: #ffffff;
    height: calc(100dvh - 132px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: .85rem 0 .7rem;
    overflow: hidden;
    color: #102033;
}

@supports not (height: 100dvh) {
    .chat-page-wrapper[b-owpj3a9nip] {
        height: calc(100vh - 132px);
    }
}

.chat-layout[b-owpj3a9nip] {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, clamp(300px, 21vw, 405px));
    gap: clamp(.85rem, 1.2vw, 1.25rem);
    align-items: stretch;
}

.chat-panel[b-owpj3a9nip],
.chat-summary-card[b-owpj3a9nip] {
    min-width: 0;
    height: 100%;
    min-height: 0;
    border: 1px solid var(--chat-border);
    border-radius: 16px;
    background: var(--chat-surface);
    box-shadow: 0 18px 42px rgba(16, 32, 51, .04);
    overflow: hidden;
}

.chat-panel[b-owpj3a9nip] {
    display: flex;
    flex-direction: column;
}

.chat-panel-header[b-owpj3a9nip],
.chat-summary-header[b-owpj3a9nip] {
    flex: 0 0 auto;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid var(--chat-border);
}

.chat-panel-header[b-owpj3a9nip] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.chat-section-title[b-owpj3a9nip] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: .8rem;
}

.chat-panel-header .chat-section-title[b-owpj3a9nip] {
    flex: 1 1 auto;
}

.chat-title-content[b-owpj3a9nip] {
    flex: 1 1 auto;
    min-width: 0;
}

.chat-section-title h4[b-owpj3a9nip] {
    margin: 0;
    color: #102033;
    font-size: 1.05rem;
    font-weight: 800;
}

.chat-section-title p[b-owpj3a9nip] {
    margin: .3rem 0 0;
    color: var(--chat-muted);
    font-size: .86rem;
}

.chat-ai-disclaimer[b-owpj3a9nip] {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: .18rem;
    margin-top: .42rem;
    padding: .45rem .65rem;
    border: 1px solid #f2cf74;
    border-radius: 8px;
    background: #fff8e5;
    color: #6f4f00;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.35;
}

.chat-ai-disclaimer-main[b-owpj3a9nip] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.chat-ai-disclaimer-main span[b-owpj3a9nip] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.chat-ai-disclaimer-main i[b-owpj3a9nip] {
    flex: 0 0 auto;
    font-size: .95rem;
}

.chat-ai-disclaimer-scope[b-owpj3a9nip] {
    color: #5f4400;
    font-weight: 800;
}

.chat-section-icon[b-owpj3a9nip] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border: 1px solid var(--chat-green-border);
    border-radius: 14px;
    background: var(--chat-green-soft);
    color: var(--chat-green);
    font-size: 1.2rem;
}

.chat-status[b-owpj3a9nip] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    flex: 0 0 auto;
    padding: .42rem .7rem;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 800;
    white-space: nowrap;
}

.chat-status.online[b-owpj3a9nip] {
    color: var(--chat-green);
    background: #edf8f4;
    border: 1px solid #cfe9df;
}

.chat-status.processing[b-owpj3a9nip] {
    color: #7a5600;
    background: #fff8e5;
    border: 1px solid #f5df9a;
}

.chat-panel-body[b-owpj3a9nip] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: .85rem;
    padding: 1rem;
    overflow: hidden;
}

.chat-current-conversation[b-owpj3a9nip] {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.chat-current-conversation div[b-owpj3a9nip] {
    min-width: 0;
}

.chat-current-conversation div span[b-owpj3a9nip],
.chat-history-content span[b-owpj3a9nip] {
    display: block;
    color: var(--chat-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.chat-current-conversation div strong[b-owpj3a9nip] {
    display: block;
    margin-top: .2rem;
    overflow: hidden;
    color: #102033;
    font-size: .98rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-current-conversation > span[b-owpj3a9nip] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: var(--chat-muted);
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
}

.chat-area[b-owpj3a9nip] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: .95rem;
    border: 1px solid var(--chat-border);
    border-radius: 12px;
    background: #fbfcfd;
}

.chat-area[b-owpj3a9nip]::-webkit-scrollbar,
.chat-history-list[b-owpj3a9nip]::-webkit-scrollbar {
    width: 6px;
}

.chat-area[b-owpj3a9nip]::-webkit-scrollbar-thumb,
.chat-history-list[b-owpj3a9nip]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #b8d8ce;
}

.chat-empty[b-owpj3a9nip] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--chat-muted);
}

.chat-empty-icon[b-owpj3a9nip] {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--chat-green-border);
    border-radius: 18px;
    background: var(--chat-green-soft);
    color: var(--chat-green);
    font-size: 2rem;
}

.chat-empty h5[b-owpj3a9nip] {
    margin: .85rem 0 .25rem;
    color: #102033;
    font-weight: 800;
}

.chat-empty p[b-owpj3a9nip] {
    margin: 0;
}

.chat-messages[b-owpj3a9nip] {
    display: flex;
    flex-direction: column;
}

.chat-message-row[b-owpj3a9nip] {
    align-items: flex-start;
    margin-bottom: .85rem;
}

.chat-message-row:last-child[b-owpj3a9nip] {
    margin-bottom: 0;
}

.chat-avatar[b-owpj3a9nip] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    border: 1px solid var(--chat-green-border);
    border-radius: 50%;
    background: #fff;
    color: var(--chat-green);
}

.chat-avatar-user[b-owpj3a9nip] {
    overflow: hidden;
    padding: 0;
}

.chat-avatar-user img[b-owpj3a9nip] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.chat-bubble[b-owpj3a9nip] {
    max-width: 76%;
    padding: .78rem .9rem;
    border: 1px solid var(--chat-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(16, 32, 51, .04);
}

.chat-bubble-user[b-owpj3a9nip] {
    color: #fff;
    border-color: var(--chat-green);
    background: linear-gradient(135deg, var(--chat-green) 0%, var(--chat-green-dark) 100%);
}

.chat-bubble-ai[b-owpj3a9nip] {
    background: #fff;
}

.chat-bubble-header[b-owpj3a9nip] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .35rem;
    color: var(--chat-muted);
    font-size: .78rem;
}

.chat-bubble-meta[b-owpj3a9nip] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    flex: 0 0 auto;
}

.chat-response-time[b-owpj3a9nip] {
    display: inline-flex;
    align-items: center;
    gap: .22rem;
    padding: .12rem .42rem;
    border: 1px solid #cfe9df;
    border-radius: 999px;
    background: #edf8f4;
    color: var(--chat-green);
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
}

.chat-response-time-live[b-owpj3a9nip] {
    border-color: #f2cf74;
    background: #fff8e5;
    color: #6f4f00;
}

.chat-bubble-user .chat-bubble-header[b-owpj3a9nip] {
    color: rgba(255, 255, 255, .78);
}

.chat-bubble-body[b-owpj3a9nip] {
    color: #243142;
    line-height: 1.45;
    white-space: pre-wrap;
}

.chat-bubble-user .chat-bubble-body[b-owpj3a9nip] {
    color: #fff;
}

.chat-loading-bubble[b-owpj3a9nip] {
    min-width: min(340px, 100%);
}

.chat-loading-bar[b-owpj3a9nip] {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: #e8efed;
    position: relative;
}

.chat-loading-bar-fill[b-owpj3a9nip] {
    position: absolute;
    top: 0;
    left: -45%;
    height: 100%;
    width: 45%;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #0acf97, transparent);
    animation: chat-loading-move-b-owpj3a9nip 1.15s infinite ease-in-out;
}

@keyframes chat-loading-move-b-owpj3a9nip {
    0% {
        left: -45%;
    }

    100% {
        left: 100%;
    }
}

.chat-warning[b-owpj3a9nip] {
    display: flex;
    align-items: center;
    gap: .35rem;
    padding: .75rem .9rem;
    border: 1px solid #f5df9a;
    border-radius: 10px;
    background: #fff8e5;
    color: #7a5600;
    font-weight: 700;
}

.chat-composer-area[b-owpj3a9nip] {
    flex: 0 0 auto;
    padding: .85rem 1rem;
    border-top: 1px solid var(--chat-border);
    background: #fff;
}

.chat-composer[b-owpj3a9nip] {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .48rem .55rem .48rem .9rem;
    border: 1px solid #d9e4ea;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 32, 51, .05);
}

.chat-composer-input[b-owpj3a9nip] {
    flex: 1 1 auto;
    min-width: 0;
    max-height: 118px;
    padding: .45rem 0;
    border: 0;
    outline: 0;
    resize: none;
    overflow-y: auto;
    background: transparent;
    color: #102033;
    line-height: 1.45;
}

.chat-composer-input[b-owpj3a9nip]::placeholder {
    color: #91a0ad;
}

.chat-composer-input:disabled[b-owpj3a9nip] {
    background: transparent;
}

.chat-composer-send[b-owpj3a9nip] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border: 0;
    border-radius: 50%;
    background: var(--chat-green);
    color: #fff;
    font-size: 1.05rem;
    transition: transform .15s ease, background .15s ease, opacity .15s ease;
}

.chat-composer-send:not(:disabled):hover[b-owpj3a9nip] {
    background: var(--chat-green-dark);
    transform: translateY(-1px);
}

.chat-composer-send:disabled[b-owpj3a9nip] {
    opacity: .45;
    cursor: not-allowed;
}

.chat-summary-card[b-owpj3a9nip] {
    display: flex;
    flex-direction: column;
}

.chat-summary-body[b-owpj3a9nip] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: .95rem;
    overflow: hidden;
}

.chat-summary-row[b-owpj3a9nip] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem 0;
    color: var(--chat-muted);
    border-bottom: 1px solid #edf2f5;
}

.chat-summary-row strong[b-owpj3a9nip] {
    color: #102033;
    font-size: 1rem;
}

.chat-new-conversation[b-owpj3a9nip] {
    width: 100%;
    flex: 0 0 auto;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    margin: 1rem 0;
    border: 0;
    border-radius: 999px;
    background: var(--chat-green);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(23, 75, 63, .18);
    transition: background .15s ease, transform .15s ease, opacity .15s ease;
}

.chat-new-conversation:not(:disabled):hover[b-owpj3a9nip] {
    background: var(--chat-green-dark);
    transform: translateY(-1px);
}

.chat-new-conversation:disabled[b-owpj3a9nip] {
    opacity: .55;
    cursor: not-allowed;
}

.chat-history-heading[b-owpj3a9nip] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .75rem;
    color: var(--chat-muted);
    font-weight: 700;
}

.chat-history-list[b-owpj3a9nip] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: .25rem;
}

.chat-history-item[b-owpj3a9nip] {
    width: 100%;
    display: block;
    margin-bottom: .6rem;
    padding: .85rem;
    border: 1px solid var(--chat-border);
    border-radius: 8px;
    background: #fff;
    color: #102033;
    text-align: left;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.chat-history-item:hover[b-owpj3a9nip] {
    border-color: var(--chat-green-border);
    background: #fbfefd;
}

.chat-history-item.active[b-owpj3a9nip] {
    border-color: var(--chat-green-border);
    background: var(--chat-green-soft);
    box-shadow: inset 4px 0 0 var(--chat-green);
}

.chat-history-empty[b-owpj3a9nip] {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .85rem;
    border: 1px dashed var(--chat-border);
    border-radius: 8px;
    background: #fbfcfd;
    color: var(--chat-muted);
    font-weight: 700;
    text-align: center;
}

.chat-history-content[b-owpj3a9nip] {
    min-width: 0;
}

.chat-history-content strong[b-owpj3a9nip] {
    display: block;
    margin-top: .25rem;
    overflow: hidden;
    color: #102033;
    font-size: .9rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-history-meta[b-owpj3a9nip] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .75rem;
    color: var(--chat-muted);
    font-size: .76rem;
}

.chat-history-meta span[b-owpj3a9nip] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
}

.chat-access-state[b-owpj3a9nip] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    padding: 1.2rem;
    border: 1px solid var(--chat-border);
    border-radius: 16px;
    background: var(--chat-surface);
    box-shadow: 0 18px 42px rgba(16, 32, 51, .04);
}

.chat-access-state h4[b-owpj3a9nip] {
    margin: 0;
    color: #102033;
    font-size: 1.12rem;
    font-weight: 800;
}

.chat-access-state p[b-owpj3a9nip] {
    margin: .35rem 0 0;
    color: var(--chat-muted);
}

.chat-offline-state[b-owpj3a9nip] {
    text-align: left;
}

.chat-offline-state .chat-section-icon[b-owpj3a9nip] {
    border-color: #f2cf74;
    background: #fff8e5;
    color: #9b6100;
    font-size: 1.45rem;
}

.chat-offline-retry[b-owpj3a9nip] {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    margin-top: .85rem;
    padding: .55rem 1rem;
    border: 0;
    border-radius: 999px;
    background: var(--chat-green);
    color: #fff;
    font-weight: 800;
    transition: background .15s ease, transform .15s ease, opacity .15s ease;
}

.chat-offline-retry:not(:disabled):hover[b-owpj3a9nip] {
    background: var(--chat-green-dark);
    transform: translateY(-1px);
}

.chat-offline-retry:disabled[b-owpj3a9nip] {
    opacity: .55;
    cursor: not-allowed;
}

@media (max-width: 1199.98px) {
    .chat-layout[b-owpj3a9nip] {
        grid-template-columns: 1fr;
    }

    .chat-panel[b-owpj3a9nip],
    .chat-summary-card[b-owpj3a9nip] {
        height: auto;
        min-height: auto;
    }

    .chat-summary-card[b-owpj3a9nip] {
        max-height: none;
    }

    .chat-history-list[b-owpj3a9nip] {
        max-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .chat-page-wrapper[b-owpj3a9nip] {
        height: auto;
        min-height: calc(100dvh - 112px);
        overflow: visible;
    }

    .chat-panel-header[b-owpj3a9nip] {
        align-items: flex-start;
        flex-direction: column;
    }

    .chat-current-conversation[b-owpj3a9nip] {
        align-items: flex-start;
        flex-direction: column;
    }

    .chat-area[b-owpj3a9nip] {
        min-height: 380px;
    }

    .chat-bubble[b-owpj3a9nip] {
        max-width: 86%;
    }

    .chat-composer[b-owpj3a9nip] {
        border-radius: 18px;
    }
}

@media (max-height: 760px) and (min-width: 1200px) {
    .chat-page-wrapper[b-owpj3a9nip] {
        height: calc(100dvh - 124px);
        padding-top: .65rem;
        padding-bottom: .45rem;
    }

    .chat-panel-header[b-owpj3a9nip],
    .chat-summary-header[b-owpj3a9nip] {
        padding: .8rem .95rem;
    }

    .chat-panel-body[b-owpj3a9nip],
    .chat-summary-body[b-owpj3a9nip] {
        padding: .75rem;
        gap: .65rem;
    }

    .chat-section-icon[b-owpj3a9nip] {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 12px;
    }

    .chat-section-title h4[b-owpj3a9nip] {
        font-size: .98rem;
    }

    .chat-section-title p[b-owpj3a9nip] {
        font-size: .8rem;
    }

    .chat-composer-area[b-owpj3a9nip] {
        padding: .65rem .8rem;
    }

    .chat-composer[b-owpj3a9nip] {
        min-height: 48px;
    }

    .chat-composer-send[b-owpj3a9nip] {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .chat-new-conversation[b-owpj3a9nip] {
        min-height: 40px;
        margin: .65rem 0;
    }

    .chat-history-item[b-owpj3a9nip] {
        margin-bottom: .45rem;
        padding: .7rem;
    }
}
/* _content/curitibano.blazor.administrativo/Pages/Chat/Components/ChatEmailAtualizacao.razor.rz.scp.css */
.chat-email-gate[b-eem5jdgcyf] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-section-icon[b-eem5jdgcyf] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border: 1px solid var(--chat-green-border);
    border-radius: 14px;
    background: var(--chat-green-soft);
    color: var(--chat-green);
    font-size: 1.2rem;
}

.chat-email-card[b-eem5jdgcyf] {
    width: min(760px, 100%);
    max-height: 100%;
    overflow-y: auto;
    padding: 1.25rem;
    border: 1px solid var(--chat-border);
    border-radius: 16px;
    background: var(--chat-surface);
    box-shadow: 0 18px 42px rgba(16, 32, 51, .06);
}

.chat-email-card[b-eem5jdgcyf]::-webkit-scrollbar {
    width: 6px;
}

.chat-email-card[b-eem5jdgcyf]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #b8d8ce;
}

.chat-email-header[b-eem5jdgcyf] {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--chat-border);
}

.chat-email-header h4[b-eem5jdgcyf] {
    margin: 0;
    color: #102033;
    font-size: 1.12rem;
    font-weight: 800;
}

.chat-email-eyebrow[b-eem5jdgcyf] {
    display: inline-flex;
    margin-bottom: .35rem;
    color: var(--chat-green);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.chat-email-reasons[b-eem5jdgcyf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
    margin-top: 1rem;
}

.chat-email-reasons div[b-eem5jdgcyf] {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .85rem;
    border: 1px solid #edf2f5;
    border-radius: 10px;
    background: #fbfcfd;
    color: var(--chat-muted);
    font-size: .82rem;
    line-height: 1.35;
}

.chat-email-reasons i[b-eem5jdgcyf] {
    color: var(--chat-green);
    font-size: 1.1rem;
}

.chat-email-form[b-eem5jdgcyf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.chat-email-field[b-eem5jdgcyf] {
    min-width: 0;
}

.chat-email-field label[b-eem5jdgcyf] {
    display: block;
    margin-bottom: .4rem;
    color: #102033;
    font-weight: 800;
}

.chat-email-input[b-eem5jdgcyf] {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: stretch;
    border: 1px solid #d9e4ea;
    border-radius: 10px;
    background: #fff;
    color: #102033;
    transition: border-color .15s ease, box-shadow .15s ease;
    overflow: hidden;
}

.chat-email-input:focus-within[b-eem5jdgcyf] {
    border-color: var(--chat-green-border);
    box-shadow: 0 0 0 3px rgba(23, 75, 63, .08);
}

.chat-email-input:has(.chat-email-local-input:disabled)[b-eem5jdgcyf] {
    background: #f3f6f8;
    cursor: not-allowed;
}

.chat-email-local-input[b-eem5jdgcyf] {
    min-width: 0;
    flex: 1 1 auto;
    padding: .65rem .8rem;
    border: 0;
    outline: 0;
    background: transparent;
    color: #102033;
}

.chat-email-local-input:disabled[b-eem5jdgcyf] {
    cursor: not-allowed;
}

.chat-email-domain[b-eem5jdgcyf] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: .65rem .8rem;
    border-left: 1px solid #d9e4ea;
    background: var(--chat-green-soft);
    color: var(--chat-green);
    font-weight: 800;
    white-space: nowrap;
}

.chat-email-input.is-valid[b-eem5jdgcyf] {
    border-color: #52b788;
    box-shadow: 0 0 0 3px rgba(82, 183, 136, .08);
}

.chat-email-input.is-invalid[b-eem5jdgcyf] {
    border-color: #e26d6d;
    box-shadow: 0 0 0 3px rgba(226, 109, 109, .08);
}

.chat-email-inline-alert[b-eem5jdgcyf],
.chat-email-alert[b-eem5jdgcyf] {
    display: flex;
    align-items: flex-start;
    gap: .45rem;
    margin-top: .65rem;
    padding: .7rem .85rem;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1.35;
}

.chat-email-inline-alert[b-eem5jdgcyf] {
    border: 1px solid #f5df9a;
    background: #fff8e5;
    color: #7a5600;
    font-size: .82rem;
}

.chat-email-alert[b-eem5jdgcyf] {
    border: 1px solid var(--chat-green-border);
    background: var(--chat-green-soft);
    color: #013f36;
}

.chat-email-actions[b-eem5jdgcyf] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.chat-email-save[b-eem5jdgcyf] {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .65rem 1.15rem;
    border: 0;
    border-radius: 999px;
    background: var(--chat-green);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(23, 75, 63, .18);
    transition: background .15s ease, transform .15s ease, opacity .15s ease;
}

.chat-email-save:not(:disabled):hover[b-eem5jdgcyf] {
    background: var(--chat-green-dark);
    transform: translateY(-1px);
}

.chat-email-save:disabled[b-eem5jdgcyf] {
    opacity: .45;
    cursor: not-allowed;
}

@media (max-width: 1199.98px) {
    .chat-email-reasons[b-eem5jdgcyf] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .chat-email-card[b-eem5jdgcyf] {
        padding: 1rem;
    }

    .chat-email-header[b-eem5jdgcyf] {
        align-items: flex-start;
        flex-direction: column;
    }

    .chat-email-form[b-eem5jdgcyf] {
        grid-template-columns: 1fr;
    }

    .chat-email-actions[b-eem5jdgcyf],
    .chat-email-save[b-eem5jdgcyf] {
        width: 100%;
    }
}

@media (max-height: 760px) and (min-width: 1200px) {
    .chat-email-card[b-eem5jdgcyf] {
        padding: 1rem;
    }

    .chat-email-header[b-eem5jdgcyf] {
        padding-bottom: .75rem;
    }

    .chat-email-reasons[b-eem5jdgcyf],
    .chat-email-form[b-eem5jdgcyf],
    .chat-email-actions[b-eem5jdgcyf] {
        margin-top: .75rem;
    }

    .chat-email-reasons div[b-eem5jdgcyf] {
        padding: .7rem;
    }

    .chat-email-input[b-eem5jdgcyf] {
        min-height: 42px;
    }
}

@media (max-width: 479.98px) {
    .chat-email-domain[b-eem5jdgcyf] {
        padding-inline: .55rem;
        font-size: .78rem;
    }
}
/* _content/curitibano.blazor.administrativo/Pages/Clientes/Cadastro/Components/Cliente/ModalCadastrarCliente.razor.rz.scp.css */

.cliente-modal .modal-content[b-ywfcszyscg] {
    border: 0;
    border-radius: .65rem;
    overflow: hidden;
}

.cliente-modal .modal-header[b-ywfcszyscg],
.cliente-modal .modal-footer[b-ywfcszyscg] {
    background: #fff;
    border-color: #e3e6ef;
}

.cliente-modal .modal-body[b-ywfcszyscg] {
    background: #f8fafc;
    padding: 1rem;
}

.cliente-modal .modal-title[b-ywfcszyscg] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
}

.cliente-section-card[b-ywfcszyscg],
.cliente-contact-card[b-ywfcszyscg],
.cliente-facial-card[b-ywfcszyscg] {
    background: #fff;
    border: 1px solid #e3e6ef;
    border-left: 4px solid #1b463b;
    border-radius: .55rem;
    padding: 1rem;
    margin-bottom: .85rem;
}

.cliente-contact-card-pending[b-ywfcszyscg] {
    border-left-color: #f1b44c;
}

.cliente-contact-card-ok[b-ywfcszyscg] {
    border-left-color: #0acf97;
    background: #f7fffb;
}

.cliente-contact-card-invalid[b-ywfcszyscg] {
    border-left-color: #fa5c7c;
    background: #fff8f9;
}

.cliente-section-header[b-ywfcszyscg] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
}

.cliente-section-title-area[b-ywfcszyscg] {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
}

.cliente-section-icon[b-ywfcszyscg],
.cliente-contact-icon[b-ywfcszyscg] {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: .45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf5f2;
    color: #1b463b;
    font-size: 20px;
}

.cliente-section-title[b-ywfcszyscg],
.cliente-contact-title[b-ywfcszyscg] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
}

.cliente-section-subtitle[b-ywfcszyscg],
.cliente-contact-subtitle[b-ywfcszyscg] {
    display: block;
    margin-top: .15rem;
    color: #6c757d;
    font-size: .82rem;
}

.cliente-section-badge[b-ywfcszyscg] {
    border: 1px solid #e3e6ef;
    background: #f8fafc;
    color: #343a40;
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .75rem;
    font-weight: 600;
    white-space: nowrap;
}

.cliente-section-badge-required[b-ywfcszyscg] {
    border-color: #f7c8d2;
    background: #fff5f7;
    color: #b42342;
}

.cliente-section-badge-info[b-ywfcszyscg] {
    border-color: #b7d3ca;
    background: #edf5f2;
    color: #1b463b;
}

.cliente-section-badge-success[b-ywfcszyscg] {
    border-color: #abefc6;
    background: #ecfdf3;
    color: #067647;
}

.cliente-section-badge-warning[b-ywfcszyscg] {
    border-color: #fddcab;
    background: #fffaeb;
    color: #93370d;
}

.cliente-required-dot[b-ywfcszyscg] {
    color: #fa5c7c;
    font-weight: 700;
    margin-left: .15rem;
}

.cliente-helper[b-ywfcszyscg],
.cliente-contact-status[b-ywfcszyscg] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .35rem;
    font-size: .82rem;
}

.cliente-helper-success[b-ywfcszyscg],
.cliente-contact-status-ok[b-ywfcszyscg] {
    color: #0f5132;
}

.cliente-helper-warning[b-ywfcszyscg],
.cliente-contact-status-warning[b-ywfcszyscg] {
    color: #7a5600;
}

.cliente-helper-danger[b-ywfcszyscg],
.cliente-contact-status-danger[b-ywfcszyscg],
.cliente-inline-alert[b-ywfcszyscg] {
    color: #b42342;
}

.cliente-inline-alert[b-ywfcszyscg] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .35rem;
    font-size: .82rem;
}

.cliente-search-row[b-ywfcszyscg] {
    align-items: end;
}

.cliente-search-button[b-ywfcszyscg],
.cliente-clear-button[b-ywfcszyscg] {
    width: 100%;
    min-height: 38px;
}

.cliente-grupos-list[b-ywfcszyscg] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .5rem;
}

.cliente-grupo-chip[b-ywfcszyscg] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #edf5f2;
    color: #1b463b;
    border: 1px solid #b7d3ca;
    border-radius: 999px;
    padding: .45rem .6rem;
    font-size: .84rem;
    font-weight: 600;
}

.cliente-grupo-chip button[b-ywfcszyscg] {
        width: 22px;
        height: 22px;
        border: 0;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #1b463b;
        color: #fff;
        padding: 0;
        line-height: 1;
}

.cliente-grupo-chip button:disabled[b-ywfcszyscg] {
        opacity: .45;
}

.cliente-grupos-empty[b-ywfcszyscg] {
    border: 1px dashed #b7d3ca;
    border-radius: .55rem;
    color: #6c757d;
    background: #f8fafc;
    padding: .75rem;
    margin-top: .5rem;
    font-size: .85rem;
}

.cliente-modal .alert[b-ywfcszyscg] {
    border-radius: .55rem;
    margin: .75rem 1rem 1rem 1rem !important;
}
/* _content/curitibano.blazor.administrativo/Pages/Clientes/Cadastro/Components/Cliente/ModalEditarCliente.razor.rz.scp.css */

.cliente-modal .modal-content[b-jj9zztjmho] {
    border: 0;
    border-radius: .65rem;
    overflow: hidden;
}

.cliente-modal .modal-header[b-jj9zztjmho],
.cliente-modal .modal-footer[b-jj9zztjmho] {
    background: #fff;
    border-color: #e3e6ef;
}

.cliente-modal .modal-body[b-jj9zztjmho] {
    background: #f8fafc;
    padding: 1rem;
}

.cliente-modal .modal-title[b-jj9zztjmho] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
}

.cliente-section-card[b-jj9zztjmho],
.cliente-contact-card[b-jj9zztjmho],
.cliente-facial-card[b-jj9zztjmho] {
    background: #fff;
    border: 1px solid #e3e6ef;
    border-left: 4px solid #1b463b;
    border-radius: .55rem;
    padding: 1rem;
    margin-bottom: .85rem;
}

.cliente-contact-card-pending[b-jj9zztjmho] {
    border-left-color: #f1b44c;
}

.cliente-contact-card-ok[b-jj9zztjmho] {
    border-left-color: #0acf97;
    background: #f7fffb;
}

.cliente-contact-card-invalid[b-jj9zztjmho] {
    border-left-color: #fa5c7c;
    background: #fff8f9;
}

.cliente-section-header[b-jj9zztjmho] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
}

.cliente-section-title-area[b-jj9zztjmho] {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
}

.cliente-section-icon[b-jj9zztjmho],
.cliente-contact-icon[b-jj9zztjmho] {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: .45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf5f2;
    color: #1b463b;
    font-size: 20px;
}

.cliente-section-title[b-jj9zztjmho],
.cliente-contact-title[b-jj9zztjmho] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
}

.cliente-section-subtitle[b-jj9zztjmho],
.cliente-contact-subtitle[b-jj9zztjmho] {
    display: block;
    margin-top: .15rem;
    color: #6c757d;
    font-size: .82rem;
}

.cliente-section-badge[b-jj9zztjmho] {
    border: 1px solid #e3e6ef;
    background: #f8fafc;
    color: #343a40;
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .75rem;
    font-weight: 600;
    white-space: nowrap;
}

.cliente-section-badge-required[b-jj9zztjmho] {
    border-color: #f7c8d2;
    background: #fff5f7;
    color: #b42342;
}

.cliente-section-badge-info[b-jj9zztjmho] {
    border-color: #b7d3ca;
    background: #edf5f2;
    color: #1b463b;
}

.cliente-section-badge-success[b-jj9zztjmho] {
    border-color: #abefc6;
    background: #ecfdf3;
    color: #067647;
}

.cliente-section-badge-warning[b-jj9zztjmho] {
    border-color: #fddcab;
    background: #fffaeb;
    color: #93370d;
}

.cliente-required-dot[b-jj9zztjmho] {
    color: #fa5c7c;
    font-weight: 700;
    margin-left: .15rem;
}

.cliente-helper[b-jj9zztjmho],
.cliente-contact-status[b-jj9zztjmho] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .35rem;
    font-size: .82rem;
}

.cliente-helper-success[b-jj9zztjmho],
.cliente-contact-status-ok[b-jj9zztjmho] {
    color: #0f5132;
}

.cliente-helper-warning[b-jj9zztjmho],
.cliente-contact-status-warning[b-jj9zztjmho] {
    color: #7a5600;
}

.cliente-helper-danger[b-jj9zztjmho],
.cliente-contact-status-danger[b-jj9zztjmho],
.cliente-inline-alert[b-jj9zztjmho] {
    color: #b42342;
}

.cliente-inline-alert[b-jj9zztjmho] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .35rem;
    font-size: .82rem;
}

.cliente-search-row[b-jj9zztjmho] {
    align-items: end;
}

.cliente-search-button[b-jj9zztjmho],
.cliente-clear-button[b-jj9zztjmho] {
    width: 100%;
    min-height: 38px;
}

.cliente-grupos-list[b-jj9zztjmho] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .5rem;
}

.cliente-grupo-chip[b-jj9zztjmho] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #edf5f2;
    color: #1b463b;
    border: 1px solid #b7d3ca;
    border-radius: 999px;
    padding: .45rem .6rem;
    font-size: .84rem;
    font-weight: 600;
}

    .cliente-grupo-chip button[b-jj9zztjmho] {
        width: 22px;
        height: 22px;
        border: 0;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #1b463b;
        color: #fff;
        padding: 0;
        line-height: 1;
    }

.cliente-grupos-empty[b-jj9zztjmho] {
    border: 1px dashed #b7d3ca;
    border-radius: .55rem;
    color: #6c757d;
    background: #f8fafc;
    padding: .75rem;
    margin-top: .5rem;
    font-size: .85rem;
}

.cliente-modal .alert[b-jj9zztjmho] {
    border-radius: .55rem;
    margin: .75rem 1rem 1rem 1rem !important;
}

/* _content/curitibano.blazor.administrativo/Pages/Clientes/Grupos/DebitosGrupo/Index.razor.rz.scp.css */
.debito-massa-page[b-6etmun8864] {
    background: #f6f7fb;
    min-height: calc(100vh - 150px);
    padding: 1rem;
    border-radius: 16px;
}

.debito-massa-header[b-6etmun8864] {
    background: #1b463b;
    color: #fff;
    border-radius: 18px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

    .debito-massa-header h3[b-6etmun8864] {
        color: #fff;
        margin: 0;
        font-weight: 700;
    }

    .debito-massa-header p[b-6etmun8864] {
        margin: .35rem 0 0;
        opacity: .85;
    }

.debito-massa-subtitle[b-6etmun8864] {
    display: block;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .8;
    margin-bottom: .25rem;
}

.debito-massa-steps[b-6etmun8864] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin-bottom: 1rem;
}

.debito-step[b-6etmun8864] {
    border: 1px solid #e3e6ef;
    background: #fff;
    border-radius: 16px;
    padding: .9rem;
    text-align: left;
    display: flex;
    gap: .75rem;
    align-items: center;
    color: #6c757d;
    transition: .15s ease;
}

    .debito-step:not(:disabled)[b-6etmun8864] {
        cursor: pointer;
    }

    .debito-step span[b-6etmun8864] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #edf5f2;
        color: #1b463b;
        font-weight: 700;
    }

    .debito-step strong[b-6etmun8864] {
        color: #343a40;
        display: block;
        line-height: 1.1;
    }

    .debito-step small[b-6etmun8864] {
        display: block;
        font-size: .75rem;
    }

    .debito-step.active[b-6etmun8864] {
        border-color: #b7d3ca;
        box-shadow: 0 10px 24px rgba(27, 70, 59, .08);
    }

        .debito-step.active span[b-6etmun8864] {
            background: #1b463b;
            color: #fff;
        }

.debito-card[b-6etmun8864] {
    border: 1px solid #e3e6ef;
    border-radius: 18px;
    overflow: hidden;
}

.debito-section-title[b-6etmun8864] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

    .debito-section-title h4[b-6etmun8864] {
        margin: 0;
        color: #343a40;
        font-weight: 700;
    }

    .debito-section-title p[b-6etmun8864] {
        margin: .25rem 0 0;
        color: #6c757d;
    }

.debito-counter[b-6etmun8864] {
    background: #edf5f2;
    border: 1px solid #b7d3ca;
    color: #1b463b;
    border-radius: 14px;
    padding: .65rem .9rem;
    text-align: center;
    min-width: 130px;
}

    .debito-counter strong[b-6etmun8864] {
        display: block;
        font-size: 1.35rem;
        line-height: 1;
    }

    .debito-counter span[b-6etmun8864] {
        font-size: .78rem;
    }

.debito-alert[b-6etmun8864] {
    border-radius: 14px;
}

.debito-toolbar[b-6etmun8864] {
    margin: 1rem 0;
    padding: .75rem;
    border: 1px solid #edf0f6;
    background: #f8f9fc;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    align-items: center;
}

.debito-loading[b-6etmun8864],
.debito-empty[b-6etmun8864] {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #6c757d;
    gap: .5rem;
}

    .debito-empty i[b-6etmun8864] {
        font-size: 3.2rem;
        color: #1b463b;
        opacity: .75;
    }

    .debito-empty strong[b-6etmun8864],
    .debito-loading strong[b-6etmun8864] {
        color: #343a40;
    }

.debito-clientes-grid[b-6etmun8864] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.debito-cliente-card[b-6etmun8864] {
    border: 1px solid #e3e6ef;
    border-radius: 16px;
    padding: .9rem;
    display: flex;
    gap: .75rem;
    cursor: pointer;
    background: #fff;
    transition: .15s ease;
}

    .debito-cliente-card:hover[b-6etmun8864] {
        border-color: #b7d3ca;
        box-shadow: 0 8px 18px rgba(27, 70, 59, .06);
    }

    .debito-cliente-card.selected[b-6etmun8864] {
        border-color: #1b463b;
        background: #edf5f2;
    }

    .debito-cliente-card input[b-6etmun8864] {
        margin-top: .25rem;
    }

.debito-cliente-content[b-6etmun8864] {
    flex: 1;
    min-width: 0;
}

.debito-cliente-title[b-6etmun8864] {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .35rem;
}

    .debito-cliente-title strong[b-6etmun8864] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #343a40;
    }

    .debito-cliente-title span[b-6etmun8864] {
        color: #6c757d;
        font-size: .8rem;
    }

.debito-cliente-info[b-6etmun8864] {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .85rem;
    color: #6c757d;
    font-size: .82rem;
}

    .debito-cliente-info i[b-6etmun8864] {
        color: #1b463b;
        margin-right: .2rem;
    }

.debito-resumo-grid[b-6etmun8864],
.debito-resultado-grid[b-6etmun8864] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

    .debito-resumo-grid div[b-6etmun8864],
    .debito-resultado-card[b-6etmun8864] {
        border: 1px solid #e3e6ef;
        border-radius: 14px;
        background: #f8f9fc;
        padding: .85rem;
    }

        .debito-resumo-grid span[b-6etmun8864],
        .debito-resultado-card span[b-6etmun8864] {
            display: block;
            color: #6c757d;
            font-size: .78rem;
            margin-bottom: .2rem;
        }

        .debito-resumo-grid strong[b-6etmun8864],
        .debito-resultado-card strong[b-6etmun8864] {
            color: #343a40;
            font-size: 1.15rem;
        }

        .debito-resultado-card.success[b-6etmun8864] {
            border-color: #b7d3ca;
            background: #edf5f2;
        }

        .debito-resultado-card.danger[b-6etmun8864] {
            border-color: #f1b8b8;
            background: #fff3f3;
        }

.debito-actions[b-6etmun8864] {
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
    margin-top: 1rem;
}

.debito-table-block[b-6etmun8864] {
    margin-top: 1.25rem;
    border: 1px solid #e3e6ef;
    border-radius: 16px;
    overflow: hidden;
}

    .debito-table-block h5[b-6etmun8864] {
        margin: 0;
        padding: .85rem 1rem;
        background: #f8f9fc;
        border-bottom: 1px solid #e3e6ef;
        color: #343a40;
    }

.debito-erros-list[b-6etmun8864] {
    display: grid;
    gap: .5rem;
    padding: 1rem;
}

.debito-erro-item[b-6etmun8864] {
    border: 1px solid #f1b8b8;
    background: #fff3f3;
    border-radius: 12px;
    padding: .75rem;
}

    .debito-erro-item strong[b-6etmun8864] {
        display: block;
        color: #842029;
    }

    .debito-erro-item span[b-6etmun8864] {
        color: #842029;
        font-size: .85rem;
    }

@media (max-width: 992px) {
    .debito-massa-header[b-6etmun8864],
    .debito-section-title[b-6etmun8864],
    .debito-toolbar[b-6etmun8864] {
        flex-direction: column;
    }

    .debito-massa-steps[b-6etmun8864],
    .debito-clientes-grid[b-6etmun8864],
    .debito-resumo-grid[b-6etmun8864],
    .debito-resultado-grid[b-6etmun8864] {
        grid-template-columns: 1fr;
    }

    .debito-counter[b-6etmun8864] {
        width: 100%;
    }

    .debito-actions[b-6etmun8864] {
        flex-direction: column-reverse;
    }

        .debito-actions .btn[b-6etmun8864] {
            width: 100%;
        }
}
/* _content/curitibano.blazor.administrativo/Pages/Clientes/Terceirizados/Components/ModalCadastrarTerceirizado.razor.rz.scp.css */

.cliente-modal .modal-content[b-j4pihv4a9c] {
    border: 0;
    border-radius: .65rem;
    overflow: hidden;
}

.cliente-modal .modal-header[b-j4pihv4a9c],
.cliente-modal .modal-footer[b-j4pihv4a9c] {
    background: #fff;
    border-color: #e3e6ef;
}

.cliente-modal .modal-body[b-j4pihv4a9c] {
    background: #f8fafc;
    padding: 1rem;
}

.cliente-modal .modal-title[b-j4pihv4a9c] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
}

.cliente-section-card[b-j4pihv4a9c],
.cliente-contact-card[b-j4pihv4a9c],
.cliente-facial-card[b-j4pihv4a9c] {
    background: #fff;
    border: 1px solid #e3e6ef;
    border-left: 4px solid #1b463b;
    border-radius: .55rem;
    padding: 1rem;
    margin-bottom: .85rem;
}

.cliente-contact-card-pending[b-j4pihv4a9c] {
    border-left-color: #f1b44c;
}

.cliente-contact-card-ok[b-j4pihv4a9c] {
    border-left-color: #0acf97;
    background: #f7fffb;
}

.cliente-contact-card-invalid[b-j4pihv4a9c] {
    border-left-color: #fa5c7c;
    background: #fff8f9;
}

.cliente-section-header[b-j4pihv4a9c] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
}

.cliente-section-title-area[b-j4pihv4a9c] {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
}

.cliente-section-icon[b-j4pihv4a9c],
.cliente-contact-icon[b-j4pihv4a9c] {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: .45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf5f2;
    color: #1b463b;
    font-size: 20px;
}

.cliente-section-title[b-j4pihv4a9c],
.cliente-contact-title[b-j4pihv4a9c] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
}

.cliente-section-subtitle[b-j4pihv4a9c],
.cliente-contact-subtitle[b-j4pihv4a9c] {
    display: block;
    margin-top: .15rem;
    color: #6c757d;
    font-size: .82rem;
}

.cliente-section-badge[b-j4pihv4a9c] {
    border: 1px solid #e3e6ef;
    background: #f8fafc;
    color: #343a40;
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .75rem;
    font-weight: 600;
    white-space: nowrap;
}

.cliente-section-badge-required[b-j4pihv4a9c] {
    border-color: #f7c8d2;
    background: #fff5f7;
    color: #b42342;
}

.cliente-section-badge-info[b-j4pihv4a9c] {
    border-color: #b7d3ca;
    background: #edf5f2;
    color: #1b463b;
}

.cliente-section-badge-success[b-j4pihv4a9c] {
    border-color: #abefc6;
    background: #ecfdf3;
    color: #067647;
}

.cliente-section-badge-warning[b-j4pihv4a9c] {
    border-color: #fddcab;
    background: #fffaeb;
    color: #93370d;
}

.cliente-required-dot[b-j4pihv4a9c] {
    color: #fa5c7c;
    font-weight: 700;
    margin-left: .15rem;
}

.cliente-helper[b-j4pihv4a9c],
.cliente-contact-status[b-j4pihv4a9c] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .35rem;
    font-size: .82rem;
}

.cliente-helper-success[b-j4pihv4a9c],
.cliente-contact-status-ok[b-j4pihv4a9c] {
    color: #0f5132;
}

.cliente-helper-warning[b-j4pihv4a9c],
.cliente-contact-status-warning[b-j4pihv4a9c] {
    color: #7a5600;
}

.cliente-helper-danger[b-j4pihv4a9c],
.cliente-contact-status-danger[b-j4pihv4a9c],
.cliente-inline-alert[b-j4pihv4a9c] {
    color: #b42342;
}

.cliente-inline-alert[b-j4pihv4a9c] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .35rem;
    font-size: .82rem;
}

.cliente-search-row[b-j4pihv4a9c] {
    align-items: end;
}

.cliente-search-button[b-j4pihv4a9c],
.cliente-clear-button[b-j4pihv4a9c] {
    width: 100%;
    min-height: 38px;
}

.cliente-grupos-list[b-j4pihv4a9c] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .5rem;
}

.cliente-grupo-chip[b-j4pihv4a9c] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #edf5f2;
    color: #1b463b;
    border: 1px solid #b7d3ca;
    border-radius: 999px;
    padding: .45rem .6rem;
    font-size: .84rem;
    font-weight: 600;
}

.cliente-grupo-chip button[b-j4pihv4a9c] {
        width: 22px;
        height: 22px;
        border: 0;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #1b463b;
        color: #fff;
        padding: 0;
        line-height: 1;
}

.cliente-grupo-chip button:disabled[b-j4pihv4a9c] {
        opacity: .45;
}

.cliente-grupos-empty[b-j4pihv4a9c] {
    border: 1px dashed #b7d3ca;
    border-radius: .55rem;
    color: #6c757d;
    background: #f8fafc;
    padding: .75rem;
    margin-top: .5rem;
    font-size: .85rem;
}

.cliente-modal .alert[b-j4pihv4a9c] {
    border-radius: .55rem;
    margin: .75rem 1rem 1rem 1rem !important;
}
/* _content/curitibano.blazor.administrativo/Pages/Clientes/Terceirizados/Components/ModalEditarTerceirizado.razor.rz.scp.css */

.cliente-modal .modal-content[b-j9tsdkj734] {
    border: 0;
    border-radius: .65rem;
    overflow: hidden;
}

.cliente-modal .modal-header[b-j9tsdkj734],
.cliente-modal .modal-footer[b-j9tsdkj734] {
    background: #fff;
    border-color: #e3e6ef;
}

.cliente-modal .modal-body[b-j9tsdkj734] {
    background: #f8fafc;
    padding: 1rem;
}

.cliente-modal .modal-title[b-j9tsdkj734] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
}

.cliente-section-card[b-j9tsdkj734],
.cliente-contact-card[b-j9tsdkj734],
.cliente-facial-card[b-j9tsdkj734] {
    background: #fff;
    border: 1px solid #e3e6ef;
    border-left: 4px solid #1b463b;
    border-radius: .55rem;
    padding: 1rem;
    margin-bottom: .85rem;
}

.cliente-contact-card-pending[b-j9tsdkj734] {
    border-left-color: #f1b44c;
}

.cliente-contact-card-ok[b-j9tsdkj734] {
    border-left-color: #0acf97;
    background: #f7fffb;
}

.cliente-contact-card-invalid[b-j9tsdkj734] {
    border-left-color: #fa5c7c;
    background: #fff8f9;
}

.cliente-section-header[b-j9tsdkj734] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
}

.cliente-section-title-area[b-j9tsdkj734] {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
}

.cliente-section-icon[b-j9tsdkj734],
.cliente-contact-icon[b-j9tsdkj734] {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: .45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf5f2;
    color: #1b463b;
    font-size: 20px;
}

.cliente-section-title[b-j9tsdkj734],
.cliente-contact-title[b-j9tsdkj734] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
}

.cliente-section-subtitle[b-j9tsdkj734],
.cliente-contact-subtitle[b-j9tsdkj734] {
    display: block;
    margin-top: .15rem;
    color: #6c757d;
    font-size: .82rem;
}

.cliente-section-badge[b-j9tsdkj734] {
    border: 1px solid #e3e6ef;
    background: #f8fafc;
    color: #343a40;
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .75rem;
    font-weight: 600;
    white-space: nowrap;
}

.cliente-section-badge-required[b-j9tsdkj734] {
    border-color: #f7c8d2;
    background: #fff5f7;
    color: #b42342;
}

.cliente-section-badge-info[b-j9tsdkj734] {
    border-color: #b7d3ca;
    background: #edf5f2;
    color: #1b463b;
}

.cliente-section-badge-success[b-j9tsdkj734] {
    border-color: #abefc6;
    background: #ecfdf3;
    color: #067647;
}

.cliente-section-badge-warning[b-j9tsdkj734] {
    border-color: #fddcab;
    background: #fffaeb;
    color: #93370d;
}

.cliente-required-dot[b-j9tsdkj734] {
    color: #fa5c7c;
    font-weight: 700;
    margin-left: .15rem;
}

.cliente-helper[b-j9tsdkj734],
.cliente-contact-status[b-j9tsdkj734] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .35rem;
    font-size: .82rem;
}

.cliente-helper-success[b-j9tsdkj734],
.cliente-contact-status-ok[b-j9tsdkj734] {
    color: #0f5132;
}

.cliente-helper-warning[b-j9tsdkj734],
.cliente-contact-status-warning[b-j9tsdkj734] {
    color: #7a5600;
}

.cliente-helper-danger[b-j9tsdkj734],
.cliente-contact-status-danger[b-j9tsdkj734],
.cliente-inline-alert[b-j9tsdkj734] {
    color: #b42342;
}

.cliente-inline-alert[b-j9tsdkj734] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .35rem;
    font-size: .82rem;
}

.cliente-search-row[b-j9tsdkj734] {
    align-items: end;
}

.cliente-search-button[b-j9tsdkj734],
.cliente-clear-button[b-j9tsdkj734] {
    width: 100%;
    min-height: 38px;
}

.cliente-grupos-list[b-j9tsdkj734] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .5rem;
}

.cliente-grupo-chip[b-j9tsdkj734] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #edf5f2;
    color: #1b463b;
    border: 1px solid #b7d3ca;
    border-radius: 999px;
    padding: .45rem .6rem;
    font-size: .84rem;
    font-weight: 600;
}

    .cliente-grupo-chip button[b-j9tsdkj734] {
        width: 22px;
        height: 22px;
        border: 0;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #1b463b;
        color: #fff;
        padding: 0;
        line-height: 1;
    }

        .cliente-grupo-chip button:disabled[b-j9tsdkj734] {
            opacity: .45;
        }

.cliente-grupos-empty[b-j9tsdkj734] {
    border: 1px dashed #b7d3ca;
    border-radius: .55rem;
    color: #6c757d;
    background: #f8fafc;
    padding: .75rem;
    margin-top: .5rem;
    font-size: .85rem;
}

.cliente-modal .alert[b-j9tsdkj734] {
    border-radius: .55rem;
    margin: .75rem 1rem 1rem 1rem !important;
}
/* _content/curitibano.blazor.administrativo/Pages/ColoniaDeFerias/Socios/DetalheSocio.razor.rz.scp.css */
.cf-card[b-l7w703wtxs] {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}

.cf-card-header[b-l7w703wtxs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cf-year-select[b-l7w703wtxs] {
    width: 100px;
    min-height: 36px;
}

.cf-loading[b-l7w703wtxs] {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.cf-table thead th[b-l7w703wtxs] {
    color: #495057;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cf-action-btn[b-l7w703wtxs] {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 .1rem;
    border-radius: 8px;
}

.cf-status[b-l7w703wtxs] {
    font-size: .72rem;
    font-weight: 700;
    padding: .35rem .55rem;
}

/* MODAIS FILHAS */
.cf-detalhe-socio[b-l7w703wtxs]  .cf-modal-content {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 45px rgba(0, 0, 0, .16);
}

.cf-detalhe-socio[b-l7w703wtxs]  .cf-modal-header {
    background: #1b463b;
    color: #fff;
    border-bottom: 0;
}

    .cf-detalhe-socio[b-l7w703wtxs]  .cf-modal-header.danger {
        background: #8f2d2d;
    }

.cf-detalhe-socio[b-l7w703wtxs]  .cf-modal-title {
    color: #fff;
    font-weight: 700;
}

.cf-detalhe-socio[b-l7w703wtxs]  .cf-modal-header small {
    color: rgba(255, 255, 255, .75);
}

.cf-detalhe-socio[b-l7w703wtxs]  .cf-modal-body {
    background: #f6f7fb;
}

.cf-detalhe-socio[b-l7w703wtxs]  .cf-modal-footer {
    background: #fff;
    border-top: 1px solid #e9ecef;
}

.cf-detalhe-socio[b-l7w703wtxs]  .cf-modal-section {
    padding: 1rem;
    border: 1px solid #e1e6ea;
    border-radius: 12px;
    background: #fff;
}

.cf-detalhe-socio[b-l7w703wtxs]  .cf-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1b463b;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: .9rem;
}

    .cf-detalhe-socio[b-l7w703wtxs]  .cf-section-title small {
        padding: .2rem .5rem;
        border-radius: 999px;
        background: #edf5f2;
        color: #1b463b;
        font-size: .68rem;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0;
    }

.cf-detalhe-socio[b-l7w703wtxs]  .modal label {
    font-size: .82rem;
    font-weight: 700;
    color: #495057;
    margin-bottom: .35rem;
}

.cf-detalhe-socio[b-l7w703wtxs]  .modal .form-control,
.cf-detalhe-socio[b-l7w703wtxs]  .modal .form-select {
    min-height: 42px;
    border-radius: 9px;
    border-color: #dfe3ea;
    font-size: .9rem;
}

    .cf-detalhe-socio[b-l7w703wtxs]  .modal .form-control:disabled {
        background: #f1f3f5;
        color: #495057;
        border-style: dashed;
        cursor: default;
        opacity: 1;
        font-weight: 600;
    }

.cf-detalhe-socio[b-l7w703wtxs]  .cf-value-input {
    color: #1b463b !important;
    font-weight: 800 !important;
}

.cf-detalhe-socio[b-l7w703wtxs]  .cf-modal-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
}

.cf-detalhe-socio[b-l7w703wtxs]  .modal .btn {
    border-radius: 9px;
    font-weight: 700;
}

.cf-detalhe-socio[b-l7w703wtxs]  .modal .btn-primary {
    background: #1b463b;
    border-color: #1b463b;
    border-radius: 9px;
}

.cf-detalhe-socio[b-l7w703wtxs]  .cf-transferencia-resumo {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #dfe3ea;
}

    .cf-detalhe-socio[b-l7w703wtxs]  .cf-transferencia-resumo span {
        display: block;
        font-size: .78rem;
        font-weight: 700;
        color: #6c757d;
    }

    .cf-detalhe-socio[b-l7w703wtxs]  .cf-transferencia-resumo strong {
        display: block;
        font-size: 1.15rem;
        font-weight: 800;
    }

    .cf-detalhe-socio[b-l7w703wtxs]  .cf-transferencia-resumo p {
        max-width: 520px;
        margin: 0;
        color: #6c757d;
        font-size: .88rem;
        line-height: 1.4;
    }

.cf-detalhe-socio[b-l7w703wtxs]  .diferenca-positiva {
    color: #c25b16;
}

.cf-detalhe-socio[b-l7w703wtxs]  .diferenca-negativa {
    color: #198754;
}

.cf-detalhe-socio[b-l7w703wtxs]  .diferenca-neutra {
    color: #1b463b;
}
/* _content/curitibano.blazor.administrativo/Pages/Financeiro/Relatorio/DebitosPorContaFinanceira/Index.razor.rz.scp.css */
.modern-page[b-gy8ailbsza] {
    padding-bottom: 24px;
}

.modern-page-header[b-gy8ailbsza] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.modern-breadcrumb[b-gy8ailbsza] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8a94a6;
    font-size: 13px;
    margin-bottom: 6px;
}

.modern-page-title[b-gy8ailbsza] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}

.modern-page-subtitle[b-gy8ailbsza] {
    margin: 0;
    color: #7b8794;
    font-size: 14px;
}

.modern-action-btn[b-gy8ailbsza] {
    background: #fff;
    border: 1px solid #dbe4ea;
    color: #1f2937;
    border-radius: 14px;
    padding: 10px 16px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.modern-filter-card[b-gy8ailbsza],
.modern-table-card[b-gy8ailbsza] {
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.modern-filter-header[b-gy8ailbsza],
.modern-table-header[b-gy8ailbsza] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modern-section-card[b-gy8ailbsza] {
    border: 1px solid #e5edf2;
    border-radius: 20px;
    padding: 20px;
    background: #fbfcfd;
}

.modern-section-title[b-gy8ailbsza] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 18px;
}

    .modern-section-title i[b-gy8ailbsza] {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        background: #e8f2ee;
        color: #174f45;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

.modern-check-title[b-gy8ailbsza] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 10px;
}

.modern-control-block[b-gy8ailbsza] {
    background: #fff;
    border: 1px solid #dce6ec;
    border-radius: 16px;
    padding: 12px;
    transition: all 0.2s ease;
}

.disabled-block[b-gy8ailbsza] {
    opacity: 0.6;
    background: #f8fafb;
}

.modern-label[b-gy8ailbsza] {
    font-size: 14px;
    font-weight: 600;
    color: #475467;
    margin-bottom: 8px;
}

.modern-input[b-gy8ailbsza],
.modern-select[b-gy8ailbsza] {
    height: 46px;
    border-radius: 14px;
    border: 1px solid #d8e1e8;
    background: #fff;
    box-shadow: none;
}

    .modern-input:focus[b-gy8ailbsza],
    .modern-select:focus[b-gy8ailbsza] {
        border-color: #1b5e52;
        box-shadow: 0 0 0 0.18rem rgba(27, 94, 82, 0.12);
    }

.modern-between[b-gy8ailbsza] {
    font-size: 13px;
    color: #98a2b3;
    font-weight: 600;
}

.modern-switch-group[b-gy8ailbsza] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.modern-switch-item[b-gy8ailbsza] {
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #dce6ec;
    background: #fff;
}

.modern-switch-text[b-gy8ailbsza] {
    font-weight: 600;
    color: #344054;
}

.modern-switch .form-check-input[b-gy8ailbsza] {
    width: 44px;
    height: 24px;
    cursor: pointer;
}

.modern-filter-btn[b-gy8ailbsza] {
    background: #174f45;
    color: #fff;
    border: none;
    border-radius: 16px;
    height: 48px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(23, 79, 69, 0.18);
}

    .modern-filter-btn:hover[b-gy8ailbsza] {
        background: #123f37;
        color: #fff;
    }

.modern-alert[b-gy8ailbsza] {
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
}

.modern-summary-card[b-gy8ailbsza] {
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
}

.modern-summary-icon[b-gy8ailbsza] {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #eef6f3;
    color: #174f45;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.modern-summary-label[b-gy8ailbsza] {
    font-size: 14px;
    color: #7b8794;
    margin-bottom: 6px;
    font-weight: 600;
}

.modern-summary-value[b-gy8ailbsza] {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.success-value[b-gy8ailbsza] {
    color: #16a34a;
}

.danger-value[b-gy8ailbsza] {
    color: #b42318;
}

.modern-table[b-gy8ailbsza] {
    margin-top: 4px;
}

    .modern-table thead th[b-gy8ailbsza] {
        background: #f8fafc;
        color: #667085;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .04em;
        font-weight: 700;
        border-bottom: 1px solid #e7edf2;
        padding: 16px;
        white-space: nowrap;
    }

    .modern-table tbody td[b-gy8ailbsza] {
        padding: 16px;
        border-top: 1px solid #eef2f6;
        color: #1f2937;
        vertical-align: middle;
    }

    .modern-table tbody tr:hover[b-gy8ailbsza] {
        background: #fbfdfc;
    }

.modern-status-badge[b-gy8ailbsza] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    min-width: 90px;
}

.status-success[b-gy8ailbsza] {
    background: #e8f7ee;
    color: #0f8a43;
}

.status-warning[b-gy8ailbsza] {
    background: #fff4db;
    color: #b7791f;
}

.status-neutral[b-gy8ailbsza] {
    background: #eef2f6;
    color: #667085;
}

.modern-empty-state[b-gy8ailbsza] {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #98a2b3;
    font-weight: 500;
}

    .modern-empty-state i[b-gy8ailbsza] {
        font-size: 36px;
    }

.modern-pagination-wrapper[b-gy8ailbsza] {
    padding-top: 18px;
}

.modern-radzen-listbox .rz-multiselect[b-gy8ailbsza],
.modern-radzen-listbox .rz-listbox[b-gy8ailbsza] {
    border-radius: 14px !important;
}

@media (max-width: 991.98px) {
    .modern-page-header[b-gy8ailbsza] {
        flex-direction: column;
        align-items: stretch;
    }

    .modern-summary-value[b-gy8ailbsza] {
        font-size: 24px;
    }
}

.modern-table-loading[b-gy8ailbsza] {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #174f45;
    font-weight: 700;
}

.modern-filter-btn:disabled[b-gy8ailbsza] {
    opacity: 0.75;
    cursor: not-allowed;
}

.modern-page[b-gy8ailbsza]  .rz-state-highlight.rz-menuitem,
.modern-page[b-gy8ailbsza]  .rz-state-highlight.rz-autocomplete-list-item,
.modern-page[b-gy8ailbsza]  .rz-state-highlight.rz-multiselect-item,
.modern-page[b-gy8ailbsza]  .rz-autocomplete-items li.rz-state-highlight,
.modern-page[b-gy8ailbsza]  .rz-dropdown-items li.rz-state-highlight,
.modern-page[b-gy8ailbsza]  .rz-multiselect-items li.rz-state-highlight,
.modern-page[b-gy8ailbsza]  .rz-dropdown-item.rz-state-highlight,
.modern-page[b-gy8ailbsza]  .rz-listbox-item.rz-state-highlight,
.modern-page[b-gy8ailbsza]  .rz-listbox-item.rz-state-active,
.modern-page[b-gy8ailbsza]  .rz-state-active {
    background-color: rgba(23, 79, 69, 0.12) !important;
    border-color: #1b463b !important;
    color: #1b463b !important;
}

.modern-page[b-gy8ailbsza]  .rz-listbox-item:hover,
.modern-page[b-gy8ailbsza]  .rz-dropdown-item:hover,
.modern-page[b-gy8ailbsza]  .rz-multiselect-item:hover,
.modern-page[b-gy8ailbsza]  .rz-autocomplete-list-item:hover {
    background-color: rgba(23, 79, 69, 0.12) !important;
    color: #1b463b !important;
}

.modern-page[b-gy8ailbsza]  .rz-chkbox-box {
    border: 1px solid #cbd5d1 !important;
    box-shadow: 0 0 0 1px rgba(27, 70, 59, 0.04);
}

    .modern-page[b-gy8ailbsza]  .rz-chkbox-box.rz-state-active,
    .modern-page[b-gy8ailbsza]  .rz-chkbox-box.rz-state-highlight {
        background-color: #1b463b !important;
        border: 1px solid #cee1ed !important;
        box-shadow: 0 0 0 1px rgba(27, 70, 59, 0.12);
    }

        .modern-page[b-gy8ailbsza]  .rz-chkbox-box.rz-state-active .rz-chkbox-icon,
        .modern-page[b-gy8ailbsza]  .rz-chkbox-box.rz-state-highlight .rz-chkbox-icon {
            color: #ffffff !important;
        }
/* _content/curitibano.blazor.administrativo/Shared/TopBar.razor.rz.scp.css */
.chat-shortcut-item[b-tpi5i3anqb] {
    height: 70px;
    display: flex;
    align-items: center;
    padding-right: .55rem;
}

.chatbox-shortcut[b-tpi5i3anqb] {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .42rem .9rem .42rem .5rem;
    border: 1px solid rgba(10, 207, 151, .28);
    border-radius: 999px;
    background: linear-gradient(135deg, #f2fcf9 0%, #ffffff 100%);
    color: #1b463b;
    box-shadow: 0 8px 22px rgba(27, 70, 59, .08);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.chatbox-shortcut:hover[b-tpi5i3anqb],
.chatbox-shortcut:focus[b-tpi5i3anqb] {
    color: #1b463b;
    border-color: rgba(10, 207, 151, .58);
    box-shadow: 0 10px 26px rgba(27, 70, 59, .14);
    text-decoration: none;
    transform: translateY(-1px);
}

.chatbox-shortcut-icon[b-tpi5i3anqb] {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1b463b 0%, #0acf97 100%);
    color: #fff;
    font-size: 1rem;
}

.chatbox-shortcut-text[b-tpi5i3anqb] {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    white-space: nowrap;
}

.chatbox-shortcut-text strong[b-tpi5i3anqb] {
    font-size: .82rem;
    font-weight: 700;
}

.chatbox-shortcut-text small[b-tpi5i3anqb] {
    margin-top: .16rem;
    color: #8a97a5;
    font-size: .68rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .chat-shortcut-item[b-tpi5i3anqb] {
        padding-right: .35rem;
    }

    .chatbox-shortcut[b-tpi5i3anqb] {
        width: 42px;
        min-height: 42px;
        justify-content: center;
        padding: .35rem;
    }

    .chatbox-shortcut-text[b-tpi5i3anqb] {
        display: none;
    }
}
