@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700&display=swap);

:root {
	--sidebar-width: 200px;
	--shorcut-width: 3rem;
	--header-height: 2.5rem;
	--heading-line-height: 1.2;
	--body-line-height: 1.4;
	--article-line-height: 1.58
}


/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--blue: #2460b9;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #e74343;
	--orange: #fd7e14;
	--yellow: #ffc35b;
	--green: #42bc38;
	--teal: #20c997;
	--cyan: #2b91fe;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #1a1a1a;
	--test: #bacdef;
	--primary: #2460b9;
	--secondary: #6c757d;
	--success: #42bc38;
	--info: #006ab5;
	--warning: #ffc35b;
	--danger: #e74343;
	--light: #e0e0e0;
	--dark: #1a1a1a;
	--navy-5: #0e3066;
	--blue-10: #acd4ff;
	--navy-30: #10cdd9;
	--navy-40: #052354;
	--blue-20: #2b91fe;
	--navy-10: #2460b9;
	--blue-400: #003893;
	--yellow-10: #ffc35b;
	--yellow-20: #f49300;
	--green-10: #afff93;
	--gray-400: #666;
	--gray-500: #a3a3a3;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1280px;
	--breakpoint-xxl: 1366px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::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: "Mukta", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	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: #2460b9;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #183f79;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

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
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

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
}

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
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox
}

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
}

@media (max-width: 1200px) {
	legend {
		font-size: calc(1.45833rem + .05556vw)
	}
}

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
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1,
.h1 {
	font-size: 2.5rem
}

@media (max-width: 1200px) {
	h1,
	.h1 {
		font-size: calc(2.29167rem + .27778vw)
	}
}

h2,
.h2 {
	font-size: 2rem
}

@media (max-width: 1200px) {
	h2,
	.h2 {
		font-size: calc(1.875rem + .16667vw)
	}
}

h3,
.h3 {
	font-size: 1.75rem
}

@media (max-width: 1200px) {
	h3,
	.h3 {
		font-size: calc(1.66667rem + .11111vw)
	}
}

h4,
.h4 {
	font-size: 1.5rem
}

@media (max-width: 1200px) {
	h4,
	.h4 {
		font-size: calc(1.45833rem + .05556vw)
	}
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

@media (max-width: 1200px) {
	.display-1 {
		font-size: calc(5.20833rem + 1.05556vw)
	}
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

@media (max-width: 1200px) {
	.display-2 {
		font-size: calc(4.79167rem + .94444vw)
	}
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

@media (max-width: 1200px) {
	.display-3 {
		font-size: calc(3.95833rem + .72222vw)
	}
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

@media (max-width: 1200px) {
	.display-4 {
		font-size: calc(3.125rem + .5vw)
	}
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small,
.btn-rounded i {
	font-size: 80%;
	font-weight: 400
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.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: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #858585;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 8px;
	padding-left: 8px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.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.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.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.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.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.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.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.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1280px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.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.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1366px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xxl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xxl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xxl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xxl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xxl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xxl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xxl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xxl-first {
		order: -1
	}
	.order-xxl-last {
		order: 13
	}
	.order-xxl-0 {
		order: 0
	}
	.order-xxl-1 {
		order: 1
	}
	.order-xxl-2 {
		order: 2
	}
	.order-xxl-3 {
		order: 3
	}
	.order-xxl-4 {
		order: 4
	}
	.order-xxl-5 {
		order: 5
	}
	.order-xxl-6 {
		order: 6
	}
	.order-xxl-7 {
		order: 7
	}
	.order-xxl-8 {
		order: 8
	}
	.order-xxl-9 {
		order: 9
	}
	.order-xxl-10 {
		order: 10
	}
	.order-xxl-11 {
		order: 11
	}
	.order-xxl-12 {
		order: 12
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333%
	}
	.offset-xxl-2 {
		margin-left: 16.66667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333%
	}
	.offset-xxl-5 {
		margin-left: 41.66667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333%
	}
	.offset-xxl-8 {
		margin-left: 66.66667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333%
	}
	.offset-xxl-11 {
		margin-left: 91.66667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #858585
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #858585
}

.table tbody+tbody {
	border-top: 2px solid #858585
}

.table-sm th,
.table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #858585
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #858585
}

.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) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #c2d2eb
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #8dacdb
}

.table-hover .table-primary:hover {
	background-color: #afc4e5
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #afc4e5
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #caecc7
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #9ddc98
}

.table-hover .table-success:hover {
	background-color: #b8e6b4
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b8e6b4
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #b8d5ea
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #7ab2d9
}

.table-hover .table-info:hover {
	background-color: #a4c9e4
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #a4c9e4
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #ffeed1
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #ffe0aa
}

.table-hover .table-warning:hover {
	background-color: #ffe5b8
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe5b8
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f8caca
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #f39d9d
}

.table-hover .table-danger:hover {
	background-color: #f5b3b3
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f5b3b3
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #f6f6f6
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #efefef
}

.table-hover .table-light:hover {
	background-color: #e9e9e9
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #e9e9e9
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #bfbfbf
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #888
}

.table-hover .table-dark:hover {
	background-color: #b2b2b2
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b2b2b2
}

.table-navy-5,
.table-navy-5>th,
.table-navy-5>td {
	background-color: #bcc5d4
}

.table-navy-5 th,
.table-navy-5 td,
.table-navy-5 thead th,
.table-navy-5 tbody+tbody {
	border-color: #8293af
}

.table-hover .table-navy-5:hover {
	background-color: #acb8ca
}

.table-hover .table-navy-5:hover>td,
.table-hover .table-navy-5:hover>th {
	background-color: #acb8ca
}

.table-blue-10,
.table-blue-10>th,
.table-blue-10>td {
	background-color: #e8f3ff
}

.table-blue-10 th,
.table-blue-10 td,
.table-blue-10 thead th,
.table-blue-10 tbody+tbody {
	border-color: #d4e9ff
}

.table-hover .table-blue-10:hover {
	background-color: #cfe6ff
}

.table-hover .table-blue-10:hover>td,
.table-hover .table-blue-10:hover>th {
	background-color: #cfe6ff
}

.table-navy-30,
.table-navy-30>th,
.table-navy-30>td {
	background-color: #bcf1f4
}

.table-navy-30 th,
.table-navy-30 td,
.table-navy-30 thead th,
.table-navy-30 tbody+tbody {
	border-color: #83e5eb
}

.table-hover .table-navy-30:hover {
	background-color: #a6ecf0
}

.table-hover .table-navy-30:hover>td,
.table-hover .table-navy-30:hover>th {
	background-color: #a6ecf0
}

.table-navy-40,
.table-navy-40>th,
.table-navy-40>td {
	background-color: #b9c1cf
}

.table-navy-40 th,
.table-navy-40 td,
.table-navy-40 thead th,
.table-navy-40 tbody+tbody {
	border-color: #7d8da6
}

.table-hover .table-navy-40:hover {
	background-color: #aab4c5
}

.table-hover .table-navy-40:hover>td,
.table-hover .table-navy-40:hover>th {
	background-color: #aab4c5
}

.table-blue-20,
.table-blue-20>th,
.table-blue-20>td {
	background-color: #c4e0ff
}

.table-blue-20 th,
.table-blue-20 td,
.table-blue-20 thead th,
.table-blue-20 tbody+tbody {
	border-color: #91c6fe
}

.table-hover .table-blue-20:hover {
	background-color: #abd3ff
}

.table-hover .table-blue-20:hover>td,
.table-hover .table-blue-20:hover>th {
	background-color: #abd3ff
}

.table-navy-10,
.table-navy-10>th,
.table-navy-10>td {
	background-color: #c2d2eb
}

.table-navy-10 th,
.table-navy-10 td,
.table-navy-10 thead th,
.table-navy-10 tbody+tbody {
	border-color: #8dacdb
}

.table-hover .table-navy-10:hover {
	background-color: #afc4e5
}

.table-hover .table-navy-10:hover>td,
.table-hover .table-navy-10:hover>th {
	background-color: #afc4e5
}

.table-blue-400,
.table-blue-400>th,
.table-blue-400>td {
	background-color: #b8c7e1
}

.table-blue-400 th,
.table-blue-400 td,
.table-blue-400 thead th,
.table-blue-400 tbody+tbody {
	border-color: #7a98c7
}

.table-hover .table-blue-400:hover {
	background-color: #a6b9d9
}

.table-hover .table-blue-400:hover>td,
.table-hover .table-blue-400:hover>th {
	background-color: #a6b9d9
}

.table-yellow-10,
.table-yellow-10>th,
.table-yellow-10>td {
	background-color: #ffeed1
}

.table-yellow-10 th,
.table-yellow-10 td,
.table-yellow-10 thead th,
.table-yellow-10 tbody+tbody {
	border-color: #ffe0aa
}

.table-hover .table-yellow-10:hover {
	background-color: #ffe5b8
}

.table-hover .table-yellow-10:hover>td,
.table-hover .table-yellow-10:hover>th {
	background-color: #ffe5b8
}

.table-yellow-20,
.table-yellow-20>th,
.table-yellow-20>td {
	background-color: #fce1b8
}

.table-yellow-20 th,
.table-yellow-20 td,
.table-yellow-20 thead th,
.table-yellow-20 tbody+tbody {
	border-color: #f9c77a
}

.table-hover .table-yellow-20:hover {
	background-color: #fbd7a0
}

.table-hover .table-yellow-20:hover>td,
.table-hover .table-yellow-20:hover>th {
	background-color: #fbd7a0
}

.table-green-10,
.table-green-10>th,
.table-green-10>td {
	background-color: #e9ffe1
}

.table-green-10 th,
.table-green-10 td,
.table-green-10 thead th,
.table-green-10 tbody+tbody {
	border-color: #d5ffc7
}

.table-hover .table-green-10:hover {
	background-color: #d6ffc8
}

.table-hover .table-green-10:hover>td,
.table-hover .table-green-10:hover>th {
	background-color: #d6ffc8
}

.table-gray-400,
.table-gray-400>th,
.table-gray-400>td {
	background-color: #d4d4d4
}

.table-gray-400 th,
.table-gray-400 td,
.table-gray-400 thead th,
.table-gray-400 tbody+tbody {
	border-color: #afafaf
}

.table-hover .table-gray-400:hover {
	background-color: #c7c7c7
}

.table-hover .table-gray-400:hover>td,
.table-hover .table-gray-400:hover>th {
	background-color: #c7c7c7
}

.table-gray-500,
.table-gray-500>th,
.table-gray-500>td {
	background-color: #e5e5e5
}

.table-gray-500 th,
.table-gray-500 td,
.table-gray-500 thead th,
.table-gray-500 tbody+tbody {
	border-color: #cfcfcf
}

.table-hover .table-gray-500:hover {
	background-color: #d8d8d8
}

.table-hover .table-gray-500:hover>td,
.table-hover .table-gray-500:hover>th {
	background-color: #d8d8d8
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #1a1a1a;
	border-color: #2d2d2d
}

.table .thead-light th {
	color: #495057;
	background-color: #f0f0f0;
	border-color: #858585
}

.table-dark {
	color: #fff;
	background-color: #1a1a1a
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #2d2d2d
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075)
}

@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: 1279.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

@media (max-width: 1365.98px) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xxl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: 2.175rem;
	padding: .5rem .75rem;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #1a1a1a;
	background-color: #fff;
	border-color: #2b91fe;
	outline: 0;
	box-shadow: none
}

.form-control::-webkit-input-placeholder {
	color: #a3a3a3;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #a3a3a3;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #a3a3a3;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #a3a3a3;
	opacity: 1
}

.form-control::placeholder {
	color: #a3a3a3;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f0f0f0;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #1a1a1a;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.4
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: .75rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.125rem + 1px);
	padding-bottom: calc(.125rem + 1px);
	font-size: .7rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
	line-height: 1.4;
	color: #212529;
	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 + .25rem + 2px);
	padding: .125rem .5rem;
	font-size: .7rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 8px
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 8px;
	padding-left: 8px
}

.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 {
	color: #6c757d
}

.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%;
	margin-top: .25rem;
	font-size: 80%;
	color: #42bc38
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .833rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(66, 188, 56, 0.9);
	border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #42bc38;
	padding-right: calc(1.4em + 1rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2342bc38' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(.35em + .25rem);
	background-size: calc(.7em + .5rem) calc(.7em + .5rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #42bc38;
	box-shadow: 0 0 0 .2rem rgba(66, 188, 56, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
	display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.4em + 1rem);
	background-position: top calc(.35em + .25rem) right calc(.35em + .25rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #42bc38;
	padding-right: calc((1em + 1rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%231a1a1a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2342bc38' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.7em + .5rem) calc(.7em + .5rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #42bc38;
	box-shadow: 0 0 0 .2rem rgba(66, 188, 56, 0.25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #42bc38
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #42bc38
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #42bc38
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	border-color: #62ce59;
	background-color: #62ce59
}

.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 rgba(66, 188, 56, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #42bc38
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #42bc38
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #42bc38;
	box-shadow: 0 0 0 .2rem rgba(66, 188, 56, 0.25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #e74343
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .833rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(231, 67, 67, 0.9);
	border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #e74343;
	padding-right: calc(1.4em + 1rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74343' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e74343' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.35em + .25rem);
	background-size: calc(.7em + .5rem) calc(.7em + .5rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #e74343;
	box-shadow: 0 0 0 .2rem rgba(231, 67, 67, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.4em + 1rem);
	background-position: top calc(.35em + .25rem) right calc(.35em + .25rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #e74343;
	padding-right: calc((1em + 1rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%231a1a1a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74343' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e74343' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.7em + .5rem) calc(.7em + .5rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #e74343;
	box-shadow: 0 0 0 .2rem rgba(231, 67, 67, 0.25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #e74343
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #e74343
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #e74343
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #ed7070;
	background-color: #ed7070
}

.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 rgba(231, 67, 67, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #e74343
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #e74343
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #e74343;
	box-shadow: 0 0 0 .2rem rgba(231, 67, 67, 0.25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .833rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(36, 96, 185, 0.25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #2460b9;
	border-color: #2460b9
}

.btn-primary:hover {
	color: #fff;
	background-color: #1e4f99;
	border-color: #1c4a8e
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(69, 120, 196, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #2460b9;
	border-color: #2460b9
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #1c4a8e;
	border-color: #1a4484
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(69, 120, 196, 0.5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.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 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #42bc38;
	border-color: #42bc38
}

.btn-success:hover {
	color: #fff;
	background-color: #389f2f;
	border-color: #34952c
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(94, 198, 86, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #42bc38;
	border-color: #42bc38
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #34952c;
	border-color: #318b29
}

.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 .2rem rgba(94, 198, 86, 0.5)
}

.btn-info {
	color: #fff;
	background-color: #006ab5;
	border-color: #006ab5
}

.btn-info:hover {
	color: #fff;
	background-color: #00548f;
	border-color: #004c82
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 128, 192, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #006ab5;
	border-color: #006ab5
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #004c82;
	border-color: #004575
}

.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 .2rem rgba(38, 128, 192, 0.5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc35b;
	border-color: #ffc35b
}

.btn-warning:hover {
	color: #212529;
	background-color: #ffb535;
	border-color: #ffb028
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 171, 84, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc35b;
	border-color: #ffc35b
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffb028;
	border-color: #ffac1b
}

.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 .2rem rgba(222, 171, 84, 0.5)
}

.btn-danger {
	color: #fff;
	background-color: #e74343;
	border-color: #e74343
}

.btn-danger:hover {
	color: #fff;
	background-color: #e32121;
	border-color: #db1c1c
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(235, 95, 95, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #e74343;
	border-color: #e74343
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #db1c1c;
	border-color: #d01b1b
}

.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 .2rem rgba(235, 95, 95, 0.5)
}

.btn-light {
	color: #212529;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

.btn-light:hover {
	color: #212529;
	background-color: #cdcdcd;
	border-color: #c7c7c7
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(195, 196, 197, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #c7c7c7;
	border-color: silver
}

.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 .2rem rgba(195, 196, 197, 0.5)
}

.btn-dark {
	color: #fff;
	background-color: #1a1a1a;
	border-color: #1a1a1a
}

.btn-dark:hover {
	color: #fff;
	background-color: #070707;
	border-color: #010101
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(60, 60, 60, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #1a1a1a;
	border-color: #1a1a1a
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #010101;
	border-color: #000
}

.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 .2rem rgba(60, 60, 60, 0.5)
}

.btn-navy-5 {
	color: #fff;
	background-color: #0e3066;
	border-color: #0e3066
}

.btn-navy-5:hover {
	color: #fff;
	background-color: #092044;
	border-color: #081b39
}

.btn-navy-5:focus,
.btn-navy-5.focus {
	box-shadow: 0 0 0 .2rem rgba(50, 79, 125, 0.5)
}

.btn-navy-5.disabled,
.btn-navy-5:disabled {
	color: #fff;
	background-color: #0e3066;
	border-color: #0e3066
}

.btn-navy-5:not(:disabled):not(.disabled):active,
.btn-navy-5:not(:disabled):not(.disabled).active,
.show>.btn-navy-5.dropdown-toggle {
	color: #fff;
	background-color: #081b39;
	border-color: #06162e
}

.btn-navy-5:not(:disabled):not(.disabled):active:focus,
.btn-navy-5:not(:disabled):not(.disabled).active:focus,
.show>.btn-navy-5.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(50, 79, 125, 0.5)
}

.btn-blue-10 {
	color: #212529;
	background-color: #acd4ff;
	border-color: #acd4ff
}

.btn-blue-10:hover {
	color: #212529;
	background-color: #86c0ff;
	border-color: #79baff
}

.btn-blue-10:focus,
.btn-blue-10.focus {
	box-shadow: 0 0 0 .2rem rgba(151, 186, 223, 0.5)
}

.btn-blue-10.disabled,
.btn-blue-10:disabled {
	color: #212529;
	background-color: #acd4ff;
	border-color: #acd4ff
}

.btn-blue-10:not(:disabled):not(.disabled):active,
.btn-blue-10:not(:disabled):not(.disabled).active,
.show>.btn-blue-10.dropdown-toggle {
	color: #212529;
	background-color: #79baff;
	border-color: #6cb3ff
}

.btn-blue-10:not(:disabled):not(.disabled):active:focus,
.btn-blue-10:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue-10.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(151, 186, 223, 0.5)
}

.btn-navy-30 {
	color: #fff;
	background-color: #10cdd9;
	border-color: #10cdd9
}

.btn-navy-30:hover {
	color: #fff;
	background-color: #0dabb5;
	border-color: #0ca0aa
}

.btn-navy-30:focus,
.btn-navy-30.focus {
	box-shadow: 0 0 0 .2rem rgba(52, 213, 223, 0.5)
}

.btn-navy-30.disabled,
.btn-navy-30:disabled {
	color: #fff;
	background-color: #10cdd9;
	border-color: #10cdd9
}

.btn-navy-30:not(:disabled):not(.disabled):active,
.btn-navy-30:not(:disabled):not(.disabled).active,
.show>.btn-navy-30.dropdown-toggle {
	color: #fff;
	background-color: #0ca0aa;
	border-color: #0c959e
}

.btn-navy-30:not(:disabled):not(.disabled):active:focus,
.btn-navy-30:not(:disabled):not(.disabled).active:focus,
.show>.btn-navy-30.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 213, 223, 0.5)
}

.btn-navy-40 {
	color: #fff;
	background-color: #052354;
	border-color: #052354
}

.btn-navy-40:hover {
	color: #fff;
	background-color: #031430;
	border-color: #020f24
}

.btn-navy-40:focus,
.btn-navy-40.focus {
	box-shadow: 0 0 0 .2rem rgba(43, 68, 110, 0.5)
}

.btn-navy-40.disabled,
.btn-navy-40:disabled {
	color: #fff;
	background-color: #052354;
	border-color: #052354
}

.btn-navy-40:not(:disabled):not(.disabled):active,
.btn-navy-40:not(:disabled):not(.disabled).active,
.show>.btn-navy-40.dropdown-toggle {
	color: #fff;
	background-color: #020f24;
	border-color: #010a18
}

.btn-navy-40:not(:disabled):not(.disabled):active:focus,
.btn-navy-40:not(:disabled):not(.disabled).active:focus,
.show>.btn-navy-40.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(43, 68, 110, 0.5)
}

.btn-blue-20 {
	color: #fff;
	background-color: #2b91fe;
	border-color: #2b91fe
}

.btn-blue-20:hover {
	color: #fff;
	background-color: #057dfe;
	border-color: #0177f5
}

.btn-blue-20:focus,
.btn-blue-20.focus {
	box-shadow: 0 0 0 .2rem rgba(75, 162, 254, 0.5)
}

.btn-blue-20.disabled,
.btn-blue-20:disabled {
	color: #fff;
	background-color: #2b91fe;
	border-color: #2b91fe
}

.btn-blue-20:not(:disabled):not(.disabled):active,
.btn-blue-20:not(:disabled):not(.disabled).active,
.show>.btn-blue-20.dropdown-toggle {
	color: #fff;
	background-color: #0177f5;
	border-color: #0171e8
}

.btn-blue-20:not(:disabled):not(.disabled):active:focus,
.btn-blue-20:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue-20.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(75, 162, 254, 0.5)
}

.btn-navy-10 {
	color: #fff;
	background-color: #2460b9;
	border-color: #2460b9
}

.btn-navy-10:hover {
	color: #fff;
	background-color: #1e4f99;
	border-color: #1c4a8e
}

.btn-navy-10:focus,
.btn-navy-10.focus {
	box-shadow: 0 0 0 .2rem rgba(69, 120, 196, 0.5)
}

.btn-navy-10.disabled,
.btn-navy-10:disabled {
	color: #fff;
	background-color: #2460b9;
	border-color: #2460b9
}

.btn-navy-10:not(:disabled):not(.disabled):active,
.btn-navy-10:not(:disabled):not(.disabled).active,
.show>.btn-navy-10.dropdown-toggle {
	color: #fff;
	background-color: #1c4a8e;
	border-color: #1a4484
}

.btn-navy-10:not(:disabled):not(.disabled):active:focus,
.btn-navy-10:not(:disabled):not(.disabled).active:focus,
.show>.btn-navy-10.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(69, 120, 196, 0.5)
}

.btn-blue-400 {
	color: #fff;
	background-color: #003893;
	border-color: #003893
}

.btn-blue-400:hover {
	color: #fff;
	background-color: #00296d;
	border-color: #002560
}

.btn-blue-400:focus,
.btn-blue-400.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 86, 163, 0.5)
}

.btn-blue-400.disabled,
.btn-blue-400:disabled {
	color: #fff;
	background-color: #003893;
	border-color: #003893
}

.btn-blue-400:not(:disabled):not(.disabled):active,
.btn-blue-400:not(:disabled):not(.disabled).active,
.show>.btn-blue-400.dropdown-toggle {
	color: #fff;
	background-color: #002560;
	border-color: #002053
}

.btn-blue-400:not(:disabled):not(.disabled):active:focus,
.btn-blue-400:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue-400.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 86, 163, 0.5)
}

.btn-yellow-10 {
	color: #212529;
	background-color: #ffc35b;
	border-color: #ffc35b
}

.btn-yellow-10:hover {
	color: #212529;
	background-color: #ffb535;
	border-color: #ffb028
}

.btn-yellow-10:focus,
.btn-yellow-10.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 171, 84, 0.5)
}

.btn-yellow-10.disabled,
.btn-yellow-10:disabled {
	color: #212529;
	background-color: #ffc35b;
	border-color: #ffc35b
}

.btn-yellow-10:not(:disabled):not(.disabled):active,
.btn-yellow-10:not(:disabled):not(.disabled).active,
.show>.btn-yellow-10.dropdown-toggle {
	color: #212529;
	background-color: #ffb028;
	border-color: #ffac1b
}

.btn-yellow-10:not(:disabled):not(.disabled):active:focus,
.btn-yellow-10:not(:disabled):not(.disabled).active:focus,
.show>.btn-yellow-10.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 171, 84, 0.5)
}

