body {
    margin: 0;
    padding: 0;
    background-color: #F4F4F6 !important;
}

footer {
    background-color: #F4F4F6 !important;
}

input {
    height: 52px;
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid #C4C7D4;
    background: #F9F9FB;
}

label {
    font: 500 18px inter;
    color: #16171D;
}

.div-cadastro {
    width: 100%;
    display: flex;
    justify-content: center;
}

.card-cadastro {
    width: 503px;
}

.header-card-cadastro {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    background: #3F51B5;
    padding: 32px 0;
    position: relative;
    z-index: 1 !important;
    margin-bottom: -13px;
}

.body-card-cadastro {
    display: flex;
    flex-direction: column;
    gap: 23px;
    background-color: white;
    padding: 23px 33px 43px 33px;
}

.img-logo {
    width: 150px;
}

.label-input-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.titulo-cadastro {
    text-align: center;
    font: 500 20px inter;
    color: #16171D;
    margin-top: 20px;
}

.btn-finaliza-cadastro {
    width: 100%;
    height: 52px;
    background: #3F51B5;
    color: #FDFCFF;
    border-radius: 12px;
    border: none;
    font: 500 18px inter;
    margin-top: 30px;
}

.div-site {
    display: flex;
    justify-content: center;
    margin-top: 34px;
    margin-bottom: 60px;
}

.ir-site {
    font: 500 20px inter;
    color: #3A38B5;
    text-decoration: none;
    cursor: pointer;
}

.div-text-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #6C7593;
}

.div-text-igreja {
    display: flex;
    align-items: center;
    gap: 20px;
}

.text-igreja {
    font: 400 16px inter;
    color: #000;
    margin-bottom: 0 !important;
}

.text-direitos-reservados {
    font: 400 12px inter;
    color: #000;
}

.card-escolhe-acesso {
    width: 670px;
}

.div-img-user {
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 50%;
    background: #3F51B5;
}

.div-dados-pessoa {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 36px 0 36px 0;
}

.nome-usuario {
    font: 500 16px inter;
    color: #000;
    margin: 0;
}

.email-usuario {
    font: 400 14px inter;
    color: #6C7593;
    margin: 0;
}

.btn-edita-foto {
    display: inline-flex;
    height: 32px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    border: none;
    background: #E8EAF6;
    font: 500 14px inter;
    color: #3F51B5;
}

.div-img-info {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #3F51B5;
}

.div-img-check {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #E8EAF6;
}

.btn-escolhe-funcao {
    display: flex;
    width: 100%;
    padding: 17px 18px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: none;
    background: #E8EAF6;
    font: 500 16px inter;
    color: #3F51B5;
}

.btn-funcao-selecionada {
    display: flex;
    width: 100%;
    padding: 17px 18px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: none;
    background: #3F51B5;
    font: 500 16px inter;
    color: #FFFFFF;
}

.input-pesquisa-funcao {
    width: 100%;
    display: flex;
    height: 52px;
    padding: 12px 18px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #C4C7D4;
    background: url("/icons/icon-lupa-pesquisa.svg") no-repeat 98% #F9F9FB;
    font: 400 18px inter;
    color: #6C7593;
    margin-bottom: 30px;
}

.modal-header-funcao {
    display: flex;
    align-items: center;
    gap: 68px;
    padding: 18px 29px;
}

.title-modal-funcao {
    font: 500 18px inter;
    color: #16171D;
    margin: 0;
}

.outline:focus {
    outline: none;
}

.modal-body-escolhe-funcao {
    padding: 0 40px 109px 40px;
}

.btn-funcao {
    width: 100%;
    display: flex;
    padding: 17px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: #E8EAF6;
    font: 500 16px inter;
    color: #3F51B5;
    border: none;
}

