@charset "UTF-8";

/* #region: main */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	margin: 0;
}

button,
input[type='button'] {
	cursor: pointer;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}

input, textarea {
	border: none;
}

button {
	border: none;
	background: none;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin: 0;
}

.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a {
	display: inline-block;
	text-decoration: none;
	transition: .33s all ease;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a:hover,
a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tooltip {
	z-index: 999999;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.625;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* #endregion */

/* #region: typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

blockquote {
	margin: 0;
}

strong {
	font-weight: 700;
}

.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.text-thin {
	font-weight: 100;
}

.text-light {
	font-weight: 300;
}

.text-regular {
	font-weight: 400;
}

.text-medium {
	font-weight: 500;
}

.text-sbold {
	font-weight: 600;
}

.text-bold, strong {
	font-weight: 700;
}

.text-ubold {
	font-weight: 900;
}

.text-big {
	font-size: 1.5em;
}

.text-big-1 {
	font-size: 1.1em;
}

.text-big-2 {
	font-size: 1.2em;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-spacing-20 {
	letter-spacing: 0.02em;
}

.text-spacing-40 {
	letter-spacing: 0.04em;
}

.text-spacing-60 {
	letter-spacing: 0.06em;
}

.text-spacing-80 {
	letter-spacing: 0.08em;
}

.text-spacing-100 {
	letter-spacing: 0.10em;
}

.text-spacing-120 {
	letter-spacing: 0.12em;
}

.text-primary {
	color: #58a193!important;
}
.text-secondary {
	color: #5b5eab!important;
}
.text-info {
	color: #4272d7!important;
}
.text-success {
	color: #02a533!important;
}
.text-warning {
	color: #f7ad6a!important;
}
.text-danger {
	color: #c21927!important;
}
.text-dark {
	color: #333!important;
}

a.text-primary:hover,
a.text-secondary:hover,
a.text-info:hover,
a.text-success:hover,
a.text-warning:hover,
a.text-danger:hover,
a.text-dark:hover,
a.text-primary:focus,
a.text-secondary:focus,
a.text-info:focus,
a.text-success:focus,
a.text-warning:focus,
a.text-danger:focus,
a.text-dark:focus {
	text-decoration: underline;
}
/* #endregion */

/* #region: buttons */
.btn {
	display: inline-block;
	font-weight: 400;
	color: #818181;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
					user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.875rem 1.3125rem;
	font-size: 0.815625rem;
	line-height: 1.47;
	border-radius: 0.375rem;
	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) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	color: #818181;
	text-decoration: none;
}
.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(88, 161, 147, 0.25);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
	box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(88, 161, 147, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #58a193;
	border-color: #58a193;
	box-shadow: 0 0 0 transparent;
}
.btn-primary:hover {
	color: #fff;
	background-color: #4a887c;
	border-color: #468075;
}
.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 transparent, 0 0 0 0.2rem rgba(113, 175, 163, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #58a193;
	border-color: #58a193;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #468075;
	border-color: #41786d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(113, 175, 163, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #5b5eab;
	border-color: #5b5eab;
	box-shadow: 0 0 0 transparent;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #4c4e94;
	border-color: #474a8c;
}
.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 transparent, 0 0 0 0.2rem rgba(116, 118, 184, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #5b5eab;
	border-color: #5b5eab;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #474a8c;
	border-color: #434683;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(116, 118, 184, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #02a533;
	border-color: #02a533;
	box-shadow: 0 0 0 transparent;
}
.btn-success:hover {
	color: #fff;
	background-color: #36b49b;
	border-color: #33aa93;
}
.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 transparent, 0 0 0 0.2rem rgba(99, 208, 187, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #02a533;
	border-color: #02a533;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #33aa93;
	border-color: #30a08a;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(99, 208, 187, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #4272d7;
	border-color: #4272d7;
	box-shadow: 0 0 0 transparent;
}
.btn-info:hover {
	color: #fff;
	background-color: #2c97ae;
	border-color: #298ea4;
}
.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 transparent, 0 0 0 0.2rem rgba(82, 189, 212, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #4272d7;
	border-color: #4272d7;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #298ea4;
	border-color: #27859a;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 189, 212, 0.5);
}

.btn-warning {
	color: #fff;
	background-color: #f7ad6a;
	border-color: #f7ad6a;
	box-shadow: 0 0 0 transparent;
}
.btn-warning:hover {
	color: #fff;
	background-color: #f59946;
	border-color: #f4923a;
}
.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 transparent, 0 0 0 0.2rem rgba(248, 185, 128, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #fff;
	background-color: #f7ad6a;
	border-color: #f7ad6a;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #f4923a;
	border-color: #f48c2d;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 185, 128, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #c21927;
	border-color: #c21927;
	box-shadow: 0 0 0 transparent;
}
.btn-danger:hover {
	color: #fff;
	background-color: #ff3944;
	border-color: #ff2c38;
}
.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 transparent, 0 0 0 0.2rem rgba(255, 119, 127, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #c21927;
	border-color: #c21927;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff2c38;
	border-color: #ff1f2c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 119, 127, 0.5);
}

.btn-light {
	color: #fff;
	background-color: #aeaeae;
	border-color: #aeaeae;
	box-shadow: 0 0 0 transparent;
}
.btn-light:hover {
	color: #fff;
	background-color: #9b9b9b;
	border-color: #959595;
}
.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 transparent, 0 0 0 0.2rem rgba(186, 186, 186, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
	color: #fff;
	background-color: #aeaeae;
	border-color: #aeaeae;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #fff;
	background-color: #959595;
	border-color: #8e8e8e;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(186, 186, 186, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #3a4049;
	border-color: #3a4049;
	box-shadow: 0 0 0 transparent;
}
.btn-dark:hover {
	color: #fff;
	background-color: #292d34;
	border-color: #23272d;
}
.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 transparent, 0 0 0 0.2rem rgba(88, 93, 100, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #3a4049;
	border-color: #3a4049;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #23272d;
	border-color: #1e2125;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(88, 93, 100, 0.5);
}

.btn-outline-primary {
	color: #58a193;
	border-color: #58a193;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #58a193;
	border-color: #58a193;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(88, 161, 147, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #58a193;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #58a193;
	border-color: #58a193;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(88, 161, 147, 0.5);
}

.btn-outline-secondary {
	color: #5b5eab;
	border-color: #5b5eab;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #5b5eab;
	border-color: #5b5eab;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(91, 94, 171, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #5b5eab;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #5b5eab;
	border-color: #5b5eab;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(91, 94, 171, 0.5);
}

.btn-outline-success {
	color: #02a533;
	border-color: #02a533;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #02a533;
	border-color: #02a533;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 200, 175, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #02a533;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #02a533;
	border-color: #02a533;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 200, 175, 0.5);
}

.btn-outline-info {
	color: #4272d7;
	border-color: #4272d7;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #4272d7;
	border-color: #4272d7;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 177, 204, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #4272d7;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #4272d7;
	border-color: #4272d7;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 177, 204, 0.5);
}

.btn-outline-warning {
	color: #f7ad6a;
	border-color: #f7ad6a;
}
.btn-outline-warning:hover {
	color: #fff;
	background-color: #f7ad6a;
	border-color: #f7ad6a;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(247, 173, 106, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #f7ad6a;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #f7ad6a;
	border-color: #f7ad6a;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(247, 173, 106, 0.5);
}

.btn-outline-danger {
	color: #c21927;
	border-color: #c21927;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #c21927;
	border-color: #c21927;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 95, 104, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #c21927;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #c21927;
	border-color: #c21927;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 95, 104, 0.5);
}

.btn-outline-light {
	color: #aeaeae;
	border-color: #aeaeae;
}
.btn-outline-light:hover {
	color: #fff;
	background-color: #aeaeae;
	border-color: #aeaeae;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(174, 174, 174, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #aeaeae;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #fff;
	background-color: #aeaeae;
	border-color: #aeaeae;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(174, 174, 174, 0.5);
}

.btn-outline-dark {
	color: #3a4049;
	border-color: #3a4049;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #3a4049;
	border-color: #3a4049;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 64, 73, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #3a4049;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #3a4049;
	border-color: #3a4049;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 64, 73, 0.5);
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 1.1875rem 1.3125rem;
	font-size: 0.815625rem;
	line-height: 1.2;
	border-radius: 0.375rem;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0.3125rem 0.75rem;
	font-size: 0.815625rem;
	line-height: 1.7;
	border-radius: 0.375rem;
}

.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 1.375rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group.show .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn {
	text-transform: uppercase;
	transition: 0.2s;
}

.btn-rounded {
	border-radius: 50rem;
}

.btn.disabled {
	pointer-events: none;
}
/* #endregion */

/* #region: grid */
body,
.page-container {
	background: #e5e5e5;
}

.page-content--bge5 {
	background: #e5e5e5;
	height: 100vh;
}

* + .row {
	margin-top: 20px;
}

.row-5 {
	margin-bottom: -5px;
}
.row-5:empty {
	margin-bottom: 0;
}
.row-5 > * {
	margin-bottom: 5px;
}

.row-10 {
	margin-bottom: -10px;
}
.row-10:empty {
	margin-bottom: 0;
}
.row-10 > * {
	margin-bottom: 10px;
}

.row-15 {
	margin-bottom: -15px;
}
.row-15:empty {
	margin-bottom: 0;
}
.row-15 > * {
	margin-bottom: 15px;
}

.row-30 {
	margin-bottom: -30px;
}
.row-30:empty {
	margin-bottom: 0;
}
.row-30 > * {
	margin-bottom: 30px;
}

.row-50 {
	margin-bottom: -50px;
}
.row-50:empty {
	margin-bottom: 0;
}
.row-50 > * {
	margin-bottom: 50px;
}
/* #endregion */

/* #region: alert */
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.375rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3.90625rem;
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #2e544c;
	background-color: #deece9;
	border-color: #d0e5e1;
}
.alert-primary hr {
	border-top-color: #c0dcd7;
}
.alert-primary .alert-link {
	color: #1c332e;
}