.btn-yellow-20 {
	color: #212529;
	background-color: #f49300;
	border-color: #f49300
}

.btn-yellow-20:hover {
	color: #fff;
	background-color: #ce7c00;
	border-color: #c17400
}

.btn-yellow-20:focus,
.btn-yellow-20.focus {
	box-shadow: 0 0 0 .2rem rgba(212, 131, 6, 0.5)
}

.btn-yellow-20.disabled,
.btn-yellow-20:disabled {
	color: #212529;
	background-color: #f49300;
	border-color: #f49300
}

.btn-yellow-20:not(:disabled):not(.disabled):active,
.btn-yellow-20:not(:disabled):not(.disabled).active,
.show>.btn-yellow-20.dropdown-toggle {
	color: #fff;
	background-color: #c17400;
	border-color: #b46d00
}

.btn-yellow-20:not(:disabled):not(.disabled):active:focus,
.btn-yellow-20:not(:disabled):not(.disabled).active:focus,
.show>.btn-yellow-20.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(212, 131, 6, 0.5)
}

.btn-green-10 {
	color: #212529;
	background-color: #afff93;
	border-color: #afff93
}

.btn-green-10:hover {
	color: #212529;
	background-color: #93ff6d;
	border-color: #89ff60
}

.btn-green-10:focus,
.btn-green-10.focus {
	box-shadow: 0 0 0 .2rem rgba(154, 222, 131, 0.5)
}

.btn-green-10.disabled,
.btn-green-10:disabled {
	color: #212529;
	background-color: #afff93;
	border-color: #afff93
}

.btn-green-10:not(:disabled):not(.disabled):active,
.btn-green-10:not(:disabled):not(.disabled).active,
.show>.btn-green-10.dropdown-toggle {
	color: #212529;
	background-color: #89ff60;
	border-color: #80ff53
}

.btn-green-10:not(:disabled):not(.disabled):active:focus,
.btn-green-10:not(:disabled):not(.disabled).active:focus,
.show>.btn-green-10.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(154, 222, 131, 0.5)
}

.btn-gray-400 {
	color: #fff;
	background-color: #666;
	border-color: #666
}

.btn-gray-400:hover {
	color: #fff;
	background-color: #535353;
	border-color: #4d4d4d
}

.btn-gray-400:focus,
.btn-gray-400.focus {
	box-shadow: 0 0 0 .2rem rgba(125, 125, 125, 0.5)
}

.btn-gray-400.disabled,
.btn-gray-400:disabled {
	color: #fff;
	background-color: #666;
	border-color: #666
}

.btn-gray-400:not(:disabled):not(.disabled):active,
.btn-gray-400:not(:disabled):not(.disabled).active,
.show>.btn-gray-400.dropdown-toggle {
	color: #fff;
	background-color: #4d4d4d;
	border-color: #464646
}

.btn-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-gray-400:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-400.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(125, 125, 125, 0.5)
}

.btn-gray-500 {
	color: #212529;
	background-color: #a3a3a3;
	border-color: #a3a3a3
}

.btn-gray-500:hover {
	color: #fff;
	background-color: #909090;
	border-color: #8a8a8a
}

.btn-gray-500:focus,
.btn-gray-500.focus {
	box-shadow: 0 0 0 .2rem rgba(144, 144, 145, 0.5)
}

.btn-gray-500.disabled,
.btn-gray-500:disabled {
	color: #212529;
	background-color: #a3a3a3;
	border-color: #a3a3a3
}

.btn-gray-500:not(:disabled):not(.disabled):active,
.btn-gray-500:not(:disabled):not(.disabled).active,
.show>.btn-gray-500.dropdown-toggle {
	color: #fff;
	background-color: #8a8a8a;
	border-color: #838383
}

.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-gray-500:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-500.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(144, 144, 145, 0.5)
}

.btn-outline-primary {
	color: #2460b9;
	border-color: #2460b9
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #2460b9;
	border-color: #2460b9
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(36, 96, 185, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #2460b9;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #2460b9;
	border-color: #2460b9
}

.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 .2rem rgba(36, 96, 185, 0.5)
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.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 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
	color: #42bc38;
	border-color: #42bc38
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #42bc38;
	border-color: #42bc38
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(66, 188, 56, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #42bc38;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #42bc38;
	border-color: #42bc38
}

.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 .2rem rgba(66, 188, 56, 0.5)
}

.btn-outline-info {
	color: #006ab5;
	border-color: #006ab5
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #006ab5;
	border-color: #006ab5
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 106, 181, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #006ab5;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #006ab5;
	border-color: #006ab5
}

.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 .2rem rgba(0, 106, 181, 0.5)
}

.btn-outline-warning {
	color: #ffc35b;
	border-color: #ffc35b
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc35b;
	border-color: #ffc35b
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 195, 91, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc35b;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc35b;
	border-color: #ffc35b
}

.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 .2rem rgba(255, 195, 91, 0.5)
}

.btn-outline-danger {
	color: #e74343;
	border-color: #e74343
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #e74343;
	border-color: #e74343
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(231, 67, 67, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #e74343;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #e74343;
	border-color: #e74343
}

.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 .2rem rgba(231, 67, 67, 0.5)
}

.btn-outline-light {
	color: #e0e0e0;
	border-color: #e0e0e0
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #e0e0e0;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

.btn-outline-dark {
	color: #1a1a1a;
	border-color: #1a1a1a
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #1a1a1a;
	border-color: #1a1a1a
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(26, 26, 26, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #1a1a1a;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1a1a;
	border-color: #1a1a1a
}

.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 .2rem rgba(26, 26, 26, 0.5)
}

.btn-outline-navy-5 {
	color: #0e3066;
	border-color: #0e3066
}

.btn-outline-navy-5:hover {
	color: #fff;
	background-color: #0e3066;
	border-color: #0e3066
}

.btn-outline-navy-5:focus,
.btn-outline-navy-5.focus {
	box-shadow: 0 0 0 .2rem rgba(14, 48, 102, 0.5)
}

.btn-outline-navy-5.disabled,
.btn-outline-navy-5:disabled {
	color: #0e3066;
	background-color: transparent
}

.btn-outline-navy-5:not(:disabled):not(.disabled):active,
.btn-outline-navy-5:not(:disabled):not(.disabled).active,
.show>.btn-outline-navy-5.dropdown-toggle {
	color: #fff;
	background-color: #0e3066;
	border-color: #0e3066
}

.btn-outline-navy-5:not(:disabled):not(.disabled):active:focus,
.btn-outline-navy-5:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-navy-5.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(14, 48, 102, 0.5)
}

.btn-outline-blue-10 {
	color: #acd4ff;
	border-color: #acd4ff
}

.btn-outline-blue-10:hover {
	color: #212529;
	background-color: #acd4ff;
	border-color: #acd4ff
}

.btn-outline-blue-10:focus,
.btn-outline-blue-10.focus {
	box-shadow: 0 0 0 .2rem rgba(172, 212, 255, 0.5)
}

.btn-outline-blue-10.disabled,
.btn-outline-blue-10:disabled {
	color: #acd4ff;
	background-color: transparent
}

.btn-outline-blue-10:not(:disabled):not(.disabled):active,
.btn-outline-blue-10:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue-10.dropdown-toggle {
	color: #212529;
	background-color: #acd4ff;
	border-color: #acd4ff
}

.btn-outline-blue-10:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue-10:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue-10.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(172, 212, 255, 0.5)
}

.btn-outline-navy-30 {
	color: #10cdd9;
	border-color: #10cdd9
}

.btn-outline-navy-30:hover {
	color: #fff;
	background-color: #10cdd9;
	border-color: #10cdd9
}

.btn-outline-navy-30:focus,
.btn-outline-navy-30.focus {
	box-shadow: 0 0 0 .2rem rgba(16, 205, 217, 0.5)
}

.btn-outline-navy-30.disabled,
.btn-outline-navy-30:disabled {
	color: #10cdd9;
	background-color: transparent
}

.btn-outline-navy-30:not(:disabled):not(.disabled):active,
.btn-outline-navy-30:not(:disabled):not(.disabled).active,
.show>.btn-outline-navy-30.dropdown-toggle {
	color: #fff;
	background-color: #10cdd9;
	border-color: #10cdd9
}

.btn-outline-navy-30:not(:disabled):not(.disabled):active:focus,
.btn-outline-navy-30:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-navy-30.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(16, 205, 217, 0.5)
}

.btn-outline-navy-40 {
	color: #052354;
	border-color: #052354
}

.btn-outline-navy-40:hover {
	color: #fff;
	background-color: #052354;
	border-color: #052354
}

.btn-outline-navy-40:focus,
.btn-outline-navy-40.focus {
	box-shadow: 0 0 0 .2rem rgba(5, 35, 84, 0.5)
}

.btn-outline-navy-40.disabled,
.btn-outline-navy-40:disabled {
	color: #052354;
	background-color: transparent
}

.btn-outline-navy-40:not(:disabled):not(.disabled):active,
.btn-outline-navy-40:not(:disabled):not(.disabled).active,
.show>.btn-outline-navy-40.dropdown-toggle {
	color: #fff;
	background-color: #052354;
	border-color: #052354
}

.btn-outline-navy-40:not(:disabled):not(.disabled):active:focus,
.btn-outline-navy-40:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-navy-40.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(5, 35, 84, 0.5)
}

.btn-outline-blue-20 {
	color: #2b91fe;
	border-color: #2b91fe
}

.btn-outline-blue-20:hover {
	color: #fff;
	background-color: #2b91fe;
	border-color: #2b91fe
}

.btn-outline-blue-20:focus,
.btn-outline-blue-20.focus {
	box-shadow: 0 0 0 .2rem rgba(43, 145, 254, 0.5)
}

.btn-outline-blue-20.disabled,
.btn-outline-blue-20:disabled {
	color: #2b91fe;
	background-color: transparent
}

.btn-outline-blue-20:not(:disabled):not(.disabled):active,
.btn-outline-blue-20:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue-20.dropdown-toggle {
	color: #fff;
	background-color: #2b91fe;
	border-color: #2b91fe
}

.btn-outline-blue-20:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue-20:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue-20.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(43, 145, 254, 0.5)
}

.btn-outline-navy-10 {
	color: #2460b9;
	border-color: #2460b9
}

.btn-outline-navy-10:hover {
	color: #fff;
	background-color: #2460b9;
	border-color: #2460b9
}

.btn-outline-navy-10:focus,
.btn-outline-navy-10.focus {
	box-shadow: 0 0 0 .2rem rgba(36, 96, 185, 0.5)
}

.btn-outline-navy-10.disabled,
.btn-outline-navy-10:disabled {
	color: #2460b9;
	background-color: transparent
}

.btn-outline-navy-10:not(:disabled):not(.disabled):active,
.btn-outline-navy-10:not(:disabled):not(.disabled).active,
.show>.btn-outline-navy-10.dropdown-toggle {
	color: #fff;
	background-color: #2460b9;
	border-color: #2460b9
}

.btn-outline-navy-10:not(:disabled):not(.disabled):active:focus,
.btn-outline-navy-10:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-navy-10.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(36, 96, 185, 0.5)
}

.btn-outline-blue-400 {
	color: #003893;
	border-color: #003893
}

.btn-outline-blue-400:hover {
	color: #fff;
	background-color: #003893;
	border-color: #003893
}

.btn-outline-blue-400:focus,
.btn-outline-blue-400.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 56, 147, 0.5)
}

.btn-outline-blue-400.disabled,
.btn-outline-blue-400:disabled {
	color: #003893;
	background-color: transparent
}

.btn-outline-blue-400:not(:disabled):not(.disabled):active,
.btn-outline-blue-400:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue-400.dropdown-toggle {
	color: #fff;
	background-color: #003893;
	border-color: #003893
}

.btn-outline-blue-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue-400:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue-400.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 56, 147, 0.5)
}

.btn-outline-yellow-10 {
	color: #ffc35b;
	border-color: #ffc35b
}

.btn-outline-yellow-10:hover {
	color: #212529;
	background-color: #ffc35b;
	border-color: #ffc35b
}

.btn-outline-yellow-10:focus,
.btn-outline-yellow-10.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 195, 91, 0.5)
}

.btn-outline-yellow-10.disabled,
.btn-outline-yellow-10:disabled {
	color: #ffc35b;
	background-color: transparent
}

.btn-outline-yellow-10:not(:disabled):not(.disabled):active,
.btn-outline-yellow-10:not(:disabled):not(.disabled).active,
.show>.btn-outline-yellow-10.dropdown-toggle {
	color: #212529;
	background-color: #ffc35b;
	border-color: #ffc35b
}

.btn-outline-yellow-10:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow-10:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-yellow-10.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 195, 91, 0.5)
}

.btn-outline-yellow-20 {
	color: #f49300;
	border-color: #f49300
}

.btn-outline-yellow-20:hover {
	color: #212529;
	background-color: #f49300;
	border-color: #f49300
}

.btn-outline-yellow-20:focus,
.btn-outline-yellow-20.focus {
	box-shadow: 0 0 0 .2rem rgba(244, 147, 0, 0.5)
}

.btn-outline-yellow-20.disabled,
.btn-outline-yellow-20:disabled {
	color: #f49300;
	background-color: transparent
}

.btn-outline-yellow-20:not(:disabled):not(.disabled):active,
.btn-outline-yellow-20:not(:disabled):not(.disabled).active,
.show>.btn-outline-yellow-20.dropdown-toggle {
	color: #212529;
	background-color: #f49300;
	border-color: #f49300
}

.btn-outline-yellow-20:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow-20:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-yellow-20.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(244, 147, 0, 0.5)
}

.btn-outline-green-10 {
	color: #afff93;
	border-color: #afff93
}

.btn-outline-green-10:hover {
	color: #212529;
	background-color: #afff93;
	border-color: #afff93
}

.btn-outline-green-10:focus,
.btn-outline-green-10.focus {
	box-shadow: 0 0 0 .2rem rgba(175, 255, 147, 0.5)
}

.btn-outline-green-10.disabled,
.btn-outline-green-10:disabled {
	color: #afff93;
	background-color: transparent
}

.btn-outline-green-10:not(:disabled):not(.disabled):active,
.btn-outline-green-10:not(:disabled):not(.disabled).active,
.show>.btn-outline-green-10.dropdown-toggle {
	color: #212529;
	background-color: #afff93;
	border-color: #afff93
}

.btn-outline-green-10:not(:disabled):not(.disabled):active:focus,
.btn-outline-green-10:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-green-10.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(175, 255, 147, 0.5)
}

.btn-outline-gray-400 {
	color: #666;
	border-color: #666
}

.btn-outline-gray-400:hover {
	color: #fff;
	background-color: #666;
	border-color: #666
}

.btn-outline-gray-400:focus,
.btn-outline-gray-400.focus {
	box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5)
}

.btn-outline-gray-400.disabled,
.btn-outline-gray-400:disabled {
	color: #666;
	background-color: transparent
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active,
.btn-outline-gray-400:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-400.dropdown-toggle {
	color: #fff;
	background-color: #666;
	border-color: #666
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-400.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5)
}

.btn-outline-gray-500 {
	color: #a3a3a3;
	border-color: #a3a3a3
}

.btn-outline-gray-500:hover {
	color: #212529;
	background-color: #a3a3a3;
	border-color: #a3a3a3
}

.btn-outline-gray-500:focus,
.btn-outline-gray-500.focus {
	box-shadow: 0 0 0 .2rem rgba(163, 163, 163, 0.5)
}

.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
	color: #a3a3a3;
	background-color: transparent
}

.btn-outline-gray-500:not(:disabled):not(.disabled):active,
.btn-outline-gray-500:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-500.dropdown-toggle {
	color: #212529;
	background-color: #a3a3a3;
	border-color: #a3a3a3
}

.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-500.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(163, 163, 163, 0.5)
}

.btn-link {
	font-weight: 400;
	color: #2460b9;
	text-decoration: none
}

.btn-link:hover {
	color: #183f79;
	text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
	padding: .125rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.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 0.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 0.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: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem
}

.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: 1280px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 1366px) {
	.dropdown-menu-xxl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xxl-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 #e0e0e0
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #e0e0e0
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #2460b9
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: flex;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
	display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
	text-align: center;
	white-space: nowrap;
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	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 + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	padding: .5rem 1rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(1.5em + .25rem + 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: .125rem .5rem;
	font-size: .7rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #2460b9;
	background-color: #2460b9
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #2b91fe
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #a3c1ed;
	border-color: #a3c1ed
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #f0f0f0
}

.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: #a3a3a3 solid 1px
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #2460b9;
	background-color: #2460b9
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(36, 96, 185, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(36, 96, 185, 0.5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(36, 96, 185, 0.5)
}

.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: #a3a3a3;
	border-radius: .5rem;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(36, 96, 185, 0.5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: 2.175rem;
	padding: .5rem 1.75rem .5rem .75rem;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%231a1a1a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #2b91fe;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(36, 96, 185, 0.25)
}

.custom-select:focus::-ms-value {
	color: #1a1a1a;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #f0f0f0
}

.custom-select::-ms-expand {
	display: none
}

.custom-select-sm {
	height: calc(1.5em + .25rem + 2px);
	padding-top: .125rem;
	padding-bottom: .125rem;
	padding-left: .5rem;
	font-size: .7rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: .75rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 2.175rem;
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 2.175rem;
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #2b91fe;
	box-shadow: none
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #f0f0f0
}

.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: 2.175rem;
	padding: .5rem .75rem;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.4em + 1rem);
	padding: .5rem .75rem;
	line-height: 1.4;
	color: #1a1a1a;
	content: "Browse";
	background-color: #f0f0f0;
	border-left: inherit;
	border-radius: 0 4px 4px 0
}

.custom-range {
	width: 100%;
	height: calc(1rem + .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 #fff, none
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, none
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #2460b9;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-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: #a3c1ed
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #858585;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #2460b9;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-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: #a3c1ed
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #858585;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #2460b9;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #a3c1ed
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #858585;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #858585;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #a3a3a3
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #a3a3a3
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #a3a3a3
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #858585
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #f0f0f0 #f0f0f0 #858585
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #858585 #858585 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: 2px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #2460b9 !important;
	background-color: #2460b9
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand: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: .5rem;
	padding-bottom: .5rem
}

.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: .25rem
}

.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 {
		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 {
		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 {
		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 {
		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 {
		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 {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width: 1279.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 1280px) {
	.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 {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

@media (max-width: 1365.98px) {
	.navbar-expand-xxl>.container,
	.navbar-expand-xxl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 1366px) {
	.navbar-expand-xxl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xxl>.container,
	.navbar-expand-xxl>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	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 {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3)
}

.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: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.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: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25)
}

.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: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .5rem .5rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: rgba(43, 145, 254, 0.24);
	border-radius: 0
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: ">"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #2460b9
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #2460b9;
	background-color: #fff;
	border: 1px solid #e0e0e0
}

.page-link:hover {
	z-index: 2;
	color: #183f79;
	text-decoration: none;
	background-color: #f0f0f0;
	border-color: #858585
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(36, 96, 185, 0.25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #2460b9;
	border-color: #2460b9
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #858585
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.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: #2460b9
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #1c4a8e
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(36, 96, 185, 0.5)
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
	color: #fff;
	background-color: #42bc38
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #34952c
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(66, 188, 56, 0.5)
}

.badge-info {
	color: #fff;
	background-color: #006ab5
}

a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #004c82
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 106, 181, 0.5)
}

.badge-warning {
	color: #212529;
	background-color: #ffc35b
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #ffb028
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 195, 91, 0.5)
}

.badge-danger {
	color: #fff;
	background-color: #e74343
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #db1c1c
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(231, 67, 67, 0.5)
}

.badge-light {
	color: #212529;
	background-color: #e0e0e0
}

a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #c7c7c7
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

.badge-dark {
	color: #fff;
	background-color: #1a1a1a
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #010101
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(26, 26, 26, 0.5)
}

.badge-navy-5 {
	color: #fff;
	background-color: #0e3066
}

a.badge-navy-5:hover,
a.badge-navy-5:focus {
	color: #fff;
	background-color: #081b39
}

a.badge-navy-5:focus,
a.badge-navy-5.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(14, 48, 102, 0.5)
}

.badge-blue-10 {
	color: #212529;
	background-color: #acd4ff
}

a.badge-blue-10:hover,
a.badge-blue-10:focus {
	color: #212529;
	background-color: #79baff
}

a.badge-blue-10:focus,
a.badge-blue-10.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(172, 212, 255, 0.5)
}

