.collapse-item{
	width: 48%;
	height: 100px;



	position: relative;
	border-radius: 5px;
	border: 1px solid #8A8A8A;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	
}
.item-title{
	display: flex;
	align-items: center;
}
.icon-delete{
position: absolute;
    width:20px;
    height: 20px;
    background-color: red;
    border-radius: 20px;
	display: flex;
	align-items: center;justify-content: center;
	border: 1px solid #8A8A8A;
	background-color: #FFFFFF;
	right:0;
	top: 0;
	transform: translate(36%,-29%);
	-webkit-transform: translate(36%,-29%);
}
.icon-delete>img{
	width: 10px;
	height: 10px;
	
}
.fileDome{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
	left: 0;
	top: 0;
}

.img_view>.collapse-item:last-child{
	margin-right: 0;
}
.icon_upload{
	height: 40px;
	}
	.img_dome{
		width: 100%;
		height: 100%;
	}
	.mui-table-view>li{
	}
	.mui-table-view-cell:after{
		left: 0;
		height: 2px;
	}
	.mui-table-view-cell.mui-collapse .mui-collapse-content{
		padding: 15px;
	}