.custom-control {
	position: relative;
	display: block;
	min-height: 1.375rem;
	padding-left: 0;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #ff7a00;
	border-color: #e5e5e5;
	background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 1px #e5e5e5;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #e5e5e5;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.35);
	border-color: #e5e5e5;
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #a7a7a7;
}

.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: rgba(250, 250, 250, 0.8);
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: -0.125rem;
	left: -2.1875rem;
	display: block;
	width: 1.625rem;
	height: 1.625rem;
	pointer-events: none;
	content: "";
	background-color: transparent;
	border: #e5e5e5 solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: -0.125rem;
	left: -2.1875rem;
	display: block;
	width: 1.625rem;
	height: 1.625rem;
	content: "";
	background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.2rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpath fill='transparent' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%23ff7a00' d='M10 1L4 7L1 4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #ff7a00;
	background-color: #ff7a00;
}

.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='%23ff7a00' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(255, 255, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(255, 255, 255, 0.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 0.2rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpath fill='transparent' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%23ff7a00' d='M10 1L4 7L1 4'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(255, 255, 255, 0.5);
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label {
	margin-bottom: 0.5rem;
}

.col-form-label {
	padding-top: calc(1rem + 1px);
	padding-bottom: calc(1rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.357;
}

.col-form-label-lg {
	padding-top: calc(1.125rem + 1px);
	padding-bottom: calc(1.125rem + 1px);
	font-size: 0.875rem;
}

.col-form-label-sm {
	padding-top: calc(0.8125rem + 1px);
	padding-bottom: calc(0.8125rem + 1px);
	font-size: 0.875rem;
}

.form-text {
	margin-top: 0.25rem;
	font-size: 88%;
	color: #5d5d66;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.5rem 0.7rem;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.357;
	color: #a7a7a7;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #e5e5e5;
	appearance: none;
	border-radius: 1.6875rem;
	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: #151515;
	background-color: #fff;
	border-color: #e5e5e5;
	outline: 0;
	box-shadow: 0 0 0 1px #e5e5e5;
}

.form-control::-webkit-date-and-time-value {
	height: 1.357em;
}

.form-control::placeholder {
	color: #a7a7a7;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: rgba(250, 250, 250, 0.8);
	opacity: 1;
}

.form-control::file-selector-button {
	padding: 1rem 2.375rem;
	margin: -1rem -2.375rem;
	margin-inline-end: 2.375rem;
	color: #a7a7a7;
	background-color: transparent;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	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::-webkit-file-upload-button {
	padding: 1rem 2.375rem;
	margin: -1rem -2.375rem;
	margin-inline-end: 2.375rem;
	color: #a7a7a7;
	background-color: transparent;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	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::-webkit-file-upload-button {
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: rgba(0, 0, 0, 0.05);
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 1rem 0;
	margin-bottom: 0;
	line-height: 1.357;
	color: #a7a7a7;
	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 {
	min-height: 2.8875rem;
	padding: 0.8125rem 1.5rem;
	font-size: 0.875rem;
	border-radius: 1.4375rem;
}

.form-control-sm::file-selector-button {
	padding: 0.8125rem 1.5rem;
	margin: -0.8125rem -1.5rem;
	margin-inline-end: 1.5rem;
}

.form-control-sm::-webkit-file-upload-button {
	padding: 0.8125rem 1.5rem;
	margin: -0.8125rem -1.5rem;
	margin-inline-end: 1.5rem;
}

.form-control-lg {
	min-height: 3.56238rem;
	padding: 1.125rem 2.5rem;
	font-size: 0.875rem;
	border-radius: 1.875rem;
}

.form-control-lg::file-selector-button {
	padding: 1.125rem 2.5rem;
	margin: -1.125rem -2.5rem;
	margin-inline-end: 2.5rem;
}

.form-control-lg::-webkit-file-upload-button {
	padding: 1.125rem 2.5rem;
	margin: -1.125rem -2.5rem;
	margin-inline-end: 2.5rem;
}

textarea {
	height: 120px;
	max-height: 200px;
}

textarea.form-control {
	min-height: 3.31238rem;
}

textarea.form-control-sm {
	min-height: 2.8875rem;
}

textarea.form-control-lg {
	min-height: 3.56238rem;
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: 1rem;
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control-color::-moz-color-swatch {
	height: 1.357em;
	border-radius: 1.6875rem;
}

.form-control-color::-webkit-color-swatch {
	height: 1.357em;
	border-radius: 1.6875rem;
}

.form-select {
	display: block;
	width: 100%;
	padding: 1rem 7.125rem 1rem 2.375rem;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.357;
	color: #a7a7a7;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2323232f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 2.375rem center;
	background-size: 16px 12px;
	border: 1px solid #e5e5e5;
	border-radius: 0.3125rem;
	appearance: none;
}

.form-select:focus {
	border-color: #e5e5e5;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: 2.375rem;
	background-image: none;
}

.form-select:disabled {
	background-color: #f6f6f6;
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #a7a7a7;
}

.form-select-sm {
	padding-top: 0.8125rem;
	padding-bottom: 0.8125rem;
	padding-left: 1.5rem;
	font-size: 0.875rem;
}

.form-select-lg {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	padding-left: 2.5rem;
	font-size: 0.875rem;
}

.form-check {
	display: block;
	min-height: 1.375rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: 0.1875em;
	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;
	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: #e5e5e5;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, 0.25);
}

.form-check-input:checked {
	background-color: #ff7a00;
	border-color: #ff7a00;
}

.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://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 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://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: #ff7a00;
	border-color: #ff7a00;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://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 {
	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='http://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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e5e5e5'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
	background-position: right center;
	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");
}

.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.65;
}

.form-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	appearance: none;
}

.form-range:focus {
	outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 1px #e5e5e5;
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 1px #e5e5e5;
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #ff7a00;
	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: #ffd7b3;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e5e5e5;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #ff7a00;
	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: #ffd7b3;
}

.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e5e5e5;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-floating {
	position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
	height: calc(3.5rem + 2px);
	padding: 1rem 2.375rem;
}

.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 2.375rem;
	pointer-events: none;
	border: 1px 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::placeholder {
	color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}

.form-floating > .form-control:-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-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);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
	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: 1rem 2.375rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.357;
	color: #151515;
	text-align: center;
	white-space: nowrap;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-radius: 1.6875rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
	padding: 1.125rem 2.5rem;
	font-size: 0.875rem;
	border-radius: 1.875rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
	padding: 0.8125rem 1.5rem;
	font-size: 0.875rem;
	border-radius: 1.4375rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
	padding-right: 9.5rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
	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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 88%;
	color: #3ed27e;
}

.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: #000;
	background-color: rgba(62, 210, 126, 0.9);
	border-radius: 0.3125rem;
}

.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: #3ed27e;
	padding-right: calc(1.357em + 2rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233ed27e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.33925em + 0.5rem) center;
	background-size: calc(0.6785em + 1rem) calc(0.6785em + 1rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #3ed27e;
	box-shadow: 0 0 0 0.2rem rgba(62, 210, 126, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.357em + 2rem);
	background-position: top calc(0.33925em + 0.5rem) right calc(0.33925em + 0.5rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
	border-color: #3ed27e;
}

.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: 13.0625rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2323232f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233ed27e' 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-position: right 2.375rem center, center right 7.125rem;
	background-size: 16px 12px, calc(0.6785em + 1rem) calc(0.6785em + 1rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
	border-color: #3ed27e;
	box-shadow: 0 0 0 0.2rem rgba(62, 210, 126, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: #3ed27e;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: #3ed27e;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	box-shadow: 0 0 0 0.2rem rgba(62, 210, 126, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #3ed27e;
}

.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: 88%;
	color: #ff2727;
}

.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: #000;
	background-color: rgba(255, 39, 39, 0.9);
	border-radius: 0.3125rem;
}

.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: #ff2727;
	padding-right: calc(1.357em + 2rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff2727'%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='%23ff2727' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.33925em + 0.5rem) center;
	background-size: calc(0.6785em + 1rem) calc(0.6785em + 1rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #ff2727;
	box-shadow: 0 0 0 0.2rem rgba(255, 39, 39, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.357em + 2rem);
	background-position: top calc(0.33925em + 0.5rem) right calc(0.33925em + 0.5rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
	border-color: #ff2727;
}

.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: 13.0625rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2323232f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff2727'%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='%23ff2727' stroke='none'/%3e%3c/svg%3e");
	background-position: right 2.375rem center, center right 7.125rem;
	background-size: 16px 12px, calc(0.6785em + 1rem) calc(0.6785em + 1rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
	border-color: #ff2727;
	box-shadow: 0 0 0 0.2rem rgba(255, 39, 39, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: #ff2727;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: #ff2727;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 39, 39, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #ff2727;
}

.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: 0.875rem;
	cursor: pointer;
}

.form-group {
	position: relative;
	text-align: left;
	margin-bottom: 0;
}

.form-control {
	text-overflow: ellipsis;
}

.form-control-inline {
	display: inline-block;
	text-align: center;
	width: auto;
}

.form-group + .form-group {
	margin-top: 1.25rem;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
	height: auto;
}

:invalid {
	box-shadow: none;
}

:-moz-submit-invalid {
	box-shadow: none;
}

:-moz-ui-invalid {
	box-shadow: none;
}

.custom-control-label {
	position: relative;
	padding-left: 2.1875rem;
	font-size: 1rem;
}

.custom-control-label::before, .custom-control-label::after {
	content: '';
	position: absolute;
	left: 0;
}

.custom-checkbox,
.custom-radio {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}

.custom-checkbox-dark,
.custom-radio-dark {
	color: #151515;
}

.custom-control-accent .custom-control-input:checked ~ .custom-control-label {
	color: #ff7a00;
}

.custom-control-description {
	overflow: hidden;
	max-height: 0;
	color: #a7a7a7;
	transition: .4s;
}

.custom-control-description > span {
	display: inline-block;
	margin-top: 0.5rem;
}

.custom-control-input:checked ~ .custom-control-description {
	max-height: 4.6875rem;
}

.custom-checkbox + .custom-checkbox {
	margin-top: 0.875rem;
}

.form-group-icon {
	position: relative;
	width: 100%;
}

.form-group-icon .form-control {
	padding-right: 50px;
}

.form-icon,
.form-group-icon-btn {
	position: absolute;
	top: 52%;
	right: 15px;
	transform: translateY(-50%);
	pointer-events: none;
	color: #a7a7a7;
	font-size: 24px;
}

.form-group-icon-btn {
	transition: all 0.2s ease-in-out;
	pointer-events: auto;
}

.form-group-icon-btn:hover {
	color: #ff7a00;
}

.form-inline-group {
	position: relative;
	display: flex;
	flex-grow: 1;
}

.form-inline-group > * {
	flex-grow: 1;
}