.badge-navy-30 {
	color: #fff;
	background-color: #10cdd9
}

a.badge-navy-30:hover,
a.badge-navy-30:focus {
	color: #fff;
	background-color: #0ca0aa
}

a.badge-navy-30:focus,
a.badge-navy-30.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(16, 205, 217, 0.5)
}

.badge-navy-40 {
	color: #fff;
	background-color: #052354
}

a.badge-navy-40:hover,
a.badge-navy-40:focus {
	color: #fff;
	background-color: #020f24
}

a.badge-navy-40:focus,
a.badge-navy-40.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(5, 35, 84, 0.5)
}

.badge-blue-20 {
	color: #fff;
	background-color: #2b91fe
}

a.badge-blue-20:hover,
a.badge-blue-20:focus {
	color: #fff;
	background-color: #0177f5
}

a.badge-blue-20:focus,
a.badge-blue-20.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(43, 145, 254, 0.5)
}

.badge-navy-10 {
	color: #fff;
	background-color: #2460b9
}

a.badge-navy-10:hover,
a.badge-navy-10:focus {
	color: #fff;
	background-color: #1c4a8e
}

a.badge-navy-10:focus,
a.badge-navy-10.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(36, 96, 185, 0.5)
}

.badge-blue-400 {
	color: #fff;
	background-color: #003893
}

a.badge-blue-400:hover,
a.badge-blue-400:focus {
	color: #fff;
	background-color: #002560
}

a.badge-blue-400:focus,
a.badge-blue-400.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 56, 147, 0.5)
}

.badge-yellow-10 {
	color: #212529;
	background-color: #ffc35b
}

a.badge-yellow-10:hover,
a.badge-yellow-10:focus {
	color: #212529;
	background-color: #ffb028
}

a.badge-yellow-10:focus,
a.badge-yellow-10.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 195, 91, 0.5)
}

.badge-yellow-20 {
	color: #212529;
	background-color: #f49300
}

a.badge-yellow-20:hover,
a.badge-yellow-20:focus {
	color: #212529;
	background-color: #c17400
}

a.badge-yellow-20:focus,
a.badge-yellow-20.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(244, 147, 0, 0.5)
}

.badge-green-10 {
	color: #212529;
	background-color: #afff93
}

a.badge-green-10:hover,
a.badge-green-10:focus {
	color: #212529;
	background-color: #89ff60
}

a.badge-green-10:focus,
a.badge-green-10.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(175, 255, 147, 0.5)
}

.badge-gray-400 {
	color: #fff;
	background-color: #666
}

a.badge-gray-400:hover,
a.badge-gray-400:focus {
	color: #fff;
	background-color: #4d4d4d
}

a.badge-gray-400:focus,
a.badge-gray-400.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(102, 102, 102, 0.5)
}

.badge-gray-500 {
	color: #212529;
	background-color: #a3a3a3
}

a.badge-gray-500:hover,
a.badge-gray-500:focus {
	color: #212529;
	background-color: #8a8a8a
}

a.badge-gray-500:focus,
a.badge-gray-500.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(163, 163, 163, 0.5)
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 5px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 5px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 5px;
	overflow: hidden;
	font-size: .75rem;
	background-color: #052354;
	border-radius: 0
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0da3b8;
	transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 5px 5px
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

@media (max-width: 1200px) {
	.close {
		font-size: calc(1.45833rem + .05556vw)
	}
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.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 0.3s ease-out;
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	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);
	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: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .3rem;
	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 1rem;
	border-bottom: 1px solid #858585;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem 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;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #858585;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .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)
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width: 1280px) {
	.modal-xl {
		max-width: 1140px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Mukta", 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: .833rem;
	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: #2460b9
}

.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: #2460b9
}

.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: #2460b9
}

.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: #2460b9
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #2460b9;
	border-radius: .25rem
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

.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: #2460b9 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #1c4a8e !important
}

.bg-secondary {
	background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important
}

.bg-success {
	background-color: #42bc38 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #34952c !important
}

.bg-info {
	background-color: #006ab5 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #004c82 !important
}

.bg-warning {
	background-color: #ffc35b !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #ffb028 !important
}

.bg-danger {
	background-color: #e74343 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #db1c1c !important
}

.bg-light {
	background-color: #e0e0e0 !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #c7c7c7 !important
}

.bg-dark {
	background-color: #1a1a1a !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #010101 !important
}

.bg-navy-5 {
	background-color: #0e3066 !important
}

a.bg-navy-5:hover,
a.bg-navy-5:focus,
button.bg-navy-5:hover,
button.bg-navy-5:focus {
	background-color: #081b39 !important
}

.bg-blue-10 {
	background-color: #acd4ff !important
}

a.bg-blue-10:hover,
a.bg-blue-10:focus,
button.bg-blue-10:hover,
button.bg-blue-10:focus {
	background-color: #79baff !important
}

.bg-navy-30 {
	background-color: #10cdd9 !important
}

a.bg-navy-30:hover,
a.bg-navy-30:focus,
button.bg-navy-30:hover,
button.bg-navy-30:focus {
	background-color: #0ca0aa !important
}

.bg-navy-40 {
	background-color: #052354 !important
}

a.bg-navy-40:hover,
a.bg-navy-40:focus,
button.bg-navy-40:hover,
button.bg-navy-40:focus {
	background-color: #020f24 !important
}

.bg-blue-20 {
	background-color: #2b91fe !important
}

a.bg-blue-20:hover,
a.bg-blue-20:focus,
button.bg-blue-20:hover,
button.bg-blue-20:focus {
	background-color: #0177f5 !important
}

.bg-navy-10 {
	background-color: #2460b9 !important
}

a.bg-navy-10:hover,
a.bg-navy-10:focus,
button.bg-navy-10:hover,
button.bg-navy-10:focus {
	background-color: #1c4a8e !important
}

.bg-blue-400 {
	background-color: #003893 !important
}

a.bg-blue-400:hover,
a.bg-blue-400:focus,
button.bg-blue-400:hover,
button.bg-blue-400:focus {
	background-color: #002560 !important
}

.bg-yellow-10 {
	background-color: #ffc35b !important
}

a.bg-yellow-10:hover,
a.bg-yellow-10:focus,
button.bg-yellow-10:hover,
button.bg-yellow-10:focus {
	background-color: #ffb028 !important
}

.bg-yellow-20 {
	background-color: #f49300 !important
}

a.bg-yellow-20:hover,
a.bg-yellow-20:focus,
button.bg-yellow-20:hover,
button.bg-yellow-20:focus {
	background-color: #c17400 !important
}

.bg-green-10 {
	background-color: #afff93 !important
}

a.bg-green-10:hover,
a.bg-green-10:focus,
button.bg-green-10:hover,
button.bg-green-10:focus {
	background-color: #89ff60 !important
}

.bg-gray-400 {
	background-color: #666 !important
}

a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
	background-color: #4d4d4d !important
}

.bg-gray-500 {
	background-color: #a3a3a3 !important
}

a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
	background-color: #8a8a8a !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #858585 !important
}

.border-top {
	border-top: 1px solid #858585 !important
}

.border-right {
	border-right: 1px solid #858585 !important
}

.border-bottom {
	border-bottom: 1px solid #858585 !important
}

.border-left {
	border-left: 1px solid #858585 !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: #2460b9 !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #42bc38 !important
}

.border-info {
	border-color: #006ab5 !important
}

.border-warning {
	border-color: #ffc35b !important
}

.border-danger {
	border-color: #e74343 !important
}

.border-light {
	border-color: #e0e0e0 !important
}

.border-dark {
	border-color: #1a1a1a !important
}

.border-navy-5 {
	border-color: #0e3066 !important
}

.border-blue-10 {
	border-color: #acd4ff !important
}

.border-navy-30 {
	border-color: #10cdd9 !important
}

.border-navy-40 {
	border-color: #052354 !important
}

.border-blue-20 {
	border-color: #2b91fe !important
}

.border-navy-10 {
	border-color: #2460b9 !important
}

.border-blue-400 {
	border-color: #003893 !important
}

.border-yellow-10 {
	border-color: #ffc35b !important
}

.border-yellow-20 {
	border-color: #f49300 !important
}

.border-green-10 {
	border-color: #afff93 !important
}

.border-gray-400 {
	border-color: #666 !important
}

.border-gray-500 {
	border-color: #a3a3a3 !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
}

.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: 1280px) {
	.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 (min-width: 1366px) {
	.d-xxl-none {
		display: none !important
	}
	.d-xxl-inline {
		display: inline !important
	}
	.d-xxl-inline-block {
		display: inline-block !important
	}
	.d-xxl-block {
		display: block !important
	}
	.d-xxl-table {
		display: table !important
	}
	.d-xxl-table-row {
		display: table-row !important
	}
	.d-xxl-table-cell {
		display: table-cell !important
	}
	.d-xxl-flex {
		display: flex !important
	}
	.d-xxl-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.85714%
}

.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: 1280px) {
	.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
	}
}

@media (min-width: 1366px) {
	.flex-xxl-row {
		flex-direction: row !important
	}
	.flex-xxl-column {
		flex-direction: column !important
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important
	}
	.flex-xxl-wrap {
		flex-wrap: wrap !important
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-xxl-fill {
		flex: 1 1 auto !important
	}
	.flex-xxl-grow-0 {
		flex-grow: 0 !important
	}
	.flex-xxl-grow-1 {
		flex-grow: 1 !important
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-xxl-start {
		justify-content: flex-start !important
	}
	.justify-content-xxl-end {
		justify-content: flex-end !important
	}
	.justify-content-xxl-center {
		justify-content: center !important
	}
	.justify-content-xxl-between {
		justify-content: space-between !important
	}
	.justify-content-xxl-around {
		justify-content: space-around !important
	}
	.align-items-xxl-start {
		align-items: flex-start !important
	}
	.align-items-xxl-end {
		align-items: flex-end !important
	}
	.align-items-xxl-center {
		align-items: center !important
	}
	.align-items-xxl-baseline {
		align-items: baseline !important
	}
	.align-items-xxl-stretch {
		align-items: stretch !important
	}
	.align-content-xxl-start {
		align-content: flex-start !important
	}
	.align-content-xxl-end {
		align-content: flex-end !important
	}
	.align-content-xxl-center {
		align-content: center !important
	}
	.align-content-xxl-between {
		align-content: space-between !important
	}
	.align-content-xxl-around {
		align-content: space-around !important
	}
	.align-content-xxl-stretch {
		align-content: stretch !important
	}
	.align-self-xxl-auto {
		align-self: auto !important
	}
	.align-self-xxl-start {
		align-self: flex-start !important
	}
	.align-self-xxl-end {
		align-self: flex-end !important
	}
	.align-self-xxl-center {
		align-self: center !important
	}
	.align-self-xxl-baseline {
		align-self: baseline !important
	}
	.align-self-xxl-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: 1280px) {
	.float-xl-left {
		float: left !important
	}
	.float-xl-right {
		float: right !important
	}
	.float-xl-none {
		float: none !important
	}
}

@media (min-width: 1366px) {
	.float-xxl-left {
		float: left !important
	}
	.float-xxl-right {
		float: right !important
	}
	.float-xxl-none {
		float: 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: 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: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !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
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.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: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 2rem !important
}

.mt-5,
.my-5 {
	margin-top: 2rem !important
}

.mr-5,
.mx-5 {
	margin-right: 2rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 2rem !important
}

.ml-5,
.mx-5 {
	margin-left: 2rem !important
}

.m-6 {
	margin: 3rem !important
}

.mt-6,
.my-6 {
	margin-top: 3rem !important
}

.mr-6,
.mx-6 {
	margin-right: 3rem !important
}

.mb-6,
.my-6 {
	margin-bottom: 3rem !important
}

.ml-6,
.mx-6 {
	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: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 2rem !important
}

.pt-5,
.py-5 {
	padding-top: 2rem !important
}

.pr-5,
.px-5 {
	padding-right: 2rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 2rem !important
}

.pl-5,
.px-5 {
	padding-left: 2rem !important
}

.p-6 {
	padding: 3rem !important
}

.pt-6,
.py-6 {
	padding-top: 3rem !important
}

.pr-6,
.px-6 {
	padding-right: 3rem !important
}

.pb-6,
.py-6 {
	padding-bottom: 3rem !important
}

.pl-6,
.px-6 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important
}

.m-n2 {
	margin: -0.25rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -0.25rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -0.25rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.25rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -0.25rem !important
}

.m-n3 {
	margin: -0.25rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -0.25rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -0.25rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -0.25rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -0.25rem !important
}

.m-n4 {
	margin: -0.25rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -0.25rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -0.25rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -0.25rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -0.25rem !important
}

.m-n5 {
	margin: -0.25rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -0.25rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -0.25rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -0.25rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -0.25rem !important
}

.m-n6 {
	margin: -0.25rem !important
}

.mt-n6,
.my-n6 {
	margin-top: -0.25rem !important
}

.mr-n6,
.mx-n6 {
	margin-right: -0.25rem !important
}

.mb-n6,
.my-n6 {
	margin-bottom: -0.25rem !important
}

.ml-n6,
.mx-n6 {
	margin-left: -0.25rem !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: 1.5rem !important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}
	.m-sm-5 {
		margin: 2rem !important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 2rem !important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 2rem !important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 2rem !important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 2rem !important
	}
	.m-sm-6 {
		margin: 3rem !important
	}
	.mt-sm-6,
	.my-sm-6 {
		margin-top: 3rem !important
	}
	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 3rem !important
	}
	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 3rem !important
	}
	.ml-sm-6,
	.mx-sm-6 {
		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: 1.5rem !important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}
	.p-sm-5 {
		padding: 2rem !important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 2rem !important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 2rem !important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 2rem !important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 2rem !important
	}
	.p-sm-6 {
		padding: 3rem !important
	}
	.pt-sm-6,
	.py-sm-6 {
		padding-top: 3rem !important
	}
	.pr-sm-6,
	.px-sm-6 {
		padding-right: 3rem !important
	}
	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 3rem !important
	}
	.pl-sm-6,
	.px-sm-6 {
		padding-left: 3rem !important
	}
	.m-sm-n1 {
		margin: -0.25rem !important
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important
	}
	.m-sm-n2 {
		margin: -0.25rem !important
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.25rem !important
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.25rem !important
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.25rem !important
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.25rem !important
	}
	.m-sm-n3 {
		margin: -0.25rem !important
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -0.25rem !important
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -0.25rem !important
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -0.25rem !important
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -0.25rem !important
	}
	.m-sm-n4 {
		margin: -0.25rem !important
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -0.25rem !important
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -0.25rem !important
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -0.25rem !important
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -0.25rem !important
	}
	.m-sm-n5 {
		margin: -0.25rem !important
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -0.25rem !important
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -0.25rem !important
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -0.25rem !important
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -0.25rem !important
	}
	.m-sm-n6 {
		margin: -0.25rem !important
	}
	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -0.25rem !important
	}
	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -0.25rem !important
	}
	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -0.25rem !important
	}
	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -0.25rem !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: 1.5rem !important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}
	.m-md-5 {
		margin: 2rem !important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 2rem !important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 2rem !important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 2rem !important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 2rem !important
	}
	.m-md-6 {
		margin: 3rem !important
	}
	.mt-md-6,
	.my-md-6 {
		margin-top: 3rem !important
	}
	.mr-md-6,
	.mx-md-6 {
		margin-right: 3rem !important
	}
	.mb-md-6,
	.my-md-6 {
		margin-bottom: 3rem !important
	}
	.ml-md-6,
	.mx-md-6 {
		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: 1.5rem !important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}
	.p-md-5 {
		padding: 2rem !important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 2rem !important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 2rem !important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 2rem !important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 2rem !important
	}
	.p-md-6 {
		padding: 3rem !important
	}
	.pt-md-6,
	.py-md-6 {
		padding-top: 3rem !important
	}
	.pr-md-6,
	.px-md-6 {
		padding-right: 3rem !important
	}
	.pb-md-6,
	.py-md-6 {
		padding-bottom: 3rem !important
	}
	.pl-md-6,
	.px-md-6 {
		padding-left: 3rem !important
	}
	.m-md-n1 {
		margin: -0.25rem !important
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important
	}
	.m-md-n2 {
		margin: -0.25rem !important
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.25rem !important
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.25rem !important
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.25rem !important
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.25rem !important
	}
	.m-md-n3 {
		margin: -0.25rem !important
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -0.25rem !important
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -0.25rem !important
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -0.25rem !important
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -0.25rem !important
	}
	.m-md-n4 {
		margin: -0.25rem !important
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -0.25rem !important
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -0.25rem !important
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -0.25rem !important
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -0.25rem !important
	}
	.m-md-n5 {
		margin: -0.25rem !important
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -0.25rem !important
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -0.25rem !important
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -0.25rem !important
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -0.25rem !important
	}
	.m-md-n6 {
		margin: -0.25rem !important
	}
	.mt-md-n6,
	.my-md-n6 {
		margin-top: -0.25rem !important
	}
	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -0.25rem !important
	}
	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -0.25rem !important
	}
	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -0.25rem !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: 1.5rem !important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}
	.m-lg-5 {
		margin: 2rem !important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 2rem !important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 2rem !important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 2rem !important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 2rem !important
	}
	.m-lg-6 {
		margin: 3rem !important
	}
	.mt-lg-6,
	.my-lg-6 {
		margin-top: 3rem !important
	}
	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 3rem !important
	}
	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 3rem !important
	}
	.ml-lg-6,
	.mx-lg-6 {
		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: 1.5rem !important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}
	.p-lg-5 {
		padding: 2rem !important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 2rem !important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 2rem !important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 2rem !important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 2rem !important
	}
	.p-lg-6 {
		padding: 3rem !important
	}
	.pt-lg-6,
	.py-lg-6 {
		padding-top: 3rem !important
	}
	.pr-lg-6,
	.px-lg-6 {
		padding-right: 3rem !important
	}
	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 3rem !important
	}
	.pl-lg-6,
	.px-lg-6 {
		padding-left: 3rem !important
	}
	.m-lg-n1 {
		margin: -0.25rem !important
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important
	}
	.m-lg-n2 {
		margin: -0.25rem !important
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.25rem !important
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.25rem !important
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.25rem !important
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.25rem !important
	}
	.m-lg-n3 {
		margin: -0.25rem !important
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -0.25rem !important
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -0.25rem !important
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -0.25rem !important
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -0.25rem !important
	}
	.m-lg-n4 {
		margin: -0.25rem !important
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -0.25rem !important
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -0.25rem !important
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -0.25rem !important
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -0.25rem !important
	}
	.m-lg-n5 {
		margin: -0.25rem !important
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -0.25rem !important
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -0.25rem !important
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -0.25rem !important
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -0.25rem !important
	}
	.m-lg-n6 {
		margin: -0.25rem !important
	}
	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -0.25rem !important
	}
	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -0.25rem !important
	}
	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -0.25rem !important
	}
	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -0.25rem !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: 1280px) {
	.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: 1.5rem !important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}
	.m-xl-5 {
		margin: 2rem !important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 2rem !important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 2rem !important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 2rem !important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 2rem !important
	}
	.m-xl-6 {
		margin: 3rem !important
	}
	.mt-xl-6,
	.my-xl-6 {
		margin-top: 3rem !important
	}
	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 3rem !important
	}
	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 3rem !important
	}
	.ml-xl-6,
	.mx-xl-6 {
		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: 1.5rem !important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}
	.p-xl-5 {
		padding: 2rem !important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 2rem !important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 2rem !important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 2rem !important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 2rem !important
	}
	.p-xl-6 {
		padding: 3rem !important
	}
	.pt-xl-6,
	.py-xl-6 {
		padding-top: 3rem !important
	}
	.pr-xl-6,
	.px-xl-6 {
		padding-right: 3rem !important
	}
	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 3rem !important
	}
	.pl-xl-6,
	.px-xl-6 {
		padding-left: 3rem !important
	}
	.m-xl-n1 {
		margin: -0.25rem !important
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important
	}
	.m-xl-n2 {
		margin: -0.25rem !important
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.25rem !important
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.25rem !important
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.25rem !important
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.25rem !important
	}
	.m-xl-n3 {
		margin: -0.25rem !important
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -0.25rem !important
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -0.25rem !important
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -0.25rem !important
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -0.25rem !important
	}
	.m-xl-n4 {
		margin: -0.25rem !important
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -0.25rem !important
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -0.25rem !important
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -0.25rem !important
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -0.25rem !important
	}
	.m-xl-n5 {
		margin: -0.25rem !important
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -0.25rem !important
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -0.25rem !important
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -0.25rem !important
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -0.25rem !important
	}
	.m-xl-n6 {
		margin: -0.25rem !important
	}
	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -0.25rem !important
	}
	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -0.25rem !important
	}
	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -0.25rem !important
	}
	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -0.25rem !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
	}
}

