@charset "UTF-8"; @keyframes fadeIn {
	0% {
			opacity: 0;
	}

	to {
			opacity: 1;
	}
}

@keyframes fadeInUp {
	0% {
			opacity: 0;
			transform: translate3d(0,2rem,0);
	}

	to {
			opacity: 1;
			transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
			opacity: 0;
			transform: translate3d(0,-2rem,0);
	}

	to {
			opacity: 1;
			transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
			transform: translate3d(100%,0,0);
	}

	to {
			transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
			transform: translate3d(-100%,0,0);
	}

	to {
			transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
			transform: translate3d(0,100%,0);
	}

	to {
			transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
			transform: translate3d(0,-100%,0);
	}

	to {
			transform: translateZ(0);
	}
}

@keyframes expandY {
	0% {
			opacity: 0;
			transform: scaleY(0);
	}

	to {
			opacity: 1;
			transform: scaleY(1);
	}
}

@keyframes expandX {
	0% {
			opacity: 0;
			transform: scaleX(0);
	}

	to {
			opacity: 1;
			transform: scaleX(1);
	}
}

@keyframes rotate180 {
	0% {
			transform: rotate3d(0,0,1,0);
	}

	to {
			transform: rotate3d(0,0,1,180deg);
	}
}

:root {
	--blue: #41B0EE;
	--indigo: #6610f2;
	--purple: #673AB6;
	--pink: #e83e8c;
	--red: #F03529;
	--orange: #fd7e14;
	--yellow: #FFC500;
	--green: #60cd18;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #868686;
	--gray-dark: #333333;
	--primary: #41B0EE;
	--secondary: #dedede;
	--success: #308800;
	--info: #dedede;
	--warning: #FFC500;
	--danger: #D81A1A;
	--light: #f8f8f8;
	--dark: #333333;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "SEBSansSerif", "Trebuchet MS", "Trebuchet", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
	*,*:before,*:after {
			text-shadow: none!important;
			box-shadow: none!important;
	}

	a:not(.btn) {
			text-decoration: underline;
	}

	abbr[title]:after {
			content: " (" attr(title) ")";
	}

	pre {
			white-space: pre-wrap!important;
	}

	pre,blockquote {
			border: 1px solid #adadad;
			page-break-inside: avoid;
	}

	thead {
			display: table-header-group;
	}

	tr,img {
			page-break-inside: avoid;
	}

	p,h2,h3 {
			orphans: 3;
			widows: 3;
	}

	h2,h3 {
			page-break-after: avoid;
	}

	@ page {
			size: a3;
	}

	body,.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;
	}

	.table-bordered th,.table-bordered td {
			border: 1px solid #dedede!important;
	}

	.table-dark {
			color: inherit;
	}

	.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
			border-color: #dedede;
	}

	.table .thead-dark th {
			color: inherit;
			border-color: #dedede;
	}
}

*,*:before,*:after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block;
}

body {
	margin: 0;
	font-family: SEBSansSerif,Trebuchet MS,Trebuchet,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-align: left;
}

[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;
}

abbr[title],abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,ul,dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,ul ul,ol ul,ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #0062bc;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #007ac7;
	text-decoration: underline;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,code,kbd,samp {
	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: .625rem .75rem;
	padding-bottom: .625rem .75rem;
	color: #868686;
	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 {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,button,select,optgroup,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;
}

button,[type=button],[type=reset],[type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=radio],input[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

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;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none!important;
}

a {
	font-weight: 500;
}

.external:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%230062BC' /%3E%3C/svg%3E");
	height: 1rem;
	width: .875em;
	display: inline-block;
	vertical-align: -2px;
	margin-left: .25rem;
	margin-right: .25rem;
}

.external:hover:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%23007AC7' /%3E%3C/svg%3E");
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: #222;
}

h1,.h1 {
	font-size: 3rem;
}

h2,.h2 {
	font-size: 2rem;
}

h3,.h3 {
	font-size: 1.5rem;
}

h4,.h4 {
	font-size: 1.25rem;
}

h5,.h5 {
	font-size: 1rem;
}

h6,.h6 {
	font-size: .875rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

small,.small {
	font-size: .875rem;
	font-weight: 400;
}

mark,.mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled,.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: .875rem;
	color: #868686;
}

.blockquote-footer:before {
	content: "\2014\a0";
}

h1,.h1,h2,.h2,h3,.h3 {
	font-weight: 700;
}

h6,.h6 {
	font-weight: 400;
}

@media (max-width: 991.98px) {
	h1 {
			font-size: 2.5rem;
	}

	h2 {
			font-size: 1.5rem;
	}

	h3 {
			font-size: 1.25rem;
	}
}

@media (max-width: 767.98px) {
	h1 {
			font-size: 2rem;
	}

	h2 {
			font-size: 1.5rem;
	}

	h3 {
			font-size: 1.25rem;
	}
}

.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm,.container {
			max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-md,.container-sm,.container {
			max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container-lg,.container-md,.container-sm,.container {
			max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container-xl,.container-lg,.container-md,.container-sm,.container {
			max-width: 1140px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
	position: relative;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
			flex-basis: 0;
			flex-grow: 1;
			max-width: 100%;
	}

	.row-cols-sm-1>* {
			flex: 0 0 100%;
			max-width: 100%;
	}

	.row-cols-sm-2>* {
			flex: 0 0 50%;
			max-width: 50%;
	}

	.row-cols-sm-3>* {
			flex: 0 0 33.3333333333%;
			max-width: 33.3333333333%;
	}

	.row-cols-sm-4>* {
			flex: 0 0 25%;
			max-width: 25%;
	}

	.row-cols-sm-5>* {
			flex: 0 0 20%;
			max-width: 20%;
	}

	.row-cols-sm-6>* {
			flex: 0 0 16.6666666667%;
			max-width: 16.6666666667%;
	}

	.col-sm-auto {
			flex: 0 0 auto;
			width: auto;
			max-width: 100%;
	}

	.col-sm-1 {
			flex: 0 0 8.3333333333%;
			max-width: 8.3333333333%;
	}

	.col-sm-2 {
			flex: 0 0 16.6666666667%;
			max-width: 16.6666666667%;
	}

	.col-sm-3 {
			flex: 0 0 25%;
			max-width: 25%;
	}

	.col-sm-4 {
			flex: 0 0 33.3333333333%;
			max-width: 33.3333333333%;
	}

	.col-sm-5 {
			flex: 0 0 41.6666666667%;
			max-width: 41.6666666667%;
	}

	.col-sm-6 {
			flex: 0 0 50%;
			max-width: 50%;
	}

	.col-sm-7 {
			flex: 0 0 58.3333333333%;
			max-width: 58.3333333333%;
	}

	.col-sm-8 {
			flex: 0 0 66.6666666667%;
			max-width: 66.6666666667%;
	}

	.col-sm-9 {
			flex: 0 0 75%;
			max-width: 75%;
	}

	.col-sm-10 {
			flex: 0 0 83.3333333333%;
			max-width: 83.3333333333%;
	}

	.col-sm-11 {
			flex: 0 0 91.6666666667%;
			max-width: 91.6666666667%;
	}

	.col-sm-12 {
			flex: 0 0 100%;
			max-width: 100%;
	}

	.order-sm-first {
			order: -1;
	}

	.order-sm-last {
			order: 13;
	}

	.order-sm-0 {
			order: 0;
	}

	.order-sm-1 {
			order: 1;
	}

	.order-sm-2 {
			order: 2;
	}

	.order-sm-3 {
			order: 3;
	}

	.order-sm-4 {
			order: 4;
	}

	.order-sm-5 {
			order: 5;
	}

	.order-sm-6 {
			order: 6;
	}

	.order-sm-7 {
			order: 7;
	}

	.order-sm-8 {
			order: 8;
	}

	.order-sm-9 {
			order: 9;
	}

	.order-sm-10 {
			order: 10;
	}

	.order-sm-11 {
			order: 11;
	}

	.order-sm-12 {
			order: 12;
	}

	.offset-sm-0 {
			margin-left: 0;
	}

	.offset-sm-1 {
			margin-left: 8.3333333333%;
	}

	.offset-sm-2 {
			margin-left: 16.6666666667%;
	}

	.offset-sm-3 {
			margin-left: 25%;
	}

	.offset-sm-4 {
			margin-left: 33.3333333333%;
	}

	.offset-sm-5 {
			margin-left: 41.6666666667%;
	}

	.offset-sm-6 {
			margin-left: 50%;
	}

	.offset-sm-7 {
			margin-left: 58.3333333333%;
	}

	.offset-sm-8 {
			margin-left: 66.6666666667%;
	}

	.offset-sm-9 {
			margin-left: 75%;
	}

	.offset-sm-10 {
			margin-left: 83.3333333333%;
	}

	.offset-sm-11 {
			margin-left: 91.6666666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
			flex-basis: 0;
			flex-grow: 1;
			max-width: 100%;
	}

	.row-cols-md-1>* {
			flex: 0 0 100%;
			max-width: 100%;
	}

	.row-cols-md-2>* {
			flex: 0 0 50%;
			max-width: 50%;
	}

	.row-cols-md-3>* {
			flex: 0 0 33.3333333333%;
			max-width: 33.3333333333%;
	}

	.row-cols-md-4>* {
			flex: 0 0 25%;
			max-width: 25%;
	}

	.row-cols-md-5>* {
			flex: 0 0 20%;
			max-width: 20%;
	}

	.row-cols-md-6>* {
			flex: 0 0 16.6666666667%;
			max-width: 16.6666666667%;
	}

	.col-md-auto {
			flex: 0 0 auto;
			width: auto;
			max-width: 100%;
	}

	.col-md-1 {
			flex: 0 0 8.3333333333%;
			max-width: 8.3333333333%;
	}

	.col-md-2 {
			flex: 0 0 16.6666666667%;
			max-width: 16.6666666667%;
	}

	.col-md-3 {
			flex: 0 0 25%;
			max-width: 25%;
	}

	.col-md-4 {
			flex: 0 0 33.3333333333%;
			max-width: 33.3333333333%;
	}

	.col-md-5 {
			flex: 0 0 41.6666666667%;
			max-width: 41.6666666667%;
	}

	.col-md-6 {
			flex: 0 0 50%;
			max-width: 50%;
	}

	.col-md-7 {
			flex: 0 0 58.3333333333%;
			max-width: 58.3333333333%;
	}

	.col-md-8 {
			flex: 0 0 66.6666666667%;
			max-width: 66.6666666667%;
	}

	.col-md-9 {
			flex: 0 0 75%;
			max-width: 75%;
	}

	.col-md-10 {
			flex: 0 0 83.3333333333%;
			max-width: 83.3333333333%;
	}

	.col-md-11 {
			flex: 0 0 91.6666666667%;
			max-width: 91.6666666667%;
	}

	.col-md-12 {
			flex: 0 0 100%;
			max-width: 100%;
	}

	.order-md-first {
			order: -1;
	}

	.order-md-last {
			order: 13;
	}

	.order-md-0 {
			order: 0;
	}

	.order-md-1 {
			order: 1;
	}

	.order-md-2 {
			order: 2;
	}

	.order-md-3 {
			order: 3;
	}

	.order-md-4 {
			order: 4;
	}

	.order-md-5 {
			order: 5;
	}

	.order-md-6 {
			order: 6;
	}

	.order-md-7 {
			order: 7;
	}

	.order-md-8 {
			order: 8;
	}

	.order-md-9 {
			order: 9;
	}

	.order-md-10 {
			order: 10;
	}

	.order-md-11 {
			order: 11;
	}

	.order-md-12 {
			order: 12;
	}

	.offset-md-0 {
			margin-left: 0;
	}

	.offset-md-1 {
			margin-left: 8.3333333333%;
	}

	.offset-md-2 {
			margin-left: 16.6666666667%;
	}

	.offset-md-3 {
			margin-left: 25%;
	}

	.offset-md-4 {
			margin-left: 33.3333333333%;
	}

	.offset-md-5 {
			margin-left: 41.6666666667%;
	}

	.offset-md-6 {
			margin-left: 50%;
	}

	.offset-md-7 {
			margin-left: 58.3333333333%;
	}

	.offset-md-8 {
			margin-left: 66.6666666667%;
	}

	.offset-md-9 {
			margin-left: 75%;
	}

	.offset-md-10 {
			margin-left: 83.3333333333%;
	}

	.offset-md-11 {
			margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
			flex-basis: 0;
			flex-grow: 1;
			max-width: 100%;
	}

	.row-cols-lg-1>* {
			flex: 0 0 100%;
			max-width: 100%;
	}

	.row-cols-lg-2>* {
			flex: 0 0 50%;
			max-width: 50%;
	}

	.row-cols-lg-3>* {
			flex: 0 0 33.3333333333%;
			max-width: 33.3333333333%;
	}

	.row-cols-lg-4>* {
			flex: 0 0 25%;
			max-width: 25%;
	}

	.row-cols-lg-5>* {
			flex: 0 0 20%;
			max-width: 20%;
	}

	.row-cols-lg-6>* {
			flex: 0 0 16.6666666667%;
			max-width: 16.6666666667%;
	}

	.col-lg-auto {
			flex: 0 0 auto;
			width: auto;
			max-width: 100%;
	}

	.col-lg-1 {
			flex: 0 0 8.3333333333%;
			max-width: 8.3333333333%;
	}

	.col-lg-2 {
			flex: 0 0 16.6666666667%;
			max-width: 16.6666666667%;
	}

	.col-lg-3 {
			flex: 0 0 25%;
			max-width: 25%;
	}

	.col-lg-4 {
			flex: 0 0 33.3333333333%;
			max-width: 33.3333333333%;
	}

	.col-lg-5 {
			flex: 0 0 41.6666666667%;
			max-width: 41.6666666667%;
	}

	.col-lg-6 {
			flex: 0 0 50%;
			max-width: 50%;
	}

	.col-lg-7 {
			flex: 0 0 58.3333333333%;
			max-width: 58.3333333333%;
	}

	.col-lg-8 {
			flex: 0 0 66.6666666667%;
			max-width: 66.6666666667%;
	}

	.col-lg-9 {
			flex: 0 0 75%;
			max-width: 75%;
	}

	.col-lg-10 {
			flex: 0 0 83.3333333333%;
			max-width: 83.3333333333%;
	}

	.col-lg-11 {
			flex: 0 0 91.6666666667%;
			max-width: 91.6666666667%;
	}

	.col-lg-12 {
			flex: 0 0 100%;
			max-width: 100%;
	}

	.order-lg-first {
			order: -1;
	}

	.order-lg-last {
			order: 13;
	}

	.order-lg-0 {
			order: 0;
	}

	.order-lg-1 {
			order: 1;
	}

	.order-lg-2 {
			order: 2;
	}

	.order-lg-3 {
			order: 3;
	}

	.order-lg-4 {
			order: 4;
	}

	.order-lg-5 {
			order: 5;
	}

	.order-lg-6 {
			order: 6;
	}

	.order-lg-7 {
			order: 7;
	}

	.order-lg-8 {
			order: 8;
	}

	.order-lg-9 {
			order: 9;
	}

	.order-lg-10 {
			order: 10;
	}

	.order-lg-11 {
			order: 11;
	}

	.order-lg-12 {
			order: 12;
	}

	.offset-lg-0 {
			margin-left: 0;
	}

	.offset-lg-1 {
			margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
			margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
			margin-left: 25%;
	}

	.offset-lg-4 {
			margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
			margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
			margin-left: 50%;
	}

	.offset-lg-7 {
			margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
			margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
			margin-left: 75%;
	}

	.offset-lg-10 {
			margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
			margin-left: 91.6666666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
			flex-basis: 0;
			flex-grow: 1;
			max-width: 100%;
	}

	.row-cols-xl-1>* {
			flex: 0 0 100%;
			max-width: 100%;
	}

	.row-cols-xl-2>* {
			flex: 0 0 50%;
			max-width: 50%;
	}

	.row-cols-xl-3>* {
			flex: 0 0 33.3333333333%;
			max-width: 33.3333333333%;
	}

	.row-cols-xl-4>* {
			flex: 0 0 25%;
			max-width: 25%;
	}

	.row-cols-xl-5>* {
			flex: 0 0 20%;
			max-width: 20%;
	}

	.row-cols-xl-6>* {
			flex: 0 0 16.6666666667%;
			max-width: 16.6666666667%;
	}

	.col-xl-auto {
			flex: 0 0 auto;
			width: auto;
			max-width: 100%;
	}

	.col-xl-1 {
			flex: 0 0 8.3333333333%;
			max-width: 8.3333333333%;
	}

	.col-xl-2 {
			flex: 0 0 16.6666666667%;
			max-width: 16.6666666667%;
	}

	.col-xl-3 {
			flex: 0 0 25%;
			max-width: 25%;
	}

	.col-xl-4 {
			flex: 0 0 33.3333333333%;
			max-width: 33.3333333333%;
	}

	.col-xl-5 {
			flex: 0 0 41.6666666667%;
			max-width: 41.6666666667%;
	}

	.col-xl-6 {
			flex: 0 0 50%;
			max-width: 50%;
	}

	.col-xl-7 {
			flex: 0 0 58.3333333333%;
			max-width: 58.3333333333%;
	}

	.col-xl-8 {
			flex: 0 0 66.6666666667%;
			max-width: 66.6666666667%;
	}

	.col-xl-9 {
			flex: 0 0 75%;
			max-width: 75%;
	}

	.col-xl-10 {
			flex: 0 0 83.3333333333%;
			max-width: 83.3333333333%;
	}

	.col-xl-11 {
			flex: 0 0 91.6666666667%;
			max-width: 91.6666666667%;
	}

	.col-xl-12 {
			flex: 0 0 100%;
			max-width: 100%;
	}

	.order-xl-first {
			order: -1;
	}

	.order-xl-last {
			order: 13;
	}

	.order-xl-0 {
			order: 0;
	}

	.order-xl-1 {
			order: 1;
	}

	.order-xl-2 {
			order: 2;
	}

	.order-xl-3 {
			order: 3;
	}

	.order-xl-4 {
			order: 4;
	}

	.order-xl-5 {
			order: 5;
	}

	.order-xl-6 {
			order: 6;
	}

	.order-xl-7 {
			order: 7;
	}

	.order-xl-8 {
			order: 8;
	}

	.order-xl-9 {
			order: 9;
	}

	.order-xl-10 {
			order: 10;
	}

	.order-xl-11 {
			order: 11;
	}

	.order-xl-12 {
			order: 12;
	}

	.offset-xl-0 {
			margin-left: 0;
	}

	.offset-xl-1 {
			margin-left: 8.3333333333%;
	}

	.offset-xl-2 {
			margin-left: 16.6666666667%;
	}

	.offset-xl-3 {
			margin-left: 25%;
	}

	.offset-xl-4 {
			margin-left: 33.3333333333%;
	}

	.offset-xl-5 {
			margin-left: 41.6666666667%;
	}

	.offset-xl-6 {
			margin-left: 50%;
	}

	.offset-xl-7 {
			margin-left: 58.3333333333%;
	}

	.offset-xl-8 {
			margin-left: 66.6666666667%;
	}

	.offset-xl-9 {
			margin-left: 75%;
	}

	.offset-xl-10 {
			margin-left: 83.3333333333%;
	}

	.offset-xl-11 {
			margin-left: 91.6666666667%;
	}
}

.container-content {
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #333;
}

.table th,.table td {
	padding: .625rem .75rem;
	vertical-align: top;
	border-top: 1px solid #dedede;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dedede;
}

.table tbody+tbody {
	border-top: 2px solid #dedede;
}

.table-sm th,.table-sm td {
	padding: .275rem .3rem;
}

.table-bordered,.table-bordered th,.table-bordered td {
	border: 1px solid #dedede;
}

.table-bordered thead th,.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
}

.table-hover tbody tr:hover {
	color: #333;
	background-color: #e9e9e9;
}

.table-primary,.table-primary>th,.table-primary>td {
	background-color: #cae9fa;
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
	border-color: #9cd6f6;
}

.table-hover .table-primary:hover {
	background-color: #b3dff8;
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
	background-color: #b3dff8;
}

.table-secondary,.table-secondary>th,.table-secondary>td {
	background-color: #f6f6f6;
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
	border-color: #eee;
}

.table-hover .table-secondary:hover {
	background-color: #e9e9e9;
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
	background-color: #e9e9e9;
}

.table-success,.table-success>th,.table-success>td {
	background-color: #c5deb8;
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
	border-color: #93c17a;
}

.table-hover .table-success:hover {
	background-color: #b7d6a7;
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
	background-color: #b7d6a7;
}

.table-info,.table-info>th,.table-info>td {
	background-color: #f6f6f6;
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
	border-color: #eee;
}

.table-hover .table-info:hover {
	background-color: #e9e9e9;
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
	background-color: #e9e9e9;
}

.table-warning,.table-warning>th,.table-warning>td {
	background-color: #ffefb8;
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
	border-color: #ffe17a;
}

.table-hover .table-warning:hover {
	background-color: #ffe99f;
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
	background-color: #ffe99f;
}

.table-danger,.table-danger>th,.table-danger>td {
	background-color: #f4bfbf;
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
	border-color: #eb8888;
}

.table-hover .table-danger:hover {
	background-color: #f0a9a9;
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
	background-color: #f0a9a9;
}

.table-light,.table-light>th,.table-light>td {
	background-color: #fdfdfd;
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
	border-color: #fbfbfb;
}

.table-hover .table-light:hover {
	background-color: #f0f0f0;
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
	background-color: #f0f0f0;
}

.table-dark,.table-dark>th,.table-dark>td {
	background-color: #c6c6c6;
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
	border-color: #959595;
}

.table-hover .table-dark:hover {
	background-color: #b9b9b9;
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
	background-color: #b9b9b9;
}

.table-active,.table-active>th,.table-active>td {
	background-color: #e9e9e9;
}

.table-hover .table-active:hover {
	background-color: #dcdcdc;
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
	background-color: #dcdcdc;
}

.table .thead-dark th {
	color: #fff;
	background-color: #333;
	border-color: #464646;
}

.table .thead-light th {
	color: #222;
	background-color: #e9e9e9;
	border-color: #dedede;
}

.table-dark {
	color: #fff;
	background-color: #333;
}

.table-dark th,.table-dark td,.table-dark thead th {
	border-color: #464646;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: #ffffff0d;
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: #ffffff13;
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
			display: block;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
	}

	.table-responsive-sm>.table-bordered {
			border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
			display: block;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
	}

	.table-responsive-md>.table-bordered {
			border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
			display: block;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
	}

	.table-responsive-lg>.table-bordered {
			border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
			display: block;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
	}

	.table-responsive-xl>.table-bordered {
			border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
	border: 0;
}

.table:not(.table-bordered) thead tr th {
	border-top-color: transparent;
}

.table thead tr th {
	font-weight: 500;
	border-bottom-width: 1px;
	color: #222;
}

.table {
	border-bottom: solid 1px #dedede;
}

.table.table-expandable tbody tr:not(.row-expanded) {
	cursor: pointer;
}

.table.table-expandable tbody tr:not(.row-expanded):hover:before {
	cursor: pointer;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'/%3E%3C/svg%3E");
	background-color: #41b0ee;
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: center;
}

.table.table-expandable tr:before {
	display: table-cell;
	content: "";
	width: 1rem;
	height: 1rem;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%230092e1' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'/%3E%3C/svg%3E");
	background-size: 1rem;
	background-repeat: no-repeat;
	padding: 0 1rem;
	background-position: center;
	border-top: solid 1px #dedede;
	transition: transform ease-in-out .3s;
	transform: scaleY(1);
}

.table.table-expandable tr.row-open:before {
	transform: scaleY(-1);
}

.table.table-expandable tr.row-expanded:before {
	background: none;
	border-top: transparent;
}

.table.table-expandable thead tr:before {
	background: none;
	border-top: transparent;
}

.table .sort {
	cursor: pointer;
	white-space: nowrap;
}

.table .sort:after {
	content: "";
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 644'%3E%3Cpath fill='%23adadad' transform='translate(0 240)' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3Cpath fill='%23adadad' transform='translate(0 -100)' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	margin-left: 6px;
	width: 16px;
	height: 16px;
}

.table .sort:hover {
	color: #007ac7;
}

.table .sort:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 644'%3E%3Cpath fill='%23cecece' transform='translate(0 240)' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3Cpath fill='%23cecece' transform='translate(0 -100)' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3E%3C/svg%3E");
}

.table .sort.sort-asc:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 644'%3E%3Cpath fill='%23adadad' transform='translate(0 240)' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3Cpath fill='%230092E1' transform='translate(0 -100)' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3E%3C/svg%3E");
}

.table .sort.sort-asc:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 644'%3E%3Cpath fill='%23cecece' transform='translate(0 240)' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3Cpath fill='%23007AC7' transform='translate(0 -100)' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3E%3C/svg%3E");
}

.table .sort.sort-desc:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 644'%3E%3Cpath fill='%230092E1' transform='translate(0 240)' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3Cpath fill='%23adadad' transform='translate(0 -100)' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3E%3C/svg%3E");
}

.table .sort.sort-desc:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 644'%3E%3Cpath fill='%23007AC7' transform='translate(0 240)' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3Cpath fill='%23cecece' transform='translate(0 -100)' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3E%3C/svg%3E");
}

.table .sort.disabled {
	color: #868686;
	cursor: not-allowed;
}

.table .sort.disabled:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 644'%3E%3Cpath fill='%23dedede' transform='translate(0 240)' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3Cpath fill='%23dedede' transform='translate(0 -100)' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3E%3C/svg%3E");
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #494949;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #cecece;
	border-radius: 4px;
	box-shadow: 0 0;
	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 #494949;
}

.form-control:focus {
	color: #494949;
	background-color: #fff;
	border-color: #41b0ee;
	outline: 0;
	box-shadow: 0 0,0 0 0 .2rem #41b0ee40;
}

.form-control::placeholder {
	color: #868686;
	opacity: 1;
}

.form-control:disabled,.form-control[readonly] {
	background-color: #e9e9e9;
	opacity: 1;
}

input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select.form-control:focus::-ms-value {
	color: #494949;
	background-color: #fff;
}

.form-control-file,.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(.5625rem + 1px);
	padding-bottom: calc(.5625rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.75rem + 1px);
	padding-bottom: calc(.75rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(.28125rem + 1px);
	padding-bottom: calc(.28125rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .5625rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + .5625rem + 2px);
	padding: .28125rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 4px;
}

.form-control-lg {
	height: calc(1.5em + 1.5rem + 2px);
	padding: .75rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 4px;
}

select.form-control[size],select.form-control[multiple],textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label {
	color: #868686;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	font-size: .875rem;
	color: #308800;
}

.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
	border-color: #308800;
	box-shadow: 0 0 0 .2rem #30880040;
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
	border-color: #308800;
	box-shadow: 0 0 0 .2rem #30880040;
}

.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label {
	color: #308800;
}

.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label:before,.custom-control-input.is-valid~.custom-control-label:before {
	border-color: #308800;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label:before,.custom-control-input.is-valid:checked~.custom-control-label:before {
	border-color: #42bb00;
	background-color: #42bb00;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label:before,.custom-control-input.is-valid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem #30880040;
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before {
	border-color: #308800;
}

.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label {
	border-color: #308800;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #308800;
	box-shadow: 0 0 0 .2rem #30880040;
}

.valid-feedback:before {
	background: linear-gradient(transparent 50%,#308800 51%);
	content: "";
	height: 4px;
	width: 100%;
	display: block;
	position: relative;
	border-radius: 0 0 4px 4px;
	top: -4px;
	transition: background .4s ease-out,width .4s ease-out;
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	font-size: .875rem;
	color: #d81a1a;
}

.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
	border-color: #d81a1a;
	box-shadow: 0 0 0 .2rem #d81a1a40;
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
	border-color: #d81a1a;
	box-shadow: 0 0 0 .2rem #d81a1a40;
}

.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label {
	color: #d81a1a;
}

.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label:before,.custom-control-input.is-invalid~.custom-control-label:before {
	border-color: #d81a1a;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,.custom-control-input.is-invalid:checked~.custom-control-label:before {
	border-color: #e83d3d;
	background-color: #e83d3d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,.custom-control-input.is-invalid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem #d81a1a40;
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before {
	border-color: #d81a1a;
}

.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label {
	border-color: #d81a1a;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #d81a1a;
	box-shadow: 0 0 0 .2rem #d81a1a40;
}

.invalid-feedback:before {
	background: linear-gradient(transparent 50%,#d81a1a 51%);
	content: "";
	height: 4px;
	width: 100%;
	display: block;
	position: relative;
	border-radius: 0 0 4px 4px;
	top: -4px;
	transition: background .4s ease-out,width .4s ease-out;
	z-index: 3;
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
			display: flex;
			align-items: center;
			justify-content: center;
			margin-bottom: 0;
	}

	.form-inline .form-group {
			display: flex;
			flex: 0 0 auto;
			flex-flow: row wrap;
			align-items: center;
			margin-bottom: 0;
	}

	.form-inline .form-control {
			display: inline-block;
			width: auto;
			vertical-align: middle;
	}

	.form-inline .form-control-plaintext {
			display: inline-block;
	}

	.form-inline .input-group,.form-inline .custom-select {
			width: auto;
	}

	.form-inline .form-check {
			display: flex;
			align-items: center;
			justify-content: center;
			width: auto;
			padding-left: 0;
	}

	.form-inline .form-check-input {
			position: relative;
			flex-shrink: 0;
			margin-top: 0;
			margin-right: .25rem;
			margin-left: 0;
	}

	.form-inline .custom-control {
			align-items: center;
			justify-content: center;
	}

	.form-inline .custom-control-label {
			margin-bottom: 0;
	}
}

label:not(.form-check-label):not(.custom-checkbox):not(.custom-radio):not(.custom-control-label),legend.col-form-legend {
	font-weight: 500;
	margin-bottom: .25rem;
}

label:not(.form-check-label) {
	line-height: 1.5rem;
}

.form-inline label,label.col-form-label {
	margin-bottom: 0;
}

label {
	color: #222;
}

.progress-feedback {
	width: 100%;
	font-size: .875rem;
	color: #868686;
}

.progress-feedback:before {
	content: "";
	height: 4px;
	width: 100%;
	display: block;
	position: relative;
	border-radius: 0 0 4px 4px;
	top: -4px;
	transition: background .4s ease-out,width .4s ease-out;
	z-index: 3;
}

.progress-feedback.progress-0:before {
	width: 0;
}

.progress-feedback.progress-10,.progress-feedback.progress-20,.progress-feedback.progress-30 {
	color: #d81a1a;
}

.progress-feedback.progress-10:before,.progress-feedback.progress-20:before,.progress-feedback.progress-30:before {
	background: linear-gradient(transparent 50%,#d81a1a 51%);
}

.progress-feedback.progress-40,.progress-feedback.progress-50,.progress-feedback.progress-60 {
	color: #ffc500;
}

.progress-feedback.progress-40:before,.progress-feedback.progress-50:before,.progress-feedback.progress-60:before {
	background: linear-gradient(transparent 50%,#ffc500 51%);
}

.progress-feedback.progress-70,.progress-feedback.progress-80,.progress-feedback.progress-90,.progress-feedback.progress-100 {
	color: #308800;
}

.progress-feedback.progress-70:before,.progress-feedback.progress-80:before,.progress-feedback.progress-90:before,.progress-feedback.progress-100:before {
	background: linear-gradient(transparent 50%,#308800 51%);
}

.form-control~.form-control-help {
	font-size: .875rem;
	color: #868686;
	width: 100%;
}

.form-control~.form-control-help:before {
	content: "";
	height: 4px;
	width: 100%;
	display: block;
	position: relative;
	top: -4px;
}

.form-control:focus+.progress-feedback.progress-0:before,.form-control:focus+.invalid-feedback.progress-0:before,.form-control:focus+.valid-feedback.progress-0:before,.form-control:focus~.input-group-append+.progress-feedback.progress-0:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-0:before,.form-control:focus~.input-group-append+.valid-feedback.progress-0:before {
	width: 0;
	border-radius: 0 0 0 4px;
}

.form-control:focus+.progress-feedback.progress-10:before,.form-control:focus+.invalid-feedback.progress-10:before,.form-control:focus+.valid-feedback.progress-10:before,.form-control:focus~.input-group-append+.progress-feedback.progress-10:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-10:before,.form-control:focus~.input-group-append+.valid-feedback.progress-10:before {
	width: 10%;
	border-radius: 0 0 0 4px;
}

.form-control:focus+.progress-feedback.progress-20:before,.form-control:focus+.invalid-feedback.progress-20:before,.form-control:focus+.valid-feedback.progress-20:before,.form-control:focus~.input-group-append+.progress-feedback.progress-20:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-20:before,.form-control:focus~.input-group-append+.valid-feedback.progress-20:before {
	width: 20%;
	border-radius: 0 0 0 4px;
}

.form-control:focus+.progress-feedback.progress-30:before,.form-control:focus+.invalid-feedback.progress-30:before,.form-control:focus+.valid-feedback.progress-30:before,.form-control:focus~.input-group-append+.progress-feedback.progress-30:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-30:before,.form-control:focus~.input-group-append+.valid-feedback.progress-30:before {
	width: 30%;
	border-radius: 0 0 0 4px;
}

.form-control:focus+.progress-feedback.progress-40:before,.form-control:focus+.invalid-feedback.progress-40:before,.form-control:focus+.valid-feedback.progress-40:before,.form-control:focus~.input-group-append+.progress-feedback.progress-40:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-40:before,.form-control:focus~.input-group-append+.valid-feedback.progress-40:before {
	width: 40%;
	border-radius: 0 0 0 4px;
}

.form-control:focus+.progress-feedback.progress-50:before,.form-control:focus+.invalid-feedback.progress-50:before,.form-control:focus+.valid-feedback.progress-50:before,.form-control:focus~.input-group-append+.progress-feedback.progress-50:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-50:before,.form-control:focus~.input-group-append+.valid-feedback.progress-50:before {
	width: 50%;
	border-radius: 0 0 0 4px;
}

.form-control:focus+.progress-feedback.progress-60:before,.form-control:focus+.invalid-feedback.progress-60:before,.form-control:focus+.valid-feedback.progress-60:before,.form-control:focus~.input-group-append+.progress-feedback.progress-60:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-60:before,.form-control:focus~.input-group-append+.valid-feedback.progress-60:before {
	width: 60%;
	border-radius: 0 0 0 4px;
}

.form-control:focus+.progress-feedback.progress-70:before,.form-control:focus+.invalid-feedback.progress-70:before,.form-control:focus+.valid-feedback.progress-70:before,.form-control:focus~.input-group-append+.progress-feedback.progress-70:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-70:before,.form-control:focus~.input-group-append+.valid-feedback.progress-70:before {
	width: 70%;
	border-radius: 0 0 0 4px;
}

.form-control:focus+.progress-feedback.progress-80:before,.form-control:focus+.invalid-feedback.progress-80:before,.form-control:focus+.valid-feedback.progress-80:before,.form-control:focus~.input-group-append+.progress-feedback.progress-80:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-80:before,.form-control:focus~.input-group-append+.valid-feedback.progress-80:before {
	width: 80%;
	border-radius: 0 0 0 4px;
}

.form-control:focus+.progress-feedback.progress-90:before,.form-control:focus+.invalid-feedback.progress-90:before,.form-control:focus+.valid-feedback.progress-90:before,.form-control:focus~.input-group-append+.progress-feedback.progress-90:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-90:before,.form-control:focus~.input-group-append+.valid-feedback.progress-90:before {
	width: 90%;
	border-radius: 0 0 0 4px;
}

.form-control:focus+.progress-feedback.progress-100:before,.form-control:focus+.invalid-feedback.progress-100:before,.form-control:focus+.valid-feedback.progress-100:before,.form-control:focus~.input-group-append+.progress-feedback.progress-100:before,.form-control:focus~.input-group-append+.invalid-feedback.progress-100:before,.form-control:focus~.input-group-append+.valid-feedback.progress-100:before {
	width: 100%;
	border-radius: 0 0 4px 4px;
}

.progress-feedback.progress-success {
	color: #308800;
}

.progress-feedback.progress-warning {
	color: #ffc500;
}

.progress-feedback.progress-danger {
	color: #d81a1a;
}

.custom-control-label+.valid-feedback,.custom-control-label+.invalid-feedback {
	margin-top: 4px;
}

.form-control {
	min-height: 44px;
}

.input-group-sm>.form-control,.form-control-sm {
	min-height: 32px;
}

.input-group-lg>.form-control,.form-control-lg {
	min-height: 56px;
}

.btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5625rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 4px;
	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,.btn:focus {
	text-decoration: none;
}

.btn:focus,.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem #41b0ee40;
}

.btn.disabled,.btn:disabled {
	opacity: 1;
	box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active {
	background-image: none;
	box-shadow: 0 0;
}

.btn:not(:disabled):not(.disabled):active:focus,.btn:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem #41b0ee40,0 0;
}

a.btn.disabled,fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007ac7;
	border-color: #007ac7;
	box-shadow: 0 0;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-primary:focus,.btn-primary.focus {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
	box-shadow: 0 0,0 0 0 .2rem #268ecf80;
}

.btn-primary.disabled,.btn-primary:disabled {
	background-color: #adadad;
	border-color: #adadad;
}

.btn-primary:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.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 0 0 .2rem #268ecf80;
}

.btn-primary:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-secondary {
	color: #007ac7;
	background-color: transparent;
	background-image: none;
	border-color: #007ac7;
	border-color: transparent;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-secondary:focus,.btn-secondary.focus {
	box-shadow: 0 0 0 .2rem #007ac780;
}

.btn-secondary.disabled,.btn-secondary:disabled {
	color: #adadad;
	background-color: transparent;
	border-color: #adadad;
}

.btn-secondary:not([disabled]):not(.disabled):active,.btn-secondary:not([disabled]):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.btn-secondary:not([disabled]):not(.disabled):active:focus,.btn-secondary:not([disabled]):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0,0 0 0 .2rem #007ac780;
}

.btn-secondary:not([disabled]):not(.disabled):active,.btn-secondary:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-secondary.disabled,.btn-secondary:disabled {
	border-color: transparent;
	background: transparent;
}

.btn-success {
	color: #fff;
	background-color: #007ac7;
	border-color: #007ac7;
	box-shadow: 0 0;
}

.btn-success:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-success:focus,.btn-success.focus {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
	box-shadow: 0 0,0 0 0 .2rem #268ecf80;
}

.btn-success.disabled,.btn-success:disabled {
	background-color: #adadad;
	border-color: #adadad;
}

.btn-success:not([disabled]):not(.disabled):active,.btn-success:not([disabled]):not(.disabled).active,.show>.btn-success.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.btn-success:not([disabled]):not(.disabled):active:focus,.btn-success:not([disabled]):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0,0 0 0 .2rem #268ecf80;
}

.btn-success:not([disabled]):not(.disabled):active,.btn-success:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-info {
	color: #fff;
	background-color: #007ac7;
	border-color: #007ac7;
	box-shadow: 0 0;
}

.btn-info:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-info:focus,.btn-info.focus {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
	box-shadow: 0 0,0 0 0 .2rem #268ecf80;
}

.btn-info.disabled,.btn-info:disabled {
	background-color: #adadad;
	border-color: #adadad;
}

.btn-info:not([disabled]):not(.disabled):active,.btn-info:not([disabled]):not(.disabled).active,.show>.btn-info.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.btn-info:not([disabled]):not(.disabled):active:focus,.btn-info:not([disabled]):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0,0 0 0 .2rem #268ecf80;
}

.btn-info:not([disabled]):not(.disabled):active,.btn-info:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-warning {
	color: #fff;
	background-color: #007ac7;
	border-color: #007ac7;
	box-shadow: 0 0;
}

.btn-warning:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-warning:focus,.btn-warning.focus {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
	box-shadow: 0 0,0 0 0 .2rem #268ecf80;
}

.btn-warning.disabled,.btn-warning:disabled {
	background-color: #adadad;
	border-color: #adadad;
}

.btn-warning:not([disabled]):not(.disabled):active,.btn-warning:not([disabled]):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.btn-warning:not([disabled]):not(.disabled):active:focus,.btn-warning:not([disabled]):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0,0 0 0 .2rem #268ecf80;
}

.btn-warning:not([disabled]):not(.disabled):active,.btn-warning:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-danger {
	color: #fff;
	background-color: #d81a1a;
	border-color: #d81a1a;
	box-shadow: 0 0;
}

.btn-danger:hover {
	color: #fff;
	background-color: #f03529;
	border-color: #f03529;
}

.btn-danger:focus,.btn-danger.focus {
	color: #fff;
	background-color: #f03529;
	border-color: #f03529;
	box-shadow: 0 0,0 0 0 .2rem #de3c3c80;
}

.btn-danger.disabled,.btn-danger:disabled {
	background-color: #adadad;
	border-color: #adadad;
}

.btn-danger:not([disabled]):not(.disabled):active,.btn-danger:not([disabled]):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #bb000c;
}

.btn-danger:not([disabled]):not(.disabled):active:focus,.btn-danger:not([disabled]):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0,0 0 0 .2rem #de3c3c80;
}

.btn-danger:not([disabled]):not(.disabled):active,.btn-danger:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #bb000c;
}

.btn-light {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	box-shadow: 0 0;
}

.btn-light:hover {
	color: #000;
	background: #fff;
	border-color: #fff!important;
}

.btn-light:focus,.btn-light.focus {
	color: #1a1a1a;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0,0 0 0 .2rem #ffffff80;
}

.btn-light.disabled,.btn-light:disabled {
	opacity: .5;
}

.btn-light:not([disabled]):not(.disabled):active,.btn-light:not([disabled]):not(.disabled).active,.show>.btn-light.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #fff;
}

.btn-light:not([disabled]):not(.disabled):active:focus,.btn-light:not([disabled]):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0,0 0 0 .2rem #ffffff80;
}

.btn-light:not([disabled]):not(.disabled):active,.btn-light:not([disabled]):not(.disabled).active {
	color: #1a1a1a;
	background: #ffffffa6;
}

.btn-dark {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #333;
	box-shadow: 0 0;
}

.btn-dark:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-dark:focus,.btn-dark.focus {
	color: #fff;
	background-color: #333;
	border-color: #333;
	box-shadow: 0 0,0 0 0 .2rem #52525280;
}

.btn-dark.disabled,.btn-dark:disabled {
	background-color: #adadad;
	border-color: #adadad;
}

.btn-dark:not([disabled]):not(.disabled):active,.btn-dark:not([disabled]):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #333;
}

.btn-dark:not([disabled]):not(.disabled):active:focus,.btn-dark:not([disabled]):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0,0 0 0 .2rem #52525280;
}

.btn-dark:not([disabled]):not(.disabled):active,.btn-dark:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #333333a6;
}

.btn-outline-primary {
	color: #007ac7;
	background-color: transparent;
	background-image: none;
	border-color: #007ac7;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem #007ac780;
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
	color: #adadad;
	background-color: transparent;
	border-color: #adadad;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,.btn-outline-primary:not([disabled]):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.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: 0 0,0 0 0 .2rem #007ac780;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,.btn-outline-primary:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-outline-secondary {
	color: #007ac7;
	background-color: transparent;
	background-image: none;
	border-color: #007ac7;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem #007ac780;
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
	color: #adadad;
	background-color: transparent;
	border-color: #adadad;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,.btn-outline-secondary:not([disabled]):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.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: 0 0,0 0 0 .2rem #007ac780;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,.btn-outline-secondary:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-outline-success {
	color: #007ac7;
	background-color: transparent;
	background-image: none;
	border-color: #007ac7;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-outline-success:focus,.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem #007ac780;
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
	color: #adadad;
	background-color: transparent;
	border-color: #adadad;
}

.btn-outline-success:not([disabled]):not(.disabled):active,.btn-outline-success:not([disabled]):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.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: 0 0,0 0 0 .2rem #007ac780;
}

.btn-outline-success:not([disabled]):not(.disabled):active,.btn-outline-success:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-outline-info {
	color: #007ac7;
	background-color: transparent;
	background-image: none;
	border-color: #007ac7;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-outline-info:focus,.btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem #007ac780;
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
	color: #adadad;
	background-color: transparent;
	border-color: #adadad;
}

.btn-outline-info:not([disabled]):not(.disabled):active,.btn-outline-info:not([disabled]):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.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: 0 0,0 0 0 .2rem #007ac780;
}

.btn-outline-info:not([disabled]):not(.disabled):active,.btn-outline-info:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-outline-warning {
	color: #007ac7;
	background-color: transparent;
	background-image: none;
	border-color: #007ac7;
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem #007ac780;
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
	color: #adadad;
	background-color: transparent;
	border-color: #adadad;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,.btn-outline-warning:not([disabled]):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.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: 0 0,0 0 0 .2rem #007ac780;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,.btn-outline-warning:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-outline-danger {
	color: #d81a1a;
	background-color: transparent;
	background-image: none;
	border-color: #d81a1a;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #f03529;
	border-color: #f03529;
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem #d81a1a80;
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
	color: #adadad;
	background-color: transparent;
	border-color: #adadad;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,.btn-outline-danger:not([disabled]):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #d81a1a;
}

.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: 0 0,0 0 0 .2rem #d81a1a80;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,.btn-outline-danger:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #bb000c;
}

.btn-outline-light,ngb-datepicker .ngb-dp-day .btn-light {
	color: #007ac7;
	background-color: transparent;
	background-image: none;
	border-color: #007ac7;
}

.btn-outline-light:hover,ngb-datepicker .ngb-dp-day .btn-light:hover {
	color: #1a1a1a;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-outline-light:focus,ngb-datepicker .ngb-dp-day .btn-light:focus,.btn-outline-light.focus,ngb-datepicker .ngb-dp-day .focus.btn-light {
	box-shadow: 0 0 0 .2rem #007ac780;
}

.btn-outline-light.disabled,ngb-datepicker .ngb-dp-day .disabled.btn-light,.btn-outline-light:disabled,ngb-datepicker .ngb-dp-day .btn-light:disabled {
	color: #adadad;
	background-color: transparent;
	border-color: #adadad;
}

.btn-outline-light:not([disabled]):not(.disabled):active,ngb-datepicker .ngb-dp-day .btn-light:not([disabled]):not(.disabled):active,.btn-outline-light:not([disabled]):not(.disabled).active,ngb-datepicker .ngb-dp-day .btn-light:not([disabled]):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle,ngb-datepicker .ngb-dp-day .show>.dropdown-toggle.btn-light {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.btn-outline-light:not([disabled]):not(.disabled):active:focus,ngb-datepicker .ngb-dp-day .btn-light:not([disabled]):not(.disabled):active:focus,.btn-outline-light:not([disabled]):not(.disabled).active:focus,ngb-datepicker .ngb-dp-day .btn-light:not([disabled]):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus,ngb-datepicker .ngb-dp-day .show>.dropdown-toggle.btn-light:focus {
	box-shadow: 0 0,0 0 0 .2rem #007ac780;
}

.btn-outline-light:not([disabled]):not(.disabled):active,ngb-datepicker .ngb-dp-day .btn-light:not([disabled]):not(.disabled):active,.btn-outline-light:not([disabled]):not(.disabled).active,ngb-datepicker .ngb-dp-day .btn-light:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-outline-dark {
	color: #007ac7;
	background-color: transparent;
	background-image: none;
	border-color: #007ac7;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem #007ac780;
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
	color: #adadad;
	background-color: transparent;
	border-color: #adadad;
}

.btn-outline-dark:not([disabled]):not(.disabled):active,.btn-outline-dark:not([disabled]):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #007ac7;
}

.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: 0 0,0 0 0 .2rem #007ac780;
}

.btn-outline-dark:not([disabled]):not(.disabled):active,.btn-outline-dark:not([disabled]):not(.disabled).active {
	color: #fff;
	background: #007ac7;
}

.btn-outline-danger.border-transparent {
	border: solid 1px transparent;
}

.btn-outline-danger.border-transparent:hover,.btn-outline-danger.border-transparent:not(:disabled):not(.disabled):active,.btn-outline-danger.border-transparent:not(:disabled):not(.disabled).active {
	border: solid 1px inherit;
}

.btn-link {
	font-weight: 500;
	color: #0062bc;
	text-decoration: none;
	background-color: transparent;
}

.btn-link:hover {
	color: #007ac7;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}

.btn-link:focus,.btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
}

.btn-link:disabled,.btn-link.disabled {
	color: #868686;
	pointer-events: none;
}

.btn-lg {
	padding: .75rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 4px;
}

.btn-sm {
	padding: .28125rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 4px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: .5rem;
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
	width: 100%;
}

.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;
	}
}

.dropup,.dropright,.dropdown,.dropleft {
	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: 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #333;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #007AC7;
	border-radius: 4px;
	box-shadow: 0 .5rem 1rem #0000001a;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
			right: auto;
			left: 0;
	}

	.dropdown-menu-sm-right {
			right: 0;
			left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
			right: auto;
			left: 0;
	}

	.dropdown-menu-md-right {
			right: 0;
			left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
			right: auto;
			left: 0;
	}

	.dropdown-menu-lg-right {
			right: 0;
			left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
			right: auto;
			left: 0;
	}

	.dropdown-menu-xl-right {
			right: 0;
			left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty:after {
	margin-left: 0;
}

.dropright .dropdown-toggle:after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle:after {
	display: none;
}

.dropleft .dropdown-toggle:before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty:after {
	margin-left: 0;
}

.dropleft .dropdown-toggle:before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9e9e9;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .625rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #1a1a1a;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.dropdown-item:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.dropdown-item:hover,.dropdown-item:focus {
	color: #fff;
	text-decoration: none;
	background-color: #41b0ee;
}

.dropdown-item.active,.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0092e1;
}

.dropdown-item.disabled,.dropdown-item:disabled {
	color: #868686;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #868686;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .625rem 1.5rem;
	color: #1a1a1a;
}

.dropdown.show .dropdown-toggle,.dropdown.active .dropdown-toggle,.dropup.show .dropdown-toggle,.dropup.active .dropdown-toggle {
	color: #fff;
	background: #007ac7;
}

.dropdown.show .dropdown-toggle:after,.dropdown.active .dropdown-toggle:after,.dropup.show .dropdown-toggle:after,.dropup.active .dropdown-toggle:after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z' fill='%23fff'/%3E%3C/svg%3E");
	background-size: cover;
	background-repeat: no-repeat;
}

.dropdown.show .dropdown-toggle:after,.dropdown.active .dropdown-toggle:after {
	transform: rotate3d(0,0,1,180deg);
}

.dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dropdown-toggle:after {
	border: none!important;
	content: "";
	display: inline-block;
	height: 1rem;
	width: 1rem;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z' fill='%2341B0EE'/%3E%3C/svg%3E");
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform .4s ease-in-out;
}

.dropdown-toggle:active:after,.dropdown-toggle.active:after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z' fill='%23fff'/%3E%3C/svg%3E");
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotate3d(0,0,1,180deg);
}

.dropdown-toggle:hover:after {
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
}

button.btn.dropdown-toggle {
	border-color: #cecece;
	color: #494949;
	background: #fff;
	font-weight: 400;
}

button.btn.dropdown-toggle:hover {
	border-color: #41b0ee;
}

.dropdown-menu {
	margin-top: .25rem;
}

.dropdown-control {
	padding: 0 .5rem;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
	margin-left: -1px;
}

.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: flex;
	align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend,.input-group-append {
	display: flex;
}

.input-group-prepend .btn,.input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus,.input-group-append .btn:focus {
	z-index: 3;
}

.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .5625rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #494949;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 4px;
}

.input-group-text input[type=radio],.input-group-text input[type=checkbox] {
	margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select {
	height: calc(1.5em + 1.5rem + 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: .75rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 4px;
}

.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select {
	height: calc(1.5em + .5625rem + 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: .28125rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 4px;
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
	padding-right: 2rem;
}

.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;
}

.input-group .input-group-prepend .btn:not(:hover):not(:active):not(:focus),.input-group .input-group-append .btn:not(:hover):not(:active):not(:focus) {
	background: #fff;
	color: #0092e1;
}

.input-group .input-group-append .btn:not(:hover):not(:active):not(:focus) {
	border-color: #cecece;
	border-left: none;
	padding-left: calc(1rem + 1px);
}

.input-group .input-group-prepend .btn:not(:hover):not(:active):not(:focus) {
	border-color: #cecece;
	border-right: none;
	padding-right: calc(1rem + 1px);
}

.input-group-sm .input-group-append .btn:not(:hover):not(:active):not(:focus) {
	padding-left: calc(.5rem + 1px);
}

.input-group-sm .input-group-prepend .btn:not(:hover):not(:active):not(:focus) {
	padding-right: calc(.5rem + 1px);
}

.input-group-lg .input-group-append .btn:not(:hover):not(:active):not(:focus) {
	padding-left: calc(1rem + 1px);
}

.input-group-lg .input-group-prepend .btn:not(:hover):not(:active):not(:focus) {
	padding-right: calc(1rem + 1px);
}

.input-group-prepend .input-group-text {
	border-right: none;
	z-index: 2;
	position: relative;
}

.input-group-append .input-group-text {
	border-left: none;
	z-index: 2;
	position: relative;
}

.form-control:disabled~.input-group-append>.input-group-text {
	background: #e9e9e9;
}

@media (max-width: 575.98px) {
	.input-group.active {
			color: #494949;
			background-color: #fff;
			border-color: #41b0ee;
			outline: 0;
			box-shadow: 0 0,0 0 0 .2rem #41b0ee40;
			border-radius: 4px;
	}

	.input-group.active .form-control,.input-group.active .btn {
			z-index: 1045;
			opacity: .35;
			border-color: #41b0ee;
	}

	.input-group.active .form-control {
			border-right-color: transparent!important;
	}
}

.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;
	print-color-adjust: exact;
}

.custom-control-inline {
	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: #41b0ee;
	background-color: #41b0ee;
}

.custom-control-input:focus~.custom-control-label:before {
	box-shadow: 0 0,0 0 0 .2rem #41b0ee40;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	border-color: #41b0ee;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
	color: #fff;
	background-color: #e5f4fd;
	border-color: #e5f4fd;
}

.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label {
	color: #cecece;
}

.custom-control-input[disabled]~.custom-control-label:before,.custom-control-input:disabled~.custom-control-label:before {
}

.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: #adadad solid 1px;
	box-shadow: 0 0;
}

.custom-control-label:after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50% / 65% 65%;
}

.custom-checkbox .custom-control-label:before {
	border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: #41b0ee;
	background-color: #41b0ee;
}

.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: #41b0ee80;
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: #41b0ee80;
}

.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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3.5' fill='%2341B0EE'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: #41b0ee80;
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-switch .custom-control-label:after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adadad;
	border-radius: .5rem;
	transition: transform .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) {
	.custom-switch .custom-control-label:after {
			transition: none;
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
	background-color: #fff;
	transform: translate(.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: #41b0ee80;
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem 2rem .5625rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #494949;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z' fill='%2341B0EE'/%3E%3C/svg%3E") no-repeat right 1rem center/16px 16px;
	border: 1px solid #cecece;
	border-radius: 4px;
	box-shadow: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #41b0ee;
	outline: 0;
	box-shadow: 0 0,0 0 0 .2rem #41b0ee40;
}

.custom-select:focus::-ms-value {
	color: #494949;
	background-color: #fff;
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 1rem;
	background-image: none;
}

.custom-select:disabled {
	color: #868686;
	background-color: #e9e9e9;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #494949;
}

.custom-select-sm {
	height: calc(1.5em + .5625rem + 2px);
	padding-top: .28125rem;
	padding-bottom: .28125rem;
	padding-left: .5rem;
	font-size: .875rem;
}

.custom-select-lg {
	height: calc(1.5em + 1.5rem + 2px);
	padding-top: .75rem;
	padding-bottom: .75rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
	border-color: #41b0ee;
	box-shadow: 0 0 0 .2rem #41b0ee40;
}

.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label {
	background-color: #e9e9e9;
}

.custom-file-input:lang(en)~.custom-file-label:after {
	content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]:after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #494949;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 4px;
	box-shadow: 0 0;
}

.custom-file-label:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 1.125rem);
	padding: .5625rem 1rem;
	line-height: 1.5;
	color: #494949;
	content: "Browse";
	background-color: #fff;
	border-left: inherit;
	border-radius: 0 4px 4px 0;
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #f8f8f8,0 0 0 .2rem #41b0ee40;
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #f8f8f8,0 0 0 .2rem #41b0ee40;
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #f8f8f8,0 0 0 .2rem #41b0ee40;
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #41b0ee;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 .1rem .25rem #0000001a;
	-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
			-webkit-transition: none;
			transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #e5f4fd;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dedede;
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: inset 0 .25rem .25rem #0000001a;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #41b0ee;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 .1rem .25rem #0000001a;
	-moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
			-moz-transition: none;
			transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #e5f4fd;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dedede;
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: inset 0 .25rem .25rem #0000001a;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #41b0ee;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 .1rem .25rem #0000001a;
	-ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
			-ms-transition: none;
			transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #e5f4fd;
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
	box-shadow: inset 0 .25rem .25rem #0000001a;
}

.custom-range::-ms-fill-lower {
	background-color: #dedede;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dedede;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adadad;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adadad;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adadad;
}

.custom-control-label:before,.custom-file-label,.custom-select {
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label:before,.custom-file-label,.custom-select {
			transition: none;
	}
}

.custom-control-label:before {
	background-color: #fff;
	border: 1px #cecece solid;
}

.custom-control-input:checked~.custom-control-label:before {
	border-color: #41b0ee;
}

.custom-control-input:disabled~.custom-control-label:before {
	border-color: #dedede;
}

.custom-control:hover .custom-control-input:not(:disabled)~.custom-control-label:before {
	border-color: #41b0ee;
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
	background: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-size: 50%;
}

.custom-slide-toggle .custom-control-label:before {
	width: 2.5rem;
	height: 1.25rem;
	border-radius: 10px;
	pointer-events: auto;
}

.custom-slide-toggle .custom-control-input:checked~.custom-control-label:after {
	left: -4px;
}

.custom-slide-toggle .custom-control-input~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 10 10'%3E%3Ccircle r='5' fill='%23fff'/%3E%3C/svg%3E");
	transition: .2s ease-in-out;
	background-size: 100% 100%;
}

.custom-slide-toggle:hover .custom-control-input:not(:disabled)~.custom-control-label:before {
	border: none;
}

.custom-slide-toggle:hover .custom-control-input:not(:disabled)~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 10 10'%3E%3Ccircle r='5' fill='%23fff'/%3E%3Ccircle r='3' fill='%2341B0EE' /%3E%3C/svg%3E");
}

.custom-slide-toggle .custom-control-input~.custom-control-label:before {
	transition: background-color .2s ease-in-out;
	background-color: #cecece;
}

.custom-slide-toggle .custom-control-input:disabled~.custom-control-label:before {
	background-color: #dedede;
}

.custom-slide-toggle .custom-control-input:disabled~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 10 10'%3E%3Ccircle r='5' fill='%23f8f8f8'/%3E%3C/svg%3E");
}

.custom-slide-toggle .custom-control-input:checked~.custom-control-label:before {
	background-color: #41b0ee;
}

.custom-slide-toggle .custom-control-label {
	padding-left: 1.5rem;
}

.custom-slide-toggle .custom-control-label:after {
	height: 1.125rem;
	width: 1.125rem;
	margin-top: 1px;
	margin-left: 1px;
}

.custom-file-label:after {
	border: #cecece solid 1px;
	border-left: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%230092E1' d='M452 432c0 11-9 20-20 20s-20-9-20-20 9-20 20-20 20 9 20 20zm-84-20c-11 0-20 9-20 20s9 20 20 20 20-9 20-20-9-20-20-20zm144-48v104c0 24.3-19.7 44-44 44H44c-24.3 0-44-19.7-44-44V364c0-24.3 19.7-44 44-44h124v-99.3h-52.7c-35.6 0-53.4-43.1-28.3-68.3L227.7 11.7c15.6-15.6 40.9-15.6 56.6 0L425 152.4c25.2 25.2 7.3 68.3-28.3 68.3H344V320h124c24.3 0 44 19.7 44 44zM200 188.7V376c0 4.4 3.6 8 8 8h96c4.4 0 8-3.6 8-8V188.7h84.7c7.1 0 10.7-8.6 5.7-13.7L261.7 34.3c-3.1-3.1-8.2-3.1-11.3 0L109.7 175c-5 5-1.5 13.7 5.7 13.7H200zM480 364c0-6.6-5.4-12-12-12H344v24c0 22.1-17.9 40-40 40h-96c-22.1 0-40-17.9-40-40v-24H44c-6.6 0-12 5.4-12 12v104c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12V364z'/%3E%3C/svg%3E");
	content: ""!important;
	background-size: 1rem 1rem;
	background-repeat: no-repeat;
	background-position: center center;
	width: 2.5rem;
	height: calc(100% + 2px);
	top: -1px;
	right: -1px;
}

.custom-file:hover .custom-file-label:after {
	border-left: none;
	background: #41b0ee;
	border: #41B0EE solid 1px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M452 432c0 11-9 20-20 20s-20-9-20-20 9-20 20-20 20 9 20 20zm-84-20c-11 0-20 9-20 20s9 20 20 20 20-9 20-20-9-20-20-20zm144-48v104c0 24.3-19.7 44-44 44H44c-24.3 0-44-19.7-44-44V364c0-24.3 19.7-44 44-44h124v-99.3h-52.7c-35.6 0-53.4-43.1-28.3-68.3L227.7 11.7c15.6-15.6 40.9-15.6 56.6 0L425 152.4c25.2 25.2 7.3 68.3-28.3 68.3H344V320h124c24.3 0 44 19.7 44 44zM200 188.7V376c0 4.4 3.6 8 8 8h96c4.4 0 8-3.6 8-8V188.7h84.7c7.1 0 10.7-8.6 5.7-13.7L261.7 34.3c-3.1-3.1-8.2-3.1-11.3 0L109.7 175c-5 5-1.5 13.7 5.7 13.7H200zM480 364c0-6.6-5.4-12-12-12H344v24c0 22.1-17.9 40-40 40h-96c-22.1 0-40-17.9-40-40v-24H44c-6.6 0-12 5.4-12 12v104c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12V364z'/%3E%3C/svg%3E");
	content: "";
	background-size: 1rem 1rem;
	background-repeat: no-repeat;
	background-position: center center;
	width: 2.5rem;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5625rem 1rem;
}

.nav-link:hover,.nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #868686;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dedede;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
	border-color: #e9e9e9 #e9e9e9 #dedede;
}

.nav-tabs .nav-link.disabled {
	color: #868686;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
	color: #494949;
	background-color: #fff;
	border-color: #dedede #dedede #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 0;
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #41b0ee;
}

.nav-fill>.nav-link,.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified>.nav-link,.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.nav-tabs>.nav-item>.nav-link:not(.active):not(.disabled):hover {
	background: #41b0ee;
	border-color: #41b0ee;
	color: #fff;
}

.nav-tabs>.nav-item>.nav-link:not(.active):not(.disabled):focus {
	background: #0092e1;
	border-color: #0092e1;
	color: #fff;
}

.nav-tabs>.nav-item>.nav-link:focus {
	outline: none;
	box-shadow: 0 0 0 .2rem #41b0ee80;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .4375rem 1rem;
}

.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: .5625rem;
	padding-bottom: .5625rem;
	margin-right: 1rem;
	font-size: 1rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover,.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	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-text {
	display: inline-block;
	padding-top: .5625rem;
	padding-bottom: .5625rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggler:hover,.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
			padding-right: 0;
			padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
			flex-flow: row nowrap;
			justify-content: flex-start;
	}

	.navbar-expand-sm .navbar-nav {
			flex-direction: row;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
			position: absolute;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
			padding-right: .5rem;
			padding-left: .5rem;
	}

	.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
			flex-wrap: nowrap;
	}

	.navbar-expand-sm .navbar-collapse {
			display: flex!important;
			flex-basis: auto;
	}

	.navbar-expand-sm .navbar-toggler {
			display: none;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
			padding-right: 0;
			padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
			flex-flow: row nowrap;
			justify-content: flex-start;
	}

	.navbar-expand-md .navbar-nav {
			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,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
			flex-wrap: nowrap;
	}

	.navbar-expand-md .navbar-collapse {
			display: flex!important;
			flex-basis: auto;
	}

	.navbar-expand-md .navbar-toggler {
			display: none;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
			padding-right: 0;
			padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
			flex-flow: row nowrap;
			justify-content: flex-start;
	}

	.navbar-expand-lg .navbar-nav {
			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,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
			flex-wrap: nowrap;
	}

	.navbar-expand-lg .navbar-collapse {
			display: flex!important;
			flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
			display: none;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
			padding-right: 0;
			padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
			flex-flow: row nowrap;
			justify-content: flex-start;
	}

	.navbar-expand-xl .navbar-nav {
			flex-direction: row;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
			position: absolute;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
			padding-right: .5rem;
			padding-left: .5rem;
	}

	.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
			flex-wrap: nowrap;
	}

	.navbar-expand-xl .navbar-collapse {
			display: flex!important;
			flex-basis: auto;
	}

	.navbar-expand-xl .navbar-toggler {
			display: none;
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	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,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: #000000e6;
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
	color: #000000e6;
}

.navbar-light .navbar-nav .nav-link {
	color: #00000080;
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
	color: #000000b3;
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: #0000004d;
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
	color: #000000e6;
}

.navbar-light .navbar-toggler {
	color: #00000080;
	border-color: #0000001a;
}

.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-light .navbar-text {
	color: #00000080;
}

.navbar-light .navbar-text a {
	color: #000000e6;
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
	color: #000000e6;
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff80;
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
	color: #ffffffbf;
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: #ffffff40;
}

.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: #ffffff80;
	border-color: #ffffff1a;
}

.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");
}

.navbar-dark .navbar-text {
	color: #ffffff80;
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
	color: #fff;
}

.navbar {
	white-space: nowrap;
	flex-wrap: nowrap;
}

.navbar-brand {
	padding-left: 3.5rem;
	font-weight: 500;
}

.navbar-brand:before {
	content: "";
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg class='seb-logo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cpath d='M0 0h800v800H0z' fill='%2360cd18'/%3E%3Cpath d='M290.55 348.35l-25.87 19.32c-12.22-10.51-28-12.57-36.65-12.57s-18 2.51-19.37 8.82c-1.38 6.12 4.31 10.88 14.08 13.53 11.14 3 21.29 5.66 36.92 10.12 23.24 6.63 39.13 16.69 39.13 40 0 32.14-28.53 48.8-66.75 48.8s-64.26-19.91-72-29.2l27.35-20.45c19.21 16.75 32.57 19.11 43.74 19.11 12.81 0 24.79-2.75 26.33-10 1.25-5.82-3.58-10.45-14.49-13-12.35-2.85-22.77-5.14-34.4-8.2-31.52-8.27-40.41-26.6-40.41-43.06 0-22.67 21.1-45.95 59.69-45.95 39.57 0 62.74 22.67 62.74 22.67m164.9-20.4H340.12V472.1h117.45v-33.24h-76.94v-23.22h53v-31.8h-53v-23h74.83zM310.27 505.37h9V294.63h-9zm162.45 0h9V294.63h-9zm29.8-33.27h92.64c24.77 0 44.84-14.93 44.84-38.84 0-18.65-12.21-31-29.32-36.47a9.6 9.6 0 0 0-1.66-.21 10.36 10.36 0 0 0 1.66-.29c9.8-3.88 20.66-14.21 20.66-31.8 0-22.31-19.74-36.54-44.1-36.54h-84.72zm40.7-114.17h32.36c7.45 0 13.48 5.88 13.48 12.64s-6 12.66-13.48 12.66h-32.36zm39.58 82.13h-39.58v-26.29h39.58a13.15 13.15 0 0 1 0 26.28z' fill='%23fff'/%3E%3C/svg%3E");
	height: 3.5rem;
	width: 3.5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.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: 0;
	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:hover,a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #41b0ee;
}

a.badge-primary:hover,a.badge-primary:focus {
	color: #fff;
	background-color: #159ce7;
}

a.badge-primary:focus,a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem #41b0ee80;
}

.badge-secondary {
	color: #1a1a1a;
	background-color: #dedede;
}

a.badge-secondary:hover,a.badge-secondary:focus {
	color: #1a1a1a;
	background-color: #c5c5c5;
}

a.badge-secondary:focus,a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem #dedede80;
}

.badge-success {
	color: #fff;
	background-color: #308800;
}

a.badge-success:hover,a.badge-success:focus {
	color: #fff;
	background-color: #1e5500;
}

a.badge-success:focus,a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem #30880080;
}

.badge-info {
	color: #1a1a1a;
	background-color: #dedede;
}

a.badge-info:hover,a.badge-info:focus {
	color: #1a1a1a;
	background-color: #c5c5c5;
}

a.badge-info:focus,a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem #dedede80;
}

.badge-warning {
	color: #1a1a1a;
	background-color: #ffc500;
}

a.badge-warning:hover,a.badge-warning:focus {
	color: #1a1a1a;
	background-color: #cc9e00;
}

a.badge-warning:focus,a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem #ffc50080;
}

.badge-danger {
	color: #fff;
	background-color: #d81a1a;
}

a.badge-danger:hover,a.badge-danger:focus {
	color: #fff;
	background-color: #aa1515;
}

a.badge-danger:focus,a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem #d81a1a80;
}

.badge-light {
	color: #1a1a1a;
}

a.badge-light:hover,a.badge-light:focus {
	color: #1a1a1a;
	background-color: #dfdfdf;
}

a.badge-light:focus,a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem #f8f8f880;
}

.badge-dark {
	color: #fff;
	background-color: #333;
}

a.badge-dark:hover,a.badge-dark:focus {
	color: #fff;
	background-color: #1a1a1a;
}

a.badge-dark:focus,a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem #33333380;
}

.badge-close {
	margin-right: 14px;
}

.badge>.close:before {
	top: 0;
	left: 0;
	background-size: .5rem;
	background-color: inherit;
	height: 18px;
	width: 18px;
	padding: 9px;
}

.badge[class*=primary]>.close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.badge[class*=primary]>.close:hover:before,.badge[class*=primary]>.close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
	opacity: .5;
}

.badge[class*=primary]>.close:not(:disabled):not(.disabled):hover:after,.badge[class*=primary]>.close:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.badge[class*=secondary]>.close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.badge[class*=secondary]>.close:hover:before,.badge[class*=secondary]>.close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
	opacity: .5;
}

.badge[class*=secondary]>.close:not(:disabled):not(.disabled):hover:after,.badge[class*=secondary]>.close:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.badge[class*=success]>.close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.badge[class*=success]>.close:hover:before,.badge[class*=success]>.close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
	opacity: .5;
}

.badge[class*=success]>.close:not(:disabled):not(.disabled):hover:after,.badge[class*=success]>.close:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.badge[class*=info]>.close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.badge[class*=info]>.close:hover:before,.badge[class*=info]>.close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
	opacity: .5;
}

.badge[class*=info]>.close:not(:disabled):not(.disabled):hover:after,.badge[class*=info]>.close:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.badge[class*=warning]>.close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.badge[class*=warning]>.close:hover:before,.badge[class*=warning]>.close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
	opacity: .5;
}

.badge[class*=warning]>.close:not(:disabled):not(.disabled):hover:after,.badge[class*=warning]>.close:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.badge[class*=danger]>.close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.badge[class*=danger]>.close:hover:before,.badge[class*=danger]>.close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
	opacity: .5;
}

.badge[class*=danger]>.close:not(:disabled):not(.disabled):hover:after,.badge[class*=danger]>.close:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.badge[class*=light]>.close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.badge[class*=light]>.close:hover:before,.badge[class*=light]>.close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
	opacity: .5;
}

.badge[class*=light]>.close:not(:disabled):not(.disabled):hover:after,.badge[class*=light]>.close:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.badge[class*=dark]>.close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.badge[class*=dark]>.close:hover:before,.badge[class*=dark]>.close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
	opacity: .5;
}

.badge[class*=dark]>.close:not(:disabled):not(.disabled):hover:after,.badge[class*=dark]>.close:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.badge>.close {
	position: absolute;
	background: inherit;
	height: 18px;
	width: 18px;
	margin-top: -3px;
	margin-left: 1px;
}

.badge>.close:focus {
	outline: none;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9e9e9;
	border-radius: 0;
}

@media (min-width: 576px) {
	.jumbotron {
			padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	border: 0 solid transparent;
	border-radius: 0;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 500;
}

.alert-heading {
	position: relative;
	z-index: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.alert-heading:after {
	content: "";
	display: block;
	position: absolute;
	background: inherit;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 1px);
	left: -1px;
	z-index: -1;
}

.alert>.close {
	margin-top: -.25rem;
	margin-right: -.5rem;
}

.alert-primary {
	color: #1a1a1a;
	background-color: #dedede;
	border-color: #dedede;
}

.alert-primary hr {
	border-top-color: #fff;
}

.alert-primary .alert-link {
	color: #1a1a1a;
	text-decoration: underline;
}

.alert-primary .alert-link:hover {
	color: #1a1a1abf;
}

.alert-primary .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%231a1a1a' /%3E%3C/svg%3E");
}

.alert[class*=primary] .close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.alert[class*=primary] .close:hover:before,.alert[class*=primary] .close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=primary] .close:not(:disabled):not(.disabled):hover:after,.alert[class*=primary] .close:not(:disabled):not(.disabled):focus:after {
	background: #00000040;
}

.alert[class*=primary] .close:not(:disabled):not(.disabled):active:after {
	background: #00000080;
}

@media (hover: none) and (pointer: coarse) {
	.alert[class*=primary] .close:not(:disabled):not(.disabled):after {
			background: #00000040;
	}
}

.alert-secondary {
	color: #1a1a1a;
	background-color: #dedede;
	border-color: #dedede;
}

.alert-secondary hr {
	border-top-color: #fff;
}

.alert-secondary .alert-link {
	color: #1a1a1a;
	text-decoration: underline;
}

.alert-secondary .alert-link:hover {
	color: #1a1a1abf;
}

.alert-secondary .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%231a1a1a' /%3E%3C/svg%3E");
}

.alert[class*=secondary] .close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.alert[class*=secondary] .close:hover:before,.alert[class*=secondary] .close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=secondary] .close:not(:disabled):not(.disabled):hover:after,.alert[class*=secondary] .close:not(:disabled):not(.disabled):focus:after {
	background: #00000040;
}

.alert[class*=secondary] .close:not(:disabled):not(.disabled):active:after {
	background: #00000080;
}

@media (hover: none) and (pointer: coarse) {
	.alert[class*=secondary] .close:not(:disabled):not(.disabled):after {
			background: #00000040;
	}
}

.alert-success {
	color: #fff;
	background-color: #308800;
	border-color: #308800;
}

.alert-success hr {
	border-top-color: #fff;
}

.alert-success .alert-link {
	color: #fff;
	text-decoration: underline;
}

.alert-success .alert-link:hover {
	color: #ffffffbf;
}

.alert-success .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%23fff' /%3E%3C/svg%3E");
}

.alert[class*=success] .close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=success] .close:hover:before,.alert[class*=success] .close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=success] .close:not(:disabled):not(.disabled):hover:after,.alert[class*=success] .close:not(:disabled):not(.disabled):focus:after {
	background: #00000040;
}

.alert[class*=success] .close:not(:disabled):not(.disabled):active:after {
	background: #00000080;
}

@media (hover: none) and (pointer: coarse) {
	.alert[class*=success] .close:not(:disabled):not(.disabled):after {
			background: #00000040;
	}
}

.alert-info {
	color: #1a1a1a;
	background-color: #dedede;
	border-color: #dedede;
}

.alert-info hr {
	border-top-color: #fff;
}

.alert-info .alert-link {
	color: #1a1a1a;
	text-decoration: underline;
}

.alert-info .alert-link:hover {
	color: #1a1a1abf;
}

.alert-info .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%231a1a1a' /%3E%3C/svg%3E");
}

.alert[class*=info] .close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.alert[class*=info] .close:hover:before,.alert[class*=info] .close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=info] .close:not(:disabled):not(.disabled):hover:after,.alert[class*=info] .close:not(:disabled):not(.disabled):focus:after {
	background: #00000040;
}

.alert[class*=info] .close:not(:disabled):not(.disabled):active:after {
	background: #00000080;
}

@media (hover: none) and (pointer: coarse) {
	.alert[class*=info] .close:not(:disabled):not(.disabled):after {
			background: #00000040;
	}
}

.alert-warning {
	color: #1a1a1a;
	background-color: #ffc500;
	border-color: #ffc500;
}

.alert-warning hr {
	border-top-color: #fff;
}

.alert-warning .alert-link {
	color: #1a1a1a;
	text-decoration: underline;
}

.alert-warning .alert-link:hover {
	color: #1a1a1abf;
}

.alert-warning .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%231a1a1a' /%3E%3C/svg%3E");
}

.alert[class*=warning] .close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.alert[class*=warning] .close:hover:before,.alert[class*=warning] .close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=warning] .close:not(:disabled):not(.disabled):hover:after,.alert[class*=warning] .close:not(:disabled):not(.disabled):focus:after {
	background: #00000040;
}

.alert[class*=warning] .close:not(:disabled):not(.disabled):active:after {
	background: #00000080;
}

@media (hover: none) and (pointer: coarse) {
	.alert[class*=warning] .close:not(:disabled):not(.disabled):after {
			background: #00000040;
	}
}

.alert-danger {
	color: #fff;
	background-color: #d81a1a;
	border-color: #d81a1a;
}

.alert-danger hr {
	border-top-color: #fff;
}

.alert-danger .alert-link {
	color: #fff;
	text-decoration: underline;
}

.alert-danger .alert-link:hover {
	color: #ffffffbf;
}

.alert-danger .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%23fff' /%3E%3C/svg%3E");
}

.alert[class*=danger] .close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=danger] .close:hover:before,.alert[class*=danger] .close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=danger] .close:not(:disabled):not(.disabled):hover:after,.alert[class*=danger] .close:not(:disabled):not(.disabled):focus:after {
	background: #00000040;
}

.alert[class*=danger] .close:not(:disabled):not(.disabled):active:after {
	background: #00000080;
}

@media (hover: none) and (pointer: coarse) {
	.alert[class*=danger] .close:not(:disabled):not(.disabled):after {
			background: #00000040;
	}
}

.alert-light {
	color: #1a1a1a;
	border-color: #f8f8f8;
}

.alert-light hr {
	border-top-color: #fff;
}

.alert-light .alert-link {
	color: #1a1a1a;
	text-decoration: underline;
}

.alert-light .alert-link:hover {
	color: #1a1a1abf;
}

.alert-light .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%231a1a1a' /%3E%3C/svg%3E");
}

.alert[class*=light] .close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.alert[class*=light] .close:hover:before,.alert[class*=light] .close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=light] .close:not(:disabled):not(.disabled):hover:after,.alert[class*=light] .close:not(:disabled):not(.disabled):focus:after {
	background: #00000040;
}

.alert[class*=light] .close:not(:disabled):not(.disabled):active:after {
	background: #00000080;
}

@media (hover: none) and (pointer: coarse) {
	.alert[class*=light] .close:not(:disabled):not(.disabled):after {
			background: #00000040;
	}
}

.alert-dark {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.alert-dark hr {
	border-top-color: #fff;
}

.alert-dark .alert-link {
	color: #fff;
	text-decoration: underline;
}

.alert-dark .alert-link:hover {
	color: #ffffffbf;
}

.alert-dark .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%23fff' /%3E%3C/svg%3E");
}

.alert[class*=dark] .close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=dark] .close:hover:before,.alert[class*=dark] .close:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert[class*=dark] .close:not(:disabled):not(.disabled):hover:after,.alert[class*=dark] .close:not(:disabled):not(.disabled):focus:after {
	background: #00000040;
}

.alert[class*=dark] .close:not(:disabled):not(.disabled):active:after {
	background: #00000080;
}

@media (hover: none) and (pointer: coarse) {
	.alert[class*=dark] .close:not(:disabled):not(.disabled):after {
			background: #00000040;
	}
}

.alert.alert-icon.alert-success:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' fill='%23fff'/%3E%3C/svg%3E");
	margin-right: 1rem;
	margin-left: -2rem;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: 4px;
}

.alert.alert-icon.alert-info:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-176 86c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z' fill='%231a1a1a'/%3E%3C/svg%3E");
	margin-right: 1rem;
	margin-left: -2rem;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: 4px;
}

.alert.alert-icon.alert-warning:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-207.691 96h63.382c6.884 0 12.357 5.78 11.982 12.654l-7.418 136c-.347 6.364-5.609 11.346-11.982 11.346h-48.546c-6.373 0-11.635-4.982-11.982-11.346l-7.418-136c-.375-6.874 5.098-12.654 11.982-12.654zM224 398c-25.405 0-46-20.595-46-46s20.595-46 46-46 46 20.595 46 46-20.595 46-46' fill='%231a1a1a'/%3E%3C/svg%3E");
	margin-right: 1rem;
	margin-left: -2rem;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: 4px;
}

.alert.alert-icon.alert-danger:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-207.691 96h63.382c6.884 0 12.357 5.78 11.982 12.654l-7.418 136c-.347 6.364-5.609 11.346-11.982 11.346h-48.546c-6.373 0-11.635-4.982-11.982-11.346l-7.418-136c-.375-6.874 5.098-12.654 11.982-12.654zM224 398c-25.405 0-46-20.595-46-46s20.595-46 46-46 46 20.595 46 46-20.595 46-46' fill='%23fff'/%3E%3C/svg%3E");
	margin-right: 1rem;
	margin-left: -2rem;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: 4px;
}

.alert-icon {
	padding-left: 3rem;
}

.alert-icon>.row {
	display: inline-flex;
}

@media (max-width: 575.98px) {
	.alert-icon>.row>.col-12 {
			margin-left: -2rem;
			min-width: calc(100% + 2rem);
	}
}

.media {
	display: flex;
	align-items: flex-start;
}

.media-body {
	flex: 1;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.list-group-ordered>.list-group-item-info:before {
	background: #dedede;
	color: #1a1a1a;
}

.list-group-ordered>.list-group-item-success:before {
	background: #308800;
	color: #fff;
}

.list-group-ordered>.list-group-item-warning:before {
	background: #ffc500;
	color: #1a1a1a;
}

.list-group-ordered>.list-group-item-danger:before {
	background: #d81a1a;
	color: #fff;
}

.list-group-item-action {
	width: 100%;
	color: #494949;
	position: relative;
	display: block;
	text-align: inherit;
}

.list-group-item-action.active {
	background: #e9e9e9;
}

.list-group-item-action.active:before {
	background: #333;
	color: #fff;
}

.list-group-item-action:hover:not(.disabled):not(:disabled),.list-group-item-action:focus:not(.disabled):not(:disabled) {
	cursor: pointer;
	background-color: #e9e9e9;
}

.list-group-item-action:hover:before,.list-group-item-action:focus:before {
	color: #fff;
	text-decoration: none;
	background-color: #41b0ee;
}

.list-group-item-action:active:before {
	color: #fff;
	background-color: #0092e1;
}

.list-group-item-action.disabled,.list-group-item-action:disabled {
	color: #adadad;
}

.list-group-item {
	position: relative;
	display: block;
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.active:before {
	background: #333;
	color: #fff;
}

.list-group-item:hover,.list-group-item:focus {
	z-index: 1;
	text-decoration: none;
}

.list-group-item.disabled,.list-group-item:disabled {
	color: #adadad;
}

.list-group-flush .list-group-item {
	padding: .75rem 1.25rem;
	border: 1px solid #dedede;
	margin-bottom: -1px;
	border-right-width: 0;
	border-left-width: 0;
	border-radius: 0;
}

.list-group-flush:first-child {
	border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-bullet {
	margin-bottom: 1rem;
}

.list-group-bullet li {
	content: "";
	display: inline-block;
	background-size: 8px 8px;
	background-position: 6px 16px;
	background-repeat: no-repeat;
	border: none;
	padding: .5rem 2rem 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Ccircle cx='4' cy='4' r='4' style='fill:%23333333' /%3E%3C/svg%3E");
}

.list-group-check {
	margin-bottom: 1rem;
}

.list-group-check li {
	content: "";
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' fill='%2360cd18'/%3E%3C/svg%3E");
	background-size: 1rem 1rem;
	background-position: 0 .75rem;
	background-repeat: no-repeat;
	border: none;
	padding: .5rem 2rem 0;
}

.list-group li p {
	margin: 0;
}

.list-group-ordered li {
	counter-increment: list-order;
	border: none;
	padding: .5rem 2rem;
}

.list-group-ordered li.active {
	background: #e9e9e9;
}

.list-group-ordered li:focus {
	outline: 0;
}

.list-group-ordered li:before {
	content: counter(list-order);
	position: absolute;
	left: 0;
	height: 1.5rem;
	width: 1.5rem;
	text-align: center;
	display: inline-block;
	font-weight: 500;
}

.list-group-ordered li:disabled:before,.list-group-ordered li.disabled:before {
	background: #e9e9e9;
	color: #adadad;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	width: 2rem;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23000'/%3E%3C/svg%3E");
	background-size: 1rem;
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 1.375rem;
	position: absolute;
	top: -.375rem;
	left: -.375rem;
	z-index: 1;
}

.close span {
	display: none;
}

.close:not(:disabled):not(.disabled):hover:after,.close:not(:disabled):not(.disabled):focus:after {
	content: "";
	background: #dedede;
	border-radius: 50%;
	height: 2rem;
	width: 2rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	animation: fadeIn .15s linear;
	opacity: 1;
}

.close:not(:disabled):not(.disabled):focus {
	outline: none;
}

.close:not(:disabled):not(.disabled):focus:after {
	outline: none;
	box-shadow: 0 0 4px 1px #41b0ee;
}

.close:not(:disabled):not(.disabled):active:after {
	content: "";
	background: #cecece;
	border-radius: 50%;
	height: 2rem;
	width: 2rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	animation: fadeIn .15s linear;
	opacity: 1;
}

@media (hover: none) and (pointer: coarse) {
	.close:not(:disabled):not(.disabled):after {
			content: "";
			background: #dedede;
			border-radius: 50%;
			height: 2rem;
			width: 2rem;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
			opacity: 1;
	}
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-size: 1rem;
	position: relative;
	overflow: hidden;
	margin-bottom: .5rem;
	padding: 1rem 1rem 1rem 3rem;
	width: 300px;
	box-shadow: 0 0 .5rem #0003;
	pointer-events: auto;
	opacity: 0;
	border-radius: 0;
}

@media (prefers-reduced-motion: reduce) {
	.toast {
			transition: none;
	}
}

.toast:last-child {
	margin-bottom: 0;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-close-button {
	opacity: 1;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}

.toast-close-button:before {
	content: "";
	background-repeat: no-repeat;
	width: 1rem;
	height: 1.125rem;
	display: block;
	background-size: .75rem;
	background-position: 50%;
	padding: 1.375rem;
	z-index: 1;
}

.toast-close-button:hover {
	opacity: .75;
}

.toast.toast-primary {
	color: #1a1a1a;
	background-color: #dedede;
	border-color: #dedede;
}

.toast.toast-primary hr {
	border-top-color: #fff;
}

.toast.toast-primary .alert-link {
	color: #1a1a1a;
	text-decoration: underline;
}

.toast.toast-primary .alert-link:hover {
	color: #1a1a1abf;
}

.toast.toast-primary .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%231a1a1a' /%3E%3C/svg%3E");
}

.toast.toast-primary:hover {
	background-color: #f1f1f1;
}

.toast.toast-primary .toast-close-button:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.toast.toast-primary .toast-close-button:hover:before,.toast.toast-primary .toast-close-button:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
	opacity: .5;
}

.toast.toast-primary .toast-close-button:not(:disabled):not(.disabled):hover:after,.toast.toast-primary .toast-close-button:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.toast.toast-secondary {
	color: #1a1a1a;
	background-color: #dedede;
	border-color: #dedede;
}

.toast.toast-secondary hr {
	border-top-color: #fff;
}

.toast.toast-secondary .alert-link {
	color: #1a1a1a;
	text-decoration: underline;
}

.toast.toast-secondary .alert-link:hover {
	color: #1a1a1abf;
}

.toast.toast-secondary .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%231a1a1a' /%3E%3C/svg%3E");
}

.toast.toast-secondary:hover {
	background-color: #f1f1f1;
}

.toast.toast-secondary .toast-close-button:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.toast.toast-secondary .toast-close-button:hover:before,.toast.toast-secondary .toast-close-button:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
	opacity: .5;
}

.toast.toast-secondary .toast-close-button:not(:disabled):not(.disabled):hover:after,.toast.toast-secondary .toast-close-button:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.toast.toast-success {
	color: #fff;
	background-color: #308800;
	border-color: #308800;
}

.toast.toast-success hr {
	border-top-color: #fff;
}

.toast.toast-success .alert-link {
	color: #fff;
	text-decoration: underline;
}

.toast.toast-success .alert-link:hover {
	color: #ffffffbf;
}

.toast.toast-success .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%23fff' /%3E%3C/svg%3E");
}

.toast.toast-success:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' fill='%23fff'/%3E%3C/svg%3E");
	margin-right: 1rem;
	margin-left: -2rem;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: 4px;
}

.toast.toast-success:hover {
	background-color: #3eae00;
}

.toast.toast-success .toast-close-button:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.toast.toast-success .toast-close-button:hover:before,.toast.toast-success .toast-close-button:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
	opacity: .5;
}

.toast.toast-success .toast-close-button:not(:disabled):not(.disabled):hover:after,.toast.toast-success .toast-close-button:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.toast.toast-info {
	color: #1a1a1a;
	background-color: #dedede;
	border-color: #dedede;
}

.toast.toast-info hr {
	border-top-color: #fff;
}

.toast.toast-info .alert-link {
	color: #1a1a1a;
	text-decoration: underline;
}

.toast.toast-info .alert-link:hover {
	color: #1a1a1abf;
}

.toast.toast-info .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%231a1a1a' /%3E%3C/svg%3E");
}

.toast.toast-info:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-176 86c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z' fill='%231a1a1a'/%3E%3C/svg%3E");
	margin-right: 1rem;
	margin-left: -2rem;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: 4px;
}

.toast.toast-info:hover {
	background-color: #f1f1f1;
}

.toast.toast-info .toast-close-button:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.toast.toast-info .toast-close-button:hover:before,.toast.toast-info .toast-close-button:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
	opacity: .5;
}

.toast.toast-info .toast-close-button:not(:disabled):not(.disabled):hover:after,.toast.toast-info .toast-close-button:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.toast.toast-warning {
	color: #1a1a1a;
	background-color: #ffc500;
	border-color: #ffc500;
}

.toast.toast-warning hr {
	border-top-color: #fff;
}

.toast.toast-warning .alert-link {
	color: #1a1a1a;
	text-decoration: underline;
}

.toast.toast-warning .alert-link:hover {
	color: #1a1a1abf;
}

.toast.toast-warning .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%231a1a1a' /%3E%3C/svg%3E");
}

.toast.toast-warning:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-207.691 96h63.382c6.884 0 12.357 5.78 11.982 12.654l-7.418 136c-.347 6.364-5.609 11.346-11.982 11.346h-48.546c-6.373 0-11.635-4.982-11.982-11.346l-7.418-136c-.375-6.874 5.098-12.654 11.982-12.654zM224 398c-25.405 0-46-20.595-46-46s20.595-46 46-46 46 20.595 46 46-20.595 46-46' fill='%231a1a1a'/%3E%3C/svg%3E");
	margin-right: 1rem;
	margin-left: -2rem;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: 4px;
}

.toast.toast-warning:hover {
	background-color: #ffce26;
}

.toast.toast-warning .toast-close-button:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.toast.toast-warning .toast-close-button:hover:before,.toast.toast-warning .toast-close-button:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
	opacity: .5;
}

.toast.toast-warning .toast-close-button:not(:disabled):not(.disabled):hover:after,.toast.toast-warning .toast-close-button:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.toast.toast-danger {
	color: #fff;
	background-color: #d81a1a;
	border-color: #d81a1a;
}

.toast.toast-danger hr {
	border-top-color: #fff;
}

.toast.toast-danger .alert-link {
	color: #fff;
	text-decoration: underline;
}

.toast.toast-danger .alert-link:hover {
	color: #ffffffbf;
}

.toast.toast-danger .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%23fff' /%3E%3C/svg%3E");
}

.toast.toast-danger:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-207.691 96h63.382c6.884 0 12.357 5.78 11.982 12.654l-7.418 136c-.347 6.364-5.609 11.346-11.982 11.346h-48.546c-6.373 0-11.635-4.982-11.982-11.346l-7.418-136c-.375-6.874 5.098-12.654 11.982-12.654zM224 398c-25.405 0-46-20.595-46-46s20.595-46 46-46 46 20.595 46 46-20.595 46-46' fill='%23fff'/%3E%3C/svg%3E");
	margin-right: 1rem;
	margin-left: -2rem;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: 4px;
}

.toast.toast-danger:hover {
	background-color: #e63232;
}

.toast.toast-danger .toast-close-button:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.toast.toast-danger .toast-close-button:hover:before,.toast.toast-danger .toast-close-button:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
	opacity: .5;
}

.toast.toast-danger .toast-close-button:not(:disabled):not(.disabled):hover:after,.toast.toast-danger .toast-close-button:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.toast.toast-light {
	color: #1a1a1a;
	border-color: #f8f8f8;
}

.toast.toast-light hr {
	border-top-color: #fff;
}

.toast.toast-light .alert-link {
	color: #1a1a1a;
	text-decoration: underline;
}

.toast.toast-light .alert-link:hover {
	color: #1a1a1abf;
}

.toast.toast-light .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%231a1a1a' /%3E%3C/svg%3E");
}

.toast.toast-light:hover {
	background-color: #fff;
}

.toast.toast-light .toast-close-button:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.toast.toast-light .toast-close-button:hover:before,.toast.toast-light .toast-close-button:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%231a1a1a'/%3E%3C/svg%3E");
	opacity: .5;
}

.toast.toast-light .toast-close-button:not(:disabled):not(.disabled):hover:after,.toast.toast-light .toast-close-button:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.toast.toast-dark {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.toast.toast-dark hr {
	border-top-color: #fff;
}

.toast.toast-dark .alert-link {
	color: #fff;
	text-decoration: underline;
}

.toast.toast-dark .alert-link:hover {
	color: #ffffffbf;
}

.toast.toast-dark .alert-link.external:not(:hover):after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304l-136 .145c-6.627 0-12 5.373-12 12V167.9c0 6.722 5.522 12.133 12.243 11.998l58.001-2.141L99.515 340.485c-4.686 4.686-4.686 12.284 0 16.971l23.03 23.029c4.686 4.686 12.284 4.686 16.97 0l162.729-162.729-2.141 58.001c-.136 6.721 5.275 12.242 11.998 12.242h27.755c6.628 0 12-5.373 12-12L352 140c0-6.627-5.373-12-12-12z' fill='%23fff' /%3E%3C/svg%3E");
}

.toast.toast-dark:hover {
	background-color: #464646;
}

.toast.toast-dark .toast-close-button:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
}

.toast.toast-dark .toast-close-button:hover:before,.toast.toast-dark .toast-close-button:focus:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' fill='%23fff'/%3E%3C/svg%3E");
	opacity: .5;
}

.toast.toast-dark .toast-close-button:not(:disabled):not(.disabled):hover:after,.toast.toast-dark .toast-close-button:not(:disabled):not(.disabled):focus:after {
	display: none;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: .25rem .75rem;
	color: #868686;
	background-color: #ffffffd9;
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.toast-body {
	padding: .75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.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: transform .3s ease-out;
	transform: translateY(-50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
			transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: flex;
}

.modal-dialog-scrollable .modal-content {
	max-height: 100vh;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid #fff;
	border-radius: 0;
	box-shadow: 0 0;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dedede;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 0 solid #dedede;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.modal-footer>* {
	margin: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@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);
	}

	.modal-dialog-centered {
			min-height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered:before {
			height: calc(100vh - 3.5rem);
			height: -webkit-min-content;
			height: min-content;
	}

	.modal-content {
			box-shadow: 0 .5rem 1rem #0000001a;
	}

	.modal-sm {
			max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg,.modal-xl {
			max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
			max-width: 1140px;
	}
}

.modal.modal-aside.modal-aside-right .modal-dialog {
	right: 0;
	position: fixed;
}

@media (min-width: 576px) {
	.modal.modal-aside.modal-aside-right .modal-dialog {
			animation: slideInRight .4s ease-in-out;
	}
}

.modal.modal-aside.modal-aside-left .modal-dialog {
	left: 0;
	position: fixed;
}

@media (min-width: 576px) {
	.modal.modal-aside.modal-aside-left .modal-dialog {
			animation: slideInLeft .4s ease-in-out;
	}
}

.modal.modal-aside .modal-dialog {
	animation: slideInUp .4s ease-in-out;
	margin: 0;
	top: 0;
	height: 100vh;
	min-height: -webkit-fill-available;
}

.modal.modal-aside .modal-dialog .modal-content {
	height: 100%;
	border: none;
	width: 320px;
}

@media (max-width: 575.98px) {
	.modal.modal-aside .modal-dialog .modal-content {
			width: 100vw;
	}
}

.modal.modal-aside .modal-dialog.modal-lg {
	max-width: 100vw;
}

.modal.modal-aside .modal-dialog.modal-lg .modal-content {
	width: 100vw;
}

.modal.modal-aside .modal-dialog.modal-lg .modal-content iframe {
	min-width: 100%;
}

@media (min-width: 768px) {
	.modal.modal-aside .modal-dialog.modal-lg .modal-content {
			max-width: 768px;
			width: auto;
			min-width: 320px;
	}

	.modal.modal-aside .modal-dialog.modal-lg .modal-content iframe {
			min-width: 768px;
	}
}

@media (max-width: 575.98px) {
	.modal .modal-dialog,.modal .modal-content {
			border: none;
			width: 100vw;
			margin: 0;
			top: 0;
	}
}

.modal.modal-fullscreen .modal-dialog {
	margin: 0;
	width: 100vw;
	height: 100vh;
	min-height: -webkit-fill-available;
	max-width: 100vw;
	max-height: 100vh;
	position: fixed;
	animation: slideInUp .4s ease-in-out;
}

.modal.modal-fullscreen .modal-dialog .modal-content {
	border: none;
	height: 100%;
}

.modal .modal-dialog {
	animation: slideInDown .4s ease-in-out;
}

@media (min-width: 576px) {
	.modal .modal-dialog {
			animation: fadeInUp .15s linear;
	}
}

.modal-header .close {
	margin: 0 0 0 auto;
}

.modal-body {
	overflow: auto;
}

.modal-backdrop.fade.show {
	animation: fadeInBackdrop .15s linear;
}

@supports (-webkit-overflow-scrolling: touch) {
	.modal.modal-aside .modal-dialog,.modal.modal-aside .modal-content,.modal.modal-fullscreen .modal-dialog,.modal.modal-fullscreen .modal-content {
			height: 100%;
	}

	.modal-body {
			-webkit-overflow-scrolling: touch;
	}

	.modal>.modal-dialog-scrollable>.modal-content {
			max-height: -webkit-fill-available;
	}
}

@keyframes fadeInBackdrop {
	0% {
			opacity: 0;
	}

	to {
			opacity: .5;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: SEBSansSerif,Trebuchet MS,Trebuchet,Helvetica Neue,Helvetica,Arial,sans-serif;
	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;
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top] {
	padding: .4rem 0;
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow:before,.bs-tooltip-auto[x-placement^=top] .arrow:before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #1a1a1a;
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right] {
	padding: 0 .4rem;
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-right .arrow:before,.bs-tooltip-auto[x-placement^=right] .arrow:before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #1a1a1a;
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom] {
	padding: .4rem 0;
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow:before,.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #1a1a1a;
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left] {
	padding: 0 .4rem;
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-left .arrow:before,.bs-tooltip-auto[x-placement^=left] .arrow:before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #1a1a1a;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: left;
	background-color: #1a1a1a;
	border-radius: 0;
}

abbr[title],abbr[data-original-title],.text-help {
	text-decoration: none;
	cursor: help;
	border-bottom: dashed 1px #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: SEBSansSerif,Trebuchet MS,Trebuchet,Helvetica Neue,Helvetica,Arial,sans-serif;
	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: 0;
	box-shadow: 0 .25rem .5rem #0003;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0;
}

.popover .arrow:before,.popover .arrow:after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top,.bs-popover-auto[x-placement^=top] {
	margin-bottom: .5rem;
}

.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow {
	bottom: calc(-.5rem - 1px);
}

.bs-popover-top>.arrow:before,.bs-popover-auto[x-placement^=top]>.arrow:before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: #00000040;
}

.bs-popover-top>.arrow:after,.bs-popover-auto[x-placement^=top]>.arrow:after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-right,.bs-popover-auto[x-placement^=right] {
	margin-left: .5rem;
}

.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: 0;
}

.bs-popover-right>.arrow:before,.bs-popover-auto[x-placement^=right]>.arrow:before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #00000040;
}

.bs-popover-right>.arrow:after,.bs-popover-auto[x-placement^=right]>.arrow:after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom] {
	margin-top: .5rem;
}

.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow {
	top: calc(-.5rem - 1px);
}

.bs-popover-bottom>.arrow:before,.bs-popover-auto[x-placement^=bottom]>.arrow:before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #00000040;
}

.bs-popover-bottom>.arrow:after,.bs-popover-auto[x-placement^=bottom]>.arrow:after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header:before,.bs-popover-auto[x-placement^=bottom] .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,.bs-popover-auto[x-placement^=left] {
	margin-right: .5rem;
}

.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: 0;
}

.bs-popover-left>.arrow:before,.bs-popover-auto[x-placement^=left]>.arrow:before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #00000040;
}

.bs-popover-left>.arrow:after,.bs-popover-auto[x-placement^=left]>.arrow:after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #222;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #333;
}

.spinner,.spinner:before,.spinner:after {
	border-radius: 50%;
}

.spinner {
	color: #60cd18;
	background: #fff;
	position: relative;
	width: 4rem;
	height: 4rem;
	box-shadow: inset 0 0 0 5px;
	transform: translateZ(0);
	animation: rotate-circle 1s infinite linear;
}

.spinner:after {
	width: 2rem;
	height: 4rem;
	background: inherit;
	border-radius: 0 4rem 4rem 0;
	left: 2rem;
	transform-origin: 0 2rem;
	animation: rotate-circle 2s infinite ease;
}

.spinner:before {
	width: 2rem;
	height: 4rem;
	background: inherit;
	border-radius: 4rem 0 0 4rem;
	left: 0;
	transform-origin: 2rem 2rem;
	animation: rotate-circle 2s infinite ease 1.5s;
}

.spinner.spinner-xs,.btn .spinner {
	width: 1rem;
	height: 1rem;
	box-shadow: inset 0 0 0 2px;
}

.spinner.spinner-xs:before,.btn .spinner:before {
	width: .5rem;
	height: 1rem;
	border-radius: 1rem 0 0 1rem;
	transform-origin: .5rem .5rem;
}

.spinner.spinner-xs:after,.btn .spinner:after {
	width: .5rem;
	height: 1rem;
	border-radius: 0 1rem 1rem 0;
	left: .5rem;
	transform-origin: 0 .5rem;
}

.spinner.spinner-sm {
	width: 2rem;
	height: 2rem;
	box-shadow: inset 0 0 0 3.5px;
}

.spinner.spinner-sm:before {
	width: 1rem;
	height: 2rem;
	border-radius: 2rem 0 0 2rem;
	transform-origin: 1rem 1rem;
}

.spinner.spinner-sm:after {
	width: 1rem;
	height: 2rem;
	border-radius: 0 2rem 2rem 0;
	left: 1rem;
	transform-origin: 0 1rem;
}

.spinner.spinner-lg {
	width: 6rem;
	height: 6rem;
	box-shadow: inset 0 0 0 7px;
}

.spinner.spinner-lg:before {
	width: 3rem;
	height: 6rem;
	border-radius: 6rem 0 0 6rem;
	transform-origin: 3rem 3rem;
}

.spinner.spinner-lg:after {
	width: 3rem;
	height: 6rem;
	border-radius: 0 6rem 6rem 0;
	left: 3rem;
	transform-origin: 0 3rem;
}

.spinner.bg-primary:before,.spinner.bg-primary:after {
	box-shadow: #41b0ee 0 0 0 1px;
}

.spinner.bg-secondary:before,.spinner.bg-secondary:after {
	box-shadow: #dedede 0 0 0 1px;
}

.spinner.bg-success:before,.spinner.bg-success:after {
	box-shadow: #308800 0 0 0 1px;
}

.spinner.bg-info:before,.spinner.bg-info:after {
	box-shadow: #dedede 0 0 0 1px;
}

.spinner.bg-warning:before,.spinner.bg-warning:after {
	box-shadow: #ffc500 0 0 0 1px;
}

.spinner.bg-danger:before,.spinner.bg-danger:after {
	box-shadow: #d81a1a 0 0 0 1px;
}

.spinner.bg-light:before,.spinner.bg-light:after {
	box-shadow: #f8f8f8 0 0 0 1px;
}

.spinner.bg-dark:before,.spinner.bg-dark:after {
	box-shadow: #333 0 0 0 1px;
}

.spinner:before,.spinner:after {
	position: absolute;
	content: "";
	box-shadow: #fff 0 0 0 1px;
}

.spinner.light {
	background: #f8f8f8;
}

.btn .spinner {
	background: #adadad;
	color: #fff;
	display: inline-block;
	vertical-align: -3px;
}

.btn .spinner:before,.btn .spinner:after {
	box-shadow: #adadad 0 0 0 1px;
}

.btn[class*=" btn-outline-"] .spinner-sq {
	background-color: #adadad;
}

.btn[class*=" btn-outline-"] .spinner {
	color: #adadad;
	background: #fff;
}

.btn[class*=" btn-outline-"] .spinner:before,.btn[class*=" btn-outline-"] .spinner:after {
	box-shadow: #fff 0 0 0 1px;
}

.btn.btn-secondary .spinner-sq {
	background-color: #adadad;
}

.btn.btn-secondary .spinner {
	color: #adadad;
	background: #fff;
}

.btn.btn-secondary .spinner:before,.btn.btn-secondary .spinner:after {
	box-shadow: #fff 0 0 0 1px;
}

@keyframes rotate-circle {
	0% {
			transform: rotate(0);
	}

	to {
			transform: rotate(360deg);
	}
}

.spinner-sq {
	width: 4rem;
	height: 4rem;
	background-color: #60cd18;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.spinner-sq.spinner-xs,.btn>.spinner-sq {
	width: 1rem;
	height: 1rem;
}

.spinner-sq.spinner-md {
	width: 4rem;
	height: 4rem;
}

.spinner-sq.spinner-lg {
	width: 6rem;
	height: 6rem;
}

.btn>.spinner-sq {
	background-color: #fff;
	display: inline-block;
	vertical-align: -3px;
}

@keyframes sk-rotateplane {
	0% {
			transform: perspective(120px) rotateX(0) rotateY(0);
	}

	50% {
			transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
	}

	to {
			transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.align-baseline {
	vertical-align: baseline!important;
}

.align-top {
	vertical-align: top!important;
}

.align-middle {
	vertical-align: middle!important;
}

.align-bottom {
	vertical-align: bottom!important;
}

.align-text-bottom {
	vertical-align: text-bottom!important;
}

.align-text-top {
	vertical-align: text-top!important;
}

.bg-primary {
	background-color: #41b0ee!important;
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
	background-color: #159ce7!important;
}

.bg-secondary {
	background-color: #dedede!important;
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
	background-color: #c5c5c5!important;
}

.bg-success {
	background-color: #308800!important;
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
	background-color: #1e5500!important;
}

.bg-info {
	background-color: #dedede!important;
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
	background-color: #c5c5c5!important;
}

.bg-warning {
	background-color: #ffc500!important;
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
	background-color: #cc9e00!important;
}

.bg-danger {
	background-color: #d81a1a!important;
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
	background-color: #aa1515!important;
}

.bg-light {
	background-color: #f8f8f8!important;
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
	background-color: #dfdfdf!important;
}

.bg-dark {
	background-color: #333!important;
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
	background-color: #1a1a1a!important;
}

.bg-white {
	background-color: #fff!important;
}

.bg-transparent {
	background-color: transparent!important;
}

.rounded-sm,.rounded {
	border-radius: 0!important;
}

.rounded-top {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
}

.rounded-right {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.rounded-bottom {
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

.rounded-left {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

.rounded-lg {
	border-radius: 0!important;
}

.border {
	border: 1px solid #dedede!important;
}

.border-top {
	border-top: 1px solid #dedede!important;
}

.border-right {
	border-right: 1px solid #dedede!important;
}

.border-bottom {
	border-bottom: 1px solid #dedede!important;
}

.border-left {
	border-left: 1px solid #dedede!important;
}

.border-0 {
	border: 0!important;
}

.border-top-0 {
	border-top: 0!important;
}

.border-right-0 {
	border-right: 0!important;
}

.border-bottom-0 {
	border-bottom: 0!important;
}

.border-left-0 {
	border-left: 0!important;
}

.border-primary {
	border-color: #41b0ee!important;
}

.border-secondary {
	border-color: #dedede!important;
}

.border-success {
	border-color: #308800!important;
}

.border-info {
	border-color: #dedede!important;
}

.border-warning {
	border-color: #ffc500!important;
}

.border-danger {
	border-color: #d81a1a!important;
}

.border-light {
	border-color: #f8f8f8!important;
}

.border-dark {
	border-color: #333!important;
}

.border-white {
	border-color: #fff!important;
}

.rounded-sm {
	border-radius: .2rem!important;
}

.rounded {
	border-radius: .25rem!important;
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important;
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important;
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important;
}

.rounded-lg {
	border-radius: .3rem!important;
}

.rounded-circle {
	border-radius: 50%!important;
}

.rounded-pill {
	border-radius: 50rem!important;
}

.rounded-0 {
	border-radius: 0!important;
}

.input-border-right {
	border-top-right-radius: 4px!important;
	border-bottom-right-radius: 4px!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-table {
	display: table!important;
}

.d-table-row {
	display: table-row!important;
}

.d-table-cell {
	display: table-cell!important;
}

.d-flex {
	display: flex!important;
}

.d-inline-flex {
	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-table {
			display: table!important;
	}

	.d-sm-table-row {
			display: table-row!important;
	}

	.d-sm-table-cell {
			display: table-cell!important;
	}

	.d-sm-flex {
			display: flex!important;
	}

	.d-sm-inline-flex {
			display: inline-flex!important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
			display: none!important;
	}

	.d-md-inline {
			display: inline!important;
	}

	.d-md-inline-block {
			display: inline-block!important;
	}

	.d-md-block {
			display: block!important;
	}

	.d-md-table {
			display: table!important;
	}

	.d-md-table-row {
			display: table-row!important;
	}

	.d-md-table-cell {
			display: table-cell!important;
	}

	.d-md-flex {
			display: flex!important;
	}

	.d-md-inline-flex {
			display: inline-flex!important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
			display: none!important;
	}

	.d-lg-inline {
			display: inline!important;
	}

	.d-lg-inline-block {
			display: inline-block!important;
	}

	.d-lg-block {
			display: block!important;
	}

	.d-lg-table {
			display: table!important;
	}

	.d-lg-table-row {
			display: table-row!important;
	}

	.d-lg-table-cell {
			display: table-cell!important;
	}

	.d-lg-flex {
			display: flex!important;
	}

	.d-lg-inline-flex {
			display: inline-flex!important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
			display: none!important;
	}

	.d-xl-inline {
			display: inline!important;
	}

	.d-xl-inline-block {
			display: inline-block!important;
	}

	.d-xl-block {
			display: block!important;
	}

	.d-xl-table {
			display: table!important;
	}

	.d-xl-table-row {
			display: table-row!important;
	}

	.d-xl-table-cell {
			display: table-cell!important;
	}

	.d-xl-flex {
			display: flex!important;
	}

	.d-xl-inline-flex {
			display: inline-flex!important;
	}
}

@media print {
	.d-print-none {
			display: none!important;
	}

	.d-print-inline {
			display: inline!important;
	}

	.d-print-inline-block {
			display: inline-block!important;
	}

	.d-print-block {
			display: block!important;
	}

	.d-print-table {
			display: table!important;
	}

	.d-print-table-row {
			display: table-row!important;
	}

	.d-print-table-cell {
			display: table-cell!important;
	}

	.d-print-flex {
			display: flex!important;
	}

	.d-print-inline-flex {
			display: inline-flex!important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive:before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9:before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9:before {
	padding-top: 56.25%;
}

.embed-responsive-4by3:before {
	padding-top: 75%;
}

.embed-responsive-1by1:before {
	padding-top: 100%;
}

.flex-row {
	flex-direction: row!important;
}

.flex-column {
	flex-direction: column!important;
}

.flex-row-reverse {
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	flex-direction: column-reverse!important;
}

.flex-wrap {
	flex-wrap: wrap!important;
}

.flex-nowrap {
	flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important;
}

.flex-fill {
	flex: 1 1 auto!important;
}

.flex-grow-0 {
	flex-grow: 0!important;
}

.flex-grow-1 {
	flex-grow: 1!important;
}

.flex-shrink-0 {
	flex-shrink: 0!important;
}

.flex-shrink-1 {
	flex-shrink: 1!important;
}

.justify-content-start {
	justify-content: flex-start!important;
}

.justify-content-end {
	justify-content: flex-end!important;
}

.justify-content-center {
	justify-content: center!important;
}

.justify-content-between {
	justify-content: space-between!important;
}

.justify-content-around {
	justify-content: space-around!important;
}

.align-items-start {
	align-items: flex-start!important;
}

.align-items-end {
	align-items: flex-end!important;
}

.align-items-center {
	align-items: center!important;
}

.align-items-baseline {
	align-items: baseline!important;
}

.align-items-stretch {
	align-items: stretch!important;
}

.align-content-start {
	align-content: flex-start!important;
}

.align-content-end {
	align-content: flex-end!important;
}

.align-content-center {
	align-content: center!important;
}

.align-content-between {
	align-content: space-between!important;
}

.align-content-around {
	align-content: space-around!important;
}

.align-content-stretch {
	align-content: stretch!important;
}

.align-self-auto {
	align-self: auto!important;
}

.align-self-start {
	align-self: flex-start!important;
}

.align-self-end {
	align-self: flex-end!important;
}

.align-self-center {
	align-self: center!important;
}

.align-self-baseline {
	align-self: baseline!important;
}

.align-self-stretch {
	align-self: stretch!important;
}

@media (min-width: 576px) {
	.flex-sm-row {
			flex-direction: row!important;
	}

	.flex-sm-column {
			flex-direction: column!important;
	}

	.flex-sm-row-reverse {
			flex-direction: row-reverse!important;
	}

	.flex-sm-column-reverse {
			flex-direction: column-reverse!important;
	}

	.flex-sm-wrap {
			flex-wrap: wrap!important;
	}

	.flex-sm-nowrap {
			flex-wrap: nowrap!important;
	}

	.flex-sm-wrap-reverse {
			flex-wrap: wrap-reverse!important;
	}

	.flex-sm-fill {
			flex: 1 1 auto!important;
	}

	.flex-sm-grow-0 {
			flex-grow: 0!important;
	}

	.flex-sm-grow-1 {
			flex-grow: 1!important;
	}

	.flex-sm-shrink-0 {
			flex-shrink: 0!important;
	}

	.flex-sm-shrink-1 {
			flex-shrink: 1!important;
	}

	.justify-content-sm-start {
			justify-content: flex-start!important;
	}

	.justify-content-sm-end {
			justify-content: flex-end!important;
	}

	.justify-content-sm-center {
			justify-content: center!important;
	}

	.justify-content-sm-between {
			justify-content: space-between!important;
	}

	.justify-content-sm-around {
			justify-content: space-around!important;
	}

	.align-items-sm-start {
			align-items: flex-start!important;
	}

	.align-items-sm-end {
			align-items: flex-end!important;
	}

	.align-items-sm-center {
			align-items: center!important;
	}

	.align-items-sm-baseline {
			align-items: baseline!important;
	}

	.align-items-sm-stretch {
			align-items: stretch!important;
	}

	.align-content-sm-start {
			align-content: flex-start!important;
	}

	.align-content-sm-end {
			align-content: flex-end!important;
	}

	.align-content-sm-center {
			align-content: center!important;
	}

	.align-content-sm-between {
			align-content: space-between!important;
	}

	.align-content-sm-around {
			align-content: space-around!important;
	}

	.align-content-sm-stretch {
			align-content: stretch!important;
	}

	.align-self-sm-auto {
			align-self: auto!important;
	}

	.align-self-sm-start {
			align-self: flex-start!important;
	}

	.align-self-sm-end {
			align-self: flex-end!important;
	}

	.align-self-sm-center {
			align-self: center!important;
	}

	.align-self-sm-baseline {
			align-self: baseline!important;
	}

	.align-self-sm-stretch {
			align-self: stretch!important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
			flex-direction: row!important;
	}

	.flex-md-column {
			flex-direction: column!important;
	}

	.flex-md-row-reverse {
			flex-direction: row-reverse!important;
	}

	.flex-md-column-reverse {
			flex-direction: column-reverse!important;
	}

	.flex-md-wrap {
			flex-wrap: wrap!important;
	}

	.flex-md-nowrap {
			flex-wrap: nowrap!important;
	}

	.flex-md-wrap-reverse {
			flex-wrap: wrap-reverse!important;
	}

	.flex-md-fill {
			flex: 1 1 auto!important;
	}

	.flex-md-grow-0 {
			flex-grow: 0!important;
	}

	.flex-md-grow-1 {
			flex-grow: 1!important;
	}

	.flex-md-shrink-0 {
			flex-shrink: 0!important;
	}

	.flex-md-shrink-1 {
			flex-shrink: 1!important;
	}

	.justify-content-md-start {
			justify-content: flex-start!important;
	}

	.justify-content-md-end {
			justify-content: flex-end!important;
	}

	.justify-content-md-center {
			justify-content: center!important;
	}

	.justify-content-md-between {
			justify-content: space-between!important;
	}

	.justify-content-md-around {
			justify-content: space-around!important;
	}

	.align-items-md-start {
			align-items: flex-start!important;
	}

	.align-items-md-end {
			align-items: flex-end!important;
	}

	.align-items-md-center {
			align-items: center!important;
	}

	.align-items-md-baseline {
			align-items: baseline!important;
	}

	.align-items-md-stretch {
			align-items: stretch!important;
	}

	.align-content-md-start {
			align-content: flex-start!important;
	}

	.align-content-md-end {
			align-content: flex-end!important;
	}

	.align-content-md-center {
			align-content: center!important;
	}

	.align-content-md-between {
			align-content: space-between!important;
	}

	.align-content-md-around {
			align-content: space-around!important;
	}

	.align-content-md-stretch {
			align-content: stretch!important;
	}

	.align-self-md-auto {
			align-self: auto!important;
	}

	.align-self-md-start {
			align-self: flex-start!important;
	}

	.align-self-md-end {
			align-self: flex-end!important;
	}

	.align-self-md-center {
			align-self: center!important;
	}

	.align-self-md-baseline {
			align-self: baseline!important;
	}

	.align-self-md-stretch {
			align-self: stretch!important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
			flex-direction: row!important;
	}

	.flex-lg-column {
			flex-direction: column!important;
	}

	.flex-lg-row-reverse {
			flex-direction: row-reverse!important;
	}

	.flex-lg-column-reverse {
			flex-direction: column-reverse!important;
	}

	.flex-lg-wrap {
			flex-wrap: wrap!important;
	}

	.flex-lg-nowrap {
			flex-wrap: nowrap!important;
	}

	.flex-lg-wrap-reverse {
			flex-wrap: wrap-reverse!important;
	}

	.flex-lg-fill {
			flex: 1 1 auto!important;
	}

	.flex-lg-grow-0 {
			flex-grow: 0!important;
	}

	.flex-lg-grow-1 {
			flex-grow: 1!important;
	}

	.flex-lg-shrink-0 {
			flex-shrink: 0!important;
	}

	.flex-lg-shrink-1 {
			flex-shrink: 1!important;
	}

	.justify-content-lg-start {
			justify-content: flex-start!important;
	}

	.justify-content-lg-end {
			justify-content: flex-end!important;
	}

	.justify-content-lg-center {
			justify-content: center!important;
	}

	.justify-content-lg-between {
			justify-content: space-between!important;
	}

	.justify-content-lg-around {
			justify-content: space-around!important;
	}

	.align-items-lg-start {
			align-items: flex-start!important;
	}

	.align-items-lg-end {
			align-items: flex-end!important;
	}

	.align-items-lg-center {
			align-items: center!important;
	}

	.align-items-lg-baseline {
			align-items: baseline!important;
	}

	.align-items-lg-stretch {
			align-items: stretch!important;
	}

	.align-content-lg-start {
			align-content: flex-start!important;
	}

	.align-content-lg-end {
			align-content: flex-end!important;
	}

	.align-content-lg-center {
			align-content: center!important;
	}

	.align-content-lg-between {
			align-content: space-between!important;
	}

	.align-content-lg-around {
			align-content: space-around!important;
	}

	.align-content-lg-stretch {
			align-content: stretch!important;
	}

	.align-self-lg-auto {
			align-self: auto!important;
	}

	.align-self-lg-start {
			align-self: flex-start!important;
	}

	.align-self-lg-end {
			align-self: flex-end!important;
	}

	.align-self-lg-center {
			align-self: center!important;
	}

	.align-self-lg-baseline {
			align-self: baseline!important;
	}

	.align-self-lg-stretch {
			align-self: stretch!important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
			flex-direction: row!important;
	}

	.flex-xl-column {
			flex-direction: column!important;
	}

	.flex-xl-row-reverse {
			flex-direction: row-reverse!important;
	}

	.flex-xl-column-reverse {
			flex-direction: column-reverse!important;
	}

	.flex-xl-wrap {
			flex-wrap: wrap!important;
	}

	.flex-xl-nowrap {
			flex-wrap: nowrap!important;
	}

	.flex-xl-wrap-reverse {
			flex-wrap: wrap-reverse!important;
	}

	.flex-xl-fill {
			flex: 1 1 auto!important;
	}

	.flex-xl-grow-0 {
			flex-grow: 0!important;
	}

	.flex-xl-grow-1 {
			flex-grow: 1!important;
	}

	.flex-xl-shrink-0 {
			flex-shrink: 0!important;
	}

	.flex-xl-shrink-1 {
			flex-shrink: 1!important;
	}

	.justify-content-xl-start {
			justify-content: flex-start!important;
	}

	.justify-content-xl-end {
			justify-content: flex-end!important;
	}

	.justify-content-xl-center {
			justify-content: center!important;
	}

	.justify-content-xl-between {
			justify-content: space-between!important;
	}

	.justify-content-xl-around {
			justify-content: space-around!important;
	}

	.align-items-xl-start {
			align-items: flex-start!important;
	}

	.align-items-xl-end {
			align-items: flex-end!important;
	}

	.align-items-xl-center {
			align-items: center!important;
	}

	.align-items-xl-baseline {
			align-items: baseline!important;
	}

	.align-items-xl-stretch {
			align-items: stretch!important;
	}

	.align-content-xl-start {
			align-content: flex-start!important;
	}

	.align-content-xl-end {
			align-content: flex-end!important;
	}

	.align-content-xl-center {
			align-content: center!important;
	}

	.align-content-xl-between {
			align-content: space-between!important;
	}

	.align-content-xl-around {
			align-content: space-around!important;
	}

	.align-content-xl-stretch {
			align-content: stretch!important;
	}

	.align-self-xl-auto {
			align-self: auto!important;
	}

	.align-self-xl-start {
			align-self: flex-start!important;
	}

	.align-self-xl-end {
			align-self: flex-end!important;
	}

	.align-self-xl-center {
			align-self: center!important;
	}

	.align-self-xl-baseline {
			align-self: baseline!important;
	}

	.align-self-xl-stretch {
			align-self: stretch!important;
	}
}

.float-left {
	float: left!important;
}

.float-right {
	float: right!important;
}

.float-none {
	float: none!important;
}

@media (min-width: 576px) {
	.float-sm-left {
			float: left!important;
	}

	.float-sm-right {
			float: right!important;
	}

	.float-sm-none {
			float: none!important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
			float: left!important;
	}

	.float-md-right {
			float: right!important;
	}

	.float-md-none {
			float: none!important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
			float: left!important;
	}

	.float-lg-right {
			float: right!important;
	}

	.float-lg-none {
			float: none!important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
			float: left!important;
	}

	.float-xl-right {
			float: right!important;
	}

	.float-xl-none {
			float: none!important;
	}
}

.user-select-all {
	-webkit-user-select: all!important;
	user-select: all!important;
}

.user-select-auto {
	-webkit-user-select: auto!important;
	user-select: auto!important;
}

.user-select-none {
	-webkit-user-select: none!important;
	user-select: none!important;
}

.overflow-auto {
	overflow: auto!important;
}

.overflow-hidden {
	overflow: hidden!important;
}

.position-static {
	position: static!important;
}

.position-relative {
	position: relative!important;
}

.position-absolute {
	position: absolute!important;
}

.position-fixed {
	position: fixed!important;
}

.position-sticky {
	position: -webkit-sticky!important;
	position: -webkit-sticky!important;
	position: sticky!important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
			position: -webkit-sticky;
			position: -webkit-sticky;
			position: sticky;
			top: 0;
			z-index: 1020;
	}
}

.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;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem #00000013!important;
}

.shadow {
	box-shadow: 0 .5rem 1rem #00000026!important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem #0000002d!important;
}

.shadow-none {
	box-shadow: none!important;
}

.w-25 {
	width: 25%!important;
}

.w-50 {
	width: 50%!important;
}

.w-75 {
	width: 75%!important;
}

.w-100 {
	width: 100%!important;
}

.w-auto {
	width: auto!important;
}

.h-25 {
	height: 25%!important;
}

.h-50 {
	height: 50%!important;
}

.h-75 {
	height: 75%!important;
}

.h-100 {
	height: 100%!important;
}

.h-auto {
	height: auto!important;
}

.mw-100 {
	max-width: 100%!important;
}

.mh-100 {
	max-height: 100%!important;
}

.min-vw-100 {
	min-width: 100vw!important;
}

.min-vh-100 {
	min-height: 100vh!important;
}

.vw-100 {
	width: 100vw!important;
}

.vh-100 {
	height: 100vh!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;
}

.m-1 {
	margin: .25rem!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;
}

.m-2 {
	margin: .5rem!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;
}

.m-3 {
	margin: 1rem!important;
}

.mt-3,.my-3 {
	margin-top: 1rem!important;
}

.mr-3,.mx-3 {
	margin-right: 1rem!important;
}

.mb-3,.my-3 {
	margin-bottom: 1rem!important;
}

.ml-3,.mx-3 {
	margin-left: 1rem!important;
}

.m-4 {
	margin: 2rem!important;
}

.mt-4,.my-4 {
	margin-top: 2rem!important;
}

.mr-4,.mx-4 {
	margin-right: 2rem!important;
}

.mb-4,.my-4 {
	margin-bottom: 2rem!important;
}

.ml-4,.mx-4 {
	margin-left: 2rem!important;
}

.m-5 {
	margin: 3rem!important;
}

.mt-5,.my-5 {
	margin-top: 3rem!important;
}

.mr-5,.mx-5 {
	margin-right: 3rem!important;
}

.mb-5,.my-5 {
	margin-bottom: 3rem!important;
}

.ml-5,.mx-5 {
	margin-left: 3rem!important;
}

.p-0 {
	padding: 0!important;
}

.pt-0,.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: 2rem!important;
}

.pt-4,.py-4 {
	padding-top: 2rem!important;
}

.pr-4,.px-4 {
	padding-right: 2rem!important;
}

.pb-4,.py-4 {
	padding-bottom: 2rem!important;
}

.pl-4,.px-4 {
	padding-left: 2rem!important;
}

.p-5 {
	padding: 3rem!important;
}

.pt-5,.py-5 {
	padding-top: 3rem!important;
}

.pr-5,.px-5 {
	padding-right: 3rem!important;
}

.pb-5,.py-5 {
	padding-bottom: 3rem!important;
}

.pl-5,.px-5 {
	padding-left: 3rem!important;
}

.m-n1 {
	margin: -.25rem!important;
}

.mt-n1,.my-n1 {
	margin-top: -.25rem!important;
}

.mr-n1,.mx-n1 {
	margin-right: -.25rem!important;
}

.mb-n1,.my-n1 {
	margin-bottom: -.25rem!important;
}

.ml-n1,.mx-n1 {
	margin-left: -.25rem!important;
}

.m-n2 {
	margin: -.5rem!important;
}

.mt-n2,.my-n2 {
	margin-top: -.5rem!important;
}

.mr-n2,.mx-n2 {
	margin-right: -.5rem!important;
}

.mb-n2,.my-n2 {
	margin-bottom: -.5rem!important;
}

.ml-n2,.mx-n2 {
	margin-left: -.5rem!important;
}

.m-n3 {
	margin: -1rem!important;
}

.mt-n3,.my-n3 {
	margin-top: -1rem!important;
}

.mr-n3,.mx-n3 {
	margin-right: -1rem!important;
}

.mb-n3,.my-n3 {
	margin-bottom: -1rem!important;
}

.ml-n3,.mx-n3 {
	margin-left: -1rem!important;
}

.m-n4 {
	margin: -2rem!important;
}

.mt-n4,.my-n4 {
	margin-top: -2rem!important;
}

.mr-n4,.mx-n4 {
	margin-right: -2rem!important;
}

.mb-n4,.my-n4 {
	margin-bottom: -2rem!important;
}

.ml-n4,.mx-n4 {
	margin-left: -2rem!important;
}

.m-n5 {
	margin: -3rem!important;
}

.mt-n5,.my-n5 {
	margin-top: -3rem!important;
}

.mr-n5,.mx-n5 {
	margin-right: -3rem!important;
}

.mb-n5,.my-n5 {
	margin-bottom: -3rem!important;
}

.ml-n5,.mx-n5 {
	margin-left: -3rem!important;
}

.m-auto {
	margin: auto!important;
}

.mt-auto,.my-auto {
	margin-top: auto!important;
}

.mr-auto,.mx-auto {
	margin-right: auto!important;
}

.mb-auto,.my-auto {
	margin-bottom: auto!important;
}

.ml-auto,.mx-auto {
	margin-left: auto!important;
}

@media (min-width: 576px) {
	.m-sm-0 {
			margin: 0!important;
	}

	.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;
	}

	.m-sm-1 {
			margin: .25rem!important;
	}

	.mt-sm-1,.my-sm-1 {
			margin-top: .25rem!important;
	}

	.mr-sm-1,.mx-sm-1 {
			margin-right: .25rem!important;
	}

	.mb-sm-1,.my-sm-1 {
			margin-bottom: .25rem!important;
	}

	.ml-sm-1,.mx-sm-1 {
			margin-left: .25rem!important;
	}

	.m-sm-2 {
			margin: .5rem!important;
	}

	.mt-sm-2,.my-sm-2 {
			margin-top: .5rem!important;
	}

	.mr-sm-2,.mx-sm-2 {
			margin-right: .5rem!important;
	}

	.mb-sm-2,.my-sm-2 {
			margin-bottom: .5rem!important;
	}

	.ml-sm-2,.mx-sm-2 {
			margin-left: .5rem!important;
	}

	.m-sm-3 {
			margin: 1rem!important;
	}

	.mt-sm-3,.my-sm-3 {
			margin-top: 1rem!important;
	}

	.mr-sm-3,.mx-sm-3 {
			margin-right: 1rem!important;
	}

	.mb-sm-3,.my-sm-3 {
			margin-bottom: 1rem!important;
	}

	.ml-sm-3,.mx-sm-3 {
			margin-left: 1rem!important;
	}

	.m-sm-4 {
			margin: 2rem!important;
	}

	.mt-sm-4,.my-sm-4 {
			margin-top: 2rem!important;
	}

	.mr-sm-4,.mx-sm-4 {
			margin-right: 2rem!important;
	}

	.mb-sm-4,.my-sm-4 {
			margin-bottom: 2rem!important;
	}

	.ml-sm-4,.mx-sm-4 {
			margin-left: 2rem!important;
	}

	.m-sm-5 {
			margin: 3rem!important;
	}

	.mt-sm-5,.my-sm-5 {
			margin-top: 3rem!important;
	}

	.mr-sm-5,.mx-sm-5 {
			margin-right: 3rem!important;
	}

	.mb-sm-5,.my-sm-5 {
			margin-bottom: 3rem!important;
	}

	.ml-sm-5,.mx-sm-5 {
			margin-left: 3rem!important;
	}

	.p-sm-0 {
			padding: 0!important;
	}

	.pt-sm-0,.py-sm-0 {
			padding-top: 0!important;
	}

	.pr-sm-0,.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;
	}

	.p-sm-1 {
			padding: .25rem!important;
	}

	.pt-sm-1,.py-sm-1 {
			padding-top: .25rem!important;
	}

	.pr-sm-1,.px-sm-1 {
			padding-right: .25rem!important;
	}

	.pb-sm-1,.py-sm-1 {
			padding-bottom: .25rem!important;
	}

	.pl-sm-1,.px-sm-1 {
			padding-left: .25rem!important;
	}

	.p-sm-2 {
			padding: .5rem!important;
	}

	.pt-sm-2,.py-sm-2 {
			padding-top: .5rem!important;
	}

	.pr-sm-2,.px-sm-2 {
			padding-right: .5rem!important;
	}

	.pb-sm-2,.py-sm-2 {
			padding-bottom: .5rem!important;
	}

	.pl-sm-2,.px-sm-2 {
			padding-left: .5rem!important;
	}

	.p-sm-3 {
			padding: 1rem!important;
	}

	.pt-sm-3,.py-sm-3 {
			padding-top: 1rem!important;
	}

	.pr-sm-3,.px-sm-3 {
			padding-right: 1rem!important;
	}

	.pb-sm-3,.py-sm-3 {
			padding-bottom: 1rem!important;
	}

	.pl-sm-3,.px-sm-3 {
			padding-left: 1rem!important;
	}

	.p-sm-4 {
			padding: 2rem!important;
	}

	.pt-sm-4,.py-sm-4 {
			padding-top: 2rem!important;
	}

	.pr-sm-4,.px-sm-4 {
			padding-right: 2rem!important;
	}

	.pb-sm-4,.py-sm-4 {
			padding-bottom: 2rem!important;
	}

	.pl-sm-4,.px-sm-4 {
			padding-left: 2rem!important;
	}

	.p-sm-5 {
			padding: 3rem!important;
	}

	.pt-sm-5,.py-sm-5 {
			padding-top: 3rem!important;
	}

	.pr-sm-5,.px-sm-5 {
			padding-right: 3rem!important;
	}

	.pb-sm-5,.py-sm-5 {
			padding-bottom: 3rem!important;
	}

	.pl-sm-5,.px-sm-5 {
			padding-left: 3rem!important;
	}

	.m-sm-n1 {
			margin: -.25rem!important;
	}

	.mt-sm-n1,.my-sm-n1 {
			margin-top: -.25rem!important;
	}

	.mr-sm-n1,.mx-sm-n1 {
			margin-right: -.25rem!important;
	}

	.mb-sm-n1,.my-sm-n1 {
			margin-bottom: -.25rem!important;
	}

	.ml-sm-n1,.mx-sm-n1 {
			margin-left: -.25rem!important;
	}

	.m-sm-n2 {
			margin: -.5rem!important;
	}

	.mt-sm-n2,.my-sm-n2 {
			margin-top: -.5rem!important;
	}

	.mr-sm-n2,.mx-sm-n2 {
			margin-right: -.5rem!important;
	}

	.mb-sm-n2,.my-sm-n2 {
			margin-bottom: -.5rem!important;
	}

	.ml-sm-n2,.mx-sm-n2 {
			margin-left: -.5rem!important;
	}

	.m-sm-n3 {
			margin: -1rem!important;
	}

	.mt-sm-n3,.my-sm-n3 {
			margin-top: -1rem!important;
	}

	.mr-sm-n3,.mx-sm-n3 {
			margin-right: -1rem!important;
	}

	.mb-sm-n3,.my-sm-n3 {
			margin-bottom: -1rem!important;
	}

	.ml-sm-n3,.mx-sm-n3 {
			margin-left: -1rem!important;
	}

	.m-sm-n4 {
			margin: -2rem!important;
	}

	.mt-sm-n4,.my-sm-n4 {
			margin-top: -2rem!important;
	}

	.mr-sm-n4,.mx-sm-n4 {
			margin-right: -2rem!important;
	}

	.mb-sm-n4,.my-sm-n4 {
			margin-bottom: -2rem!important;
	}

	.ml-sm-n4,.mx-sm-n4 {
			margin-left: -2rem!important;
	}

	.m-sm-n5 {
			margin: -3rem!important;
	}

	.mt-sm-n5,.my-sm-n5 {
			margin-top: -3rem!important;
	}

	.mr-sm-n5,.mx-sm-n5 {
			margin-right: -3rem!important;
	}

	.mb-sm-n5,.my-sm-n5 {
			margin-bottom: -3rem!important;
	}

	.ml-sm-n5,.mx-sm-n5 {
			margin-left: -3rem!important;
	}

	.m-sm-auto {
			margin: auto!important;
	}

	.mt-sm-auto,.my-sm-auto {
			margin-top: auto!important;
	}

	.mr-sm-auto,.mx-sm-auto {
			margin-right: auto!important;
	}

	.mb-sm-auto,.my-sm-auto {
			margin-bottom: auto!important;
	}

	.ml-sm-auto,.mx-sm-auto {
			margin-left: auto!important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
			margin: 0!important;
	}

	.mt-md-0,.my-md-0 {
			margin-top: 0!important;
	}

	.mr-md-0,.mx-md-0 {
			margin-right: 0!important;
	}

	.mb-md-0,.my-md-0 {
			margin-bottom: 0!important;
	}

	.ml-md-0,.mx-md-0 {
			margin-left: 0!important;
	}

	.m-md-1 {
			margin: .25rem!important;
	}

	.mt-md-1,.my-md-1 {
			margin-top: .25rem!important;
	}

	.mr-md-1,.mx-md-1 {
			margin-right: .25rem!important;
	}

	.mb-md-1,.my-md-1 {
			margin-bottom: .25rem!important;
	}

	.ml-md-1,.mx-md-1 {
			margin-left: .25rem!important;
	}

	.m-md-2 {
			margin: .5rem!important;
	}

	.mt-md-2,.my-md-2 {
			margin-top: .5rem!important;
	}

	.mr-md-2,.mx-md-2 {
			margin-right: .5rem!important;
	}

	.mb-md-2,.my-md-2 {
			margin-bottom: .5rem!important;
	}

	.ml-md-2,.mx-md-2 {
			margin-left: .5rem!important;
	}

	.m-md-3 {
			margin: 1rem!important;
	}

	.mt-md-3,.my-md-3 {
			margin-top: 1rem!important;
	}

	.mr-md-3,.mx-md-3 {
			margin-right: 1rem!important;
	}

	.mb-md-3,.my-md-3 {
			margin-bottom: 1rem!important;
	}

	.ml-md-3,.mx-md-3 {
			margin-left: 1rem!important;
	}

	.m-md-4 {
			margin: 2rem!important;
	}

	.mt-md-4,.my-md-4 {
			margin-top: 2rem!important;
	}

	.mr-md-4,.mx-md-4 {
			margin-right: 2rem!important;
	}

	.mb-md-4,.my-md-4 {
			margin-bottom: 2rem!important;
	}

	.ml-md-4,.mx-md-4 {
			margin-left: 2rem!important;
	}

	.m-md-5 {
			margin: 3rem!important;
	}

	.mt-md-5,.my-md-5 {
			margin-top: 3rem!important;
	}

	.mr-md-5,.mx-md-5 {
			margin-right: 3rem!important;
	}

	.mb-md-5,.my-md-5 {
			margin-bottom: 3rem!important;
	}

	.ml-md-5,.mx-md-5 {
			margin-left: 3rem!important;
	}

	.p-md-0 {
			padding: 0!important;
	}

	.pt-md-0,.py-md-0 {
			padding-top: 0!important;
	}

	.pr-md-0,.px-md-0 {
			padding-right: 0!important;
	}

	.pb-md-0,.py-md-0 {
			padding-bottom: 0!important;
	}

	.pl-md-0,.px-md-0 {
			padding-left: 0!important;
	}

	.p-md-1 {
			padding: .25rem!important;
	}

	.pt-md-1,.py-md-1 {
			padding-top: .25rem!important;
	}

	.pr-md-1,.px-md-1 {
			padding-right: .25rem!important;
	}

	.pb-md-1,.py-md-1 {
			padding-bottom: .25rem!important;
	}

	.pl-md-1,.px-md-1 {
			padding-left: .25rem!important;
	}

	.p-md-2 {
			padding: .5rem!important;
	}

	.pt-md-2,.py-md-2 {
			padding-top: .5rem!important;
	}

	.pr-md-2,.px-md-2 {
			padding-right: .5rem!important;
	}

	.pb-md-2,.py-md-2 {
			padding-bottom: .5rem!important;
	}

	.pl-md-2,.px-md-2 {
			padding-left: .5rem!important;
	}

	.p-md-3 {
			padding: 1rem!important;
	}

	.pt-md-3,.py-md-3 {
			padding-top: 1rem!important;
	}

	.pr-md-3,.px-md-3 {
			padding-right: 1rem!important;
	}

	.pb-md-3,.py-md-3 {
			padding-bottom: 1rem!important;
	}

	.pl-md-3,.px-md-3 {
			padding-left: 1rem!important;
	}

	.p-md-4 {
			padding: 2rem!important;
	}

	.pt-md-4,.py-md-4 {
			padding-top: 2rem!important;
	}

	.pr-md-4,.px-md-4 {
			padding-right: 2rem!important;
	}

	.pb-md-4,.py-md-4 {
			padding-bottom: 2rem!important;
	}

	.pl-md-4,.px-md-4 {
			padding-left: 2rem!important;
	}

	.p-md-5 {
			padding: 3rem!important;
	}

	.pt-md-5,.py-md-5 {
			padding-top: 3rem!important;
	}

	.pr-md-5,.px-md-5 {
			padding-right: 3rem!important;
	}

	.pb-md-5,.py-md-5 {
			padding-bottom: 3rem!important;
	}

	.pl-md-5,.px-md-5 {
			padding-left: 3rem!important;
	}

	.m-md-n1 {
			margin: -.25rem!important;
	}

	.mt-md-n1,.my-md-n1 {
			margin-top: -.25rem!important;
	}

	.mr-md-n1,.mx-md-n1 {
			margin-right: -.25rem!important;
	}

	.mb-md-n1,.my-md-n1 {
			margin-bottom: -.25rem!important;
	}

	.ml-md-n1,.mx-md-n1 {
			margin-left: -.25rem!important;
	}

	.m-md-n2 {
			margin: -.5rem!important;
	}

	.mt-md-n2,.my-md-n2 {
			margin-top: -.5rem!important;
	}

	.mr-md-n2,.mx-md-n2 {
			margin-right: -.5rem!important;
	}

	.mb-md-n2,.my-md-n2 {
			margin-bottom: -.5rem!important;
	}

	.ml-md-n2,.mx-md-n2 {
			margin-left: -.5rem!important;
	}

	.m-md-n3 {
			margin: -1rem!important;
	}

	.mt-md-n3,.my-md-n3 {
			margin-top: -1rem!important;
	}

	.mr-md-n3,.mx-md-n3 {
			margin-right: -1rem!important;
	}

	.mb-md-n3,.my-md-n3 {
			margin-bottom: -1rem!important;
	}

	.ml-md-n3,.mx-md-n3 {
			margin-left: -1rem!important;
	}

	.m-md-n4 {
			margin: -2rem!important;
	}

	.mt-md-n4,.my-md-n4 {
			margin-top: -2rem!important;
	}

	.mr-md-n4,.mx-md-n4 {
			margin-right: -2rem!important;
	}

	.mb-md-n4,.my-md-n4 {
			margin-bottom: -2rem!important;
	}

	.ml-md-n4,.mx-md-n4 {
			margin-left: -2rem!important;
	}

	.m-md-n5 {
			margin: -3rem!important;
	}

	.mt-md-n5,.my-md-n5 {
			margin-top: -3rem!important;
	}

	.mr-md-n5,.mx-md-n5 {
			margin-right: -3rem!important;
	}

	.mb-md-n5,.my-md-n5 {
			margin-bottom: -3rem!important;
	}

	.ml-md-n5,.mx-md-n5 {
			margin-left: -3rem!important;
	}

	.m-md-auto {
			margin: auto!important;
	}

	.mt-md-auto,.my-md-auto {
			margin-top: auto!important;
	}

	.mr-md-auto,.mx-md-auto {
			margin-right: auto!important;
	}

	.mb-md-auto,.my-md-auto {
			margin-bottom: auto!important;
	}

	.ml-md-auto,.mx-md-auto {
			margin-left: auto!important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
			margin: 0!important;
	}

	.mt-lg-0,.my-lg-0 {
			margin-top: 0!important;
	}

	.mr-lg-0,.mx-lg-0 {
			margin-right: 0!important;
	}

	.mb-lg-0,.my-lg-0 {
			margin-bottom: 0!important;
	}

	.ml-lg-0,.mx-lg-0 {
			margin-left: 0!important;
	}

	.m-lg-1 {
			margin: .25rem!important;
	}

	.mt-lg-1,.my-lg-1 {
			margin-top: .25rem!important;
	}

	.mr-lg-1,.mx-lg-1 {
			margin-right: .25rem!important;
	}

	.mb-lg-1,.my-lg-1 {
			margin-bottom: .25rem!important;
	}

	.ml-lg-1,.mx-lg-1 {
			margin-left: .25rem!important;
	}

	.m-lg-2 {
			margin: .5rem!important;
	}

	.mt-lg-2,.my-lg-2 {
			margin-top: .5rem!important;
	}

	.mr-lg-2,.mx-lg-2 {
			margin-right: .5rem!important;
	}

	.mb-lg-2,.my-lg-2 {
			margin-bottom: .5rem!important;
	}

	.ml-lg-2,.mx-lg-2 {
			margin-left: .5rem!important;
	}

	.m-lg-3 {
			margin: 1rem!important;
	}

	.mt-lg-3,.my-lg-3 {
			margin-top: 1rem!important;
	}

	.mr-lg-3,.mx-lg-3 {
			margin-right: 1rem!important;
	}

	.mb-lg-3,.my-lg-3 {
			margin-bottom: 1rem!important;
	}

	.ml-lg-3,.mx-lg-3 {
			margin-left: 1rem!important;
	}

	.m-lg-4 {
			margin: 2rem!important;
	}

	.mt-lg-4,.my-lg-4 {
			margin-top: 2rem!important;
	}

	.mr-lg-4,.mx-lg-4 {
			margin-right: 2rem!important;
	}

	.mb-lg-4,.my-lg-4 {
			margin-bottom: 2rem!important;
	}

	.ml-lg-4,.mx-lg-4 {
			margin-left: 2rem!important;
	}

	.m-lg-5 {
			margin: 3rem!important;
	}

	.mt-lg-5,.my-lg-5 {
			margin-top: 3rem!important;
	}

	.mr-lg-5,.mx-lg-5 {
			margin-right: 3rem!important;
	}

	.mb-lg-5,.my-lg-5 {
			margin-bottom: 3rem!important;
	}

	.ml-lg-5,.mx-lg-5 {
			margin-left: 3rem!important;
	}

	.p-lg-0 {
			padding: 0!important;
	}

	.pt-lg-0,.py-lg-0 {
			padding-top: 0!important;
	}

	.pr-lg-0,.px-lg-0 {
			padding-right: 0!important;
	}

	.pb-lg-0,.py-lg-0 {
			padding-bottom: 0!important;
	}

	.pl-lg-0,.px-lg-0 {
			padding-left: 0!important;
	}

	.p-lg-1 {
			padding: .25rem!important;
	}

	.pt-lg-1,.py-lg-1 {
			padding-top: .25rem!important;
	}

	.pr-lg-1,.px-lg-1 {
			padding-right: .25rem!important;
	}

	.pb-lg-1,.py-lg-1 {
			padding-bottom: .25rem!important;
	}

	.pl-lg-1,.px-lg-1 {
			padding-left: .25rem!important;
	}

	.p-lg-2 {
			padding: .5rem!important;
	}

	.pt-lg-2,.py-lg-2 {
			padding-top: .5rem!important;
	}

	.pr-lg-2,.px-lg-2 {
			padding-right: .5rem!important;
	}

	.pb-lg-2,.py-lg-2 {
			padding-bottom: .5rem!important;
	}

	.pl-lg-2,.px-lg-2 {
			padding-left: .5rem!important;
	}

	.p-lg-3 {
			padding: 1rem!important;
	}

	.pt-lg-3,.py-lg-3 {
			padding-top: 1rem!important;
	}

	.pr-lg-3,.px-lg-3 {
			padding-right: 1rem!important;
	}

	.pb-lg-3,.py-lg-3 {
			padding-bottom: 1rem!important;
	}

	.pl-lg-3,.px-lg-3 {
			padding-left: 1rem!important;
	}

	.p-lg-4 {
			padding: 2rem!important;
	}

	.pt-lg-4,.py-lg-4 {
			padding-top: 2rem!important;
	}

	.pr-lg-4,.px-lg-4 {
			padding-right: 2rem!important;
	}

	.pb-lg-4,.py-lg-4 {
			padding-bottom: 2rem!important;
	}

	.pl-lg-4,.px-lg-4 {
			padding-left: 2rem!important;
	}

	.p-lg-5 {
			padding: 3rem!important;
	}

	.pt-lg-5,.py-lg-5 {
			padding-top: 3rem!important;
	}

	.pr-lg-5,.px-lg-5 {
			padding-right: 3rem!important;
	}

	.pb-lg-5,.py-lg-5 {
			padding-bottom: 3rem!important;
	}

	.pl-lg-5,.px-lg-5 {
			padding-left: 3rem!important;
	}

	.m-lg-n1 {
			margin: -.25rem!important;
	}

	.mt-lg-n1,.my-lg-n1 {
			margin-top: -.25rem!important;
	}

	.mr-lg-n1,.mx-lg-n1 {
			margin-right: -.25rem!important;
	}

	.mb-lg-n1,.my-lg-n1 {
			margin-bottom: -.25rem!important;
	}

	.ml-lg-n1,.mx-lg-n1 {
			margin-left: -.25rem!important;
	}

	.m-lg-n2 {
			margin: -.5rem!important;
	}

	.mt-lg-n2,.my-lg-n2 {
			margin-top: -.5rem!important;
	}

	.mr-lg-n2,.mx-lg-n2 {
			margin-right: -.5rem!important;
	}

	.mb-lg-n2,.my-lg-n2 {
			margin-bottom: -.5rem!important;
	}

	.ml-lg-n2,.mx-lg-n2 {
			margin-left: -.5rem!important;
	}

	.m-lg-n3 {
			margin: -1rem!important;
	}

	.mt-lg-n3,.my-lg-n3 {
			margin-top: -1rem!important;
	}

	.mr-lg-n3,.mx-lg-n3 {
			margin-right: -1rem!important;
	}

	.mb-lg-n3,.my-lg-n3 {
			margin-bottom: -1rem!important;
	}

	.ml-lg-n3,.mx-lg-n3 {
			margin-left: -1rem!important;
	}

	.m-lg-n4 {
			margin: -2rem!important;
	}

	.mt-lg-n4,.my-lg-n4 {
			margin-top: -2rem!important;
	}

	.mr-lg-n4,.mx-lg-n4 {
			margin-right: -2rem!important;
	}

	.mb-lg-n4,.my-lg-n4 {
			margin-bottom: -2rem!important;
	}

	.ml-lg-n4,.mx-lg-n4 {
			margin-left: -2rem!important;
	}

	.m-lg-n5 {
			margin: -3rem!important;
	}

	.mt-lg-n5,.my-lg-n5 {
			margin-top: -3rem!important;
	}

	.mr-lg-n5,.mx-lg-n5 {
			margin-right: -3rem!important;
	}

	.mb-lg-n5,.my-lg-n5 {
			margin-bottom: -3rem!important;
	}

	.ml-lg-n5,.mx-lg-n5 {
			margin-left: -3rem!important;
	}

	.m-lg-auto {
			margin: auto!important;
	}

	.mt-lg-auto,.my-lg-auto {
			margin-top: auto!important;
	}

	.mr-lg-auto,.mx-lg-auto {
			margin-right: auto!important;
	}

	.mb-lg-auto,.my-lg-auto {
			margin-bottom: auto!important;
	}

	.ml-lg-auto,.mx-lg-auto {
			margin-left: auto!important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
			margin: 0!important;
	}

	.mt-xl-0,.my-xl-0 {
			margin-top: 0!important;
	}

	.mr-xl-0,.mx-xl-0 {
			margin-right: 0!important;
	}

	.mb-xl-0,.my-xl-0 {
			margin-bottom: 0!important;
	}

	.ml-xl-0,.mx-xl-0 {
			margin-left: 0!important;
	}

	.m-xl-1 {
			margin: .25rem!important;
	}

	.mt-xl-1,.my-xl-1 {
			margin-top: .25rem!important;
	}

	.mr-xl-1,.mx-xl-1 {
			margin-right: .25rem!important;
	}

	.mb-xl-1,.my-xl-1 {
			margin-bottom: .25rem!important;
	}

	.ml-xl-1,.mx-xl-1 {
			margin-left: .25rem!important;
	}

	.m-xl-2 {
			margin: .5rem!important;
	}

	.mt-xl-2,.my-xl-2 {
			margin-top: .5rem!important;
	}

	.mr-xl-2,.mx-xl-2 {
			margin-right: .5rem!important;
	}

	.mb-xl-2,.my-xl-2 {
			margin-bottom: .5rem!important;
	}

	.ml-xl-2,.mx-xl-2 {
			margin-left: .5rem!important;
	}

	.m-xl-3 {
			margin: 1rem!important;
	}

	.mt-xl-3,.my-xl-3 {
			margin-top: 1rem!important;
	}

	.mr-xl-3,.mx-xl-3 {
			margin-right: 1rem!important;
	}

	.mb-xl-3,.my-xl-3 {
			margin-bottom: 1rem!important;
	}

	.ml-xl-3,.mx-xl-3 {
			margin-left: 1rem!important;
	}

	.m-xl-4 {
			margin: 2rem!important;
	}

	.mt-xl-4,.my-xl-4 {
			margin-top: 2rem!important;
	}

	.mr-xl-4,.mx-xl-4 {
			margin-right: 2rem!important;
	}

	.mb-xl-4,.my-xl-4 {
			margin-bottom: 2rem!important;
	}

	.ml-xl-4,.mx-xl-4 {
			margin-left: 2rem!important;
	}

	.m-xl-5 {
			margin: 3rem!important;
	}

	.mt-xl-5,.my-xl-5 {
			margin-top: 3rem!important;
	}

	.mr-xl-5,.mx-xl-5 {
			margin-right: 3rem!important;
	}

	.mb-xl-5,.my-xl-5 {
			margin-bottom: 3rem!important;
	}

	.ml-xl-5,.mx-xl-5 {
			margin-left: 3rem!important;
	}

	.p-xl-0 {
			padding: 0!important;
	}

	.pt-xl-0,.py-xl-0 {
			padding-top: 0!important;
	}

	.pr-xl-0,.px-xl-0 {
			padding-right: 0!important;
	}

	.pb-xl-0,.py-xl-0 {
			padding-bottom: 0!important;
	}

	.pl-xl-0,.px-xl-0 {
			padding-left: 0!important;
	}

	.p-xl-1 {
			padding: .25rem!important;
	}

	.pt-xl-1,.py-xl-1 {
			padding-top: .25rem!important;
	}

	.pr-xl-1,.px-xl-1 {
			padding-right: .25rem!important;
	}

	.pb-xl-1,.py-xl-1 {
			padding-bottom: .25rem!important;
	}

	.pl-xl-1,.px-xl-1 {
			padding-left: .25rem!important;
	}

	.p-xl-2 {
			padding: .5rem!important;
	}

	.pt-xl-2,.py-xl-2 {
			padding-top: .5rem!important;
	}

	.pr-xl-2,.px-xl-2 {
			padding-right: .5rem!important;
	}

	.pb-xl-2,.py-xl-2 {
			padding-bottom: .5rem!important;
	}

	.pl-xl-2,.px-xl-2 {
			padding-left: .5rem!important;
	}

	.p-xl-3 {
			padding: 1rem!important;
	}

	.pt-xl-3,.py-xl-3 {
			padding-top: 1rem!important;
	}

	.pr-xl-3,.px-xl-3 {
			padding-right: 1rem!important;
	}

	.pb-xl-3,.py-xl-3 {
			padding-bottom: 1rem!important;
	}

	.pl-xl-3,.px-xl-3 {
			padding-left: 1rem!important;
	}

	.p-xl-4 {
			padding: 2rem!important;
	}

	.pt-xl-4,.py-xl-4 {
			padding-top: 2rem!important;
	}

	.pr-xl-4,.px-xl-4 {
			padding-right: 2rem!important;
	}

	.pb-xl-4,.py-xl-4 {
			padding-bottom: 2rem!important;
	}

	.pl-xl-4,.px-xl-4 {
			padding-left: 2rem!important;
	}

	.p-xl-5 {
			padding: 3rem!important;
	}

	.pt-xl-5,.py-xl-5 {
			padding-top: 3rem!important;
	}

	.pr-xl-5,.px-xl-5 {
			padding-right: 3rem!important;
	}

	.pb-xl-5,.py-xl-5 {
			padding-bottom: 3rem!important;
	}

	.pl-xl-5,.px-xl-5 {
			padding-left: 3rem!important;
	}

	.m-xl-n1 {
			margin: -.25rem!important;
	}

	.mt-xl-n1,.my-xl-n1 {
			margin-top: -.25rem!important;
	}

	.mr-xl-n1,.mx-xl-n1 {
			margin-right: -.25rem!important;
	}

	.mb-xl-n1,.my-xl-n1 {
			margin-bottom: -.25rem!important;
	}

	.ml-xl-n1,.mx-xl-n1 {
			margin-left: -.25rem!important;
	}

	.m-xl-n2 {
			margin: -.5rem!important;
	}

	.mt-xl-n2,.my-xl-n2 {
			margin-top: -.5rem!important;
	}

	.mr-xl-n2,.mx-xl-n2 {
			margin-right: -.5rem!important;
	}

	.mb-xl-n2,.my-xl-n2 {
			margin-bottom: -.5rem!important;
	}

	.ml-xl-n2,.mx-xl-n2 {
			margin-left: -.5rem!important;
	}

	.m-xl-n3 {
			margin: -1rem!important;
	}

	.mt-xl-n3,.my-xl-n3 {
			margin-top: -1rem!important;
	}

	.mr-xl-n3,.mx-xl-n3 {
			margin-right: -1rem!important;
	}

	.mb-xl-n3,.my-xl-n3 {
			margin-bottom: -1rem!important;
	}

	.ml-xl-n3,.mx-xl-n3 {
			margin-left: -1rem!important;
	}

	.m-xl-n4 {
			margin: -2rem!important;
	}

	.mt-xl-n4,.my-xl-n4 {
			margin-top: -2rem!important;
	}

	.mr-xl-n4,.mx-xl-n4 {
			margin-right: -2rem!important;
	}

	.mb-xl-n4,.my-xl-n4 {
			margin-bottom: -2rem!important;
	}

	.ml-xl-n4,.mx-xl-n4 {
			margin-left: -2rem!important;
	}

	.m-xl-n5 {
			margin: -3rem!important;
	}

	.mt-xl-n5,.my-xl-n5 {
			margin-top: -3rem!important;
	}

	.mr-xl-n5,.mx-xl-n5 {
			margin-right: -3rem!important;
	}

	.mb-xl-n5,.my-xl-n5 {
			margin-bottom: -3rem!important;
	}

	.ml-xl-n5,.mx-xl-n5 {
			margin-left: -3rem!important;
	}

	.m-xl-auto {
			margin: auto!important;
	}

	.mt-xl-auto,.my-xl-auto {
			margin-top: auto!important;
	}

	.mr-xl-auto,.mx-xl-auto {
			margin-right: auto!important;
	}

	.mb-xl-auto,.my-xl-auto {
			margin-bottom: auto!important;
	}

	.ml-xl-auto,.mx-xl-auto {
			margin-left: auto!important;
	}
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: #0000;
}

.text-monospace {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;
}

.text-justify {
	text-align: justify!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;
	}

	.text-sm-center {
			text-align: center!important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
			text-align: left!important;
	}

	.text-md-right {
			text-align: right!important;
	}

	.text-md-center {
			text-align: center!important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
			text-align: left!important;
	}

	.text-lg-right {
			text-align: right!important;
	}

	.text-lg-center {
			text-align: center!important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
			text-align: left!important;
	}

	.text-xl-right {
			text-align: right!important;
	}

	.text-xl-center {
			text-align: center!important;
	}
}

.text-lowercase {
	text-transform: lowercase!important;
}

.text-uppercase {
	text-transform: uppercase!important;
}

.text-capitalize {
	text-transform: capitalize!important;
}

.font-weight-light {
	font-weight: 300!important;
}

.font-weight-lighter {
	font-weight: lighter!important;
}

.font-weight-normal {
	font-weight: 400!important;
}

.font-weight-bold {
	font-weight: 700!important;
}

.font-weight-bolder {
	font-weight: bolder!important;
}

.font-italic {
	font-style: italic!important;
}

.text-white {
	color: #fff!important;
}

.text-primary {
	color: #41b0ee!important;
}

a.text-primary:hover,a.text-primary:focus {
	color: #138cd0!important;
}

.text-secondary {
	color: #dedede!important;
}

a.text-secondary:hover,a.text-secondary:focus {
	color: #b8b8b8!important;
}

.text-success {
	color: #308800!important;
}

a.text-success:hover,a.text-success:focus {
	color: #153c00!important;
}

.text-info {
	color: #dedede!important;
}

a.text-info:hover,a.text-info:focus {
	color: #b8b8b8!important;
}

.text-warning {
	color: #ffc500!important;
}

a.text-warning:hover,a.text-warning:focus {
	color: #b38a00!important;
}

.text-danger {
	color: #d81a1a!important;
}

a.text-danger:hover,a.text-danger:focus {
	color: #941212!important;
}

.text-light {
	color: #f8f8f8!important;
}

a.text-light:hover,a.text-light:focus {
	color: #d2d2d2!important;
}

.text-dark {
	color: #333!important;
}

a.text-dark:hover,a.text-dark:focus {
	color: #0d0d0d!important;
}

.text-body {
	color: #333!important;
}

.text-muted {
	color: #868686!important;
}

.text-black-50 {
	color: #00000080!important;
}

.text-white-50 {
	color: #ffffff80!important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none!important;
}

.text-break {
	word-break: break-word!important;
	word-wrap: break-word!important;
}

.text-reset {
	color: inherit!important;
}

.font-weight-medium {
	font-weight: 500!important;
}

.visible {
	visibility: visible!important;
}

.invisible {
	visibility: hidden!important;
}

.bg-primary-element {
	background: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' viewBox='0 0 3224.8 1753.2'%3E%3ClinearGradient id='a' x1='1482.17' x2='2935.675' y1='588.96' y2='2042.465' gradientTransform='matrix%281 0 0 -1 0 1754%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23007ac7'/%3E%3Cstop offset='.11' stop-color='%230b83ce'/%3E%3Cstop offset='.47' stop-color='%23289cdf'/%3E%3Cstop offset='.78' stop-color='%233babea'/%3E%3Cstop offset='1' stop-color='%2341b0ee'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23a%29' d='M3224.1 1753.2V0h-2907l1753.2 1753.2z'/%3E%3ClinearGradient id='b' x1='79.28' x2='1113.99' y1='-77.57' y2='957.14' gradientTransform='matrix%281 0 0 -1 0 1754%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23007ac7'/%3E%3Cstop offset='.11' stop-color='%230b83ce'/%3E%3Cstop offset='.47' stop-color='%23289cdf'/%3E%3Cstop offset='.78' stop-color='%233babea'/%3E%3Cstop offset='1' stop-color='%2341b0ee'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23b%29' d='M2069.4 1752.3H0V0h317.1z'/%3E%3ClinearGradient id='c' x1='5997.808' x2='6638.063' y1='455.413' y2='1095.668' gradientTransform='rotate%28180 3319.03 784.02%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23007ac7'/%3E%3Cstop offset='.11' stop-color='%230b83ce'/%3E%3Cstop offset='.47' stop-color='%23289cdf'/%3E%3Cstop offset='.78' stop-color='%233babea'/%3E%3Cstop offset='1' stop-color='%2341b0ee'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23c%29' d='M0 472.4h1280.5L0 1752.9z'/%3E%3ClinearGradient id='d' x1='1795.03' x2='2193.625' y1='6241.78' y2='6640.385' gradientTransform='matrix%280 -1 -1 0 9067.33 2193.63%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23007ac7'/%3E%3Cstop offset='.11' stop-color='%230b83ce'/%3E%3Cstop offset='.47' stop-color='%23289cdf'/%3E%3Cstop offset='.78' stop-color='%233babea'/%3E%3Cstop offset='1' stop-color='%2341b0ee'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23d%29' d='M2426.9 0v797.2L3224.1 0z'/%3E%3ClinearGradient id='e' x1='6335.385' x2='7614.85' y1='4288.235' y2='5567.7' gradientTransform='rotate%2890 5714.835 492.075%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23007ac7'/%3E%3Cstop offset='.11' stop-color='%230b83ce'/%3E%3Cstop offset='.47' stop-color='%23289cdf'/%3E%3Cstop offset='.78' stop-color='%233babea'/%3E%3Cstop offset='1' stop-color='%2341b0ee'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23e%29' d='M0 1752.9L1278.4 472.4l1280.5 1280.5z'/%3E%3ClinearGradient id='f' x1='235.12' x2='1032.31' y1='-395.97' y2='401.22' gradientTransform='matrix%281 0 0 -1 2590.75 799.49%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23007ac7'/%3E%3Cstop offset='.11' stop-color='%230b83ce'/%3E%3Cstop offset='.47' stop-color='%23289cdf'/%3E%3Cstop offset='.78' stop-color='%233babea'/%3E%3Cstop offset='1' stop-color='%2341b0ee'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23f%29' d='M3224.8 0l-797.9 796.5 797.9 797.9z'/%3E%3C/svg%3E");
	background-size: cover;
}

.bg-secondary-element {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3224.8 1753.2'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='1482.15' y1='-587.95' x2='2935.65' y2='-2041.45' gradientTransform='translate%280 1753%29'%3E%3Cstop offset='0' stop-color='%23f8f8f8'/%3E%3Cstop offset='.358' stop-color='%23e9e9e9'/%3E%3Cstop offset='1' stop-color='%23dedede'/%3E%3C/linearGradient%3E%3Cpath d='M3224.1 1753.2V0h-2907l1753.2 1753.2h1153.8z' fill='url%28%23a%29'/%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='79.275' y1='78.575' x2='1113.975' y2='-956.125' gradientTransform='translate%280 1753%29'%3E%3Cstop offset='0' stop-color='%23f8f8f8'/%3E%3Cstop offset='.788' stop-color='%23e9e9e9'/%3E%3Cstop offset='1' stop-color='%23dedede'/%3E%3C/linearGradient%3E%3Cpath d='M2069.4 1752.3H0V0h317.1l1752.3 1752.3z' fill='url%28%23b%29'/%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='9219.81' y1='-454.39' x2='9860.06' y2='-1094.64' gradientTransform='matrix%28-1 0 0 1 9860.06 1567.04%29'%3E%3Cstop offset='0' stop-color='%23f8f8f8'/%3E%3Cstop offset='.55' stop-color='%23e9e9e9'/%3E%3Cstop offset='1' stop-color='%23dedede'/%3E%3C/linearGradient%3E%3Cpath d='M0 472.4h1280.5L0 1752.9V472.4z' fill='url%28%23c%29'/%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='4282.025' y1='-6975.825' x2='4680.625' y2='-7374.435' gradientTransform='rotate%28-90 7240.98 -2560.35%29'%3E%3Cstop offset='0' stop-color='%23f8f8f8'/%3E%3Cstop offset='.55' stop-color='%23e9e9e9'/%3E%3Cstop offset='1' stop-color='%23dedede'/%3E%3C/linearGradient%3E%3Cpath d='M2426.9 0v797.2L3224.1 0h-797.2z' fill='url%28%23d%29'/%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='7070.41' y1='-5022.26' x2='8349.859' y2='-6301.71' gradientTransform='matrix%280 1 1 0 6940.91 -5957.76%29'%3E%3Cstop offset='0' stop-color='%23f8f8f8'/%3E%3Cstop offset='.55' stop-color='%23e9e9e9'/%3E%3Cstop offset='1' stop-color='%23dedede'/%3E%3C/linearGradient%3E%3Cpath d='M0 1752.9L1278.4 472.4l1280.5 1280.5H0z' fill='url%28%23e%29'/%3E%3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='235.1' y1='396.96' x2='1032.3' y2='-400.24' gradientTransform='translate%282590.75 798.49%29'%3E%3Cstop offset='0' stop-color='%23f8f8f8'/%3E%3Cstop offset='.55' stop-color='%23e9e9e9'/%3E%3Cstop offset='1' stop-color='%23dedede'/%3E%3C/linearGradient%3E%3Cpath d='M3224.8 0l-797.9 796.5 797.9 797.9V0z' fill='url%28%23f%29'/%3E%3C/svg%3E");
	background-size: cover;
}

.bg-success-element {
	background: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' viewBox='0 0 3224.8 1753.2'%3E%3ClinearGradient id='a' x1='1482.17' x2='2935.675' y1='588.96' y2='2042.465' gradientTransform='matrix%281 0 0 -1 0 1754%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2360cd18'/%3E%3Cstop offset='.13' stop-color='%2356c112'/%3E%3Cstop offset='.422' stop-color='%2345ad08'/%3E%3Cstop offset='.713' stop-color='%233aa102'/%3E%3Cstop offset='1' stop-color='%23379d00'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23a%29' d='M3224.1 1753.2V0h-2907l1753.2 1753.2z'/%3E%3ClinearGradient id='b' x1='79.28' x2='1113.99' y1='-77.57' y2='957.14' gradientTransform='matrix%281 0 0 -1 0 1754%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2360cd18'/%3E%3Cstop offset='1' stop-color='%23379d00'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23b%29' d='M2069.4 1752.3H0V0h317.1z'/%3E%3ClinearGradient id='c' x1='5997.808' x2='6638.063' y1='455.413' y2='1095.668' gradientTransform='rotate%28180 3319.03 784.02%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2360cd18'/%3E%3Cstop offset='1' stop-color='%23379d00'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23c%29' d='M0 472.4h1280.5L0 1752.9z'/%3E%3ClinearGradient id='d' x1='1795.03' x2='2193.625' y1='6241.78' y2='6640.385' gradientTransform='matrix%280 -1 -1 0 9067.33 2193.63%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2360cd18'/%3E%3Cstop offset='1' stop-color='%23379d00'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23d%29' d='M2426.9 0v797.2L3224.1 0z'/%3E%3ClinearGradient id='e' x1='6335.385' x2='7614.85' y1='4288.235' y2='5567.7' gradientTransform='rotate%2890 5714.835 492.075%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2360cd18'/%3E%3Cstop offset='1' stop-color='%23379d00'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23e%29' d='M0 1752.9L1278.4 472.4l1280.5 1280.5z'/%3E%3ClinearGradient id='f' x1='235.12' x2='1032.31' y1='-395.97' y2='401.22' gradientTransform='matrix%281 0 0 -1 2590.75 799.49%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2360cd18'/%3E%3Cstop offset='1' stop-color='%23379d00'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23f%29' d='M3224.8 0l-797.9 796.5 797.9 797.9z'/%3E%3C/svg%3E");
	background-size: cover;
}

.bg-info-element {
	background: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' viewBox='0 0 3224.8 1753.2'%3E%3ClinearGradient id='a' x1='1482.17' x2='2935.675' y1='588.96' y2='2042.465' gradientTransform='matrix%281 0 0 -1 0 1754%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%233f2587'/%3E%3Cstop offset='.544' stop-color='%235732a3'/%3E%3Cstop offset='1' stop-color='%23673ab6'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23a%29' d='M3224.1 1753.2V0h-2907l1753.2 1753.2z'/%3E%3ClinearGradient id='b' x1='79.28' x2='1113.99' y1='-77.57' y2='957.14' gradientTransform='matrix%281 0 0 -1 0 1754%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%233f2587'/%3E%3Cstop offset='.372' stop-color='%2341268a'/%3E%3Cstop offset='.614' stop-color='%23492a92'/%3E%3Cstop offset='.818' stop-color='%235531a1'/%3E%3Cstop offset='1' stop-color='%23673ab6'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23b%29' d='M2069.4 1752.3H0V0h317.1z'/%3E%3ClinearGradient id='c' x1='5997.808' x2='6638.063' y1='455.413' y2='1095.668' gradientTransform='rotate%28180 3319.03 784.02%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%233f2587'/%3E%3Cstop offset='.35' stop-color='%23522f9e'/%3E%3Cstop offset='.73' stop-color='%236237b0'/%3E%3Cstop offset='1' stop-color='%23673ab6'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23c%29' d='M0 472.4h1280.5L0 1752.9z'/%3E%3ClinearGradient id='d' x1='1795.03' x2='2193.625' y1='6241.78' y2='6640.385' gradientTransform='matrix%280 -1 -1 0 9067.33 2193.63%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%233f2587'/%3E%3Cstop offset='.35' stop-color='%23522f9e'/%3E%3Cstop offset='.729' stop-color='%236237b0'/%3E%3Cstop offset='1' stop-color='%23673ab6'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23d%29' d='M2426.9 0v797.2L3224.1 0z'/%3E%3ClinearGradient id='e' x1='6335.385' x2='7614.85' y1='4288.235' y2='5567.7' gradientTransform='rotate%2890 5714.835 492.075%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%233f2587'/%3E%3Cstop offset='.35' stop-color='%23522f9e'/%3E%3Cstop offset='.73' stop-color='%236237b0'/%3E%3Cstop offset='1' stop-color='%23673ab6'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23e%29' d='M0 1752.9L1278.4 472.4l1280.5 1280.5z'/%3E%3ClinearGradient id='f' x1='235.12' x2='1032.31' y1='-395.97' y2='401.22' gradientTransform='matrix%281 0 0 -1 2590.75 799.49%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%233f2587'/%3E%3Cstop offset='.35' stop-color='%23522f9e'/%3E%3Cstop offset='.73' stop-color='%236237b0'/%3E%3Cstop offset='1' stop-color='%23673ab6'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23f%29' d='M3224.8 0l-797.9 796.5 797.9 797.9z'/%3E%3C/svg%3E");
	background-size: cover;
}

.bg-warning-element {
	background: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' viewBox='0 0 3224.8 1753.2'%3E%3ClinearGradient id='a' x1='1482.17' x2='2935.675' y1='588.96' y2='2042.465' gradientTransform='matrix%281 0 0 -1 0 1754%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffc500'/%3E%3Cstop offset='.358' stop-color='%23fcb300'/%3E%3Cstop offset='1' stop-color='%23f8a000'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23a%29' d='M3224.1 1753.2V0h-2907l1753.2 1753.2z'/%3E%3ClinearGradient id='b' x1='79.28' x2='1113.99' y1='-77.57' y2='957.14' gradientTransform='matrix%281 0 0 -1 0 1754%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffc500'/%3E%3Cstop offset='.788' stop-color='%23fcb300'/%3E%3Cstop offset='1' stop-color='%23f8a000'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23b%29' d='M2069.4 1752.3H0V0h317.1z'/%3E%3ClinearGradient id='c' x1='5997.808' x2='6638.063' y1='455.413' y2='1095.668' gradientTransform='rotate%28180 3319.03 784.02%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffc500'/%3E%3Cstop offset='.55' stop-color='%23fcb300'/%3E%3Cstop offset='1' stop-color='%23f8a000'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23c%29' d='M0 472.4h1280.5L0 1752.9z'/%3E%3ClinearGradient id='d' x1='1795.03' x2='2193.625' y1='6241.78' y2='6640.385' gradientTransform='matrix%280 -1 -1 0 9067.33 2193.63%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffc500'/%3E%3Cstop offset='.55' stop-color='%23fcb300'/%3E%3Cstop offset='1' stop-color='%23f8a000'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23d%29' d='M2426.9 0v797.2L3224.1 0z'/%3E%3ClinearGradient id='e' x1='6335.385' x2='7614.85' y1='4288.235' y2='5567.7' gradientTransform='rotate%2890 5714.835 492.075%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffc500'/%3E%3Cstop offset='.55' stop-color='%23fcb300'/%3E%3Cstop offset='1' stop-color='%23f8a000'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23e%29' d='M0 1752.9L1278.4 472.4l1280.5 1280.5z'/%3E%3ClinearGradient id='f' x1='235.12' x2='1032.31' y1='-395.97' y2='401.22' gradientTransform='matrix%281 0 0 -1 2590.75 799.49%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffc500'/%3E%3Cstop offset='.55' stop-color='%23fcb300'/%3E%3Cstop offset='1' stop-color='%23f8a000'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23f%29' d='M3224.8 0l-797.9 796.5 797.9 797.9z'/%3E%3C/svg%3E");
	background-size: cover;
}

.bg-danger-element {
	background: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid slice' viewBox='0 0 3224.79 1753.15'%3E%3Cdefs%3E%3ClinearGradient id='b' x1='1482.17' x2='2935.68' y1='1165.04' y2='-288.47' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23bb000c'/%3E%3Cstop offset='.01' stop-color='%23bc010d'/%3E%3Cstop offset='.21' stop-color='%23d31819'/%3E%3Cstop offset='.43' stop-color='%23e32822'/%3E%3Cstop offset='.68' stop-color='%23ed3227'/%3E%3Cstop offset='1' stop-color='%23f03529'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='79.28' x2='1113.99' y1='1831.57' y2='796.86' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23bb000c'/%3E%3Cstop offset='1' stop-color='%23f03529'/%3E%3C/linearGradient%3E%3ClinearGradient id='a' x1='3385.81' x2='4026.06' y1='1298.58' y2='658.33' gradientTransform='matrix%28-1 0 0 1 4026.06 -185.96%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23bb000c'/%3E%3Cstop offset='.4' stop-color='%23d71c1c'/%3E%3Cstop offset='.75' stop-color='%23ea2f25'/%3E%3Cstop offset='1' stop-color='%23f03529'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='8.04' x2='406.63' y1='-3662.78' y2='-4061.38' gradientTransform='rotate%28-90 3447.48 -3040.85%29' xlink:href='%23a'/%3E%3ClinearGradient id='e' x1='5510.38' x2='6789.85' y1='-1709.23' y2='-2988.7' gradientTransform='matrix%280 1 1 0 3627.91 -4397.76%29' xlink:href='%23a'/%3E%3ClinearGradient id='f' x1='235.12' x2='1032.32' y1='2149.98' y2='1352.78' gradientTransform='translate%282590.75 -954.51%29' xlink:href='%23a'/%3E%3C/defs%3E%3Cg data-name='Lager 2'%3E%3Cpath fill='url%28%23b%29' d='M3224.14 1753.15V0H317.13l1753.15 1753.15h1153.86z'/%3E%3Cpath fill='url%28%23c%29' d='M2069.41 1752.29H0V0h317.13l1752.28 1752.29z'/%3E%3Cpath fill='url%28%23a%29' d='M0 472.37h1280.5L0 1752.88V472.37z'/%3E%3Cpath fill='url%28%23d%29' d='M2426.95 0v797.19L3224.14 0h-797.19z'/%3E%3Cpath fill='url%28%23e%29' d='M0 1752.88L1278.42 472.37l1280.51 1280.51H0z'/%3E%3Cpath fill='url%28%23f%29' d='M3224.79 0l-797.84 796.54 797.84 797.84V0z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: cover;
}

.skeleton-loader {
	position: relative;
	overflow: hidden;
	height: 332px;
}

.skeleton-loader:before {
	background-size: 768px 332px,100% 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='332'%3E%3Cpath d='M0 0h768v332H0V0zm0 0h220v48H0V0zm0 64h308v96H0V64zm0 112h418v96H0v-96zM324 64h444v96H324V64zm110 112h304v96H434v-96zM0 288h188v44H0v-44zm204 0h154v44H204v-44z' fill='%23fff' fill-rule='evenodd' /%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3Cpath fill='%23fff' d='M0 0h1v1H0z'/%3E%3C/svg%3E");
	display: block;
	position: absolute;
	content: "";
	z-index: 1;
	height: 100%;
	width: 100vw;
	top: 0;
	background-position-x: 0,768px;
}

.skeleton-loader:after {
	background: linear-gradient(80deg,#f8f8f8 10%,#e9e9e9 80%,transparent 90%),#f8f8f8;
	animation-duration: 2.8s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: skeletonLoader;
	animation-timing-function: ease-out;
	background-size: 50% 100%;
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	z-index: 0;
	height: 100%;
	width: 100vw;
	top: 0;
}

.skeleton-loader.skeleton-loader-list {
	max-width: 320px;
	height: 224px;
}

.skeleton-loader.skeleton-loader-list:before {
	background-size: 1px 40px;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='40'%3E%3Cpath fill='%23fff' d='M0 24h1v16H0z'/%3E%3C/svg%3E");
}

.skeleton-loader.skeleton-loader-table {
	max-height: 100%;
	height: 181px;
}

.skeleton-loader.skeleton-loader-table:before {
	background-size: 768px 180px;
	background-position-y: 1px;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='180'%3E%3Cpath d='M0 0h768v180H0V0zm0 10h90v24H0V10zm0 45h70v24H0V55zm0 45h80v24H0v-24zm0 45h90v24H0v-24zM114 10h100v24H114V10zm0 45h120v24H114V55zm0 45h130v24H114v-24zm0 45h110v24H114v-24zM268 10h100v24H268V10zm0 45h80v24h-80V55zm0 45h100v24H268v-24zm0 45h110v24H268v-24zM402 10h90v24h-90V10zm0 45h70v24h-70V55zm0 45h80v24h-80v-24zm0 45h90v24h-90v-24zM516 10h90v24h-90V10zm0 45h110v24H516V55zm0 45h120v24H516v-24zm0 45h100v24H516v-24zm144 0h84v24h-84v-24zm0-45h74v24h-74v-24zm0-45h64v24h-64V55zm0-45h84v24h-84V10zM0 44h768v1H0v-1zm0 45h768v1H0v-1zm0 45h768v1H0v-1zm0 45h768v1H0v-1z' fill='%23fff' fill-rule='evenodd' /%3E%3C/svg%3E");
}

.skeleton-loader.skeleton-loader-fill-sm {
	height: 24px;
}

.skeleton-loader.skeleton-loader-fill-sm:before {
	background: none;
}

.skeleton-loader.skeleton-loader-fill {
	height: 44px;
}

.skeleton-loader.skeleton-loader-fill:before {
	background: none;
}

.skeleton-loader.skeleton-loader-fill-full {
	height: 100%;
}

.skeleton-loader.skeleton-loader-fill-full:before {
	background: none;
}

.skeleton-loader.bg-dark:before {
	background-size: 768px 332px,100% 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='332'%3E%3Cpath d='M0 0h768v332H0V0zm0 0h220v48H0V0zm0 64h308v96H0V64zm0 112h418v96H0v-96zM324 64h444v96H324V64zm110 112h304v96H434v-96zM0 288h188v44H0v-44zm204 0h154v44H204v-44z' fill='%23333333' fill-rule='evenodd' /%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3Cpath fill='%23333333' d='M0 0h1v1H0z'/%3E%3C/svg%3E");
	background-position-x: 0,768px;
}

.skeleton-loader.bg-dark:after {
	background: linear-gradient(80deg,#404040 10%,#4d4d4d 80%,transparent 90%),#404040;
	background-size: 50% 100%;
	background-repeat: no-repeat;
}

.skeleton-loader.bg-dark.skeleton-loader-list:before {
	background-size: 1px 40px;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='40'%3E%3Cpath fill='%23333333' d='M0 24h1v16H0z'/%3E%3C/svg%3E");
}

.skeleton-loader.bg-dark.skeleton-loader-table:before {
	background-size: 768px 180px;
	background-position-y: 1px;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='180'%3E%3Cpath d='M0 0h768v180H0V0zm0 10h90v24H0V10zm0 45h70v24H0V55zm0 45h80v24H0v-24zm0 45h90v24H0v-24zM114 10h100v24H114V10zm0 45h120v24H114V55zm0 45h130v24H114v-24zm0 45h110v24H114v-24zM268 10h100v24H268V10zm0 45h80v24h-80V55zm0 45h100v24H268v-24zm0 45h110v24H268v-24zM402 10h90v24h-90V10zm0 45h70v24h-70V55zm0 45h80v24h-80v-24zm0 45h90v24h-90v-24zM516 10h90v24h-90V10zm0 45h110v24H516V55zm0 45h120v24H516v-24zm0 45h100v24H516v-24zm144 0h84v24h-84v-24zm0-45h74v24h-74v-24zm0-45h64v24h-64V55zm0-45h84v24h-84V10zM0 44h768v1H0v-1zm0 45h768v1H0v-1zm0 45h768v1H0v-1zm0 45h768v1H0v-1z' fill='%23333333' fill-rule='evenodd' /%3E%3C/svg%3E");
}

.skeleton-loader.bg-light:before {
	background-size: 768px 332px,100% 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='332'%3E%3Cpath d='M0 0h768v332H0V0zm0 0h220v48H0V0zm0 64h308v96H0V64zm0 112h418v96H0v-96zM324 64h444v96H324V64zm110 112h304v96H434v-96zM0 288h188v44H0v-44zm204 0h154v44H204v-44z' fill='%23f8f8f8' fill-rule='evenodd' /%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3Cpath fill='%23f8f8f8' d='M0 0h1v1H0z'/%3E%3C/svg%3E");
	background-position-x: 0,768px;
}

.skeleton-loader.bg-light:after {
	background: linear-gradient(80deg,#ebebeb 10%,#dfdfdf 80%,transparent 90%),#ebebeb;
	background-size: 50% 100%;
	background-repeat: no-repeat;
}

.skeleton-loader.bg-light.skeleton-loader-list:before {
	background-size: 1px 40px;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='40'%3E%3Cpath fill='%23f8f8f8' d='M0 24h1v16H0z'/%3E%3C/svg%3E");
}

.skeleton-loader.bg-light.skeleton-loader-table:before {
	background-size: 768px 180px;
	background-position-y: 1px;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='180'%3E%3Cpath d='M0 0h768v180H0V0zm0 10h90v24H0V10zm0 45h70v24H0V55zm0 45h80v24H0v-24zm0 45h90v24H0v-24zM114 10h100v24H114V10zm0 45h120v24H114V55zm0 45h130v24H114v-24zm0 45h110v24H114v-24zM268 10h100v24H268V10zm0 45h80v24h-80V55zm0 45h100v24H268v-24zm0 45h110v24H268v-24zM402 10h90v24h-90V10zm0 45h70v24h-70V55zm0 45h80v24h-80v-24zm0 45h90v24h-90v-24zM516 10h90v24h-90V10zm0 45h110v24H516V55zm0 45h120v24H516v-24zm0 45h100v24H516v-24zm144 0h84v24h-84v-24zm0-45h74v24h-74v-24zm0-45h64v24h-64V55zm0-45h84v24h-84V10zM0 44h768v1H0v-1zm0 45h768v1H0v-1zm0 45h768v1H0v-1zm0 45h768v1H0v-1z' fill='%23f8f8f8' fill-rule='evenodd' /%3E%3C/svg%3E");
}

@media (min-width: 576px) {
	.skeleton-loader:after {
			animation-duration: 2.4s;
	}

	.skeleton-loader.delay-3:after {
			animation-delay: .2s;
	}
}

@media (min-width: 768px) {
	.skeleton-loader:after {
			animation-duration: 2.2s;
	}

	.skeleton-loader.delay-3:after {
			animation-delay: .4s;
	}

	.skeleton-loader.delay-2:after {
			animation-delay: .3s;
	}

	.skeleton-loader.delay-1:after {
			animation-delay: .2s;
	}
}

@media (min-width: 992px) {
	.skeleton-loader:after {
			animation-duration: 2s;
	}

	.skeleton-loader.skeleton-loader-table {
			height: 316px;
	}
}

@media (min-width: 1200px) {
	.skeleton-loader:after {
			animation-duration: 2s;
	}

	.skeleton-loader.skeleton-loader-table {
			height: 451px;
	}
}

@keyframes skeletonLoader {
	0% {
			background-position-x: -100%;
	}

	70%,to {
			background-position-x: calc(-100% + 1536px);
	}
}

html:not(.native-scroll) ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.25);
}

html:not(.native-scroll) ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

html:not(.native-scroll) ::-webkit-scrollbar-thumb {
	background-color: #cecece;
}

html:not(.native-scroll) ::-webkit-scrollbar-thumb:active {
	background-color: #41b0ee;
}

html:not(.native-scroll) .scrollbar-dark::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	background-color: #333;
}

html:not(.native-scroll) .scrollbar-dark::-webkit-scrollbar {
	background-color: #333;
}

html:not(.native-scroll) .scrollbar-dark::-webkit-scrollbar-thumb {
	background-color: #1a1a1a;
}

/*!
*  SEB fonts
*/
@font-face {
	font-family: SEBSansSerif;
	src: url(SEBSansSerif-Light.4e28c4ab671bed8a.eot);
	src: url(SEBSansSerif-Light.4e28c4ab671bed8a.eot?#iefix) format("embedded-opentype"),url(SEBSansSerif-Light.195c27b51f617e3e.woff2) format("woff2"),url(SEBSansSerif-Light.7586a546b83dffdf.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: SEBSansSerif;
	src: url(SEBSansSerif-Regular.8052f88e9987eaa8.eot);
	src: url(SEBSansSerif-Regular.8052f88e9987eaa8.eot?#iefix) format("embedded-opentype"),url(SEBSansSerif-Regular.4c7865fb24ae2790.woff2) format("woff2"),url(SEBSansSerif-Regular.c9bbe07f0fefee54.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: SEBSansSerif;
	src: url(./SEBSansSerif-Regular.4c7865fb24ae2790.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: SEBSansSerif;
	src: url(./SEBSansSerif-Medium.308ab8de3c2e2535.woff2);
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: SEBSansSerif;
	src: url(./SEBSansSerif-Bold.71b79a3e35a90d02.woff2);
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: SEBSansSerif;
	src: url(SEBSansSerif-Medium.3c7b9ca4f10b015b.eot);
	src: url(SEBSansSerif-Medium.3c7b9ca4f10b015b.eot?#iefix) format("embedded-opentype"),url(SEBSansSerif-Medium.308ab8de3c2e2535.woff2) format("woff2"),url(SEBSansSerif-Medium.d2288921a31df58b.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: SEBSansSerif;
	src: url(SEBSansSerif-Bold.ab22b2a47e82934c.eot);
	src: url(SEBSansSerif-Bold.ab22b2a47e82934c.eot?#iefix) format("embedded-opentype"),url(SEBSansSerif-Bold.71b79a3e35a90d02.woff2) format("woff2"),url(SEBSansSerif-Bold.b9f76338bb1a27cc.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: SEBSansSerif;
	src: url(SEBSansSerif-LightItalic.69e7b56cf66d43b7.eot);
	src: url(SEBSansSerif-LightItalic.69e7b56cf66d43b7.eot?#iefix) format("embedded-opentype"),url(SEBSansSerif-LightItalic.53207f60d06a5656.woff2) format("woff2"),url(SEBSansSerif-LightItalic.660268cfdfe0b290.woff) format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: SEBSansSerif;
	src: url(SEBSansSerif-RegularItalic.71a17103c0eb87be.eot);
	src: url(SEBSansSerif-RegularItalic.71a17103c0eb87be.eot?#iefix) format("embedded-opentype"),url(SEBSansSerif-RegularItalic.d435eb11388bdace.woff2) format("woff2"),url(SEBSansSerif-RegularItalic.fb6468250c16657e.woff) format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: SEBSansSerif;
	src: url(SEBSansSerif-MediumItalic.55fa88ce1d5e9094.eot);
	src: url(SEBSansSerif-MediumItalic.55fa88ce1d5e9094.eot?#iefix) format("embedded-opentype"),url(SEBSansSerif-MediumItalic.b08277fc835db84e.woff2) format("woff2"),url(SEBSansSerif-MediumItalic.e9130530caf9b371.woff) format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: SEBSansSerif;
	src: url(SEBSansSerif-BoldItalic.61b734de6288afb9.eot);
	src: url(SEBSansSerif-BoldItalic.61b734de6288afb9.eot?#iefix) format("embedded-opentype"),url(SEBSansSerif-BoldItalic.c2460f73c063d38a.woff2) format("woff2"),url(SEBSansSerif-BoldItalic.95d3d49f158b2958.woff) format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@keyframes hide-user-menu {
	0% {
			z-index: -1;
	}

	25% {
			opacity: 0;
			visibility: hidden;
	}

	to {
			top: 0;
			opacity: 0;
			visibility: hidden;
	}
}

.fade-out {
	animation: fadeOut ease 6s;
	-webkit-animation: fadeOut ease 6s;
	-moz-animation: fadeOut ease 6s;
	-o-animation: fadeOut ease 6s;
	-ms-animation: fadeOut ease 6s;
}

@keyframes fadeOut {
	0% {
			opacity: 1;
	}

	50% {
			opacity: 1;
	}

	to {
			opacity: 0;
	}
}

html {
	box-sizing: border-box;
}

*,*:before,*:after {
	box-sizing: inherit;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.rounded-border {
	border: 1px solid #999999;
	border-radius: 4px;
	letter-spacing: .5rem;
	font-size: 1.25rem;
	font-weight: 500;
	padding: .5rem 0 .5rem .5rem;
}

.u-margin-top-medium {
	margin-top: 2rem;
}

.u-margin-right-xsmall {
	margin-right: .2rem;
}

.u-margin-button-xsmall {
	margin-bottom: .5rem;
}

.u-margin-button-small {
	margin-bottom: 1.5rem;
}

.u-margin-button-medium {
	margin-bottom: 2rem;
}

.clearfix:after {
	content: "";
	clear: both;
	display: table;
}

.relative {
	position: relative;
}

.underline {
	text-decoration: underline;
}

.u-padding-3 {
	padding: 1rem;
}

.pointer {
	cursor: pointer;
}

.light .white-text,.dark .white-text {
	color: #fff;
}

body {
	overflow: hidden;
}

.login,app-logout {
	height: 100%;
	width: 100%;
	display: block;
}

.light .login,.light app-logout {
	background-color: #fff;
}

.dark .login,.dark app-logout {
	background-color: #121212;
}

.light .nav-list,.light .sidebar {
	background-color: #fff;
}

.dark .nav-list,.dark .sidebar {
	background-color: #222;
}

.light .navbar {
	background-color: #fff;
}

.dark .navbar {
	background-color: #222;
}

.main-content-container {
	transition: all .4s ease;
	margin-top: 56px;
	padding-bottom: 4rem;
	flex-grow: 1;
}

@media only screen and (min-width: 48em) {
	.main-content-container {
			margin-top: 0;
	}
}

@media only screen and (min-width: 48em) {
	.main-content-container.mfe {
			margin-top: 0;
	}
}

.ib-container__main.extra-margin-top {
	margin-top: 100px;
}

@media only screen and (min-width: 48em) {
	.ib-container__main.extra-margin-top {
			margin-top: 0;
	}
}

.light .private-dashboard__container {
	background-color: #f1f1f1;
}

.dark .private-dashboard__container {
	background-color: #121212;
}

.main-content-container--theming {
	padding: 24px 16px 80px;
}

.light .main-content-container--theming {
	background-color: #f1f1f1;
}

.dark .main-content-container--theming {
	background-color: #121212;
}

ng-sidebar-container {
	min-height: calc(100vh - 65px);
	height: auto;
}

@media only screen and (min-width: 48em) {
	ng-sidebar-container {
			min-height: calc(100vh - 56px);
	}
}

.not-logged-main-container {
	min-height: calc(var(--vh, 1vh) * 100 - 168px - 55px);
	padding-bottom: 4rem;
}

@media only screen and (min-width: 48em) {
	.not-logged-main-container {
			min-height: calc(var(--vh, 1vh) * 100 - 104px - 90px);
	}
}

.page-container {
	min-height: 100vh;
}

.right-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

@media only screen and (min-width: 48em) {
	.right-container {
			min-height: calc(100vh - 56px);
	}
}

.alert {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.25rem;
}

.alert a:link {
	text-decoration: underline;
}

.light .alert.alert-icon.alert-info:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='%23333333' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.28 0.279999H1.72C0.924699 0.279999 0.279999 0.924699 0.279999 1.72V12.28C0.279999 13.0753 0.924699 13.72 1.72 13.72H12.28C13.0753 13.72 13.72 13.0753 13.72 12.28V1.72C13.72 0.924699 13.0753 0.279999 12.28 0.279999ZM7 2.86C7.69588 2.86 8.26 3.42412 8.26 4.12C8.26 4.81588 7.69588 5.38 7 5.38C6.30412 5.38 5.74 4.81588 5.74 4.12C5.74 3.42412 6.30412 2.86 7 2.86ZM8.68 10.48C8.68 10.6788 8.51881 10.84 8.32 10.84H5.68C5.48119 10.84 5.32 10.6788 5.32 10.48V9.76C5.32 9.56119 5.48119 9.4 5.68 9.4H6.04V7.48H5.68C5.48119 7.48 5.32 7.31881 5.32 7.12V6.4C5.32 6.20119 5.48119 6.04 5.68 6.04H7.6C7.79881 6.04 7.96 6.20119 7.96 6.4V9.4H8.32C8.51881 9.4 8.68 9.56119 8.68 9.76V10.48Z' fill='%23333333'/%3E%3C/svg%3E");
}

.dark .alert.alert-icon.alert-info:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='%23dedede' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.28 0.279999H1.72C0.924699 0.279999 0.279999 0.924699 0.279999 1.72V12.28C0.279999 13.0753 0.924699 13.72 1.72 13.72H12.28C13.0753 13.72 13.72 13.0753 13.72 12.28V1.72C13.72 0.924699 13.0753 0.279999 12.28 0.279999ZM7 2.86C7.69588 2.86 8.26 3.42412 8.26 4.12C8.26 4.81588 7.69588 5.38 7 5.38C6.30412 5.38 5.74 4.81588 5.74 4.12C5.74 3.42412 6.30412 2.86 7 2.86ZM8.68 10.48C8.68 10.6788 8.51881 10.84 8.32 10.84H5.68C5.48119 10.84 5.32 10.6788 5.32 10.48V9.76C5.32 9.56119 5.48119 9.4 5.68 9.4H6.04V7.48H5.68C5.48119 7.48 5.32 7.31881 5.32 7.12V6.4C5.32 6.20119 5.48119 6.04 5.68 6.04H7.6C7.79881 6.04 7.96 6.20119 7.96 6.4V9.4H8.32C8.51881 9.4 8.68 9.56119 8.68 9.76V10.48Z' fill='%23dedede'/%3E%3C/svg%3E");
}

.alert.alert-icon.alert-danger:before {
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5H6.44C5.6447 5 5 5.6447 5 6.44V17C5 17.7953 5.6447 18.44 6.44 18.44H17C17.7953 18.44 18.44 17.7953 18.44 17V6.44C18.44 5.6447 17.7953 5 17 5ZM10.7693 7.88H12.6707C12.8772 7.88 13.0414 8.0534 13.0302 8.25962L12.8076 12.3396C12.7972 12.5305 12.6394 12.68 12.4482 12.68H10.9918C10.8006 12.68 10.6428 12.5305 10.6323 12.3396L10.4098 8.25962C10.3986 8.0534 10.5627 7.88 10.7693 7.88ZM11.72 15.98C10.9578 15.98 10.34 15.3621 10.34 14.6C10.34 13.8378 10.9578 13.22 11.72 13.22C12.4821 13.22 13.1 13.8378 13.1 14.6C13.1 15.3621 12.4821 15.98 11.72 15.98Z' fill='%23ffffff'/%3E%3C/svg%3E");
	position: absolute;
}

.alert.alert-icon.alert-warning:before {
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5H6.44C5.6447 5 5 5.6447 5 6.44V17C5 17.7953 5.6447 18.44 6.44 18.44H17C17.7953 18.44 18.44 17.7953 18.44 17V6.44C18.44 5.6447 17.7953 5 17 5ZM10.7693 7.88H12.6707C12.8772 7.88 13.0414 8.0534 13.0302 8.25962L12.8076 12.3396C12.7972 12.5305 12.6394 12.68 12.4482 12.68H10.9918C10.8006 12.68 10.6428 12.5305 10.6323 12.3396L10.4098 8.25962C10.3986 8.0534 10.5627 7.88 10.7693 7.88ZM11.72 15.98C10.9578 15.98 10.34 15.3621 10.34 14.6C10.34 13.8378 10.9578 13.22 11.72 13.22C12.4821 13.22 13.1 13.8378 13.1 14.6C13.1 15.3621 12.4821 15.98 11.72 15.98Z' fill='%23000000'/%3E%3C/svg%3E");
}

a {
	cursor: pointer;
}

.light a,.light .link,.light .btn-link,.light .fa-external-link-alt {
	color: #0062bc;
}

.dark a,.dark .link,.dark .btn-link,.dark .fa-external-link-alt {
	color: #2c9cd9;
}

.light a:hover,.light .link:hover,.light .btn-link:hover,.light .fa-external-link-alt:hover {
	color: #007ac7;
}

.dark a:hover,.dark .link:hover,.dark .btn-link:hover,.dark .fa-external-link-alt:hover {
	color: #41b0ee;
}

a:focus-visible,.link:focus-visible,.btn-link:focus-visible,.fa-external-link-alt:focus-visible {
	outline-offset: 1px;
}

.light a:focus-visible,.light .link:focus-visible,.light .btn-link:focus-visible,.light .fa-external-link-alt:focus-visible {
	outline: 1px solid #111111;
}

.dark a:focus-visible,.dark .link:focus-visible,.dark .btn-link:focus-visible,.dark .fa-external-link-alt:focus-visible {
	outline: 1px solid #ffffff;
}

.btn-link:focus {
	text-decoration: none;
}

.light ::-ms-reveal {
	color: #333;
}

.dark ::-ms-reveal {
	color: #dedede;
}

i.external-link {
	position: relative;
	width: 1.1rem;
	height: 1rem;
	display: inline-block;
}

i.external-link:after {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 1.1rem;
	height: 1rem;
	position: absolute;
	top: 4px;
	left: -1px;
}

.light i.external-link:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 18' width='21' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8534 3.75H5.73482C5.12339 3.75 4.62775 4.25367 4.62775 4.875V13.125C4.62775 13.7463 5.12339 14.25 5.73482 14.25H13.8534C14.4648 14.25 14.9605 13.7463 14.9605 13.125V4.875C14.9605 4.25367 14.4648 3.75 13.8534 3.75ZM13.715 13.125H5.87321C5.83651 13.125 5.80131 13.1102 5.77536 13.0838C5.7494 13.0574 5.73482 13.0217 5.73482 12.9844V5.01562C5.73482 4.97833 5.7494 4.94256 5.77536 4.91619C5.80131 4.88982 5.83651 4.875 5.87321 4.875H13.715C13.7517 4.875 13.7869 4.88982 13.8129 4.91619C13.8388 4.94256 13.8534 4.97833 13.8534 5.01562V12.9844C13.8534 13.0217 13.8388 13.0574 13.8129 13.0838C13.7869 13.1102 13.7517 13.125 13.715 13.125ZM12.4695 6L9.33283 6.0034C9.17998 6.0034 9.05606 6.12933 9.05606 6.28465V6.93516C9.05606 7.0927 9.18342 7.21952 9.33843 7.21636L10.6762 7.16618L6.92297 10.9801C6.81489 11.0899 6.81489 11.268 6.92297 11.3779L7.45414 11.9176C7.56222 12.0274 7.73746 12.0274 7.84554 11.9176L11.5987 8.10366L11.5494 9.46305C11.5462 9.62058 11.671 9.74998 11.8261 9.74998H12.4662C12.6191 9.74998 12.743 9.62405 12.743 9.46873L12.7463 6.28125C12.7463 6.12593 12.6224 6 12.4695 6Z' fill='%230062bc'/%3E%3C/svg%3E%0A");
}

.dark i.external-link:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 18' width='21' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8534 3.75H5.73482C5.12339 3.75 4.62775 4.25367 4.62775 4.875V13.125C4.62775 13.7463 5.12339 14.25 5.73482 14.25H13.8534C14.4648 14.25 14.9605 13.7463 14.9605 13.125V4.875C14.9605 4.25367 14.4648 3.75 13.8534 3.75ZM13.715 13.125H5.87321C5.83651 13.125 5.80131 13.1102 5.77536 13.0838C5.7494 13.0574 5.73482 13.0217 5.73482 12.9844V5.01562C5.73482 4.97833 5.7494 4.94256 5.77536 4.91619C5.80131 4.88982 5.83651 4.875 5.87321 4.875H13.715C13.7517 4.875 13.7869 4.88982 13.8129 4.91619C13.8388 4.94256 13.8534 4.97833 13.8534 5.01562V12.9844C13.8534 13.0217 13.8388 13.0574 13.8129 13.0838C13.7869 13.1102 13.7517 13.125 13.715 13.125ZM12.4695 6L9.33283 6.0034C9.17998 6.0034 9.05606 6.12933 9.05606 6.28465V6.93516C9.05606 7.0927 9.18342 7.21952 9.33843 7.21636L10.6762 7.16618L6.92297 10.9801C6.81489 11.0899 6.81489 11.268 6.92297 11.3779L7.45414 11.9176C7.56222 12.0274 7.73746 12.0274 7.84554 11.9176L11.5987 8.10366L11.5494 9.46305C11.5462 9.62058 11.671 9.74998 11.8261 9.74998H12.4662C12.6191 9.74998 12.743 9.62405 12.743 9.46873L12.7463 6.28125C12.7463 6.12593 12.6224 6 12.4695 6Z' fill='%232c9cd9'/%3E%3C/svg%3E%0A");
}

.alert i.external-link:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 18' width='21' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8534 3.75H5.73482C5.12339 3.75 4.62775 4.25367 4.62775 4.875V13.125C4.62775 13.7463 5.12339 14.25 5.73482 14.25H13.8534C14.4648 14.25 14.9605 13.7463 14.9605 13.125V4.875C14.9605 4.25367 14.4648 3.75 13.8534 3.75ZM13.715 13.125H5.87321C5.83651 13.125 5.80131 13.1102 5.77536 13.0838C5.7494 13.0574 5.73482 13.0217 5.73482 12.9844V5.01562C5.73482 4.97833 5.7494 4.94256 5.77536 4.91619C5.80131 4.88982 5.83651 4.875 5.87321 4.875H13.715C13.7517 4.875 13.7869 4.88982 13.8129 4.91619C13.8388 4.94256 13.8534 4.97833 13.8534 5.01562V12.9844C13.8534 13.0217 13.8388 13.0574 13.8129 13.0838C13.7869 13.1102 13.7517 13.125 13.715 13.125ZM12.4695 6L9.33283 6.0034C9.17998 6.0034 9.05606 6.12933 9.05606 6.28465V6.93516C9.05606 7.0927 9.18342 7.21952 9.33843 7.21636L10.6762 7.16618L6.92297 10.9801C6.81489 11.0899 6.81489 11.268 6.92297 11.3779L7.45414 11.9176C7.56222 12.0274 7.73746 12.0274 7.84554 11.9176L11.5987 8.10366L11.5494 9.46305C11.5462 9.62058 11.671 9.74998 11.8261 9.74998H12.4662C12.6191 9.74998 12.743 9.62405 12.743 9.46873L12.7463 6.28125C12.7463 6.12593 12.6224 6 12.4695 6Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")!important;
}

.icon-xmark:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f00d";
	font-style: normal;
}

.btn--btns-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 2rem;
}

.btn--btns-left button+button {
	margin-top: .5rem;
}

.btn--btns-left button {
	width: 100%;
	min-width: 100px;
}

@media only screen and (min-width: 36em) {
	.btn--btns-left {
			flex-direction: row;
	}

	.btn--btns-left button {
			width: auto;
	}

	.btn--btns-left button+button {
			margin-left: .7rem;
			margin-top: 0;
	}
}

.tooltip-theming .tooltip-inner {
	padding: 6px 13px;
}

.tooltip-theming.show {
	opacity: 1;
}

.btn-container--underline {
	position: relative;
}

.btn-container--underline:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: -1.625rem;
	left: 0;
}

.light .btn-container--underline:before {
	background-color: #eee;
}

.dark .btn-container--underline:before {
	background-color: #333;
}

.frame {
	margin: -1.5rem -1rem -5rem;
	background-color: #fff;
	padding: 1rem;
}

@font-face {
	font-display: swap;
}

body,app-main-page {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}

.light body,.light app-main-page {
	color: #333;
}

.dark body,.dark app-main-page {
	color: #dedede;
}

body p,app-main-page p {
	color: inherit;
}

.heading-1 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5rem;
}

.light .heading-1 {
	color: #333;
}

.dark .heading-1 {
	color: #dedede;
}

@media only screen and (min-width: 36em) {
	.heading-1 {
			font-size: 2.5rem;
			line-height: 3rem;
	}
}

@media only screen and (min-width: 62em) {
	.heading-1 {
			font-size: 3rem;
			line-height: 3.5rem;
	}
}

.heading-2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
}

.light .heading-2 {
	color: #333;
}

.dark .heading-2 {
	color: #dedede;
}

@media only screen and (min-width: 62em) {
	.heading-2 {
			font-size: 2rem;
			font-weight: 700;
			line-height: 2.5rem;
	}
}

.heading-3 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75rem;
}

.light .heading-3 {
	color: #333;
}

.dark .heading-3 {
	color: #dedede;
}

@media only screen and (min-width: 62em) {
	.heading-3 {
			font-size: 1.5rem;
			font-weight: 700;
			line-height: 2rem;
	}
}

.heading-4 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.75rem;
}

.light .heading-4 {
	color: #333;
}

.dark .heading-4 {
	color: #dedede;
}

.heading-5 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
}

.light .heading-5 {
	color: #333;
}

.dark .heading-5 {
	color: #dedede;
}

.heading-6 {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25rem;
}

.light .heading-6 {
	color: #333;
}

.dark .heading-6 {
	color: #dedede;
}

a,.link {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25rem;
}

@media only screen and (min-width: 36em) {
	a,.link {
			font-weight: 400;
	}
}

@media only screen and (min-width: 62em) {
	a,.link {
			font-weight: 500;
	}
}

a:link,.link:link,a:visited,.link:visited {
	text-decoration: none;
}

a:hover,.link:hover,a:active,.link:active {
	text-decoration: underline;
}

.color-white {
	color: #fff;
}

.light .brand-color {
	color: #308800!important;
}

.dark .brand-color {
	color: #60cd18!important;
}

.light .secondary-purple-text {
	color: #4f2c99;
}

.dark .secondary-purple-text {
	color: #7e52cc;
}

.light .red-color {
	color: #9f000a;
}

.dark .red-color {
	color: #ff594f;
}

.loader {
	border: 8px solid #dedede;
	border-top: 8px solid #60cd18;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	animation: spin 2s linear infinite;
	margin: auto;
}

.loader-sm {
	width: 24px;
	height: 24px;
	border: 3px solid #dedede;
	border-top: 3px solid #60cd18;
}

@keyframes spin {
	0% {
			transform: rotate(0);
	}

	to {
			transform: rotate(360deg);
	}
}

.restrict-transform {
	transform: none!important;
}

.ib-container {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100 - env(safe-area-inset-bottom));
	width: 100vw;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 48em) {
	.ib-container {
			height: calc(var(--vh, 1vh) * 100);
	}
}

.light .ib-container {
	color: #333;
	background-color: #f1f1f1;
}

.dark .ib-container {
	color: #dedede;
	background-color: #121212;
}

.ib-container__header:has(.navbar.navbar-logged-in) {
	height: 56px;
}

.ib-container__content {
	display: flex;
	overflow: auto;
	flex-grow: 1;
	transition: height .3s ease-in-out;
}

.ib-container__content.less-h {
	height: calc(100vh - 55px);
	height: calc(var(--vh, 1vh) * 100 - 55px);
}

@media only screen and (min-width: 48em) {
	.ib-container__content.less-h {
			height: calc(100vh - 55px);
			height: calc(var(--vh, 1vh) * 100 - 55px);
	}
}

.ib-container__content.extra-h {
	height: calc(100vh - 100px);
	height: calc(var(--vh, 1vh) * 100 - 100px);
}

@media only screen and (min-width: 48em) {
	.ib-container__content.extra-h {
			height: calc(100vh - 55px);
			height: calc(var(--vh, 1vh) * 100 - 55px);
	}
}

.ib-container__content.front-container {
	height: calc(100vh - 55px);
	height: calc(var(--vh, 1vh) * 100 - 55px);
}

@media only screen and (min-width: 48em) {
	.ib-container__content.front-container {
			height: calc(100vh - 90px);
			height: calc(var(--vh, 1vh) * 100 - 90px);
	}
}

.ib-container__sidebar {
	flex: 1 1 255px;
	height: calc(100% - 55px);
	position: fixed;
	top: 55px;
	bottom: 0;
	overflow-y: auto;
	transition: left .3s ease;
	z-index: 100;
	flex-shrink: 0;
}

@media only screen and (min-width: 48em) {
	.ib-container__sidebar {
			transition: .3s ease;
			height: 100%;
			width: auto;
			position: inherit;
	}
}

.light .ib-container__sidebar {
	background-color: #fff;
	border-right: 1px solid #eeeeee;
}

.dark .ib-container__sidebar {
	background-color: #222;
	border-right: 1px solid #333333;
}

.ib-container__sidebar .nav-trigger-desktop__btn {
	display: flex;
	align-items: center;
	height: 42px;
}

.ib-container nav {
	transition: all .2s ease;
}

.ib-container nav .btn {
	font-size: 1rem;
	white-space: normal;
}

.light .ib-container nav .btn {
	color: #333;
}

.dark .ib-container nav .btn {
	color: #dedede;
}

.ib-container__main-wrapper {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.ib-container__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.ib-container__main {
	padding: 4.25rem .5rem 5rem;
}

@media only screen and (min-width: 48em) {
	.ib-container__main {
			padding: 1.5rem 1rem 5rem;
	}
}

.ib-container__main:focus-visible {
	outline: none!important;
}

app-kyc {
	display: block;
	margin: -1.5rem -.5rem -5.5rem;
}

@media only screen and (min-width: 48em) {
	app-kyc {
			margin: -1.5rem -1rem -5.5rem;
	}
}

@media screen and (max-width: 768px) {
	.ib-container__main-wrapper::-webkit-scrollbar {
			display: none;
	}

	.ib-container__main-wrapper {
			-ms-overflow-style: none;
			scrollbar-width: none;
	}
}

.loading-screen {
	height: 100%;
	text-align: center;
	position: flex;
	z-index: 100;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.light .loading-screen {
	background-color: #f1f1f1;
}

.dark .loading-screen {
	background-color: #121212;
}

.skip-to-content-link {
	height: 30px;
	left: 0;
	padding: 8px;
	position: absolute;
	transform: translate(-100%);
	transition: transform .3s;
	z-index: 100;
}

.light .skip-to-content-link {
	background-color: #f1f1f1;
}

.dark .skip-to-content-link {
	background-color: #121212;
}

.skip-to-content-link:focus {
	transform: translate(57px);
}

@media only screen and (max-width: 576px) {
	.navbar-brand {
			margin-right: .5rem;
	}
}

.navbar-brand:focus,.navbar-brand:focus-visible {
	outline: none!important;
}

.navbar-brand:active:before,.navbar-brand:focus-visible:before {
	box-shadow: 0 0 4px 2px #41b0ee;
}

.content-cookie__logo .navbar-brand:active:before {
	box-shadow: none;
}

.navbar-brand:before {
	z-index: 5;
}

.navbar-brand--big:before {
	height: 56px;
	width: 56px;
}

@media only screen and (min-width: 62em) {
	.navbar-brand--big:before {
			height: 90px;
			width: 90px;
	}
}

.navbar-brand--medium:before {
	height: 56px;
	width: 56px;
}

.navbar-brand--small:before {
	height: 48px;
	width: 48px;
}

.navbar:before {
	content: "";
	width: 100vw;
	height: 2px;
	top: 54px;
	left: 0;
	position: absolute;
	z-index: 4;
}

.light .navbar:before {
	background-color: #eee;
}

.dark .navbar:before {
	background-color: #333;
}

@media only screen and (min-width: 62em) {
	.navbar:before {
			top: 88px;
	}
}

.navbar {
	min-height: 55px;
	padding: 0;
	position: relative;
	z-index: 3;
	border-bottom: 2px solid #f0f0f0;
}

@media only screen and (min-width: 62em) {
	.navbar {
			min-height: 90px;
	}
}

.navbar .client-type {
	display: inline;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

@media only screen and (min-width: 62em) {
	.navbar .client-type {
			padding-left: .5rem;
	}
}

.light .navbar .client-type {
	color: #000;
}

.dark .navbar .client-type {
	color: #fff;
}

.navbar .btn-link {
	position: relative;
}

.light .navbar .btn-link {
	color: #333;
}

.dark .navbar .btn-link {
	color: #dedede;
}

.navbar .btn-link .badge {
	font-size: 100%;
}

.navbar .btn .badge {
	top: 1px;
}

.navbar .btn-link:hover {
	text-decoration: none;
}

.navbar .navbar-collapse {
	flex-grow: 0;
	width: 100%;
}

.navbar .navbar-collapse {
	padding: 1rem 1.1875rem;
}

.navbar .navbar-collapse .btn {
	font-weight: 400;
}

@media only screen and (min-width: 62em) {
	.navbar .navbar-collapse .btn {
			font-weight: 500;
	}
}

.navbar .dropdown.show .dropdown-toggle:after,.navbar .dropdown.active .dropdown-toggle:after,.navbar .dropup.show .dropdown-toggle:after,.navbar .dropup.active .dropdown-toggle:after {
	width: 0;
	background: none;
}

.navbar .dropdown.show .dropdown-toggle .dropdown-toggle__icon {
	transform: rotate(180deg);
}

.navbar .dropdown-toggle:after {
	background: none;
	width: 0;
}

.navbar div:nth-child(2) .btn-link {
	margin-right: 1rem;
	color: #333;
	font-weight: 600;
}

@media only screen and (min-width: 48em) {
	.navbar div:nth-child(2) .btn-link {
			margin-right: 0;
	}
}

.navbar .is-messages .messages-indicator {
	position: relative;
}

.navbar .is-messages .messages-indicator:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	transform: translate(44%);
}

.light .navbar .is-messages .messages-indicator:after {
	background-color: #d81a1a;
}

.dark .navbar .is-messages .messages-indicator:after {
	background-color: #c82a29;
}

#userMenu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
	width: 100%;
}

#userMenu>.ng-fa-icon:not(.dropdown-toggle__icon) {
	padding-right: .5rem;
}

#user-nav-toggle {
	padding: .563rem 0 .563rem .813rem;
	cursor: default;
	border: none;
	text-decoration: none!important;
}

.light #user-nav-toggle {
	color: #333;
	background-color: #fff;
}

.dark #user-nav-toggle {
	color: #dedede;
	background-color: #222;
}

@media only screen and (min-width: 48em) {
	#user-nav-toggle {
			padding: .563rem 1rem .563rem .563rem;
	}
}

#userMenu .dropdown-toggle__icon {
	transition: all .3s ease-in;
	margin-left: auto;
	padding-left: 0;
}

@media only screen and (min-width: 48em) {
	#userMenu .dropdown-toggle__icon {
			margin-left: 1rem;
	}
}

.navbar__row-1 {
	z-index: 100;
}

.light .navbar__row-2 .dropdown.show .dropdown-toggle,.light .navbar__row-2 .dropdown.active .dropdown-toggle {
	color: #333;
	background-color: #fff;
}

.dark .navbar__row-2 .dropdown.show .dropdown-toggle,.dark .navbar__row-2 .dropdown.active .dropdown-toggle {
	color: #dedede;
	background-color: #222;
}

.navbar__row-2 .dropdown.show .dropdown-toggle:after,.navbar__row-2 .dropdown.active .dropdown-toggle:after,.navbar__row-2 .dropup.show .dropdown-toggle:after,.navbar__row-2 .dropup.active .dropdown-toggle:after {
	width: 0;
	background: none;
}

.navbar__row-2 .dropdown.show .dropdown-toggle .dropdown-toggle__icon {
	transform: rotate(180deg);
}

.navbar__row-2 .dropdown-toggle:after {
	background: none;
	width: 0;
}

.navbar.navbar-logged-in {
	min-height: 56px;
}

@media only screen and (min-width: 62em) {
	.navbar.navbar-logged-in:before {
			height: 1px;
			top: 55px;
	}
}

.header-nav__type {
	margin-left: 2.75rem;
}

.header-nav__type .btn-link {
	font-weight: 400;
}

.light .header-nav__type .btn-link {
	color: #fff !important;
}

.dark .header-nav__type .btn-link {
	color: #fff;
}

.header-nav__type .btn-link:after {
	content: "";
	position: absolute;
	top: 59px;
	width: 0;
	left: 10%;
	height: 5px;
	transition: all .2s ease-in;
	z-index: 1;
}

.light .header-nav__type .btn-link:hover {
	color: #fff !important;
}

.dark .header-nav__type .btn-link:hover {
	color: #fff;
}

.header-nav__type .btn-link:hover:after {
	width: 80%;
}

.light .header-nav__type .btn-link:hover:after {
	background-color: #cecece;
}

.dark .header-nav__type .btn-link:hover:after {
	background-color: #868686;
}

.header-nav__type .btn-link.active {
	font-weight: 500;
}

.header-nav__type .btn-link.active:after {
	width: 80%;
}

.light .header-nav__type .btn-link.active:after {
	background-color: #333;
}

.dark .header-nav__type .btn-link.active:after {
	background-color: #cecece;
}

.navbar-login .navbar-toggler {
	border-radius: 0;
	margin-right: .9375rem;
}

.navbar-toggler:focus-visible {
	outline-offset: -4px;
}

.light .navbar-toggler:focus-visible {
	outline: 1px solid #111111;
}

.dark .navbar-toggler:focus-visible {
	outline: 1px solid #ffffff;
}

.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(51, 51, 51, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.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(256, 256, 256, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-close {
	display: inline-block;
	width: 1.5rem;
	height: .5rem;
	vertical-align: middle;
	content: "";
	position: relative;
}

.navbar-toggler-close:before,.navbar-toggler-close:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	height: 1px;
	width: 1.5rem;
	transform: rotate(45deg);
}

.light .navbar-toggler-close:before,.light .navbar-toggler-close:after {
	border-bottom: 1px solid #333333;
}

.dark .navbar-toggler-close:before,.dark .navbar-toggler-close:after {
	border-bottom: 1px solid #ffffff;
}

.navbar-toggler-close:after {
	transform: rotate(135deg);
}

.navbar-toggler:hover {
	outline: 0!important;
}

.group-header {
	padding-bottom: .4rem;
	border-bottom: 1px solid #4d4d4d;
	margin: 1.1875rem 0 .5rem 1rem;
	font-size: .8rem;
}

.nav-list,.dropdown-menu {
	max-height: 90vh;
	max-width: 80vw;
	overflow-y: auto;
	border: none;
	box-shadow: 0 1px 1px #00000026;
}

@media only screen and (min-width: 48em) {
	.nav-list,.dropdown-menu {
			border: 1px solid rgba(0,0,0,.15);
			box-shadow: 0 2px 4px #00000026;
	}
}

.nav-list .nav-list-item:last-child,.dropdown-menu .nav-list-item:last-child {
	border-radius: 0;
}

.nav-list .nav-list-item,.dropdown-menu .nav-list-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 260px;
}

.nav-list-header {
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: .2rem .5rem;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	box-shadow: 0 2px 6px #0006;
}

.light .nav-list-header {
	background-color: #e9e9e9;
	color: #333;
}

.dark .nav-list-header {
	background-color: #272727;
	color: #dedede;
}

.nav-list-item {
	display: block;
	width: 100%;
	border: 0;
	text-align: left;
	padding: .5rem 1rem .5rem .5rem;
	white-space: normal;
	box-shadow: 0 2px 4px #0006;
}

.light .nav-list-item {
	background-color: #fff;
	color: #333;
}

.dark .nav-list-item {
	background-color: #121212;
	color: #dedede;
}

@media only screen and (min-width: 48em) {
	.nav-list-item {
			padding-right: .5rem;
	}
}

.nav-list-item .fa-check {
	color: #60cd18;
}

.light .nav-list-item:hover {
}

.dark .nav-list-item:hover {
	background-color: #2c2c2c;
}

.nav-list-item:focus-visible {
	outline-offset: -2px;
}

.light .nav-list-item:focus-visible {
	outline: 1px solid #111111;
}

.dark .nav-list-item:focus-visible {
	outline: 1px solid #ffffff;
}

@media (max-width: 1000px) {
	.navbar-login .navbar-collapse.show {
			display: block;
			min-height: 100vh;
	}

	.navbar-login .navbar-collapse.show a,.navbar-login .navbar-collapse.show span {
			display: block;
			text-align: left;
			width: 100%;
	}
}

.language-selection a:not(:last-child),.header-nav__type a:not(:last-child) {
	margin-right: 2px;
}

.language-selection a:last-child .divider {
	display: none;
}

.light .language-selection a.btn-link {
	color: #0062bc;
}

.dark .language-selection a.btn-link {
	color: #2c9cd9;
}

.language-selection a.btn-link:hover {
	text-decoration: underline;
}

.light .language-selection .divider {
	color: #333;
}

.dark .language-selection .divider {
	color: #dedede;
}

.user-menu {
	width: 100%;
	position: relative;
	text-align: left;
	z-index: 10;
	box-shadow: 0 1px 1px #00000026;
}

.light .user-menu {
	background-color: #fff;
}

.dark .user-menu {
	background-color: #222;
}

@media only screen and (min-width: 48em) {
	.user-menu {
			position: relative;
			width: auto;
			box-shadow: none;
	}
}

.user-menu__btn {
	width: 100%;
	height: 44px;
	overflow: hidden;
}

@media only screen and (min-width: 48em) {
	.user-menu__btn {
			width: auto;
			height: auto;
	}
}

.user-menu__btn .dropdown-toggle {
	justify-content: flex-start;
}

@media only screen and (min-width: 48em) {
	.user-menu__btn .dropdown-toggle {
			justify-content: space-between;
	}
}

.user-menu__btn .fa {
	padding-left: 0;
	padding-right: 12px;
}

@media only screen and (min-width: 62em) {
	.user-menu__btn .fa {
			padding-left: 1rem;
			padding-right: .5rem;
	}
}

.user-menu__btn app-svg-icon {
	display: flex;
	margin-right: .5rem;
}

.user-menu__name {
	font-weight: 500;
	max-width: calc(100% - 3.5rem);
}

@media only screen and (min-width: 48em) {
	.user-menu__name {
			max-width: 20vw;
	}
}

.user-menu .nav-list {
	width: 100vw;
	max-width: 100vw;
	max-height: calc(var(--vh, 1vh) * 100 - 120px);
	margin-top: -1px;
	border-radius: 0;
}

@media only screen and (min-width: 48em) {
	.user-menu .nav-list {
			width: auto;
			max-height: auto;
			min-width: -webkit-fit-content;
			min-width: -moz-fit-content;
			min-width: fit-content;
			margin-top: 0;
			right: 0;
	}
}

.user-menu .nav-list .nav-list-header {
	border-radius: 0;
}

.user-menu .dropdown-toggle__icon {
	position: absolute;
	right: 13px;
	padding-right: 0;
}

@media only screen and (min-width: 48em) {
	.user-menu .dropdown-toggle__icon {
			position: inherit;
	}
}

.btn-log-out {
	margin-left: 0;
}

@media only screen and (min-width: 48em) {
	.btn-log-out {
			margin-left: 2px;
	}
}

.desktop {
	display: none;
}

@media only screen and (min-width: 48em) {
	.desktop {
			display: inline-block;
	}
}

.mobile {
	display: block;
}

@media only screen and (min-width: 48em) {
	.mobile {
			display: none;
	}
}

.icon-xmark-svg {
	width: .9rem;
	height: .9rem;
	display: inline-block;
}

.icon-xmark-svg svg {
	width: .7rem;
	height: .7rem;
	display: inline-block;
}

.light .icon-xmark-svg svg {
	fill: #333;
}

.dark .icon-xmark-svg svg {
	fill: #dedede;
}

.nav-list-item {
	white-space: nowrap;
}

.name-wrap {
	overflow-wrap: break-word;
	white-space: normal;
}

.div__dropdownmenu {
	margin-top: 10px;
	overflow-x: hidden;
}

@media (max-width: 768px) {
	.customer-name-width {
			max-width: 80vw;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#logoutText {
			display: none;
	}

	.div__dropdownmenu {
			left: -17px!important;
	}
}

.messages-eInvoices__btn {
	display: none;
}

@media only screen and (min-width: 48em) {
	.messages-eInvoices__btn {
			display: inline-block;
	}
}

.navbar-logout {
	min-height: 55px;
}

@media only screen and (min-width: 62em) {
	.navbar-logout {
			min-height: 90px;
	}
}

app-header .btn-link {
	font-weight: 500;
}

#dropdownHeaderBtn {
	padding-bottom: 2px;
}

@media only screen and (min-width: 48em) {
	#dropdownHeaderBtn {
			padding-bottom: 0;
	}
}

#user-nav-toggle:not(.user-menu__btn-null) {
	cursor: pointer;
}

.navbar-toggler {
	border-radius: 0;
}

.light .navbar-toggler {
	color: #333;
}

.dark .navbar-toggler {
	color: #dedede;
}

.navbar-toggler__btn {
	display: inline-block;
}

@media only screen and (min-width: 48em) {
	.navbar-toggler__btn {
			display: none;
	}
}

.navbar-toggler fa-icon {
	font-size: 1.2rem;
}

.nav-trigger-desktop {
	display: none;
	width: 100%;
}

@media only screen and (min-width: 48em) {
	.nav-trigger-desktop {
			display: block;
	}
}

.light .nav-trigger-desktop {
	background-color: #fff;
}

.dark .nav-trigger-desktop {
	background-color: #222;
}

.nav-trigger-desktop__btn {
	margin-left: auto;
	width: 3.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: inherit;
	border: none;
}

.nav-trigger-desktop__btn--close {
	font-weight: 400;
	font-size: 1rem;
	margin-right: 0;
}

.light .nav-trigger-desktop__btn--close {
	color: #333;
}

.dark .nav-trigger-desktop__btn--close {
	color: #dedede;
}

.nav-trigger-desktop .navbar-toggler:focus-visible {
	outline-offset: -4px;
}

.light .nav-trigger-desktop .navbar-toggler:focus-visible {
	outline: 1px solid #111111;
}

.dark .nav-trigger-desktop .navbar-toggler:focus-visible {
	outline: 1px solid #ffffff;
}

.navigation .btns-msg-einv {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 58px;
	align-items: center;
}

@media only screen and (min-width: 48em) {
	.navigation .btns-msg-einv {
			display: none;
	}
}

.navigation .btns-msg-einv button {
	padding: .5625rem 1rem;
	margin-left: .3125rem;
}

.navigation app-buttons+app-buttons {
	margin-left: 2rem;
}

.navigation__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.light .navigation a {
	color: #333;
}

.dark .navigation a {
	color: #dedede;
}

.navigation__list--second-level {
	overflow: hidden;
}

.navigation__link {
	font-weight: 400;
	color: #fff;
	text-align: left;
	position: relative;
	display: block;
	padding: .875rem 3rem .875rem 1.25rem;
	width: 100%;
	text-decoration: none;
}

.navigation__link .ng-fa-icon {
	font-size: .8rem;
	position: absolute;
	font-weight: 100;
	top: 50%;
	right: 1rem;
	transform: translatey(-50%);
	transition: all .2s ease-in;
}

.navigation__link:focus-visible {
	outline-offset: -7px;
}

.light .navigation__link:focus-visible {
	outline: 1px solid #111111;
}

.dark .navigation__link:focus-visible {
	outline: 1px solid #ffffff;
}

.light .navigation__link .ng-fa-icon {
	color: #333;
}

.dark .navigation__link .ng-fa-icon {
	color: #dedede;
}

.navigation__link:hover {
	text-decoration: none;
}

.light .navigation__link:not(.active):hover {
	color: #333;
	background-color: #eee;
}

.dark .navigation__link:not(.active):hover {
	color: #dedede;
	background-color: #494949;
}

.navigation__link--first-level {
	display: flex;
	align-items: center;
	position: relative;
}

.navigation__link--first-level app-svg-icon {
	flex-shrink: 0;
	margin-right: .7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1rem;
}

@media only screen and (min-width: 48em) {
	.navigation__link--first-level app-svg-icon {
			margin-right: .5rem;
	}
}

.navigation__link--first-level .btn.btn-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.navigation__item--first-level.active>a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background-color: #60cd18;
}

.navigation__item--first-level.active .navigation__text--first-level:not(fa-icon),.navigation__link--second-level.active {
	font-weight: 500;
}

.navigation__link--first-level.show .ng-fa-icon {
	transform: rotate(180deg) translatey(50%);
}

.navigation__link--second-level {
	padding-left: 3.2rem;
	padding-right: .75rem;
}

.navigation__link--second-level.active {
	background-color: #60cd18;
	color: #333!important;
}

.navigation__text--first-level,.navigation__list--second-level {
	transition: all .2s ease;
}

.ib-container__sidebar.open {
	left: 0;
	width: 100%;
	overflow: auto;
}

@media only screen and (min-width: 48em) {
	.ib-container__sidebar.open {
			max-width: 255px;
	}
}

.ib-container__sidebar.open .navigation__text--first-level,.ib-container__sidebar.open .navigation__list--second-level {
	opacity: 1;
	visibility: visible;
	width: auto;
	height: auto;
}

.ib-container__sidebar.open .navigation__list--second-level {
	display: block;
}

.ib-container__sidebar.open .sidebar-close {
	display: flex;
}

.ib-container__sidebar.open .sidebar-open {
	display: none;
}

.ib-container__sidebar.open app-sidebar>div {
	padding-bottom: 2rem;
}

@media only screen and (min-width: 48em) {
	.ib-container__sidebar.open app-sidebar>div {
			padding-bottom: 0;
	}
}

.ib-container__sidebar.open .navigation__link--first-level {
	justify-content: unset;
	padding: .875rem 3rem .875rem 1.25rem;
}

.ib-container__sidebar.open .navigation__link--first-level app-svg-icon {
	margin-right: .7rem;
}

@media only screen and (min-width: 48em) {
	.ib-container__sidebar.open .navigation__link--first-level app-svg-icon {
			margin-right: .5rem;
	}
}

.ib-container__sidebar.open .ng-autocomplete {
	margin-bottom: 1rem;
}

.ib-container__sidebar.minimize {
	left: -100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

@media only screen and (min-width: 48em) {
	.ib-container__sidebar.minimize {
			flex-basis: 56px;
			max-width: 56px;
	}
}

.ib-container__sidebar.minimize .navigation__text--first-level,.ib-container__sidebar.minimize .navigation__list--second-level {
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.ib-container__sidebar.minimize .navigation__list--second-level,.ib-container__sidebar.minimize .sidebar-close {
	display: none;
}

.ib-container__sidebar.minimize .sidebar-open {
	display: flex;
}

.ib-container__sidebar.minimize .navigation__link--first-level,.ib-container__sidebar.minimize .ng-autocomplete button {
	justify-content: center;
	padding: 0;
	height: 48px;
}

.ib-container__sidebar.minimize .navigation__link--first-level app-svg-icon,.ib-container__sidebar.minimize .ng-autocomplete button app-svg-icon {
	margin-right: 0;
	width: 100%;
	max-width: 55px;
	height: 100%;
}

.ib-container__sidebar.minimize .navigation__link--first-level app-svg-icon svg,.ib-container__sidebar.minimize .ng-autocomplete button app-svg-icon svg {
	height: 35%;
	width: auto;
}

.ib-container__sidebar.minimize::-webkit-scrollbar {
	display: none;
}

.ib-container__sidebar.minimize .ng-autocomplete {
	margin-bottom: 0;
}

.ib-container__sidebar.restricted {
	display: none;
}

.group-title {
	border-bottom: 2px solid #60cd18;
	color: #fff;
	font-size: .75rem;
	line-height: 1.5rem;
}

.btn-back-link {
	color: #fff;
	font-size: .75rem;
	line-height: 1.5rem;
}

.ng-sidebar--opened .sidebar-open,.ng-sidebar--docked .sidebar-accordion {
	display: none;
}

.ng-sidebar-content {
	width: 90vw;
}

.ng-sidebar--docked .sidebar-close,.ng-sidebar--closed .sidebar-close {
	display: none;
}

.ng-sidebar--docked .sidebar-open,.ng-sidebar--closed .sidebar-open {
	display: flex;
	margin-right: 0;
}

@media (max-width: 768px) {
	.navbar-login .navbar-collapse a,.navbar-login .navbar-collapse span {
			display: block;
			text-align: left;
			width: 100%;
	}

	.dropdown {
			min-width: 100%;
	}

	.dropdown .dropdown-menu {
			min-width: 100%;
			border: none;
	}

	.navbar .dropdown {
			min-width: auto;
	}

	.sidebar {
			width: 100%;
	}
}

.light .nav-tabs {
	border-bottom: 1px solid #cecece;
}

.dark .nav-tabs {
	border-bottom: 1px solid #757575;
}

.nav-tabs .nav-link {
	padding: .875rem 1.625rem;
}

.light .nav-tabs .nav-link.active {
	background-color: #fff;
	color: #333;
	border-color: #cecece #cecece #ffffff;
}

.dark .nav-tabs .nav-link.active {
	background-color: #121212;
	color: #dedede;
	border-color: #757575 #757575 #121212;
}

.navbar-login__close-button {
	position: relative;
	top: 10px;
}

.light label {
	color: #333;
}

.dark label {
	color: #dedede;
}

.light input.show-error,.light input.show-general-error {
	border-bottom: 2px solid #9f000a;
}

.dark input.show-error,.dark input.show-general-error {
	border-bottom: 2px solid #ff594f;
}

.custom-checkbox__container--group.show-error {
	border-radius: 3px;
	outline-offset: 1px;
}

.light .custom-checkbox__container--group.show-error {
	outline: 1px solid #9f000a;
}

.dark .custom-checkbox__container--group.show-error {
	outline: 1px solid #ff594f;
}

.light .show-general-error__border-bottom {
	border-bottom: 2px solid #9f000a;
}

.dark .show-general-error__border-bottom {
	border-bottom: 2px solid #ff594f;
}

.light .show-general-error__border {
	border: 2px solid #9f000a;
}

.dark .show-general-error__border {
	border: 2px solid #ff594f;
}

.validation-error {
	display: inline-block;
	padding-top: .3rem;
}

.light .validation-error {
	color: #9f000a;
}

.dark .validation-error {
	color: #ff594f;
}

.light .custom-checkbox .custom-control-label {
	color: #333;
}

.dark .custom-checkbox .custom-control-label {
	color: #dedede;
}

.custom-checkbox .custom-control-label:before {
	border-radius: 2px;
}

.light .custom-checkbox .custom-control-label:before {
	background-image: #ffffff;
	border-color: #cecece;
}

.dark .custom-checkbox .custom-control-label:before {
	background-image: linear-gradient(180deg,#535353,#6c6c6c);
	border-color: #494949;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	top: .253rem;
}

.light .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23E9E9E9' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3E%3C/svg%3E");
}

.dark .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml,%3Csvg  fill='%23DEDEDE' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	background-image: none;
}

.light .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	background-color: #333;
	color: #e9e9e9;
}

.dark .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	background-color: #2c9cd9;
	color: #dedede;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-image: none;
}

.light .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	color: #e9e9e9;
}

.dark .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: #3d3d3d;
	color: #494949;
}

.light .custom-checkbox .custom-control-input[disabled]~.custom-control-label,.light .custom-checkbox .custom-control-input:disabled~.custom-control-label {
	color: #757575;
}

.dark .custom-checkbox .custom-control-input[disabled]~.custom-control-label,.dark .custom-checkbox .custom-control-input:disabled~.custom-control-label {
	color: #adadad;
}

.light .custom-checkbox .custom-control-input[disabled]:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml,%3Csvg  fill='%23E9E9E9' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3E%3C/svg%3E");
}

.dark .custom-checkbox .custom-control-input[disabled]:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23494949' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3E%3C/svg%3E");
}

.light .form-control {
	background-color: #fff;
	color: #333;
	border-color: #cecece;
}

.dark .form-control {
	background-color: #2c2c2c;
	color: #dedede;
	border-color: #494949;
}

.form__label {
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 500;
}

.checkbox-group fieldset label:not(.form-check-label):not(.custom-checkbox):not(.custom-radio):not(.custom-control-label),fieldset legend.col-form-legend {
	font-weight: 400;
}

.icon-required {
	font-size: .5rem;
	position: absolute;
	right: -10px;
	top: -4px;
}

legend {
	width: auto;
}

.checkbox-group fieldset .custom-control {
	margin-left: 1.12rem;
}

app-footer {
	margin-top: auto;
}

.footer {
	overflow: hidden;
	position: relative;
	margin-top: 5vh;
}

.footer__upper-bar {
	padding-left: 0;
	height: 56px;
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 48em) {
	.footer__upper-bar {
			padding-left: 1rem;
	}
}

.light .footer__upper-bar {
}

.dark .footer__upper-bar {
	background-color: #272727;
}

.footer__bottom-bar {
	height: 168px;
	font-size: 1rem;
	line-height: 1.5rem;
	border-top: 1px solid #eeeeee;
	background-color: #fff;
}

.light .footer__bottom-bar {
	border-top: 1px solid #eeeeee;
	background-color: #fff;
}

.dark .footer__bottom-bar {
	border-top: 1px solid #333333;
	background-color: #222;
}

@media only screen and (min-width: 48em) {
	.footer__bottom-bar {
			height: 104px;
	}
}

.footer__container {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-left: 1rem;
}

@media only screen and (min-width: 48em) {
	.footer__container {
			flex-direction: row;
			align-items: center;
	}
}

@media only screen and (min-width: 62em) {
	.footer__container {
			justify-content: left;
			align-items: center;
	}
}

.footer__copyright {
	margin-right: 1rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 48em) {
	.footer__copyright {
			margin-top: auto;
			margin-bottom: auto;
			margin-left: 1rem;
	}
}

.footer__links {
	padding-right: 45px;
	display: flex;
	flex-wrap: wrap;
}

.footer__links a {
	cursor: pointer;
	text-decoration: none;
	font-weight: 500!important;
}

.footer__links a:hover {
	text-decoration: underline;
}

.footer__link {
	white-space: nowrap;
}

.footer__link:not(:last-child) {
	margin-right: 2rem;
	position: relative;
}

.footer__link:not(:last-child):after {
	content: "|";
	position: absolute;
	top: -2px;
	left: calc(100% + 14px);
}

.footer i.external-link:after {
	top: 3px;
}

.footer fa-icon {
	display: inline-flex;
	align-self: flex-end;
	font-size: 11px;
	margin-right: 5px;
}

.footer .lang-select {
	text-align: right;
}

.light .footer fa-icon {
	color: #0062bc;
}

.dark .footer fa-icon {
	color: #2c9cd9;
}

.light .footer .footer__link:visited,.light .footer .footer__link:visited fa-icon {
	color: #673ab6;
}

.dark .footer .footer__link:visited,.dark .footer .footer__link:visited fa-icon {
	color: #ad91dc;
}

.r-tooltip-margin {
	margin-left: -20px;
}

.t-tooltip-margin {
	margin-bottom: -10px;
	margin-left: -10px;
}

.frame-height {
	min-height: 775px;
}

.btn:not(:disabled):not(.disabled):active:focus,.btn:not(:disabled):not(.disabled).active:focus {
	box-shadow: none;
}

.content-wrap .btn-primary:focus-visible,.content-wrap .btn-outline-primary:focus-visible {
	outline: none;
}

.btn:focus,button:focus,span:focus-visible {
	outline: none;
	box-shadow: none;
}

.btn:not(.btn-outline-primary,.btn-primary):focus-visible {
	outline-offset: 1px;
}

.light .btn:not(.btn-outline-primary,.btn-primary):focus-visible {
	outline: 1px solid #111111;
}

.dark .btn:not(.btn-outline-primary,.btn-primary):focus-visible {
	outline: 1px solid #ffffff;
}

.btn-primary {
	background-color: #007ac7;
	border-color: #007ac7;
}

.btn-primary:hover,.btn-primary:active {
	background-color: #0092e1;
	border-color: #0092e1;
}

.btn-primary:focus,.btn-primary:focus-visible {
	background-color: #007ac7;
	border-color: #007ac7;
	box-shadow: 0 0 4px 1px #41b0ee;
}

.light .btn-primary:disabled {
	background-color: #e9e9e9;
	color: #757575;
}

.dark .btn-primary:disabled {
	background-color: #333;
	color: #adadad;
}

.pagetools {
	position: absolute;
	top: 42px;
}

.pagetools li {
	list-style: none;
}

.pagetools a {
	display: flex;
	align-items: center;
	color: #007ac7;
	font-weight: 600;
}

.pagetools a .print-icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-right: 4px;
	color: #fff;
	background: #007ac7;
	border-radius: 50%;
	position: relative;
}

.pagetools a .print-icon fa-icon {
	font-size: .8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.sidebar-open .pagetools {
	left: auto;
	right: 20px;
}

@media only screen and (min-width: 1518px) {
	.sidebar-open .pagetools {
			left: calc(50% + 488px);
			right: auto;
	}
}

.sidebar-minimize .pagetools {
	left: auto;
	right: 20px;
}

@media only screen and (min-width: 1320px) {
	.sidebar-minimize .pagetools {
			left: calc(50% + 488px);
			right: auto;
	}
}

UL.pagetools LI A:hover {
	text-decoration: underline;
	color: #007ac7;
}

.light .btn-outline-primary {
	border-color: #0062bc;
	color: #0062bc;
}

.dark .btn-outline-primary {
	border-color: #2c9cd9;
	color: #2c9cd9;
}

@media only screen and (max-width: 36em) {
	.btn-outline-primary {
			margin-top: .5em;
	}
}

.btn-outline-primary:focus,.btn-outline-primary:focus-visible {
	box-shadow: 0 0 4px 1px #41b0ee;
}

.light .btn-outline-primary:focus,.light .btn-outline-primary:focus-visible {
	border-color: #0062bc;
	color: #0062bc;
	background-color: #fff;
}

.dark .btn-outline-primary:focus,.dark .btn-outline-primary:focus-visible {
	border-color: #2c9cd9;
	color: #2c9cd9;
	background-color: #121212;
}

.light .btn-outline-primary:hover {
	background-color: #0092e1;
	border-color: #0092e1;
	color: #fff;
}

.dark .btn-outline-primary:hover {
	background-color: #00adff;
	border-color: #00adff;
	color: #fff;
}

.light .btn-outline-primary:disabled {
	border-color: #e9e9e9;
	color: #757575;
}

.dark .btn-outline-primary:disabled {
	border-color: #333;
	color: #adadad;
}

.light .btn-outline-primary.ghost {
	border-color: #333;
	color: #333;
}

.dark .btn-outline-primary.ghost {
	border-color: #fff;
	color: #fff;
}

.light .btn-outline-primary.ghost:focus,.light .btn-outline-primary.ghost:focus-visible {
	border-color: #1a1a1a;
	color: #fff;
	background-color: #1a1a1a;
	box-shadow: 0 0 4px 1px #000;
}

.dark .btn-outline-primary.ghost:focus,.dark .btn-outline-primary.ghost:focus-visible {
	border-color: #fff;
	color: #333;
	background-color: #fff;
	box-shadow: 0 0 4px 1px #41b0ee;
}

.light .btn-outline-primary.ghost:hover {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.dark .btn-outline-primary.ghost:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
}

.btn-outline-primary.ghost:disabled {
	background-color: transparent;
}

.light .btn-outline-primary.ghost:disabled {
	border-color: #757575;
	color: #757575;
}

.dark .btn-outline-primary.ghost:disabled {
	border-color: #adadad;
	color: #adadad;
}

.btn-msg-e-invoice__icon {
	position: relative;
	display: inline-block;
	margin-right: .7rem;
}

.btn-msg-e-invoice__counter {
	position: absolute;
	top: -6%;
	left: 50%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: .5rem;
	line-height: .5rem;
	padding: 3px;
	color: #fff;
}

.light .btn-msg-e-invoice__counter {
	background-color: #d81a1a;
}

.dark .btn-msg-e-invoice__counter {
	background-color: #c82a29;
}

.btns-left__btns {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 2rem;
}

.btns-left__btns button+button {
	margin-top: .5rem;
}

.btns-left__btns button {
	width: 100%;
	min-width: 100px;
}

@media only screen and (min-width: 36em) {
	.btns-left__btns {
			flex-direction: row;
	}

	.btns-left__btns button {
			width: auto;
	}

	.btns-left__btns button+button {
			margin-left: .7rem;
			margin-top: 0;
	}
}

.btns {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
}

.btns button+button {
	margin-top: .5rem;
}

.btns button {
	width: 100%;
	min-width: 100px;
}

@media only screen and (min-width: 36em) {
	.btns {
			flex-direction: row;
	}

	.btns button {
			width: auto;
	}

	.btns button+button {
			margin-left: 1rem;
			margin-top: 0;
	}
}

.btns--right {
	justify-content: flex-end;
}

.btns--left {
	justify-content: flex-start;
}

@media only screen and (max-width: 36em) {
	.btns--direction {
			flex-direction: column;
	}
}

@media (min-width: 768px) and (max-width: 950px) {
	#einvoicesText--sidebar,#einvoicesText--header {
			display: none;
	}

	#eInvoicesSpan--sidebar,#einvoicesText--header {
			margin-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 865px) {
	#messagesText--sidebar,#messagesText--header {
			display: none;
	}

	#messagesSpan--sidebar,#messagesText--header {
			margin-right: 0;
	}
}

.alert {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.5rem;
}

.alert a:link {
	text-decoration: underline;
	line-height: 1.5rem;
}

.light .alert-info {
	background-color: #e9e9e9;
	color: #333;
}

.dark .alert-info {
	background-color: #333;
	color: #dedede;
}

.light .alert-info a {
	color: #333;
}

.dark .alert-info a {
	color: #dedede;
}

.light .alert-info a:hover {
	color: #333;
}

.dark .alert-info a:hover {
	color: #dedede;
}

.light .alert.alert-icon.alert-info:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='%23333333' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.28 0.279999H1.72C0.924699 0.279999 0.279999 0.924699 0.279999 1.72V12.28C0.279999 13.0753 0.924699 13.72 1.72 13.72H12.28C13.0753 13.72 13.72 13.0753 13.72 12.28V1.72C13.72 0.924699 13.0753 0.279999 12.28 0.279999ZM7 2.86C7.69588 2.86 8.26 3.42412 8.26 4.12C8.26 4.81588 7.69588 5.38 7 5.38C6.30412 5.38 5.74 4.81588 5.74 4.12C5.74 3.42412 6.30412 2.86 7 2.86ZM8.68 10.48C8.68 10.6788 8.51881 10.84 8.32 10.84H5.68C5.48119 10.84 5.32 10.6788 5.32 10.48V9.76C5.32 9.56119 5.48119 9.4 5.68 9.4H6.04V7.48H5.68C5.48119 7.48 5.32 7.31881 5.32 7.12V6.4C5.32 6.20119 5.48119 6.04 5.68 6.04H7.6C7.79881 6.04 7.96 6.20119 7.96 6.4V9.4H8.32C8.51881 9.4 8.68 9.56119 8.68 9.76V10.48Z' fill='%23333333'/%3E%3C/svg%3E");
	position: absolute;
}

.dark .alert.alert-icon.alert-info:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='%23dedede' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.28 0.279999H1.72C0.924699 0.279999 0.279999 0.924699 0.279999 1.72V12.28C0.279999 13.0753 0.924699 13.72 1.72 13.72H12.28C13.0753 13.72 13.72 13.0753 13.72 12.28V1.72C13.72 0.924699 13.0753 0.279999 12.28 0.279999ZM7 2.86C7.69588 2.86 8.26 3.42412 8.26 4.12C8.26 4.81588 7.69588 5.38 7 5.38C6.30412 5.38 5.74 4.81588 5.74 4.12C5.74 3.42412 6.30412 2.86 7 2.86ZM8.68 10.48C8.68 10.6788 8.51881 10.84 8.32 10.84H5.68C5.48119 10.84 5.32 10.6788 5.32 10.48V9.76C5.32 9.56119 5.48119 9.4 5.68 9.4H6.04V7.48H5.68C5.48119 7.48 5.32 7.31881 5.32 7.12V6.4C5.32 6.20119 5.48119 6.04 5.68 6.04H7.6C7.79881 6.04 7.96 6.20119 7.96 6.4V9.4H8.32C8.51881 9.4 8.68 9.56119 8.68 9.76V10.48Z' fill='%23dedede'/%3E%3C/svg%3E");
	position: absolute;
}

.light .alert-danger {
	background-color: #d81a1a;
	color: #fff;
}

.dark .alert-danger {
	background-color: #c82a29;
	color: #fff;
}

.light .alert-danger a,.dark .alert-danger a,.light .alert-danger a:hover,.dark .alert-danger a:hover {
	color: #fff;
}

.alert.alert-icon.alert-danger:before {
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5H6.44C5.6447 5 5 5.6447 5 6.44V17C5 17.7953 5.6447 18.44 6.44 18.44H17C17.7953 18.44 18.44 17.7953 18.44 17V6.44C18.44 5.6447 17.7953 5 17 5ZM10.7693 7.88H12.6707C12.8772 7.88 13.0414 8.0534 13.0302 8.25962L12.8076 12.3396C12.7972 12.5305 12.6394 12.68 12.4482 12.68H10.9918C10.8006 12.68 10.6428 12.5305 10.6323 12.3396L10.4098 8.25962C10.3986 8.0534 10.5627 7.88 10.7693 7.88ZM11.72 15.98C10.9578 15.98 10.34 15.3621 10.34 14.6C10.34 13.8378 10.9578 13.22 11.72 13.22C12.4821 13.22 13.1 13.8378 13.1 14.6C13.1 15.3621 12.4821 15.98 11.72 15.98Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.light .alert-warning {
	background-color: #ffc500;
}

.dark .alert-warning {
	background-color: #ffe182;
}

.light .alert-warning a,.dark .alert-warning a,.light .alert-warning a:hover,.dark .alert-warning a:hover {
	color: #333;
}

.alert.alert-icon.alert-warning:before {
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 5H6.44C5.6447 5 5 5.6447 5 6.44V17C5 17.7953 5.6447 18.44 6.44 18.44H17C17.7953 18.44 18.44 17.7953 18.44 17V6.44C18.44 5.6447 17.7953 5 17 5ZM10.7693 7.88H12.6707C12.8772 7.88 13.0414 8.0534 13.0302 8.25962L12.8076 12.3396C12.7972 12.5305 12.6394 12.68 12.4482 12.68H10.9918C10.8006 12.68 10.6428 12.5305 10.6323 12.3396L10.4098 8.25962C10.3986 8.0534 10.5627 7.88 10.7693 7.88ZM11.72 15.98C10.9578 15.98 10.34 15.3621 10.34 14.6C10.34 13.8378 10.9578 13.22 11.72 13.22C12.4821 13.22 13.1 13.8378 13.1 14.6C13.1 15.3621 12.4821 15.98 11.72 15.98Z' fill='%23000000'/%3E%3C/svg%3E");
}

.alert {
	color: #333;
	padding: .625rem 1rem .625rem 3rem;
}

.alert .two-rows-alert__first-row {
	display: inline-block;
	width: 100%;
}

.alert .two-rows-alert__first-row>span:not(span:last-child) {
	display: inline-block;
	margin-right: 5px;
}

.alert .btn-link {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

.alert .btn-link:hover {
	text-decoration: none;
}

.alert .icon-xmark-close {
	position: relative;
	height: 40px;
	width: 40px;
	display: inline-block;
}

.alert .icon-xmark-close:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.48751 5.00008L9.85376 1.63383C10.0484 1.43914 10.0484 1.1232 9.85376 0.928203L9.07157 0.146016C8.87688 -0.0486719 8.56095 -0.0486719 8.36595 0.146016L5.00001 3.51258L1.63376 0.146328C1.43907 -0.0483593 1.12313 -0.0483593 0.928135 0.146328L0.14626 0.928203C-0.0484277 1.12289 -0.0484277 1.43883 0.14626 1.63383L3.51251 5.00008L0.14626 8.36633C-0.0484277 8.56102 -0.0484277 8.87695 0.14626 9.07195L0.928447 9.85414C1.12313 10.0488 1.43907 10.0488 1.63407 9.85414L5.00001 6.48758L8.36626 9.85383C8.56095 10.0485 8.87688 10.0485 9.07188 9.85383L9.85407 9.07164C10.0488 8.87695 10.0488 8.56102 9.85407 8.36602L6.48751 5.00008Z' fill='%23333333'/%3E%3C/svg%3E");
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 1rem;
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}

.alert a {
	font-weight: 500;
}

.alert p {
	margin-bottom: .5rem;
}

.two-rows-alert>.two-rows-alert__first-row {
	width: 100%;
	line-height: 24px;
	display: inline-block;
	margin-bottom: .5rem;
}

.two-rows-alert>.two-rows-alert__first-row>span:not(span:last-child) {
	display: inline-block;
	margin-right: 5px;
}

.two-rows-alert__link-container {
	display: inline-block;
	width: 91%;
}

.two-rows-alert__second-row {
	margin: 0 -1rem -.75rem -3rem;
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 3rem;
	border-top: none!important;
	position: relative;
}

.light .two-rows-alert__second-row {
	background-color: #fff;
	color: #333;
}

.dark .two-rows-alert__second-row {
	background-color: #121212;
	color: #dedede;
}

.two-rows-alert__second-row:before {
	content: "";
	position: absolute;
	left: 2rem;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	transform: translate(-50%);
}

.light .two-rows-alert__second-row:before {
	background-color: #333;
}

.dark .two-rows-alert__second-row:before {
	background-color: #dedede;
}

.two-rows-alert a {
	font-weight: 500;
}

.light .alert-danger.two-rows-alert .two-rows-alert__second-row {
	border: 2px solid #d81a1a;
}

.dark .alert-danger.two-rows-alert .two-rows-alert__second-row {
	border: 2px solid #c82a29;
}

.light .alert-warning.two-rows-alert .two-rows-alert__second-row {
	border: 2px solid #ffc500;
}

.dark .alert-warning.two-rows-alert .two-rows-alert__second-row {
	border: 2px solid #ffe182;
}

.light .alert-info.two-rows-alert .two-rows-alert__second-row {
	border: 2px solid #e9e9e9;
}

.dark .alert-info.two-rows-alert .two-rows-alert__second-row {
	border: 2px solid #333333;
}

.language-selection .divider:last-child {
	display: none;
}

.login__container {
	max-width: 53.25em;
}

.toast {
	width: 100%;
}

.login__select-device {
	display: inline-block;
	width: 100%;
	border: 1px solid #cecece;
	text-align: left;
	font-weight: 400;
}

.login__option {
	padding: .5rem;
	box-shadow: 0 2px 4px #0006;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
}

.login__icon_block {
	display: block;
	margin: auto 0 auto auto;
	height: 2.5em;
	width: 2.5em;
}

.icon-lock-display {
	font-size: 28px;
	text-align: center;
	display: block;
}

.light .icon-lock-display {
	color: #333;
}

.dark .icon-lock-display {
	color: #dedede;
}

.login-form .display-sm {
	display: block;
}

.login-form .display-md {
	display: none;
}

@media only screen and (min-width: 48em) {
	.login-form .display-sm {
			display: none;
	}

	.login-form .display-md {
			display: block;
	}
}

.login-form hr {
	margin-top: 1.8rem;
}

.login-form .dropdown-toggle.btn {
	position: relative;
}

.login-form .dropdown-toggle.btn:after {
	content: none;
}

.login-form .dropdown-toggle.btn .ng-fa-icon {
	position: absolute;
	right: 12px;
	font-size: 1.5rem;
	transition: all .2s ease-in;
}

.light .login-form .dropdown-toggle.btn .ng-fa-icon {
	background-color: #fff;
	color: #333;
}

.dark .login-form .dropdown-toggle.btn .ng-fa-icon {
	background-color: #2c2c2c;
	color: #dedede;
}

.login-form .dropdown-toggle.btn[aria-expanded=true] .ng-fa-icon {
	transform: rotate(180deg);
}

.light .login-form .dropdown-toggle.btn,.light .login-form .nav-list-item {
	background-color: #fff;
	color: #333;
	border-color: #cecece;
}

.dark .login-form .dropdown-toggle.btn,.dark .login-form .nav-list-item {
	background-color: #2c2c2c;
	color: #dedede;
	border-color: #494949;
}

.login-form .nav-list-item:hover {
	background: #f8f8f8;
}

.login-form .dropdown-item.nav-list-item:focus,.login-form .dropdown-item.nav-list-item:focus-visible {
	outline-offset: -4px;
}

.light .login-form .dropdown-item.nav-list-item:focus,.light .login-form .dropdown-item.nav-list-item:focus-visible {
	background-color: #fff;
	color: #333;
	outline: 1px solid #111111;
}

.dark .login-form .dropdown-item.nav-list-item:focus,.dark .login-form .dropdown-item.nav-list-item:focus-visible {
	background-color: #2c2c2c;
	color: #dedede;
	outline: 1px solid #ffffff;
}

.login-form input:focus {
	outline: none;
}

#digipass {
	max-width: 100%;
}

@media only screen and (min-width: 48em) {
	#digipass {
			max-width: 200px;
	}
}

.content-cookie {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	align-items: center;
	text-align: left;
	overflow: auto;
	background-color: #00000080;
	z-index: 50;
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

.content-cookie .cookie-disclaimer {
	max-width: 750px;
	margin: auto .7rem;
	flex: 1 1 auto;
}

@media only screen and (min-width: 48em) {
	.content-cookie .cookie-disclaimer {
			margin: auto;
	}
}

.light .content-cookie .cookie-disclaimer {
	background-color: #fff;
	color: #333;
}

.dark .content-cookie .cookie-disclaimer {
	background-color: #1a1a1a;
	color: #dedede;
}

.content-cookie__header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 48px;
}

.light .content-cookie__header {
	border-bottom: 1px solid #eeeeee;
}

.dark .content-cookie__header {
	border-bottom: 1px solid #333333;
}

.content-cookie__lang-selection {
	margin-right: 1rem;
}

@media only screen and (min-width: 36em) {
	.content-cookie__lang-selection {
			margin-right: 2rem;
	}
}

.content-cookie__lang-selection .btn {
	padding: .5625rem .5rem;
}

.content-cookie__container {
	margin: 2.5rem;
}

.content-cookie__container .custom-control+.custom-control {
	margin-top: 1.25rem;
}

.content-cookie__title {
	margin-bottom: 1rem;
}

.light .content-cookie .external-link {
	color: #0062bc;
}

.dark .content-cookie .external-link {
	color: #2c9cd9;
}

.content-cookie .custom-control {
	z-index: 0;
}

.content-cookie .custom-control.tooltip-shown {
	z-index: 100;
}

.content-cookie .ng-fa-icon {
	font-size: .7rem;
	margin-left: 5px;
	margin-right: 4px;
}

.content-cookie .hidden {
	display: none;
	visibility: hidden;
}

.content-cookie::-webkit-scrollbar {
	width: 0!important;
}

.cookies-disabled__header {
	height: 4em;
}

.cookies-disabled__content {
	width: 80vw;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 2.3rem;
}

@media only screen and (min-width: 62em) {
	.cookies-disabled__content {
			padding-top: 8rem;
	}
}

.cookies-disabled__column {
	padding-bottom: 2rem;
}

@media only screen and (min-width: 62em) {
	.cookies-disabled__column {
			padding-bottom: 0;
	}
}

.cookies-disabled__column a {
	white-space: nowrap;
	font-weight: 500;
}

.cookies-disabled .heading-2 {
	position: relative;
	margin-bottom: 2.2rem;
}

.cookies-disabled .heading-2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 95%;
	height: 2px;
	transform: translateY(1.1rem);
}

.light .cookies-disabled .heading-2:after {
	background-color: #eee;
}

.dark .cookies-disabled .heading-2:after {
	background-color: #333;
}

.cookies-disabled i.external-link:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 18' width='21' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8534 3.75H5.73482C5.12339 3.75 4.62775 4.25367 4.62775 4.875V13.125C4.62775 13.7463 5.12339 14.25 5.73482 14.25H13.8534C14.4648 14.25 14.9605 13.7463 14.9605 13.125V4.875C14.9605 4.25367 14.4648 3.75 13.8534 3.75ZM13.715 13.125H5.87321C5.83651 13.125 5.80131 13.1102 5.77536 13.0838C5.7494 13.0574 5.73482 13.0217 5.73482 12.9844V5.01562C5.73482 4.97833 5.7494 4.94256 5.77536 4.91619C5.80131 4.88982 5.83651 4.875 5.87321 4.875H13.715C13.7517 4.875 13.7869 4.88982 13.8129 4.91619C13.8388 4.94256 13.8534 4.97833 13.8534 5.01562V12.9844C13.8534 13.0217 13.8388 13.0574 13.8129 13.0838C13.7869 13.1102 13.7517 13.125 13.715 13.125ZM12.4695 6L9.33283 6.0034C9.17998 6.0034 9.05606 6.12933 9.05606 6.28465V6.93516C9.05606 7.0927 9.18342 7.21952 9.33843 7.21636L10.6762 7.16618L6.92297 10.9801C6.81489 11.0899 6.81489 11.268 6.92297 11.3779L7.45414 11.9176C7.56222 12.0274 7.73746 12.0274 7.84554 11.9176L11.5987 8.10366L11.5494 9.46305C11.5462 9.62058 11.671 9.74998 11.8261 9.74998H12.4662C12.6191 9.74998 12.743 9.62405 12.743 9.46873L12.7463 6.28125C12.7463 6.12593 12.6224 6 12.4695 6Z' fill='%230062bc'/%3E%3C/svg%3E%0A");
}

.seb-popupmessage {
	position: fixed;
	color: #333;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-align: left;
	overflow: auto;
	background-color: #00000080;
	padding-bottom: 20px;
	z-index: 1100;
	width: 100%;
	height: 100%;
	top: 0;
}

.seb-popupmessage .inner {
	max-width: 80vw;
	max-width: 750px;
	padding: 0 20px 20px;
	margin: auto .7rem;
	flex: 1 1 auto;
}

.light .seb-popupmessage .inner {
	color: #333;
	background-color: #fff;
}

.dark .seb-popupmessage .inner {
	color: #dedede;
	background-color: #1a1a1a;
}

@media only screen and (min-width: 48em) {
	.seb-popupmessage .inner {
			margin: auto;
	}
}

.seb-popupmessage .hidden {
	display: none;
	visibility: hidden;
}

.seb-popupmessage .btns {
	margin-top: 3.5rem;
}

.lang-selection__container {
	margin: 0;
	padding: 0;
	list-style: none;
}

.inline .lang-selection {
	display: inline-block;
}

.inline .lang-selection__container {
	display: flex;
}

.inline .lang-selection__link.btn-link.btn {
	font-weight: 500;
}

@media only screen and (min-width: 62em) {
	.inline .lang-selection__link.btn-link.btn {
			padding: .5625rem .5rem;
	}
}

.light .inline .lang-selection__link.btn-link.btn {
	color: #0062bc;
}

.dark .inline .lang-selection__link.btn-link.btn {
	color: #2c9cd9;
}

.inline .lang-selection__link.btn-link.btn:hover {
	text-decoration: underline;
}

.inline .lang-selection__divider {
	position: relative;
}

.inline .lang-selection__divider:after {
	content: "";
	width: 1px;
	height: 80%;
	position: absolute;
	top: 25%;
	left: 0;
}

.light .inline .lang-selection__divider:after {
	background-color: #333;
}

.dark .inline .lang-selection__divider:after {
	background-color: #dedede;
}

.block .lang-selection {
	display: block;
	width: 100%;
}

.block .lang-selection__container {
	flex-direction: column;
}

.block .lang-selection__label--mob {
	display: block;
	padding: .488rem 1rem;
	font-weight: 400;
	font-size: .75rem;
	line-height: 1.25rem;
	position: relative;
}

.block .lang-selection__label--mob:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 99%;
	left: .988rem;
	background-color: #4d4d4d;
}

.block .lang-selection__link.btn-link.btn {
	font-weight: 400;
	padding: .688rem 1rem;
}

.light .block .lang-selection__link.btn-link.btn {
	color: #333;
}

.dark .block .lang-selection__link.btn-link.btn {
	color: #dedede;
}

.block .lang-selection__link.btn-link.btn:hover {
	text-decoration: none;
}

.dropdown .lang-selection {
	position: relative;
}

.dropdown .lang-selection__btn {
	font-weight: 400;
}

.dropdown .lang-selection__btn:hover,.dropdown .lang-selection__link:hover {
	text-decoration: none;
}

.dropdown .lang-selection__icon {
	font-size: 1rem;
	margin-left: .43rem;
	display: inline-block;
	transition: transform .3s ease-in;
}

.dropdown .lang-selection__icon.open {
	transform: rotate(180deg);
}

.dropdown .lang-selection__container {
	position: absolute;
	width: 160px;
	height: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 1px 0 8px #00000040;
	transition: all .3s ease-in;
	z-index: 1;
}

.light .dropdown .lang-selection__container {
	background-color: #fff;
}

.dark .dropdown .lang-selection__container {
	background-color: #2c2c2c;
}

.dropdown .lang-selection__container.open {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.dropdown .lang-selection__link {
	font-weight: 400;
	width: 100%;
	text-align: left;
	padding: .6rem 1rem;
	display: inline-block;
}

.light .dropdown .lang-selection__link {
	color: #333;
}

.dark .dropdown .lang-selection__link {
	color: #dedede;
}

.light .dropdown .lang-selection__link:hover {
}

.dark .dropdown .lang-selection__link:hover {
	background-color: #121212;
}

.logout-popupbtn1 {
	margin: 0 10px 100px 40px;
}

.logout-popupbtn2 {
	margin: 0 10px 100px 0;
}

.theme-radio-switch {
	border: none;
	padding: 0;
	white-space: nowrap;
	margin-top: 23%;
}

.theme-radio-switch__label {
	cursor: pointer;
	display: inline-block;
	height: 2rem;
	font-size: 1rem;
	position: relative;
	z-index: 3;
}

.theme-radio-switch__icon.ng-fa-icon {
	font-size: 1.2rem;
}

.theme-radio-switch__input {
	opacity: 0;
	position: absolute;
}

.theme-radio-switch__label--1 {
	padding-right: 5em;
}

.theme-radio-switch__label--2 {
	margin-left: -4.25em;
	padding-left: 5em;
}

.light .theme-radio-switch:focus-within .focused:after {
	outline: 1px solid #111111;
	outline-offset: 2px;
}

.dark .theme-radio-switch:focus-within .focused:after {
	outline: 1px solid #ffffff;
	outline-offset: 2px;
}

.theme-radio-switch label:first-of-type:before,.theme-radio-switch label:first-of-type:after {
	content: "";
	height: 1.5rem;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
}

.theme-radio-switch label:first-of-type:before {
	background: #fff;
	border-radius: 100%;
	position: absolute;
	right: 1.435rem;
	top: 0;
	transform: translate(0) translateY(11%);
	transition: transform .2s ease-in-out;
	width: 1.25rem;
	height: 1.25rem;
	z-index: 2;
	box-shadow: 0 2px 8px #00000026;
}

.theme-radio-switch label:first-of-type:after {
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.98626 4.49609C8.36365 4.49609 9.48191 5.61436 9.48191 6.99175C9.48191 8.36914 8.36365 9.48741 6.98626 9.48741C5.60886 9.48741 4.4906 8.36914 4.4906 6.99175C4.4906 5.61436 5.60886 4.49609 6.98626 4.49609ZM6.98626 5.77725C7.65656 5.77725 8.20076 6.32145 8.20076 6.99175C8.20076 7.66205 7.65656 8.20625 6.98626 8.20625C6.31596 8.20625 5.77176 7.66205 5.77176 6.99175C5.77176 6.32145 6.31596 5.77725 6.98626 5.77725Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.61052 0.943762C7.61052 0.606809 7.33696 0.333252 7.00001 0.333252C6.66305 0.333252 6.3895 0.606809 6.3895 0.943762V2.65201C6.3895 2.98896 6.66305 3.26252 7.00001 3.26252C7.33696 3.26252 7.61052 2.98896 7.61052 2.65201V0.943762Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.61052 11.3478C7.61052 11.0109 7.33696 10.7373 7.00001 10.7373C6.66305 10.7373 6.3895 11.0109 6.3895 11.3478V13.0561C6.3895 13.393 6.66305 13.6666 7.00001 13.6666C7.33696 13.6666 7.61052 13.393 7.61052 13.0561V11.3478Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.943854 6.38933C0.606901 6.38933 0.333344 6.66289 0.333344 6.99984C0.333344 7.33679 0.606901 7.61035 0.943854 7.61035H2.6521C2.98905 7.61035 3.26261 7.33679 3.26261 6.99984C3.26261 6.66289 2.98905 6.38933 2.6521 6.38933H0.943854Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3479 6.38933C11.011 6.38933 10.7374 6.66289 10.7374 6.99984C10.7374 7.33679 11.011 7.61035 11.3479 7.61035H13.0562C13.3931 7.61035 13.6667 7.33679 13.6667 6.99984C13.6667 6.66289 13.3931 6.38933 13.0562 6.38933H11.3479Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.1454 2.28914C2.90694 2.05108 2.52007 2.05141 2.28201 2.28987C2.04395 2.52833 2.04427 2.9152 2.28274 3.15326L3.49166 4.36016C3.73012 4.59822 4.11699 4.59789 4.35505 4.35943C4.59311 4.12097 4.59279 3.7341 4.35432 3.49604L3.1454 2.28914Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5084 9.63973C10.2699 9.40167 9.88305 9.40199 9.64499 9.64045C9.40693 9.87891 9.40725 10.2658 9.64571 10.5038L10.8546 11.7107C11.0931 11.9488 11.48 11.9485 11.718 11.71C11.9561 11.4716 11.9558 11.0847 11.7173 10.8466L10.5084 9.63973Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.2892 10.8544C2.05114 11.0929 2.05147 11.4798 2.28993 11.7178C2.52839 11.9559 2.91526 11.9556 3.15332 11.7171L4.36022 10.5082C4.59828 10.2697 4.59795 9.88286 4.35949 9.6448C4.12103 9.40674 3.73416 9.40706 3.4961 9.64552L2.2892 10.8544Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.63982 3.49165C9.40176 3.73011 9.40208 4.11698 9.64054 4.35504C9.87901 4.59311 10.2659 4.59278 10.5039 4.35432L11.7108 3.1454C11.9489 2.90694 11.9486 2.52007 11.7101 2.28201C11.4716 2.04395 11.0848 2.04427 10.8467 2.28273L9.63982 3.49165Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #75ba4a;
	border-radius: 1em;
	margin: 0 1em;
	transition: background-color .2s ease-in-out;
	width: 2.75em;
}

.theme-radio-switch input:first-of-type:checked~label:first-of-type:after {
	background-color: #adadad;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83332 13.6666C8.88426 13.6666 10.7651 12.7342 12.0115 11.1985C12.7477 10.2914 11.9449 8.96614 10.8071 9.18284C8.66267 9.59125 6.68548 7.9519 6.68548 5.77679C6.68548 4.51575 7.36413 3.37336 8.44157 2.76023C9.45056 2.18601 9.19676 0.656377 8.05038 0.444632C7.64892 0.3706 7.24155 0.333319 6.83332 0.333252C3.15207 0.333252 0.166656 3.31698 0.166656 6.99992C0.166656 10.6812 3.1504 13.6666 6.83332 13.6666ZM6.83332 1.58325C7.17147 1.58325 7.5023 1.61453 7.82332 1.67382C6.39728 2.48536 5.43548 4.01867 5.43548 5.77679C5.43548 8.74158 8.13446 10.9643 11.041 10.4108C10.0479 11.6344 8.53204 12.4166 6.83332 12.4166C3.84178 12.4166 1.41666 9.99146 1.41666 6.99992C1.41666 4.00838 3.84178 1.58325 6.83332 1.58325Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 90% center;
}

.theme-radio-switch input:first-of-type:checked~label:first-of-type:before {
	transform: translate(-90%) translateY(11%);
}

.theme-radio-switch input:last-of-type:checked~label:last-of-type {
	z-index: 1;
}

.private-dashboard .alert,.private-dashboard .dialog-banner {
	box-shadow: 0 2px 6px #00000026;
}

.light .modal-theming .modal-content {
	color: #333;
	background-color: #fff;
}

.dark .modal-theming .modal-content {
	color: #dedede;
	background-color: #1a1a1a;
}

.modal-theming .modal__container {
	margin: 1.5rem 1.5rem 2.5rem;
}

@media only screen and (min-width: 36em) {
	.modal-theming .modal__container {
			margin: 2.5rem;
	}
}

.simple-modal.modal.fade .modal-dialog {
	transform: translateY(-50%);
}

.simple-modal .modal-dialog,.simple-modal .modal-content {
	width: 90vw;
	margin: auto;
	top: 50%;
}

@media only screen and (min-width: 36em) {
	.simple-modal .modal-dialog,.simple-modal .modal-content {
			width: auto;
			margin: auto;
	}
}

.simple-modal__header {
	height: 48px;
}

.light .simple-modal__header {
	border-bottom: 1px solid #eeeeee;
}

.dark .simple-modal__header {
	border-bottom: 1px solid #333333;
}

.general-feedback__container {
	margin: 2.5rem 1.5625rem 2.8125rem;
}

@media only screen and (min-width: 36em) {
	.general-feedback__container {
			margin: 3.5rem 2.5rem 2.5rem;
	}
}

.general-feedback__header {
	position: relative;
	margin-bottom: 1rem;
}

.general-feedback__btn-close {
	position: absolute;
	top: -2.5rem;
	right: -.9375rem;
}

@media only screen and (min-width: 36em) {
	.general-feedback__btn-close {
			top: -3.5rem;
			right: -2.5rem;
	}
}

.light .general-feedback__btn-close svg {
	fill: #333;
}

.dark .general-feedback__btn-close svg {
	fill: #dedede;
}

.general-feedback__page p:first-child {
	margin-bottom: 1rem;
}

.general-feedback__page .alert {
	margin-bottom: 2.5rem;
}

.general-feedback__page .alert a {
	padding-inline: .25em; }

.general-feedback__page .alert span {
	font-weight: 400;
}

.general-feedback__satisfaction {
	margin-bottom: 4.5rem;
}

.general-feedback__satisfaction-legend,.general-feedback label:not(.form-check-label) {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0em;
	font-weight: 500;
}

.general-feedback__checkbox-group {
	display: flex;
	justify-content: space-between;
}

.general-feedback__checkbox-group label {
	margin: 0;
	padding: 0;
	position: relative;
	height: 50px;
	width: 50px;
	margin-bottom: 0!important;
}

@media only screen and (min-width: 24.25em) {
	.general-feedback__checkbox-group label {
			height: 60px;
			width: 60px;
	}
}

@media only screen and (min-width: 28.125em) {
	.general-feedback__checkbox-group label {
			height: 72px;
			width: 72px;
	}
}

.general-feedback__checkbox-group .general-feedback__icon {
	border-radius: 4px;
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	cursor: pointer;
}

.light .general-feedback__checkbox-group .general-feedback__icon {
	border: 1px solid #cecece;
}

.dark .general-feedback__checkbox-group .general-feedback__icon {
	border: 1px solid #494949;
}

.light .general-feedback__checkbox-group .general-feedback__icon:hover,.light .general-feedback__checkbox-group input:first-of-type:checked~.general-feedback__icon:first-of-type {
	border: 1px solid #0092e1;
	background-color: #0092e1;
}

.dark .general-feedback__checkbox-group .general-feedback__icon:hover,.dark .general-feedback__checkbox-group input:first-of-type:checked~.general-feedback__icon:first-of-type {
	border: 1px solid #00adff;
	background-color: #00adff;
}

.light .general-feedback__checkbox-group .general-feedback__icon:hover svg,.light .general-feedback__checkbox-group input:first-of-type:checked~.general-feedback__icon:first-of-type svg {
	fill: #fff;
}

.dark .general-feedback__checkbox-group .general-feedback__icon:hover svg,.dark .general-feedback__checkbox-group input:first-of-type:checked~.general-feedback__icon:first-of-type svg {
	fill: #dedede;
}

.general-feedback__checkbox-group input:first-of-type:focus,.general-feedback__checkbox-group input:first-of-type:focus-visible {
	box-shadow: none;
	outline: none;
}

.general-feedback__checkbox-group input:first-of-type:focus~.general-feedback__icon:first-of-type,.general-feedback__checkbox-group input:first-of-type:focus-visible~.general-feedback__icon:first-of-type {
	box-shadow: 0 0 4px 1px #41b0ee;
}

.general-feedback__checkbox-group input {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
}

.general-feedback__sat-level-name {
	position: absolute;
	top: 110%;
	white-space: nowrap;
	width: auto;
	font-weight: 400;
}

label:first-child .general-feedback__sat-level-name {
	left: 0;
}

label:last-child .general-feedback__sat-level-name {
	right: 0;
}

.light .general-feedback__icon svg {
	fill: #333;
}

.dark .general-feedback__icon svg {
	fill: #dedede;
}

.general-feedback .btns-left__btns {
	margin-top: 1.5rem;
}

@media only screen and (min-width: 36em) {
	.general-feedback .btns-left__btns {
			margin-top: 2.5rem;
	}
}

.general-feedback p.white-text {
	font-size: 1.2rem;
}

@media only screen and (min-width: 36em) {
	.general-feedback p.white-text {
			font-size: 2rem;
	}
}

.general-feedback__coun {
	text-align: end;
	display: block;
	font-size: .8rem;
}

.general-feedback__coun-nr {
	font-weight: 500;
}

.general-feedback__additional-text {
	font-size: .875rem;
	line-height: 1.25rem;
	margin-bottom: .5rem;
}

.signing__header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

@media only screen and (min-width: 36em) {
	.signing__header {
			margin-bottom: 2rem;
	}
}

.signing__code {
	font-size: 1.5rem;
	font-weight: 700;
}

.signing__code-text {
	margin-right: .5rem;
}

.signing__code-number {
	display: block;
	margin-top: 1rem;
}

@media only screen and (min-width: 36em) {
	.signing__code-number {
			display: inline;
	}
}

.signing p:last-child {
	margin-bottom: 2.3125rem;
}

@media only screen and (min-width: 36em) {
	.signing p:last-child {
			margin-bottom: 1.5rem;
	}
}

.signing__body ul {
	padding: 0;
	margin: 0;
	list-style-type: "- ";
	margin-bottom: 1.5rem;
	margin-left: .5rem;
}

.digipass__row {
	display: flex;
	margin-bottom: .5rem;
}

.digipass__col-1 {
	width: 100%;
}

@media only screen and (min-width: 36em) {
	.digipass__col-1 {
			width: 75%;
	}
}

.digipass__col-2 {
	display: none;
}

@media only screen and (min-width: 36em) {
	.digipass__col-2 {
			display: inline-block;
			width: 25%;
	}
}

.digipass__code {
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

@media only screen and (min-width: 36em) {
	.digipass__code {
			flex-direction: row;
			align-items: flex-end;
	}
}

.digipass__code-text {
	margin-right: 0;
}

@media only screen and (min-width: 36em) {
	.digipass__code-text {
			margin-right: .6rem;
	}
}

.digipass__code-number {
	padding-top: .5rem;
	margin-bottom: 0;
}

@media only screen and (min-width: 36em) {
	.digipass__code-number {
			padding-top: 0;
			margin-bottom: -3px;
	}
}

.digipass .form-group label {
	margin-bottom: .5rem!important;
}

.digipass__input {
	max-width: 100%;
}

@media only screen and (min-width: 36em) {
	.digipass__input {
			max-width: 320px;
	}
}

.popup-disclaimer:not(.intro_tour__container),.singing-modal .modal-dialog {
	max-width: 640px;
}

.singing-modal .modal-dialog:has(.digipass) {
	max-width: none;
	width: 90vw;
}

@media only screen and (min-width: 48em) {
	.singing-modal .modal-dialog:has(.digipass) {
			max-width: 700px;
			width: auto;
	}
}

.modal-backdrop {
	z-index: 1040!important;
}

.dialog-banner {
	padding: 1.5rem;
	margin-bottom: .5rem;
	line-height: 1.5rem;
}

.dialog-banner .btn-link {
	height: 40px;
	width: 40px;
	position: absolute;
}

.dialog-banner__header {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.dialog-banner__header .btn-link {
	right: -24px;
	top: -24px;
}

.dialog-banner__header .btn-link .icon-xmark-close {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	transform: translate(-50%,-50%);
}

.dialog-banner__btn-close--in-body {
	position: absolute;
	right: -24px;
	top: -24px;
}

.dialog-banner__btn-close--in-body .btn-link {
	position: relative;
}

.dialog-banner__btn-close--in-body .btn-link .icon-xmark-close {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 1rem;
	width: 1rem;
}

.dialog-banner .icon-xmark-close:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.48751 5.00008L9.85376 1.63383C10.0484 1.43914 10.0484 1.1232 9.85376 0.928203L9.07157 0.146016C8.87688 -0.0486719 8.56095 -0.0486719 8.36595 0.146016L5.00001 3.51258L1.63376 0.146328C1.43907 -0.0483593 1.12313 -0.0483593 0.928135 0.146328L0.14626 0.928203C-0.0484277 1.12289 -0.0484277 1.43883 0.14626 1.63383L3.51251 5.00008L0.14626 8.36633C-0.0484277 8.56102 -0.0484277 8.87695 0.14626 9.07195L0.928447 9.85414C1.12313 10.0488 1.43907 10.0488 1.63407 9.85414L5.00001 6.48758L8.36626 9.85383C8.56095 10.0485 8.87688 10.0485 9.07188 9.85383L9.85407 9.07164C10.0488 8.87695 10.0488 8.56102 9.85407 8.36602L6.48751 5.00008Z' fill='%23333333'/%3E%3C/svg%3E");
	position: absolute;
	top: 72%;
	left: 72%;
	width: 1rem;
	height: 1rem;
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}

.dialog-banner__header:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
}

.light .dialog-banner__header:after {
	background-color: #e9e9e9;
}

.dark .dialog-banner__header:after {
	background-color: #dedede;
}

.dialog-banner__header+.dialog-banner__body {
	margin-top: 1rem;
}

.dialog-banner__btns {
	margin-top: 0;
}

.dialog-banner__disclaimer {
	margin-top: 1rem;
	font-weight: 400;
	font-size: .875rem;
}

.dialog-banner a:link {
	text-decoration: underline;
	line-height: 1.5rem;
}

.light .dialog-banner--info {
	background-color: #fff;
}

.dark .dialog-banner--info {
	background-color: #222;
}

.light .dialog-banner--info .icon-xmark-close:before {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.48751 5.00008L9.85376 1.63383C10.0484 1.43914 10.0484 1.1232 9.85376 0.928203L9.07157 0.146016C8.87688 -0.0486719 8.56095 -0.0486719 8.36595 0.146016L5.00001 3.51258L1.63376 0.146328C1.43907 -0.0483593 1.12313 -0.0483593 0.928135 0.146328L0.14626 0.928203C-0.0484277 1.12289 -0.0484277 1.43883 0.14626 1.63383L3.51251 5.00008L0.14626 8.36633C-0.0484277 8.56102 -0.0484277 8.87695 0.14626 9.07195L0.928447 9.85414C1.12313 10.0488 1.43907 10.0488 1.63407 9.85414L5.00001 6.48758L8.36626 9.85383C8.56095 10.0485 8.87688 10.0485 9.07188 9.85383L9.85407 9.07164C10.0488 8.87695 10.0488 8.56102 9.85407 8.36602L6.48751 5.00008Z' fill='%23333333'/%3E%3C/svg%3E");
}

.dark .dialog-banner--info .icon-xmark-close:before {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.48751 5.00008L9.85376 1.63383C10.0484 1.43914 10.0484 1.1232 9.85376 0.928203L9.07157 0.146016C8.87688 -0.0486719 8.56095 -0.0486719 8.36595 0.146016L5.00001 3.51258L1.63376 0.146328C1.43907 -0.0483593 1.12313 -0.0483593 0.928135 0.146328L0.14626 0.928203C-0.0484277 1.12289 -0.0484277 1.43883 0.14626 1.63383L3.51251 5.00008L0.14626 8.36633C-0.0484277 8.56102 -0.0484277 8.87695 0.14626 9.07195L0.928447 9.85414C1.12313 10.0488 1.43907 10.0488 1.63407 9.85414L5.00001 6.48758L8.36626 9.85383C8.56095 10.0485 8.87688 10.0485 9.07188 9.85383L9.85407 9.07164C10.0488 8.87695 10.0488 8.56102 9.85407 8.36602L6.48751 5.00008Z' fill='%23dedede' /%3E%3C/svg%3E");
}

.light .dialog-banner--info a {
	color: #333;
}

.dark .dialog-banner--info a {
	color: #dedede;
}

.light .dialog-banner--info a .external-link:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 18' width='21' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8534 3.75H5.73482C5.12339 3.75 4.62775 4.25367 4.62775 4.875V13.125C4.62775 13.7463 5.12339 14.25 5.73482 14.25H13.8534C14.4648 14.25 14.9605 13.7463 14.9605 13.125V4.875C14.9605 4.25367 14.4648 3.75 13.8534 3.75ZM13.715 13.125H5.87321C5.83651 13.125 5.80131 13.1102 5.77536 13.0838C5.7494 13.0574 5.73482 13.0217 5.73482 12.9844V5.01562C5.73482 4.97833 5.7494 4.94256 5.77536 4.91619C5.80131 4.88982 5.83651 4.875 5.87321 4.875H13.715C13.7517 4.875 13.7869 4.88982 13.8129 4.91619C13.8388 4.94256 13.8534 4.97833 13.8534 5.01562V12.9844C13.8534 13.0217 13.8388 13.0574 13.8129 13.0838C13.7869 13.1102 13.7517 13.125 13.715 13.125ZM12.4695 6L9.33283 6.0034C9.17998 6.0034 9.05606 6.12933 9.05606 6.28465V6.93516C9.05606 7.0927 9.18342 7.21952 9.33843 7.21636L10.6762 7.16618L6.92297 10.9801C6.81489 11.0899 6.81489 11.268 6.92297 11.3779L7.45414 11.9176C7.56222 12.0274 7.73746 12.0274 7.84554 11.9176L11.5987 8.10366L11.5494 9.46305C11.5462 9.62058 11.671 9.74998 11.8261 9.74998H12.4662C12.6191 9.74998 12.743 9.62405 12.743 9.46873L12.7463 6.28125C12.7463 6.12593 12.6224 6 12.4695 6Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}

.dark .dialog-banner--info a .external-link:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 18' width='21' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8534 3.75H5.73482C5.12339 3.75 4.62775 4.25367 4.62775 4.875V13.125C4.62775 13.7463 5.12339 14.25 5.73482 14.25H13.8534C14.4648 14.25 14.9605 13.7463 14.9605 13.125V4.875C14.9605 4.25367 14.4648 3.75 13.8534 3.75ZM13.715 13.125H5.87321C5.83651 13.125 5.80131 13.1102 5.77536 13.0838C5.7494 13.0574 5.73482 13.0217 5.73482 12.9844V5.01562C5.73482 4.97833 5.7494 4.94256 5.77536 4.91619C5.80131 4.88982 5.83651 4.875 5.87321 4.875H13.715C13.7517 4.875 13.7869 4.88982 13.8129 4.91619C13.8388 4.94256 13.8534 4.97833 13.8534 5.01562V12.9844C13.8534 13.0217 13.8388 13.0574 13.8129 13.0838C13.7869 13.1102 13.7517 13.125 13.715 13.125ZM12.4695 6L9.33283 6.0034C9.17998 6.0034 9.05606 6.12933 9.05606 6.28465V6.93516C9.05606 7.0927 9.18342 7.21952 9.33843 7.21636L10.6762 7.16618L6.92297 10.9801C6.81489 11.0899 6.81489 11.268 6.92297 11.3779L7.45414 11.9176C7.56222 12.0274 7.73746 12.0274 7.84554 11.9176L11.5987 8.10366L11.5494 9.46305C11.5462 9.62058 11.671 9.74998 11.8261 9.74998H12.4662C12.6191 9.74998 12.743 9.62405 12.743 9.46873L12.7463 6.28125C12.7463 6.12593 12.6224 6 12.4695 6Z' fill='%23dedede' /%3E%3C/svg%3E%0A");
}

.light .dialog-banner--warning {
	background-color: #ffc500;
	color: #333;
}

.dark .dialog-banner--warning {
	background-color: #ffe182;
	color: #333;
}

.dialog-banner--warning .icon-xmark-close:before {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.48751 5.00008L9.85376 1.63383C10.0484 1.43914 10.0484 1.1232 9.85376 0.928203L9.07157 0.146016C8.87688 -0.0486719 8.56095 -0.0486719 8.36595 0.146016L5.00001 3.51258L1.63376 0.146328C1.43907 -0.0483593 1.12313 -0.0483593 0.928135 0.146328L0.14626 0.928203C-0.0484277 1.12289 -0.0484277 1.43883 0.14626 1.63383L3.51251 5.00008L0.14626 8.36633C-0.0484277 8.56102 -0.0484277 8.87695 0.14626 9.07195L0.928447 9.85414C1.12313 10.0488 1.43907 10.0488 1.63407 9.85414L5.00001 6.48758L8.36626 9.85383C8.56095 10.0485 8.87688 10.0485 9.07188 9.85383L9.85407 9.07164C10.0488 8.87695 10.0488 8.56102 9.85407 8.36602L6.48751 5.00008Z' fill='%23333333'/%3E%3C/svg%3E");
}

.dialog-banner--warning .dialog-banner__header:after {
	background-color: #333;
}

.dialog-banner--warning .heading-3,.dialog-banner--warning a,.dialog-banner--warning a:hover {
	color: #333;
}

.dialog-banner--warning i.external-link:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 18' width='21' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8534 3.75H5.73482C5.12339 3.75 4.62775 4.25367 4.62775 4.875V13.125C4.62775 13.7463 5.12339 14.25 5.73482 14.25H13.8534C14.4648 14.25 14.9605 13.7463 14.9605 13.125V4.875C14.9605 4.25367 14.4648 3.75 13.8534 3.75ZM13.715 13.125H5.87321C5.83651 13.125 5.80131 13.1102 5.77536 13.0838C5.7494 13.0574 5.73482 13.0217 5.73482 12.9844V5.01562C5.73482 4.97833 5.7494 4.94256 5.77536 4.91619C5.80131 4.88982 5.83651 4.875 5.87321 4.875H13.715C13.7517 4.875 13.7869 4.88982 13.8129 4.91619C13.8388 4.94256 13.8534 4.97833 13.8534 5.01562V12.9844C13.8534 13.0217 13.8388 13.0574 13.8129 13.0838C13.7869 13.1102 13.7517 13.125 13.715 13.125ZM12.4695 6L9.33283 6.0034C9.17998 6.0034 9.05606 6.12933 9.05606 6.28465V6.93516C9.05606 7.0927 9.18342 7.21952 9.33843 7.21636L10.6762 7.16618L6.92297 10.9801C6.81489 11.0899 6.81489 11.268 6.92297 11.3779L7.45414 11.9176C7.56222 12.0274 7.73746 12.0274 7.84554 11.9176L11.5987 8.10366L11.5494 9.46305C11.5462 9.62058 11.671 9.74998 11.8261 9.74998H12.4662C12.6191 9.74998 12.743 9.62405 12.743 9.46873L12.7463 6.28125C12.7463 6.12593 12.6224 6 12.4695 6Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}

.dialog-banner--warning a:link {
	text-decoration: underline;
}

.dialog-banner--warning .btn-outline-primary.ghost {
	border-color: #333;
	color: #333;
}

.dialog-banner--warning .btn-outline-primary.ghost:focus,.dialog-banner--warning .btn-outline-primary.ghost:focus-visible {
	border-color: #1a1a1a;
	color: #fff;
	background-color: #1a1a1a;
	box-shadow: 0 0 4px 1px #000;
}

.dialog-banner--warning .btn-outline-primary.ghost:hover {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.dialog-banner.image {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 48em) {
	.dialog-banner.image {
			flex-direction: row;
	}
}

.dialog-banner.image .dialog-banner__img {
	height: 125px;
	margin: -1.5rem -1.5rem 0;
	overflow: hidden;
}

@media only screen and (min-width: 48em) {
	.dialog-banner.image .dialog-banner__img {
			flex: 1 33.3333%;
			margin: -1.5rem 0 -1.5rem -1.5rem;
			height: auto;
	}
}

@media only screen and (min-width: 75em) {
	.dialog-banner.image .dialog-banner__img {
			flex: 1 25%;
	}
}

.dialog-banner.image .dialog-banner__img img {
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.dialog-banner.image .dialog-banner__container {
	flex: 1 66.6667%;
}

@media only screen and (min-width: 48em) {
	.dialog-banner.image .dialog-banner__container {
			flex: 1 66.6667%;
	}
}

@media only screen and (min-width: 75em) {
	.dialog-banner.image .dialog-banner__container {
			flex: 1 75%;
	}
}

.last-login {
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.25rem;
	height: 2.9rem;
	display: flex;
	align-items: center;
	margin-right: 1rem;
}

.last-login__info {
	cursor: pointer;
}

ib-account-balance,ib-inv-portfolio-widget-ce,ib-magnet-cards,ib-dep-deposits-widget-ce {
	display: block;
	box-shadow: 0 2px 5px #00000026;
	overflow-x: auto;
	overflow-y: hidden;
	border-radius: 4px;
}

service-plans-list {
	display: block;
}

.icon-xmark:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f00d";
}

.logout__container {
	margin-top: 1.5rem;
	padding: 0 1rem;
}

@media only screen and (min-width: 48em) {
	.logout__container {
			margin-top: 2rem;
	}
}

.logout__main-text {
	max-width: 850px;
	margin: 0 auto;
}

.logout__title {
	margin-bottom: 1.5rem;
}

@media only screen and (min-width: 48em) {
	.logout__title {
			margin-bottom: 2.5rem;
	}
}

.cards-account__row:after {
	content: "";
	width: calc(100% - 48px);
	height: 1px;
	position: absolute;
}

.light .cards-account__row:after {
	background-color: #494949;
}

.dark .cards-account__row:after {
	background-color: #757575;
}

@media only screen and (max-width: 48em) {
	.cards-account__row:after {
			width: calc(100% - 32px);
	}
}

.credit-card__row:after {
	content: "";
	width: calc(100% - 48px);
	height: 1px;
	position: absolute;
}

.light .credit-card__row:after {
	background-color: #dedede;
}

.dark .credit-card__row:after {
	background-color: #333;
}

@media only screen and (max-width: 48em) {
	.credit-card__row:after {
			width: calc(100% - 32px);
	}
}

.empty-view {
	margin-top: 16px;
	margin-right: 130px;
	margin-bottom: 0!important;
	margin-left: 130px;
}

@media screen and (max-width: 1000px) {
	.empty-view {
			margin-right: 16px;
			margin-left: 16px;
	}
}

@media screen and (max-width: 760px) {
	.empty-view {
			margin-right: 16px;
			margin-left: 16px;
	}
}

@media screen and (max-width: 400px) {
	.empty-view {
			margin-right: 8px;
			margin-left: 8px;
	}
}

.light .cards-widget__table thead tr {
	border-bottom: 1px solid #494949;
}

.dark .cards-widget__table thead tr {
	border-bottom: 1px solid #757575;
}

.cards-widget__table tbody td {
	margin: 1rem 0 1rem 4px;
}

.light .cards-widget__table tbody tr {
	border-bottom: 1px solid #dedede;
}

.dark .cards-widget__table tbody tr {
	border-bottom: 1px solid #333333;
}

.cards-widget__table tbody tr:first-child td {
	padding-top: .6rem;
}

.cards-widget__table tr th:nth-child(2),.cards-widget__table tr td:nth-child(2) {
	text-align: end;
}

.cards-widget__table tr th:nth-child(2) {
	padding-right: 2.75rem;
}

.cards-widget__table tr th {
	white-space: nowrap;
}

.cards-widget__table tr th:nth-child(2),.cards-widget__table tr td:nth-child(2) {
	display: none;
}

@media only screen and (min-width: 36em) {
	.cards-widget__table tr th:nth-child(2),.cards-widget__table tr td:nth-child(2) {
			display: table-cell;
	}
}

app-notifications+app-mfe-container .mfe-container {
	padding-top: 0!important;
}

.last .dialog-banner,.last .alert {
	margin-bottom: 1rem;
}

.private-dashboard {
	margin-top: -1.5rem;
}

.private-dashboard app-notifications:last-child {
	display: block;
	margin-bottom: 5rem;
}

.private-dashboard .mfe-container {
	min-height: 0;
	padding: 0;
	margin-bottom: 0;
}

.private-dashboard .app-mfe-container {
	display: block;
	margin-bottom: 1rem;
	border-radius: 4px;
}

.private-dashboard__row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -.25rem;
	margin-right: -.25rem;
}

@media only screen and (min-width: 48em) {
	.private-dashboard__row {
			margin-top: 0;
			margin-left: -.5rem;
			margin-right: -.5rem;
	}
}

.private-dashboard__column {
	flex: 100%;
	max-width: 100%;
	padding: 0 .25rem;
}

@media only screen and (min-width: 48em) {
	.private-dashboard__column {
			padding: 0 .5rem;
	}
}

.private-dashboard__mfe {
	margin-bottom: 1rem;
}

@media only screen and (min-width: 87.5em) {
	.private-dashboard__column.sidebar--opened {
			flex: 50%;
			max-width: 50%;
	}
}

@media only screen and (min-width: 75em) {
	.private-dashboard__column.sidebar--collapsed {
			flex: 50%;
			max-width: 50%;
	}
}

.private-dashboard .mfe-container>.alert {
	margin-bottom: 0;
}

.private-dashboard__mobile {
	margin-top: 1rem;
}

.private-dashboard__mobile ng-containe,.private-dashboard__mobile #beaconContent {
	display: block;
	margin-top: 1rem;
}

.private-dashboard__container {
	columns: 2 550px;
	column-gap: 1rem;
}

.private-dashboard__wrapper {
	overflow: hidden;
	page-break-inside: avoid;
	break-inside: avoid;
}

.private-dashboard__wrapper:not(.beaconHaveData) {
	padding-bottom: 1rem;
}

.toast {
	background-image: none!important;
	font-weight: 400;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 14px;
	border-radius: 4px;
	margin: auto auto 6px;
	width: 600px;
	min-height: 40px;
}

@media (min-width: 567px) and (max-width: 767px) {
	.toast {
			width: 400px;
	}
}

@media (max-width: 567px) {
	.toast {
			width: 305px;
			padding-right: 10px;
	}
}

.toast .toast-title {
	display: contents;
	width: 100%;
}

.toast .toast-message {
	display: contents;
	word-wrap: break-word;
}

.toast span {
	display: none;
}

.toast.toast-success {
	background-color: #f1fee7;
	border: 1px #45b400 solid;
	color: #333;
}

.toast.toast-success:hover {
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	background-color: #f1fee7;
}

.toast.toast-success:before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2345b400" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>');
	width: 20px;
	height: 20px;
	position: fixed;
	margin-top: 3px;
}

.toast.toast-info {
	background-color: #e5f6ff;
	border: 1px #66c9ff solid;
	color: #333;
}

.toast.toast-info:hover {
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	background-color: #e5f6ff;
}

.toast.toast-info:before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23007ac7" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>');
	width: 20px;
	height: 20px;
	position: fixed;
	margin-top: 3px;
}

.toast.toast-danger {
	background-color: #fce8e8;
	border: 1px #f47171 solid;
	color: #333;
}

.toast.toast-danger:hover {
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	background-color: #fce8e8;
}

.toast.toast-danger:before {
	background-image: url('data:image/svg+xml,<svg width="18" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%239f000a" d="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/></svg>');
	width: 18px;
	height: 16px;
	position: fixed;
	margin-top: 4px;
}

.toast.toast-warning {
	background-color: #fff8e5;
	border: 1px #ffd266 solid;
	color: #333;
}

.toast.toast-warning:hover {
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	background-color: #fff8e5;
}

.toast.toast-warning:before {
	background-image: url('data:image/svg+xml,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23f8a000" d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM184 336h24V272H184c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>');
	width: 18px;
	height: 18px;
	position: fixed;
	margin-top: 3px;
	background-size: cover;
}

.toast.toast-default {
	background-color: #f2f2f2;
	border: 1px #b3b3b3 solid;
	color: #333;
}

.toast.toast-default:hover {
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	background-color: #f2f2f2;
}

.toast.toast-default:before {
	background-image: url('data:image/svg+xml,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23333333" d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM184 336h24V272H184c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>');
	width: 18px;
	height: 18px;
	position: fixed;
	margin-top: 3px;
	background-size: cover;
}

.toast-container {
	top: 64px!important;
	right: 0;
	width: 100%;
}

.toast-close-button {
	width: 24px;
	height: 24px;
	padding: 6px!important;
	top: auto!important;
	bottom: auto!important;
}

.toast-close-button:before {
	width: 12px;
	height: 12px;
	padding: 0!important;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23333333" d="M345 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l119 119L39 375c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l119-119L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-119-119L345 137z"/></svg>')!important;
	background-size: cover!important;
}

.dark .toast.toast-success {
	background-color: #17250e;
	border: 1px #68a043 solid;
	color: #e6e6e6;
}

.dark .toast.toast-success:hover {
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	background-color: #17250e;
}

.dark .toast.toast-success:before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2375B44A" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>');
	width: 20px;
	height: 20px;
	position: fixed;
	margin-top: 3px;
}

.dark .toast.toast-info {
	background-color: #05212e;
	border: 1px #1483b8 solid;
	color: #e6e6e6;
}

.dark .toast.toast-info:hover {
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	background-color: #05212e;
}

.dark .toast.toast-info:before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%232C9CD9" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>');
	width: 20px;
	height: 20px;
	position: fixed;
	margin-top: 3px;
}

.dark .toast.toast-danger {
	background-color: #2b0808;
	border: 1px #a22a2a solid;
	color: #e6e6e6;
}

.dark .toast.toast-danger:hover {
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	background-color: #2b0808;
}

.dark .toast.toast-danger:before {
	background-image: url('data:image/svg+xml,<svg width="18" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FF594F" d="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/></svg>');
	width: 18px;
	height: 16px;
	position: fixed;
	margin-top: 4px;
}

.dark .toast.toast-warning {
	background-color: #302303;
	border: 1px #b88814 solid;
	color: #e6e6e6;
}

.dark .toast.toast-warning:hover {
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	background-color: #302303;
}

.dark .toast.toast-warning:before {
	background-image: url('data:image/svg+xml,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23EBAB39" d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM184 336h24V272H184c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>');
	width: 18px;
	height: 18px;
	position: fixed;
	margin-top: 3px;
	background-size: cover;
}

.dark .toast.toast-default {
	background-color: #333;
	border: 1px #4d4d4d solid;
	color: #e6e6e6;
}

.dark .toast.toast-default:hover {
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	background-color: #333;
}

.dark .toast.toast-default:before {
	background-image: url('data:image/svg+xml,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23CCCCCC" d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM184 336h24V272H184c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>');
	width: 18px;
	height: 18px;
	position: fixed;
	margin-top: 3px;
	background-size: cover;
}

.dark .toast-close-button:before {
	width: 12px;
	height: 12px;
	padding: 0!important;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23CCCCCC" d="M345 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l119 119L39 375c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l119-119L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-119-119L345 137z"/></svg>')!important;
	background-size: cover!important;
}

.dark .timer {
	color: #ff594f!important;
}

.dark .popup-disclaimer {
	background-color: #222;
}

.dark .popuptext {
	color: #dedede;
}

.light .background {
	background-color: #fff;
	color: #333;
}

.dark .background {
	background-color: #222;
	color: #dedede;
}

.light .theme-text {
	color: #333;
}

.dark .theme-text {
	color: #dedede;
}

.accounts-widget__tooltip,.tooltip-theming {
	white-space: unset;
	min-width: 130px;
}

@media only screen and (min-width: 36em) {
	.accounts-widget__tooltip,.tooltip-theming {
			width: -webkit-max-content;
			width: max-content;
			min-width: -webkit-max-content;
			min-width: max-content;
			text-align: center;
	}
}

.light .accounts-widget__tooltip .tooltip-inner,.light .tooltip-theming .tooltip-inner {
	background-color: #1a1a1a;
	color: #fff;
}

.dark .accounts-widget__tooltip .tooltip-inner,.dark .tooltip-theming .tooltip-inner {
	background-color: #494949;
	color: #dedede;
}

.light .accounts-widget__tooltip[class*=top] .arrow:before,.light .accounts-widget__tooltip[class*=top] .tooltip-arrow:before {
	border-top-color: #1a1a1a;
}

.dark .accounts-widget__tooltip[class*=top] .arrow:before,.dark .accounts-widget__tooltip[class*=top] .tooltip-arrow:before {
	border-top-color: #494949;
}

.light .accounts-widget__tooltip[class*=right] .arrow:before,.light .accounts-widget__tooltip[class*=right] .tooltip-arrow:before {
	border-right-color: #1a1a1a;
}

.dark .accounts-widget__tooltip[class*=right] .arrow:before,.dark .accounts-widget__tooltip[class*=right] .tooltip-arrow:before {
	border-right-color: #494949;
}

.light .accounts-widget__tooltip[class*=left] .arrow:before,.light .accounts-widget__tooltip[class*=left] .tooltip-arrow:before {
	border-left-color: #1a1a1a;
}

.dark .accounts-widget__tooltip[class*=left] .arrow:before,.dark .accounts-widget__tooltip[class*=left] .tooltip-arrow:before {
	border-left-color: #494949;
}

.light .accounts-widget__tooltip[class*=bottom] .arrow:before,.light .accounts-widget__tooltip[class*=bottom] .tooltip-arrow:before {
	border-bottom-color: #1a1a1a;
}

.dark .accounts-widget__tooltip[class*=bottom] .arrow:before,.dark .accounts-widget__tooltip[class*=bottom] .tooltip-arrow:before {
	border-bottom-color: #494949;
}

.accounts-widget__icon-open svg,.cards-widget__icon-open svg {
	transform: rotate(180deg);
	transition: transform .3s ease-in-out;
}

.accounts-widget__icon-open.rotate svg,.cards-widget__icon-open.rotate svg {
	transform: rotate(0);
}

.light .table thead th {
	border-bottom-color: #494949;
}

.dark .table thead th {
	border-bottom-color: #757575;
}

.light .table td {
	border-top-color: #dedede;
	border-right-color: #dedede;
}

.dark .table td {
	border-top-color: #333;
	border-right-color: #333;
}

.light .table {
	border-bottom-color: #dedede;
}

.dark .table {
	border-bottom-color: #333;
}

.light .accounts-widget__mask,.light .accounts-widget__total--mask,.light .magnet-card-widget__total--mask,.light .card-widget__fund--mask {
	background-color: #eee;
}

.dark .accounts-widget__mask,.dark .accounts-widget__total--mask,.dark .magnet-card-widget__total--mask,.dark .card-widget__fund--mask {
	background-color: #2c2c2c;
}

.card-shadow {
	box-shadow: 0 2px 5px #00000026;
}

.light .primaryText {
	color: #333;
}

.dark .primaryText {
	color: #dedede;
}

.light .errorText {
	color: #9f000a;
}

.dark .errorText {
	color: #ff594f;
}

.light .disabledText {
	color: #757575;
}

.dark .disabledText {
	color: #adadad;
}

.light .link-text {
	color: #0062bc;
}

.dark .link-text {
	color: #2c9cd9;
}

.light .background__White--dark-base-900 {
	background-color: #fff;
}

.dark .background__White--dark-base-900 {
	background-color: #121212;
}

.light .backgroung__White--light-base-900 {
	background-color: #fff;
}

.dark .backgroung__White--light-base-900 {
	background-color: #1a1a1a;
}

.light .background__Light-base-100--dark-base-700 {
}

.dark .background__Light-base-100--dark-base-700 {
	background-color: #272727;
}

.light .background__White--dark-base-800 {
	background-color: #fff;
}

.dark .background__White--dark-base-800 {
	background-color: #222;
}

.light .background__light-base-200--dark-base-500 {
	background-color: #e9e9e9;
}

.dark .background__light-base-200--dark-base-500 {
	background-color: #333;
}

.light .background__EEEEEE--dark-base-400 {
	background-color: #eee;
}

.dark .background__EEEEEE--dark-base-400,.light .background__494949--757575 {
	background-color: #494949;
}

.dark .background__494949--757575 {
	background-color: #757575;
}

.light .base100 {
}

.dark .base100 {
	background-color: #dedede;
}

.light .base200 {
	background-color: #e9e9e9;
}

.dark .base200 {
	background-color: #ababab;
}

.light .base300 {
	background-color: #dedede;
}

.dark .base300 {
	background-color: #757575;
}

.light .base400 {
	background-color: #cecece;
}

.dark .base400 {
	background-color: #494949;
}

.light .base500 {
	background-color: #adadad;
}

.dark .base500 {
	background-color: #333;
}

.light .base600 {
	background-color: #868686;
}

.dark .base600 {
	background-color: #2c2c2c;
}

.light .base700 {
	background-color: #494949;
}

.dark .base700 {
	background-color: #272727;
}

.light .base800 {
	background-color: #333;
}

.dark .base800 {
	background-color: #222;
}

.light .base900 {
	background-color: #1a1a1a;
}

.dark .base900 {
	background-color: #121212;
}

.light .primary-blue {
	background-color: #41b0ee;
}

.dark .primary-blue {
	background-color: #58b8ee;
}

.light .primary-dark-blue-1 {
	background-color: #0092e1;
}

.dark .primary-dark-blue-1 {
	background-color: #00adff;
}

.light .primary-dark-blue-2 {
	background-color: #007ac7;
}

.dark .primary-dark-blue-2 {
	background-color: #2c9cd9;
}

.light .primary-green,.dark .primary-green {
	background-color: #60cd18;
}

.light .primary-dark-green-1 {
	background-color: #45b400;
}

.dark .primary-dark-green-1 {
	background-color: #75b44a;
}

.light .primary-dark-green-2,.dark .primary-dark-green-2 {
	background-color: #308800;
}

.light .primary-yellow {
	background-color: #ffc500;
}

.dark .primary-yellow {
	background-color: #ffe182;
}

.light .primary-dark-yellow-1 {
	background-color: #ffb400;
}

.dark .primary-dark-yellow-1 {
	background-color: #f0be47;
}

.light .primary-dark-yellow-2 {
	background-color: #f8a000;
}

.dark .primary-dark-yellow-2 {
	background-color: #ebab39;
}

.light .secondary-red {
	background-color: #f03529;
}

.dark .secondary-red {
	background-color: #f7706d;
}

.light .secondary-dark-red-1 {
	background-color: #d81a1a;
}

.dark .secondary-dark-red-1 {
	background-color: #c82a29;
}

.light .secondary-dark-red-2 {
	background-color: #bb000c;
}

.dark .secondary-dark-red-2 {
	background-color: #9e2120;
}

.light .secondary-purple {
	background-color: #673ab6;
}

.dark .secondary-purple {
	background-color: #ad91dc;
}

.light .secondary-dark-purple-1 {
	background-color: #4f2c99;
}

.dark .secondary-dark-purple-1 {
	background-color: #7e52cc;
}

.light .secondary-dark-purple-2 {
	background-color: #3f2587;
}

.dark .secondary-dark-purple-2 {
	background-color: #4a328f;
}

.toast-center-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.toast-top-center {
	top: 0;
	right: 0;
	width: 100%;
}

.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%;
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%;
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%;
}

.toast-top-left {
	top: 12px;
	left: 12px;
}

.toast-top-right {
	top: 12px;
	right: 12px;
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px;
}

.toast-title {
	font-weight: 700;
}

.toast-message {
	word-wrap: break-word;
}

.toast-message a,.toast-message label {
	color: #fff;
}

.toast-message a:hover {
	color: #ccc;
	text-decoration: none;
}

.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 0 #ffffff;
}

.toast-close-button:hover,.toast-close-button:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.toast-container {
	pointer-events: none;
	position: fixed;
	z-index: 999999;
}

.toast-container * {
	box-sizing: border-box;
}

.toast-container .ngx-toastr {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	border-radius: 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 24px;
	box-shadow: 0 0 12px #999;
	color: #fff;
}

.toast-container .ngx-toastr:hover {
	box-shadow: 0 0 12px #000;
	opacity: 1;
	cursor: pointer;
}

.toast-info {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}

.toast-error {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}

.toast-success {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}

.toast-warning {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}

.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.ngx-toastr {
	background-color: #030303;
	pointer-events: auto;
}

.toast-success {
	background-color: #51a351;
}

.toast-error {
	background-color: #bd362f;
}

.toast-info {
	background-color: #2f96b4;
}

.toast-warning {
	background-color: #f89406;
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: .4;
}

@media all and (max-width: 240px) {
	.toast-container .ngx-toastr.div {
			padding: 8px 8px 8px 50px;
			width: 11em;
	}

	.toast-container .toast-close-button {
			right: -.2em;
			top: -.2em;
	}
}

@media all and (min-width: 241px) and (max-width: 480px) {
	.toast-container .ngx-toastr.div {
			padding: 8px 8px 8px 50px;
			width: 18em;
	}

	.toast-container .toast-close-button {
			right: -.2em;
			top: -.2em;
	}
}

@media all and (min-width: 481px) and (max-width: 768px) {
	.toast-container .ngx-toastr.div {
			padding: 15px 15px 15px 50px;
			width: 25em;
	}
}
