/* _content/Beegin.Cadastro.Web/Areas/CadastroAssessor/Pages/CadastroAdicionalAssessorPage.razor.rz.scp.css */
.titulo[b-u8tlxe6nh6] {
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 16px;
}

.btn[b-u8tlxe6nh6] {
    background-color: #0852DD;
}
/* _content/Beegin.Cadastro.Web/Areas/CadastroInvestidor/Componentes/StatusComponente.razor.rz.scp.css */
.etapa[b-iqas54ryxu] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 24px;
}

.etapa__nomes[b-iqas54ryxu] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.etapa__titulo[b-iqas54ryxu] {
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #101728;
    margin-bottom: 4px;
    white-space: nowrap;
}

.etapa__nome[b-iqas54ryxu] {
    font-size: .875em;
    margin-bottom: 8px;
}

.etapa__nome--incompleto[b-iqas54ryxu] {
    color: #5b616a;
}

.etapa__nome--pendente[b-iqas54ryxu] {
    color: #e65366;
}

.etapa__nome--concluido[b-iqas54ryxu] {
    color: #09972E;
}

@media (max-width: 768px) {
    .etapa[b-iqas54ryxu] {
        padding: 0px 12px;
    }
    .etapa__titulo[b-iqas54ryxu] {
        font-size: 14px;
        line-height: 16px;
    }
}
/* _content/Beegin.Cadastro.Web/Areas/CadastroInvestidor/Componentes/UploadComprovanteDialog.razor.rz.scp.css */
[b-uh5etmnsop] .mud-dialog-container
{
    width:438px;
}
.dotted--circle[b-uh5etmnsop] {
    border: 1px dashed #0852dd;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}
.label-unstyled[b-uh5etmnsop] {
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 16px;
}
/* _content/Beegin.Cadastro.Web/Areas/CadastroInvestidor/Pages/ContratoPage.razor.rz.scp.css */
.disclaimer[b-tada5oyb70] {
  padding: 0 20px;
  margin-top: 20px;
}
/* _content/Beegin.Cadastro.Web/Areas/CadastroInvestidor/Shared/LayoutCadastroInvestidor.razor.rz.scp.css */
.logo[b-sw2i612hi1] {
    margin: 24px 12px;
}

.botoes-superiores[b-sw2i612hi1] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 32px;
}

.botao-superior__proximo[b-sw2i612hi1] {
    color: #0852dd;
    font-weight: 500;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
}

.etapas[b-sw2i612hi1] {
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.etapa--ativa[b-sw2i612hi1] {
    border-bottom: 3px solid #0852dd;
}

.etapas[b-sw2i612hi1]::-webkit-scrollbar {
    display: none;
}

/* _content/Beegin.Cadastro.Web/Areas/ConfirmarEmail/Pages/ConfirmarEmailPage.razor.rz.scp.css */
.confirmacao-de-conta[b-wf48wemzis] {
    background: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    max-width: 692px;
    padding: 32px;
}

.confirmacao-de-conta__titulo[b-wf48wemzis] {
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 16px;
}

.confirmacao-de-conta__descricao[b-wf48wemzis] {
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0;
}

.confirmacao-de-conta__email[b-wf48wemzis] {
    font-family: 'Ubuntu';
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 42px;
}

.confirmacao-de-conta__mensagem-de-reenvio[b-wf48wemzis] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #383D47;
    margin-bottom: 16px;
}

.confirmacao-de-conta__input[b-wf48wemzis] {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
}

.confirmacao-de-conta__mobile-break[b-wf48wemzis] {
    display: none;
}