@media (min-width: 1366px) {
	.m-xxl-0 {
		margin: 0 !important
	}
	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0 !important
	}
	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0 !important
	}
	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0 !important
	}
	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0 !important
	}
	.m-xxl-1 {
		margin: .25rem !important
	}
	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: .25rem !important
	}
	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: .25rem !important
	}
	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: .25rem !important
	}
	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: .25rem !important
	}
	.m-xxl-2 {
		margin: .5rem !important
	}
	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: .5rem !important
	}
	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: .5rem !important
	}
	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: .5rem !important
	}
	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: .5rem !important
	}
	.m-xxl-3 {
		margin: 1rem !important
	}
	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem !important
	}
	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem !important
	}
	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem !important
	}
	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem !important
	}
	.m-xxl-4 {
		margin: 1.5rem !important
	}
	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem !important
	}
	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem !important
	}
	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem !important
	}
	.m-xxl-5 {
		margin: 2rem !important
	}
	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 2rem !important
	}
	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 2rem !important
	}
	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 2rem !important
	}
	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 2rem !important
	}
	.m-xxl-6 {
		margin: 3rem !important
	}
	.mt-xxl-6,
	.my-xxl-6 {
		margin-top: 3rem !important
	}
	.mr-xxl-6,
	.mx-xxl-6 {
		margin-right: 3rem !important
	}
	.mb-xxl-6,
	.my-xxl-6 {
		margin-bottom: 3rem !important
	}
	.ml-xxl-6,
	.mx-xxl-6 {
		margin-left: 3rem !important
	}
	.p-xxl-0 {
		padding: 0 !important
	}
	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0 !important
	}
	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0 !important
	}
	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0 !important
	}
	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0 !important
	}
	.p-xxl-1 {
		padding: .25rem !important
	}
	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: .25rem !important
	}
	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: .25rem !important
	}
	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: .25rem !important
	}
	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: .25rem !important
	}
	.p-xxl-2 {
		padding: .5rem !important
	}
	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: .5rem !important
	}
	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: .5rem !important
	}
	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: .5rem !important
	}
	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: .5rem !important
	}
	.p-xxl-3 {
		padding: 1rem !important
	}
	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem !important
	}
	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem !important
	}
	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem !important
	}
	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem !important
	}
	.p-xxl-4 {
		padding: 1.5rem !important
	}
	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem !important
	}
	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem !important
	}
	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem !important
	}
	.p-xxl-5 {
		padding: 2rem !important
	}
	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 2rem !important
	}
	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 2rem !important
	}
	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 2rem !important
	}
	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 2rem !important
	}
	.p-xxl-6 {
		padding: 3rem !important
	}
	.pt-xxl-6,
	.py-xxl-6 {
		padding-top: 3rem !important
	}
	.pr-xxl-6,
	.px-xxl-6 {
		padding-right: 3rem !important
	}
	.pb-xxl-6,
	.py-xxl-6 {
		padding-bottom: 3rem !important
	}
	.pl-xxl-6,
	.px-xxl-6 {
		padding-left: 3rem !important
	}
	.m-xxl-n1 {
		margin: -0.25rem !important
	}
	.mt-xxl-n1,
	.my-xxl-n1 {
		margin-top: -0.25rem !important
	}
	.mr-xxl-n1,
	.mx-xxl-n1 {
		margin-right: -0.25rem !important
	}
	.mb-xxl-n1,
	.my-xxl-n1 {
		margin-bottom: -0.25rem !important
	}
	.ml-xxl-n1,
	.mx-xxl-n1 {
		margin-left: -0.25rem !important
	}
	.m-xxl-n2 {
		margin: -0.25rem !important
	}
	.mt-xxl-n2,
	.my-xxl-n2 {
		margin-top: -0.25rem !important
	}
	.mr-xxl-n2,
	.mx-xxl-n2 {
		margin-right: -0.25rem !important
	}
	.mb-xxl-n2,
	.my-xxl-n2 {
		margin-bottom: -0.25rem !important
	}
	.ml-xxl-n2,
	.mx-xxl-n2 {
		margin-left: -0.25rem !important
	}
	.m-xxl-n3 {
		margin: -0.25rem !important
	}
	.mt-xxl-n3,
	.my-xxl-n3 {
		margin-top: -0.25rem !important
	}
	.mr-xxl-n3,
	.mx-xxl-n3 {
		margin-right: -0.25rem !important
	}
	.mb-xxl-n3,
	.my-xxl-n3 {
		margin-bottom: -0.25rem !important
	}
	.ml-xxl-n3,
	.mx-xxl-n3 {
		margin-left: -0.25rem !important
	}
	.m-xxl-n4 {
		margin: -0.25rem !important
	}
	.mt-xxl-n4,
	.my-xxl-n4 {
		margin-top: -0.25rem !important
	}
	.mr-xxl-n4,
	.mx-xxl-n4 {
		margin-right: -0.25rem !important
	}
	.mb-xxl-n4,
	.my-xxl-n4 {
		margin-bottom: -0.25rem !important
	}
	.ml-xxl-n4,
	.mx-xxl-n4 {
		margin-left: -0.25rem !important
	}
	.m-xxl-n5 {
		margin: -0.25rem !important
	}
	.mt-xxl-n5,
	.my-xxl-n5 {
		margin-top: -0.25rem !important
	}
	.mr-xxl-n5,
	.mx-xxl-n5 {
		margin-right: -0.25rem !important
	}
	.mb-xxl-n5,
	.my-xxl-n5 {
		margin-bottom: -0.25rem !important
	}
	.ml-xxl-n5,
	.mx-xxl-n5 {
		margin-left: -0.25rem !important
	}
	.m-xxl-n6 {
		margin: -0.25rem !important
	}
	.mt-xxl-n6,
	.my-xxl-n6 {
		margin-top: -0.25rem !important
	}
	.mr-xxl-n6,
	.mx-xxl-n6 {
		margin-right: -0.25rem !important
	}
	.mb-xxl-n6,
	.my-xxl-n6 {
		margin-bottom: -0.25rem !important
	}
	.ml-xxl-n6,
	.mx-xxl-n6 {
		margin-left: -0.25rem !important
	}
	.m-xxl-auto {
		margin: auto !important
	}
	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto !important
	}
	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto !important
	}
	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto !important
	}
	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto !important
	}
}

.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: 1280px) {
	.text-xl-left {
		text-align: left !important
	}
	.text-xl-right {
		text-align: right !important
	}
	.text-xl-center {
		text-align: center !important
	}
}

@media (min-width: 1366px) {
	.text-xxl-left {
		text-align: left !important
	}
	.text-xxl-right {
		text-align: right !important
	}
	.text-xxl-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: #2460b9 !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #183f79 !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important
}

.text-success {
	color: #42bc38 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #2d8126 !important
}

.text-info {
	color: #006ab5 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #003d69 !important
}

.text-warning {
	color: #ffc35b !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ffa70f !important
}

.text-danger {
	color: #e74343 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #c41919 !important
}

.text-light {
	color: #e0e0e0 !important
}

a.text-light:hover,
a.text-light:focus {
	color: #bababa !important
}

.text-dark {
	color: #1a1a1a !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #000 !important
}

.text-navy-5 {
	color: #0e3066 !important
}

a.text-navy-5:hover,
a.text-navy-5:focus {
	color: #051023 !important
}

.text-blue-10 {
	color: #acd4ff !important
}

a.text-blue-10:hover,
a.text-blue-10:focus {
	color: #60acff !important
}

.text-navy-30 {
	color: #10cdd9 !important
}

a.text-navy-30:hover,
a.text-navy-30:focus {
	color: #0b8a92 !important
}

.text-navy-40 {
	color: #052354 !important
}

a.text-navy-40:hover,
a.text-navy-40:focus {
	color: #01050c !important
}

.text-blue-20 {
	color: #2b91fe !important
}

a.text-blue-20:hover,
a.text-blue-20:focus {
	color: #016bdb !important
}

.text-navy-10 {
	color: #2460b9 !important
}

a.text-navy-10:hover,
a.text-navy-10:focus {
	color: #183f79 !important
}

.text-blue-400 {
	color: #003893 !important
}

a.text-blue-400:hover,
a.text-blue-400:focus {
	color: #001b47 !important
}

.text-yellow-10 {
	color: #ffc35b !important
}

a.text-yellow-10:hover,
a.text-yellow-10:focus {
	color: #ffa70f !important
}

.text-yellow-20 {
	color: #f49300 !important
}

a.text-yellow-20:hover,
a.text-yellow-20:focus {
	color: #a86500 !important
}

.text-green-10 {
	color: #afff93 !important
}

a.text-green-10:hover,
a.text-green-10:focus {
	color: #76ff47 !important
}

.text-gray-400 {
	color: #666 !important
}

a.text-gray-400:hover,
a.text-gray-400:focus {
	color: #404040 !important
}

.text-gray-500 {
	color: #a3a3a3 !important
}

a.text-gray-500:hover,
a.text-gray-500:focus {
	color: #7d7d7d !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !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;
	overflow-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@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 #a3a3a3;
		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 {
		min-width: 992px !important
	}
	.container {
		min-width: 992px !important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td,
	.table th {
		background-color: #fff !important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #858585 !important
	}
	.table-dark {
		color: inherit
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody+tbody {
		border-color: #858585
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #858585
	}
}

.alert-primary {
	background-color: rgba(36, 96, 185, 0.12);
	color: #2460b9
}

.alert-secondary {
	background-color: rgba(108, 117, 125, 0.12);
	color: #6c757d
}

.alert-success {
	background-color: rgba(66, 188, 56, 0.12);
	color: #42bc38
}

.alert-info {
	background-color: rgba(0, 106, 181, 0.12);
	color: #006ab5
}

.alert-warning {
	background-color: rgba(255, 195, 91, 0.12);
	color: #ffc35b
}

.alert-danger {
	background-color: rgba(231, 67, 67, 0.12);
	color: #e74343
}

.alert-light {
	background-color: rgba(224, 224, 224, 0.12);
	color: #e0e0e0
}

.alert-dark {
	background-color: rgba(26, 26, 26, 0.12);
	color: #1a1a1a
}

.alert-navy-5 {
	background-color: rgba(14, 48, 102, 0.12);
	color: #0e3066
}

.alert-blue-10 {
	background-color: rgba(172, 212, 255, 0.12);
	color: #acd4ff
}

.alert-navy-30 {
	background-color: rgba(16, 205, 217, 0.12);
	color: #10cdd9
}

.alert-navy-40 {
	background-color: rgba(5, 35, 84, 0.12);
	color: #052354
}

.alert-blue-20 {
	background-color: rgba(43, 145, 254, 0.12);
	color: #2b91fe
}

.alert-navy-10 {
	background-color: rgba(36, 96, 185, 0.12);
	color: #2460b9
}

.alert-blue-400 {
	background-color: rgba(0, 56, 147, 0.12);
	color: #003893
}

.alert-yellow-10 {
	background-color: rgba(255, 195, 91, 0.12);
	color: #ffc35b
}

.alert-yellow-20 {
	background-color: rgba(244, 147, 0, 0.12);
	color: #f49300
}

.alert-green-10 {
	background-color: rgba(175, 255, 147, 0.12);
	color: #afff93
}

.alert-gray-400 {
	background-color: rgba(102, 102, 102, 0.12);
	color: #666
}

.alert-gray-500 {
	background-color: rgba(163, 163, 163, 0.12);
	color: #a3a3a3
}

html,
body {
	font-weight: 400;
	font-size: 1em
}

a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	outline: 0;
	color: inherit
}

a:visited {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	outline: 0
}

a:hover {
	text-decoration: none;
	color: inherit
}

a:focus {
	text-decoration: none;
	outline: 0;
	color: inherit
}

@media screen and (min-width: 1420px) {
	html,
	body {
		font-size: 1.2em
	}
}

.loading div:first-child {
	position: relative;
	z-index: -1;
	height: 0;
	opacity: 0
}

.loading .spinner {
	content: '';
	color: inherit;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 3px auto;
	position: relative;
	transform: translateZ(0);
	-webkit-animation: loading 1.8s infinite ease, round 1.8s infinite ease;
	animation: loading 1.8s infinite ease, round 1.8s infinite ease
}

@-webkit-keyframes loading {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
	}
}

@keyframes loading {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
	}
}

@-webkit-keyframes round {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes round {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

.loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #ffffff;
	background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	transform: translateZ(0)
}

.loader:before {
	width: 50%;
	height: 50%;
	background: #ffffff;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: ''
}

.loader:after {
	background: #0dc5c1;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

@-webkit-keyframes load3 {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes load3 {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 0
}

h1,
.h1 {
	font-size: 2.488rem;
	margin: 0
}

@media (max-width: 1200px) {
	h1,
	.h1 {
		font-size: calc(2.28167rem + .27511vw)
	}
}

h2,
.h2 {
	font-size: 2.074rem;
	margin: 0
}

@media (max-width: 1200px) {
	h2,
	.h2 {
		font-size: calc(1.93667rem + .18311vw)
	}
}

h3,
.h3 {
	font-size: 1.728rem;
	margin: 0
}

@media (max-width: 1200px) {
	h3,
	.h3 {
		font-size: calc(1.64833rem + .10622vw)
	}
}

h4,
.h4 {
	font-size: 1.44rem;
	margin: 0
}

@media (max-width: 1200px) {
	h4,
	.h4 {
		font-size: calc(1.40833rem + .04222vw)
	}
}

h5,
.h5 {
	font-size: 1.2rem;
	margin: 0
}

h6,
.h6 {
	font-size: 1rem;
	margin: 0
}

p,
.des {
	font-size: .833rem;
	margin: 0
}

small,
.small,
.btn-rounded i {
	font-size: .694rem
}

.font-regular {
	font-weight: 400
}

.font-semibold {
	font-weight: 600
}

label {
	margin-bottom: 0.25rem;
	font-size: .833rem;
	font-weight: 500
}

.custom-control-label {
	font-weight: 400;
	color: #6c757d
}

.text-underline {
	text-decoration: underline;
	-webkit-text-decoration-color: inherit;
	text-decoration-color: inherit
}

.text-label {
	font-size: .833rem;
	font-weight: 400
}

.text-help {
	font-size: .833rem;
	margin-top: 1.5rem
}

.text-help a {
	color: #2460b9
}

.heading {
	color: #1a1a1a;
	font-weight: 600
}

.heading-line {
	display: flex;
	align-items: center;
	color: #e74343;
	font-weight: 600
}

.heading-line:after {
	content: "";
	display: block;
	width: 1px;
	flex: 1;
	height: 2px;
	background-color: #e74343;
	margin-left: 1rem
}

.heading-spacing {
	letter-spacing: 0.12rem
}

.avatar,
.avatar-xl,
.avatar-lg,
.avatar-md,
.avatar-sm {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-radius: 50%;
	position: relative
}

.avatar img,
.avatar-xl img,
.avatar-lg img,
.avatar-md img,
.avatar-sm img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%
}

.avatar .indicator,
.avatar-xl .indicator,
.avatar-lg .indicator,
.avatar-md .indicator,
.avatar-sm .indicator {
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	border-radius: 50%;
	position: absolute;
	right: 0rem;
	bottom: 0.1rem;
	background-color: #38c407
}

.avatar .indicator.inactive,
.avatar-xl .indicator.inactive,
.avatar-lg .indicator.inactive,
.avatar-md .indicator.inactive,
.avatar-sm .indicator.inactive {
	background-color: #e74343
}

.avatar-xl {
	width: 4rem;
	height: 4rem
}

.avatar-lg {
	width: 3rem;
	height: 3rem
}

.avatar-md {
	width: 2rem;
	height: 2rem
}

.avatar-sm {
	width: 1.5rem;
	height: 1.5rem
}

.avatar-collection {
	display: flex;
	align-items: center
}

.avatar-collection li:not(:last-child) {
	margin-right: -0.75rem
}

.avatar-collection li:not(:last-child) .avatar,
.avatar-collection li:not(:last-child) .avatar-xl,
.avatar-collection li:not(:last-child) .avatar-lg,
.avatar-collection li:not(:last-child) .avatar-md,
.avatar-collection li:not(:last-child) .avatar-sm {
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 50%
}

.alert {
	font-size: .833rem;
	border: 1px solid;
	padding: .5rem .75rem;
	margin-bottom: 1rem;
	border-radius: 4px;
	border: 1px solid
}

.alert i {
	font-size: 10px
}

.align {
	display: flex
}

.align-vertical {
	display: flex;
	align-items: center
}

.scrollable {
	overflow: auto;
	cursor: pointer
}

.scrollable::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.scrollable::-webkit-scrollbar-track {
	background: #e0e0e0;
	border-radius: 4px
}

.scrollable::-webkit-scrollbar-thumb {
	background: rgba(36, 96, 185, 0.8);
	border-radius: 4px
}

.scrollable::-webkit-scrollbar-thumb:hover {
	background: #2460b9;
	cursor: pointer
}

.breadcrumb-item {
	font-size: .833rem;
	color: #858585;
	font-weight: 600
}

.pill {
	border-radius: 100px;
	padding: 0.25rem 0.75rem;
	font-size: .833rem
}

.dialog-01 {
	width: 100%;
	position: absolute;
	top: calc(100%);
	left: 0;
	background-color: #0e3066;
	z-index: 1;
	padding: 0.75rem;
	display: none
}

.dialog-01.show {
	display: block
}

.dialog-01_outline {
	border: 1px solid #2460b9
}

.status {
	display: flex;
	align-items: center
}

.status:before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	border-radius: 50%;
	margin-right: 0.25rem
}

.status.green-10 {
	color: #afff93
}

.status.green-10:before {
	background-color: #afff93
}

.img-cover {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.divider {
	border-top: 1px solid #e0e0e0
}

.circle {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%
}

.circle-lg {
	width: 3rem;
	height: 3rem
}

.image-md {
	height: 145px;
	-o-object-fit: contain;
	object-fit: contain
}

.pagination-selector {
	margin: 0 1rem
}

.pagination-selector .ic-more {
	display: block;
	transform: rotate(90deg);
	line-height: 1;
	color: #6c757d
}

.pagination-selector:hover {
	cursor: pointer;
	color: #2460b9
}

.editor-tag {
	margin: 1rem 0 1.5rem 0
}

.editor-tag p:not(:last-child) {
	margin-bottom: 1.5rem
}

.welcome-header {
	background-color: #2460b9;
	padding: 1.5rem 0
}

.welcome-container {
	display: flex;
	justify-content: space-between;
	flex-direction: column
}

@media (min-width: 576px) {
	.welcome-container {
		flex-direction: row
	}
}

.welcome-container .logo {
	margin: auto
}

@media (min-width: 576px) {
	.welcome-container .logo {
		margin: unset
	}
}

.welcome-auth {
	display: flex;
	align-items: center;
	margin-top: 1.5rem
}

@media (min-width: 576px) {
	.welcome-auth {
		margin-top: 0
	}
}

.welcome-auth .avatar-xl {
	margin-right: 1rem
}

@media (max-width: 575.98px) {
	.welcome-auth .avatar-xl {
		width: 3rem;
		height: 3rem
	}
}

.welcome-auth .textbox {
	color: white
}

.welcome-auth i,
.welcome-auth svg {
	color: #fff;
	font-size: .833rem
}

.welcome-heading {
	display: flex;
	justify-content: space-between;
	color: #1a1a1a;
	padding: 1.5rem;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 2.5rem
}

@media (max-width: 575.98px) {
	.welcome-heading {
		margin-bottom: 1.5rem
	}
}

.welcome-card {
	margin-bottom: 3rem
}

.welcome-card .box {
	width: 100%;
	height: 124px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(36, 96, 185, 0.16);
	margin-bottom: 1rem
}

.welcome-card .box img {
	max-width: 100%
}

.welcome-card .box h6 {
	color: #1a1a1a;
	font-size: .694rem
}

@media (max-width: 575.98px) {
	.welcome-card {
		max-width: 240px;
		margin: auto;
		margin-bottom: 1.5rem
	}
}

.welcome-list li a {
	display: flex;
	padding: 0.5rem 0
}

.welcome-list li a img {
	margin-right: 0.75rem;
	height: 3rem;
	width: 5rem;
	-o-object-fit: contain;
	object-fit: contain
}

.welcome-list li:not(:last-child) a {
	border-bottom: 1px solid #e0e0e0
}

.login-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #f1f6ff 50%, #2460b9 0%, #012e78 100%)
}

.login-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%
}

.login-heading {
	color: #012e78
}

.login-card {
	width: 100%;
	max-width: 23.75rem;
	margin: auto;
	padding: 1rem
}

.login-card img {
	height: 60px;
	margin: auto;
	display: block
}

.login-switch {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem
}

.login-switch .form-group {
	margin-bottom: 0
}

.login-switch p {
	color: #1a1a1a
}

.login-switch .custom-control-label:before {
	border: 1px solid #2460b9;
	background-color: #f0f0f0;
	width: 2.375rem
}

.login-switch .custom-control-label:after {
	background-color: #2460b9
}

.login-switch .custom-control-input:checked~.custom-control-label::after {
	transform: translateX(1.375rem)
}

.login__02 {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: auto 470px;
	background-color: #f0f0f0
}

@media (max-width: 991.98px) {
	.login__02 {
		display: flex;
		flex-direction: column;
		background-color: white
	}
}

.login__02 .form-group label,
.login__02 .form-group a {
	font-size: .75rem;
	color: #666
}

.login__02 .about {
	font-weight: 800;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 2rem;
	padding: 2rem 1.5rem 0
}

@media (max-width: 1200px) {
	.login__02 .about {
		font-size: calc(1.45833rem + .05556vw)
	}
}

.login__02 .credentials {
	padding: 1rem 3rem;
	height: 100%;
	background-color: #fff;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center
}

@media (max-width: 991.98px) {
	.login__02 .credentials {
		order: 1;
		max-width: 470px;
		margin: auto
	}
}

.login__02 .credentials .password {
	position: relative
}

.login__02 .credentials .password .visibility {
	position: absolute;
	top: 53%;
	right: 1rem;
	color: #858585;
	cursor: pointer
}

.login__02 .credentials .password .visibility .ic-hidden {
	display: none
}

.login__02 .list-process li a {
	font-size: 1rem;
	font-weight: 400;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 4px 4px 0px 0px;
	color: rgba(255, 255, 255, 0.6)
}

