.file-input[disabled] + .file-cta {
  cursor: not-allowed;
  opacity: 0.5;
}

.file-cta .file-label {
  cursor: inherit;
}

.platnik {
	display: block; 
	max-width: 30em; 
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
