.button_green { background-color: #07C372; }; .button_blue { color: red !important; }; .logo-container { display: flex; align-items: center; justify-content: center; height: 100%; /* ou uma altura fixa, se necessário */ padding: 40px 0; /* define o espaço acima e abaixo */ box-sizing: border-box; } .logo-content { text-align: center; } .w-f { color: white } /* input[type=file]::-webkit-file-upload-button { display:none; } */ .custom-file-input::-webkit-file-upload-button { display: none; } .custom-file-label{ background-color: #007BFF !important; padding: 5px; border-radius: 5px; color: white; } .step-indicator { display: flex; gap: 10px; } .step { width: 30px; height: 30px; border-radius: 50%; background-color: #e0e0e0; color: #333; display: flex; align-items: center; justify-content: center; font-weight: bold; } .step.current { background-color: #007bff; color: white; } .custom-file-input{ background-color: white !important; padding: 5px; border-radius: 5px; color: black; margin-top: 10px; width: 100%; } .popover { max-width: 500px !important; }