.login__02 .list-process li a:hover {
	color: #2460b9 !important
}

.login__02 .list-process li a.active {
	color: #2460b9;
	background-color: #fff
}

.login__02 .tab {
	position: relative;
	min-height: 100vh
}

@media (max-width: 991.98px) {
	.login__02 .tab {
		order: 2;
		background-color: #f0f0f0;
		min-height: auto;
		padding-bottom: 3rem
	}
}

.login__02 .tab-pane {
	padding: 1rem;
	max-width: 670px;
	margin: auto;
	line-height: 23px;
	font-size: .833rem
}

.login__02 .tab footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 1rem 2rem;
	background-color: #f0f0f0
}

.login__02 .tab footer span {
	font-size: .694rem;
	color: #a3a3a3
}

.forgot-01 {
	max-width: 578px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	justify-content: center
}

@media (max-width: 767.98px) {
	.forgot-01 {
		max-width: 100%;
		padding: 1.5rem 1rem;
		height: auto
	}
}

@media screen and (min-width: 1440px) {
	.login__02 .tab-pane {
		max-width: 90%
	}
}

.shortcut {
	width: var(--shorcut-width);
	background-color: #2b91fe;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	padding: .5rem .25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.shortcut-logo {
	width: 2rem;
	height: 2rem;
	display: block;
	margin: auto
}

.shortcut-logo img {
	max-width: 100;
	height: 100%
}

.shortcut-icon {
	display: flex;
	align-items: center;
	color: #012e78;
	width: 100%;
	font-size: 1.2rem;
	transition: all .3s
}

.shortcut-icon:hover {
	color: #ffc35b;
	cursor: pointer
}

.shortcut-dropdown .dropdown-menu {
	left: 100% !important
}

.app {
	width: 100%
}

.app main {
	width: calc(100% - var(--sidebar-width));
	top: 0;
	left: 0;
	margin-left: var(--sidebar-width);
	border-left: 2rem solid #012e78;
	border-right: 2rem solid #012e78;
	min-height: 100vh;
	transition: all 0.2s ease
}

@media (max-width: 991.98px) {
	.app main {
		margin-left: 0;
		width: 100%
	}
}

.app main.stickyHeader header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100
}

.app .inner {
	height: auto;
	border-radius: 0.25rem 0 0 0
}

@media (max-width: 991.98px) {
	.app.toggled {
		overflow-x: hidden
	}
}

.app.toggled .sidebar {
	transform: translateX(calc(-1 * var(--sidebar-width)))
}

@media (max-width: 991.98px) {
	.app.toggled .sidebar {
		transform: translateX(0)
	}
}

.app.toggled main {
	width: 100%;
	margin-left: 0
}

@media (max-width: 991.98px) {
	.app.toggled main {
		margin-left: var(--sidebar-width);
		width: 100%
	}
}

.app.withshortcut .sidebar {
	margin-left: var(--shorcut-width)
}

.app.withshortcut main {
	width: calc(100% - var(--sidebar-width) - var(--shorcut-width));
	transform: translateX(calc(var(--sidebar-width) + var(--shorcut-width)))
}

@media (max-width: 991.98px) {
	.app.withshortcut main {
		transform: translateX(var(--shortcut-width));
		width: calc(100% - var(--shorcut-width));
		margin-left: var(--shorcut-width)
	}
}

.app.withshortcut.toggled .sidebar {
	margin-left: 0;
	transform: translateX(calc(-1 * var(--sidebar-width)))
}

.app.withshortcut.toggled main {
	transform: translateX(var(--shorcut-width));
	width: calc(100% - var(--shorcut-width))
}

@media (max-width: 991.98px) {
	.app.withshortcut.toggled main {
		transform: translateX(var(--shortcut-width));
		width: calc(100% - var(--shorcut-width))
	}
}

:root {
	--sideoverlay-width: 360px
}

.sideoverlay {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: var(--sideoverlay-width);
	background-color: white;
	z-index: 1050;
	transform: translateX(var(--sideoverlay-width))
}

.sideoverlay.show {
	right: 0;
	transform: translateX(0)
}

.sideoverlay.show:before {
	content: ""
}

.sideoverlay-02 {
	padding: 2rem 1.5rem
}

.sideoverlay-02 .title .heading {
	color: #1a1a1a;
	font-weight: 400
}

.sideoverlay-02 .title .close {
	cursor: pointer;
	font-size: .5rem;
	color: #a3a3a3
}

.sideoverlay-02 .form-group label,
.sideoverlay-02 .form-group a {
	font-size: .75rem;
	color: #666
}

.header {
	background-color: #fff;
	padding: 1rem 0;
	height: var(--header-height)
}

.header_iis,
.header_dma,
.header_fcgo,
.header_opmis {
	background-color: #012e78;
	padding: 1rem 0
}

.header_iis .toggler,
.header_dma .toggler,
.header_fcgo .toggler,
.header_opmis .toggler {
	color: white;
	margin-right: 1rem;
	cursor: pointer
}

.header-03 {
	background-color: #012e78;
	padding-top: 1rem
}

.header-03 .toggler {
	color: white;
	margin-right: 1rem;
	cursor: pointer
}

.header-03.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1
}

.header-04 {
	background-color: #012e78;
	padding-top: 1rem
}

.header-04 .toggler {
	color: white;
	margin-right: 1rem;
	cursor: pointer
}

.header-icon {
	transition: all ease-out 0.2s;
	font-size: 1.44rem
}

@media (max-width: 1200px) {
	.header-icon {
		font-size: calc(1.40833rem + .04222vw)
	}
}

.header-icon:hover {
	transform: scale(1.05)
}

.header-icon:not(:hover) {
	animation: shake 2s ease infinite;
	-moz-animation: shake 2s ease infinite;
	-webkit-animation: shake 2s ease infinite
}

@-webkit-keyframes blink {
	0% {}
	20% {
		transform: rotate(45deg)
	}
	40% {
		transform: rotate(-45deg)
	}
	60% {
		transform: rotate(45deg)
	}
	80% {
		transform: rotate(-45deg)
	}
}

@-webkit-keyframes shake {
	0% {}
	20% {
		transform: rotate(45deg)
	}
	40% {
		transform: rotate(-45deg)
	}
	60% {
		transform: rotate(45deg)
	}
	80% {
		transform: rotate(-45deg)
	}
}

@keyframes shake {
	0% {}
	20% {
		transform: rotate(45deg)
	}
	40% {
		transform: rotate(-45deg)
	}
	60% {
		transform: rotate(45deg)
	}
	80% {
		transform: rotate(-45deg)
	}
}

.header-01 {
	background-color: #012e78;
	padding: 1rem 0
}

.header-01 .logo {
	height: 40px;
	max-width: 100%
}

.header-01 .toggler {
	margin-right: 1rem;
	cursor: pointer
}

.logo {
	max-height: 50px
}

.auth {
	display: flex;
	align-items: center;
	padding-right: 1rem
}

@media (max-width: 991.98px) {
	.auth {
		padding-right: 0
	}
}

.auth h6 {
	margin-left: 1rem;
	color: #fff;
	font-size: .833rem;
	font-weight: 400
}

@media (max-width: 767.98px) {
	.auth h6 {
		display: none
	}
}

.auth i,
.auth svg {
	color: #fff;
	font-size: .694rem
}

.help-icon {
	color: white;
	transition: all ease-out 0.2s
}

.help-icon:hover {
	transform: scale(1.05)
}

.help-icon a span {
	font-size: 1.44rem
}

@media (max-width: 1200px) {
	.help-icon a span {
		font-size: calc(1.40833rem + .04222vw)
	}
}

.settings--nav {
	list-style-type: none;
	margin: 0;
	padding: 0
}

@media (max-width: 991.98px) {
	.settings--nav {
		margin-bottom: 1.5rem
	}
}

.settings--nav li a {
	font-size: .833rem;
	font-weight: 700;
	color: #808080
}

.settings--nav li:not(:last-child) {
	margin-bottom: 1.5rem
}

@media (max-width: 991.98px) {
	.settings--nav li:not(:last-child) {
		margin-right: 1.5rem;
		margin-bottom: 0
	}
}

.settings--nav li.active a {
	color: #2460b9
}

@media (max-width: 991.98px) {
	.settings--nav li {
		display: inline-block
	}
}

.roles--heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .5rem
}

.card {
	background-color: white
}

.card-bordered {
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 2px
}

.card_rounded {
	background-color: white;
	border-radius: 8px
}

.card_equal {
	height: 100%
}

.card_structured {
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	background-color: white;
	border-radius: 4px
}

.card_structured .head {
	padding: 0.5rem 1rem;
	color: white;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.card-01 {
	border: 1px solid #e0e0e0;
	display: block;
	box-shadow: 0px 2px 4px rgba(10, 10, 10, 0.08);
	border-radius: 2px
}

.card-02 {
	background-color: #dfecff;
	padding: 1.5rem;
	border-radius: 4px;
	transition: transform ease-in 0.2s
}

.card-02:hover {
	transform: translateY(-8px)
}

.card-03 {
	padding: 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	height: 100%
}

.card-03 h6 {
	color: #2460b9;
	font-weight: 600;
	margin-bottom: 0.5rem
}

.card-03 p {
	font-size: .694rem;
	color: #666;
	min-height: 2.5rem;
	margin-bottom: 2rem
}

.card-03 small {
	color: black;
	display: block;
	margin-bottom: 0.5rem
}

.card-04 {
	border-left: 1px solid #10cdd9;
	padding: 0 0.5rem;
	padding-bottom: 1rem
}

.card-04 small {
	margin: 0
}

.card-04 h5 {
	text-align: right
}

.card-05 {
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border: 1px dashed #2460b9;
	border-radius: 4px;
	cursor: pointer
}

.card-05 .action {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: rgba(36, 96, 185, 0.16);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto
}

.card-05 .action i {
	font-size: .694rem;
	color: #2460b9
}

.card-06 {
	position: relative;
	padding: 1rem;
	box-shadow: 0px 2px 4px rgba(10, 10, 10, 0.16);
	transition: all ease-in 0.2s;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: white
}

.card-06:before {
	content: "";
	width: 4px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 0 0 2px 2px
}

.card-06 h6 {
	font-size: .833rem;
	font-weight: 700
}

.card-06 p {
	font-size: .694rem;
	color: #666
}

.card-06 h5 {
	margin-top: 0.25rem
}

.card-06 .icon {
	font-size: 2rem
}

.card-06.primary:before {
	background-color: #2460b9
}

.card-06.primary .icon {
	color: #2460b9
}

.card-06.primary h5 {
	color: #2460b9
}

.card-06.success:before {
	background-color: #38c407
}

.card-06.success .icon {
	color: #38c407
}

.card-06.success h5 {
	color: #38c407
}

.card-06.warning:before {
	background-color: #f49300
}

.card-06.warning .icon {
	color: #f49300
}

.card-06.warning h5 {
	color: #f49300
}

.card-06.danger:before {
	background-color: #e74343
}

.card-06.danger .icon {
	color: #e74343
}

.card-06.danger h5 {
	color: #e74343
}

.card-06:hover {
	box-shadow: 0px 2px 16px rgba(10, 10, 10, 0.16)
}

.card-07 {
	padding: 1rem;
	background: #ffffff;
	box-shadow: 0px 2px 4px rgba(10, 10, 10, 0.16);
	border-radius: 2px;
	height: 100%
}

.card-07 .ic-more {
	transform: rotate(90deg);
	color: #e0e0e0;
	font-size: .833rem;
	display: block
}

.card-08 {
	position: relative;
	border-radius: 2px;
	position: relative;
	padding: 1rem;
	height: 100%;
	box-shadow: 0px 2px 4px rgba(10, 10, 10, 0.16);
	transition: all ease-in 0.2s
}

.card-08:before {
	content: "";
	width: 4px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 0 0 2px 2px
}

.card-08.primary:before {
	background-color: #2460b9
}

.card-08.success:before {
	background-color: #38c407
}

.card-08.warning:before {
	background-color: #f49300
}

.card-08.danger:before {
	background-color: #e74343
}

.card-08 h6 {
	color: #1a1a1a;
	font-weight: 600
}

.card-08 h4 {
	font-weight: bold
}

.card-08 .people {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem
}

.card-08 .people .icon {
	color: #858585;
	font-size: 1.5rem;
	margin-right: 0.25rem
}

.card-08:hover {
	box-shadow: 0px 2px 16px rgba(10, 10, 10, 0.16)
}

.card-09 {
	padding: 1rem;
	background: #ffffff;
	box-shadow: 0px 2px 4px rgba(10, 10, 10, 0.16);
	border-radius: 2px;
	position: relative;
	width: 100%;
	height: 300px
}

.card-10 {
	padding: 2.5rem 0;
	background-color: #f0f0f0;
	height: auto
}

.card-11 {
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	background-color: white;
	padding: 4rem 5.75rem 4rem
}

.card-11 p {
	margin-bottom: 1rem;
	line-height: 1.5
}

.card_image {
	width: 200px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	margin: auto
}

.stat-01 {
	display: flex
}

.stat-01 .icon {
	font-size: 2rem;
	margin-right: 2rem;
	color: #858585;
	display: block
}

.stat-01 .textbox .des {
	margin-bottom: 0.75rem
}

.list {
	padding-left: 0;
	list-style: none;
	list-style: none;
	padding: 0;
	margin: 0
}

.list-sidebar {
	padding: 0 1rem
}

.list-sidebar a {
	display: block;
	color: #acd4ff;
	font-size: .833rem;
	padding: 0.5rem
}

.list-sidebar a.active {
	background-color: #cde1ff;
	border-radius: 4px;
	color: #003893
}

.list-withcount {
	padding: 0 1rem
}

.list-withcount a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #acd4ff;
	font-size: .833rem;
	padding: 0.5rem
}

.list-withcount a.hasSub {
	position: relative;
	padding-right: 0.75rem
}

.list-withcount a.hasSub:after {
	content: "\e912";
	font-family: "icomoon";
	position: absolute;
	font-size: 0.5rem;
	top: 8px;
	right: 4px
}

.list-withcount a.hasSub[aria-expanded="false"]:after {
	content: "\e90e"
}

.list-withcount a.hasSub[aria-expanded="true"] {
	color: #ffc35b
}

.list-withcount a.hasSub[aria-expanded="true"]:hover {
	color: #ffc35b
}

.list-withcount a.hasSub.active {
	color: #cde1ff;
	background-color: unset
}

.list-withcount a.active {
	background-color: #cde1ff;
	border-radius: 4px;
	color: #003893
}

.list-withcount a.active:hover {
	color: #003893
}

.list-withcount a:hover {
	color: #cde1ff
}

.list .hasSub {
	position: relative
}

.list .hasSub:after {
	content: "\e912";
	font-family: "icomoon";
	position: absolute;
	font-size: 0.5rem;
	top: 8px;
	right: 4px
}

.list .hasSub[aria-expanded="false"]:after {
	content: "\e90e"
}

.list .hasSub.active {
	color: #cde1ff;
	background-color: unset
}

.list__inline {
	display: flex
}

@media (min-width: 768px) {
	.list__inline {
		align-items: center
	}
}

.list__inline li:not(:last-child) {
	margin-right: 0.5rem
}

.list__inline li .ic-members,
.list__inline li .ic-chat {
	font-size: 1rem
}

.list-links li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1a1a1a;
	border-bottom: 1px solid #e0e0e0
}

.list-links li.active {
	background-color: #003893;
	color: white
}

.list-links li.active:hover {
	color: white
}

.list-links li:hover {
	color: #2b91fe;
	cursor: pointer
}

.list-links a {
	font-size: .833rem;
	padding: 0.5rem;
	line-height: 1
}

.list-links .close {
	font-size: 0.5rem
}

.list-links .close:hover {
	color: #e74343
}

.list-02 a {
	display: flex;
	justify-content: space-between;
	font-size: .833rem
}

.list-03 a {
	display: block;
	padding: 0.5rem 1.5rem;
	font-size: .833rem;
	color: black;
	background-color: #f0f0f0
}

.list-03 a.active {
	color: white;
	background-color: #2460b9
}

@media (max-width: 1279.98px) {
	.list-03_scrolllg {
		display: flex;
		margin-bottom: 1rem;
		overflow: auto;
		padding-bottom: 0.5rem
	}
	.list-03_scrolllg::-webkit-scrollbar {
		width: 6px;
		height: 6px
	}
	.list-03_scrolllg::-webkit-scrollbar-track {
		background: #e0e0e0;
		border-radius: 4px
	}
	.list-03_scrolllg::-webkit-scrollbar-thumb {
		background: rgba(36, 96, 185, 0.8);
		border-radius: 4px
	}
	.list-03_scrolllg::-webkit-scrollbar-thumb:hover {
		background: #2460b9;
		cursor: pointer
	}
}

@media (max-width: 1279.98px) {
	.list-03_scrolllg li {
		flex-shrink: 0;
		margin-right: 1rem
	}
}

.list-04 li {
	padding: 0.5rem 0
}

.list-04 .form-group {
	margin-bottom: 0
}

.list-04 .form-group label {
	margin: 0
}

.list-05 li {
	display: flex;
	padding: 1rem;
	border-bottom: 1px dotted #2460b9;
	align-items: center
}

.list-05 li .close {
	font-size: 1rem;
	opacity: 1
}

.list-05 li .close:hover {
	cursor: pointer
}

.list-06 {
	width: 100%;
	max-height: 170px
}

.list-06 li {
	display: flex;
	justify-content: space-between;
	color: #1a1a1a;
	font-size: .833rem
}

.list-06 li:not(:last-child) {
	margin-bottom: 1rem
}

.list-07 {
	display: flex;
	flex: 1 1
}

.list-07 li {
	height: 60px;
	flex-grow: 1
}

.list-07 li:not(:last-child) {
	margin-right: 0.25rem
}

.list-07 li img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.list-07 li.count {
	position: relative
}

.list-07 li.count div {
	position: absolute;
	left: 50%;
	top: 50%;
	color: white;
	transform: translate(-50%, -50%)
}

.list-07 li.count img {
	-webkit-filter: opacity(0.8);
	filter: opacity(0.8)
}

.list-08 {
	padding-left: 1.5rem
}

.list-08 li {
	display: flex;
	justify-content: space-between;
	font-size: .694rem;
	padding-bottom: 0.5rem;
	color: #0da3b8
}

.list-08 li span:first-child {
	display: flex;
	align-items: center
}

.list-08 li span:first-child i,
.list-08 li span:first-child svg {
	margin-right: 0.5rem
}

.list-09 li {
	display: block
}

.list-09 li a {
	display: inline-flex;
	padding: 0.25rem 0.5rem;
	border: 1px solid #0da3b8;
	color: #0da3b8;
	background-color: #052354;
	font-size: .833rem
}

.list-09 li a.active {
	color: #052354;
	background-color: #10cdd9;
	border-color: #10cdd9
}

.list-10 li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0
}

.list-10 li:not(:last-child) a {
	padding-bottom: 1rem
}

.list-10 li:not(:first-child) a {
	padding-top: 1rem
}

.list-10 li a {
	display: flex;
	align-items: flex-start
}

.list-10 li a .avatar-md {
	margin-right: 0.75rem
}

.list-10 li a h6 {
	font-weight: 700;
	color: #2460b9
}

.list-10 li a .textbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #666
}

.list-10 li a .textbox span {
	font-size: .694rem;
	color: #a3a3a3
}

.list-11 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 0.5rem 0.5rem 0
}

.list-11 li:hover {
	background-color: #f0f0f0;
	cursor: pointer
}

.list-11 li .ic-close {
	font-size: 0.5rem;
	color: #e74343
}

.list-12 li {
	padding: 0.5rem 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.list-12 li .ic-more {
	display: none
}

.list-12 li:hover {
	background-color: #003893
}

.list-12 li:hover .ic-more {
	display: block;
	color: white
}

.list-12 li:hover span {
	color: white
}

.list-12 li:hover .avatar-md img {
	border: 1px solid white
}

.list-13 li {
	padding: 0.5rem 1rem;
	display: flex;
	align-items: center
}

.list-13 li.active {
	background-color: #003893
}

.list-13 li.active p {
	color: white
}

.list-13 li.active .avatar-md img {
	border: 1px solid white
}

.list-14 {
	padding: 1rem 0
}

.list-14 li {
	display: flex;
	align-items: flex-start
}

.list-14 li:not(:last-child) {
	margin-bottom: 1rem
}

.list-14 li p {
	margin-bottom: 0.5rem
}

.list-15 li {
	display: flex;
	align-items: center;
	font-size: .833rem
}

.list-15 li i {
	margin-right: 0.5rem
}

.list-15 li:not(:last-child) {
	margin-right: 1rem
}

.list-16 li a {
	display: flex
}

.list-16 li .avatar-md {
	margin-right: 0.5rem
}

.list-16 li .textbox h6 {
	font-size: .694rem
}

.list-16 li .textbox span {
	font-size: .625rem;
	display: block;
	color: #858585;
	line-height: 1
}

.list-16 li:not(:last-child) {
	margin-bottom: 1rem
}

.list-16.withClose li {
	margin-bottom: 0
}

.list-16.withClose li a {
	position: relative;
	padding-bottom: .5rem
}

.list-16.withClose li .closeIcon {
	position: absolute;
	right: 0;
	font-size: .625rem;
	color: #e74343;
	top: 50%;
	transform: translateY(-50%)
}

.list-16.withClose li:not(:first-child) a {
	padding-top: .5rem
}

.list-16.withClose li:not(:first-child) a .closeIcon {
	top: 50%;
	transform: translateY(-50%)
}

.list-16.withClose li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0
}

.list-process {
	display: flex;
	border-bottom: 1px solid #e0e0e0;
	flex-wrap: wrap
}

.list-process>li>a {
	display: block;
	font-size: .833rem;
	font-weight: 600;
	position: relative;
	color: #fff;
	padding: 0.5rem 1rem
}