.alert-secondary {
	color: #2f3159;
	background-color: #dedfee;
	border-color: #d1d2e7;
}
.alert-secondary hr {
	border-top-color: #c0c2de;
}
.alert-secondary .alert-link {
	color: #1d1f38;
}

.alert-success {
	color: #25685b;
	background-color: #daf4ef;
	border-color: #ccf0e9;
}
.alert-success hr {
	border-top-color: #b8eae1;
}
.alert-success .alert-link {
	color: #18423a;
}

.alert-info {
	color: #1b5c6a;
	background-color: #d6eff5;
	border-color: #c6e9f1;
}
.alert-info hr {
	border-top-color: #b2e1ec;
}
.alert-info .alert-link {
	color: #113941;
}

.alert-warning {
	color: #805a37;
	background-color: #fdefe1;
	border-color: #fde8d5;
}
.alert-warning hr {
	border-top-color: #fcdbbd;
}
.alert-warning .alert-link {
	color: #5c4128;
}

.alert-danger {
	color: #853136;
	background-color: #ffdfe1;
	border-color: #ffd2d5;
}
.alert-danger hr {
	border-top-color: #ffb9bd;
}
.alert-danger .alert-link {
	color: #602327;
}

.alert-light {
	color: #5a5a5a;
	background-color: #efefef;
	border-color: #e8e8e8;
}
.alert-light hr {
	border-top-color: #dbdbdb;
}
.alert-light .alert-link {
	color: #414141;
}

