.multiselect {
	width: 90% !important;
}

.file-item {
	display: flex;
	align-items: center;
	padding: 4px 8px;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	margin-bottom: 4px;
	transition: background 0.2s;
}

.file-item:hover {
	background: #f8f9fa;
}

.file-link {
	flex: 1;
	text-decoration: none;
	color: #495057;
	max-width: 200px; /* sesuaikan lebar maksimal */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.file-link:hover {
	color: #007bff;
	text-decoration: underline;
}

.dropzone{
    min-height: 50px;
    max-height: 50px;
}
.dropzone .dz-message{
    margin: 0px!important;
}
