.custom-control {	position: relative;	z-index: 1;	display: block;	min-height: 1.68rem;	padding-left: 1.6875rem;	color-adjust: exact;}.custom-control-inline {	display: inline-flex;	margin-right: 1rem;}.custom-control-input {	position: absolute;	left: 0;	z-index: -1;	width: 1.25rem;	height: 1.465rem;	opacity: 0;}.custom-control-input:checked ~ .custom-control-label::before {	color: #2cae87;	border-color: #dbdbdb;	background-color: #fff;}.custom-control-input:focus ~ .custom-control-label::before {	box-shadow: none;}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #dbdbdb;}.custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: rgba(255, 255, 255, 0.35);	border-color: #dbdbdb;}.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {	color: #0a0a0b;}.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {	background-color: #f9f9f9;}.custom-control-label {	position: relative;	margin-bottom: 0;	vertical-align: top;}.custom-control-label::before {	position: absolute;	top: 0.215rem;	left: -1.6875rem;	display: block;	width: 1.25rem;	height: 1.25rem;	pointer-events: none;	content: "";	background-color: #fff;	border: #dbdbdb solid 1px;}.custom-control-label::after {	position: absolute;	top: 0.215rem;	left: -1.6875rem;	display: block;	width: 1.25rem;	height: 1.25rem;	content: "";	background: no-repeat 50% / 50% 50%;}.custom-checkbox .custom-control-label::before {	border-radius: 0.375rem;}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpath fill='transparent' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%232cae87' d='M10 1L4 7L1 4'/%3e%3c/svg%3e");}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #1c77ff;	background-color: #1c77ff;}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {	background-color: rgba(255, 255, 255, 0.5);}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {	background-color: rgba(255, 255, 255, 0.5);}.custom-radio .custom-control-label::before {	border-radius: 0.375rem;}.custom-radio .custom-control-input:checked ~ .custom-control-label::after {	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpath fill='transparent' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%232cae87' d='M10 1L4 7L1 4'/%3e%3c/svg%3e");}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {	background-color: rgba(255, 255, 255, 0.5);}.custom-switch {	padding-left: 4.1875rem;}.custom-switch .custom-control-label::before {	left: -4.1875rem;	width: 3.75rem;	pointer-events: all;	border-radius: 50rem;}.custom-switch .custom-control-label::after {	top: calc(0.215rem + 2px);	left: calc(-4.1875rem + 2px);	width: 1.25rem;	height: 1.25rem;	background-color: #dbdbdb;	border-radius: 50rem;	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion: reduce) {	.custom-switch .custom-control-label::after {		transition: none;	}}.custom-switch .custom-control-input:checked ~ .custom-control-label::after {	background-color: #fff;	transform: translateX(2.5rem);}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {	background-color: rgba(255, 255, 255, 0.5);}.custom-select {	display: inline-block;	width: 100%;	height: 2.555rem;	padding: 0.375rem 2rem 0.375rem 1rem;	font-size: 1rem;	font-weight: 400;	line-height: 1.68;	color: #0a0a0b;	vertical-align: middle;	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343538' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;	border: 1px solid #dbdbdb;	border-radius: 0.375rem;	appearance: none;}.custom-select:focus {	border-color: #dbdbdb;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(28, 119, 255, 0.25);}.custom-select:focus::-ms-value {	color: #0a0a0b;	background-color: #fff;}.custom-select[multiple], .custom-select[size]:not([size="1"]) {	height: auto;	padding-right: 1rem;	background-image: none;}.custom-select:disabled {	color: #525252;	background-color: #E3EEF4;}.custom-select::-ms-expand {	display: none;}.custom-select:-moz-focusring {	color: transparent;	text-shadow: 0 0 0 #0a0a0b;}.custom-select-sm {	height: 1.7rem;	padding-top: 0.375rem;	padding-bottom: 0.375rem;	padding-left: 0.9rem;	font-size: 0.6875rem;}.custom-select-lg {	height: 2.798rem;	padding-top: 0.4125rem;	padding-bottom: 0.4125rem;	padding-left: 1.1rem;	font-size: 1.1rem;}.custom-file {	position: relative;	display: inline-block;	width: 100%;	height: 2.555rem;	margin-bottom: 0;}.custom-file-input {	position: relative;	z-index: 2;	width: 100%;	height: 2.555rem;	margin: 0;	opacity: 0;}.custom-file-input:focus ~ .custom-file-label {	border-color: #dbdbdb;	box-shadow: none;}.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label {	background-color: #f9f9f9;}.custom-file-input:lang(en) ~ .custom-file-label::after {	content: "Browse";}.custom-file-input ~ .custom-file-label[data-browse]::after {	content: attr(data-browse);}.custom-file-label {	position: absolute;	top: 0;	right: 0;	left: 0;	z-index: 1;	height: 2.555rem;	padding: 0.375rem 1rem;	font-weight: 400;	line-height: 1.68;	color: #0a0a0b;	background-color: #fff;	border: 1px solid #dbdbdb;	border-radius: 0.375rem;}.custom-file-label::after {	position: absolute;	top: 0;	right: 0;	bottom: 0;	z-index: 3;	display: block;	height: calc(1.68em + 0.75rem);	padding: 0.375rem 1rem;	line-height: 1.68;	color: #0a0a0b;	content: "Browse";	background-color: #E3EEF4;	border-left: inherit;	border-radius: 0 0.375rem 0.375rem 0;}.custom-range {	width: 100%;	height: 1.4rem;	padding: 0;	background-color: transparent;	appearance: none;}.custom-range:focus {	outline: none;}.custom-range:focus::-webkit-slider-thumb {	box-shadow: 0 0 0 1px #fff, none;}.custom-range:focus::-moz-range-thumb {	box-shadow: 0 0 0 1px #fff, none;}.custom-range:focus::-ms-thumb {	box-shadow: 0 0 0 1px #fff, none;}.custom-range::-moz-focus-outer {	border: 0;}.custom-range::-webkit-slider-thumb {	width: 1rem;	height: 1rem;	margin-top: -0.25rem;	background-color: #1c77ff;	border: 0;	border-radius: 1rem;	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;	appearance: none;}@media (prefers-reduced-motion: reduce) {	.custom-range::-webkit-slider-thumb {		transition: none;	}}.custom-range::-webkit-slider-thumb:active {	background-color: #cfe2ff;}.custom-range::-webkit-slider-runnable-track {	width: 100%;	height: 0.5rem;	color: transparent;	cursor: pointer;	background-color: #dbdbdb;	border-color: transparent;	border-radius: 1rem;}.custom-range::-moz-range-thumb {	width: 1rem;	height: 1rem;	background-color: #1c77ff;	border: 0;	border-radius: 1rem;	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;	appearance: none;}@media (prefers-reduced-motion: reduce) {	.custom-range::-moz-range-thumb {		transition: none;	}}.custom-range::-moz-range-thumb:active {	background-color: #cfe2ff;}.custom-range::-moz-range-track {	width: 100%;	height: 0.5rem;	color: transparent;	cursor: pointer;	background-color: #dbdbdb;	border-color: transparent;	border-radius: 1rem;}.custom-range::-ms-thumb {	width: 1rem;	height: 1rem;	margin-top: 0;	margin-right: 0.2rem;	margin-left: 0.2rem;	background-color: #1c77ff;	border: 0;	border-radius: 1rem;	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;	appearance: none;}@media (prefers-reduced-motion: reduce) {	.custom-range::-ms-thumb {		transition: none;	}}.custom-range::-ms-thumb:active {	background-color: #cfe2ff;}.custom-range::-ms-track {	width: 100%;	height: 0.5rem;	color: transparent;	cursor: pointer;	background-color: transparent;	border-color: transparent;	border-width: 0.5rem;}.custom-range::-ms-fill-lower {	background-color: #dbdbdb;	border-radius: 1rem;}.custom-range::-ms-fill-upper {	margin-right: 15px;	background-color: #dbdbdb;	border-radius: 1rem;}.custom-range:disabled::-webkit-slider-thumb {	background-color: #adb5bd;}.custom-range:disabled::-webkit-slider-runnable-track {	cursor: default;}.custom-range:disabled::-moz-range-thumb {	background-color: #adb5bd;}.custom-range:disabled::-moz-range-track {	cursor: default;}.custom-range:disabled::-ms-thumb {	background-color: #adb5bd;}.custom-control-label::before,.custom-file-label,.custom-select {	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion: reduce) {	.custom-control-label::before,	.custom-file-label,	.custom-select {		transition: none;	}}.form-control {	display: block;	width: 100%;	height: 2.555rem;	padding: 0.375rem 1rem;	font-size: 1rem;	font-weight: 400;	line-height: 1.68;	color: #0a0a0b;	background-color: #fff;	background-clip: padding-box;	border: 1px solid #dbdbdb;	border-radius: 0.375rem;	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion: reduce) {	.form-control {		transition: none;	}}.form-control::-ms-expand {	background-color: transparent;	border: 0;}.form-control:-moz-focusring {	color: transparent;	text-shadow: 0 0 0 #0a0a0b;}.form-control:focus {	color: #0a0a0b;	background-color: #fff;	border-color: #dbdbdb;	outline: 0;	box-shadow: none;}.form-control::placeholder {	color: #0a0a0b;	opacity: 1;}.form-control:disabled, .form-control[readonly] {	background-color: #f9f9f9;	opacity: 1;}input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {	appearance: none;}select.form-control:focus::-ms-value {	color: #0a0a0b;	background-color: #fff;}.form-control-file,.form-control-range {	display: block;	width: 100%;}.col-form-label {	padding-top: calc(0.375rem + 1px);	padding-bottom: calc(0.375rem + 1px);	margin-bottom: 0;	font-size: inherit;	line-height: 1.68;}.col-form-label-lg {	padding-top: calc(0.4125rem + 1px);	padding-bottom: calc(0.4125rem + 1px);	font-size: 1.1rem;	line-height: 1.68;}.col-form-label-sm {	padding-top: calc(0.375rem + 1px);	padding-bottom: calc(0.375rem + 1px);	font-size: 0.6875rem;	line-height: 1.2;}.form-control-plaintext {	display: block;	width: 100%;	padding: 0.375rem 0;	margin-bottom: 0;	font-size: 1rem;	line-height: 1.68;	color: #525252;	background-color: transparent;	border: solid transparent;	border-width: 1px 0;}.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {	padding-right: 0;	padding-left: 0;}.form-control-sm {	height: 1.7rem;	padding: 0.375rem 0.9rem;	font-size: 0.6875rem;	line-height: 1.2;	border-radius: 0.25rem;}.form-control-lg {	height: 2.798rem;	padding: 0.4125rem 1.1rem;	font-size: 1.1rem;	line-height: 1.68;	border-radius: 0.5rem;}select.form-control[size], select.form-control[multiple] {	height: auto;}textarea.form-control {	height: auto;}.form-group {	margin-bottom: 1rem;}.form-text {	display: block;	margin-top: 0.25rem;}.form-row {	display: flex;	flex-wrap: wrap;	margin-right: -15px;	margin-left: -15px;}.form-row > .col,.form-row > [class*="col-"] {	padding-right: 15px;	padding-left: 15px;}.form-check {	position: relative;	display: block;	padding-left: 1.25rem;}.form-check-input {	position: absolute;	margin-top: 0.3rem;	margin-left: -1.25rem;}.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label {	color: #525252;}.form-check-label {	margin-bottom: 0;}.form-check-inline {	display: inline-flex;	align-items: center;	padding-left: 0;	margin-right: 0.75rem;}.form-check-inline .form-check-input {	position: static;	margin-top: 0;	margin-right: 0.3125rem;	margin-left: 0;}.valid-feedback {	display: none;	width: 100%;	margin-top: 0.25rem;	font-size: 81%;	color: #2cae87;}.valid-tooltip {	position: absolute;	top: 100%;	left: 0;	z-index: 5;	display: none;	max-width: 100%;	padding: 0.25rem 0.5rem;	margin-top: .1rem;	font-size: 0.8125rem;	line-height: 1.68;	color: #fff;	background-color: rgba(44, 174, 135, 0.9);	border-radius: 0.375rem;}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip {	display: block;}.was-validated .form-control:valid, .form-control.is-valid {	border-color: #2cae87;	padding-right: calc(1.68em + 0.75rem);	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232cae87' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");	background-repeat: no-repeat;	background-position: right calc(0.42em + 0.1875rem) center;	background-size: calc(0.84em + 0.375rem) calc(0.84em + 0.375rem);}.was-validated .form-control:valid:focus, .form-control.is-valid:focus {	border-color: #2cae87;	box-shadow: 0 0 0 0.2rem rgba(44, 174, 135, 0.25);}.was-validated textarea.form-control:valid, textarea.form-control.is-valid {	padding-right: calc(1.68em + 0.75rem);	background-position: top calc(0.42em + 0.1875rem) right calc(0.42em + 0.1875rem);}.was-validated .custom-select:valid, .custom-select.is-valid {	border-color: #2cae87;	padding-right: calc(0.75em + 2.5625rem);	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343538' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232cae87' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.84em + 0.375rem) calc(0.84em + 0.375rem);}.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {	border-color: #2cae87;	box-shadow: 0 0 0 0.2rem rgba(44, 174, 135, 0.25);}.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {	color: #2cae87;}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip {	display: block;}.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {	color: #2cae87;}.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {	border-color: #2cae87;}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {	border-color: #3fcea3;	background-color: #3fcea3;}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {	box-shadow: 0 0 0 0.2rem rgba(44, 174, 135, 0.25);}.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {	border-color: #2cae87;}.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {	border-color: #2cae87;}.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {	border-color: #2cae87;	box-shadow: 0 0 0 0.2rem rgba(44, 174, 135, 0.25);}.invalid-feedback {	display: none;	width: 100%;	margin-top: 0.25rem;	font-size: 81%;	color: #f8361c;}.invalid-tooltip {	position: absolute;	top: 100%;	left: 0;	z-index: 5;	display: none;	max-width: 100%;	padding: 0.25rem 0.5rem;	margin-top: .1rem;	font-size: 0.8125rem;	line-height: 1.68;	color: #fff;	background-color: rgba(248, 54, 28, 0.9);	border-radius: 0.375rem;}.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip {	display: block;}.was-validated .form-control:invalid, .form-control.is-invalid {	border-color: #f8361c;	padding-right: calc(1.68em + 0.75rem);	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f8361c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f8361c' stroke='none'/%3e%3c/svg%3e");	background-repeat: no-repeat;	background-position: right calc(0.42em + 0.1875rem) center;	background-size: calc(0.84em + 0.375rem) calc(0.84em + 0.375rem);}.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {	border-color: #f8361c;	box-shadow: 0 0 0 0.2rem rgba(248, 54, 28, 0.25);}.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {	padding-right: calc(1.68em + 0.75rem);	background-position: top calc(0.42em + 0.1875rem) right calc(0.42em + 0.1875rem);}.was-validated .custom-select:invalid, .custom-select.is-invalid {	border-color: #f8361c;	padding-right: calc(0.75em + 2.5625rem);	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343538' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f8361c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f8361c' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.84em + 0.375rem) calc(0.84em + 0.375rem);}.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {	border-color: #f8361c;	box-shadow: 0 0 0 0.2rem rgba(248, 54, 28, 0.25);}.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {	color: #f8361c;}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip {	display: block;}.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {	color: #f8361c;}.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {	border-color: #f8361c;}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {	border-color: #fa624d;	background-color: #fa624d;}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {	box-shadow: 0 0 0 0.2rem rgba(248, 54, 28, 0.25);}.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {	border-color: #f8361c;}.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {	border-color: #f8361c;}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {	border-color: #f8361c;	box-shadow: 0 0 0 0.2rem rgba(248, 54, 28, 0.25);}.form-inline {	display: flex;	flex-flow: row wrap;	align-items: center;}.form-inline .form-check {	width: 100%;}@media (min-width: 576px) {	.form-inline label {		display: flex;		align-items: center;		justify-content: center;		margin-bottom: 0;	}	.form-inline .form-group {		display: flex;		flex: 0 0 auto;		flex-flow: row wrap;		align-items: center;		margin-bottom: 0;	}	.form-inline .form-control {		display: inline-block;		width: auto;		vertical-align: middle;	}	.form-inline .form-control-plaintext {		display: inline-block;	}	.form-inline .input-group,	.form-inline .custom-select {		width: auto;	}	.form-inline .form-check {		display: flex;		align-items: center;		justify-content: center;		width: auto;		padding-left: 0;	}	.form-inline .form-check-input {		position: relative;		flex-shrink: 0;		margin-top: 0;		margin-right: 0.25rem;		margin-left: 0;	}	.form-inline .custom-control {		align-items: center;		justify-content: center;	}	.form-inline .custom-control-label {		margin-bottom: 0;	}}.input-group {	position: relative;	display: flex;	flex-wrap: wrap;	align-items: stretch;	width: 100%;}.input-group > .form-control,.input-group > .form-control-plaintext,.input-group > .custom-select,.input-group > .custom-file {	position: relative;	flex: 1 1 auto;	width: 1%;	min-width: 0;	margin-bottom: 0;}.input-group > .form-control + .form-control,.input-group > .form-control + .custom-select,.input-group > .form-control + .custom-file,.input-group > .form-control-plaintext + .form-control,.input-group > .form-control-plaintext + .custom-select,.input-group > .form-control-plaintext + .custom-file,.input-group > .custom-select + .form-control,.input-group > .custom-select + .custom-select,.input-group > .custom-select + .custom-file,.input-group > .custom-file + .form-control,.input-group > .custom-file + .custom-select,.input-group > .custom-file + .custom-file {	margin-left: -1px;}.input-group > .form-control:focus,.input-group > .custom-select:focus,.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {	z-index: 3;}.input-group > .custom-file .custom-file-input:focus {	z-index: 4;}.input-group > .form-control:not(:last-child),.input-group > .custom-select:not(:last-child) {	border-top-right-radius: 0;	border-bottom-right-radius: 0;}.input-group > .form-control:not(:first-child),.input-group > .custom-select:not(:first-child) {	border-top-left-radius: 0;	border-bottom-left-radius: 0;}.input-group > .custom-file {	display: flex;	align-items: center;}.input-group > .custom-file:not(:last-child) .custom-file-label,.input-group > .custom-file:not(:last-child) .custom-file-label::after {	border-top-right-radius: 0;	border-bottom-right-radius: 0;}.input-group > .custom-file:not(:first-child) .custom-file-label {	border-top-left-radius: 0;	border-bottom-left-radius: 0;}.input-group-prepend,.input-group-append {	display: flex;}.input-group-prepend .btn,.input-group-append .btn {	position: relative;	z-index: 2;}.input-group-prepend .btn:focus,.input-group-append .btn:focus {	z-index: 3;}.input-group-prepend .btn + .btn,.input-group-prepend .btn + .input-group-text,.input-group-prepend .input-group-text + .input-group-text,.input-group-prepend .input-group-text + .btn,.input-group-append .btn + .btn,.input-group-append .btn + .input-group-text,.input-group-append .input-group-text + .input-group-text,.input-group-append .input-group-text + .btn {	margin-left: -1px;}.input-group-prepend {	margin-right: -1px;}.input-group-append {	margin-left: -1px;}.input-group-text {	display: flex;	align-items: center;	padding: 0.375rem 1rem;	margin-bottom: 0;	font-size: 1rem;	font-weight: 400;	line-height: 1.68;	color: #0a0a0b;	text-align: center;	white-space: nowrap;	background-color: #E3EEF4;	border: 1px solid #dbdbdb;	border-radius: 0.375rem;}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {	margin-top: 0;}.input-group-lg > .form-control:not(textarea),.input-group-lg > .custom-select {	height: 2.798rem;}.input-group-lg > .form-control,.input-group-lg > .custom-select,.input-group-lg > .input-group-prepend > .input-group-text,.input-group-lg > .input-group-append > .input-group-text,.input-group-lg > .input-group-prepend > .btn,.input-group-lg > .input-group-append > .btn {	padding: 0.4125rem 1.1rem;	font-size: 1.1rem;	line-height: 1.68;	border-radius: 0.5rem;}.input-group-sm > .form-control:not(textarea),.input-group-sm > .custom-select {	height: 1.7rem;}.input-group-sm > .form-control,.input-group-sm > .custom-select,.input-group-sm > .input-group-prepend > .input-group-text,.input-group-sm > .input-group-append > .input-group-text,.input-group-sm > .input-group-prepend > .btn,.input-group-sm > .input-group-append > .btn {	padding: 0.375rem 0.9rem;	font-size: 0.6875rem;	line-height: 1.2;	border-radius: 0.25rem;}.input-group-lg > .custom-select,.input-group-sm > .custom-select {	padding-right: 2rem;}.input-group > .input-group-prepend > .btn,.input-group > .input-group-prepend > .input-group-text,.input-group > .input-group-append:not(:last-child) > .btn,.input-group > .input-group-append:not(:last-child) > .input-group-text,.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {	border-top-right-radius: 0;	border-bottom-right-radius: 0;}.input-group > .input-group-append > .btn,.input-group > .input-group-append > .input-group-text,.input-group > .input-group-prepend:not(:first-child) > .btn,.input-group > .input-group-prepend:not(:first-child) > .input-group-text,.input-group > .input-group-prepend:first-child > .btn:not(:first-child),.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {	border-top-left-radius: 0;	border-bottom-left-radius: 0;}label {	font-size: 0.875rem;	color: #818181;	cursor: pointer;}textarea {	min-height: 9.125rem;	max-height: 12.5rem;}.form-label {	margin-bottom: 0.4375rem;}.form-group {	position: relative;	text-align: left;	margin-bottom: 0;}.form-group + .form-group,.form-group + .form-btn {	margin-top: 0.875rem;}.form-control {	text-overflow: ellipsis;}.form-control:disabled, .form-control[readonly] {	color: #818181;}.form-control:disabled::placeholder, .form-control[readonly]::placeholder {	color: #818181;}.form-control-wrap {	position: relative;}.form-control-wrap .form-control {	padding-left: 2.1875rem;}.form-control-wrap .form-control-icon {	position: absolute;	left: 0.5625rem;	top: 52%;	font-size: 1.125rem;	transform: translateY(-50%);}.form-validation-wrap {	position: relative;}.form-control-inline {	display: inline-block;	text-align: center;	width: auto;}.input-group > .form-control,.input-group > .form-control-plaintext,.input-group > .custom-select,.input-group > .custom-file {	height: auto;}:invalid {	box-shadow: none;}:-moz-submit-invalid {	box-shadow: none;}:-moz-ui-invalid {	box-shadow: none;}.custom-control {	padding-left: 0;}.custom-control-label {	padding-left: 1.6875rem;	color: #0a0a0b;	font-size: 1rem;}.custom-control-label::before, .custom-control-label::after {	left: 0;}.custom-checkbox,.custom-radio {	padding-top: -0.215rem;	padding-bottom: -0.215rem;}.custom-control-accent .custom-control-input:checked ~ .custom-control-label {	color: #2cae87;}.custom-control + .custom-control {	margin-top: 0.5625rem;}* + .custom-contro-container {	margin-top: 1.5625rem;}.custom-control-description {	overflow: hidden;	max-height: 0;	color: #525252;	transition: .4s;}.custom-control-description > span {	display: inline-block;	margin-top: 0.5rem;}.custom-control-input:checked ~ .custom-control-description {	max-height: 4.6875rem;}.form-control-success, .form-control-success:focus {	color: #2cae87;	border-color: #2cae87;}.form-control-success::placeholder, .form-control-success:focus::placeholder {	color: #2cae87;}.form-control-success ~ .form-control-icon, .form-control-success:focus ~ .form-control-icon {	color: #2cae87;}.form-control-warning, .form-control-warning:focus {	color: #ed930d;	border-color: #ed930d;}.form-control-warning::placeholder, .form-control-warning:focus::placeholder {	color: #ed930d;}.form-control-warning ~ .form-control-icon, .form-control-warning:focus ~ .form-control-icon {	color: #ed930d;}.form-control-danger, .form-control-danger:focus {	color: #f8361c;	border-color: #f8361c;}.form-control-danger::placeholder, .form-control-danger:focus::placeholder {	color: #f8361c;}.form-control-danger ~ .form-control-icon, .form-control-danger:focus ~ .form-control-icon {	color: #f8361c;}.context-dark .form-control {	color: rgba(255, 255, 255, 0.7);	background-color: transparent;	border-color: rgba(255, 255, 255, 0.3);}.context-dark .form-control::placeholder {	color: rgba(255, 255, 255, 0.7);}.context-dark .form-control-icon {	color: rgba(255, 255, 255, 0.8);}@media (min-width: 992px) {	.form-textarea-demo {		min-height: 15.25rem;		max-height: 18.75rem;	}}