.alert-dark {
	color: #1e2126;
	background-color: #d8d9db;
	border-color: #c8cacc;
}
.alert-dark hr {
	border-top-color: #bbbdc0;
}
.alert-dark .alert-link {
	color: #08080a;
}

.alert {
	margin-bottom: 0;
	font-size: 0.9375rem;
	line-height: 1.47;
	border-width: 0;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6,
.alert .h1,
.alert .h2,
.alert .h3,
.alert .h4,
.alert .h5,
.alert .h6 {
	color: inherit;
}
.alert a {
	color: inherit;
}
.alert a:hover,
.alert a:focus {
	text-decoration: underline;
}

.alert-sm {
	padding: 0.6rem 1rem;
	font-size: 0.75rem;
}
.alert-sm.alert-dismissible {
	padding-right: 2.75rem;
}

.alert-lg {
	padding: 0.9rem 1.5rem;
	font-size: 1.125rem;
}
.alert-lg.alert-dismissible {
	padding-right: 4.125rem;
}

.alert-border-left {
	border-left-width: 5px;
}

.alert-border-right {
	border-right-width: 5px;
}

.alert-border-top {
	border-top-width: 5px;
}

.alert-border-bottom {
	border-bottom-width: 5px;
}

.alert-icon {
	padding-right: 0.4em;
	font-size: 1.55em;
	line-height: 1;
	vertical-align: middle;
}

* + .alert {
	margin-top: 0.9375rem;
}

.alert-primary {
	color: #fff;
	background-color: #58a193;
	border-color: rgba(88, 161, 147, 0.2);
}
.alert-primary hr {
	border-top-color: rgba(79, 145, 132, 0.2);
}
.alert-primary .alert-link {
	color: #e6e6e6;
}
.alert-primary.alert-darker {
	color: #fff;
	background-color: #468075;
	border-color: #345f57;
}
.alert-primary.alert-darker hr {
	border-top-color: #2b4f48;
}
.alert-primary.alert-darker .alert-link {
	color: #e6e6e6;
}
.alert-primary.alert-lighter {
	color: #fff;
	background-color: #77b5a9;
	border-color: #58a193;
}
.alert-primary.alert-lighter hr {
	border-top-color: #4f9184;
}
.alert-primary.alert-lighter .alert-link {
	color: #e6e6e6;
}

.alert-secondary {
	color: #fff;
	background-color: #5b5eab;
	border-color: rgba(91, 94, 171, 0.2);
}
.alert-secondary hr {
	border-top-color: rgba(80, 83, 156, 0.2);
}
.alert-secondary .alert-link {
	color: #e6e6e6;
}
.alert-secondary.alert-darker {
	color: #fff;
	background-color: #474a8c;
	border-color: #36386a;
}
.alert-secondary.alert-darker hr {
	border-top-color: #2e2f59;
}
.alert-secondary.alert-darker .alert-link {
	color: #e6e6e6;
}
.alert-secondary.alert-lighter {
	color: #fff;
	background-color: #7d7fbc;
	border-color: #5b5eab;
}
.alert-secondary.alert-lighter hr {
	border-top-color: #50539c;
}
.alert-secondary.alert-lighter .alert-link {
	color: #e6e6e6;
}

.alert-success {
	color: #fff;
	background-color: #48c8af;
	border-color: rgba(72, 200, 175, 0.2);
}
.alert-success hr {
	border-top-color: rgba(57, 190, 164, 0.2);
}
.alert-success .alert-link {
	color: #e6e6e6;
}
.alert-success.alert-darker {
	color: #fff;
	background-color: #33aa93;
	border-color: #278371;
}
.alert-success.alert-darker hr {
	border-top-color: #216f60;
}
.alert-success.alert-darker .alert-link {
	color: #e6e6e6;
}
.alert-success.alert-lighter {
	color: #fff;
	background-color: #6fd4c0;
	border-color: #48c8af;
}
.alert-success.alert-lighter hr {
	border-top-color: #39bea4;
}
.alert-success.alert-lighter .alert-link {
	color: #e6e6e6;
}

.alert-info {
	color: #fff;
	background-color: #4272d7;
	border-color: rgba(52, 177, 204, 0.2);
}
.alert-info hr {
	border-top-color: rgba(46, 160, 184, 0.2);
}
.alert-info .alert-link {
	color: #e6e6e6;
}
.alert-info.alert-darker {
	color: #fff;
	background-color: #298ea4;
	border-color: #1f6b7b;
}
.alert-info.alert-darker hr {
	border-top-color: #1a5967;
}
.alert-info.alert-darker .alert-link {
	color: #e6e6e6;
}
.alert-info.alert-lighter {
	color: #fff;
	background-color: #5dc1d6;
	border-color: #4272d7;
}
.alert-info.alert-lighter hr {
	border-top-color: #2ea0b8;
}
.alert-info.alert-lighter .alert-link {
	color: #e6e6e6;
}

.alert-warning {
	color: #fff;
	background-color: #f7ad6a;
	border-color: rgba(247, 173, 106, 0.2);
}
.alert-warning hr {
	border-top-color: rgba(246, 160, 82, 0.2);
}
.alert-warning .alert-link {
	color: #e6e6e6;
}
.alert-warning.alert-darker {
	color: #fff;
	background-color: #f4923a;
	border-color: #ee780d;
}
.alert-warning.alert-darker hr {
	border-top-color: #d66c0b;
}
.alert-warning.alert-darker .alert-link {
	color: #e6e6e6;
}
.alert-warning.alert-lighter {
	color: #fff;
	background-color: #fac89a;
	border-color: #f7ad6a;
}
.alert-warning.alert-lighter hr {
	border-top-color: #f6a052;
}
.alert-warning.alert-lighter .alert-link {
	color: #e6e6e6;
}

.alert-danger {
	color: #fff;
	background-color: #ff5f68;
	border-color: rgba(255, 95, 104, 0.2);
}
.alert-danger hr {
	border-top-color: rgba(255, 70, 80, 0.2);
}
.alert-danger .alert-link {
	color: #e6e6e6;
}
.alert-danger.alert-darker {
	color: #fff;
	background-color: #ff2c38;
	border-color: #f8000e;
}
.alert-danger.alert-darker hr {
	border-top-color: #df000d;
}
.alert-danger.alert-darker .alert-link {
	color: #e6e6e6;
}
.alert-danger.alert-lighter {
	color: #fff;
	background-color: #ff9298;
	border-color: #ff5f68;
}
.alert-danger.alert-lighter hr {
	border-top-color: #ff4650;
}
.alert-danger.alert-lighter .alert-link {
	color: #e6e6e6;
}

.alert-light {
	color: #fff;
	background-color: #aeaeae;
	border-color: rgba(174, 174, 174, 0.2);
}
.alert-light hr {
	border-top-color: rgba(161, 161, 161, 0.2);
}
.alert-light .alert-link {
	color: #e6e6e6;
}
.alert-light.alert-darker {
	color: #fff;
	background-color: #959595;
	border-color: #7b7b7b;
}
.alert-light.alert-darker hr {
	border-top-color: #6e6e6e;
}
.alert-light.alert-darker .alert-link {
	color: #e6e6e6;
}
.alert-light.alert-lighter {
	color: #fff;
	background-color: #c8c8c8;
	border-color: #aeaeae;
}
.alert-light.alert-lighter hr {
	border-top-color: #a1a1a1;
}
.alert-light.alert-lighter .alert-link {
	color: #e6e6e6;
}

.alert-dark {
	color: #fff;
	background-color: #3a4049;
	border-color: rgba(58, 64, 73, 0.2);
}
.alert-dark hr {
	border-top-color: rgba(47, 52, 59, 0.2);
}
.alert-dark .alert-link {
	color: #e6e6e6;
}
.alert-dark.alert-darker {
	color: #fff;
	background-color: #23272d;
	border-color: #0d0e10;
}
.alert-dark.alert-darker hr {
	border-top-color: #020202;
}
.alert-dark.alert-darker .alert-link {
	color: #e6e6e6;
}
.alert-dark.alert-lighter {
	color: #fff;
	background-color: #515965;
	border-color: #3a4049;
}
.alert-dark.alert-lighter hr {
	border-top-color: #2f343b;
}
.alert-dark.alert-lighter .alert-link {
	color: #e6e6e6;
}

.alert-primary.alert-gradient {
	color: #fff;
	background-color: #468075;
	border-color: rgba(88, 161, 147, 0.2);
	background: linear-gradient(180deg, #58a193, #77b5a9) repeat-x;
}
.alert-primary.alert-gradient hr {
	border-top-color: rgba(79, 145, 132, 0.2);
}
.alert-primary.alert-gradient .alert-link {
	color: #e6e6e6;
}

.alert-secondary.alert-gradient {
	color: #fff;
	background-color: #474a8c;
	border-color: rgba(91, 94, 171, 0.2);
	background: linear-gradient(180deg, #5b5eab, #7d7fbc) repeat-x;
}
.alert-secondary.alert-gradient hr {
	border-top-color: rgba(80, 83, 156, 0.2);
}
.alert-secondary.alert-gradient .alert-link {
	color: #e6e6e6;
}

.alert-success.alert-gradient {
	color: #fff;
	background-color: #33aa93;
	border-color: rgba(72, 200, 175, 0.2);
	background: linear-gradient(180deg, #48c8af, #6fd4c0) repeat-x;
}
.alert-success.alert-gradient hr {
	border-top-color: rgba(57, 190, 164, 0.2);
}
.alert-success.alert-gradient .alert-link {
	color: #e6e6e6;
}

.alert-info.alert-gradient {
	color: #fff;
	background-color: #298ea4;
	border-color: rgba(52, 177, 204, 0.2);
	background: linear-gradient(180deg, #4272d7, #5dc1d6) repeat-x;
}
.alert-info.alert-gradient hr {
	border-top-color: rgba(46, 160, 184, 0.2);
}
.alert-info.alert-gradient .alert-link {
	color: #e6e6e6;
}

.alert-warning.alert-gradient {
	color: #fff;
	background-color: #f4923a;
	border-color: rgba(247, 173, 106, 0.2);
	background: linear-gradient(180deg, #f7ad6a, #fac89a) repeat-x;
}
.alert-warning.alert-gradient hr {
	border-top-color: rgba(246, 160, 82, 0.2);
}
.alert-warning.alert-gradient .alert-link {
	color: #e6e6e6;
}

.alert-danger.alert-gradient {
	color: #fff;
	background-color: #ff2c38;
	border-color: rgba(255, 95, 104, 0.2);
	background: linear-gradient(180deg, #ff5f68, #ff9298) repeat-x;
}
.alert-danger.alert-gradient hr {
	border-top-color: rgba(255, 70, 80, 0.2);
}
.alert-danger.alert-gradient .alert-link {
	color: #e6e6e6;
}

.alert-light.alert-gradient {
	color: #fff;
	background-color: #959595;
	border-color: rgba(174, 174, 174, 0.2);
	background: linear-gradient(180deg, #aeaeae, #c8c8c8) repeat-x;
}
.alert-light.alert-gradient hr {
	border-top-color: rgba(161, 161, 161, 0.2);
}
.alert-light.alert-gradient .alert-link {
	color: #e6e6e6;
}

.alert-dark.alert-gradient {
	color: #fff;
	background-color: #23272d;
	border-color: rgba(58, 64, 73, 0.2);
	background: linear-gradient(180deg, #3a4049, #515965) repeat-x;
}
.alert-dark.alert-gradient hr {
	border-top-color: rgba(47, 52, 59, 0.2);
}
.alert-dark.alert-gradient .alert-link {
	color: #e6e6e6;
}
/* #endregion */

/* #region: form */
.custom-control {
	position: relative;
	display: block;
	min-height: 1.378125rem;
	padding-left: 2.0625rem;
	margin-top: 7px;
}

.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: #58a193;
	background-color: #58a193;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(88, 161, 147, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #a9d0c8;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #cae2dd;
	border-color: #cae2dd;
}
.custom-control-input:disabled ~ .custom-control-label {
	color: #aeaeae;
}
.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e7e7e7;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}
.custom-control-label::before {
	position: absolute;
	top: -0.0921875rem;
	left: -2.0625rem;
	display: block;
	width: 1.5625rem;
	height: 1.5625rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #bebebe solid 0.0625rem;
}
.custom-control-label::after {
	position: absolute;
	top: -0.0921875rem;
	left: -2.0625rem;
	display: block;
	width: 1.5625rem;
	height: 1.5625rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.375rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 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: #58a193;
	background-color: #58a193;
}
.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(88, 161, 147, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(88, 161, 147, 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(88, 161, 147, 0.5);
}

.custom-switch {
	padding-left: 3.234375rem;
}
.custom-switch .custom-control-label::before {
	left: -3.234375rem;
	width: 2.734375rem;
	pointer-events: all;
	border-radius: 0.78125rem;
}
.custom-switch .custom-control-label::after {
	top: calc(-0.0921875rem + 0.125rem);
	left: calc(-3.234375rem + 0.125rem);
	width: calc(1.5625rem - 0.25rem);
	height: calc(1.5625rem - 0.25rem);
	background-color: #bebebe;
	border-radius: 0.78125rem;
	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.171875rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(88, 161, 147, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.47em + 1.625rem + 2px);
	padding: 0.8125rem 2.3125rem 0.8125rem 1.3125rem;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.47;
	color: #818181;
	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='%233a4049' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.3125rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #dde3e8;
	border-radius: 0.375rem;
	-webkit-appearance: none;
		-moz-appearance: none;
					appearance: none;
}
.custom-select:focus {
	border-color: #a9d0c8;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(88, 161, 147, 0.25);
}
.custom-select:focus::-ms-value {
	color: #818181;
	background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 1.3125rem;
	background-image: none;
}
.custom-select:disabled {
	color: #aeaeae;
	background-color: #e7e7e7;
}
.custom-select::-ms-expand {
	display: none;
}

.custom-select-sm {
	height: calc(1.7em + 0.625rem + 2px);
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.9375rem;
	font-size: 0.9375rem;
}

.custom-select-lg {
	height: calc(1.2em + 2.375rem + 2px);
	padding-top: 1.1875rem;
	padding-bottom: 1.1875rem;
	padding-left: 1.3125rem;
	font-size: 1.0625rem;
}

.custom-control-label::before,
.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-select {
		transition: none;
	}
}

.form-group {
	margin-bottom: 1rem;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #c21927;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select {
	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 > .custom-select + .form-control,
.input-group > .custom-select + .custom-select {
	margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus {
	z-index: 3;
}

.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!important;
	border-bottom-left-radius: 0!important;
}

.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.8125rem 1.3125rem;
	margin-bottom: 0;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.47;
	color: #58a193;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #dde3e8;
	border-radius: 0.375rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
	margin-top: 0;
}

.input-group-text-primary {
	color: #58a193;
}
.input-group-text-secondary {
	color: #5b5eab;
}
.input-group-text-info {
	color: #4272d7;
}
.input-group-text-success {
	color: #02a533;
}
.input-group-text-warning {
	color: #f7ad6a;
}
.input-group-text-danger {
	color: #c21927;
}
.input-group-text-dark {
	color: #333;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
	height: calc(1.2em + 2.375rem + 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: 1.1875rem 1.3125rem;
	font-size: 1.0625rem;
	line-height: 1.2;
	border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: calc(1.7em + 0.625rem + 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.3125rem 0.9375rem;
	font-size: 0.9375rem;
	line-height: 1.7;
	border-radius: 0.25rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 2.3125rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

label {
	cursor: pointer;
	color: #3a4049;
	line-height: 1.47;
}

.form-group {
	margin-bottom: 0;
}

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: #818181;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
	min-height: calc(1.47em + 1.625rem + 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(58, 64, 73, 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;
}

input[type=number] {
	appearance: textfield;
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.custom-switch-sm {
	padding-left: 2.55078125rem;
}
.custom-switch-sm .custom-control-label {
	font-size: 0.8203125rem;
	line-height: 1.171875rem;
}
.custom-switch-sm .custom-control-label::before {
	left: -2.55078125rem;
	width: 2.05078125rem;
	height: 1.171875rem;
	border-radius: 0.5859375rem;
}
.custom-switch-sm .custom-control-label::after {
	left: calc(-2.55078125rem + 0.125rem);
	width: calc( 1.171875rem - 0.25rem );
	height: calc( 1.171875rem - 0.25rem );
}
.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	transform: translateX(0.87890625rem);
}

.custom-switch-lg {
	padding-left: 3.91796875rem;
}
.custom-switch-lg .custom-control-label {
	font-size: 1.059375rem;
	line-height: 1.953125rem;
}
.custom-switch-lg .custom-control-label::before {
	left: -3.91796875rem;
	width: 3.41796875rem;
	height: 1.953125rem;
	border-radius: 0.9765625rem;
}
.custom-switch-lg .custom-control-label::after {
	left: calc( -3.91796875rem + 2px );
	width: calc( 1.953125rem - 0.25rem );
	height: calc( 1.953125rem - 0.25rem );
}
.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	transform: translateX(1.46484375rem);
}

.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: 2.3125rem;
}

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='%23818181' d='M0 0 h4 l-2,3 z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: calc( 100% - 10px ) center;
	background-size: 8px;
	cursor: pointer;  width: 100%;
}
select > option,
select.form-control > option {
	cursor: pointer;
}
select[multiple],
select.form-control[multiple] {
	background-image: none;
}

.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: #58a193;
	background-color: #58a193;
}
.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: #58a193;
	box-shadow: none;
}
.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: #58a193;
}
.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: #71b1a5;
	border-color: #71b1a5;
}
.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: #58a193;
}
.custom-checkbox-primary .custom-control-label::before,
.custom-radio-primary .custom-control-label::before,
.custom-switch-primary .custom-control-label::before {
	border-color: #58a193;
}

.custom-switch-primary .custom-control-label::after {
	background: #58a193;
}

.custom-checkbox-primary-fill .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #58a193;
	background-color: #58a193;
}
.custom-checkbox-primary-fill .custom-control-input:focus ~ .custom-control-label::before {
	border-color: #58a193;
	box-shadow: none;
}
.custom-checkbox-primary-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #58a193;
}
.custom-checkbox-primary-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #71b1a5;
	border-color: #71b1a5;
}
.custom-checkbox-primary-fill .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #58a193;
}
.custom-checkbox-primary-fill .custom-control-label::before {
	border-color: #58a193;
	background: #58a193;
}

