/* _content/Mundivox.WebApp/Components/Filters/FiltrosResponsivo.razor.rz.scp.css */
.btn-filtros-responsivo[b-dbtp7c38dd] {
    display: none;
}

.filtro-responsivo[b-dbtp7c38dd] {
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 24px;
    position: fixed;
    left: 0px;
    top: 64px;
    background: var(--neutral-white);
    overflow-y: auto;
}

@media screen and (max-width: 600px) {
    .btn-filtros-responsivo[b-dbtp7c38dd] {
        display: block;
    }
}
/* _content/Mundivox.WebApp/Components/InfoCards/InfoCard.razor.rz.scp.css */
.info-card[b-xcqy4rqjq6] {
    display: flex;
    /*min-width: 203px;*/
    align-items: flex-start;
    position: relative;
    flex: 1;
}

.info-card .border[b-xcqy4rqjq6] {
    border-radius: 4px 0 0 4px;
    background: #878787;
    width: 4px;
    flex-shrink: 0;
    align-self: stretch;
    min-height: 105px;
    /*max-height: 105px;*/
    border: none;
}

.info-card .content[b-xcqy4rqjq6] {
    background-color: var(--neutral-white);
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    padding: 16px 24px;
    /*max-height: 105px;*/
    min-height: 105px;
    border-radius: 0 4px 4px 0;
    border: 1px solid var(--neutral-3);
    border-left: none;
    margin-left: -1px;
    text-wrap: nowrap;
}

.info-card .icon[b-xcqy4rqjq6] {
    position: absolute;
    right: 8px;
    top: 8px;
}

.info-card .border.warning[b-xcqy4rqjq6] {
    background: linear-gradient(180deg, #FF8A00 0%, #EF3535 100%);
}

.info-card .border.secondary-blue[b-xcqy4rqjq6] {
    background: var(--secondary-blue-3);
}

.info-card .content.warning[b-xcqy4rqjq6] {
    background-color: var(--tertiary-light-orange-1);
}

.info-card .content.secondary-blue[b-xcqy4rqjq6]{
    background-color: var(--secondary-light-blue-1);
}
/* _content/Mundivox.WebApp/Components/Input/Select.razor.rz.scp.css */
.custom-select[b-ej7uvfo7ly] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.custom-select-container[b-ej7uvfo7ly] {
    position: relative;
    cursor: pointer;
    height: 32px;
}

.custom-select-header[b-ej7uvfo7ly] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ededed;
    border-radius: 6px;
    padding: 6px 10px;
    background: white;
    transition: border-color 0.2s;
    height: 32px;
    font-size: 14px;
}

.custom-select-header.open[b-ej7uvfo7ly] {
    border-color: var(--neutral-9);
}

.custom-select-header .placeholder[b-ej7uvfo7ly] {    
    color: var(--neutral-6);
}