.list-process>li>a.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #2460b9;
	background-color: #fff
}

.list-process>li>a.active:hover,
.list-process>li>a.active:focus,
.list-process>li>a.active:active {
	color: #2460b9
}

.list-process>li>a:hover {
	cursor: pointer;
	color: #2460b9;
	background-color: #fff
}

.list-process.scroll {
	flex-wrap: nowrap;
	overflow: auto
}

.list-process.scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.list-process.scroll::-webkit-scrollbar-track {
	background: #e0e0e0;
	border-radius: 4px
}

.list-process.scroll::-webkit-scrollbar-thumb {
	background: rgba(36, 96, 185, 0.8);
	border-radius: 4px
}

.list-process.scroll::-webkit-scrollbar-thumb:hover {
	background: #2460b9;
	cursor: pointer
}

.list-process.scroll li {
	flex-shrink: 0
}

.list-tree .list-group-item {
	padding: 0.5rem 1rem;
	font-size: .833rem;
	color: #1a1a1a
}

.list-tree .list-group-item[aria-level="2"] {
	padding-left: 2rem
}

.list-tree .list-group-item[aria-expanded="true"] {
	color: #2460b9
}

.list-tree .list-group-item[aria-expanded="true"] i {
	color: #2460b9
}

.list-tree .list-group-item .state-icon {
	margin-right: 0.75rem;
	cursor: pointer;
	color: #858585
}

.list-tree .list-group-item .item-icon {
	margin-right: 0.5rem
}

.list-tree .list-group-item i {
	font-size: .833rem
}

.list-folder {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0
}

.list-folder li {
	margin-bottom: 1.5rem;
	max-width: 3rem
}

.list-folder li .icon {
	font-size: 3rem;
	margin-left: -0.4rem
}

.list-folder li p {
	color: black;
	font-size: .694rem;
	font-weight: 600
}

.list-folder li:not(:last-child) {
	margin-right: 3rem
}

.list-accordion>li {
	border-bottom: 1px solid #0da3b8
}

.list-accordion>li a {
	font-size: .694rem;
	color: #0da3b8;
	padding: 0.5rem 0;
	display: block;
	position: relative
}

.list-accordion>li a i,
.list-accordion>li a svg {
	margin-right: 0.5rem;
	color: #0da3b8;
	font-size: 1rem
}

.list-accordion>li a:after {
	font-family: "icomoon";
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 0.5rem;
	transform: translateY(-50%)
}

.list-accordion>li a[aria-expanded="false"]:after {
	content: "\e911";
	color: #acd4ff
}

.list-accordion>li a[aria-expanded="true"] i,
.list-accordion>li a[aria-expanded="true"] svg {
	color: white
}

.list-accordion>li a[aria-expanded="true"]:after {
	content: "\e90e"
}

.list-users {
	max-height: 192px;
	overflow-y: auto
}

.list-users li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}

.list-users li .link-remove {
	padding: 0.25rem 0.5rem;
	display: none
}

.list-users li:hover {
	background-color: #f8f8f8
}

.list-users li:hover .link-remove {
	display: block
}

.list-users::-webkit-scrollbar {
	width: 0.375rem
}

.list-users::-webkit-scrollbar-track {
	background: rgba(43, 145, 254, 0.16);
	border-radius: 0.375rem
}

.list-users::-webkit-scrollbar-thumb {
	background: #2b91fe;
	border-radius: 0.375rem
}

.list-instructions li {
	display: flex;
	padding: 0.5rem 0.25rem;
	border: 1px solid #e0e0e0
}

.list-instructions li:not(:first-child) {
	border-top: unset
}

.list-instructions li span {
	margin-right: 0.5rem
}

.list-instructions li a span {
	font-size: 8px
}

.btn-sm,
.btn-group-sm>.btn {
	font-size: .694rem
}

.btn-icon {
	display: flex;
	align-items: center
}

.btn-icon .icon {
	font-size: 1rem;
	margin-right: 0.25rem
}

.btn-outline-default {
	border-color: #e0e0e0
}

.btn-outline-default:hover {
	border-color: #2460b9
}

.button-01 {
	background: rgba(43, 145, 254, 0.16);
	border-left: 1px solid #10cdd9;
	border-right: 1px solid #10cdd9;
	position: relative;
	text-align: center
}

.button-01 .t,
.button-01 .r,
.button-01 .b,
.button-01 .l {
	display: block;
	position: absolute;
	width: 2px;
	height: 2px;
	border: 1px solid #10cdd9
}

.button-01 .t,
.button-01 .r {
	top: 0;
	border-width: 1px 0 0px 0px
}

.button-01 .t {
	left: 0
}

.button-01 .r {
	right: 0
}

.button-01 .b,
.button-01 .l {
	bottom: 0;
	border-width: 0px 0 1px 0px
}

.button-01 .b {
	right: 0
}

.button-01 .l {
	left: 0
}

.button-01 .btn {
	font-size: .833rem;
	color: #acd4ff
}

.btn-xs {
	padding: 1px .5rem;
	font-size: .6029rem;
	line-height: 1.4;
	border-radius: .125rem
}

.table {
	margin-bottom: 0
}

.table thead th,
.table thead td {
	font-size: .833rem
}

.table thead th {
	font-weight: 600;
	white-space: nowrap;
	border: 0
}

.table tbody td {
	font-size: .833rem
}

.table-basic thead {
	background-color: #2460b9;
	color: #fff
}

.table-dropdown .dropdown-menu {
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	padding: 0;
	border-color: transparent
}

.table-dropdown .dropdown-menu .dropdown-item {
	font-weight: 600;
	color: #6c757d
}

.table-dropdown .dropdown-menu .dropdown-item:hover {
	background-color: #f8f8fb;
	color: #2460b9
}

.table-dialog {
	width: 190px;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #2460b9;
	color: white;
	padding: 0.5rem;
	box-shadow: 0px 2px 4px #e0e0e0;
	border-radius: 2px;
	display: none
}

.table td.toggle {
	position: relative
}

.table td.toggle:hover .table-dialog {
	display: block
}

.table-checkbox {
	display: flex;
	align-items: center
}

.table-checkbox label {
	cursor: pointer;
	width: 1rem;
	height: 1rem;
	border: 1px solid #a3a3a3;
	background-color: white;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.table-checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.table-checkbox input:checked+label:before {
	content: "\e923";
	font-family: "icomoon";
	font-size: 0.5rem;
	color: #2460b9
}

.table-document thead tr th {
	color: #2460b9;
	padding: 0.5rem
}

.table-document tbody tr td {
	padding: 0.5rem;
	font-size: .833rem;
	color: #e0e0e0
}

.table-document tbody tr td.action {
	overflow: hidden
}

.table-document tbody tr .actions {
	transform: translateX(80px);
	transition: all ease 1.02s
}

.table-document tbody tr .actions:hover {
	cursor: pointer
}

.table-document tbody tr:hover .actions {
	transform: translateX(0px)
}

.table-document tbody tr .filename {
	color: #2460b9
}

.table-document tbody tr .imgIcon {
	color: #c2c2c2
}

.table-document tbody tr.checked {
	background: #2460b9
}

.table-document tbody tr.checked td {
	color: white
}

.table-document tbody tr.checked .filename,
.table-document tbody tr.checked .imgIcon,
.table-document tbody tr.checked .action {
	color: white
}

.table-01 thead {
	background-color: #0da3b8
}

.table-01 thead th {
	color: #052354;
	padding: 0.5rem
}

.table-01 tbody tr {
	border: unset
}

.table-01 tbody tr:nth-child(odd) {
	background: #0e3066
}

.table-01 tbody tr:nth-child(even) {
	background: #052354
}

.table-01 tbody td {
	color: #acd4ff;
	border: unset;
	white-space: nowrap
}

.table-02 thead {
	background-color: #2460b9
}

.table-02 thead th,
.table-02 thead td {
	font-size: .833rem
}

.table-02 thead th {
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
	border: 0
}

.table-02 tbody td {
	color: #1a1a1a;
	font-size: .833rem;
	border-bottom: 1px solid #e0e0e0
}

.table-02 tbody tr.title {
	background-color: #f1f7ff !important
}

.table-02 tbody tr.title td {
	font-weight: 600
}

.table-02 th,
.table-02 td {
	font-size: .833rem;
	padding: 0.5rem
}

.table-03 thead {
	background-color: #2460b9
}

.table-03 thead th,
.table-03 thead td {
	font-size: .833rem
}

.table-03 thead th {
	color: white;
	font-weight: 600;
	white-space: nowrap;
	border: 1px solid #e0e0e0
}

.table-03 tbody td {
	color: #1a1a1a;
	border: 1px solid #e0e0e0;
	font-size: .833rem
}

.table-03 th,
.table-03 td {
	font-size: .833rem;
	padding: 0.5rem
}

.table-04 {
	font-size: .694rem;
	font-weight: 600
}

.table-04 tbody td {
	color: #0da3b8;
	padding: 0.5rem 0.75rem;
	border-top: unset;
	border-bottom: 1px solid #2460b9;
	font-size: .694rem
}

.table-04 tbody tr td:nth-child(2) {
	text-align: right
}

.table-05 th,
.table-05 td {
	padding: 0.125rem 0.5rem;
	border: 1px solid #e0e0e0 !important;
	text-align: center
}

.table-05 thead th {
	background-color: #c2c2c2;
	color: #1a1a1a;
	font-size: 1rem;
	font-weight: 400
}

.table-05 thead th.selected {
	background-color: #2460b9;
	color: white
}

.table-05 .icon {
	color: #e0e0e0
}

.table-borderless tbody td {
	border: unset !important
}

.table-scrollable {
	max-height: 400px;
	overflow: auto;
	border-collapse: separate;
	border-spacing: 0
}

.table-scrollable::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.table-scrollable::-webkit-scrollbar-track {
	background: #e0e0e0;
	border-radius: 4px
}

.table-scrollable::-webkit-scrollbar-thumb {
	background: rgba(36, 96, 185, 0.8);
	border-radius: 4px
}

.table-scrollable::-webkit-scrollbar-thumb:hover {
	background: #2460b9;
	cursor: pointer
}

.table-scrollable thead tr th {
	box-shadow: 0 0 0 1px #e0e0e0;
	color: white;
	background-color: #2460b9;
	position: -webkit-sticky;
	position: sticky;
	z-index: 1
}

.table-scrollable thead tr:nth-child(1) th {
	top: calc(43px * (1 - 1) + 1px)
}

.table-scrollable thead tr:nth-child(2) th {
	top: calc(43px * (2 - 1) + 1px)
}

.table-scrollable thead tr:nth-child(3) th {
	top: calc(43px * (3 - 1) + 1px)
}

.table-scrollable tbody td {
	border: 1px solid #e0e0e0
}

.table-scrollable tbody td i {
	font-size: 10px
}

.table-message {
	background-color: #e0e0e0;
	color: #666;
	padding: 0.5rem;
	text-align: center;
	font-size: .833rem
}

.dataTables_info {
	font-weight: 600
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	border: 1px solid #6c757d;
	background: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	border-color: #42bc38;
	background: none;
	background-color: #42bc38;
	color: white !important
}

.dataTables_wrapper .dataTables_filter {
	margin-bottom: 1rem
}

.dataTables_wrapper .dataTables_filter input {
	width: 100%;
	height: calc(1.5em + 0.75rem);
	padding: 0.5rem 0.75rem;
	font-size: 0.833rem;
	font-weight: 400;
	line-height: 1.5;
	color: #666666;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.alternate-01 tbody tr:nth-child(odd) {
	background: #f0f0f0;
	color: #666
}

.alternate-01 tbody tr:nth-child(even) {
	background: white;
	color: #1a1a1a
}

.tab--process .nav-pills {
	border-bottom: 1px solid #e0e0e0
}

.tab--process .nav-pills .nav-item .nav-link {
	font-size: .833rem;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	position: relative;
	color: #666
}

.tab--process .nav-pills .nav-item .nav-link.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0
}

.tab--process .nav-pills .nav-item .nav-link:hover {
	cursor: pointer;
	color: #2460b9
}

.tab--process .nav-pills .nav-item .nav-link .indicator {
	width: 4px;
	height: 4px;
	border-radius: 8px;
	background-color: #006ab5;
	display: block;
	position: absolute;
	right: 0;
	top: 1rem
}

.tab--multistep .nav-pills {
	justify-content: center
}

.tab--multistep .nav-pills .nav-item .nav-link {
	font-size: .833rem;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	color: #666 !important
}

.tab--multistep .nav-pills .nav-item .nav-link.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.tab--multistep .nav-pills .nav-item .nav-link.visited {
	color: #42bc38
}

.tab--multistep .tab-content {
	margin-top: 1rem
}

.tab--info {
	display: flex;
	justify-content: space-between
}

.tab--activity p {
	color: #6c757d
}

.tab-02__header {
	background-image: linear-gradient(260.12deg, #5080c7, #2460b9);
	position: relative
}

.tab-02__header .img--sun {
	position: absolute;
	top: 0;
	left: 0
}

.tab-02__header .img--moon {
	position: absolute;
	bottom: 0;
	right: 0
}

.tab-02__content {
	max-height: 400px;
	overflow-x: hidden;
	font-size: .833rem
}

.tab-02__content a {
	color: #2460b9
}

.tab-02 p {
	color: #1a1a1a;
	font-size: .833rem;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 1.5rem
}

.tab--opmis .nav-pills {
	border-bottom: 1px solid #e0e0e0
}

.tab--opmis .nav-pills .nav-item .nav-link {
	font-size: .833rem;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	position: relative;
	color: #666
}

.tab--opmis .nav-pills .nav-item .nav-link.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	color: white !important
}

.tab--opmis .nav-pills .nav-item .nav-link:hover {
	cursor: pointer;
	color: #2460b9
}

.tab--opmis .nav-pills .nav-item .nav-link .indicator {
	width: 4px;
	height: 4px;
	border-radius: 8px;
	background-color: #006ab5;
	display: block;
	position: absolute;
	right: 0;
	top: 1rem
}

.tab--opmis .nav-pills .nav-item .nav-link.dropdown-toggle:hover,
.tab--opmis .nav-pills .nav-item .nav-link.dropdown-toggle:focus {
	background-color: white;
	color: #2460b9
}

.tab .hasSub {
	position: relative;
	padding-right: 1.5rem;
	font-size: 1rem
}

.tab .hasSub:after {
	content: "\e912";
	font-family: "icomoon";
	position: absolute;
	font-size: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	right: 0.5rem
}

.tab .hasSub[aria-expanded="false"]:after {
	content: "\e90e"
}

.tab .hasSub.active {
	color: #cde1ff;
	background-color: unset
}

.form-group-icon {
	position: relative
}

.form-group-icon i,
.form-group-icon svg {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: .833rem;
	color: #a3a3a3
}

.form-group-icon .form-control {
	padding-right: calc(1.5rem + 0.25rem)
}

.form-group-icon.left i,
.form-group-icon.left svg {
	left: 0.75rem;
	right: unset
}

.form-group-icon.left .form-control {
	padding-left: calc(1.5rem + 0.25rem);
	padding-right: .75rem
}

.form-group-icon.readonly .form-control {
	background-color: transparent
}

.form-group-icon.readonly i {
	font-size: 0.5rem;
	color: #6c757d
}

.form-group.withDialog {
	position: relative
}

.form-group.withDialog .dialog {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0.75rem;
	border-radius: 2px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 2px 4px rgba(10, 10, 10, 0.16);
	z-index: 1;
	background-color: white;
	display: none
}

.form-group.withDialog .dialog.show {
	display: block
}

.form-group.withDialog .dialog .form-checkbox label:before {
	margin-right: 0.5rem
}

.form-checkbox {
	display: flex;
	align-items: center
}

.form-checkbox label {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: .833rem;
	color: #6c757d;
	font-weight: 400;
	margin-bottom: 0
}

.form-checkbox label:before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #a3a3a3;
	background-color: transparent;
	display: block;
	flex-shrink: 0
}

.form-checkbox i,
.form-checkbox svg {
	font-size: .694rem;
	color: #a3a3a3
}

.form-checkbox i:hover,
.form-checkbox svg:hover {
	color: #2460b9;
	cursor: pointer
}

.form-checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.form-checkbox input:checked+label:before {
	background-color: #006ab5;
	border: 1px solid #006ab5
}

.form-custom {
	display: flex;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	padding: 0.5rem;
	width: 100%;
	line-height: 1;
	position: relative
}

.form-custom .dialog {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0.75rem;
	border-radius: 2px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 2px 4px rgba(10, 10, 10, 0.16);
	z-index: 1;
	background-color: white;
	display: none
}

.form-custom .dialog.show {
	display: block
}

.form-labeled {
	display: flex;
	align-items: center;
	border-radius: 4px;
	padding: .4375rem .5rem;
	min-height: 2.05rem;
	border: 1px solid #e0e0e0
}

.form-labeled input,
.form-labeled .form-control {
	margin: 0
}

.form-labeled label {
	color: #2460b9;
	flex-shrink: 0;
	margin-right: 0.5rem;
	margin-bottom: 0
}

.form-labeled .field {
	width: 100%;
	line-height: 1
}

.form-labeled .field input,
.form-labeled .field .form-control {
	margin: 0;
	line-height: 1.2;
	font-size: .833rem
}

.form-labeled .field i,
.form-labeled .field svg {
	font-size: .833rem
}

.form-labeled .field .rft {
	right: 0
}

.form-labeled .form-group-icon input {
	padding-right: 1.5rem
}

.form-labeled .form-group-icon i,
.form-labeled .form-group-icon svg {
	color: #a3a3a3;
	font-size: 0.75rem
}

.form-labeled input,
.form-labeled select {
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: transparent;
	font-size: .833rem
}

.form-labeled select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	line-height: 1.5
}

.form-dropdown i,
.form-dropdown svg {
	color: #a3a3a3;
	font-size: 1.2rem
}

.form-dropdown i:hover,
.form-dropdown svg:hover {
	color: #2460b9;
	cursor: pointer
}

.form-icon {
	position: relative
}

.form-icon svg,
.form-icon i {
	color: #a3a3a3
}

.form-icon .form-control {
	height: 100%
}

.form-icon .lft,
.form-icon .rft {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.form-icon .lft {
	left: 0.75rem
}

.form-icon .rft {
	right: 0.75rem
}

.form-textarea {
	resize: none
}

.form-label-close {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.form-label-close .close {
	font-size: .694rem;
	color: #e74343
}

.form-detail {
	margin-bottom: 1rem
}

.rtl {
	direction: rtl
}

.chip {
	font-size: .694rem;
	color: #1a1a1a;
	background-color: #f0f0f0;
	border-radius: 2px;
	display: inline-block;
	padding: 0.0625rem 0.125rem;
	margin-bottom: .5rem
}

.chip .ic-close {
	margin-left: 0.5rem;
	font-size: 0.5rem
}

.chip-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: start;
	padding-bottom: 0
}

.chip-container input {
	min-width: 110px;
	flex: 1 1
}

.chip-container .chip {
	margin-right: 0.5rem
}

.chip-dialog {
	position: absolute;
	left: 0;
	top: 100%;
	background: #ffffff;
	box-shadow: 0px 2px 8px #e0e0e0;
	border-radius: 2px;
	padding: 0.5rem;
	padding-bottom: 0;
	z-index: 10;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	display: none
}

.chip-dialog.show {
	display: flex
}

.chip-dialog .chip {
	margin-bottom: 0.5rem
}

.chip-dialog .chip:not(:last-child) {
	margin-right: 0.5rem
}

.error,
.info {
	display: block;
	margin-top: 4px;
	font-style: italic;
	font-size: .694rem
}

.error i,
.info i {
	display: inline-block;
	margin-right: 0.25rem
}

.error {
	color: #e74343
}

.info {
	color: #006ab5
}

.custom-select {
	background-color: #fff;
	position: relative
}

.custom-select:focus {
	box-shadow: none
}

.form--upload {
	display: flex;
	align-items: center
}

.form--upload .form-control {
	margin-right: 0.5rem
}

.form--upload .form-control[readonly] {
	background: #fff
}

.form--text {
	color: #6c757d;
	font-weight: 400;
	font-size: .833rem
}

.form--custom {
	position: relative;
	margin-bottom: 0.5rem
}

.form--custom .ic-edit,
.form--custom .ic-delete,
.form--custom .ic-checkmark,
.form--custom .ic-close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: ease-in 0.2s;
	cursor: pointer;
	color: #6c757d
}

.form--custom .ic-edit:hover,
.form--custom .ic-delete:hover,
.form--custom .ic-checkmark:hover,
.form--custom .ic-close:hover {
	color: #2460b9
}

.form--custom .ic-checkmark,
.form--custom .ic-close {
	font-size: 12px
}

.form--custom .ic-edit,
.form--custom .ic-checkmark {
	right: 2.5rem
}

.form--custom .ic-delete,
.form--custom .ic-close {
	right: 1rem
}

.form--custom:hover .ic-edit,
.form--custom:hover .ic-delete,
.form--custom:hover .ic-checkmark,
.form--custom:hover .ic-close {
	transform: translateY(-50%) scale(1)
}

.form--custom:hover .form-control:disabled {
	box-shadow: 0 2px 4px rgba(36, 96, 185, 0.08)
}

.form--custom .ic-checkmark:hover,
.form--custom .ic-checkmark:focus,
.form--custom .ic-checkmark:active {
	color: #42bc38
}

.form--custom .ic-close:hover,
.form--custom .ic-close:focus,
.form--custom .ic-close:active {
	color: #e74343
}

.files {
	border-radius: 4px;
	padding: 1.5rem;
	border: 1px solid #006ab5
}

.files--upload {
	position: relative;
	margin-bottom: 0;
	border: 1px dashed #a3a3a3;
	border-radius: 8px;
	height: 166px
}

.files--upload .imagePlaceholder {
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	width: 100%;
	height: 100%;
	pointer-events: visible;
	display: none
}