.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: #5b5eab;
	background-color: #5b5eab;
}
.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: #5b5eab;
	box-shadow: none;
}
.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: #5b5eab;
}
.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: #7678b9;
	border-color: #7678b9;
}
.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: #5b5eab;
}
.custom-checkbox-secondary .custom-control-label::before,
.custom-radio-secondary .custom-control-label::before,
.custom-switch-secondary .custom-control-label::before {
	border-color: #5b5eab;
}

.custom-switch-secondary .custom-control-label::after {
	background: #5b5eab;
}

.custom-checkbox-secondary-fill .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #5b5eab;
	background-color: #5b5eab;
}
.custom-checkbox-secondary-fill .custom-control-input:focus ~ .custom-control-label::before {
	border-color: #5b5eab;
	box-shadow: none;
}
.custom-checkbox-secondary-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #5b5eab;
}
.custom-checkbox-secondary-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #7678b9;
	border-color: #7678b9;
}
.custom-checkbox-secondary-fill .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #5b5eab;
}
.custom-checkbox-secondary-fill .custom-control-label::before {
	border-color: #5b5eab;
	background: #5b5eab;
}

.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: #02a533;
	background-color: #02a533;
}
.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: #02a533;
	box-shadow: none;
}
.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: #02a533;
}
.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: #67d1bd;
	border-color: #67d1bd;
}
.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: #02a533;
}
.custom-checkbox-success .custom-control-label::before,
.custom-radio-success .custom-control-label::before,
.custom-switch-success .custom-control-label::before {
	border-color: #02a533;
}

