.form-label {	margin-bottom: 0.5rem;}.col-form-label {	padding-top: calc(0.875rem + 2px);	padding-bottom: calc(0.875rem + 2px);	margin-bottom: 0;	font-size: inherit;	line-height: 1.429;}.col-form-label-lg {	padding-top: calc(0.9625rem + 2px);	padding-bottom: calc(0.9625rem + 2px);	font-size: 0.9625rem;}.col-form-label-sm {	padding-top: calc(0.25rem + 2px);	padding-bottom: calc(0.25rem + 2px);	font-size: 0.875rem;}.form-text {	margin-top: 0.25rem;	font-size: 0.875rem;	color: #909093;}.form-control {	display: block;	width: 100%;	padding: 0.875rem 1.5rem;	font-size: 0.875rem;	font-weight: 400;	line-height: 1.429;	color: #9BA0AC;	background-color: transparent;	background-clip: padding-box;	border: 2px solid #9BA0AC;	appearance: none;	border-radius: 35px;	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[type="file"] {	overflow: hidden;}.form-control[type="file"]:not(:disabled):not([readonly]) {	cursor: pointer;}.form-control:focus {	color: #9BA0AC;	background-color: transparent;	border-color: #9BA0AC;	outline: 0;	box-shadow: none;}.form-control::-webkit-date-and-time-value {	height: 1.429em;}.form-control::placeholder {	color: #909093;	opacity: 1;}.form-control:disabled {	background-color: rgba(245, 246, 248, 0.8);	opacity: 1;}.form-control::file-selector-button {	padding: 0.875rem 1.5rem;	margin: -0.875rem -1.5rem;	margin-inline-end: 1.5rem;	color: #9BA0AC;	background-color: transparent;	pointer-events: none;	border-color: inherit;	border-style: solid;	border-width: 0;	border-inline-end-width: 2px;	border-radius: 0;	transition: color 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) {	.form-control::file-selector-button {		transition: none;	}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button {	background-color: rgba(0, 0, 0, 0.05);}.form-control-plaintext {	display: block;	width: 100%;	padding: 0.875rem 0;	margin-bottom: 0;	line-height: 1.429;	color: #9BA0AC;	background-color: transparent;	border: solid transparent;	border-width: 2px 0;}.form-control-plaintext:focus {	outline: 0;}.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {	padding-right: 0;	padding-left: 0;}.form-control-sm {	min-height: calc(1.429em + 0.5rem + 4px);	padding: 0.25rem 0.5rem;	font-size: 0.875rem;	border-radius: 0.25rem;}.form-control-sm::file-selector-button {	padding: 0.25rem 0.5rem;	margin: -0.25rem -0.5rem;	margin-inline-end: 0.5rem;}.form-control-lg {	min-height: 3.55041rem;	padding: 0.9625rem 1.65rem;	font-size: 0.9625rem;	border-radius: 1.5625rem;}.form-control-lg::file-selector-button {	padding: 0.9625rem 1.65rem;	margin: -0.9625rem -1.65rem;	margin-inline-end: 1.65rem;}textarea.form-control {	min-height: 3.25038rem;}textarea.form-control-sm {	min-height: calc(1.429em + 0.5rem + 4px);}textarea.form-control-lg {	min-height: 3.55041rem;}.form-control-color {	width: 3rem;	height: 3.25038rem;	padding: 0.875rem;}.form-control-color:not(:disabled):not([readonly]) {	cursor: pointer;}.form-control-color::-moz-color-swatch {	border: 0 !important;	border-radius: 35px;}.form-control-color::-webkit-color-swatch {	border-radius: 35px;}.form-control-color.form-control-sm {	height: calc(1.429em + 0.5rem + 4px);}.form-control-color.form-control-lg {	height: 3.55041rem;}.form-select {	display: block;	width: 100%;	padding: 0.875rem 4.5rem 0.875rem 1.5rem;	-moz-padding-start: calc(1.5rem - 3px);	font-size: 0.875rem;	font-weight: 400;	line-height: 1.429;	color: #9BA0AC;	background-color: transparent;	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23192031' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");	background-repeat: no-repeat;	background-position: right 1.5rem center;	background-size: 16px 12px;	border: 2px solid #9BA0AC;	border-radius: 35px;	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;	appearance: none;}@media (prefers-reduced-motion: reduce) {	.form-select {		transition: none;	}}.form-select:focus {	border-color: #9BA0AC;	outline: 0;	box-shadow: 0 0 0 0.25rem rgba(255, 77, 0, 0.25);}.form-select[multiple], .form-select[size]:not([size="1"]) {	padding-right: 1.5rem;	background-image: none;}.form-select:disabled {	background-color: #e5e5e5;}.form-select:-moz-focusring {	color: transparent;	text-shadow: 0 0 0 #9BA0AC;}.form-select-sm {	padding-top: 0.25rem;	padding-bottom: 0.25rem;	padding-left: 0.5rem;	font-size: 0.875rem;	border-radius: 0.25rem;}.form-select-lg {	padding-top: 0.9625rem;	padding-bottom: 0.9625rem;	padding-left: 1.65rem;	font-size: 0.9625rem;	border-radius: 1.5625rem;}.form-check {	display: block;	min-height: 1.6rem;	padding-left: 1.5em;	margin-bottom: 0.125rem;}.form-check .form-check-input {	float: left;	margin-left: -1.5em;}.form-check-reverse {	padding-right: 1.5em;	padding-left: 0;	text-align: right;}.form-check-reverse .form-check-input {	float: right;	margin-right: -1.5em;	margin-left: 0;}.form-check-input {	width: 1em;	height: 1em;	margin-top: 0.3em;	vertical-align: top;	background-color: transparent;	background-repeat: no-repeat;	background-position: center;	background-size: contain;	border: 1px solid rgba(0, 0, 0, 0.25);	appearance: none;	print-color-adjust: exact;}.form-check-input[type="checkbox"] {	border-radius: 0.25em;}.form-check-input[type="radio"] {	border-radius: 50%;}.form-check-input:active {	filter: brightness(90%);}.form-check-input:focus {	border-color: #9BA0AC;	outline: 0;	box-shadow: 0 0 0 0.25rem rgba(255, 77, 0, 0.25);}.form-check-input:checked {	background-color: #0078f2;	border-color: #0078f2;}.form-check-input:checked[type="checkbox"] {	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");}.form-check-input:checked[type="radio"] {	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFF'/%3e%3c/svg%3e");}.form-check-input[type="checkbox"]:indeterminate {	background-color: #0078f2;	border-color: #0078f2;	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");}.form-check-input:disabled {	pointer-events: none;	filter: none;	opacity: 0.5;}.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {	cursor: default;	opacity: 0.5;}.form-switch {	padding-left: 2.5em;}.form-switch .form-check-input {	width: 2em;	margin-left: -2.5em;	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");	background-position: left center;	border-radius: 2em;	transition: background-position 0.15s ease-in-out;}@media (prefers-reduced-motion: reduce) {	.form-switch .form-check-input {		transition: none;	}}.form-switch .form-check-input:focus {	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239BA0AC'/%3e%3c/svg%3e");}.form-switch .form-check-input:checked {	background-position: right center;	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");}.form-switch.form-check-reverse {	padding-right: 2.5em;	padding-left: 0;}.form-switch.form-check-reverse .form-check-input {	margin-right: -2.5em;	margin-left: 0;}.form-check-inline {	display: inline-block;	margin-right: 1rem;}.btn-check {	position: absolute;	clip: rect(0, 0, 0, 0);	pointer-events: none;}.btn-check[disabled] + .btn, .btn-check:disabled + .btn {	pointer-events: none;	filter: none;	opacity: 0.4;}.form-range {	width: 100%;	height: 1.5rem;	padding: 0;	background-color: transparent;	appearance: none;}.form-range:focus {	outline: 0;}.form-range:focus::-webkit-slider-thumb {	box-shadow: 0 0 0 1px #1a1c20, none;}.form-range:focus::-moz-range-thumb {	box-shadow: 0 0 0 1px #1a1c20, none;}.form-range::-moz-focus-outer {	border: 0;}.form-range::-webkit-slider-thumb {	width: 1rem;	height: 1rem;	margin-top: -0.25rem;	background-color: #0078f2;	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) {	.form-range::-webkit-slider-thumb {		transition: none;	}}.form-range::-webkit-slider-thumb:active {	background-color: #ffcab3;}.form-range::-webkit-slider-runnable-track {	width: 100%;	height: 0.5rem;	color: transparent;	cursor: pointer;	background-color: #CCCCCC;	border-color: transparent;	border-radius: 1rem;}.form-range::-moz-range-thumb {	width: 1rem;	height: 1rem;	background-color: #0078f2;	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) {	.form-range::-moz-range-thumb {		transition: none;	}}.form-range::-moz-range-thumb:active {	background-color: #ffcab3;}.form-range::-moz-range-track {	width: 100%;	height: 0.5rem;	color: transparent;	cursor: pointer;	background-color: #CCCCCC;	border-color: transparent;	border-radius: 1rem;}.form-range:disabled {	pointer-events: none;}.form-range:disabled::-webkit-slider-thumb {	background-color: #9BA0AC;}.form-range:disabled::-moz-range-thumb {	background-color: #9BA0AC;}.form-floating {	position: relative;}.form-floating > .form-control,.form-floating > .form-control-plaintext,.form-floating > .form-select {	height: calc(3.5rem + 4px);	line-height: 1.25;}.form-floating > label {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	padding: 1rem 1.5rem;	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;	pointer-events: none;	border: 2px solid transparent;	transform-origin: 0 0;	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;}@media (prefers-reduced-motion: reduce) {	.form-floating > label {		transition: none;	}}.form-floating > .form-control,.form-floating > .form-control-plaintext {	padding: 1rem 1.5rem;}.form-floating > .form-control::placeholder,.form-floating > .form-control-plaintext::placeholder {	color: transparent;}.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),.form-floating > .form-control-plaintext:focus,.form-floating > .form-control-plaintext:not(:placeholder-shown) {	padding-top: 1.625rem;	padding-bottom: 0.625rem;}.form-floating > .form-control:-webkit-autofill,.form-floating > .form-control-plaintext:-webkit-autofill {	padding-top: 1.625rem;	padding-bottom: 0.625rem;}.form-floating > .form-select {	padding-top: 1.625rem;	padding-bottom: 0.625rem;}.form-floating > .form-control:focus ~ label,.form-floating > .form-control:not(:placeholder-shown) ~ label,.form-floating > .form-control-plaintext ~ label,.form-floating > .form-select ~ label {	opacity: 0.65;	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);}.form-floating > .form-control:-webkit-autofill ~ label {	opacity: 0.65;	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);}.form-floating > .form-control-plaintext ~ label {	border-width: 2px 0;}.input-group {	position: relative;	display: flex;	flex-wrap: wrap;	align-items: stretch;	width: 100%;}.input-group > .form-control,.input-group > .form-select,.input-group > .form-floating {	position: relative;	flex: 1 1 auto;	width: 1%;	min-width: 0;}.input-group > .form-control:focus,.input-group > .form-select:focus,.input-group > .form-floating:focus-within {	z-index: 3;}.input-group .btn {	position: relative;	z-index: 2;}.input-group .btn:focus {	z-index: 3;}.input-group-text {	display: flex;	align-items: center;	padding: 0.875rem 1.5rem;	font-size: 0.875rem;	font-weight: 400;	line-height: 1.429;	color: #9BA0AC;	text-align: center;	white-space: nowrap;	background-color: transparent;	border: 2px solid #9BA0AC;	border-radius: 35px;}.input-group-lg > .form-control,.input-group-lg > .form-select,.input-group-lg > .input-group-text,.input-group-lg > .btn {	padding: 0.9625rem 1.65rem;	font-size: 0.9625rem;	border-radius: 1.5625rem;}.input-group-sm > .form-control,.input-group-sm > .form-select,.input-group-sm > .input-group-text,.input-group-sm > .btn {	padding: 0.25rem 0.5rem;	font-size: 0.875rem;	border-radius: 0.25rem;}.input-group-lg > .form-select,.input-group-sm > .form-select {	padding-right: 6rem;}.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {	border-top-right-radius: 0;	border-bottom-right-radius: 0;}.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {	border-top-right-radius: 0;	border-bottom-right-radius: 0;}.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),.input-group > .form-floating:not(:first-child) > .form-control,.input-group > .form-floating:not(:first-child) > .form-select {	margin-left: -2px;	border-top-left-radius: 0;	border-bottom-left-radius: 0;}.valid-feedback {	display: none;	width: 100%;	margin-top: 0.25rem;	font-size: 0.875rem;	color: #198754;}.valid-tooltip {	position: absolute;	top: 100%;	z-index: 5;	display: none;	max-width: 100%;	padding: 0.25rem 0.5rem;	margin-top: .1rem;	font-size: 0.875rem;	color: #FFF;	background-color: rgba(25, 135, 84, 0.9);	border-radius: 10px;}.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: #198754;	padding-right: calc(1.429em + 1.75rem);	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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.35725em + 0.4375rem) center;	background-size: calc(0.7145em + 0.875rem) calc(0.7145em + 0.875rem);}.was-validated .form-control:valid:focus, .form-control.is-valid:focus {	border-color: #198754;	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);}.was-validated textarea.form-control:valid, textarea.form-control.is-valid {	padding-right: calc(1.429em + 1.75rem);	background-position: top calc(0.35725em + 0.4375rem) right calc(0.35725em + 0.4375rem);}.was-validated .form-select:valid, .form-select.is-valid {	border-color: #198754;}.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {	padding-right: 8.25rem;	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23192031' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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-position: right 1.5rem center, center right 4.5rem;	background-size: 16px 12px, calc(0.7145em + 0.875rem) calc(0.7145em + 0.875rem);}.was-validated .form-select:valid:focus, .form-select.is-valid:focus {	border-color: #198754;	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);}.was-validated .form-control-color:valid, .form-control-color.is-valid {	width: calc(3rem + calc(1.429em + 1.75rem));}.was-validated .form-check-input:valid, .form-check-input.is-valid {	border-color: #198754;}.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {	background-color: #198754;}.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);}.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {	color: #198754;}.form-check-inline .form-check-input ~ .valid-feedback {	margin-left: .5em;}.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated.input-group .form-select:valid,.input-group .form-select.is-valid {	z-index: 1;}.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated.input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus {	z-index: 3;}.invalid-feedback {	display: none;	width: 100%;	margin-top: 0.25rem;	font-size: 0.875rem;	color: #dc3545;}.invalid-tooltip {	position: absolute;	top: 100%;	z-index: 5;	display: none;	max-width: 100%;	padding: 0.25rem 0.5rem;	margin-top: .1rem;	font-size: 0.875rem;	color: #FFF;	background-color: rgba(220, 53, 69, 0.9);	border-radius: 10px;}.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: #dc3545;	padding-right: calc(1.429em + 1.75rem);	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");	background-repeat: no-repeat;	background-position: right calc(0.35725em + 0.4375rem) center;	background-size: calc(0.7145em + 0.875rem) calc(0.7145em + 0.875rem);}.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {	border-color: #dc3545;	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);}.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {	padding-right: calc(1.429em + 1.75rem);	background-position: top calc(0.35725em + 0.4375rem) right calc(0.35725em + 0.4375rem);}.was-validated .form-select:invalid, .form-select.is-invalid {	border-color: #dc3545;}.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {	padding-right: 8.25rem;	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23192031' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");	background-position: right 1.5rem center, center right 4.5rem;	background-size: 16px 12px, calc(0.7145em + 0.875rem) calc(0.7145em + 0.875rem);}.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {	border-color: #dc3545;	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);}.was-validated .form-control-color:invalid, .form-control-color.is-invalid {	width: calc(3rem + calc(1.429em + 1.75rem));}.was-validated .form-check-input:invalid, .form-check-input.is-invalid {	border-color: #dc3545;}.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {	background-color: #dc3545;}.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);}.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {	color: #dc3545;}.form-check-inline .form-check-input ~ .invalid-feedback {	margin-left: .5em;}.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated.input-group .form-select:invalid,.input-group .form-select.is-invalid {	z-index: 2;}.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated.input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus {	z-index: 3;}label {	font-size: 13px;	cursor: pointer;}.form-group {	position: relative;	text-align: left;	margin-bottom: 0;}.form-inline {	margin-bottom: -15px;	margin-left: -15px;}.form-inline:empty {	margin-bottom: 0;	margin-left: 0;}.form-inline > * {	margin-top: 0;	margin-bottom: 15px;	margin-left: 15px;}@media (min-width: 576px) {	.form-inline {		margin-bottom: 0;		margin-left: 0;		border-radius: 38px;		padding: 12.5px 20px;		background-color: #F5F6F8;	}	.form-inline:empty {		margin-bottom: 0;		margin-left: 0;	}	.form-inline > * {		margin-top: 0;		margin-bottom: 0;		margin-left: 0;	}}* + .form-inline {	margin-top: 40px;}@media (min-width: 1200px) {	* + .form-inline {		margin-top: 50px;	}}@media (min-width: 576px) {	.bg-100 .form-inline {		background-color: #FFF;	}}.bg-100 .form-inline .form-control {	background-color: #FFF;	border-color: #FFF;}.form-inline-center {	justify-content: center;}@media (min-width: 576px) {	.form-inline-center {		max-width: 770px;		margin-left: auto;		margin-right: auto;	}}.form-inline-group {	position: relative;	display: flex;	flex-grow: 1;}.form-inline-group > * {	flex-grow: 1;}.form-control {	background-clip: border-box;	text-overflow: ellipsis;}.form-control::-webkit-input-placeholder {	line-height: normal;}.form-control-round {	border-radius: 3.00038rem;}.form-control-inline {	display: inline-block;	text-align: center;	width: auto;}.form-control-search {	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M8.25397 16.5079C9.39153 16.5079 10.463 16.2963 11.4683 15.873C12.4735 15.4365 13.3466 14.8479 14.0873 14.1071C14.8413 13.3532 15.4299 12.4735 15.8532 11.4683C16.2897 10.463 16.5079 9.39153 16.5079 8.25397C16.5079 7.1164 16.2897 6.04497 15.8532 5.03968C15.4299 4.03439 14.8413 3.16138 14.0873 2.42063C13.3466 1.66667 12.4735 1.07804 11.4683 0.654762C10.463 0.218254 9.39153 0 8.25397 0C7.1164 0 6.04497 0.218254 5.03968 0.654762C4.03439 1.07804 3.15476 1.66667 2.40079 2.42063C1.66005 3.16138 1.07143 4.03439 0.634921 5.03968C0.21164 6.04497 0 7.1164 0 8.25397C0 9.39153 0.21164 10.463 0.634921 11.4683C1.07143 12.4735 1.66005 13.3532 2.40079 14.1071C3.15476 14.8479 4.03439 15.4365 5.03968 15.873C6.04497 16.2963 7.1164 16.5079 8.25397 16.5079ZM8.25397 1.90476C9.12698 1.90476 9.94709 2.07011 10.7143 2.40079C11.4947 2.73148 12.1693 3.18783 12.7381 3.76984C13.3201 4.33862 13.7765 5.01323 14.1071 5.79365C14.4378 6.56085 14.6032 7.38095 14.6032 8.25397C14.6032 9.12698 14.4378 9.9537 14.1071 10.7341C13.7765 11.5013 13.3201 12.1759 12.7381 12.7579C12.1693 13.3267 11.4947 13.7765 10.7143 14.1071C9.94709 14.4378 9.12698 14.6032 8.25397 14.6032C7.38095 14.6032 6.55423 14.4378 5.77381 14.1071C5.00661 13.7765 4.33201 13.3267 3.75 12.7579C3.18122 12.1759 2.73148 11.5013 2.40079 10.7341C2.07011 9.9537 1.90476 9.12698 1.90476 8.25397C1.90476 7.38095 2.07011 6.56085 2.40079 5.79365C2.73148 5.01323 3.18122 4.33862 3.75 3.76984C4.33201 3.18783 5.00661 2.73148 5.77381 2.40079C6.55423 2.07011 7.38095 1.90476 8.25397 1.90476ZM19.7222 19.7222C19.9074 19.537 20 19.3122 20 19.0476C20 18.7831 19.9074 18.5582 19.7222 18.373L13.6151 12.2857C13.4167 12.5238 13.205 12.7553 12.9802 12.9802C12.7553 13.205 12.5238 13.4167 12.2857 13.6151L18.373 19.7222C18.5582 19.9074 18.7831 20 19.0476 20C19.3122 20 19.537 19.9074 19.7222 19.7222Z' fill='%237A90A7'/%3E%3C/svg%3E%0A");	background-repeat: no-repeat;	background-position: 16px center;	padding-left: 50px;}@media (min-width: 1200px) {	.form-control-search {		padding-left: 55px;	}}textarea.form-control {	min-height: 3.125rem;	max-height: 15.625rem;}.form-group + .form-group {	margin-top: 0.875rem;}@media (min-width: 768px) {	.form-group + .form-group {		margin-top: 1.25rem;	}}:invalid {	box-shadow: none;}:-moz-submit-invalid {	box-shadow: none;}:-moz-ui-invalid {	box-shadow: none;}.form-group-disabled {	pointer-events: none;}.form-group-disabled .form-control {	background-color: rgba(245, 246, 248, 0.8);}.form-group-disabled .form-control::placeholder {	opacity: .3;}.form-group-disabled label {	opacity: .3;}.form-group-disabled .input-group-text:before {	opacity: .3;}.form-group-icon {	position: relative;	width: 100%;}.form-group-icon .form-control {	padding-right: 50px;}.form-icon,.form-group-icon-btn {	position: absolute;	top: 50%;	right: 20px;	transform: translateY(-50%);	font-size: 18px;	pointer-events: none;}.form-group-icon-btn {	transition: all 0.2s ease-in-out;	pointer-events: auto;}.form-group-icon-btn:hover {	color: #0078f2;}.custom-control {	min-height: 1.6rem;	line-height: 1.6rem;	text-align: left;}.custom-control-label {	position: relative;}.custom-control-label::before, .custom-control-label::after {	content: '';	position: absolute;}.custom-control-lg .custom-control-label {	font-size: inherit;}.custom-control-input:disabled ~ .custom-control-label {	pointer-events: none;}.custom-control-input:checked ~ .custom-control-label:hover::before {	background-color: #111111;	border-color: #111111;}.custom-checkbox .custom-control-input:checked ~ .custom-control-label:hover::after {	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpath fill='transparent' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%23FFF' d='M10 1L4 7L1 4'/%3e%3c/svg%3e");}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpath fill='transparent' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%23B7B7B7' d='M10 1L4 7L1 4'/%3e%3c/svg%3e");}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='3' fill='%23B7B7B7'/%3e%3c/svg%3e");}.custom-switch .custom-control-label::after {	top: calc(0.05rem);	left: calc(-4.875rem);}.custom-switch .custom-control-input:checked ~ .custom-control-label::before {	background-color: #CCCCCC;	border-color: #CCCCCC;}.custom-switch .custom-control-input:checked ~ .custom-control-label::after {	background-color: #0078f2;}.input-group-text {	position: relative;	z-index: 1;}.input-group-text:after {	content: '';	position: absolute;	right: 0;	top: 50%;	height: 80%;	transform: translateY(-50%);	width: 2px;	background-color: #9BA0AC;}.input-group-text-nodivider:after {	display: none;}.input-group > .input-group-prepend > .input-group-text,.input-group > .input-group-append:not(:last-child) > .input-group-text,.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {	border-right-color: transparent;}.input-group > .input-group-append > .input-group-text,.input-group > .input-group-prepend:not(:first-child) > .input-group-text,.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {	border-left-color: transparent;}.input-group > .input-group-append > .input-group-text:after {	left: 0;}.input-password {	-webkit-text-security: disc;}.input-password.active {	-webkit-text-security: none;}.input-password-icon {	font-family: 'Intense Icons';	cursor: pointer;	transition: all 0.2s ease-in-out;}.input-password-icon::before {	content: '\e90e';}.input-password-icon:hover {	color: #0078f2;}.input-password-icon.active::before {	content: '\e90f';}