﻿.grecaptcha-badge {
	display: none
}

.currency, mat-form-field.currency {
	width: 90px !important;
	border: 1px solid lightgrey !important;
}

	.currency > div.mat-mdc-select-trigger, mat-form-field.currency > div.mat-mdc-select-trigger {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

		.currency > div.mat-mdc-select-trigger > div.mat-mdc-select.value, mat-form-field.currency > div.mat-mdc-select-trigger > div.mat-mdc-select.value {
			width: 40px !important
		}

mat-select.text-white > div.mat-mdc-select-trigger {
	color: white !important
}

	mat-select.text-white > div.mat-mdc-select-trigger > div.mat-mdc-select-arrow-wrapper {
		display: inline !important
	}

	mat-select.text-white > div.mat-mdc-select-trigger > div.mat-mdc-select-arrow-wrapper {
		height: initial;
		display: inline !important
	}

		mat-select.text-white > div.mat-mdc-select-trigger > div.mat-mdc-select-arrow-wrapper > div.mat-mdc-select-arrow {
			color: white;
		}

mat-select.currency > div.mat-mdc-select-trigger > div.mat-select {
	margin-left: -20px
}