.custom-switch-success .custom-control-label::after {
	background: #02a533;
}

.custom-checkbox-success-fill .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #02a533;
	background-color: #02a533;
}
.custom-checkbox-success-fill .custom-control-input:focus ~ .custom-control-label::before {
	border-color: #02a533;
	box-shadow: none;
}
.custom-checkbox-success-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #02a533;
}
.custom-checkbox-success-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #67d1bd;
	border-color: #67d1bd;
}
.custom-checkbox-success-fill .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #02a533;
}
.custom-checkbox-success-fill .custom-control-label::before {
	border-color: #02a533;
	background: #02a533;
}

.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: #4272d7;
	background-color: #4272d7;
}
.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: #4272d7;
	box-shadow: none;
}
.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: #4272d7;
}
.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: #4272d7;
	border-color: #4272d7;
}
.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: #4272d7;
}
.custom-checkbox-info .custom-control-label::before,
.custom-radio-info .custom-control-label::before,
.custom-switch-info .custom-control-label::before {
	border-color: #4272d7;
}

.custom-switch-info .custom-control-label::after {
	background: #4272d7;
}

.custom-checkbox-info-fill .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #4272d7;
	background-color: #4272d7;
}
.custom-checkbox-info-fill .custom-control-input:focus ~ .custom-control-label::before {
	border-color: #4272d7;
	box-shadow: none;
}
.custom-checkbox-info-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #4272d7;
}
.custom-checkbox-info-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #4272d7;
	border-color: #4272d7;
}
.custom-checkbox-info-fill .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #4272d7;
}
.custom-checkbox-info-fill .custom-control-label::before {
	border-color: #4272d7;
	background: #4272d7;
}

