/* accordion */
.ui-accordion-content {
	padding: 15px 5px !important;
}
.ui-accordion-content .note-box {
	margin: 5px 0 !important;
}

/* customer registry */
.customer-registry-card .email dd {
	word-break: break-all; 
}
.customer-registry-form .form-label {
	margin-bottom: 5px!important;
}

/* address */
.address-collapse {
	margin-bottom: 14px;
}
.address-collapse .card {
	border: 1px solid #cccccc;
	border-radius: 0;
}
.address-collapse input,
.address-collapse select {
	margin-bottom: 0!important;
	width: 100%!important;
}
.address-collapse .form-select {
	color: #555555;
	font-size: 14px;
	height: 40px;
}

/* tooltips */
.tooltip.wide .tooltip-inner {
	max-width: 400px;
}
.tooltip.text-start .tooltip-inner {
	text-align: left;
}
