	/* hiding default dvl components */
	.assist { display: none; }

	/*.field-error input[type=text] { 
		border: 0 !important; 
		box-shadow: none !important;
		color: #bd0000;
	}
	.field-error .divider { background-color: #bd0000; }
	*/

	input.currency-input {
		border: 0;
		border-bottom: thin solid #c4c8cc;
		font-size: 36px;
		padding: 0;
	}
	input.currency-input, input::-webkit-input-placeholder { color: #006ac3; }
	.field-error input.currency-input {
		border: 0 !important;
		border-bottom: thin solid #bd0000 !important;
		box-shadow: none !important;
		color: #bd0000;
	}
	.field-error .select2-selection {
		border: thin solid #bd0000;
	}

	.notice-title {
		font-size: 28px;
		line-height: 42px;
	}

	/* special sized text input box */
	#postalcode { height: 42px; min-width: 25% !important;}
	#postalcode~input { max-width: 66% !important; }
	
	button.cash-switch {
		border: none;
		background: transparent;
	}

	.ui.search.dropdown { 
		min-width: 100% !important;
		max-width: 100% !important;
		border-radius: 0 !important;
	}

	.ui.search.dropdown i {
		background-image: url(/tools/foreign-exchange-calculator/dvl/assets/images/ui/ui-thin-chevron-down-blue.svg);
		background-repeat: no-repeat;
		background-size: 16px 9px !important;
		height: 100% !important;
		top: 66% !important;
		left: calc(100% - 24px);
	}

	.ui.search.dropdown i.dropdown.icon:before {
		content: '';
	}

	.ui.selection.dropdown .menu {
		border-radius: 0 !important;
	}

	@media screen and (max-width: 640px) {
		.notice.info .notice-title {
			padding-left: 0 !important;
		}
		.notice.info .notice-title:before {
			background: none !important;
		}
	}