@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
* {
	font-family: 'Lato', sans-serif;
}
#header {
	width: 100%;
	background-color: #FF8300;
	padding: 10px;
}
#wrapper {
	width: 450px;
	padding-top: 5%;
	margin: auto;
}
@media only screen and (max-width: 450px){
	#main {
		border-radius: 0px;
		max-width: 100%;
	}
	#wrapper {
		width: 100%;
	}
	#explain {
		padding-left: 20px;
		padding-right: 20px;
		grid-gap: 20px;
	}
}
input {
	border-radius: 25px;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
#submit {
	text-transform: uppercase;
	outline: 0;
	background: #FF8300;
	width: 100%;
	border: 0;
	margin-top: 20px;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 25px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
#abort{
	color: #FF8300;
	background: #FFFFFF;
    border-style: solid;
    border-width: medium;
    border-color: #FF8300;
	text-transform: uppercase;
	outline: 0;
	width: 100%;
	margin-top: 20px;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 25px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
#reset{
	color: #FF8300;
	background: #FFFFFF;
    border-style: solid;
    border-width: medium;
    border-color: #FF8300;
	text-transform: uppercase;
	outline: 0;
	width: 100%;
	margin-top: 20px;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 25px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
#submit:hover{
	background: #E57200;
}
#abort:hover{
	background: #f2f2f2;
}
#reset:hover{
	background: #f2f2f2;
}
#main .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}
#main .message a {
	color: #4CAF50;
	text-decoration: none;
}
.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}
#file-namer {
	display: none;
}
body {
	transition: all 0.2s ease-out;
	background-blend-mode: darken;
	transition: opacity 0.6s linear;
	margin: 0px;
	height: 100vh;
	background-color: #FF8300;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;      
}
.form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 10px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#main {
	border-radius: 25px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	max-width: 360px;
	background: #FFFFFF;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	transition: all 0.2s ease-out;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.change-on-hover:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4), 0 10px 10px 0 rgba(0, 0, 0, 0.44);
	transform: translate(0, -5px) scale(1.02);
}
.dz-progress span {
	display: block;
	background: #FF8300;
	border-radius: 15px;
	margin-top: 10px;
	height: 5px;
}
.dz-upload {
	display: block;
	height: 5px;
}
.dz-success-mark {
	display: none;
}
.dz-error-mark {
	display: none;
}
.dz-default {
	padding: 20px;
	cursor: pointer;
}
.dz-default:hover .icon-subtitle {
	opacity: 1.0;
}
::-webkit-scrollbar {
	display: none;
	height: 5px;
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #FFFFFF; 
}
::-webkit-scrollbar-thumb {
    background: #4D4D4D; 
}
::-webkit-scrollbar-thumb:hover {
    background: #4D4D4D; 
}
.icon-subtitle {
    opacity: 0.0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.icon {
	font-size: 20px;
	display: none;
	float: right;
	margin-right: 13px;
	margin-top: -48px;
	position: relative;
	z-index: 2;
}
#icon-error {
	color: red;
	display: none;
}
#icon-check {
	color: green;
	display: none;
}
#icon-load {
	color: black;
	display: none;
}
#submit {
	font-size: 15px;
}
#abort {
	font-size: 15px;
}
#reset {
	font-size: 15px;
	display: none;
}
#action {
	display: none;
	align-items: center;
	justify-content: center;
}
#feedback-success {
	display: none;
	font-size: 20px;
	margin-top: 20px;
	color: green;
}
#feedback-error {
	display: none;
	font-size: 20px;
	margin-top: 20px;
	color: red;
}
input {
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 20px 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.item-line {
	margin-top: -15px;
	margin-bottom: -16px;
}
.item-info {
	height: 30px;
	align: center;
}
.item:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}
.help-text {
	text-align: start;
}
.icon-title {
	font-size: 20px;
}

/* NEW ATTRIBUTES */
#explain {
	display: grid;
    padding-bottom: 50px;
    padding-left: 50px;
	padding-right: 50px;
    grid-gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
}
.explain-item {
	border-radius: 25px;
	background-color: #FFFFFF;
	color: rgb(37, 37, 37);
	padding: 25px 25px 10px 25px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	transition: all 0.2s ease-out;
}
.explain-item-header {
	height: 50px;
	display: inline-block;
}
.explain-item-header > img {
	height: 50px;
	display: inline-block;
	color: #FF8300;
	margin-right: 20px;
	font-size: 50px;
}
.explain-item-header > p {
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 20px 20px 0px;
}
.explain-item-header > p > img {
	margin: 0px 20px 0px 0px;
}
.explain-item:hover {
	transform: translate(0, -2.5px) scale(1.01);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.24), 0 6px 2px -4px rgba(0,0,0,.4), 0 2px 10px 0 rgba(0,0,0,.22);
}