@media (max-width: 768px) {
    .confirmacao-de-conta[b-wf48wemzis] {
        padding: 24px;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0;
        box-shadow: none;
        border-left: none;
        border-right: none;
    }

    .confirmacao-de-conta__mobile-break[b-wf48wemzis] {
        display: initial;
    }

    .confirmacao-de-conta__descricao[b-wf48wemzis] {
        font-size: 16px;
    }

    .confirmacao-de-conta__email[b-wf48wemzis] {
        font-size: 16px;
    }
}
/* _content/Beegin.Cadastro.Web/Areas/RecuperarSenha/Pages/ForgotPassword.razor.rz.scp.css */
.esqueci-a-senha[b-c962ds8bv6] {
    background: #FFFFFF;
    border: 1px solid #C3C8CF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
}

.esqueci-a-senha__titulo[b-c962ds8bv6] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}

.esqueci-a-senha__descricao[b-c962ds8bv6] {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-align: center;
    margin-bottom: 16px;
}

.esqueci-a-senha__mensagem-de-reenvio[b-c962ds8bv6] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #383D47;
    margin-bottom: 16px;
}

.esqueci-a-senha__mobile-break[b-c962ds8bv6] {
    display: none;
}

@media (max-width: 768px) {
    .esqueci-a-senha[b-c962ds8bv6] {
        padding: 24px;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
}
/* _content/Beegin.Cadastro.Web/Areas/RecuperarSenha/Pages/NovaSenha.razor.rz.scp.css */
.nova-senha__input[b-rgja7flsyb] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.nova-senha__botao[b-rgja7flsyb] {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nova-senha[b-rgja7flsyb] {
    background: #FFFFFF;
    border: 1px solid #C3C8CF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 160px;
}

.nova-senha__titulo[b-rgja7flsyb] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}

.nova-senha__descricao[b-rgja7flsyb] {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-align: center;
    margin-bottom: 16px;
}

.nova-senha__mensagem-de-reenvio[b-rgja7flsyb] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #383D47;
    margin-bottom: 16px;
}

.nova-senha__mobile-break[b-rgja7flsyb] {
    display: none;
}

.nova-senha__link-de-login[b-rgja7flsyb] {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #2571FF;
    text-align: center;
    text-decoration: none;
    display: block;
}

.validador-de-senha li:first-child[b-rgja7flsyb] {
    margin-bottom: 8px;
}

.validador-de-senha[b-rgja7flsyb] {
    font-size: 12px;
    line-height: 18px;
    padding-left: 0px;
    letter-spacing: 0.15px;
    color: #212e51;
    list-style-type: none;
    margin-bottom: 32px;
}

    .validador-de-senha > li > i[b-rgja7flsyb] {
        text-align: left;
        width: 15px;
    }

        .validador-de-senha > li > i.fa-check[b-rgja7flsyb] {
            color: var(--success);
        }

        .validador-de-senha > li > i.fa-times[b-rgja7flsyb] {
            color: var(--danger);
        }

@media (max-width: 768px) {
    .nova-senha[b-rgja7flsyb] {
        padding: 24px;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
}
/* _content/Beegin.Cadastro.Web/Areas/RecuperarSenha/Pages/SenhaRedefinida.razor.rz.scp.css */
.senha-redefinida[b-aors3pc6b1] {

}


.senha-redefinida[b-aors3pc6b1] {
    background: #FFFFFF;
    border: 1px solid #C3C8CF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 160px;
}

.senha-redefinida__titulo[b-aors3pc6b1] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .senha-redefinida[b-aors3pc6b1] {
        padding: 24px;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
}
/* _content/Beegin.Cadastro.Web/Areas/Register/Componentes/Cadastro.razor.rz.scp.css */

button-primary:disabled[b-7y8nfw8pch] {
    background-color: #fdd29b
}

.form-group-error[b-7y8nfw8pch],
.validation-message[b-7y8nfw8pch]{
    font-family: 'Uni Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #E65366;
}

#next[b-7y8nfw8pch] {
    background-color: #2571ff !important;
    border: 1px solid #2571ff !important;
    transition: all 0.3s;
}

    #next:hover[b-7y8nfw8pch] {
        background-color: #2571ff !important;
        border: 1px solid #2571ff !important;
    }

    #next:focus[b-7y8nfw8pch] {
        outline: 0;
    }
