/* Style the custom file upload button */
html, body{
	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: none;

}

/*some themes love to add padding to input elements for no reason*/
/*disabling it so that it will be cross compatible with other themes*/
fieldset,input,select,textarea,button,label {
    margin: 0
}

textarea{

	resize: none;
	width: min(1000px, calc(100% - 20px));
	height: auto;
	font-size: 1.5em;
	bottom: 0;
	padding: 0;
}


.rspText{

	font-size: 1em;

}

.progress{

	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;

}

#burn{
	width: 20px;
	height: 20px;
}