.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: #f7ad6a;
	background-color: #f7ad6a;
}
.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: #f7ad6a;
	box-shadow: none;
}
.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: #f7ad6a;
}
.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: #f9c291;
	border-color: #f9c291;
}
.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: #f7ad6a;
}
.custom-checkbox-warning .custom-control-label::before,
.custom-radio-warning .custom-control-label::before,
.custom-switch-warning .custom-control-label::before {
	border-color: #f7ad6a;
}

.custom-switch-warning .custom-control-label::after {
	background: #f7ad6a;
}

.custom-checkbox-warning-fill .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #f7ad6a;
	background-color: #f7ad6a;
}
.custom-checkbox-warning-fill .custom-control-input:focus ~ .custom-control-label::before {
	border-color: #f7ad6a;
	box-shadow: none;
}
.custom-checkbox-warning-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #f7ad6a;
}
.custom-checkbox-warning-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #f9c291;
	border-color: #f9c291;
}
.custom-checkbox-warning-fill .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #f7ad6a;
}
.custom-checkbox-warning-fill .custom-control-label::before {
	border-color: #f7ad6a;
	background: #f7ad6a;
}

.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: #c21927;
	background-color: #c21927;
}
.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: #c21927;
	box-shadow: none;
}
.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: #c21927;
}
.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: #ff888f;
	border-color: #ff888f;
}
.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: #c21927;
}
.custom-checkbox-danger .custom-control-label::before,
.custom-radio-danger .custom-control-label::before,
.custom-switch-danger .custom-control-label::before {
	border-color: #c21927;
}

