        <style>
	.notworking {
		color: black;
	}

	input[type=file]::file-selector-button {
		background: #d6187d !important;
	}

	input[type=file]::file-selector-button:hover {
		background: #d6187d !important;
	}

	.link {
		color: #322782 !important;
	}

	.spinner {
		border: 14.1px solid #322782 !important;
	}

	.commands {
		background-color: #d6187d !important;
		border: 1px solid #d6187d !important;
	}

	.header-background {
		background: linear-gradient(90deg, #ffffff 0%, #322782 50%, #d6187d 100%) !important;
	}
</style>