/* _content/Beegin.Cadastro.Web/Areas/Register/Pages/CadastroAssessor.razor.rz.scp.css */
/* _content/Beegin.Cadastro.Web/Areas/Register/Pages/Parabens.razor.rz.scp.css */
.box .box-inner[b-33pxrd36b3] {
    padding: 32px 64px;
    width: fit-content;
}

#parabens[b-33pxrd36b3] {
    font-size: 32px;
    font-weight: bold;
    justify-content: center;
}

#clique-para-navegar[b-33pxrd36b3] {
    font-size: 30px;
    font-weight: bold;
}

#botao-para-navegar[b-33pxrd36b3] {
    font-size: 16px;
}

#botao-continuar[b-33pxrd36b3] {
    min-width: 140px;
}

@media(max-width:768px) {
    #parabens[b-33pxrd36b3] {
        font-size: 26px;
    }
}

.button-primary[b-33pxrd36b3] {
    font-family: 'Roboto', sans-serif;
    background: #F7981D !important;
    border-radius: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    opacity: 1;
    transition: all 0.3s;
}

    .button-primary:hover[b-33pxrd36b3] {
        opacity: 0.8;
    }
/* _content/Beegin.Cadastro.Web/Pages/CadastroInvestidorPJPage.razor.rz.scp.css */
.cadastro-pessoa-juridica[b-unj14cs2sl] {
    background: #FFFFFF;
    border: 1px solid #C3C8CF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 36px 42px;
    margin-left: auto;
    margin-right: auto;
    max-width: 670px;
}

.cadastro-pessoa-juridica__titulo[b-unj14cs2sl] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}
.cadastro-pessoa-juridica__descricao[b-unj14cs2sl] {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}

.cadastro-pessoa-juridica__divisor[b-unj14cs2sl] {
    border-top: 1px solid #E0E0E0;
    margin: 0;
    margin-bottom: 32px;
}

.cadastro-pessoa-juridica__texto[b-unj14cs2sl] {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-align: center;
    margin-bottom: 8px;
}

    .cadastro-pessoa-juridica__texto:last-child[b-unj14cs2sl] {
        margin-bottom: 0;
    }

.cadastro-pessoa-juridica__texto--link[b-unj14cs2sl] {
    color: #2571FF;
    font-weight: 600;
    cursor: pointer;
}

.cadastro-pessoa-juridica__imagens[b-unj14cs2sl] {
    position: relative;
}

.cadastro-pessoa-juridica__imagem-esquerda[b-unj14cs2sl] {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.cadastro-pessoa-juridica__imagem-direita[b-unj14cs2sl] {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 768px) {
    .cadastro-pessoa-juridica[b-unj14cs2sl] {
        padding: 24px;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
    .cadastro-pessoa-juridica__imagens[b-unj14cs2sl] {
        display: none;
    }
    .cadastro-pessoa-juridica__imagem-esquerda[b-unj14cs2sl] {
        display: none;
    }
    .cadastro-pessoa-juridica__imagem-direita[b-unj14cs2sl] {
        display: none;
    }
}
/* _content/Beegin.Cadastro.Web/Pages/IndexPage.razor.rz.scp.css */
.seletor-de-tipo-de-investidor[b-y7go6xlckk] {

}

.seletor-de-tipo-de-investidor__titulo[b-y7go6xlckk] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 64px;
    text-align: center;
}

.tipos-de-investidor[b-y7go6xlckk] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
    margin-bottom: 64px;
}

.tipo-de-investidor[b-y7go6xlckk] {
    background: #fff;
    border: 1px solid #C3C8CF;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 180px;
    height: 195px;
    color: #2571ff;
}

    .tipo-de-investidor:hover[b-y7go6xlckk] {
        border: 2px solid #0852dd;
        cursor: pointer;
        transition: border-color .5s ease;
        box-shadow: 0px 15px 16px rgb(0 0 0 / 16%);
    }

