.modal-body p {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.button-img {
    height: 40px;
    border: none;
    background-color: #3F51B5;
    color: white;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
}

.btn-envia-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 200px;
    padding: 4px 10px;
    border: none;
    border-radius: 6px;
    background: #3F51B5;
    color: #ffff;
    font: 500 14px inter;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

#modal-edita-img {
    z-index: 2000; /* Um valor maior do que o z-index do primeiro modal */
    max-height: 100vh; /* Ajuste a altura máxima conforme necessário */
    overflow-y: hidden; /* Oculta a barra de rolagem vertical */
}

.modal-dialog.modal-lg {
    max-width: 70%; /* Ajuste a porcentagem conforme necessário para diminuir o tamanho */
}


#arquivo_selecionado {
    margin-top: 10px;
    color: #6C7593;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.div-arquivo-evento {
    display: flex;
    flex-direction: column;
    align-items: center;
}







