:host {
	&.disabled {
		input[type="file"] {
			display: none;
		}

		.k-file-input-container {
			opacity: .6;
			cursor: default;
		}
	}
}

input[type="file"] {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.k-file-input-container {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.browse-label {
	color: #4d80e4;
}