.tipo-de-investidor__imagem[b-y7go6xlckk] {
    margin-bottom: 24px;
}

.tipo-de-investidor__nome[b-y7go6xlckk] {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.seletor-de-tipo-de-investidor__divisor[b-y7go6xlckk] {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

    .seletor-de-tipo-de-investidor__divisor[b-y7go6xlckk]::before,
    .seletor-de-tipo-de-investidor__divisor[b-y7go6xlckk]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #E0E0E0;
    }

    .seletor-de-tipo-de-investidor__divisor:not(:empty)[b-y7go6xlckk]::before {
        margin-right: 12px;
    }

    .seletor-de-tipo-de-investidor__divisor:not(:empty)[b-y7go6xlckk]::after {
        margin-left: 12px;
    }


.seletor-de-tipo-de-investidor__opcao[b-y7go6xlckk] {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #383d47;
    margin-bottom: 0;
}

.seletor-de-tipo-de-investidor__link[b-y7go6xlckk] {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #0852DD;
}

.seletor-de-tipo-de-investidor__faixa[b-y7go6xlckk] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 8px;
    background: linear-gradient(90deg, #5AB0FF 0%, #0852DD 35.06%, #1F08D0 70.16%, #060B7A 100%);
}

@media (max-width: 768px) {
    .seletor-de-tipo-de-investidor__titulo[b-y7go6xlckk] {
        font-size: 21px;
        margin-bottom: 32px;
    }
}
/* _content/Beegin.Cadastro.Web/Shared/BoxLayout.razor.rz.scp.css */
.page[b-oyq2wgfdhy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-oyq2wgfdhy] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

    .main > div[b-oyq2wgfdhy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Beegin.Cadastro.Web/Shared/CadastroLayout.razor.rz.scp.css */
.page[b-ta3diva91p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ta3diva91p] {
    flex: 1;
}

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

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

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

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

.lado-esquerdo-do-cadastro[b-ta3diva91p] {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url("/images/image-cadastro-esquerdo1.png");
}

.vertical-center[b-ta3diva91p] {
    min-height: 100%;
    display: flex;
    align-items: center;
}

#next[b-ta3diva91p] {
    background-color: #5B616A;
    color: var(--white);
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #5B616A;
    display: block;
    min-width: 108px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 32px;
    transition: all 0.3s;
}
#next:hover[b-ta3diva91p]{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
#next:focus[b-ta3diva91p] {
    outline: 0;
}

.img-block[b-ta3diva91p] {
    display: none;
}

@media (min-width: 1360px) {
    .lado-esquerdo-do-cadastro[b-ta3diva91p] {
        background-image: unset;
    }
    .img-block[b-ta3diva91p] {
        display: block;
    }
    .max-xl-1360[b-ta3diva91p]{
        max-width: 1360px;
    }
}