.files--upload .imagePlaceholder:before {
	content: "\e948";
	font-family: "icomoon" !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0);
	font-size: 32px;
	color: #2460b9;
	opacity: 0;
	transition: 0.2s ease-in opacity, 0.2s ease-in transform
}

.files--upload .imagePlaceholder img {
	max-width: 100%
}

.files--upload .imagePlaceholder:hover {
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
	cursor: pointer
}

.files--upload:hover {
	cursor: pointer
}

.files--upload:hover .imagePlaceholder:before {
	transform: translate(-50%, -50%) rotate(360deg);
	opacity: 1
}

.files--upload label {
	height: 150px;
	color: #1a1a1a;
	font-size: .833rem;
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px
}

.files--upload label span {
	color: #006ab5
}

.files--element {
	margin-bottom: 1rem
}

.files--list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-width: 360px;
	margin: auto
}

.files--list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1rem
}

.files--list li .icon {
	flex-shrink: 0;
	margin-right: 1rem
}

.files--list li .icon i {
	font-size: 1.5rem
}

.files--list li .textbox h6 {
	font-size: .833rem
}

.files--list li .textbox p {
	font-size: .694rem;
	color: gray;
	margin-bottom: 0
}

.files--list li .close {
	color: #6c757d;
	font-size: .833rem;
	transition: color 0.2s
}

.files--list li .close:hover {
	cursor: pointer;
	color: #e74343
}

.files--list li:not(:last-child) {
	margin-bottom: 1rem
}

.link--action {
	display: flex;
	align-items: center;
	font-size: .833rem;
	font-weight: 600
}

.link--action span {
	margin-right: 0.5rem
}

.link--action:hover {
	cursor: pointer
}

.link--button .btn {
	color: #6c757d
}

.link--button .btn:not(:last-child) {
	margin-right: 0.5rem
}

.custom--collapse {
	position: absolute;
	z-index: 1;
	background: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 0;
	list-style: none;
	width: 98px;
	border-radius: 4px
}

.custom--collapse li {
	padding: 0.25rem 0.75rem
}

.custom--collapse li a {
	font-weight: 600;
	color: #b3b3b3
}

.custom--collapse li.active {
	background-color: #f8f8fb
}

.custom--collapse li.active a {
	color: #3a36a0
}

.documents {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.documents li {
	display: flex;
	align-items: flex-start
}

.documents li:not(:last-child) {
	margin-bottom: 0.5rem
}

.documents li .icon {
	font-size: 24px;
	color: #9c9ad0;
	margin-right: 0.5rem
}

.documents li .text h6 {
	font-weight: 600;
	color: #ffc35b;
	line-height: 9px
}

.documents li .text small {
	color: gray
}

.ias-radio label {
	position: relative;
	padding-left: 1.125rem
}

.ias-radio label:before,
.ias-radio label:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 50%
}

.ias-radio label:before {
	width: 12px;
	height: 12px;
	top: 2px;
	left: 0;
	background-color: #2460b9
}

.ias-radio label:after {
	width: 8px;
	height: 8px;
	background: #10cdd9;
	top: 4px;
	left: 2px;
	transition: all 0.1s ease-out;
	transform: scale(0)
}

.ias-radio input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.ias-radio input:checked+label:before {
	border: 1px solid #10cdd9
}

.ias-radio input:checked+label:after {
	transform: scale(1)
}

.ias-radio label {
	position: relative;
	padding-left: 1.125rem
}

.ias-radio label:before,
.ias-radio label:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 50%
}

.ias-radio label:before {
	width: 12px;
	height: 12px;
	top: 2px;
	left: 0;
	background-color: #2460b9
}

.ias-radio label:after {
	width: 8px;
	height: 8px;
	background: #10cdd9;
	top: 4px;
	left: 2px;
	transition: all 0.1s ease-out;
	transform: scale(0)
}

.ias-radio input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.ias-radio input:checked+label:before {
	border: 1px solid #10cdd9
}

.ias-radio input:checked+label:after {
	transform: scale(1)
}

.custom--checkbox label {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: .833rem;
	color: #6c757d;
	font-weight: 400
}

.custom--checkbox label:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 2px;
	border: 1px solid #6c757d;
	background-color: transparent;
	display: block;
	flex-shrink: 0;
	margin-right: 1rem
}

.custom--checkbox input {
	padding: 0;
	margin-right: 20px;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.custom--checkbox input:checked+label:before {
	background-color: #006ab5;
	border: 1px solid #006ab5
}

.custom--favourite label {
	cursor: pointer;
	font-size: .833rem;
	color: #495057;
	font-weight: 400
}

.custom--favourite input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.custom--favourite input:checked+label {
	color: #006ab5
}

.custom-radio01 label {
	position: relative;
	padding-left: 1.125rem
}

.custom-radio01 label:before,
.custom-radio01 label:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 50%
}

.custom-radio01 label:before {
	width: 12px;
	height: 12px;
	top: 2px;
	left: 0;
	background-color: #fff;
	border: 1px solid #e0e0e0
}

.custom-radio01 label:after {
	width: 8px;
	height: 8px;
	background: #2460b9;
	top: 4px;
	left: 2px;
	transition: all 0.1s ease-out;
	transform: scale(0)
}

.custom-radio01 input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.custom-radio01 input:checked+label:before {
	border: 1px solid #10cdd9
}

.custom-radio01 input:checked+label:after {
	transform: scale(1)
}

.checkbox label {
	cursor: pointer;
	width: 18px;
	height: 18px;
	border: 1px solid #6c757d;
	border-radius: 4px;
	margin-bottom: 0
}

.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.checkbox input:checked+label {
	background-color: #006ab5;
	border: 1px solid #006ab5
}

.checkbox-02 label {
	cursor: pointer;
	color: #e0e0e0
}

.checkbox-02 input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.checkbox-02 input:checked+label {
	color: #42bc38
}

.radio label {
	cursor: pointer;
	width: 18px;
	height: 18px;
	border: 1px solid #6c757d;
	border-radius: 50%;
	margin-bottom: 0
}

.radio input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.radio input:checked+label {
	background-color: #006ab5;
	border: 1px solid #006ab5
}

.tags--item {
	background-color: gray;
	color: white !important;
	font-size: .833rem;
	padding: 0.5rem 0.75rem;
	border-radius: 4px;
	font-weight: 600;
	margin-bottom: 1rem;
	display: inline-block;
	margin-right: 1rem
}

.tags--item i {
	display: inline-block;
	margin-left: 0.25rem;
	font-size: 10px
}

.custom--radio input[type="radio"] {
	display: none
}

.custom--radio input[type="radio"]:checked+label:before {
	background-color: #006ab5;
	border-color: #006ab5
}

.custom--radio label {
	display: flex;
	align-items: center
}

.custom--radio label:hover {
	cursor: pointer
}

.custom--radio label:before {
	content: "";
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	border: 1px solid #1a1a1a;
	border-radius: 50%;
	margin-right: 0.5rem;
	transition: ease-in 0.2s
}

.custom--radio-inline {
	display: flex
}

.custom--radio-inline .custom--radio:not(:last-child) {
	margin-right: 1rem
}

.btn-rounded {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

input[type="date"] {
	-webkit-appearance: none
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none
}

input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0
}

input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent
}

.tags-inline {
	display: flex;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	padding: .4375rem .75rem
}

.tags-inline label {
	flex-shrink: 0;
	margin-bottom: 0;
	margin-right: 0.5rem
}

.tags-inline>div {
	width: 100%;
	flex-grow: 1
}

.tags-inline>div .tagify {
	border: none;
	--tag-text-color: #1a1a1a;
	--tag-bg: #f0f0f0;
	--tag-hover: #dddddd
}

.tagify__dropdown__wrapper {
	display: flex;
	flex-wrap: wrap
}

.tagify__tag-text {
	font-size: .833rem
}

.tagify__input {
	padding: 0 !important;
	margin: 0 !important
}

.tagify__input:empty::before {
	font-size: .833rem
}

.checkbox-01 {
	display: flex;
	align-items: center
}

.checkbox-01 label {
	padding-left: 1.5rem;
	position: relative;
	margin-bottom: 0;
	color: #1a1a1a
}

.checkbox-01 label:after {
	content: "";
	width: 1rem;
	height: 1rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #a3a3a3;
	background-color: white
}

.checkbox-01 label:before {
	position: absolute;
	top: 2px;
	left: 4px;
	z-index: 1
}

.checkbox-01 input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none
}

.checkbox-01 input:checked+label {
	color: #2460b9
}

.checkbox-01 input:checked+label:before {
	content: "\e923";
	font-family: "icomoon";
	font-size: 0.5rem;
	color: #2460b9
}

.select2-selection--single {
	height: calc(1.5em + 1rem) !important;
	font-size: .833rem;
	border-radius: 4px
}

.select2-selection__rendered {
	line-height: 2.25rem !important;
	border-radius: 4px;
	border: none !important
}

.select2-selection__arrow {
	top: 5px !important
}

.ui-autocomplete {
	max-width: 250px;
	border-radius: 4px
}

.ui-menu-item a {
	font-size: .833rem
}

.files-01 {
	display: flex;
	width: 100px;
	height: 120px
}

.files-01 input[type="file"] {
	display: none
}

.files-01 .imgbox {
	position: relative;
	width: 100%;
	height: 100%
}

.files-01 .imgbox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.files-01 .imgbox label {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	background-color: #2460b9;
	padding: 0.25rem;
	border-radius: 4px;
	color: white;
	font-size: .694rem
}

.files-01 .imgbox label:hover {
	cursor: pointer
}

.files-01 .placeholder {
	width: 100%;
	height: 100%;
	border: 1px dashed #a3a3a3;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	text-align: center
}

.datepicker {
	border-radius: 4px 0 0 4px;
	position: relative
}

.ndp-click-trigger {
	border-radius: 0 4px 4px 0
}

#ndp-nepali-box {
	z-index: 1 !important
}

.jconfirm-title-c {
	text-align: center
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
	overflow: visible
}

.dropdown .dropdown--filter {
	width: 580px;
	padding: 1rem
}

.dropdown .dropdown--filter .form-row {
	margin-bottom: 1rem
}

.dropdown .dropdown--checkbox {
	border-radius: 4px;
	width: 132px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	padding: 0.5rem
}

.dropdown-nested {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	padding: 0;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	min-width: 10rem;
	z-index: 2
}

.dropdown-nested li {
	list-style: none
}

.dropdown-nested li a {
	padding: 0.5rem 1.5rem;
	color: #666
}

.dropdown .caller {
	position: relative
}

.dropdown .caller::after {
	content: "\e962";
	font-family: "icomoon";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	font-size: 0.5rem
}

.dropdown .caller:hover .dropdown-nested {
	text-decoration: none;
	display: block
}

.dropdown .caller-left::before {
	content: "\e961";
	font-family: "icomoon";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.5rem;
	font-size: 0.5rem
}

.dropdown .caller-left::after {
	display: none
}

.dropdown .caller-left .dropdown-nested {
	right: 100%;
	left: unset
}

.dropdown-notification {
	width: 300px;
	padding: 0
}

.dropdown-notification .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem;
	background-color: #2460b9;
	color: white
}

.dropdown-notification .list li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0
}

.dropdown-notification .list li a {
	display: block;
	padding: 0.75rem
}

.dropdown-notification .list li a h6 {
	font-size: .833rem
}

.dropdown-notification .list li a .textbox {
	display: flex;
	align-items: flex-end;
	flex-grow: 1
}

.dropdown-notification .list li a .textbox span {
	font-size: .694rem;
	color: #a3a3a3
}

.dropdown-notification .list li a .textbox p {
	flex-grow: 1;
	color: #a3a3a3
}

.dropdown-notification .list li a.seen {
	background-color: rgba(224, 224, 224, 0.2)
}

.dropdown-message a {
	padding: 0.5rem 0.75rem;
	font-size: .833rem;
	color: #1a1a1a
}

.dropdown-message a i,
.dropdown-message a svg {
	margin-right: 0.5rem
}

.dropdown .dropdown-menu .language-select {
	padding: 0 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.dropdown .dropdown-menu .language-buttons {
	color: #666;
	background-color: #e0e0e0;
	font-size: .694rem;
	padding: 0.25rem 0.5rem;
	font-weight: 600
}

.dropdown .dropdown-menu .language-buttons.active {
	background-color: #2460b9;
	color: white
}

.modal_iis label {
	color: #003893;
	font-size: .833rem;
	font-weight: 400
}

.modal_iis .modal-header {
	background-color: #2460b9;
	color: #fff;
	padding: 0.5rem 1rem;
	line-height: 1
}

.modal_iis .modal-header i,
.modal_iis .modal-header svg {
	cursor: pointer
}

.modal_iis .modal-header i:hover,
.modal_iis .modal-header svg:hover {
	color: #e0e0e0
}

.modal_iis .modal-body {
	padding: 1rem 1rem 0.5rem 1rem
}

.modal_iis .modal-footer {
	border: none;
	padding: 0 1rem 1rem;
	margin: 0
}

.modal_iis .modal-footer button {
	margin: 0
}

.modal_dma label {
	color: #003893;
	font-size: .833rem;
	font-weight: 400
}

.modal_dma .textbox h6 {
	font-size: .833rem;
	color: #003893
}

.modal_dma .textbox p {
	color: #666
}

.modal_dma .modal-header {
	background-color: #2460b9;
	color: #fff;
	padding: 0.5rem 1rem;
	line-height: 1
}

.modal_dma .modal-header svg {
	cursor: pointer
}

.modal_dma .modal-header svg:hover {
	color: #e0e0e0
}

.modal_dma .modal-footer {
	border: none;
	padding-top: 0
}

.modal_dma .list-links li {
	background-color: #f0f0f0;
	padding: 0.5rem 1rem
}

.modal_dma .list-links a {
	font-size: .833rem;
	color: #1a1a1a;
	padding: 0
}

.modal_dma .list-links a:hover {
	color: #003893
}

.modal-01 .modal-header {
	background-color: #2460b9;
	color: #fff;
	padding: 0.5rem 1rem;
	line-height: 1
}

.modal-01 .modal-header .ic-close {
	color: white;
	font-size: 0.75rem
}

.modal-01 .modal-header .ic-close:hover {
	cursor: pointer
}

.modal-01 .footer {
	display: flex;
	text-align: right;
	padding: 0.5rem 1rem;
	border-top: 1px solid #f0f0f0
}

.modal-02 label {
	color: #003893;
	font-size: .833rem;
	font-weight: 400
}

.modal-02 .modal-header {
	background-color: #2460b9;
	color: #fff;
	padding: 0.5rem 1rem;
	line-height: 1
}

.modal-02 .modal-header i,
.modal-02 .modal-header svg {
	cursor: pointer
}

.modal-02 .modal-header i:hover,
.modal-02 .modal-header svg:hover {
	color: #e0e0e0
}

.modal-02 .modal-body {
	padding: 1rem 1rem 0.5rem 1rem
}

.modal-02 .modal-footer {
	border: none;
	padding: 0 1rem 1rem;
	margin: 0
}

.modal-02 .modal-footer button {
	margin: 0
}

.modal-03 label {
	color: #1a1a1a;
	font-size: .694rem;
	font-weight: 400
}

.modal-03 .modal-header {
	background-color: #2460b9;
	color: #fff;
	padding: 1rem;
	line-height: 1
}

.modal-03 .modal-header i,
.modal-03 .modal-header svg {
	cursor: pointer
}

.modal-03 .modal-header i:hover,
.modal-03 .modal-header svg:hover {
	color: #e0e0e0
}

.modal-03 .modal-header .avatar-md img {
	border: 1px solid white;
	position: absolute
}

.modal-03 .modal-header .indicator {
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	border-radius: 50%;
	background-color: #38c407;
	margin-right: 0.5rem
}

.modal-03 .modal-header .indicator.inactive {
	background-color: #e74343
}

.modal-03 .modal-footer {
	border-top: 1px solid #e0e0e0;
	justify-content: flex-start
}

.modal-03 .modal-footer .btn-outline-danger {
	border: 1px solid #e0e0e0;
	border-radius: 2px
}

.modal-03 .modal-footer .btn-outline-primary {
	border: 1px solid #e0e0e0;
	border-radius: 2px
}

.modal-03 .custom-control-label:before {
	border: 1px solid #c2c2c2;
	background-color: #c2c2c2;
	width: 1.5rem;
	height: 0.75rem
}

.modal-03 .custom-control-label:after {
	width: 0.5rem;
	height: 0.5rem;
	top: 0.3125rem;
	background-color: white
}

.modal-03 .custom-control-input:checked~.custom-control-label {
	color: #2460b9
}

.modal-03 .custom-control-input:checked~.custom-control-label:after {
	transform: translateX(0.75rem)
}

:root {
	--scroll-container: 320px
}

@media (min-width: 1366px) {
	:root {
		--scroll-container: 520px
	}
}

@media (max-width: 1279.98px) {
	:root {
		--scroll-container: 420px
	}
}

@media (max-width: 991.98px) {
	:root {
		--scroll-container: 520px
	}
}

@media (max-width: 767.98px) {
	:root {
		--scroll-container: 320px
	}
}

.scrollspy {
	background-color: white;
	position: relative;
	min-height: 100vh
}

.scrollspy--head {
	position: absolute;
	top: 4rem;
	height: 100px;
	width: 100%
}

.scrollspy--head .imgbox {
	width: var(--scroll-container);
	margin: auto;
	display: flex;
	justify-content: start
}

.scrollspy--head .imgbox img {
	display: block
}

.scrollspy--content {
	position: absolute;
	top: 12rem;
	width: 100%;
	margin: auto;
	height: 58vh;
	overflow-y: auto
}

.scrollspy--content::-webkit-scrollbar {
	width: 12px
}

.scrollspy--content::-webkit-scrollbar-track {
	background: #f1f1f1
}

.scrollspy--content::-webkit-scrollbar-thumb {
	background: rgba(0, 106, 181, 0.9)
}

.scrollspy--content::-webkit-scrollbar-thumb:hover {
	background: #006ab5;
	cursor: pointer
}

@media (min-width: 1366px) {
	.scrollspy--content {
		height: 70vh
	}
}

.scrollspy--content section {
	width: var(--scroll-container);
	margin: auto;
	padding-bottom: 30vh
}

.scrollspy--content section .heading--form {
	margin-bottom: .75rem
}

.scrollspy--content section p {
	margin-bottom: 1.5rem
}

.scrollspy--footer {
	position: absolute;
	bottom: 0;
	padding-bottom: 1.5rem;
	width: 100%;
	margin: auto;
	z-index: 1;
	background-color: white;
	display: none
}

.scrollspy--footer .links {
	width: var(--scroll-container);
	margin: auto;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(26, 26, 26, 0.16);
	padding: 0 1rem 0 0
}

.scrollspy--footer .links a {
	padding: 1rem 1rem 0 1rem
}

.scrollspy--footer .links a.active {
	position: relative;
	color: #42bc38
}

.scrollspy--footer .links a.active:before {
	content: '';
	display: block;
	width: calc(100% + 1rem);
	height: 4px;
	position: absolute;
	top: -2px;
	left: 0rem;
	background: #42bc38;
	border-radius: 2px
}

.mail-header {
	display: flex;
	justify-content: space-between;
	padding: 1rem
}

@media (max-width: 575.98px) {
	.mail-header>div:nth-child(1) {
		flex-direction: column
	}
}

@media (max-width: 575.98px) {
	.mail-header>div:nth-child(2) {
		margin-top: 0.5rem !important
	}
}

.mail-refresh {
	line-height: 1;
	font-size: 1.15rem;
	color: #a3a3a3
}

.mail-refresh:hover {
	color: #2460b9;
	cursor: pointer
}

.mail-actions {
	display: flex;
	color: #a3a3a3;
	font-size: 1.125rem
}

.mail-actions i:not(:last-child) {
	margin-right: 1rem
}

.mail-actions i:hover {
	color: #2460b9;
	cursor: pointer
}

.mail-table thead tr {
	border-bottom: 1px solid #e0e0e0
}

.mail-table thead th {
	font-size: .833rem;
	color: #2460b9
}

.mail-table .action {
	width: 80px;
	overflow: hidden
}

.mail-table .action .mail-actions {
	transition: all 0.2s ease-in;
	transform: translateX(100px)
}

.mail-table tbody tr {
	border-bottom: 1px solid #e0e0e0
}

.mail-table tbody tr:hover {
	box-shadow: 0px 1px 3px #e0e0e0
}

.mail-table tbody tr.read {
	background-color: #f0f0f0;
	color: #666
}

.mail-table tbody tr.completed {
	background-color: #afff93
}

.mail-table tbody tr.selected {
	color: white
}

.mail-table tbody tr td {
	padding: 0.5rem 1rem;
	font-size: .833rem;
	border-top: none;
	vertical-align: middle;
	white-space: nowrap
}

.mail-attachment {
	background-color: rgba(163, 163, 163, 0.24);
	border-radius: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 1rem
}

.mail-attachment h6 {
	font-weight: 700;
	color: #1a1a1a;
	font-size: .833rem
}

.mail-attachment h6 span {
	color: #666;
	font-size: .833rem
}

.mail-attachment i,
.mail-attachment svg {
	color: #a3a3a3;
	font-size: .694rem
}

.filter-container {
	position: relative
}

.filter-container-xl {
	width: 27rem
}

@media (max-width: 991.98px) {
	.filter-container-xl {
		width: 20rem
	}
}

.filter-dialog {
	position: absolute;
	top: 100%;
	left: 0;
	width: 540px;
	padding: 1rem;
	background-color: white;
	box-shadow: 0px 2px 8px #e0e0e0;
	border-radius: 2px;
	margin-top: 0.5rem;
	display: none;
	z-index: 1
}

.filter-input {
	position: relative
}

.filter-input .lft,
.filter-input .rft {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.filter-input .lft {
	left: 0.5rem
}

.filter-input .rft {
	right: 0.5rem;
	cursor: pointer
}

.filter-input .form-control {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	border-radius: 0
}

.filter-input svg,
.filter-input i {
	color: #a3a3a3
}

.paginate-count {
	background-color: #e0e0e0;
	color: #858585;
	padding: 0.5rem 0.7rem;
	font-size: .833rem
}

.paginate-navigate {
	font-size: 1.5rem;
	color: #a3a3a3
}

.paginate-navigate .left:hover,
.paginate-navigate .right:hover {
	color: #2460b9;
	cursor: pointer
}

@media screen and (max-width: 690px) {
	.mail-header {
		flex-direction: column
	}
	.mail-header>div:nth-child(2) {
		margin-top: 1.5rem
	}
	.filter-container {
		width: 100%
	}
	.filter-container-xl {
		width: 100%
	}
	.filter-dialog {
		width: 100%
	}
}

.inbox-header {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e0e0e0
}

.inbox-body {
	padding: 1rem;
	border-bottom: 1px solid #e0e0e0
}

.inbox-receipt {
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

@media (max-width: 767.98px) {
	.inbox-receipt {
		flex-direction: column;
		align-items: flex-start
	}
}

.inbox-footer {
	padding: 1rem
}

.inbox-footer .mail-attachment {
	margin-bottom: 1.5rem
}

.notification-container {
	position: relative
}

.notification-container:hover {
	cursor: pointer
}

.notification-container:hover .notification-icon {
	transform: scale(1.05)
}

.notification-icon {
	transition: all ease-out 0.2s;
	font-size: 1.5rem
}

.notification-count {
	background-color: #2b91fe;
	color: white;
	display: block;
	padding: 2px;
	border-radius: 2px;
	font-size: 9.26px;
	position: absolute;
	top: 6px;
	left: 0;
	line-height: 1
}

.notification-count-right {
	right: 0;
	left: unset
}

.notification-01 .icon {
	margin-right: 0.5rem
}

.notification-01 .dropdown-menu {
	width: 18.375rem;
	border-radius: 4px;
	padding: 0
}

.notification-01 .list {
	display: block
}

.notification-01 .list a {
	display: block;
	padding: 0.75rem;
	background-color: white
}

.notification-01 .list a.seen {
	background-color: #f0f0f0
}

.notification-01 .list p {
	color: #1a1a1a;
	line-height: 22px
}

.notification-01 .list p span {
	color: #2460b9
}

.notification-01 .list small {
	color: #666
}

.notification-01 .list li:first-child a {
	border-radius: 4px 4px 0 0
}

.notification-01 .list li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0
}

.notification-01 .foot {
	display: block;
	padding: 0.75rem;
	background-color: white;
	color: #2460b9;
	text-align: center;
	font-size: .833rem;
	border-radius: 0px 0px 4px 4px
}

.message-header {
	border: 1px solid #e0e0e0;
	border-left: none;
	height: 39px;
	padding: 0 1rem;
	display: flex;
	align-items: center
}

.message-header .list-process {
	border-bottom: none
}

.message-date {
	display: flex;
	align-items: center;
	color: #666;
	font-size: .694rem
}

.message-date:after {
	content: "";
	display: block;
	width: 1px;
	flex: 1;
	height: 2px;
	background-color: #e0e0e0;
	margin-left: 1rem
}

.message-date:before {
	content: "";
	display: block;
	width: 1px;
	flex: 1;
	height: 2px;
	background-color: #e0e0e0;
	margin-right: 1rem
}

.pagination .page-link {
	font-size: .833rem
}

.pagination .page-link:hover {
	border-color: #e0e0e0
}

.pagination input {
	display: none
}

.pagination-01 .page-item.selected .page-link {
	background-color: #42bc38;
	border-bottom: 4px solid #42bc38;
	color: white
}

.pagination-01 .page-item.active .page-link {
	background-color: unset;
	border: 1px solid #e0e0e0;
	border-bottom: 4px solid #2460b9;
	color: #2460b9;
	font-weight: 700
}

.pagination-01 .page-item.active.selected .page-link {
	background-color: #42bc38;
	color: white
}

.progress {
	background-color: white
}

#splashscreen {
	background-color: white;
	z-index: 999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0
}

@-webkit-keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

#splashscreen img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-animation: blink normal 1s infinite ease-in-out;
	animation: blink normal 1s infinite ease-in-out
}