.custom-switch-danger .custom-control-label::after {
	background: #c21927;
}

.custom-checkbox-danger-fill .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #c21927;
	background-color: #c21927;
}
.custom-checkbox-danger-fill .custom-control-input:focus ~ .custom-control-label::before {
	border-color: #c21927;
	box-shadow: none;
}
.custom-checkbox-danger-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #c21927;
}
.custom-checkbox-danger-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #ff888f;
	border-color: #ff888f;
}
.custom-checkbox-danger-fill .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #c21927;
}
.custom-checkbox-danger-fill .custom-control-label::before {
	border-color: #c21927;
	background: #c21927;
}

.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: #aeaeae;
	background-color: #aeaeae;
}
.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: #aeaeae;
	box-shadow: none;
}
.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: #aeaeae;
}
.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: #c2c2c2;
	border-color: #c2c2c2;
}
.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: #aeaeae;
}
.custom-checkbox-light .custom-control-label::before,
.custom-radio-light .custom-control-label::before,
.custom-switch-light .custom-control-label::before {
	border-color: #aeaeae;
}

.custom-switch-light .custom-control-label::after {
	background: #aeaeae;
}

.custom-checkbox-light-fill .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #aeaeae;
	background-color: #aeaeae;
}
.custom-checkbox-light-fill .custom-control-input:focus ~ .custom-control-label::before {
	border-color: #aeaeae;
	box-shadow: none;
}
.custom-checkbox-light-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #aeaeae;
}
.custom-checkbox-light-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #c2c2c2;
	border-color: #c2c2c2;
}
.custom-checkbox-light-fill .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #aeaeae;
}
.custom-checkbox-light-fill .custom-control-label::before {
	border-color: #aeaeae;
	background: #aeaeae;
}