@media (min-width: 992px) {
    .text-lg-left[b-ta3diva91p]{
        text-align: left !important;
    }
}

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

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

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

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

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

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

    .main > div[b-ta3diva91p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media only screen and (max-width: 990px) {
    .lado-esquerdo-do-cadastro[b-ta3diva91p] {
        background-image: unset;
    }
}

@media only screen and (max-width: 768px) {
    .lado-direito-do-cadastro[b-ta3diva91p] {
        max-width: 344px;
        margin: 0 auto;
    }
}
/* _content/Beegin.Cadastro.Web/Shared/Loading.razor.rz.scp.css */
.loader[b-8p8rx3n1s9] {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    height: 100%;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    background-color: rgb(255,255,255,0.9);
    z-index: 5;
    transition: opacity 0.1s linear;
    visibility: visible;
    left:0px;
    top:0px;
}

.loader--disabled[b-8p8rx3n1s9] {
    opacity: 0;
    visibility: hidden;
}

.loader__content[b-8p8rx3n1s9] {
    text-align: center;
    padding-bottom: 40px;
}

.loader__title[b-8p8rx3n1s9] {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #101728;
    margin-top: 18px;
}

.loader__spinner[b-8p8rx3n1s9] {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
}

    .loader__spinner div[b-8p8rx3n1s9] {
        position: absolute;
        width: 6px;
        height: 6px;
        background: #0852dd;
        border-radius: 50%;
        animation: spinner-b-8p8rx3n1s9 1.2s linear infinite;
    }

        .loader__spinner div:nth-child(1)[b-8p8rx3n1s9] {
            animation-delay: 0s;
            top: 38px;
            left: 26px;
        }

        .loader__spinner div:nth-child(2)[b-8p8rx3n1s9] {
            animation-delay: -0.1s;
            top: 29px;
            left: 37px;
        }

        .loader__spinner div:nth-child(3)[b-8p8rx3n1s9] {
            animation-delay: -0.2s;
            top: 17px;
            left: 37px;
        }

        .loader__spinner div:nth-child(4)[b-8p8rx3n1s9] {
            animation-delay: -0.3s;
            top: 6px;
            left: 29px;
        }

        .loader__spinner div:nth-child(5)[b-8p8rx3n1s9] {
            animation-delay: -0.4s;
            top: 5px;
            left: 15px;
        }

        .loader__spinner div:nth-child(6)[b-8p8rx3n1s9] {
            animation-delay: -0.5s;
            top: 13px;
            left: 5px;
        }

        .loader__spinner div:nth-child(7)[b-8p8rx3n1s9] {
            animation-delay: -0.6s;
            top: 26px;
            left: 4px;
        }

        .loader__spinner div:nth-child(8)[b-8p8rx3n1s9] {
            animation-delay: -0.7s;
            top: 37px;
            left: 11px;
        }

@keyframes spinner-b-8p8rx3n1s9 {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}
/* _content/Beegin.Cadastro.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2ced0df8jk] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .collapse[b-2ced0df8jk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/Beegin.Cadastro.Web/Shared/Toast.razor.rz.scp.css */
#toast-container[b-dz8j9b2rm6] {
    position: fixed;
    color: #000;
    z-index: 99999;
    top: 8px;
    right: 8px;
}

.toastx[b-dz8j9b2rm6] {
    position: relative;
    background-color: #fff;
    width: 312px;
    min-height: 64px;
    box-sizing: border-box;
    margin-bottom: 1rem;
    border-radius: 4px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    max-height: 800px;
    overflow: hidden;
    cursor: pointer;
    direction: ltr;
}

.toast__fechar[b-dz8j9b2rm6] {
    display: block;
    margin-left: auto;
    margin-right: 8px;
    margin-top: 8px;
}

.toast__titulo[b-dz8j9b2rm6] {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.019em;
    padding-left: 16px;
    padding-right: 16px;
}

.toast__descricao[b-dz8j9b2rm6] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #383D47;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 12px;
}

.toast__barra[b-dz8j9b2rm6] {
    height: 6px;
    animation: progress-b-dz8j9b2rm6 attr(data-duracao)s ease-in-out;
}
[data-duracao][b-dz8j9b2rm6] {
    height: 6px;
    animation: progress-b-dz8j9b2rm6 attr(data-duracao)s ease-in-out;
}
.toast__barra--sucesso[b-dz8j9b2rm6] {
    background: linear-gradient(90deg, #5AB0FF 0%, #0852DD 35.06%, #1F08D0 70.16%, #060B7A 100%);
}

.toast__barra--erro[b-dz8j9b2rm6] {
    background: linear-gradient(90deg, #E65366 0%, #E8001E 100%);
}

.toast__barra--atencao[b-dz8j9b2rm6] {
    background: linear-gradient(90deg, #FFE696 0%, #FFC200 100%);
}

@keyframes progress-b-dz8j9b2rm6 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
