.card-title,.card-text{
	text-overflow: ellipsis;
	overflow: hidden;

	white-space: nowrap;
}
.card-img{
	aspect-ratio: 1;
	object-fit: cover;
}
.file-container{
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
	min-width: 100px;
	min-height: 100px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.file-container i{
	font-size: 29px;
	display: block;
	color: var(--primary);
}
.galeri-img{
	height: 100px;
	width: 100px;
	object-fit: cover;
}
.comments{
	max-height: 550px;
	overflow-y: auto;
}
.blog-article{
	max-height: 100% !important;
	overflow-y: auto;
}