.sidebar {
	width: var(--sidebar-width);
	background-color: #012e78;
	height: 100%;
	position: fixed;
	top: 0;
	transform: translateX(0);
	transition: all .1s linear
}

.sidebar .logo {
	margin-top: 1rem
}

@media (max-width: 991.98px) {
	.sidebar {
		transform: translateX(calc(-1 * var(--sidebar-width)))
	}
}

.sidebar::-webkit-scrollbar {
	height: 7px;
	width: 6px
}

.sidebar::-webkit-scrollbar-track {
	background: #6c757d
}

.sidebar::-webkit-scrollbar-thumb {
	background: #006ab5;
	border-radius: 8px
}

.sidebar::-webkit-scrollbar-thumb:hover {
	background: #495057;
	cursor: pointer
}

.sidebar-logo {
	display: block;
	margin: auto
}

.sidebar-header {
	padding: 0 1rem;
	color: #fff;
	font-weight: 600;
	font-size: .833rem
}

.sidebar-title {
	display: flex;
	align-items: center;
	padding: 0 1rem;
	font-size: 1.2rem;
	color: #acd4ff
}

.sidebar-title:visited {
	color: #acd4ff
}

.sidebar-title:hover {
	color: #cde1ff
}

.sidebar-icon {
	font-size: 1rem
}

.sidebar_02 {
	padding: 0 1rem;
	margin-top: 2.5rem;
	background-color: #012e78;
	height: calc(100% - 8rem);
	overflow: hidden
}

.sidebar_02:hover {
	overflow: auto
}

.sidebar_02 a {
	display: block;
	color: #acd4ff;
	font-size: .833rem;
	padding: 0.5rem
}

.sidebar_02 a:before {
	display: none
}

.sidebar_02 a.active {
	background-color: #cde1ff;
	border-radius: 4px;
	color: #2460b9
}

.sidebar_02 a.hasSub {
	position: relative;
	padding-right: 0.75rem
}

.sidebar_02 a.hasSub:after {
	content: "\e912";
	font-family: "icomoon";
	position: absolute;
	font-size: 0.5rem;
	top: 8px;
	right: 4px
}

.sidebar_02 a.hasSub[aria-expanded="false"]:after {
	content: "\e90e"
}

.sidebar_02 a.hasSub[aria-expanded="true"] {
	color: #ffc35b
}

.sidebar_02 a.hasSub.active {
	color: #cde1ff;
	background-color: unset
}

.sidebar.withfooter {
	padding-bottom: 4rem
}

.sidebar.withfooter footer {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #012e78;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0.75rem;
	z-index: 1
}

.opmis .sidebar-header {
	padding: 0 1rem;
	color: white;
	font-weight: 400;
	text-align: center;
	line-height: 1.5
}

.opmis .btn-outline-info {
	background-color: white;
	border: 1px solid #2460b9;
	color: #2460b9
}

.opmis .btn-outline-info:hover {
	color: white;
	background-color: #2460b9
}

.app .inner {
	border-radius: 0
}

@media (max-width: 991.98px) {
	.app .header-03 .list-process>li>a {
		padding: 0.5rem
	}
}

.app .header-03 .list-process .dropdown:hover .dropdown-menu {
	display: block;
	top: 75%
}

.app .mail-actions .ic-visible {
	color: #f49300
}

.app .mail-actions .ic-edit {
	color: #2460b9
}

.app .mail-actions .ic-delete {
	color: red
}

.app table.alternate-01 tbody tr:nth-child(odd) {
	background: #f1f7ff
}

.app table.alternate-01 tbody tr td {
	color: #1a1a1a
}

.app table.alternate-01 tbody tr td input.exception {
	color: white;
	font-weight: 600;
	background-color: rgba(255, 0, 0, 0.6)
}

.logo-block {
	color: #1a1a1a
}

.logo-block h6 {
	font-weight: 600
}

.logo-block p {
	line-height: 20px
}

.logo-block small {
	display: block
}

.logo-inline {
	display: flex;
	align-items: center
}

.logo-inline p {
	font-weight: 600
}

.logo-inline small {
	display: block
}

.errors {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	height: 100vh;
	background-color: white
}

.errors-content {
	margin-left: 4rem;
	padding-left: 4rem;
	border-left: 1px solid #e0e0e0
}

.errors-content .text-huge {
	font-size: 6rem;
	font-weight: 800
}

@media (max-width: 1200px) {
	.errors-content .text-huge {
		font-size: calc(5.20833rem + 1.05556vw)
	}
}

.bootbox .modal-dialog label {
	color: #003893;
	font-size: .833rem;
	font-weight: 400
}

.bootbox .modal-dialog .modal-body {
	background-color: #2460b9;
	color: #fff;
	padding: 0.5rem 1rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.bootbox .modal-dialog .modal-body .close {
	cursor: pointer;
	color: white;
	order: 2
}

.bootbox .modal-dialog .modal-body .close:focus {
	outline: none
}

.bootbox .modal-dialog .modal-body .close:hover {
	color: #e0e0e0
}

.bootbox .modal-dialog .modal-footer {
	border-top: 1px solid #e0e0e0;
	padding: 1rem 1rem;
	margin: 0
}

.bootbox .modal-dialog .modal-footer button {
	margin: 0
}

.bootbox .modal-dialog .modal-footer .bootbox-cancel {
	margin-right: 0.5rem
}

.heading {
	color: #e74343
}

.form-control {
	border: 1px solid #858585
}

.custom-select {
	border: 1px solid #858585
}

.letter .list li {
	font-size: .833rem
}

.letter ol {
	padding-left: 0.75rem
}

.letter ol li {
	padding-left: 0.5rem;
	font-size: .833rem
}

.language {
	display: flex;
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 1
}

.language-options {
	background-color: #f8f8f8;
	border-radius: 4px
}

.language-options li {
	border-radius: inherit;
	font-weight: 400;
	padding: 0.25rem 1.25rem
}

.language-options li:hover {
	background-color: white
}

.help-header {
	background-color: #2460b9;
	padding: 1rem 0;
	color: white;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2
}

.help-header .help-logo {
	height: 60px
}

.help-header .list__inline li:not(:last-child) {
	margin-right: 1rem
}

.help-header .list__inline a {
	font-size: .833rem
}

.help-header .list__inline a:hover {
	color: #cde1ff
}

.help-header .form-group-icon input {
	width: 22.5rem
}

.help-inner {
	padding: 1rem 0 4rem 0
}

.help-table thead tr th:not(:last-child) {
	border-right: 1px solid #858585
}

.list-help {
	margin-top: 1rem
}

.list-help li {
	position: relative;
	padding-left: 1.25rem;
	font-size: .833rem;
	line-height: 1.5rem
}

.list-help li:before {
	content: "\e962";
	font-family: "icomoon";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	font-size: 12px
}

.expand {
	font-size: .833rem;
	color: #2460b9
}

.accordion {
	margin-bottom: 0.5rem
}

.accordion .card .toggle {
	display: block;
	color: white !important;
	background-color: #2460b9;
	padding: 0.75rem;
	position: relative;
	cursor: pointer;
	border-radius: 0.125rem
}

.accordion .card .toggle:after {
	content: "\e960";
	font-family: "icomoon";
	position: absolute;
	font-size: .833rem;
	top: 50%;
	right: 14px;
	transform: translateY(-50%)
}

.accordion .card .toggle[aria-expanded="false"] {
	color: #1a1a1a !important;
	background-color: #e0e0e0
}

.accordion .card .toggle[aria-expanded="false"]::after {
	content: "\e962"
}

.accordion .card-body {
	padding: 1rem 0;
	font-size: 1rem
}

.footer {
	background-color: #f0f0f0;
	color: #666;
	padding: 1rem 0;
	position: fixed;
	width: 100%;
	bottom: 0
}

#scrollBtn {
	display: none;
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: white;
	transition: 0.2s
}

.faqTitle {
	position: -webkit-sticky;
	position: sticky;
	top: 66.8px;
	z-index: 1;
	background-color: white
}

.tab-pane {
	position: relative
}

.dataTables_wrapper {
	position: absolute !important;
	right: 1rem !important;
	top: 1.325rem !important
}

.dataTable.no-footer {
	border-bottom: 1px solid #e0e0e0 !important
}

.dataTable thead .sorting:after {
	display: none !important
}

.dataTable thead .sorting_asc:after {
	display: none !important
}

.dataTable thead th {
	border-bottom: 1px solid #e0e0e0 !important;
	padding: 0.5rem 1rem !important
}

.dataTable tbody td {
	padding: 0.5rem 1rem !important
}

.dataTable tbody tr:hover {
	box-shadow: 0px 1px 3px #e0e0e0
}

.dt-buttons {
	background-color: white !important
}

.dt-buttons button {
	margin-left: 0.5rem !important;
	background-color: #2460b9;
	color: white;
	border-radius: 4px !important;
	padding: 0.25rem 0.75rem !important;
	font-size: .694rem
}

.dt-buttons button:hover {
	background-color: #012e78;
	color: white !important
}

.list-sidebar.dma {
	display: block;
	padding: 0 1rem;
	margin-top: 2.5rem;
	height: calc(100% - 6rem)
}

.list-sidebar.dma:hover {
	overflow: auto
}

.list-sidebar.dma a {
	color: #acd4ff;
	font-size: .833rem;
	padding: 0.5rem
}

.list-sidebar.dma a:before {
	display: none
}

.list-sidebar.dma a.hasSub {
	position: relative;
	padding-right: 0.75rem
}

.list-sidebar.dma a.hasSub:after {
	content: "\e912";
	font-family: "icomoon";
	position: absolute;
	font-size: 0.5rem;
	top: 8px;
	right: 4px
}

.list-sidebar.dma a.hasSub[aria-expanded="false"]:after {
	content: "\e90e"
}

.list-sidebar.dma a.hasSub[aria-expanded="true"] {
	color: #ffc35b
}

.list-sidebar.dma a.hasSub[aria-expanded="true"]:hover {
	color: #ffc35b
}

.list-sidebar.dma a.hasSub.active {
	color: #cde1ff;
	background-color: unset
}

.list-sidebar.dma a.active {
	background-color: #cde1ff;
	border-radius: 4px;
	color: #003893
}

.list-sidebar.dma a.active:hover {
	color: #003893
}

.list-sidebar.dma a:hover {
	color: #cde1ff
}

.filter-dialog {
	border: 1px solid #e0e0e0
}

.filter-dialog .ic-triangle-up {
	position: absolute;
	top: -0.75rem;
	right: 6.625rem;
	color: #e0e0e0
}

.news-list li {
	padding: 1rem .75rem
}

.news-list li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0
}

.news-list li:hover {
	background-color: #dfecff;
	color: #003893
}

.news-list li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.news-list li .vertical-align p {
	color: #e0e0e0
}

.news-list li.seen {
	background-color: #dfecff;
	color: #003893
}

.news-list .btn-outline-info {
	color: #858585;
	border-color: #858585
}

.news-list .btn-outline-info:hover {
	color: white;
	border-color: #006ab5
}

.select2-container {
	width: 100% !important
}

.select2-selection--multiple {
	border-radius: 4px !important;
	padding-top: 0.5rem !important;
	border: 1px solid #e0e0e0 !important
}

.select2-selection__choice {
	margin-right: 0.5rem !important;
	margin-top: 0.5rem !important;
	font-size: 0.694rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	background-color: #f0f0f0 !important
}

.select2-selection__choice__remove {
	order: 2;
	margin-left: 0.5rem;
	font-size: 1rem !important;
	color: #666 !important
}

table.dataTable thead th {
	padding: 0.5rem 1rem !important
}

table.dataTable tbody td {
	padding: 0.5rem 1rem !important
}

.list-sidebar.doit {
	padding: 0 1rem;
	margin-top: 2.5rem
}

.list-sidebar.doit li:not(:last-child) {
	margin-bottom: 0.25rem
}

.list-sidebar.doit a {
	color: #2b91fe;
	font-size: .833rem;
	padding: 0.5rem;
	line-height: 1
}

.list-sidebar.doit a.active {
	background-color: #cde1ff;
	border-radius: 4px;
	color: #003893
}

.list-sidebar.doit a.active:hover {
	color: #003893
}

.list-sidebar.doit a:hover {
	color: #cde1ff
}

.ias-container {
	padding: 1rem;
	background-color: #052354;
	min-height: 100vh
}

.ias-card {
	border-top: 0.5rem solid #0da3b8;
	padding: 1rem 1rem 0 1rem;
	background-color: #0e3066;
	min-height: calc(100vh - 2rem)
}

.ias-card .head {
	margin-top: 0.75rem;
	background-color: #052354;
	padding: 0.75rem 1rem;
	border: 1px solid #2460b9;
	display: flex;
	justify-content: space-between
}

.ias-card .head-result {
	background-color: #052354;
	border: 1px solid #2460b9;
	padding-top: 1.5rem;
	margin-top: 0.75rem
}

.ias-card .filter {
	background-color: #0e3066;
	border: 1px solid #2460b9;
	border-top: unset;
	padding: 1rem
}

.ias-card .body-result {
	padding-top: 1rem;
	border: 1px solid #2460b9;
	border-top: unset
}

.ias-scrollable {
	overflow: auto
}

.ias-scrollable::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.ias-scrollable::-webkit-scrollbar-track {
	background: #2b91fe;
	border-radius: 4px
}

.ias-scrollable::-webkit-scrollbar-thumb {
	background: rgba(36, 96, 185, 0.8);
	border-radius: 4px
}

.ias-scrollable::-webkit-scrollbar-thumb:hover {
	background: #2460b9;
	cursor: pointer
}

.ias-btnlist {
	padding-left: 0;
	list-style: none;
	margin: 0
}

.ias-btnlist li {
	flex-shrink: 0
}

.ias-btnlist li:not(:last-child) {
	margin-right: 2px
}

.ias-btnlist li a {
	display: block;
	font-style: normal;
	font-weight: 600;
	padding: .25rem .5rem;
	border: 1px solid #2460b9;
	box-sizing: border-box;
	color: #2460b9;
	font-size: .833rem
}

.ias-btnlist li a.active {
	background-color: #10cdd9;
	color: #052354;
	border-color: #10cdd9
}

.ias-field {
	width: 14.375rem;
	height: 2rem;
	position: relative;
	padding: 0.5rem 0.75rem
}

.ias-field-input {
	border: 1px solid #2460b9;
	background-color: #052354;
	border-radius: 0;
	height: calc(1.5em + 1rem);
	color: #2460b9
}

.ias-field-input::-webkit-input-placeholder {
	color: #2460b9
}

.ias-field-input:focus {
	background-color: #052354;
	color: #2460b9
}

.ias-field-icon {
	position: relative;
	line-height: 1
}

.ias-field-icon span {
	font-size: .833rem;
	color: #2460b9;
	font-weight: 400;
	line-height: 1
}

.ias-field-icon .icon {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translate(1rem, -50%);
	font-size: 8px;
	color: #2b91fe
}

.ias-field-icon:hover {
	cursor: pointer
}

.ias-field .dialog {
	width: 100%;
	position: absolute;
	top: calc(100%);
	left: 0;
	background-color: #0e3066;
	z-index: 1;
	padding: 0.75rem;
	display: none
}

.ias-field .dialog.show {
	display: block
}

.ias-field .dialog_outline {
	border: 1px solid #2460b9
}

.ias-field_outline {
	border: 1px solid #2460b9
}

.ias-field_bg {
	background: rgba(36, 96, 185, 0.16)
}

.ias-breadcrumb {
	position: relative;
	padding-right: 3rem
}

.ias-breadcrumb .delete,
.ias-breadcrumb .link {
	position: absolute;
	right: 1rem;
	top: 0.5rem;
	font-size: .833rem;
	color: #2460b9;
	font-weight: 600
}

.ias-iconLink i,
.ias-iconLink svg {
	font-size: 1rem;
	color: #acd4ff
}

.ias-iconLink svg path {
	fill: #acd4ff
}

.ias-mail {
	display: flex;
	justify-content: space-between;
	padding: 0 1rem
}

.ias-mail .filter-input {
	min-width: 440px
}

.ias-box {
	position: relative;
	height: 100%;
	padding: 0.5rem;
	border: 1px solid #2460b9
}

.ias-box .t,
.ias-box .r,
.ias-box .b,
.ias-box .l {
	position: absolute;
	width: 8px;
	height: 8px;
	display: block;
	border: 1px solid #acd4ff
}

.ias-box .t,
.ias-box .r {
	top: 0
}

.ias-box .t {
	left: -1px;
	border-width: 2px 0 0px 2px
}

.ias-box .r {
	right: -1px;
	border-width: 2px 2px 0px 0px
}

.ias-box .b,
.ias-box .l {
	bottom: 0
}

.ias-box .b {
	right: -1px;
	border-width: 0px 2px 2px 0px
}

.ias-box .l {
	left: -1px;
	border-width: 0px 0 2px 2px
}

.ias-grid1 {
	display: flex;
	flex: 1;
	height: 100%
}

.ias-grid1 .list {
	width: 7.5rem;
	flex-shrink: 0
}

.ias-grid1 .box {
	position: relative;
	width: 100%;
	border: 1px solid #2460b9;
	background-color: #052354;
	overflow: hidden;
	padding-bottom: 4rem
}

.ias-grid1 .box-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.ias-grid1 .box-footer .imgbox {
	width: 4rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0da3b8
}

.ias-grid1 .box-footer .imgbox img {
	-o-object-fit: contain;
	object-fit: contain
}

.input-addon {
	border: 1px solid #858585;
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid rgba(0,0,0,.15);
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	height: 2.175rem;
}

.input-addon:hover {
	color: #1a1a1a;
	background-color: #fff;
	border-color: #2b91fe;
	outline: 0;
	box-shadow: none;
}