.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	display: none;
	background-color: #99999978;
	z-index: 1000 !important;
}

.spinner-border {
	top: 50% !important;
	position: absolute;
}

h2 {
	font-size: 30px;
	text-align: center;
	width: 100%;
	background: #0026ce;
	padding: 13px;
	line-height: 30px;
	color: white;
}

h4 {
	margin-top: 20px;
}

.input-group-text.positive {
	background-color: #c5ffdb !important;
}

.input-group-text.negative {
	background-color: #fddddd !important;
}

.row {
	margin-top: 10px;
}

.txt_input {
	height: 300px !important;
}

.txt_summary {
	height: 150px !important;
}

#max_words, #num_gamma {
	margin-top: 7px !important;
}

.output-color {
	margin-top: 10px;
	width: 70%;
	height: 50%;
	background: #fff;
	border: solid 0.5px;
	border-radius: 3px;
}

input.spectrum.with-add-on {
	padding: 0px !important;
	text-align: center;
	background: #bcbcbc;
}
.sp-colorize-container.sp-add-on {
	width: 0px !important;
}

#link-download, .painel-details, .painel-resize {
	display: none;
}


.resize {
	width: 100%;
	border: solid 0.5px;
	border-radius: 5px;	
}

h3 {
	text-align: center;
}