#myProgress {
	width: 100%;
	background-color: #53a8b6;
}

#myBar {
	width: 1%;
	height: 30px;
	background: #0393D0;
}

.efficiencyns-input-file {
	border: 1px solid #0393D0;
	padding: 0px !important;
	border-radius: 12px;
	color: #0393D0;
}

.efficiencyns-button-submit {
	padding: 5px 10px;
	border-radius: 5px;
}

.efficiencyns-input-file:hover, .efficiencyns-button-submit:hover {
	cursor: pointer;
}

.efficiencyns-button-submit[disabled=disabled] {
	background: #3f3f3f;
	border: 1px solid #3f3f3f;
	color: #ffffff;
}

.efficiencyns-display-flex-alight {
	display: flex;
	align-content: center;
	text-align: center;
	align-items: center;
	justify-content: space-between;
}

input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	background: #0393D0;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

.efficiencyns-button-submit {
	border: none;
	background: #0393D0;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
	background: #0393D0;
}

