/* Insert Your Custom CSS Here */
.form-wizard > .tab-content {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.form-wizard > .tab-content > .tab-pane {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.form-wizard > .nav > li > a {
	margin-top: 0;
	margin-bottom: 0;
}

.form-wizard > .nav > li > a > .menu-icon {
	margin-top: 0;
	margin-bottom: 0;
}

.form-group {
	padding:0;
	margin:1px;
}

.controls > input {
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}

#multi-form{
	border: solid 1px rgb(193, 189, 189);
}

.select2-container .select2-choice, .select2-result-label {
	font-size: 1.5em;
	height: 41px; 
	overflow: auto;
	width: 100%;
}

.select2-arrow, .select2-chosen {
	padding-top: 6px;
	width: 100%;
}

.form-check {
	font-family: system-ui, sans-serif;
	font-size: 1.3rem;
	font-weight: lighter;
	line-height: 1.2;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0.5em;
  }
