:root {
	--brand-color-1: #6c007a;
	--brand-color-2: #036b16;
	--brand-color-3h: #6c007a;
}

.intl-tel-input {
	width:100%;
}

.int-tel.form-item{
	overflow: visible;
}

.coming-soon > a {
    color: grey;
    cursor: not-allowed;
}

/**Exhibbitor Portal**/
.custom-form .form-item:not(.form-item-type-heading) {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-form .form-item label {
    margin: 0;
    white-space: nowrap;
}

.custom-form .form-item span {
    width:200px;
}

.custom-form .form-item input[type="text"] {
    width: 100px;
}

.custom-form .quantity {
	margin: 0;
	color: #000;
	text-align: right;
}

.custom-form .quantity .form-heading-legend {
	padding: 0;
	border-bottom: 0px;
}

.custom-form .quantity .form-heading {
	margin: 0;
}