.custom-select-list[b-ej7uvfo7ly] {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 2px;
    max-height: 180px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.custom-select-item[b-ej7uvfo7ly] {
    padding: 6px 10px;
    transition: background 0.1s;
}

.custom-select-item:hover[b-ej7uvfo7ly] {
    background: var(--neutral-2);
}

.custom-select-item.selected[b-ej7uvfo7ly] {
    background: var(--neutral-6);
    color: white;
}

.custom-select-container.disabled[b-ej7uvfo7ly] {
    opacity: 0.6;
    pointer-events: none;
}

.custom-select-container ul li[b-ej7uvfo7ly]{
    font-size: 14px;
}

.custom-select-header .icon[b-ej7uvfo7ly],
.custom-select-header .placeholder[b-ej7uvfo7ly],
.custom-select-container ul li[b-ej7uvfo7ly] {
    user-select: none;
}
/* _content/Mundivox.WebApp/Components/Links/InlineLink.razor.rz.scp.css */
.icon-link[b-326bjhwetm] {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
/* _content/Mundivox.WebApp/Components/PasswordCheck/PasswordCheck.razor.rz.scp.css */
.password-check[b-kc107uh2s9] {
    font-size: 12px;
}
/* _content/Mundivox.WebApp/Components/Shortcut/Shortcut.razor.rz.scp.css */
.shortcut[b-u5danuhtih] {
    display: flex;
    flex: 1 0 138px;
    height: 95px;
    align-items: flex-start;
    border-radius: 4px;
    background: var(--neutral-white);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    text-wrap: nowrap;
}

.shortcut:hover[b-u5danuhtih]{
    cursor: pointer;
    background-color: var(--neutral-3);
}

.shortcut .empty[b-u5danuhtih] {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: var(--neutral-2);
}
/* _content/Mundivox.WebApp/Components/SkeletonLoading/SkeletonLoading.razor.rz.scp.css */
.loading-texto[b-gh1nhaqovc] {
    position: absolute;
    /* bottom: 50%; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading-text[b-gh1nhaqovc] {
    text-align: center;
    margin-top: 4px;
    color: var(--neutral-9);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
/* _content/Mundivox.WebApp/Components/Switch/Switch.razor.rz.scp.css */
.switch[b-qs6ol381tn] {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 16px;
}

.switch input[b-qs6ol381tn] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-label[b-qs6ol381tn] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DBDBDB;
    transition: .4s;
    border-radius: 29px;
}

.switch-label[b-qs6ol381tn]:before {
    position: absolute;
    content: attr(data-off);
    color: white;
    position: absolute;
    left: 8px;
    top: 8px;
}

.switch-handle[b-qs6ol381tn] {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .switch-label[b-qs6ol381tn] {
    background-color: var(--checked-color, #4CAF50);
}

input:checked + .switch-label[b-qs6ol381tn]:before {
    content: attr(data-on);
    left: auto;
    right: 8px;
}

input:focus + .switch-label[b-qs6ol381tn] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-label + .switch-handle[b-qs6ol381tn] {
    transform: translateX(12px);
}
/* _content/Mundivox.WebApp/Components/SwitchGroup/SwitchGroup.razor.rz.scp.css */
.switch-group[b-53y7ckb9tz] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 110px;
    justify-content: space-between;
}

.switch-group > label[b-53y7ckb9tz] {
    color: var(--neutral-9);
}

.info-Icon[b-53y7ckb9tz] {
    height: 13px;
    width: 13px;
}


.mud-tooltip[b-53y7ckb9tz] {
    word-wrap: break-word;
    max-width: 423px;
}
/* _content/Mundivox.WebApp/Pages/B2B/Chamados/ChamadosSections/FiltrosChamados.razor.rz.scp.css */
@media screen and (max-width: 600px) {
    .filtros-chamados[b-9in7z3orv6] {
        display: none !important;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Components/Banner.razor.rz.scp.css */
.banner-container[b-5ybb953o2y] {
    flex: 1 1 29.5rem;
}

.banner[b-5ybb953o2y] {
    background-image: url(../Assets/Images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.2; */
    width: 100%;
    object-fit: cover;
    color: white;
    border-radius: 2px;
}

.banner-text[b-5ybb953o2y] {
    font-size: 27px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: var(--neutral-9) 4px 3px 4px;
}

.banner-text.bold[b-5ybb953o2y] {
    font-weight: 600;
}

.banner-text.info[b-5ybb953o2y] {
    font-size: 18px;
}

.banner:hover[b-5ybb953o2y] {
    cursor: pointer;
}
/* _content/Mundivox.WebApp/Pages/B2B/Components/ControleChamados.razor.rz.scp.css */
.info-grid[b-cuy5kap4gx] {
    border-style: solid;
    border-color: #EDEDED;
    border-width: 1px;
    border-radius: 2px;
    border-bottom-color: transparent;
    /*margin-bottom: -28px;*/
}

.info-grid .gray[b-cuy5kap4gx] {
    border-radius: 4px 4px 0 0;
    background: #F9FAFB;
}

.buttons[b-cuy5kap4gx] {
    height: 64px;
    border-bottom-color: #EDEDED;
}

.custom-text[b-cuy5kap4gx] {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    /* white-space: normal;
            word-wrap: break-word; */
}

.highlight[b-cuy5kap4gx] {
    font-size: 20px !important;
}

.controle-chamado-grafico[b-cuy5kap4gx] {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .controle-chamado-grafico[b-cuy5kap4gx] {
        display: none;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Components/Faq.razor.rz.scp.css */
.faq-inline-link[b-m4fcm0kxnh] {
    color: var(--secondary-blue-3);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 8px;
}

.faq[b-m4fcm0kxnh] {
    flex: 1 0 29.5rem;
    background: var(--neutral-white);
}

@media screen and (max-width: 600px) {
    .faq[b-m4fcm0kxnh] {
        flex: 1 0 100%;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Components/Notifications.razor.rz.scp.css */
.menu-notificacoes[b-0c7egbm0zu] {
    display: flex;
    width: 415px;
    max-width: 100%;
    height: 562px;
    padding: 24px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    right: 18px;
    bottom: -566px;
    border-radius: 6px;
    border: 1px solid #474747;
    background-color: var(--neutral-8);
}


.notificacao[b-0c7egbm0zu] {
    display: flex;
    width: 383px;
    padding: 8px;
    align-items: flex-start;
    gap: 32px;
    border-radius: 6px;
}

.notificacao:hover[b-0c7egbm0zu],
.btn.btn-ver-tudo:hover[b-0c7egbm0zu] {
    cursor: pointer;
    background: #474747 !important;
}

.notificacao .msg[b-0c7egbm0zu] {
    display: flex;
    width: 322px;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
}

.fab[b-0c7egbm0zu] {
    border-radius: 50%;
    background-color: var(--neutral-7) !important;
    height: 3rem;
    width: 3rem;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab path[b-0c7egbm0zu] {
    fill: var(--neutral-3);
}
/* _content/Mundivox.WebApp/Pages/B2B/Dashboard/Cards/CardSelector.razor.rz.scp.css */
.card-selector[b-jtbf4myn2c] {
    flex: 1 0 29.5rem;
    background-color: var(--neutral-white);
}

@media screen and (max-width: 600px) {
    .card-selector[b-jtbf4myn2c] {
        flex: 1;
        max-width: 100%;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Dashboard/Dashboard.razor.rz.scp.css */
.dashboard[b-6k09dv21ld] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 90.5rem;
    gap: 1rem;
    margin: 0 auto;
}

.row[b-6k09dv21ld] {
    width: 100%;
}

.dashboard-oportunidades[b-6k09dv21ld] {
    overflow: auto;
}

.dashboard-faq[b-6k09dv21ld] {
    flex: 1 0 29.5rem;    
    max-height: 208px;
    overflow: auto;
}

@media screen and (max-width: 600px) {
    .row[b-6k09dv21ld] {
        gap: 16px;
    }

    .dashboard[b-6k09dv21ld] {
        margin-bottom: 24px;
    }

    .dashboard-atalhos[b-6k09dv21ld],
    .dashboard-oportunidades[b-6k09dv21ld],
    .dashboard-faq[b-6k09dv21ld]{
        flex: 1 0 100%;
        overflow-x: auto;
    }
}

@media screen and (max-width: 1366px) {
    .row[b-6k09dv21ld] {
        flex-wrap: wrap;
    }
}

/* _content/Mundivox.WebApp/Pages/B2B/Dashboard/DashboardSections/InformacoesCadastrais.razor.rz.scp.css */
.info-cad[b-etu1sne91l] {
    flex: 1 0 50%;
}

@media screen and (max-width: 600px) {
    .info-cad.id[b-etu1sne91l] {
        align-items: flex-start !important;
    }

    .info-row[b-etu1sne91l] {
        gap: 12px;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Eficiencia/Eficiencia.razor.rz.scp.css */
.eficiencia .row[b-tvjruhp8ss] {
    flex: 1 0 0%;
}
/* _content/Mundivox.WebApp/Pages/B2B/Eficiencia/EficienciaSections/ContratosAtivos.razor.rz.scp.css */
.contratos-toggle[b-4ew1aapppq] {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--neutral-2);
}

.contratos-toggle:hover[b-4ew1aapppq] {
    cursor: pointer;
    background: var(--neutral-4);
}

.contratos-toggle .contratos-count[b-4ew1aapppq] {
    color: var(--neutral-9);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.contratos-toggle .contratos-text[b-4ew1aapppq] {
    color: var(--neutral-6);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
}

.servicos-ativos[b-4ew1aapppq] {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid #EDEDED;
    background: var(--neutral-white);
    box-shadow: 0 2px 9px 0 rgba(0, 38, 69, 0.11);
}

.servicos-ativos .content[b-4ew1aapppq] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    height: 100%;
}

.servicos-ativos .content .info[b-4ew1aapppq] {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1;
}

@media screen and (max-width: 600px) {
    .eficiencia .row .servicos-ativos .content .info[b-4ew1aapppq] {
        flex-wrap: wrap;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Eficiencia/EficienciaSections/ServicosAtivacao.razor.rz.scp.css */
.servicos-ativos[b-ok5uhh38du] {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid #EDEDED;
    background: var(--neutral-white);
    box-shadow: 0 2px 9px 0 rgba(0, 38, 69, 0.11);
}

.servicos-ativos .content[b-ok5uhh38du] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    height: 100%;
}

.servicos-ativos .content .info[b-ok5uhh38du] {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1;
}

@media screen and (max-width: 600px) {
    .eficiencia .row .servicos-ativos .content .info[b-ok5uhh38du] {
        flex-wrap: wrap;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Eficiencia/EficienciaSections/ServicosAtivos.razor.rz.scp.css */
.servicos-ativos[b-pg6s1l3fvf] {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid #EDEDED;
    background: var(--neutral-white);
    box-shadow: 0 2px 9px 0 rgba(0, 38, 69, 0.11);
}

.servicos-ativos .content[b-pg6s1l3fvf] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    height: 100%;
}

.servicos-ativos .content .info[b-pg6s1l3fvf] {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1;
}

@media screen and (max-width: 600px) {
	.eficiencia .row .servicos-ativos .content .info[b-pg6s1l3fvf] {
		flex-wrap: wrap;
	}
}
/* _content/Mundivox.WebApp/Pages/B2B/Eficiencia/EficienciaSections/ServicosEmAtivacao/CronogramaAtivacoes.razor.rz.scp.css */
.cronograma-ativacoes[b-0c29jurh9m] {
    overflow-y: auto;
    font-size: 12px;
    font-style: normal;
}

.cronograma-ativacoes .icon.material-icons[b-0c29jurh9m] {
    font-size: 16px;
}

.cronograma-ativacoes .etapa[b-0c29jurh9m] {
    line-height: 120%;
    font-weight: 600;
}

.cronograma-ativacoes .data[b-0c29jurh9m] {
    font-weight: 400;
    line-height: 24px; /* 200% */
}

.cronograma-ativacoes .concluido ~ .data[b-0c29jurh9m] {
    color: var(--neutral-9);
}

.cronograma-ativacoes .pendente ~ .data[b-0c29jurh9m],
.cronograma-ativacoes .pendente .etapa[b-0c29jurh9m] {
    color: var(--neutral-5);
}

.cronograma-ativacoes .concluido .icon.material-icons[b-0c29jurh9m] {
    color: var(--primary-dark-blue-3);
}

.cronograma-ativacoes .pendente .icon.material-icons[b-0c29jurh9m] {
    color: var(--neutral-4);
}

.cronograma-ativacoes .pipe[b-0c29jurh9m] {
    align-self: stretch;
    fill: var(--neutral-4);
    max-height: 23px;
    padding-left: 6px;
    padding-right: 6px;
}
/* _content/Mundivox.WebApp/Pages/B2B/Financeiro/Financeiro.razor.rz.scp.css */
#card-title[b-mu6hv8bu1o] {
    color: var(--neutral-9);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.financeiro-content .banner[b-mu6hv8bu1o] {
    flex: 1 1 62.875rem;
}

.financeiro-content .faq[b-mu6hv8bu1o] {
    display: flex;
    flex: 1 1 33.625rem;
    height: 374px;
}

@media screen and (max-width: 600px) {
    .banner-faq[b-mu6hv8bu1o] {
        flex-direction: column;
    }

    .financeiro-content .banner[b-mu6hv8bu1o],
    .financeiro-content .faq[b-mu6hv8bu1o] {
        flex: 1 0 100%;
    }

    .faturas-aberto[b-mu6hv8bu1o] {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: center;
        row-gap: 16px;
    }

    .faturas-aberto .consolidado[b-mu6hv8bu1o],
    .faturas-aberto .grafico[b-mu6hv8bu1o] {
        width: 100%;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Indicador/Indicadores.razor.rz.scp.css */


.filtro-section[b-0wr9fdn2n6] {
    flex: 1 0 100%;
}

.indicadores .row .mapa[b-0wr9fdn2n6] {
    flex: 1 1 calc(50% - 16px);
}

.indicadores .row .controle-chamados[b-0wr9fdn2n6],
.indicadores .row .disponibilidade-sla[b-0wr9fdn2n6]
{
    flex: 1 1 calc(25% - 16px);
}

.indicadores .row .grafico[b-0wr9fdn2n6] {
    flex: 1 1 calc(50% - 16px);
}

.indicadores .row #disponibilidade-servico[b-0wr9fdn2n6],
.indicadores .row #teste-velocidade[b-0wr9fdn2n6] {
    flex: 1 1 25%;
}

.indicadores .row #latencia-tracert[b-0wr9fdn2n6] {
    flex: 1 1 50%;
}

@media screen and (max-width: 1367px) {
    .row[b-0wr9fdn2n6] {
        flex-wrap: wrap;
    }

    .indicadores .row .mapa[b-0wr9fdn2n6] {
        flex: 1 0 100%;
    }

    .indicadores .row #latencia-tracert[b-0wr9fdn2n6] {
        order: 1;
    }
}

@media screen and (max-width: 600px) {
    .row[b-0wr9fdn2n6] {
        flex-direction: column;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Indicador/IndicadoresSections/FiltroIndicadores.razor.rz.scp.css */
@media screen and (max-width: 600px) {
    .filtro-indicadores-graficos[b-scazfsu39m] {
        display: none;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Indicador/IndicadoresSections/FiltroPagina.razor.rz.scp.css */
.filtro-indicadores[b-niihf0nfm2] {
    display: flex;
    width: 60%;
    align-items: flex-end;
    gap: 1rem;
}

@media screen and (max-width: 600px) {
    .filtro-indicadores[b-niihf0nfm2] {
        display: none;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Indicador/IndicadoresSections/LatenciaTracert.razor.rz.scp.css */
.ultimoteste[b-baf6e2ad4w] {
    color: #878787;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 16px;
}


@media screen and (max-width: 600px) {
    .latencia-tracert-section .teste[b-baf6e2ad4w] {
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start !important;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Indicador/Modais/ModalLatencia.razor.rz.scp.css */
.latencia-content[b-oqwfv752az] {
    font-family: 'Roboto Mono' !important;
    color: var(--neutral-9, #232323);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    border-radius: 6px;
    border: 1px solid var(--neutral-4);
    background: var(--neutral-white, #FFF);
}
/* _content/Mundivox.WebApp/Pages/B2B/Indicador/Modais/ModalTracert.razor.rz.scp.css */

.tracert-content[b-y1upqutf4j] {
    font-family: 'Roboto Mono' !important;
    color: var(--neutral-9, #232323);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    border-radius: 6px;
    border: 1px solid var(--neutral-4);
    background: var(--neutral-white, #FFF);
    overflow-y: auto;
    max-height:600px;
}
/* _content/Mundivox.WebApp/Pages/B2B/Login/CadastrarSenha.razor.rz.scp.css */
.termos[b-4htezsi0ed] {
    font-size: 16px !important;
}

.termos .icon-link[b-4htezsi0ed] {
    text-decoration: underline !important;
}
/* _content/Mundivox.WebApp/Pages/B2B/Login/LoginB2B.razor.rz.scp.css */
.b2b-login[b-wqy4pwscm4] {
    display: flex;
    height: 100vh;
}

.side[b-wqy4pwscm4] {
    flex: 1;
    background-color: var(--neutral-2);
}

.banner[b-wqy4pwscm4] {
    background-image: url(../Assets/Images/banner-login.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.b2b-login-form[b-wqy4pwscm4] {
    flex: 1;
    align-self: center;
    width: 27.5rem;
}

.b2b-login-form > form[b-wqy4pwscm4] {
    width: 100%;
}

/* _content/Mundivox.WebApp/Pages/B2B/Login/RecuperarSenha/RecuperarSenha.razor.rz.scp.css */
.recuperar-senha[b-j6g2mzx8jo] {
    display: flex;
    height: 100vh;
}

.left-side[b-j6g2mzx8jo] {
    flex: 1;
}

.right-side.banner[b-j6g2mzx8jo] {
    background-image: url(../Assets/Images/banner-login.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex: 1;
}

.recuperar-senha-form[b-j6g2mzx8jo] {
    flex: 1;
    align-self: center;
    width: 27.5rem;
}


/* _content/Mundivox.WebApp/Pages/B2B/Notificacoes/Notificacoes.razor.rz.scp.css */
.notificacao-page[b-7d004yake5] {
    display: flex;
    width: 100%;
    padding: 8px;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 6px;
}

.notificacao-page:hover[b-7d004yake5] {
    cursor: pointer;
    /* background: #474747; */
}

.notificacao-page .msg[b-7d004yake5] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
}

.fab-list[b-7d004yake5] {
    border-radius: 50%;
    background-color: var(--tertiary-light-orange-2);
    height: 3rem;
    width: 3rem;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* _content/Mundivox.WebApp/Pages/B2B/Oportunidades/ListaOportunidades.razor.rz.scp.css */
.oportunidades[b-rtezxx06cp] {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 4px;
    background: var(--neutral-white);
    box-shadow: 0 2px 9px 0 rgba(0, 38, 69, 0.11);
    overflow: auto;
    flex: 1 0 60rem;
}

.oportunidades .lista[b-rtezxx06cp] {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    overflow: auto;    
}

@media screen and (max-width: 600px) {
    .oportunidades[b-rtezxx06cp] {
        flex: 1 0 100%;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Oportunidades/OportunidadeCard.razor.rz.scp.css */
.oportunidade-card[b-g8djjt5y3e] {
    display: flex;
    height: 128px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 15rem;
    border-radius: 5px;
    background: linear-gradient(180deg, #002C51 0%, #0C4778 100%);
    box-shadow: 0 1px 3px 0 rgba(166, 175, 195, 0.40);
    color: var(--neutral-white);
    text-wrap: wrap;
    overflow: hidden;
}

.oportunidade-card:hover[b-g8djjt5y3e]{
    cursor: pointer;
}
/* _content/Mundivox.WebApp/Pages/B2B/Oportunidades/Oportunidades.razor.rz.scp.css */
.oportunidades-img[b-7k9y04yj7h] {
    width: 100%;
    height: 424px;
    object-fit: cover;
}
/* _content/Mundivox.WebApp/Pages/B2B/Recursos/RecursosSections/FiltrosServicos.razor.rz.scp.css */
@media screen and (max-width: 600px) {
    .filtros-servicos[b-0gd39mnt4y] {
        display: none !important;
    }
}
/* _content/Mundivox.WebApp/Pages/B2B/Usuarios/CriarEditarUsuario.razor.rz.scp.css */
.info-usuario[b-40mqx2mp0l] {
    border-radius: 4px;
    background: var(--neutral-white, #FFF);
    box-shadow: 0 2px 9px 0 rgba(0, 38, 69, 0.11);
}

.info-usuario .container-foto[b-40mqx2mp0l] {
    position: relative;
}

.info-usuario .container-foto .foto[b-40mqx2mp0l] {
    border: 4px solid var(--tertiary-dark-orange-3);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    position: relative;
    background: var(--primary-dark-blue-3);
}

.info-usuario .container-foto .foto img[b-40mqx2mp0l] {
    object-fit: cover; 
    width:100%; 
    height:100%; 
    border-radius: 50%;
}

.info-usuario .container-foto .foto span[b-40mqx2mp0l] {
    position: absolute; 
    top: 45%; 
    left: 45%; 
    font-size: 48px; 
    color: var(--neutral-white);
}
/* _content/Mundivox.WebApp/Pages/BackOffice/LoginBackOffice.razor.rz.scp.css */
.backoffice-login-header[b-dtug7yj2hz] {
    height: 73px;
}

.backoffice-login[b-dtug7yj2hz] {
    height: calc(100vh - 73px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backoffice-login .form[b-dtug7yj2hz] {
    width: 35%; /*olhar isso*/
    max-width: 50%;
    height: 70%;
}

.form > div[b-dtug7yj2hz] {
    width: 100%;
}

@media screen and (min-width: 1280px) {
    .backoffice-login .form[b-dtug7yj2hz] {
        max-width: 25%;
        height: 70%;
    }
}
