.multiple-file {
	padding-top: 6px;
}

.multiple-file__fake-btn {
	color: #000;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
	position: relative;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	height: 45px;
	padding: 0 19px;
	display: inline-block;
	margin-bottom: 20px;
}

.multiple-file__fake-btn:hover {
	background: #F5F5F5;
}

.multiple-file__fake-btn input, .multiple-file__fake-btn input[type=file]::-webkit-file-upload-button {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}

.multiple-file__paperclip {
	color: #ADADAD;
	font-size: 16px;
	margin-left: 13px;
}

.multiple-file__item {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.multiple-file__inner {
	padding-left: 20px;
	display: flex;
	align-items: center;
	width: 100%;
}

.multiple-file__center {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.multiple-file__cols {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 4px;
}


.multiple-file__col {
	display: flex;
	align-items: center;
}

.multiple-file__col:first-child {
	flex-grow: 1;
}


.multiple-file__icon {
	display: flex;
	width: 60px;
	min-width: 60px;
	height: 60px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #E0DEDE;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.multiple-file__icon i {
	color: #ADADAD;
	font-size: 25px;
}

.multiple-file__name {
	color: #000;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right: 20px;
	width: 100%;
	word-break: break-word;
}

.multiple-file__size {
	color: #ADADAD;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right: 18px;
	white-space: nowrap;
}

.multiple-file__delete {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.multiple-file__delete i {
	color: #ADADAD;
	font-size: 16px;
	line-height: 16px;
}

.multiple-file__delete:hover i {
	color: #57CA85;
}

.multiple-file__progress {
	height: 2px;
	width: 100%;
	border-radius: 2px;
	background-color: #E0DEDE;
}

.multiple-file__percent, .kt-page--loading .multiple-file__percent {
	height: 100%;
	background-color: #57CA85;
	display: block;
	border-radius: 2px;
	transition: width .2s ease-in-out !important;
	width: 0;
}