        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .container {
            background: white;
            padding: 20px 60px 30px 40px;
            border-radius: 10px;
            width: 80%;
            max-width: 900px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h1 {
            text-align: center;
        }
        .form-group {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }
        .form-group div {
            flex: 1;
            min-width: 150px;
            margin-left: 10px;
        }
        .form-group div.full-width {
            flex: 100%;
        }
        label {
            display: block;
			font-size: 80%;
        }
        input {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 20px;
            margin-bottom: 20px;
        }
		select{
            width: 102%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 20px;
            margin-bottom: 20px;
        }
		
        .upload-section {
            text-align: center;
            margin-top: 20px;
        }
        .upload-section input {
            border: none;
            cursor: pointer;
        }
		textarea{
			width: 98%;
			padding:20px;
			border-radius: 20px;
		}
		
		#submit{
			background-color: #24A446;
			padding:15px;
			 border-radius: 10px;
			 color:#fff;
			 border: none;
			 cursor: pointer;
			 width: 103%;
			 font-weight: bold;
			 font-size: 100%;
		}
		
		#submit:hover {
			background-color: #1d933b;
		}
		
		.text-center{
			text-align:center; 
		}
		
/* Estilo para o container do input de arquivo */
/* Ocultar o input file original */
input[type="file"] {
  display: none;
}

#avalista-content{
	  display: none;
}

.custom-file-button:hover {
  background-color: #d1d1d1;
}

/* Estilizar o botão personalizado */
.custom-file-button {
	margin-bottom: 25px;
	margin-top:-25px;
	width: 100%;
  background-color: #4285F4;
  color:#fff;
  border: 1px solid #ccc;
  padding: 15px 12px;
  border-radius: 10px;
  cursor: pointer;
}

.custom-file-button:hover {
  background-color: #3577e0;
}

/* Estilizar o texto do nome do arquivo */
.custom-file-name {
  margin-left: 10px;
  color: #666;
}

.        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .container {
            background: white;
            padding: 20px 60px 30px 40px;
            border-radius: 10px;
            width: 80%;
            max-width: 900px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h1 {
            text-align: center;
        }
        .form-group {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }
        .form-group div {
            flex: 1;
            min-width: 150px;
            margin-left: 10px;
        }
        .form-group div.full-width {
            flex: 100%;
        }
        label {
            display: block;
			font-size: 80%;
        }
        input {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 20px;
            margin-bottom: 20px;
        }
		select{
            width: 102%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 20px;
            margin-bottom: 20px;
        }
		
        .upload-section {
            text-align: center;
            margin-top: 20px;
        }
        .upload-section input {
            border: none;
            cursor: pointer;
        }
		textarea{
			width: 98%;
			padding:20px;
			border-radius: 20px;
		}
		
		#submit{
			background-color: #24A446;
			padding:15px;
			 border-radius: 10px;
			 color:#fff;
			 border: none;
			 cursor: pointer;
			 width: 103%;
			 font-weight: bold;
			 font-size: 100%;
		}
		
		#submit:hover {
			background-color: #1d933b;
		}
		
		.text-center{
			text-align:center; 
		}
		
/* Estilo para o container do input de arquivo */
/* Ocultar o input file original */
input[type="file"] {
  display: none;
}

#avalista-content{
	  display: none;
}

.custom-file-button:hover {
  background-color: #d1d1d1;
}

/* Estilizar o botão personalizado */
.custom-file-button {
	margin-bottom: 25px;
	margin-top:-25px;
	width: 100%;
  background-color: #4285F4;
  color:#fff;
  border: 1px solid #ccc;
  padding: 15px 12px;
  border-radius: 10px;
  cursor: pointer;
}

.custom-file-button:hover {
  background-color: #3577e0;
}

/* Estilizar o texto do nome do arquivo */
.custom-file-name {
  margin-left: 10px;
  color: #666;
}

.is-success{
	background-color: #1d9e06;
	padding: 10px;
	color: #fff; 
	border-radius: 10px;
}

.is-danger{
	background-color: #bc3803;
	padding: 10px;
	color: #fff; 
	border-radius: 10px;
}



