@charset "utf-8";

/*!* Bootstrap v4.6.0(https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter,Inc. * Licensed under MIT(https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root {
	--blue                  : #007bff;
	--indigo                : #6610f2;
	--purple                : #6f42c1;
	--pink                  : #e83e8c;
	--red                   : #dc3545;
	--orange                : #fd7e14;
	--yellow                : #ffc107;
	--green                 : #28a745;
	--teal                  : #20c997;
	--cyan                  : #17a2b8;
	--white                 : #fff;
	--gray                  : #6c757d;
	--gray-dark             : #343a40;
	--primary               : #007bff;
	--secondary             : #6c757d;
	--success               : #28a745;
	--info                  : #17a2b8;
	--warning               : #ffc107;
	--danger                : #dc3545;
	--light                 : #f8f9fa;
	--dark                  : #343a40;
	--breakpoint-xs         : 0;
	--breakpoint-sm         : 576px;
	--breakpoint-md         : 768px;
	--breakpoint-lg         : 992px;
	--breakpoint-xl         : 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace : SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family                : sans-serif;
	line-height                : 1.15;
	-webkit-text-size-adjust   : 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block
}

body {
	margin          : 0;
	font-family     : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size       : 1rem;
	font-weight     : 400;
	line-height     : 1.5;
	color           : #212529;
	text-align      : left;
	background-color: #fff
}

[tabindex=-1]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height    : 0;
	overflow  : visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top   : 0;
	margin-bottom: .5rem
}

p {
	margin-top   : 0;
	margin-bottom: 1rem
}

address {
	margin-bottom: 1rem;
	font-style   : normal;
	line-height  : inherit
}

ol,
ul {
	margin-top   : 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sup {
	position      : relative;
	font-size     : 75%;
	line-height   : 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

a {
	color           : #007bff;
	text-decoration : none;
	background-color: transparent
}

a:hover {
	color          : #0056b3;
	text-decoration: underline
}

a:not([href]):not([class]) {
	color          : inherit;
	text-decoration: none
}

a:not([href]):not([class]):hover {
	color          : inherit;
	text-decoration: none
}

code,
pre {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size  : 1em
}

pre {
	margin-top        : 0;
	margin-bottom     : 1rem;
	overflow          : auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style  : none
}

svg {
	overflow      : hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top   : .75rem;
	padding-bottom: .75rem;
	color         : #6c757d;
	text-align    : left;
	caption-side  : bottom
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

label {
	display      : inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
select,
textarea {
	margin     : 0;
	font-family: inherit;
	font-size  : inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding     : 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding   : 0
}

textarea {
	overflow: auto;
	resize  : vertical
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset    : -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

summary {
	display: list-item;
	cursor : pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight  : 500;
	line-height  : 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size  : 1.25rem;
	font-weight: 300
}

hr {
	margin-top   : 1rem;
	margin-bottom: 1rem;
	border       : 0;
	border-top   : 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size  : 80%;
	font-weight: 400
}

.mark,
mark {
	padding         : .2em;
	background-color: #fcf8e3
}

.figure {
	display: inline-block
}

code {
	font-size: 87.5%;
	color    : #e83e8c;
	word-wrap: break-word
}

a>code {
	color: inherit
}

pre {
	display  : block;
	font-size: 87.5%;
	color    : #212529
}

pre code {
	font-size : inherit;
	color     : inherit;
	word-break: normal
}

.container,
.container-fluid {
	width        : 100%;
	padding-right: 15px;
	padding-left : 15px;
	margin-right : auto;
	margin-left  : auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display      : -ms-flexbox;
	display      : flex;
	-ms-flex-wrap: wrap;
	flex-wrap    : wrap;
	margin-right : -15px;
	margin-left  : -15px
}

.no-gutters {
	margin-right: 0;
	margin-left : 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left : 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-10,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-10,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-8 {
	position     : relative;
	width        : 100%;
	padding-right: 15px;
	padding-left : 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis             : 0;
	-ms-flex-positive      : 1;
	flex-grow              : 1;
	max-width              : 100%
}

.col-1 {
	-ms-flex : 0 0 8.333333%;
	flex     : 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex : 0 0 16.666667%;
	flex     : 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex : 0 0 25%;
	flex     : 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex : 0 0 33.333333%;
	flex     : 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex : 0 0 41.666667%;
	flex     : 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex : 0 0 50%;
	flex     : 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex : 0 0 58.333333%;
	flex     : 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex : 0 0 66.666667%;
	flex     : 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex : 0 0 75%;
	flex     : 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex : 0 0 83.333333%;
	flex     : 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex : 0 0 91.666667%;
	flex     : 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex : 0 0 100%;
	flex     : 0 0 100%;
	max-width: 100%
}

.order-1 {
	-ms-flex-order: 1;
	order         : 1
}

.order-2 {
	-ms-flex-order: 2;
	order         : 2
}

.order-3 {
	-ms-flex-order: 3;
	order         : 3
}

.offset-6 {
	margin-left: 50%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis             : 0;
		-ms-flex-positive      : 1;
		flex-grow              : 1;
		max-width              : 100%
	}

	.col-sm-1 {
		-ms-flex : 0 0 8.333333%;
		flex     : 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-ms-flex : 0 0 16.666667%;
		flex     : 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3 {
		-ms-flex : 0 0 25%;
		flex     : 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-ms-flex : 0 0 33.333333%;
		flex     : 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-sm-5 {
		-ms-flex : 0 0 41.666667%;
		flex     : 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-sm-6 {
		-ms-flex : 0 0 50%;
		flex     : 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-ms-flex : 0 0 58.333333%;
		flex     : 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-sm-8 {
		-ms-flex : 0 0 66.666667%;
		flex     : 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-9 {
		-ms-flex : 0 0 75%;
		flex     : 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-ms-flex : 0 0 83.333333%;
		flex     : 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-12 {
		-ms-flex : 0 0 100%;
		flex     : 0 0 100%;
		max-width: 100%
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order         : 1
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order         : 2
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order         : 3
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis             : 0;
		-ms-flex-positive      : 1;
		flex-grow              : 1;
		max-width              : 100%
	}

	.col-md-1 {
		-ms-flex : 0 0 8.333333%;
		flex     : 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-ms-flex : 0 0 16.666667%;
		flex     : 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-ms-flex : 0 0 25%;
		flex     : 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex : 0 0 33.333333%;
		flex     : 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-ms-flex : 0 0 41.666667%;
		flex     : 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-ms-flex : 0 0 50%;
		flex     : 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex : 0 0 58.333333%;
		flex     : 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex : 0 0 66.666667%;
		flex     : 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-9 {
		-ms-flex : 0 0 75%;
		flex     : 0 0 75%;
		max-width: 75%
	}

	.col-md-12 {
		-ms-flex : 0 0 100%;
		flex     : 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis             : 0;
		-ms-flex-positive      : 1;
		flex-grow              : 1;
		max-width              : 100%
	}

	.col-lg-3 {
		-ms-flex : 0 0 25%;
		flex     : 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex : 0 0 33.333333%;
		flex     : 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex : 0 0 41.666667%;
		flex     : 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex : 0 0 50%;
		flex     : 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex : 0 0 58.333333%;
		flex     : 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-9 {
		-ms-flex : 0 0 75%;
		flex     : 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-ms-flex : 0 0 83.333333%;
		flex     : 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-12 {
		-ms-flex : 0 0 100%;
		flex     : 0 0 100%;
		max-width: 100%
	}

	.offset-lg-1 {
		margin-left: 8.333333%
	}
}

@media (min-width:1200px) {
	.col-xl-2 {
		-ms-flex : 0 0 16.666667%;
		flex     : 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3 {
		-ms-flex : 0 0 25%;
		flex     : 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-ms-flex : 0 0 33.333333%;
		flex     : 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-8 {
		-ms-flex : 0 0 66.666667%;
		flex     : 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-10 {
		-ms-flex : 0 0 83.333333%;
		flex     : 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-12 {
		-ms-flex : 0 0 100%;
		flex     : 0 0 100%;
		max-width: 100%
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order         : 2
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order         : 3
	}
}

.table {
	width        : 100%;
	margin-bottom: 1rem;
	color        : #212529
}

.table td,
.table th {
	padding       : .75rem;
	vertical-align: top;
	border-top    : 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom : 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-responsive {
	display                   : block;
	width                     : 100%;
	overflow-x                : auto;
	-webkit-overflow-scrolling: touch
}

.form-control {
	display         : block;
	width           : 100%;
	height          : calc(1.5em + .75rem + 2px);
	padding         : .375rem .75rem;
	font-size       : 1rem;
	font-weight     : 400;
	line-height     : 1.5;
	color           : #495057;
	background-color: #fff;
	background-clip : padding-box;
	border          : 1px solid #ced4da;
	border-radius   : .25rem;
	transition      : border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border          : 0
}

.form-control:-moz-focusring {
	color      : transparent;
	text-shadow: 0 0 0 #495057
}

.form-control:focus {
	color           : #495057;
	background-color: #fff;
	border-color    : #80bdff;
	outline         : 0;
	box-shadow      : 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color  : #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color  : #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color  : #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color  : #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color  : #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity         : 1
}

input[type=date].form-control,
input[type=month].form-control,
input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance   : none;
	appearance        : none
}

select.form-control:focus::-ms-value {
	color           : #495057;
	background-color: #fff
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

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

.form-text {
	display   : block;
	margin-top: .25rem
}

.form-check {
	position    : relative;
	display     : block;
	padding-left: 1.25rem
}

.form-check-input {
	position   : absolute;
	margin-top : .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-control.is-invalid {
	border-color       : #dc3545;
	padding-right      : calc(1.5em + .75rem);
	background-image   : url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
	background-repeat  : no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size    : calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow  : 0 0 0 .2rem rgba(220, 53, 69, .25)
}

textarea.form-control.is-invalid {
	padding-right      : calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid {
	border-color : #dc3545;
	padding-right: calc(.75em + 2.3125rem);
	background   : url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) right .75rem center/8px 10px no-repeat, #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e) center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow  : 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color    : #e4606d;
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.form-inline {
	display       : -ms-flexbox;
	display       : flex;
	-ms-flex-flow : row wrap;
	flex-flow     : row wrap;
	-ms-flex-align: center;
	align-items   : center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display        : -ms-flexbox;
		display        : flex;
		-ms-flex-align : center;
		align-items    : center;
		-ms-flex-pack  : center;
		justify-content: center;
		margin-bottom  : 0
	}

	.form-inline .form-group {
		display       : -ms-flexbox;
		display       : flex;
		-ms-flex      : 0 0 auto;
		flex          : 0 0 auto;
		-ms-flex-flow : row wrap;
		flex-flow     : row wrap;
		-ms-flex-align: center;
		align-items   : center;
		margin-bottom : 0
	}

	.form-inline .form-control {
		display       : inline-block;
		width         : auto;
		vertical-align: middle
	}

	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}

	.form-inline .form-check {
		display        : -ms-flexbox;
		display        : flex;
		-ms-flex-align : center;
		align-items    : center;
		-ms-flex-pack  : center;
		justify-content: center;
		width          : auto;
		padding-left   : 0
	}

	.form-inline .form-check-input {
		position         : relative;
		-ms-flex-negative: 0;
		flex-shrink      : 0;
		margin-top       : 0;
		margin-right     : .25rem;
		margin-left      : 0
	}

	.form-inline .custom-control {
		-ms-flex-align : center;
		align-items    : center;
		-ms-flex-pack  : center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display            : inline-block;
	font-weight        : 400;
	color              : #212529;
	text-align         : center;
	vertical-align     : middle;
	-webkit-user-select: none;
	-moz-user-select   : none;
	-ms-user-select    : none;
	user-select        : none;
	background-color   : transparent;
	border             : 1px solid transparent;
	padding            : .375rem .75rem;
	font-size          : 1rem;
	line-height        : 1.5;
	border-radius      : .25rem;
	transition         : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color          : #212529;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline   : 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled {
	pointer-events: none
}

.btn-primary {
	color           : #fff;
	background-color: #007bff;
	border-color    : #007bff
}

.btn-primary:hover {
	color           : #fff;
	background-color: #0069d9;
	border-color    : #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
	color           : #fff;
	background-color: #0069d9;
	border-color    : #0062cc;
	box-shadow      : 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color           : #fff;
	background-color: #007bff;
	border-color    : #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color           : #fff;
	background-color: #0062cc;
	border-color    : #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-outline-light {
	color       : #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color           : #212529;
	background-color: #f8f9fa;
	border-color    : #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color           : #f8f9fa;
	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           : #212529;
	background-color: #f8f9fa;
	border-color    : #f8f9fa
}

.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: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-sm {
	padding      : .25rem .5rem;
	font-size    : .875rem;
	line-height  : 1.5;
	border-radius: .2rem
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position  : relative;
	height    : 0;
	overflow  : hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.dropdown {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display       : inline-block;
	margin-left   : .255em;
	vertical-align: .255em;
	content       : "";
	border-top    : .3em solid;
	border-right  : .3em solid transparent;
	border-bottom : 0;
	border-left   : .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position        : absolute;
	top             : 100%;
	left            : 0;
	z-index         : 1000;
	display         : none;
	float           : left;
	min-width       : 10rem;
	padding         : .5rem 0;
	margin          : .125rem 0 0;
	font-size       : 1rem;
	color           : #212529;
	text-align      : left;
	list-style      : none;
	background-color: #fff;
	background-clip : padding-box;
	border          : 1px solid rgba(0, 0, 0, .15);
	border-radius   : .25rem
}

.dropdown-menu-right {
	right: 0;
	left : auto
}

.dropdown-divider {
	height    : 0;
	margin    : .5rem 0;
	overflow  : hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display         : block;
	width           : 100%;
	padding         : .25rem 1.5rem;
	clear           : both;
	font-weight     : 400;
	color           : #212529;
	text-align      : inherit;
	white-space     : nowrap;
	background-color: transparent;
	border          : 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color           : #16181b;
	text-decoration : none;
	background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
	color           : #fff;
	text-decoration : none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color           : #adb5bd;
	pointer-events  : none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

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

.input-group>.custom-select,
.input-group>.form-control {
	position     : relative;
	-ms-flex     : 1 1 auto;
	flex         : 1 1 auto;
	width        : 1%;
	min-width    : 0;
	margin-bottom: 0
}

.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius   : 0;
	border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
	border-top-right-radius   : 0;
	border-bottom-right-radius: 0
}

.input-group-append {
	display: -ms-flexbox;
	display: flex
}

.input-group-append .btn {
	position: relative;
	z-index : 2
}

.input-group-append .btn:focus {
	z-index: 3
}

.input-group-append .btn+.btn {
	margin-left: -1px
}

.input-group-append {
	margin-left: -1px
}

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

.input-group>.input-group-append>.btn {
	border-top-left-radius   : 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position                  : relative;
	z-index                   : 1;
	display                   : block;
	min-height                : 1.5rem;
	padding-left              : 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust              : exact
}

.custom-control-inline {
	display     : -ms-inline-flexbox;
	display     : inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	left    : 0;
	z-index : -1;
	width   : 1rem;
	height  : 1.25rem;
	opacity : 0
}

.custom-control-input:checked~.custom-control-label::before {
	color           : #fff;
	border-color    : #007bff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color           : #fff;
	background-color: #b3d7ff;
	border-color    : #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position      : relative;
	margin-bottom : 0;
	vertical-align: top
}

.custom-control-label::before {
	position        : absolute;
	top             : .25rem;
	left            : -1.5rem;
	display         : block;
	width           : 1rem;
	height          : 1rem;
	pointer-events  : none;
	content         : "";
	background-color: #fff;
	border          : #adb5bd solid 1px
}

.custom-control-label::after {
	position  : absolute;
	top       : .25rem;
	left      : -1.5rem;
	display   : block;
	width     : 1rem;
	height    : 1rem;
	content   : "";
	background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color    : #007bff;
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e)
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e)
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display       : inline-block;
	width         : 100%;
	height        : calc(1.5em + .75rem + 2px);
	padding       : .375rem 1.75rem .375rem .75rem;
	font-size     : 1rem;
	font-weight   : 400;
	line-height   : 1.5;
	color         : #495057;
	vertical-align: middle;
	background    : #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) right .75rem center/8px 10px no-repeat;
	border        : 1px solid #ced4da;
	border-radius : .25rem;
}

.custom-select:focus {
	border-color: #80bdff;
	outline     : 0;
	box-shadow  : 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
	color           : #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size=1]) {
	height          : auto;
	padding-right   : .75rem;
	background-image: none
}

.custom-select:disabled {
	color           : #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select:-moz-focusring {
	color      : transparent;
	text-shadow: 0 0 0 #495057
}

.custom-control-label::before,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

	.custom-control-label::before,
	.custom-select {
		transition: none
	}
}

.nav {
	display      : -ms-flexbox;
	display      : flex;
	-ms-flex-wrap: wrap;
	flex-wrap    : wrap;
	padding-left : 0;
	margin-bottom: 0;
	list-style   : none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color         : #6c757d;
	pointer-events: none;
	cursor        : default
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position       : relative;
	display        : -ms-flexbox;
	display        : flex;
	-ms-flex-wrap  : wrap;
	flex-wrap      : wrap;
	-ms-flex-align : center;
	align-items    : center;
	-ms-flex-pack  : justify;
	justify-content: space-between;
	padding        : .5rem 1rem
}

.navbar .container,
.navbar .container-fluid {
	display        : -ms-flexbox;
	display        : flex;
	-ms-flex-wrap  : wrap;
	flex-wrap      : wrap;
	-ms-flex-align : center;
	align-items    : center;
	-ms-flex-pack  : justify;
	justify-content: space-between
}

.navbar-brand {
	display       : inline-block;
	padding-top   : .3125rem;
	padding-bottom: .3125rem;
	margin-right  : 1rem;
	font-size     : 1.25rem;
	line-height   : inherit;
	white-space   : nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display           : -ms-flexbox;
	display           : flex;
	-ms-flex-direction: column;
	flex-direction    : column;
	padding-left      : 0;
	margin-bottom     : 0;
	list-style        : none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left : 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float   : none
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis             : 100%;
	-ms-flex-positive      : 1;
	flex-grow              : 1;
	-ms-flex-align         : center;
	align-items            : center
}

.navbar-toggler {
	padding         : .25rem .75rem;
	font-size       : 1.25rem;
	line-height     : 1;
	background-color: transparent;
	border          : 1px solid transparent;
	border-radius   : .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display       : inline-block;
	width         : 1.5em;
	height        : 1.5em;
	vertical-align: middle;
	content       : "";
	background    : 50%/100% 100% no-repeat
}

@media (max-width:767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left : 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow  : row nowrap;
		flex-flow      : row nowrap;
		-ms-flex-pack  : start;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction    : row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left : .5rem
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap    : nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display                : -ms-flexbox !important;
		display                : flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis             : auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left : 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow  : row nowrap;
		flex-flow      : row nowrap;
		-ms-flex-pack  : start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction    : row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left : .5rem
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap    : nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display                : -ms-flexbox !important;
		display                : flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis             : auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-ms-flex-flow  : row nowrap;
	flex-flow      : row nowrap;
	-ms-flex-pack  : start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left : 0
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction    : row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left : .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap    : nowrap
}

.navbar-expand .navbar-collapse {
	display                : -ms-flexbox !important;
	display                : flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis             : auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color       : rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}


.card {
	position          : relative;
	display           : -ms-flexbox;
	display           : flex;
	-ms-flex-direction: column;
	flex-direction    : column;
	min-width         : 0;
	word-wrap         : break-word;
	background-color  : #fff;
	background-clip   : border-box;
	border            : 1px solid rgba(0, 0, 0, .125);
	border-radius     : .25rem
}

.card>hr {
	margin-right: 0;
	margin-left : 0
}

.card-body {
	-ms-flex  : 1 1 auto;
	flex      : 1 1 auto;
	min-height: 1px;
	padding   : 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-text:last-child {
	margin-bottom: 0
}

.card-header {
	padding         : .75rem 1.25rem;
	margin-bottom   : 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom   : 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
	padding         : .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top      : 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-img-top {
	-ms-flex-negative: 0;
	flex-shrink      : 0;
	width            : 100%
}

.card-img-top {
	border-top-left-radius : calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.accordion {
	overflow-anchor: none
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:last-of-type) {
	border-bottom             : 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius : 0
}

.accordion>.card:not(:first-of-type) {
	border-top-left-radius : 0;
	border-top-right-radius: 0
}

.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px
}

.pagination {
	display      : -ms-flexbox;
	display      : flex;
	padding-left : 0;
	list-style   : none;
	border-radius: .25rem
}

.page-link {
	position        : relative;
	display         : block;
	padding         : .5rem .75rem;
	margin-left     : -1px;
	line-height     : 1.25;
	color           : #007bff;
	background-color: #fff;
	border          : 1px solid #dee2e6
}

.page-link:hover {
	z-index         : 2;
	color           : #0056b3;
	text-decoration : none;
	background-color: #e9ecef;
	border-color    : #dee2e6
}

.page-link:focus {
	z-index   : 3;
	outline   : 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
	margin-left              : 0;
	border-top-left-radius   : .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius   : .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index         : 3;
	color           : #fff;
	background-color: #007bff;
	border-color    : #007bff
}

.page-item.disabled .page-link {
	color           : #6c757d;
	pointer-events  : none;
	cursor          : auto;
	background-color: #fff;
	border-color    : #dee2e6
}

.badge {
	display       : inline-block;
	padding       : .25em .4em;
	font-size     : 75%;
	font-weight   : 700;
	line-height   : 1;
	text-align    : center;
	white-space   : nowrap;
	vertical-align: baseline;
	border-radius : .25rem;
	transition    : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

a.badge:focus,
a.badge:hover {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top     : -1px
}

.badge-success {
	color           : #fff;
	background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
	color           : #fff;
	background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
	outline   : 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-danger {
	color           : #fff;
	background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
	color           : #fff;
	background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
	outline   : 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.alert {
	position     : relative;
	padding      : .75rem 1.25rem;
	margin-bottom: 1rem;
	border       : 1px solid transparent;
	border-radius: .25rem
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top     : 0;
	right   : 0;
	z-index : 2;
	padding : .75rem 1.25rem;
	color   : inherit
}

.alert-danger {
	color           : #721c24;
	background-color: #f8d7da;
	border-color    : #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	display         : -ms-flexbox;
	display         : flex;
	height          : 1rem;
	overflow        : hidden;
	line-height     : 0;
	font-size       : .75rem;
	background-color: #e9ecef;
	border-radius   : .25rem
}

.media {
	display       : -ms-flexbox;
	display       : flex;
	-ms-flex-align: start;
	align-items   : flex-start
}

.close {
	float      : right;
	font-size  : 1.5rem;
	font-weight: 700;
	line-height: 1;
	color      : #000;
	text-shadow: 0 1px 0 #fff;
	opacity    : .5
}

.close:hover {
	color          : #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding         : 0;
	background-color: transparent;
	border          : 0
}

a.close.disabled {
	pointer-events: none
}

.modal {
	position: fixed;
	top     : 0;
	left    : 0;
	z-index : 1050;
	display : none;
	width   : 100%;
	height  : 100%;
	overflow: hidden;
	outline : 0
}

.modal-dialog {
	position      : relative;
	width         : auto;
	margin        : .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition       : -webkit-transform .3s ease-out;
	transition       : transform .3s ease-out;
	transition       : transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform        : translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform        : none
}

.modal-dialog-scrollable {
	display   : -ms-flexbox;
	display   : flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow  : hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink      : 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-content {
	position          : relative;
	display           : -ms-flexbox;
	display           : flex;
	-ms-flex-direction: column;
	flex-direction    : column;
	width             : 100%;
	pointer-events    : auto;
	background-color  : #fff;
	background-clip   : padding-box;
	border            : 1px solid rgba(0, 0, 0, .2);
	border-radius     : .3rem;
	outline           : 0
}

.modal-header {
	display                : -ms-flexbox;
	display                : flex;
	-ms-flex-align         : start;
	align-items            : flex-start;
	-ms-flex-pack          : justify;
	justify-content        : space-between;
	padding                : 1rem 1rem;
	border-bottom          : 1px solid #dee2e6;
	border-top-left-radius : calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
	padding: 1rem 1rem;
	margin : -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height  : 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex    : 1 1 auto;
	padding : 1rem
}

.modal-footer {
	display                   : -ms-flexbox;
	display                   : flex;
	-ms-flex-wrap             : wrap;
	flex-wrap                 : wrap;
	-ms-flex-align            : center;
	align-items               : center;
	-ms-flex-pack             : end;
	justify-content           : flex-end;
	padding                   : .75rem;
	border-top                : 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius : calc(.3rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin   : 1.75rem auto
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
}

.tooltip {
	position       : absolute;
	z-index        : 1070;
	display        : block;
	margin         : 0;
	font-family    : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style     : normal;
	font-weight    : 400;
	line-height    : 1.5;
	text-align     : left;
	text-align     : start;
	text-decoration: none;
	text-shadow    : none;
	text-transform : none;
	letter-spacing : normal;
	word-break     : normal;
	word-spacing   : normal;
	white-space    : normal;
	line-break     : auto;
	font-size      : .875rem;
	word-wrap      : break-word;
	opacity        : 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display : block;
	width   : .8rem;
	height  : .4rem
}

.tooltip .arrow::before {
	position    : absolute;
	content     : "";
	border-color: transparent;
	border-style: solid
}

.popover {
	position        : absolute;
	top             : 0;
	left            : 0;
	z-index         : 1060;
	display         : block;
	max-width       : 276px;
	font-family     : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style      : normal;
	font-weight     : 400;
	line-height     : 1.5;
	text-align      : left;
	text-align      : start;
	text-decoration : none;
	text-shadow     : none;
	text-transform  : none;
	letter-spacing  : normal;
	word-break      : normal;
	word-spacing    : normal;
	white-space     : normal;
	line-break      : auto;
	font-size       : .875rem;
	word-wrap       : break-word;
	background-color: #fff;
	background-clip : padding-box;
	border          : 1px solid rgba(0, 0, 0, .2);
	border-radius   : .3rem
}

.popover .arrow {
	position: absolute;
	display : block;
	width   : 1rem;
	height  : .5rem;
	margin  : 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	position    : absolute;
	display     : block;
	content     : "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-left>.arrow {
	right : calc(-.5rem - 1px);
	width : .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-left>.arrow::before {
	right            : 0;
	border-width     : .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-left>.arrow::after {
	right            : 1px;
	border-width     : .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-body {
	padding: .5rem .75rem;
	color  : #212529
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width   : 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear  : both;
	content: ""
}

.carousel-item {
	position                   : relative;
	display                    : none;
	float                      : left;
	width                      : 100%;
	margin-right               : -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility        : hidden;
	transition                 : -webkit-transform .6s ease-in-out;
	transition                 : transform .6s ease-in-out;
	transition                 : transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item.active {
	display: block
}

.carousel-fade .carousel-item {
	opacity            : 0;
	transition-property: opacity;
	-webkit-transform  : none;
	transform          : none
}

.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform        : rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform        : rotate(360deg)
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform        : scale(0)
	}

	50% {
		opacity          : 1;
		-webkit-transform: none;
		transform        : none
	}
}

.align-middle {
	vertical-align: middle !important
}

.bg-white {
	background-color: #fff !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-white {
	border-color: #fff !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius : .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.clearfix::after {
	display: block;
	clear  : both;
	content: ""
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-block {
		display: block !important
	}
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction    : column !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap    : wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap    : nowrap !important
}

.justify-content-start {
	-ms-flex-pack  : start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-ms-flex-pack  : end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-ms-flex-pack  : center !important;
	justify-content: center !important
}

.justify-content-between {
	-ms-flex-pack  : justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack  : distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items   : flex-start !important
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items   : flex-end !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items   : center !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self         : center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self         : baseline !important
}

@media (min-width:576px) {
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction    : column !important
	}

	.justify-content-sm-start {
		-ms-flex-pack  : start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-ms-flex-pack  : end !important;
		justify-content: flex-end !important
	}
}

@media (min-width:768px) {
	.justify-content-md-center {
		-ms-flex-pack  : center !important;
		justify-content: center !important
	}
}

@media (min-width:992px) {
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap    : wrap !important
	}

	.justify-content-lg-between {
		-ms-flex-pack  : justify !important;
		justify-content: space-between !important
	}
}

@media (min-width:1200px) {
	.justify-content-xl-start {
		-ms-flex-pack  : start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-between {
		-ms-flex-pack  : justify !important;
		justify-content: space-between !important
	}
}

.float-right {
	float: right !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.fixed-top {
	position: fixed;
	top     : 0;
	right   : 0;
	left    : 0;
	z-index : 1030
}

.sr-only {
	position   : absolute;
	width      : 1px;
	height     : 1px;
	padding    : 0;
	margin     : -1px;
	overflow   : hidden;
	clip       : rect(0, 0, 0, 0);
	white-space: nowrap;
	border     : 0
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-27 {
	width: 27% !important;
  }

.w-100 {
	width: 100% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4 {
	margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4 {
	margin-left: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mr-5 {
	margin-right: 3rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.ml-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.pl-5 {
	padding-left: 3rem !important
}

.mr-n1 {
	margin-right: -.25rem !important
}

.mr-n2 {
	margin-right: -.5rem !important
}

.mb-n3 {
	margin-bottom: -1rem !important
}

.ml-n3 {
	margin-left: -1rem !important
}

.mb-n4 {
	margin-bottom: -1.5rem !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.mt-sm-1 {
		margin-top: .25rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2 {
		margin-left: .5rem !important
	}

	.mr-sm-5 {
		margin-right: 3rem !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.py-sm-1 {
		padding-top: .25rem !important
	}

	.py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1 {
		padding-left: .25rem !important
	}

	.px-sm-3 {
		padding-right: 1rem !important
	}

	.px-sm-3 {
		padding-left: 1rem !important
	}

	.mx-sm-auto {
		margin-right: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.mt-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mx-md-0 {
		margin-left: 0 !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

	.ml-md-1 {
		margin-left: .25rem !important
	}

	.mt-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2 {
		margin-right: .5rem !important
	}

	.ml-md-3 {
		margin-left: 1rem !important
	}

	.mr-md-4 {
		margin-right: 1.5rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0 {
		padding-right: 0 !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important
	}

	.px-md-2 {
		padding-left: .5rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important
	}

	.px-md-5 {
		padding-left: 3rem !important
	}

	.ml-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mx-lg-0 {
		margin-right: 0 !important
	}

	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.mx-lg-0 {
		margin-left: 0 !important
	}

	.ml-lg-2 {
		margin-left: .5rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.px-lg-3 {
		padding-right: 1rem !important
	}

	.px-lg-3 {
		padding-left: 1rem !important
	}

	.pl-lg-4 {
		padding-left: 1.5rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important
	}

	.px-lg-5 {
		padding-left: 3rem !important
	}

	.mt-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4 {
		margin-right: -1.5rem !important
	}
}

@media (min-width:1200px) {
	.ml-xl-0 {
		margin-left: 0 !important
	}

	.mr-xl-1 {
		margin-right: .25rem !important
	}

	.mr-xl-2 {
		margin-right: .5rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pl-xl-2 {
		padding-left: .5rem !important
	}

	.pr-xl-5 {
		padding-right: 3rem !important
	}
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow     : hidden;
	text-overflow: ellipsis;
	white-space  : nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}
}

@media (min-width:768px) {
	.text-md-right {
		text-align: right !important
	}
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a !important
}

.text-muted {
	color: #6c757d !important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important
}

.text-break {
	word-break: break-word !important;
	word-wrap : break-word !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {

	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow : none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	pre {
		white-space: pre-wrap !important
	}

	pre {
		border           : 1px solid #adb5bd;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows : 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}