.file-upload-widget {
	display: flex;
	margin: 0;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	padding: 0.75rem;
	flex-basis: 500px;
}
.file-upload-widget.file-upload--single {
	padding: 0;
}
.file-upload-widget * {
	padding: 0;
	margin: 0;
}



.file-upload-widget .upload__content {
	flex: none;
	flex-basis: 500px;
	max-width: calc(100% - 50px);
}
.file-upload-widget.file-upload--single .upload__content {
	max-width: 100%;
}
.file-upload-widget label.upload__content {
	cursor: pointer;
}

.upload-card {
	display: flex;
	align-items: flex-start;
	align-items: center;
}
.attach-area .upload-card + .upload-card {
	margin-top: 15px;
}
.upload-card__figure {
	flex-shrink: 0;
	margin-right: 0.75rem;
}

.upload-card__icon {
	vertical-align: middle;
	overflow: hidden;
	width: 2rem;
	height: 2rem;
	fill: rgb(255, 255, 255);
}

.upload-card__file {
	min-width: 20px;
	min-height: 20px;
	/*justify-items: baseline;*/
	justify-content: space-between;
	flex-direction: column;
	display: flex;
	
    row-gap: 5px;
    align-items: start;	
}

.upload-card__file, 
.upload-card__file > :last-child {
	margin-bottom: 0;
}

.upload-file__title {
	max-width: 100%;
	/* align-items: center; */
    font-size: .9375rem;
    line-height: 1;
    font-weight: 400;
}

.upload-file__title a {
	display: inline-block;
	border-bottom: 1px dashed;
	border-color: currentColor;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;	
}
.upload-file__title,
.upload-file__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 500px;
}
.file-upload-widget.file-upload--single .upload-file__title,
.file-upload-widget.file-upload--single .upload-file__title a {
	max-width: 300px;
}

.upload-file__attributes,
.upload-file__attributes * {
	font-size: 0.75rem;
	line-height: 1.2;
	color: #5A5A5A;
}

.upload-card__button {
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	border: 1px solid transparent;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: .75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.file-upload-widget.file-upload--single .upload-card__button {
	width: 2rem;
	height: 2rem;	
}





.file-control__group {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: auto;
    gap: 1.25rem;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}
.file-control__group > * {
	margin: 0 !important;
	height: 100%;
	padding:  0;
    position: relative;
    flex: 0 0 auto;	
}
* + .file-control__group {
	margin-top: 45px;
}
@media (max-width: 767.5px) {
	.file-control__group {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex: 1 1 auto;
		width: 100%;

	}
	.file-control__group > * {
		width: 100%;
		margin: 0 !important;
	}
	* + .file-control__group {
		margin-top: 45px;
	}
}


.file-control__box {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* box-shadow: inset 0 2px 100px 0 #baccee; */
    border: 1px solid #b1b8cc;
    border-radius: 2px;
    font-size: .95rem;
    line-height: 1.3;
	color: #4d4d4d;
	box-shadow:inset 0 2px 100px 0 rgb(255 255 255 / .75);
	
}
/*
.file-control__box + .file-control__box {
    margin-top: 15px
}*/

@media (min-width: 576px) {
    .file-control__box {
        padding:10px 10px
    }
}


.file-control__box .module__header,
.file-control__box .file-box__icon {
    margin-top: 10px;
    margin-right: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
		
	margin-right: 10px;
}
.file-control__box .module__header .icon,
.file-control__box .file-box__icon .icon {
   /* stroke: #ad8f72;*/
    fill: none;
   /* stroke: currentColor;*/
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    overflow: hidden;
    stroke: #4b4b4b; /*#b1b8cc;*/
    width: 20px;
    height: 20px;
}
.file-control__box .module__body,
.file-control__box .file-box__content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
	
	justify-content: space-between;
	flex-direction: column;
	display: flex;
	row-gap: 5px;
	align-items: start;	
	font-size: .9375rem;
    line-height: 1;
	font-weight: 400;	
}
.file-control__box .module__body .item-info,
.file-control__box .file-box__content .file-box__title {
	/*color: #004667;*/
	display: block;
	word-break: break-word;
	/*font-size: 1rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;	
}
.file-control__box .module__body .item-action,
.file-control__box .file-box__content .file-box__attributes,
.file-control__box .file-box__content .file-box__attributes * {
    font-size: .75rem;
    color: #4b4b4b; /*#b1b8cc;*/
	/*line-height: 1.2;*/
	color: #5A5A5A;	
}
/*
.file-control__box .module__body span[class^="item"] {
	display: block;
	word-break: break-word;
}*/
