.custom-control {	position: relative;	display: block;	min-height: 1.30375rem;	padding-left: 1.9375rem;}.custom-control-inline {	display: inline-flex;	margin-right: 1rem;}.custom-control-input {	position: absolute;	z-index: -1;	opacity: 0;}.custom-control-input:checked ~ .custom-control-label::before {	color: #fff;	border-color: #00c3aa;	background-color: #00c3aa;}.custom-control-input:focus ~ .custom-control-label::before {	box-shadow: 0 0 0 0.2rem rgba(0, 195, 170, 0.25);}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #44ffe7;}.custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #77ffee;	border-color: #77ffee;}.custom-control-input:disabled ~ .custom-control-label {	color: #999999;}.custom-control-input:disabled ~ .custom-control-label::before {	background-color: #e8e8e8;}.custom-control-label {	position: relative;	margin-bottom: 0;	vertical-align: top;}.custom-control-label::before {	position: absolute;	top: -0.06688rem;	left: -1.9375rem;	display: block;	width: 1.4375rem;	height: 1.4375rem;	pointer-events: none;	content: "";	background-color: #fff;	border: #bcbdbd solid 0.1875rem;}.custom-control-label::after {	position: absolute;	top: -0.06688rem;	left: -1.9375rem;	display: block;	width: 1.4375rem;	height: 1.4375rem;	content: "";	background: no-repeat 50% / 50% 50%;}.custom-checkbox .custom-control-label::before {	border-radius: 0;}.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 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #00c3aa;	background-color: #00c3aa;}.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' 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(0, 195, 170, 0.5);}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {	background-color: rgba(0, 195, 170, 0.5);}.custom-radio .custom-control-label::before {	border-radius: 50%;}.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='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {	background-color: rgba(0, 195, 170, 0.5);}.custom-switch {	padding-left: 3.01563rem;}.custom-switch .custom-control-label::before {	left: -3.01563rem;	width: 2.51563rem;	pointer-events: all;	border-radius: 0.71875rem;}.custom-switch .custom-control-label::after {	top: calc(-0.06688rem + 0.375rem);	left: calc(-3.01563rem + 0.375rem);	width: calc(1.4375rem - 0.75rem);	height: calc(1.4375rem - 0.75rem);	background-color: #bcbdbd;	border-radius: 0.71875rem;	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(1.07813rem);}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {	background-color: rgba(0, 195, 170, 0.5);}.custom-select {	display: inline-block;	width: 100%;	height: calc(1.49em + 0.75rem + 2px);	padding: 0.375rem 1.75rem 0.375rem 0.75rem;	font-size: 0.875rem;	font-weight: 400;	line-height: 1.49;	color: #797b7c;	vertical-align: middle;	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23555555' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;	background-color: #fff;	border: 1px solid #c9caca;	border-radius: 0.25rem;	appearance: none;}.custom-select:focus {	border-color: #44ffe7;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(0, 195, 170, 0.25);}.custom-select:focus::-ms-value {	color: #797b7c;	background-color: #fff;}.custom-select[multiple], .custom-select[size]:not([size="1"]) {	height: auto;	padding-right: 0.75rem;	background-image: none;}.custom-select:disabled {	color: #999999;	background-color: #e8e8e8;}.custom-select::-ms-expand {	display: none;}.custom-select-sm {	height: calc(1.7em + 0.5rem + 2px);	padding-top: 0.25rem;	padding-bottom: 0.25rem;	padding-left: 0.5rem;	font-size: 0.76563rem;}.custom-select-lg {	height: calc(1.1em + 1rem + 2px);	padding-top: 0.5rem;	padding-bottom: 0.5rem;	padding-left: 1rem;	font-size: 1.09375rem;}.custom-file {	position: relative;	display: inline-block;	width: 100%;	height: calc(1.49em + 0.75rem + 2px);	margin-bottom: 0;}.custom-file-input {	position: relative;	z-index: 2;	width: 100%;	height: calc(1.49em + 0.75rem + 2px);	margin: 0;	opacity: 0;}.custom-file-input:focus ~ .custom-file-label {	border-color: #44ffe7;	box-shadow: 0 0 0 0.2rem rgba(0, 195, 170, 0.25);}.custom-file-input:disabled ~ .custom-file-label {	background-color: #e8e8e8;}.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: calc(1.49em + 0.75rem + 2px);	padding: 0.375rem 0.75rem;	font-weight: 400;	line-height: 1.49;	color: #797b7c;	background-color: #fff;	border: 1px solid #c9caca;	border-radius: 0.25rem;}.custom-file-label::after {	position: absolute;	top: 0;	right: 0;	bottom: 0;	z-index: 3;	display: block;	height: calc(1.49em + 0.75rem);	padding: 0.375rem 0.75rem;	line-height: 1.49;	color: #797b7c;	content: "Browse";	background-color: #e8e8e8;	border-left: inherit;	border-radius: 0 0.25rem 0.25rem 0;}.custom-range {	width: 100%;	height: calc(1rem + 0.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 #f5f5f5, 0 0 0 0.2rem rgba(0, 195, 170, 0.25);}.custom-range:focus::-moz-range-thumb {	box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(0, 195, 170, 0.25);}.custom-range:focus::-ms-thumb {	box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(0, 195, 170, 0.25);}.custom-range::-moz-focus-outer {	border: 0;}.custom-range::-webkit-slider-thumb {	width: 1rem;	height: 1rem;	margin-top: -0.25rem;	background-color: #00c3aa;	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: #77ffee;}.custom-range::-webkit-slider-runnable-track {	width: 100%;	height: 0.5rem;	color: transparent;	cursor: pointer;	background-color: #d5d5d5;	border-color: transparent;	border-radius: 1rem;}.custom-range::-moz-range-thumb {	width: 1rem;	height: 1rem;	background-color: #00c3aa;	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: #77ffee;}.custom-range::-moz-range-track {	width: 100%;	height: 0.5rem;	color: transparent;	cursor: pointer;	background-color: #d5d5d5;	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: #00c3aa;	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: #77ffee;}.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: #d5d5d5;	border-radius: 1rem;}.custom-range::-ms-fill-upper {	margin-right: 15px;	background-color: #d5d5d5;	border-radius: 1rem;}.custom-range:disabled::-webkit-slider-thumb {	background-color: #bcbdbd;}.custom-range:disabled::-webkit-slider-runnable-track {	cursor: default;}.custom-range:disabled::-moz-range-thumb {	background-color: #bcbdbd;}.custom-range:disabled::-moz-range-track {	cursor: default;}.custom-range:disabled::-ms-thumb {	background-color: #bcbdbd;}.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: calc(1.49em + 0.75rem + 2px);	padding: 0.375rem 0.75rem;	font-size: 0.875rem;	font-weight: 400;	line-height: 1.49;	color: #797b7c;	background-color: #fff;	background-clip: padding-box;	border: 1px solid #d5d5d5;	border-radius: 0.25rem;	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:focus {	color: #797b7c;	background-color: #fff;	border-color: #d5d5d5;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.25);}.form-control::placeholder {	color: #999999;	opacity: 1;}.form-control:disabled, .form-control[readonly] {	background-color: #e8e8e8;	opacity: 1;}select.form-control:focus::-ms-value {	color: #797b7c;	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.49;}.col-form-label-lg {	padding-top: calc(0.5rem + 1px);	padding-bottom: calc(0.5rem + 1px);	font-size: 1.09375rem;	line-height: 1.1;}.col-form-label-sm {	padding-top: calc(0.25rem + 1px);	padding-bottom: calc(0.25rem + 1px);	font-size: 0.76563rem;	line-height: 1.7;}.form-control-plaintext {	display: block;	width: 100%;	padding-top: 0.375rem;	padding-bottom: 0.375rem;	margin-bottom: 0;	line-height: 1.49;	color: #797b7c;	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: calc(1.7em + 0.5rem + 2px);	padding: 0.25rem 0.5rem;	font-size: 0.76563rem;	line-height: 1.7;	border-radius: 0.2rem;}.form-control-lg {	height: calc(1.1em + 1rem + 2px);	padding: 0.5rem 1rem;	font-size: 1.09375rem;	line-height: 1.1;	border-radius: 0.3rem;}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: -5px;	margin-left: -5px;}.form-row > .col,.form-row > [class*="col-"] {	padding-right: 5px;	padding-left: 5px;}.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 {	color: rgba(121, 123, 124, 0.5);}.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: 80%;	color: #6fbb47;}.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.76563rem;	line-height: 1.49;	color: #fff;	background-color: rgba(111, 187, 71, 0.9);	border-radius: 0.25rem;}.was-validated .form-control:valid, .form-control.is-valid {	border-color: #6fbb47;	padding-right: calc(1.49em + 0.75rem);	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236fbb47' 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: center right calc(0.3725em + 0.1875rem);	background-size: calc(0.745em + 0.375rem) calc(0.745em + 0.375rem);}.was-validated .form-control:valid:focus, .form-control.is-valid:focus {	border-color: #6fbb47;	box-shadow: 0 0 0 0.2rem rgba(111, 187, 71, 0.25);}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip {	display: block;}.was-validated textarea.form-control:valid, textarea.form-control.is-valid {	padding-right: calc(1.49em + 0.75rem);	background-position: top calc(0.3725em + 0.1875rem) right calc(0.3725em + 0.1875rem);}.was-validated .custom-select:valid, .custom-select.is-valid {	border-color: #6fbb47;	padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23555555' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236fbb47' 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 1.75rem/calc(0.745em + 0.375rem) calc(0.745em + 0.375rem);}.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {	border-color: #6fbb47;	box-shadow: 0 0 0 0.2rem rgba(111, 187, 71, 0.25);}.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip {	display: block;}.was-validated .form-control-file:valid ~ .valid-feedback,.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,.form-control-file.is-valid ~ .valid-tooltip {	display: block;}.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {	color: #6fbb47;}.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: #6fbb47;}.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {	border-color: #6fbb47;}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip {	display: block;}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {	border-color: #8cc96c;	background-color: #8cc96c;}.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(111, 187, 71, 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: #6fbb47;}.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {	border-color: #6fbb47;}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip {	display: block;}.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {	border-color: #6fbb47;	box-shadow: 0 0 0 0.2rem rgba(111, 187, 71, 0.25);}.invalid-feedback {	display: none;	width: 100%;	margin-top: 0.25rem;	font-size: 80%;	color: #fb6820;}.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.76563rem;	line-height: 1.49;	color: #fff;	background-color: rgba(251, 104, 32, 0.9);	border-radius: 0.25rem;}.was-validated .form-control:invalid, .form-control.is-invalid {	border-color: #fb6820;	padding-right: calc(1.49em + 0.75rem);	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fb6820' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fb6820' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");	background-repeat: no-repeat;	background-position: center right calc(0.3725em + 0.1875rem);	background-size: calc(0.745em + 0.375rem) calc(0.745em + 0.375rem);}.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {	border-color: #fb6820;	box-shadow: 0 0 0 0.2rem rgba(251, 104, 32, 0.25);}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip {	display: block;}.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {	padding-right: calc(1.49em + 0.75rem);	background-position: top calc(0.3725em + 0.1875rem) right calc(0.3725em + 0.1875rem);}.was-validated .custom-select:invalid, .custom-select.is-invalid {	border-color: #fb6820;	padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23555555' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fb6820' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fb6820' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.745em + 0.375rem) calc(0.745em + 0.375rem);}.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {	border-color: #fb6820;	box-shadow: 0 0 0 0.2rem rgba(251, 104, 32, 0.25);}.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip {	display: block;}.was-validated .form-control-file:invalid ~ .invalid-feedback,.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,.form-control-file.is-invalid ~ .invalid-tooltip {	display: block;}.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {	color: #fb6820;}.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: #fb6820;}.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {	border-color: #fb6820;}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip {	display: block;}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {	border-color: #fc8a52;	background-color: #fc8a52;}.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(251, 104, 32, 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: #fb6820;}.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {	border-color: #fb6820;}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip {	display: block;}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {	border-color: #fb6820;	box-shadow: 0 0 0 0.2rem rgba(251, 104, 32, 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%;	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 0.75rem;	margin-bottom: 0;	font-size: 0.875rem;	font-weight: 400;	line-height: 1.49;	color: #797b7c;	text-align: center;	white-space: nowrap;	background-color: #e8e8e8;	border: 1px solid #d5d5d5;	border-radius: 0.25rem;}.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: calc(1.1em + 1rem + 2px);}.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.5rem 1rem;	font-size: 1.09375rem;	line-height: 1.1;	border-radius: 0.3rem;}.input-group-sm > .form-control:not(textarea),.input-group-sm > .custom-select {	height: calc(1.7em + 0.5rem + 2px);}.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.25rem 0.5rem;	font-size: 0.76563rem;	line-height: 1.7;	border-radius: 0.2rem;}.input-group-lg > .custom-select,.input-group-sm > .custom-select {	padding-right: 1.75rem;}.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;}.daterangepicker {	position: absolute;	color: inherit;	background-color: #fff;	border-radius: 4px;	border: 1px solid #ddd;	width: 278px;	max-width: none;	padding: 0;	margin-top: 7px;	top: 100px;	left: 20px;	z-index: 3001;	display: none;	font-family: Arial;	font-size: 15px;	line-height: 1em;}.daterangepicker:before, .daterangepicker:after {	position: absolute;	display: inline-block;	border-bottom-color: rgba(0, 0, 0, 0.2);	content: '';}.daterangepicker:before {	top: -7px;	border-right: 7px solid transparent;	border-left: 7px solid transparent;	border-bottom: 7px solid #ccc;}.daterangepicker:after {	top: -6px;	border-right: 6px solid transparent;	border-bottom: 6px solid #fff;	border-left: 6px solid transparent;}.daterangepicker.opensleft:before {	right: 9px;}.daterangepicker.opensleft:after {	right: 10px;}.daterangepicker.openscenter:before {	left: 0;	right: 0;	width: 0;	margin-left: auto;	margin-right: auto;}.daterangepicker.openscenter:after {	left: 0;	right: 0;	width: 0;	margin-left: auto;	margin-right: auto;}.daterangepicker.opensright:before {	left: 9px;}.daterangepicker.opensright:after {	left: 10px;}.daterangepicker.drop-up {	margin-top: -7px;}.daterangepicker.drop-up:before {	top: initial;	bottom: -7px;	border-bottom: initial;	border-top: 7px solid #ccc;}.daterangepicker.drop-up:after {	top: initial;	bottom: -6px;	border-bottom: initial;	border-top: 6px solid #fff;}.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {	float: none;}.daterangepicker.single .drp-selected {	display: none;}.daterangepicker.show-calendar .drp-calendar {	display: block;}.daterangepicker.show-calendar .drp-buttons {	display: block;}.daterangepicker.auto-apply .drp-buttons {	display: none;}.daterangepicker .drp-calendar {	display: none;	max-width: 270px;}.daterangepicker .drp-calendar.left {	padding: 8px 0 8px 8px;}.daterangepicker .drp-calendar.right {	padding: 8px;}.daterangepicker .drp-calendar.single .calendar-table {	border: none;}.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {	color: #fff;	border: solid black;	border-width: 0 2px 2px 0;	border-radius: 0;	display: inline-block;	padding: 3px;}.daterangepicker .calendar-table .next span {	transform: rotate(-45deg);	-webkit-transform: rotate(-45deg);}.daterangepicker .calendar-table .prev span {	transform: rotate(135deg);	-webkit-transform: rotate(135deg);}.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {	white-space: nowrap;	text-align: center;	vertical-align: middle;	min-width: 32px;	width: 32px;	height: 24px;	line-height: 24px;	font-size: 12px;	border-radius: 4px;	border: 1px solid transparent;	cursor: pointer;}.daterangepicker .calendar-table {	border: 1px solid #fff;	border-radius: 4px;	background-color: #fff;}.daterangepicker .calendar-table table {	width: 100%;	margin: 0;	border-spacing: 0;	border-collapse: collapse;}.daterangepicker td.available:hover, .daterangepicker th.available:hover {	background-color: #eee;	border-color: transparent;	color: inherit;}.daterangepicker td.week, .daterangepicker th.week {	font-size: 80%;	color: #ccc;}.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {	background-color: #fff;	border-color: transparent;	color: #999;}.daterangepicker td.in-range {	background-color: #ebf4f8;	border-color: transparent;	color: #000;	border-radius: 0;}.daterangepicker td.start-date {	border-radius: 4px 0 0 4px;}.daterangepicker td.end-date {	border-radius: 0 4px 4px 0;}.daterangepicker td.start-date.end-date {	border-radius: 4px;}.daterangepicker td.active, .daterangepicker td.active:hover {	background-color: #357ebd;	border-color: transparent;	color: #fff;}.daterangepicker th.month {	width: auto;}.daterangepicker td.disabled, .daterangepicker option.disabled {	color: #999;	cursor: not-allowed;	text-decoration: line-through;}.daterangepicker select.monthselect, .daterangepicker select.yearselect {	font-size: 12px;	padding: 1px;	height: auto;	margin: 0;	cursor: default;}.daterangepicker select.monthselect {	margin-right: 2%;	width: 56%;}.daterangepicker select.yearselect {	width: 40%;}.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {	width: 50px;	margin: 0 auto;	background: #eee;	border: 1px solid #eee;	padding: 2px;	outline: 0;	font-size: 12px;}.daterangepicker .calendar-time {	text-align: center;	margin: 4px auto 0;	line-height: 30px;	position: relative;}.daterangepicker .calendar-time select.disabled {	color: #ccc;	cursor: not-allowed;}.daterangepicker .drp-buttons {	clear: both;	text-align: right;	padding: 8px;	border-top: 1px solid #ddd;	display: none;	line-height: 12px;	vertical-align: middle;}.daterangepicker .drp-selected {	display: inline-block;	font-size: 11px;}.daterangepicker .drp-buttons .btn {	margin-left: 8px;	font-size: 12px;	font-weight: bold;	padding: 4px 8px;}.daterangepicker.show-ranges.single.rtl .drp-calendar.left {	border-right: 1px solid #ddd;}.daterangepicker.show-ranges.single.ltr .drp-calendar.left {	border-left: 1px solid #ddd;}.daterangepicker.show-ranges.rtl .drp-calendar.right {	border-right: 1px solid #ddd;}.daterangepicker.show-ranges.ltr .drp-calendar.left {	border-left: 1px solid #ddd;}.daterangepicker .ranges {	float: none;	text-align: left;	margin: 0;}.daterangepicker.show-calendar .ranges {	margin-top: 8px;}.daterangepicker .ranges ul {	list-style: none;	margin: 0 auto;	padding: 0;	width: 100%;}.daterangepicker .ranges li {	font-size: 12px;	padding: 8px 12px;	cursor: pointer;}.daterangepicker .ranges li:hover {	background-color: #eee;}.daterangepicker .ranges li.active {	background-color: #08c;	color: #fff;}/*  Larger Screen Styling */@media (min-width: 564px) {	.daterangepicker {		width: auto;	}	.daterangepicker .ranges ul {		width: 140px;	}	.daterangepicker.single .ranges ul {		width: 100%;	}	.daterangepicker.single .drp-calendar.left {		clear: none;	}	.daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {		float: left;	}	.daterangepicker {		direction: ltr;		text-align: left;	}	.daterangepicker .drp-calendar.left {		clear: left;		margin-right: 0;	}	.daterangepicker .drp-calendar.left .calendar-table {		border-right: none;		border-top-right-radius: 0;		border-bottom-right-radius: 0;	}	.daterangepicker .drp-calendar.right {		margin-left: 0;	}	.daterangepicker .drp-calendar.right .calendar-table {		border-left: none;		border-top-left-radius: 0;		border-bottom-left-radius: 0;	}	.daterangepicker .drp-calendar.left .calendar-table {		padding-right: 8px;	}	.daterangepicker .ranges, .daterangepicker .drp-calendar {		float: left;	}}@media (min-width: 730px) {	.daterangepicker .ranges {		width: auto;	}	.daterangepicker .ranges {		float: left;	}	.daterangepicker.rtl .ranges {		float: right;	}	.daterangepicker .drp-calendar.left {		clear: none !important;	}}label {	cursor: pointer;	line-height: 1.49;}.form-group {	margin-bottom: 0;}.form-control {	text-overflow: ellipsis;}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus {	-webkit-text-fill-color: #797b7c;	-webkit-box-shadow: 0 0 0 1000px #fff inset;}.form-control-plaintext::-webkit-input-placeholder {	color: #797b7c;}textarea {	min-height: calc(1.49em + 0.75rem + 2px);	max-height: 15.625rem;	overflow-y: auto;	overflow-y: overlay;	scrollbar-width: thin;	scrollbar-color: black rgba(0, 0, 0, 0.1);}textarea::-webkit-scrollbar {	width: 0;	height: 0;	background: transparent;}textarea::-webkit-scrollbar-thumb {	background: rgba(86, 88, 88, 0.5);}textarea::-webkit-scrollbar-corner {	background-color: transparent;}textarea::-webkit-resizer {	background-color: transparent;}.mobile textarea::-webkit-scrollbar, textarea:hover::-webkit-scrollbar {	width: 3px;	height: 3px;}.custom-switch-sm {	padding-left: 2.38672rem;}.custom-switch-sm .custom-control-label {	line-height: 1.1875rem;}.custom-switch-sm .custom-control-label::before {	left: -2.38672rem;	width: 1.88672rem;	height: 1.1875rem;	border-radius: 0.625rem;}.custom-switch-sm .custom-control-label::after {	left: calc(-2.38672rem + 0.375rem);	width: calc( 1.1875rem - 0.75rem);	height: calc( 1.1875rem - 0.75rem);}.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {	background-color: #fff;	transform: translateX(0.69922rem);}.custom-switch-lg {	padding-left: 3.64453rem;}.custom-switch-lg .custom-control-label {	padding: 0.34813rem 0;}.custom-switch-lg .custom-control-label::before {	left: -3.64453rem;	width: 3.14453rem;	height: 2rem;	border-radius: 1rem;}.custom-switch-lg .custom-control-label::after {	left: calc(-3.64453rem + 0.375rem);	width: calc( 2rem - 0.75rem);	height: calc( 2rem - 0.75rem);}.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {	background-color: #fff;	transform: translateX(1.14453rem);}.custom-switch-square .custom-control-label::before, .custom-switch-square .custom-control-label::after {	border-radius: 0;}.custom-check .custom-control-input:checked ~ .custom-control-label {	text-decoration: line-through;}.custom-select {	padding-right: 1.75rem;}select,select.form-control {	padding-right: 1.0625rem;	-webkit-appearance: none;	-moz-appearance: none;	appearance: none;	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 3'%3e%3cpath fill='%23797b7c' d='M0 0 h4 l-2,3 z'/%3e%3c/svg%3e");	background-repeat: no-repeat;	background-position: calc( 100% - 5px) center;	background-size: 8px 10px;	cursor: pointer;}select > option,select.form-control > option {	cursor: pointer;}select[multiple],select.form-control[multiple] {	background-image: none;}.form-control-primary {	border-color: #00c3aa;}.form-control-primary:focus {	color: #797b7c;	background-color: #fff;	border-color: #44ffe7;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(0, 195, 170, 0.25);}.custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label::before,.custom-radio-primary .custom-control-input:checked ~ .custom-control-label::before,.custom-switch-primary .custom-control-input:checked ~ .custom-control-label::before {	border-color: #00c3aa;	background-color: #00c3aa;}.custom-checkbox-primary .custom-control-input:focus ~ .custom-control-label::before,.custom-radio-primary .custom-control-input:focus ~ .custom-control-label::before,.custom-switch-primary .custom-control-input:focus ~ .custom-control-label::before {	border-color: #00c3aa;	box-shadow: 0 0 0 0.2rem rgba(0, 195, 170, 0.25);}.custom-checkbox-primary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-radio-primary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-switch-primary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #00c3aa;}.custom-checkbox-primary .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-radio-primary .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-switch-primary .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #11ffe0;	border-color: #11ffe0;}.custom-checkbox-primary .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-radio-primary .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-switch-primary .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #00c3aa;}.custom-checkbox-primary .custom-control-label::before,.custom-radio-primary .custom-control-label::before,.custom-switch-primary .custom-control-label::before {	border-color: #00c3aa;}.custom-switch-primary .custom-control-label::after {	background: #00c3aa;}.custom-checkbox-primary-fill .custom-control-input:checked ~ .custom-control-label::before {	border-color: #00c3aa;	background-color: #00c3aa;}.custom-checkbox-primary-fill .custom-control-input:focus ~ .custom-control-label::before {	border-color: #00c3aa;	box-shadow: 0 0 0 0.2rem rgba(0, 195, 170, 0.25);}.custom-checkbox-primary-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #00c3aa;}.custom-checkbox-primary-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #77ffee;	border-color: #77ffee;}.custom-checkbox-primary-fill .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #00c3aa;}.custom-checkbox-primary-fill .custom-control-label::before {	border-color: #00c3aa;	background: #00c3aa;}.form-control-secondary {	border-color: #4d8dce;}.form-control-secondary:focus {	color: #797b7c;	background-color: #fff;	border-color: #b1cdea;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(77, 141, 206, 0.25);}.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before,.custom-radio-secondary .custom-control-input:checked ~ .custom-control-label::before,.custom-switch-secondary .custom-control-input:checked ~ .custom-control-label::before {	border-color: #4d8dce;	background-color: #4d8dce;}.custom-checkbox-secondary .custom-control-input:focus ~ .custom-control-label::before,.custom-radio-secondary .custom-control-input:focus ~ .custom-control-label::before,.custom-switch-secondary .custom-control-input:focus ~ .custom-control-label::before {	border-color: #4d8dce;	box-shadow: 0 0 0 0.2rem rgba(77, 141, 206, 0.25);}.custom-checkbox-secondary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-radio-secondary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-switch-secondary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #4d8dce;}.custom-checkbox-secondary .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-radio-secondary .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-switch-secondary .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #89b3df;	border-color: #89b3df;}.custom-checkbox-secondary .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-radio-secondary .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-switch-secondary .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #4d8dce;}.custom-checkbox-secondary .custom-control-label::before,.custom-radio-secondary .custom-control-label::before,.custom-switch-secondary .custom-control-label::before {	border-color: #4d8dce;}.custom-switch-secondary .custom-control-label::after {	background: #4d8dce;}.custom-checkbox-secondary-fill .custom-control-input:checked ~ .custom-control-label::before {	border-color: #4d8dce;	background-color: #4d8dce;}.custom-checkbox-secondary-fill .custom-control-input:focus ~ .custom-control-label::before {	border-color: #4d8dce;	box-shadow: 0 0 0 0.2rem rgba(77, 141, 206, 0.25);}.custom-checkbox-secondary-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #4d8dce;}.custom-checkbox-secondary-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #d9e7f5;	border-color: #d9e7f5;}.custom-checkbox-secondary-fill .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #4d8dce;}.custom-checkbox-secondary-fill .custom-control-label::before {	border-color: #4d8dce;	background: #4d8dce;}.form-control-success {	border-color: #6fbb47;}.form-control-success:focus {	color: #797b7c;	background-color: #fff;	border-color: #b8dda4;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(111, 187, 71, 0.25);}.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::before,.custom-radio-success .custom-control-input:checked ~ .custom-control-label::before,.custom-switch-success .custom-control-input:checked ~ .custom-control-label::before {	border-color: #6fbb47;	background-color: #6fbb47;}.custom-checkbox-success .custom-control-input:focus ~ .custom-control-label::before,.custom-radio-success .custom-control-input:focus ~ .custom-control-label::before,.custom-switch-success .custom-control-input:focus ~ .custom-control-label::before {	border-color: #6fbb47;	box-shadow: 0 0 0 0.2rem rgba(111, 187, 71, 0.25);}.custom-checkbox-success .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-radio-success .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-switch-success .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #6fbb47;}.custom-checkbox-success .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-radio-success .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-switch-success .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #9bd07f;	border-color: #9bd07f;}.custom-checkbox-success .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-radio-success .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-switch-success .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #6fbb47;}.custom-checkbox-success .custom-control-label::before,.custom-radio-success .custom-control-label::before,.custom-switch-success .custom-control-label::before {	border-color: #6fbb47;}.custom-switch-success .custom-control-label::after {	background: #6fbb47;}.custom-checkbox-success-fill .custom-control-input:checked ~ .custom-control-label::before {	border-color: #6fbb47;	background-color: #6fbb47;}.custom-checkbox-success-fill .custom-control-input:focus ~ .custom-control-label::before {	border-color: #6fbb47;	box-shadow: 0 0 0 0.2rem rgba(111, 187, 71, 0.25);}.custom-checkbox-success-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #6fbb47;}.custom-checkbox-success-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #d5ebc9;	border-color: #d5ebc9;}.custom-checkbox-success-fill .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #6fbb47;}.custom-checkbox-success-fill .custom-control-label::before {	border-color: #6fbb47;	background: #6fbb47;}.form-control-info {	border-color: #55b6ef;}.form-control-info:focus {	color: #797b7c;	background-color: #fff;	border-color: #cae8fa;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(85, 182, 239, 0.25);}.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before,.custom-radio-info .custom-control-input:checked ~ .custom-control-label::before,.custom-switch-info .custom-control-input:checked ~ .custom-control-label::before {	border-color: #55b6ef;	background-color: #55b6ef;}.custom-checkbox-info .custom-control-input:focus ~ .custom-control-label::before,.custom-radio-info .custom-control-input:focus ~ .custom-control-label::before,.custom-switch-info .custom-control-input:focus ~ .custom-control-label::before {	border-color: #55b6ef;	box-shadow: 0 0 0 0.2rem rgba(85, 182, 239, 0.25);}.custom-checkbox-info .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-radio-info .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-switch-info .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #55b6ef;}.custom-checkbox-info .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-radio-info .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-switch-info .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #9bd4f6;	border-color: #9bd4f6;}.custom-checkbox-info .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-radio-info .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-switch-info .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #55b6ef;}.custom-checkbox-info .custom-control-label::before,.custom-radio-info .custom-control-label::before,.custom-switch-info .custom-control-label::before {	border-color: #55b6ef;}.custom-switch-info .custom-control-label::after {	background: #55b6ef;}.custom-checkbox-info-fill .custom-control-input:checked ~ .custom-control-label::before {	border-color: #55b6ef;	background-color: #55b6ef;}.custom-checkbox-info-fill .custom-control-input:focus ~ .custom-control-label::before {	border-color: #55b6ef;	box-shadow: 0 0 0 0.2rem rgba(85, 182, 239, 0.25);}.custom-checkbox-info-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #55b6ef;}.custom-checkbox-info-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #f8fcfe;	border-color: #f8fcfe;}.custom-checkbox-info-fill .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #55b6ef;}.custom-checkbox-info-fill .custom-control-label::before {	border-color: #55b6ef;	background: #55b6ef;}.form-control-warning {	border-color: #fddc31;}.form-control-warning:focus {	color: #797b7c;	background-color: #fff;	border-color: #fef1af;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(253, 220, 49, 0.25);}.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::before,.custom-radio-warning .custom-control-input:checked ~ .custom-control-label::before,.custom-switch-warning .custom-control-input:checked ~ .custom-control-label::before {	border-color: #fddc31;	background-color: #fddc31;}.custom-checkbox-warning .custom-control-input:focus ~ .custom-control-label::before,.custom-radio-warning .custom-control-input:focus ~ .custom-control-label::before,.custom-switch-warning .custom-control-input:focus ~ .custom-control-label::before {	border-color: #fddc31;	box-shadow: 0 0 0 0.2rem rgba(253, 220, 49, 0.25);}.custom-checkbox-warning .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-radio-warning .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-switch-warning .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #fddc31;}.custom-checkbox-warning .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-radio-warning .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-switch-warning .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #fee97d;	border-color: #fee97d;}.custom-checkbox-warning .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-radio-warning .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-switch-warning .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #fddc31;}.custom-checkbox-warning .custom-control-label::before,.custom-radio-warning .custom-control-label::before,.custom-switch-warning .custom-control-label::before {	border-color: #fddc31;}.custom-switch-warning .custom-control-label::after {	background: #fddc31;}.custom-checkbox-warning-fill .custom-control-input:checked ~ .custom-control-label::before {	border-color: #fddc31;	background-color: #fddc31;}.custom-checkbox-warning-fill .custom-control-input:focus ~ .custom-control-label::before {	border-color: #fddc31;	box-shadow: 0 0 0 0.2rem rgba(253, 220, 49, 0.25);}.custom-checkbox-warning-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #fddc31;}.custom-checkbox-warning-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #fffae2;	border-color: #fffae2;}.custom-checkbox-warning-fill .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #fddc31;}.custom-checkbox-warning-fill .custom-control-label::before {	border-color: #fddc31;	background: #fddc31;}.form-control-danger {	border-color: #fb6820;}.form-control-danger:focus {	color: #797b7c;	background-color: #fff;	border-color: #fdbd9d;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(251, 104, 32, 0.25);}.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::before,.custom-radio-danger .custom-control-input:checked ~ .custom-control-label::before,.custom-switch-danger .custom-control-input:checked ~ .custom-control-label::before {	border-color: #fb6820;	background-color: #fb6820;}.custom-checkbox-danger .custom-control-input:focus ~ .custom-control-label::before,.custom-radio-danger .custom-control-input:focus ~ .custom-control-label::before,.custom-switch-danger .custom-control-input:focus ~ .custom-control-label::before {	border-color: #fb6820;	box-shadow: 0 0 0 0.2rem rgba(251, 104, 32, 0.25);}.custom-checkbox-danger .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-radio-danger .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-switch-danger .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #fb6820;}.custom-checkbox-danger .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-radio-danger .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-switch-danger .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #fc9b6b;	border-color: #fc9b6b;}.custom-checkbox-danger .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-radio-danger .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-switch-danger .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #fb6820;}.custom-checkbox-danger .custom-control-label::before,.custom-radio-danger .custom-control-label::before,.custom-switch-danger .custom-control-label::before {	border-color: #fb6820;}.custom-switch-danger .custom-control-label::after {	background: #fb6820;}.custom-checkbox-danger-fill .custom-control-input:checked ~ .custom-control-label::before {	border-color: #fb6820;	background-color: #fb6820;}.custom-checkbox-danger-fill .custom-control-input:focus ~ .custom-control-label::before {	border-color: #fb6820;	box-shadow: 0 0 0 0.2rem rgba(251, 104, 32, 0.25);}.custom-checkbox-danger-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #fb6820;}.custom-checkbox-danger-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #fedfcf;	border-color: #fedfcf;}.custom-checkbox-danger-fill .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #fb6820;}.custom-checkbox-danger-fill .custom-control-label::before {	border-color: #fb6820;	background: #fb6820;}.form-control-light {	border-color: #c3c3c4;}.form-control-light:focus {	color: #797b7c;	background-color: #fff;	border-color: white;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.25);}.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::before,.custom-radio-light .custom-control-input:checked ~ .custom-control-label::before,.custom-switch-light .custom-control-input:checked ~ .custom-control-label::before {	border-color: #c3c3c4;	background-color: #c3c3c4;}.custom-checkbox-light .custom-control-input:focus ~ .custom-control-label::before,.custom-radio-light .custom-control-input:focus ~ .custom-control-label::before,.custom-switch-light .custom-control-input:focus ~ .custom-control-label::before {	border-color: #c3c3c4;	box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.25);}.custom-checkbox-light .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-radio-light .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-switch-light .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #c3c3c4;}.custom-checkbox-light .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-radio-light .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-switch-light .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #eaeaea;	border-color: #eaeaea;}.custom-checkbox-light .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-radio-light .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-switch-light .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #c3c3c4;}.custom-checkbox-light .custom-control-label::before,.custom-radio-light .custom-control-label::before,.custom-switch-light .custom-control-label::before {	border-color: #c3c3c4;}.custom-switch-light .custom-control-label::after {	background: #c3c3c4;}.custom-checkbox-light-fill .custom-control-input:checked ~ .custom-control-label::before {	border-color: #c3c3c4;	background-color: #c3c3c4;}.custom-checkbox-light-fill .custom-control-input:focus ~ .custom-control-label::before {	border-color: #c3c3c4;	box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.25);}.custom-checkbox-light-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #c3c3c4;}.custom-checkbox-light-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: white;	border-color: white;}.custom-checkbox-light-fill .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #c3c3c4;}.custom-checkbox-light-fill .custom-control-label::before {	border-color: #c3c3c4;	background: #c3c3c4;}.form-control-dark {	border-color: #565858;}.form-control-dark:focus {	color: #797b7c;	background-color: #fff;	border-color: #969898;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(86, 88, 88, 0.25);}.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::before,.custom-radio-dark .custom-control-input:checked ~ .custom-control-label::before,.custom-switch-dark .custom-control-input:checked ~ .custom-control-label::before {	border-color: #565858;	background-color: #565858;}.custom-checkbox-dark .custom-control-input:focus ~ .custom-control-label::before,.custom-radio-dark .custom-control-input:focus ~ .custom-control-label::before,.custom-switch-dark .custom-control-input:focus ~ .custom-control-label::before {	border-color: #565858;	box-shadow: 0 0 0 0.2rem rgba(86, 88, 88, 0.25);}.custom-checkbox-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-radio-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-switch-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #565858;}.custom-checkbox-dark .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-radio-dark .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-switch-dark .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #7c7f7f;	border-color: #7c7f7f;}.custom-checkbox-dark .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-radio-dark .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-switch-dark .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #565858;}.custom-checkbox-dark .custom-control-label::before,.custom-radio-dark .custom-control-label::before,.custom-switch-dark .custom-control-label::before {	border-color: #565858;}.custom-switch-dark .custom-control-label::after {	background: #565858;}.custom-checkbox-dark-fill .custom-control-input:checked ~ .custom-control-label::before {	border-color: #565858;	background-color: #565858;}.custom-checkbox-dark-fill .custom-control-input:focus ~ .custom-control-label::before {	border-color: #565858;	box-shadow: 0 0 0 0.2rem rgba(86, 88, 88, 0.25);}.custom-checkbox-dark-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #565858;}.custom-checkbox-dark-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #afb1b1;	border-color: #afb1b1;}.custom-checkbox-dark-fill .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #565858;}.custom-checkbox-dark-fill .custom-control-label::before {	border-color: #565858;	background: #565858;}.form-control-tertiary {	border-color: #9b82e8;}.form-control-tertiary:focus {	color: #797b7c;	background-color: #fff;	border-color: #f1eefc;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(155, 130, 232, 0.25);}.custom-checkbox-tertiary .custom-control-input:checked ~ .custom-control-label::before,.custom-radio-tertiary .custom-control-input:checked ~ .custom-control-label::before,.custom-switch-tertiary .custom-control-input:checked ~ .custom-control-label::before {	border-color: #9b82e8;	background-color: #9b82e8;}.custom-checkbox-tertiary .custom-control-input:focus ~ .custom-control-label::before,.custom-radio-tertiary .custom-control-input:focus ~ .custom-control-label::before,.custom-switch-tertiary .custom-control-input:focus ~ .custom-control-label::before {	border-color: #9b82e8;	box-shadow: 0 0 0 0.2rem rgba(155, 130, 232, 0.25);}.custom-checkbox-tertiary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-radio-tertiary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-switch-tertiary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #9b82e8;}.custom-checkbox-tertiary .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-radio-tertiary .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.custom-switch-tertiary .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: #cfc3f4;	border-color: #cfc3f4;}.custom-checkbox-tertiary .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-radio-tertiary .custom-control-input:indeterminate ~ .custom-control-label::before,.custom-switch-tertiary .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #9b82e8;}.custom-checkbox-tertiary .custom-control-label::before,.custom-radio-tertiary .custom-control-label::before,.custom-switch-tertiary .custom-control-label::before {	border-color: #9b82e8;}.custom-switch-tertiary .custom-control-label::after {	background: #9b82e8;}.custom-checkbox-tertiary-fill .custom-control-input:checked ~ .custom-control-label::before {	border-color: #9b82e8;	background-color: #9b82e8;}.custom-checkbox-tertiary-fill .custom-control-input:focus ~ .custom-control-label::before {	border-color: #9b82e8;	box-shadow: 0 0 0 0.2rem rgba(155, 130, 232, 0.25);}.custom-checkbox-tertiary-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {	border-color: #9b82e8;}.custom-checkbox-tertiary-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {	color: #fff;	background-color: white;	border-color: white;}.custom-checkbox-tertiary-fill .custom-control-input:indeterminate ~ .custom-control-label::before {	border-color: #9b82e8;}.custom-checkbox-tertiary-fill .custom-control-label::before {	border-color: #9b82e8;	background: #9b82e8;}.input-group-ellipsis {	flex-wrap: nowrap;}.input-group-ellipsis .input-group-text {	display: block;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;}* + .form-group {	margin-top: 15px;}.data-table .multiple-search {	min-width: 7.5rem;}