.error{
    color: red;
}
.documentupload > input
{
    display: none;
}

.documentupload {
	background-color: #ebebeb;
	box-shadow: 0 2px 5px #bebebe;
	border-radius: 20px;
	align-items: center;
	transition: all .2s ease-in;
	-webkit-tap-highlight-color: transparent;
}
.documentupload img{
    box-sizing: content-box;
    cursor: pointer;
    height: 30px;
    color: #000;
    padding: 4px;
}
.attachments-section ul {
	width: 100%;
	text-align: center;
}
.attachments-section ul  li{
    display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.attachments-section ul  li div{
    display: inline-block;
 width: 100%;
}