.div-btns-funcoes {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.progresso {
    width: 100%;
    /* largura desejada */
    height: 8px;
    /* altura desejada */
    appearance: none;
    border: none;
    background-color: #dfe0eb;
    /* cor de fundo da barra */
    border-radius: 6px;
    /* bordas arredondadas */
    margin: 39px 0;
}

/* Estilização da parte preenchida da barra de progresso */
.progresso::-webkit-progress-value {
    background-color: #3A38B5;
    /* cor da parte preenchida */
    border-radius: 6px;
    /* bordas arredondadas */
}

/* Estilização da parte não preenchida da barra de progresso */
.progresso::-webkit-progress-bar {
    background-color: #dfe0eb;
    /* cor da parte não preenchida */
    border-radius: 6px;
    /* bordas arredondadas */
}


.custom-progress {
    width: 100%;
    /* largura desejada */
    height: 8px;
    /* altura desejada */
    appearance: none;
    border: none;
    background-color: #dfe0eb;
    /* cor de fundo da barra */
    border-radius: 6px;
    /* bordas arredondadas */
    margin: 39px 0;
}

/* Estilização da parte preenchida da barra de progresso */
.custom-progress::-webkit-progress-value {
    background-color: #84C03F;
    /* cor da parte preenchida */
    border-radius: 6px;
    /* bordas arredondadas */
}

/* Estilização da parte não preenchida da barra de progresso */
.custom-progress::-webkit-progress-bar {
    background-color: #dfe0eb;
    /* cor da parte não preenchida */
    border-radius: 6px;
    /* bordas arredondadas */
}

.btn-opcoes {
    display: flex;
    width: 100%;
    height: 63px;
    padding: 10px 18px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #C4C7D4;
    background: #FFF;
    font: 500 16px inter;
    color: #A1A6B9;
}

.text-selecione {
    font: 500 16px inter;
    margin: 0;
}

.div-btns-opcoes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 56px;
}

.btn-avancar {
    display: flex;
    width: 120px;
    height: 40px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    opacity: 0.5;
    border-radius: 8px;
    border: none;
    background: #3F51B5;
    font: 500 16px inter;
    color: #FDFCFF;
    margin-left: auto;
    margin-right: auto;
}

.btn-finaliza {
    display: flex;
    width: 120px;
    height: 40px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: none;
    background: #3F51B5;
    font: 500 16px inter;
    color: #FDFCFF;
}

.btn-voltar {
    display: flex;
    width: 120px;
    height: 40px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: none;
    background: #E8EAF6;
    font: 500 16px inter;
    color: #3F51B5;
}

.btns-volta-finaliza {
    display: flex;
    gap: 13px;
}

.div-texto-acabou {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 50px;
    border-bottom: 1px solid #C4C7D4;
}

.txt-acabou {
    font: 600 24px inter;
    color: #3A38B5;
}

.txt-acabou-2 {
    font: 400 16px inter;
    color: #6C7593;
}

.div-confirma-opcoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding-top: 35px;
}

.txt-contexto-confirma {
    font: 500 16px inter;
    color: #A1A6B9;
    margin: 0;
}

.div-nome-opcao {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.opcao-selecionada {
    font: 500 20px inter;
    color: #3A38B5;
    margin: 0;
}

.circulo-imagem {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #E8EAF6 0%, rgba(232, 234, 246, 0.00) 100%);
    border-radius: 50%;
}

.txt-parabens {
    font: 600 20px inter;
    color: #3A38B5;
}

.txt-aguarda-aprov {
    font: 400 16px inter;
    color: #6C7593;
    text-align: center;
}

.txt-minha-es {
    font-weight: 500 !important;
    color: #3A38B5 !important;
}

.div-img-foto {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-background-02, #E5E7EB);
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -26px;
}

.div-img-usuario {
    display: flex;
    align-items: flex-end;
}

.img-camera {
    width: 15px;
}

.usuario-img {
    width: 70px;
    border-radius: 70px;
}

/****RESPONVIDADE*******/

@media(max-width: 550px) {
    .div-text-btns {
        flex-direction: column;
    }

    .div-footer {
        justify-content: center;
    }
}

@media(max-width: 376px) {
    .text-igreja {
        font-size: 12px;
    }
}