.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: #3a4049;
	background-color: #3a4049;
}
.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: #3a4049;
	box-shadow: none;
}
.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: #3a4049;
}
.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: #4c5460;
	border-color: #4c5460;
}
.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: #3a4049;
}
.custom-checkbox-dark .custom-control-label::before,
.custom-radio-dark .custom-control-label::before,
.custom-switch-dark .custom-control-label::before {
	border-color: #3a4049;
}

.custom-switch-dark .custom-control-label::after {
	background: #3a4049;
}

.custom-checkbox-dark-fill .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #3a4049;
	background-color: #3a4049;
}
.custom-checkbox-dark-fill .custom-control-input:focus ~ .custom-control-label::before {
	border-color: #3a4049;
	box-shadow: none;
}
.custom-checkbox-dark-fill .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #3a4049;
}
.custom-checkbox-dark-fill .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #4c5460;
	border-color: #4c5460;
}
.custom-checkbox-dark-fill .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #3a4049;
}
.custom-checkbox-dark-fill .custom-control-label::before {
	border-color: #3a4049;
	background: #3a4049;
}

* + .form-group {
	margin-top: 15px;
}
/* #endregion */

/* #region: login */
.login-wrap {
	max-width: 540px;
	padding-top: 8vh;
	margin: 0 auto;
}

.login-logo {
	text-align: center;
	margin-bottom: 30px;
}

.login-form .form-group label {
	display: block;
}

.login-content {
	background: #fff;
	padding: 30px 30px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

footer {
	padding-top: 20px;
}

.copyright {
	text-align: center;
	padding: 20px 0 20px 0;
}

.copyright p {
	font-size: 14px;
	color: #666;
	line-height: -webkit-calc(24/14);
	line-height: -moz-calc(24/14);
	line-height: calc(24/14);
}
/* #endregion */

/*dark mode*/
@media (prefers-color-scheme: dark) {
	:root {
		--color-scheme-background: #101010;
		--color-scheme-background-default: #182123;
		--color-scheme-border-color: #5a5a5a;
		--color-scheme-color-text: #d0d0d0;
	}

	body {
		background: var(--color-scheme-background);
		color: var(--color-scheme-color-text);
	}

	.page-content--bge5 {
		background: var(--color-scheme-background);
		color: var(--color-scheme-color-text);
	}

	.login-content {
		background: var(--color-scheme-background-default);
		color: var(--color-scheme-color-text);
	}

	label,
	.text-dark,
	.copyright p {
		color: var(--color-scheme-color-text)!important;
	}

	.input-group-text {
		color: var(--color-scheme-color-text);
		background-color: var(--color-scheme-background);
		border: 1px solid var(--color-scheme-border-color);
	}
}